This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2005-01-19 Rafael Garcia... Fix dependencies in ext/B/Makefile.PL
2005-01-19 Steve HayExclude "Thread" from $Config{extensions}
2005-01-19 Steve HayExclude "Thread" from $Config{dynamic_ext}
2005-01-17 Yitzchak Scott... Fix for building with MinGW under Cygwin
2005-01-17 Steve HayGet $Config{ccversion} or $Config{gccversion} filled...
2005-01-14 Nicholas ClarkBetter test diagnostics for the numbers tests.
2005-01-14 Nicholas ClarkCorrect the editor block to match the perl 5 policy...
2005-01-14 Nicholas ClarkRefactor S_regclass to generate slightly smaller object...
2005-01-14 Nicholas ClarkA terser way to write the \-ing code in pv_uni_display
2005-01-14 Nicholas ClarkImprove documentation for sv_catpvf, to note that patte...
2005-01-14 Nicholas ClarkSvUTF8_off() in do_join can be unconditional.
2005-01-14 Nicholas Clarksv_catpvf holds no advantage over sv_catpv when the...
2005-01-13 Nicholas ClarkUse the new SV_NOSTEAL flag to avoid the SvTEMP dance...
2005-01-13 Nicholas Clarksv_2mortal(NEWSV(0,0)) better written as sv_newmortal()
2005-01-13 Nicholas Clarkreplace NEWSV(), SvSetSV() with newSVsv()
2005-01-13 Nicholas ClarkTurn the unreachable code into assertions. (So prove...
2005-01-13 Nicholas ClarkSource code tidy up - avoid assigning to sv.
2005-01-13 Nicholas ClarkAvoid dogfood problems when an empty string accidentall...
2005-01-13 Nicholas ClarkThe leaktesting of NEWSV() is long dead, so create...
2005-01-13 Nicholas ClarkNot a good idea to use unpack "H*" to peek at a scalar...
2005-01-13 Nicholas ClarkUpdate copyright years. Add an editor block while passi...
2005-01-13 Nicholas Clarkutf.pm needs to require Carp before croak()ing
2005-01-13 Nicholas ClarkRefactor all the unpack checksum-or-not logic to avoid...
2005-01-13 Stas BekmanRe: killing USE_5005THREADS in blead?
2005-01-13 Steve HayFix Win32 build problem caused by change 23757
2005-01-12 Craig A. Berryfollow-up to #23765
2005-01-11 Nicholas ClarkFix bug 32294 - index()/rindex() ignore UTF8 flag
2005-01-11 Robin Barkerfollow-up to 23767
2005-01-10 Marcus Holland... Remove PERL_FLEXIBLE_EXCEPTIONS code.
2005-01-10 Craig A. Berryt/op/split.t #11 nit on VMS
2005-01-10 Steve HayNeed to close files before unlinking them on Win32
2005-01-10 Steve HayMake Win32's distclean target clean up properly
2005-01-10 Steve HayGet $Config{osvers} filled in on Win32
2005-01-10 Craig A. Berryfollow-up to #23748, -Duselargefiles on VMS
2005-01-09 Nicholas ClarkShorter source code in pp_gelem. (But it compiles to...
2005-01-09 Nicholas ClarkIf we know the length of the string constant, save...
2005-01-09 Nicholas Clarksavepv(SvPV(sv,n_a)) is common, and creates an unnecess...
2005-01-09 Nicholas ClarkCan pass in a length here without introducing a bug...
2005-01-09 Nicholas ClarkPull the am-I-utf8-or-not logic into one place (S_newSV...
2005-01-07 Steve HayDisable PERL_MALLOC and DEBUG_MSTATS in win32/makefile...
2005-01-07 Jim CromieRe: [PATCH] Remove Carp from warnings.pm
2005-01-07 Robin Barkerto improve -DCHECK_FORMAT
2005-01-07 Nicholas ClarkStage 1 of utf8 support for soft references.
2005-01-07 Craig A. Berrymake lib/warnings.t use t/test.pl
2005-01-07 Yitzchak Scott... Fix win32/config.*'s cc, ld and other related values
2005-01-06 Nicholas ClarkAdd TODO tests for UTF8 encoded soft references
2005-01-06 Yitzchak Scott... Allow static linking core extensions on Win32 with...
2005-01-06 Rafael Garcia... Silence a compilation warning
2005-01-06 Nicholas ClarkTurn barewords into strings to run under strict subs.
2005-01-06 Nicholas ClarkAll tests now use test.pl
2005-01-06 Nicholas ClarkStart converting t/op/ref.t to use test.pl
2005-01-06 Yitzchak Scott... Fix extensions config fields on Win32 to be as they...
2005-01-05 Nicholas ClarkCorrect a Greengrocer's apostrophe.
2005-01-05 Nicholas ClarkFoolishly I committed change 23753 before remembering...
2005-01-05 Nicholas ClarkError-free constant folding is a TODO
2005-01-05 Nicholas ClarkTurn INIT_TLS_AND_INTERP into a static function
2005-01-05 Nicholas ClarkShave off the explict 1; from the end of lib/Config.pm
2005-01-05 Robin Barkerunnecessary rmdir in Makefile
2005-01-05 Robin Barkergcc and ld in Configure
2005-01-05 Gisle AasAvoid segfault when pthread_key_create fails
2005-01-05 Craig A. Berry-Duselargefiles for VMS
2005-01-05 Nicholas ClarkRafael spotted that my changes caused warnings. So...
2005-01-04 Nicholas ClarkUpdate copyright years.
2005-01-04 Nicholas ClarkMake the switch statement discriminate similar names...
2005-01-04 Nicholas ClarkCheck all attributes in modify_SV_attributes are recogn...
2005-01-04 Nicholas ClarkUse the new ${^UTF8LOCALE} to make the test reliable.
2005-01-04 Robin BarkerRE: [perl #32660] INT2PTR not mentioned in perlxs(1)
2005-01-04 Nicholas ClarkAdd ${^UTF8LOCALE} to give perl space access to PL_utf8...
2005-01-04 Steve HayBring win32/config.* into line with win32/config_H.*
2005-01-04 TelsMath::BigInt v1.74, Math::BigRat v0.14, bignum v0.16
2005-01-04 Rafael Garcia... Happy new year
2005-01-03 Nicholas ClarkReturn an immortal from attributes::_warn_reserved...
2005-01-03 Nicholas ClarkChange dXSTARGET to dXSTARG as recommended by Spider...
2005-01-03 Nicholas ClarkD'oh! Spurious aTHX_. Here was I thinking that my test...
2005-01-03 Alexey TourbinIntegrate a patch from Gentoo for uclibc support.
2005-01-02 Nicholas ClarkRemove compiler warnings.
2005-01-02 Nicholas ClarkChange 23727 broke code that relied on \ being escaped.
2005-01-02 Nicholas ClarkSplitting the -n/-p code and concatenating strings...
2005-01-01 Nicholas ClarkConcatenate some string constants
2005-01-01 Nicholas ClarkUse Rafael's sick trick of ASCII NUL as a q'' delimiter...
2005-01-01 Nicholas ClarkProbably should be using *pvn rather than *pv forms...
2005-01-01 Nicholas ClarkstrEQ/strNE of 1 character strings seems better hand...
2005-01-01 Nicholas ClarkNot all the world's a VAX, er ASCII, so don't make...
2005-01-01 Nicholas ClarkChange 23714 accidentally broke t/io/layers.t when...
2004-12-31 Nicholas ClarkSkip the switch statement entirely if the pointer is...
2004-12-31 Nicholas ClarkDoing the strnEQ char by char for 2 and 3 character...
2004-12-31 Nicholas ClarkImprove documentation for is_gv_magical, and split...
2004-12-31 Nicholas ClarkBecause name is always NUL terminated we can incorporat...
2004-12-31 Nicholas ClarkGenerate smaller object code by using a single switch...
2004-12-31 Nicholas ClarkTidy up comments in change 23716
2004-12-31 Nicholas ClarkRefactor gv_fetchpv so that the overwhelmingly common...
2004-12-31 Craig A. Berryrandbits and randfunc for VMS
2004-12-31 Nicholas ClarkBug in t/io/layers.t spotted by Ignasi Roca CarriĆ³
2004-12-30 Marcus Holland... Mention ppport.h and its --api-info switch in perlguts.
2004-12-30 Gisle AasAllow Configure's d_attribut to be set from the command...
2004-12-29 Nicholas ClarkThinko in the description of Config::Extensions
2004-12-29 Nicholas ClarkExperimental module intended to simplify core regressio...
2004-12-29 Nicholas ClarkSkip tests that binmode :utf8 if there is no perlio
2004-12-29 Nicholas ClarkOoops. Fix unitialised variable
2004-12-29 Nicholas ClarkOops. Forgot to uncomment the last set of Unicode value...
next