This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Prevent "Out of memory" error in POSIX's strftime()
[perl5.git] / regcomp.c
1999-10-14 Jarkko HietaniemiWarn about false ranges like \d-\w (see the change...
1999-10-12 Jarkko HietaniemiRevert the parts of #3926 that outlawed character ranges
1999-10-05 Ilya ZakharevichRe: Strange RE engine breakage in 5_61
1999-10-02 Jarkko HietaniemiUntangle the IV_IS_QUAD jungle by introduding
1999-09-22 Ilya ZakharevichTo: Mailing list Perl5 <perl5-porters@perl.org>
1999-09-20 Gurusamy Sarathyqueue errors due to strictures rather than printing...
1999-09-08 Ilya ZakharevichFix debugging output for REx
1999-08-30 Ilya ZakharevichUse \N{named characters} instead of \C.
1999-08-05 Jarkko HietaniemiFix regex charclass parsing so that bogus ranges
1999-08-04 Jarkko HietaniemiIntroduce the charnames pragma.
1999-08-03 Ilya ZakharevichClarify RE engine code; inline a static function to...
1999-08-02 Jarkko HietaniemiFix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
1999-08-02 Jarkko HietaniemiFix regclass utf8 hex ranges for quads.
1999-08-02 Jarkko HietaniemiMore 64-bit fixing. One known bug of that kind
1999-08-01 Jarkko HietaniemiIntegrate with Sarathy. perl.h and util.c required...
1999-08-01 Ilya ZakharevichMore optimizations to REx engine
1999-07-25 Gurusamy Sarathyfix little utf8 nits in testsuite; add patch from Ilya...
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 Sarathysundry cleanups for clean build on windows
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-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-05-10 Ilya ZakharevichCosmetic: data-driven REx-dump
1999-05-10 Hugo van der Sandenfix overeager [:foo:] parsing
1999-05-10 Alexander Smishlajevcygwin32 update (untested adaptation of patch against...
1999-04-26 Gurusamy Sarathyallow embedded null characters in diagnostics
1999-04-04 Gurusamy Sarathycorrect places that said newSVpv() when they meant...
1999-03-24 Gurusamy Sarathyfix off-by-one that resulted in misparse of C</[\x...
1999-03-22 Gurusamy Sarathyupdate copyright years
1999-02-20 John Bley5.005_55 (CORE) Sparse intializer in regcomp.c
1999-02-17 Hugo van der Sandenfix comppad handling for failures in eval 'qr/(?p{...
1999-02-15 Hugo van der Sandenregexp flags bug
1999-02-08 Ilya Zakharevichs/\ba/./g was over-optimized
1999-02-07 Ilya Zakharevichs/\ba/./g was over-optimized
1999-02-07 Ilya Zakharevichpatch for change#2822, done right; add PERL_OBJECT...
1999-01-17 Gurusamy SarathyPERL_OBJECT tweaks for change#2426
1999-01-13 Hans Mulder[Patch for 5.005_54] re::debugcolors dumps core
1999-01-09 Jarkko HietaniemiMissing dTHRs added.
1998-12-29 Ilya ZakharevichWarn on unrecognized alpha escapes.
1998-12-29 Ilya ZakharevichRegexp tests and UTF8
1998-12-01 Jarkko HietaniemiSeparated the [:foo:] parsing to its own function.
1998-11-28 Gurusamy Sarathyvarious tweaks; result passes all tests for normal...
1998-11-28 Ilya Zakharevichregcolors
1998-10-30 Gurusamy Sarathyphase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-06 Gurusamy Sarathyfix globals caught by change#1927; builds and tests...
1998-10-02 Gurusamy Sarathyos390 fixes (suggested by Peter Prymmer)
1998-10-02 Dominic Dunlopdocument yet another RE diagnostic, make it consistent...
1998-09-24 Ilya ZakharevichExtraneous warning for (?()A|B)
1998-09-23 Dominic Dunlophide symbol for static build
1998-09-23 Gurusamy Sarathyre-introduce change#1703
1998-09-23 Ilya Zakharevichpatch to support computed regular subexpressions
1998-09-23 Jarkko Hietaniemiapply minimal variant of patch (sent via private mail)
1998-09-23 Ilya ZakharevichRe: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy...
1998-09-20 Ilya ZakharevichRe: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy...
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 Paul Marquessfix bogus warning on "\x{123}"
1998-08-08 Dominic Dunlophide dup symbol for static build of ext/re
1998-08-08 Larry Wall\pX not implemented!
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 Sarathyuse I32_MAX as the limit when U16_MAX > I32_MAX (for...
1998-07-26 Nick Ing-SimmonsAdd dTHR so that it compiles miniperl in threaded mode
1998-07-24 Larry WallHere are the long-expected Unicode/UTF-8 modifications.
1998-07-20 Gurusamy Sarathycomplete s/foo/PL_foo/ changes (all escaped cases ident...
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-13 Graham Barradded patch, tweaked PERL_OBJECT things
1998-07-12 Gurusamy Sarathymake RE engine threadsafe; -Dusethreads builds, tests...
1998-07-11 Ilya Zakharevichadd patch, along with all the missing bits, and doc...
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 ZakharevichSwitch modifiers in RE off
1998-07-08 Ilya Zakharevichadd patch for C<use re 'debug'>
1998-07-06 Gurusamy Sarathyallow eval-groups in patterns only if they C<use re...
1998-07-04 Hugo van der Sandencatch nonexistent backrefs in REs
1998-06-28 Ilya ZakharevichImprove warning on zero-length chunks in RE
1998-06-28 Ilya Zakharevichapplied patch, tweaked doc, and regen regnodes.h
1998-06-19 Gurusamy Sarathyupdate repository copy of Asmdata.pm after `perl byteco...
1998-06-18 Gurusamy Sarathyfix off-by-one that trampled memory in re_croak2()
1998-06-12 Ilya Zakharevichapplied patch, with indentation tweaks
1998-06-11 Ilya ZakharevichBugs with (?{}), $^R and many-to-many subst
1998-05-31 Gurusamy Sarathy[win32] minimal fix to enable compiling with -DMULTIPLICITY
1998-05-29 Gurusamy Sarathy[asperl] integrate mainline changes
1998-05-29 Gurusamy Sarathy[win32] misc changes
1998-05-26 Gurusamy Sarathy[asperl] more changes to satisfy non-debug VC build...
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-15 Gurusamy Sarathy[win32] merge change#905 from maintbranch, minor fixes...
1998-05-13 Gurusamy Sarathy[win32] merge change#664 from maint branch
1998-04-08 Gurusamy Sarathy[asperl] integrate mainline changes
1998-03-17 Gurusamy Sarathy[win32] propagate bugfix @ change831 from asperl
1998-03-17 Gurusamy Sarathy[asperl] fix buggy order of free() in regcomp.c (from AS)
next