Gurusamy Sarathy [Tue, 15 Feb 2000 17:42:06 +0000 (17:42 +0000)]
optimize pseudohash slice in array slice at compile time (from
John Tobey <jtobey@john-edwin-tobey.org>)
p4raw-id: //depot/perl@5104
Gurusamy Sarathy [Tue, 15 Feb 2000 17:18:12 +0000 (17:18 +0000)]
provide malloc stats via get_mstats() (from Ilya Zakharevich)
p4raw-id: //depot/perl@5103
Gurusamy Sarathy [Tue, 15 Feb 2000 17:05:12 +0000 (17:05 +0000)]
doc patches from Rick Delaney and Chris Nandor; update Todo-5.6
p4raw-id: //depot/perl@5102
Gurusamy Sarathy [Tue, 15 Feb 2000 17:02:51 +0000 (17:02 +0000)]
fix regen_headers target to make all the autogenerated files
writable first
p4raw-id: //depot/perl@5101
Gurusamy Sarathy [Tue, 15 Feb 2000 16:41:53 +0000 (16:41 +0000)]
fix misoptimization of C<my($x,$y); $x = $y = 1 + $z;> (from
Ilya Zakharevich)
p4raw-id: //depot/perl@5100
Gurusamy Sarathy [Tue, 15 Feb 2000 16:17:36 +0000 (16:17 +0000)]
more complete File::Spec support for Mac and VMS, tests (from
Barrie Slaymaker <barries@slaysys.com>)
p4raw-id: //depot/perl@5099
Gurusamy Sarathy [Tue, 15 Feb 2000 16:10:46 +0000 (16:10 +0000)]
fix incompatibility with bison generated parser (from
Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
p4raw-id: //depot/perl@5098
Gurusamy Sarathy [Tue, 15 Feb 2000 16:07:17 +0000 (16:07 +0000)]
propagate st_mode bits to group/other for Borland build
(from Vadim Konovalov <vkonovalov@lucent.com>)
p4raw-id: //depot/perl@5097
Gurusamy Sarathy [Tue, 15 Feb 2000 05:42:17 +0000 (05:42 +0000)]
update exetype.pl tool
p4raw-id: //depot/perl@5094
Gurusamy Sarathy [Tue, 15 Feb 2000 05:17:56 +0000 (05:17 +0000)]
fix leaks in *DBM_File; safemalloc()ed things need to be freed with
safefree() rather than Safefree()
p4raw-id: //depot/perl@5091
Gurusamy Sarathy [Tue, 15 Feb 2000 04:54:17 +0000 (04:54 +0000)]
fix memory leak in C<$x = *Y> provoked by change#4198, which
introduced XPVMG storage in arenas
p4raw-link: @4198 on //depot/perl:
932e9ff92dfdad82564fe7085f2cb398e628fac3
p4raw-id: //depot/perl@5090
Gurusamy Sarathy [Mon, 14 Feb 2000 18:51:11 +0000 (18:51 +0000)]
avoid warnings
p4raw-id: //depot/perl@5085
Gurusamy Sarathy [Mon, 14 Feb 2000 18:26:08 +0000 (18:26 +0000)]
fix small interpreter leaks identified by Purify
p4raw-id: //depot/perl@5084
Gurusamy Sarathy [Mon, 14 Feb 2000 08:50:06 +0000 (08:50 +0000)]
notes about running Purify
p4raw-id: //depot/perl@5079
Gurusamy Sarathy [Mon, 14 Feb 2000 07:27:21 +0000 (07:27 +0000)]
use system malloc() instead of sbrk() in Perl_malloc() under -DPURIFY
p4raw-id: //depot/perl@5078
Gurusamy Sarathy [Mon, 14 Feb 2000 07:25:44 +0000 (07:25 +0000)]
integrate cfgperl contents into mainline
p4raw-id: //depot/perl@5077
Jarkko Hietaniemi [Mon, 14 Feb 2000 05:01:56 +0000 (05:01 +0000)]
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@5076
Jarkko Hietaniemi [Mon, 14 Feb 2000 04:56:52 +0000 (04:56 +0000)]
Configure -A stopped processing of any further options.
p4raw-id: //depot/cfgperl@5075
Gurusamy Sarathy [Mon, 14 Feb 2000 04:45:01 +0000 (04:45 +0000)]
remove outdated -DPURIFY code--it reports bogus errors during global
destruction since we actually depend on SVs being in arenas there
p4raw-id: //depot/perl@5074
Jarkko Hietaniemi [Sun, 13 Feb 2000 19:28:17 +0000 (19:28 +0000)]
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@5073
Gurusamy Sarathy [Sun, 13 Feb 2000 19:02:07 +0000 (19:02 +0000)]
more purification (pp_require() could access free memory; vdie()
could think message was random length when passed a null argument;
utilize() didn't set up the hash for the method name leading to
pp_method_named() accessing random state; PL_curpm wasn't zeroed
properly)
p4raw-id: //depot/perl@5072
Jarkko Hietaniemi [Sat, 12 Feb 2000 19:59:35 +0000 (19:59 +0000)]
uselonglong sits deep.
p4raw-id: //depot/cfgperl@5071
Jarkko Hietaniemi [Sat, 12 Feb 2000 01:25:41 +0000 (01:25 +0000)]
megalomaniac 64-bit update: most importantly,
uselonglong is eradicated, only backward
compatibility hooks in use64bits remain.
p4raw-id: //depot/cfgperl@5070
Jarkko Hietaniemi [Fri, 11 Feb 2000 21:13:41 +0000 (21:13 +0000)]
undo #5064 for now; there seems to be no good selection
of flags to add the new option.
p4raw-id: //depot/cfgperl@5069
Jarkko Hietaniemi [Fri, 11 Feb 2000 21:01:21 +0000 (21:01 +0000)]
Guard against accidental long long use.
p4raw-id: //depot/cfgperl@5068
Jarkko Hietaniemi [Fri, 11 Feb 2000 19:50:32 +0000 (19:50 +0000)]
logic fixes
p4raw-id: //depot/cfgperl@5067
Jarkko Hietaniemi [Fri, 11 Feb 2000 19:32:30 +0000 (19:32 +0000)]
Clarify 64-bit issues.
p4raw-id: //depot/cfgperl@5066
Jarkko Hietaniemi [Fri, 11 Feb 2000 18:13:29 +0000 (18:13 +0000)]
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@5065
Jarkko Hietaniemi [Fri, 11 Feb 2000 18:11:47 +0000 (18:11 +0000)]
Silence linker warnings about binary backward incompatibilities.
p4raw-id: //depot/cfgperl@5064
Gurusamy Sarathy [Fri, 11 Feb 2000 16:36:14 +0000 (16:36 +0000)]
fix uninitialized memory reads found by purify
p4raw-id: //depot/perl@5063
Jarkko Hietaniemi [Fri, 11 Feb 2000 00:11:39 +0000 (00:11 +0000)]
de-fancify the largefiles hints
p4raw-id: //depot/cfgperl@5062
Gurusamy Sarathy [Thu, 10 Feb 2000 19:17:09 +0000 (19:17 +0000)]
longstanding bug in parsing "require VERSION", could reallocate
current line and not know it; exposed by change#5004; manifested
as parse failure of C<{require 5.003}>
p4raw-link: @5004 on //depot/perl:
18b095192e336ba31465f4d3dab1ecc90871c3a9
p4raw-id: //depot/perl@5061
Jarkko Hietaniemi [Thu, 10 Feb 2000 13:29:25 +0000 (13:29 +0000)]
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@5060
Gurusamy Sarathy [Thu, 10 Feb 2000 06:21:21 +0000 (06:21 +0000)]
make global symbol exports AIX-specific
p4raw-id: //depot/perl@5059
Gurusamy Sarathy [Thu, 10 Feb 2000 06:16:57 +0000 (06:16 +0000)]
integrate cfgperl contents into mainline
p4raw-id: //depot/perl@5058
Gurusamy Sarathy [Thu, 10 Feb 2000 01:08:01 +0000 (01:08 +0000)]
windows bugfixes for virtual directories under USE_ITHREADS:
allows path mapping to unknown devices to work properly;
special file names like CONOUT$ can be opened with sysopen()
again
p4raw-id: //depot/perl@5057
Gurusamy Sarathy [Thu, 10 Feb 2000 00:56:27 +0000 (00:56 +0000)]
formline() could wipe out readonly-ness, freeing constants
prematurely, or affect cloning of pad constants
p4raw-id: //depot/perl@5056
Jarkko Hietaniemi [Wed, 9 Feb 2000 19:48:58 +0000 (19:48 +0000)]
Regenerate Configure for I_SYSLOG.
p4raw-id: //depot/cfgperl@5055
Jarkko Hietaniemi [Wed, 9 Feb 2000 19:38:04 +0000 (19:38 +0000)]
fix AIX and multiplicity problems
p4raw-id: //depot/cfgperl@5054
Jarkko Hietaniemi [Wed, 9 Feb 2000 03:54:05 +0000 (03:54 +0000)]
OS/2 gcc doesn't like -o foo.exe and -Zexe simultaneously
(reported by Yitzchak Scott-Thoennes in p5p)
p4raw-id: //depot/cfgperl@5048
Jarkko Hietaniemi [Wed, 9 Feb 2000 02:56:43 +0000 (02:56 +0000)]
(fake) use of getcwd.
p4raw-id: //depot/cfgperl@5047
Jarkko Hietaniemi [Wed, 9 Feb 2000 02:22:50 +0000 (02:22 +0000)]
lib scan fix
p4raw-id: //depot/cfgperl@5046
Jarkko Hietaniemi [Wed, 9 Feb 2000 02:17:34 +0000 (02:17 +0000)]
Reintroduce #5019 via metaconfig.
p4raw-id: //depot/cfgperl@5045
Jarkko Hietaniemi [Wed, 9 Feb 2000 02:07:08 +0000 (02:07 +0000)]
Add/restore probes for getcwd/mk*temp*/mmap.
p4raw-id: //depot/cfgperl@5044
Jarkko Hietaniemi [Tue, 8 Feb 2000 20:58:02 +0000 (20:58 +0000)]
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@5043
Gurusamy Sarathy [Tue, 8 Feb 2000 20:32:12 +0000 (20:32 +0000)]
avoid exiting just because we didn't scan for libm ('libs' may still
have it, but we avoided scan for things in 'libs')
p4raw-id: //depot/perl@5042
Gurusamy Sarathy [Tue, 8 Feb 2000 07:57:11 +0000 (07:57 +0000)]
update Changes
p4raw-id: //depot/perl@5041
Gurusamy Sarathy [Tue, 8 Feb 2000 07:51:20 +0000 (07:51 +0000)]
documentation patches (from Michael Schwern and Yitzchak
Scott-Thoennes)
p4raw-id: //depot/perl@5040
Gurusamy Sarathy [Tue, 8 Feb 2000 07:22:46 +0000 (07:22 +0000)]
alias to $^V to $PERL_VERSION_TUPLE
p4raw-id: //depot/perl@5039
Gurusamy Sarathy [Tue, 8 Feb 2000 07:03:34 +0000 (07:03 +0000)]
update Changes
p4raw-id: //depot/perl@5038
Gurusamy Sarathy [Tue, 8 Feb 2000 06:59:55 +0000 (06:59 +0000)]
Windows has a somewhat different sitelib layout, and needs
$sitelib/archname added as well
p4raw-id: //depot/perl@5037
Gurusamy Sarathy [Tue, 8 Feb 2000 06:59:03 +0000 (06:59 +0000)]
change#4987 appears to have broken libs scan for platforms that
don't set ignore_versioned_solibs (Solaris is one of them); add
derivative fix from the older logic for skipping versioned .so
libs
p4raw-link: @4987 on //depot/metaconfig: fe5b8781807029f58f40d406090e51ee2550d35eon //depot/cfgperl:
43999f954454f106a60aa261bde57912dbef8b71
p4raw-id: //depot/perl@5036
Gurusamy Sarathy [Mon, 7 Feb 2000 21:21:44 +0000 (21:21 +0000)]
sprintf("%v"...) buffer resizing busted
p4raw-id: //depot/perl@5035
Gurusamy Sarathy [Mon, 7 Feb 2000 19:16:21 +0000 (19:16 +0000)]
update Changes
p4raw-id: //depot/perl@5034
Gurusamy Sarathy [Mon, 7 Feb 2000 19:01:08 +0000 (19:01 +0000)]
stringify "\x{FFF}" to utf8 correctly; set SvUTF8 on "\x{XX}"
only when XX > 127
p4raw-id: //depot/perl@5033
Gurusamy Sarathy [Mon, 7 Feb 2000 18:25:31 +0000 (18:25 +0000)]
add note about printf("%v",...)
p4raw-id: //depot/perl@5032
Gurusamy Sarathy [Mon, 7 Feb 2000 18:18:43 +0000 (18:18 +0000)]
update Changes
p4raw-id: //depot/perl@5031
Gurusamy Sarathy [Mon, 7 Feb 2000 18:17:49 +0000 (18:17 +0000)]
thinko in change#5029
p4raw-link: @5029 on //depot/perl:
46487f74b15c77c6f040c8b818f810a5255b1078
p4raw-id: //depot/perl@5030
Gurusamy Sarathy [Mon, 7 Feb 2000 17:49:58 +0000 (17:49 +0000)]
change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_widesyscalls/;
introduce -C switch (sets $^WIDE_SYSTEM_CALLS)
p4raw-id: //depot/perl@5029
Gurusamy Sarathy [Mon, 7 Feb 2000 17:10:03 +0000 (17:10 +0000)]
perlport updates (from Peter Prymmer)
p4raw-id: //depot/perl@5028
Gurusamy Sarathy [Mon, 7 Feb 2000 16:53:47 +0000 (16:53 +0000)]
fix up Todo-5.6
p4raw-id: //depot/perl@5027
Gurusamy Sarathy [Mon, 7 Feb 2000 16:32:31 +0000 (16:32 +0000)]
rename Todo-5.005 to Todo-5.6
p4raw-id: //depot/perl@5026
Gurusamy Sarathy [Mon, 7 Feb 2000 16:09:54 +0000 (16:09 +0000)]
${^Warnings} renamed to ${^WARNING_BITS}
p4raw-id: //depot/perl@5025
Gurusamy Sarathy [Mon, 7 Feb 2000 11:47:06 +0000 (11:47 +0000)]
various Windows tweaks: make $^E a little less buggy by saving
and restoring system error across TLS fetch; avoid needless
copying of buffers
p4raw-id: //depot/perl@5024
Gurusamy Sarathy [Mon, 7 Feb 2000 11:44:19 +0000 (11:44 +0000)]
avoid MakeMaker setting $^W=1
p4raw-id: //depot/perl@5023
Gurusamy Sarathy [Mon, 7 Feb 2000 10:38:56 +0000 (10:38 +0000)]
up to v5.5.650
p4raw-id: //depot/perl@5022
Gurusamy Sarathy [Mon, 7 Feb 2000 10:10:31 +0000 (10:10 +0000)]
mention threads status in pod
p4raw-id: //depot/perl@5021
Gurusamy Sarathy [Mon, 7 Feb 2000 09:57:46 +0000 (09:57 +0000)]
tolerate NULL SITELIB_EXP
p4raw-id: //depot/perl@5020
Gurusamy Sarathy [Mon, 7 Feb 2000 09:46:11 +0000 (09:46 +0000)]
NULL-terminate PERL_INC_VERSION_LIST
p4raw-id: //depot/perl@5019
Gurusamy Sarathy [Mon, 7 Feb 2000 09:13:10 +0000 (09:13 +0000)]
add compatible versions from $Config{inc_ver_list} to search
paths automatically (from Tom Hughes <tom@compton.nu>)
p4raw-id: //depot/perl@5018
Gurusamy Sarathy [Mon, 7 Feb 2000 08:58:56 +0000 (08:58 +0000)]
makefiles now use exetype.pl to make wperl.exe
p4raw-id: //depot/perl@5017
Gurusamy Sarathy [Mon, 7 Feb 2000 08:38:25 +0000 (08:38 +0000)]
add exetype.pl (from Jan Dubois)
p4raw-id: //depot/perl@5016
Gurusamy Sarathy [Mon, 7 Feb 2000 08:29:28 +0000 (08:29 +0000)]
pod fixes (from Abigail and M J T Guy)
p4raw-id: //depot/perl@5015
Gurusamy Sarathy [Mon, 7 Feb 2000 07:09:08 +0000 (07:09 +0000)]
clarify behavior of vec() when arguments are off the end of the
string (from M J T Guy)
p4raw-id: //depot/perl@5014
Gurusamy Sarathy [Mon, 7 Feb 2000 07:08:15 +0000 (07:08 +0000)]
remove $^U dependent behaviors in runtime; chr() and sprintf('%c',...)
now return bytes all the way to 255, they will be transparently
coerced (in future) to UTF-8 when they are used in operations
involving other UTF-8 strings; C<use utf8> doesn't set $^U anymore
p4raw-id: //depot/perl@5013
Gurusamy Sarathy [Mon, 7 Feb 2000 06:36:33 +0000 (06:36 +0000)]
partly revert change#4851, apparently POSIX::uname() may not be correct
per strict reading of standard (says Tom Christiansen)
p4raw-link: @4851 on //depot/perl:
6bb694c13adc449f32ff24c71221152025ccae6c
p4raw-id: //depot/perl@5012
Gurusamy Sarathy [Mon, 7 Feb 2000 06:26:30 +0000 (06:26 +0000)]
allow 64-bit utf8-encoded integers (from Ilya Zakharevich)
p4raw-id: //depot/perl@5011
Gurusamy Sarathy [Sun, 6 Feb 2000 21:27:03 +0000 (21:27 +0000)]
fix debug code in Perl_malloc() (from Ilya Zakharevich)
p4raw-id: //depot/perl@5010
Gurusamy Sarathy [Sun, 6 Feb 2000 20:45:30 +0000 (20:45 +0000)]
set SvUTF8 on vectors only if there are chars > 127; update copyright
years (from Gisle Aas)
p4raw-id: //depot/perl@5009
Gurusamy Sarathy [Sun, 6 Feb 2000 19:28:31 +0000 (19:28 +0000)]
use builtin __CYGWIN__ rather than -DCYGWIN (from Eric Fifer
<EFifer@sanwaint.com>)
p4raw-id: //depot/perl@5008
Gurusamy Sarathy [Sun, 6 Feb 2000 17:47:01 +0000 (17:47 +0000)]
reduce memory consumption of POSIX.pm (from Ilya Zakharevich)
p4raw-id: //depot/perl@5007
Gurusamy Sarathy [Sun, 6 Feb 2000 17:28:35 +0000 (17:28 +0000)]
integrate cfgperl contents into mainline
p4raw-id: //depot/perl@5006
Gurusamy Sarathy [Sun, 6 Feb 2000 17:18:39 +0000 (17:18 +0000)]
VOS port updates (from Paul Green <Paul_Green@stratus.com>)
p4raw-id: //depot/perl@5005
Gurusamy Sarathy [Sun, 6 Feb 2000 17:00:49 +0000 (17:00 +0000)]
fix parse error on C<{ use strict }> and other constructs that
make the parser reenter while LEX_KNOWNEXT is active
p4raw-id: //depot/perl@5004
Gurusamy Sarathy [Sun, 6 Feb 2000 14:57:30 +0000 (14:57 +0000)]
avoid -Bforcearchive on netbsd too
p4raw-id: //depot/perl@5003
Gurusamy Sarathy [Sun, 6 Feb 2000 14:45:17 +0000 (14:45 +0000)]
revised notes about Pod::Parser & Co.
p4raw-id: //depot/perl@5002
Gurusamy Sarathy [Sun, 6 Feb 2000 14:02:43 +0000 (14:02 +0000)]
fix description of obsolete diagnostic
p4raw-id: //depot/perl@5001
Gurusamy Sarathy [Sun, 6 Feb 2000 13:59:58 +0000 (13:59 +0000)]
allow "\x{12ab}" even without C<use utf8>
p4raw-id: //depot/perl@5000
Gurusamy Sarathy [Sun, 6 Feb 2000 13:58:31 +0000 (13:58 +0000)]
make perlbug use new-style version numbers; improve compatibility
(runs with perl 5.005); fix swapped old vs new version reporting
p4raw-id: //depot/perl@4999
Gurusamy Sarathy [Sun, 6 Feb 2000 13:56:45 +0000 (13:56 +0000)]
support sprintf("v%v", v1.2.3) (works on any string argument, in
fact); add tests for version tuples
p4raw-id: //depot/perl@4998
Gurusamy Sarathy [Fri, 4 Feb 2000 21:40:08 +0000 (21:40 +0000)]
change#4970 fallout for useithreads
p4raw-link: @4970 on //depot/perl:
354992b151c6d0f4f02b9e65e8ba749a959e700d
p4raw-id: //depot/perl@4997
Jarkko Hietaniemi [Fri, 4 Feb 2000 20:09:00 +0000 (20:09 +0000)]
Largefilify offsets of tied handles.
p4raw-id: //depot/cfgperl@4996
Jarkko Hietaniemi [Fri, 4 Feb 2000 19:54:25 +0000 (19:54 +0000)]
Sanity check for libraries scan.
p4raw-id: //depot/cfgperl@4995
Jarkko Hietaniemi [Fri, 4 Feb 2000 19:48:42 +0000 (19:48 +0000)]
HP-UX largefileness doesn't like lseek being redeclared;
no more USE_LONG_LONG.
p4raw-id: //depot/cfgperl@4994
Jarkko Hietaniemi [Fri, 4 Feb 2000 19:13:10 +0000 (19:13 +0000)]
Use <syslog.h>, not <sys/syslog.h>.
p4raw-id: //depot/cfgperl@4992
Gurusamy Sarathy [Fri, 4 Feb 2000 19:11:07 +0000 (19:11 +0000)]
dmake is on CPAN now
p4raw-id: //depot/perl@4991
Jarkko Hietaniemi [Fri, 4 Feb 2000 19:04:01 +0000 (19:04 +0000)]
Re-introduce #4817 and #4964 wiped out by #4987.
p4raw-id: //depot/cfgperl@4990
Jarkko Hietaniemi [Fri, 4 Feb 2000 18:54:00 +0000 (18:54 +0000)]
typo fix
p4raw-id: //depot/cfgperl@4989
Jarkko Hietaniemi [Fri, 4 Feb 2000 18:34:06 +0000 (18:34 +0000)]
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@4988
Jarkko Hietaniemi [Fri, 4 Feb 2000 18:31:05 +0000 (18:31 +0000)]
Configure megamaintenance. Cppsym (hopefully) final spasms;
default is to use long long if available; various nits
here and there; fixed to hpux 64-bitnes and largefileness.
p4raw-id: //depot/cfgperl@4987