This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate:
[perl5.git] / doop.c
2005-11-13 Nicholas ClarkIntegrate:
2005-09-28 Nicholas ClarkCasts to stop warnings in d*.c
2005-09-23 Andy LesterIntegrate:
2005-09-22 Jim CromieIntegrate:
2005-09-22 Nicholas ClarkIntegrate:
2005-09-21 Mattia BarbonIntegrate:
2005-09-21 Andy LesterIntegrate:
2005-09-21 Nicholas ClarkIntegrate:
2005-09-21 Nicholas ClarkIntegrate:
2005-09-21 Nicholas ClarkIntegrate:
2005-09-21 Nicholas ClarkIntegrate:
2005-09-20 Nicholas ClarkIntegrate:
2005-09-18 Nicholas ClarkIntegrate:
2005-09-18 Nicholas Clarkattributes-two.patch also contains a lot of const-ing...
2005-09-18 Andy LesterIntegrate:
2005-04-05 Nicholas ClarkIntegrate:
2005-01-27 Jarkko HietaniemiIntegrate:
2005-01-19 Nicholas ClarkIntegrate:
2004-09-10 Stas BekmanIntegrate:
2004-03-22 Nicholas ClarkIntegrate:
2004-03-16 Rafael Garcia-SuarezUpdate copyright notices
2004-01-27 Nicholas ClarkIntegrate:
2004-01-26 Nicholas ClarkIntegrate:
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 TomoyukiIntegrate:
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-18 Alan BurlisonIntegrate:
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 HietaniemiIntegrate:
2003-09-12 Jarkko HietaniemiIt's UTF-8, not UTF8. (Note: not s/UTF-8/UTF8/,
2003-08-25 Jarkko HietaniemiIntegrate:
2003-08-25 Nicholas Clarkvalgrind memcpy warnings (Re: [PATCH] Re: valgrind...
2003-05-04 Jarkko HietaniemiIntegrate:
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-03-02 Adrian M. EnacheIntegrate:
2003-03-02 Hugo van der SandenReverse copyright update (#18801) for files not changed...
2003-03-02 Jarkko HietaniemiIntegrate:
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2002-11-04 Jarkko HietaniemiThe first big import towards 5.8.1, @18078. Please...
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-15 Gurusamy Sarathyenable most warnings for windows build; fix the various...
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-04-05 Gurusamy Sarathytr/// doesn't null-terminate the result in some situations
2001-03-27 Jarkko HietaniemiIntegrate perlio:
2001-03-27 Nick Ing-SimmonsVarious EBCDIC fixes:
2001-03-22 Gurusamy Sarathyupdate copyright year
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-19 Gurusamy Sarathyintegrate changes#8617,8713,8715,8716,8721,8953,8963...
2001-03-18 Nick Ing-SimmonsPrefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED...
2001-03-18 Jarkko Hietaniemitr/// UTF-8 patches from Inaba Hiroto.
2001-03-17 Nick Ing-SimmonsMinor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
2001-03-14 Gurusamy Sarathyback out changes#9012,9010,9009 and parts of change...
2001-03-10 Nick Ing-SimmonsEBCDIC sanity - phase I
2001-03-04 Jarkko HietaniemiIntegrate changes #9013,9014,9015 from mainline into...
2001-03-04 Jarkko HietaniemiMore tr/// UTF-8 fixes from Inaba Hiroto.
2001-03-03 Jarkko HietaniemiIntegrate change #9008 from mainline to maintperl,
2001-03-03 Jarkko HietaniemiUTF8 tr/// fixes from Inaba Hiroto.
2001-02-28 Tim JennessRe: sync sync sync: have I missed any patches?
2001-02-17 Nick Ing-SimmonsIntegrate mainline
2001-02-17 Doug MacEachern[patch] -Wall
2001-02-14 Jarkko HietaniemiIntegrate changes #8803,8804,8805 from mainline.
2001-02-14 Jarkko HietaniemiMore MacOS Classic fixes from Chris Nandor.
2001-01-30 Gurusamy Sarathyintegrate changes#8243,8254,8255,8313,8314,8363,8383...
2001-01-30 Gurusamy Sarathyintegrate changes#7984,7987,8010 from mainline (gets...
2001-01-28 Jarkko HietaniemiIntegrate changes #8378,8379,8385,8386,8405 from mainline.
2001-01-28 Jarkko HietaniemiIntegrate changes #8328,8329,8330,8331,8332,8341,8343...
2001-01-28 Jarkko HietaniemiIntegrate changes #8267,8272[perlio],8274,8298,8300...
2001-01-28 Jarkko HietaniemiIntegrate changes #8090,8093[perlio,only the sv.c tweak],
next