2002-07-28 |
Chris Ball |
Typo in regcomp.c |
blob | commitdiff |
2002-07-08 |
Craig A. Berry |
regcomp.c casting tweak |
blob | commitdiff | diff to current |
2002-07-01 |
Hugo van der Sanden |
-Dr and unicode |
blob | commitdiff | diff to current |
2002-05-12 |
Jarkko Hietaniemi |
EBCDIC: make t/op/pat #242 and 243 finally succeed. |
blob | commitdiff | diff to current |
2002-04-27 |
Jarkko Hietaniemi |
More U32 regflags. |
blob | commitdiff | diff to current |
2002-04-26 |
Jarkko Hietaniemi |
The #16182 radiates U32ness. |
blob | commitdiff | diff to current |
2002-04-26 |
Gurusamy Sarathy |
various signed/unsigned mismatch nits |
blob | commitdiff | diff to current |
2002-04-21 |
Gurusamy Sarathy |
fixes for all the warnings reported by Visual C (most... |
blob | commitdiff | diff to current |
2002-04-03 |
Hugo van der Sanden |
Re: [ID 20020311.008] "foo bar" =~ /^(\w+)\s+(.+)(... |
blob | commitdiff | diff to current |
2002-03-30 |
Rafael Garcia-Suarez |
Re: 64 bit SEGV in t/op/regmesg.t |
blob | commitdiff | diff to current |
2002-03-28 |
Rafael Garcia-Suarez |
Re: Regex-Unicode bugs |
blob | commitdiff | diff to current |
2002-03-28 |
Hugo van der Sanden |
Re: Regex-Unicode bugs |
blob | commitdiff | diff to current |
2002-03-27 |
Rafael Garcia-Suarez |
A warning wasn't turnable off |
blob | commitdiff | diff to current |
2002-03-21 |
Nick Ing-Simmons |
Integrate mainline (Win2k/MinGW all ok except threads... |
blob | commitdiff | diff to current |
2002-03-20 |
Jarkko Hietaniemi |
Fix for "UTF-8 bug with s///" from Hugo. |
blob | commitdiff | diff to current |
2002-03-16 |
Jarkko Hietaniemi |
Better place to initialize (IRIX cc noticed that |
blob | commitdiff | diff to current |
2002-03-16 |
Jarkko Hietaniemi |
HP-UX gcc 3 warnings found by Sarathy. |
blob | commitdiff | diff to current |
2002-03-11 |
Paul Marquess |
more warnings tidyup |
blob | commitdiff | diff to current |
2002-03-07 |
Jarkko Hietaniemi |
As suggested by Anton Tagunov, eq and cmp now obey the |
blob | commitdiff | diff to current |
2002-03-04 |
Paul Marquess |
taint + deprecated warnings |
blob | commitdiff | diff to current |
2002-02-24 |
Jarkko Hietaniemi |
Use to_uni_fold(). |
blob | commitdiff | diff to current |
2002-02-24 |
Jarkko Hietaniemi |
Using uninitialized (and wrong) variables is not good. |
blob | commitdiff | diff to current |
2002-02-24 |
Jarkko Hietaniemi |
EBCDIC: this seems to calm the last of the |
blob | commitdiff | diff to current |
2002-02-19 |
Jarkko Hietaniemi |
The POSIX extensions are deadly. |
blob | commitdiff | diff to current |
2002-02-18 |
Nick Ing-Simmons |
Integrate mainline |
blob | commitdiff | diff to current |
2002-02-18 |
Jarkko Hietaniemi |
EBCDIC: now the worst seems to be over for |
blob | commitdiff | diff to current |
2002-02-11 |
Jarkko Hietaniemi |
"Can't happen" - yes, it can, with buggy UTF-8/EBCDIC. |
blob | commitdiff | diff to current |
2002-02-04 |
Yitzchak Scott-Tho... |
(??{ }) anomaly |
blob | commitdiff | diff to current |
2002-02-03 |
Jarkko Hietaniemi |
EBCDIC: more natification. |
blob | commitdiff | diff to current |
2002-02-03 |
Jarkko Hietaniemi |
EBCDIC: character classes must remap the low 256. |
blob | commitdiff | diff to current |
2002-01-25 |
Nick Ing-Simmons |
Integrate mainline |
blob | commitdiff | diff to current |
2002-01-23 |
Jarkko Hietaniemi |
Copyright++. (Not all the toplevel *.h have one, it... |
blob | commitdiff | diff to current |
2002-01-13 |
Jarkko Hietaniemi |
Don't bother checking for the Greek special |
blob | commitdiff | diff to current |
2002-01-12 |
Jarkko Hietaniemi |
Special treatment for U+03B0 and U+0390 in //i, |
blob | commitdiff | diff to current |
2002-01-10 |
Hugo van der Sanden |
micropatch |
blob | commitdiff | diff to current |
2002-01-08 |
Hugo van der Sanden |
[patch] save a test |
blob | commitdiff | diff to current |
2002-01-07 |
Jeff Pinyan |
leading (.*) should not be implicitly ^'d |
blob | commitdiff | diff to current |
2002-01-07 |
Jarkko Hietaniemi |
More regex and utf8 debug dumping. |
blob | commitdiff | diff to current |
2002-01-07 |
Jarkko Hietaniemi |
Unused variable. |
blob | commitdiff | diff to current |
2002-01-05 |
Jarkko Hietaniemi |
Finish up (ha!) the Unicode case folding; |
blob | commitdiff | diff to current |
2002-01-05 |
Jarkko Hietaniemi |
Ooops. Retract the regex parts of #14090. |
blob | commitdiff | diff to current |
2002-01-05 |
Nicholas Clark |
[REPATCH] Re: [PATCH] Re: socketpair blip on unicos... |
blob | commitdiff | diff to current |
2002-01-03 |
Jarkko Hietaniemi |
Do not add the first characters of multicharacter foldings |
blob | commitdiff | diff to current |
2002-01-03 |
Jarkko Hietaniemi |
Allow emitting the foldcased version of "\x{df}", "ss" |
blob | commitdiff | diff to current |
2002-01-01 |
Jarkko Hietaniemi |
Now that to_utf8_fold() was fixed. |
blob | commitdiff | diff to current |
2001-12-31 |
Jarkko Hietaniemi |
Unused variable. |
blob | commitdiff | diff to current |
2001-12-31 |
Jarkko Hietaniemi |
Add some comments to the recent Unicode case-folding... |
blob | commitdiff | diff to current |
2001-12-31 |
Jarkko Hietaniemi |
Delay folding until necessary; start of handling |
blob | commitdiff | diff to current |
2001-12-30 |
Jarkko Hietaniemi |
Fix all the I case foldings as per CaseFold.txt. |
blob | commitdiff | diff to current |
2001-12-30 |
Jarkko Hietaniemi |
Fix all the C(ommon) case foldings as per CaseFold... |
blob | commitdiff | diff to current |
2001-12-24 |
Jarkko Hietaniemi |
Must cast constants if they can be quads. |
blob | commitdiff | diff to current |
2001-12-23 |
Jarkko Hietaniemi |
The funky final sigma casefolding. |
blob | commitdiff | diff to current |
2001-12-23 |
Jarkko Hietaniemi |
Fix encoding pragma. |
blob | commitdiff | diff to current |
2001-12-22 |
Jeffrey Friedl |
and [BUG] \X and \C fixed, \X still dorked |
blob | commitdiff | diff to current |
2001-12-22 |
Jarkko Hietaniemi |
Unicode casefolding fixes. |
blob | commitdiff | diff to current |
2001-12-13 |
Jarkko Hietaniemi |
Unadorned numbers evil. |
blob | commitdiff | diff to current |
2001-12-12 |
Jarkko Hietaniemi |
Fixes for casting problems detected on a SuSE 7.2 Itanium, |
blob | commitdiff | diff to current |
2001-12-09 |
Jarkko Hietaniemi |
Apply NetBSD patch-ae: another gcc sparc64 bug. |
blob | commitdiff | diff to current |
2001-11-24 |
Nicholas Clark |
memset() is cheaper than a loop of 256 bit-a-a-times |
blob | commitdiff | diff to current |
2001-11-23 |
Hugo van der Sanden |
Re: regex oddness with \Z and $& |
blob | commitdiff | diff to current |
2001-11-18 |
Jarkko Hietaniemi |
Retract #13048: that introduced a malloc() (through... |
blob | commitdiff | diff to current |
2001-11-16 |
Jeff Pinyan |
Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_te... |
blob | commitdiff | diff to current |
2001-11-06 |
Jarkko Hietaniemi |
More UTF-8 EXACT tweaking, plus a forgotten UTF-8 |
blob | commitdiff | diff to current |
2001-11-06 |
Jarkko Hietaniemi |
Implement the encoding pragma for regex literals. |
blob | commitdiff | diff to current |
2001-11-05 |
Jarkko Hietaniemi |
Regex debugging fixes from Hugo. |
blob | commitdiff | diff to current |
2001-11-03 |
Jarkko Hietaniemi |
Don't bother doing POSIX charclass parsing if it |
blob | commitdiff | diff to current |
2001-11-03 |
Jarkko Hietaniemi |
Comment correction. |
blob | commitdiff | diff to current |
2001-10-25 |
Jarkko Hietaniemi |
STRLEN != int. |
blob | commitdiff | diff to current |
2001-10-25 |
Jarkko Hietaniemi |
This takes care of some of the re 'debug' cases but |
blob | commitdiff | diff to current |
2001-10-24 |
Jarkko Hietaniemi |
Dump Unicode better for re 'debug'. The regprop() |
blob | commitdiff | diff to current |
2001-10-09 |
Jarkko Hietaniemi |
Make the toupper/lower/title API for Unicode not right |
blob | commitdiff | diff to current |
2001-10-01 |
Jarkko Hietaniemi |
Be careful to pull chars from the varargs stack when |
blob | commitdiff | diff to current |
2001-10-01 |
Jarkko Hietaniemi |
Further tweaks to the Unicode properties. |
blob | commitdiff | diff to current |
2001-09-29 |
Jarkko Hietaniemi |
More leniency to the \p and \P: now can have whitespace |
blob | commitdiff | diff to current |
2001-09-10 |
Nicholas Clark |
Re: the remaining bugs in \x escapes (was Re: [PATCH... |
blob | commitdiff | diff to current |
2001-09-10 |
Jarkko Hietaniemi |
Using strlen() not good on embedded nul bytes. |
blob | commitdiff | diff to current |
2001-09-09 |
Jeff Pinyan |
[PATCH regcomp.c] zero-width assertions CAN be ?'d |
blob | commitdiff | diff to current |
2001-09-05 |
Nicholas Clark |
oct and hex in glorious 64 bit (with less bugs) (was... |
blob | commitdiff | diff to current |
2001-09-02 |
Jarkko Hietaniemi |
Rename the variable: it *used* to be (wrongly) that the |
blob | commitdiff | diff to current |
2001-08-31 |
Gurusamy Sarathy |
remove deprecated PERL_OBJECT cruft, it has long since... |
blob | commitdiff | diff to current |
2001-08-31 |
Artur Bergman |
Fixes bug in change 11717 that bus errored on HP-UX... |
blob | commitdiff | diff to current |
2001-08-31 |
Artur Bergman |
Change 11797 sneaked in a faulty regcomp.c change which... |
blob | commitdiff | diff to current |
2001-08-31 |
John P. Linderman |
Re: Problem in ext/Time/HiRest/HiRes.t |
blob | commitdiff | diff to current |
2001-08-18 |
Jarkko Hietaniemi |
New try for ID 20010407.006: detach the semantics |
blob | commitdiff | diff to current |
2001-08-15 |
Hugo van der Sanden |
Re: [ID 20010809.023] perlre misleads when stating... |
blob | commitdiff | diff to current |
2001-08-12 |
Jarkko Hietaniemi |
Not quite so relicy as thought in #11651 (op/concat... |
blob | commitdiff | diff to current |
2001-08-12 |
Jarkko Hietaniemi |
More (less) regex/utf8 relics. (Toned down later in... |
blob | commitdiff | diff to current |
2001-08-04 |
Jarkko Hietaniemi |
Continuation of #11575: SANY_SEEN completely deprecated, |
blob | commitdiff | diff to current |
2001-08-04 |
Daniel P. Berrange |
Decouple SANY into SANY and CANY: the new SANY is ... |
blob | commitdiff | diff to current |
2001-08-04 |
Doug MacEachern |
[patch] refcount re ops |
blob | commitdiff | diff to current |
2001-07-14 |
Jeffrey Friedl |
patch to add DEL to [:cntrl:] |
blob | commitdiff | diff to current |
2001-07-12 |
Mark-Jason Dominus |
Patch: document reg_data.what member |
blob | commitdiff | diff to current |
2001-06-30 |
Jarkko Hietaniemi |
Code cleanup based on turning off the -woffs in IRIX. |
blob | commitdiff | diff to current |
2001-06-24 |
Jarkko Hietaniemi |
Partially fix a problem noticed by IRIX compiler: |
blob | commitdiff | diff to current |
2001-06-21 |
Nick Ing-Simmons |
Integrate mainline |
blob | commitdiff | diff to current |
2001-06-21 |
Hugo van der Sanden |
Re: perl@10722: Bogus warnings on REs |
blob | commitdiff | diff to current |
2001-06-03 |
Paul Marquess |
RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t |
blob | commitdiff | diff to current |
2001-06-03 |
Jarkko Hietaniemi |
One less -Wall whine. |
blob | commitdiff | diff to current |
2001-06-02 |
Jarkko Hietaniemi |
-Wall cleanup continues. |
blob | commitdiff | diff to current |
2001-06-02 |
Nick Ing-Simmons |
Integrate mainline |
blob | commitdiff | diff to current |
next |