aboutsummaryrefslogtreecommitdiff
path: root/lparser.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-12-01Removed parameter in 'collectgarbage("step")'Roberto Ierusalimschy2-57/+3
2023-11-30Removed deprecated options in 'lua_gc'Roberto Ierusalimschy4-39/+10
2023-11-29Comments detailing the ages for generational GCRoberto Ierusalimschy5-16/+59
2023-11-24Panic functions should not raise errorsRoberto Ierusalimschy3-4/+14
2023-11-24Details in the manualRoberto Ierusalimschy1-21/+13
2023-11-24Simpler coding for new representation for arraysRoberto Ierusalimschy3-50/+36
2023-11-15Buffer in 'luai_makeseed' measured in bytesRoberto Ierusalimschy2-12/+20
2023-11-13Default paths stored as external stringsRoberto Ierusalimschy1-2/+3
2023-11-13Auxiliary buffer uses external stringsRoberto Ierusalimschy3-27/+40
2023-11-13Correct anchoring and GC barriers in 'loadString'Roberto Ierusalimschy2-42/+37
2023-11-10Fixed buffers save long strings as external.Roberto Ierusalimschy4-16/+29
2023-11-09External stringsRoberto Ierusalimschy9-14/+195
2023-11-08Towards external stringsRoberto Ierusalimschy4-22/+36
2023-11-08DetailsRoberto Ierusalimschy1-9/+18
2023-11-08Solving merge issue with use of tables in dump/undumpRoberto Ierusalimschy2-6/+7
2023-11-03Full implementation of new representation for arraysRoberto Ierusalimschy5-29/+96
2023-11-01Bug: Recursion in 'getobjname' can stack overflowRoberto Ierusalimschy2-69/+87
2023-10-30Full abstraction for representation of array valuesRoberto Ierusalimschy9-93/+128
2023-10-27Avoid direct accesses to the array part of a tableRoberto Ierusalimschy1-49/+79
2023-10-26Simpler test in 'luaH_getint'Roberto Ierusalimschy1-11/+25
2023-09-08Removed test for "corrupted binary dump"Roberto Ierusalimschy2-15/+1
2023-09-08Avoid casts from unsigned long to floating-pointRoberto Ierusalimschy1-7/+24
2023-09-05Added suport for Fixed BuffersRoberto Ierusalimschy12-34/+160
2023-08-30New macro 'getlstr'Roberto Ierusalimschy5-22/+37
2023-08-30Field 'Proto.is_vararg' uses only one bitRoberto Ierusalimschy8-13/+20
2023-08-25Opcode in dumps is stored properly alignedRoberto Ierusalimschy2-1/+30
2023-08-25Cannot use 'getshrstr' before setting 'shrlen'Roberto Ierusalimschy1-1/+1
2023-08-23Documentation for "LUA_NOENV"Roberto Ierusalimschy1-0/+4
2023-08-23Bug: Wrong line number for function callsRoberto Ierusalimschy2-10/+10
2023-08-17More disciplined use of 'getstr' and 'tsslen'Roberto Ierusalimschy9-33/+37
2023-08-17More control over encoding of test filesRoberto Ierusalimschy6-28/+49
2023-07-25Bug: Call hook may be called twice when count hook yieldsRoberto Ierusalimschy4-11/+27
2023-07-13Thread stacks resized in the atomic phaseRoberto Ierusalimschy1-3/+5
2023-07-03DetailsRoberto Ierusalimschy2-3/+2
2023-06-21Removed redundancy in definitions of version/releaseRoberto Ierusalimschy1-11/+21
2023-06-16Avoid inclusion loop in 'ltm.h'Roberto Ierusalimschy1-3/+2
2023-06-14Bug: read overflow in 'l_strcmp'Roberto Ierusalimschy1-18/+20
2023-05-22Several functions turned 'static'Roberto Ierusalimschy7-23/+18
2023-05-16Some cleaning in the new table APIRoberto Ierusalimschy8-210/+189
2023-05-16New table API for 'set' functionsRoberto Ierusalimschy5-71/+180
2023-05-15Towards a new implementation of arraysRoberto Ierusalimschy5-59/+108
2023-05-15Option '-l' discards version sufix from file nameRoberto Ierusalimschy4-11/+26
2023-05-15Small improvements in testsRoberto Ierusalimschy2-21/+24
2023-05-15DetailsRoberto Ierusalimschy5-14/+14
2023-05-02"Emergency" new version 5.4.6v5.4.6Roberto Ierusalimschy5-22/+41
2023-04-18Detailsv5.4.5Roberto Ierusalimschy7-14/+14
2023-03-31New year (2023)Roberto Ierusalimschy3-5/+4
2023-03-27More orderliness in casts of enumerationsRoberto Ierusalimschy2-27/+57
2023-03-24More regularity in uses of enums in 'lcode.c'Roberto Ierusalimschy1-18/+18
2023-03-23Clock component removed from 'luaL_makeseed'Roberto Ierusalimschy4-11/+9