aboutsummaryrefslogtreecommitdiff
path: root/ltm.c (unfollow)
Commit message (Expand)AuthorFilesLines
1999-01-04bug: "format" does not check size of format item (such as "%00000...00000d").Roberto Ierusalimschy2-39/+36
1999-01-04commentsRoberto Ierusalimschy2-17/+42
1998-12-30donĀ“t need the "+1", the "%" is enough to garantee r<1.Roberto Ierusalimschy1-4/+4
1998-12-30details ("settable")Roberto Ierusalimschy3-43/+50
1998-12-30new option for function "random": random(a,b) returns a<=x<=bRoberto Ierusalimschy1-9/+15
1998-12-30new functions "tinsert" and "tremove"Roberto Ierusalimschy3-13/+49
1998-12-30tables are better manipulated via "Hash *" instead of "TObject" orRoberto Ierusalimschy3-39/+43
1998-12-28to avoid warnings about "typecast" (Visual C++)Roberto Ierusalimschy10-75/+75
1998-12-27new function "luaO_str2d" to convert strings to numbers, becauseRoberto Ierusalimschy4-76/+108
1998-12-27format for double is always "%g", do not need #definesRoberto Ierusalimschy1-4/+3
1998-12-27reorder and rename of most functions, for better documentation.Roberto Ierusalimschy1-261/+312
1998-12-27new implementation of function "read", with predifined options.Roberto Ierusalimschy1-119/+147
1998-12-24"strtod" is cleaner than "scanf" for this job.Roberto Ierusalimschy1-8/+11
1998-12-23better error messageRoberto Ierusalimschy2-6/+14
1998-12-18"tonumber" goes crazy with negative numbers in other bases (not 10),Roberto Ierusalimschy2-2/+8
1998-12-15detailsRoberto Ierusalimschy1-88/+63
1998-12-15"print" uses fputs instead of printf (easier to reimplement).Roberto Ierusalimschy1-3/+4
1998-12-15details (for regularity)Roberto Ierusalimschy4-29/+26
1998-12-03small warningsRoberto Ierusalimschy4-9/+9
1998-12-01NUMBER_FMT also may be predefined in makefileRoberto Ierusalimschy1-5/+2
1998-12-01better behavior for "strsub" when indices are out-of-rangeRoberto Ierusalimschy1-10/+8
1998-11-20new option "mode" in "readfrom", "writeto" and "appendto" (forRoberto Ierusalimschy2-9/+25
1998-11-13new functions "getn" and "foreachi"Roberto Ierusalimschy1-53/+143
1998-11-13small optimization in "sort" + new functions "getn" and "foreachi"Roberto Ierusalimschy1-33/+63
1998-11-10bug: gsub/strfind do not check whether captures are properly finished.Roberto Ierusalimschy2-3/+10
1998-09-08"_TRIGMODE" was still being declared.Roberto Ierusalimschy1-2/+1
1998-09-07function "luaL_argerror" prints wrong argument number (from a user's pointRoberto Ierusalimschy3-9/+17
1998-09-07new function "lua_nups" (number of upvalues).Roberto Ierusalimschy2-2/+9
1998-08-30details.Roberto Ierusalimschy1-2/+4
1998-08-30"lua_state" is already declared in lua.h, which is included here.Roberto Ierusalimschy1-4/+1
1998-08-24new functions "seek" and "flush".Roberto Ierusalimschy2-44/+107
1998-08-21new implementation for error handling: on error, function _ERRORMESSAGERoberto Ierusalimschy8-136/+133
1998-08-11small bug: nuse may change when table is rehashed;Roberto Ierusalimschy1-11/+10
1998-08-11better error message for code too long (old one was misleading when theRoberto Ierusalimschy1-2/+3
1998-08-10hash tables may shrink if use rate is too small.Roberto Ierusalimschy2-14/+6
1998-07-27new hash function.Roberto Ierusalimschy1-3/+3
1998-07-24details ("luaX_token2str" doesn't need LexState)Roberto Ierusalimschy3-8/+8
1998-07-12new function "sort" + many small changesRoberto Ierusalimschy3-61/+142
1998-07-12small changes to use new auxiliar functionsRoberto Ierusalimschy1-7/+3
1998-07-12auxiliar functions "luaH_setint" & "luaH_getint".Roberto Ierusalimschy2-3/+23
1998-07-12auxiliar function "luaD_calln".Roberto Ierusalimschy2-5/+9
1998-07-12"%q" can handle strings with '\0'.Roberto Ierusalimschy1-8/+15
1998-07-12macro encapsulates de "-".Roberto Ierusalimschy1-1/+4
1998-07-12"fileName" cannot be NULLRoberto Ierusalimschy1-3/+2
1998-07-06"exp" changed to "exp0" to avoid problems with math.h.v3.1Roberto Ierusalimschy1-9/+9
1998-07-06double constant used in integer expressionRoberto Ierusalimschy1-2/+2
1998-07-01spellingRoberto Ierusalimschy1-2/+2
1998-06-29when debuging, blocks must be kept in double allignment.Roberto Ierusalimschy1-7/+10
1998-06-29functions should return explicit "nil"s.Roberto Ierusalimschy2-5/+11
1998-06-29detailRoberto Ierusalimschy1-3/+3