summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* GCC attributes!Andy Lester2005-05-071-1/+1
* uninitialized warnings in regcompSteven Philip Schubiger2005-05-021-12/+12
* Symbian port of PerlJarkko Hietaniemi2005-04-211-2/+5
* Refactoring to Sv*_set() macros - patch #5Steve Peters2005-04-191-1/+1
* -Wformat Robin Barker2005-04-131-39/+40
* The core part of :Andy Lester2005-03-291-1/+1
* Consting fiveAndy Lester2005-03-251-1/+1
* Consting part 4Andy Lester2005-03-251-1/+1
* Third consting batchAndy Lester2005-03-241-23/+20
* Rename ${^RE_TRIE_MAXBUFF} to ${^RE_TRIE_MAXBUF},Rafael Garcia-Suarez2005-03-221-12/+10
* Re: regexp trie fails compile on VMSYves Orton2005-03-211-6/+11
* More consting goodnessAndy Lester2005-03-211-12/+12
* Re: Reworked Trie PatchYves Orton2005-03-181-33/+1186
* Tidy up 2 commentsNicholas Clark2005-01-231-2/+2
* Slightly terser code in S_regpposixcc (names inside [:*here*:])Nicholas Clark2005-01-231-69/+104
* Re: uc($long_utf8_string) exhausts memoryJarkko Hietaniemi2005-01-221-3/+3
* Refactor S_regclass to generate slightly smaller object codeNicholas Clark2005-01-141-31/+68
* sv_catpvf holds no advantage over sv_catpv when the "pattern" isn't.Nicholas Clark2005-01-141-30/+30
* Update copyright years. Add an editor block while passing by.Nicholas Clark2005-01-131-1/+10
* savepv(SvPV(sv,n_a)) is common, and creates an unnecessary call toNicholas Clark2005-01-091-1/+1
* genuine possible buffer problems spotted by flawfinderNicholas Clark2004-11-201-1/+1
* Fix Win32 breakage caused by changes to op.c in change 23433.Steve Hay2004-11-161-6/+4
* document regcomp.c/regexec.c's dual life under ext/re/Dave Mitchell2004-11-061-0/+5
* [perl #31851] Threading crash with closuresDave Mitchell2004-10-291-0/+5
* Add comment to top of reentr.c and fix typos in other filesDave Mitchell2004-08-011-2/+2
* Add comment to the top of most .c files explaining their purposeDave Mitchell2004-07-311-0/+5
* regcomp.c, t/op/regmesg.t -- False range with \p and \PJeff Pinyan2004-06-251-1/+5
* Re: [perl #28532] optional match of an anchor gets ignored Hugo van der Sanden2004-04-191-1/+3
* Off-by-one error in regcomp.cSlaven Rezic2003-10-311-1/+1
* Put all pre-processor #s on the first column (some compilers are picky)Nicholas Clark2003-10-091-4/+4
* Internal fixes to source-code coordinateEric Promislow2003-10-091-3/+5
* Macrofy the compile/runtime test.Jarkko Hietaniemi2003-09-211-2/+2
* Re: unicode regex problemHugo van der Sanden2003-09-131-5/+0
* Replace #21158 with a better patch from HugoJarkko Hietaniemi2003-09-111-1/+1
* Re: [PATCH] valgrind and /#/xAdrian M. Enache2003-08-261-5/+6
* valgrind and /#/xDave Mitchell2003-08-251-1/+2
* Re: utf8+regex bug in 5.8.1-RC2Dave Mitchell2003-08-011-1/+1
* jumbo closure fixDave Mitchell2003-05-291-1/+3
* UTF8 regexp patch from Inaba Hiroto.Jarkko Hietaniemi2003-04-181-3/+6
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
* Signedness nits.Jarkko Hietaniemi2003-03-161-2/+2
* Further potential pitfalls for the utf8 len/pos cacheJarkko Hietaniemi2003-03-161-0/+23
* typos and other minor thingsTodd C. Miller2003-03-111-1/+1
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* COW regexps:Nicholas Clark2003-02-161-2/+12
* save_re_context() was not saving many regexec.c stateGurusamy Sarathy2002-12-281-14/+14
* fix signed/unsigned mismatch warning from change#18266Gurusamy Sarathy2002-12-281-1/+1
* [Fwd: Patch for perl utf8-related bug]Richard Hitt2002-12-171-1/+1
* fix #18266 sprintf format mismatchHugo van der Sanden2002-12-091-1/+1
* Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regexAbhijit Menon-Sen2002-12-091-0/+17