| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix test numerotation | Rafael Garcia-Suarez | 2005-05-04 | 1 | -2/+2 |
* | make goto.t use test.pl, strict and warnings | Dave Mitchell | 2005-05-04 | 1 | -116/+107 |
* | [perl #35214] SEGV when next is followed by a goto | Dave Mitchell | 2005-05-04 | 2 | -1/+26 |
* | perlvar.pod verbatim paragraph first line does not start with a space | Offer Kaye | 2005-05-04 | 1 | -1/+1 |
* | Sync synopses | Rafael Garcia-Suarez | 2005-05-04 | 2 | -4/+6 |
* | document the internals of exception handling | Dave Mitchell | 2005-05-03 | 1 | -0/+151 |
* | Fix getting prototype of builtins mkdir and setpgrp. | Rafael Garcia-Suarez | 2005-05-03 | 4 | -7/+6 |
* | Error in the latest FindBin patch, noticed by Nicholas | Rafael Garcia-Suarez | 2005-05-03 | 1 | -1/+1 |
* | mkdir without arguments now defaults to $_ | Rafael Garcia-Suarez | 2005-05-03 | 5 | -6/+27 |
* | ok($a == $b) better written as cmp_ok($a, '==', $b) | Nicholas Clark | 2005-05-03 | 1 | -18/+18 |
* | Convert to test.pl | Rafael Garcia-Suarez | 2005-05-03 | 1 | -20/+21 |
* | Fix for [perl #34252] Access rights in FindBin::Bin | Rafael Garcia-Suarez | 2005-05-03 | 1 | -3/+5 |
* | Fix croak() and confess() so that they don't clobber $! | Steve Hay | 2005-05-03 | 2 | -5/+11 |
* | PL_mess_sv is always >= SVt_PVMG, so no need for an if() test | Nicholas Clark | 2005-05-03 | 1 | -10/+11 |
* | [perl #33809] optimize macro dXSARGS | Sergey Skvortsov | 2005-05-03 | 3 | -4/+21 |
* | IEEE math for the masses | Steve Peters | 2005-05-03 | 2 | -1/+41 |
* | Convert to test.pl | Rafael Garcia-Suarez | 2005-05-03 | 1 | -8/+12 |
* | A slightly better layout for the diagram. | Nicholas Clark | 2005-05-02 | 1 | -17/+17 |
* | Clarify the definition of the 'w' pack format, as suggested by | Rafael Garcia-Suarez | 2005-05-02 | 1 | -4/+4 |
* | For perls where pids and ppids are cached, when the ppid of | Rafael Garcia-Suarez | 2005-05-02 | 1 | -0/+6 |
* | Change inheritance hierarchy of B subclassses : | Nicholas Clark | 2005-05-02 | 1 | -23/+23 |
* | printf.patch: Adding printf checking for gcc | Andy Lester | 2005-05-02 | 12 | -47/+50 |
* | Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading | Rafael Garcia-Suarez | 2005-05-02 | 1 | -5/+20 |
* | Better fix for #8738 (Core dump in 'leavetry') | Dave Mitchell | 2005-05-02 | 2 | -2/+16 |
* | Revert change #15705 (Core dump in 'leavetry') | Dave Mitchell | 2005-05-02 | 1 | -18/+2 |
* | move the SETJMP exception-handing definitions from scope.h to cop.h | Dave Mitchell | 2005-05-02 | 2 | -118/+120 |
* | Fix [perl #35162] $SIG{__DIE__} = 'IGNORE' is base.pm is illegal | Rafael Garcia-Suarez | 2005-05-02 | 1 | -2/+2 |
* | undo pod utilities regression in 24034 | Craig A. Berry | 2005-05-02 | 2 | -6/+4 |
* | uninitialized warnings in regcomp | Steven Philip Schubiger | 2005-05-02 | 1 | -12/+12 |
* | Explode if anyone attempts to sv_upgrade PL_mess_sv. | Nicholas Clark | 2005-05-01 | 1 | -0/+4 |
* | Put back INSTALL_PREFIX and INSTALL_PREFIX_EXP as they were | H.Merijn Brand | 2005-04-29 | 1 | -0/+12 |
* | Small patch to perlport.pod | Sébastien Aperghis-Tramoni | 2005-04-29 | 1 | -13/+24 |
* | one cannot "static" exported functions | Jarkko Hietaniemi | 2005-04-29 | 1 | -2/+2 |
* | Skip PL_sig_sv when PERL_IMPLICIT_CONTEXT is defined | Steve Hay | 2005-04-29 | 1 | -1/+6 |
* | Refactor Perl_sv_utf8_upgrade_flags to use SvPV_free | Nicholas Clark | 2005-04-28 | 1 | -28/+26 |
* | (in blead) a missing const in a prototype | Jarkko Hietaniemi | 2005-04-28 | 2 | -2/+2 |
* | Silence a compilation warning on Win32 | Steve Hay | 2005-04-28 | 1 | -1/+1 |
* | Add a new macro SvPV_free() which undoes OOK and free()s the PVX(), | Nicholas Clark | 2005-04-28 | 6 | -36/+29 |
* | Remove temporary clean-up from Win32 makefiles | Steve Hay | 2005-04-28 | 2 | -14/+4 |
* | Remove confusing punctuation | Rafael Garcia-Suarez | 2005-04-28 | 1 | -1/+1 |
* | Calling sv_backoff() on something that's about to be free()d will | Nicholas Clark | 2005-04-28 | 1 | -4/+15 |
* | Fix perlsio_binmode() export breakage caused by change #24338 | Steve Hay | 2005-04-28 | 2 | -3/+5 |
* | The if() clause is the wrong way round, so OOK can never be true in | Nicholas Clark | 2005-04-28 | 1 | -3/+5 |
* | A couple of warning fixes by Gisle | Rafael Garcia-Suarez | 2005-04-27 | 2 | -2/+2 |
* | perlio-two.patch: More warnings squashed, more consts | Andy Lester | 2005-04-27 | 4 | -156/+237 |
* | Win32 MM test fix | Steve Hay | 2005-04-27 | 2 | -2/+3 |
* | XS() __attribute__ | Andy Lester | 2005-04-26 | 3 | -34/+5 |
* | Re: [PATCH] pp_pack.c redux, to work w/Jarkko's recent patches | Andy Lester | 2005-04-26 | 6 | -161/+162 |
* | Upgrade to CGI.pm 3.08 | Rafael Garcia-Suarez | 2005-04-26 | 5 | -37/+41 |
* | for AIX problems? RE: [PATCH] Symbian port of Perl | H.Merijn Brand | 2005-04-26 | 1 | -75/+75 |