Nick Ing-Simmons [Sat, 15 May 1999 15:56:10 +0000 (15:56 +0000)]
Mingw32 + w32api-0.1.5 tweaks
- now more like other Win32 compilers
p4raw-id: //depot/perl@3425
Nick Ing-Simmons [Fri, 14 May 1999 21:04:22 +0000 (21:04 +0000)]
Experimental "slab" allocator for ops.
To try it -DPL_OP_SLAB_ALLOC for op.c
This is for proof of concept only, it leaks memory
(ops are not free'd) so don't use in embedded apps.
If this minimalist version does not show performance
gain then whole idea is worthless.
Nick see's approx 12% speed up vs perlmalloc running
perl -Ilib -MCPAN -e ''
Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
p4raw-id: //depot/perl@3424
Gurusamy Sarathy [Fri, 14 May 1999 19:55:04 +0000 (19:55 +0000)]
on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
found (brings sitelib intuition in line with privlib)
p4raw-id: //depot/perl@3423
Gurusamy Sarathy [Fri, 14 May 1999 03:08:29 +0000 (03:08 +0000)]
mortalize string allocations by win32_get_{priv,site}lib()
(fixes small memory leak in interpreter)
p4raw-id: //depot/perl@3419
Gurusamy Sarathy [Fri, 14 May 1999 03:06:50 +0000 (03:06 +0000)]
make win32_longname() preserve kind of slashes in argument
p4raw-id: //depot/perl@3418
Gurusamy Sarathy [Fri, 14 May 1999 03:04:44 +0000 (03:04 +0000)]
canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
p4raw-id: //depot/perl@3417
Nick Ing-Simmons [Thu, 13 May 1999 20:04:26 +0000 (20:04 +0000)]
valist vs va_list typo
p4raw-id: //depot/perl@3414
Gurusamy Sarathy [Thu, 13 May 1999 14:16:56 +0000 (14:16 +0000)]
docatch_body() declaration mismatch
p4raw-id: //depot/perl@3411
Hugo van der Sanden [Sun, 2 May 1999 17:02:53 +0000 (18:02 +0100)]
better range-checking on list slices, with test
Message-Id: <
199905021602.RAA13905@crypt.compulink.co.uk>
Subject: Re: List slice of undefs returns 0 items
p4raw-id: //depot/perl@3406
Gurusamy Sarathy [Wed, 12 May 1999 11:22:27 +0000 (11:22 +0000)]
change#3397 needs test tweak
p4raw-link: @3397 on //depot/perl:
aa854799af20b80973df4e295167b2fda1fc7a9c
p4raw-id: //depot/perl@3405
Gurusamy Sarathy [Wed, 12 May 1999 11:07:44 +0000 (11:07 +0000)]
typo in change#3397
p4raw-link: @3397 on //depot/perl:
aa854799af20b80973df4e295167b2fda1fc7a9c
p4raw-id: //depot/perl@3404
Stephen Zander [Wed, 12 May 1999 01:22:31 +0000 (18:22 -0700)]
Re: Test::Harness runs tainted tests with wrong library path
Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
p4raw-id: //depot/perl@3403
Gurusamy Sarathy [Wed, 12 May 1999 10:42:06 +0000 (10:42 +0000)]
typo in change#3400
p4raw-link: @3400 on //depot/perl:
c8c62db702b7e7b28e0c00febb0781eff4341baf
p4raw-id: //depot/perl@3402
Albert Dvornik [Tue, 11 May 1999 13:32:04 +0000 (09:32 -0400)]
deparse \&func() as \(&func()) for clarity
Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
p4raw-id: //depot/perl@3400
Gurusamy Sarathy [Wed, 12 May 1999 10:36:02 +0000 (10:36 +0000)]
more testsuite smarts (many of them courtesy Ilya)
p4raw-id: //depot/perl@3399
Jan Dubois [Wed, 12 May 1999 01:01:00 +0000 (03:01 +0200)]
chop/chomp modify readonly values
Message-ID: <
3741b5e8.
20386944@smtp1.ibm.net>
p4raw-id: //depot/perl@3397
Gurusamy Sarathy [Wed, 12 May 1999 08:23:27 +0000 (08:23 +0000)]
opendir(D,"x:") on win32 opens cwd() for drive rather than root;
stat() behaves similarly
p4raw-id: //depot/perl@3396
Gurusamy Sarathy [Tue, 11 May 1999 20:56:43 +0000 (20:56 +0000)]
update embedvar.h
p4raw-id: //depot/perl@3392
Joshua Pritikin [Tue, 11 May 1999 11:10:13 +0000 (07:10 -0400)]
Socket IPPROTO_TCP [PATCH 5.005_5x]
Message-ID: <Pine.GSO.4.02.
9905111106460.1418-100000@eq1062.wks.na.deuba.com>
p4raw-id: //depot/perl@3391
Gurusamy Sarathy [Tue, 11 May 1999 15:27:40 +0000 (15:27 +0000)]
display more frequent progress messages when STDOUT is a tty
p4raw-id: //depot/perl@3390
Ilya Zakharevich [Mon, 10 May 1999 02:07:01 +0000 (22:07 -0400)]
Explanations by Test::Harness
Message-Id: <
199905100607.
CAA26045@monk.mps.ohio-state.edu>
p4raw-id: //depot/perl@3389
Gurusamy Sarathy [Tue, 11 May 1999 14:08:14 +0000 (14:08 +0000)]
avoid creating spurious subroutine stubs on failed subroutine
call and other places of sv_2cv() misuse; fixes problems with
failed subroutine calls "hiding" later attempts to lookup methods
in base classes
p4raw-id: //depot/perl@3388
Gurusamy Sarathy [Tue, 11 May 1999 09:34:13 +0000 (09:34 +0000)]
various fixes for clean build and test on win32; configpm broken,
needed to open myconfig.SH rather than myconfig; sundry adjustments
to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
work under win32; getenv_sv() changed to getenv_len() since SVs
aren't visible in the lower echelons; remove bogus exports from
config.sym; PERL_OBJECT-ness for C++ exception support; null out
IoDIRP in filter_del() or sv_free() will attempt to close it
p4raw-id: //depot/perl@3387
Chip Salzenberg [Tue, 9 Mar 1999 11:51:57 +0000 (06:51 -0500)]
gutsupport for C++ exceptions
Message-ID: <
19990309115157.E7911@perlsupport.com>
Subject: [PATCH 5.005] Flexible Exceptions
p4raw-id: //depot/perl@3386
Gurusamy Sarathy [Mon, 10 May 1999 19:33:36 +0000 (19:33 +0000)]
"weak" references internals, still needs perlguts documentation
(somewhat modified version of patch suggested by Tuomas J. Lukka
<lukka@fas.harvard.edu>)
p4raw-id: //depot/perl@3385
Gurusamy Sarathy [Mon, 10 May 1999 12:27:14 +0000 (12:27 +0000)]
regen regnodes.h
p4raw-id: //depot/perl@3380
Jan Dubois [Sat, 1 May 1999 22:55:36 +0000 (00:55 +0200)]
Win32 and VC++ 98 doesn't support CASTI
Message-ID: <
373067e9.
56194713@smtp1.ibm.net>
p4raw-id: //depot/perl@3379
Ilya Zakharevich [Fri, 30 Apr 1999 22:26:09 +0000 (18:26 -0400)]
Self-consistent numeric conversion again
Message-Id: <
199905010226.WAA19127@monk.mps.ohio-state.edu>
p4raw-id: //depot/perl@3378
Gurusamy Sarathy [Mon, 10 May 1999 11:39:48 +0000 (11:39 +0000)]
pp_modulo comment tweak from Ilya
p4raw-id: //depot/perl@3377
Joshua Pritikin [Fri, 7 May 1999 11:31:00 +0000 (07:31 -0400)]
Test.pm update [PATCH _56]
Message-ID: <Pine.GSO.4.02.
9905071127100.1449-100000@eq1062.wks.na.deuba.com>
p4raw-id: //depot/perl@3376
Jan Dubois [Fri, 7 May 1999 00:59:54 +0000 (02:59 +0200)]
Re: Using existing memory for an SV's PV
Message-ID: <
373318ae.
19292461@smtp1.ibm.net>
p4raw-id: //depot/perl@3375
Jan Dubois [Fri, 7 May 1999 00:59:52 +0000 (02:59 +0200)]
Fix -Dm memory debugging for PERL_OBJECT
Message-ID: <
37321800.
19118320@smtp1.ibm.net>
p4raw-id: //depot/perl@3374
Ilya Zakharevich [Thu, 6 May 1999 18:17:28 +0000 (14:17 -0400)]
Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
Message-ID: <
19990506181728.A12433@monk.mps.ohio-state.edu>
p4raw-id: //depot/perl@3373
Ilya Zakharevich [Thu, 6 May 1999 01:21:05 +0000 (21:21 -0400)]
Cosmetic: data-driven REx-dump
Message-Id: <
199905060521.
BAA03485@monk.mps.ohio-state.edu>
p4raw-id: //depot/perl@3372
lane@duphy4.physics.drexel.edu [Tue, 4 May 1999 10:19:25 +0000 (03:19 -0700)]
pod->html VMS fixes
Message-Id: <3.0.6.32.
19990504101925.
02ecde30@ous.edu>
p4raw-id: //depot/perl@3371
Gurusamy Sarathy [Mon, 10 May 1999 10:45:52 +0000 (10:45 +0000)]
testsuite nits
p4raw-id: //depot/perl@3370
Ilya Zakharevich [Mon, 3 May 1999 22:38:50 +0000 (18:38 -0400)]
Quickier thread-specific data on OS/2
Message-Id: <
199905040238.WAA01865@monk.mps.ohio-state.edu>
p4raw-id: //depot/perl@3369
Albert Dvornik [Mon, 3 May 1999 12:20:57 +0000 (08:20 -0400)]
do_sv_dump does dump (core) on IO handles
Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
p4raw-id: //depot/perl@3368
Patrick O'Brien [Sat, 1 May 1999 19:41:17 +0000 (15:41 -0400)]
shadow password support for Solaris (needs Configure help to
determine HAS_GETSPENT)
Message-Id: <
199905012341.TAA23989@optimus.cs.umd.edu>
Subject: getpwent() under solaris
p4raw-id: //depot/perl@3367
Jan Dubois [Sat, 1 May 1999 23:45:47 +0000 (01:45 +0200)]
Add POLLUTE=1 option to MakeMaker
Message-ID: <
373373fb.
59284266@smtp1.ibm.net>
p4raw-id: //depot/perl@3366
Paul Johnson [Thu, 29 Apr 1999 06:28:14 +0000 (07:28 +0100)]
test suite and fix input_line_number()
Message-ID: <
19990429062814.A17906@west-tip.transeda.com>
Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
p4raw-id: //depot/perl@3365
Hugo van der Sanden [Fri, 30 Apr 1999 09:26:18 +0000 (10:26 +0100)]
fix overeager [:foo:] parsing
Message-Id: <
199904300826.JAA01257@crypt.compulink.co.uk>
Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005
p4raw-id: //depot/perl@3364
Jan Dubois [Tue, 30 Mar 1999 08:05:03 +0000 (10:05 +0200)]
documentation for Win32 builtins (somewhat modified)
Message-ID: <
37006783.1926460@smtp1.ibm.net>
Subject: Re: Issues with build 509
p4raw-id: //depot/perl@3363
Gurusamy Sarathy [Mon, 10 May 1999 08:22:07 +0000 (08:22 +0000)]
provide File::Copy::syscopy() via Win32::CopyFile() on win32
p4raw-id: //depot/perl@3362
Gurusamy Sarathy [Mon, 10 May 1999 08:11:29 +0000 (08:11 +0000)]
escape ampersands in <pre> sections
p4raw-id: //depot/perl@3361
David R. Favor [Wed, 28 Apr 1999 08:45:28 +0000 (03:45 -0500)]
AIX hints enhancements (threads build, SOCKS support)
Message-ID: <
372710F8.
B1F73BEB@austin.ibm.com>
Subject: Working build for AIX + gcc + threading
p4raw-id: //depot/perl@3360
Gurusamy Sarathy [Mon, 10 May 1999 07:49:26 +0000 (07:49 +0000)]
more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
Date: Tue, 27 Apr 1999 23:47:24 PDT
Message-ID: <
19990428064724.95244.qmail@hotmail.com>
Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
--
Date: Thu, 29 Apr 1999 18:21:06 -0700
Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
Subject: [PATCH 5.005_56] double constants ( C.pm)
--
Date: Mon, 03 May 1999 20:21:31 PDT
Message-ID: <
19990504032131.81113.qmail@hotmail.com>
Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
--
Date: Thu, 06 May 1999 17:57:09 -0700
Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
Subject: Stash.pm
p4raw-id: //depot/perl@3359
Alexander Smishlajev [Sun, 25 Apr 1999 14:58:29 +0000 (17:58 +0300)]
cygwin32 update (untested adaptation of patch against 5.005_03)
Message-ID: <
37230365.
5F68B460@turnhere.com>
Subject: [PATCH]5.005_03 (CORE) cygwin32 port
p4raw-id: //depot/perl@3358
Charles Bailey [Sat, 24 Apr 1999 20:12:43 +0000 (16:12 -0400)]
applied suggested patch, modulo already applied parts
Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
Subject: [Patch 5.005_56] VMS consolidated patch #2
p4raw-id: //depot/perl@3357
Tom Hughes [Sat, 24 Apr 1999 18:11:59 +0000 (19:11 +0100)]
applied suggested patch, with win32 and PERL_OBJECT additions
Message-ID: <
609bdff748.tom@compton.compton.nu>
Subject: ByteLoader patch
p4raw-id: //depot/perl@3356
Gurusamy Sarathy [Mon, 10 May 1999 03:22:49 +0000 (03:22 +0000)]
document 'test' attribute (from Andreas Koenig)
p4raw-id: //depot/perl@3355
Paul Marquess [Thu, 22 Apr 1999 23:12:08 +0000 (00:12 +0100)]
PATCH for small bug in scan_bin
Message-ID: <
5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
p4raw-id: //depot/perl@3354
Gurusamy Sarathy [Mon, 10 May 1999 02:39:33 +0000 (02:39 +0000)]
more bulletproof workaround for mangled paths (updates changes#3345,3350);
provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
p4raw-link: @3350 on //depot/perl:
b5ce6607ab4b332cfeb9911174599b4208a0bc29
p4raw-link: @3345 on //depot/perl:
95140b9803ddf95b050f1d52936f19393a6b541c
p4raw-id: //depot/perl@3353
Gurusamy Sarathy [Sun, 9 May 1999 22:47:39 +0000 (22:47 +0000)]
flush all open output buffers before fork(), exec(), system, qx//
and pipe open() operations, simplifying buffering headaches faced
by users; uses fflush(NULL), which may need Configure test
p4raw-id: //depot/perl@3352
Gurusamy Sarathy [Sun, 9 May 1999 21:11:51 +0000 (21:11 +0000)]
perlcc on win32 (correct version of fix suggested by Jean-Louis
Leroy <jll@skynet.be>)
p4raw-id: //depot/perl@3351
Gurusamy Sarathy [Sun, 9 May 1999 20:39:11 +0000 (20:39 +0000)]
normalize $^X to full pathname on win32
p4raw-id: //depot/perl@3350
Gurusamy Sarathy [Sun, 9 May 1999 20:23:07 +0000 (20:23 +0000)]
allow readline($globref), <$globref> already works
p4raw-id: //depot/perl@3349
Gurusamy Sarathy [Sun, 9 May 1999 20:00:09 +0000 (20:00 +0000)]
perldoc cleanups (variant of changes suggested by Christian Lemburg
<lemburg@online-club.de>)
p4raw-id: //depot/perl@3348
Gurusamy Sarathy [Sun, 9 May 1999 18:47:21 +0000 (18:47 +0000)]
additions to Thread.pm docs from Tuomas J. Lukka
<lukka@fas.harvard.edu>
p4raw-id: //depot/perl@3347
Stephen McCamant [Sat, 17 Apr 1999 02:46:13 +0000 (19:46 -0700)]
Re: pdt: Perl Development Tools?
Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
p4raw-id: //depot/perl@3346
Gurusamy Sarathy [Sun, 9 May 1999 18:22:43 +0000 (18:22 +0000)]
work around mangled archname on win32 while finding privlib/sitelib;
normalize lib paths to forward slashes internally
p4raw-id: //depot/perl@3345
Gurusamy Sarathy [Sun, 9 May 1999 03:20:06 +0000 (03:20 +0000)]
fix typo in dbm filters that caused odbm.t to fail
p4raw-id: //depot/perl@3344
Gurusamy Sarathy [Sun, 9 May 1999 02:02:59 +0000 (02:02 +0000)]
tweak test totals
p4raw-id: //depot/perl@3343
Gurusamy Sarathy [Sun, 9 May 1999 01:42:06 +0000 (01:42 +0000)]
import list propagation busted (pointed out by Ton Hospel
<thospel@mail.dma.be>)
p4raw-id: //depot/perl@3342
Gurusamy Sarathy [Sun, 9 May 1999 00:54:18 +0000 (00:54 +0000)]
hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
(as suggested by Eric Boehm <boehm@nortelnetworks.com>)
p4raw-id: //depot/perl@3341
Gurusamy Sarathy [Sun, 9 May 1999 00:40:41 +0000 (00:40 +0000)]
generate manpages for newly added utils
p4raw-id: //depot/perl@3340
Hugo van der Sanden [Sun, 2 May 1999 17:59:24 +0000 (18:59 +0100)]
Re: ptr to realloced memory in yylex
Message-Id: <
199905021659.RAA14016@crypt.compulink.co.uk>
p4raw-id: //depot/perl@3339
Gurusamy Sarathy [Sat, 8 May 1999 21:48:22 +0000 (21:48 +0000)]
make perldoc -f grok nested =items
p4raw-id: //depot/perl@3336
Gurusamy Sarathy [Sat, 8 May 1999 19:48:11 +0000 (19:48 +0000)]
allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
p4raw-id: //depot/perl@3335
Gurusamy Sarathy [Sat, 8 May 1999 19:09:41 +0000 (19:09 +0000)]
update test totals
p4raw-id: //depot/perl@3334
Gurusamy Sarathy [Sat, 8 May 1999 16:56:02 +0000 (16:56 +0000)]
mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
p4raw-id: //depot/perl@3333
William Mann [Mon, 12 Apr 1999 12:25:22 +0000 (08:25 -0400)]
applied suggested patch, added tests
Message-Id: <
199904121625.MAA00983@hwsrv1.avici.com>
Subject: BigInt.pm extensions for logical operations
p4raw-id: //depot/perl@3332
Gurusamy Sarathy [Sat, 8 May 1999 16:09:33 +0000 (16:09 +0000)]
avoid temporary files named 'tmp'
p4raw-id: //depot/perl@3331
Nick Ing-Simmons [Sat, 8 May 1999 14:16:30 +0000 (14:16 +0000)]
Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
Provide Tie::StdHandle
Basic update of docs.
p4raw-id: //depot/perl@3330
Nick Ing-Simmons [Sat, 8 May 1999 12:03:45 +0000 (12:03 +0000)]
Tweaks to open(my $fh,...) stuff
p4raw-id: //depot/perl@3329
Nick Ing-Simmons [Sat, 8 May 1999 11:18:42 +0000 (11:18 +0000)]
Bring SDBM_File.xs into line with new typemap
p4raw-id: //depot/perl@3328
Gurusamy Sarathy [Sat, 8 May 1999 00:07:11 +0000 (00:07 +0000)]
add test case for AUTOLOAD reentrancy fix in change#3279
p4raw-link: @3279 on //depot/maint-5.004/perl:
0e728c71769b15d79c5e25115ecf62c06ac5c5ea
p4raw-id: //depot/perl@3327
Nick Ing-Simmons [Fri, 7 May 1999 21:24:50 +0000 (21:24 +0000)]
Implement open( my $fh, ...) and similar.
Set flag in op.c for "constructor ops"
In pp_rv2gv, if flag is set and arg is PADSV and uninit
vivify as reference to a detached GV.
(Name of GV is the pad name.)
This scheme should "just work" for pipe/socket etc. too.
#if 0 out the open(FH,undef) for now.
Change t/io/open.t to test open(my $fh,...)
p4raw-id: //depot/perl@3326
Nick Ing-Simmons [Fri, 7 May 1999 21:18:42 +0000 (21:18 +0000)]
Correct SvLEN vs SvCUR which leads to odd "chunk" vs "line" in mess().
p4raw-id: //depot/perl@3325
Gurusamy Sarathy [Fri, 7 May 1999 20:28:31 +0000 (20:28 +0000)]
avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
intervening code has to allocate SVs)
p4raw-id: //depot/perl@3324
Gurusamy Sarathy [Fri, 7 May 1999 19:45:08 +0000 (19:45 +0000)]
allow line numbers to show in diagnostics during global destruction
p4raw-id: //depot/perl@3323
Dan Sugalski [Fri, 9 Apr 1999 16:16:39 +0000 (09:16 -0700)]
Bug in MM_VMS.PM
Message-Id: <3.0.6.32.
19990409161639.
02ea1050@ous.edu>
p4raw-id: //depot/perl@3322
Karl Heuer [Wed, 7 Apr 1999 23:58:58 +0000 (19:58 -0400)]
[perl-5.005.02] detect lack of /dev/tty
Message-Id: <
199904080358.XAA01192@mescaline.gnu.org>
p4raw-id: //depot/perl@3321
Roderick Schertler [Wed, 7 Apr 1999 15:34:56 +0000 (11:34 -0400)]
allow distinct prefix for versioned executables
Message-ID: <3003.
923513696@eeyore.ibcinc.com>
Subject: perl55.00503 -> perl5.00503 patch for installperl
p4raw-id: //depot/perl@3320
Gurusamy Sarathy [Fri, 7 May 1999 08:07:02 +0000 (08:07 +0000)]
From: Dan Sugalski <sugalskd@osshe.edu>
Date: Mon, 05 Apr 1999 15:38:42 -0700
Message-Id: <3.0.6.32.
19990405153842.
0367b650@ous.edu>
Subject: Re: chomp fails with $/ in fixed-length record mode
--
From: Roderick Schertler <roderick@argon.org>
Date: Tue, 06 Apr 1999 21:11:37 -0400
Message-ID: <2795.
923447497@eeyore.ibcinc.com>
Subject: Re: chomp fails with $/ in fixed-length record mode
p4raw-id: //depot/perl@3319
Ilya Zakharevich [Tue, 6 Apr 1999 01:40:36 +0000 (21:40 -0400)]
Make % use fmod()
Message-ID: <
19990406014035.A1238@monk.mps.ohio-state.edu>
p4raw-id: //depot/perl@3318
Paul Marquess [Sun, 18 Apr 1999 21:05:52 +0000 (22:05 +0100)]
DBM Filters (via private mail)
Message-Id: <
199904182009.NAA19152@activestate.com>
Subject: DBM Filters
p4raw-id: //depot/perl@3317
Jan Dubois [Sat, 3 Apr 1999 19:04:18 +0000 (21:04 +0200)]
avoid negative return value from Win32::GetTickCount()
Message-ID: <
37084742.
22824479@smtp1.ibm.net>
Subject: Re: Win32::GetTickCount
p4raw-id: //depot/perl@3316
Nick Ing-Simmons [Thu, 6 May 1999 21:44:38 +0000 (21:44 +0000)]
open(FH,undef) # creates new_tmpfile opened read/write
Add t/io/open.t with test for above.
p4raw-id: //depot/perl@3315
Gurusamy Sarathy [Thu, 6 May 1999 08:01:23 +0000 (08:01 +0000)]
compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
Date: Tue, 30 Mar 1999 23:40:34 PST
Message-ID: <
19990331074034.6117.qmail@hotmail.com>
Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
--
Date: Wed, 07 Apr 1999 00:28:23 -0800
Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
Subject: [PATCH 5.005_56] function prototypes(B.pm)
--
Date: Thu, 22 Apr 1999 23:40:52 -0700
Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
Subject: [PATCH 5.005_56 ] discarding worthless padsvs
--
Date: Tue, 27 Apr 1999 01:14:49 PDT
Message-ID: <
19990427081449.28615.qmail@hotmail.com>
Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
p4raw-id: //depot/perl@3314
Gurusamy Sarathy [Thu, 6 May 1999 07:11:50 +0000 (07:11 +0000)]
add Ethiopic section to unicode master database (from Ken
Whistler <kenw@sybase.com>)
p4raw-id: //depot/perl@3312
Damon Atkins [Tue, 30 Mar 1999 11:26:11 +0000 (21:26 +1000)]
Largefiles for Solaris
Message-Id: <
199903300126.LAA20870@sysmgtdev.nabaus.com.au>
p4raw-id: //depot/perl@3311
Gurusamy Sarathy [Thu, 6 May 1999 05:14:35 +0000 (05:14 +0000)]
emit more accurate diagnostic for syntax errors involving <>
within eval""
p4raw-id: //depot/perl@3310
Gurusamy Sarathy [Thu, 6 May 1999 04:36:31 +0000 (04:36 +0000)]
additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
p4raw-id: //depot/perl@3309
Hugo van der Sanden [Sun, 28 Mar 1999 04:51:34 +0000 (05:51 +0100)]
applied first part of suggested patch (bug described cannot be
reproduced any longer, so the second inconclusive part has not
been applied)
Message-Id: <
199903280351.
EAA20430@crypt.compulink.co.uk>
Subject: [PATCH 5.005_56] Re: A core dump
p4raw-id: //depot/perl@3308
Gurusamy Sarathy [Thu, 6 May 1999 01:56:06 +0000 (01:56 +0000)]
fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
change#3180)
p4raw-link: @3180 on //depot/perl:
fd3835b3e90ede5576a7ad392beef86bf933ce15
p4raw-id: //depot/perl@3307
Charles Bailey [Sat, 27 Mar 1999 00:16:51 +0000 (20:16 -0400)]
applied non-conflicting parts of suggested patch
Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
Subject: [Patch 5.005_56] Revised VMS patch
p4raw-id: //depot/perl@3306
Gurusamy Sarathy [Wed, 5 May 1999 16:20:19 +0000 (16:20 +0000)]
make perldoc use backslashed pathnames within system() on win32
p4raw-id: //depot/perl@3305
Gurusamy Sarathy [Wed, 5 May 1999 07:29:43 +0000 (07:29 +0000)]
upgrade Pod::Parser to v1.081 from CPAN
p4raw-id: //depot/perl@3304
Andy Dougherty [Fri, 19 Mar 1999 12:31:35 +0000 (07:31 -0500)]
INSTALL patches
Message-Id: <Pine.GSU.4.05.
9903191208250.8899-100000@newton.phys>
p4raw-id: //depot/perl@3303