summaryrefslogtreecommitdiff
path: root/lobject.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bug: by-one error when creating short source names (luaO_chunkid)Roberto Ierusalimschy2010-10-291-2/+2
|
* comment typoRoberto Ierusalimschy2010-10-291-2/+2
|
* more robust implementation for 'luaO_str2d'Roberto Ierusalimschy2010-10-281-6/+11
|
* "light C function" is a better name than "C-function pointer"Roberto Ierusalimschy2010-04-181-2/+2
|
* no need to avoid calling ctype functions as now they are implementedRoberto Ierusalimschy2010-04-151-4/+2
| | | | by us (no inefficiencies due to accessing locale information)
* first implementation of light C functionsRoberto Ierusalimschy2010-04-141-1/+3
|
* new macro 'eqstr'Roberto Ierusalimschy2010-04-051-1/+3
|
* small changes in 'luaO_pushvfstring'Roberto Ierusalimschy2010-04-021-15/+13
|
* typo (thanks to Gavin)Roberto Ierusalimschy2010-02-051-2/+2
|
* comment typosRoberto Ierusalimschy2009-11-261-2/+2
|
* new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations andRoberto Ierusalimschy2009-11-191-2/+2
| | | | definitions of non-static variables
* new macro 'NILCONSTANT' to initialize nil constantsRoberto Ierusalimschy2009-11-061-2/+2
|
* new function 'luaO_arith' to perform basic arithmetic operationsRoberto Ierusalimschy2009-06-171-1/+15
|
* small bug in 'luaV_concat' (L->top was left incorrect in some cases)Roberto Ierusalimschy2009-05-271-3/+2
|
* Lua now uses "homemade" lctype (instead of ctype.h from ANSI C)Roberto Ierusalimschy2009-02-191-3/+3
|
* 'ceillog2' now is exported (other modules may need it)Roberto Ierusalimschy2008-01-301-2/+20
|
* 'lua_pushfstring' raises an error if called with invalid formatRoberto Ierusalimschy2007-12-191-6/+5
|
* avoid the use of "exotic" libc functionsRoberto Ierusalimschy2007-11-091-28/+38
|
* luaO_log2 can be private to ltable.cRoberto Ierusalimschy2007-04-101-19/+1
|
* commentsRoberto Ierusalimschy2006-11-221-2/+2
|
* emergency garbage collector (core forces a GC when allocation fails)Roberto Ierusalimschy2006-07-111-6/+6
|
* complete support for hexadecimal constantsRoberto Ierusalimschy2006-02-101-1/+3
|
* detailsRoberto Ierusalimschy2006-01-101-2/+2
|
* small changes in castsRoberto Ierusalimschy2005-12-221-5/+5
|
* no more L in numer-operator macros (some functions that use those macrosRoberto Ierusalimschy2005-10-241-2/+2
| | | | have no access to L)
* small optimizationRoberto Ierusalimschy2005-08-011-1/+2
|
* detailsRoberto Ierusalimschy2005-07-311-4/+3
|
* detailRoberto Ierusalimschy2005-07-111-2/+4
|
* warnings in VS .NetRoberto Ierusalimschy2005-05-311-6/+6
|
* detailsRoberto Ierusalimschy2005-05-201-2/+2
|
* better quotes for strings in error messagesRoberto Ierusalimschy2005-05-161-2/+2
|
* wrong comment correctedRoberto Ierusalimschy2005-03-281-2/+3
|
* `luac´ -> `luai' (to avoid confusion with other luac stuff)Roberto Ierusalimschy2005-03-091-2/+2
|
* `luaconf.h´ exports all its definitions always (so all of themRoberto Ierusalimschy2005-03-081-2/+2
| | | | must have a lua/LUA prefix).
* fewer #include's in luaconf.hRoberto Ierusalimschy2005-03-081-1/+2
|
* macros for all arithmetic operations over lua_NumbersRoberto Ierusalimschy2005-01-101-2/+2
|
* detailsRoberto Ierusalimschy2004-11-241-2/+2
|
* better implementation for `floating-point bytes'Roberto Ierusalimschy2004-11-011-5/+14
|
* small optimization for table size in machines with double allignmentRoberto Ierusalimschy2004-10-061-2/+2
|
* `lua_pushfstring' now supports `%p' option tooRoberto Ierusalimschy2004-07-091-6/+16
|
* accept `\r' as newline when looking for line endRoberto Ierusalimschy2004-05-031-2/+2
|
* new scheme for configuration through `luaconf.h'Roberto Ierusalimschy2004-04-301-6/+2
|
* `TObject' renamed to `TValue' + other name changes and better assertionsRoberto Ierusalimschy2003-12-101-5/+5
| | | | for incremental garbage collection
* detailRoberto Ierusalimschy2003-06-101-2/+9
|
* simpler log2 implementationRoberto Ierusalimschy2003-04-281-20/+11
|
* warnings from several compilers (mainly typecasts when lua_Number is float)Roberto Ierusalimschy2003-04-031-3/+3
|
* small optimization for sizes of array constructorsRoberto Ierusalimschy2003-02-181-1/+15
|
* detailsRoberto Ierusalimschy2003-01-271-6/+6
|
* each .c file defines its own nameRoberto Ierusalimschy2002-12-041-1/+3
|
* keep L->ci->base in L->base for faster accessRoberto Ierusalimschy2002-11-211-2/+2
|