| Commit message (Expand) | Author | Age | Files | Lines |
* | -e is better than -f (in case of symbolic links) | Rafael Garcia-Suarez | 2007-11-15 | 1 | -1/+1 |
* | Adjust ODBM_File for Debian. See: | David Cantrell | 2007-11-15 | 1 | -1/+7 |
* | Update Time::HiRes' Changes file | Rafael Garcia-Suarez | 2007-11-13 | 1 | -0/+18 |
* | Update the Storable changelog. Note that, while Storable's code is | Rafael Garcia-Suarez | 2007-11-13 | 1 | -0/+8 |
* | RE: 5.10 code freeze and dual-life modules | Jan Dubois | 2007-11-13 | 2 | -1/+5 |
* | Re-apply change #30562 (thanks to Abe Timmerman) | Rafael Garcia-Suarez | 2007-11-13 | 2 | -2/+2 |
* | Fwd: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.22.tar.gz | Sébastien Aperghis-Tramoni | 2007-11-12 | 2 | -3/+3 |
* | Compression Modules Update for EBCDIC | Paul Marquess | 2007-11-12 | 33 | -244/+205 |
* | Another small patch for Sys::Syslog | Sébastien Aperghis-Tramoni | 2007-11-05 | 2 | -8/+15 |
* | Re: (perl-current of 5.9.5) patch for ext/Sys/Syslog/Makefile.PL for | Sébastien Aperghis-Tramoni | 2007-11-04 | 3 | -13/+46 |
* | DB_File | Paul Marquess | 2007-10-31 | 3 | -9/+14 |
* | Platform-neutral quoting in optree_misc.t. | Craig A. Berry | 2007-10-25 | 1 | -1/+1 |
* | warning from ext/Hash/Util/FieldHash/t/02_function.t | Peter Dintelmann | 2007-10-24 | 1 | -1/+4 |
* | Typos and other doc nits. Plus, de-alpha the version number | Rafael Garcia-Suarez | 2007-10-23 | 1 | -39/+38 |
* | Silly Nick. If you see a nextstate op, then it may have open hints, | Nicholas Clark | 2007-10-23 | 1 | -2/+3 |
* | B::Concise was failing an assertion on index "foo", "foo"; | Nicholas Clark | 2007-10-22 | 3 | -4/+49 |
* | Mention B::COP::hints_hash method | Rafael Garcia-Suarez | 2007-10-22 | 1 | -0/+2 |
* | Document that encoding.pm isn't thread-safe, by Jerry D. Hedden | Rafael Garcia-Suarez | 2007-10-19 | 1 | -0/+5 |
* | More tests for Safe | Rafael Garcia-Suarez | 2007-10-17 | 1 | -2/+19 |
* | POD nit found by Slaven Rezic. | Rafael Garcia-Suarez | 2007-10-13 | 1 | -1/+1 |
* | New test for Safe | Rafael Garcia-Suarez | 2007-10-12 | 1 | -0/+29 |
* | Funny symbol table names can be shared, too | Rafael Garcia-Suarez | 2007-10-12 | 1 | -3/+0 |
* | Share the internal XS functions defined in universal.c | Rafael Garcia-Suarez | 2007-10-12 | 1 | -1/+49 |
* | Move threads test added in change 32091 | Jerry D. Hedden | 2007-10-11 | 1 | -18/+2 |
* | newCONTSUB() wasn't thread-safe ([perl #45053]) | Dave Mitchell | 2007-10-10 | 1 | -2/+18 |
* | Increment IPC::SysV version number. | Marcus Holland-Moritz | 2007-10-09 | 1 | -1/+1 |
* | Fix fallback definitions of S_IRWX[UGO] (didn't include | Marcus Holland-Moritz | 2007-10-09 | 1 | -4/+4 |
* | Don't deparse $^H{v_string}, which is automatically set by the | Nicholas Clark | 2007-10-09 | 1 | -2/+10 |
* | Free temporary scalars later, because they might be still needed | Rafael Garcia-Suarez | 2007-10-09 | 1 | -2/+2 |
* | New opcode category :load, for require, dofile and caller. | Rafael Garcia-Suarez | 2007-10-09 | 1 | -4/+9 |
* | Time::Piece & matherr on qnx4 | Alexander Gough | 2007-10-08 | 3 | -5/+14 |
* | Add symlink support to Cwd::_vms_abs_path. | Craig A. Berry | 2007-10-06 | 1 | -5/+9 |
* | Upgrade to Time-HiRes-1.9708 | Steve Peters | 2007-10-06 | 1 | -1/+1 |
* | Upgrade to Devel::PPPort 3.13 | Marcus Holland-Moritz | 2007-10-04 | 5 | -8/+14 |
* | Nothing is using IoSUBPROCESS() so eliminate xio_subprocess. | Nicholas Clark | 2007-10-01 | 1 | -0/+4 |
* | Make all of B work on 5.8.x | Nicholas Clark | 2007-09-28 | 3 | -4/+39 |
* | Document hint symbols in B::Concise | Rafael Garcia-Suarez | 2007-09-28 | 1 | -1/+22 |
* | Hopefully really fix test failures with -C | Nicholas Clark | 2007-09-28 | 1 | -20/+20 |
* | I forgot to patch for the threaded case | Rafael Garcia-Suarez | 2007-09-27 | 1 | -4/+4 |
* | Hopefully fix test failures with -C | Rafael Garcia-Suarez | 2007-09-27 | 1 | -4/+4 |
* | Fix test introduced in #31973 that failed on Win32 | Steve Hay | 2007-09-27 | 1 | -6/+2 |
* | Re: [patch] improve B::Concise -src support | Jim Cromie | 2007-09-26 | 3 | -117/+325 |
* | Re: [perl #45513] Test failures on amd64-freebsd 6.2 | Slaven Rezic | 2007-09-25 | 1 | -4/+5 |
* | Make OptreeCheck.pm more forgiving about parent pad indexes | Rafael Garcia-Suarez | 2007-09-25 | 1 | -0/+1 |
* | $^E is not Win32::GetLastError under Cygwin | Jerry D. Hedden | 2007-09-25 | 1 | -1/+1 |
* | Re: Change 31935: Upgrade to Win32-0.32 | Jerry D. Hedden | 2007-09-25 | 2 | -2/+2 |
* | [patch] improve B::Concise -src support | Jim Cromie | 2007-09-24 | 1 | -5/+18 |
* | Upgrade to Compress::Zlib 2.007 | Rafael Garcia-Suarez | 2007-09-24 | 5 | -12/+37 |
* | Upgrade to threads::shared 1.14 | Rafael Garcia-Suarez | 2007-09-24 | 2 | -37/+38 |
* | Upgrade to Devel::PPPort 3.12 | Marcus Holland-Moritz | 2007-09-22 | 3 | -2/+6 |