2009-04-27 |
Nicholas Clark |
Remove all #ifdef MACOS_TRADITIONAL code in core and... |
blob | commitdiff |
2009-01-02 |
Rafael Garcia-Suarez |
Bump copyright year after previous change |
blob | commitdiff | diff to current |
2009-01-02 |
Ben Morrow |
[perl #54956] crash on binary-or lvalue operation on... |
blob | commitdiff | diff to current |
2008-11-02 |
Tom Christiansen |
PATCH: Large omnibus patch to clean up the JRRT quotes |
blob | commitdiff | diff to current |
2008-11-02 |
Rafael Garcia-Suarez |
Explicitly specify some printf formats for constant... |
blob | commitdiff | diff to current |
2008-10-30 |
Nicholas Clark |
Eliminate (SV *) casts from the rest of *.c, picking... |
blob | commitdiff | diff to current |
2008-10-29 |
Marcus Holland-Moritz |
Use pvs macros instead of pvn where possible. |
blob | commitdiff | diff to current |
2008-10-29 |
Nicholas Clark |
Eliminate (AV *) casts in *.c. |
blob | commitdiff | diff to current |
2008-10-28 |
Nicholas Clark |
Every remaining (HV *) cast in *.c |
blob | commitdiff | diff to current |
2008-10-25 |
Nicholas Clark |
Update copyright years. |
blob | commitdiff | diff to current |
2008-05-15 |
Vincent Pit |
Re: [PATCH] Double magic with chop |
blob | commitdiff | diff to current |
2008-03-10 |
Yitzchak Scott-Tho... |
count-only transliteration needlessly makes copy-on... |
blob | commitdiff | diff to current |
2008-02-12 |
Nicholas Clark |
assert() that every NN argument is not NULL. Otherwise... |
blob | commitdiff | diff to current |
2008-01-03 |
Nicholas Clark |
Extend newSVpvn_flags() to also call sv_2mortal() if... |
blob | commitdiff | diff to current |
2007-05-25 |
Andy Lester |
Consting dump.c |
blob | commitdiff | diff to current |
2007-01-12 |
Dave Mitchell |
make tr/// threadsafe by moving swash into pad |
blob | commitdiff | diff to current |
2007-01-05 |
Rafael Garcia-Suarez |
Update copyright years in .c files |
blob | commitdiff | diff to current |
2007-01-04 |
Yves Orton |
Re: [PATCH] Change implementation of %+ to use a proper... |
blob | commitdiff | diff to current |
2006-12-11 |
Marcus Holland-Moritz |
Re: [perl #41065] Out of memory!, while extending scalar |
blob | commitdiff | diff to current |
2006-10-07 |
Yves Orton |
Re: [PATCH] Initial attempt at named captures for perls... |
blob | commitdiff | diff to current |
2006-06-07 |
Andy Lester |
dump.c patches |
blob | commitdiff | diff to current |
2006-04-30 |
Nicholas Clark |
do_vop() couldn't correctly handle surprises from UTF... |
blob | commitdiff | diff to current |
2006-04-26 |
Marcus Holland-Moritz |
Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2 |
blob | commitdiff | diff to current |
2006-04-24 |
Andy Lester |
doop.c consting, take 2 |
blob | commitdiff | diff to current |
2006-04-19 |
Rafael Garcia-Suarez |
Replace some Copy() by Move() calls, because valgrind... |
blob | commitdiff | diff to current |
2006-04-18 |
Nicholas Clark |
Coverity still thinks that there is a route through... |
blob | commitdiff | diff to current |
2006-04-17 |
Jarkko Hietaniemi |
dooop.c: the strong asserts in Sv* macros could cause... |
blob | commitdiff | diff to current |
2006-04-17 |
Nicholas Clark |
Revert 27856. |
blob | commitdiff | diff to current |
2006-04-17 |
Jarkko Hietaniemi |
The danger of piping an mbox to patch is that it contai... |
blob | commitdiff | diff to current |
2006-04-16 |
Nicholas Clark |
Perl_do_vop can profitably use Perl_sv_usepvn_flags... |
blob | commitdiff | diff to current |
2006-04-14 |
Jarkko Hietaniemi |
doop.c: (Coverity) found a bug but not quite what Cover... |
blob | commitdiff | diff to current |
2006-04-02 |
SADAHIRO Tomoyuki |
Re: [perl #38293] chr(65535) should be allowed in regexes |
blob | commitdiff | diff to current |
2006-02-27 |
Andy Lester |
Speedups and shrinkages of SvREFCNT_inc |
blob | commitdiff | diff to current |
2006-02-20 |
Rafael Garcia-Suarez |
More NullXXX macro removal from Andy Lester |
blob | commitdiff | diff to current |
2006-02-03 |
Steven Schubiger |
Re: [PATCH] s/Null(gv|hv|sv)/NULL/g |
blob | commitdiff | diff to current |
2006-02-02 |
Steven Schubiger |
Re: [PATCH] s/Null(av|ch)/NULL/g |
blob | commitdiff | diff to current |
2006-01-06 |
Andy Lester |
hv_fetchs() support |
blob | commitdiff | diff to current |
2006-01-06 |
Jarkko Hietaniemi |
sprinkle dVAR |
blob | commitdiff | diff to current |
2006-01-02 |
Rafael Garcia-Suarez |
Update copyrights for files modified in 2006 |
blob | commitdiff | diff to current |
2006-01-01 |
Andy Lester |
Making 0 pointers to NULLs |
blob | commitdiff | diff to current |
2005-12-27 |
Andy Lester |
pre-likely cleanup |
blob | commitdiff | diff to current |
2005-12-21 |
Rafael Garcia-Suarez |
Fix for [perl #37999] lc() + Latin-1 chars is failing... |
blob | commitdiff | diff to current |
2005-11-15 |
SADAHIRO Tomoyuki |
Re: [perl #37616] Bug in &= (string) and/or m// |
blob | commitdiff | diff to current |
2005-11-11 |
Andy Lester |
Const & local: Special Victims Unit |
blob | commitdiff | diff to current |
2005-10-31 |
Andy Lester |
Etta James presents: More consting |
blob | commitdiff | diff to current |
2005-09-21 |
Nicholas Clark |
Remove the last STRLEN n_a;s that my compiler can reach. |
blob | commitdiff | diff to current |
2005-07-16 |
SADAHIRO Tomoyuki |
Re: [perl #36569] chop fails on decoded string with... |
blob | commitdiff | diff to current |
2005-07-10 |
Andy Lester |
Making my way thru embed.fnc |
blob | commitdiff | diff to current |
2005-07-08 |
Jim Cromie |
Re: janitorial work ? [patch] |
blob | commitdiff | diff to current |
2005-06-20 |
Andy Lester |
The continuing adventures of Constman and Localize Boy |
blob | commitdiff | diff to current |
2005-06-20 |
Nicholas Clark |
Silence warning in debug printf |
blob | commitdiff | diff to current |
2005-06-16 |
Andy Lester |
Removing /*SUPPRESS xxx*/ |
blob | commitdiff | diff to current |
2005-06-10 |
Nicholas Clark |
Move SvPV consting, remove an n_a, and correct one... |
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-07 |
Nicholas Clark |
More SvPV consting |
blob | commitdiff | diff to current |
2005-06-07 |
Nicholas Clark |
More SvPV consting |
blob | commitdiff | diff to current |
2005-06-07 |
Nicholas Clark |
More SvPV consting. |
blob | commitdiff | diff to current |
2005-06-07 |
Nicholas Clark |
Lots of consting |
blob | commitdiff | diff to current |
2005-06-07 |
Andy Lester |
Unvoid SvUPGRADE |
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-09 |
Andy Lester |
attributes-two.patch, the next batch |
blob | commitdiff | diff to current |
2005-05-07 |
Andy Lester |
GCC attributes! |
blob | commitdiff | diff to current |
2005-01-22 |
Nicholas Clark |
Update copyright years and add editor blocks |
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 |
SvUTF8_off() in do_join can be unconditional. |
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-03-16 |
Rafael Garcia-Suarez |
Update copyright notices |
blob | commitdiff | diff to current |
2004-01-23 |
SADAHIRO Tomoyuki |
Re: [perl #24888] chomp ignores utf8 |
blob | commitdiff | diff to current |
2004-01-16 |
Yitzchak Scott-Tho... |
Re: [perl #24816] Magic vars seem unsure if they are... |
blob | commitdiff | diff to current |
2004-01-15 |
Nicholas Clark |
Make chomp heed the utf8 flags on the target string... |
blob | commitdiff | diff to current |
2004-01-12 |
Nicholas Clark |
use sv_setpvn rather than sv_setpv and save a strlen() |
blob | commitdiff | diff to current |
2004-01-12 |
SADAHIRO Tomoyuki |
Re: [perl #24846] [PATCH] Apparent utf8 bug in join... |
blob | commitdiff | diff to current |
2004-01-07 |
Rafael Garcia-Suarez |
Hardcoded numerical flag masks. Bad. |
blob | commitdiff | diff to current |
2003-12-15 |
Alan Burlison |
Remove incorrect guards around inclusion of <signal.h> |
blob | commitdiff | diff to current |
2003-12-12 |
Alan Burlison |
Modify the common guard for the signal.h header, because |
blob | commitdiff | diff to current |
2003-09-12 |
Jarkko Hietaniemi |
It's UTF-8, not UTF8. (Note: not s/UTF-8/UTF8/, |
blob | commitdiff | diff to current |
2003-08-25 |
Nicholas Clark |
valgrind memcpy warnings (Re: [PATCH] Re: valgrind... |
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-02 |
Hugo van der Sanden |
Reverse copyright update (#18801) for files not changed... |
blob | commitdiff | diff to current |
2003-03-02 |
Hugo van der Sanden |
Update all copyrights to 2003, from Jarkko |
blob | commitdiff | diff to current |
2002-10-09 |
Rafael Garcia-Suarez |
Fix bug #17823 : non-modifying tr/// stringifies references |
blob | commitdiff | diff to current |
2002-08-17 |
Nicholas Clark |
Copy On Write |
blob | commitdiff | diff to current |
2002-08-17 |
Michael G. Schwern |
Remove pseudo-hashes (complete) |
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-08 |
Nick Ing-Simmons |
Integrate mainline |
blob | commitdiff | diff to current |
2002-04-06 |
Nicholas Clark |
Re: the dirty half dozen (Re: perl@15662) |
blob | commitdiff | diff to current |
2002-03-22 |
Jarkko Hietaniemi |
If Unicode keys are entered to a hash, a bit is turned on. |
blob | commitdiff | diff to current |
2002-03-11 |
Paul Marquess |
more warnings tidyup |
blob | commitdiff | diff to current |
2002-02-26 |
Simon Glover |
Subject: Missing diagnostics |
blob | commitdiff | diff to current |
2002-01-25 |
Nick Ing-Simmons |
Integrate mainline |
blob | commitdiff | diff to current |
2002-01-23 |
Jarkko Hietaniemi |
Copyright++. (Not all the toplevel *.h have one, it... |
blob | commitdiff | diff to current |
2002-01-12 |
Jarkko Hietaniemi |
Andreas is busy :-) |
blob | commitdiff | diff to current |
2002-01-11 |
Andreas König |
Fix for |
blob | commitdiff | diff to current |
2001-12-28 |
Jarkko Hietaniemi |
Retract #13917. |
blob | commitdiff | diff to current |
2001-12-28 |
Jarkko Hietaniemi |
(retracted by #13919) |
blob | commitdiff | diff to current |
2001-12-07 |
Nicholas Clark |
Re: [PATCH] chom?p needs to remove read only fakery |
blob | commitdiff | diff to current |
2001-12-02 |
Nicholas Clark |
Shared hash keys |
blob | commitdiff | diff to current |
2001-09-03 |
Jarkko Hietaniemi |
As far as I can tell these functions have been Unicodified. |
blob | commitdiff | diff to current |
2001-08-12 |
Jarkko Hietaniemi |
Unnecessary downgrades. |
blob | commitdiff | diff to current |
next |