This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2005-12-23 Nicholas ClarkProvide support for types PVN and UNDEF in
2005-12-23 Nicholas ClarkCreate a struct to use as the header with PERL_TRACK_ME...
2005-12-23 Nicholas ClarkExtUtils::ParseXS needs to stack $filepathname to make...
2005-12-23 Nicholas ClarkAdd support for PV to ExtUtils::Constant::ProxySubs...
2005-12-23 Nicholas Clarkinlining autoloaded constants is TODOne.
2005-12-23 Nicholas ClarkNow that proxy subroutines can be unproxied in 2 places...
2005-12-23 Nicholas Clarklike and unlike weren't reporting failure where correct...
2005-12-23 Rafael Garcia... Fix build of Compress::Zlib on MVS (by Paul Marquess)
2005-12-23 Rafael Garcia... Clarify example of .. in perlop
2005-12-23 chromatic[REPATCH lib/UNIVERSAL.pm] Recommend Against Using...
2005-12-23 Nicholas ClarkNeed to be more careful with the symbol table manipulat...
2005-12-23 Nicholas ClarkSIGRTMAX, SIGRTMIN, LDBL_MAX, LDBL_MIN, LDBL_EPSILON...
2005-12-23 Nicholas ClarkUse inlineable proxy constant subs for Socket
2005-12-23 Steve Petersctime_r() and asctime_r() seem to have some problems...
2005-12-23 Andy LesterSpeed up Perl_sv_derived_from
2005-12-23 Nicholas ClarkCreate a sub LC_ALL with the correct prototype.
2005-12-23 Nicholas ClarkDe-duplicate the items in @EXPORT. (@EXPORT is built...
2005-12-23 Steve PetersMake hostname.t deal with undefined or blank hostnames...
2005-12-23 Steve PetersFix for pod2man() in ExtUtils::Command::MM to work...
2005-12-23 Andy LesterSpeedup (rn|n)?instr
2005-12-22 Nicholas ClarkUse inlineable proxy constant subs for POSIX.
2005-12-22 Nicholas ClarkMissing ; in Tie::File
2005-12-22 Nicholas ClarkMake ExtUtils::Constant generate the inlineable proxy...
2005-12-22 Rafael Garcia... Compilation help for EBCDIC platforms, from Jarkko,
2005-12-22 Nicholas ClarkBreak out the code to generate #ifdef/#endif into new...
2005-12-22 Andy LesterHo! Ho! Ho! Santa brings consting!
2005-12-22 Nicholas ClarkBreak out the item normalisation code into a method...
2005-12-22 Nicholas ClarkRegression tests for proxy subroutine glob assignment.
2005-12-22 Robin Houstoneliminate HINT_HH_FOR_EVAL
2005-12-22 Nicholas ClarkAdd an optimisation to allow proxy constant subroutines...
2005-12-22 Rafael Garcia... Regenerate Changes
2005-12-22 Gisle AasRemove unused variable 'stash' since change 26437.
2005-12-22 Rafael Garcia... Regenerate perlapi.pod.
2005-12-22 Robin Houstonswitch / ~~ doccos
2005-12-22 Jan Duboiswrong setting in canned win32/config.vc64 file
2005-12-22 Steve PetersAdd documentation for method domainname() in Net::Domai...
2005-12-21 Nicholas ClarkAvoid negating an unsigned value. (The offset in the...
2005-12-21 Nicholas ClarkFor consistency sv_2cv should not leave the stash point...
2005-12-21 Nicholas ClarkLocalise the stash variable in pp_entersub().
2005-12-21 Nicholas ClarkUndo my goto spaghetti from change 18340 - what we...
2005-12-21 Steve PetersAdd tests for untested math functions in POSIX
2005-12-21 Nicholas ClarkThe lref argument of sv_2cv is actually passed onwards...
2005-12-21 Rafael Garcia... Remove switch from perltodo
2005-12-21 Robin HoustonFeature bundle is now :5.10, and add -E switch
2005-12-21 Rafael Garcia... Fix for [perl #37999] lc() + Latin-1 chars is failing...
2005-12-21 Jan DuboisFix bug in change #26379
2005-12-20 Nicholas Clarkrv_2av, rv_2cv and rv_2hv also make use of OPf_SPECIAL...
2005-12-20 Rafael Garcia... Remove some hardcoded references to ./perl in tests
2005-12-20 Nicholas ClarkTake care in toke.c not to convert constant subroutine...
2005-12-20 H.Merijn BrandSmall update on using threads on HP-UX 10.20
2005-12-20 Nicholas ClarkAdd a GV_NOADD_NOINIT flag to gv_fetch{pv,pvn,sv} that...
2005-12-20 Rafael Garcia... Fix typos in regular expressions
2005-12-20 Nicholas ClarkGet the "cv" from the "gv" once, and be more careful...
2005-12-20 Nicholas ClarkCroak if gv_init doesn't know how to create a typeglob...
2005-12-20 Rafael Garcia... POD nits on B::Lint
2005-12-20 Joshua ben... Re: Pluggable lint patch
2005-12-20 Gisle AasMake perlivp skip the *.ph tests by default, since...
2005-12-20 Robin Houston[TEST PATCH] %^H can now propagate into eval
2005-12-20 Nicholas ClarkVerify that the code for initialising typeglobs from...
2005-12-20 Rafael Garcia... Use PTR2IV instead of casting directly
2005-12-20 Nicholas Clarkgv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask...
2005-12-20 Nicholas ClarkIn Perl_yylex, move the declaration of orig_keyword...
2005-12-20 Yitzchak Scott... make failing cygwin test TODO'd
2005-12-19 Nicholas ClarkIn Perl_yylex, make tmp a temporary variable local...
2005-12-19 Nicholas ClarkAssert that orig_keyword, gv and gvp aren't used before...
2005-12-19 Dave Mitchell[perl #8262] //g loops infinitely on tainted data
2005-12-19 Nicholas ClarkMake gv_init recognise a reference-to-something in...
2005-12-19 Rafael Garcia... Fix internal broken link ; reindent code examples
2005-12-19 Rafael Garcia... Fix typo.
2005-12-19 Rafael Garcia... A note on say() and ORS grabbed from Damian's Perl6...
2005-12-19 Rafael Garcia... Attempt at making IO::Handle backwards compatible again
2005-12-19 Nicholas ClarkMake sv_dump (and therefore Devel::Peek) report the...
2005-12-19 Rafael Garcia... sort.pm deserves a new version number
2005-12-19 Robin HoustonRe: [PATCH] Make the 'sort' pragma lexically scoped
2005-12-19 Rafael Garcia... Missing file from last change
2005-12-19 Robin Houstonlatest switch/say/~~
2005-12-19 Yves OrtonUn-TODO a fixed test
2005-12-19 Yves OrtonTODO-SKIP tests must be "not ok", or else the test...
2005-12-18 Yves OrtonMake script embedded in patchlevel.h work on win32.
2005-12-18 Craig A. BerryTwo test workarounds for VMS
2005-12-17 Nicholas ClarkAdd some paranoia to check that GP accesses aren't...
2005-12-17 Steve PetersUpgrade to Time-HiRes-1.86
2005-12-17 Nicholas ClarkTwo it's => its grammar fixes.
2005-12-17 Nicholas ClarkMove and const some definitions of variables used to...
2005-12-17 Nicholas ClarkAdd t/op/negate.t to MANIFEST.
2005-12-17 Nicholas ClarkPull the definition of olderrno in sv_2pv_flags into...
2005-12-17 Dominic DunlopCorrect typo in Time::HiRes tests introduced by patch...
2005-12-17 Steve PetersFix a typo and add some clarification to change #26387.
2005-12-17 Steve PetersAddition documentation explaining aritmetic negation...
2005-12-17 Nicholas ClarkThe IV/UV choice can be made inside uiv_2buf rather...
2005-12-17 Nicholas ClarkThe THINKFIRST check after the GMAGICAL check in sv_2iv...
2005-12-17 Steve PetersFix for ext/POSIX/t/time.t so the strftime() test works...
2005-12-17 Steve PetersUpgrade to Time-HiRes-1.85
2005-12-16 Nicholas ClarkTypo fixes from Robin Houston in
2005-12-16 Nicholas Clarks/Nullhv/NULL/g;
2005-12-16 Nicholas Clarks/Nullav/NULL/g
2005-12-16 Jan DuboisRE: PeekMessage() call in win32\win32.c win32_async_check
2005-12-16 Nicholas ClarkPerl_sv_dup should be allocating bodies based on *size...
2005-12-16 Nicholas Clarkcomp/require.t exits early for the case of UTF-8 or...
2005-12-15 Dave Mitchellchange #26373 broke threaded builds (aTHX_ now superfluous)
next