2005-12-19 |
Rafael Garcia... |
Missing file from last change |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Robin Houston |
latest switch/say/~~ |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Yves Orton |
Un-TODO a fixed test |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Yves Orton |
TODO-SKIP tests must be "not ok", or else the test... |
commit | commitdiff | tree | snapshot |
2005-12-18 |
Yves Orton |
Make script embedded in patchlevel.h work on win32. |
commit | commitdiff | tree | snapshot |
2005-12-18 |
Craig A. Berry |
Two test workarounds for VMS |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Nicholas Clark |
Add some paranoia to check that GP accesses aren't... |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Steve Peters |
Upgrade to Time-HiRes-1.86 |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Nicholas Clark |
Two it's => its grammar fixes. |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Nicholas Clark |
Move and const some definitions of variables used to... |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Nicholas Clark |
Add t/op/negate.t to MANIFEST. |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Nicholas Clark |
Pull the definition of olderrno in sv_2pv_flags into... |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Dominic Dunlop |
Correct typo in Time::HiRes tests introduced by patch... |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Steve Peters |
Fix a typo and add some clarification to change #26387. |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Steve Peters |
Addition documentation explaining aritmetic negation... |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Nicholas Clark |
The IV/UV choice can be made inside uiv_2buf rather... |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Nicholas Clark |
The THINKFIRST check after the GMAGICAL check in sv_2iv... |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Steve Peters |
Fix for ext/POSIX/t/time.t so the strftime() test works... |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Steve Peters |
Upgrade to Time-HiRes-1.85 |
commit | commitdiff | tree | snapshot |
2005-12-16 |
Nicholas Clark |
Typo fixes from Robin Houston in |
commit | commitdiff | tree | snapshot |
2005-12-16 |
Nicholas Clark |
s/Nullhv/NULL/g; |
commit | commitdiff | tree | snapshot |
2005-12-16 |
Nicholas Clark |
s/Nullav/NULL/g |
commit | commitdiff | tree | snapshot |
2005-12-16 |
Jan Dubois |
RE: PeekMessage() call in win32\win32.c win32_async_check |
commit | commitdiff | tree | snapshot |
2005-12-16 |
Nicholas Clark |
Perl_sv_dup should be allocating bodies based on *size... |
commit | commitdiff | tree | snapshot |
2005-12-16 |
Nicholas Clark |
comp/require.t exits early for the case of UTF-8 or... |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Dave Mitchell |
change #26373 broke threaded builds (aTHX_ now superfluous) |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Steve Peters |
Added test for change #26373. |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Rafael Garcia... |
Fix for [perl #37886] strict 'refs' doesn't apply insid... |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Steve Peters |
Prevent require() from attempting to open directories... |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Nicholas Clark |
Use PL_op_desc rather than literal strings in pp_ioctl |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Nicholas Clark |
Expand the comment describing the intent of change... |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Rafael Garcia... |
Don't autovivify stashes as soon as the lexer sees... |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Nicholas Clark |
In Perl_apply, the name of the op can be found from... |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Rafael Garcia... |
More general fix for bug [perl #37915] |
commit | commitdiff | tree | snapshot |
2005-12-15 |
alexander_bluhm... |
[perl #37915] Bad select error handling in Net::Ping |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Gisle Aas |
Silence test output to STDERR |
commit | commitdiff | tree | snapshot |
2005-12-15 |
John Peacock |
Re: [perl #37897] sprintf of version objects |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Rafael Garcia... |
Some cleanups by Jarkko (and one by myself) to check83.pl |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Craig A. Berry |
On VMS, put pods in [.lib.pods] rather than [.lib.pod] |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Steve Peters |
Reverting change #26360 and #26361 since it appears... |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Steve Peters |
Again, FREETMPS not SAVETMPS! |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Steve Peters |
Add a missing FREETMPS to match up with a SAVETMPS... |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Steve Peters |
Upgrade to Getopt-Long-2.35 |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Craig A. Berry |
Using the system's utime() requires a patch to vms... |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Nicholas Clark |
lib/Pod/t/man.t should use TODO with not ok to express... |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Nicholas Clark |
Duplicate the AMAGIC temporary variable consting from... |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Nicholas Clark |
Simplify the SvGMAGIC code in sv_[ipu]v_flags. |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Nicholas Clark |
Simplify the SvGMAGIC code in sv_2nv, removing duplicat... |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Nicholas Clark |
The logic to use SVt_NV or SVt_PVNV is in sv_upgrade... |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Dave Mitchell |
forgot to add new file to change #26350 |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Jerry D. Hedden |
[perl #37919] Blessed scalar refs with threads::shared |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Steve Hay |
Fix compilation error when building with -DPERL_MEM_LOG... |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Nicholas Clark |
Convert range.t to test.pl |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Nicholas Clark |
Update embed.fnc and headers after change 26345 (spotte... |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Nicholas Clark |
Inline asIV and asUV, as each is only used once, and... |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Craig A. Berry |
Don't include utime.h in vms.c -- it collides with |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Rafael Garcia... |
Fix realclean target for Sys::Syslog |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Gisle Aas |
Remove tests that were not portable to 64bit ints. |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Steve Peters |
Renaming of some of Pod::Simple's test files to make... |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Steve Peters |
Changes to Pod::Simple's tests to get rid of the "... |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Gisle Aas |
Add overflow check to EXPECT_NUMBER() used by sv_vcatpv... |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Yitzchak Scott... |
Re: check83.pl |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Steve Hay |
Fix lib/File/Compare.t test failures on Win32 |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Steve Hay |
Don't try to export Perl_pad_sv when it isn't defined |
commit | commitdiff | tree | snapshot |
2005-12-12 |
YAMASHINA Hio |
A suggestion by Yamashina Hio to speed up substitutions |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Nicholas Clark |
Check that %v$foo does not crash. |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Gisle Aas |
Use load_module() instead of perl_eval_sv("require... |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Steve Peters |
Pod::Man's tests aren't Unicode friendly. Let's skip... |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Rafael Garcia... |
Robin Houston points out a better way to replace |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Gisle Aas |
Oops, change 26326 broke t/run/switches.t |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Gisle Aas |
Drop "v" prefix from sprintf("%vd", $^V). |
commit | commitdiff | tree | snapshot |
2005-12-11 |
Nicholas Clark |
Fix *printf %*vd with mixed Latin 1/UTF-8. (Fixes bug... |
commit | commitdiff | tree | snapshot |
2005-12-11 |
Nicholas Clark |
Move the rest of the data munging into the test prepara... |
commit | commitdiff | tree | snapshot |
2005-12-11 |
Nicholas Clark |
Move the $data and $result munging into the test prepar... |
commit | commitdiff | tree | snapshot |
2005-12-11 |
Gisle Aas |
Disallow sprintf's vector handling for non-integer... |
commit | commitdiff | tree | snapshot |
2005-12-11 |
Nicholas Clark |
Quench the other 2 ways obscure ways of abusing positio... |
commit | commitdiff | tree | snapshot |
2005-12-10 |
Nicholas Clark |
Re-instate the old perl getcwd as _perl_getcwd, and... |
commit | commitdiff | tree | snapshot |
2005-12-10 |
Steve Peters |
Upgrade to PathTools-3.14_01 |
commit | commitdiff | tree | snapshot |
2005-12-10 |
Andy Lester |
Code tweaks in sv.c |
commit | commitdiff | tree | snapshot |
2005-12-10 |
Andy Lester |
Excluding pad funcs when not debugging |
commit | commitdiff | tree | snapshot |
2005-12-09 |
Nicholas Clark |
A better hash for PTR_TABLE_HASH (?) |
commit | commitdiff | tree | snapshot |
2005-12-09 |
John E. Malmberg |
patch@26310 - Major step for > 256 char paths on VMS |
commit | commitdiff | tree | snapshot |
2005-12-09 |
Nicholas Clark |
An alternative way of structuring ptr_table_clear so... |
commit | commitdiff | tree | snapshot |
2005-12-09 |
Nicholas Clark |
A more efficient way to loop in ptr_table_clear |
commit | commitdiff | tree | snapshot |
2005-12-09 |
Andreas König |
Re: Pod::Simple integration |
commit | commitdiff | tree | snapshot |
2005-12-09 |
Steve Peters |
Fixes compile errors introduce with change #26301 when... |
commit | commitdiff | tree | snapshot |
2005-12-09 |
Steve Peters |
Upgrade to Sys-Syslog-0.10 |
commit | commitdiff | tree | snapshot |
2005-12-09 |
Steve Peters |
Upgrade to CGI.pm-3.15 |
commit | commitdiff | tree | snapshot |
2005-12-08 |
Steve Peters |
Add pointer to Pod::Simple for the Pod -> HTML task. |
commit | commitdiff | tree | snapshot |
2005-12-08 |
Steve Peters |
One final Pod::Usage yak to shave... |
commit | commitdiff | tree | snapshot |
2005-12-08 |
Steve Peters |
Version bump for Pod::Usage |
commit | commitdiff | tree | snapshot |
2005-12-08 |
Steve Peters |
Further yak-shaving on Pod::Usage. Now, t/pod/pod2usag... |
commit | commitdiff | tree | snapshot |
2005-12-08 |
Steve Peters |
Fix to Pod::Usage to work with all recent Pod::Text... |
commit | commitdiff | tree | snapshot |
2005-12-08 |
Craig A. Berry |
On VMS, do not use Perl's memory allocator for the... |
commit | commitdiff | tree | snapshot |
2005-12-08 |
Nicholas Clark |
Merge common code from ptr_table_fetch and ptr_table_st... |
commit | commitdiff | tree | snapshot |
2005-12-08 |
Gisle Aas |
Fixup the setsockopt usage message; missing OPTVAL. |
commit | commitdiff | tree | snapshot |
2005-12-08 |
Gisle Aas |
Improve the setsockopt description. |
commit | commitdiff | tree | snapshot |
2005-12-08 |
John E. Malmberg |
patch@26253 Allow embedded new lines passed through... |
commit | commitdiff | tree | snapshot |
2005-12-07 |
Steve Peters |
One quick fix to the test for differences in error... |
commit | commitdiff | tree | snapshot |
2005-12-07 |
Andy Lester |
All args in embed.fnc should be named |
commit | commitdiff | tree | snapshot |
next |