This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
remove doubled hunk from integration
[perl5.git] / regexec.c
1998-10-28 Gurusamy Sarathyminor cleanup
1998-09-25 Gurusamy Sarathybump patchlevel to 52; other little tweaks for threads...
1998-09-25 Gurusamy Sarathytweaks to enable PERL_OBJECT to build & test on win32
1998-09-24 Ilya ZakharevichRe: problem with (?p{}) [PATCH 5.005_5*]
1998-09-23 Ilya Zakharevich(?>) broken in RE
1998-09-23 Gurusamy Sarathyre-introduce change#1703
1998-09-23 Ilya Zakharevichmake behavior of /(a{3})+/ like /(aaa)+/ w.r.t where...
1998-09-23 Ilya Zakharevichpatch to support computed regular subexpressions
1998-08-10 Gurusamy Sarathyvarious tweaks: fix signed vs. unsigned problems that...
1998-08-09 Paul Marquesslexical 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 Sarathyintegrate maint-5.005 changes into mainline
1998-08-05 Gurusamy Sarathyback out change#1703 that break bincompat with PERL_OBJ...
1998-08-02 Ilya Zakharevichbetter RE colors
1998-08-02 Gurusamy Sarathyrename duplicate warning in regexec.c
1998-08-02 Jan-Pieter Cornetde-utf-ized variation of Ilya's patch
1998-07-26 Nick Ing-SimmonsAdd dTHR so that it compiles miniperl in threaded mode
1998-07-26 Gurusamy Sarathyadd new files to MANIFEST; add missing prototypes to...
1998-07-24 Larry WallHere are the long-expected Unicode/UTF-8 modifications.
1998-07-21 Gurusamy Sarathyworkaround C<"foo" "bar"> catenation-intolerant compilers
1998-07-20 Gurusamy Sarathycomplete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-18 Nick Ing-SimmonsPL_ stuff for threads
1998-07-18 Nick Ing-SimmonsPL_ prefix to all perlvars, part1
1998-07-14 Andy Doughertyadded suggested patch (via PM), tweaked to implicitly...
1998-07-12 Gurusamy Sarathymake RE engine threadsafe; -Dusethreads builds, tests...
1998-07-11 Dominic Dunlopapplied patch, reformatted long lines in places
1998-07-11 Ilya Zakharevichapplied patch, tweaked doc and code that does labels...
1998-07-09 Gurusamy Sarathyapplied patch from Ilya, tweaked some to get clean...
1998-07-08 Ilya Zakharevichadd patch for C<use re 'debug'>
1998-07-07 Gurusamy Sarathyfix accidental RE-de-optimization
1998-07-05 Gurusamy Sarathypatchlevel up to 5.004_70, various tweaks
1998-07-04 Ilya Zakharevichallow a flags args to fbm_instr() for future needs
1998-06-28 Ilya Zakharevichapplied patch, tweaked doc, and regen regnodes.h
1998-06-22 Ilya ZakharevichZero-length matching bug
1998-06-18 Gurusamy Sarathyfix memory leaks and uninitialized memory accesses...
1998-06-12 Ilya Zakharevichapplied patch, with indentation tweaks
1998-06-11 Ilya ZakharevichBugs with (?{}), $^R and many-to-many subst
1998-06-10 Ilya ZakharevichRe: 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 BeattieAndy 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 Zakharevich5.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 ZakharevichRegexp fix: (?>a+)b doesn't match aaab:
1997-11-22 Nick Ing-Simmonsansiperl builds with Borland C++ again
1997-11-19 Malcolm BeattieThe new jumbo regexp stuff did SSPUSHINT on a char...
1997-11-19 Ilya ZakharevichJumbo regexp patch applied (with minor fix-up tweaks):
1997-10-31 Nick Ing-SimmonsConvert miniperl sources to ANSI C. Several passes of
1997-10-16 Malcolm BeattieMerge maint-5.004 branch (5.004_04) with mainline.
1997-10-08 Malcolm BeattieMerge maint-5.004 branch (5.004_03) with mainline.
1997-09-30 Malcolm BeattieMerge maint-5.004 branch (5.004_01) with mainline.
1997-09-05 Perl 5 Porters[inseparable changes from patch to perl 5.004_04] perl-5.004_04
1997-08-07 Tim Bunce[inseperable differences up to perl 5.004_02] perl-5.004_02
1997-08-06 Hugo van der SandenAvoid core dump on some paren'd regexp matches
1997-06-11 Andreas KarrerRegex Bug in 5.003_26 thru 003_99a
1997-05-26 Malcolm BeattieIntegrate 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... perl-5.003_97e
1997-03-28 Malcolm BeattieInitial 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 Schertlerprintf format corrections for -DDEBUGGING
1997-03-01 Perl 5 Porters[inseparable changes from match from perl-5.003_91...
1997-02-21 Chip SalzenbergDon't assume that sizeof(int) >= sizeof(void*)
1997-02-10 Ilya ZakharevichRegexp optimizations
1997-01-25 Perl 5 Porters[inseparable changes from patch from perl5.003_22 to... perl-5.003_23
1996-12-23 Gurusamy Sarathypatch 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 SalzenbergFix 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 PortersAllow redirection of debug messages
1996-08-19 Perl 5 PortersUse memcmp instead of bcmp even when we don't care...
1996-08-10 Larry Wallperl 5.003_02: [no incremental changelog available]
1995-11-20 Larry Wall5.002 beta 1
1995-10-31 Andy DoughertyThis is my patch patch.1n for perl5.001. perl-5.001n
1995-06-22 Andy DoughertyThis is my patch patch.1m for perl5.001.
1995-03-13 Larry WallPerl 5.001 perl-5.001
1995-01-11 Larry Wall[fix crash in regexec.c]
1994-10-17 Larry Wallperl 5.000 perl-5.000
1994-04-04 Andy Doughertyperl 5.0 alpha 8
1994-03-18 Larry Wallperl 5.0 alpha 6
1993-11-10 Larry Wallperl 5.0 alpha 4
1993-10-07 Larry Wallperl 5.0 alpha 2 perl-5a2
1992-06-08 Larry Wallperl 4.0 patch 31: patch #20, continued
1991-11-05 Larry Wallperl 4.0 patch 16: patch #11, continued
1991-06-06 Larry Wallperl 4.0 patch 8: patch #4, continued
1991-04-11 Larry Wallperl 4.0 patch 2: Patch 1 continued
1991-03-21 Larry Wallperl 4.0.00: (no release announcement available) perl-4.0.00
1990-11-09 Larry Wallperl 3.0 patch #40 patch #38, continued
1990-10-15 Larry Wallperl 3.0 patch #34 patch #29, continued
1990-08-08 Larry Wallperl 3.0 patch #25 patch #19, continued
1990-02-28 Larry Wallperl 3.0 patch #11 patch #9, continued
1989-12-21 Larry Wallperl 3.0 patch #8 patch 7 continued
next