This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Sparc Linux -Duseshrplib fix.
[perl5.git] / regexec.c
1999-10-10 Gurusamy Sarathyrevert SAVEDESTRUCTOR() to accepting void(*)(void*...
1999-10-06 Gurusamy Sarathyintegrate cfgperl contents into mainline
1999-10-06 Gurusamy Sarathymake die/warn and other diagnostics go to wherever...
1999-10-05 Ilya ZakharevichRe: Strange RE engine breakage in 5_61
1999-09-30 Jarkko HietaniemiRetract #4252, didn't help with the original problem.
1999-09-30 Ilya Zakharevich(Removed by #4262.)
1999-09-22 Ilya ZakharevichTo: Mailing list Perl5 <perl5-porters@perl.org>
1999-09-15 Ilya ZakharevichRe: [ID 19990914.001] Perl_re_intuit_start() hangs...
1999-09-09 Ilya ZakharevichFix interaction of (?p{}) and (?>)
1999-09-09 Ilya ZakharevichClear up PL_regcc issues.
1999-08-03 Ilya ZakharevichClarify RE engine code; inline a static function to...
1999-08-02 Jarkko HietaniemiIntegrate with Sarathy.
1999-08-02 Gurusamy Sarathydebug build tweak
1999-08-01 Jarkko HietaniemiIntegrate with Sarathy. perl.h and util.c required...
1999-08-01 Gurusamy Sarathyintegrate cfgperl contents into mainline
1999-08-01 Ilya ZakharevichMore optimizations to REx engine
1999-07-31 Jarkko HietaniemiRemove a lot of unused regnode codes.
1999-07-25 Gurusamy Sarathyfix little utf8 nits in testsuite; add patch from Ilya...
1999-07-14 Jarkko HietaniemiThe regexec.c change of #3606 caused a core dump in...
1999-07-12 Gurusamy Sarathyyet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-07-08 Gurusamy Sarathymore PERL_OBJECT cleanups (changes still untested on...
1999-07-08 Gurusamy Sarathyfixes for logical bugs in the lexwarn patch; other...
1999-07-06 Jarkko HietaniemiPOSIX [[:character class:]] support for standard, locale,
1999-07-06 Jarkko HietaniemiIntegrate with Sarathy.
1999-07-06 Ilya Zakharevichapplied slightly tweaked version of suggested patch for
1999-06-12 Gurusamy SarathyEXTERN_C declarations for global arrays in various
1999-06-09 Gurusamy Sarathymore complete support for implicit thread/interpreter...
1999-06-07 Gurusamy Sarathyinitial stub implementation of implicit thread/this
1999-06-02 Gurusamy Sarathyremove _() non-ansism
1999-05-25 Ilya ZakharevichREx engine improvements
1999-03-22 Gurusamy Sarathyupdate copyright years
1999-02-17 Hugo van der Sandenfix comppad handling for failures in eval 'qr/(?p{...
1999-02-07 Ilya Zakharevichpatch for change#2822, done right; add PERL_OBJECT...
1999-02-01 Ilya ZakharevichDebugging REx with lookbehind
1999-02-01 Ilya ZakharevichSpeed up .*? and half-fix UTF lookbehind
1998-12-29 Ilya ZakharevichBugs in hairy interactions of feature in REx
1998-12-01 Jarkko HietaniemiTypo in comments.
1998-11-29 Gurusamy Sarathyfix for pat.t failure under USE_THREADS
1998-11-28 Gurusamy Sarathyvarious tweaks; result passes all tests for normal...
1998-11-28 Ilya ZakharevichFinishing off SNOBOL: $1 in (?{})
1998-11-28 Ilya Zakharevichbetter -Mre=debugcolor
1998-11-28 Ilya Zakharevichregcolors
1998-11-28 Ilya Zakharevichapplied suggested patch with PERL_OBJECT tweaks
1998-11-28 Ilya ZakharevichFix \G in REx without //g
1998-11-17 Gurusamy Sarathys/Perl_utf8skip/PL_utf8skip/g
1998-11-09 Gurusamy Sarathypatches from Hugo van der Sanden <hv@crypt.compulink...
1998-10-30 Gurusamy Sarathyphase 1 of somewhat major rearrangement of PERL_OBJECT...
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):
next