2005-06-21 |
Steve Hay |
Trim trailing whitespace from $! and $^E |
commit | commitdiff | tree | snapshot |
2005-06-21 |
Nicholas Clark |
Avoid having NULL entries in the weakref backreference... |
commit | commitdiff | tree | snapshot |
2005-06-21 |
Rafael Garcia... |
Cleanup after this test |
commit | commitdiff | tree | snapshot |
2005-06-21 |
Rafael Garcia... |
Add Archive::Tar 1.24, except ptar for now |
commit | commitdiff | tree | snapshot |
2005-06-21 |
Nicholas Clark |
weak references aren't UVs, do don't show this in the... |
commit | commitdiff | tree | snapshot |
2005-06-21 |
Salvador Fandiño |
ternary operator cond ? foo : bar being parsed as ... |
commit | commitdiff | tree | snapshot |
2005-06-21 |
Nicholas Clark |
No need to set flags twice. |
commit | commitdiff | tree | snapshot |
2005-06-21 |
Nicholas Clark |
As there will be no old body to dispose of, we can... |
commit | commitdiff | tree | snapshot |
2005-06-21 |
Rafael Garcia... |
Fix [perl #36102] Data::Dumper Doesn't Stringify Numeri... |
commit | commitdiff | tree | snapshot |
2005-06-21 |
Tsutomu IKEGAMI |
Re: [perl #36310] sv_vcatpvfn() fails on some (very... |
commit | commitdiff | tree | snapshot |
2005-06-20 |
Robin Barker |
FPTR2DPTR/DPTR2FPTR |
commit | commitdiff | tree | snapshot |
2005-06-20 |
Nicholas Clark |
Replace the non-const initialiser block + loop with... |
commit | commitdiff | tree | snapshot |
2005-06-20 |
Andy Lester |
The continuing adventures of Constman and Localize Boy |
commit | commitdiff | tree | snapshot |
2005-06-20 |
Rafael Garcia... |
Same fix, for the test, now. |
commit | commitdiff | tree | snapshot |
2005-06-20 |
Rafael Garcia... |
perl -v was outputting a double v (spotted by Jarkko) |
commit | commitdiff | tree | snapshot |
2005-06-20 |
Rafael Garcia... |
Remove signature test, which is always skipped |
commit | commitdiff | tree | snapshot |
2005-06-20 |
chromatic |
Recommend Against UNIVERSAL:: Methods as Functions... |
commit | commitdiff | tree | snapshot |
2005-06-20 |
Rafael Garcia... |
Remove the deprecated $# variable |
commit | commitdiff | tree | snapshot |
2005-06-20 |
Nicholas Clark |
Silence warning in debug printf |
commit | commitdiff | tree | snapshot |
2005-06-20 |
Andy Lester |
More random cleanups |
commit | commitdiff | tree | snapshot |
2005-06-20 |
Steve Hay |
Support NV_ZERO_IS_ALLBITS_ZERO on Win32 (re: change... |
commit | commitdiff | tree | snapshot |
2005-06-20 |
Rafael Garcia... |
Hugo suggests this. |
commit | commitdiff | tree | snapshot |
2005-06-20 |
Rafael Garcia... |
Missed a chunk in previous commit |
commit | commitdiff | tree | snapshot |
2005-06-20 |
Eric Amick |
[perl #36328] Until Statement Undocumented |
commit | commitdiff | tree | snapshot |
2005-06-20 |
Rick Delaney |
Re: [PATCH replacement] Re: [perl #36313] perl -e ... |
commit | commitdiff | tree | snapshot |
2005-06-20 |
Nicholas Clark |
S_del_body is sufficiently small that inlining it is... |
commit | commitdiff | tree | snapshot |
2005-06-19 |
Nicholas Clark |
If NV_ZERO_IS_ALLBITS_ZERO there's no need to explicitl... |
commit | commitdiff | tree | snapshot |
2005-06-19 |
Craig A. Berry |
Add a Configure test to see if NV 0.0 is stored as... |
commit | commitdiff | tree | snapshot |
2005-06-19 |
Nicholas Clark |
Move the offset calculations outside of new_body/del_body. |
commit | commitdiff | tree | snapshot |
2005-06-18 |
Nicholas Clark |
Refactor sv_dup to memcpy from source to destination... |
commit | commitdiff | tree | snapshot |
2005-06-18 |
Nicholas Clark |
Squeeze a little more savings by moving pte and he... |
commit | commitdiff | tree | snapshot |
2005-06-18 |
Jim Cromie |
squeeze repetition out of Perl_sv_free_arenas |
commit | commitdiff | tree | snapshot |
2005-06-18 |
Nicholas Clark |
update AVs and HVs using the old_body, and remove all... |
commit | commitdiff | tree | snapshot |
2005-06-18 |
Nicholas Clark |
sv_upgrade by memcpy |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Nicholas Clark |
Fix compiling with -DPURIFY |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Nicholas Clark |
Change 24886 was buggy - should be taking (and passing... |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Rafael Garcia... |
Add new internal error message to perldiag |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Nicholas Clark |
Collect a little more information about the body we... |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Rafael Garcia... |
Missing aTHX_ (noticed by Jim Cromie) |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Nicholas Clark |
Move freeing the old body after the creating of the... |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Nicholas Clark |
The only way is up! |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Steve Peters |
[perl #36199] [PATCH] 5.8.7 fails to build with paralle... |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Steve Hay |
Silence STDERR grumblings from Borland's math library. |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Rafael Garcia... |
Upgrade to PathTools 3.09 |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Nicholas Clark |
new_pte/del_pte can use new_body/del_body too |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Jan Dubois |
Strip \\?\ prefix from Perl path in win32/win32.c:set_w... |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Nicholas Clark |
Storing the ixv for magic arrays seems to cause double... |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Nicholas Clark |
Replace all the new/del static functions with calls... |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Nicholas Clark |
Making more_* return a pointer, and swapping to a terna... |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Nicholas Clark |
Replace all the S_more_* functions with a single function. |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Jim Cromie |
Re: [perl #36048] Refactor S_more_*v into one function |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Nicholas Clark |
I'm not convinced that manually creating HVs via sv_upg... |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Andy Lester |
Lint support |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Ken Williams |
Re: a warning for a ExtUtils::ParseXS test |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Andy Lester |
Removing /*SUPPRESS xxx*/ |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Steve Hay |
Teach lib/warnings.t about Borland CRT error messages |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Alexander Foken |
[perl #36237] IO::File $fh->binmode($layer) is broken |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Steve Hay |
Update README.win32 |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Steve Hay |
Give op/taint.t a helping hand for Borland compiler... |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Steve Hay |
Fix changes 24862 and 24863 for Sarathy's old dmake |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Salvador Fandiño |
Subs with builtin attributes shouldn't be made constant |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Rafael Garcia... |
Add -f in perl synopsys, sync perl.pod and perlrun... |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Steve Hay |
Simplify win32/makefile.mk for static extensions with GCC |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Steve Hay |
Enable static extensions with Borland compiler on Win32 |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Rafael Garcia... |
Revert part of change #24854 |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Steve Hay |
Don't export Perl_stashpv_hvname_match when !USE_ITHREADS |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Nicholas Clark |
Don't write bytecode to load the NVX of AVs and HVs |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Nicholas Clark |
We were failing to pring "not ok" if the text exited... |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Nicholas Clark |
assert that you aren't assigning to the NVX of an AV... |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Rafael Garcia... |
Introduce PERL_RUNPERL_DEBUG to alter the behavior... |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Steve Hay |
Fix $Config{ccversion} for Borland C++ 5.5.1 |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Steve Peters |
Re: [PATCH] make -f invalid when USE_SITECUSTOMIZE... |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Salvador Fandiño |
sort optimization |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Steve Hay |
Fix win32/makefile.mk for building with bcc32 5.5.1... |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Salvador FandiXXo |
[perl #36297] builtin attrs on subrutine declarations |
commit | commitdiff | tree | snapshot |
2005-06-15 |
H.Merijn Brand |
Protect Perl_sv_2pvbyte () to NULL length pointers |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Rafael Garcia... |
Better phrasing |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Alexey Tourbin |
Storable/Storable.xs: make plain C functions static |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Andy Lester |
CopSTASH_eq again |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Rafael Garcia... |
Fix warning nits, by Jarkko |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Steve Peters |
S_emulate_eaccess() does return a value |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Dave Mitchell |
whoops, Perl_magic_freearylen_p returns int |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Nicholas Clark |
Change 24838 breaks deparse.t, which checks that embedd... |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Rafael Garcia... |
Add core test preamble |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Nicholas Clark |
Test was coredumping with a shared perl library. |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Steve Hay |
Stop "test" filename clashing with "TEST" on Win32 |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Steve Hay |
Actually skip tests when they're supposed to be skipped! |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Steve Peters |
Fix for SEGV in ext/B/t/xref.t on OpenBSD |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Steve Hay |
Don't delete IO/Zlib during distclean on Win32 |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Rafael Garcia... |
Document ${^UTF8LOCALE} |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Rafael Garcia... |
Add IO::Zlib in maintainers list |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Rafael Garcia... |
Add IO::Zlib 1.04 to bleadperl |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Dave Mitchell |
Perl_magic_freearylen_p could coredump |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Salvador Fandiño |
better assertion support |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Rafael Garcia... |
Since the version module is use'd afterwards, use_ok... |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Steve Hay |
Add BUILDOPTEXTRA to Win32 makefiles |
commit | commitdiff | tree | snapshot |
2005-06-13 |
Nicholas Clark |
Pay attention to the comments that Dave writes. |
commit | commitdiff | tree | snapshot |
2005-06-13 |
Rafael Garcia... |
Comment nit to help Devel::Cover, spotted by Steve... |
commit | commitdiff | tree | snapshot |
2005-06-13 |
Nicholas Clark |
Croak if an attempt is made to modify PL_strtab |
commit | commitdiff | tree | snapshot |
2005-06-13 |
Nicholas Clark |
More SvPV consting |
commit | commitdiff | tree | snapshot |
next |