p5sagit/p5-mst-13.2.git
2005-02-05 Nicholas Clark With mallocwrap New() evaluates its arguments more...
2005-02-05 Nicholas Clark Let's (un)do the timewarp, again.
2005-02-04 Rafael Garcia... Upgrade to Digest 1.10
2005-02-02 Marcus Holland... Remove 2 unused variables from APItest.xs.
2005-02-02 Marcus Holland... Upgrade to Devel::PPPort 3.06.
2005-02-02 Marcus Holland... Attempt to fix problems with new exception handling...
2005-02-02 Ton Hospel Re: encoding neutral unpack
2005-02-02 Ton Hospel Re: encoding neutral unpack
2005-02-02 Ton Hospel Re: encoding neutral unpack
2005-02-02 Dave Mitchell fix POSIX::strtod error handling documentation
2005-02-02 Abigail POD nit @ sysseek
2005-02-02 H.Merijn Brand Picky compilers (e.g. vac on AIX 5.2) do not accept...
2005-02-01 Nicholas Clark "All" "all?" Who said all? There were 2 more missing...
2005-02-01 Andy Lester Re: [perl #34010] localtime docs
2005-01-31 Ton Hospel Re: encoding neutral unpack
2005-01-31 Marcus Holland... Make Perl_keyword() another 30% faster.
2005-01-31 Marcus Holland... Regenerate perlapi.pod.
2005-01-31 Marcus Holland... Upgrade to Devel::PPPort 3.05.
2005-01-31 Marcus Holland... Add simple exception handling macros for XS writers.
2005-01-31 Nicholas Clark Add all the missing gnuk{free,net}bsd hints files to...
2005-01-31 Robert Millan [perl #33998] [PATCH] Support for GNU/kFreeBSD
2005-01-31 Rafael Garcia... Document the changes to PERLIO_DEBUG.
2005-01-31 Rafael Garcia... Really fix the bug [perl #33990].
2005-01-31 Steve Hay Fix test suite hang on Win32 caused by change #23898
2005-01-31 Rafael Garcia... Avoid a buffer overflow with threads and PERLIO_DEBUG
2005-01-31 Rafael Garcia... Don't write to $PERLIO_DEBUG when setuid ([perl #33990])
2005-01-30 Dave Mitchell minor corrections to comments in perly.y
2005-01-30 Olivier Thauvin h2hp: 2 fix
2005-01-29 Dave Mitchell [perl #33928] chomp() fails after alarm(), `sleep`
2005-01-28 Nicholas Clark More consistent names for all the parameter name/declar...
2005-01-28 Nicholas Clark Calculate the number of tests in one place, so that...
2005-01-28 Rafael Garcia... Add a reference to books.perl.org.
2005-01-27 Nicholas Clark Retrieve the flag bit that only 'p' uses, so that it...
2005-01-27 Jim Cromie Re: [patch] decrufting OptreeCheck stuff
2005-01-27 Gisle Aas libperl leaks a THREAD_KEY each time it is reloaded
2005-01-27 Nicholas Clark Make the byte order modifers < and > and the sign modif...
2005-01-27 Nicholas Clark Oops. Was forgetting to test n! N! v! V! in pack
2005-01-27 Nicholas Clark Check that the warning behaviour on the modifiers ...
2005-01-27 Nicholas Clark Make the tests for the endianness modifiers < and ...
2005-01-27 Nicholas Clark &_q needs to *globally* escape ' and \ in its substitution.
2005-01-25 Tels BigInt mbi_rand.t failings
2005-01-25 Rafael Garcia... Integrate change #23880 in original comment
2005-01-25 Jos I. Boumans perlapi.pod has pod errors
2005-01-24 Nicholas Clark Correct and update comments (before anyone writes in)
2005-01-24 Nicholas Clark Ooops. It was 190M when I was using 4 bytes per entry...
2005-01-24 Nicholas Clark A script to regenerate Perl_keyword()
2005-01-24 Nicholas Clark Add weights to ExtUtils::Constant to allow sorting...
2005-01-24 Nicholas Clark Replace Perl_keyword() with a version that's 20% faster...
2005-01-24 Craig A. Berry assorted tempfile clean-up in the test suite
2005-01-24 Rafael Garcia... Revert change 23843.
2005-01-24 Andrew [perl #33906] Missing \\ in perlre
2005-01-24 Craig A. Berry Test::Harness::Straps::_default_inc shell problem
2005-01-24 Todd Vierling Re: [perl #33892] Add Interix support
2005-01-23 Jarkko Hietaniemi Re: Smoke [5.9.2] 23863 FAIL(F) MSWin32 WinXP/.Net...
2005-01-23 Nicholas Clark Tidy up 2 comments
2005-01-23 Nicholas Clark Assimilate ExtUtils::Constant 0.16
2005-01-23 Nicholas Clark Slightly terser code in S_regpposixcc (names inside...
2005-01-22 Jarkko Hietaniemi Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)...
2005-01-22 Jarkko Hietaniemi Re: uc($long_utf8_string) exhausts memory
2005-01-22 Jarkko Hietaniemi Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)...
2005-01-22 Nicholas Clark Update copyright years and add editor blocks
2005-01-22 Jarkko Hietaniemi Re: [PATCH] do not assume quads or long doubles
2005-01-22 Nicholas Clark Remove now-unnecessary check. (It's done earlier)
2005-01-22 Jarkko Hietaniemi Re: uc($long_utf8_string) exhausts memory
2005-01-21 Nicholas Clark Shrink a switch() statment by driving the size calculat...
2005-01-21 Nicholas Clark Make the length overrun checking and stack extension...
2005-01-21 Steven N. Hirsch [perl #32503] Fix for Storable module
2005-01-21 Rafael Garcia... Fix spurious warnings emitted by XSLoader via Data...
2005-01-21 Nicholas Clark Name another pack test
2005-01-21 Todd Vierling [perl #33892] Add Interix support
2005-01-21 Todd Vierling [perl #33892] Add Interix support
2005-01-21 Rafael Garcia... Upgrade to Test::Harness 2.46
2005-01-21 Stephen McCamant [perl #32967] [PATCH] Re: More B bugs: svref_2object
2005-01-21 Steffen Ullrich [Patch] [perl #32446] close leaves fd open
2005-01-21 Rick Delaney Re: [perl #31924] %INC caching failure-case problem
2005-01-21 Yitzchak Scott... Re: [PATCH] File::Find dies on find({follow=>1, .....
2005-01-21 Yitzchak Scott... doc SVt_PVLV <=> SVt_PVGV change version in B.pm
2005-01-20 Stas Bekman [patch] cleanup perlsfio.h
2005-01-20 Rafael Garcia... VERSION++
2005-01-20 Alexey Tourbin Re: [perl #33173] shellwords.pl and tainting
2005-01-20 Nicholas Clark Run regen.pl and pod/buildtoc --build-all
2005-01-20 Nicholas Clark A little more determinacy in our sorting
2005-01-19 Nicholas Clark Make "assertion" attribute code and test conditional
2005-01-19 Robin Barker Further follow-up to 23767
2005-01-19 Noah Re: [perl #32498] h2xs generates incorrect code for...
2005-01-19 Yitzchak Scott... op/stat.t test 9 failing on recent cygwin snapshots
2005-01-19 Jos I. Boumans Make Data::Dumper work when dynamic extensions are...
2005-01-19 Rafael Garcia... Fix dependencies in ext/B/Makefile.PL
2005-01-19 Steve Hay Exclude "Thread" from $Config{extensions}
2005-01-19 Steve Hay Exclude "Thread" from $Config{dynamic_ext}
2005-01-17 Yitzchak Scott... Fix for building with MinGW under Cygwin
2005-01-17 Steve Hay Get $Config{ccversion} or $Config{gccversion} filled...
2005-01-14 Nicholas Clark Better test diagnostics for the numbers tests.
2005-01-14 Nicholas Clark Correct the editor block to match the perl 5 policy...
2005-01-14 Nicholas Clark Refactor S_regclass to generate slightly smaller object...
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...
next