p5sagit/p5-mst-13.2.git
2007-01-15 Dave Mitchell when cloning PL_regex_pad, copy SVf_BREAK flag too
2007-01-15 Nicholas Clark pp_rv2av and pp_rv2hv have a lot of common code, so...
2007-01-15 Nicholas Clark Make changes analagous to pp_rv2hv's 21394 and 24489...
2007-01-15 Yves Orton Re: [PATCH] Add support for /k modfier for matching...
2007-01-15 Yves Orton Add support for /k modfier for matching along with...
2007-01-15 Nicholas Clark Add get_cvn_flags(), which is like get_cv() but takes...
2007-01-15 Jarkko Hietaniemi symbian/xsbuild.pl
2007-01-15 Dave Mitchell extend threads 'veto cleanup' to perl_free and system...
2007-01-15 Rafael Garcia... Proper symbian fix (replacing change #29813) by Jarkko
2007-01-15 Rafael Garcia... Use the $Is_MacOS variable
2007-01-15 Rafael Garcia... Simplify the ok/not ok logic
2007-01-15 Rafael Garcia... Various cleanup and factorization by Schwern
2007-01-15 Rafael Garcia... Introduce the :5.10.0 feature bundle, and make :5.10 an
2007-01-15 Rafael Garcia... Fix link to perlsyn (thanks to Michael G Schwern)
2007-01-15 Rafael Garcia... Remove the "dor" feature alias.
2007-01-15 Rafael Garcia... Document "no feature" (Michael G Schwern)
2007-01-15 Rafael Garcia... Move the documentation of the lexical effect of feature...
2007-01-15 Rafael Garcia... Remove obsolete notes and TODOs from feature.pm
2007-01-15 Rafael Garcia... Add a reference to the docs for state() variables in...
2007-01-15 Rafael Garcia... Factorise croak() calls and error messages in feature.pm
2007-01-15 Nicholas Clark Test that names with embedded NULs work for symbolic...
2007-01-15 Rafael Garcia... Revert perl.h part of change 29811, which breaks compil...
2007-01-15 Jarkko Hietaniemi g++ fixes
2007-01-15 Jarkko Hietaniemi Symbian/S90 further fixes
2007-01-14 Dave Mitchell make S_ithread_run() call S_ithread_free() in main...
2007-01-14 Dave Mitchell further refinement to #29796 (cleanup veto)
2007-01-14 Marvin Humphrey Re: Memory...growing, and growing
2007-01-13 Dave Mitchell unfreed threads should trigger cleanup veto
2007-01-13 Nicholas Clark In S_hfreeentries, orig_array can be const.
2007-01-13 Rafael Garcia... TODO: yada yada yada
2007-01-13 Gisle Aas Re: AW: umask handling in File::Temp
2007-01-13 Wolfgang Laun perlthrtut.pod (based on perl-current@29766)
2007-01-12 Dave Mitchell fix PL_parser_dup symbol (again)
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
next