summaryrefslogtreecommitdiff
path: root/strlib.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* error functions are shared by all librariesRoberto Ierusalimschy1995-11-101-21/+21
|
* new functions: "ascii" and "int2str",Roberto Ierusalimschy1995-10-091-67/+92
| | | | small "re-engineering" on parameter checking.
* new function for copy strings (strdup is not ANSI)Roberto Ierusalimschy1995-02-061-5/+16
|
* a null lua_Object is LUA_NOOBJECT, not NULL.Roberto Ierusalimschy1995-02-021-8/+9
|
* strdup is done via mem.c to control its memory allocationRoberto Ierusalimschy1995-01-141-3/+3
|
* function 'strfind' now has two optional parameters, to specify whereRoberto Ierusalimschy1995-01-061-4/+26
| | | | to start and stop the search.
* new constant LUA_NOOBJECT.Roberto Ierusalimschy1994-12-161-8/+8
| | | | 'lua_error' never returns
* new API function 'lua_pushliteral'Roberto Ierusalimschy1994-12-131-2/+2
|
* new module for memory allocationRoberto Ierusalimschy1994-11-161-5/+5
|
* deletion of 'include mm.h'Roberto Ierusalimschy1994-10-181-4/+1
|
* inclusao de 'lualib.h' para ter prototipos das funcoes deWaldemar Celes1994-08-171-1/+2
| | | | 'iolib_open' e 'strlib_open'.
* Acrescentar o include do gerenciador de memoria "mm".Waldemar Celes1994-03-281-1/+3
|
* String library to LUAWaldemar Celes1993-12-171-12/+14
|
* oldest known commitThe Lua team1993-07-281-0/+131