aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into newarrayRoberto Ierusalimschy2023-11-0336-278/+369
|\
| * Bug: Recursion in 'getobjname' can stack overflowRoberto Ierusalimschy2023-11-012-69/+87
| * Simpler test in 'luaH_getint'Roberto Ierusalimschy2023-10-261-11/+25
| * Removed test for "corrupted binary dump"Roberto Ierusalimschy2023-09-082-15/+1
| * Avoid casts from unsigned long to floating-pointRoberto Ierusalimschy2023-09-081-7/+24
| * Cannot use 'getshrstr' before setting 'shrlen'Roberto Ierusalimschy2023-08-251-1/+1
| * Documentation for "LUA_NOENV"Roberto Ierusalimschy2023-08-231-0/+4
| * Bug: Wrong line number for function callsRoberto Ierusalimschy2023-08-232-10/+10
| * More disciplined use of 'getstr' and 'tsslen'Roberto Ierusalimschy2023-08-179-33/+37
| * More control over encoding of test filesRoberto Ierusalimschy2023-08-176-28/+49
| * Bug: Call hook may be called twice when count hook yieldsRoberto Ierusalimschy2023-07-254-11/+27
| * Thread stacks resized in the atomic phaseRoberto Ierusalimschy2023-07-131-3/+5
| * DetailsRoberto Ierusalimschy2023-07-032-3/+2
| * Removed redundancy in definitions of version/releaseRoberto Ierusalimschy2023-06-211-11/+21
| * Avoid inclusion loop in 'ltm.h'Roberto Ierusalimschy2023-06-161-3/+2
| * Bug: read overflow in 'l_strcmp'Roberto Ierusalimschy2023-06-141-18/+20
| * Several functions turned 'static'Roberto Ierusalimschy2023-05-227-23/+18
| * Option '-l' discards version sufix from file nameRoberto Ierusalimschy2023-05-154-11/+26
| * Small improvements in testsRoberto Ierusalimschy2023-05-152-21/+24
| * DetailsRoberto Ierusalimschy2023-05-155-14/+14
* | Full implementation of new representation for arraysRoberto Ierusalimschy2023-11-035-29/+96
* | Full abstraction for representation of array valuesRoberto Ierusalimschy2023-10-309-93/+128
* | Avoid direct accesses to the array part of a tableRoberto Ierusalimschy2023-10-271-49/+79
* | Some cleaning in the new table APIRoberto Ierusalimschy2023-05-168-210/+189
* | New table API for 'set' functionsRoberto Ierusalimschy2023-05-165-71/+180
* | Towards a new implementation of arraysRoberto Ierusalimschy2023-05-155-59/+108
|/
* "Emergency" new version 5.4.6v5.4.6Roberto Ierusalimschy2023-05-025-22/+41
* Detailsv5.4.5Roberto Ierusalimschy2023-04-187-14/+14
* New year (2023)Roberto Ierusalimschy2023-03-313-5/+4
* More orderliness in casts of enumerationsRoberto Ierusalimschy2023-03-272-27/+57
* More regularity in uses of enums in 'lcode.c'Roberto Ierusalimschy2023-03-241-18/+18
* Bug: Loading a corrupted binary file can segfaultRoberto Ierusalimschy2023-03-173-2/+22
* DetailsRoberto Ierusalimschy2023-03-091-3/+17
* Corrected support for 16-bit systemsRoberto Ierusalimschy2023-03-093-10/+8
* Bug: Wrong line in error message for arith. errorsRoberto Ierusalimschy2023-02-082-0/+12
* Simpler definition for LUA_STRFTIMEOPTIONSRoberto Ierusalimschy2023-02-071-15/+6
* New macro LUA_USE_IOSRoberto Ierusalimschy2023-02-022-12/+11
* Small changes in hash of pointersRoberto Ierusalimschy2023-02-021-4/+17
* Fix absence of 'system' in iOSRoberto Ierusalimschy2023-01-241-1/+17
* Avoid excessive name pollution in test filesRoberto Ierusalimschy2022-12-2826-261/+335
* Detail in make file for testes/libsRoberto Ierusalimschy2022-12-231-5/+5
* Small change in barrier macrosRoberto Ierusalimschy2022-12-151-8/+9
* Small improvements in 'lmem.c'Roberto Ierusalimschy2022-12-151-27/+41
* Details in some header filesRoberto Ierusalimschy2022-12-143-11/+21
* Reduce calls to 'luaC_step' when GC is stoppedRoberto Ierusalimschy2022-12-091-3/+6
* DetailsRoberto Ierusalimschy2022-12-021-5/+5
* Stop GC while building initial stateRoberto Ierusalimschy2022-11-231-1/+3
* Removed unused field 'UpVal.tbc'Roberto Ierusalimschy2022-11-082-4/+2
* Threads are created like other objectsRoberto Ierusalimschy2022-11-013-12/+16
* Stack reallocation done with a single reallocRoberto Ierusalimschy2022-10-312-22/+52