p5sagit/p5-mst-13.2.git
2007-01-12 Dave Mitchell Rationalise refcounting of thread structures
2007-01-12 H.Merijn Brand Superdome now also in Itanium series (sx1000 & sx2000),
2007-01-12 H.Merijn Brand gcc -dumpversion is at least supported back to 2.7...
2007-01-12 Rafael Garcia... makedef.pl should be able to load "strict"
2007-01-12 Rafael Garcia... Upgrade to ExtUtils::Manifest 1.51
2007-01-12 Dave Mitchell fix typo in hv.c
2007-01-12 Dave Mitchell fix PL_parser_dup symbol
2007-01-12 Dave Mitchell make tr/// threadsafe by moving swash into pad
2007-01-12 Wolfgang Laun trivia in perlthrtut.pod
2007-01-11 Steve Hay Update copyright year in "perl -v" output
2007-01-11 Rafael Garcia... Fix bug [perl #41234] : the tokenizer understands ...
2007-01-11 Nicholas Clark Change 29753 messed up do_hv_dump() [my fault]
2007-01-11 Rafael Garcia... Silence an "unused parameter" warning in Perl_reg_numbe...
2007-01-11 Yves Orton Add Regexp::Keep \K functionality to regex engine as...
2007-01-11 Nicholas Clark do_gv_dump, do_gvgv_dump and do_hv_dump call all actual...
2007-01-11 Rafael Garcia... Fix bug #40407: after a seek on a PerlIO::scalar fileha...
2007-01-11 Steffen Müller AutoLoader fix, part 2
2007-01-11 Nicholas Clark In toke.c, merge S_update_debugger_info_pv() and
2007-01-10 Nicholas Clark An implementation of change 29735 for blead (PL_curcop...
2007-01-10 Rafael Garcia... Regenerate all files
2007-01-10 Peter Scott PATCH: perlfunc.pod / warn
2007-01-10 SADAHIRO Tomoyuki Re: [perl #41215] % on scalars sometimes throws away...
2007-01-10 Steffen Müller Bug in AutoLoader.pm causing endless loop
2007-01-10 Andreas J.... ./miniperl minimod.pl ... Can't locate strict.pm
2007-01-09 Nicholas Clark Make minimod.pl warnings and strict clean.
2007-01-09 Nicholas Clark Make makedef.pl warnings and strict clean.
2007-01-09 Nicholas Clark Make keywords.pl strict and warnings clean.
2007-01-09 Nicholas Clark Make autodoc.pl strict clean.
2007-01-09 Nicholas Clark Make opcode.pl strict and warnings clean.
2007-01-09 Nicholas Clark Re: Change 29723 breaks t/op/inccode-tie.t on Win32
2007-01-09 Jan Dubois Re: [PATCH] ANSIfy the PATH environment variable on...
2007-01-09 Yves Orton Change #29711 broke tr//c on Win32.
2007-01-09 Yves Orton Let the regex parser decide if we have a special patter...
2007-01-09 Nicholas Clark socketpair.t was written in 2001. At that time, Test...
2007-01-09 Rafael Garcia... Revert change #29708 (useless)
2007-01-08 Nicholas Clark Eliminate pp_threadsv, as it was only ever used by...
2007-01-08 Nicholas Clark do or die; for all the List::Util pure perl tests.
2007-01-08 Nicholas Clark do $file; won't propagate errors from die, as do is...
2007-01-08 Nicholas Clark Mention -C on #! line in perltodo. Remove some trailing...
2007-01-08 Rafael Garcia... Change the API doc for some of the SvXXX testing macros.
2007-01-08 Rafael Garcia... Turn taint warnings (-t) into severe warnings, so they're
2007-01-08 Rafael Garcia... Silence casting warnings
2007-01-08 Marcus Holland... Default "$undef" for NV_PRESERVES_UV_BITS causes compil...
2007-01-08 Yitzchak Scott... help cygwin find its dlls even on taint tests with...
2007-01-08 Dave Mitchell fix occasional op/time.t failure
2007-01-08 Dave Mitchell allocate op_pv strings from shared mem pool
2007-01-07 Rafael Garcia... In the new test for less.pm, call use_ok at compile...
2007-01-07 Joshua ben... less useful
2007-01-07 Yves Orton Re: [PATCH] ANSIfy the PATH environment variable on...
2007-01-07 Yitzchak Scott... DynaLoader test failure on cygwin
2007-01-07 Dave Mitchell silence a warning in perly.c
2007-01-06 David Nicol patch: shorten perl.h by six lines
2007-01-06 Rafael Garcia... Add 2007 copyrights in a few more .pl files that
2007-01-05 Rafael Garcia... Silence a gcc warning, spotted by Tels
2007-01-05 Rafael Garcia... Bump version of PerlIO::via after last change
2007-01-05 Bo Lindbergh ext/PerlIO/via/via.xs freeing the wrong thing
2007-01-05 Rafael Garcia... Normalize copyright of perlio.c for years >= 2006
2007-01-05 Steve Hay Do the same as #29697 for Win32
2007-01-05 Rafael Garcia... Fix the interaction of -w and -t when provided on the...
2007-01-05 Rafael Garcia... Fix distclean now that we have re::Tie::Hash::NamedCapture
2007-01-05 Rafael Garcia... Update copyright years in .c files
2007-01-05 Rafael Garcia... Update copyright years in .h files. Also, in .pl
2007-01-05 Rafael Garcia... Update copyright for perlio.c
2007-01-05 SADAHIRO Tomoyuki Re: What if NV_PRESERVES_UV_BITS is undef? (was: Re...
2007-01-05 Steve Hay Silence various VC6 warnings
2007-01-05 Bo Lindbergh Re: [PATCH] perlio.c repair
2007-01-05 Jan Dubois ANSIfy the PATH environment variable on Windows
2007-01-05 Jan Dubois Add error handling to win32_ansipath
2007-01-04 Rafael Garcia... Upgrade Module::Load::Conditional to 0.14
2007-01-04 Marcus Holland... 4th patch from:
2007-01-04 Marcus Holland... The first three patches from:
2007-01-04 Jarkko Hietaniemi Re: [PATCH] Symbian port: add Series 90 support
2007-01-04 Rafael Garcia... Remove no longer used magic vtable
2007-01-04 Rafael Garcia... Silence a 'null argument' warning
2007-01-04 Yves Orton Re: [PATCH] Change implementation of %+ to use a proper...
2007-01-04 Jan Dubois Add note to perltodo.pod about Unicode and file globbing
2007-01-04 Dave Mitchell make parser_free actually free the parser!
2007-01-03 Nicholas Clark Rename OURSTASH to SvOURSTASH and OURSTASH_set to SvOUR...
2007-01-03 Dave Mitchell handle cloning of parsers on the save stack
2007-01-03 Nicholas Clark Teach dump about OURSTASH and COP ranges stored in...
2007-01-03 Jan Dubois Update change 29607 to affect only Win32
2007-01-03 Jan Dubois [PATCH] Use short pathnames in $^X and @INC if the...
2007-01-03 Jarkko Hietaniemi Re: g++ unhappy
2007-01-03 Nicholas Clark Make the ptr_table functions available in an unthreaded...
2007-01-03 Paul Marquess IO::Compress::* 2.003
2007-01-03 Steve Peters Upgrade to Time-HiRes-1.9704
2007-01-02 Nicholas Clark Update copyright years to include 2007. (Plus a couple...
2007-01-02 Nicholas Clark Assignment to a tainted variable was causing confusion...
2007-01-02 Nicholas Clark PVMG can be isUV too.
2007-01-02 Dave Mitchell fix -Mad build breakage
2007-01-02 Nicholas Clark Copying to FORMATs should work (and not fail assertions...
2007-01-02 Nicholas Clark It's good to be able to dump FORMATs too :-)
2007-01-02 Nicholas Clark Remove the vestigal "#if 0"s from header files that...
2007-01-02 Nicholas Clark Probably better to make PAD_FAKELEX_ANON and PAD_FAKELE...
2007-01-02 Nicholas Clark Note that the examples for the structure copying bug...
2007-01-02 Steve Hay Fix a couple of linker errors on Win32
2007-01-02 Dave Mitchell remove conflict in pending_ident function and field...
2007-01-02 Steve Hay Check miniperl exists before using it to run uupacktool.pl
2007-01-02 Marcus Holland... Configure test code fails to compile if SIGFPE is undefined
2007-01-02 Jarkko Hietaniemi really should test compile in AIX or something (fixup...
next