Makefile.SH test_prep dependency
[p5sagit/p5-mst-13.2.git] / regcomp.c
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.
2000-11-22 Ilya Zakharevich Overeager visited-positions optimizations
2000-11-18 Ilya Zakharevich [PATCH 5.7.0] make regcomp reenterable
2000-11-18 Ilya Zakharevich restore match data on backtracing
2000-11-07 Jarkko Hietaniemi Too profiler-happy: with optimization the #7590 actuall...
2000-11-07 Jarkko Hietaniemi Shave off about 5% (Digital UNIX, -g, pixie) of the...
2000-11-01 Martin Husemann [ID 20001031.004] Uninitialized auto variable in regcomp.c
2000-10-25 Jarkko Hietaniemi Continue the internal UTF-8 API tweaking.
2000-10-24 Jarkko Hietaniemi Make the UTF-8 decoding stricter and more verbose when
2000-10-20 Charles Bailey SYN SYN
2000-09-30 Nick Ing-Simmons Re-instate Perl_utf8_to_uv without checking parameter...
2000-09-14 Robin Barker continued -Wformat support
2000-09-14 Spider Boardman Fix for a parsing bug, not for the original bug.
2000-09-14 Jarkko Hietaniemi Batch of UTF-8 patches from Simon Cozens.
2000-08-22 Hugo van der Sanden nextchar() abuse misses an optimisation
2000-08-21 Jarkko Hietaniemi Rename the macro argument because some preprocessors
2000-08-19 Spider.Boardman... Fix a core dump in lib/selfloader under -DDEBUGGING.
2000-08-18 Jeffrey Friedl Add [[:blank:]] as suggested in
2000-08-17 Jarkko Hietaniemi Tweak the regex compilation errors once more.
2000-08-16 Lupe Christoph Change the regx compilation error markers to use =...
2000-08-10 Jarkko Hietaniemi Get back into sync with Jeffrey on the enhanced regex...
2000-08-09 Jeffrey Friedl Re: enhanced(?) regex error messages
2000-08-08 Hugo van der Sanden Re: enhanced(?) regex error messages
2000-08-07 Jeffrey Friedl Make regular expression parse error messages easier...
2000-08-04 Charles Bailey YA resync with mainstem, including VMS patches from...
2000-08-03 Hugo van der Sanden [ID 20000803.001] further regexp counting problems
2000-07-26 Jeffrey Friedl Make the unimplemented POSIX regex features [[.cc....
2000-07-24 Stephen P. Potter A missing 'break' after the [[:space:]] switch case.
2000-07-14 Gurusamy Sarathy integrate cfgperl contents into mainline
2000-07-13 Hugo van der Sanden The {multiplier} of a fixed substring was overlooked...
2000-06-27 David Dyck Do no -warn on \_, only on \alpha.
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-05-03 Gurusamy Sarathy fix broken parsing of /\x{ab}/
next