This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: perl@15047 New format tests for still existing bugs
[perl5.git] / regcomp.c
2002-03-04 Paul Marquesstaint + deprecated warnings
2002-02-24 Jarkko HietaniemiUse to_uni_fold().
2002-02-24 Jarkko HietaniemiUsing uninitialized (and wrong) variables is not good.
2002-02-24 Jarkko HietaniemiEBCDIC: this seems to calm the last of the
2002-02-19 Jarkko HietaniemiThe POSIX extensions are deadly.
2002-02-18 Nick Ing-SimmonsIntegrate mainline
2002-02-18 Jarkko HietaniemiEBCDIC: now the worst seems to be over for
2002-02-11 Jarkko Hietaniemi"Can't happen" - yes, it can, with buggy UTF-8/EBCDIC.
2002-02-04 Yitzchak Scott-Tho... (??{ }) anomaly
2002-02-03 Jarkko HietaniemiEBCDIC: more natification.
2002-02-03 Jarkko HietaniemiEBCDIC: character classes must remap the low 256.
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-23 Jarkko HietaniemiCopyright++. (Not all the toplevel *.h have one, it...
2002-01-13 Jarkko HietaniemiDon't bother checking for the Greek special
2002-01-12 Jarkko HietaniemiSpecial treatment for U+03B0 and U+0390 in //i,
2002-01-10 Hugo van der Sandenmicropatch
2002-01-08 Hugo van der Sanden[patch] save a test
2002-01-07 Jeff Pinyanleading (.*) should not be implicitly ^'d
2002-01-07 Jarkko HietaniemiMore regex and utf8 debug dumping.
2002-01-07 Jarkko HietaniemiUnused variable.
2002-01-05 Jarkko HietaniemiFinish up (ha!) the Unicode case folding;
2002-01-05 Jarkko HietaniemiOoops. Retract the regex parts of #14090.
2002-01-05 Nicholas Clark[REPATCH] Re: [PATCH] Re: socketpair blip on unicos...
2002-01-03 Jarkko HietaniemiDo not add the first characters of multicharacter foldings
2002-01-03 Jarkko HietaniemiAllow emitting the foldcased version of "\x{df}", "ss"
2002-01-01 Jarkko HietaniemiNow that to_utf8_fold() was fixed.
2001-12-31 Jarkko HietaniemiUnused variable.
2001-12-31 Jarkko HietaniemiAdd some comments to the recent Unicode case-folding...
2001-12-31 Jarkko HietaniemiDelay folding until necessary; start of handling
2001-12-30 Jarkko HietaniemiFix all the I case foldings as per CaseFold.txt.
2001-12-30 Jarkko HietaniemiFix all the C(ommon) case foldings as per CaseFold...
2001-12-24 Jarkko HietaniemiMust cast constants if they can be quads.
2001-12-23 Jarkko HietaniemiThe funky final sigma casefolding.
2001-12-23 Jarkko HietaniemiFix encoding pragma.
2001-12-22 Jeffrey Friedland [BUG] \X and \C fixed, \X still dorked
2001-12-22 Jarkko HietaniemiUnicode casefolding fixes.
2001-12-13 Jarkko HietaniemiUnadorned numbers evil.
2001-12-12 Jarkko HietaniemiFixes for casting problems detected on a SuSE 7.2 Itanium,
2001-12-09 Jarkko HietaniemiApply NetBSD patch-ae: another gcc sparc64 bug.
2001-11-24 Nicholas Clarkmemset() is cheaper than a loop of 256 bit-a-a-times
2001-11-23 Hugo van der SandenRe: regex oddness with \Z and $&
2001-11-18 Jarkko HietaniemiRetract #13048: that introduced a malloc() (through...
2001-11-16 Jeff PinyanRe: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_te...
2001-11-06 Jarkko HietaniemiMore UTF-8 EXACT tweaking, plus a forgotten UTF-8
2001-11-06 Jarkko HietaniemiImplement the encoding pragma for regex literals.
2001-11-05 Jarkko HietaniemiRegex debugging fixes from Hugo.
2001-11-03 Jarkko HietaniemiDon't bother doing POSIX charclass parsing if it
2001-11-03 Jarkko HietaniemiComment correction.
2001-10-25 Jarkko HietaniemiSTRLEN != int.
2001-10-25 Jarkko HietaniemiThis takes care of some of the re 'debug' cases but
2001-10-24 Jarkko HietaniemiDump Unicode better for re 'debug'. The regprop()
2001-10-09 Jarkko HietaniemiMake the toupper/lower/title API for Unicode not right
2001-10-01 Jarkko HietaniemiBe careful to pull chars from the varargs stack when
2001-10-01 Jarkko HietaniemiFurther tweaks to the Unicode properties.
2001-09-29 Jarkko HietaniemiMore leniency to the \p and \P: now can have whitespace
2001-09-10 Nicholas ClarkRe: the remaining bugs in \x escapes (was Re: [PATCH...
2001-09-10 Jarkko HietaniemiUsing strlen() not good on embedded nul bytes.
2001-09-09 Jeff Pinyan[PATCH regcomp.c] zero-width assertions CAN be ?'d
2001-09-05 Nicholas Clarkoct and hex in glorious 64 bit (with less bugs) (was...
2001-09-02 Jarkko HietaniemiRename the variable: it *used* to be (wrongly) that the
2001-08-31 Gurusamy Sarathyremove deprecated PERL_OBJECT cruft, it has long since...
2001-08-31 Artur BergmanFixes bug in change 11717 that bus errored on HP-UX...
2001-08-31 Artur BergmanChange 11797 sneaked in a faulty regcomp.c change which...
2001-08-31 John P. LindermanRe: Problem in ext/Time/HiRest/HiRes.t
2001-08-18 Jarkko HietaniemiNew try for ID 20010407.006: detach the semantics
2001-08-15 Hugo van der SandenRe: [ID 20010809.023] perlre misleads when stating...
2001-08-12 Jarkko HietaniemiNot quite so relicy as thought in #11651 (op/concat...
2001-08-12 Jarkko HietaniemiMore (less) regex/utf8 relics. (Toned down later in...
2001-08-04 Jarkko HietaniemiContinuation of #11575: SANY_SEEN completely deprecated,
2001-08-04 Daniel P. BerrangeDecouple SANY into SANY and CANY: the new SANY is ...
2001-08-04 Doug MacEachern[patch] refcount re ops
2001-07-14 Jeffrey Friedlpatch to add DEL to [:cntrl:]
2001-07-12 Mark-Jason DominusPatch: document reg_data.what member
2001-06-30 Jarkko HietaniemiCode cleanup based on turning off the -woffs in IRIX.
2001-06-24 Jarkko HietaniemiPartially fix a problem noticed by IRIX compiler:
2001-06-21 Nick Ing-SimmonsIntegrate mainline
2001-06-21 Hugo van der SandenRe: perl@10722: Bogus warnings on REs
2001-06-03 Paul MarquessRE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
2001-06-03 Jarkko HietaniemiOne less -Wall whine.
2001-06-02 Jarkko Hietaniemi-Wall cleanup continues.
2001-06-02 Nick Ing-SimmonsIntegrate mainline
2001-06-01 Jeff PinyanRe: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
2001-05-30 Jarkko HietaniemiMore -Wall sweeping.
2001-05-30 Jarkko HietaniemiMedley of -Wall cleanups from Michael Schwen, Hugo...
2001-05-25 Inaba HirotoRe: [ID 20010506.041] segfault when matching utf8 string
2001-05-23 Hugo van der SandenRe: [ID 20000716.007] \G in a m//g expression causes...
2001-05-16 Ronald J. KimballRe: [PATCH] HERE mark in regex
2001-05-11 Jarkko HietaniemiRemove the 'asciir' re subpragma. Should instead implement
2001-05-07 Robin HoustonInsecure regexes
2001-05-04 Robin Barker-Wformat error from ext/re/re_comp.c
2001-05-04 Jarkko HietaniemiThe #9901 had removed one line essential for EBCDIC.
2001-04-30 Hugo van der SandenRe: [PATCH bleadperl] [ID 20010426.002] Word boundry...
2001-04-29 Jarkko HietaniemiIn character classes one couldn't have 0x80..0xff chara...
2001-04-26 Hugo van der SandenRe: [PATCH @9846] dumping ANYOF
2001-04-26 Jarkko HietaniemiRetract #9851, core dumps from pod2man.
2001-04-26 Hugo van der Sanden(Retracted by #9852.)
2001-04-22 Mark-Jason DominusRe: ANYOF_SIZE is wrong in 5.7.1
2001-04-22 Mark-Jason DominusRe: Regex debugger patch
2001-03-28 Jarkko HietaniemiIntegrate perlio:
2001-03-28 Nick Ing-SimmonsMore EBCDIC tweaks:
next