2006-02-23 |
Nicholas Clark |
Remove get magic from typeglobs. This means that PVGVs... |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Nicholas Clark |
Fix the copy sizes for PVFM and PVCV back to sanity. |
commit | commitdiff | tree | snapshot |
2006-02-22 |
Nicholas Clark |
Fix typos and a missing bracket. |
commit | commitdiff | tree | snapshot |
2006-02-22 |
Nicholas Clark |
Avoid C<study>ing any strings that might change underne... |
commit | commitdiff | tree | snapshot |
2006-02-22 |
Rafael Garcia... |
Mark some new study tests as TODO |
commit | commitdiff | tree | snapshot |
2006-02-22 |
Rafael Garcia... |
Add a test for study() on tied scalars, by Andy Lester... |
commit | commitdiff | tree | snapshot |
2006-02-22 |
Jarkko Hietaniemi |
Turn on match string copying when /e flag is set on... |
commit | commitdiff | tree | snapshot |
2006-02-22 |
Nicholas Clark |
sv_dump should report the PV for PVGVs, as it can get... |
commit | commitdiff | tree | snapshot |
2006-02-22 |
Nicholas Clark |
Test warnings for converting globs to other forms. |
commit | commitdiff | tree | snapshot |
2006-02-22 |
Nicholas Clark |
Change 24643 made the mistake of assuming that CvCONST... |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Nicholas Clark |
Can merge the two arms of Perl_magic_getglob to save... |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Nicholas Clark |
Reorder the SV flags so that SVp_?OK and SVf_?OK occupy... |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Steve Peters |
Additional hints needed to build threaded Perls on... |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Nicholas Clark |
PL_body_arenas should be set to NULL when the interpret... |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Nicholas Clark |
Teach B about CVf_ISXSUB |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Nicholas Clark |
Goodbye PERL_XSUB_OLDSTYLE. |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Nicholas Clark |
Re-order the definitions of the private bits in SvFLAGS... |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Nicholas Clark |
Document the many uses of SVf_FAKE. |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Steve Peters |
Add tests for the previously untested Hash::Util::all_k... |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Steve Peters |
$ExtUtils::MM_Unix::VERSION needs to stay numeric to... |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Joshua ben... |
Patches: B, CGI, ExtUtils::MM_Unix |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Joshua ben... |
Re: Patches: B, CGI, ExtUtils::MM_Unix |
commit | commitdiff | tree | snapshot |
2006-02-20 |
Yitzchak Scott... |
op/magic failure on cygwin after 1.5.19-4 |
commit | commitdiff | tree | snapshot |
2006-02-20 |
Nicholas Clark |
Steal code from maint, and use PERL_ARENA_ROOTS_SIZE... |
commit | commitdiff | tree | snapshot |
2006-02-20 |
Dominic Dunlop |
Make SDBM_File work with -Duse64bitall on Darwin (Mac... |
commit | commitdiff | tree | snapshot |
2006-02-20 |
Nicholas Clark |
PVCVs don't need XNVs either. |
commit | commitdiff | tree | snapshot |
2006-02-20 |
Dominic Dunlop |
Trouble with $ENV{CDPATH} after change #27236 |
commit | commitdiff | tree | snapshot |
2006-02-20 |
Nicholas Clark |
PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX... |
commit | commitdiff | tree | snapshot |
2006-02-20 |
Nicholas Clark |
Fix sv_dump to dump formats without the (non-existent... |
commit | commitdiff | tree | snapshot |
2006-02-20 |
Nicholas Clark |
xcv_root and xcv_xsub can also be merged into a union... |
commit | commitdiff | tree | snapshot |
2006-02-20 |
Nicholas Clark |
xcv_start and xcv_xsubany can be merged into a union... |
commit | commitdiff | tree | snapshot |
2006-02-20 |
Nicholas Clark |
Need to clear CvXSUBANY() too to turn a constant sub... |
commit | commitdiff | tree | snapshot |
2006-02-20 |
Nicholas Clark |
Add a new CvISXSUB() macro, for abstracting the test... |
commit | commitdiff | tree | snapshot |
2006-02-20 |
Nicholas Clark |
Abolish BROKEN_UNION_INIT in B::C, as it works around... |
commit | commitdiff | tree | snapshot |
2006-02-20 |
John E. Malmberg |
patch@27236 vms glob/readdir/chdir EFS/long filename... |
commit | commitdiff | tree | snapshot |
2006-02-20 |
Rafael Garcia... |
More NullXXX macro removal from Andy Lester |
commit | commitdiff | tree | snapshot |
2006-02-20 |
Rafael Garcia... |
Yitzchak points out that the perldiag entry for "Intege... |
commit | commitdiff | tree | snapshot |
2006-02-20 |
Nicholas Clark |
utftaint.t won't be able to run tests with -T if you... |
commit | commitdiff | tree | snapshot |
2006-02-20 |
Nicholas Clark |
Remove the last (U16) cast for CV depths, missed by... |
commit | commitdiff | tree | snapshot |
2006-02-20 |
Nicholas Clark |
Re-order CV flags to bring the 4 CVf_BUILTIN_ATTRS... |
commit | commitdiff | tree | snapshot |
2006-02-19 |
Nicholas Clark |
Ministry of Truth removes typo in description of Change... |
commit | commitdiff | tree | snapshot |
2006-02-19 |
Nicholas Clark |
Shave sizeof(NV) bytes from formats, by using the same... |
commit | commitdiff | tree | snapshot |
2006-02-19 |
Nicholas Clark |
AVs and HVs don't have IVXs or NVXs, so assert this... |
commit | commitdiff | tree | snapshot |
2006-02-19 |
Nicholas Clark |
Under -DDEBUGGING, assert that SvIVX, SvUVX and SvNVX... |
commit | commitdiff | tree | snapshot |
2006-02-19 |
Nicholas Clark |
To make arithmetic on tainted dualvars work properly... |
commit | commitdiff | tree | snapshot |
2006-02-19 |
Nicholas Clark |
SvROK(sv) will never be true when SvIOKp() or SvNOKp... |
commit | commitdiff | tree | snapshot |
2006-02-18 |
Rafael Garcia... |
As Anno Siegel points out, mtime/ctime test should... |
commit | commitdiff | tree | snapshot |
2006-02-18 |
Nicholas Clark |
save_re_context() and even errsv_save = newSVsv(ERRSV... |
commit | commitdiff | tree | snapshot |
2006-02-18 |
Nicholas Clark |
Turn of tainting locally inside swash_init(), as the... |
commit | commitdiff | tree | snapshot |
2006-02-18 |
Nicholas Clark |
Assume that if runperl is called under tainting, that... |
commit | commitdiff | tree | snapshot |
2006-02-18 |
Nicholas Clark |
Convert utftaint.t to test.pl (from Test.pm) and provid... |
commit | commitdiff | tree | snapshot |
2006-02-18 |
Steve Peters |
Upgrade to Digest-SHA-5.34. |
commit | commitdiff | tree | snapshot |
2006-02-18 |
Jim Cromie |
arena-rework : consolidated patch |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Abe Timmerman |
Re: Smoke [5.9.4] 27195 FAIL(m) irix 6.2 (IP22/1 cpu) |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Jim Cromie |
The two whitespace changes from |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Brendan O'Dea |
Don't add -fPIC if already present. |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Brendan O'Dea |
Fix precedence. |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Brendan O'Dea |
Fix quote typo. |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Rafael Garcia... |
In TODO: make encoding.pm lexical ? |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Andy Lester |
cleaning up perly.c |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Robin Houston |
Re: Perl_sighandler voodoo (was Re: Smoke [5.8.7] 26127... |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Yitzchak Scott... |
Re: [perl #38485] use integer; 0x80000000/-1; # coredump |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Andy Dougherty |
Re: how to build with -DPERL_MEM_LOG ? |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Merijn Broeren |
Problem compiling swigged c++ code with 5.8.8 |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Steve Peters |
Upgrade to CGI-3.16, with version bump on CGI.pm for... |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Rafael Garcia... |
Remove lib/Hash directory when doing make distclean |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Jan Dubois |
stat() on Windows doesn't handle trailing slashes/backs... |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Paul Green |
[patch] t/lib/warnings/pp_sys |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Rafael Garcia... |
CPAN::FirstTime can go as well from the untested module... |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Rafael Garcia... |
Pod::Plainer is tested, actually (spotted by chromatic) |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Yves Orton |
Make XCOPY not prompt every two seconds when rebuilding... |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Gisle Aas |
Get perl_fini() running on HP-UX again. |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Rafael Garcia... |
Fix to run this test in the core |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Andreas König |
[PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.84.tar.gz |
commit | commitdiff | tree | snapshot |
2006-02-15 |
H.Merijn Brand |
Added hints/dragonfly.sh for #27189 |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Robert Sebastian... |
Patch for perl to compile/work on DragonFlyBSD |
commit | commitdiff | tree | snapshot |
2006-02-15 |
John E. Malmberg |
patch@27162 long path name support in readdir / cando_b... |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Steve Peters |
Version bump to go along with change #27185 |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Abigail |
Getopt::Long::Configure 'no_getopt_compat' |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Nicholas Clark |
Back out change change 10214 (drop SVp_IOK from >>... |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Steve Peters |
Upgrade to Time-HiRes-1.87 |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Steve Peters |
Hash::Util tests should check if Hash::Util has been... |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Yves Orton |
[Patch] Enhance Hash::Util |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Yitzchak Scott... |
One shouldn't be able to dereference a GLOB as a SCALAR. |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Rafael Garcia... |
Remove a my_perl that slipped in |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Andy Lester |
Sun Studio lint patches |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Nicholas Clark |
Ensure that public I, N and P flags are off when SvTAIN... |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Andy Lester |
perldiag.pod patching re: integer overflow |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Stephen McCamant |
[perl #38346] [PATCH] Re: B::Deparse's bug? |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Steve Hay |
Teach checkAUTHORS.pl about Changelogs with leading... |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Steve Hay |
Revert an assert() fix in the light of change #27152 |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Nicholas Clark |
All the bits of clone_params.flags need to be initialis... |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Nicholas Clark |
Fix change 27059 so that it actually works with >16... |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Nicholas Clark |
In perldiag.pod add an entry for the error message... |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Nicholas Clark |
Remove SOFT_CAST() as it no longer does anything useful. |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Nicholas Clark |
Coalesce 2 if blocks with duplicated conditions in... |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Steve Peters |
Test to go with change #27155. |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Steve Peters |
Die when integer overflow condition is detected in... |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Nicholas Clark |
assert() that we can't reach two unreachable code paths |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Nicholas Clark |
The return value from S_hv_auxinit can be ignored,... |
commit | commitdiff | tree | snapshot |
next |