| Commit message (Expand) | Author | Age | Files | Lines |
* | Un-TODO a fixed test | Yves Orton | 2005-12-19 | 1 | -1/+1 |
* | TODO-SKIP tests must be "not ok", or else the test harness will think | Yves Orton | 2005-12-19 | 1 | -1/+1 |
* | Make script embedded in patchlevel.h work on win32. | Yves Orton | 2005-12-18 | 1 | -0/+1 |
* | Two test workarounds for VMS | Craig A. Berry | 2005-12-18 | 2 | -8/+12 |
* | Add some paranoia to check that GP accesses aren't being done on the | Nicholas Clark | 2005-12-17 | 1 | -1/+8 |
* | Upgrade to Time-HiRes-1.86 | Steve Peters | 2005-12-17 | 3 | -5/+12 |
* | Two it's => its grammar fixes. | Nicholas Clark | 2005-12-17 | 2 | -2/+2 |
* | Move and const some definitions of variables used to save errno. | Nicholas Clark | 2005-12-17 | 2 | -12/+12 |
* | Add t/op/negate.t to MANIFEST. | Nicholas Clark | 2005-12-17 | 1 | -0/+1 |
* | Pull the definition of olderrno in sv_2pv_flags into the block where | Nicholas Clark | 2005-12-17 | 1 | -2/+2 |
* | Correct typo in Time::HiRes tests introduced by patch 26383 | Dominic Dunlop | 2005-12-17 | 1 | -1/+1 |
* | Fix a typo and add some clarification to change #26387. | Steve Peters | 2005-12-17 | 1 | -4/+4 |
* | Addition documentation explaining aritmetic negation on strings. Also, | Steve Peters | 2005-12-17 | 2 | -1/+36 |
* | The IV/UV choice can be made inside uiv_2buf rather than sv_2pv_flags. | Nicholas Clark | 2005-12-17 | 1 | -4/+1 |
* | The THINKFIRST check after the GMAGICAL check in sv_2iv_flags and | Nicholas Clark | 2005-12-17 | 1 | -4/+2 |
* | Fix for ext/POSIX/t/time.t so the strftime() test works on systems | Steve Peters | 2005-12-17 | 1 | -6/+2 |
* | Upgrade to Time-HiRes-1.85 | Steve Peters | 2005-12-17 | 7 | -87/+402 |
* | Typo fixes from Robin Houston in | Nicholas Clark | 2005-12-16 | 1 | -2/+2 |
* | s/Nullhv/NULL/g; | Nicholas Clark | 2005-12-16 | 12 | -25/+25 |
* | s/Nullav/NULL/g | Nicholas Clark | 2005-12-16 | 11 | -30/+30 |
* | RE: PeekMessage() call in win32\win32.c win32_async_check | Jan Dubois | 2005-12-16 | 4 | -103/+190 |
* | Perl_sv_dup should be allocating bodies based on *size*, not the | Nicholas Clark | 2005-12-16 | 1 | -2/+2 |
* | comp/require.t exits early for the case of UTF-8 or EBCDIC, so need to | Nicholas Clark | 2005-12-16 | 1 | -11/+14 |
* | change #26373 broke threaded builds (aTHX_ now superfluous) | Dave Mitchell | 2005-12-15 | 1 | -5/+5 |
* | Added test for change #26373. | Steve Peters | 2005-12-15 | 1 | -2/+13 |
* | Fix for [perl #37886] strict 'refs' doesn't apply inside defined | Rafael Garcia-Suarez | 2005-12-15 | 3 | -4/+28 |
* | Prevent require() from attempting to open directories and block | Steve Peters | 2005-12-15 | 4 | -5/+30 |
* | Use PL_op_desc rather than literal strings in pp_ioctl | Nicholas Clark | 2005-12-15 | 1 | -1/+1 |
* | Expand the comment describing the intent of change 26370, and how it | Nicholas Clark | 2005-12-15 | 1 | -1/+12 |
* | Don't autovivify stashes as soon as the lexer sees them. | Rafael Garcia-Suarez | 2005-12-15 | 3 | -15/+22 |
* | In Perl_apply, the name of the op can be found from PL_op_name, instead | Nicholas Clark | 2005-12-15 | 1 | -8/+3 |
* | More general fix for bug [perl #37915] | Rafael Garcia-Suarez | 2005-12-15 | 1 | -2/+5 |
* | [perl #37915] Bad select error handling in Net::Ping | alexander_bluhm@genua.de | 2005-12-15 | 1 | -2/+2 |
* | Silence test output to STDERR | Gisle Aas | 2005-12-15 | 1 | -1/+1 |
* | Re: [perl #37897] sprintf of version objects | John Peacock | 2005-12-15 | 2 | -14/+29 |
* | Some cleanups by Jarkko (and one by myself) to check83.pl | Rafael Garcia-Suarez | 2005-12-15 | 1 | -6/+10 |
* | On VMS, put pods in [.lib.pods] rather than [.lib.pod] | Craig A. Berry | 2005-12-15 | 3 | -490/+490 |
* | Reverting change #26360 and #26361 since it appears that the bugs I | Steve Peters | 2005-12-15 | 1 | -1/+0 |
* | Again, FREETMPS not SAVETMPS! | Steve Peters | 2005-12-15 | 1 | -1/+1 |
* | Add a missing FREETMPS to match up with a SAVETMPS. This change | Steve Peters | 2005-12-15 | 1 | -0/+1 |
* | Upgrade to Getopt-Long-2.35 | Steve Peters | 2005-12-15 | 1 | -23/+32 |
* | Using the system's utime() requires a patch to vms/vmsish.h | Craig A. Berry | 2005-12-14 | 1 | -7/+0 |
* | lib/Pod/t/man.t should use TODO with not ok to express its intentions | Nicholas Clark | 2005-12-14 | 1 | -1/+1 |
* | Duplicate the AMAGIC temporary variable consting from sv_2iv_flags into | Nicholas Clark | 2005-12-14 | 1 | -33/+39 |
* | Simplify the SvGMAGIC code in sv_[ipu]v_flags. | Nicholas Clark | 2005-12-14 | 1 | -29/+18 |
* | Simplify the SvGMAGIC code in sv_2nv, removing duplicated checks to | Nicholas Clark | 2005-12-14 | 1 | -12/+9 |
* | The logic to use SVt_NV or SVt_PVNV is in sv_upgrade, so no need to | Nicholas Clark | 2005-12-14 | 1 | -9/+6 |
* | forgot to add new file to change #26350 | Dave Mitchell | 2005-12-14 | 1 | -0/+134 |
* | [perl #37919] Blessed scalar refs with threads::shared | Jerry D. Hedden | 2005-12-14 | 2 | -0/+8 |
* | Fix compilation error when building with -DPERL_MEM_LOG_STDERR | Steve Hay | 2005-12-14 | 1 | -1/+1 |