Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: ISO chars are negative, ISO ints are not. | Roberto Ierusalimschy | 1996-11-20 | 1 | -6/+30 |
| | | | | new "balanced" pattern. | ||||
* | SunOS is not ANSI about the return value of "sprintf". | Roberto Ierusalimschy | 1996-11-07 | 1 | -7/+6 |
| | |||||
* | small corrections in error messages | Roberto Ierusalimschy | 1996-10-31 | 1 | -5/+5 |
| | |||||
* | "strfind" has an extra parameter to turn off all special characteres. | Roberto Ierusalimschy | 1996-10-31 | 1 | -2/+3 |
| | |||||
* | new function "strrep" | Roberto Ierusalimschy | 1996-09-20 | 1 | -1/+12 |
| | |||||
* | "strmap" replaced by "strupper" and "strlower" (that's what people will | Roberto Ierusalimschy | 1996-09-16 | 1 | -67/+100 |
| | | | | | use, anyway). "gsub" aceppts a function to give the replacement string. | ||||
* | "[^]]" must mean "not ]". | Roberto Ierusalimschy | 1996-08-09 | 1 | -8/+13 |
| | |||||
* | singlematch and item_end are used by "read", in iolib. | Roberto Ierusalimschy | 1996-08-05 | 1 | -7/+7 |
| | |||||
* | Pattern-Matching! | Roberto Ierusalimschy | 1996-08-01 | 1 | -135/+359 |
| | | | | plus several other changes... | ||||
* | variables which contain string lengths must be long (if they also may | Roberto Ierusalimschy | 1996-05-22 | 1 | -11/+11 |
| | | | | be negative) or size_t. | ||||
* | new function "luaI_openlib" to help open libs. | Roberto Ierusalimschy | 1996-04-30 | 1 | -8/+20 |
| | |||||
* | small "abstraction" | Roberto Ierusalimschy | 1996-03-22 | 1 | -11/+12 |
| | |||||
* | small bug in strfind. | Roberto Ierusalimschy | 1996-03-21 | 1 | -2/+2 |
| | |||||
* | functions "lua_is..." consider coercions. | Roberto Ierusalimschy | 1996-03-19 | 1 | -13/+5 |
| | |||||
* | new option 'q' in function "format". | Roberto Ierusalimschy | 1996-03-14 | 1 | -1/+16 |
| | |||||
* | old trick in "strsub" does not work with new hash table for strings. | Roberto Ierusalimschy | 1996-02-12 | 1 | -5/+5 |
| | |||||
* | "lua_check_number" accepts strings convertible to numbers. | Roberto Ierusalimschy | 1996-02-09 | 1 | -7/+15 |
| | |||||
* | elimination of function "int2str", as it can be replaced by "format('%c', .)" | Roberto Ierusalimschy | 1996-01-26 | 1 | -14/+1 |
| | |||||
* | add_char now is global. | Roberto Ierusalimschy | 1996-01-22 | 1 | -33/+102 |
| | | | | new function format. | ||||
* | error functions are shared by all libraries | Roberto Ierusalimschy | 1995-11-10 | 1 | -21/+21 |
| | |||||
* | new functions: "ascii" and "int2str", | Roberto Ierusalimschy | 1995-10-09 | 1 | -67/+92 |
| | | | | small "re-engineering" on parameter checking. | ||||
* | new function for copy strings (strdup is not ANSI) | Roberto Ierusalimschy | 1995-02-06 | 1 | -5/+16 |
| | |||||
* | a null lua_Object is LUA_NOOBJECT, not NULL. | Roberto Ierusalimschy | 1995-02-02 | 1 | -8/+9 |
| | |||||
* | strdup is done via mem.c to control its memory allocation | Roberto Ierusalimschy | 1995-01-14 | 1 | -3/+3 |
| | |||||
* | function 'strfind' now has two optional parameters, to specify where | Roberto Ierusalimschy | 1995-01-06 | 1 | -4/+26 |
| | | | | to start and stop the search. | ||||
* | new constant LUA_NOOBJECT. | Roberto Ierusalimschy | 1994-12-16 | 1 | -8/+8 |
| | | | | 'lua_error' never returns | ||||
* | new API function 'lua_pushliteral' | Roberto Ierusalimschy | 1994-12-13 | 1 | -2/+2 |
| | |||||
* | new module for memory allocation | Roberto Ierusalimschy | 1994-11-16 | 1 | -5/+5 |
| | |||||
* | deletion of 'include mm.h' | Roberto Ierusalimschy | 1994-10-18 | 1 | -4/+1 |
| | |||||
* | inclusao de 'lualib.h' para ter prototipos das funcoes de | Waldemar Celes | 1994-08-17 | 1 | -1/+2 |
| | | | | 'iolib_open' e 'strlib_open'. | ||||
* | Acrescentar o include do gerenciador de memoria "mm". | Waldemar Celes | 1994-03-28 | 1 | -1/+3 |
| | |||||
* | String library to LUA | Waldemar Celes | 1993-12-17 | 1 | -12/+14 |
| | |||||
* | oldest known commit | The Lua team | 1993-07-28 | 1 | -0/+131 |