p5sagit/p5-mst-13.2.git
2010-05-03 David Mitchell fix a couple of var types
2010-05-03 Jesse Vincent Update AUTHORS/checkAUTHORS
2010-05-03 Ruslan Zakirov shift; optimization
2010-05-03 Nicholas Clark For SAVEt_BOOL, save the value with the type.
2010-05-03 Chris Williams POD tweak to 'require' in perlfunc relating to putting...
2010-05-03 Zefram tweak "0x123.456" deprecation
2010-05-03 Rafael Garcia... Reinstate some documentation about quotemeta
2010-05-03 David Mitchell tries: don't allocate memory at runtime
2010-05-03 Father Chrysostomos [perl #74856] Fix POD syntax in perlapi
2010-05-03 Vincent Pit Please don't use any of your git aliases in perlreposit...
2010-05-03 Nicholas Clark For SAVEt_ALLOC, store the number of save stack entries...
2010-05-03 karl williamson... PATCH: Make perluniprops.pod platform neutral
2010-05-02 Nicholas Clark For SAVEt_REGCONTEXT, store the number of save stack...
2010-05-02 Nicholas Clark Permit array assignment to steal temps and copy shared...
2010-05-02 Nicholas Clark Better fix for RT #2140 (list assignment with duplicate...
2010-05-02 Nicholas Clark Fix c6bf6a65 - 64 bit big endian builds were broken.
2010-05-02 Rafael Garcia... Bump version of Carp
2010-05-02 Gene Sullivan [perl #74808] Carp.pm POD error
2010-05-02 Nicholas Clark Reduce Errno memory usage by around 55%.
2010-05-02 Nicholas Clark Remove unused %errno and $AUTOLOAD from the generated...
2010-05-02 Nicholas Clark For SVt_CLEAR, store the pad offset with the type.
2010-05-02 Gisle Aas Make Term::ReadLine::findConsole fall back to STDIN...
2010-05-01 Nicholas Clark Remove the lexical $len and associated calculation...
2010-05-01 Nicholas Clark On the save stack, store the save type as the bottom...
2010-05-01 Nicholas Clark Untangle REGCP_FRAME_ELEMS from REGCP_OTHER_ELEMS.
2010-05-01 Chris Williams Update the Change log in Module::CoreList to include...
2010-05-01 Nicholas Clark For threads, we ignore all files in the distribution...
2010-04-30 Rafael Garcia... Upgrade to IPC::Cmd 0.58
2010-04-30 Tony Cook RT#73814 - unpack() didn't handle scalar context correc...
2010-04-30 Rafael Garcia... Update title of "Supported Platforms" in perlport to...
2010-04-30 Vincent Pit Re-run bump-perl-version to update a few missing spots
2010-04-30 Vincent Pit Teach bump-perl-version about "libperl511.a"
2010-04-30 Nicholas Clark Don't use a C++ keyword as a variable name ("new").
2010-04-29 Zefram put package declaration before label in deparsing
2010-04-29 Rafael Garcia... Merge branch 'dual/Safe' into blead
2010-04-29 Rafael Garcia... Bump Safe's version to 2.27 and update Changes and...
2010-04-29 Rafael Garcia... Mention that Safe::reval() no wraps returned coderefs
2010-04-29 Nicholas Clark Deprecate Perl_ptr_table_clear(). Nothing outside sv...
2010-04-29 Nicholas Clark Regression tests for the ptr_table_* API.
2010-04-29 Rafael Garcia... Revert "Un-TODO warning test"
2010-04-29 Rafael Garcia... Wrap by default coderefs returned by rdo and reval
2010-04-29 Rafael Garcia... Add &version::vxs::stringify to the default share
2010-04-28 Ricardo Signes import Pod-Simple 3.14 for C<< >> fix
2010-04-28 Ævar Arnfjörð... Correct POD link to perlrun.pod to be more accurate
2010-04-28 Ævar Arnfjörð... Add POD index entries for sitecustomize and sitecustomi...
2010-04-28 Philippe Bruhat... Improve documentation about sitecustomize.pl.
2010-04-27 Zefram don't use $[ in library code
2010-04-27 Jesse Vincent Add miyagawa to the list of release engineering suckers.
2010-04-26 Nicholas Clark Convert Perl_magic_methcall() to varargs.
2010-04-26 Nicholas Clark For Perl_magic_methcall() add G_UNDEF_FILL to fill...
2010-04-26 Vincent Pit Fix possible undefined behaviour introduced by b9e00b79...
2010-04-26 Rafael Garcia... Add a note about perlport in the release managers'...
2010-04-26 Rafael Garcia... Fill blank with the release date of 5.12 in perlport
2010-04-26 Vincent Pit Save the popped cx->blk_eval.old_namesv before calling...
2010-04-26 Robin Barker Fix h2ph and test
2010-04-26 Robin Barker avoid use of operator name in macro
2010-04-26 David Golden Fix Module::Build::Platform::cygwin runtime error
2010-04-26 Lubomir Rintel... Globs that are in symbol table can be un-globbed
2010-04-26 Robin Barker remove Perl_pmflag
2010-04-26 Rafael Garcia... regen header after last patches
2010-04-26 Karl Williamson Note in delta an incompatibility for \cX
2010-04-26 Karl Williamson Deal with "\c{", and its kin
2010-04-26 Karl Williamson Make sure isCNTRL and isASCII work on signed chars
2010-04-26 Rafael Garcia... Minor edition nit in perlfunc
2010-04-26 Karl Williamson perlebcdic.pod nits plus improve controls docs
2010-04-26 Karl Williamson Clarify \c in perlop.pod.
2010-04-26 Karl Williamson Edits to perlrecharclass.pod
2010-04-26 Karl Williamson Nits in perlre.pod, x-referencing, broken links
2010-04-26 Karl Williamson Fix broken links
2010-04-26 Karl Williamson perlfunc.pod: case-change cleanup; mention packtut
2010-04-26 Karl Williamson Nits in perlunicode.pod
2010-04-26 Karl Williamson Clarify \c usage in perlrebackslash.pod
2010-04-26 Karl Williamson Nits in perlunifaq.pod
2010-04-26 Karl Williamson Nits in perluniintro.pod
2010-04-26 Karl Williamson Remove false statement about Unicode strings
2010-04-26 Rafael Garcia... Don't use Test::More in t/op/* tests
2010-04-26 David Golden add tests for version::is_strict() and version::is_lax()
2010-04-26 David Golden fix version::is_strict/is_lax exporting
2010-04-25 gfx Fix utf8::is_utf8 to respect GMAGIC (e.g. $1)
2010-04-25 David Mitchell avoid multiple FETCHes
2010-04-25 Rafael Garcia... Bump versions of charnames and Unicode::UCD after last...
2010-04-25 Rafael Garcia... Adapt plan after last patch
2010-04-25 Karl Williamson PATCH [perl #72624] charnames::viacode(0) returns undef
2010-04-25 Karl Williamson PATCH: memory leak introduced in 5.12.0
2010-04-25 James E Keenan 5.12.0 test failures in lib/blib.t and lib/locale.t...
2010-04-25 Nicholas Clark Change the flags argument to magic_methcall/magic_methc...
2010-04-25 Zefram unwinding target nominated by separate global
2010-04-25 Nicholas Clark Don't allocate pointer table entries from arenas.
2010-04-25 Nicholas Clark More defensive definition of memEQs().
2010-04-25 Nicholas Clark In S_magic_methcall1(), tweak the initialisation of...
2010-04-24 David Mitchell add Perl_magic_methcall
2010-04-24 Nicholas Clark In Socket.xs, convert 3 croak()s to use %s and a consta...
2010-04-23 Craig A. Berry Fix broken -Uuseperlio build on VMS.
2010-04-23 Craig A. Berry Fix -Uuseperlio command-line option in configure.com.
2010-04-23 Chris Williams Update Module::Load::Conditional to CPAN version 0.38
2010-04-23 Father Chrysostomos [perl #73776] "???? - please notify IZ"
2010-04-23 Rafael Garcia... Pod formatting nits
2010-04-23 Rafael Garcia... Merge commit 'avar/avar/pod-perlrepository' into blead
2010-04-23 Robin Barker consting in lex_stuff_pvn
2010-04-23 Arkturuz t/mro/vulcan* fixes
next