summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* Integrate:Slaven Rezic2003-11-011-1/+1
* Integrate:Nicholas Clark2003-10-191-3/+5
* Integrate:Alexey Tourbin2003-10-181-4/+4
* Integrate:Jarkko Hietaniemi2003-09-211-1/+1
* Integrate:Jarkko Hietaniemi2003-09-131-5/+0
* Integrate:Jarkko Hietaniemi2003-09-111-1/+1
* Integrate:Adrian M. Enache2003-08-261-5/+6
* Integrate:Jarkko Hietaniemi2003-08-251-1/+2
* Integrate:Jarkko Hietaniemi2003-08-011-1/+1
* Integrate:Jarkko Hietaniemi2003-05-041-1/+2
* Integrate:Jarkko Hietaniemi2003-04-211-3/+6
* Integrate:Jarkko Hietaniemi2003-03-171-2/+2
* Integrate:Jarkko Hietaniemi2003-03-161-0/+23
* Integrate:Jarkko Hietaniemi2003-03-111-1/+1
* Integrate:Jarkko Hietaniemi2003-03-021-1/+1
* More lexical patches merged by Dave Mitchell.Jarkko Hietaniemi2003-02-281-18/+11
* Integrate:Nicholas Clark2002-12-291-15/+15
* Integrate:Jarkko Hietaniemi2002-12-231-1/+1
* Integrate:Jarkko Hietaniemi2002-12-091-0/+17
* Retract #18252 and #18256.Jarkko Hietaniemi2002-12-081-17/+0
* Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regexAbhijit Menon-Sen2002-12-061-0/+17
* Integrate:Jarkko Hietaniemi2002-11-281-0/+2
|\
| * UTF8 regexp {n} bugInaba Hiroto2002-11-251-0/+2
| * [perl #18154] Problem found in calculating offsets in regexMark Pease2002-11-071-178/+171
| * The Inaba patch for tr/// vs. use encodingDan Kogai2002-10-241-19/+21
| * PL_curpad == AvARRAY(PL_comppad) alwaysDave Mitchell2002-10-221-18/+11
| * Re: [perl #18019] regex overoptimizationHugo van der Sanden2002-10-211-2/+2
| * Typo in regcomp.cChris Ball2002-07-281-2/+2
* | IntegrateJarkko Hietaniemi2002-11-091-178/+171
* | The first big import towards 5.8.1, @18078. Please do NOTJarkko Hietaniemi2002-11-041-23/+25
|/
* regcomp.c casting tweakCraig A. Berry2002-07-081-1/+1
* -Dr and unicodeHugo van der Sanden2002-07-011-3/+7
* EBCDIC: make t/op/pat #242 and 243 finally succeed.Jarkko Hietaniemi2002-05-121-2/+15
* More U32 regflags.Jarkko Hietaniemi2002-04-271-25/+25
* The #16182 radiates U32ness.Jarkko Hietaniemi2002-04-261-2/+2
* various signed/unsigned mismatch nitsGurusamy Sarathy2002-04-261-1/+0
* fixes for all the warnings reported by Visual C (most of thisGurusamy Sarathy2002-04-211-34/+35
* Re: [ID 20020311.008] "foo bar" =~ /^(\w+)\s+(.+)(\s+)?$(\s)/ core dumpsHugo van der Sanden2002-04-031-0/+2
* Re: 64 bit SEGV in t/op/regmesg.tRafael Garcia-Suarez2002-03-301-1/+1
* Re: Regex-Unicode bugsRafael Garcia-Suarez2002-03-281-1/+1
* Re: Regex-Unicode bugsHugo van der Sanden2002-03-281-1/+6
* A warning wasn't turnable offRafael Garcia-Suarez2002-03-271-1/+4
* Fix for "UTF-8 bug with s///" from Hugo.Jarkko Hietaniemi2002-03-201-16/+60
* Better place to initialize (IRIX cc noticed thatJarkko Hietaniemi2002-03-161-1/+2
* HP-UX gcc 3 warnings found by Sarathy.Jarkko Hietaniemi2002-03-161-1/+1
* more warnings tidyupPaul Marquess2002-03-111-7/+7
* As suggested by Anton Tagunov, eq and cmp now obey theJarkko Hietaniemi2002-03-071-1/+1
* taint + deprecated warningsPaul Marquess2002-03-041-3/+2
* Use to_uni_fold().Jarkko Hietaniemi2002-02-241-6/+1
* Using uninitialized (and wrong) variables is not good.Jarkko Hietaniemi2002-02-241-2/+2