2007-02-07 |
Nicholas Clark |
opening $0 doesn't work if you change directory. So... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Nicholas Clark |
TODO tests for eval of tainted scalars. (change 29193... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Steve Peters |
Upgrade to Time-HiRes-1.9705 |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Jerry D. Hedden |
Fix to Dynaloader.t for missing modules |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Jonathan Stowe |
libdb may require pthread |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Rafael Garcia... |
Wrap the SvTYPE macro definition in parens. |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Rafael Garcia... |
Upgrade to threads.pm 1.59 (doc tweaks) |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Rafael Garcia... |
Upgrade to threads::shared 1.07 (doc tweaks) |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Wolfgang Laun |
perlop.pod - proposal to add an explanation of \c |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Rafael Garcia... |
Avoid obscure failures when a regexp hasn't matched |
commit | commitdiff | tree | snapshot |
2007-02-06 |
SADAHIRO Tomoyuki |
current status on Unicode Regular Expressions |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Jan Dubois |
fix 2 environment handling bugs |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Steve Peters |
Upgrade to ExtUtils-Command-1.13 |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Steve Peters |
Upgrade to libnet-1.20. Includes some additional versi... |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Steve Peters |
Upgrade to Module-Pluggable-3.5 |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Nicholas Clark |
Make a dummy OPpPAD_STATE and a dummy PL_unitcheck_save... |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Nicholas Clark |
t/lib/common.pl can be warnings clean. |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Nicholas Clark |
Upgrade to ExtUtils-ParseXS-2.18 |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Yitzchak Scott... |
cygwin: disable effect of -ansi -std=c89 on system... |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Rafael Garcia... |
Upgrade to DB_File 1.815 |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Wolfgang Laun |
minor improvements for perlre.pod |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Rafael Garcia... |
Quote fix by Jarkko |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Nicholas Clark |
Use the new conditional TODOs to mark as TODO the warni... |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Nicholas Clark |
Enhance t/lib/common.pl to provide conditional TODOs... |
commit | commitdiff | tree | snapshot |
2007-02-04 |
Craig A. Berry |
In vms/gen_shrfls.pl, consider EXTERN_C declarations... |
commit | commitdiff | tree | snapshot |
2007-02-04 |
Nicholas Clark |
Change 23753 wasn't quite a perfect refactoring, as... |
commit | commitdiff | tree | snapshot |
2007-02-04 |
Nicholas Clark |
Currently Changes is in ISO-8859-1, not UTF-8, so corre... |
commit | commitdiff | tree | snapshot |
2007-02-03 |
Craig A. Berry |
Install overload.h on VMS, plus more case fix-ups in... |
commit | commitdiff | tree | snapshot |
2007-02-03 |
Craig A. Berry |
Install parser.h on VMS, plus fix some case typos in... |
commit | commitdiff | tree | snapshot |
2007-02-03 |
Nicholas Clark |
Purge all references to 5005 threads variables in the... |
commit | commitdiff | tree | snapshot |
2007-02-03 |
Yves Orton |
Re: prerelease checklist for Perl 5.10 |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Slaven Rezic |
Re: [perl #41421] glob() produces spurious results... |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Nicholas Clark |
A few more places where we know the length for sv_setpv... |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Nicholas Clark |
Testing every pattern by also upgrading to UTF-8 would... |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Nicholas Clark |
Change 29502 wasn't perfect - you need to remove any... |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Nicholas Clark |
Better dump reporting of "PVBM"s. |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Nicholas Clark |
Allow regexp.t to take a command line argument for... |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Nicholas Clark |
Make t/op/regexp.t warnings clean. |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Nicholas Clark |
Make t/op/regexp.t run under use strict; including... |
commit | commitdiff | tree | snapshot |
2007-01-31 |
H.Merijn Brand |
alloca () might end up unreferenced during linking. |
commit | commitdiff | tree | snapshot |
2007-01-31 |
Rafael Garcia... |
Upgrade to Getopt::Long 2.36 |
commit | commitdiff | tree | snapshot |
2007-01-31 |
Nicholas Clark |
You can't have special blocks if the subroutine has... |
commit | commitdiff | tree | snapshot |
2007-01-31 |
Yves Orton |
Improve regex stringification code |
commit | commitdiff | tree | snapshot |
2007-01-31 |
Yves Orton |
regcomp.c: remove some gotos that cause compiler conste... |
commit | commitdiff | tree | snapshot |
2007-01-31 |
Yves Orton |
Improve regex stringification code |
commit | commitdiff | tree | snapshot |
2007-01-31 |
Yves Orton |
$1 in nested regex EVAL doesnt work correctly. |
commit | commitdiff | tree | snapshot |
2007-01-30 |
Nicholas Clark |
Refactor the code used to check/execute BEGIN/UNITCHECK... |
commit | commitdiff | tree | snapshot |
2007-01-30 |
Jarkko Hietaniemi |
one more iteration on PerlIO_teardown prototype |
commit | commitdiff | tree | snapshot |
2007-01-30 |
Marcus Holland... |
Re: run/cloexec.t is failing |
commit | commitdiff | tree | snapshot |
2007-01-29 |
Nicholas Clark |
Also check BEGIN/UNITCHECK/CHECK/INIT/END for require. |
commit | commitdiff | tree | snapshot |
2007-01-29 |
Nicholas Clark |
UNITCHECK for XS code. Turned out to be harder that... |
commit | commitdiff | tree | snapshot |
2007-01-29 |
Nicholas Clark |
BEGIN blocks in XS should work. (Given that CHECK,... |
commit | commitdiff | tree | snapshot |
2007-01-29 |
Nicholas Clark |
Add av_create_and_push() and av_create_and_unshift_one... |
commit | commitdiff | tree | snapshot |
2007-01-29 |
Gisle Aas |
Avoid test failure with for a -Dusesitecustomize perl. |
commit | commitdiff | tree | snapshot |
2007-01-28 |
Nicholas Clark |
Convert ext/B/t/debug.t to Test::More. (Diagnostics... |
commit | commitdiff | tree | snapshot |
2007-01-28 |
Jarkko Hietaniemi |
g++ wants cast |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Nicholas Clark |
As we're not using UVf in the core, don't even define... |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Nicholas Clark |
Change 30034 wasn't enough to silence the warnings... |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Abe Timmerman |
[perl@30030] blead on OpenVMS doesn't build |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Craig A. Berry |
For FindBin to work as advertised on VMS, $FindBin... |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Craig A. Berry |
For VMS, a belated entry into the $^O jungle that is... |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Nicholas Clark |
newPADOP()'s sv parameter is never NULL, so mark it... |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Nicholas Clark |
newPADOP is only used under ithreads, so don't waste... |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Nicholas Clark |
One last gv_fetchpv() that should be GV_ADD rather... |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Nicholas Clark |
Using gv_stashsv() and sv_setsv() in Perl_package reduc... |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Rafael Garcia... |
Change Tels' contact address |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Nicholas Clark |
A test to exercise the smallbuf overflow code in S_incl... |
commit | commitdiff | tree | snapshot |
2007-01-26 |
Rafael Garcia... |
cflags.SH was broken: it was compiling a C file for... |
commit | commitdiff | tree | snapshot |
2007-01-26 |
Rafael Garcia... |
Silence a few pedantic warnings |
commit | commitdiff | tree | snapshot |
2007-01-26 |
Rafael Garcia... |
If we have specified -Dgccansipedantic on the Configure... |
commit | commitdiff | tree | snapshot |
2007-01-26 |
Nicholas Clark |
Stop S_incline needing to temporarily write a '\0'... |
commit | commitdiff | tree | snapshot |
2007-01-26 |
Steve Peters |
Fix ext/POSIX/t/sysconf.t failures on Cygwin. |
commit | commitdiff | tree | snapshot |
2007-01-26 |
Adriano Ferreira |
Re: [perl #32135] File::Copy module |
commit | commitdiff | tree | snapshot |
2007-01-26 |
Jos I. Boumans |
Add Archive::Extract 0.16 to the core |
commit | commitdiff | tree | snapshot |
2007-01-26 |
Jos I. Boumans |
Small bugfixes to uupacktool.pl |
commit | commitdiff | tree | snapshot |
2007-01-26 |
Jarkko Hietaniemi |
still some Symbian/S90 tweaks |
commit | commitdiff | tree | snapshot |
2007-01-26 |
Rafael Garcia... |
Upgrade to File::Fetch 0.10, by Jos Boumans |
commit | commitdiff | tree | snapshot |
2007-01-26 |
Rafael Garcia... |
Let File::Path report the extended system error message |
commit | commitdiff | tree | snapshot |
2007-01-26 |
Nicholas Clark |
As we're not passing over (or copying in) a NUL, don... |
commit | commitdiff | tree | snapshot |
2007-01-26 |
Rafael Garcia... |
Mention //w in perltodo. |
commit | commitdiff | tree | snapshot |
2007-01-26 |
Rafael Garcia... |
Upgrade to Time::Local 1.17 |
commit | commitdiff | tree | snapshot |
2007-01-26 |
Audrey Tang |
utf8.pm doc patch |
commit | commitdiff | tree | snapshot |
2007-01-26 |
Rafael Garcia... |
Some variables are used only with DEBUGGING |
commit | commitdiff | tree | snapshot |
2007-01-26 |
Jarkko Hietaniemi |
further Symbian/S90 fixes from alexander smishlajev |
commit | commitdiff | tree | snapshot |
2007-01-26 |
Rafael Garcia... |
Upgrade to Module::Load::Conditional 0.16, by Jos Boumans |
commit | commitdiff | tree | snapshot |
2007-01-25 |
Nicholas Clark |
Convert the last remaining 256 byte "small"bufs to... |
commit | commitdiff | tree | snapshot |
2007-01-25 |
Nicholas Clark |
Neither gv_fetchpvn_flags() nor hv_fetch() need a NUL... |
commit | commitdiff | tree | snapshot |
2007-01-25 |
Andy Lester |
Integrate: |
commit | commitdiff | tree | snapshot |
2007-01-25 |
Nicholas Clark |
The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv... |
commit | commitdiff | tree | snapshot |
2007-01-25 |
SADAHIRO Tomoyuki |
split by " \0" (const string staring with a SPACE follo... |
commit | commitdiff | tree | snapshot |
2007-01-25 |
Rafael Garcia... |
Upgrade to threads 1.58: |
commit | commitdiff | tree | snapshot |
2007-01-25 |
Joshua ben... |
Re: [perl #41283] B::walkoptree_slow fails for 'our... |
commit | commitdiff | tree | snapshot |
2007-01-25 |
Nicholas Clark |
Change 28058 hadn't been tested with -DPERL_CREATE_GVSV |
commit | commitdiff | tree | snapshot |
2007-01-24 |
Nicholas Clark |
Display the process id as part of the trace output... |
commit | commitdiff | tree | snapshot |
2007-01-24 |
Nicholas Clark |
Fix typo in the description of change 27911 |
commit | commitdiff | tree | snapshot |
2007-01-24 |
Nicholas Clark |
Wrap the macro arguments for ck_proto in (). |
commit | commitdiff | tree | snapshot |
2007-01-24 |
Jan Dubois |
fix a few references in perlfunc.html |
commit | commitdiff | tree | snapshot |
2007-01-24 |
Jan Dubois |
Improve documentation PERLIO default value in perlrun.pod |
commit | commitdiff | tree | snapshot |
2007-01-24 |
Rafael Garcia... |
Upgrade to Time::Local 1.16 |
commit | commitdiff | tree | snapshot |
2007-01-23 |
Nicholas Clark |
Add lib to @INC so that ./perl t/op/local.t works. |
commit | commitdiff | tree | snapshot |
next |