26 years ago[asperl] add AS patch#16
Gurusamy Sarathy [Mon, 20 Apr 1998 20:51:50 +0000]
[asperl] add AS patch#16

p4raw-id: //depot/asperl@892

26 years ago[asperl] small tweaks to make it compile (doesn't run)
Gurusamy Sarathy [Wed, 8 Apr 1998 01:14:29 +0000]
[asperl] small tweaks to make it compile (doesn't run)

p4raw-id: //depot/asperl@885

26 years ago[asperl] integrate mainline changes
Gurusamy Sarathy [Wed, 8 Apr 1998 00:14:13 +0000]
[asperl] integrate mainline changes

p4raw-id: //depot/asperl@884

26 years ago[win32] make old DomainName() implementation the default (so Win95
Gurusamy Sarathy [Mon, 6 Apr 1998 20:21:20 +0000]
[win32] make old DomainName() implementation the default (so Win95
is happy)

p4raw-id: //depot/win32/perl@883

26 years ago[win32] fix memory leaks in offer_nice_chunk()
Gurusamy Sarathy [Sun, 5 Apr 1998 23:32:33 +0000]
[win32] fix memory leaks in offer_nice_chunk()

p4raw-id: //depot/win32/perl@882

26 years ago[win32] set up PUSHSTACK for __DIE__ and __WARN__ hooks also
Gurusamy Sarathy [Sat, 4 Apr 1998 23:11:52 +0000]
[win32] set up PUSHSTACK for __DIE__ and __WARN__ hooks also

p4raw-id: //depot/win32/perl@881

26 years ago[win32] fix refcounting of GvSTASH() when glob becomes nought
Gurusamy Sarathy [Sat, 4 Apr 1998 22:35:54 +0000]
[win32] fix refcounting of GvSTASH() when glob becomes nought
(this takes care of the "unbalanced strtab refcount" problem)

p4raw-id: //depot/win32/perl@880

26 years ago[win32] change 866 was incomplete
Gurusamy Sarathy [Sat, 4 Apr 1998 21:16:17 +0000]
[win32] change 866 was incomplete

p4raw-id: //depot/win32/perl@879

26 years ago[win32] fixes for various noises under PERL_DESTRUCT_LEVEL
Gurusamy Sarathy [Sat, 4 Apr 1998 20:31:56 +0000]
[win32] fixes for various noises under PERL_DESTRUCT_LEVEL

p4raw-id: //depot/win32/perl@878

26 years ago[win32] integrate mainline
Gurusamy Sarathy [Sat, 4 Apr 1998 17:55:30 +0000]
[win32] integrate mainline

p4raw-id: //depot/win32/perl@877

26 years ago[win32] remove __declspec kludge in sdbm.h in favor of setting a
Gurusamy Sarathy [Sat, 4 Apr 1998 17:26:32 +0000]
[win32] remove __declspec kludge in sdbm.h in favor of setting a
flag for static symbols

p4raw-id: //depot/win32/perl@876

26 years ago[win32] fix order of init
Hans Mulder [Fri, 3 Apr 1998 13:58:15 +0000]
[win32] fix order of init
Message-Id: <3.0.5.32.19980403135815.009d2440@osshe.edu>
Subject: [PATCH 5.004_64] perl dies in perl_construct when compiled
 with MULTIPLICITY

p4raw-id: //depot/win32/perl@875

26 years ago[win32] the EXTCONST in sdbm.h breaks SDBM on Borland, since
Gurusamy Sarathy [Sat, 4 Apr 1998 00:34:59 +0000]
[win32] the EXTCONST in sdbm.h breaks SDBM on Borland, since
the declared symbol is not in a DLL (so kludge it)

p4raw-id: //depot/win32/perl@874

26 years agoUpdate Changes5.004 and Changes, fix MANIFEST
Malcolm Beattie [Fri, 3 Apr 1998 13:38:59 +0000]
Update Changes5.004 and Changes, fix MANIFEST

p4raw-id: //depot/perl@871

26 years agoRename Changes to Changes5.004 (via an integrate)
Malcolm Beattie [Fri, 3 Apr 1998 13:36:29 +0000]
Rename Changes to Changes5.004 (via an integrate)

p4raw-id: //depot/perl@870

26 years agoPerl 5.005b1t2/perl5.004_63 (resend)
Jan-Pieter Cornet [Wed, 18 Mar 1998 01:24:20 +0000]
Perl 5.005b1t2/perl5.004_63 (resend)

p4raw-id: //depot/perl@869

26 years agoIntegrate win32 branch into mainline
Malcolm Beattie [Fri, 3 Apr 1998 11:16:26 +0000]
Integrate win32 branch into mainline

p4raw-id: //depot/perl@868

26 years ago[win32] config.* fixes
Gurusamy Sarathy [Fri, 3 Apr 1998 08:47:55 +0000]
[win32] config.* fixes

p4raw-id: //depot/win32/perl@867

26 years ago[win32] fixup hv_free_ent() to not fail on null HeVAL()
Gurusamy Sarathy [Fri, 3 Apr 1998 07:22:50 +0000]
[win32] fixup hv_free_ent() to not fail on null HeVAL()

p4raw-id: //depot/win32/perl@866

26 years ago[win32] integrate mainline
Gurusamy Sarathy [Fri, 3 Apr 1998 07:06:12 +0000]
[win32] integrate mainline

p4raw-id: //depot/win32/perl@865

26 years ago[win32] implement stack-of-stacks so that magic invocations don't
Gurusamy Sarathy [Fri, 3 Apr 1998 06:59:37 +0000]
[win32] implement stack-of-stacks so that magic invocations don't
invalidate local stack pointer

p4raw-id: //depot/win32/perl@864

26 years ago[asperl] add AS patch#15
Gurusamy Sarathy [Fri, 3 Apr 1998 01:26:09 +0000]
[asperl] add AS patch#15

p4raw-id: //depot/asperl@863

26 years agoConfig_63-04-05.diff
Andy Dougherty [Thu, 2 Apr 1998 11:56:51 +0000]
Config_63-04-05.diff

p4raw-id: //depot/perl@862

26 years agoChange 854 added { NULL, 0 } to sdbm.h which needs to be {0, 0}
Malcolm Beattie [Thu, 2 Apr 1998 16:32:53 +0000]
Change 854 added { NULL, 0 } to sdbm.h which needs to be {0, 0}
since appropriate headers aren't included.

p4raw-id: //depot/perl@861

26 years agoBumped patchlevel.h to 64
Malcolm Beattie [Thu, 2 Apr 1998 16:17:11 +0000]
Bumped patchlevel.h to 64

p4raw-id: //depot/perl@860

26 years agoRe: [PATCH] 5.004_63: UNICOS 9
Jarkko Hietaniemi [Fri, 20 Mar 1998 19:39:28 +0000]
Re: [PATCH] 5.004_63: UNICOS 9

p4raw-id: //depot/perl@859

26 years agoRe: Odd number of elements in hash list.
Tom Phoenix [Sat, 28 Mar 1998 15:26:46 +0000]
Re: Odd number of elements in hash list.

p4raw-id: //depot/perl@858

26 years agoClose VMS security hole
Charles Bailey [Sat, 28 Mar 1998 02:05:03 +0000]
Close VMS security hole

p4raw-id: //depot/perl@857

26 years agomv-if-diff
Robin Barker [Fri, 27 Mar 1998 18:06:11 +0000]
mv-if-diff

p4raw-id: //depot/perl@856

26 years agoRe: [PATCH] [BUG 5.004_63] define/set of PERL_DESTRUCT_LEVEL
Jan-Pieter Cornet [Fri, 27 Mar 1998 02:11:21 +0000]
Re: [PATCH] [BUG 5.004_63] define/set of PERL_DESTRUCT_LEVEL
Date: Fri, 27 Mar 1998 02:11:21 +0100 (MET)
Subject: [PATCH] another destruct_level fix
Date: Mon, 30 Mar 1998 23:48:12 +0200 (MET DST)

p4raw-id: //depot/perl@855

26 years agoNext wave of _63 VMS patches
Charles Bailey [Thu, 26 Mar 1998 15:11:50 +0000]
Next wave of _63 VMS patches

p4raw-id: //depot/perl@854

26 years agoConfusing error from perl -e "x'"
Hans Mulder [Wed, 25 Mar 1998 17:43:17 +0000]
Confusing error from perl -e "x'"

p4raw-id: //depot/perl@853

26 years agosmall fixups in pod2latex.PL
Darren/Torin/Who Ever... [Wed, 25 Mar 1998 13:30:25 +0000]
small fixups in pod2latex.PL

p4raw-id: //depot/perl@852

26 years agohints/irix_6.sh with GCC
Kurt D. Starsinic [Tue, 24 Mar 1998 12:25:10 +0000]
hints/irix_6.sh with GCC

p4raw-id: //depot/perl@851

26 years agoperldoc -m
Robin Houston [Tue, 24 Mar 1998 13:19:38 +0000]
perldoc -m

p4raw-id: //depot/perl@850

26 years agodos-djgpp update
Laszlo Molnar [Mon, 23 Mar 1998 14:13:46 +0000]
dos-djgpp update

p4raw-id: //depot/perl@849

26 years agoStale SP in pp_substr
Stephen McCamant [Thu, 19 Mar 1998 21:28:02 +0000]
Stale SP in pp_substr

p4raw-id: //depot/perl@848

26 years agoAdd missing export of "nice" to ext/POSIX/POSIX.pm (Phil Tait)
Malcolm Beattie [Thu, 2 Apr 1998 15:36:33 +0000]
Add missing export of "nice" to ext/POSIX/POSIX.pm (Phil Tait)

p4raw-id: //depot/perl@847

26 years ago5.004_63: further -e patching
Jarkko Hietaniemi [Wed, 18 Mar 1998 23:21:08 +0000]
5.004_63: further -e patching

p4raw-id: //depot/perl@846

26 years agoAndy Dougherty's configuration patches (Config_63-01 up to 04).
Malcolm Beattie [Thu, 2 Apr 1998 15:25:18 +0000]
Andy Dougherty's configuration patches (Config_63-01 up to 04).

p4raw-id: //depot/perl@845

26 years agoperlrun.pod: PERL_DEBUG_MSTATS
Achim Bohnet [Wed, 18 Mar 1998 20:40:19 +0000]
perlrun.pod: PERL_DEBUG_MSTATS

p4raw-id: //depot/perl@844

26 years ago5.004_63 picky compiler fixes [PATCH]
Hans Mulder [Wed, 18 Mar 1998 09:36:32 +0000]
5.004_63 picky compiler fixes [PATCH]
Date: Wed, 18 Mar 1998 09:36:32 -0800
Subject: [PATCH 5.004_63] Fix function prototype with long doubles
Date: Wed, 18 Mar 1998 14:48:19 -0800

p4raw-id: //depot/perl@843

26 years agoRe: doc: perlrun typo
Stephen Potter [Wed, 18 Mar 1998 10:06:55 +0000]
Re: doc: perlrun typo
Date: Wed, 18 Mar 1998 10:06:55 -0600
Subject: Re: [PATCH 5.004_63] PerlLIO abstraction cleanup
Date: Tue, 24 Mar 1998 21:20:51 -0600

p4raw-id: //depot/perl@842

26 years agoAdd "Full 64 bit support" to Todo; document Todo in pumpkin.pod
Dominic Dunlop [Wed, 18 Mar 1998 12:44:58 +0000]
Add "Full 64 bit support" to Todo; document Todo in pumpkin.pod

p4raw-id: //depot/perl@841

26 years agoConfigure hints/ patches
Jan-Pieter Cornet [Wed, 18 Mar 1998 02:47:38 +0000]
Configure hints/ patches

p4raw-id: //depot/perl@840

26 years agoRemove duplicate code in cygwin32/perlgcc (Blair Zajac)
Malcolm Beattie [Thu, 2 Apr 1998 14:13:13 +0000]
Remove duplicate code in cygwin32/perlgcc (Blair Zajac)

p4raw-id: //depot/perl@839

26 years ago[win32] fix Env.pm to weed out illegal names
Gurusamy Sarathy [Sat, 28 Mar 1998 05:01:57 +0000]
[win32] fix Env.pm to weed out illegal names

p4raw-id: //depot/win32/perl@838

26 years ago[win32] fix typo in makefile.mk
Gurusamy Sarathy [Sat, 28 Mar 1998 04:39:43 +0000]
[win32] fix typo in makefile.mk

p4raw-id: //depot/win32/perl@837

26 years ago[win32] add file: to installhtml URLs
Gurusamy Sarathy [Mon, 23 Mar 1998 17:40:15 +0000]
[win32] add file: to installhtml URLs

p4raw-id: //depot/win32/perl@836

26 years agoAdd Thread::Signal to run signal handlers reliably in a new thread
Malcolm Beattie [Wed, 18 Mar 1998 11:03:11 +0000]
Add Thread::Signal to run signal handlers reliably in a new thread

p4raw-id: //depot/perl@835

26 years agoPolicy_sh.SH had extra $ in pager=$pager comment (Hallvard B Furuseth)
Malcolm Beattie [Tue, 17 Mar 1998 16:19:10 +0000]
Policy_sh.SH had extra $ in pager=$pager comment (Hallvard B Furuseth)

p4raw-id: //depot/perl@834

26 years agoIntegrate win32 branch into mainline.
Malcolm Beattie [Tue, 17 Mar 1998 16:11:02 +0000]
Integrate win32 branch into mainline.

p4raw-id: //depot/perl@833

26 years ago[win32] propagate bugfix @ change831 from asperl
Gurusamy Sarathy [Tue, 17 Mar 1998 14:32:39 +0000]
[win32] propagate bugfix @ change831 from asperl

p4raw-id: //depot/win32/perl@832

26 years ago[asperl] fix buggy order of free() in regcomp.c (from AS)
Gurusamy Sarathy [Tue, 17 Mar 1998 14:02:51 +0000]
[asperl] fix buggy order of free() in regcomp.c (from AS)

p4raw-id: //depot/asperl@831

26 years ago[asperl] add a part of AS patch#14, backout incomplete variable
Gurusamy Sarathy [Tue, 17 Mar 1998 01:10:54 +0000]
[asperl] add a part of AS patch#14, backout incomplete variable
name changes for gcc. Builds and tests under VC/BC once again.

p4raw-id: //depot/asperl@830

26 years ago[win32] stray tweak to win32.c
Gurusamy Sarathy [Mon, 16 Mar 1998 23:49:18 +0000]
[win32] stray tweak to win32.c

p4raw-id: //depot/win32/perl@829

26 years ago[win32] update win32/config* files
Gurusamy Sarathy [Mon, 16 Mar 1998 22:06:03 +0000]
[win32] update win32/config* files

p4raw-id: //depot/win32/perl@828

26 years ago[win32] trivial integrate of mainline
Gurusamy Sarathy [Mon, 16 Mar 1998 19:09:30 +0000]
[win32] trivial integrate of mainline

p4raw-id: //depot/win32/perl@827

26 years agonewCONSTSUB had private MY_start_subparse.
Malcolm Beattie [Mon, 16 Mar 1998 16:39:23 +0000]
newCONSTSUB had private MY_start_subparse.

p4raw-id: //depot/perl@826

26 years agoMissing dTHR in hv_fetch_ent when statics moved to thread struct.
Malcolm Beattie [Mon, 16 Mar 1998 16:36:55 +0000]
Missing dTHR in hv_fetch_ent when statics moved to thread struct.

p4raw-id: //depot/perl@825

26 years agoAdded missing entry for lib/ExtUtils/Packlist.pm to MANIFEST
Malcolm Beattie [Mon, 16 Mar 1998 16:27:43 +0000]
Added missing entry for lib/ExtUtils/Packlist.pm to MANIFEST

p4raw-id: //depot/perl@824

26 years agoMissed p4 add of lib/ExtUtils/Packlist.pm in change 814.
Malcolm Beattie [Mon, 16 Mar 1998 16:26:02 +0000]
Missed p4 add of lib/ExtUtils/Packlist.pm in change 814.

p4raw-id: //depot/perl@823

26 years agoBump patchlevel.h to 63.
Malcolm Beattie [Mon, 16 Mar 1998 16:22:58 +0000]
Bump patchlevel.h to 63.

p4raw-id: //depot/perl@822

26 years agonewCONSTSUB added (XSUB equivalent for inlinable sub () { 123 }).
Jan Dubois [Sun, 15 Mar 1998 19:09:05 +0000]
newCONSTSUB added (XSUB equivalent for inlinable sub () { 123 }).
Subject: Bundling builtin.pm and newCONSTSUB with the core?

p4raw-id: //depot/perl@821

26 years agoSTRESS_REALLOC
Stephen McCamant [Fri, 13 Mar 1998 22:28:19 +0000]
STRESS_REALLOC

p4raw-id: //depot/perl@820

26 years ago[BUG+PATCH] _62 with -DDEBUGGING and -Duseperlio
Jan-Pieter Cornet [Fri, 13 Mar 1998 23:21:25 +0000]
[BUG+PATCH] _62 with -DDEBUGGING and -Duseperlio

p4raw-id: //depot/perl@819

26 years ago[Configure PATCH] for OS/2
Ilya Zakharevich [Fri, 13 Mar 1998 16:18:12 +0000]
[Configure PATCH] for OS/2
[Two hunks to Configure failed to apply due to clashes]

p4raw-id: //depot/perl@818

26 years agoVMS updates (direct)
Charles Bailey [Thu, 12 Mar 1998 16:02:29 +0000]
VMS updates (direct)
[Needed manual tweaks on vms/config.vms since it clashed with other
patches. I may have got it wrong.]

p4raw-id: //depot/perl@817

26 years agoLet h2xs read multiple header files
Benjamin Sugars [Tue, 10 Mar 1998 09:35:42 +0000]
Let h2xs read multiple header files

p4raw-id: //depot/perl@816

26 years agoRe: Almost OK: Perl 5.004_62 on VMS 7.1
Hans Mulder [Mon, 9 Mar 1998 09:18:56 +0000]
Re: Almost OK: Perl 5.004_62 on VMS 7.1

p4raw-id: //depot/perl@815

26 years agoPATCH for 5.004_62 : Add .packlist handling classes to ExtUtils
Alan Burlison [Sun, 8 Mar 1998 12:50:23 +0000]
PATCH for 5.004_62 : Add .packlist handling classes to ExtUtils
plus manual update of MANIFEST

p4raw-id: //depot/perl@814

26 years agoPATCH: util.c and util.h function declarations do not match
Blair Zajac [Fri, 6 Mar 1998 10:29:29 +0000]
PATCH: util.c and util.h function declarations do not match
Date: Fri, 6 Mar 1998 10:29:29 -0800 (PST)
Subject: PATCH: cgywin32 patch for perlgcc
Date: Fri, 6 Mar 1998 11:15:36 -0800 (PST)
Subject: PATCH: perl5.004_62 on cygwin32
Date: Fri, 6 Mar 1998 11:57:35 -0800 (PST)

p4raw-id: //depot/perl@813

26 years ago[PATCH 5.004_62} Config_62-01 patch available.
Andy Dougherty [Mon, 9 Mar 1998 15:23:33 +0000]
[PATCH 5.004_62} Config_62-01 patch available.
Date: Mon, 9 Mar 1998 15:23:33 -0500 (EST)
Subject: [PATCH 5.004_62] Tiny hint file updates
Date: Mon, 9 Mar 1998 13:21:46 -0500 (EST)

p4raw-id: //depot/perl@812

26 years agoDOS djgpp updates:
Laszlo Molnar [Fri, 6 Mar 1998 10:41:01 +0000]
DOS djgpp updates:
Subject: [PATCH for 5.004_61] dos-djgpp update
Date: Fri, 6 Mar 1998 10:41:01 +0100
Subject: [PATCH 5.004_62] dos-djgpp update
Date: Thu, 12 Mar 1998 13:34:51 +0100

p4raw-id: //depot/perl@811

26 years ago[win32] integrate mainline
Gurusamy Sarathy [Mon, 16 Mar 1998 08:48:17 +0000]
[win32] integrate mainline

p4raw-id: //depot/win32/perl@810

26 years ago[asperl] various changes to get asperl working under Borland
Gurusamy Sarathy [Mon, 16 Mar 1998 08:44:37 +0000]
[asperl] various changes to get asperl working under Borland
(passes all tests when built under PERL_OBJECT)

p4raw-id: //depot/asperl@809

26 years ago[win32] set sockets to nonoverlapped mode for every thread
Steve Nielsen [Thu, 12 Mar 1998 11:48:20 +0000]
[win32] set sockets to nonoverlapped mode for every thread
Message-Id: <35081FE4.965A484D@enteract.com>
Subject: [PATCH 5.004_62] win32: set sockopt on a per-thread basis

p4raw-id: //depot/win32/perl@808

26 years ago[asperl] add AS patch#13
Gurusamy Sarathy [Thu, 12 Mar 1998 19:26:54 +0000]
[asperl] add AS patch#13

p4raw-id: //depot/asperl@807

26 years ago[asperl] added AS patch#12 with minor changes
Gurusamy Sarathy [Thu, 12 Mar 1998 00:51:08 +0000]
[asperl] added AS patch#12 with minor changes

p4raw-id: //depot/asperl@806

26 years ago[win32] reinstate some standard sig_names to avoid noise from
Gurusamy Sarathy [Tue, 10 Mar 1998 20:35:10 +0000]
[win32] reinstate some standard sig_names to avoid noise from
modules (and in hopes of making them _do_ something in future)

p4raw-id: //depot/win32/perl@805

26 years ago[win32] mingw32 tweaks
Gurusamy Sarathy [Tue, 10 Mar 1998 20:33:05 +0000]
[win32] mingw32 tweaks

p4raw-id: //depot/win32/perl@804

26 years ago[win32] tweak Win32::DomainName() implementation
Gurusamy Sarathy [Mon, 9 Mar 1998 20:56:07 +0000]
[win32] tweak Win32::DomainName() implementation

p4raw-id: //depot/win32/perl@803

26 years ago[win32] merge C<local $tied{foo}> patch, also moved statics in
Gurusamy Sarathy [Mon, 9 Mar 1998 03:51:01 +0000]
[win32] merge C<local $tied{foo}> patch, also moved statics in
[ah]v.c to thrdvar.h

p4raw-id: //depot/win32/perl@802

26 years ago[win32] minor win32 support fixes
Gurusamy Sarathy [Mon, 9 Mar 1998 02:38:35 +0000]
[win32] minor win32 support fixes
 - add a better implementation of Win32::DomainName() (as
   suggested by Jutta M. Klebe <jmk@exc.bybyte.de>)
 - fix opendir() emulation was unsafe what given long paths

p4raw-id: //depot/win32/perl@801

26 years agoThere has been a 'thaw' in config.h (the ICE has gone ;-))
Nick Ing-Simmons [Sat, 7 Mar 1998 09:36:41 +0000]
There has been a 'thaw' in config.h (the ICE has gone ;-))
So pp_sys.c needs tweaking otherwise it does not believe getservby*()
exist. (Breaks libnet).

p4raw-id: //depot/perl@800

26 years ago[win32] integrate mainline changes
Gurusamy Sarathy [Sat, 7 Mar 1998 07:51:28 +0000]
[win32] integrate mainline changes

p4raw-id: //depot/asperl@799

26 years ago[win32] integrate mainline
Gurusamy Sarathy [Sat, 7 Mar 1998 07:01:55 +0000]
[win32] integrate mainline

p4raw-id: //depot/win32/perl@798

26 years ago[win32] provide our own popen()/pclose() to fix problems with qx//:
Gurusamy Sarathy [Sat, 7 Mar 1998 06:49:49 +0000]
[win32] provide our own popen()/pclose() to fix problems with qx//:
 - qx// used to always invoke the shell, now does so only when needed
 - qx// didn't respect PERL5SHELL, now does

p4raw-id: //depot/win32/perl@797

26 years ago[win32] a missed s/sp/SP/
Gurusamy Sarathy [Sat, 7 Mar 1998 01:37:10 +0000]
[win32] a missed s/sp/SP/

p4raw-id: //depot/win32/perl@796

26 years ago[win32] change all 'sp' to 'SP' in code and in the docs. Explicitly
Gurusamy Sarathy [Sat, 7 Mar 1998 01:05:21 +0000]
[win32] change all 'sp' to 'SP' in code and in the docs.  Explicitly
mention that local stack pointer should be called SP.  This makes the
API safer from source incompatibilities down the line.

p4raw-id: //depot/win32/perl@795

26 years agoperl5.004_61 myconfig updates
Andy Dougherty [Thu, 5 Mar 1998 15:10:54 +0000]
perl5.004_61 myconfig updates

p4raw-id: //depot/perl@794

26 years agoBump patchlevel.h to 62.
Malcolm Beattie [Fri, 6 Mar 1998 09:36:37 +0000]
Bump patchlevel.h to 62.

p4raw-id: //depot/perl@793

26 years agoIntegrate win32 branch into mainline.
Malcolm Beattie [Fri, 6 Mar 1998 09:35:57 +0000]
Integrate win32 branch into mainline.

p4raw-id: //depot/perl@792

26 years ago[win32] various
Gurusamy Sarathy [Fri, 6 Mar 1998 06:00:08 +0000]
[win32] various
 - s/PerlIO_fread/PerlIO_read/, the former doesn't exist
 - add missing prototypes
 - regenerate win32/config*.?c

p4raw-id: //depot/win32/perl@791

26 years ago[win32] fix typo in Makefile
Gurusamy Sarathy [Fri, 6 Mar 1998 03:19:23 +0000]
[win32] fix typo in Makefile

p4raw-id: //depot/win32/perl@790

26 years ago[win32] integrate mainline
Gurusamy Sarathy [Thu, 5 Mar 1998 22:55:53 +0000]
[win32] integrate mainline

p4raw-id: //depot/win32/perl@789

26 years ago[asperl] added AS patch#11
Douglas Lankshear [Thu, 5 Mar 1998 10:23:04 +0000]
[asperl] added AS patch#11
Message-Id: <01BD4820.AFC70110.dougl@ActiveState.com>

This patch fixes a bug I introduced removing duplicate code.
 -- Doug

p4raw-id: //depot/asperl@788

26 years ago[win32] add Nick's dTHR fixes
Gurusamy Sarathy [Thu, 5 Mar 1998 19:56:17 +0000]
[win32] add Nick's dTHR fixes

p4raw-id: //depot/win32/perl@787

26 years ago[win32] maintpatch
Spider Boardman [Thu, 5 Mar 1998 02:49:46 +0000]
[win32] maintpatch
Message-Id: <199803050749.CAA15206@Orb.Nashua.NH.US>
Subject: [PATCH] 5.004_04 +MAINT_TRIAL_1 broken when sizeof(int) != sizeof(void

p4raw-id: //depot/win32/perl@786

26 years ago[5.004_61 PATCH] Make incompatible changes to RE engine NOW
Ilya Zakharevich [Wed, 4 Mar 1998 23:55:54 +0000]
[5.004_61 PATCH] Make incompatible changes to RE engine NOW

p4raw-id: //depot/perl@785