p5sagit/p5-mst-13.2.git
2005-01-14 Nicholas Clark A terser way to write the \-ing code in pv_uni_display
2005-01-14 Nicholas Clark Improve documentation for sv_catpvf, to note that patte...
2005-01-14 Nicholas Clark SvUTF8_off() in do_join can be unconditional.
2005-01-14 Nicholas Clark sv_catpvf holds no advantage over sv_catpv when the...
2005-01-13 Nicholas Clark Use the new SV_NOSTEAL flag to avoid the SvTEMP dance...
2005-01-13 Nicholas Clark sv_2mortal(NEWSV(0,0)) better written as sv_newmortal()
2005-01-13 Nicholas Clark replace NEWSV(), SvSetSV() with newSVsv()
2005-01-13 Nicholas Clark Turn the unreachable code into assertions. (So prove...
2005-01-13 Nicholas Clark Source code tidy up - avoid assigning to sv.
2005-01-13 Nicholas Clark Avoid dogfood problems when an empty string accidentall...
2005-01-13 Nicholas Clark The leaktesting of NEWSV() is long dead, so create...
2005-01-13 Nicholas Clark Not a good idea to use unpack "H*" to peek at a scalar...
2005-01-13 Nicholas Clark Update copyright years. Add an editor block while passi...
2005-01-13 Nicholas Clark utf.pm needs to require Carp before croak()ing
2005-01-13 Nicholas Clark Refactor all the unpack checksum-or-not logic to avoid...
2005-01-13 Stas Bekman Re: killing USE_5005THREADS in blead?
2005-01-13 Steve Hay Fix Win32 build problem caused by change 23757
2005-01-12 Craig A. Berry follow-up to #23765
2005-01-11 Nicholas Clark Fix bug 32294 - index()/rindex() ignore UTF8 flag
2005-01-11 Robin Barker follow-up to 23767
2005-01-10 Marcus Holland... Remove PERL_FLEXIBLE_EXCEPTIONS code.
2005-01-10 Craig A. Berry t/op/split.t #11 nit on VMS
2005-01-10 Steve Hay Need to close files before unlinking them on Win32
2005-01-10 Steve Hay Make Win32's distclean target clean up properly
2005-01-10 Steve Hay Get $Config{osvers} filled in on Win32
2005-01-10 Craig A. Berry follow-up to #23748, -Duselargefiles on VMS
2005-01-09 Nicholas Clark Shorter source code in pp_gelem. (But it compiles to...
2005-01-09 Nicholas Clark If we know the length of the string constant, save...
2005-01-09 Nicholas Clark savepv(SvPV(sv,n_a)) is common, and creates an unnecess...
2005-01-09 Nicholas Clark Can pass in a length here without introducing a bug...
2005-01-09 Nicholas Clark Pull the am-I-utf8-or-not logic into one place (S_newSV...
2005-01-07 Steve Hay Disable PERL_MALLOC and DEBUG_MSTATS in win32/makefile...
2005-01-07 Jim Cromie Re: [PATCH] Remove Carp from warnings.pm
2005-01-07 Robin Barker to improve -DCHECK_FORMAT
2005-01-07 Nicholas Clark Stage 1 of utf8 support for soft references.
2005-01-07 Craig A. Berry make 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 Clark Add 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 Clark Turn barewords into strings to run under strict subs.
2005-01-06 Nicholas Clark All tests now use test.pl
2005-01-06 Nicholas Clark Start 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 Clark Correct a Greengrocer's apostrophe.
2005-01-05 Nicholas Clark Foolishly I committed change 23753 before remembering...
2005-01-05 Nicholas Clark Error-free constant folding is a TODO
2005-01-05 Nicholas Clark Turn INIT_TLS_AND_INTERP into a static function
2005-01-05 Nicholas Clark Shave off the explict 1; from the end of lib/Config.pm
2005-01-05 Robin Barker unnecessary rmdir in Makefile
2005-01-05 Robin Barker gcc and ld in Configure
2005-01-05 Gisle Aas Avoid segfault when pthread_key_create fails
2005-01-05 Craig A. Berry -Duselargefiles for VMS
2005-01-05 Nicholas Clark Rafael spotted that my changes caused warnings. So...
2005-01-04 Nicholas Clark Update copyright years.
2005-01-04 Nicholas Clark Make the switch statement discriminate similar names...
2005-01-04 Nicholas Clark Check all attributes in modify_SV_attributes are recogn...
2005-01-04 Nicholas Clark Use the new ${^UTF8LOCALE} to make the test reliable.
2005-01-04 Robin Barker RE: [perl #32660] INT2PTR not mentioned in perlxs(1)
2005-01-04 Nicholas Clark Add ${^UTF8LOCALE} to give perl space access to PL_utf8...
2005-01-04 Steve Hay Bring win32/config.* into line with win32/config_H.*
2005-01-04 Tels Math::BigInt v1.74, Math::BigRat v0.14, bignum v0.16
2005-01-04 Rafael Garcia... Happy new year
2005-01-03 Nicholas Clark Return an immortal from attributes::_warn_reserved...
2005-01-03 Nicholas Clark Change dXSTARGET to dXSTARG as recommended by Spider...
2005-01-03 Nicholas Clark D'oh! Spurious aTHX_. Here was I thinking that my test...
2005-01-03 Alexey Tourbin Integrate a patch from Gentoo for uclibc support.
2005-01-02 Nicholas Clark Remove compiler warnings.
2005-01-02 Nicholas Clark Change 23727 broke code that relied on \ being escaped.
2005-01-02 Nicholas Clark Splitting the -n/-p code and concatenating strings...
2005-01-01 Nicholas Clark Concatenate some string constants
2005-01-01 Nicholas Clark Use Rafael's sick trick of ASCII NUL as a q'' delimiter...
2005-01-01 Nicholas Clark Probably should be using *pvn rather than *pv forms...
2005-01-01 Nicholas Clark strEQ/strNE of 1 character strings seems better hand...
2005-01-01 Nicholas Clark Not all the world's a VAX, er ASCII, so don't make...
2005-01-01 Nicholas Clark Change 23714 accidentally broke t/io/layers.t when...
2004-12-31 Nicholas Clark Skip the switch statement entirely if the pointer is...
2004-12-31 Nicholas Clark Doing the strnEQ char by char for 2 and 3 character...
2004-12-31 Nicholas Clark Improve documentation for is_gv_magical, and split...
2004-12-31 Nicholas Clark Because name is always NUL terminated we can incorporat...
2004-12-31 Nicholas Clark Generate smaller object code by using a single switch...
2004-12-31 Nicholas Clark Tidy up comments in change 23716
2004-12-31 Nicholas Clark Refactor gv_fetchpv so that the overwhelmingly common...
2004-12-31 Craig A. Berry randbits and randfunc for VMS
2004-12-31 Nicholas Clark Bug 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 Aas Allow Configure's d_attribut to be set from the command...
2004-12-29 Nicholas Clark Thinko in the description of Config::Extensions
2004-12-29 Nicholas Clark Experimental module intended to simplify core regressio...
2004-12-29 Nicholas Clark Skip tests that binmode :utf8 if there is no perlio
2004-12-29 Nicholas Clark Ooops. Fix unitialised variable
2004-12-29 Nicholas Clark Oops. Forgot to uncomment the last set of Unicode value...
2004-12-29 Nicholas Clark read (and presuambly sysread) would expose the UTF8...
2004-12-29 Nicholas Clark Add a lot of tests for combinations of values, offsets...
2004-12-29 Nicholas Clark Convert op/read.t to use test.pl and make it stricture...
2004-12-29 Marcus Holland... Upgrade to Devel::PPPort 3.04
2004-12-29 H.Merijn Brand Rebuilt after backport start for 23674, 23675, and...
2004-12-29 Stephen McCamant Cleanup ext/B tests for -w and to run separately
2004-12-28 Nicholas Clark Make Config.t warnings and strictures clean
2004-12-27 Stas Bekman [patch sv.c] comment fix
next