2005-10-13 |
Andy Lester |
Stas' croak patch and then some |
blob | commitdiff |
2005-07-29 |
Andy Lester |
More embed.fnc goodness |
blob | commitdiff | diff to current |
2005-07-18 |
Andy Lester |
The continuing plod through embed.fnc |
blob | commitdiff | diff to current |
2005-07-15 |
Andy Lester |
more embed cleanup |
blob | commitdiff | diff to current |
2005-07-13 |
Dave Mitchell |
make the expensive ckWARN() be called as late as possible |
blob | commitdiff | diff to current |
2005-07-08 |
Jim Cromie |
Re: janitorial work ? [patch] |
blob | commitdiff | diff to current |
2005-07-02 |
Nicholas Clark |
Don't check the pointer is non-NULL before calling... |
blob | commitdiff | diff to current |
2005-06-30 |
Nicholas Clark |
Replace newSVpv(...,0) with newSVpvn where we know... |
blob | commitdiff | diff to current |
2005-06-16 |
Andy Lester |
Removing /*SUPPRESS xxx*/ |
blob | commitdiff | diff to current |
2005-06-10 |
Nicholas Clark |
More SvPV consting. And other related drive-by refactoring. |
blob | commitdiff | diff to current |
2005-06-09 |
Andy Lester |
regcomp.c and more |
blob | commitdiff | diff to current |
2005-06-08 |
Nicholas Clark |
Nuke some more n_a, and convert S_gv_ename from char... |
blob | commitdiff | diff to current |
2005-06-08 |
Nicholas Clark |
s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g |
blob | commitdiff | diff to current |
2005-06-03 |
Steve Peters |
SvPVX_const() - patch #4 |
blob | commitdiff | diff to current |
2005-06-02 |
Andy Lester |
Quotes fixed, see also perl #36079 |
blob | commitdiff | diff to current |
2005-05-30 |
Andy Lester |
[PATCH] More embed.fnc strictures, plus consting and... |
blob | commitdiff | diff to current |
2005-05-30 |
Andy Lester |
[PATCH] Minor warning squashings |
blob | commitdiff | diff to current |
2005-05-24 |
Andy Lester |
embed.fnc cleanup + SvPVX_const usage |
blob | commitdiff | diff to current |
2005-05-16 |
Andy Lester |
consting-eleventy.patch: More consts, plus actual bug fix |
blob | commitdiff | diff to current |
2005-05-11 |
Rafael Garcia-Suarez |
Include vim/emacs modelines in generated files to open... |
blob | commitdiff | diff to current |
2005-05-10 |
Rafael Garcia-Suarez |
Add editor boilerplates to all C files |
blob | commitdiff | diff to current |
2005-05-07 |
Andy Lester |
GCC attributes! |
blob | commitdiff | diff to current |
2005-05-02 |
Steven Philip Schu... |
uninitialized warnings in regcomp |
blob | commitdiff | diff to current |
2005-04-21 |
Jarkko Hietaniemi |
Symbian port of Perl |
blob | commitdiff | diff to current |
2005-04-19 |
Steve Peters |
Refactoring to Sv*_set() macros - patch #5 |
blob | commitdiff | diff to current |
2005-04-13 |
Robin Barker |
-Wformat |
blob | commitdiff | diff to current |
2005-03-29 |
Andy Lester |
The core part of : |
blob | commitdiff | diff to current |
2005-03-25 |
Andy Lester |
Consting five |
blob | commitdiff | diff to current |
2005-03-25 |
Andy Lester |
Consting part 4 |
blob | commitdiff | diff to current |
2005-03-24 |
Andy Lester |
Third consting batch |
blob | commitdiff | diff to current |
2005-03-22 |
Rafael Garcia-Suarez |
Rename ${^RE_TRIE_MAXBUFF} to ${^RE_TRIE_MAXBUF}, |
blob | commitdiff | diff to current |
2005-03-21 |
Yves Orton |
Re: regexp trie fails compile on VMS |
blob | commitdiff | diff to current |
2005-03-21 |
Andy Lester |
More consting goodness |
blob | commitdiff | diff to current |
2005-03-18 |
Yves Orton |
Re: Reworked Trie Patch |
blob | commitdiff | diff to current |
2005-01-23 |
Nicholas Clark |
Tidy up 2 comments |
blob | commitdiff | diff to current |
2005-01-23 |
Nicholas Clark |
Slightly terser code in S_regpposixcc (names inside... |
blob | commitdiff | diff to current |
2005-01-22 |
Jarkko Hietaniemi |
Re: uc($long_utf8_string) exhausts memory |
blob | commitdiff | diff to current |
2005-01-14 |
Nicholas Clark |
Refactor S_regclass to generate slightly smaller object... |
blob | commitdiff | diff to current |
2005-01-14 |
Nicholas Clark |
sv_catpvf holds no advantage over sv_catpv when the... |
blob | commitdiff | diff to current |
2005-01-13 |
Nicholas Clark |
Update copyright years. Add an editor block while passi... |
blob | commitdiff | diff to current |
2005-01-09 |
Nicholas Clark |
savepv(SvPV(sv,n_a)) is common, and creates an unnecess... |
blob | commitdiff | diff to current |
2004-11-20 |
Nicholas Clark |
genuine possible buffer problems spotted by flawfinder |
blob | commitdiff | diff to current |
2004-11-16 |
Steve Hay |
Fix Win32 breakage caused by changes to op.c in change... |
blob | commitdiff | diff to current |
2004-11-06 |
Dave Mitchell |
document regcomp.c/regexec.c's dual life under ext/re/ |
blob | commitdiff | diff to current |
2004-10-29 |
Dave Mitchell |
[perl #31851] Threading crash with closures |
blob | commitdiff | diff to current |
2004-08-01 |
Dave Mitchell |
Add comment to top of reentr.c and fix typos in other... |
blob | commitdiff | diff to current |
2004-07-31 |
Dave Mitchell |
Add comment to the top of most .c files explaining... |
blob | commitdiff | diff to current |
2004-06-25 |
Jeff Pinyan |
regcomp.c, t/op/regmesg.t -- False range with \p and \P |
blob | commitdiff | diff to current |
2004-04-19 |
Hugo van der Sanden |
Re: [perl #28532] optional match of an anchor gets... |
blob | commitdiff | diff to current |
2003-10-31 |
Slaven Rezic |
Off-by-one error in regcomp.c |
blob | commitdiff | diff to current |
2003-10-09 |
Nicholas Clark |
Put all pre-processor #s on the first column (some... |
blob | commitdiff | diff to current |
2003-10-09 |
Eric Promislow |
Internal fixes to source-code coordinate |
blob | commitdiff | diff to current |
2003-09-21 |
Jarkko Hietaniemi |
Macrofy the compile/runtime test. |
blob | commitdiff | diff to current |
2003-09-13 |
Hugo van der Sanden |
Re: unicode regex problem |
blob | commitdiff | diff to current |
2003-09-11 |
Jarkko Hietaniemi |
Replace #21158 with a better patch from Hugo |
blob | commitdiff | diff to current |
2003-08-26 |
Adrian M. Enache |
Re: [PATCH] valgrind and /#/x |
blob | commitdiff | diff to current |
2003-08-25 |
Dave Mitchell |
valgrind and /#/x |
blob | commitdiff | diff to current |
2003-08-01 |
Dave Mitchell |
Re: utf8+regex bug in 5.8.1-RC2 |
blob | commitdiff | diff to current |
2003-05-29 |
Dave Mitchell |
jumbo closure fix |
blob | commitdiff | diff to current |
2003-04-18 |
Jarkko Hietaniemi |
UTF8 regexp patch from Inaba Hiroto. |
blob | commitdiff | diff to current |
2003-04-16 |
Jarkko Hietaniemi |
Fix up Larry's copyright statements to my best knowledge. |
blob | commitdiff | diff to current |
2003-03-16 |
Jarkko Hietaniemi |
Signedness nits. |
blob | commitdiff | diff to current |
2003-03-16 |
Jarkko Hietaniemi |
Further potential pitfalls for the utf8 len/pos cache |
blob | commitdiff | diff to current |
2003-03-11 |
Todd C. Miller |
typos and other minor things |
blob | commitdiff | diff to current |
2003-03-02 |
Hugo van der Sanden |
Update all copyrights to 2003, from Jarkko |
blob | commitdiff | diff to current |
2003-02-16 |
Nicholas Clark |
COW regexps: |
blob | commitdiff | diff to current |
2002-12-28 |
Gurusamy Sarathy |
save_re_context() was not saving many regexec.c state |
blob | commitdiff | diff to current |
2002-12-28 |
Gurusamy Sarathy |
fix signed/unsigned mismatch warning from change#18266 |
blob | commitdiff | diff to current |
2002-12-17 |
Richard Hitt |
[Fwd: Patch for perl utf8-related bug] |
blob | commitdiff | diff to current |
2002-12-09 |
Hugo van der Sanden |
fix #18266 sprintf format mismatch |
blob | commitdiff | diff to current |
2002-12-09 |
Abhijit Menon-Sen |
Re: [perl #18107] lc(), uc() and ucfirst() broken insid... |
blob | commitdiff | diff to current |
2002-11-25 |
Inaba Hiroto |
UTF8 regexp {n} bug |
blob | commitdiff | diff to current |
2002-11-07 |
Mark Pease |
[perl #18154] Problem found in calculating offsets... |
blob | commitdiff | diff to current |
2002-10-24 |
Dan Kogai |
The Inaba patch for tr/// vs. use encoding |
blob | commitdiff | diff to current |
2002-10-22 |
Dave Mitchell |
PL_curpad == AvARRAY(PL_comppad) always |
blob | commitdiff | diff to current |
2002-10-21 |
Hugo van der Sanden |
Re: [perl #18019] regex overoptimization |
blob | commitdiff | diff to current |
2002-08-11 |
Nick Ing-Simmons |
Integrate mainline. |
blob | commitdiff | diff to current |
2002-07-28 |
Chris Ball |
Typo in regcomp.c |
blob | commitdiff | diff to current |
2002-07-08 |
Craig A. Berry |
regcomp.c casting tweak |
blob | commitdiff | diff to current |
2002-07-01 |
Hugo van der Sanden |
-Dr and unicode |
blob | commitdiff | diff to current |
2002-05-12 |
Jarkko Hietaniemi |
EBCDIC: make t/op/pat #242 and 243 finally succeed. |
blob | commitdiff | diff to current |
2002-04-27 |
Jarkko Hietaniemi |
More U32 regflags. |
blob | commitdiff | diff to current |
2002-04-26 |
Jarkko Hietaniemi |
The #16182 radiates U32ness. |
blob | commitdiff | diff to current |
2002-04-26 |
Gurusamy Sarathy |
various signed/unsigned mismatch nits |
blob | commitdiff | diff to current |
2002-04-21 |
Gurusamy Sarathy |
fixes for all the warnings reported by Visual C (most... |
blob | commitdiff | diff to current |
2002-04-03 |
Hugo van der Sanden |
Re: [ID 20020311.008] "foo bar" =~ /^(\w+)\s+(.+)(... |
blob | commitdiff | diff to current |
2002-03-30 |
Rafael Garcia-Suarez |
Re: 64 bit SEGV in t/op/regmesg.t |
blob | commitdiff | diff to current |
2002-03-28 |
Rafael Garcia-Suarez |
Re: Regex-Unicode bugs |
blob | commitdiff | diff to current |
2002-03-28 |
Hugo van der Sanden |
Re: Regex-Unicode bugs |
blob | commitdiff | diff to current |
2002-03-27 |
Rafael Garcia-Suarez |
A warning wasn't turnable off |
blob | commitdiff | diff to current |
2002-03-21 |
Nick Ing-Simmons |
Integrate mainline (Win2k/MinGW all ok except threads... |
blob | commitdiff | diff to current |
2002-03-20 |
Jarkko Hietaniemi |
Fix for "UTF-8 bug with s///" from Hugo. |
blob | commitdiff | diff to current |
2002-03-16 |
Jarkko Hietaniemi |
Better place to initialize (IRIX cc noticed that |
blob | commitdiff | diff to current |
2002-03-16 |
Jarkko Hietaniemi |
HP-UX gcc 3 warnings found by Sarathy. |
blob | commitdiff | diff to current |
2002-03-11 |
Paul Marquess |
more warnings tidyup |
blob | commitdiff | diff to current |
2002-03-07 |
Jarkko Hietaniemi |
As suggested by Anton Tagunov, eq and cmp now obey the |
blob | commitdiff | diff to current |
2002-03-04 |
Paul Marquess |
taint + deprecated warnings |
blob | commitdiff | diff to current |
2002-02-24 |
Jarkko Hietaniemi |
Use to_uni_fold(). |
blob | commitdiff | diff to current |
2002-02-24 |
Jarkko Hietaniemi |
Using uninitialized (and wrong) variables is not good. |
blob | commitdiff | diff to current |
2002-02-24 |
Jarkko Hietaniemi |
EBCDIC: this seems to calm the last of the |
blob | commitdiff | diff to current |
next |