AUTHORS updates.
[p5sagit/p5-mst-13.2.git] / regcomp.c
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}/
2000-05-02 Gurusamy Sarathy change#3798 broke the meaning of "\0_7_7", tr/\0_/...
2000-04-27 Gurusamy Sarathy fix for failure to match $foo =~ /(?i)/ (from Ilya...
2000-03-14 Gurusamy Sarathy tweak to use SIZE_ONLY
2000-03-14 Gurusamy Sarathy avoid dup warning (from Simon Cozens)
2000-03-11 Gurusamy Sarathy fix optimizer bug in /^(?p{"a"})b/ (from Ilya Zakharevich)
2000-03-11 Jarkko Hietaniemi Cpp out deadcode that IRIX compiler noticed.
2000-03-05 Gurusamy Sarathy fixes for most warnings identified by gcc -Wall
2000-03-03 Gurusamy Sarathy integrate cfgperl and vmsperl contents into mainline
2000-03-03 Gurusamy Sarathy warn about /(?p{})/ (from Simon Cozens)
2000-03-03 Jarkko Hietaniemi Integrate with Sarathy.
2000-03-03 Gurusamy Sarathy /(?p{})/ changed to /(??{})/, per Larry's suggestion...
2000-03-03 Jarkko Hietaniemi /[[:alpha]/ now dies on unmatched [] instead of
2000-02-29 Jarkko Hietaniemi Some compilers have problems with quad switch() controls.
2000-02-24 Gisle Aas More UTF8_MAXLEN fixes
2000-02-20 Gurusamy Sarathy lexical warnings update, ability to inspect bitmask...
2000-02-13 Gurusamy Sarathy more purification (pp_require() could access free memor...
2000-02-11 Gurusamy Sarathy fix uninitialized memory reads found by purify
2000-02-09 Charles Bailey Resync with mainline
2000-02-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-06 Gurusamy Sarathy set SvUTF8 on vectors only if there are chars > 127...
2000-02-01 Gurusamy Sarathy HINT_UTF8 is not propagated to the op tree anymore...
next