| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Upgrade to Win32-0.32 | Steve Hay | 2007-09-21 | 4 | -11/+20 |
* | ext/XS/APITest/APITest.xs was suffering casting issues with g++ | Steve Peters | 2007-09-20 | 1 | -3/+3 |
* | Use Perl_hv_common() to test disabling the key conversion in hash | Nicholas Clark | 2007-09-20 | 2 | -0/+63 |
* | Lots more tests with many permuations of 7, 8 and $lots bit data. | Nicholas Clark | 2007-09-19 | 1 | -9/+46 |
* | Parameterise the code that tests the rot13 hash, and add a second | Nicholas Clark | 2007-09-19 | 2 | -54/+141 |
* | Call the key transformation function for hv_exists()/hv_fetch()/ | Nicholas Clark | 2007-09-19 | 2 | -1/+57 |
* | Call the key transformation function for hv_delete(). | Nicholas Clark | 2007-09-19 | 3 | -4/+59 |
* | More tests for when fieldhash magic (doesn't) trigger. | Nicholas Clark | 2007-09-19 | 1 | -20/+56 |
* | Correct test descriptions. bless didn't trigger. ever. Change 31898 | Nicholas Clark | 2007-09-19 | 1 | -3/+3 |
* | Re: [perl #45493] [patch] ext/Win32/Win32.xs compilation fails on msvc < 6 | Dmitry Karasik | 2007-09-19 | 2 | -24/+49 |