| Commit message (Expand) | Author | Age | Files | Lines |
* | The non-unix parts for localtime_r_needs_tzset | H.Merijn Brand | 2006-11-06 | 22 | -1/+78 |
* | Re: the new t/run/cloexec.t failing in Solaris and Tru64 | Andrew Savige | 2006-11-06 | 1 | -30/+40 |
* | Upgrade to Test::Simple 0.64_03 | Rafael Garcia-Suarez | 2006-11-06 | 16 | -111/+107 |
* | Change reentr.pl to generate reentr.h accordingly to change 29209 | Rafael Garcia-Suarez | 2006-11-06 | 1 | -0/+3 |
* | RE: [perl #26136] localtime(3) calls tzset(3), but localtime_r(3) may not. | Benjamin Holzman | 2006-11-06 | 4 | -5/+74 |
* | Silence a cast warning | Rafael Garcia-Suarez | 2006-11-06 | 1 | -1/+1 |
* | PVCVs no longer allocate memory for the SvNVX slot, so assert that | Nicholas Clark | 2006-11-06 | 1 | -0/+1 |
* | In pipe_exit_routine in vms/vms.c, mark a subprocess we've deleted | Craig A. Berry | 2006-11-06 | 1 | -0/+1 |
* | Re: [perl #40641] crash with unicode characters in regex comment | SADAHIRO Tomoyuki | 2006-11-04 | 9 | -39/+366 |
* | Change 27506 wasn't quite correct - the copy of the AMAGIC flag should | Nicholas Clark | 2006-11-04 | 2 | -6/+9 |
* | New test for close-on-exec ($^F): t/run/cloexec.t | Andrew Savige | 2006-11-04 | 2 | -0/+165 |
* | replace S_sv_pos_b2u_forwards with utf8_length (was: sv_pos_b2u dislikes the ... | SADAHIRO Tomoyuki | 2006-11-03 | 5 | -48/+21 |
* | The assignment to $VERSION must be on its own line, for | Rafael Garcia-Suarez | 2006-11-03 | 1 | -1/+3 |
* | threads 1.49 | Jerry D. Hedden | 2006-11-03 | 6 | -10/+21 |
* | Wrap the $VERSION initialization of DynaLoader in a BEGIN block | gml4410@ggr.co.uk | 2006-11-03 | 1 | -1/+1 |
* | When code is loaded through an @INC-hook, and when this hook | Rafael Garcia-Suarez | 2006-11-03 | 2 | -1/+28 |
* | Typo fixes by Hendrik Maryns. | Gisle Aas | 2006-11-03 | 1 | -5/+5 |
* | Change #29193 makes this addition unneeded | H.Merijn Brand | 2006-11-02 | 1 | -11/+0 |
* | add test that eval undef clears $@ | Dave Mitchell | 2006-11-02 | 1 | -1/+10 |
* | eval $undef should emit one warning, not three. | Dave Mitchell | 2006-11-02 | 3 | -12/+4 |
* | Fix case in external pod link | Rafael Garcia-Suarez | 2006-11-02 | 1 | -1/+1 |
* | say() has the same syntax than print(), so forbid to override it | Rafael Garcia-Suarez | 2006-11-02 | 3 | -4/+4 |
* | This volatile modifier is not on the referent, but on the pointer | Rafael Garcia-Suarez | 2006-11-02 | 1 | -1/+1 |
* | Add more backtracking control verbs to regex engine (?CUT), (?ERROR) | Yves Orton | 2006-11-02 | 13 | -154/+352 |
* | [patch at 21983] factor out $^O eq 'darwin' from XSLoader.pm | Vadim Konovalov | 2006-11-02 | 1 | -0/+5 |
* | Re: $, and say | Gisle Aas | 2006-11-02 | 11 | -30/+16 |
* | Silence a gcc warning | Rafael Garcia-Suarez | 2006-11-02 | 1 | -2/+2 |
* | More regression tests for the _ prototype | Rafael Garcia-Suarez | 2006-11-02 | 1 | -1/+13 |
* | More heuristics to make warnings.t pass under different | Rafael Garcia-Suarez | 2006-11-02 | 1 | -1/+5 |
* | Add a commit verb to regex engine to allow fine tuning of backtracking control. | Yves Orton | 2006-11-01 | 6 | -72/+174 |
* | Fix the failures in warnings tests when PERL_UNICODE is defined | H.Merijn Brand | 2006-11-01 | 2 | -3/+9 |
* | Forgot to bump Time-HiRes $VERSION in change #29180 | Steve Hay | 2006-11-01 | 1 | -1/+1 |
* | Silence VC++ compiler warnings | Steve Hay | 2006-11-01 | 3 | -8/+9 |
* | Remove beta status from compression modules | Paul Marquess | 2006-11-01 | 31 | -235/+47 |
* | Regression test by Yves Orton for : [perl #36046] Special var @- | Rafael Garcia-Suarez | 2006-11-01 | 1 | -1/+12 |
* | Missed a ) in a comment. | Nicholas Clark | 2006-10-31 | 1 | -1/+1 |
* | Don't run ext/Sys/Syslog/t/constants.t with taint mode, so it's | Rafael Garcia-Suarez | 2006-10-31 | 1 | -1/+2 |
* | Some diagnostic output was giving warnings in op/pack.t | Rafael Garcia-Suarez | 2006-10-31 | 1 | -1/+4 |
* | Fix a case of segfault in ithread destruction | Rafael Garcia-Suarez | 2006-10-31 | 1 | -2/+2 |
* | Doc clarification for PerlIO::encoding | Rafael Garcia-Suarez | 2006-10-31 | 1 | -6/+8 |
* | threads::shared doesn't use ppport.h in the core | Rafael Garcia-Suarez | 2006-10-31 | 1 | -1/+0 |
* | threads 1.47 | Jerry D. Hedden | 2006-10-31 | 7 | -22/+16 |
* | Silence a warning and call readpipe_override() correctly. | Rafael Garcia-Suarez | 2006-10-31 | 1 | -3/+3 |
* | Make S_readpipe_override() compile with threads; regenerate perlapi.pod | Rafael Garcia-Suarez | 2006-10-31 | 5 | -6/+16 |
* | Make readpipe() overridable (and also `` and qx//) | Rafael Garcia-Suarez | 2006-10-31 | 8 | -14/+61 |
* | Remove duplicated entries | Rafael Garcia-Suarez | 2006-10-31 | 1 | -103/+0 |
* | Improve documentation of av_len and av_fill. | Gisle Aas | 2006-10-30 | 1 | -3/+9 |
* | Avoid Devel::DProf failing an assertion during global destruction. | Nicholas Clark | 2006-10-30 | 1 | -3/+7 |
* | It seems only HWND__* is needed by MinGW g++. | Steve Peters | 2006-10-30 | 1 | -1/+1 |
* | The second patch from: | Yves Orton | 2006-10-30 | 5 | -154/+201 |