p5sagit/p5-mst-13.2.git
2007-02-02 Nicholas Clark Change 29502 wasn't perfect - you need to remove any...
2007-02-02 Nicholas Clark Better dump reporting of "PVBM"s.
2007-02-01 Nicholas Clark Allow regexp.t to take a command line argument for...
2007-02-01 Nicholas Clark Make t/op/regexp.t warnings clean.
2007-02-01 Nicholas Clark Make t/op/regexp.t run under use strict; including...
2007-01-31 H.Merijn Brand alloca () might end up unreferenced during linking.
2007-01-31 Rafael Garcia... Upgrade to Getopt::Long 2.36
2007-01-31 Nicholas Clark You can't have special blocks if the subroutine has...
2007-01-31 Yves Orton Improve regex stringification code
2007-01-31 Yves Orton regcomp.c: remove some gotos that cause compiler conste...
2007-01-31 Yves Orton Improve regex stringification code
2007-01-31 Yves Orton $1 in nested regex EVAL doesnt work correctly.
2007-01-30 Nicholas Clark Refactor the code used to check/execute BEGIN/UNITCHECK...
2007-01-30 Jarkko Hietaniemi one more iteration on PerlIO_teardown prototype
2007-01-30 Marcus Holland... Re: run/cloexec.t is failing
2007-01-29 Nicholas Clark Also check BEGIN/UNITCHECK/CHECK/INIT/END for require.
2007-01-29 Nicholas Clark UNITCHECK for XS code. Turned out to be harder that...
2007-01-29 Nicholas Clark BEGIN blocks in XS should work. (Given that CHECK,...
2007-01-29 Nicholas Clark Add av_create_and_push() and av_create_and_unshift_one...
2007-01-29 Gisle Aas Avoid test failure with for a -Dusesitecustomize perl.
2007-01-28 Nicholas Clark Convert ext/B/t/debug.t to Test::More. (Diagnostics...
2007-01-28 Jarkko Hietaniemi g++ wants cast
2007-01-27 Nicholas Clark As we're not using UVf in the core, don't even define...
2007-01-27 Nicholas Clark Change 30034 wasn't enough to silence the warnings...
2007-01-27 Abe Timmerman [perl@30030] blead on OpenVMS doesn't build
2007-01-27 Craig A. Berry For FindBin to work as advertised on VMS, $FindBin...
2007-01-27 Craig A. Berry For VMS, a belated entry into the $^O jungle that is...
2007-01-27 Nicholas Clark newPADOP()'s sv parameter is never NULL, so mark it...
2007-01-27 Nicholas Clark newPADOP is only used under ithreads, so don't waste...
2007-01-27 Nicholas Clark One last gv_fetchpv() that should be GV_ADD rather...
2007-01-27 Nicholas Clark Using gv_stashsv() and sv_setsv() in Perl_package reduc...
2007-01-27 Rafael Garcia... Change Tels' contact address
2007-01-27 Nicholas Clark A test to exercise the smallbuf overflow code in S_incl...
2007-01-26 Rafael Garcia... cflags.SH was broken: it was compiling a C file for...
2007-01-26 Rafael Garcia... Silence a few pedantic warnings
2007-01-26 Rafael Garcia... If we have specified -Dgccansipedantic on the Configure...
2007-01-26 Nicholas Clark Stop S_incline needing to temporarily write a '\0'...
2007-01-26 Steve Peters Fix ext/POSIX/t/sysconf.t failures on Cygwin.
2007-01-26 Adriano Ferreira Re: [perl #32135] File::Copy module
2007-01-26 Jos I. Boumans Add Archive::Extract 0.16 to the core
2007-01-26 Jos I. Boumans Small bugfixes to uupacktool.pl
2007-01-26 Jarkko Hietaniemi still some Symbian/S90 tweaks
2007-01-26 Rafael Garcia... Upgrade to File::Fetch 0.10, by Jos Boumans
2007-01-26 Rafael Garcia... Let File::Path report the extended system error message
2007-01-26 Nicholas Clark As we're not passing over (or copying in) a NUL, don...
2007-01-26 Rafael Garcia... Mention //w in perltodo.
2007-01-26 Rafael Garcia... Upgrade to Time::Local 1.17
2007-01-26 Audrey Tang utf8.pm doc patch
2007-01-26 Rafael Garcia... Some variables are used only with DEBUGGING
2007-01-26 Jarkko Hietaniemi further Symbian/S90 fixes from alexander smishlajev
2007-01-26 Rafael Garcia... Upgrade to Module::Load::Conditional 0.16, by Jos Boumans
2007-01-25 Nicholas Clark Convert the last remaining 256 byte "small"bufs to...
2007-01-25 Nicholas Clark Neither gv_fetchpvn_flags() nor hv_fetch() need a NUL...
2007-01-25 Andy Lester Integrate:
2007-01-25 Nicholas Clark The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv...
2007-01-25 SADAHIRO Tomoyuki split by " \0" (const string staring with a SPACE follo...
2007-01-25 Rafael Garcia... Upgrade to threads 1.58:
2007-01-25 Joshua ben... Re: [perl #41283] B::walkoptree_slow fails for 'our...
2007-01-25 Nicholas Clark Change 28058 hadn't been tested with -DPERL_CREATE_GVSV
2007-01-24 Nicholas Clark Display the process id as part of the trace output...
2007-01-24 Nicholas Clark Fix typo in the description of change 27911
2007-01-24 Nicholas Clark Wrap the macro arguments for ck_proto in ().
2007-01-24 Jan Dubois fix a few references in perlfunc.html
2007-01-24 Jan Dubois Improve documentation PERLIO default value in perlrun.pod
2007-01-24 Rafael Garcia... Upgrade to Time::Local 1.16
2007-01-23 Nicholas Clark Add lib to @INC so that ./perl t/op/local.t works.
2007-01-23 Nicholas Clark Change 29936 missed a ;
2007-01-23 Steve Peters Fix to Time::Local to fix problems with leap year calcu...
2007-01-23 Steve Peters Upgrade to File-Temp-0.18.
2007-01-23 Steve Peters Upgrade to AutoLoader-5.63
2007-01-23 Steve Peters Upgrade to Test-Simple-0.67
2007-01-23 Steve Peters Upgrade to Math-Complex-1.37.
2007-01-23 Dave Rolsky Time::Local patch take 2
2007-01-23 Devin Heitmueller [perl #41318] Patch: win32.c typo in #define MULTIPLICITY
2007-01-22 Yves Orton Disable positive lookaround optimisations
2007-01-22 Nicholas Clark Fix a typo and some doubled spaces in comments.
2007-01-22 Nicholas Clark Remove duplicate assignment to PL_eval_root in Perl_cre...
2007-01-22 Nicholas Clark Fix my typo, as spotted by Steve Peters
2007-01-21 Nicholas Clark Assignments to function pointers can't be NULL, as...
2007-01-21 Nicholas Clark Restore the const to vtbl in Perl_mg_localize() removed...
2007-01-21 Nicholas Clark Remove register keyword from dSP; (at least for now)
2007-01-21 Nicholas Clark Refactor the common soft-reference code from pp_rv2sv...
2007-01-20 Nicholas Clark defined @$foo and defined %$bar should be subject to...
2007-01-20 Steve Peters Upgrade to version-0.69
2007-01-20 Bo Lindbergh Re: Race condition in IPC::Open3 / Mac OS?
2007-01-20 Steve Peters Add PAUSE2007.pub key
2007-01-20 Steve Peters Upgrade to CPAN-1.88_69.
2007-01-19 SADAHIRO Tomoyuki Re: [PATCH] fix unicode split /\s+/
2007-01-19 Nicholas Clark Yves spotted that I'd not regenerated perlapi.pod when...
2007-01-19 Nicholas Clark Marcus Holland-Moritz notes that the first argument to
2007-01-19 Nicholas Clark Fix breakage for -DDEBUGGING accidentally introduced...
2007-01-19 Nicholas Clark Add a parameter to Perl_get_arena() to pass in the...
2007-01-19 Nicholas Clark I think that it's clearer if aroot is only struct arena...
2007-01-19 Yves Orton fix unicode split /\s+/
2007-01-19 Nicholas Clark As Perl_get_arena() is dealing with sizes, use size_t...
2007-01-18 Nicholas Clark Move C<static bool done_sanity_check;> inside the only...
2007-01-18 Nicholas Clark Add in missing dVAR that prevents compilation with
2007-01-18 Nicholas Clark Move the flag checking for isGV_with_GP() into the...
2007-01-18 Marcus Holland... Add missing SVfARG()s in require_tie_mod().
2007-01-18 Nicholas Clark Given that we now do the tests in S_visit() to avoid...
next