summaryrefslogtreecommitdiff
path: root/strlib.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* BUG: ISO chars are negative, ISO ints are not.Roberto Ierusalimschy1996-11-201-6/+30
| | | | new "balanced" pattern.
* SunOS is not ANSI about the return value of "sprintf".Roberto Ierusalimschy1996-11-071-7/+6
|
* small corrections in error messagesRoberto Ierusalimschy1996-10-311-5/+5
|
* "strfind" has an extra parameter to turn off all special characteres.Roberto Ierusalimschy1996-10-311-2/+3
|
* new function "strrep"Roberto Ierusalimschy1996-09-201-1/+12
|
* "strmap" replaced by "strupper" and "strlower" (that's what people willRoberto Ierusalimschy1996-09-161-67/+100
| | | | | use, anyway). "gsub" aceppts a function to give the replacement string.
* "[^]]" must mean "not ]".Roberto Ierusalimschy1996-08-091-8/+13
|
* singlematch and item_end are used by "read", in iolib.Roberto Ierusalimschy1996-08-051-7/+7
|
* Pattern-Matching!Roberto Ierusalimschy1996-08-011-135/+359
| | | | plus several other changes...
* variables which contain string lengths must be long (if they also mayRoberto Ierusalimschy1996-05-221-11/+11
| | | | be negative) or size_t.
* new function "luaI_openlib" to help open libs.Roberto Ierusalimschy1996-04-301-8/+20
|
* small "abstraction"Roberto Ierusalimschy1996-03-221-11/+12
|
* small bug in strfind.Roberto Ierusalimschy1996-03-211-2/+2
|
* functions "lua_is..." consider coercions.Roberto Ierusalimschy1996-03-191-13/+5
|
* new option 'q' in function "format".Roberto Ierusalimschy1996-03-141-1/+16
|
* old trick in "strsub" does not work with new hash table for strings.Roberto Ierusalimschy1996-02-121-5/+5
|
* "lua_check_number" accepts strings convertible to numbers.Roberto Ierusalimschy1996-02-091-7/+15
|
* elimination of function "int2str", as it can be replaced by "format('%c', .)"Roberto Ierusalimschy1996-01-261-14/+1
|
* add_char now is global.Roberto Ierusalimschy1996-01-221-33/+102
| | | | new function format.
* 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