aboutsummaryrefslogtreecommitdiff
path: root/lgc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2000-10-06detailRoberto Ierusalimschy2-4/+5
2000-10-06small optimization in `sort'Roberto Ierusalimschy1-43/+45
2000-10-06luaD_call is more uniformRoberto Ierusalimschy4-46/+42
2000-10-05tag methods are always functions, so don't need to store a whole objectRoberto Ierusalimschy10-132/+161
2000-10-05new definition for types-tagsRoberto Ierusalimschy18-331/+307
2000-10-04call hooks can only be called when `pc' is active (that is, insideRoberto Ierusalimschy3-19/+30
2000-10-03details.Roberto Ierusalimschy4-14/+23
2000-10-03easier way to change type NumberRoberto Ierusalimschy2-4/+11
2000-10-03no more `proprietary' convertion algorithm (too complex)Roberto Ierusalimschy1-56/+7
2000-10-02new API function `lua_type' + new type lua_TypeRoberto Ierusalimschy15-102/+125
2000-10-02new API for garbage collectorRoberto Ierusalimschy8-62/+87
2000-09-29new way to count `nblocks' for GC (try to count bytes).Roberto Ierusalimschy18-63/+95
2000-09-29small optimizationsRoberto Ierusalimschy1-13/+11
2000-09-27bug: parser overwrites semantic information when looking aheadRoberto Ierusalimschy4-23/+33
2000-09-27lua_tag should return LUA_NOTAG for non-valid indicesRoberto Ierusalimschy2-3/+9
2000-09-25new version of protected executionRoberto Ierusalimschy5-100/+149
2000-09-25lua_state (now called `L') should not be globalRoberto Ierusalimschy1-3/+2
2000-09-25GC may crash when checking C closuresRoberto Ierusalimschy2-2/+6
2000-09-25bug: lua_gettable does not get key from stack topRoberto Ierusalimschy3-3/+14
2000-09-22`read("*w")' should return nil at EOFRoberto Ierusalimschy2-2/+12
2000-09-21wrong assertv4.0-betaRoberto Ierusalimschy1-2/+1
2000-09-21by lhfRoberto Ierusalimschy1-3/+2
2000-09-20final version (by lhf)Roberto Ierusalimschy1-32/+36
2000-09-20macros to do jumpsRoberto Ierusalimschy2-20/+23
2000-09-20TochangeRoberto Ierusalimschy1-5/+9
2000-09-20error messages in lower case.Roberto Ierusalimschy1-2/+2
2000-09-19warnings in SolarisRoberto Ierusalimschy1-3/+3
2000-09-18final version for 4.0 betaRoberto Ierusalimschy1-3/+3
2000-09-18changes by lhfRoberto Ierusalimschy2-12/+9
2000-09-18updates by lhfRoberto Ierusalimschy1-1029/+1154
2000-09-18small "by 1" bugRoberto Ierusalimschy1-2/+2
2000-09-18avoid assignment to local structureRoberto Ierusalimschy1-14/+13
2000-09-18detailsRoberto Ierusalimschy1-9/+9
2000-09-14new API function lua_rawgetRoberto Ierusalimschy6-21/+40
2000-09-13details for OLD_ANSIRoberto Ierusalimschy1-1/+3
2000-09-13re-implementation of deprecated functions (wiht compiler option)Roberto Ierusalimschy1-10/+41
2000-09-12`back-up' definition for ERRORMESSAGERoberto Ierusalimschy1-2/+16
2000-09-12details in ERRORMESSAGERoberto Ierusalimschy1-11/+11
2000-09-12better standard error messagesRoberto Ierusalimschy1-7/+14
2000-09-12field short_srcRoberto Ierusalimschy1-1/+3
2000-09-12better name for source_id (short_src)Roberto Ierusalimschy2-4/+4
2000-09-12read patterns (deprecated) use new auxlib's buffer systemRoberto Ierusalimschy1-3/+6
2000-09-12error codes as strings for dofile and dostringRoberto Ierusalimschy1-2/+4
2000-09-12ERRORMESSAGE uses auxlib's buffer to build message stringRoberto Ierusalimschy1-18/+15
2000-09-12new function `luaL_addstring'Roberto Ierusalimschy2-2/+8
2000-09-12topointer handles only types that have no other "to" functionRoberto Ierusalimschy1-6/+1
2000-09-12detailsRoberto Ierusalimschy2-4/+5
2000-09-12_ALERT is used (and assumed) only by the libsRoberto Ierusalimschy2-4/+6
2000-09-11`lauxlib' is now part of the libraries (not used by core Lua)Roberto Ierusalimschy14-122/+134
2000-09-11API functions check stack overflowRoberto Ierusalimschy2-5/+7