summaryrefslogtreecommitdiff
path: root/lprefix.h
Commit message (Collapse)AuthorAgeFilesLines
* Several details about 5.4.0 rc1Roberto Ierusalimschy2020-04-231-1/+1
| | | | | Corrected several small details: added 'const', adjusts in tabs x spaces, removed unused #includes and #defines, misspellings, etc.
* Removed extra information from RCS keyword stringsRoberto Ierusalimschy2018-08-231-1/+1
| | | | | Version numbers and dates (mostly wrong) from RCS keyword strings removed from all source files; only the file name are kept.
* does not define _XOPEN_SOURCE when LUA_USE_C89 is defined + definingRoberto Ierusalimschy2014-12-291-2/+8
| | | | _XOPEN_SOURCE==0 undefines that macro
* Definitions for Lua code that must come before any other header fileRoberto Ierusalimschy2014-11-031-0/+39