This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2007-01-28 Jarkko Hietaniemig++ wants cast
2007-01-27 Nicholas ClarkAs we're not using UVf in the core, don't even define...
2007-01-27 Nicholas ClarkChange 30034 wasn't enough to silence the warnings...
2007-01-27 Abe Timmerman[perl@30030] blead on OpenVMS doesn't build
2007-01-27 Craig A. BerryFor FindBin to work as advertised on VMS, $FindBin...
2007-01-27 Craig A. BerryFor VMS, a belated entry into the $^O jungle that is...
2007-01-27 Nicholas ClarknewPADOP()'s sv parameter is never NULL, so mark it...
2007-01-27 Nicholas ClarknewPADOP is only used under ithreads, so don't waste...
2007-01-27 Nicholas ClarkOne last gv_fetchpv() that should be GV_ADD rather...
2007-01-27 Nicholas ClarkUsing gv_stashsv() and sv_setsv() in Perl_package reduc...
2007-01-27 Rafael Garcia... Change Tels' contact address
2007-01-27 Nicholas ClarkA test to exercise the smallbuf overflow code in S_incl...
2007-01-26 Rafael Garcia... cflags.SH was broken: it was compiling a C file for...
2007-01-26 Rafael Garcia... Silence a few pedantic warnings
2007-01-26 Rafael Garcia... If we have specified -Dgccansipedantic on the Configure...
2007-01-26 Nicholas ClarkStop S_incline needing to temporarily write a '\0'...
2007-01-26 Steve PetersFix ext/POSIX/t/sysconf.t failures on Cygwin.
2007-01-26 Adriano FerreiraRe: [perl #32135] File::Copy module
2007-01-26 Jos I. BoumansAdd Archive::Extract 0.16 to the core
2007-01-26 Jos I. BoumansSmall bugfixes to uupacktool.pl
2007-01-26 Jarkko Hietaniemistill some Symbian/S90 tweaks
2007-01-26 Rafael Garcia... Upgrade to File::Fetch 0.10, by Jos Boumans
2007-01-26 Rafael Garcia... Let File::Path report the extended system error message
2007-01-26 Nicholas ClarkAs we're not passing over (or copying in) a NUL, don...
2007-01-26 Rafael Garcia... Mention //w in perltodo.
2007-01-26 Rafael Garcia... Upgrade to Time::Local 1.17
2007-01-26 Audrey Tangutf8.pm doc patch
2007-01-26 Rafael Garcia... Some variables are used only with DEBUGGING
2007-01-26 Jarkko Hietaniemifurther Symbian/S90 fixes from alexander smishlajev
2007-01-26 Rafael Garcia... Upgrade to Module::Load::Conditional 0.16, by Jos Boumans
2007-01-25 Nicholas ClarkConvert the last remaining 256 byte "small"bufs to...
2007-01-25 Nicholas ClarkNeither gv_fetchpvn_flags() nor hv_fetch() need a NUL...
2007-01-25 Andy LesterIntegrate:
2007-01-25 Nicholas ClarkThe last parameter to gv_stashpv/gv_stashpvn/gv_stashsv...
2007-01-25 SADAHIRO Tomoyukisplit by " \0" (const string staring with a SPACE follo...
2007-01-25 Rafael Garcia... Upgrade to threads 1.58:
2007-01-25 Joshua ben... Re: [perl #41283] B::walkoptree_slow fails for 'our...
2007-01-25 Nicholas ClarkChange 28058 hadn't been tested with -DPERL_CREATE_GVSV
2007-01-24 Nicholas ClarkDisplay the process id as part of the trace output...
2007-01-24 Nicholas ClarkFix typo in the description of change 27911
2007-01-24 Nicholas ClarkWrap the macro arguments for ck_proto in ().
2007-01-24 Jan Duboisfix a few references in perlfunc.html
2007-01-24 Jan DuboisImprove documentation PERLIO default value in perlrun.pod
2007-01-24 Rafael Garcia... Upgrade to Time::Local 1.16
2007-01-23 Nicholas ClarkAdd lib to @INC so that ./perl t/op/local.t works.
2007-01-23 Nicholas ClarkChange 29936 missed a ;
2007-01-23 Steve PetersFix to Time::Local to fix problems with leap year calcu...
2007-01-23 Steve PetersUpgrade to File-Temp-0.18.
2007-01-23 Steve PetersUpgrade to AutoLoader-5.63
2007-01-23 Steve PetersUpgrade to Test-Simple-0.67
2007-01-23 Steve PetersUpgrade to Math-Complex-1.37.
2007-01-23 Dave RolskyTime::Local patch take 2
2007-01-23 Devin Heitmueller[perl #41318] Patch: win32.c typo in #define MULTIPLICITY
2007-01-22 Yves OrtonDisable positive lookaround optimisations
2007-01-22 Nicholas ClarkFix a typo and some doubled spaces in comments.
2007-01-22 Nicholas ClarkRemove duplicate assignment to PL_eval_root in Perl_cre...
2007-01-22 Nicholas ClarkFix my typo, as spotted by Steve Peters
2007-01-21 Nicholas ClarkAssignments to function pointers can't be NULL, as...
2007-01-21 Nicholas ClarkRestore the const to vtbl in Perl_mg_localize() removed...
2007-01-21 Nicholas ClarkRemove register keyword from dSP; (at least for now)
2007-01-21 Nicholas ClarkRefactor the common soft-reference code from pp_rv2sv...
2007-01-20 Nicholas Clarkdefined @$foo and defined %$bar should be subject to...
2007-01-20 Steve PetersUpgrade to version-0.69
2007-01-20 Bo LindberghRe: Race condition in IPC::Open3 / Mac OS?
2007-01-20 Steve PetersAdd PAUSE2007.pub key
2007-01-20 Steve PetersUpgrade to CPAN-1.88_69.
2007-01-19 SADAHIRO TomoyukiRe: [PATCH] fix unicode split /\s+/
2007-01-19 Nicholas ClarkYves spotted that I'd not regenerated perlapi.pod when...
2007-01-19 Nicholas ClarkMarcus Holland-Moritz notes that the first argument to
2007-01-19 Nicholas ClarkFix breakage for -DDEBUGGING accidentally introduced...
2007-01-19 Nicholas ClarkAdd a parameter to Perl_get_arena() to pass in the...
2007-01-19 Nicholas ClarkI think that it's clearer if aroot is only struct arena...
2007-01-19 Yves Ortonfix unicode split /\s+/
2007-01-19 Nicholas ClarkAs Perl_get_arena() is dealing with sizes, use size_t...
2007-01-18 Nicholas ClarkMove C<static bool done_sanity_check;> inside the only...
2007-01-18 Nicholas ClarkAdd in missing dVAR that prevents compilation with
2007-01-18 Nicholas ClarkMove the flag checking for isGV_with_GP() into the...
2007-01-18 Marcus Holland... Add missing SVfARG()s in require_tie_mod().
2007-01-18 Nicholas ClarkGiven that we now do the tests in S_visit() to avoid...
2007-01-18 Marcus Holland... perl rebuilds because of gcc's -g flag
2007-01-18 Jan DuboisRe: [PATCH] win32_async_check() can still loop indefinitely
2007-01-18 Nicholas ClarkAs PVLVs can hold globs in some cases, I think that...
2007-01-18 Dave Mitchelldisable parser stack cleanup on reduce croak (too fragile)
2007-01-17 Marcus Holland... Fix a typo in Dynaloader_pm.PL.
2007-01-17 Nicholas ClarkReplace SvRELEASE_IVX(dstr) with SvOOK_off(dstr) in...
2007-01-17 Nicholas ClarkMake PERL_OLD_COPY_ON_WRITE build again. Inline Perl_sv...
2007-01-17 Nicholas ClarkIf we use SvUPGRADE() rather than sv_upgrade() then...
2007-01-17 Jarkko HietaniemiRe: [PATCH] symbian/xsbuild.pl patching continues
2007-01-16 Steve PetersReentrant functions appear to still be broken in NetBSD...
2007-01-16 Steffen MüllerRe: Dual-lived AutoLoader
2007-01-16 Yves OrtonRe: [PATCH] Change implementation of %+ to use a proper...
2007-01-16 Yves OrtonMake offsets support conditional
2007-01-16 Rafael Garcia... Typo fix, by Robin Barker
2007-01-15 Dave Mitchellmake Dump display the SVf_BREAK flag
2007-01-15 Rafael Garcia... Enable the ~~ operator by default.
2007-01-15 Dave Mitchellwhen cloning PL_regex_pad, copy SVf_BREAK flag too
2007-01-15 Nicholas Clarkpp_rv2av and pp_rv2hv have a lot of common code, so...
2007-01-15 Nicholas ClarkMake changes analagous to pp_rv2hv's 21394 and 24489...
2007-01-15 Yves OrtonRe: [PATCH] Add support for /k modfier for matching...
2007-01-15 Yves OrtonAdd support for /k modfier for matching along with...
next