1999-09-08 |
Ilya Zakharevich |
Fix debugging output for REx |
blob | commitdiff |
1999-08-30 |
Ilya Zakharevich |
Use \N{named characters} instead of \C. |
blob | commitdiff | diff to current |
1999-08-05 |
Jarkko Hietaniemi |
Fix regex charclass parsing so that bogus ranges |
blob | commitdiff | diff to current |
1999-08-04 |
Jarkko Hietaniemi |
Introduce the charnames pragma. |
blob | commitdiff | diff to current |
1999-08-03 |
Ilya Zakharevich |
Clarify RE engine code; inline a static function to... |
blob | commitdiff | diff to current |
1999-08-02 |
Jarkko Hietaniemi |
Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that |
blob | commitdiff | diff to current |
1999-08-02 |
Jarkko Hietaniemi |
Fix regclass utf8 hex ranges for quads. |
blob | commitdiff | diff to current |
1999-08-02 |
Jarkko Hietaniemi |
More 64-bit fixing. One known bug of that kind |
blob | commitdiff | diff to current |
1999-08-01 |
Jarkko Hietaniemi |
Integrate with Sarathy. perl.h and util.c required... |
blob | commitdiff | diff to current |
1999-08-01 |
Ilya Zakharevich |
More optimizations to REx engine |
blob | commitdiff | diff to current |
1999-07-25 |
Gurusamy Sarathy |
fix little utf8 nits in testsuite; add patch from Ilya... |
blob | commitdiff | diff to current |
1999-07-12 |
Gurusamy Sarathy |
yet more cleanups of the PERL_OBJECT, MULTIPLICITY... |
blob | commitdiff | diff to current |
1999-07-08 |
Gurusamy Sarathy |
more PERL_OBJECT cleanups (changes still untested on... |
blob | commitdiff | diff to current |
1999-07-08 |
Gurusamy Sarathy |
sundry cleanups for clean build on windows |
blob | commitdiff | diff to current |
1999-07-08 |
Gurusamy Sarathy |
fixes for logical bugs in the lexwarn patch; other... |
blob | commitdiff | diff to current |
1999-07-06 |
Jarkko Hietaniemi |
POSIX [[:character class:]] support for standard, locale, |
blob | commitdiff | diff to current |
1999-07-06 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
1999-07-06 |
Ilya Zakharevich |
applied slightly tweaked version of suggested patch for |
blob | commitdiff | diff to current |
1999-06-09 |
Gurusamy Sarathy |
more complete support for implicit thread/interpreter... |
blob | commitdiff | diff to current |
1999-06-07 |
Gurusamy Sarathy |
initial stub implementation of implicit thread/this |
blob | commitdiff | diff to current |
1999-06-02 |
Gurusamy Sarathy |
remove _() non-ansism |
blob | commitdiff | diff to current |
1999-05-25 |
Ilya Zakharevich |
REx engine improvements |
blob | commitdiff | diff to current |
1999-05-10 |
Ilya Zakharevich |
Cosmetic: data-driven REx-dump |
blob | commitdiff | diff to current |
1999-05-10 |
Hugo van der Sanden |
fix overeager [:foo:] parsing |
blob | commitdiff | diff to current |
1999-05-10 |
Alexander Smishlajev |
cygwin32 update (untested adaptation of patch against... |
blob | commitdiff | diff to current |
1999-04-26 |
Gurusamy Sarathy |
allow embedded null characters in diagnostics |
blob | commitdiff | diff to current |
1999-04-04 |
Gurusamy Sarathy |
correct places that said newSVpv() when they meant... |
blob | commitdiff | diff to current |
1999-03-24 |
Gurusamy Sarathy |
fix off-by-one that resulted in misparse of C</[\x... |
blob | commitdiff | diff to current |
1999-03-22 |
Gurusamy Sarathy |
update copyright years |
blob | commitdiff | diff to current |
1999-02-20 |
John Bley |
5.005_55 (CORE) Sparse intializer in regcomp.c |
blob | commitdiff | diff to current |
1999-02-17 |
Hugo van der Sanden |
fix comppad handling for failures in eval 'qr/(?p{... |
blob | commitdiff | diff to current |
1999-02-15 |
Hugo van der Sanden |
regexp flags bug |
blob | commitdiff | diff to current |
1999-02-08 |
Ilya Zakharevich |
s/\ba/./g was over-optimized |
blob | commitdiff | diff to current |
1999-02-07 |
Ilya Zakharevich |
s/\ba/./g was over-optimized |
blob | commitdiff | diff to current |
1999-02-07 |
Ilya Zakharevich |
patch for change#2822, done right; add PERL_OBJECT... |
blob | commitdiff | diff to current |
1999-01-17 |
Gurusamy Sarathy |
PERL_OBJECT tweaks for change#2426 |
blob | commitdiff | diff to current |
1999-01-13 |
Hans Mulder |
[Patch for 5.005_54] re::debugcolors dumps core |
blob | commitdiff | diff to current |
1999-01-09 |
Jarkko Hietaniemi |
Missing dTHRs added. |
blob | commitdiff | diff to current |
1998-12-29 |
Ilya Zakharevich |
Warn on unrecognized alpha escapes. |
blob | commitdiff | diff to current |
1998-12-29 |
Ilya Zakharevich |
Regexp tests and UTF8 |
blob | commitdiff | diff to current |
1998-12-01 |
Jarkko Hietaniemi |
Separated the [:foo:] parsing to its own function. |
blob | commitdiff | diff to current |
1998-11-28 |
Gurusamy Sarathy |
various tweaks; result passes all tests for normal... |
blob | commitdiff | diff to current |
1998-11-28 |
Ilya Zakharevich |
regcolors |
blob | commitdiff | diff to current |
1998-10-30 |
Gurusamy Sarathy |
phase 1 of somewhat major rearrangement of PERL_OBJECT... |
blob | commitdiff | diff to current |
1998-10-06 |
Gurusamy Sarathy |
fix globals caught by change#1927; builds and tests... |
blob | commitdiff | diff to current |
1998-10-02 |
Gurusamy Sarathy |
os390 fixes (suggested by Peter Prymmer) |
blob | commitdiff | diff to current |
1998-10-02 |
Dominic Dunlop |
document yet another RE diagnostic, make it consistent... |
blob | commitdiff | diff to current |
1998-09-24 |
Ilya Zakharevich |
Extraneous warning for (?()A|B) |
blob | commitdiff | diff to current |
1998-09-23 |
Dominic Dunlop |
hide symbol for static build |
blob | commitdiff | diff to current |
1998-09-23 |
Gurusamy Sarathy |
re-introduce change#1703 |
blob | commitdiff | diff to current |
1998-09-23 |
Ilya Zakharevich |
patch to support computed regular subexpressions |
blob | commitdiff | diff to current |
1998-09-23 |
Jarkko Hietaniemi |
apply minimal variant of patch (sent via private mail) |
blob | commitdiff | diff to current |
1998-09-23 |
Ilya Zakharevich |
Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy... |
blob | commitdiff | diff to current |
1998-09-20 |
Ilya Zakharevich |
Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy... |
blob | commitdiff | diff to current |
1998-08-10 |
Gurusamy Sarathy |
various tweaks: fix signed vs. unsigned problems that... |
blob | commitdiff | diff to current |
1998-08-09 |
Paul Marquess |
lexical warnings; tweaks to places that didn't apply... |
blob | commitdiff | diff to current |
1998-08-08 |
Paul Marquess |
fix bogus warning on "\x{123}" |
blob | commitdiff | diff to current |
1998-08-08 |
Dominic Dunlop |
hide dup symbol for static build of ext/re |
blob | commitdiff | diff to current |
1998-08-08 |
Larry Wall |
\pX not implemented! |
blob | commitdiff | diff to current |
1998-08-08 |
Gurusamy Sarathy |
integrate maint-5.005 changes into mainline |
blob | commitdiff | diff to current |
1998-08-05 |
Gurusamy Sarathy |
back out change#1703 that break bincompat with PERL_OBJ... |
blob | commitdiff | diff to current |
1998-08-02 |
Ilya Zakharevich |
better RE colors |
blob | commitdiff | diff to current |
1998-08-02 |
Gurusamy Sarathy |
use I32_MAX as the limit when U16_MAX > I32_MAX (for... |
blob | commitdiff | diff to current |
1998-07-26 |
Nick Ing-Simmons |
Add dTHR so that it compiles miniperl in threaded mode |
blob | commitdiff | diff to current |
1998-07-24 |
Larry Wall |
Here are the long-expected Unicode/UTF-8 modifications. |
blob | commitdiff | diff to current |
1998-07-20 |
Gurusamy Sarathy |
complete s/foo/PL_foo/ changes (all escaped cases ident... |
blob | commitdiff | diff to current |
1998-07-18 |
Nick Ing-Simmons |
PL_ prefix to all perlvars, part1 |
blob | commitdiff | diff to current |
1998-07-14 |
Andy Dougherty |
added suggested patch (via PM), tweaked to implicitly... |
blob | commitdiff | diff to current |
1998-07-13 |
Graham Barr |
added patch, tweaked PERL_OBJECT things |
blob | commitdiff | diff to current |
1998-07-12 |
Gurusamy Sarathy |
make RE engine threadsafe; -Dusethreads builds, tests... |
blob | commitdiff | diff to current |
1998-07-11 |
Ilya Zakharevich |
add patch, along with all the missing bits, and doc... |
blob | commitdiff | diff to current |
1998-07-11 |
Ilya Zakharevich |
applied patch, tweaked doc and code that does labels... |
blob | commitdiff | diff to current |
1998-07-09 |
Gurusamy Sarathy |
applied patch from Ilya, tweaked some to get clean... |
blob | commitdiff | diff to current |
1998-07-08 |
Ilya Zakharevich |
Switch modifiers in RE off |
blob | commitdiff | diff to current |
1998-07-08 |
Ilya Zakharevich |
add patch for C<use re 'debug'> |
blob | commitdiff | diff to current |
1998-07-06 |
Gurusamy Sarathy |
allow eval-groups in patterns only if they C<use re... |
blob | commitdiff | diff to current |
1998-07-04 |
Hugo van der Sanden |
catch nonexistent backrefs in REs |
blob | commitdiff | diff to current |
1998-06-28 |
Ilya Zakharevich |
Improve warning on zero-length chunks in RE |
blob | commitdiff | diff to current |
1998-06-28 |
Ilya Zakharevich |
applied patch, tweaked doc, and regen regnodes.h |
blob | commitdiff | diff to current |
1998-06-19 |
Gurusamy Sarathy |
update repository copy of Asmdata.pm after `perl byteco... |
blob | commitdiff | diff to current |
1998-06-18 |
Gurusamy Sarathy |
fix off-by-one that trampled memory in re_croak2() |
blob | commitdiff | diff to current |
1998-06-12 |
Ilya Zakharevich |
applied patch, with indentation tweaks |
blob | commitdiff | diff to current |
1998-06-11 |
Ilya Zakharevich |
Bugs with (?{}), $^R and many-to-many subst |
blob | commitdiff | diff to current |
1998-05-31 |
Gurusamy Sarathy |
[win32] minimal fix to enable compiling with -DMULTIPLICITY |
blob | commitdiff | diff to current |
1998-05-29 |
Gurusamy Sarathy |
[asperl] integrate mainline changes |
blob | commitdiff | diff to current |
1998-05-29 |
Gurusamy Sarathy |
[win32] misc changes |
blob | commitdiff | diff to current |
1998-05-26 |
Gurusamy Sarathy |
[asperl] more changes to satisfy non-debug VC build... |
blob | commitdiff | diff to current |
1998-05-26 |
Gurusamy Sarathy |
[asperl] tweaks to make it build with the Borland compi... |
blob | commitdiff | diff to current |
1998-05-18 |
Gurusamy Sarathy |
[asperl] integrate mainline changes (untested) |
blob | commitdiff | diff to current |
1998-05-15 |
Gurusamy Sarathy |
[win32] merge change#905 from maintbranch, minor fixes... |
blob | commitdiff | diff to current |
1998-05-13 |
Gurusamy Sarathy |
[win32] merge change#664 from maint branch |
blob | commitdiff | diff to current |
1998-04-08 |
Gurusamy Sarathy |
[asperl] integrate mainline changes |
blob | commitdiff | diff to current |
1998-03-17 |
Gurusamy Sarathy |
[win32] propagate bugfix @ change831 from asperl |
blob | commitdiff | diff to current |
1998-03-17 |
Gurusamy Sarathy |
[asperl] fix buggy order of free() in regcomp.c (from AS) |
blob | commitdiff | diff to current |
1998-03-16 |
Charles Bailey |
VMS updates (direct) |
blob | commitdiff | diff to current |
1998-03-12 |
Gurusamy Sarathy |
[asperl] added AS patch#12 with minor changes |
blob | commitdiff | diff to current |
1998-03-07 |
Gurusamy Sarathy |
[win32] integrate mainline changes |
blob | commitdiff | diff to current |
1998-03-05 |
Ilya Zakharevich |
[5.004_61 PATCH] Make incompatible changes to RE engine NOW |
blob | commitdiff | diff to current |
1998-03-05 |
Gisle Aas |
External symbol re_croak2 |
blob | commitdiff | diff to current |
1998-03-01 |
Gurusamy Sarathy |
[asperl] integrate mainline changes |
blob | commitdiff | diff to current |
next |