2003-12-26 |
Rafael Garcia-Suarez | Refactor the code that checks whether a range is numeric |
blob | commitdiff |
2003-12-08 |
Adrian M. Enache | yet another leak. bigger fish still swimming around. |
blob | commitdiff | diff to current |
2003-11-06 |
Rick Delaney | Re: [perl #24248] taint propagation regression, |
blob | commitdiff | diff to current |
2003-10-08 |
Gisle Aas | Re: Simple @INC hook core dump [PATCH] |
blob | commitdiff | diff to current |
2003-10-06 |
Rick Delaney | (was Re: require() does not behave aas documented) |
blob | commitdiff | diff to current |
2003-09-21 |
Jarkko Hietaniemi | Macrofy the compile/runtime test. |
blob | commitdiff | diff to current |
2003-09-21 |
Dave Mitchell | Re: [perl #23576] valgrind errors for /(?{})/ in t... |
blob | commitdiff | diff to current |
2003-09-07 |
Tassilo von Parseval | honoring void context for map() |
blob | commitdiff | diff to current |
2003-08-26 |
Dave Mitchell | improved 19064 (local $_[0] problems) |
blob | commitdiff | diff to current |
2003-08-21 |
Jarkko Hietaniemi | Retract #19064, broke mod_perl flushing (localisation... |
blob | commitdiff | diff to current |
2003-08-09 |
Dave Mitchell | add "$lexical not available" warning in C<for my $lex ()> |
blob | commitdiff | diff to current |
2003-07-21 |
Rafael Garcia-Suarez | [PATCH] Re: Perl formats do not work with tied values |
blob | commitdiff | diff to current |
2003-07-06 |
Radu Greab | DProf fixes |
blob | commitdiff | diff to current |
2003-07-02 |
James Jurach | line numbers are given % 64k |
blob | commitdiff | diff to current |
2003-06-25 |
Rafael Garcia-Suarez | Fix [perl #21742] : |
blob | commitdiff | diff to current |
2003-06-19 |
Steve Grazzini | Re: [perl #17934] tied STDERR and internal warnings |
blob | commitdiff | diff to current |
2003-06-16 |
Marcus Holland-Moritz | Revert change #19126, a poor attempt at fixing bug... |
blob | commitdiff | diff to current |
2003-06-16 |
Steve Grazzini | unnecessary stringification in eval/die |
blob | commitdiff | diff to current |
2003-05-26 |
Dave Mitchell | Re: [perl #22299] goto doesn't find label |
blob | commitdiff | diff to current |
2003-05-21 |
Rafael Garcia-Suarez | Introduce a new preprocessor symbol, PERL_DISABLE_PMC, to |
blob | commitdiff | diff to current |
2003-05-11 |
Dave Mitchell | [perl #7391] Perl crashes with certain write() formats. |
blob | commitdiff | diff to current |
2003-04-26 |
Artur Bergman | Fix bug #15161 by increasing the refcount on the RE... |
blob | commitdiff | diff to current |
2003-04-20 |
Dave Mitchell | goto &sub doesn't empty @_ |
blob | commitdiff | diff to current |
2003-04-16 |
Jarkko Hietaniemi | Fix up Larry's copyright statements to my best knowledge. |
blob | commitdiff | diff to current |
2003-04-01 |
Rafael Garcia-Suarez | Fix bug #21742. require should be always invoked in |
blob | commitdiff | diff to current |
2003-03-26 |
Dave Mitchell | [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails. |
blob | commitdiff | diff to current |
2003-03-18 |
Dave Mitchell | [perl #9990] avoid goto &tmpsub coredump |
blob | commitdiff | diff to current |
2003-03-04 |
Rafael Garcia-Suarez | Patch by Salvador FandiƱo to read the warning mask |
blob | commitdiff | diff to current |
2003-03-02 |
Hugo van der Sanden | Update all copyrights to 2003, from Jarkko |
blob | commitdiff | diff to current |
2003-03-02 |
Jarkko Hietaniemi | Further Unicode formats patching from Inaba Hiroto. |
blob | commitdiff | diff to current |
2003-02-26 |
Inaba Hiroto | Re: [PATCH] Re: format, PerlIO and utf8 |
blob | commitdiff | diff to current |
2003-02-25 |
Adrian M. Enache | [perl #20684] [fix] s/// with (??{..}) inside returns... |
blob | commitdiff | diff to current |
2003-02-24 |
Jarkko Hietaniemi | Patching magic from Inaba-san's keyboard: fix for ... |
blob | commitdiff | diff to current |
2003-02-16 |
Nicholas Clark | COW regexps: |
blob | commitdiff | diff to current |
2003-02-14 |
Adrian M. Enache | Re: trying to fix #20154, #20357 |
blob | commitdiff | diff to current |
2003-02-10 |
Adrian M. Enache | Re: [perl #20777] [PATCH] goto &subroutine leaks memory |
blob | commitdiff | diff to current |
2003-02-02 |
Rafael Garcia-Suarez | [perl #18232] [PATCH] store PL_reg_match_utf8 in reganch |
blob | commitdiff | diff to current |
2003-01-27 |
Dave Mitchell | Introduce the PUSHSUB_DB macro, equivalent to PUSHSUB... |
blob | commitdiff | diff to current |
2003-01-26 |
Dave Mitchell | OPf_SPECIAL on OP_DBSTATE now indicates a breakpoint. |
blob | commitdiff | diff to current |
2003-01-26 |
Adrian M. Enache | Re: [perl #20408] SV's SvPVX get freed even when its... |
blob | commitdiff | diff to current |
2003-01-21 |
Dave Mitchell | silence warning |
blob | commitdiff | diff to current |
2003-01-08 |
Nicholas Clark | label code in pp_ctl.c |
blob | commitdiff | diff to current |
2003-01-07 |
Nicholas Clark | %_ (was Re: [PATCH] operation on `PL_na' may be undefined) |
blob | commitdiff | diff to current |
2003-01-03 |
Stephen McCamant | Re: [perl #19061] 'goto' confuses 'redo' |
blob | commitdiff | diff to current |
2002-12-16 |
Dave Mitchell | Re: [perl #19017] lexical "my" variables not visible... |
blob | commitdiff | diff to current |
2002-12-14 |
Dave Mitchell | Proper fix for CvOUTSIDE weak refcounting |
blob | commitdiff | diff to current |
2002-12-08 |
Slaven Rezic | Re: [perl #18165] "0" fails as right-hand argument... |
blob | commitdiff | diff to current |
2002-12-02 |
Dave Mitchell | allow evals to see the full lexical scope |
blob | commitdiff | diff to current |
2002-11-25 |
Slaven Rezic | Re: [perl #18479] Error when no strict refs in effect |
blob | commitdiff | diff to current |
2002-10-30 |
Abhijit Menon-Sen | Re: [perl #18114] [no subject] BUG: "-4\n".."0\n" is... |
blob | commitdiff | diff to current |
2002-10-30 |
Mark-Jason Dominus | [perl #18165] "0" fails as right-hand argument to .. |
blob | commitdiff | diff to current |
2002-10-22 |
Dave Mitchell | PL_curpad == AvARRAY(PL_comppad) always |
blob | commitdiff | diff to current |
2002-10-19 |
H.Merijn Brand | Happy chainsaw stories; The removal of the 5005 threads |
blob | commitdiff | diff to current |
2002-10-11 |
Rafael Garcia-Suarez | Fix bug #17771 : segfault with the 'for' statement... |
blob | commitdiff | diff to current |
2002-10-02 |
Dave Mitchell | move all pad-related code to its own src file |
blob | commitdiff | diff to current |
2002-09-26 |
Jarkko Hietaniemi | enable -ansi -pedantic |
blob | commitdiff | diff to current |
2002-08-11 |
Nick Ing-Simmons | Integrate mainline. |
blob | commitdiff | diff to current |
2002-08-05 |
Brent Dax | Defined-or patch (cleaned up) |
blob | commitdiff | diff to current |
2002-07-09 |
Jarkko Hietaniemi | This is getting pretty fragmented (finish up #17441). |
blob | commitdiff | diff to current |
2002-05-17 |
Rafael Garcia-Suarez | More regression tests for caller() and fix one bug... |
blob | commitdiff | diff to current |
2002-05-17 |
Rafael Garcia-Suarez | Fix bug 20020517.003 : segfault with caller(). |
blob | commitdiff | diff to current |
2002-04-27 |
Nick Ing-Simmons | Integrate mainline |
blob | commitdiff | diff to current |
2002-04-26 |
Jarkko Hietaniemi | Integrate changes #16199 and #16201 from macperl; |
blob | commitdiff | diff to current |
2002-04-25 |
Newton, Philip | Re: [PATCH] pp_ctl.c:pp_require |
blob | commitdiff | diff to current |
2002-04-25 |
Newton, Philip | pp_ctl.c:pp_require |
blob | commitdiff | diff to current |
2002-04-21 |
Gurusamy Sarathy | fixes for all the warnings reported by Visual C (most... |
blob | commitdiff | diff to current |
2002-04-03 |
Dave Mitchell | [ID 20020301.011] Core dump in 'leavetry' in 5.7.2 |
blob | commitdiff | diff to current |
2002-03-22 |
Abhijit Menon-Sen | Revert #15200 for backwards compatiblity reasons. |
blob | commitdiff | diff to current |
2002-03-12 |
Mike Guy | Disambiguate "Can't locate" |
blob | commitdiff | diff to current |
2002-03-11 |
Paul Marquess | more warnings tidyup |
blob | commitdiff | diff to current |
2002-03-06 |
Yitzchak Scott-Tho... | Re: [PATCH] Re: [ID 20000922.001] Implicit comparison... |
blob | commitdiff | diff to current |
2002-02-20 |
Hugo van der Sanden | Re: Re-posts of some unresolved bleadperl bugreports |
blob | commitdiff | diff to current |
2002-02-18 |
Rafael Garcia-Suarez | bug on "do NUMBER" |
blob | commitdiff | diff to current |
2002-02-18 |
Nick Ing-Simmons | Integrate mainline |
blob | commitdiff | diff to current |
2002-02-17 |
Audrey Tang | Tied STDERR should catch messages from warn() and die() |
blob | commitdiff | diff to current |
2002-02-08 |
Chris Nandor | CopFILE / MacPerl_MPWFileName |
blob | commitdiff | diff to current |
2002-01-25 |
Nick Ing-Simmons | Integrate mainline |
blob | commitdiff | diff to current |
2002-01-23 |
Jarkko Hietaniemi | Copyright++. (Not all the toplevel *.h have one, it... |
blob | commitdiff | diff to current |
2002-01-21 |
Jarkko Hietaniemi | path_is_absolute() needs a prototype (and maybe |
blob | commitdiff | diff to current |
2002-01-21 |
Chris Nandor | Re: coderefs in @INC |
blob | commitdiff | diff to current |
2001-12-30 |
Michael G. Schwern | -t without -w |
blob | commitdiff | diff to current |
2001-11-21 |
Jarkko Hietaniemi | Implement the sort pragma. Split sort code from pp_ctl.c |
blob | commitdiff | diff to current |
2001-11-16 |
Abhijit Menon-Sen | [PATCH] Doc spellcheck + podcheck |
blob | commitdiff | diff to current |
2001-11-14 |
Jarkko Hietaniemi | Quieten pgcc 2.91.66 worries. |
blob | commitdiff | diff to current |
2001-11-01 |
Jarkko Hietaniemi | If an encoding is set by -M/-m, it must be in |
blob | commitdiff | diff to current |
2001-10-19 |
Charles Lane | vmsish fix, ieee rand() cleanup |
blob | commitdiff | diff to current |
2001-10-17 |
Jarkko Hietaniemi | Oh, bother. In Tru64 cc -std1 was looking rather nice |
blob | commitdiff | diff to current |
2001-10-17 |
Jarkko Hietaniemi | (retracted by #12485) |
blob | commitdiff | diff to current |
2001-10-10 |
Rafael Garcia-Suarez | two s/// bugfixes |
blob | commitdiff | diff to current |
2001-10-01 |
Jarkko Hietaniemi | sortsv not in place anymore, noticed by John P. Linderman. |
blob | commitdiff | diff to current |
2001-09-30 |
Brian Ingerson | Patch to put qsortsv in the public API |
blob | commitdiff | diff to current |
2001-09-28 |
Rafael Garcia-Suarez | Allow an @INC hook to set %INC |
blob | commitdiff | diff to current |
2001-09-26 |
Jarkko Hietaniemi | Integrate macperl changes from Chris Nandor: |
blob | commitdiff | diff to current |
2001-09-25 |
John Peacock | warning on v-string in use/require |
blob | commitdiff | diff to current |
2001-09-23 |
Rafael Garcia-Suarez | proposal : put the @INC-hooks directly in %INC |
blob | commitdiff | diff to current |
2001-09-21 |
Ronald J. Kimball | avoid v-strings with require/use |
blob | commitdiff | diff to current |
2001-09-15 |
Hugo van der Sanden | Re: [ID 20010815.012] Unfortunate interaction between... |
blob | commitdiff | diff to current |
2001-09-10 |
Artur Bergman | Silence some more warnings INT2PTR. |
blob | commitdiff | diff to current |
2001-08-31 |
Gurusamy Sarathy | remove deprecated PERL_OBJECT cruft, it has long since... |
blob | commitdiff | diff to current |
2001-08-28 |
Rafael Garcia-Suarez | put useful info in %INC for files loaded by a hook... |
blob | commitdiff | diff to current |
next |