p5sagit/p5-mst-13.2.git
2007-12-27 Nicholas Clark scalars used in postponed subexpressions aren't first...
2007-12-27 Nicholas Clark Proper $TODO support in &ok() and &iseq() in pat.t
2007-12-27 Nicholas Clark Localize $\ before changing it, so as not to affect...
2007-12-27 Nicholas Clark Test that we can clone regexps into new threads, and...
2007-12-27 Nicholas Clark "Automate" change 32648 (ensure that -E always loads...
2007-12-27 Nicholas Clark You can't coerce a typeglob to a string. (Restore the...
2007-12-27 Nicholas Clark assert() that the sv_unmagic() in S_regmatch() is unneeded.
2007-12-27 Nicholas Clark You don't need $(DYNALOADER) to make $(nonxs_ext)
2007-12-27 Nicholas Clark Regexps are now orange.
2007-12-27 Nicholas Clark Remove the last Null(...) from x2p/*
2007-12-26 Nicholas Clark Tweak Perl_sv_upgrade() so that references can upgrade...
2007-12-26 Nicholas Clark Take code that occurs in three places to take a scalar...
2007-12-26 Nicholas Clark Remove two warnings (sub diag() was redefined, and...
2007-12-26 Steve Peters Upgrade to File-Temp-0.20
2007-12-26 Nicholas Clark Eliminate SVt_RV, and use SVt_IV to store plain references.
2007-12-26 Nicholas Clark Better diagnostics by removing an ...
2007-12-26 Robin Barker change/correction to 32246
2007-12-26 Steve Peters Linking a RT ticket to an open TODO.
2007-12-26 Gabor Szabo docs: list of places where $_ is used
2007-12-26 Gabor Szabo docs: replace FH by my $fh in open
2007-12-26 Jan Dubois 64-bit fix for Time::Local
2007-12-26 Brendan O'Dea Pod::Html: fix markup errors with (nested) definition...
2007-12-26 Nicholas Clark Use print rather than diag(), as these routine messages...
2007-12-26 Nicholas Clark Swap SVt_RV and SVt_NV in the SV ordering.
2007-12-26 Nicholas Clark A test for upgrading scalars. Curiously, before this...
2007-12-25 Jim Cromie patch - chg 32721 missed a couple Nullstrs
2007-12-25 Jan Dubois RE: [PATCH] s/perl510/perl511/g
2007-12-25 Jan Dubois Remove Nullch etc. from x2p
2007-12-24 Robin Barker PATCH re 32711
2007-12-23 Nicholas Clark Correct the correction. This one is both a correcly...
2007-12-23 Nicholas Clark Fix my typo in a comment.
2007-12-23 Nicholas Clark In SvPV_free(), assert() that no-one is trying to free...
2007-12-23 Nicholas Clark { my $a; } not warning about being used only once is...
2007-12-23 Nicholas Clark Add an assert() to verify my assumption that no-one...
2007-12-23 Steve Peters Welcome to Perl 5.11, win32!
2007-12-23 Steve Peters Nullch and others were still alive and well in some...
2007-12-22 Jerry D. Hedden Fix cygwin.c again
2007-12-22 Nicholas Clark Remove warning about casting integer to different sized...
2007-12-22 Robin Barker The ext/Cwd/Cwd.xs part of...
2007-12-22 Marcus Holland... Upgrade to IPC::SysV 1.99_07
2007-12-22 Nicholas Clark Replace our assert-which-can-be-caught-by-eval with...
2007-12-22 Nicholas Clark Remove the definitions of Null(), Nullch, Nullfp, Nulls...
2007-12-22 Nicholas Clark Hateful software that sends my cursor keys as packets...
2007-12-22 Nicholas Clark Add a Configure probe for <assert.h>
2007-12-22 Nicholas Clark Exterminate PL_na! Exterminate! Exterminate! Exterminate!
2007-12-22 Robin Barker ext/ consting
2007-12-22 Nicholas Clark By moving the "can't upgrade downwards" croak() in...
2007-12-22 Nicholas Clark Correct the minor mistake of changes 32675 and 32676...
2007-12-22 Nicholas Clark Integrate:
2007-12-22 Nicholas Clark Integrate:
2007-12-22 Abhijit Menon-Sen Add const to a few prototypes. (Patch from Robin Barker.)
2007-12-21 Nicholas Clark Document each/keys/values @array
2007-12-21 Steve Peters Clean up a warning with -Wwrite-strings that gets passe...
2007-12-21 Robin Barker C<make translators> -Wwrite-strings clean
2007-12-21 Jerry D. Hedden const'ing in cygwin.c
2007-12-21 Nicholas Clark Update the hash documentation to reflect the changes...
2007-12-21 Nicholas Clark Deparse each @array and friends.
2007-12-21 Yuval Kogman mg_free frees data but leaves it accessible
2007-12-21 Andy Armstrong Fix remaining skips for Test::Harness
2007-12-21 Nicholas Clark For 5.12 we can simply exterminate! the private function
2007-12-21 Marko Asplund [perl #37607] CGI file upload file name parsing errors
2007-12-20 Steve Peters Regen some files...
2007-12-20 Robin Barker make miniperl -Wwrite-strings clean
2007-12-20 Nicholas Clark Implement each @array.
2007-12-20 Nicholas Clark Correct the embed.fnc descriptions of newAV() and newHV...
2007-12-20 Nicholas Clark With change 32676 moving the HvSHAREKEYS_on() into...
2007-12-20 Nicholas Clark Change 32676 missed embed.h. Oops. Avert any more black...
2007-12-20 Nicholas Clark Similiarly Perl_newHV() can become a mathom by making...
2007-12-20 Nicholas Clark Perl_newAV() can become a mathom by making newAV()...
2007-12-20 Nicholas Clark The test needs to be on defined $ENV{PERL_UNICODE}...
2007-12-20 Andy Armstrong bring Test::Harness up to 3.06
2007-12-20 Nicholas Clark Perl_magic_setglob() is a mathom.
2007-12-20 Nicholas Clark char can be unsigned, so i8 needs to be signed char.
2007-12-20 Nicholas Clark Oops. Change 32669 didn't mean to add ssp to the libswa...
2007-12-20 Nicholas Clark A new try at getting -fstack-protector working, by...
2007-12-20 Rafael Garcia... The APC doesn't like empty files
2007-12-20 Nicholas Clark Merge the duplicated code for the tests for -fno-strict...
2007-12-20 Nicholas Clark Correct the test count in lib/File/Temp/t/lock.t
2007-12-20 Steffen Müller Re: [perl #48769] [PATCH] SelfLoader.pm 1.0904 - Whites...
2007-12-20 Rafael Garcia... Fix embarrassing typo
2007-12-20 Andy Armstrong Test::Harness 3.05, tests pass in core
2007-12-19 Nicholas Clark Extraneous test files that change 32659 failed to delet...
2007-12-19 Steve Peters Upgrade to CGI.pm-3.31. Includes version bump to CGI...
2007-12-19 Nicholas Clark Missing files from Test::Harness 3.05
2007-12-19 Nicholas Clark Upgrade to Test::Harness 3.05
2007-12-19 Jerry D. Hedden threads::shared 1.15
2007-12-19 Steve Peters Fix a File::Temp test to deal with new Test::More changes.
2007-12-19 Rafael Garcia... Add new Sys::Syslog file to MANIFEST
2007-12-19 Steve Peters Additional version fixups.
2007-12-19 Steve Peters Upgrade to Sys-Syslog-0.23
2007-12-19 Steve Peters Upgrade to IO-Zlib-1.08. Fixes to test files allowed...
2007-12-19 Steve Peters Upgrade to File-Temp-0.19
2007-12-19 Steve Peters Upgrade to B-Lint-1.11
2007-12-19 Steve Peters Update to Test-Simple-0.74
2007-12-19 Nicholas Clark Add perl5110delta, and change 5100delta so that it...
2007-12-19 Rafael Garcia... Make -E require 5.11 features
2007-12-19 Steve Peters Teach cflags.SH about -fstack-protector, and add it...
2007-12-19 Nicholas Clark Bump the version number to 5.11.0
2007-12-19 Nicholas Clark feature.pm needs to cope with the version not being...
2007-12-19 Nicholas Clark Update Changes and reinstante the DEVEL tag.
next