more POSIX tests, and more autoloading
[p5sagit/p5-mst-13.2.git] / regcomp.c
2001-12-13 Jarkko Hietaniemi Unadorned numbers evil.
2001-12-12 Jarkko Hietaniemi Fixes for casting problems detected on a SuSE 7.2 Itanium,
2001-12-09 Jarkko Hietaniemi Apply NetBSD patch-ae: another gcc sparc64 bug.
2001-11-24 Nicholas Clark memset() is cheaper than a loop of 256 bit-a-a-times
2001-11-23 Hugo van der Sanden Re: regex oddness with \Z and $&
2001-11-18 Jarkko Hietaniemi Retract #13048: that introduced a malloc() (through...
2001-11-16 Jeff Pinyan Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_te...
2001-11-06 Jarkko Hietaniemi More UTF-8 EXACT tweaking, plus a forgotten UTF-8
2001-11-06 Jarkko Hietaniemi Implement the encoding pragma for regex literals.
2001-11-05 Jarkko Hietaniemi Regex debugging fixes from Hugo.
2001-11-03 Jarkko Hietaniemi Don't bother doing POSIX charclass parsing if it
2001-11-03 Jarkko Hietaniemi Comment correction.
2001-10-25 Jarkko Hietaniemi STRLEN != int.
2001-10-25 Jarkko Hietaniemi This takes care of some of the re 'debug' cases but
2001-10-24 Jarkko Hietaniemi Dump Unicode better for re 'debug'. The regprop()
2001-10-09 Jarkko Hietaniemi Make the toupper/lower/title API for Unicode not right
2001-10-01 Jarkko Hietaniemi Be careful to pull chars from the varargs stack when
2001-10-01 Jarkko Hietaniemi Further tweaks to the Unicode properties.
2001-09-29 Jarkko Hietaniemi More leniency to the \p and \P: now can have whitespace
2001-09-10 Nicholas Clark Re: the remaining bugs in \x escapes (was Re: [PATCH...
2001-09-10 Jarkko Hietaniemi Using 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 Clark oct and hex in glorious 64 bit (with less bugs) (was...
2001-09-02 Jarkko Hietaniemi Rename the variable: it *used* to be (wrongly) that the
2001-08-31 Gurusamy Sarathy remove deprecated PERL_OBJECT cruft, it has long since...
2001-08-31 Artur Bergman Fixes bug in change 11717 that bus errored on HP-UX...
2001-08-31 Artur Bergman Change 11797 sneaked in a faulty regcomp.c change which...
2001-08-31 John P. Linderman Re: Problem in ext/Time/HiRest/HiRes.t
2001-08-18 Jarkko Hietaniemi New try for ID 20010407.006: detach the semantics
2001-08-15 Hugo van der Sanden Re: [ID 20010809.023] perlre misleads when stating...
2001-08-12 Jarkko Hietaniemi Not quite so relicy as thought in #11651 (op/concat...
2001-08-12 Jarkko Hietaniemi More (less) regex/utf8 relics. (Toned down later in...
2001-08-04 Jarkko Hietaniemi Continuation of #11575: SANY_SEEN completely deprecated,
2001-08-04 Daniel P. Berrange Decouple SANY into SANY and CANY: the new SANY is ...
2001-08-04 Doug MacEachern [patch] refcount re ops
2001-07-14 Jeffrey Friedl patch to add DEL to [:cntrl:]
2001-07-12 Mark-Jason Dominus Patch: document reg_data.what member
2001-06-30 Jarkko Hietaniemi Code cleanup based on turning off the -woffs in IRIX.
2001-06-24 Jarkko Hietaniemi Partially fix a problem noticed by IRIX compiler:
2001-06-21 Nick Ing-Simmons Integrate mainline
2001-06-21 Hugo van der Sanden Re: perl@10722: Bogus warnings on REs
2001-06-03 Paul Marquess RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
2001-06-03 Jarkko Hietaniemi One less -Wall whine.
2001-06-02 Jarkko Hietaniemi -Wall cleanup continues.
2001-06-02 Nick Ing-Simmons Integrate mainline
2001-06-01 Jeff Pinyan Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
2001-05-30 Jarkko Hietaniemi More -Wall sweeping.
2001-05-30 Jarkko Hietaniemi Medley of -Wall cleanups from Michael Schwen, Hugo...
2001-05-25 Inaba Hiroto Re: [ID 20010506.041] segfault when matching utf8 string
2001-05-23 Hugo van der Sanden Re: [ID 20000716.007] \G in a m//g expression causes...
2001-05-16 Ronald J. Kimball Re: [PATCH] HERE mark in regex
2001-05-11 Jarkko Hietaniemi Remove the 'asciir' re subpragma. Should instead implement
2001-05-07 Robin Houston Insecure regexes
2001-05-04 Robin Barker -Wformat error from ext/re/re_comp.c
2001-05-04 Jarkko Hietaniemi The #9901 had removed one line essential for EBCDIC.
2001-04-30 Hugo van der Sanden Re: [PATCH bleadperl] [ID 20010426.002] Word boundry...
2001-04-29 Jarkko Hietaniemi In character classes one couldn't have 0x80..0xff chara...
2001-04-26 Hugo van der Sanden Re: [PATCH @9846] dumping ANYOF
2001-04-26 Jarkko Hietaniemi Retract #9851, core dumps from pod2man.
2001-04-26 Hugo van der Sanden (Retracted by #9852.)
2001-04-22 Mark-Jason Dominus Re: ANYOF_SIZE is wrong in 5.7.1
2001-04-22 Mark-Jason Dominus Re: Regex debugger patch
2001-03-28 Jarkko Hietaniemi Integrate perlio:
2001-03-28 Nick Ing-Simmons More EBCDIC tweaks:
2001-03-20 Nick Ing-Simmons More EBCDIC stuff:
2001-03-14 Jarkko Hietaniemi Integrate changes #9137,9138,9142 from maintperl into...
2001-03-11 Nick Ing-Simmons regcomp.c is working in native space, not Unicode space...
2001-03-11 Nick Ing-Simmons Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latte...
2001-03-10 Jarkko Hietaniemi Fix for ID 20010306.008, UTF-8 and \w without 'use...
2001-03-10 Nick Ing-Simmons EBCDIC sanity - phase I
2001-03-06 Jarkko Hietaniemi Make /x{abcd}/ to work without use utf8.
2001-02-25 Jarkko Hietaniemi Retract #8929,8930,8932,8933 for now.
2001-02-25 Jarkko Hietaniemi (Retracted by #8395.)
2001-02-18 Jarkko Hietaniemi Misapplied regex optimizations when \C is present.
2001-02-17 Nick Ing-Simmons Integrate mainline
2001-02-13 Hugo van der Sanden Re: [ID 20010212.006] Core dump with /((?:hard|soft...
2001-02-08 Charles Bailey SYN SYN
2001-02-07 Alan Burlison Manually applied version for dev branch of Alan/Sarathy...
2001-01-24 Charles Bailey SYN SYN
2001-01-16 Mark-Jason Dominus regcomp.c old feature removal
2001-01-09 Inaba Hiroto One more patch for UTF8
2001-01-08 Charles Bailey Once again syncing after too long an absence
2001-01-05 Jarkko Hietaniemi UTF-8 cleanup.
2001-01-01 Jarkko Hietaniemi Bump up Larry's copyright.
2000-12-30 Nick Ing-Simmons Integrate mainline
2000-12-30 Inaba Hiroto more UTF8 test suites and an UTF8 patch
2000-12-19 Nick Ing-Simmons Integrate mainline.
2000-12-18 Jarkko Hietaniemi Comments work so much better when they are closed.
2000-12-18 Jarkko Hietaniemi Some compilers (e.g. HP-UX) can't switch on 64-bit...
2000-12-17 Jarkko Hietaniemi Polymorphic regexps.
2000-12-05 Jarkko Hietaniemi dTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-12-03 Jarkko Hietaniemi On DEBUGGING make ANYOFUTF8 nodes store away also the SV
2000-12-03 Jarkko Hietaniemi Implement ANYOFUTF8 regprop() dumping.
2000-12-03 Jarkko Hietaniemi Make uv_to_utf8() to zero-terminate its output buffer,
2000-12-01 Jarkko Hietaniemi Get the three different space character classes right...
2000-12-01 Jarkko Hietaniemi \x{} doesn't any more require 'use utf8' outside regexe...
2000-12-01 Jarkko Hietaniemi Fix for 20001130.008 and 20001130.010, the PL_regnpar...
2000-11-26 Jarkko Hietaniemi Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
2000-11-26 Jarkko Hietaniemi Message nit.
2000-11-22 Jarkko Hietaniemi Fixes for signedness warnings noticed by VMSperlers.
next