Gurusamy Sarathy [Tue, 9 Jun 1998 00:59:06 +0000]
[win32] add examples of diff(1) usage
p4raw-id: //depot/win32/perl@1079
Gurusamy Sarathy [Tue, 9 Jun 1998 00:52:23 +0000]
[win32] undo change#1077
p4raw-link: @1077 on //depot/win32/perl:
f229af35cbeeb711332db494d3b7c19457cc03c3
p4raw-id: //depot/win32/perl@1078
Gurusamy Sarathy [Sat, 6 Jun 1998 16:47:32 +0000]
[win32] make sv_setsv() treat freed SVs like SVt_NULL
p4raw-id: //depot/win32/perl@1077
Gurusamy Sarathy [Fri, 5 Jun 1998 19:03:14 +0000]
[win32] delete undiscussed AS changes for PPD (broke .packlist
mechanism)
p4raw-id: //depot/win32/perl@1076
Gurusamy Sarathy [Fri, 5 Jun 1998 18:18:44 +0000]
[win32] add AS patch#26 (rename THIS to PERL_OBJEC_THIS to avoid clash
with the xsubpp-generated symbol)
p4raw-id: //depot/win32/perl@1075
Gurusamy Sarathy [Thu, 4 Jun 1998 22:45:18 +0000]
[win32] add AS patch#25 (allow B build with -DPERL_OBJECT)
p4raw-id: //depot/win32/perl@1074
Gurusamy Sarathy [Thu, 4 Jun 1998 01:49:24 +0000]
[win32] document CORE::GLOBAL:: and global overriding, fix up
File::DosGlob, testsuited and all
p4raw-id: //depot/win32/perl@1072
Gurusamy Sarathy [Wed, 3 Jun 1998 22:12:55 +0000]
[win32] add AS patch#24, remove one other instance of error_no
that was missed (patch#23 was intentionally skipped)
p4raw-id: //depot/win32/perl@1071
Gurusamy Sarathy [Mon, 1 Jun 1998 19:42:06 +0000]
[win32] fix Liblist.pm to tolerate backslashen in paths
p4raw-id: //depot/win32/perl@1070
Gurusamy Sarathy [Mon, 1 Jun 1998 07:43:02 +0000]
[win32] @INC construction on win32 cleaned up
- perl.dll location based paths should be much more reliable now
- registry stuff unchanged
- Config.pm now has all the installfoolib entries for MakeMaker et al
p4raw-id: //depot/win32/perl@1069
Graham Barr [Sun, 31 May 1998 16:27:33 +0000]
[win32] semctl tweak
Message-Id: <
199805312127.QAA06750@gbarr.connect.net>
Subject: Not OK: perl 5.00466 on i586-linux-thread 2.0.31
p4raw-id: //depot/win32/perl@1068
Gurusamy Sarathy [Sun, 31 May 1998 21:07:44 +0000]
[win32] minimal fix to enable compiling with -DMULTIPLICITY
(non-threadsafe regcomp.c globals need revisiting)
p4raw-id: //depot/win32/perl@1067
Gurusamy Sarathy [Sat, 30 May 1998 21:13:06 +0000]
[win32] change#1060 was inexplicably missing some of the "ensure
AS stuff does no harm" fixes
p4raw-link: @1060 on //depot/win32/perl:
26ca90b622247714396690e385249f8ca1417aa0
p4raw-id: //depot/win32/perl@1065
Gurusamy Sarathy [Sat, 30 May 1998 21:10:27 +0000]
[win32] integrate mainline to pick up trivial changes
p4raw-id: //depot/win32/perl@1064
Malcolm Beattie [Fri, 29 May 1998 15:19:55 +0000]
Remove duplicate win32/TEST line from MANIFEST.
p4raw-id: //depot/perl@1063
Malcolm Beattie [Fri, 29 May 1998 15:18:33 +0000]
Add missing ";" to pp_umask (spotted by Jarkko Hietaniemi).
p4raw-id: //depot/perl@1062
Malcolm Beattie [Fri, 29 May 1998 12:02:17 +0000]
Integrate from win32 branch into mainline (this now pulls in the
asperl stuff).
p4raw-id: //depot/perl@1061
Gurusamy Sarathy [Fri, 29 May 1998 11:05:50 +0000]
[win32] reverse integrate asperl branch contents (phew!)
- various fixups to ensure AS stuff does no harm
- adjust win32/makefiles for the new directory layout (new layout
looks rather a muddle--needs rework)
- verified build & test on NT and Solaris/gcc
p4raw-id: //depot/win32/perl@1060
Gurusamy Sarathy [Fri, 29 May 1998 08:33:56 +0000]
[asperl] asperl branch verified to build w/o PERL_OBJECT on Solaris and NT
p4raw-id: //depot/asperl@1059
Gurusamy Sarathy [Fri, 29 May 1998 08:31:09 +0000]
[asperl] type xtext for *.t that were missing it
p4raw-id: //depot/asperl@1058
Gurusamy Sarathy [Fri, 29 May 1998 08:28:46 +0000]
[win32] stray t/op/ipc*.t fixups
p4raw-id: //depot/win32/perl@1057
Gurusamy Sarathy [Fri, 29 May 1998 07:41:49 +0000]
[asperl] fixups to make it build and pass tests under both compilers
p4raw-id: //depot/asperl@1056
Gurusamy Sarathy [Fri, 29 May 1998 07:22:51 +0000]
[asperl] integrate mainline changes
p4raw-id: //depot/win32/perl@1055
Gurusamy Sarathy [Fri, 29 May 1998 07:22:51 +0000]
[asperl] integrate mainline changes
p4raw-id: //depot/asperl@1055
Gurusamy Sarathy [Fri, 29 May 1998 05:04:03 +0000]
[win32] add a txt_compare() routine to t/h2ph.t for DOSISH sanity
p4raw-id: //depot/win32/perl@1054
Gurusamy Sarathy [Fri, 29 May 1998 05:01:54 +0000]
[win32] misc changes
- remove code that works around lack of I_STDARG (we're a happy ANSI family)
- leave dump_foo() stubs when not -DDEBUGGING for consistent symbol exports
p4raw-id: //depot/win32/perl@1053
Gurusamy Sarathy [Fri, 29 May 1998 02:31:44 +0000]
[win32] merge changes#1014,1038 from maintbranch
p4raw-link: @1038 on //depot/maint-5.004/perl:
c3cf4c2be38f0215f451c3dd6cb13089e5f2329f
p4raw-link: @1014 on //depot/maint-5.004/perl:
d14230f9721c31ac6e9e2fdb706c7fc95118b4e6
p4raw-id: //depot/win32/perl@1052
Gurusamy Sarathy [Fri, 29 May 1998 01:38:51 +0000]
[win32] regenerate win32/config_H.?c
p4raw-id: //depot/win32/perl@1051
Gurusamy Sarathy [Fri, 29 May 1998 01:32:41 +0000]
[win32] integrate mainline
p4raw-id: //depot/win32/perl@1050
Gurusamy Sarathy [Fri, 29 May 1998 00:57:05 +0000]
[asperl] fix various shenanigans with C<environ>, BC and VC builds now pass
all tests
p4raw-id: //depot/asperl@1049
Malcolm Beattie [Thu, 28 May 1998 18:07:24 +0000]
Integrated win32 branch into mainline. The changes to t/op/ipc*.t
in change 1043 clashed badly with changes made in the win32
branch. I did an accept on the win32 branch version for now.
p4raw-id: //depot/perl@1048
Andy Dougherty [Thu, 28 May 1998 13:27:25 +0000]
[PATCH 5.004_65] Config_65-02-03.diff: SunOS and Solaris hints
Date: Thu, 28 May 1998 13:27:25 -0400 (EDT)
Subject: [PATCH 5.004_65] Config_65-03-04.diff: semctl probing
Date: Thu, 28 May 1998 13:28:21 -0400 (EDT)
p4raw-id: //depot/perl@1047
Malcolm Beattie [Thu, 28 May 1998 17:55:48 +0000]
Back out change 1043 since Andy's forthcoming Config patch
includes a modified version.
p4raw-id: //depot/perl@1046
Malcolm Beattie [Thu, 28 May 1998 17:52:40 +0000]
Bump patchlevel.h to 66.
p4raw-id: //depot/perl@1045
Daniel Grisinger [Fri, 15 May 1998 16:18:26 +0000]
[PATCH] _04m2 <DOC> perlfunc.pod (fwd)
Date: Fri, 15 May 1998 16:18:26 -0600 (MDT)
(above minus the t/system.t test pending checking)
Subject: [PATCH] 5.004[04|65] <DOC> FileHandle.pm
Date: Wed, 20 May 1998 19:50:50 -0600 (MDT)
Subject: [PATCH] _65 and _04 <DOC> patching.pod
Date: Thu, 21 May 1998 16:33:03 -0600 (MDT)
p4raw-id: //depot/perl@1044
Jarkko Hietaniemi [Sun, 24 May 1998 16:13:21 +0000]
This change really is:
Subject: [PATCH] 5.004_65: the infamous semctl()
Date: Sun, 24 May 1998 16:13:21 +0300 (EET DST)
Change 1041 claimed to be this patch but was really:
Subject: [PATCH] 5.004_65: t/op/ipc*.t
Date: Sat, 16 May 1998 00:52:39 +0300 (EET DST)
From: Jarkko Hietaniemi <jhi@iki.fi>
p4raw-id: //depot/perl@1043
Andy Dougherty [Thu, 28 May 1998 13:25:21 +0000]
[PATCH 5.004_65] Config_65-01: lchown() detection.
Date: Thu, 28 May 1998 13:25:21 -0400 (EDT)
Subject: [PATCH 5.004_65] Config_65-01-02.diff: INSTALL and hints fixes
Date: Thu, 28 May 1998 13:26:18 -0400 (EDT)
p4raw-id: //depot/perl@1042
Jarkko Hietaniemi [Sun, 24 May 1998 16:13:21 +0000]
5.004_65: the infamous semctl()
p4raw-id: //depot/perl@1041
Gurusamy Sarathy [Thu, 28 May 1998 02:06:47 +0000]
[asperl] tweaks to enable Borland build
p4raw-id: //depot/asperl@1040
Gurusamy Sarathy [Wed, 27 May 1998 23:29:22 +0000]
[win32] remove C<#define index strchr> from win32.h (unused, and the
pollution causes spurious variable name changes in extensions)
p4raw-id: //depot/win32/perl@1039
Gurusamy Sarathy [Wed, 27 May 1998 16:18:30 +0000]
[asperl] add AS patch#22 (fix to make die_exit.t pass)
p4raw-id: //depot/asperl@1037
Gurusamy Sarathy [Wed, 27 May 1998 12:50:34 +0000]
[asperl] add AS patch#21 (misc. fixes)
p4raw-id: //depot/asperl@1036
Gurusamy Sarathy [Tue, 26 May 1998 17:26:17 +0000]
[asperl] more changes to satisfy non-debug VC build (C-API doesn't
build, and the testsuite still won't run)
p4raw-id: //depot/asperl@1035
Gurusamy Sarathy [Tue, 26 May 1998 17:20:22 +0000]
[win32] remove doubled hunk (perforce auto-integrate oddity)
p4raw-id: //depot/win32/perl@1034
Gurusamy Sarathy [Tue, 26 May 1998 13:39:14 +0000]
[asperl] tweaks to make it build with the Borland compiler. Won't run
testsuite because @INC intuition from location of perlcore.dll seems
to be broken. Also, system() and qx// seem broken as well.
p4raw-id: //depot/asperl@1033
Gurusamy Sarathy [Sun, 24 May 1998 23:13:05 +0000]
[win32] tweak Benchmark.pm to restore old timestr() behavior--show wall secs
p4raw-id: //depot/win32/perl@1032
Gurusamy Sarathy [Sun, 24 May 1998 05:36:44 +0000]
[asperl] tweak makefiles
p4raw-id: //depot/asperl@1031
Gurusamy Sarathy [Sat, 23 May 1998 18:58:23 +0000]
[win32] merge changes#1016,1018 from maintbranch (1017 is n/a)
p4raw-link: @1018 on //depot/maint-5.004/perl:
2140f6165485c56d1f5c5732484d28716b8f4052
p4raw-link: @1016 on //depot/maint-5.004/perl:
b2a0fe98888cc8cc9808cbb17ff2b7f00e09ee60
p4raw-id: //depot/win32/perl@1030
Gurusamy Sarathy [Sat, 23 May 1998 18:55:13 +0000]
[win32] merge change#1015 from maintbranch (must revisit 1014 later, is
incomplete)
p4raw-link: @1015 on //depot/maint-5.004/perl:
64d1d4c7d00380b54e18db9c0a16ddef0f41b0a2
p4raw-id: //depot/win32/perl@1029
Gurusamy Sarathy [Sat, 23 May 1998 18:25:14 +0000]
[win32] merge change#1013 from maintbranch (1012 is n/a)
p4raw-link: @1013 on //depot/maint-5.004/perl:
e9ccf45401c9d6e23ccd88507835ebd585569b1a
p4raw-id: //depot/win32/perl@1028
Gurusamy Sarathy [Sat, 23 May 1998 18:02:21 +0000]
[win32] merge change#1011 from maintbranch
p4raw-link: @1011 on //depot/maint-5.004/perl:
b1b8a6f107d7c2d590be5dde4bedaf8d36872c82
p4raw-id: //depot/win32/perl@1027
Nick Ing-Simmons [Sat, 23 May 1998 08:45:04 +0000]
Ids of msgs and sems can be zero, so change || die to a defined() test
p4raw-id: //depot/win32/perl@1026
Gurusamy Sarathy [Thu, 21 May 1998 21:11:12 +0000]
[win32] more mingw32 tweaks
p4raw-id: //depot/win32/perl@1024
Ilya Zakharevich [Sat, 16 May 1998 17:45:22 +0000]
[win32] fix problematic change#965 from maintbranch
Message-Id: <
199805162145.RAA02552@monk.mps.ohio-state.edu>
Subject: Re: Not OK (after all) : perl 5.00404 +MAINT_TRIAL_3 on sun4-solaris 2.5
p4raw-link: @965 on //depot/maint-5.004/perl:
8472ac73d6d802946d766b5459d2d9c334889a3f
p4raw-id: //depot/win32/perl@1023
Gurusamy Sarathy [Thu, 21 May 1998 01:37:04 +0000]
[win32] fix POSIX for mingw32
p4raw-id: //depot/win32/perl@1022
Gurusamy Sarathy [Wed, 20 May 1998 15:02:21 +0000]
[win32] remove strupr() from perl.c
p4raw-id: //depot/win32/perl@1021
Gurusamy Sarathy [Mon, 18 May 1998 09:40:58 +0000]
[asperl] integrate mainline changes (untested)
p4raw-id: //depot/asperl@1010
Gurusamy Sarathy [Mon, 18 May 1998 07:51:19 +0000]
[win32] more whitespace tweaks from maintbranch
p4raw-id: //depot/win32/perl@1009
Gurusamy Sarathy [Sun, 17 May 1998 22:37:20 +0000]
[win32] sundry whitespace cleanups from maintbranch
p4raw-id: //depot/win32/perl@1008
Gurusamy Sarathy [Sat, 16 May 1998 21:59:46 +0000]
[win32] integrate mainline
p4raw-id: //depot/win32/perl@1007
Gurusamy Sarathy [Sat, 16 May 1998 21:54:23 +0000]
[win32] merge changes#996,998,999 from maintbranch
p4raw-link: @999 on //depot/maint-5.004/perl:
52d674631edd5d1237df7203efc4396c3b77f8e7
p4raw-link: @998 on //depot/maint-5.004/perl:
8eaf12205a772c0a833cee734c82473643013f95
p4raw-link: @996 on //depot/maint-5.004/perl:
44110adace3111d6546fef417a9c88b22157bba2
p4raw-id: //depot/win32/perl@1006
Gurusamy Sarathy [Sat, 16 May 1998 21:49:47 +0000]
[win32] merge change#995 from maintbranch, tweak interp.sym and
run embed.pl
p4raw-link: @995 on //depot/maint-5.004/perl:
eed40d4c6e2818f110664d5fbaa0edac73f6b1a6
p4raw-id: //depot/win32/perl@1005
Gurusamy Sarathy [Sat, 16 May 1998 21:27:18 +0000]
[win32] merge changes#989,990,992 from maintbranch
p4raw-link: @992 on //depot/maint-5.004/perl:
939cd61b8f2cacc306672f95f1fdd75c8a467988
p4raw-link: @990 on //depot/maint-5.004/perl:
8025562d4dc1786ce758f6f408dd237fc4eca71e
p4raw-link: @989 on //depot/maint-5.004/perl:
7ba7701dce644462ff1139b413d24e4f7004bf2e
p4raw-id: //depot/win32/perl@1004
Gurusamy Sarathy [Sat, 16 May 1998 21:16:47 +0000]
[win32] sync config*.gc with others, and verify that nothing from
change#986 needs to be merged
p4raw-link: @986 on //depot/maint-5.004/perl:
3eec58ad3806d77b2fa94c6ae2efa73931967386
p4raw-id: //depot/win32/perl@1003
Gurusamy Sarathy [Sat, 16 May 1998 21:04:04 +0000]
[win32] merge change#985 from maintbranch
p4raw-link: @985 on //depot/maint-5.004/perl:
cb99a88456c6181881501e9f4881bc3d3d3e919e
p4raw-id: //depot/win32/perl@1002
Gurusamy Sarathy [Sat, 16 May 1998 17:53:16 +0000]
[win32] add a test to check return value from successful s/// (there was none!)
p4raw-id: //depot/win32/perl@1001
Gurusamy Sarathy [Sat, 16 May 1998 17:42:34 +0000]
[win32] fix misplaced SPAGAIN that caused successful s/// to fail to
return a value on the stack
p4raw-id: //depot/win32/perl@1000
Gurusamy Sarathy [Fri, 15 May 1998 22:21:41 +0000]
[win32] merge changes#982,984 from maintbranch
p4raw-link: @984 on //depot/maint-5.004/perl:
aaffd3c27a04135bbc287616252cc5830b7c5543
p4raw-link: @982 on //depot/maint-5.004/perl:
c5ed518aab0e5c6006080a87273e79a1b8e0d48b
p4raw-id: //depot/win32/perl@997
Gurusamy Sarathy [Fri, 15 May 1998 22:08:17 +0000]
[win32] merge change#981 from maintbranch, add XXX comment about
supporting %! for usethreads case
p4raw-link: @981 on //depot/maint-5.004/perl:
46d9186cfa8aceca37f3cc539b5e08e8f8b72412
p4raw-id: //depot/win32/perl@994
Gurusamy Sarathy [Fri, 15 May 1998 21:35:00 +0000]
[win32] reverse integrate ansiperl (all except the
C<attrs qw(package locked)> stuff, and the duplicate hunks)
i.e. prototype fixes, perldoc.PL enhancements, and s/comment/comment_t/g
p4raw-id: //depot/win32/perl@991
Malcolm Beattie [Fri, 15 May 1998 16:28:08 +0000]
Patch from Sarathy to fix up win32 integration. Patch from Jarkko
(manually applied and tweaked) to fix up SysV IPC semaphores for
Solaris and Linux (pre-glibc and glibc). Fix up t/op/ipcmsg.t and
t/op/ipcsem.t for platforms which wanted to skip test. Completely
disable ipcsem.t since it doesn't seem to work properly even when
not skipped. This is _65.
p4raw-id: //depot/perl@988
Nick Ing-Simmons [Fri, 15 May 1998 16:03:35 +0000]
Integrate win32
p4raw-id: //depot/ansiperl@987
Malcolm Beattie [Fri, 15 May 1998 14:04:17 +0000]
Integrate win32 branch into mainline.
p4raw-id: //depot/perl@983
Gurusamy Sarathy [Fri, 15 May 1998 06:16:13 +0000]
[win32] add doc for C<+{}> vs. C<{;}> disambiguation
p4raw-id: //depot/win32/perl@980
Gurusamy Sarathy [Fri, 15 May 1998 04:59:47 +0000]
[win32] tweaks to win32 makefiles. This version builds and passes all
tests on Solaris/gcc, win32/[bv]c. Looks all set to go.
p4raw-id: //depot/win32/perl@979
Gurusamy Sarathy [Fri, 15 May 1998 02:41:58 +0000]
[win32] merge changes#922,944,949,965,970 from maintbranch
p4raw-link: @970 on //depot/maint-5.004/perl:
5362f8886d6c3fb908c863d910b1a158479419e2
p4raw-link: @965 on //depot/maint-5.004/perl:
8472ac73d6d802946d766b5459d2d9c334889a3f
p4raw-link: @949 on //depot/maint-5.004/perl:
4b161ae29769b4a3eb304314bbbfe5969417c8ec
p4raw-link: @944 on //depot/maint-5.004/perl:
fa366f5fbba3f21113f9677105663454a3e0b678
p4raw-link: @922 on //depot/maint-5.004/perl:
68daf0ababdc0e913335a90c4361b792b2715301
p4raw-id: //depot/win32/perl@978
Gurusamy Sarathy [Fri, 15 May 1998 02:15:25 +0000]
[win32] merge changes#906,907,909,910 from maintbranch
p4raw-link: @910 on //depot/maint-5.004/perl:
ae941ac0da8f453f0d31df7b7293e50b3e5a46f1
p4raw-link: @909 on //depot/maint-5.004/perl:
8b3d696ffd11cf2e49f6eaa575b829ab0a55352d
p4raw-link: @907 on //depot/maint-5.004/perl:
3cb3c1abada5765ba4166ebe59e2e20d737ec21b
p4raw-link: @906 on //depot/maint-5.004/perl:
ae389c8a29b487f4434c465442dfb611507a4a38
p4raw-id: //depot/win32/perl@977
Gurusamy Sarathy [Fri, 15 May 1998 01:34:53 +0000]
[win32] merge change#905 from maintbranch, minor fixes to get
clean build+test on Solaris
p4raw-link: @905 on //depot/maint-5.004/perl:
15e73149a8419f18d739227762eab108524cec56
p4raw-id: //depot/win32/perl@976
Gurusamy Sarathy [Thu, 14 May 1998 23:34:26 +0000]
[win32] merge change#904 from maintbranch
p4raw-link: @904 on //depot/maint-5.004/perl:
0af7994b889ad0dfcacb011f16f9e3c77a9292b9
p4raw-id: //depot/win32/perl@975
Gurusamy Sarathy [Thu, 14 May 1998 23:11:05 +0000]
[win32] merge change#897 from maintbranch
p4raw-link: @897 on //depot/maint-5.004/perl:
f06f9b6fc5a686f0169ee2a91b32d5e7125a44ae
p4raw-id: //depot/win32/perl@974
Gurusamy Sarathy [Thu, 14 May 1998 22:24:26 +0000]
[win32] integrate mainline
p4raw-id: //depot/win32/perl@973
Nick Ing-Simmons [Thu, 14 May 1998 18:09:01 +0000]
Changes to allow compiler with gcc-2.8.1 in C++ mode,
Remove K&R style functions, avoid struct/typedef clash.
p4raw-id: //depot/ansiperl@972
Malcolm Beattie [Thu, 14 May 1998 16:15:09 +0000]
Integrate win32 branch into mainline
p4raw-id: //depot/perl@969
Malcolm Beattie [Thu, 14 May 1998 16:05:57 +0000]
Bump patchlevel to 65
p4raw-id: //depot/perl@968
Malcolm Beattie [Thu, 14 May 1998 16:05:19 +0000]
Another fixup of MANIFEST
p4raw-id: //depot/perl@967
Malcolm Beattie [Thu, 14 May 1998 16:02:20 +0000]
Add missing files to MANIFEST
p4raw-id: //depot/perl@966
Tom Phoenix [Wed, 29 Apr 1998 22:48:16 +0000]
Using Getopts::* with strict vars
p4raw-id: //depot/perl@964
Ed Peschko [Wed, 29 Apr 1998 21:02:36 +0000]
[ PATCH 5.004_64 ] Integrated regression tests for compiler
p4raw-id: //depot/perl@963
Dan Sugalski [Wed, 8 Apr 1998 17:08:48 +0000]
[PATCH 5.004_64] Final (I hope) doc patch for Thread.pm
Date: Wed, 08 Apr 1998 17:08:48 -0700
Subject: [PATCH 5.004_64] Revised second Thread.PM doc patch
Date: Fri, 08 May 1998 10:49:16 -0700
p4raw-id: //depot/perl@962
Charles Bailey [Wed, 8 Apr 1998 19:44:34 +0000]
Consolidated patch to 5.004_64
p4raw-id: //depot/perl@961
Johan Vromans [Tue, 7 Apr 1998 18:31:21 +0000]
Re: ANNOUNCE: Perl 5.005b1t3 (a.k.a. perl5.004_64) is available
p4raw-id: //depot/perl@960
Jarkko Hietaniemi [Wed, 8 Apr 1998 09:47:45 +0000]
Re: [PATCH] 5.004_04 or 5.004_64: Benchmark.pm: add run-for-some-time
Date: Wed, 8 Apr 1998 09:47:45 +0300 (EET DST)
Subject: [PATCH] perl 5.004_64+Config_04
Date: Thu, 14 May 1998 12:14:07 +0300 (EET DST)
p4raw-id: //depot/perl@959
Kurt D. Starsinic [Mon, 6 Apr 1998 15:14:14 +0000]
[PATCH] hints for Irix 6
Date: Mon, 6 Apr 1998 15:14:14 -0400 (EDT)
Subject: [PATCH 5.004_64] Threads - an easy way for dual installation
Date: Wed, 29 Apr 1998 15:39:46 -0400 (EDT)
p4raw-id: //depot/perl@958
Achim Bohnet [Mon, 6 Apr 1998 21:09:24 +0000]
Install extensions with bootstrap (again) in $archlib
p4raw-id: //depot/perl@957
Kurt D. Starsinic [Mon, 6 Apr 1998 13:12:47 +0000]
Config: Irix 5 hints
p4raw-id: //depot/perl@956
Billy Constantine [Mon, 6 Apr 1998 23:52:13 +0000]
PATCH: h2ph produces incorrect code
p4raw-id: //depot/perl@955
jason stewart [Mon, 6 Apr 1998 00:36:57 +0000]
perldebug.pod
p4raw-id: //depot/perl@954
Dominic Dunlop [Wed, 6 May 1998 14:39:32 +0000]
[PATCH 5.004_64]: hints/machten.sh: disable semctl()
Date: Wed, 6 May 1998 14:39:32 +0000
Subject: [PATCH] Not OK: perl 5.00464 on powerpc-machten 4.1 (hashwarn @INC problem)
Date: Sat, 4 Apr 1998 19:44:34 +0000
p4raw-id: //depot/perl@953
Andy Dougherty [Thu, 23 Apr 1998 12:12:38 +0000]
New pod/perldelta.pod (previous one branched in last change):
Subject: [PATCH 5.004_64] Start new perldelta
p4raw-id: //depot/perl@952
Andy Dougherty [Thu, 23 Apr 1998 11:10:15 +0000]
[PATCH for 5.004_04 and 5.004_64] (Was: Obsoleted svr4.sh)
Date: Thu, 23 Apr 1998 11:10:15 -0400 (EDT)
Subject: [PATCH 5.004_64] Start new perldelta
Date: Thu, 23 Apr 1998 12:12:38 -0400 (EDT)
(above branched perldelta -> perldelta4, new perldelta will be
created/added next change)
Subject: [PATCH] BSD Platforms need STRUCT_TM_HASZONE
Date: Tue, 12 May 1998 09:58:49 -0400 (EDT)
p4raw-id: //depot/perl@951