aboutsummaryrefslogtreecommitdiff
path: root/ldo.h (unfollow)
Commit message (Expand)AuthorFilesLines
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
1998-06-25details (by lhf)Roberto Ierusalimschy2-28/+38
1998-06-25details in commentsRoberto Ierusalimschy1-12/+12
1998-06-24stupid bug (in syntax print "hello")Roberto Ierusalimschy1-1/+2
1998-06-24detailsRoberto Ierusalimschy2-7/+11
1998-06-19details (dependencies)Roberto Ierusalimschy1-2/+3
1998-06-19"dostring" accepts chunk name.Roberto Ierusalimschy4-22/+41
1998-06-19small corrections in commentsRoberto Ierusalimschy15-33/+33
1998-06-18sugestions by lhfRoberto Ierusalimschy1-208/+232
1998-06-18category for "setlocale" is given by nameRoberto Ierusalimschy1-3/+5
1998-06-18"findname" moved from lobject.c to lauxlib.c (so libraries may use it).Roberto Ierusalimschy6-23/+21