summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* EBCDIC: this seems to calm the last of theJarkko Hietaniemi2002-02-241-12/+20
* The POSIX extensions are deadly.Jarkko Hietaniemi2002-02-191-3/+2
* EBCDIC: now the worst seems to be over forJarkko Hietaniemi2002-02-181-1/+5
* "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC.Jarkko Hietaniemi2002-02-111-12/+24
* (??{ }) anomalyYitzchak Scott-Thoennes2002-02-041-0/+2
* EBCDIC: more natification.Jarkko Hietaniemi2002-02-031-6/+9
* EBCDIC: character classes must remap the low 256.Jarkko Hietaniemi2002-02-031-2/+2
* Copyright++. (Not all the toplevel *.h have one, it seems.)Jarkko Hietaniemi2002-01-231-1/+1
* Don't bother checking for the Greek specialJarkko Hietaniemi2002-01-131-1/+1
* Special treatment for U+03B0 and U+0390 in //i,Jarkko Hietaniemi2002-01-121-0/+44
* micropatchHugo van der Sanden2002-01-101-3/+1
* [patch] save a test Hugo van der Sanden2002-01-081-2/+3
* leading (.*) should not be implicitly ^'d Jeff Pinyan2002-01-071-1/+1
* More regex and utf8 debug dumping.Jarkko Hietaniemi2002-01-071-3/+7
* Unused variable.Jarkko Hietaniemi2002-01-071-1/+0
* Finish up (ha!) the Unicode case folding;Jarkko Hietaniemi2002-01-051-16/+54
* Ooops. Retract the regex parts of #14090.Jarkko Hietaniemi2002-01-051-28/+9
* [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, tooNicholas Clark2002-01-051-9/+28
* Do not add the first characters of multicharacter foldingsJarkko Hietaniemi2002-01-031-3/+4
* Allow emitting the foldcased version of "\x{df}", "ss"Jarkko Hietaniemi2002-01-031-2/+2
* Now that to_utf8_fold() was fixed.Jarkko Hietaniemi2002-01-011-3/+1
* Unused variable.Jarkko Hietaniemi2001-12-311-1/+0
* Add some comments to the recent Unicode case-folding saga.Jarkko Hietaniemi2001-12-311-2/+21
* Delay folding until necessary; start of handlingJarkko Hietaniemi2001-12-311-11/+37
* Fix all the I case foldings as per CaseFold.txt.Jarkko Hietaniemi2001-12-301-1/+2
* Fix all the C(ommon) case foldings as per CaseFold.txt.Jarkko Hietaniemi2001-12-301-0/+11
* Must cast constants if they can be quads.Jarkko Hietaniemi2001-12-241-3/+3
* The funky final sigma casefolding.Jarkko Hietaniemi2001-12-231-1/+13
* Fix encoding pragma.Jarkko Hietaniemi2001-12-231-13/+19
* and [BUG] \X and \C fixed, \X still dorked Jeffrey Friedl2001-12-221-0/+2