NetBSD update, based on patches from the NetBSD packages system.
[p5sagit/p5-mst-13.2.git] / regexec.c
1998-12-29 Ilya Zakharevich Bugs in hairy interactions of feature in REx
1998-12-01 Jarkko Hietaniemi Typo in comments.
1998-11-29 Gurusamy Sarathy fix for pat.t failure under USE_THREADS
1998-11-28 Gurusamy Sarathy various tweaks; result passes all tests for normal...
1998-11-28 Ilya Zakharevich Finishing off SNOBOL: $1 in (?{})
1998-11-28 Ilya Zakharevich better -Mre=debugcolor
1998-11-28 Ilya Zakharevich regcolors
1998-11-28 Ilya Zakharevich applied suggested patch with PERL_OBJECT tweaks
1998-11-28 Ilya Zakharevich Fix \G in REx without //g
1998-11-17 Gurusamy Sarathy s/Perl_utf8skip/PL_utf8skip/g
1998-11-09 Gurusamy Sarathy patches from Hugo van der Sanden <hv@crypt.compulink...
1998-10-30 Gurusamy Sarathy phase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-28 Gurusamy Sarathy minor cleanup
1998-09-25 Gurusamy Sarathy bump patchlevel to 52; other little tweaks for threads...
1998-09-25 Gurusamy Sarathy tweaks to enable PERL_OBJECT to build & test on win32
1998-09-24 Ilya Zakharevich Re: problem with (?p{}) [PATCH 5.005_5*]
1998-09-23 Ilya Zakharevich (?>) broken in RE
1998-09-23 Gurusamy Sarathy re-introduce change#1703
1998-09-23 Ilya Zakharevich make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where...
1998-09-23 Ilya Zakharevich patch to support computed regular subexpressions
1998-08-10 Gurusamy Sarathy various tweaks: fix signed vs. unsigned problems that...
1998-08-09 Paul Marquess lexical warnings; tweaks to places that didn't apply...
1998-08-08 Ilya Zakharevich [5.005_50 PATCH] misprint in RE engine
1998-08-08 Gurusamy Sarathy integrate maint-5.005 changes into mainline
1998-08-05 Gurusamy Sarathy back out change#1703 that break bincompat with PERL_OBJ...
1998-08-02 Ilya Zakharevich better RE colors
1998-08-02 Gurusamy Sarathy rename duplicate warning in regexec.c
1998-08-02 Jan-Pieter Cornet de-utf-ized variation of Ilya's patch
1998-07-26 Nick Ing-Simmons Add dTHR so that it compiles miniperl in threaded mode
1998-07-26 Gurusamy Sarathy add new files to MANIFEST; add missing prototypes to...
1998-07-24 Larry Wall Here are the long-expected Unicode/UTF-8 modifications.
1998-07-21 Gurusamy Sarathy workaround C<"foo" "bar"> catenation-intolerant compilers
1998-07-20 Gurusamy Sarathy complete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-18 Nick Ing-Simmons PL_ stuff for threads
1998-07-18 Nick Ing-Simmons PL_ prefix to all perlvars, part1
1998-07-14 Andy Dougherty added suggested patch (via PM), tweaked to implicitly...
1998-07-12 Gurusamy Sarathy make RE engine threadsafe; -Dusethreads builds, tests...
1998-07-11 Dominic Dunlop applied patch, reformatted long lines in places
1998-07-11 Ilya Zakharevich applied patch, tweaked doc and code that does labels...
1998-07-09 Gurusamy Sarathy applied patch from Ilya, tweaked some to get clean...
1998-07-08 Ilya Zakharevich add patch for C<use re 'debug'>
1998-07-07 Gurusamy Sarathy fix accidental RE-de-optimization
1998-07-05 Gurusamy Sarathy patchlevel up to 5.004_70, various tweaks
1998-07-04 Ilya Zakharevich allow a flags args to fbm_instr() for future needs
1998-06-28 Ilya Zakharevich applied patch, tweaked doc, and regen regnodes.h
1998-06-22 Ilya Zakharevich Zero-length matching bug
1998-06-18 Gurusamy Sarathy fix memory leaks and uninitialized memory accesses...
1998-06-12 Ilya Zakharevich applied patch, with indentation tweaks
1998-06-11 Ilya Zakharevich Bugs with (?{}), $^R and many-to-many subst
1998-06-10 Ilya Zakharevich Re: 5.004_65 uninitialized variable regexec.c (2)
1998-05-26 Gurusamy Sarathy [asperl] tweaks to make it build with the Borland compi...
1998-05-18 Gurusamy Sarathy [asperl] integrate mainline changes (untested)
1998-05-13 Gurusamy Sarathy [win32] merge change#664 from maint branch
1998-04-08 Gurusamy Sarathy [asperl] integrate mainline changes
1998-04-02 Malcolm Beattie Andy Dougherty's configuration patches (Config_63-01...
1998-02-14 Gurusamy Sarathy [asperl] bring ASPerl uptodate with mainline changes
1998-02-14 Gurusamy Sarathy [asperl] added AS patch#5 (patch #4 was intentionally...
1998-02-12 Ilya Zakharevich 5.004_5*: [PATCH] restore old behaviour of \1 in RE
1998-02-01 Douglas Lankshear [asperl] added AS patch#3
1998-01-30 Gurusamy Sarathy [asperl] initial merge of latest win32 branch into...
1998-01-30 Gurusamy Sarathy [asperl] added AS patch#2
1998-01-08 Ilya Zakharevich Regexp fix: (?>a+)b doesn't match aaab:
1997-11-22 Nick Ing-Simmons ansiperl builds with Borland C++ again
1997-11-19 Malcolm Beattie The new jumbo regexp stuff did SSPUSHINT on a char...
1997-11-19 Ilya Zakharevich Jumbo regexp patch applied (with minor fix-up tweaks):
1997-10-31 Nick Ing-Simmons Convert miniperl sources to ANSI C. Several passes of
1997-10-16 Malcolm Beattie Merge maint-5.004 branch (5.004_04) with mainline.
1997-10-08 Malcolm Beattie Merge maint-5.004 branch (5.004_03) with mainline.
1997-09-30 Malcolm Beattie Merge maint-5.004 branch (5.004_01) with mainline.
1997-09-05 Perl 5 Porters [inseparable changes from patch to perl 5.004_04]
1997-08-07 Tim Bunce [inseperable differences up to perl 5.004_02]
1997-08-06 Hugo van der Sanden Avoid core dump on some paren'd regexp matches
1997-06-11 Andreas Karrer Regex Bug in 5.003_26 thru 003_99a
1997-05-26 Malcolm Beattie Integrate thrperl 5.003->5.004.
1997-04-22 Perl 5 Porters [inseparable changes from match from perl-5.003_97g...
1997-04-14 Perl 5 Porters [inseparable changes from patch from perl-5.003_97d...
1997-03-28 Malcolm Beattie Initial 3-way merge from (5.001m, thr1m, 5.003) plus...
1997-03-08 Perl 5 Porters [inseparable changes from match from perl-5.003_93...
1997-03-08 Roderick Schertler printf format corrections for -DDEBUGGING
1997-03-01 Perl 5 Porters [inseparable changes from match from perl-5.003_91...
1997-02-21 Chip Salzenberg Don't assume that sizeof(int) >= sizeof(void*)
1997-02-10 Ilya Zakharevich Regexp optimizations
1997-01-25 Perl 5 Porters [inseparable changes from patch from perl5.003_22 to...
1996-12-23 Gurusamy Sarathy patch for regex bug: (x|x){n}
1996-12-19 Perl 5 Porters [inseparable changes from patch from perl5.003_11 to...
1996-12-06 Perl 5 Porters [inseparable changes from patch from perl5.003_10 to...
1996-11-29 Chip Salzenberg Fix regex matching of chars with high bit set
1996-11-26 Perl 5 Porters [inseparable changes from patch from perl5.003_08 to...
1996-11-19 Perl 5 Porters [inseparable changes from patch from perl5.003_07 to...
1996-06-18 Perl 5 Porters Allow redirection of debug messages
1996-08-19 Perl 5 Porters Use memcmp instead of bcmp even when we don't care...
1996-08-10 Larry Wall perl 5.003_02: [no incremental changelog available]
1995-11-20 Larry Wall 5.002 beta 1
1995-10-31 Andy Dougherty This is my patch patch.1n for perl5.001.
1995-06-22 Andy Dougherty This is my patch patch.1m for perl5.001.
1995-03-13 Larry Wall Perl 5.001
1995-01-11 Larry Wall [fix crash in regexec.c]
1994-10-17 Larry Wall perl 5.000
1994-04-04 Andy Dougherty perl 5.0 alpha 8
1994-03-18 Larry Wall perl 5.0 alpha 6
next