2000-02-08 |
Gurusamy Sarathy |
avoid exiting just because we didn't scan for libm... |
commit | commitdiff | tree | snapshot |
2000-02-08 |
Gurusamy Sarathy |
update Changes |
commit | commitdiff | tree | snapshot |
2000-02-08 |
Gurusamy Sarathy |
documentation patches (from Michael Schwern and Yitzchak |
commit | commitdiff | tree | snapshot |
2000-02-08 |
Gurusamy Sarathy |
alias to $^V to $PERL_VERSION_TUPLE |
commit | commitdiff | tree | snapshot |
2000-02-08 |
Gurusamy Sarathy |
update Changes |
commit | commitdiff | tree | snapshot |
2000-02-08 |
Gurusamy Sarathy |
Windows has a somewhat different sitelib layout, and... |
commit | commitdiff | tree | snapshot |
2000-02-08 |
Gurusamy Sarathy |
change#4987 appears to have broken libs scan for platfo... |
commit | commitdiff | tree | snapshot |
2000-02-07 |
Gurusamy Sarathy |
sprintf("%v"...) buffer resizing busted |
commit | commitdiff | tree | snapshot |
2000-02-07 |
Gurusamy Sarathy |
update Changes |
commit | commitdiff | tree | snapshot |
2000-02-07 |
Gurusamy Sarathy |
stringify "\x{FFF}" to utf8 correctly; set SvUTF8 on... |
commit | commitdiff | tree | snapshot |
2000-02-07 |
Gurusamy Sarathy |
add note about printf("%v",...) |
commit | commitdiff | tree | snapshot |
2000-02-07 |
Gurusamy Sarathy |
update Changes |
commit | commitdiff | tree | snapshot |
2000-02-07 |
Gurusamy Sarathy |
thinko in change#5029 |
commit | commitdiff | tree | snapshot |
2000-02-07 |
Gurusamy Sarathy |
change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_wide... |
commit | commitdiff | tree | snapshot |
2000-02-07 |
Gurusamy Sarathy |
perlport updates (from Peter Prymmer) |
commit | commitdiff | tree | snapshot |
2000-02-07 |
Gurusamy Sarathy |
fix up Todo-5.6 |
commit | commitdiff | tree | snapshot |
2000-02-07 |
Gurusamy Sarathy |
rename Todo-5.005 to Todo-5.6 |
commit | commitdiff | tree | snapshot |
2000-02-07 |
Gurusamy Sarathy |
${^Warnings} renamed to ${^WARNING_BITS} |
commit | commitdiff | tree | snapshot |
2000-02-07 |
Gurusamy Sarathy |
various Windows tweaks: make $^E a little less buggy... |
commit | commitdiff | tree | snapshot |
2000-02-07 |
Gurusamy Sarathy |
avoid MakeMaker setting $^W=1 |
commit | commitdiff | tree | snapshot |
2000-02-07 |
Gurusamy Sarathy |
up to v5.5.650 |
commit | commitdiff | tree | snapshot |
2000-02-07 |
Gurusamy Sarathy |
mention threads status in pod |
commit | commitdiff | tree | snapshot |
2000-02-07 |
Gurusamy Sarathy |
tolerate NULL SITELIB_EXP |
commit | commitdiff | tree | snapshot |
2000-02-07 |
Gurusamy Sarathy |
NULL-terminate PERL_INC_VERSION_LIST |
commit | commitdiff | tree | snapshot |
2000-02-07 |
Gurusamy Sarathy |
add compatible versions from $Config{inc_ver_list}... |
commit | commitdiff | tree | snapshot |
2000-02-07 |
Gurusamy Sarathy |
makefiles now use exetype.pl to make wperl.exe |
commit | commitdiff | tree | snapshot |
2000-02-07 |
Gurusamy Sarathy |
add exetype.pl (from Jan Dubois) |
commit | commitdiff | tree | snapshot |
2000-02-07 |
Gurusamy Sarathy |
pod fixes (from Abigail and M J T Guy) |
commit | commitdiff | tree | snapshot |
2000-02-07 |
Gurusamy Sarathy |
clarify behavior of vec() when arguments are off the... |
commit | commitdiff | tree | snapshot |
2000-02-07 |
Gurusamy Sarathy |
remove $^U dependent behaviors in runtime; chr() and... |
commit | commitdiff | tree | snapshot |
2000-02-07 |
Gurusamy Sarathy |
partly revert change#4851, apparently POSIX::uname... |
commit | commitdiff | tree | snapshot |
2000-02-07 |
Gurusamy Sarathy |
allow 64-bit utf8-encoded integers (from Ilya Zakharevich) |
commit | commitdiff | tree | snapshot |
2000-02-06 |
Gurusamy Sarathy |
fix debug code in Perl_malloc() (from Ilya Zakharevich) |
commit | commitdiff | tree | snapshot |
2000-02-06 |
Gurusamy Sarathy |
set SvUTF8 on vectors only if there are chars > 127... |
commit | commitdiff | tree | snapshot |
2000-02-06 |
Gurusamy Sarathy |
use builtin __CYGWIN__ rather than -DCYGWIN (from Eric... |
commit | commitdiff | tree | snapshot |
2000-02-06 |
Gurusamy Sarathy |
reduce memory consumption of POSIX.pm (from Ilya Zakhar... |
commit | commitdiff | tree | snapshot |
2000-02-06 |
Gurusamy Sarathy |
integrate cfgperl contents into mainline |
commit | commitdiff | tree | snapshot |
2000-02-06 |
Gurusamy Sarathy |
VOS port updates (from Paul Green <Paul_Green@stratus... |
commit | commitdiff | tree | snapshot |
2000-02-06 |
Gurusamy Sarathy |
fix parse error on C<{ use strict }> and other construc... |
commit | commitdiff | tree | snapshot |
2000-02-06 |
Gurusamy Sarathy |
avoid -Bforcearchive on netbsd too |
commit | commitdiff | tree | snapshot |
2000-02-06 |
Gurusamy Sarathy |
revised notes about Pod::Parser & Co. |
commit | commitdiff | tree | snapshot |
2000-02-06 |
Gurusamy Sarathy |
fix description of obsolete diagnostic |
commit | commitdiff | tree | snapshot |
2000-02-06 |
Gurusamy Sarathy |
allow "\x{12ab}" even without C<use utf8> |
commit | commitdiff | tree | snapshot |
2000-02-06 |
Gurusamy Sarathy |
make perlbug use new-style version numbers; improve... |
commit | commitdiff | tree | snapshot |
2000-02-06 |
Gurusamy Sarathy |
support sprintf("v%v", v1.2.3) (works on any string... |
commit | commitdiff | tree | snapshot |
2000-02-04 |
Gurusamy Sarathy |
change#4970 fallout for useithreads |
commit | commitdiff | tree | snapshot |
2000-02-04 |
Jarkko Hietaniemi |
Largefilify offsets of tied handles. |
commit | commitdiff | tree | snapshot |
2000-02-04 |
Jarkko Hietaniemi |
Sanity check for libraries scan. |
commit | commitdiff | tree | snapshot |
2000-02-04 |
Jarkko Hietaniemi |
HP-UX largefileness doesn't like lseek being redeclared; |
commit | commitdiff | tree | snapshot |
2000-02-04 |
Jarkko Hietaniemi |
Use <syslog.h>, not <sys/syslog.h>. |
commit | commitdiff | tree | snapshot |
2000-02-04 |
Gurusamy Sarathy |
dmake is on CPAN now |
commit | commitdiff | tree | snapshot |
2000-02-04 |
Jarkko Hietaniemi |
Re-introduce #4817 and #4964 wiped out by #4987. |
commit | commitdiff | tree | snapshot |
2000-02-04 |
Jarkko Hietaniemi |
typo fix |
commit | commitdiff | tree | snapshot |
2000-02-04 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
commit | commitdiff | tree | snapshot |
2000-02-04 |
Jarkko Hietaniemi |
Configure megamaintenance. Cppsym (hopefully) final... |
commit | commitdiff | tree | snapshot |
2000-02-04 |
Gurusamy Sarathy |
avoid bad cast warnings (from Robin Barker <rmb1@cise... |
commit | commitdiff | tree | snapshot |
2000-02-04 |
Gurusamy Sarathy |
avoid 'na' (spotted by Yitzchak Scott-Thoennes <sthoenn... |
commit | commitdiff | tree | snapshot |
2000-02-04 |
Gurusamy Sarathy |
CPAN.pm updated to v1.52 (from Andreas Koenig) |
commit | commitdiff | tree | snapshot |
2000-02-04 |
Gurusamy Sarathy |
updated OpenBSD hints (From Todd C. Miller <Todd.Miller... |
commit | commitdiff | tree | snapshot |
2000-02-04 |
Gurusamy Sarathy |
pod typos (from Gregor N. Purdy <gregor@focusresearch... |
commit | commitdiff | tree | snapshot |
2000-02-04 |
Gurusamy Sarathy |
avoid assuming cc accepts -o switch (from Tom Hughes) |
commit | commitdiff | tree | snapshot |
2000-02-04 |
Gurusamy Sarathy |
Sys::Syslog goes the XS way (from Tom Hughes <tom@compt... |
commit | commitdiff | tree | snapshot |
2000-02-04 |
Gurusamy Sarathy |
pod updates (from David Adler, M J T Guy) |
commit | commitdiff | tree | snapshot |
2000-02-04 |
Gurusamy Sarathy |
typos in config_h.SH (from Paul_Green@vos.stratus.com) |
commit | commitdiff | tree | snapshot |
2000-02-04 |
Gurusamy Sarathy |
avoid adding null components to LD_LIBRARY_PATH, OpenBS... |
commit | commitdiff | tree | snapshot |
2000-02-04 |
Gurusamy Sarathy |
VMS update (from Dan Sugalski and Peter Prymmer) |
commit | commitdiff | tree | snapshot |
2000-02-04 |
Gurusamy Sarathy |
patch to provide more informative names for evals and... |
commit | commitdiff | tree | snapshot |
2000-02-04 |
Gurusamy Sarathy |
off-by-one in malloc.c (from Ilya Zakharevich) |
commit | commitdiff | tree | snapshot |
2000-02-04 |
Gurusamy Sarathy |
OS/2 build fixups from Ilya Zakharevich |
commit | commitdiff | tree | snapshot |
2000-02-04 |
Gurusamy Sarathy |
avoid /* within comment |
commit | commitdiff | tree | snapshot |
2000-02-04 |
Gurusamy Sarathy |
another HINT_BYTE victim |
commit | commitdiff | tree | snapshot |
2000-02-04 |
Gurusamy Sarathy |
fix pad_alloc panic from C<my $w; sub { my($i) = @_... |
commit | commitdiff | tree | snapshot |
2000-02-04 |
Gurusamy Sarathy |
byte.pm and HINT_BYTE don't match (0x8, not 0x10!) |
commit | commitdiff | tree | snapshot |
2000-02-02 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
commit | commitdiff | tree | snapshot |
2000-02-02 |
Gurusamy Sarathy |
update makerel for new version format |
commit | commitdiff | tree | snapshot |
2000-02-02 |
Gurusamy Sarathy |
workaround for undefined symbol |
commit | commitdiff | tree | snapshot |
2000-02-02 |
Gurusamy Sarathy |
on cygwin, h_errno is now "__declspec(dllimport) int... |
commit | commitdiff | tree | snapshot |
2000-02-02 |
Gurusamy Sarathy |
adjust notes on use5005threads |
commit | commitdiff | tree | snapshot |
2000-02-02 |
Gurusamy Sarathy |
fix typo |
commit | commitdiff | tree | snapshot |
2000-02-02 |
Gurusamy Sarathy |
integrate selected changes from cfgperl (#4899,4900... |
commit | commitdiff | tree | snapshot |
2000-02-02 |
Gurusamy Sarathy |
PodParser-1.092 update via CPAN (from Brad Appleton) |
commit | commitdiff | tree | snapshot |
2000-02-02 |
Gurusamy Sarathy |
replace misleading docs with a BUGS section |
commit | commitdiff | tree | snapshot |
2000-02-02 |
Gurusamy Sarathy |
remove FUD from perlfunc/use (from M J T Guy) |
commit | commitdiff | tree | snapshot |
2000-02-02 |
Gurusamy Sarathy |
Benchmark displays bogus CPU stats (suggested by Cedric... |
commit | commitdiff | tree | snapshot |
2000-02-02 |
Gurusamy Sarathy |
fix coredump on C<"x" =~ /x/; print @-> (from Ilya... |
commit | commitdiff | tree | snapshot |
2000-02-02 |
Gurusamy Sarathy |
flock() pod talks about "adding" in the sense of "or... |
commit | commitdiff | tree | snapshot |
2000-02-02 |
Gurusamy Sarathy |
fixes for switching files in the debugger (from Ilya... |
commit | commitdiff | tree | snapshot |
2000-02-02 |
Gurusamy Sarathy |
use warnings rather than fiddling with $^W (from Paul... |
commit | commitdiff | tree | snapshot |
2000-02-02 |
Gurusamy Sarathy |
dynixptx hints tweak (from Martin J. Bligh <mbligh... |
commit | commitdiff | tree | snapshot |
2000-02-02 |
Gurusamy Sarathy |
deltanotes on weakrefs and Pod::Parser (from Tuomas... |
commit | commitdiff | tree | snapshot |
2000-02-02 |
Gurusamy Sarathy |
avoid mismatched type warnings |
commit | commitdiff | tree | snapshot |
2000-02-02 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
commit | commitdiff | tree | snapshot |
2000-02-02 |
Gurusamy Sarathy |
fix broken abs2rel() (from François Allard <franka... |
commit | commitdiff | tree | snapshot |
2000-02-02 |
Gurusamy Sarathy |
makefile tweak |
commit | commitdiff | tree | snapshot |
2000-02-02 |
Gurusamy Sarathy |
future-proof unknown warning categories (from Greg... |
commit | commitdiff | tree | snapshot |
2000-02-02 |
Gurusamy Sarathy |
doc tweak (from Michael G Schwern <schwern@pobox.com>) |
commit | commitdiff | tree | snapshot |
2000-02-02 |
Gurusamy Sarathy |
more meaningful message on invalid pattern argument... |
commit | commitdiff | tree | snapshot |
2000-02-02 |
Gurusamy Sarathy |
XSLoader build patch for VMS (from Craig A. Berry |
commit | commitdiff | tree | snapshot |
2000-02-02 |
Gurusamy Sarathy |
reword some sections of perlunicode.pod |
commit | commitdiff | tree | snapshot |
2000-02-01 |
Gurusamy Sarathy |
AIX warning on undefined symbol |
commit | commitdiff | tree | snapshot |
next |