This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Small optimisations, by Brandon Black
[perl5.git] / doop.c
2007-01-12 Dave Mitchellmake tr/// threadsafe by moving swash into pad
2007-01-05 Rafael Garcia-SuarezUpdate copyright years in .c files
2007-01-04 Yves OrtonRe: [PATCH] Change implementation of %+ to use a proper...
2006-12-11 Marcus Holland-MoritzRe: [perl #41065] Out of memory!, while extending scalar
2006-10-07 Yves OrtonRe: [PATCH] Initial attempt at named captures for perls...
2006-06-07 Andy Lesterdump.c patches
2006-04-30 Nicholas Clarkdo_vop() couldn't correctly handle surprises from UTF...
2006-04-26 Marcus Holland-MoritzRe: [PATCH] cleanup 212 warnings emitted by gcc-4.2
2006-04-24 Andy Lesterdoop.c consting, take 2
2006-04-19 Rafael Garcia-SuarezReplace some Copy() by Move() calls, because valgrind...
2006-04-18 Nicholas ClarkCoverity still thinks that there is a route through...
2006-04-17 Jarkko Hietaniemidooop.c: the strong asserts in Sv* macros could cause...
2006-04-17 Nicholas ClarkRevert 27856.
2006-04-17 Jarkko HietaniemiThe danger of piping an mbox to patch is that it contai...
2006-04-16 Nicholas ClarkPerl_do_vop can profitably use Perl_sv_usepvn_flags...
2006-04-14 Jarkko Hietaniemidoop.c: (Coverity) found a bug but not quite what Cover...
2006-04-02 SADAHIRO TomoyukiRe: [perl #38293] chr(65535) should be allowed in regexes
2006-02-27 Andy LesterSpeedups and shrinkages of SvREFCNT_inc
2006-02-20 Rafael Garcia-SuarezMore NullXXX macro removal from Andy Lester
2006-02-03 Steven SchubigerRe: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-02-02 Steven SchubigerRe: [PATCH] s/Null(av|ch)/NULL/g
2006-01-06 Andy Lesterhv_fetchs() support
2006-01-06 Jarkko Hietaniemisprinkle dVAR
2006-01-02 Rafael Garcia-SuarezUpdate copyrights for files modified in 2006
2006-01-01 Andy LesterMaking 0 pointers to NULLs
2005-12-27 Andy Lesterpre-likely cleanup
2005-12-21 Rafael Garcia-SuarezFix for [perl #37999] lc() + Latin-1 chars is failing...
2005-11-15 SADAHIRO TomoyukiRe: [perl #37616] Bug in &= (string) and/or m//
2005-11-11 Andy LesterConst & local: Special Victims Unit
2005-10-31 Andy LesterEtta James presents: More consting
2005-09-21 Nicholas ClarkRemove the last STRLEN n_a;s that my compiler can reach.
2005-07-16 SADAHIRO TomoyukiRe: [perl #36569] chop fails on decoded string with...
2005-07-10 Andy LesterMaking my way thru embed.fnc
2005-07-08 Jim CromieRe: janitorial work ? [patch]
2005-06-20 Andy LesterThe continuing adventures of Constman and Localize Boy
2005-06-20 Nicholas ClarkSilence warning in debug printf
2005-06-16 Andy LesterRemoving /*SUPPRESS xxx*/
2005-06-10 Nicholas ClarkMove SvPV consting, remove an n_a, and correct one...
2005-06-08 Nicholas ClarkNuke some more n_a, and convert S_gv_ename from char...
2005-06-07 Nicholas ClarkMore SvPV consting
2005-06-07 Nicholas ClarkMore SvPV consting
2005-06-07 Nicholas ClarkMore SvPV consting.
2005-06-07 Nicholas ClarkLots of consting
2005-06-07 Andy LesterUnvoid SvUPGRADE
2005-05-11 Rafael Garcia-SuarezInclude vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-SuarezAdd editor boilerplates to all C files
2005-05-09 Andy Lesterattributes-two.patch, the next batch
2005-05-07 Andy LesterGCC attributes!
2005-01-22 Nicholas ClarkUpdate copyright years and add editor blocks
2005-01-22 Jarkko HietaniemiRe: uc($long_utf8_string) exhausts memory
2005-01-14 Nicholas ClarkSvUTF8_off() in do_join can be unconditional.
2004-07-31 Dave MitchellAdd comment to the top of most .c files explaining...
2004-03-16 Rafael Garcia-SuarezUpdate copyright notices
2004-01-23 SADAHIRO TomoyukiRe: [perl #24888] chomp ignores utf8
2004-01-16 Yitzchak Scott-Tho... Re: [perl #24816] Magic vars seem unsure if they are...
2004-01-15 Nicholas ClarkMake chomp heed the utf8 flags on the target string...
2004-01-12 Nicholas Clarkuse sv_setpvn rather than sv_setpv and save a strlen()
2004-01-12 SADAHIRO TomoyukiRe: [perl #24846] [PATCH] Apparent utf8 bug in join...
2004-01-07 Rafael Garcia-SuarezHardcoded numerical flag masks. Bad.
2003-12-15 Alan BurlisonRemove incorrect guards around inclusion of <signal.h>
2003-12-12 Alan BurlisonModify the common guard for the signal.h header, because
2003-09-12 Jarkko HietaniemiIt's UTF-8, not UTF8. (Note: not s/UTF-8/UTF8/,
2003-08-25 Nicholas Clarkvalgrind memcpy warnings (Re: [PATCH] Re: valgrind...
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-03-02 Hugo van der SandenReverse copyright update (#18801) for files not changed...
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2002-10-09 Rafael Garcia-SuarezFix bug #17823 : non-modifying tr/// stringifies references
2002-08-17 Nicholas ClarkCopy On Write
2002-08-17 Michael G. SchwernRemove pseudo-hashes (complete)
2002-04-21 Gurusamy Sarathyfixes for all the warnings reported by Visual C (most...
2002-04-08 Nick Ing-SimmonsIntegrate mainline
2002-04-06 Nicholas ClarkRe: the dirty half dozen (Re: perl@15662)
2002-03-22 Jarkko HietaniemiIf Unicode keys are entered to a hash, a bit is turned on.
2002-03-11 Paul Marquessmore warnings tidyup
2002-02-26 Simon Glover Subject: Missing diagnostics
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-23 Jarkko HietaniemiCopyright++. (Not all the toplevel *.h have one, it...
2002-01-12 Jarkko HietaniemiAndreas is busy :-)
2002-01-11 Andreas KönigFix for
2001-12-28 Jarkko HietaniemiRetract #13917.
2001-12-28 Jarkko Hietaniemi(retracted by #13919)
2001-12-07 Nicholas ClarkRe: [PATCH] chom?p needs to remove read only fakery
2001-12-02 Nicholas ClarkShared hash keys
2001-09-03 Jarkko HietaniemiAs far as I can tell these functions have been Unicodified.
2001-08-12 Jarkko HietaniemiUnnecessary downgrades.
2001-05-30 Jarkko HietaniemiMore -Wall silencing from Michael Schwern and Jarkko...
2001-05-30 Nicholas ClarkRe: [PATCH doop.c] unused variable in Perl_do_join
2001-05-30 Jarkko HietaniemiMedley of -Wall cleanups from Michael Schwen, Hugo...
2001-05-26 Hugo van der SandenRe: 5.6.*, bleadperl: bugs in pp_concat
2001-05-20 Dave Mitchell[LARGE!] symbolic magic
2001-05-20 Gisle AasChomp should not always stringify
2001-04-29 Jarkko HietaniemiIn character classes one couldn't have 0x80..0xff chara...
2001-04-05 Jarkko HietaniemiIntegrate changes #9544,9547,9549(perlio),9550,9551...
2001-03-27 Jarkko HietaniemiIntegrate perlio:
2001-03-27 Nick Ing-SimmonsVarious EBCDIC fixes:
2001-03-19 Nick Ing-SimmonsIntegrate mainline.
2001-03-19 Nick Ing-SimmonsMore EBCDIC fixes.
2001-03-19 Jarkko HietaniemiUTF-8 tr/// battle continues, ammunition from Inaba...
2001-03-18 Nick Ing-SimmonsPrefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED...
2001-03-18 Jarkko Hietaniemitr/// UTF-8 patches from Inaba Hiroto.
next