aboutsummaryrefslogtreecommitdiff
path: root/ldo.h (unfollow)
Commit message (Expand)AuthorFilesLines
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
1998-06-18new version by lhfRoberto Ierusalimschy2-27/+32
1998-06-18detailsRoberto Ierusalimschy1-2/+2
1998-06-15"lua_dobuffer" gets an extra argument, with the chunk nameRoberto Ierusalimschy3-22/+24
1998-06-11details.Roberto Ierusalimschy2-3/+8
1998-06-06new copyright noticeRoberto Ierusalimschy2-70/+77
1998-06-06no more error for '\x' (with "invalid" x)Roberto Ierusalimschy1-9/+3
1998-06-05name: lua_pushCclosure -> lua_pushcclosure.Roberto Ierusalimschy4-9/+9
1998-06-02"read" more efficient when reading lines and whole files ('.*')Roberto Ierusalimschy1-50/+71
1998-06-02API for functions to manipulate global state.Roberto Ierusalimschy5-32/+98
1998-05-31'dobuffer' addpoted.Roberto Ierusalimschy1-5/+3
1998-05-31new names for 'ascii' ('strbyte') and 'int2str' ('strchar')Roberto Ierusalimschy1-8/+11
1998-05-31'print' now calls 'tostring'Roberto Ierusalimschy1-23/+30
1998-05-31better error message when '^' is not defined.Roberto Ierusalimschy1-2/+2
1998-05-27new functions "frexp" and "ldexp"Roberto Ierusalimschy2-6/+20
1998-05-27NEW LL(1) PARSERRoberto Ierusalimschy6-1025/+1442
1998-05-20new function "clock"Roberto Ierusalimschy2-4/+15
1998-05-18number type in Lua changed for double (by default).Roberto Ierusalimschy4-9/+12
1998-05-18arguments for "format" 'x', 'X', 'o' and 'u' must be unsigned int.Roberto Ierusalimschy2-3/+9
1998-04-02details (format for html)Roberto Ierusalimschy1-3/+4
1998-03-30many small corrections; strings with '\0'Roberto Ierusalimschy1-148/+265
1998-03-30words are stored in hi-lo order (easier to print)Roberto Ierusalimschy2-5/+5
1998-03-26changes by lhfRoberto Ierusalimschy2-150/+143