summaryrefslogtreecommitdiff
path: root/loslib.c
Commit message (Expand)AuthorAgeFilesLines
...
* by default, 'os.exit' closes current stateRoberto Ierusalimschy2008-06-131-2/+6
* it seems useless trying to avoid this warning...Roberto Ierusalimschy2008-01-181-2/+2
* avoid warnings about exit; returnRoberto Ierusalimschy2007-09-141-3/+2
* 'os.date' checks arguments before passing them to 'strftime'Roberto Ierusalimschy2007-05-031-4/+14
* bug: os.date throws error when result is the empty stringRoberto Ierusalimschy2006-09-191-6/+17
* detailsRoberto Ierusalimschy2006-04-261-5/+3
* detailRoberto Ierusalimschy2006-03-091-5/+2
* detailRoberto Ierusalimschy2006-01-271-4/+5
* small changes in castsRoberto Ierusalimschy2005-12-221-2/+2
* detailsRoberto Ierusalimschy2005-12-151-23/+23
* new macro luaL_opt to avoid evaluating defaults when no neededRoberto Ierusalimschy2005-10-211-3/+3
* does not set isdst when undefinedRoberto Ierusalimschy2005-09-091-1/+3
* detailRoberto Ierusalimschy2005-08-261-2/+2
* luaL_openlib -> luaL_register, luaL_putchar -> luaL_addcharRoberto Ierusalimschy2005-08-151-2/+2
* luaL_findstring -> luaL_checkoptionRoberto Ierusalimschy2005-05-251-3/+2
* several small detailsRoberto Ierusalimschy2005-05-171-3/+3
* better quotes for strings in error messagesRoberto Ierusalimschy2005-05-161-3/+3
* more cleaning on configurationsRoberto Ierusalimschy2005-03-181-9/+6
* `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
* detailRoberto Ierusalimschy2005-01-101-5/+3
* avoid name chash in `all.c'Roberto Ierusalimschy2004-10-081-4/+4
* small changes (due to Rici Lake) to allow testing non-supported OS functionsRoberto Ierusalimschy2004-08-051-8/+8
* OS lib (finally separated from io lib)Roberto Ierusalimschy2004-07-091-0/+241