summaryrefslogtreecommitdiff
path: root/lstrlib.c
Commit message (Expand)AuthorAgeFilesLines
...
* patterns now accept '\0' as a regular characterRoberto Ierusalimschy2010-04-121-28/+38
* new implementation for Generic Buffer manipulation (using userdata asRoberto Ierusalimschy2010-04-091-22/+27
* reorganization of switch in function 'match' (details)Roberto Ierusalimschy2010-01-041-18/+18
* more options moved from luaconf.h into internal filesRoberto Ierusalimschy2009-12-171-1/+19
* several configuration options that do not change often moved out ofRoberto Ierusalimschy2009-12-171-1/+10
* no more compatibility code for 'string.gfind'Roberto Ierusalimschy2009-11-261-6/+2
* new mark LUAMOD_API for all luaopen_* functionsRoberto Ierusalimschy2009-11-241-2/+2
* better treatment of integer formats in string.formatRoberto Ierusalimschy2009-06-181-7/+6
* check for invalid use of '%' in replacement string in 'string.gsub'Roberto Ierusalimschy2009-02-031-2/+6
* 'posrelat' avoids problems with -(-2^31)Roberto Ierusalimschy2008-06-121-2/+2
* 'string.find' cannot find things after subject's endRoberto Ierusalimschy2008-04-141-2/+5
* detailRoberto Ierusalimschy2007-11-121-2/+2
* BUG: 'gsub' may go wild when wrongly called without its thirdRoberto Ierusalimschy2007-10-291-11/+10
* avoid problems with 'ptrdiff_t'Roberto Ierusalimschy2007-10-251-25/+27
* when formatting with '%q', all control characters are codedRoberto Ierusalimschy2007-02-071-19/+14
* bug: string.format("%") reads past the stringRoberto Ierusalimschy2006-09-181-2/+2
* avoid trailing white spacesRoberto Ierusalimschy2006-09-111-3/+3
* detailsRoberto Ierusalimschy2006-06-221-2/+2
* detail (better error message for invalid format)Roberto Ierusalimschy2006-04-261-2/+3
* BUG: option '%q' for string.format does not handle '\r' correctlyRoberto Ierusalimschy2006-04-121-1/+5
* small optimizations (lua_newtable -> lua_createtable)Roberto Ierusalimschy2005-12-291-2/+2
* detailRoberto Ierusalimschy2005-12-211-2/+2
* integer formats in 'string.format' may need to operate with larger-than-intRoberto Ierusalimschy2005-12-151-20/+37
* better error messageRoberto Ierusalimschy2005-10-261-2/+2
* string.gsub accepts a table as the replacement valueRoberto Ierusalimschy2005-10-231-52/+72
* avoid some warningsRoberto Ierusalimschy2005-10-191-2/+4
* 'string.find' as it was in 5.0Roberto Ierusalimschy2005-09-191-6/+1
* detailRoberto Ierusalimschy2005-08-261-2/+2
* luaL_openlib -> luaL_register, luaL_putchar -> luaL_addcharRoberto Ierusalimschy2005-08-151-16/+16
* #string is primitiveRoberto Ierusalimschy2005-08-091-3/+1
* "%0" stands for the whole pattern (in gsub)Roberto Ierusalimschy2005-07-311-3/+7
* details (alphabetical order for list of functions)Roberto Ierusalimschy2005-07-121-9/+9
* changes in 'string.find' and 'string.gfind' (new 'string.match' andRoberto Ierusalimschy2005-07-051-12/+43
* warnings in VS .NetRoberto Ierusalimschy2005-05-311-3/+3
* detailsRoberto Ierusalimschy2005-05-201-2/+2
* several small detailsRoberto Ierusalimschy2005-05-171-5/+6
* better quotes for strings in error messagesRoberto Ierusalimschy2005-05-161-8/+6
* new API function `lua_tolstring'Roberto Ierusalimschy2005-05-161-5/+5
* metatables for all typesRoberto Ierusalimschy2005-05-051-1/+16
* avoid name conflict with some spurious included header filesRoberto Ierusalimschy2005-03-221-11/+11
* `luaconf.h´ exports all its definitions always (so all of themRoberto Ierusalimschy2005-03-081-3/+3
* detailRoberto Ierusalimschy2004-12-011-14/+12
* detailsRoberto Ierusalimschy2004-11-191-10/+10
* small corrections (thanks to Mike Pall)Roberto Ierusalimschy2004-11-011-4/+4
* string.byte truncates indices out of rangeRoberto Ierusalimschy2004-08-091-3/+4
* string.byte may return multiple valuesRoberto Ierusalimschy2004-08-061-6/+11
* `lua_Chunkwriter' returns 0 in case of successRoberto Ierusalimschy2004-07-091-3/+3
* detailsRoberto Ierusalimschy2004-06-081-1/+2
* new scheme for configuration through `luaconf.h'Roberto Ierusalimschy2004-04-301-7/+2
* '%' must be '%%' to avoid formatting problemsRoberto Ierusalimschy2004-01-021-5/+5