summaryrefslogtreecommitdiff
path: root/luaconf.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* no more "auto-detection"v5.1-betaRoberto Ierusalimschy2005-11-161-13/+15
* new macro LUA_USE_POSIX to control POSIX-related macrosRoberto Ierusalimschy2005-11-161-10/+10
* better position for lua_number2int (it is related to lua_Number)Roberto Ierusalimschy2005-11-081-26/+26
* better control of which values macros useRoberto Ierusalimschy2005-10-251-15/+15
* try to ensure that macros actually use their argumentsRoberto Ierusalimschy2005-10-241-17/+17
* different organization for platform dependenciesRoberto Ierusalimschy2005-10-131-14/+41
* 'string.find' as it was in 5.0Roberto Ierusalimschy2005-09-191-9/+1
* separated macros for thread creation and state creationRoberto Ierusalimschy2005-09-141-1/+2
* ":" is not a good mark as it is not valid in Windows file namesRoberto Ierusalimschy2005-09-141-2/+2
* explicit macro to control use of _longjmpv5.1-alphaRoberto Ierusalimschy2005-09-091-5/+5
* small correctionsRoberto Ierusalimschy2005-09-061-12/+12
* wrong syntax for Windows-specific optionsRoberto Ierusalimschy2005-09-021-3/+3
* detailRoberto Ierusalimschy2005-08-251-2/+2
* small changes to facilitate external C coroutinesRoberto Ierusalimschy2005-08-221-5/+9
* new coding for while and repeat (with new scoping for repeat)Roberto Ierusalimschy2005-08-171-9/+3
* luaL_openlib -> luaL_register, luaL_putchar -> luaL_addcharRoberto Ierusalimschy2005-08-151-1/+10
* attempt to better control use of _longjmpRoberto Ierusalimschy2005-08-091-6/+5
* 'lua_lock' and similars should be hard to useRoberto Ierusalimschy2005-08-041-25/+2
* small changesRoberto Ierusalimschy2005-08-011-11/+10
* new macro for conversion double->int + small changesRoberto Ierusalimschy2005-07-111-53/+33
* several small improvementsRoberto Ierusalimschy2005-07-051-10/+26
* several updatesRoberto Ierusalimschy2005-06-131-6/+45
* __STRICT_ANSI__ -> LUA_ANSI (definition is independent of gcc)Roberto Ierusalimschy2005-06-011-13/+21
* better use defined/undefined as flag values for macrosRoberto Ierusalimschy2005-05-201-13/+13
* detailsRoberto Ierusalimschy2005-05-201-13/+13
* several small detailsRoberto Ierusalimschy2005-05-171-42/+55
* better quotes for strings in error messagesRoberto Ierusalimschy2005-05-161-11/+16
* corrected definition of lua_number2int for WindowsRoberto Ierusalimschy2005-05-031-6/+6
* detailRoberto Ierusalimschy2005-04-291-2/+4
* nesting of long strings only in compatibility modeRoberto Ierusalimschy2005-04-271-1/+8
* added LUAI_FUNC to functions not in the APIRoberto Ierusalimschy2005-04-251-1/+15
* detail for Windows (untested)Roberto Ierusalimschy2005-04-071-12/+9
* C stack is the same for the parser and the interpreter, so depthRoberto Ierusalimschy2005-04-071-9/+3
* new definition for `lua_number2int' for Windows (not tested yet!)Roberto Ierusalimschy2005-04-061-11/+5
* better control for compatibility codeRoberto Ierusalimschy2005-03-291-5/+26
* standard configuration should run out-of-the-box in "any" systemRoberto Ierusalimschy2005-03-291-119/+186
* cleaner configuration for lua.cRoberto Ierusalimschy2005-03-211-11/+31
* small errors in previous `ci' of luaconf.h.Roberto Ierusalimschy2005-03-181-6/+6
* more cleaning on configurationsRoberto Ierusalimschy2005-03-181-139/+293
* `luac´ -> `luai' (to avoid confusion with other luac stuff)Roberto Ierusalimschy2005-03-091-53/+53
* `luaconf.h´ exports all its definitions always (so all of themRoberto Ierusalimschy2005-03-081-151/+132
* fewer #include's in luaconf.hRoberto Ierusalimschy2005-03-081-5/+1
* new `mod' (`%') operatorRoberto Ierusalimschy2005-03-081-1/+2
* C module names may have an optional `l' prefixRoberto Ierusalimschy2005-03-081-5/+7
* commentsRoberto Ierusalimschy2005-02-281-14/+26
* detailsRoberto Ierusalimschy2005-02-231-6/+3
* LUA_PATH_SEP -> LUA_PATHSEPRoberto Ierusalimschy2005-02-101-2/+2
* detailRoberto Ierusalimschy2005-01-101-1/+3
* macros for all arithmetic operations over lua_NumbersRoberto Ierusalimschy2005-01-101-3/+11
* no more `lua_userinit' macroRoberto Ierusalimschy2005-01-101-11/+1