This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Testing for ASCII in EBCDIC makes one's brain hurt.
[perl5.git] / Changes5.005
CommitLineData
9d6a1080
MB
1Please note: This file provides a summary of significant changes
2between versions and sub-versions of Perl, not necessarily a complete
3list of each modification. If you'd like more detailed information,
4please consult the comments in the patches on which the relevant
5release of Perl is based. (Patches can be found on any CPAN
6site, in the .../src/5.0 directory for full version releases,
7or in the .../src/5/0/unsupported directory for sub-version
8releases.)
9
10
11 ---------------
12 CAST AND CREW
13 ---------------
14
15To give due honor to those who have made Perl what is is today,
16here are some of the more common names in the Changes file, and their
637e9122 17current addresses (as of July 1998):
9d6a1080
MB
18
19 Gisle Aas <gisle@aas.no>
bd33893b 20 Abigail <abigail@fnx.com>
9d6a1080 21 Kenneth Albanowski <kjahds@kjahds.com>
bd33893b 22 Russ Allbery <rra@stanford.edu>
9d6a1080
MB
23 Spider Boardman <spider@orb.nashua.nh.us>
24 Tom Christiansen <tchrist@perl.com>
25 Hallvard B Furuseth <h.b.furuseth@usit.uio.no>
26 M. J. T. Guy <mjtg@cus.cam.ac.uk>
9d6a1080
MB
27 Jarkko Hietaniemi <jhi@iki.fi>
28 Nick Ing-Simmons <nik@tiuk.ti.com>
29 Andreas Koenig <a.koenig@mind.de>
30 Doug MacEachern <dougm@opengroup.org>
31 Paul Marquess <pmarquess@bfsec.bt.co.uk>
bd33893b
GS
32 Stephen McCamant <alias@mcs.com>
33 Laszlo Molnar <molnarl@cdata.tvnet.hu>
34 Hans Mulder <hansmu@xs4all.nl>
35 Matthias Neeracher <neeri@iis.ee.ethz.ch>
9d6a1080
MB
36 Jeff Okamoto <okamoto@hpcc123.corp.hp.com>
37 Ulrich Pfeifer <pfeifer@charly.informatik.uni-dortmund.de>
38 Tom Phoenix <rootbeer@teleport.com>
bd33893b 39 Joshua Pritikin <joshua.pritikin@db.com>
9d6a1080
MB
40 Norbert Pueschel <pueschel@imsdd.meb.uni-bonn.de>
41 Dean Roehrich <roehrich@cray.com>
bd33893b 42 Hugo van der Sanden <hv@crypt0.demon.co.uk>
9d6a1080 43 Roderick Schertler <roderick@argon.org>
455ece5e 44 Kurt D. Starsinic <kstar@isinet.com>
bd33893b 45 Dan Sugalski <sugalskd@osshe.edu>
9d6a1080
MB
46 Larry W. Virden <lvirden@cas.org>
47 Ilya Zakharevich <ilya@math.ohio-state.edu>
48
49And the Keepers of the Patch Pumpkin:
50
bd3fa61c 51 Charles Bailey <bailey@newman.upenn.edu>
3239fffd 52 Graham Barr <gbarr@pobox.com>
bb6014b3 53 Malcolm Beattie <mbeattie@sable.ox.ac.uk>
9d6a1080
MB
54 Tim Bunce <Tim.Bunce@ig.co.uk>
55 Andy Dougherty <doughera@lafcol.lafayette.edu>
3239fffd 56 Gurusamy Sarathy <gsar@umich.edu>
9d6a1080 57 Chip Salzenberg <chip@perl.com>
9d6a1080
MB
58
59And, of course, the Author of Perl:
60
61 Larry Wall <larry@wall.org>
62
808270a4
GS
63
64NOTE: Each change entry shows the change number; who checked it into the
65repository; when; description of the change; which branch the change
66happened in; and the affected files. The file lists have a short symbolic
67indicator:
68
69 ! modified
70 + added
71 - deleted
72 +> branched (from elsewhere)
73 !> merged changes (from elsewhere)
74
75
84df6dba 76----------------
3239fffd
GS
77Version 5.005_03 Third maintenance release of 5.005
78----------------
79
80____________________________________________________________________________
81[ 3198] By: gbarr on 1999/03/28 22:21:49
82 Log: redo #3193 which #3195 undid
83 Branch: maint-5.005/perl
84 ! pod/perlhist.pod
85____________________________________________________________________________
86[ 3197] By: gbarr on 1999/03/28 21:04:04
87 Log: Updated CPAN.pm to 1.48
88 Branch: maint-5.005/perl
89 ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
90____________________________________________________________________________
91[ 3196] By: gbarr on 1999/03/28 17:21:27
92 Log: AIX hints update from Jarkko
93 Branch: maint-5.005/perl
94 ! hints/aix.sh
95____________________________________________________________________________
96[ 3195] By: jhi on 1999/03/28 16:42:54
97 Log: Update perlhist on 5_03.
98 Branch: maint-5.005/perl
99 ! pod/perlhist.pod
100____________________________________________________________________________
101[ 3193] By: gsar on 1999/03/28 09:46:29
102 Log: =end needs matching =begin (or installhtml will croak)
103 Branch: maint-5.005/perl
104 ! pod/perlhist.pod
105____________________________________________________________________________
106[ 3192] By: gsar on 1999/03/28 09:10:15
107 Log: update pod/Makefile
108 Branch: maint-5.005/perl
109 ! pod/Makefile
110____________________________________________________________________________
111[ 3191] By: gsar on 1999/03/28 08:43:47
112 Log: integrate change#3180 from mainline
113
114 fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
115 (sometimes caused bizarreness in the BLOCK)
116 Branch: maint-5.005/perl
117 +> t/op/grep.t
118 !> MANIFEST op.c
119____________________________________________________________________________
120[ 3190] By: gsar on 1999/03/28 08:29:51
121 Log: integrate change#3147 from mainline
122
123 warn about newfangled vfork() caveats
124 Branch: maint-5.005/perl
125 ! Configure
126____________________________________________________________________________
127[ 3189] By: gsar on 1999/03/28 08:22:00
128 Log: various pod niggles
129 Branch: maint-5.005/perl
130 ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
131 ! pod/perlfunc.pod pod/perlhist.pod
132____________________________________________________________________________
133[ 3188] By: gsar on 1999/03/28 07:37:43
134 Log: integrate binary compatible variant of change#3098 from mainline
135 Branch: maint-5.005/perl
136 ! op.c perl.h t/base/lex.t toke.c
137____________________________________________________________________________
138[ 3187] By: gsar on 1999/03/28 07:31:16
139 Log: regularize CAPI declarations (CAPI extensions now build under
140 the Borland compiler)
141 Branch: maint-5.005/perl
142 ! win32/GenCAPI.pl
143____________________________________________________________________________
144[ 3186] By: gsar on 1999/03/28 07:26:33
145 Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
146 -DPERL_CAPI
147 Branch: maint-5.005/perl
148 ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
149____________________________________________________________________________
150[ 3185] By: gbarr on 1999/03/28 06:37:41
151 Log: integrate change #2846 from mainline
152
153 a modified version of suggested patch for pack template 'Z'; added docs
154 From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
155 Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
156 Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
157 Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
158 Branch: maint-5.005/perl
159 ! pod/perldelta.pod pod/perlfunc.pod pp.c
160 !> t/op/pack.t
161____________________________________________________________________________
162[ 3184] By: gbarr on 1999/03/28 06:35:50
163 Log: integrate change # 3160 from mainline
164
165 better description of OP_UNSTACK (s/unstack/iteration finalizer/)
166 Branch: maint-5.005/perl
167 ! opcode.h opcode.pl
168____________________________________________________________________________
169[ 3182] By: gbarr on 1999/03/28 03:40:28
170 Log: Integrate changes #3067 and #3106 from mainline
171
172 exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
173 From: Graham Barr <gbarr@ti.com>
174 Date: Wed, 3 Mar 1999 17:23:56 -0600
175 Message-ID: <19990303172356.F7442@dal.asp.ti.com>
176 Subject: Re: 'use strict' doesn't work for one-letter variables
177
178 change#3067 failed package.t due to needless creation of $a and $b;
179 fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
180 Branch: maint-5.005/perl
181 ! gv.c op.c t/pragma/warn-1global
182____________________________________________________________________________
183[ 3179] By: gsar on 1999/03/28 02:14:04
184 Log: fix thread segfault when passing large number of arguments to child
185 a la C<Thread->new($foo, 1..1000)>
186 Branch: maint-5.005/perl
187 ! ext/Thread/Thread.xs t/lib/thread.t
188____________________________________________________________________________
189[ 3178] By: gbarr on 1999/03/28 01:39:23
190 Log: fix $Config{'usethreads'} typo in perlthrtut
191
192 From: Ian Maloney <szhmf9@wsblob.ubs.com>
193 Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
194 Message-Id: <199903251540.QAA02439@wsblob.>
195 Subject: perlthrtut documentation error
196 Branch: maint-5.005/perl
197 ! pod/perlthrtut.pod
198____________________________________________________________________________
199[ 3177] By: gbarr on 1999/03/28 01:09:59
200 Log: Integrate #2910 from mainline
201
202 slurping an empty file should return '' rather than undef, with
203 commensurate effects on ARGV processing
204 Branch: maint-5.005/perl
205 ! pod/perldelta.pod pp_hot.c sv.h
206 !> t/io/argv.t
207____________________________________________________________________________
208[ 3176] By: gbarr on 1999/03/28 00:00:30
209 Log: Integrate relevant doc changes from mainline
210 Branch: maint-5.005/perl
211 !> (integrate 34 files)
212____________________________________________________________________________
213[ 3175] By: gbarr on 1999/03/27 19:20:32
214 Log: Integrated #2352 and #2397 from mainline
215
216 Implement $^C to allow perl access to -c flag - I think this
217 was agreed once...
218
219 Update docs and English.pm for $^C
220 Branch: maint-5.005/perl
221 ! gv.c mg.c
222 !> lib/English.pm
223____________________________________________________________________________
224[ 3174] By: gbarr on 1999/03/27 18:21:01
225 Log: Update Copyright year
226 Branch: maint-5.005/perl
227 ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
228 ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
229 ! op.c op.h perl.h perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
230 ! regcomp.c regexec.c run.c scope.c sv.c sv.h toke.c util.c
231 ! util.h
232____________________________________________________________________________
233[ 3173] By: gbarr on 1999/03/27 18:19:47
234 Log: Update Test.pm to VERSION 1.122 from CPAN
235 Branch: maint-5.005/perl
236 ! lib/Test.pm
237____________________________________________________________________________
238[ 3154] By: jhi on 1999/03/24 21:40:51
239 Log: Reword the shared library search path (LD_LIBRARY_PATH) info
240 based on suggestions from Andy Dougherty.
241 Branch: maint-5.005/perl
242 ! INSTALL
243____________________________________________________________________________
244[ 3146] By: jhi on 1999/03/24 09:20:14
245 Log: Bring in changes #2808 and #2812 (from mainline perl)
246 that enhance the perlbug checklist.
247 Branch: maint-5.005/perl
248 ! utils/perlbug.PL
249____________________________________________________________________________
250[ 3130] By: jhi on 1999/03/23 22:02:23
251 Log: Don't use config.msg to remind about the
252 LD_LIBRARY_PATH because Makefile.SH takes
253 care of that.
254
255 Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
256 This used to be the default but in some MT or another it
257 was dropped because of some transient error or another.
258 Branch: maint-5.005/perl
259 ! Configure hints/dec_osf.sh
260____________________________________________________________________________
261[ 3122] By: jhi on 1999/03/19 21:12:14
262 Log: Describe the new Benchmark feature in more detail.
263 Branch: cfgperl
264 ! pod/perldelta.pod
265 Branch: maint-5.005/perl
266 ! pod/perldelta.pod
267____________________________________________________________________________
268[ 3121] By: jhi on 1999/03/19 08:16:12
269 Log: AVAILABILITY tuning.
270 Branch: cfgperl
271 ! pod/perl.pod
272 Branch: maint-5.005/perl
273 ! pod/perl.pod
274____________________________________________________________________________
275[ 3119] By: jhi on 1999/03/17 14:33:43
276 Log: More Apollo fixes.
277 Branch: maint-5.005/perl
278 ! README.apollo hints/apollo.sh t/lib/io_udp.t
279____________________________________________________________________________
280[ 3118] By: jhi on 1999/03/16 17:23:39
281 Log: Nada.
282 Branch: maint-5.005/perl
283 ! README.apollo
284____________________________________________________________________________
285[ 3117] By: jhi on 1999/03/16 17:18:49
286 Log: Apollo DomainOS AVAILABILITY.
287 Branch: cfgperl
288 ! pod/perl.pod
289 Branch: maint-5.005/perl
290 ! pod/perl.pod
291____________________________________________________________________________
292[ 3116] By: jhi on 1999/03/16 17:14:00
293 Log: Apollo DomainOS patch
294 From: Johann Klasek <jk@auto.tuwien.ac.at>
295 Subject: Re: DomainPerl
296 Date: Tue, 16 Mar 1999 17:46:32 +0100
297 Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
298 Branch: maint-5.005/perl
299 + README.apollo apollo/netinet/in.h
300 ! MANIFEST hints/apollo.sh
301____________________________________________________________________________
302[ 3115] By: jhi on 1999/03/16 14:23:54
303 Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
304 To: Gurusamy Sarathy <gsar@activestate.com>,
305 Graham Barr <gbarr@pobox.com>
306 Cc: Perl5 Porters <perl5-porters@perl.org>,
307 "Paul.Marquess" <Paul.Marquess@btinternet.com>
308 Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
309 Date: Sun, 14 Mar 1999 14:43:57 -0000
310 Message-Id: <199903141841.NAA17040@defender.perl.org>
311 Branch: maint-5.005/perl
312 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
313 ! ext/DB_File/DB_File.xs ext/DB_File/typemap
314____________________________________________________________________________
315[ 3114] By: jhi on 1999/03/16 12:42:20
316 Log: Mention Rhapsody in 5.005_5X perldelta,
317 and in Rhapsody and Netware in 5.005_0X and 5.005_5X
318 *planned* AVAILABILITY.
319 Branch: cfgperl
320 ! pod/perl.pod pod/perldelta.pod
321 Branch: maint-5.005/perl
322 ! pod/perl.pod
323____________________________________________________________________________
324[ 3113] By: jhi on 1999/03/16 10:38:53
325 Log: perldelta niggling.
326 Branch: cfgperl
327 ! pod/perldelta.pod
328 Branch: maint-5.005/perl
329 ! pod/perldelta.pod
330____________________________________________________________________________
331[ 3111] By: jhi on 1999/03/16 10:28:10
332 Log: AVAILABILITY update: still mention PowerUX,
333 Novell Netware now has sources available.
334 Branch: cfgperl
335 ! pod/perl.pod
336 Branch: maint-5.005/perl
337 ! pod/perl.pod
338____________________________________________________________________________
339[ 3105] By: jhi on 1999/03/12 15:54:57
340 Log: Recognize the NetBSD packages collection.
341 Branch: maint-5.005/perl
342 ! hints/netbsd.sh
343____________________________________________________________________________
344[ 3104] By: jhi on 1999/03/12 09:07:04
345 Log: From: pvhp@forte.com (Peter Prymmer)
346 To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
347 Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
348 Date: Thu, 11 Mar 99 14:24:54 PST
349 Message-Id: <9903112224.AA24346@forte.com>
350 Branch: maint-5.005/perl
351 ! README.os390 t/lib/posix.t
352____________________________________________________________________________
353[ 3102] By: jhi on 1999/03/10 11:01:20
354 Log: From: pvhp@forte.com (Peter Prymmer)
355 To: perl5-porters@perl.org
356 Subject: [5.005_03-MT6]Patch: time passes
357 Date: Tue, 9 Mar 99 18:42:17 PST
358 Message-Id: <9903100242.AA29057@forte.com>
359 Branch: maint-5.005/perl
360 ! perl.c
361____________________________________________________________________________
362[ 3101] By: jhi on 1999/03/10 10:30:15
363 Log: From: Mark-Jason Dominus <mjd@plover.com>
364 To: perl5-porters@perl.com
365 Subject: Minor fix to perlfunc.pod
366 Date: Mon, 08 Mar 1999 20:05:53 -0500
367 Message-ID: <19990309010553.13757.qmail@plover.com>
368 Branch: maint-5.005/perl
369 ! pod/perlfunc.pod
370____________________________________________________________________________
371[ 3094] By: jhi on 1999/03/06 16:16:15
372 Log: From: Mark Kettenis <kettenis@wins.uva.nl>
373 To: jhi@iki.fi
374 Subject: Oops
375 Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
376 Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
377 Branch: maint-5.005/perl
378 ! README.hurd
379____________________________________________________________________________
380[ 3093] By: jhi on 1999/03/06 15:59:46
381 Log: From: Mark Kettenis <kettenis@wins.uva.nl>
382 To: jhi@iki.fi
383 Subject: New Hurd README
384 Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
385 Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
386 Branch: maint-5.005/perl
387 ! README.hurd
388____________________________________________________________________________
389[ 3092] By: jhi on 1999/03/06 12:52:06
390 Log: From: Paul_Green@stratus.com
391 To: perl5-porters@perl.org
392 Cc: jhi@iki.fi, Paul_Green@stratus.com
393 Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
394 Date: Fri, 5 Mar 1999 18:08:49 -0500
395 Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
396 Branch: maint-5.005/perl
397 ! vos/config.h vos/config_h.SH_orig
398____________________________________________________________________________
399[ 3091] By: jhi on 1999/03/06 12:42:21
400 Log: From: Dan Sugalski <sugalskd@osshe.edu>
401 To: perl5-porters@perl.org, vmsperl@perl.org
402 Subject: [PATCH 5.005_03-MT6]VMS build patch
403 Date: Fri, 05 Mar 1999 12:36:19 -0800
404 Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
405 Branch: maint-5.005/perl
406 ! vms/subconfigure.com
407____________________________________________________________________________
408[ 3090] By: gsar on 1999/03/06 04:40:03
409 Log: integrate change#3089 from mainline
410
411 tolerate CRs after options
412 Branch: maint-5.005/perl
413 !> perl.c
414____________________________________________________________________________
415[ 3086] By: gbarr on 1999/03/05 01:48:05
416 Log: #3085 was a bit premature, this is MT6 as 2 files were
417 missing from MANIFEST
418 Branch: maint-5.005/perl
419 ! MANIFEST
420____________________________________________________________________________
421[ 3085] By: gbarr on 1999/03/05 01:41:06
422 Log: Trial release 6
423 Branch: maint-5.005/perl
424 ! Changes
425____________________________________________________________________________
426[ 3084] By: gbarr on 1999/03/05 01:34:07
427 Log: Don't process - as a file in Errno_pm.PL
428
429 From: Jarkko Hietaniemi <jhi@iki.fi>
430 Date: Thu, 4 Mar 1999 13:29:23 +0200 (EET)
431 Message-ID: <14046.28307.561693.849859@alpha.hut.fi>
432 Subject: Re: maint-5.005
433 Branch: maint-5.005/perl
434 ! ext/Errno/Errno_pm.PL
435____________________________________________________________________________
436[ 3081] By: gsar on 1999/03/05 00:14:33
437 Log: protect against doubled backslashes
438 Branch: maint-5.005/perl
439 ! ext/Errno/Errno_pm.PL
440____________________________________________________________________________
441[ 3080] By: gsar on 1999/03/04 23:37:20
442 Log: pick up AIX hints from mainline
443 Branch: maint-5.005/perl
444 !> hints/aix.sh
445____________________________________________________________________________
446[ 3079] By: gsar on 1999/03/04 21:09:43
447 Log: tweak cast and crew
448 Branch: maint-5.005/perl
449 ! Changes
450____________________________________________________________________________
451[ 3078] By: gsar on 1999/03/04 21:03:04
452 Log: update patchlevel, Changes
453 Branch: maint-5.005/perl
454 ! Changes README.win32 patchlevel.h
455 !> pod/perlhist.pod
456____________________________________________________________________________
457[ 3075] By: gsar on 1999/03/04 07:36:53
458 Log: integrate changes#3037,3041 from mainline
459
460 fix longstanding bug: searches for lexicals originating within eval''
461 weren't stopping at the subroutine boundary correctly
462 --
463 fix subtle bug in eval'' testsuite
464 Branch: maint-5.005/perl
465 !> op.c proto.h t/op/eval.t
466____________________________________________________________________________
467[ 3074] By: gsar on 1999/03/04 07:32:15
468 Log: integrate change#3048 from mainline
469
470 updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
471 Branch: maint-5.005/perl
472 !> MANIFEST README.hpux
473____________________________________________________________________________
474[ 3073] By: gsar on 1999/03/04 07:29:43
475 Log: integrate changes#3014,3015,3021,3032,3034,3045 from mainline
476
477 more "correct" utbuf for utime()
478 --
479 avoid modifying readonly values from qw()
480 --
481 ansify perlio.c, fix PerlIO-ish typos
482 --
483 add README.hpux
484 --
485 s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
486 --
487 destroy PL_svref_mutex in perl_destruct()
488 Branch: maint-5.005/perl
489 +> README.hpux
490 !> MANIFEST doio.c ext/DynaLoader/dl_beos.xs
491 !> ext/DynaLoader/dl_cygwin32.xs iperlsys.h
492 !> lib/ExtUtils/MM_Unix.pm lib/Getopt/Std.pm perl.c perlio.c
493____________________________________________________________________________
494[ 3072] By: gsar on 1999/03/04 07:12:15
495 Log: integrate changes#2978,2979 from mainline
496
497 bring '*' prototype closer to how it behaves internally
498 --
499 doc for change#2978
500 Branch: maint-5.005/perl
501 +> t/lib/fatal.t
502 !> MANIFEST lib/Fatal.pm op.c pod/perlsub.pod t/comp/proto.t
503____________________________________________________________________________
504[ 3071] By: gsar on 1999/03/04 07:05:50
505 Log: integrate changes#2919,2920,2921,2928,2932,2933 from mainline
506
507 applied suggested patch, with several language/readability tweaks
508 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
509 Date: Fri, 29 Jan 1999 00:25:02 -0500
510 Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
511 Subject: Re: [PATCH 5.005_*] Better parsing docs
512 --
513 tweak READ() docs to mention $buffer must be altered by reference
514 --
515 use New() et al., rather than safemalloc() et al.
516 From: jan.dubois@ibm.net (Jan Dubois)
517 Date: Fri, 29 Jan 1999 23:27:22 +0100
518 Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
519 Subject: [PATCH _03-MT5] POSIX.xs memory API
520 --
521 allow the Carp routines to pass through exception objects
522 --
523 clarify what a "line" is
524 --
525 From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
526 Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
527 Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
528 Subject: s2p incorrectly handles hold space commands
529 Branch: maint-5.005/perl
530 !> ext/POSIX/POSIX.xs lib/Carp.pm pod/perlfunc.pod pod/perlop.pod
531 !> pod/perltie.pod pod/perlvar.pod x2p/s2p.PL
532____________________________________________________________________________
533[ 3070] By: gsar on 1999/03/04 06:43:57
534 Log: integrate changes#2748,2753,2754,2819,2824,2855,2866,2867,2869,2885,2888,2889
535 from mainline
536
537 From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
538 Date: Thu, 3 Dec 1998 15:10:17 -0500
539 Message-Id: <199812032010.PAA09692@jik.shore.net>
540 Subject: sample checksum code in "perlfunc" man page is wrong
541 --
542 Todo tweaks
543 --
544 Todo updates from Andy Dougherty <doughera@lafayette.edu>
545 --
546 avoid garbage in db->dirbuf
547 From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
548 Date: Sat, 05 Dec 1998 14:14:54 +0900
549 Message-Id: <199812050514.OAA23268@toshiba.co.jp>
550 Subject: SDBM bug
551 --
552 tweak doc on bitwise ops
553 --
554 applied suggested patch; added tests
555 From: Adam Krolnik <adamk@gypsy.cyrix.com>
556 Date: Sat, 12 Dec 98 15:30:18 -0600
557 Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
558 Subject: Range operation doesn't handle IV_MAX
559 --
560 display full pathname of unreadable files
561 --
562 av_extend() doc tweak from Jan Dubois
563 --
564 update win32/pod.mak
565 --
566 note how to find REG_INFTY limit
567 --
568 add note about test-notty target
569 --
570 tweak PERL_STRICT_CR notes
571 Branch: maint-5.005/perl
572 !> Porting/pumpkin.pod README.win32 Todo Todo-5.005
573 !> ext/SDBM_File/sdbm/sdbm.c pod/perldelta.pod pod/perlfunc.pod
574 !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod pp_ctl.c
575 !> t/op/range.t utils/perldoc.PL win32/pod.mak
576____________________________________________________________________________
577[ 3069] By: gsar on 1999/03/04 06:02:29
578 Log: integrate change#2747 from mainline
579
580 typos in Pod/Text.pm
581 Branch: maint-5.005/perl
582 !> lib/Pod/Text.pm
583____________________________________________________________________________
584[ 3059] By: jhi on 1999/03/03 22:46:43
585 Log: Document HP-UX 11 Y2K patch effect, based on
586
587 From: "Richard L. England" <richard_england@mentorg.com>
588 To: perlbug@perl.com
589 CC: "England, Richard" <richard_england@mentorg.com>
590 Subject: test io/fs.t number 18 fails on HPUX 11.0 when Y2K patch installed.
591 Date: Fri, 26 Feb 1999 15:35:49 -0800
592 Message-ID: <36D72FD4.4136C84F@mentorg.com>
593 Branch: maint-5.005/perl
594 ! INSTALL
595____________________________________________________________________________
596[ 3057] By: jhi on 1999/03/03 21:42:22
597 Log: The *symbols patch (for Kurt's h2ph fixes) haunted us in AIX.
598 Branch: maint-5.005/perl
599 ! Configure
600____________________________________________________________________________
601[ 3056] By: jhi on 1999/03/03 21:21:46
602 Log: Fixed the pthreads_created_joinable test messed up
603 by the Mach cthreads change.
604 Branch: maint-5.005/perl
605 ! Configure
606____________________________________________________________________________
607[ 3055] By: jhi on 1999/03/03 18:17:55
608 Log: Configure and make gotchas.
609 Branch: maint-5.005/perl
610 ! INSTALL
611____________________________________________________________________________
612[ 3051] By: jhi on 1999/03/02 08:24:52
613 Log: From: Dan Sugalski <sugalskd@osshe.edu>
614 To: perl5-porters@perl.org, vmsperl@perl.org
615 Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
616 Date: Mon, 01 Mar 1999 16:10:57 -0800
617 Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
618 Branch: cfgperl
619 ! README.vms
620 Branch: maint-5.005/perl
621 ! README.vms
622____________________________________________________________________________
623[ 3049] By: jhi on 1999/03/02 07:34:21
624 Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
625 To: perl5-porters@perl.org
626 Subject: [PATCH] Eliminate (valid) warning in byterun.c
627 Date: Mon, 01 Mar 1999 17:27:59 -0500
628 Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
629 Branch: cfgperl
630 ! bytecode.h
631 Branch: maint-5.005/perl
632 ! bytecode.h
633____________________________________________________________________________
634[ 3028] By: jhi on 1999/02/26 14:40:00
635 Log: HP-UX 11 threads.
636
637 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
638 To: perl5-porters@perl.org
639 Cc: jhi@cc.hut.fi
640 Subject: Maint 5 and _54 with threading on HP-UX 11.00
641 Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
642 Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
643
644 NOTE from jhi: the hpux hints could still be more robust by
645 disabling gdbm when necessary.
646
647 Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
648 linking -lgdbm -lpthread creates an executable that instantly
649 core dumps on a pthreads internal panic:
650
651 ./gdpt
652
653 Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
654 Return Pointer is 0xc082bf33
655 17639 quit (core dumped) ./gdpt
656
657 You don't have to *use* either gdbm or pthreads in the executable,
658 just linking them together is enough. Workaround is to recompile
659 the GDBM under HP-UX 11, that makes the problem to go away.
660 Branch: maint-5.005/perl
661 ! hints/hpux.sh thread.h
662____________________________________________________________________________
663[ 3027] By: jhi on 1999/02/26 09:04:29
664 Log: From: abigail@fnx.com
665 To: perl5-porters@perl.org (Perl Porters)
666 Subject: [PATCH 5.005_02 Getopt::Std] warn() instead of print STDERR.
667 Date: Thu, 25 Feb 1999 22:08:41 -0500 (EST)
668 Message-ID: <19990226030841.5985.qmail@alexandra.wayne.fnx.com>
669 Branch: maint-5.005/perl
670 ! lib/Getopt/Std.pm
671____________________________________________________________________________
672[ 3026] By: jhi on 1999/02/26 08:18:26
673 Log: full_ar wasn't propagated.
674 Branch: maint-5.005/perl
675 ! Configure
676____________________________________________________________________________
677[ 3013] By: jhi on 1999/02/22 19:27:44
678 Log: Fix MacPerl version, change PowerUX to PowerMAX.
679
680 From: Chris Nandor <pudge@pobox.com>
681 To: jhi@iki.fi
682 Cc: perl5-porters@perl.org
683 Subject: Re: perl current availability as documented by perl.pod
684 Date: Sun, 21 Feb 1999 11:06:03 -0500
685 Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
686
687 From: Tom Horsley <Tom.Horsley@mail.ccur.com>
688 To: jhi@iki.fi
689 Cc: perl5-porters@perl.org
690 Subject: Re: perl current availability as documented by perl.pod
691 Date: Mon, 22 Feb 1999 13:08:30 GMT
692 Message-Id: <199902221308.NAA19971@cleo.ccur.com>
693 Branch: cfgperl
694 ! pod/perl.pod
695 Branch: maint-5.005/perl
696 ! pod/perl.pod
697____________________________________________________________________________
698[ 3010] By: jhi on 1999/02/22 10:21:55
699 Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
700 To: gbarr@pobox.com (Graham Barr)
701 Cc: perl5-porters@perl.org
702 Subject: [PATCH 5.005_03-MT5] DB_File 1.64 patch
703 Date: Mon, 22 Feb 1999 10:12:34 +0000 (GMT)
704 Message-Id: <9902221012.AA17784@claudius.bfsec.bt.co.uk>
705 Branch: maint-5.005/perl
706 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
707 ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
708____________________________________________________________________________
709[ 3005] By: jhi on 1999/02/22 08:35:30
710 Log: Configure/Perl knew how to look for use Mach cthreads
711 but Configure didn't let them to be used ($osname 'next').
712 Branch: cfgperl
713 ! Configure config_h.SH
714 Branch: maint-5.005/perl
715 ! Configure
716____________________________________________________________________________
717[ 3004] By: jhi on 1999/02/21 15:46:02
718 Log: Update Acorn AVAILABILITY.
719 Branch: cfgperl
720 ! pod/perl.pod
721 Branch: maint-5.005/perl
722 ! pod/perl.pod
723____________________________________________________________________________
724[ 3003] By: jhi on 1999/02/21 14:50:42
725 Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
726 To: perl5-porters@perl.org (Perl 5 Porters)
727 Subject: PATCH: perlref.pod - symbolic ref example
728 Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
729 Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
730 Branch: cfgperl
731 ! pod/perlref.pod
732 Branch: maint-5.005/perl
733 ! pod/perlref.pod
734____________________________________________________________________________
735[ 3000] By: jhi on 1999/02/21 14:15:31
736 Log: pack s/l for negative numbers was broken on platforms
737 where sizeof(short) != 2 or sizeof(long) != 4 (Alpha, Cray).
738 pack v was broken for sizeof(short) == 8 big-endian platforms
739 (Cray), only zeros were produced.
740 Branch: maint-5.005/perl
741 ! perl.h pod/perlfunc.pod pp.c t/op/pack.t
742____________________________________________________________________________
743[ 2997] By: jhi on 1999/02/20 14:00:26
744 Log: Glossary update.
745 Branch: maint-5.005/perl
746 ! Porting/Glossary
747____________________________________________________________________________
748[ 2995] By: jhi on 1999/02/20 12:25:10
749 Log: Document #2893, Mach cthreads support.
750 Branch: maint-5.005/perl
751 ! pod/perldelta.pod
752____________________________________________________________________________
753[ 2986] By: jhi on 1999/02/19 23:26:34
754 Log: Remove the unnecessary osf1 -D__LANGUAGE_C__.
755 Branch: maint-5.005/perl
756 ! Configure
757____________________________________________________________________________
758[ 2983] By: jhi on 1999/02/19 20:35:51
759 Log: Mach cthreads:
760 From: brie@corp.home.net (Brian Harrison)
761 Subject: perl5.005_02 patch for mthreads
762 To: perl5-porters@perl.org
763 Date: Fri, 23 Oct 1998 14:20:57 -0700 (PDT)
764 Message-ID: <Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
765 Branch: maint-5.005/perl
766 ! Configure Porting/Glossary config_h.SH malloc.c perl.h
767 ! thread.h
768____________________________________________________________________________
769[ 2981] By: jhi on 1999/02/19 19:49:03
770 Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
771 To: Chaim Frenkel <chaimf@pobox.com>,
772 Russ Allbery <rra@stanford.edu>,
773 Jarkko Hietaniemi <jhi@iki.fi>,
774 Gurusamy Sarathy <gsar@activestate.com>,
775 Graham Barr <gbarr@pobox.com>
776 Cc: bdensch@ameritech.net, perlbug@perl.com
777 Subject: [PATCH] Re: Solaris 7 for Intel
778 Message-ID: <19990219124404.A30182@O2.chapin.edu>
779
780 and Glossary update.
781 Branch: maint-5.005/perl
782 ! Configure Makefile.SH Porting/Glossary
783____________________________________________________________________________
784[ 2980] By: gbarr on 1999/02/19 16:06:53
785 Log: Make result of h2xs work when user adds C<use strict>
786 Branch: maint-5.005/perl
787 ! utils/h2xs.PL
788____________________________________________________________________________
789[ 2976] By: gsar on 1999/02/18 21:54:09
790 Log: integrate change#2975 from mainline
791
792 distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
793 of lexical searches in BEGIN|INIT|END)
794 Branch: maint-5.005/perl
795 !> cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
796 !> vms/perly_c.vms
797____________________________________________________________________________
798[ 2971] By: jhi on 1999/02/18 11:14:24
799 Log: AIX syscalls.exp scan missed explicitly 32/64-bit syscalls.
800
801 From: Joe Buehler <jhpb@hekimian.com>
802 To: perl5-porters@perl.org
803 Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
804 Date: 12 Feb 1999 11:25:21 -0500
805 Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
806 Branch: maint-5.005/perl
807 ! Configure
808____________________________________________________________________________
809[ 2967] By: jhi on 1999/02/17 23:12:59
810 Log: Make SCO/Unixware scan to work in Unixware, too.
811
812 From: Tom Hughes <thh@cyberscience.com>
813 To: perlbug@perl.com
814 Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
815 Date: 17 Feb 1999 15:34:15 +0000
816 Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
817 Branch: maint-5.005/perl
818 ! Configure
819____________________________________________________________________________
820[ 2956] By: jhi on 1999/02/15 21:03:28
821 Log: OpenBSD sparc SHMLBA (like change #2945).
822 Branch: maint-5.005/perl
823 ! ext/IPC/SysV/SysV.xs
824____________________________________________________________________________
825[ 2950] By: jhi on 1999/02/15 13:37:28
826 Log: AVAILABILITY sync.
827 Branch: maint-5.005/perl
828 ! pod/perl.pod
829____________________________________________________________________________
830[ 2906] By: jhi on 1999/02/13 14:55:47
831 Log: AVAILABILITY sync.
832 Branch: maint-5.005/perl
833 ! pod/perl.pod
834____________________________________________________________________________
835[ 2905] By: gsar on 1999/02/13 00:12:53
836 Log: integrate change#2898 from mainline
837
838 support win32_putenv()
839 Branch: maint-5.005/perl
840 !> mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
841 !> win32/win32.c win32/win32iop.h
842____________________________________________________________________________
843[ 2904] By: jhi on 1999/02/12 21:23:30
844 Log: Add README.hurd, from Mark Kettenis <kettenis@wins.uva.nl>.
845 Branch: maint-5.005/perl
846 + README.hurd
847 ! MANIFEST
848____________________________________________________________________________
849[ 2900] By: jhi on 1999/02/12 12:07:28
850 Log: SCO ODT/OSR release scanning.
851 Branch: maint-5.005/perl
852 ! Configure
853____________________________________________________________________________
854[ 2897] By: jhi on 1999/02/12 11:24:25
855 Log: Undo a big bad paste from change #2884.
856 Branch: maint-5.005/perl
857 ! hints/openbsd.sh
858____________________________________________________________________________
859[ 2896] By: jhi on 1999/02/12 11:19:52
860 Log: Update the error message of db-recno.t to DB version 1.86
861 and the URL to www.sleepycat.com instead of www.bostic.com.
862 Branch: maint-5.005/perl
863 ! t/lib/db-recno.t
864____________________________________________________________________________
865[ 2895] By: gsar on 1999/02/12 11:18:59
866 Log: integrate change#2854 from mainline
867
868 compatibility fix: magic non-propagation in foreach implicit localization
869 Branch: maint-5.005/perl
870 !> pp_ctl.c t/op/local.t
871____________________________________________________________________________
872[ 2884] By: jhi on 1999/02/12 08:36:14
873 Log: OpenBSD pthreads awareness, thanks to
874 David Leonard <david.leonard@csee.uq.edu.au>
875 Branch: maint-5.005/perl
876 ! Configure hints/openbsd.sh
877____________________________________________________________________________
878[ 2883] By: jhi on 1999/02/12 08:29:51
879 Log: AVAILABILITY sync.
880 Branch: maint-5.005/perl
881 ! pod/perl.pod
882____________________________________________________________________________
883[ 2878] By: jhi on 1999/02/11 22:00:50
884 Log: Replace changes #2783, #2784, #2785, with a single tested
885 patch from Francois Desarmenien <desar@club-internet.fr>.
886 Branch: maint-5.005/perl
887 ! MANIFEST ext/GDBM_File/hints/sco.pl ext/IPC/SysV/SysV.xs
888 ! hints/sco.sh
889____________________________________________________________________________
890[ 2876] By: jhi on 1999/02/11 20:43:17
891 Log: From: Chris Nandor <pudge@pobox.com>
892 To: perl5-porters@perl.org
893 Subject: [PATCH] perlport.pod 1.39
894 Date: Thu, 11 Feb 1999 12:28:35 -0500
895 Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
896 Branch: maint-5.005/perl
897 ! pod/perlport.pod
898____________________________________________________________________________
899[ 2875] By: jhi on 1999/02/11 20:35:08
900 Log: The fpsetmask() really is SCO5 only.
901 Branch: maint-5.005/perl
902 ! unixish.h
903____________________________________________________________________________
904[ 2874] By: jhi on 1999/02/11 20:32:06
905 Log: Change #2783 missed these.
906 Branch: maint-5.005/perl
907 ! ext/IPC/SysV/SysV.xs unixish.h
908____________________________________________________________________________
909[ 2873] By: jhi on 1999/02/11 20:27:45
910 Log: Import the change #2810 from cfgperl.
911 Branch: maint-5.005/perl
912 + ext/GDBM_File/hints/sco.pl
913 ! MANIFEST hints/sco.sh unixish.h
914____________________________________________________________________________
915[ 2872] By: jhi on 1999/02/11 19:57:37
916 Log: Sync the current AVAILABILITY.
917 Branch: maint-5.005/perl
918 ! pod/perl.pod pod/perldelta.pod
919____________________________________________________________________________
920[ 2871] By: jhi on 1999/02/11 19:42:54
921 Log: Copied the GNU/Hurd hints file over from cfgperl
922 because it works well enough (there are still some
923 rough edges in Hurd), verified via private
924 email from Mark Kettenis <kettenis@wins.uva.nl>
925 Branch: maint-5.005/perl
926 + hints/gnu.sh
927____________________________________________________________________________
928[ 2864] By: jhi on 1999/02/11 08:45:00
929 Log: From: Spider Boardman <spider@zk3.dec.com>
930 To: perlbug@perl.com
931 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
932 Date: Wed, 10 Feb 1999 23:33:31 -0500
933 Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
934 Branch: maint-5.005/perl
935 ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
936____________________________________________________________________________
937[ 2863] By: jhi on 1999/02/11 08:35:35
938 Log: AVAILABILITY.
939 Branch: maint-5.005/perl
940 ! pod/perl.pod
941____________________________________________________________________________
942[ 2858] By: gsar on 1999/02/11 07:10:59
943 Log: remove dup hunk
944 Branch: maint-5.005/perl
945 ! pod/perldelta.pod
946____________________________________________________________________________
947[ 2857] By: gsar on 1999/02/11 07:09:20
948 Log: sync with parent version of perldelta.pod
949 Branch: maint-5.005/perl
950 !> pod/perldelta.pod
951____________________________________________________________________________
952[ 2853] By: gsar on 1999/02/11 00:33:06
953 Log: integrate change#2816 from mainline
954
955 minor bug in dumping blessed subrefs
956 Branch: maint-5.005/perl
957 !> ext/Data/Dumper/Dumper.pm
958____________________________________________________________________________
959[ 2852] By: gsar on 1999/02/10 23:17:49
960 Log: fair warning about -Dusethreads
961 Branch: maint-5.005/perl
962 ! Configure INSTALL README.threads
963____________________________________________________________________________
964[ 2851] By: jhi on 1999/02/10 23:00:39
965 Log: Snapshot of the ongoing AVAILABILITY discussion.
966 Branch: maint-5.005/perl
967 ! pod/perl.pod
968____________________________________________________________________________
969[ 2850] By: jhi on 1999/02/10 16:07:32
970 Log: OS390 and Windows AVAILABILITY entries enhanced.
971 Branch: maint-5.005/perl
972 ! pod/perl.pod
973____________________________________________________________________________
974[ 2849] By: jhi on 1999/02/10 12:39:46
975 Log: AS/400 and Mac were not described right.
976 Branch: maint-5.005/perl
977 ! pod/perl.pod
978____________________________________________________________________________
979[ 2848] By: jhi on 1999/02/10 09:13:49
980 Log: Added AVAILABILITY section.
981 Branch: maint-5.005/perl
982 ! pod/perl.pod
983____________________________________________________________________________
984[ 2837] By: jhi on 1999/02/08 14:51:39
985 Log: Fix typo introduced in change #2836.
986 Branch: maint-5.005/perl
987 ! Configure
988____________________________________________________________________________
989[ 2836] By: jhi on 1999/02/08 14:44:31
990 Log: Augment change #2809, the h2ph-*symbols patch.
991 Branch: maint-5.005/perl
992 ! Configure t/lib/h2ph.pht
993____________________________________________________________________________
994[ 2815] By: gsar on 1999/02/05 03:44:50
995 Log: integrate change#2242 from mainline
996
997 fix skipspace() to properly account for newlines in eval''-ed
998 strings (caused bogus line numbers in diagnostics and debugger)
999 Branch: maint-5.005/perl
1000 !> toke.c
1001____________________________________________________________________________
1002[ 2814] By: jhi on 1999/02/04 21:21:39
1003 Log: Stratus perlport update.
1004 Branch: maint-5.005/perl
1005 ! pod/perlport.pod
1006____________________________________________________________________________
1007[ 2813] By: jhi on 1999/02/04 21:16:54
1008 Log: Stratus VOS update.
1009
1010 From: Paul_Green@stratus.com
1011 To: jhi@iki.fi
1012 Subject: RE: VOS changes for Perl5.005_03 are ready!
1013 Date: Thu, 4 Feb 1999 14:51:07 -0500
1014 Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A0168@exna1.stratus.com>
1015 Branch: maint-5.005/perl
1016 + vos/vos_accept.c
1017 ! MANIFEST README.vos perl.c pod/perlport.pod vos/Changes
1018 ! vos/build.cm vos/compile_perl.cm vos/config.h
1019 ! vos/config_h.SH_orig vos/perl.bind vos/test_vos_dummies.c
1020 ! vos/vos_dummies.c vos/vosish.h
1021____________________________________________________________________________
1022[ 2809] By: jhi on 1999/02/03 19:54:16
1023 Log: h2ph fixes + Configure patch to support them.
1024
1025 From: "Kurt D. Starsinic" <kstar@chapin.edu>
1026 To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
1027 Gurusamy Sarathy <gsar@engin.umich.edu>
1028 Cc: perl5-porters@perl.org
1029 Subject: [PATCH 5.00503_MT5] h2ph.PL
1030 Date: Tue, 2 Feb 1999 19:48:06 -0500
1031 Message-ID: <19990202194806.E10647@O2.chapin.edu>
1032 Branch: maint-5.005/perl
1033 ! Configure utils/h2ph.PL
1034____________________________________________________________________________
1035[ 2802] By: jhi on 1999/02/02 17:41:23
1036 Log: From: John Bley <jbb6@acpub.duke.edu>
1037 To: perlbug@perl.org
1038 Subject: [PATCH]5.005_54 (DOC) fix minor typos
1039 Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
1040 Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
1041 Branch: maint-5.005/perl
1042 ! pod/perlre.pod
1043____________________________________________________________________________
1044[ 2790] By: jhi on 1999/02/02 16:51:45
1045 Log: Re-introduce the typo corrections (update to CGI 2.46
1046 overran them).
1047 Branch: maint-5.005/perl
1048 ! lib/CGI.pm
1049____________________________________________________________________________
1050[ 2781] By: jhi on 1999/02/02 14:27:01
1051 Log: Update the MkLinux note.
1052 Branch: maint-5.005/perl
1053 ! hints/linux.sh
1054____________________________________________________________________________
1055[ 2775] By: jhi on 1999/02/02 13:13:24
1056 Log: Mention lib/Dumpvalue.pm.
1057 Branch: maint-5.005/perl
1058 ! pod/roffitall
1059____________________________________________________________________________
1060[ 2767] By: jhi on 1999/02/02 12:29:57
1061 Log: Demangle spaces to tab+space.
1062 Branch: maint-5.005/perl
1063 ! hints/freebsd.sh
1064____________________________________________________________________________
1065[ 2758] By: jhi on 1999/02/02 10:51:26
1066 Log: Detypo.
1067 Branch: maint-5.005/perl
1068 ! lib/Math/Trig.pm
1069____________________________________________________________________________
1070[ 2755] By: jhi on 1999/02/02 09:07:51
1071 Log: Make FreeBSD 2.2.7 work with -Duseshrplib -ders.
1072 Branch: maint-5.005/perl
1073 ! hints/freebsd.sh
1074____________________________________________________________________________
1075[ 2752] By: jhi on 1999/02/01 22:15:12
1076 Log: Add perlthrtut.pod.
1077
1078 From: Dan Sugalski <sugalskd@osshe.edu>
1079 To: perl5-porters@perl.org
1080 Subject: perlthrtut.pod
1081 Date: Mon, 01 Feb 1999 10:57:11 -0800
1082 Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
1083 Branch: maint-5.005/perl
1084 + pod/perlthrtut.pod
1085 ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
1086 ! pod/roffitall
1087____________________________________________________________________________
1088[ 2741] By: gbarr on 1999/02/01 03:00:42
1089 Log: Fix typecasts in #2728
1090
1091 From: "G. Del Merritt" <del@intranetics.com>
1092 Date: Fri, 29 Jan 1999 11:47:25 -0700
1093 Message-Id: <199901291847.LAA04828@jhereg.perl.com>
1094 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
1095 Branch: maint-5.005/perl
1096 ! ext/POSIX/POSIX.xs
1097____________________________________________________________________________
1098[ 2740] By: gsar on 1999/02/01 02:43:07
1099 Log: CAPI inheritance tweak and doc
1100 Branch: maint-5.005/perl
1101 ! lib/ExtUtils/MakeMaker.pm
1102____________________________________________________________________________
1103[ 2739] By: jhi on 1999/01/31 18:31:54
1104 Log: Undo changes #2730 and #2731 and replace them
1105 with an extensively tested patch from
1106 Anton Berezin <tobez@plab.ku.dk> (via private email).
1107 Branch: maint-5.005/perl
1108 ! Makefile.SH hints/freebsd.sh
1109____________________________________________________________________________
1110[ 2738] By: gsar on 1999/01/31 05:04:32
1111 Log: fix bogus CAPI inheritance from change#2541
1112 Branch: maint-5.005/perl
1113 ! lib/ExtUtils/MakeMaker.pm
1114____________________________________________________________________________
1115[ 2737] By: gsar on 1999/01/31 04:55:06
1116 Log: remove the big ugly thing jhi sneezed into INSTALL :-)
1117 Branch: maint-5.005/perl
1118 ! INSTALL
1119____________________________________________________________________________
1120[ 2736] By: jhi on 1999/01/30 12:57:06
1121 Log: From: pvhp@forte.com (Peter Prymmer)
1122 To: perl-mvs@perl.org, perlbug@perl.com
1123 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on os390 05.00 (UNINSTALLED)
1124 Date: Fri, 29 Jan 99 19:22:31 PST
1125 Message-Id: <9901300322.AA19136@forte.com>
1126
1127 (slighty edited at the end)
1128 Branch: maint-5.005/perl
1129 ! README.os390
1130____________________________________________________________________________
1131[ 2735] By: jhi on 1999/01/30 11:49:54
1132 Log: Undo 5.005-devel random, srandom mention.
1133 Branch: maint-5.005/perl
1134 ! INSTALL
1135____________________________________________________________________________
1136[ 2734] By: jhi on 1999/01/29 22:22:00
1137 Log: Add perlreftut.
1138 Branch: maint-5.005/perl
1139 + pod/perlreftut.pod
1140 ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
1141____________________________________________________________________________
1142[ 2732] By: gsar on 1999/01/29 20:09:44
1143 Log: integrate change#2720 from mainline
1144
1145 missing space while munging CCFLAGS for PERL_CAPI
1146 Branch: maint-5.005/perl
1147 !> lib/ExtUtils/MM_Unix.pm
1148____________________________________________________________________________
1149[ 2731] By: jhi on 1999/01/29 14:33:12
1150 Log: FreeBSD version numbers can be like "2.2.8-release".
1151 Branch: maint-5.005/perl
1152 ! hints/freebsd.sh
1153____________________________________________________________________________
1154[ 2730] By: jhi on 1999/01/29 12:40:38
1155 Log: FreeBSD hints iteration (hopefully convergent).
1156 usethreads: require at least FreeBSD 2.2.8.
1157 signal type: mirror change #2429 in cfgperl.
1158 Branch: maint-5.005/perl
1159 ! hints/freebsd.sh
1160____________________________________________________________________________
1161[ 2729] By: gbarr on 1999/01/29 05:06:32
1162 Log: Trial release 5
1163 Branch: maint-5.005/perl
1164 ! Changes patchlevel.h pod/perlhist.pod
1165____________________________________________________________________________
1166[ 2728] By: gbarr on 1999/01/29 04:10:37
1167 Log: From: Ted Law <tedlaw@cibcwg.com>
1168 Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
1169 Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
1170 Subject: POSIX::strftime buffer overflow problem
1171 Branch: maint-5.005/perl
1172 ! ext/POSIX/POSIX.xs
1173____________________________________________________________________________
1174[ 2728] By: gbarr on 1999/01/29 04:10:37
1175 Log: From: Ted Law <tedlaw@cibcwg.com>
1176 Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
1177 Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
1178 Subject: POSIX::strftime buffer overflow problem
1179 Branch: maint-5.005/perl
1180 ! ext/POSIX/POSIX.xs
1181____________________________________________________________________________
1182[ 2727] By: gbarr on 1999/01/29 04:09:57
1183 Log: From: Tom Spindler <dogcow@isi.net>
1184 Date: Thu, 28 Jan 1999 17:15:11 -0800
1185 Message-ID: <19990128171510.A11778@isi.net>
1186 Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
1187 Branch: maint-5.005/perl
1188 + ext/DynaLoader/dl_beos.xs
1189 ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
1190 ! lib/ExtUtils/MM_Unix.pm
1191____________________________________________________________________________
1192[ 2726] By: gbarr on 1999/01/29 03:30:51
1193 Log: Remove use of File::Slurp in t/lib/textfill.t
1194 Branch: maint-5.005/perl
1195 ! t/lib/textfill.t
1196____________________________________________________________________________
1197[ 2725] By: gbarr on 1999/01/29 03:11:41
1198 Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
1199 Date: Wed, 27 Jan 1999 23:14:33 -0800
1200 Message-Id: <199901280714.XAA10176@activestate.com>
1201 Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
1202 Branch: maint-5.005/perl
1203 ! win32/Makefile win32/makefile.mk
1204____________________________________________________________________________
1205[ 2724] By: jhi on 1999/01/28 19:27:15
1206 Log: Change jhi@iki.fi to perlbug@perl.com.
1207 Cosmetic change in semctl probing messages.
1208 Branch: maint-5.005/perl
1209 ! Configure hints/freebsd.sh
1210____________________________________________________________________________
1211[ 2723] By: jhi on 1999/01/28 17:27:49
1212 Log: Yet another typo in a test program.
1213 Branch: maint-5.005/perl
1214 ! Configure
1215____________________________________________________________________________
1216[ 2722] By: jhi on 1999/01/28 17:13:52
1217 Log: The pthreads_created_joinable test had a typo,
1218 by blind luck the default value works almost anywhere.
1219 Branch: maint-5.005/perl
1220 ! Configure
1221____________________________________________________________________________
1222[ 2721] By: jhi on 1999/01/28 13:04:23
1223 Log: MinT support, adapted from change #2594.
1224 Branch: maint-5.005/perl
1225 + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
1226 + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
1227 + mint/sys/time.h mint/time.h
1228 ! MANIFEST doio.c malloc.c miniperlmain.c perl.c
1229 ! pod/perldelta.pod t/io/fs.t t/lib/safe2.t t/op/groups.t
1230 ! t/op/mkdir.t t/op/taint.t
1231____________________________________________________________________________
1232[ 2719] By: jhi on 1999/01/27 19:49:49
1233 Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1234 To: perl5-porters@perl.org
1235 Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
1236 Date: Tue, 26 Jan 1999 22:25:07 +0000
1237 Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
1238 Branch: maint-5.005/perl
1239 ! pod/perlguts.pod
1240____________________________________________________________________________
1241[ 2718] By: jhi on 1999/01/27 19:46:04
1242 Log: io/fs.t fails test #18 (sense of tests appears to have been
1243 changed incompletely; this patch just skips the test attached,
1244 a la test #17 preceding it).
1245
1246 From: "G. Del Merritt" <del@intranetics.com>
1247 To: perlbug@perl.com
1248 Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
1249 Date: Tue, 26 Jan 1999 12:09:09 -0700
1250 Message-Id: <199901261909.MAA25525@jhereg.perl.com>
1251 Branch: maint-5.005/perl
1252 ! t/io/fs.t
1253____________________________________________________________________________
1254[ 2717] By: jhi on 1999/01/27 19:44:46
1255 Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
1256
1257 From: "G. Del Merritt" <del@intranetics.com>
1258 To: perlbug@perl.com
1259 Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
1260 Date: Tue, 26 Jan 1999 12:09:09 -0700
1261 Message-Id: <199901261909.MAA25525@jhereg.perl.com>
1262 Branch: maint-5.005/perl
1263 ! iperlsys.h
1264____________________________________________________________________________
1265[ 2716] By: jhi on 1999/01/27 19:38:36
1266 Log: From: Dan Sugalski <sugalskd@osshe.edu>
1267 To: perlbug@perl.com, vmsperl@perl.org
1268 Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
1269 Date: Tue, 26 Jan 1999 14:40:38 -0800
1270 Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
1271
1272 From: Dan Sugalski <sugalskd@osshe.edu>
1273 To: perl5-porters@perl.org, vmsperl@perl.org
1274 Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
1275 Date: Tue, 26 Jan 1999 14:55:29 -0800
1276 Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
1277 Branch: maint-5.005/perl
1278 ! t/lib/textfill.t t/lib/textwrap.t vms/ext/Stdio/test.pl
1279 ! vms/subconfigure.com
1280____________________________________________________________________________
1281[ 2715] By: jhi on 1999/01/27 19:34:28
1282 Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
1283 To: perl5-porters@perl.org
1284 Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
1285 Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
1286 Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
1287 Branch: maint-5.005/perl
1288 ! hints/mpeix.sh mpeix/relink
1289____________________________________________________________________________
1290[ 2714] By: jhi on 1999/01/27 19:32:41
1291 Log: NetBSD does not do setruid, setrgid.
1292 Branch: maint-5.005/perl
1293 ! hints/netbsd.sh
1294____________________________________________________________________________
1295[ 2713] By: jhi on 1999/01/27 19:28:53
1296 Log: FreeBSD usethreads, based on private email with
1297 Anton Berezin <tobez@plab.ku.dk>.
1298 Branch: maint-5.005/perl
1299 ! hints/freebsd.sh
1300____________________________________________________________________________
1301[ 2712] By: jhi on 1999/01/27 19:26:17
1302 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1303 To: Mailing list Perl5 <perl5-porters@perl.org>
1304 Subject: [PATCH 5.005_*] OS/2 threads
1305 Date: Tue, 26 Jan 1999 13:39:46 -0500
1306 Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
1307 Branch: maint-5.005/perl
1308 ! os2/os2ish.h
1309____________________________________________________________________________
1310[ 2711] By: jhi on 1999/01/27 19:24:28
1311 Log: "make ok", "make okfile", and "make nok" were broken
1312 with -Duseshrplib, because of a shared typo.
1313
1314 From: Spider Boardman <spider@web.zk3.dec.com>
1315 To: perlbug@perl.com
1316 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
1317 Date: Wed, 27 Jan 1999 12:27:15 -0500
1318 Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
1319 Branch: maint-5.005/perl
1320 ! Makefile.SH
1321____________________________________________________________________________
1322[ 2710] By: jhi on 1999/01/27 19:22:23
1323 Log: Errno fixes:
1324
1325 From: Spider Boardman <spider@web.zk3.dec.com>
1326 To: perlbug@perl.com
1327 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
1328 Date: Wed, 27 Jan 1999 12:27:15 -0500
1329 Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
1330
1331 From: Spider Boardman <spider@web.zk3.dec.com>
1332 To: perlbug@perl.com
1333 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
1334 Date: Wed, 27 Jan 1999 13:31:16 -0500
1335 Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
1336 Branch: maint-5.005/perl
1337 ! Configure ext/Errno/Errno_pm.PL
1338____________________________________________________________________________
1339[ 2709] By: jhi on 1999/01/27 19:17:35
1340 Log: Fix Configure installusrbinperl:
1341
1342 From: Spider Boardman <spider@web.zk3.dec.com>
1343 To: jhi@iki.fi
1344 cc: perl5-porters@perl.org
1345 Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
1346 Date: Wed, 27 Jan 1999 13:03:35 -0500
1347 Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
1348 Branch: maint-5.005/perl
1349 ! Configure
1350____________________________________________________________________________
1351[ 2708] By: gbarr on 1999/01/26 04:14:42
1352 Log: Trial release 4
1353 Branch: maint-5.005/perl
1354 ! Changes patchlevel.h pod/perlhist.pod
1355____________________________________________________________________________
1356[ 2707] By: gbarr on 1999/01/26 02:06:17
1357 Log: Add redef IO::Handle::* for setv?buf()
1358 Branch: maint-5.005/perl
1359 ! ext/POSIX/POSIX.pm
1360____________________________________________________________________________
1361[ 2706] By: jhi on 1999/01/24 22:26:12
1362 Log: Better AIX libc nm scan.
1363 Branch: maint-5.005/perl
1364 ! Configure
1365____________________________________________________________________________
1366[ 2703] By: jhi on 1999/01/24 14:26:18
1367 Log: Minor Configure adjustments.
1368 Branch: maint-5.005/perl
1369 ! Configure
1370____________________________________________________________________________
1371[ 2702] By: jhi on 1999/01/24 13:57:33
1372 Log: Use usethreads.cbu consistently.
1373 Branch: maint-5.005/perl
1374 ! Configure hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
1375 ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
1376 ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
1377 ! hints/linux.sh hints/os2.sh hints/solaris_2.sh
1378____________________________________________________________________________
1379[ 2701] By: jhi on 1999/01/24 13:55:43
1380 Log: Mention year-1900 and month 0..11 also here.
1381 Branch: maint-5.005/perl
1382 ! lib/Time/Local.pm
1383____________________________________________________________________________
1384[ 2700] By: jhi on 1999/01/24 13:52:36
1385 Log: Document Configure -Uinstallusrbinperl.
1386 Branch: maint-5.005/perl
1387 ! INSTALL pod/perldelta.pod
1388____________________________________________________________________________
1389[ 2699] By: jhi on 1999/01/24 13:01:57
1390 Log: perlopentut was missing.
1391 Branch: maint-5.005/perl
1392 + pod/perlopentut.pod
1393 ! MANIFEST pod/perldelta.pod
1394____________________________________________________________________________
1395[ 2697] By: jhi on 1999/01/24 12:31:33
1396 Log: Remove t/op/grent.t (t/op/pwent.t was removed by #2685).
1397 Branch: maint-5.005/perl
1398 - t/op/grent.t
1399 ! MANIFEST
1400____________________________________________________________________________
1401[ 2696] By: gsar on 1999/01/24 11:39:39
1402 Log: integrate changes#2255,2694 from mainline
1403
1404 another win32 portability fix: make sysread() and syswrite()
1405 work on sockets
1406
1407 better notes on 'make' on win32
1408 Branch: maint-5.005/perl
1409 ! README.win32 pp_sys.c win32/win32.h
1410____________________________________________________________________________
1411[ 2693] By: gbarr on 1999/01/24 00:53:31
1412 Log: Integrate changes #2646,2647 from cfgperl
1413
1414 Show LANGUAGE env var when needed. (Augment change #2645).
1415
1416 SHMLBA strikes back in NetBSD/sparc.
1417
1418 From: Dave Nelson <David.Nelson@bellcow.com>
1419 To: jhi@iki.fi
1420 Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
1421 Date: Mon, 18 Jan 1999 22:07:56 -0600
1422 Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
1423 Branch: maint-5.005/perl
1424 ! util.c utils/perlbug.PL
1425 !> ext/IPC/SysV/SysV.xs
1426____________________________________________________________________________
1427[ 2692] By: gbarr on 1999/01/24 00:28:52
1428 Log: Integrate #2630 from mainline and an errno save fix
1429 Branch: maint-5.005/perl
1430 !> doio.c
1431____________________________________________________________________________
1432[ 2691] By: gbarr on 1999/01/24 00:28:37
1433 Log: Update CGI modules to 2.46 and Getopt::Long to 2.19
1434 Branch: maint-5.005/perl
1435 ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Fast.pm
1436 ! lib/CGI/Push.pm lib/Getopt/Long.pm t/lib/cgi-html.t
1437____________________________________________________________________________
1438[ 2690] By: gbarr on 1999/01/23 23:35:39
1439 Log: Integrate #2681 from cfgperl
1440
1441 Better (I hope) LANGUAGE documentation.
1442 Branch: maint-5.005/perl
1443 !> pod/perllocale.pod
1444____________________________________________________________________________
1445[ 2689] By: gbarr on 1999/01/23 23:31:59
1446 Log: More nosuid patches
1447
1448 From: Jarkko Hietaniemi <jhi@iki.fi>
1449 Date: Fri, 22 Jan 1999 12:12:45 +0200 (EET)
1450 Message-ID: <13992.20253.269284.841300@alpha.hut.fi>
1451 Subject: Re: [PATCH] 5.005*: the "nosuid" problem: v2
1452 Branch: maint-5.005/perl
1453 ! Configure config_h.SH perl.c perl.h pod/perldelta.pod
1454 ! pod/perldiag.pod
1455____________________________________________________________________________
1456[ 2688] By: gbarr on 1999/01/23 23:03:39
1457 Log: From: Anton Berezin <tobez@plab.ku.dk>
1458 Date: 21 Jan 1999 17:07:28 +0100
1459 Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
1460 Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
1461 Branch: maint-5.005/perl
1462 ! hints/freebsd.sh
1463____________________________________________________________________________
1464[ 2687] By: gbarr on 1999/01/23 22:52:58
1465 Log: overload syntax is no longer experimental
1466 Branch: maint-5.005/perl
1467 ! lib/overload.pm
1468____________________________________________________________________________
1469[ 2685] By: gbarr on 1999/01/23 22:15:46
1470 Log: Remove t/op/pwent.t added from cfgperl, but is not robust.
1471 Branch: maint-5.005/perl
1472 - t/op/pwent.t
1473 ! MANIFEST
1474____________________________________________________________________________
1475[ 2684] By: gbarr on 1999/01/23 22:13:07
1476 Log: More doc typos from Abigail, and undo some in lib/diagnostics.pm
1477 from change #2672
1478
1479 From: abigail@fnx.com
1480 Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
1481 Message-Id: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
1482 Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
1483
1484 From: abigail@fnx.com
1485 Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
1486 Message-Id: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
1487 Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
1488 Branch: maint-5.005/perl
1489 ! lib/CGI.pm lib/CPAN.pm lib/diagnostics.pm
1490____________________________________________________________________________
1491[ 2677] By: gbarr on 1999/01/22 03:38:07
1492 Log: Integrate #2645, #2648 and update patching.pod
1493
1494 Document the GNU LANGUAGE env var.
1495
1496 Mention /usr/share/locale.
1497
1498 From: Daniel Grisinger <dgris@moiraine.dimensional.com>
1499 Date: 21 Jan 1999 00:17:35 -0700
1500 Message-Id: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
1501 Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
1502 Branch: maint-5.005/perl
1503 ! Porting/patching.pod
1504 !> pod/perllocale.pod
1505____________________________________________________________________________
1506[ 2676] By: gbarr on 1999/01/22 01:54:02
1507 Log: Fixup FindBin to use File::Spec
1508
1509 Message-Id: <19990120185157.D24479@west-tip.transeda.com>
1510 Date: Wed, 20 Jan 1999 18:51:57 +0000
1511 From: Paul Johnson <pjcj@transeda.com>
1512 Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
1513 Branch: maint-5.005/perl
1514 ! lib/FindBin.pm
1515____________________________________________________________________________
1516[ 2675] By: gbarr on 1999/01/22 01:38:31
1517 Log: Add new config values added for nosuid fix into VMS configure
1518
1519 From: Dan Sugalski <sugalskd@osshe.edu>
1520 Date: Wed, 20 Jan 1999 12:05:18 -0800
1521 Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
1522 Subject: [PATCH 5.005_03MT3]VMS configure tweak
1523 Branch: maint-5.005/perl
1524 ! vms/subconfigure.com
1525____________________________________________________________________________
1526[ 2674] By: gbarr on 1999/01/22 01:36:35
1527 Log: Fix for buggy compiler optimization on dec for pack("I",...)
1528
1529 From: Achim Bohnet <ach@mpe.mpg.de>
1530 Date: Wed, 20 Jan 1999 20:25:53 +0100
1531 Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
1532 Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0
1533 Branch: maint-5.005/perl
1534 ! pp.c
1535____________________________________________________________________________
1536[ 2673] By: gbarr on 1999/01/22 01:29:37
1537 Log: OS/2 patches from Ilya
1538
1539 Date: Thu, 21 Jan 1999 02:08:27 -0500
1540 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1541 Subject: [PATCH 5.00*] makedepend
1542 Message-Id: <19990121020827.A25509@monk.mps.ohio-state.edu>
1543
1544 Date: Thu, 21 Jan 1999 02:46:34 -0500
1545 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1546 Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
1547 Message-Id: <19990121024634.A25600@monk.mps.ohio-state.edu>
1548
1549 Date: Thu, 21 Jan 1999 02:50:16 -0500
1550 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1551 Subject: [PATCH 5.005_03] Resend of OS/2 patch
1552 Message-Id: <19990121025016.A25612@monk.mps.ohio-state.edu>
1553
1554 Date: Thu, 21 Jan 1999 03:58:29 -0500
1555 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1556 Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
1557 Message-Id: <19990121035829.A25822@monk.mps.ohio-state.edu>
1558 Branch: maint-5.005/perl
1559 ! ext/Errno/Errno_pm.PL makedepend.SH os2/Changes
1560 ! os2/Makefile.SHs os2/OS2/PrfDB/PrfDB.xs os2/os2.c
1561____________________________________________________________________________
1562[ 2672] By: gbarr on 1999/01/22 01:05:45
1563 Log: More doc typo patches from Abigail
1564
1565 From: abigail@fnx.com
1566 Message-Id: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
1567 Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm] Typos
1568 Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
1569
1570 From: abigail@fnx.com
1571 Message-Id: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
1572 Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
1573 Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
1574
1575 From: abigail@fnx.com
1576 Message-Id: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
1577 Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
1578 Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
1579
1580 From: abigail@fnx.com
1581 Message-Id: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
1582 Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
1583 Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
1584
1585 From: abigail@fnx.com
1586 Message-Id: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
1587 Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
1588 Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
1589
1590 From: abigail@fnx.com
1591 Message-Id: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
1592 Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
1593 Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
1594
1595 From: abigail@fnx.com
1596 Message-Id: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
1597 Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
1598 Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
1599
1600 From: abigail@fnx.com
1601 Message-Id: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
1602 Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos (ignore
1603 Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
1604
1605 From: abigail@fnx.com
1606 Message-Id: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
1607 Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
1608 Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
1609
1610 From: abigail@fnx.com
1611 Message-Id: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
1612 Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
1613 Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
1614
1615 From: abigail@fnx.com
1616 Message-Id: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
1617 Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
1618 Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
1619 Branch: maint-5.005/perl
1620 ! ext/Opcode/Safe.pm ext/Opcode/ops.pm ext/re/re.pm
1621 ! lib/AutoLoader.pm lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm
1622 ! lib/Symbol.pm lib/Test.pm lib/diagnostics.pm lib/overload.pm
1623____________________________________________________________________________
1624[ 2671] By: gbarr on 1999/01/22 00:40:13
1625 Log: Fix win32 for Borland compiler and spaces in paths
1626
1627 From: Gurusamy Sarathy <gsar@activestate.com>
1628 Date: Mon, 18 Jan 1999 20:33:17 -0800
1629 Message-Id: <199901190433.UAA03656@activestate.com>
1630 Subject: [PATCH] 5.005_03-trial3 win32 issues
1631 Branch: maint-5.005/perl
1632 ! README.win32 win32/Makefile win32/config_sh.PL
1633 ! win32/makefile.mk win32/runperl.c
1634____________________________________________________________________________
1635[ 2637] By: gbarr on 1999/01/18 02:52:18
1636 Log: Update DB_File to 1.63
1637
1638 From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
1639 Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
1640 Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
1641 Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
1642 Branch: maint-5.005/perl
1643 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
1644 ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
1645____________________________________________________________________________
1646[ 2636] By: gbarr on 1999/01/17 18:03:31
1647 Log: Trial release 3
1648 Branch: maint-5.005/perl
1649 ! Changes patchlevel.h
1650____________________________________________________________________________
1651[ 2635] By: gbarr on 1999/01/17 17:32:01
1652 Log: Update to CPAN-1.44
1653
1654 From: Mark-Jason Dominus <mjd@plover.com>
1655 Date: Sat, 16 Jan 1999 17:22:06 -0500
1656 Message-ID: <19990116222206.3674.qmail@plover.com>
1657 Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
1658 Branch: maint-5.005/perl
1659 ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
1660 ! pod/perlsub.pod
1661____________________________________________________________________________
1662[ 2634] By: gbarr on 1999/01/17 17:27:12
1663 Log: Fix for suidperl when script is on a nosuid filesystem
1664
1665 From: Jarkko Hietaniemi <jhi@iki.fi>
1666 Date: Sun, 17 Jan 1999 16:27:06 +0200 (EET)
1667 Message-ID: <13985.62266.324824.292401@alpha.hut.fi>
1668 Subject: [PATCH] 5.005*: the "nosuid" problem: v2
1669 Branch: maint-5.005/perl
1670 ! Configure config_h.SH perl.c perl.h pod/perldiag.pod
1671____________________________________________________________________________
1672[ 2618] By: gbarr on 1999/01/16 19:18:26
1673 Log: Added Dumpvalue.pm
1674
1675 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1676 Date: Mon, 7 Dec 1998 02:44:25 -0500 (EST)
1677 Message-Id: <199812070744.CAA18949@monk.mps.ohio-state.edu>
1678 Subject: [PATCH 5.005_*] Dumpvar.pm
1679 Branch: maint-5.005/perl
1680 + lib/Dumpvalue.pm
1681 ! MANIFEST pod/perldelta.pod
1682____________________________________________________________________________
1683[ 2617] By: gbarr on 1999/01/16 19:09:36
1684 Log: Minor change to perlxstut and added perlopentut.pod
1685
1686 From: Nathan Torkington <gnat@frii.com>
1687 Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
1688 Message-ID: <13956.15285.933914.320849@localhost.frii.com>
1689 Subject: [PATCH] perlxstut.pod fix
1690
1691 From: Tom Christiansen <tchrist@jhereg.perl.com>
1692 Date: Sat, 09 Jan 1999 08:13:18 -0700
1693 Message-Id: <199901091513.IAA17512@jhereg.perl.com>
1694 Subject: perlopentut.pod
1695 Branch: maint-5.005/perl
1696 ! MANIFEST pod/perl.pod pod/perldelta.pod pod/perlxstut.pod
1697 ! pod/roffitall
1698____________________________________________________________________________
1699[ 2616] By: gbarr on 1999/01/16 18:59:55
1700 Log: Win32 changes from Jan
1701
1702 From: jan.dubois@ibm.net (Jan Dubois)
1703 Date: Fri, 15 Jan 1999 23:38:35 +0100
1704 Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
1705 Subject: [PATCH 5.005_03m2] Win32 Makefile patches
1706
1707 From: jan.dubois@ibm.net (Jan Dubois)
1708 Date: Sat, 16 Jan 1999 13:02:45 +0100
1709 Message-ID: <36a07da6.10722337@smtp1.ibm.net>
1710 Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
1711 Branch: maint-5.005/perl
1712 ! README.win32 win32/Makefile win32/makefile.mk
1713____________________________________________________________________________
1714[ 2615] By: gbarr on 1999/01/16 18:48:48
1715 Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
1716
1717 From: Gurusamy Sarathy <gsar@engin.umich.edu>
1718 Date: Thu, 07 Jan 1999 00:12:00 -0500
1719 Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
1720 Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
1721
1722 From: Gurusamy Sarathy <gsar@engin.umich.edu>
1723 Date: Thu, 14 Jan 1999 19:21:46 -0500
1724 Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
1725 Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
1726 Branch: maint-5.005/perl
1727 ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
1728 ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
1729 ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
1730 ! win32/makedef.pl win32/runperl.c win32/win32.c
1731____________________________________________________________________________
1732[ 2614] By: gbarr on 1999/01/16 16:48:38
1733 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
1734 Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
1735 Message-Id: <199901151528.RAA08785@alpha.hut.fi>
1736 Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
1737
1738 From: Jarkko Hietaniemi <jhi@iki.fi>
1739 Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
1740 Message-Id: <199901151644.SAA08184@alpha.hut.fi>
1741 Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
1742
1743 From: Jarkko Hietaniemi <jhi@iki.fi>
1744 Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
1745 Message-Id: <199901151652.SAA11259@alpha.hut.fi>
1746 Subject: the promised "installusrbinperl + NetBSD" fix
1747 Branch: maint-5.005/perl
1748 ! Configure Makefile.SH hints/netbsd.sh installperl
1749 ! makedepend.SH unixish.h
1750____________________________________________________________________________
1751[ 2613] By: gbarr on 1999/01/16 16:28:40
1752 Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
1753 Date: Thu, 14 Jan 1999 22:37:26 +0100
1754 Message-ID: <19990114223726.A177@beeblebrox>
1755 Subject: [PATCH for 5.005_03-MAINT_TRIAL_2] dos-djgpp update
1756 Branch: maint-5.005/perl
1757 ! djgpp/config.over djgpp/djgpp.c
1758____________________________________________________________________________
1759[ 2612] By: gbarr on 1999/01/16 16:27:25
1760 Log: Hints for sco.sh to automatically support dynamic linking
1761
1762 From: Peter Wolfe <wolfe@teloseng.com>
1763 Date: Mon, 11 Jan 1999 11:50:20 -0800 (PST)
1764 Message-Id: <199901111950.LAA01703@titan.teloseng.com>
1765 Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
1766 Branch: maint-5.005/perl
1767 ! hints/sco.sh
1768____________________________________________________________________________
1769[ 2610] By: gbarr on 1999/01/14 03:07:33
1770 Log: Fix login in installperl for pods
1771
1772 From: Robin Barker <rmb1@cise.npl.co.uk>
1773 Date: Mon, 4 Jan 1999 13:50:10 GMT
1774 Message-Id: <199901041350.NAA19665@cyclone.cise.npl.co.uk>
1775 Subject: PATCH to installperl
1776 Branch: maint-5.005/perl
1777 ! installperl
1778____________________________________________________________________________
1779[ 2609] By: gbarr on 1999/01/14 03:04:37
1780 Log: Fix incorrect "used only once" warnings
1781
1782 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1783 Date: Fri, 8 Jan 1999 04:37:10 -0500
1784 Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
1785 Subject: Re: change#965 flakiness
1786 Branch: maint-5.005/perl
1787 ! gv.c
1788____________________________________________________________________________
1789[ 2608] By: gbarr on 1999/01/14 02:56:46
1790 Log: Fixed double GLOB de-reference
1791
1792 From: Gurusamy Sarathy <gsar@engin.umich.edu>
1793 Date: Sat, 09 Jan 1999 23:40:24 -0500
1794 Message-Id: <199901100440.XAA12360@aatma.engin.umich.edu>
1795 Subject: Re: IO::Pipe with perl -d (on HPUX)
1796 Branch: maint-5.005/perl
1797 ! ext/IO/lib/IO/Pipe.pm
1798____________________________________________________________________________
1799[ 2607] By: gbarr on 1999/01/14 02:53:40
1800 Log: Added Carp::cluck to perldelta.pod
1801 Branch: maint-5.005/perl
1802 ! pod/perldelta.pod
1803____________________________________________________________________________
1804[ 2606] By: gbarr on 1999/01/14 02:44:04
1805 Log: New perlfaq*.pod from Tom (private mail)
1806 Branch: maint-5.005/perl
1807 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
1808 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
1809 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
1810 ! pod/perlfaq9.pod
1811____________________________________________________________________________
1812[ 2584] By: gbarr on 1999/01/08 04:50:56
1813 Log: implemented Ilya's suggested fix, and added a testcase
1814
1815 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1816 Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
1817 Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
1818 Subject: Re: Text::ParseWords: regex fix
1819 Branch: maint-5.005/perl
1820 ! lib/Text/ParseWords.pm t/lib/parsewords.t
1821____________________________________________________________________________
1822[ 2583] By: gbarr on 1999/01/08 04:50:03
1823 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
1824 Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
1825 Message-Id: <199901071047.MAA24100@alpha.hut.fi>
1826 Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
1827 Branch: maint-5.005/perl
1828 ! ext/Errno/Errno_pm.PL
1829____________________________________________________________________________
1830[ 2582] By: gbarr on 1999/01/08 03:37:55
1831 Log: More doc changes from Abigail, and included change #2575 from cfgperl
1832
1833 From: abigail@fnx.com
1834 Message-ID: <19990107041434.22326.qmail@alexandra.wayne.fnx.com>
1835 Subject: [PATCH 5.005_03 TRIAL2 lib/Time/gmtime.pm] Typo fix
1836 Date: Wed, 6 Jan 1999 23:14:34 -0500 (EST)
1837
1838 From: abigail@fnx.com
1839 Message-ID: <19990107041746.22376.qmail@alexandra.wayne.fnx.com>
1840 Subject: [PATCH 5.005_03 TRIAL2 lib/Time/localtime.pm] Typo fix
1841 Date: Wed, 6 Jan 1999 23:17:46 -0500 (EST)
1842
1843 From: abigail@fnx.com
1844 Message-ID: <19990107042105.22527.qmail@alexandra.wayne.fnx.com>
1845 Subject: [PATCH 5.005_03 TRIAL2 lib/User/grent.pm] Typo fix
1846 Date: Wed, 6 Jan 1999 23:21:05 -0500 (EST)
1847
1848 From: abigail@fnx.com
1849 Message-ID: <19990107042254.22624.qmail@alexandra.wayne.fnx.com>
1850 Subject: [PATCH 5.005_03 TRIAL2 lib/User/pwent.pw] Typo fix
1851 Date: Wed, 6 Jan 1999 23:22:54 -0500 (EST)
1852 Branch: maint-5.005/perl
1853 ! lib/Math/Trig.pm lib/Time/gmtime.pm lib/Time/localtime.pm
1854 ! lib/User/grent.pm lib/User/pwent.pm
1855____________________________________________________________________________
1856[ 2578] By: gbarr on 1999/01/07 04:30:26
1857 Log: From: Dan Sugalski <sugalskd@osshe.edu>
1858 Date: Wed, 06 Jan 1999 13:47:34 -0800
1859 Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
1860 Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
1861 Branch: maint-5.005/perl
1862 ! vms/vms.c
1863____________________________________________________________________________
1864[ 2577] By: gbarr on 1999/01/07 04:26:28
1865 Log: Another set of doc patches from Abigail
1866
1867 From: abigail@fnx.com
1868 Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
1869 Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
1870 Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
1871
1872 From: abigail@fnx.com
1873 Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
1874 Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
1875 Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
1876
1877 From: abigail@fnx.com
1878 Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
1879 Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
1880 Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
1881
1882 From: abigail@fnx.com
1883 Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
1884 Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
1885 Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
1886
1887 From: abigail@fnx.com
1888 Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
1889 Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
1890 Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
1891
1892 From: abigail@fnx.com
1893 Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
1894 Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
1895 Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
1896
1897 From: abigail@fnx.com
1898 Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
1899 Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
1900 Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
1901
1902 From: abigail@fnx.com
1903 Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
1904 Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
1905 Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
1906
1907 From: abigail@fnx.com
1908 Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
1909 Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
1910 Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
1911
1912 From: abigail@fnx.com
1913 Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
1914 Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
1915 Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
1916
1917 From: abigail@fnx.com
1918 Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
1919 Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
1920 Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
1921
1922 From: abigail@fnx.com
1923 Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
1924 Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
1925 Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
1926
1927 From: abigail@fnx.com
1928 Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
1929 Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
1930 Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
1931
1932 From: abigail@fnx.com
1933 Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
1934 Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
1935 Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
1936 Branch: maint-5.005/perl
1937 ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
1938 ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
1939 ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
1940 ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
1941 ! lib/Tie/Array.pm lib/Tie/Hash.pm
1942____________________________________________________________________________
1943[ 2568] By: gbarr on 1999/01/06 03:13:15
1944 Log: From: jan.dubois@ibm.net (Jan Dubois)
1945 Date: Wed, 06 Jan 1999 01:24:09 +0100
1946 Message-ID: <3696aa85.18259325@smtp1.ibm.net>
1947 Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
1948 Branch: maint-5.005/perl
1949 ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
1950 ! win32/GenCAPI.pl win32/makedef.pl
1951____________________________________________________________________________
1952[ 2567] By: gbarr on 1999/01/06 02:31:28
1953 Log: From: Dan Sugalski <sugalskd@osshe.edu>
1954 Date: Tue, 05 Jan 1999 16:47:31 -0800
1955 Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
1956 Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
1957 Branch: maint-5.005/perl
1958 ! taint.c
1959____________________________________________________________________________
1960[ 2566] By: gbarr on 1999/01/06 02:29:05
1961 Log: From: "W. Phillip Moore" <wpm@ms.com>
1962 Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
1963 Message-ID: <13970.20107.190314.549471@zappa>
1964 Subject: [PATCH] POSIX getpgrp is not -w clean
1965 Branch: maint-5.005/perl
1966 ! ext/POSIX/POSIX.pm
1967____________________________________________________________________________
1968[ 2565] By: gbarr on 1999/01/06 02:19:00
1969 Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
1970 Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
1971 Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
1972 Subject: FindBin.pm on Win32 systems
1973 Branch: maint-5.005/perl
1974 ! lib/FindBin.pm
1975____________________________________________________________________________
1976[ 2564] By: gbarr on 1999/01/06 02:13:23
1977 Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
1978 Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
1979 Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
1980 Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
1981 Branch: maint-5.005/perl
1982 ! t/op/sysio.t
1983____________________________________________________________________________
1984[ 2563] By: gbarr on 1999/01/06 02:03:44
1985 Log: From: Jarkko Hietaniemi <jhi@cc.hut.fi>
1986 Date: Mon, 4 Jan 1999 19:25:03 +0200 (EET)
1987 Message-Id: <199901041725.TAA30462@alpha.hut.fi>
1988 Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: undo untrue HP-UX 64-bitness (mostly harmless but misleading)
1989 Branch: maint-5.005/perl
1990 ! hints/hpux.sh
1991____________________________________________________________________________
1992[ 2562] By: gbarr on 1999/01/06 02:02:18
1993 Log: Jumbo doc patch from Abigail
1994
1995 From: abigail@fnx.com
1996 Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
1997 Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
1998 Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
1999
2000 From: abigail@fnx.com
2001 Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
2002 Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
2003 Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
2004
2005 From: abigail@fnx.com
2006 Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
2007 Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
2008 Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
2009
2010 From: abigail@fnx.com
2011 Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
2012 Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
2013 Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
2014
2015 From: abigail@fnx.com
2016 Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
2017 Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
2018 Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
2019
2020 From: abigail@fnx.com
2021 Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
2022 Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
2023 Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
2024
2025 From: abigail@fnx.com
2026 Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
2027 Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
2028 Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
2029
2030 From: abigail@fnx.com
2031 Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
2032 Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
2033 Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
2034
2035 From: abigail@fnx.com
2036 Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
2037 Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
2038 Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
2039
2040 From: abigail@fnx.com
2041 Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
2042 Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
2043 Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
2044
2045 From: abigail@fnx.com
2046 Message-ID: <19990106012338.9536.qmail@alexandra.wayne.fnx.com>
2047 Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Socket.pm] Typo fix
2048 Date: Tue, 5 Jan 1999 20:23:38 -0500 (EST)
2049 Branch: maint-5.005/perl
2050 ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
2051 ! ext/IO/lib/IO/Socket.pm lib/ExtUtils/Command.pm
2052 ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
2053 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
2054 ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
2055 ! lib/ExtUtils/Mksymlists.pm
2056____________________________________________________________________________
2057[ 2560] By: gbarr on 1999/01/03 16:59:01
2058 Log: Trial release 2
2059 Branch: maint-5.005/perl
2060 ! Changes patchlevel.h
2061____________________________________________________________________________
2062[ 2559] By: gbarr on 1999/01/02 15:37:35
2063 Log: From: Blair Zajac <bzajac@geostaff.com>
2064 Date: Wed, 23 Dec 1998 17:13:32 -0800
2065 Message-ID: <3681953C.8B6A90AA@geostaff.com>
2066 Subject: Tie::SubstrHash patch
2067 Branch: maint-5.005/perl
2068 ! lib/Tie/SubstrHash.pm
2069____________________________________________________________________________
2070[ 2558] By: gbarr on 1999/01/02 15:30:01
2071 Log: integrate change #2544
2072
2073 From: Tim Bunce <Tim.Bunce@ig.co.uk>
2074 Subject: bug in pod2man search for perl binary [5.005_5x]
2075 Date: Sat, 12 Dec 1998 23:08:51 +0000
2076 Message-ID: <19981212230851.A20578@ig.co.uk>
2077 Branch: maint-5.005/perl
2078 !> pod/pod2man.PL
2079____________________________________________________________________________
2080[ 2557] By: gbarr on 1999/01/02 15:20:42
2081 Log: integrate change #2548
2082
2083 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2084 To: perl5-porters@perl.org
2085 cc: hv@crypt0.demon.co.uk
2086 Subject: [bug 5.004_54] duplicate error message
2087 Date: Thu, 31 Dec 1998 04:05:25 +0000
2088 Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
2089
2090 Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
2091 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
2092 To: hv@crypt0.demon.co.uk
2093 Cc: perl5-porters@perl.org
2094 Subject: [PATCH _54] Re: duplicate error message
2095 Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
2096
2097 Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
2098 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2099 To: Stephen McCamant <smccam@uclink4.berkeley.edu>
2100 cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
2101 Subject: [TEST PATCH _54] Re: duplicate error message
2102 Date: Fri, 01 Jan 1999 07:32:14 +0000
2103 Branch: maint-5.005/perl
2104 ! op.c t/pragma/warn-1global taint.c
2105____________________________________________________________________________
2106[ 2556] By: gbarr on 1999/01/02 15:18:58
2107 Log: From: abigail@fnx.com
2108 Date: Mon, 28 Dec 1998 14:16:12 -0500 (EST)
2109 Message-ID: <19981228191612.8380.qmail@alexandra.wayne.fnx.com>
2110 Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
2111 Branch: maint-5.005/perl
2112 ! lib/fields.pm
2113____________________________________________________________________________
2114[ 2555] By: gbarr on 1999/01/02 15:11:45
2115 Log: intregrate change #2547
2116
2117 From: Chris Nandor <pudge@pobox.com>
2118 Subject: Re: [PATCH] perlport.pod 1.38
2119 Date: Thu, 31 Dec 1998 09:06:48 -0500
2120 Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
2121 Branch: maint-5.005/perl
2122 !> pod/perlport.pod
2123____________________________________________________________________________
2124[ 2543] By: gbarr on 1998/12/31 06:17:13
2125 Log: integrated relevant parts og changes #2385 & #2387 from mainline
2126
2127 various fixes for race conditions under threads: mutex locks based
2128 on PL_threadnum were seriously flawed, since it means more than one
2129 thread could enter the critical region; PL_na was global instead of
2130 thread-local; child thread could finish and free thr structures
2131 before Thread->new() got around to creating the Thread object;
2132 cv_clone() needed locking, as it mucks with PL_comppad and other
2133 global data; new_struct_thread() needed to lock template-thread's
2134 mutex while copying its data
2135
2136 another threads reliability fix: serialize writes to thr->threadsv
2137 avoid most uses of PL_na (which is much more inefficient than a
2138 simple local); update docs to suit; PL_na now being thr->Tna may
2139 be a minor compatibility issue for extensions--will require dTHR
2140 outside of XSUBs (those get automatic dTHR)
2141 Branch: maint-5.005/perl
2142 ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c embedvar.h
2143 ! ext/DynaLoader/dl_next.xs ext/IO/IO.xs ext/Opcode/Opcode.xs
2144 ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/attrs/attrs.xs
2145 ! gv.c malloc.c mg.c objXSUB.h op.c os2/OS2/REXX/REXX.xs
2146 ! os2/os2.c perl.c perlvars.h perly.c perly.y pod/perlcall.pod
2147 ! pod/perlembed.pod pod/perlguts.pod pod/perlxs.pod pp.c pp.h
2148 ! pp_ctl.c pp_hot.c pp_sys.c run.c sv.c taint.c thread.h toke.c
2149 ! universal.c util.c vms/ext/Stdio/Stdio.xs vms/perly_c.vms
2150 ! vms/vms.c win32/win32.c win32/win32thread.c
2151____________________________________________________________________________
2152[ 2542] By: gbarr on 1998/12/30 14:46:40
2153 Log: doc updates
2154
2155 From: abigail@fnx.com
2156 Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
2157 Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
2158 Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
2159
2160 From: abigail@fnx.com
2161 Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
2162 Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
2163 Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
2164
2165 pod/perldelta.pod from:
2166 From: Jarkko Hietaniemi <jhi@iki.fi>
2167 Date: Thu, 17 Dec 1998 16:13:34 +0200 (EET)
2168 Message-ID: <13945.4494.140163.973953@alpha.hut.fi>
2169 Subject: Re: important UNDOC issues for 5.005_54
2170 Branch: maint-5.005/perl
2171 ! pod/perldelta.pod pod/perlop.pod pod/pod2html.PL
2172____________________________________________________________________________
2173[ 2541] By: gbarr on 1998/12/30 14:37:14
2174 Log: From: jan.dubois@ibm.net (Jan Dubois)
2175 Date: Wed, 23 Dec 1998 21:26:38 +0100
2176 Message-ID: <36895086.8849224@smtp1.ibm.net>
2177 Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
2178 Branch: maint-5.005/perl
2179 ! lib/ExtUtils/MakeMaker.pm
2180____________________________________________________________________________
2181[ 2538] By: gbarr on 1998/12/29 14:41:29
2182 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
2183 Date: Tue, 22 Dec 1998 10:57:48 +0200 (EET)
2184 Message-ID: <13951.24332.932827.831376@alpha.hut.fi>
2185 Subject: Re: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
2186 Branch: maint-5.005/perl
2187 ! t/op/repeat.t util.c
2188____________________________________________________________________________
2189[ 2535] By: gbarr on 1998/12/29 14:27:56
2190 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
2191 Date: Fri, 18 Dec 1998 16:39:27 +0200 (EET)
2192 Message-ID: <13946.26911.140905.387070@alpha.hut.fi>
2193 Subject: Math::Trig, Math::Complex, Fcntl, addressed (Re: Undocumentation Issues for 5.005)
2194 Branch: maint-5.005/perl
2195 ! pod/perldelta.pod
2196____________________________________________________________________________
2197[ 2534] By: gbarr on 1998/12/29 14:23:02
2198 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
2199 Date: Tue, 15 Dec 1998 17:52:32 +0200 (EET)
2200 Message-ID: <13942.34240.66558.169330@alpha.hut.fi>
2201 Subject: some doc link fixes
2202 Branch: maint-5.005/perl
2203 ! pod/perlcall.pod pod/perldata.pod pod/perldiag.pod
2204 ! pod/perlfaq5.pod pod/perlfaq7.pod pod/perlfunc.pod
2205 ! pod/perlguts.pod pod/perllocale.pod pod/perlobj.pod
2206 ! pod/perlsub.pod pod/perlvar.pod
2207____________________________________________________________________________
2208[ 2533] By: gbarr on 1998/12/29 14:23:00
2209 Log: From: Chris Nandor <pudge@pobox.com>
2210 Date: Sat, 19 Dec 1998 12:54:34 -0500
2211 Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
2212 Subject: [PATCH] perlport.pod v1.37
2213 Branch: maint-5.005/perl
2214 ! pod/perlport.pod
2215____________________________________________________________________________
2216[ 2531] By: gbarr on 1998/12/29 14:12:25
2217 Log: change in_pod pattern to /^=\w/ from /^=/
2218 From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
2219 Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
2220 Message-ID: <13942.32480.700000.640927@utensil>
2221 Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
2222 Branch: maint-5.005/perl
2223 ! lib/AutoSplit.pm
2224____________________________________________________________________________
2225[ 2530] By: gbarr on 1998/12/29 14:09:51
2226 Log: undo the "perlsyn intrusion" into perlfunc
2227 Branch: maint-5.005/perl
2228 ! pod/perlfunc.pod
2229____________________________________________________________________________
2230[ 2529] By: gbarr on 1998/12/29 14:04:35
2231 Log: From: Jarkko Hietaniemi <hietanie@koah.research.nokia.com>
2232 Date: Sun, 13 Dec 1998 14:54:56 +0200 (EET)
2233 Message-Id: <199812131254.OAA24494@koah.research.nokia.com>
2234 Subject: ignore_versioned_libs isn't used anywhere (it became ignore_versioned_solibs)
2235 Branch: maint-5.005/perl
2236 ! hints/linux.sh
2237____________________________________________________________________________
2238[ 2528] By: gbarr on 1998/12/29 13:59:49
2239 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2240 Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
2241 Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
2242 Subject: [PATCH 5.00552] Make sort respect overloading
2243 Branch: maint-5.005/perl
2244 ! pp_ctl.c t/pragma/overload.t
2245____________________________________________________________________________
2246[ 2527] By: gbarr on 1998/12/29 13:58:56
2247 Log: doc update, quads only work on 64-but platforms
2248 Branch: maint-5.005/perl
2249 ! pod/perlfunc.pod
2250____________________________________________________________________________
2251[ 2526] By: gbarr on 1998/12/29 13:49:55
2252 Log: From: Andy Dougherty <doughera@lafayette.edu>
2253 Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
2254 Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
2255 Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
2256 Branch: maint-5.005/perl
2257 ! Configure
2258____________________________________________________________________________
2259[ 2512] By: gbarr on 1998/12/28 14:56:36
2260 Log: change t/op/pwent.t to ignore NIS includes
2261 From: achampio@lehman.com (Alan Champion)
2262 Date: Tue, 1 Dec 1998 15:18:03 GMT
2263 Message-Id: <9812011518.AA00005@lonhpov1.lehman.com>
2264 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
2265
2266 From: pvhp@forte.com (Peter Prymmer)
2267 Date: Fri, 4 Dec 98 17:11:41 PST
2268 Message-Id: <9812050111.AA16778@forte.com>
2269 Subject: [PATCH 5.005_03-MAINT_TRIAL_1 && 5.005_54]dumper and searchdict ebcdic style
2270 Branch: maint-5.005/perl
2271 ! t/lib/dumper.t t/lib/searchdict.t t/op/pwent.t
2272____________________________________________________________________________
2273[ 2511] By: gbarr on 1998/12/28 14:55:28
2274 Log: From: jan.dubois@ibm.net (Jan Dubois)
2275 Date: Tue, 01 Dec 1998 00:07:33 +0100
2276 Message-ID: <366921b5.14512598@smtp1.ibm.net>
2277 Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
2278
2279 From: jan.dubois@ibm.net (Jan Dubois)
2280 Date: Wed, 02 Dec 1998 00:24:54 +0100
2281 Message-ID: <366a77bb.19498126@smtp1.ibm.net>
2282 Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
2283 Branch: maint-5.005/perl
2284 ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
2285 ! win32/config.bc win32/config.gc win32/config.vc
2286 ! win32/config_sh.PL win32/makedef.pl
2287____________________________________________________________________________
2288[ 2510] By: gbarr on 1998/12/28 14:37:35
2289 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2290 Date: Tue, 1 Dec 1998 00:34:08 -0500 (EST)
2291 Message-Id: <199812010534.AAA21371@monk.mps.ohio-state.edu>
2292 Subject: [PATCH 5.005_*] Debugger 'v' command
2293 Branch: maint-5.005/perl
2294 ! lib/perl5db.pl
2295____________________________________________________________________________
2296[ 2478] By: gbarr on 1998/12/13 16:02:24
2297 Log: From: pvhp@forte.com (Peter Prymmer)
2298 Date: Mon, 30 Nov 98 21:08:36 PST
2299 Message-Id: <9812010508.AA07791@forte.com>
2300 Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
2301 Branch: maint-5.005/perl
2302 ! hints/os390.sh
2303____________________________________________________________________________
2304[ 2477] By: gbarr on 1998/12/13 16:00:23
2305 Log: From: Dan Sugalski <sugalskd@osshe.edu>
2306 Date: Mon, 30 Nov 1998 17:08:12 -0800
2307 Message-Id: <3.0.6.32.19981130170812.00b12b70@ous.edu>
2308 Subject: [PATCH 5.005_03]Minor VMS patches needed to build
2309 Branch: maint-5.005/perl
2310 ! lib/ExtUtils/MM_VMS.pm vms/subconfigure.com
2311____________________________________________________________________________
2312[ 2476] By: gbarr on 1998/12/13 15:30:58
2313 Log: From: pvhp@forte.com (Peter Prymmer)
2314 Date: Fri, 4 Dec 98 00:37:32 PST
2315 Message-Id: <9812040837.AA10908@forte.com>
2316 Subject: Re: [PATCH 5.005_03-MAINT-TRIAL1] some tweaks to the build process for OS/390
2317 Branch: maint-5.005/perl
2318 ! Makefile.SH regcomp.c
2319____________________________________________________________________________
2320[ 2472] By: gbarr on 1998/12/12 17:12:28
2321 Log: undo changes to Exporter.pm from #2312
2322 Branch: maint-5.005/perl
2323 ! lib/Exporter.pm
2324____________________________________________________________________________
2325[ 2471] By: gbarr on 1998/12/12 17:09:39
2326 Log: integrate change#2459 from cfgperl
2327
2328 enclose case want_vtbl_collxfrm with #ifdef USE_LOCALE_COLLATE
2329
2330 From: hansm@icgroup.nl
2331 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
2332 Date: Sun, 6 Dec 98 22:19:54 +0100
2333 Message-Id: <9812062116.AA26445@icgned.icgroup.nl>
2334 Branch: maint-5.005/perl
2335 ! util.c
2336____________________________________________________________________________
2337[ 2470] By: gbarr on 1998/12/12 16:46:03
2338 Log: re-sync'd Text::Wrap with new version from CPAN
2339 Branch: maint-5.005/perl
2340 +> t/lib/textfill.t
2341 ! MANIFEST
2342 !> lib/Text/Wrap.pm t/lib/textwrap.t
2343____________________________________________________________________________
2344[ 2469] By: gbarr on 1998/12/12 15:58:43
2345 Log: integrate changes#2435,2436 from cfgperl
2346
2347 Pod::Html and Pod::Text were not locale-savvy:
2348 for example in =head1 all non-ASCII-\w-runs were
2349 turned into underscores in NAME tags. This could
2350 result in several NAME tags becoming identical.
2351 Reported by:
2352
2353 From: Fyodor Krasnov <fyodor@aha.ru>
2354 Subject: pod2html vs Russian Characters
2355 To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com
2356 Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK)
2357 Message-Id: <199811241600.TAA05149@stat.aha.ru>
2358
2359 One paste too many in #2435.
2360 Branch: maint-5.005/perl
2361 !> lib/Pod/Html.pm lib/Pod/Text.pm
2362____________________________________________________________________________
2363[ 2468] By: gbarr on 1998/12/12 15:01:58
2364 Log: redirect trail program to error msg file in Configure
2365
2366 From: Andy Dougherty <doughera@lafayette.edu>
2367 Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
2368 Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
2369 Subject: [PATCH 5.005_xx] Missing redirection of simple test program
2370 Branch: maint-5.005/perl
2371 ! Configure
2372____________________________________________________________________________
2373[ 2467] By: gbarr on 1998/12/12 14:52:24
2374 Log: Change reall_srchlen back to an int from a #define
2375
2376 From: Graham Barr <gbarr@ti.com>
2377 Date: Mon, 30 Nov 1998 14:29:14 -0600
2378 Message-ID: <19981130142914.X1504@asic.sc.ti.com>
2379 Subject: [PATCH 5.005_03-MT!] Re: one compilation warning from 5_03-MT1
2380 Branch: maint-5.005/perl
2381 ! malloc.c
2382____________________________________________________________________________
2383[ 2466] By: gbarr on 1998/12/12 14:40:56
2384 Log: s/SCM_CREDENTIALSS/SCM_CREDENTIALs/ in Socket.xs
2385
2386 From: Andy Dougherty <doughera@lafayette.edu>
2387 Date: Thu, 3 Dec 1998 11:26:25 -0500 (EST)
2388 Message-Id: <Pine.SUN.3.96.981203112330.8800H-100000@newton.phys>
2389 Subject: [PATCH 5.005_03-MAINT_TRIAL_1] Trivial grammar patch
2390 Branch: maint-5.005/perl
2391 ! Porting/Glossary
2392 !> ext/Socket/Socket.xs
2393____________________________________________________________________________
2394[ 2456] By: gsar on 1998/12/06 13:49:02
2395 Log: branch perldelta.pod
2396 Branch: maint-5.005/perl
2397 +> pod/perldelta.pod
2398____________________________________________________________________________
2399[ 2455] By: gsar on 1998/12/06 13:47:21
2400 Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
2401 Branch: maint-5.005/perl
2402 - pod/perldelta.pod
2403____________________________________________________________________________
2404[ 2415] By: gbarr on 1998/11/30 02:31:15
2405 Log: Chnages,patchlevel.h etc...
2406 Branch: maint-5.005/perl
2407 ! Changes MANIFEST patchlevel.h t/op/tr.t win32/Makefile
2408 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2409 ! win32/makefile.mk
2410____________________________________________________________________________
2411[ 2411] By: gbarr on 1998/11/30 01:31:22
2412 Log: integrated changes#2323,2353,2369
2413
2414 From: maeda@src.ricoh.co.jp
2415 Date: Tue, 24 Nov 1998 10:37:45 +0900
2416 Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
2417 Subject: format "..." bug
2418
2419 Locale collation, ctype, and numeric, were initialized wrong
2420 (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
2421 as reported by
2422
2423 From: Ilya.Sandler@etak.com (Ilya Sandler)
2424 Subject: a bug in locale handling: LC_COLLATE ignored sometimes
2425 Date: 25 Nov 1998 04:53:52 +0200
2426 Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
2427
2428 allow final period in a file (not followed by a newline) to
2429 terminate format spec
2430 Branch: maint-5.005/perl
2431 ! pp_ctl.c toke.c util.c
2432 !> t/op/write.t
2433____________________________________________________________________________
2434[ 2408] By: gbarr on 1998/11/30 01:29:19
2435 Log: integrated ext/B/... changes from mainline
2436 Branch: maint-5.005/perl
2437 !> ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm ext/B/B/C.pm
2438 !> ext/B/B/Disassembler.pm
2439____________________________________________________________________________
2440[ 2404] By: gbarr on 1998/11/30 00:26:36
2441 Log: integrate some of change#2318 from mainline
2442 Branch: maint-5.005/perl
2443 +> t/op/grent.t t/op/pwent.t
2444 !> ext/DB_File/Changes ext/DB_File/DB_File.pm
2445 !> ext/DB_File/DB_File.xs ext/POSIX/hints/dynixptx.pl
2446 !> ext/Socket/Socket.pm ext/Socket/Socket.xs lib/Benchmark.pm
2447 !> pod/perldata.pod t/op/sort.t
2448____________________________________________________________________________
2449[ 2398] By: gbarr on 1998/11/29 22:11:16
2450 Log: integrate changes#2254,2259,2335,2345,2348,2361,2368,2380 from mainline
2451
2452 win32_recvfrom() compatibility fix
2453
2454 From: "Kurt D. Starsinic" <kstar@chapin.edu>
2455 Subject: Re: [PATCH] Re: pod2man bug in date generated line
2456 To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
2457 Cc: perlbug@perl.com
2458 Date: 20 Nov 1998 21:30:17 +0200
2459 Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
2460
2461 make $1 et al readonly under threads; make C<undef $1> fail like
2462 C<$1 = undef> does
2463
2464 fix typo in pp_defined() causing C<defined %tied> to fail
2465
2466 more conservative version of changes#2345,2346,2347; those break
2467 C<defined(@{"foo::ISA"})> which seems to be extensively used in
2468 the libs :-(
2469
2470 fix uninitialized warnings
2471 From: Brian Callaghan <callagh@itginc.com>
2472 Date: Thu, 19 Nov 1998 17:49:10 -0800
2473 Message-Id: <3654CA96.B64FCAEB@itginc.com>
2474 Subject: Complete.pm patch (version 1.1)
2475
2476 Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
2477 add C<$Config{installarchlib}/CORE> to the default locations searched
2478 on win32
2479
2480 prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
2481 Tim Bunce)
2482 Branch: maint-5.005/perl
2483 ! gv.c op.c pp.c
2484 !> lib/ExtUtils/Liblist.pm lib/Term/Complete.pm pod/perlfaq4.pod
2485 !> pod/pod2man.PL t/op/undef.t win32/win32sck.c
2486____________________________________________________________________________
2487[ 2315] By: gbarr on 1998/11/27 05:16:50
2488 Log: integrate change#2246 from mainline, while still allowing
2489 C<sort $globref @foo>
2490
2491 allow C<sort $coderef @foo>
2492 Branch: maint-5.005/perl
2493 ! op.c sv.c
2494 !> t/op/sort.t
2495____________________________________________________________________________
2496[ 2314] By: gbarr on 1998/11/27 04:03:58
2497 Log: integrate change#2159 from mainline
2498
2499 Data::Dumper update
2500 Branch: maint-5.005/perl
2501 !> ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
2502 !> ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo t/lib/dumper.t
2503____________________________________________________________________________
2504[ 2313] By: gbarr on 1998/11/27 03:04:21
2505 Log: Fix typo in change#2312
2506 Branch: maint-5.005/perl
2507 ! ext/Thread/Thread.xs
2508____________________________________________________________________________
2509[ 2312] By: gbarr on 1998/11/27 03:03:03
2510 Log: integrate change#1837,1967,1986,2060,2068,2146,2214,2224,2300,2301 from mainline
2511
2512 (via private mail)
2513 From: Charles Bailey <BAILEY@newman.upenn.edu>
2514 Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
2515 Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
2516 Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
2517
2518 correct bugs exposed in MM_Unix.pm by commenting out Selfloader
2519 (MAN3PODS cannot be set to ' '; stray stricture violation)
2520
2521 qualify names of builtins
2522
2523 handle '::' in section names properly
2524 From: Graham Barr <gbarr@pobox.com>
2525 Date: Sat, 17 Oct 1998 12:57:54 -0500
2526 Message-ID: <19981017125754.C510@pobox.com>
2527 Subject: Re: pod2html
2528
2529 From: Zachary Miller <zcmiller@simon.er.usgs.gov>
2530 Date: Tue, 20 Oct 1998 20:52:20 -0500
2531 Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
2532 Subject: Exporter.pm's export_to_level() argument handling buggy
2533
2534 hand-apply whitespace-mutiliated patch
2535 From: "vishal bhatia" <vishalb@hotmail.com>
2536 Date: Wed, 28 Oct 1998 23:45:32 PST
2537 Message-ID: <19981029074534.2334.qmail@hotmail.com>
2538 Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
2539
2540 typo in newHVhv()
2541
2542 avoid endless loops in Text::Wrap (from a suggestion by Lupe
2543 Christoph <lupe@alanya.m.isar.de>)
2544
2545 properly free temporaries created by threads
2546
2547 fix PL_defoutgv leak under threads
2548 Branch: maint-5.005/perl
2549 !> (integrate 31 files)
2550____________________________________________________________________________
2551[ 2311] By: gbarr on 1998/11/27 01:31:36
2552 Log: integrate change#2210 from mainline
2553
2554 fix AvREALISH bogusness
2555 Branch: maint-5.005/perl
2556 ! av.c
2557 !> t/op/array.t
2558____________________________________________________________________________
2559[ 2310] By: gbarr on 1998/11/27 00:20:21
2560 Log: integrate changes#2235,2299,2300 from mainline
2561
2562 catch a neophyte trap: open(<FH>), close(<FH>) etc.
2563
2564 fix C<if (...) { package Foo; ... }> misoptimization that fails
2565 to set the package for the block properly
2566
2567 properly free temporaries created by threads
2568 Branch: maint-5.005/perl
2569 ! ext/Thread/Thread.xs op.c perl.h util.c
2570 !> t/comp/package.t
2571____________________________________________________________________________
2572[ 2309] By: gbarr on 1998/11/27 00:16:36
2573 Log: integrate change#2298 from mainline
2574 Branch: maint-5.005/perl
2575 !> universal.c
2576____________________________________________________________________________
2577[ 2308] By: gbarr on 1998/11/27 00:11:44
2578 Log: Updates for MPE/iX DynaLoader and installperl, via private mail
2579 forwarded by Jarkko Hietaniemi from Mark Bixby
2580 Branch: maint-5.005/perl
2581 ! ext/DynaLoader/dl_mpeix.xs installperl
2582____________________________________________________________________________
2583[ 2307] By: gbarr on 1998/11/27 00:07:27
2584 Log: Remove docs for feature not in _0*
2585 Branch: maint-5.005/perl
2586 ! pod/perlfunc.pod
2587____________________________________________________________________________
2588[ 2306] By: gbarr on 1998/11/26 23:44:47
2589 Log: Allow PL_FILES to have multiple targets from one source by allowing
2590 an array ref as the value in the hash
2591 Branch: maint-5.005/perl
2592 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
2593 ! lib/ExtUtils/MakeMaker.pm
2594____________________________________________________________________________
2595[ 2305] By: gbarr on 1998/11/26 23:38:06
2596 Log: fix unsigned variables to use SvUV and sv_setuv
2597 Branch: maint-5.005/perl
2598 ! lib/ExtUtils/typemap
2599____________________________________________________________________________
2600[ 2304] By: gbarr on 1998/11/26 23:36:17
2601 Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
2602 Branch: maint-5.005/perl
2603 ! lib/ExtUtils/MM_Unix.pm
2604____________________________________________________________________________
2605[ 2302] By: gbarr on 1998/11/26 15:27:03
2606 Log: integrate changes#2177,2189,2228,2229 from cfgperl
2607
2608 0**0 = 1, from
2609
2610 From: d-lewart@uiuc.edu (Daniel S. Lewart)
2611 Subject: Math::Complex 0**0 patches
2612 Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
2613 Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
2614
2615 sysio.t failure: fix undefined order of evaluation, from
2616
2617 From: Spider Boardman <spider@web.zk3.dec.com>
2618 Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
2619 Date: 4 Nov 1998 01:22:30 +0200
2620 Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
2621
2622 From: "Martin J. Bligh" <mbligh@sequent.com>
2623 Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
2624 Subject: Re: Making Perl work on DYNIX/ptx
2625 Date: Tue, 10 Nov 1998 18:01:10 -0800
2626
2627 From: "Martin J. Bligh" <mbligh@sequent.com>
2628 Subject: Re: Making Perl work on DYNIX/ptx
2629 Date: Tue, 10 Nov 1998 16:24:26 -0800
2630 Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
2631 Branch: maint-5.005/perl
2632 +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
2633 ! pp_sys.c
2634 !> hints/dynixptx.sh lib/Math/Complex.pm t/lib/complex.t
2635____________________________________________________________________________
2636[ 2297] By: gbarr on 1998/11/24 02:32:38
2637 Log: integrate change#2266 from cfgperl
2638 From: John Tobey <jtobey@channel1.com>
2639 Subject: [PATCH] perlfaq typos
2640 To: perl5-porters@perl.com
2641 Date: 22 Nov 1998 04:25:15 +0200
2642 Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
2643 Branch: maint-5.005/perl
2644 !> pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
2645 !> pod/perlfaq7.pod pod/perlfaq8.pod
2646____________________________________________________________________________
2647[ 2296] By: gbarr on 1998/11/24 01:39:18
2648 Log: integrated changes#2011,2092,2106,2108,2143 from cfgperl
2649
2650 More robust yacc/bison failure output handling.
2651
2652 More robustness.
2653
2654 Bison says 'parse error', not 'parser error'.
2655
2656 The "parse error" must be converted to "syntax error",
2657 just matching it aint' enough.
2658
2659 There can be multiple yacc/bison errors.
2660 Branch: maint-5.005/perl
2661 !> t/comp/require.t t/op/misc.t t/pragma/subs.t
2662 !> t/pragma/warning.t
2663____________________________________________________________________________
2664[ 2295] By: gbarr on 1998/11/24 00:49:28
2665 Log: integrate change#1823 from mainline
2666 From: Joe Buehler <jhpb@hekimian.com>
2667 Date: 29 Aug 1998 17:13:28 -0400
2668 Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
2669 Subject: patches for perl 5.005_51 under U/WIN
2670 Branch: maint-5.005/perl
2671 +> hints/uwin.sh
2672 ! Configure
2673 !> installman makedepend.SH t/lib/posix.t
2674____________________________________________________________________________
2675[ 2258] By: gbarr on 1998/11/21 20:48:02
2676 Log: Another Configure patch from Jarkko
2677 Branch: maint-5.005/perl
2678 ! Configure
2679____________________________________________________________________________
2680[ 2257] By: gbarr on 1998/11/21 17:23:13
2681 Log: Big Configure patch from Jarkko Hietaniemi <jhi@iki.fi> via
2682 private mail
2683 Branch: maint-5.005/perl
2684 ! Configure Makefile.SH config_h.SH hints/dec_osf.sh
2685 ! hints/freebsd.sh hints/irix_6.sh hints/linux.sh
2686 ! hints/next_3.sh hints/os390.sh pp_sys.c
2687____________________________________________________________________________
2688[ 2239] By: gbarr on 1998/11/14 03:59:58
2689 Log: more doc changes from mainline
2690 Branch: maint-5.005/perl
2691 ! pod/perldiag.pod pod/perlfunc.pod pod/perlre.pod
2692 !> INSTALL README.vms vms/ext/Stdio/Stdio.pm
2693____________________________________________________________________________
2694[ 2238] By: gbarr on 1998/11/14 02:51:51
2695 Log: integrate doc changes from mainline, including
2696 changes#1796,1811,1830,1831,1844,1846,1876,1905,2149,2152
2697 Branch: maint-5.005/perl
2698 !> README.os390 pod/perl.pod pod/perldelta.pod pod/perlfaq1.pod
2699 !> pod/perlform.pod pod/perlfunc.pod pod/perlguts.pod
2700 !> pod/perlipc.pod pod/perllocale.pod pod/perlport.pod
2701 !> pod/perlref.pod pod/perlrun.pod pod/perlvar.pod pod/perlxs.pod
2702 !> pod/pod2man.PL
2703____________________________________________________________________________
2704[ 2237] By: gbarr on 1998/11/14 02:51:49
2705 Log: integrate change#1847 from mainline
2706 From: Roderick Schertler <roderick@argon.org>
2707 Date: Wed, 09 Sep 1998 23:52:48 -0400
2708 Message-ID: <20567.905399568@eeyore.ibcinc.com>
2709 Subject: seed srand from /dev/urandom when possible
2710 Branch: maint-5.005/perl
2711 ! pp.c
2712____________________________________________________________________________
2713[ 2232] By: gbarr on 1998/11/13 03:12:37
2714 Log: integrate change#2215 from mainline
2715 set close-on-exec bit on pipe() FDs
2716 Branch: maint-5.005/perl
2717 ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
2718____________________________________________________________________________
2719[ 2231] By: gbarr on 1998/11/13 02:16:03
2720 Log: integrate change#2188 from mainline
2721 fix return value of win32_pclose()
2722 Branch: maint-5.005/perl
2723 !> win32/win32.c
2724____________________________________________________________________________
2725[ 2218] By: gbarr on 1998/11/08 16:48:44
2726 Log: From: Graham Barr <gbarr@ti.com>
2727 Date: Mon, 2 Nov 1998 07:38:52 -0600
2728 Message-ID: <19981102073852.A12751@asic.sc.ti.com>
2729 Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
2730 Branch: maint-5.005/perl
2731 ! ext/IPC/SysV/Msg.pm
2732____________________________________________________________________________
2733[ 2217] By: gbarr on 1998/11/08 05:22:39
2734 Log: fix changes in 2213 not to break binary compat
2735 Branch: maint-5.005/perl
2736 ! pp_ctl.c proto.h
2737____________________________________________________________________________
2738[ 2216] By: gbarr on 1998/11/08 04:21:01
2739 Log: integrate change#2192 from mainline
2740 indeterminate order-of-evaluation fixes
2741 Branch: maint-5.005/perl
2742 ! mg.c
2743____________________________________________________________________________
2744[ 2213] By: gbarr on 1998/11/08 00:39:44
2745 Log: integrate change#2051 from mainline
2746 properly restore PL_rsfp_filters after require
2747 Branch: maint-5.005/perl
2748 ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
2749 ! scope.h
2750____________________________________________________________________________
2751[ 2212] By: gbarr on 1998/11/07 23:13:29
2752 Log: integrate changes#1914,1925,1926,1945,1956,1987 from mainline
2753
2754 normalize tm struct passed to strftime() with mktime()
2755 From: Spider Boardman <spider@orb.nashua.nh.us>
2756 Date: Wed, 30 Sep 1998 15:12:09 -0400
2757 Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
2758 Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date
2759
2760 disable USE_THREADS when PERL_OBJECT is enabled
2761
2762 From: Mark-Jason Dominus <mjd@plover.com>
2763 Date: Sun, 04 Oct 1998 14:48:11 -0400
2764 Message-ID: <19981004184811.16048.qmail@plover.com>
2765 Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
2766
2767 defer "deep recursion" warnings until CXt_SUB context is properly
2768 set up
2769
2770 Mutexen should be initialized only once.
2771
2772 perldoc pod update
2773 From: Daniel Grisinger <dgris@perrin.dimensional.com>
2774 Date: 06 Oct 1998 23:56:51 -0600
2775 Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
2776 Subject: [PATCH _02 and _52] perldoc
2777 Branch: maint-5.005/perl
2778 ! gv.c op.c pp_hot.c
2779 !> ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs utils/perldoc.PL
2780 !> win32/Makefile win32/makefile.mk
2781____________________________________________________________________________
2782[ 2207] By: gbarr on 1998/11/06 01:36:17
2783 Log: integrate changes#1912,1948 from mainline
2784 change warning about glob process failure
2785 Branch: maint-5.005/perl
2786 ! pod/perldiag.pod pp_hot.c
2787____________________________________________________________________________
2788[ 2200] By: gbarr on 1998/11/05 04:26:26
2789 Log: integrate changes#1840,1855,1860,1882,1884,1891,1900,1907 from mainline
2790 pl2bat tweak from Tye McQueen <tye@metronet.com>
2791
2792 reset errno after C<require> search (as suggested by Larry)
2793
2794 upgrade to CPAN-1.40
2795
2796 missing file in last submit (1881)
2797
2798 temporarily disable perl malloc for a2p until we clean up
2799 conflicting malloc() declarations everywhere
2800
2801 Fixed apostrophe problem from Mark Knutsen.
2802
2803 use SETERRNO() to reset errno (suggested by Charles Bailey)
2804
2805 applied patches, but retained old behavior for win32 (where compilers
2806 can't read from stdin at all)
2807 From: Graham Barr <gbarr@ti.com>
2808 Date: Mon, 28 Sep 1998 09:41:49 -0500
2809 Message-ID: <19980928094149.B26576@asic.sc.ti.com>
2810 Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
2811 --
2812 Date: Tue, 29 Sep 1998 12:35:43 -0500
2813 Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
2814 Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
2815
2816 and ext/Errno/Errno_pm.PL from change#2050
2817 Branch: maint-5.005/perl
2818 ! perl.h pp_ctl.c proto.h sv.h
2819 !> ext/Errno/Errno_pm.PL lib/CPAN.pm lib/CPAN/FirstTime.pm
2820 !> win32/bin/pl2bat.pl x2p/Makefile.SH
2821____________________________________________________________________________
2822[ 2199] By: gbarr on 1998/11/05 03:35:00
2823 Log: integrate changes#1817,1856,1869,1909 from mainline
2824 updated usethreads hints for hpux 10.X
2825 From: Matthew T Harden <mthard@mthard1.monsanto.com>
2826 Date: Fri, 28 Aug 1998 14:10:42 GMT
2827 Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
2828 Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
2829
2830 update hints for OPENSTEP 4.2 on i386
2831 From: Gerben Wierda <Gerben_Wierda@RnA.nl>
2832 Date: Sun, 20 Sep 1998 01:03:18 +0200
2833 Message-Id: <9809192303.AA29190@Spike>
2834 Subject: Perl 5.005_02 compilation problems
2835
2836 use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
2837 From: Scott Henry <scotth@sgi.com>
2838 Date: 13 Aug 1998 09:52:15 PDT
2839 Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
2840 Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
2841
2842 update SCO hints for dynamic loading
2843 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2844 Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
2845 Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
2846 Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
2847 --
2848 Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
2849 Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
2850 Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
2851 Branch: maint-5.005/perl
2852 !> hints/hpux.sh hints/irix_6.sh hints/next_4.sh hints/sco.sh
2853____________________________________________________________________________
2854[ 2198] By: gbarr on 1998/11/05 03:00:51
2855 Log: integrate OS2 changes from mainline, change#1836,1930,1996,2063
2856 and os2/os2,c from #2145
2857
2858 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2859 Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
2860 Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
2861 Subject: [PATCH 5.005_*] OS/2 spawning typos
2862
2863 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2864 Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
2865 Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
2866 Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
2867
2868 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2869 Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
2870 Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
2871 Subject: [PATCH 5.005_52] Memory overrun in os2.c
2872
2873 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2874 Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
2875 Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
2876 Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
2877
2878 remaining PL_foo stragglers
2879 Branch: maint-5.005/perl
2880 ! mg.c perl_exp.SH util.c
2881 !> hints/os2.sh os2/Changes os2/Makefile.SHs os2/os2.c
2882____________________________________________________________________________
2883[ 2197] By: gbarr on 1998/11/05 02:15:53
2884 Log: integrate changes#1826,1862 from mainline
2885
2886 From: Jarkko Hietaniemi <jhi@iki.fi>
2887 Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
2888 Message-Id: <199808121941.WAA06263@alpha.hut.fi>
2889 Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
2890
2891 remove bogus warn()
2892 Branch: maint-5.005/perl
2893 - interp.sym
2894 ! MANIFEST Makefile.SH embed.pl perl_exp.SH
2895____________________________________________________________________________
2896[ 2194] By: gbarr on 1998/11/05 01:26:46
2897 Log: integarte malloc.c changes from mainline change#1807,2112,2133
2898 Branch: maint-5.005/perl
2899 !> malloc.c
2900____________________________________________________________________________
2901[ 2193] By: gbarr on 1998/11/05 01:25:31
2902 Log: integrate changes#1763,1778,1801,1804 from mainline
2903
2904 From: Stephen McCamant <alias@mcs.com>
2905 Date: Sun, 2 Aug 1998 16:33:18 -0500 (CDT)
2906 Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
2907 Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
2908
2909 Implicit require during compile reset line numbering
2910
2911 silence redefined warning for XS(INIT) {}
2912
2913 From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
2914 Date: Sun, 9 Aug 1998 22:38:23 +0200
2915 Message-ID: <19980809223823.A215@cdata.tvnet.hu>
2916 Subject: [PATCH 5.5002] dos-djgpp update
2917 Branch: maint-5.005/perl
2918 ! op.c pp_ctl.c
2919 !> t/io/fs.t
2920____________________________________________________________________________
2921[ 2176] By: gbarr on 1998/11/02 04:51:48
2922 Log: integrate change#2030 from mainline
2923
2924 fix handling of mayhaps-extended @_ in goto &sub
2925 Branch: maint-5.005/perl
2926 ! av.c pp_ctl.c
2927 !> t/op/goto.t
2928____________________________________________________________________________
2929[ 2175] By: gbarr on 1998/11/02 04:32:02
2930 Log: integrate chnage#1934,1935 from mainline
2931 fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
2932 add test for previous fix
2933 Branch: maint-5.005/perl
2934 ! util.c
2935 !> ext/Thread/create.t
2936____________________________________________________________________________
2937[ 2174] By: gbarr on 1998/11/02 04:22:20
2938 Log: integrate change#1863,1881 from mainline
2939
2940 provide locked access to string table for USE_THREADS
2941
2942 serial access to PL_x[inpr]v_root for USE_THREADS
2943 Branch: maint-5.005/perl
2944 ! embedvar.h objXSUB.h perl.c proto.h sv.c
2945 !> hv.c intrpvar.h thread.h
2946____________________________________________________________________________
2947[ 2173] By: gbarr on 1998/11/02 04:10:46
2948 Log: integrate change#1990 from mainline
2949
2950 provide option to enable optimization with VC (suggested by Jan
2951 Dubois)
2952 Branch: maint-5.005/perl
2953 !> win32/Makefile win32/makefile.mk
2954____________________________________________________________________________
2955[ 2172] By: gbarr on 1998/11/02 02:52:29
2956 Log: integrate changes#1944,1948,1966 from mainline
2957
2958 change#1614 merely disabled earlier fix (doh!); undo it and properly
2959 fixup the cop_seq value that must be seen by lexical lookups that
2960 emanate within eval''
2961
2962 tweak to make fix in change#1944 behave correctly for closures
2963 created within eval''
2964 Branch: maint-5.005/perl
2965 ! op.c pp_ctl.c pp_hot.c scope.c
2966 !> cop.h t/op/eval.t
2967____________________________________________________________________________
2968[ 2171] By: gbarr on 1998/11/01 03:59:39
2969 Log: integrate changes 1835,2003,2067 and File::Find change in 1938
2970 warn on C<my($foo,$foo)>
2971
2972 silence -w noises (suggested by Greg Bacon) Term::Complete
2973
2974 From: jan.dubois@ibm.net (Jan Dubois)
2975 Date: Wed, 21 Oct 1998 00:55:51 +0200
2976 Message-ID: <36380269.55370608@smtp1.ibm.net>
2977 Subject: Make _really_ sure Dynaloader.xs code is initialized only once
2978 Branch: maint-5.005/perl
2979 ! op.c pod/perldiag.pod
2980 !> ext/DynaLoader/DynaLoader_pm.PL lib/File/Find.pm
2981 !> lib/Term/Complete.pm
2982____________________________________________________________________________
2983[ 2170] By: gbarr on 1998/11/01 03:48:38
2984 Log: integrate change 1992 from mainline
2985
2986 applied suggested patch with small doc tweak
2987 From: Gisle Aas <gisle@aas.no>
2988 Date: 11 Oct 1998 12:53:13 +0200
2989 Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
2990 Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
2991 Branch: maint-5.005/perl
2992 ! pod/perlfunc.pod pp_sys.c
2993 !> opcode.h opcode.pl t/op/sysio.t t/op/tiehandle.t
2994____________________________________________________________________________
2995[ 2168] By: gbarr on 1998/11/01 01:58:58
2996 Log: From: jan.dubois@ibm.net (Jan Dubois)
2997 Date: Fri, 09 Oct 1998 23:28:31 +0200
2998 Message-ID: <36217b7f.3193091@smtp1.ibm.net>
2999 Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
3000 Branch: maint-5.005/perl
3001 ! XSUB.h
3002____________________________________________________________________________
3003[ 2167] By: gbarr on 1998/11/01 01:22:41
3004 Log: integrate change#2029 from mainline
3005 restore sanity to "constant" references
3006 Branch: maint-5.005/perl
3007 ! op.c pod/perldiag.pod
3008 !> lib/constant.pm t/pragma/constant.t
3009____________________________________________________________________________
3010[ 2166] By: gbarr on 1998/11/01 01:04:24
3011 Log: integrate changes#1895,1896,2066,2147,2148 from mainline
3012 fix win32_stat() to do the right thing for share names
3013
3014 small tweak on last change
3015
3016 recognize '%' as a shell metachar for win32
3017 From: jan.dubois@ibm.net (Jan Dubois)
3018 Date: Tue, 20 Oct 1998 21:57:35 +0200
3019 Message-ID: <3636ea31.49170453@smtp1.ibm.net>
3020 Subject: [PATCH 5.005_02, Win32] Re: %ENV% not expanded in backquotes?
3021
3022 tweaked version of suggested patch
3023 From: Anton Berezin <tobez@plab.ku.dk>
3024 Date: 29 Oct 1998 14:48:54 +0100
3025 Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
3026 Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
3027
3028 From: Anton Berezin <tobez@plab.ku.dk>
3029 Date: 29 Oct 1998 17:06:25 +0100
3030 Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
3031 Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
3032 Branch: maint-5.005/perl
3033 !> win32/win32.c
3034____________________________________________________________________________
3035[ 2165] By: gbarr on 1998/11/01 00:10:15
3036 Log: integrated changes#1941,1942,1943,1975,2061,2111,2151 from mainline
3037
3038 don't longjmp() in pp_goto() (regressive bug from old single-stack
3039 implementation)
3040
3041 force copy of substrings when matching against temporaries
3042
3043 ensure recursive attempts to findlex()icals know enough about where
3044 the last eval'' context was encountered
3045
3046 propagate typeness of lexicals while cloning them
3047
3048 From: Graham Barr <gbarr@pobox.com>
3049 Date: Sat, 17 Oct 1998 22:22:02 -0500
3050 Message-ID: <19981017222202.J510@pobox.com>
3051 Subject: Re: '*' prototype does not allow bareword with strict
3052
3053 smarter C<$SIG{FOO} = BAREWORD;> warning
3054
3055 From: Mark-Jason Dominus <mjd@plover.com>
3056 Date: Fri, 30 Oct 1998 14:24:23 EST
3057 Message-Id: <19981030192423.27276.qmail@plover.com>
3058 Subject: PATCH: (5.005_02) a2p should use `chomp' instead of `chop'
3059 Branch: maint-5.005/perl
3060 ! op.c pp_ctl.c pp_hot.c t/op/pat.t toke.c
3061 !> t/op/eval.t t/op/runlevel.t x2p/walk.c
3062____________________________________________________________________________
3063[ 2158] By: gbarr on 1998/10/31 05:03:02
3064 Log: integrate changes#1821 & 1857 from mainline
3065
3066 s/runops/CALLRUNOPS/
3067
3068 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3069 Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
3070 Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
3071 Subject: More verbose Test::Harness [PATCH]
3072 Branch: maint-5.005/perl
3073 !> cc_runtime.h lib/Test/Harness.pm
3074____________________________________________________________________________
3075[ 2157] By: gbarr on 1998/10/31 02:35:07
3076 Log: integrate change#1839 from mainline
3077 From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
3078 Date: Mon, 7 Sep 1998 17:36:09 +0900
3079 Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
3080 Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
3081 Branch: maint-5.005/perl
3082 ! ext/Thread/Thread.xs
3083____________________________________________________________________________
3084[ 2156] By: gbarr on 1998/10/31 02:22:11
3085 Log: integrate change#1829 from mainline
3086 fix problematic typecast in filter_del()
3087 From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
3088 Date: Mon, 31 Aug 1998 21:13:11 GMT
3089 Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
3090 Subject: perl5.005_02 does not build on Cray T90
3091 Branch: maint-5.005/perl
3092 ! toke.c
3093____________________________________________________________________________
3094[ 2155] By: gbarr on 1998/10/31 01:59:08
3095 Log: integrate chnages#1824,2118 from mainline
3096 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3097 Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
3098 Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
3099 Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
3100
3101 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3102 Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
3103 Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
3104 Subject: [PATCH 5.00552] Minor debugger tweaks
3105 Branch: maint-5.005/perl
3106 !> lib/perl5db.pl
3107____________________________________________________________________________
3108[ 2154] By: gbarr on 1998/10/31 01:06:35
3109 Log: integrate all lib/ExtUtils/... changes from mainline
3110 Branch: maint-5.005/perl
3111 !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
3112 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
3113 !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mkbootstrap.pm
3114 !> lib/ExtUtils/Mksymlists.pm lib/ExtUtils/xsubpp
3115____________________________________________________________________________
3116[ 2139] By: gbarr on 1998/10/30 04:17:53
3117 Log: apply chnage#2071 from mainline
3118 From: Graham Barr <gbarr@pobox.com>
3119 Date: Sat, 17 Oct 1998 20:42:41 -0500
3120 Message-ID: <19981017204241.G510@pobox.com>
3121 Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
3122 Branch: maint-5.005/perl
3123 ! pp_ctl.c
3124____________________________________________________________________________
3125[ 2138] By: gbarr on 1998/10/30 04:14:35
3126 Log: apply change#2077 from mainline
3127 From: Graham Barr <gbarr@pobox.com>
3128 Date: Sat, 24 Oct 1998 21:45:50 -0500
3129 Message-ID: <19981024214550.C508@pobox.com>
3130 Subject: Re: die with a reference should use overload "" operator
3131 Branch: maint-5.005/perl
3132 ! pp_ctl.c
3133____________________________________________________________________________
3134[ 2137] By: gbarr on 1998/10/30 04:01:06
3135 Log: integrate change#1937 from mainline
3136 fix $/ init for USE_THREADS
3137 Branch: maint-5.005/perl
3138 ! perl.c
3139____________________________________________________________________________
3140[ 2136] By: gbarr on 1998/10/30 03:40:55
3141 Log: apply change#2076 from mainline
3142 From: Graham Barr <gbarr@pobox.com>
3143 Date: Sat, 24 Oct 1998 12:45:21 -0500
3144 Message-ID: <19981024124521.C512@pobox.com>
3145 Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
3146 Branch: maint-5.005/perl
3147 ! sv.c
3148____________________________________________________________________________
3149[ 2135] By: gbarr on 1998/10/30 03:28:29
3150 Log: integrate change#1873 from mainline
3151 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3152 Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
3153 Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
3154 Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
3155 Branch: maint-5.005/perl
3156 ! regcomp.c
3157____________________________________________________________________________
3158[ 2134] By: gbarr on 1998/10/30 03:15:12
3159 Log: integrate change#1816 from mainline
3160 don't create empty directories in installperl
3161 From: Robin Barker <rmb1@cise.npl.co.uk>
3162 Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
3163 Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
3164 Subject: [PATCH 5.005_02] install: empty dirs
3165 Branch: maint-5.005/perl
3166 !> installperl
3167____________________________________________________________________________
3168[ 2132] By: gbarr on 1998/10/30 01:39:00
3169 Log: integrate changes#1815 & 1828 from mainline
3170 make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
3171 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3172 Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
3173 Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
3174 Subject: Re: your mail
3175
3176 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3177 Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
3178 Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
3179 Subject: [PATCH 5.005_5*] (?>) broken in RE
3180 Branch: maint-5.005/perl
3181 ! regexec.c
3182 !> t/op/re_tests
3183____________________________________________________________________________
3184[ 2131] By: gbarr on 1998/10/30 01:09:19
3185 Log: integrate change#1947 from mainline
3186 let docatch() pass the buck when restartop turns out to be null,
3187 making exceptions in BEGIN{} propagate as expected
3188 Branch: maint-5.005/perl
3189 ! pp_ctl.c
3190 !> t/op/misc.t
3191____________________________________________________________________________
3192[ 2129] By: gbarr on 1998/10/29 14:53:11
3193 Log: integrate change#1810 from mainline
3194 fix bogus integerization of pop()'s return value
3195 From: Gurusamy Sarathy <gsar@engin.umich.edu>
3196 Date: Sat, 15 Aug 1998 23:27:54 -0400
3197 Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
3198 Subject: Re: Complex expression does integer arithmetic
3199 Branch: maint-5.005/perl
3200 !> opcode.h opcode.pl
3201____________________________________________________________________________
3202[ 2128] By: gbarr on 1998/10/29 14:28:13
3203 Log: integrate change#1870 from mainline
3204 From: Dan Sugalski <sugalskd@osshe.edu>
3205 Date: Fri, 14 Aug 1998 09:20:16 PDT
3206 Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
3207 Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
3208 Branch: maint-5.005/perl
3209 !> configure.com
3210____________________________________________________________________________
3211[ 2127] By: gbarr on 1998/10/29 13:36:29
3212 Log: Integrate change#1789 from mainline
3213 delay freeing itervar so C<for $i (@a) { return($i) }> works
3214 Branch: maint-5.005/perl
3215 !> cop.h t/cmd/for.t
3216____________________________________________________________________________
3217[ 2123] By: gbarr on 1998/10/29 02:43:01
3218 Log: Apply change#2075 from mainline
3219 fix C<print $n += 5;> etc.
3220 Branch: maint-5.005/perl
3221 ! toke.c
3222____________________________________________________________________________
3223[ 2122] By: gbarr on 1998/10/29 02:40:31
3224 Log: Apply change#2070 from mainline
3225 avoid bogus line number in XSUB redefined warnings
3226 Branch: maint-5.005/perl
3227 ! op.c
3228____________________________________________________________________________
3229[ 2121] By: gbarr on 1998/10/29 02:38:59
3230 Log: Apply change#2052 from mainline
3231 avoid the circular refcnt logic in magic_mutexfree()
3232 Branch: maint-5.005/perl
3233 ! mg.c pp.c pp_hot.c
3234____________________________________________________________________________
3235[ 2120] By: gbarr on 1998/10/29 02:36:23
3236 Log: Remove "5.005" hard-coded and expose vtbl_* from the perl DLL
3237 From: "Douglas Lankshear" <dougl@ActiveState.com>
3238 Date: Mon, 28 Sep 1998 08:49:13 -0700
3239 Message-ID: <000001bdeaf7$8a189350$a32fa8c0@tau.Active>
3240 Subject: PATCH [5.005_02] update
3241 Branch: maint-5.005/perl
3242 ! embed.h global.sym objXSUB.h objpp.h perl.h proto.h util.c
3243 ! win32/win32.c
3244____________________________________________________________________________
3245[ 2084] By: gbarr on 1998/10/25 19:09:11
3246 Log: Integrate change#2069 from mainline
3247 From: Martijn Koster <mak@excitecorp.com>
3248 Date: Wed, 21 Oct 1998 13:12:03 +0100
3249 Message-ID: <19981021131203.A15661@excitecorp.com>
3250 Subject: File::Path::mkpath reports the wrong error
3251 Branch: maint-5.005/perl
3252 !> lib/File/Path.pm
3253____________________________________________________________________________
3254[ 2083] By: gbarr on 1998/10/25 18:48:39
3255 Log: Integrate change#1965 from mainline
3256 use better numbers for exitstatus test
3257 Branch: maint-5.005/perl
3258 !> t/op/die_exit.t
3259____________________________________________________________________________
3260[ 2082] By: gbarr on 1998/10/25 18:22:54
3261 Log: Apply change 2054 from mainline
3262 disallow 'x' in hex numbers (except leading '0x')
3263 From: Gisle Aas <gisle@aas.no>
3264 Date: 16 Oct 1998 16:33:12 +0200
3265 Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
3266 Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
3267 Branch: maint-5.005/perl
3268 ! perlvars.h util.c
3269 !> t/op/oct.t
3270____________________________________________________________________________
3271[ 2081] By: gbarr on 1998/10/25 17:58:04
3272 Log: Apply change #1998 from mainline
3273 skip readonly vars and unref references when doing a reset()
3274 Branch: maint-5.005/perl
3275 ! sv.c
3276____________________________________________________________________________
3277[ 2080] By: gbarr on 1998/10/25 16:06:35
3278 Log: Integrate changes #2072 & #1993 from mainline
3279 fix bug in B::CC::pp_sassign()
3280 From: "vishal bhatia" <vishalb@hotmail.com>
3281 Date: Sun, 11 Oct 1998 18:41:38 PDT
3282 Message-ID: <19981012014139.19614.qmail@hotmail.com>
3283 Subject: B::CC problems with pp_sassign routine
3284 implement C<goto &func> and other fixes (via private mail)
3285 From: "vishal bhatia" <vishalb@hotmail.com>
3286 Date: Wed, 21 Oct 1998 22:59:03 PDT
3287 Message-Id: <19981022055904.20083.qmail@hotmail.com>
3288 Subject: [PATCH 5.005_52] More fixes for B
3289 Branch: maint-5.005/perl
3290 !> ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
3291____________________________________________________________________________
3292[ 2079] By: gbarr on 1998/10/25 14:08:00
3293 Log: integrate from mainline more FSF address changes
3294 Branch: maint-5.005/perl
3295 !> Copying ext/B/README lib/Getopt/Long.pm
3296____________________________________________________________________________
3297[ 2053] By: gbarr on 1998/10/25 04:56:47
3298 Log: From: Graham Barr <gbarr@pobox.com>
3299 Date: Sat, 17 Oct 1998 23:05:18 -0500
3300 Message-ID: <19981017230518.K510@pobox.com>
3301 Subject: Re: redo LOOP not restoring $` $' $&
3302 Branch: maint-5.005/perl
3303 ! cop.h t/cmd/while.t
3304____________________________________________________________________________
3305[ 2048] By: gbarr on 1998/10/24 04:20:10
3306 Log: Change Free Software Foundation address in README
3307 Branch: maint-5.005/perl
3308 !> README
3309____________________________________________________________________________
3310[ 2047] By: gbarr on 1998/10/24 04:02:20
3311 Log: Remove #ifdef DEBUGGING around SvTEMP_off
3312 From: Gurusamy Sarathy <gsar@engin.umich.edu>
3313 Date: Mon, 28 Sep 1998 15:23:39 -0400
3314 Message-Id: <199809281923.PAA10303@aatma.engin.umich.edu>
3315 Subject: Re: [PATCH] Re: 5.005_52: the miniperl coredump: touch magic and you're toast
3316 Branch: maint-5.005/perl
3317 ! scope.c
3318____________________________________________________________________________
3319[ 2046] By: gbarr on 1998/10/24 04:00:54
3320 Log: use cpp symbols instead of hardwired constants
3321 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3322 Date: Mon, 05 Oct 1998 09:23:33 +0100
3323 Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
3324 Subject: [PATCH 5.005_52] By the numbers (resend)
3325 Branch: maint-5.005/perl
3326 ! op.c
3327____________________________________________________________________________
3328[ 2045] By: gbarr on 1998/10/24 03:50:25
3329 Log: squelch undef warnings
3330 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3331 Date: Fri, 02 Oct 1998 11:01:14 +0100
3332 Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
3333 Subject: [PATCH] Re: Apparent bug in Math::BigInt
3334 Branch: maint-5.005/perl
3335 !> lib/Math/BigInt.pm
3336____________________________________________________________________________
3337[ 2044] By: gbarr on 1998/10/24 03:47:24
3338 Log: Add note to INSTALL about ANSI C
3339 Branch: maint-5.005/perl
3340 ! INSTALL
3341____________________________________________________________________________
3342[ 2043] By: gbarr on 1998/10/24 02:38:12
3343 Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
3344 that are autoloaded)
3345 From: Gurusamy Sarathy <gsar@engin.umich.edu>
3346 Date: Thu, 24 Sep 1998 03:01:01 -0400
3347 Message-Id: <199809240701.DAA16223@aatma.engin.umich.edu>
3348 Subject: Re: autouse and Getopt::Long don't work together anymore
3349 Branch: maint-5.005/perl
3350 ! pp_ctl.c t/op/goto.t
3351____________________________________________________________________________
3352[ 2042] By: gbarr on 1998/10/24 02:16:26
3353 Log: From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
3354 Date: Wed, 12 Aug 1998 15:42:35 +0300
3355 Message-Id: <199808121242.PAA29761@comanche.spices>
3356 Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
3357 Branch: maint-5.005/perl
3358 + t/op/tr.t
3359 ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
3360 ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
3361____________________________________________________________________________
3362[ 2021] By: gbarr on 1998/10/20 01:25:23
3363 Log: From: Chip Salzenberg <chip@perlsupport.com>
3364 Date: Tue, 6 Oct 1998 13:33:05 -0400
3365 Message-ID: <19981006133305.A2348@perlsupport.com>
3366 Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
3367 Branch: maint-5.005/perl
3368 ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
3369 ! t/op/tie.t
3370____________________________________________________________________________
3371[ 2015] By: gbarr on 1998/10/17 21:49:56
3372 Log: make h2xs generate ANSI prototypes
3373 Branch: maint-5.005/perl
3374 !> utils/h2xs.PL
3375____________________________________________________________________________
3376[ 2014] By: gbarr on 1998/10/17 20:31:42
3377 Log: Fix POSIX::sigprocmask not to check type of $old parameter
3378 as it is output only
3379 Branch: maint-5.005/perl
3380 ! ext/POSIX/POSIX.xs
3381____________________________________________________________________________
3382[ 2013] By: gbarr on 1998/10/17 17:51:16
3383 Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
3384 Date: Thu, 20 Aug 1998 20:59:03 -0400
3385 Message-ID: <19980820205903.A12908@O2.chapin.edu>
3386 Subject: [PATCH] h2ph misquotes #error directives
3387
3388 fix h2ph handling of C<#error "foo">
3389 From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
3390 Date: Thu, 10 Sep 1998 09:59:33 +0900
3391 Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
3392 Subject: [5.005_02] h2ph problem
3393 Branch: maint-5.005/perl
3394 !> t/lib/h2ph.pht utils/h2ph.PL
3395____________________________________________________________________________
3396[ 1985] By: gbarr on 1998/10/17 00:41:40
3397 Log: s/last/first/ typo in append_list()
3398 Branch: maint-5.005/perl
3399 ! op.c
3400____________________________________________________________________________
3401[ 1984] By: gbarr on 1998/10/17 00:36:51
3402 Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
3403 Date: Thu, 10 Sep 1998 00:02:07 -0400
3404 Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
3405 Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
3406 Branch: maint-5.005/perl
3407 + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
3408 + vos/config.h vos/config_h.SH_orig vos/perl.bind
3409 + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
3410 ! MANIFEST perl.c perl.h pod/perlport.pod
3411____________________________________________________________________________
3412[ 1983] By: gbarr on 1998/10/17 00:23:31
3413 Log: define PUT_svindex(), PUT_opindex()
3414 Branch: maint-5.005/perl
3415 !> ext/B/B/Assembler.pm
3416____________________________________________________________________________
3417[ 1982] By: gbarr on 1998/10/17 00:20:57
3418 Log: From: Jochen Wiedmann <joe@ispsoft.de>
3419 Date: Thu, 17 Sep 1998 17:16:06 +0200
3420 Message-ID: <360127B6.E44564A@ispsoft.de>
3421 Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
3422 Branch: maint-5.005/perl
3423 ! lib/ExtUtils/MakeMaker.pm
3424____________________________________________________________________________
3425[ 1981] By: gbarr on 1998/10/16 02:58:10
3426 Log: better CR-handling on shebang line and in formats (fixed variant of
3427 patch suggested by Igor Sysoev <igor@nitek.ru>)
3428 Branch: maint-5.005/perl
3429 ! perl.c toke.c
3430____________________________________________________________________________
3431[ 1980] By: gbarr on 1998/10/16 02:21:57
3432 Log: From: Roderick Schertler <roderick@argon.org>
3433 Date: 11 Sep 1998 16:19:21 -0400
3434 Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
3435 Subject: Re: Open2 and memory leaks
3436 Branch: maint-5.005/perl
3437 !> lib/IPC/Open3.pm
3438____________________________________________________________________________
3439[ 1979] By: gbarr on 1998/10/16 02:15:54
3440 Log: integrate change #1908 from mainline
3441 Branch: maint-5.005/perl
3442 !> lib/File/Find.pm
3443____________________________________________________________________________
3444[ 1977] By: gbarr on 1998/10/16 01:52:46
3445 Log: tests missing from change #1794
3446 Branch: maint-5.005/perl
3447 ! t/op/re_tests
3448____________________________________________________________________________
3449[ 1794] By: gbarr on 1998/09/20 15:59:20
3450 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3451 Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
3452 Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
3453 Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
3454 Branch: maint-5.005/perl
3455 ! regcomp.c t/op/re_tests
3456____________________________________________________________________________
3457[ 1793] By: gbarr on 1998/09/20 15:39:41
3458 Log: From: Peter Prymmer <pvhp@forte.com>
3459 Date: Mon, 10 Aug 98 16:58:22 PDT
3460 Message-Id: <9808102358.AA10616@forte.com>
3461 Subject: fix for unpack('u') failures on OS/390
3462 Branch: maint-5.005/perl
3463 ! pp.c
3464____________________________________________________________________________
3465[ 1792] By: gbarr on 1998/09/20 15:11:33
3466 Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3467 Date: Sun, 9 Aug 1998 15:51:48 +0100
3468 Message-Id: <E0z5Wp2-00071p-00@taurus.cus.cam.ac.uk>
3469 Subject: Fix typo, change "an array" to "a hash"
3470 Branch: maint-5.005/perl
3471 ! pod/perlfunc.pod
3472____________________________________________________________________________
3473[ 1791] By: gbarr on 1998/09/20 14:49:26
3474 Log: From: Gurusamy Sarathy <gsar@engin.umich.edu>
3475 Date: Wed, 16 Sep 1998 22:13:17 -0400
3476 Message-Id: <199809170213.WAA10546@aatma.engin.umich.edu>
3477 Subject: fill gaps in sig_* entries in win32/config.?c
3478 and resync win32/config.?c with Porting/config.sh to pick up apiversion
3479 Branch: maint-5.005/perl
3480 ! win32/config.bc win32/config.gc win32/config.vc
3481____________________________________________________________________________
3482[ 1790] By: gbarr on 1998/09/20 14:40:56
3483 Log: From: Gurusamy Sarathy <gsar@engin.umich.edu>
3484 Date: Sun, 06 Sep 1998 15:35:11 -0400
3485 Message-Id: <199809061935.PAA21531@aatma.engin.umich.edu>
3486 Subject: suppress bogus warning on C<sub x {} x()>
3487 Branch: maint-5.005/perl
3488 ! toke.c
3489____________________________________________________________________________
3490[ 1784] By: nick on 1998/09/12 09:53:36
3491 Log: Two tweaks to allow quiet compile qith egcs-1.1
3492 Branch: maint-5.005/perl
3493 ! win32/win32.h
3494____________________________________________________________________________
3495[ 1783] By: gbarr on 1998/09/07 20:33:11
3496 Log: Subject: index() applied BM optimization to wrong argument
3497 From: larry@wall.org (Larry Wall)
3498 Date: Thu, 3 Sep 1998 12:49:13 -0700
3499 Message-Id: <199809031949.MAA29566@wall.org>, <199809060004.RAA23792@wall.org>
3500 Branch: maint-5.005/perl
3501 ! op.c util.c
3502____________________________________________________________________________
3503[ 1782] By: gbarr on 1998/09/07 18:54:49
3504 Log: From: Gurusamy Sarathy <gsar@engin.umich.edu>
3505 Date: Fri, 28 Aug 1998 00:33:15 -0400
3506 Mssage-Id: <199808280433.AAA06767@aatma.engin.umich.edu>
3507 Subject: socket problems on NT
3508 Branch: maint-5.005/perl
3509 ! objXSUB.h
3510____________________________________________________________________________
3511[ 1759] By: gsar on 1998/08/08 20:57:47
3512 Log: pending submit of 5.005_02
3513 Branch: maint-5.005/perl
3514 ! Changes
3515
3516----------------
84df6dba
GS
3517Version 5.005_02 Second maintenance release of 5.005
3518----------------
3519
3520____________________________________________________________________________
3521[ 1758] By: gsar on 1998/08/08 03:45:04
3522 Log: set patchlevel.h, other minor tweaks
3523 Branch: maint-5.005/perl
3524 ! Changes patchlevel.h pod/perlhist.pod pod/perlport.pod
3525____________________________________________________________________________
3526[ 1757] By: gsar on 1998/08/08 03:33:33
3527 Log: prevent lexical leaks from Benchmark into target code (inspired by
3528 an attempt by John Allen)
3529 Branch: maint-5.005/perl
3530 ! lib/Benchmark.pm
3531____________________________________________________________________________
3532[ 1755] By: gsar on 1998/08/07 23:58:33
3533 Log: temporary opcode.pl workaround for ebcdic (suggested by
3534 David J. Fiander <davidf@mks.com> and M.J.T. Guy)
3535 Branch: maint-5.005/perl
3536 ! opcode.pl
3537____________________________________________________________________________
3538[ 1754] By: gsar on 1998/08/07 22:21:10
3539 Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
3540 Date: Fri, 7 Aug 1998 09:56:01 +0100 (BST)
3541 Message-Id: <9808070856.AA28065@claudius.bfsec.bt.co.uk>
3542 Subject: [PATCH 5.005_50 & 5.005_02] Fix for command line use of source filters
3543 Branch: maint-5.005/perl
3544 ! perl.c
3545____________________________________________________________________________
3546[ 1753] By: gsar on 1998/08/07 22:19:42
3547 Log: perlport.pod notes from Jarkko Hietaniemi; utime() note for Win32
3548 Branch: maint-5.005/perl
3549 ! pod/perlport.pod
3550____________________________________________________________________________
3551[ 1752] By: gsar on 1998/08/07 22:08:29
3552 Log: perlport.pod v1.33 from Chris Nandor <pudge@pobox.com>
3553 Branch: maint-5.005/perl
3554 ! pod/perlport.pod
3555____________________________________________________________________________
3556[ 1751] By: gsar on 1998/08/07 22:01:04
3557 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3558 Date: Thu, 6 Aug 1998 19:44:16 -0400 (EDT)
3559 Message-Id: <199808062344.TAA09505@monk.mps.ohio-state.edu>
3560 Subject: [PATCH 5.005_*] Minor cleanup of RE tests and docs
3561 Branch: maint-5.005/perl
3562 ! pod/perlre.pod t/op/regexp.t
3563____________________________________________________________________________
3564[ 1750] By: gsar on 1998/08/07 21:51:52
3565 Log: allow more compatible interpretation of spaces File::DosGlob::glob()
3566 patterns
3567 Branch: maint-5.005/perl
3568 ! lib/File/DosGlob.pm
3569____________________________________________________________________________
3570[ 1749] By: gsar on 1998/08/07 21:36:04
3571 Log: don't use © in Test.pm (suggested by M.J.T. Guy)
3572 Branch: maint-5.005/perl
3573 ! lib/Test.pm
3574____________________________________________________________________________
3575[ 1748] By: gsar on 1998/08/07 21:31:46
3576 Log: From: Dominic Dunlop <domo@computer.org>
3577 Date: Thu, 6 Aug 1998 12:38:07 +0000
3578 Message-Id: <v03110702b1ef5274635a@[195.95.102.104]>
3579 Subject: [Patch perl5.005_02-TRIAL2] Update hints, Configure for MachTen 4.1.1
3580 Branch: maint-5.005/perl
3581 ! Configure hints/machten.sh
3582____________________________________________________________________________
3583[ 1746] By: gsar on 1998/08/05 22:55:59
3584 Log: MM_Win32.pm and Liblist.pm tweaks
3585 Branch: maint-5.005/perl
3586 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Win32.pm
3587____________________________________________________________________________
3588[ 1745] By: gsar on 1998/08/05 21:57:00
3589 Log: pod/perlfaq* update from Tom Christiansen <tchrist@perl.com>
3590 Branch: maint-5.005/perl
3591 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
3592 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq8.pod
3593____________________________________________________________________________
3594[ 1744] By: gsar on 1998/08/05 21:53:30
3595 Log: From: Chris Nandor <pudge@pobox.com>
3596 Date: Wed, 5 Aug 1998 15:38:48 -0400
3597 Message-Id: <v04011701b1ee58b86c63@[192.168.0.3]>
3598 Subject: [PATCH] perlport 1.32
3599 Branch: maint-5.005/perl
3600 ! pod/perlport.pod
3601____________________________________________________________________________
3602[ 1743] By: gsar on 1998/08/05 21:52:05
3603 Log: README.os2 update
3604 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3605 Date: Wed, 5 Aug 1998 05:44:46 -0400 (EDT)
3606 Message-Id: <199808050944.FAA09053@monk.mps.ohio-state.edu>
3607 Subject: [PATCH 5.005_*] Additional OS/2 tweaks: docs, tests
3608 Branch: maint-5.005/perl
3609 ! README.os2 t/lib/posix.t t/op/exec.t
3610____________________________________________________________________________
3611[ 1742] By: gsar on 1998/08/05 21:50:07
3612 Log: additional INSTALL notes from Jarkko Hietaniemi <jhi@cc.hut.fi>
3613 on semget failure in t/lib/ipc_sysv.t
3614 Branch: maint-5.005/perl
3615 ! INSTALL
3616____________________________________________________________________________
3617[ 1741] By: gsar on 1998/08/05 21:46:13
3618 Log: correct URL for perlcrt.dll
3619 Branch: maint-5.005/perl
3620 ! Changes win32/Makefile win32/makefile.mk
3621____________________________________________________________________________
3622[ 1740] By: gsar on 1998/08/05 10:05:46
3623 Log: update Changes, patchlevel, tweak Liblist.pm
3624 Branch: maint-5.005/perl
3625 ! Changes lib/ExtUtils/Liblist.pm patchlevel.h
3626____________________________________________________________________________
3627[ 1739] By: gsar on 1998/08/05 09:10:45
3628 Log: newer cperl-mode.el
3629 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3630 Date: Wed, 5 Aug 1998 03:50:16 -0400 (EDT)
3631 Message-Id: <199808050750.DAA07240@monk.mps.ohio-state.edu>
3632 Subject: [PATCH 5.005_*] CPerl update
3633 Branch: maint-5.005/perl
3634 ! emacs/cperl-mode.el
3635____________________________________________________________________________
3636[ 1738] By: gsar on 1998/08/05 09:08:33
3637 Log: support :nosearch in ExtUtils::Liblist for win32, and make -lfoo
3638 processing (somewhat) compiler-specific
3639 Branch: maint-5.005/perl
3640 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Win32.pm
3641____________________________________________________________________________
3642[ 1737] By: gsar on 1998/08/05 03:20:03
3643 Log: add index entries for -X
3644 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3645 Date: Sun, 02 Aug 1998 16:33:18 EDT
3646 Message-Id: <199808022033.QAA18778@monk.mps.ohio-state.edu>
3647 Subject: [PATCH] A missing docu patch
3648 Branch: maint-5.005/perl
3649 ! pod/perlfunc.pod
3650____________________________________________________________________________
3651[ 1736] By: gsar on 1998/08/05 03:09:58
3652 Log: make Test::Harness optionally check for stray files when running tests
3653 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3654 Date: Sun, 2 Aug 1998 18:12:48 -0400 (EDT)
3655 Message-Id: <199808022212.SAA20126@monk.mps.ohio-state.edu>
3656 Subject: [PATCH 5.005_*] File leaked from test suite
3657 Branch: maint-5.005/perl
3658 ! lib/Test/Harness.pm
3659____________________________________________________________________________
3660[ 1735] By: gsar on 1998/08/05 02:29:46
3661 Log: back out change#1703 that break bincompat with PERL_OBJECT and
3662 MULTIPLICITY
3663 Branch: maint-5.005/perl
3664 ! ext/re/re.pm regcomp.c regexec.c thrdvar.h
3665____________________________________________________________________________
3666[ 1734] By: gsar on 1998/08/05 02:23:47
3667 Log: fixes to enable ISC to build IPC/SysV
3668 From: Jarkko Hietaniemi <jhi@cc.hut.fi>
3669 Date: 05 Aug 1998 00:59:13 +0300
3670 Message-ID: <oee3ebce7da.fsf@alpha.hut.fi>
3671 Subject: [PATCH] 5.005_02-TRIAL1: (Re: Bug in pp_rename and ISC hint)
3672 Branch: maint-5.005/perl
3673 ! ext/IPC/SysV/SysV.xs hints/isc.sh hints/isc_2.sh
3674____________________________________________________________________________
3675[ 1733] By: gsar on 1998/08/05 01:20:29
3676 Log: let some 'tr' be '$tr' for occult reasons
3677 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
3678 Date: Mon, 3 Aug 1998 11:04:30 -0700 (PDT)
3679 Message-Id: <199808031804.LAA25595@xfiles.intercon.hp.com>
3680 Subject: PATCH: Configure uses tr, not $tr
3681 Branch: maint-5.005/perl
3682 ! Configure
3683____________________________________________________________________________
3684[ 1732] By: gsar on 1998/08/05 01:16:40
3685 Log: perlre.pod tweak suggested by Mike Wescott <mike.wescott@columbiasc.ncr.com>
3686 Branch: maint-5.005/perl
3687 ! pod/perlre.pod
3688____________________________________________________________________________
3689[ 1731] By: gsar on 1998/08/05 01:10:41
3690 Log: explain caveat about use of numeric constants in podoc for sysopen()
3691 From: "David J. Fiander" <davidf@mks.com>
3692 Date: Tue, 4 Aug 1998 13:09:58 -0400
3693 Message-Id: <199808041709.NAA01750@mks.com>
3694 Subject: Re: [PATCH] 5.005_01: OE MVS
3695 Branch: maint-5.005/perl
3696 ! pod/perlfunc.pod
3697____________________________________________________________________________
3698[ 1730] By: gsar on 1998/08/05 00:46:53
3699 Log: end pod processing when source file is closed (prevents it carrying
3700 over into require()d files)
3701 Branch: maint-5.005/perl
3702 ! t/comp/require.t toke.c
3703____________________________________________________________________________
3704[ 1729] By: gsar on 1998/08/04 23:03:23
3705 Log: correct prototype for des_fcrypt(), explain how to add it in more
3706 detail, and supply a patch for libdes-3.06
3707 Branch: maint-5.005/perl
3708 + win32/des_fcrypt.patch
3709 ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
3710 ! win32/win32.c
3711____________________________________________________________________________
3712[ 1728] By: gsar on 1998/08/04 21:50:40
3713 Log: tweak to avoid ambiguity warnings
3714 Branch: maint-5.005/perl
3715 ! pp.c
3716____________________________________________________________________________
3717[ 1727] By: gsar on 1998/08/04 20:31:04
3718 Log: remove useless 'rcsid' (extension of a suggestion by
3719 Stephen McCamant)
3720 Branch: maint-5.005/perl
3721 ! embed.h ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/sdbm.c
3722 ! global.sym gv.c perl.c vms/gen_shrfls.pl
3723____________________________________________________________________________
3724[ 1726] By: gsar on 1998/08/04 19:52:43
3725 Log: correct Pod::Html's notion of email addresses
3726 From: abigail@fnx.com
3727 Date: Mon, 3 Aug 1998 20:22:49 -0400 (EDT)
3728 Message-ID: <19980804002249.2011.qmail@betelgeuse.wayne.fnx.com>
3729 Subject: [PATCH 5.005_01] lib/Pod/Html.pm
3730 Branch: maint-5.005/perl
3731 ! lib/Pod/Html.pm
3732____________________________________________________________________________
3733[ 1725] By: gsar on 1998/08/04 19:50:06
3734 Log: perlport.pod additions from Peter Prymmer <pvhp@forte.com>
3735 Date: Mon, 3 Aug 98 15:31:35 PDT
3736 Message-Id: <9808032231.AA22324@forte.com>
3737 --
3738 Date: Tue, 4 Aug 98 12:44:20 PDT
3739 Message-Id: <9808041944.AA04815@forte.com>
3740 Branch: maint-5.005/perl
3741 ! pod/perlport.pod
3742____________________________________________________________________________
3743[ 1724] By: gsar on 1998/08/04 18:08:07
3744 Log: From: Chris Nandor <pudge@pobox.com>
3745 Date: Mon, 3 Aug 1998 13:35:25 -0400
3746 Message-Id: <v04011711b1eba46d0827@[192.168.0.3]>
3747 Subject: [PATCH] perlport 1.30
3748 Branch: maint-5.005/perl
3749 ! pod/perlport.pod
3750____________________________________________________________________________
3751[ 1723] By: gsar on 1998/08/04 18:06:13
3752 Log: update postscript generator
3753 From: Tom Christiansen <tchrist@chthon.perl.com>
3754 Date: Mon, 3 Aug 1998 05:29:25 -0600
3755 Message-Id: <199808031129.FAA24985@chthon.perl.com>
3756 Subject: PATCH: pod/roffitall (5.005_02)
3757 Branch: maint-5.005/perl
3758 ! pod/roffitall
3759____________________________________________________________________________
3760[ 1722] By: gsar on 1998/08/03 17:01:12
3761 Log: applied suggested patch, slightly tweaked
3762 From: Jarkko Hietaniemi <jhi@cc.hut.fi>
3763 Date: Mon, 3 Aug 1998 11:52:30 +0300 (EET DST)
3764 Message-Id: <199808030852.LAA14153@alpha.hut.fi>
3765 Subject: [PATCH] perl5.005_02-TRIAL1: pod/perlhist.pod
3766 Branch: maint-5.005/perl
3767 ! pod/perlhist.pod
3768____________________________________________________________________________
3769[ 1721] By: gsar on 1998/08/03 16:30:20
3770 Log: fix segfault when threadsv is used as foreach itervar
3771 From: Stephen McCamant <alias@mcs.com>
3772 Date: Sun, 02 Aug 1998 21:44:34 CDT
3773 Message-Id: <13765.8641.997452.14516@alias-2.pr.mcs.net>
3774 Subject: [PATCH] threadsv index in enteriter targ in op_free()
3775 Branch: maint-5.005/perl
3776 ! op.c
3777____________________________________________________________________________
3778[ 1720] By: gsar on 1998/08/02 23:33:42
3779 Log: close() open files before unlink()
3780 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3781 Date: Sun, 2 Aug 1998 18:14:22 -0400 (EDT)
3782 Message-Id: <199808022214.SAA20135@monk.mps.ohio-state.edu>
3783 Subject: [PATCH 5.005_*] File leaked from test suite - tests
3784 Branch: maint-5.005/perl
3785 ! t/base/rs.t t/op/defins.t
3786____________________________________________________________________________
3787[ 1719] By: gsar on 1998/08/02 23:31:51
3788 Log: more pack() tests
3789 From: Jarkko Hietaniemi <jhi@iki.fi>
3790 Date: Mon, 3 Aug 1998 00:59:41 +0300 (EET DST)
3791 Message-Id: <199808022159.AAA17160@alpha.hut.fi>
3792 Subject: Re: uudecode 'u' problem
3793 Branch: maint-5.005/perl
3794 ! t/op/pack.t
3795____________________________________________________________________________
3796[ 1718] By: gsar on 1998/08/02 23:26:51
3797 Log: t/TEST aesthetic tweak suggested by Jarkko
3798 Branch: maint-5.005/perl
3799 ! t/TEST
3800____________________________________________________________________________
3801[ 1717] By: gsar on 1998/08/02 23:23:43
3802 Log: add Digital Unix 3.x notes to README.threads (as suggested by
3803 Phoenix <awrobel@jedi.cis.temple.edu>)
3804 Branch: maint-5.005/perl
3805 ! README.threads
3806____________________________________________________________________________
3807[ 1716] By: gsar on 1998/08/02 23:15:00
3808 Log: allow *FOO{BAR}[0] etc. (without intervening arrow)
3809 From: Stephen McCamant <alias@mcs.com>
3810 Date: Sun, 2 Aug 1998 16:16:50 -0500 (CDT)
3811 Message-ID: <13764.54929.60137.104838@alias-2.pr.mcs.net>
3812 Subject: [PATCH] Re: Minor nit in glob notation
3813 Branch: maint-5.005/perl
3814 ! Changes op.c
3815____________________________________________________________________________
3816[ 1715] By: gsar on 1998/08/02 22:49:53
3817 Log: fix unpack('u',...) problem with spaces in input
3818 Branch: maint-5.005/perl
3819 ! pp.c t/op/pack.t
3820____________________________________________________________________________
3821[ 1714] By: gsar on 1998/08/02 21:27:19
3822 Log: update location of perlcrt.dll for win32 builds
3823 Branch: maint-5.005/perl
3824 ! win32/Makefile win32/makefile.mk
3825____________________________________________________________________________
3826[ 1713] By: gsar on 1998/08/02 09:28:32
3827 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3828 Date: Sun, 2 Aug 1998 04:35:11 -0400 (EDT)
3829 Message-Id: <199808020835.EAA09367@monk.mps.ohio-state.edu>
3830 Subject: [PATCH 5.005_*] Better debugging output from malloc.c
3831 Branch: maint-5.005/perl
3832 ! malloc.c
3833____________________________________________________________________________
3834[ 1712] By: gsar on 1998/08/02 09:16:55
3835 Log: fix longstanding bug in pack('u',...) (reads garbage beyond the end
3836 of the input string)
3837 Branch: maint-5.005/perl
3838 ! pp.c
3839____________________________________________________________________________
3840[ 1711] By: gsar on 1998/08/02 08:14:25
3841 Log: update Changes, tweak Porting/makerel
3842 Branch: maint-5.005/perl
3843 ! Changes Porting/makerel
3844____________________________________________________________________________
3845[ 1710] By: gsar on 1998/08/02 07:31:37
3846 Log: remove CRs from djgpp/configure.bat (Porting/makerel adds them)
3847 Branch: maint-5.005/perl
3848 ! djgpp/configure.bat
3849____________________________________________________________________________
3850[ 1709] By: gsar on 1998/08/02 07:27:34
3851 Log: Porting/makerel tweaks
3852 Branch: maint-5.005/perl
3853 ! Porting/makerel
3854____________________________________________________________________________
3855[ 1708] By: gsar on 1998/08/02 07:09:35
3856 Log: fixes for pod noises
3857 Branch: maint-5.005/perl
3858 ! ext/B/B/Bytecode.pm ext/Thread/Thread/Specific.pm
3859 ! pod/perlembed.pod pod/perlfaq.pod
3860____________________________________________________________________________
3861[ 1707] By: gsar on 1998/08/02 06:59:47
3862 Log: malloc.c tweaks
3863 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3864 Date: Sat, 01 Aug 1998 18:46:32 EDT
3865 Message-Id: <199808012246.SAA00699@monk.mps.ohio-state.edu>
3866 Subject: [PATCH 5.005_*] Better malloc.c
3867 Branch: maint-5.005/perl
3868 ! malloc.c
3869____________________________________________________________________________
3870[ 1706] By: gsar on 1998/08/02 06:56:37
3871 Log: fix quoting of keys with embedded nulls
3872 From: Slaven Rezic <eserte@cs.tu-berlin.de>
3873 Date: Sat, 01 Aug 1998 13:38:03 +0200
3874 Message-Id: <199808011138.NAA05189@mail.cs.tu-berlin.de>
3875 Subject: Data::Dumper 2.09, patch
3876 Branch: maint-5.005/perl
3877 ! ext/Data/Dumper/Dumper.xs
3878____________________________________________________________________________
3879[ 1705] By: gsar on 1998/08/02 06:50:07
3880 Log: From: pvhp@forte.com (Peter Prymmer)
3881 Date: Fri, 31 Jul 1998 14:50:41 PDT
3882 Message-Id: <9807312150.AA08867@forte.com>
3883 Subject: Re: \Q doesn't work in interpolated regular expressions
3884 Branch: maint-5.005/perl
3885 ! pod/perlre.pod
3886____________________________________________________________________________
3887[ 1704] By: gsar on 1998/08/02 06:37:06
3888 Log: add test for magic autovivification
3889 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3890 Date: Thu, 30 Jul 1998 12:18:15 +0100
3891 Message-Id: <E0z1qit-0003O5-00@taurus.cus.cam.ac.uk>
3892 Subject: Re: Perl5.005_01 failing to autovivify subroutine args
3893 Branch: maint-5.005/perl
3894 ! pod/perldiag.pod t/cmd/subval.t
3895____________________________________________________________________________
3896[ 1703] By: gsar on 1998/08/02 06:26:57
3897 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3898 Date: Tue, 21 Jul 1998 23:58:53 -0400 (EDT)
3899 Message-Id: <199807220358.XAA19811@monk.mps.ohio-state.edu>
3900 Subject: [PATCH 5.004_76] better RE colors
3901 Branch: maint-5.005/perl
3902 ! ext/re/re.pm regcomp.c regexec.c thrdvar.h
3903____________________________________________________________________________
3904[ 1702] By: gsar on 1998/08/02 06:22:15
3905 Log: mark link type of exported functions for OS/2
3906 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3907 Date: Sun, 26 Jul 1998 21:03:03 -0400 (EDT)
3908 Message-Id: <199807270103.VAA04977@monk.mps.ohio-state.edu>
3909 Subject: Re: Compiler linkage's types [PATCH 5.005]
3910 Branch: maint-5.005/perl
3911 ! os2/os2ish.h proto.h
3912____________________________________________________________________________
3913[ 1701] By: gsar on 1998/08/02 06:16:03
3914 Log: tweaked version of suggested patch
3915 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3916 Date: Mon, 20 Jul 1998 21:40:00 -0400 (EDT)
3917 Message-Id: <199807210140.VAA17186@monk.mps.ohio-state.edu>
3918 Subject: [PATCH 5.004_75] Enable -DS
3919 Branch: maint-5.005/perl
3920 ! README.threads ext/Thread/Thread.xs ext/Thread/typemap mg.c
3921 ! op.c perl.c perl.h pod/perlrun.pod pp.c pp_hot.c scope.c
3922 ! thread.h util.c win32/win32thread.c
3923____________________________________________________________________________
3924[ 1700] By: gsar on 1998/08/02 05:54:00
3925 Log: up patchlevel to 5.005_02
3926 Branch: maint-5.005/perl
3927 ! Changes patchlevel.h win32/Makefile win32/config_H.bc
3928 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
3929____________________________________________________________________________
3930[ 1699] By: gsar on 1998/08/02 05:50:01
3931 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3932 Message-Id: <199807180809.EAA09379@monk.mps.ohio-state.edu>
3933 Date: Sat, 18 Jul 1998 04:09:26 -0400 (EDT)
3934 Subject: [PATCH 5.004_72] Make tests succeed on OS/2
3935 Branch: maint-5.005/perl
3936 ! t/io/fs.t t/lib/io_pipe.t t/lib/io_sock.t t/op/stat.t
3937____________________________________________________________________________
3938[ 1698] By: gsar on 1998/08/02 05:41:41
3939 Log: use I32_MAX as the limit when U16_MAX > I32_MAX (for CRAY)
3940 Branch: maint-5.005/perl
3941 ! regcomp.c
3942____________________________________________________________________________
3943[ 1697] By: gsar on 1998/08/02 05:20:12
3944 Log: support OE/MVS
3945 From: Jarkko Hietaniemi <jhi@iki.fi>
3946 Message-Id: <199808010903.MAA09371@alpha.hut.fi>
3947 Date: Sat, 1 Aug 1998 12:03:02 +0300 (EET DST)
3948 Subject: [PATCH] 5.005_01: OE MVS
3949 Branch: maint-5.005/perl
3950 + README.os390 ebcdic.c
3951 ! Configure MANIFEST doio.c ext/Errno/Errno_pm.PL gv.c handy.h
3952 ! hints/os390.sh lib/bigint.pl mg.c patchlevel.h perl.c perl.h
3953 ! perly.c perly.h perly.y perly_c.diff pod/perldelta.pod
3954 ! pod/perlport.pod pp.c pp_ctl.c pp_hot.c pp_sys.c sv.c
3955 ! t/base/term.t t/comp/package.t t/comp/require.t
3956 ! t/lib/bigintpm.t t/lib/cgi-html.t t/lib/filehand.t t/lib/ph.t
3957 ! t/op/auto.t t/op/bop.t t/op/each.t t/op/magic.t t/op/misc.t
3958 ! t/op/ord.t t/op/pack.t t/op/quotemeta.t t/op/re_tests
3959 ! t/op/regexp.t t/op/sort.t t/op/sprintf.t t/op/subst.t
3960 ! t/op/taint.t t/op/universal.t t/pragma/constant.t
3961 ! t/pragma/overload.t t/pragma/subs.t toke.c x2p/a2p.h
3962 ! x2p/a2py.c
3963____________________________________________________________________________
3964[ 1696] By: gsar on 1998/08/02 05:03:09
3965 Log: VMS patches
3966 From: pvhp@forte.com (Peter Prymmer)
3967 Message-Id: <9807290017.AA01833@forte.com>
3968 Date: Tue, 28 Jul 98 17:17:33 PDT
3969 Subject: Re: Not OK: perl 5.00501 on VMS_AXP-thread I7.2
3970 --
3971 From: Dan Sugalski <sugalskd@osshe.edu>
3972 Message-Id: <3.0.5.32.19980729125623.00b562b0@ous.edu>
3973 Date: Wed, 29 Jul 1998 12:56:23 -0700
3974 Subject: [PATCH 5.005_01]Typo in CONFIGURE.COM (vms)
3975 --
3976 From: Dan Sugalski <sugalskd@osshe.edu>
3977 Date: Thu, 30 Jul 1998 09:02:24 -0700
3978 Message-Id: <3.0.5.32.19980730090224.00b70eb0@ous.edu>
3979 Subject: [PATCH 5.005_01]VMS config SOCKETSHR typo patch and fcntl check
3980 Branch: maint-5.005/perl
3981 ! configure.com vms/subconfigure.com
3982____________________________________________________________________________
3983[ 1695] By: gsar on 1998/08/02 04:49:32
3984 Log: rename duplicate warning in regexec.c
3985 Branch: maint-5.005/perl
3986 ! regexec.c
3987____________________________________________________________________________
3988[ 1694] By: gsar on 1998/08/02 04:44:20
3989 Log: beware egcs' ld on Solaris
3990 From: Tom Spindler <dogcow@home.merit.edu>
3991 Message-ID: <19980801212158.A2934@home.merit.edu>
3992 Date: Sat, 1 Aug 1998 21:21:58 -0400
3993 Subject: Re: [PATCH perl5.005_01] hints/solaris_2.sh, egcs, and ld
3994 Branch: maint-5.005/perl
3995 ! hints/solaris_2.sh
3996____________________________________________________________________________
3997[ 1693] By: gsar on 1998/08/02 04:41:43
3998 Log: de-utf-ized variation of Ilya's patch
3999 From: Jan-Pieter Cornet <johnpc@xs4all.net>
4000 Date: 31 Jul 1998 12:44:57 +0200
4001 Message-ID: <6ps779$hmj$1@xs1.xs4all.nl>
4002 Subject: Re: s/\s*$//g in majordomo causes segfault under 5.005_01
4003 Branch: maint-5.005/perl
4004 ! regexec.c
4005____________________________________________________________________________
4006[ 1692] By: gsar on 1998/08/02 04:39:14
4007 Log: better validation of SysV IPC availability
4008 From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
4009 Date: Fri, 31 Jul 1998 13:13:57 +0300 (EEST)
4010 Message-Id: <199807311013.NAA28887@koah.research.nokia.com>
4011 Subject: Re: lib/ipc_sysv.t fails under FreeBSD 2.2.1
4012 Branch: maint-5.005/perl
4013 ! Configure INSTALL ext/IPC/SysV/SysV.xs pod/perldiag.pod
4014 ! t/lib/ipc_sysv.t
4015____________________________________________________________________________
4016[ 1691] By: gsar on 1998/08/02 04:32:30
4017 Log: fix bug in display of watched expressions
4018 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4019 Date: Thu, 30 Jul 1998 20:02:04 -0400 (EDT)
4020 Message-Id: <199807310002.UAA21681@monk.mps.ohio-state.edu>
4021 Subject: Re: Bug? in perl5db.pl [PATCH]
4022 Branch: maint-5.005/perl
4023 ! lib/perl5db.pl
4024____________________________________________________________________________
4025[ 1690] By: gsar on 1998/08/02 04:29:08
4026 Log: applied all but one hunk
4027 From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
4028 Date: Thu, 30 Jul 1998 17:19:42 -0400
4029 Message-Id: <199807302119.RAA06852@sleipnir.valparaiso.cl>
4030 Subject: Some typos in perldelta.pod
4031 Branch: maint-5.005/perl
4032 ! pod/perldelta.pod
4033____________________________________________________________________________
4034[ 1689] By: gsar on 1998/08/02 04:27:02
4035 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
4036 Date: Thu, 30 Jul 1998 10:22:36 -0400 (EDT)
4037 Message-Id: <Pine.SUN.3.96.980730101627.17514B-100000@newton.phys>
4038 Subject: [PATCH 5.005_05] Remove redundant dTHR
4039 Branch: maint-5.005/perl
4040 ! mg.c sv.c
4041____________________________________________________________________________
4042[ 1688] By: gsar on 1998/08/02 04:25:49
4043 Log: From: Tom Hughes <thh@cyberscience.com>
4044 Date: 30 Jul 1998 09:47:31 +0100
4045 Message-ID: <yek1zr3vi70.fsf@elva.cyberscience.com>
4046 Subject: Class::Struct has an incomplete tied array package
4047 Branch: maint-5.005/perl
4048 ! lib/Class/Struct.pm
4049____________________________________________________________________________
4050[ 1687] By: gsar on 1998/08/02 04:21:48
4051 Log: ensure implicit close on local(*FH) doesn't affect $! and thence $?
4052 Branch: maint-5.005/perl
4053 ! sv.c t/op/die_exit.t
4054____________________________________________________________________________
4055[ 1686] By: gsar on 1998/08/02 03:57:28
4056 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
4057 Date: Thu, 30 Jul 1998 00:39:30 +0300 (EET DST)
4058 Message-Id: <199807292139.AAA01795@alpha.hut.fi>
4059 Subject: Re: [PATCH] 5.004_05-MAINT_TRIAL_5: three locale fixes
4060 Branch: maint-5.005/perl
4061 ! ext/POSIX/POSIX.xs pod/perllocale.pod
4062____________________________________________________________________________
4063[ 1685] By: gsar on 1998/08/02 03:54:15
4064 Log: PERL_OBJECT bincompat fixes from Douglas Lankshear <dougl@ActiveState.com>
4065 Date: Wed, 29 Jul 1998 10:45:31 -0700
4066 Message-ID: <000101bdbb18$ae767550$a32fa8c0@tau.Active>
4067 Subject: [PATCH 5.005_01] Fixes binary compatibility for PERL_OBJECT
4068 --
4069 Date: Sat, 1 Aug 1998 09:33:19 -0700
4070 Message-ID: <000701bdbd6a$17ada180$a32fa8c0@tau.Active>
4071 Subject: [PATCH 5.005_01]
4072 Branch: maint-5.005/perl
4073 ! perl.h proto.h
4074____________________________________________________________________________
4075[ 1684] By: gsar on 1998/08/02 03:49:33
4076 Log: hand-apply whitespace-mutiliated patch
4077 From: Nicholas Clark <nick@flirble.org>
4078 Date: Tue, 28 Jul 1998 16:40:42 +0100 (BST)
4079 Message-Id: <199807281540.QAA04640@flirble.org>
4080 Subject: [PATCH] POSIX::ELOOP
4081 Branch: maint-5.005/perl
4082 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
4083____________________________________________________________________________
4084[ 1683] By: gsar on 1998/08/02 03:45:26
4085 Log: document return values of do() better
4086 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
4087 Date: Tue, 28 Jul 1998 12:44:36 +0100
4088 Message-Id: <E0z18BI-0003cH-00@taurus.cus.cam.ac.uk>
4089 Subject: [PATCH] Re: Obscurity of lexicals with do ""
4090 Branch: maint-5.005/perl
4091 ! pod/perlfunc.pod
4092____________________________________________________________________________
4093[ 1682] By: gsar on 1998/08/02 03:42:26
4094 Log: avoid reusing foreach itervar if magic got tacked onto it
4095 From: Stephen McCamant <alias@mcs.com>
4096 Date: Tue, 28 Jul 1998 22:18:25 -0500 (CDT)
4097 Message-ID: <13758.36756.215424.719750@alias-2.pr.mcs.net>
4098 Subject: [PATCH] Re: pos() resetting changed with 5.005?
4099 Branch: maint-5.005/perl
4100 ! pp_hot.c
4101____________________________________________________________________________
4102[ 1681] By: gsar on 1998/08/02 03:39:27
4103 Log: From: Nick Ing-Simmons <nik@tiuk.ti.com>
4104 Date: Wed, 29 Jul 1998 13:28:14 +0100
4105 Message-Id: <199807291228.NAA20055@tiuk.ti.com>
4106 Subject: [Patch] Math::Complex - Ambiguous call resolved as CORE::foo()
4107 Branch: maint-5.005/perl
4108 + Porting/fixCORE
4109 ! MANIFEST lib/Math/Complex.pm
4110____________________________________________________________________________
4111[ 1680] By: gsar on 1998/08/02 03:33:07
4112 Log: From: h.sanden@elsevier.nl (Hugo van der Sanden)
4113 Date: Mon, 27 Jul 1998 13:34:45 +0200
4114 Message-Id: <199807271134.NAA24475@dorlas.elsevier.nl>
4115 Subject: perlcall.pod
4116 Branch: maint-5.005/perl
4117 ! pod/perlcall.pod
4118____________________________________________________________________________
4119[ 1679] By: gsar on 1998/08/02 03:29:41
4120 Log: MM_Win32::maybe_command() case-insesitivity tweak
4121 Branch: maint-5.005/perl
4122 ! lib/ExtUtils/MM_Win32.pm
4123____________________________________________________________________________
4124[ 1678] By: gsar on 1998/08/02 03:24:29
4125 Log: fix MM_Win32::maybe_command()
4126 Branch: maint-5.005/perl
4127 ! lib/ExtUtils/MM_Win32.pm
4128____________________________________________________________________________
4129[ 1677] By: gsar on 1998/08/01 19:52:19
4130 Log: fixes for overloading bugs and docs, tweaked some
4131 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4132 Date: Sat, 25 Jul 1998 21:28:16 -0400 (EDT)
4133 Message-Id: <199807260128.VAA10543@monk.mps.ohio-state.edu>
4134 Subject: [PATCH 5.004_76] better overloading
4135 Branch: maint-5.005/perl
4136 ! Changes gv.c lib/dumpvar.pl lib/overload.pm lib/perl5db.pl
4137 ! t/pragma/overload.t
4138____________________________________________________________________________
4139[ 1676] By: gsar on 1998/08/01 19:37:13
4140 Log: stray s/foo/PL_foo/
4141 From: win@in.rhein-main.de (Winfried Koenig)
4142 Date: Mon, 27 Jul 98 21:13 MET
4143 Message-Id: <m0z0teW-00019aC@incom.rhein-main.de>
4144 Subject: Bug in pp_rename and ISC hint
4145 Branch: maint-5.005/perl
4146 ! pp_sys.c
4147____________________________________________________________________________
4148[ 1675] By: gsar on 1998/08/01 19:22:13
4149 Log: newer Porting/patchls from maint-5.004
4150 Branch: maint-5.005/perl
4151 ! Porting/patchls
4152____________________________________________________________________________
4153[ 1674] By: gsar on 1998/08/01 17:50:44
4154 Log: fix buggy detection of failed glob()
4155 Branch: maint-5.005/perl
4156 ! pp_hot.c
4157____________________________________________________________________________
4158[ 1673] By: gsar on 1998/07/29 18:14:32
4159 Log: fix typo in change#1489 that prevented magic-autovivification
4160 Branch: maint-5.005/perl
4161 ! mg.c
4162
4163----------------
4164Version 5.005_01 First maintenance release of 5.005
4165----------------
4166
4167____________________________________________________________________________
4168[ 1669] By: gsar on 1998/07/26 23:19:02
4169 Log: update Changes; add sv_*_mg() entries in win32/GenCAPI.pl
4170 Branch: maint-5.005/perl
4171 ! Changes proto.h win32/GenCAPI.pl
4172____________________________________________________________________________
4173[ 1668] By: gsar on 1998/07/26 21:12:11
4174 Log: s/TMP_CRLF_PATCH/PERL_STRICT_CR/ with sense reversed, so they
4175 can disable it from config.sh if they want; up patchlevel to 5_01;
4176 little tweaks to pods
4177 Branch: maint-5.005/perl
4178 ! README.win32 patchlevel.h pod/perldelta.pod toke.c
4179 ! win32/Makefile win32/config_H.bc win32/config_H.gc
4180 ! win32/config_H.vc win32/makefile.mk win32/win32.c
4181____________________________________________________________________________
4182[ 1662] By: gsar on 1998/07/26 05:01:52
4183 Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
4184 Branch: maint-5.005/perl
4185 ! pod/perlhist.pod proto.h
4186____________________________________________________________________________
4187[ 1658] By: gsar on 1998/07/26 02:23:46
4188 Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
4189 Date: Fri, 24 Jul 1998 11:38:25 -0700
4190 Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
4191 Subject: [PATCH 5.005] version number problem with VMS (Corrected)
4192 --
4193 Date: Fri, 24 Jul 1998 12:30:36 -0700
4194 Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
4195 Subject: [PATCH 5.005]Tweaks to README.vms
4196 --
4197 Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
4198 Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
4199 Subject: [PATCH 5.005] Final build cleanup patch
4200 Branch: maint-5.005/perl
4201 ! README.vms vms/descrip_mms.template vms/subconfigure.com
4202____________________________________________________________________________
4203[ 1657] By: gsar on 1998/07/26 02:19:50
4204 Log: another platform where pp_sselect() needs a whole fd_set buffer
4205 From: Lupe Christoph <lupe@alanya.m.isar.de>
4206 Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
4207 Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
4208 Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
4209 Branch: maint-5.005/perl
4210 ! pp_sys.c
4211____________________________________________________________________________
4212[ 1656] By: gsar on 1998/07/26 02:12:46
4213 Log: fix problem building modules on dos-djgpp
4214 From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
4215 Date: Sat, 25 Jul 1998 00:53:39 +0200
4216 Message-ID: <19980725005339.C222@cdata.tvnet.hu>
4217 Subject: [PATCH 5.005] dos-djgpp and modules problem
4218 Branch: maint-5.005/perl
4219 ! djgpp/fixpmain
4220____________________________________________________________________________
4221[ 1655] By: gsar on 1998/07/26 02:11:09
4222 Log: From: Tom Spindler <dogcow@home.merit.edu>
4223 Date: Wed, 22 Jul 1998 16:11:07 -0400
4224 Message-ID: <19980722161107.A16813@home.merit.edu>
4225 Subject: [PATCH 5.005] BeOS tweak
4226 Branch: maint-5.005/perl
4227 ! hints/beos.sh
4228____________________________________________________________________________
4229[ 1654] By: gsar on 1998/07/26 02:09:29
4230 Log: various pod tweaks
4231 Branch: maint-5.005/perl
4232 ! Changes pod/perldelta.pod pod/perlmodinstall.pod
4233 ! pod/perltoc.pod
4234____________________________________________________________________________
4235[ 1653] By: gsar on 1998/07/26 02:05:46
4236 Log: fix emacs/ptags for PL_* changes
4237 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4238 Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
4239 Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
4240 Subject: [PATCH 5.004_76] Yet better ptags
4241 Branch: maint-5.005/perl
4242 ! emacs/ptags
4243____________________________________________________________________________
4244[ 1652] By: gsar on 1998/07/26 02:03:01
4245 Log: fix behavior of <=> on bigints
4246 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
4247 Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
4248 Date: Fri, 24 Jul 1998 18:29:53 +0100
4249 Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
4250 Branch: maint-5.005/perl
4251 ! lib/Math/BigInt.pm t/lib/bigintpm.t
4252____________________________________________________________________________
4253[ 1649] By: gsar on 1998/07/24 03:56:56
4254 Log: create maint-5.005 branch
4255 Branch: maint-5.005/perl
4256 +> (branch 1079 files)
4257____________________________________________________________________________
4258[ 1648] By: gsar on 1998/07/24 03:36:35
4259 Log: un-checked-in 5.005 Changes (this is 5.005 *exactly*)
4260 Branch: perl
4261 ! Changes
4262
54e3afc4
GS
4263-------------
4264Version 5.005 Production release
4265-------------
4266
4267____________________________________________________________________________
2eac6381
GS
4268[ 1647] By: gsar on 1998/07/22 21:11:29
4269 Log: sneak in hints/irix_6.sh update
4270 Branch: perl
4271 ! Changes hints/irix_6.sh
4272____________________________________________________________________________
f5a8bab6
GS
4273[ 1646] By: gsar on 1998/07/22 21:00:44
4274 Log: Update perldelta and Changes; refresh perltoc; newer perlembed.pod
4275 from Jon Orwant <orwant@media.mit.edu>; update guts documentation
4276 to reflect PL_* changes; is this *it* for 5.005?
4277 Branch: perl
4278 ! Changes README.win32 patchlevel.h pod/perlcall.pod
4279 ! pod/perldelta.pod pod/perlembed.pod pod/perlguts.pod
4280 ! pod/perltoc.pod pod/perlxs.pod
4281____________________________________________________________________________
9cde0e7f
GS
4282[ 1645] By: gsar on 1998/07/22 19:37:41
4283 Log: don't use qualify() in class methods
4284 From: Albert Dvornik <bert@genscan.com>
4285 Date: 22 Jul 1998 15:14:46 EDT
4286 Message-Id: <tqbtqhlmu1.fsf_-_@puma.genscan.com>
4287 Subject: [PATCH 5.005-MAYBE] Bug in IO::Handle->input_record_separator
4288 Branch: perl
4289 ! ext/IO/lib/IO/Handle.pm
4290____________________________________________________________________________
4291[ 1644] By: gsar on 1998/07/22 18:13:31
4292 Log: newer perlembed.pod
4293 Branch: perl
4294 ! pod/perlembed.pod
4295____________________________________________________________________________
4296[ 1643] By: gsar on 1998/07/22 18:03:42
4297 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
4298 Date: Wed, 22 Jul 1998 13:42:20 EDT
4299 Message-Id: <Pine.SUN.3.96.980722134049.10073C-100000@newton.phys>
4300 Subject: Re: 5.005 - a sneak preview
4301 Branch: perl
4302 ! Porting/pumpkin.pod
4303____________________________________________________________________________
4304[ 1642] By: gsar on 1998/07/22 17:58:42
4305 Log: add perlmodinstall, regen perltoc
4306 Branch: perl
4307 + pod/perlmodinstall.pod
4308 ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
4309 ! pod/perltoc.pod win32/pod.mak
4310____________________________________________________________________________
4311[ 1641] By: gsar on 1998/07/22 17:11:55
4312 Log: support optional crypt() with PERL_OBJECT
4313 From: "Douglas Lankshear" <dougl@ActiveState.com>
4314 Date: Wed, 22 Jul 1998 08:21:10 PDT
4315 Message-Id: <000701bdb584$5b57c070$a32fa8c0@tau.Active>
4316 Subject: [PATCH 5.005 maybe] for crypt with PERL_OBJECT
4317 Branch: perl
4318 ! iperlsys.h pp.c win32/Makefile win32/makefile.mk
4319 ! win32/perlhost.h win32/win32.c win32/win32iop.h
4320____________________________________________________________________________
4321[ 1640] By: gsar on 1998/07/22 17:09:11
4322 Log: win32 tweaks
4323 Date: Wed, 22 Jul 1998 07:09:09 PDT
4324 Message-Id: <000001bdb57a$4bc9dd00$a32fa8c0@tau.Active>
4325 From: "Douglas Lankshear" <dougl@ActiveState.com>
4326 Branch: perl
4327 ! win32/Makefile win32/makefile.mk win32/win32.h
4328____________________________________________________________________________
4329[ 1639] By: gsar on 1998/07/22 17:00:30
4330 Log: From: d-lewart@uiuc.edu (Daniel S. Lewart)
4331 Date: Wed, 22 Jul 1998 06:20:08 CDT
4332 Message-Id: <199807221120.GAA07962@staff2.cso.uiuc.edu>
4333 Subject: [PATCH] lib/Sys/Syslog.pm doc
4334 Branch: perl
4335 ! Changes lib/Sys/Syslog.pm
4336____________________________________________________________________________
b12e51c8
DL
4337[ 1638] By: gsar on 1998/07/22 09:12:26
4338 Log: up patchlevel etc (only doc patching from now on, testing in progress)
4339 Branch: perl
4340 ! Changes patchlevel.h win32/Makefile win32/config_H.bc
4341 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
4342____________________________________________________________________________
54e3afc4
GS
4343[ 1637] By: gsar on 1998/07/22 08:27:09
4344 Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
4345 Date: Tue, 21 Jul 1998 16:04:40 PDT
4346 Message-Id: <3.0.5.32.19980721160440.00a916f0@ous.edu>
4347 Subject: [PATCH 5.004_76]Document Vax C's death for VMS
4348 --
4349 Date: Tue, 21 Jul 1998 16:08:57 PDT
4350 Message-Id: <3.0.5.32.19980721160857.00a6d250@ous.edu>
4351 Subject: [PATCH 5.004_76]fix clean/realclean targets of VMS' makefile
4352 --
4353 Date: Tue, 21 Jul 1998 16:05:56 PDT
4354 Message-Id: <3.0.5.32.19980721160556.00a1a100@ous.edu>
4355 Subject: [PATCH 5.004_76]Note the record-read capabilities of $/ in perldelta.pod
4356 Branch: perl
4357 ! README.vms pod/perldelta.pod vms/descrip_mms.template
4358____________________________________________________________________________
4359[ 1636] By: gsar on 1998/07/22 08:04:37
4360 Log: fix quoting in t/io/inplace.t
4361 Branch: perl
4362 ! t/io/inplace.t
4363____________________________________________________________________________
4364[ 1635] By: gsar on 1998/07/22 07:59:30
4365 Log: From: Dan Sugalski <sugalskd@osshe.edu>
4366 Date: Tue, 21 Jul 1998 13:06:44 PDT
4367 Message-Id: <3.0.5.32.19980721130644.00ac5100@ous.edu>
4368 Subject: [PATCH 5.004_76]t/io/inplace.t enabled for VMS
4369 Branch: perl
4370 ! t/io/inplace.t vms/test.com
4371____________________________________________________________________________
4372[ 1634] By: gsar on 1998/07/22 07:55:35
4373 Log: From: Dan Sugalski <sugalskd@osshe.edu>
4374 Date: Tue, 21 Jul 1998 12:42:20 PDT
4375 Message-Id: <3.0.5.32.19980721124220.00a82a20@ous.edu>
4376 Subject: [PATCH 5.004_76]Fix inplace editing for VMS
4377 Branch: perl
4378 ! doio.c
4379____________________________________________________________________________
4380[ 1633] By: gsar on 1998/07/22 07:53:53
4381 Log: fix AIX hints for PL_* changes
4382 From: Jarkko Hietaniemi <jhi@iki.fi>
4383 Date: Tue, 21 Jul 1998 22:53:54 +0300
4384 Message-Id: <199807211953.WAA55724@vipunen.hut.fi>
4385 Subject: Re: _76 fails to link B extension on AIX 414
4386 Branch: perl
4387 ! perl_exp.SH
4388____________________________________________________________________________
4389[ 1632] By: gsar on 1998/07/22 07:51:56
4390 Log: From: Anton Berezin <tobez@plab.ku.dk>
4391 Date: Tue, 21 Jul 1998 21:46:45 +0200
4392 Message-Id: <199807211946.VAA01301@lion.plab.ku.dk>
4393 Subject: [PATCH _76] t/op/eval.t test for eval & scoping of lexicals
4394 Branch: perl
4395 ! t/op/eval.t
4396____________________________________________________________________________
4397[ 1631] By: gsar on 1998/07/22 07:48:20
4398 Log: applied patch, with tweak suggested by Michael Parker
4399 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
4400 Date: Tue, 21 Jul 1998 14:30:05 EDT
4401 Message-Id: <Pine.SUN.3.96.980721142928.8231Q-100000@newton.phys>
4402 Subject: Re: Not OK: _76 on IP22-irix6.2 fails tests
4403 Branch: perl
4404 ! hints/irix_6.sh
4405____________________________________________________________________________
4406[ 1630] By: gsar on 1998/07/22 07:40:25
4407 Log: better diagnostic on errno.t failure
4408 From: Graham Barr <gbarr@ti.com>
4409 Date: Tue, 21 Jul 1998 13:07:29 CDT
4410 Message-Id: <19980721130729.K4337@asic.sc.ti.com>
4411 Branch: perl
4412 ! t/lib/errno.t
4413____________________________________________________________________________
4414[ 1629] By: gsar on 1998/07/22 07:36:38
4415 Log: win32 tweaks: disable XSLOCKS in perl.c, correct typo, search
4416 the registry for anything that begins with "PERL", not "PERL5"
4417 From: "Douglas Lankshear" <dougl@ActiveState.com>
4418 Date: Tue, 21 Jul 1998 11:08:00 PDT
4419 Message-Id: <000601bdb4d2$7ee74720$a32fa8c0@tau.Active>
4420 Branch: perl
4421 ! perl.c win32/perlhost.h win32/win32.c
4422____________________________________________________________________________
4423[ 1628] By: gsar on 1998/07/22 07:28:35
4424 Log: suppress redefined warnings on C<INIT {} INIT {}>
4425 Branch: perl
4426 ! op.c
4427____________________________________________________________________________
4428[ 1627] By: gsar on 1998/07/22 07:15:19
4429 Log: remove spurious $VERSION line that confuses CPAN
4430 From: Johan Vromans <jvromans@squirrel.nl>
4431 Date: Tue, 21 Jul 1998 20:01:36 +0200
4432 Message-Id: <13748.55168.397720.564438@phoenix.squirrel.nl>
4433 Subject: Re: 5.004_76 missing version numbers
4434 Branch: perl
4435 ! lib/Getopt/Long.pm
4436____________________________________________________________________________
4437[ 1626] By: gsar on 1998/07/22 06:57:56
4438 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
4439 Date: Tue, 21 Jul 1998 10:20:13 EDT
4440 Message-Id: <Pine.SUN.3.96.980721101922.8078A-100000@newton.phys>
4441 Subject: [PATCH] Porting/config* updates for 5.005
4442 Branch: perl
4443 ! Changes Porting/config.sh Porting/config_H
4444____________________________________________________________________________
4445[ 1625] By: gsar on 1998/07/22 06:46:38
4446 Log: add a few more globals with old names #defined
4447 Branch: perl
4448 ! embed.pl embedvar.h
4449____________________________________________________________________________
4450[ 1624] By: gsar on 1998/07/22 06:39:22
4451 Log: allow extensions to be specified as paths
4452 From: Paul Johnson <pjcj@transeda.com>
4453 Date: Tue, 21 Jul 1998 12:04:27 BST
4454 Message-Id: <19980721120427.F903@west-tip.transeda.com>
4455 Subject: [PATCH] 5.004_75 Embed and static extensions
4456 Branch: perl
4457 ! lib/ExtUtils/Embed.pm
4458____________________________________________________________________________
4459[ 1623] By: gsar on 1998/07/22 06:12:50
4460 Log: make $ prototype to accept THREADSVs
4461 Branch: perl
4462 ! op.c
4463____________________________________________________________________________
4464[ 1622] By: gsar on 1998/07/22 06:04:25
4465 Log: fix Liblist.pm to find entries that are plain pathnames on win32
4466 Branch: perl
4467 ! lib/ExtUtils/Liblist.pm
4468____________________________________________________________________________
4469[ 1621] By: gsar on 1998/07/22 05:10:53
4470 Log: perlfaq update from From Tom Christiansen and Nathan Torkington
4471 (removes all mention of training courses from perlfaq*.pod)
4472 Branch: perl
4473 ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
4474 ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
4475 ! pod/perlfaq8.pod pod/perlfaq9.pod
4476____________________________________________________________________________
4477[ 1620] By: gsar on 1998/07/22 02:51:13
4478 Log: applied patch, modulo parts already added to perldelta
4479 From: Stephen McCamant <alias@mcs.com>
4480 Date: Tue, 21 Jul 1998 17:06:23 CDT
4481 Message-Id: <13749.3106.995764.413053@alias-2.pr.mcs.net>
4482 Subject: [PATCH] Re: Beta2 is available
4483 Branch: perl
4484 ! pod/perldelta.pod
4485____________________________________________________________________________
4486[ 1619] By: gsar on 1998/07/22 02:45:55
4487 Log: applied patch, add new message to perldeta
4488 From: Stephen McCamant <alias@mcs.com>
4489 Date: Tue, 21 Jul 1998 16:12:25 CDT
4490 Message-Id: <13749.910.83378.949909@alias-2.pr.mcs.net>
4491 Subject: [PATCH] Band-aid patch for local($avhv->{a})
4492 Branch: perl
4493 ! pod/perldelta.pod pod/perldiag.pod pp.c pp_hot.c
4494____________________________________________________________________________
4495[ 1618] By: gsar on 1998/07/22 02:08:00
4496 Log: fix up B modules for PL_* changes
4497 Branch: perl
4498 ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
4499____________________________________________________________________________
4500[ 1617] By: gsar on 1998/07/22 01:42:14
4501 Log: From: Malcolm Beattie <mbeattie@sable.ox.ac.uk>
4502 Date: Tue, 21 Jul 1998 18:13:16 BST
4503 Message-Id: <199807211713.SAA20735@sable.ox.ac.uk>
4504 Subject: Compiler docs for 5.005
4505 Branch: perl
4506 ! ext/B/B.pm ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
4507 ! ext/B/O.pm
4508____________________________________________________________________________
4509[ 1616] By: gsar on 1998/07/22 01:29:09
4510 Log: s/PL_sv/PL_bytecode_sv/ etc., so we have unique, case-insensitive
4511 names
4512 Branch: perl
4513 ! bytecode.h bytecode.pl byterun.c embedvar.h interp.sym
4514 ! intrpvar.h
4515____________________________________________________________________________
4516[ 1615] By: nick on 1998/07/21 22:26:34
4517 Log: Mingw32 PERL_OBJECT tweaks
4518 Branch: perl
4519 ! ext/Fcntl/Fcntl.xs ext/IO/IO.xs ext/POSIX/POSIX.xs
4520____________________________________________________________________________
4521[ 1614] By: gsar on 1998/07/21 19:43:32
4522 Log: fix off-by-one in change#623 that broke lexical lookups in eval''
4523 Branch: perl
4524 ! pp_ctl.c
4525
808270a4 4526----------------
bd33893b
GS
4527Version 5.004_76 5.005 Public Beta, Issue 2
4528----------------
4529
4530____________________________________________________________________________
f69460e7
AD
4531[ 1613] By: gsar on 1998/07/21 10:26:01
4532 Log: final tweaks before beta2
4533 Branch: perl
4534 + Porting/findvars
4535 +> Porting/fixvars
4536 - fixvars
4537 ! Changes MANIFEST intrpvar.h iperlsys.h
4538 ! lib/ExtUtils/MM_Win32.pm win32/perlhost.h
4539____________________________________________________________________________
2bd2b9e0
GS
4540[ 1612] By: gsar on 1998/07/21 07:15:54
4541 Log: fixes to enable PERL_OBJECT build with mingw32/egcs-1.0.2
4542 Branch: perl
4543 ! ext/Opcode/Opcode.xs proto.h win32/makedef.pl
4544 ! win32/makefile.mk win32/perlhost.h win32/win32.c win32/win32.h
4545 ! win32/win32sck.c
4546____________________________________________________________________________
4547[ 1611] By: gsar on 1998/07/21 07:12:00
4548 Log: fix bytecode.pl with moved var names
4549 Branch: perl
4550 ! bytecode.pl byterun.c byterun.h ext/B/B/Asmdata.pm
4551____________________________________________________________________________
4552[ 1610] By: gsar on 1998/07/21 05:51:10
4553 Log: tweak toke.c
4554 Branch: perl
4555 ! toke.c
4556____________________________________________________________________________
4557[ 1609] By: gsar on 1998/07/21 05:46:59
4558 Log: change case of PERL_OBJECT filenames, consistent with the rest
4559 Branch: perl
4560 + XSlock.h objXSUB.h
4561 - ObjXSub.h XSLock.h
4562 ! MANIFEST XSUB.h lib/ExtUtils/MM_Win32.pm perl.h
4563 ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
4564____________________________________________________________________________
4565[ 1608] By: gsar on 1998/07/21 05:31:13
4566 Log: part 2 of PERL_OBJECT fixes (globals in bytecode.h moved to intrpvar.h)
4567 Branch: perl
4568 ! bytecode.h byterun.c embedvar.h interp.sym intrpvar.h
4569____________________________________________________________________________
4570[ 1607] By: gsar on 1998/07/21 05:29:10
4571 Log: part 1 of PERL_OBJECT fixes for new var names
4572 Branch: perl
4573 ! ObjXSub.h bytecode.h globals.c iperlsys.h perl.h pp_ctl.c
4574 ! run.c win32/GenCAPI.pl
4575____________________________________________________________________________
4576[ 1606] By: gsar on 1998/07/21 05:17:26
4577 Log: From: Stephen McCamant <alias@mcs.com>
4578 Date: Mon, 20 Jul 1998 23:53:32 CDT
4579 Message-Id: <13748.6947.311341.657005@alias-2.pr.mcs.net>
4580 Subject: [PATCH] redundant RV2GVs in ck_fun()
4581 Branch: perl
4582 ! op.c
4583____________________________________________________________________________
4584[ 1605] By: gsar on 1998/07/21 05:13:28
4585 Log: From: Stephen McCamant <alias@mcs.com>
4586 Date: Mon, 20 Jul 1998 23:32:42 CDT
4587 Message-Id: <13748.6392.921893.643238@alias-2.pr.mcs.net>
4588 Subject: B::Deparse 0.56 (first testsuite fixes; big)
4589 Branch: perl
4590 ! ext/B/B/Deparse.pm
4591____________________________________________________________________________
4592[ 1604] By: gsar on 1998/07/21 05:07:29
4593 Log: applied a slightly tweaked version of suggested patch
4594 From: Colin Kuskie <ckuskie@cadence.com>
4595 Date: Mon, 20 Jul 1998 15:58:31 -0700 (PDT)
4596 Message-ID: <Pine.GSO.3.96.980720154841.6188M-100000@pdxmail.cadence.com>
4597 Subject: [PATCH _75] More documentation for -i prefix
4598 Branch: perl
4599 ! pod/perlrun.pod
4600____________________________________________________________________________
4601[ 1603] By: gsar on 1998/07/21 04:59:19
4602 Log: disable malloced_size() feedback with -DLEAKTEST
4603 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4604 Date: Mon, 20 Jul 1998 21:20:21 -0400 (EDT)
4605 Message-Id: <199807210120.VAA15031@monk.mps.ohio-state.edu>
4606 Subject: [PATCH 5.004_75] -DLEAKTEST broken
4607 Branch: perl
4608 ! av.c sv.c
4609____________________________________________________________________________
4610[ 1602] By: gsar on 1998/07/21 04:57:43
4611 Log: fix hints/hpux.sh for cpp recognition
4612 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
4613 Date: Mon, 20 Jul 1998 12:46:33 -0400 (EDT)
4614 Message-Id: <Pine.SUN.3.96.980720124202.6585B-100000@newton.phys>
4615 Subject: RE: Configure misses preprocessor on HP-UX
4616 Branch: perl
4617 ! hints/hpux.sh
4618____________________________________________________________________________
4619[ 1601] By: gsar on 1998/07/21 04:55:51
4620 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4621 Date: Sun, 19 Jul 1998 18:16:38 -0400 (EDT)
4622 Message-Id: <199807192216.SAA10482@monk.mps.ohio-state.edu>
4623 Subject: [PATCH 5.004_72] Compile (?{}) into a correct package
4624 Branch: perl
4625 ! pp_ctl.c t/op/pat.t
4626____________________________________________________________________________
4627[ 1600] By: gsar on 1998/07/21 04:48:32
4628 Log: allocate a whole fd_set for pp_sselect() on more platforms
4629 From: Jarkko Hietaniemi <jhi@cc.hut.fi>
4630 Date: 20 Jul 1998 00:14:18 +0300
4631 Message-ID: <oeen2a5y251.fsf@alpha.hut.fi>
4632 Subject: Re: Not OK: perl 5.00475 +DEVEL_BETA_ISSUE_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
4633 Branch: perl
4634 ! pp_sys.c
4635____________________________________________________________________________
4636[ 1599] By: gsar on 1998/07/21 04:44:04
4637 Log: add tests to check if context propagation works
4638 From: Francois Desarmenien <desar@club-internet.fr>
4639 Date: Sun, 19 Jul 1998 12:28:33 +0200
4640 Message-ID: <35B1CA51.A606AD27@club-internet.fr>
4641 Subject: Re: m//g strange behaviour in 5.004
4642 Branch: perl
4643 + t/op/context.t
4644 ! MANIFEST
4645____________________________________________________________________________
4646[ 1598] By: gsar on 1998/07/21 04:37:49
4647 Log: applied RE doc patches, with tweaks to the prose
4648 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4649 Date: Sat, 18 Jul 1998 23:11:13 -0400 (EDT)
4650 Message-Id: <199807190311.XAA25080@monk.mps.ohio-state.edu>
4651 Subject: [PATCH 5.004_72] Document irregular zero-length matches
4652 --
4653 Date: Sun, 19 Jul 1998 00:38:44 -0400 (EDT)
4654 Message-Id: <199807190438.AAA26226@monk.mps.ohio-state.edu>
4655 Subject: [PATCH 5.004_72] Another irregularity of expressions documented
4656 Branch: perl
4657 ! pod/perlre.pod
4658____________________________________________________________________________
4659[ 1597] By: gsar on 1998/07/21 04:16:51
4660 Log: pod tweak suggested by Ilya
4661 Branch: perl
4662 ! pod/perlfunc.pod
4663____________________________________________________________________________
4664[ 1596] By: gsar on 1998/07/21 04:12:39
4665 Log: enable color output with -Mre=debugcolor with -DDEBUGGING
4666 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4667 Date: Sat, 18 Jul 1998 17:34:00 -0400 (EDT)
4668 Message-Id: <199807182134.RAA20644@monk.mps.ohio-state.edu>
4669 Subject: [PATCH 5.004_72] Better -Mre=colordb
4670 Branch: perl
4671 ! ext/re/re.xs
4672____________________________________________________________________________
4673[ 1595] By: gsar on 1998/07/21 04:07:44
4674 Log: From: "John L. Allen" <allen@grumman.com>
4675 Date: Thu, 16 Jul 1998 11:43:54 -0400 (EDT)
4676 Message-ID: <Pine.SOL.3.91.980716113018.14617A-100000@gateway.grumman.com>
4677 Subject: [PATCH _75 & _05] perlbug does not report usage on invalid flags
4678 Branch: perl
4679 ! utils/perlbug.PL
4680____________________________________________________________________________
4681[ 1594] By: gsar on 1998/07/21 04:06:06
4682 Log: don't use SelectSaver on IO::Handle->input_*() methods
4683 From: Robin Barker <rmb1@cise.npl.co.uk>
4684 Date: Thu, 16 Jul 1998 15:00:39 +0100 (BST)
4685 Message-Id: <199807161400.PAA25532@tempest.cise.npl.co.uk>
4686 Subject: Re: Bug in IO::Handle->input_record_separator
4687 Branch: perl
4688 ! ext/IO/lib/IO/Handle.pm
4689____________________________________________________________________________
4690[ 1593] By: gsar on 1998/07/21 04:03:46
4691 Log: applied a tweaked version of suggested patch
4692 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4693 Date: Wed, 15 Jul 1998 17:02:48 -0400 (EDT)
4694 Message-Id: <199807152102.RAA19952@monk.mps.ohio-state.edu>
4695 Subject: [PATCH 5.004_72] Enable/document colors in re.pm
4696 Branch: perl
4697 ! ext/re/re.pm
4698____________________________________________________________________________
4699[ 1592] By: gsar on 1998/07/21 03:49:55
4700 Log: remove compat3.sym and rename perld4.pod
4701 Branch: perl
4702 +> pod/perl5004delta.pod
4703 - compat3.sym pod/perld4.pod
4704 ! MANIFEST
4705____________________________________________________________________________
4706[ 1591] By: gsar on 1998/07/21 03:38:16
4707 Log: update patchlevel, Changes
4708 Branch: perl
4709 ! Changes patchlevel.h win32/Makefile win32/config_H.bc
4710 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
4711____________________________________________________________________________
bd33893b
GS
4712[ 1590] By: gsar on 1998/07/21 03:06:04
4713 Log: documentation tweaks from Abigail <abigail@fnx.com>
4714 Date: Fri, 17 Jul 1998 20:52:36 -0400 (EDT)
4715 Message-ID: <19980718005236.5154.qmail@betelgeuse.wayne.fnx.com>
4716 Subject: Re: [PATCH 5.00475] pod/perlsyn.pod
4717 --
4718 Date: Thu, 16 Jul 1998 17:00:49 -0400 (EDT)
4719 Message-ID: <19980716210049.16156.qmail@betelgeuse.wayne.fnx.com>
4720 Subject: [PATCH 5.00475] pod/perlguts.pod
4721 --
4722 Date: Thu, 16 Jul 1998 16:52:05 -0400 (EDT)
4723 Message-ID: <19980716205205.15949.qmail@betelgeuse.wayne.fnx.com>
4724 Subject: [PATCH 5.00475] Tweaking pod/perlfunc.pod
4725 --
4726 Date: Fri, 17 Jul 1998 22:58:05 -0400 (EDT)
4727 Message-ID: <19980718025805.7135.qmail@betelgeuse.wayne.fnx.com>
4728 Subject: [PATCH, 5.00475], pod/perlsub.pod
4729 --
4730 Date: Sat, 18 Jul 1998 04:02:00 -0400 (EDT)
4731 Message-ID: <19980718080200.9927.qmail@betelgeuse.wayne.fnx.com>
4732 Subject: [PATCH 5.00475] pod/perlfunc.pod
4733 Branch: perl
4734 ! pod/perlfunc.pod pod/perlguts.pod pod/perlsub.pod
4735 ! pod/perlsyn.pod
4736____________________________________________________________________________
4737[ 1589] By: gsar on 1998/07/21 02:44:25
4738 Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
4739 Date: Wed, 15 Jul 1998 09:38:12 -0700
4740 Message-Id: <3.0.5.32.19980715093812.00a42a50@ous.edu>
4741 Subject: [PATCH 5.005-beta1]Quick VMS config update
4742 --
4743 Date: Wed, 15 Jul 1998 12:53:52 -0700
4744 Message-Id: <3.0.5.32.19980715125352.00a25cb0@ous.edu>
4745 Subject: Re: $ebcdic has broken VMS in _75 (Now with doc patch!)
4746 --
4747 Date: Thu, 16 Jul 1998 11:15:44 -0700
4748 Message-Id: <3.0.5.32.19980716111544.00b78770@ous.edu>
4749 Subject: [PATCH 5.004_75]Another VMS tweak for the Vax C compiler
4750 --
4751 Date: Thu, 16 Jul 1998 11:21:55 -0700
4752 Message-Id: <3.0.5.32.19980716112155.00a66c50@ous.edu>
4753 Subject: [PATCH 5.004_75]Get archname correct for thread build on VMS
4754 --
4755 Date: Thu, 16 Jul 1998 11:25:04 -0700
4756 Message-Id: <3.0.5.32.19980716112504.00ae0d50@ous.edu>
4757 Subject: [PATCH 5.004_75]Thread build tweaks for VMS 6.2 and older
4758 --
4759 Date: Fri, 17 Jul 1998 15:29:13 -0700
4760 Message-Id: <3.0.5.32.19980717152913.00a469b0@ous.edu>
4761 Subject: [PATCH 5.004_75]Missed a header file in VMS build procedure
4762 --
4763 Date: Mon, 20 Jul 1998 10:20:49 -0700
4764 Message-Id: <3.0.5.32.19980720102049.00a05100@ous.edu>
4765 Subject: [PATCH 5.004_75]Tweaks to Thread.XS for OLD_PTHREADS_API build
4766 --
4767 Date: Mon, 20 Jul 1998 10:13:03 -0700
4768 Message-Id: <3.0.5.32.19980720101303.00a17100@ous.edu>
4769 Subject: [PATCH 5.004_75]Explicitly specify extensions during VMS config process
4770 --
4771 From: Brad Hughes <brad@tgsmc.com>
4772 Date: Mon, 20 Jul 1998 15:51:22 -0700
4773 Message-Id: <3.0.5.32.19980720155122.00a41950@ous.edu>
4774 Subject: patch for readme.vms
4775 Branch: perl
4776 ! README.vms ext/Thread/Thread.xs vms/descrip_mms.template
4777 ! vms/gen_shrfls.pl vms/subconfigure.com
4778____________________________________________________________________________
4779[ 1588] By: gsar on 1998/07/21 01:26:20
4780 Log: change#1481 didn't go through at all, redo it
4781 Branch: perl
4782 ! t/base/rs.t
4783____________________________________________________________________________
4784[ 1587] By: gsar on 1998/07/21 01:21:41
4785 Log: workaround C<"foo" "bar"> catenation-intolerant compilers
4786 Branch: perl
4787 ! regexec.c toke.c
4788____________________________________________________________________________
4789[ 1586] By: gsar on 1998/07/21 01:05:49
4790 Log: do not override PERL_DESTRUCT_LEVEL if use has it set
4791 Branch: perl
4792 ! t/TEST
4793____________________________________________________________________________
4794[ 1585] By: gsar on 1998/07/21 00:39:17
4795 Log: fix small memory leak when mess_sv happens to be touched by magic
4796 Branch: perl
4797 ! perl.c t/lib/thread.t t/op/local.t t/op/pat.t t/op/regexp.t
4798____________________________________________________________________________
4799[ 1584] By: gsar on 1998/07/21 00:37:32
4800 Log: fix memory leak in C<local(*foo) = 'bar'>
4801 Branch: perl
4802 ! scope.c
4803____________________________________________________________________________
4804[ 1583] By: TimBunce on 1998/07/20 22:14:11
4805 Log: Update Changes and patchlevel.h for release. At last.
4806 Branch: maint-5.004/perl
4807 ! Changes patchlevel.h
4808____________________________________________________________________________
4809[ 1582] By: gsar on 1998/07/20 21:28:43
4810 Log: add rsfp_filters and perldb to pollutants list
4811 Branch: perl
4812 ! embed.pl
4813____________________________________________________________________________
4814[ 1581] By: nick on 1998/07/20 19:22:37
4815 Log: Integrate mainline pre-beta2 - just in case
4816 Branch: ansiperl
4817 !> (integrate 66 files)
4818____________________________________________________________________________
4819[ 1580] By: TimBunce on 1998/07/20 17:16:38
4820 Log: Assorted patches:
4821
4822 Title: "Clean up hash array allocation"
4823 From: Gurusamy Sarathy <gsar@engin.umich.edu>
4824 Msg-ID: <199807201052.GAA13336@aatma.engin.umich.edu>
4825 Files: hv.c
4826
4827 Title: "Further fixes for cppstdin on HP-UX 11"
4828 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
4829 Msg-ID: <Pine.SUN.3.96.980720124202.6585B-100000@newton.phys>
4830 Files: hints/hpux.sh
4831 Branch: maint-5.004/perl
4832 ! hints/hpux.sh hv.c
4833____________________________________________________________________________
4834[ 1579] By: TimBunce on 1998/07/20 09:46:14
4835 Log: Assorted patches:
4836
4837 Title: "Fix C<$1 .. $2> coredump under debugger"
4838 From: Gurusamy Sarathy <gsar@engin.umich.edu>
4839 Msg-ID: <199807200042.UAA23288@aatma.engin.umich.edu>
4840 Files: pp_ctl.c
4841
4842 Title: "Fix lvalue leaks stemming from failure to free LvTARG(sv)"
4843 From: Gurusamy Sarathy <gsar@engin.umich.edu>
4844 Msg-ID: <199807191829.OAA12433@aatma.engin.umich.edu>
4845 Files: embed.h perl.h proto.h global.sym mg.c sv.c t/op/substr.t t/op/vec.t
4846
4847 Title: "fix major bug (from 5.003_96); void contexts were using the context
4848 of the enclosing sub!"
4849 From: Francois Desarmenien <desar@club-internet.fr>, Gurusamy Sarathy
4850 <gsar@engin.umich.edu>
4851 Msg-ID: <199807180927.FAA08032@aatma.engin.umich.edu>,
4852 <35B1CA51.A606AD27@club-internet.fr>
4853 Files: op.h
4854
4855 Title: "Update lib/Getopt/Long.pm (from perl5.005 beta 1)"
4856 From: Johan Vromans <jvromans@squirrel.nl>
4857 Msg-ID: <13745.47704.943964.34613@phoenix.squirrel.nl>
4858 Files: lib/Getopt/Long.pm
4859
4860 Title: "Add Porting/p4d2p utility for converting perforce diffs"
4861 From: Gurusamy Sarathy <gsar@engin.umich.edu>
4862 Msg-ID: <199807200002.UAA21398@aatma.engin.umich.edu>
4863 Files: MANIFEST Porting/p4d2p
4864 Branch: maint-5.004/perl
4865 + Porting/p4d2p
4866 ! MANIFEST embed.h global.sym lib/Getopt/Long.pm mg.c op.h
4867 ! perl.h pp_ctl.c proto.h sv.c t/op/substr.t t/op/vec.t
4868____________________________________________________________________________
4869[ 1578] By: gsar on 1998/07/20 09:38:39
4870 Log: complete s/foo/PL_foo/ changes (all escaped cases identified with
4871 brute force search script). Result builds and passes all tests on
4872 Solaris. win32 and PERL_OBJECT are still untested.
4873 Branch: perl
4874 ! XSLock.h XSUB.h bytecode.h bytecode.pl byterun.c cc_runtime.h
4875 ! djgpp/djgpp.c embed.pl ext/B/B.xs ext/B/B/Asmdata.pm
4876 ! ext/B/byteperl.c ext/DB_File/DB_File.xs ext/DB_File/typemap
4877 ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_next.xs
4878 ! ext/DynaLoader/dl_vms.xs ext/GDBM_File/typemap ext/IO/IO.xs
4879 ! ext/IPC/SysV/SysV.xs ext/NDBM_File/typemap
4880 ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/typemap
4881 ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/SDBM_File/typemap
4882 ! ext/Thread/Thread.xs ext/attrs/attrs.xs fakethr.h gv.c hv.c
4883 ! lib/ExtUtils/typemap malloc.c mg.c op.c os2/OS2/PrfDB/PrfDB.xs
4884 ! os2/OS2/PrfDB/typemap os2/OS2/REXX/REXX.xs os2/os2.c
4885 ! os2/os2ish.h perl.c perl.h pp.c pp_ctl.c pp_hot.c pp_sys.c
4886 ! regcomp.c regcomp.h regexec.c scope.c scope.h sv.h taint.c
4887 ! toke.c util.c vms/ext/DCLsym/DCLsym.xs vms/ext/Stdio/Stdio.xs
4888 ! vms/vms.c vms/vmsish.h win32/win32.c win32/win32thread.c
4889____________________________________________________________________________
4890[ 1577] By: TimBunce on 1998/07/20 08:28:17
4891 Log: Title: "Make failed matches return empty list in list context"
4892 From: "Paul E. Maisano" <pem@aaii.oz.au>, Gurusamy Sarathy
4893 <gsar@engin.umich.edu>, Paul Maisano <pem@aaii.oz.au>
4894 Msg-ID: <199807200002.UAA21398@aatma.engin.umich.edu>,
4895 <199807200027.KAA27815@ironbark-ridge.aaii.oz.au>,
4896 <35B156FB.504E66E@aaii.oz.au>
4897 Files: pod/perlop.pod pp_hot.c t/op/pat.t
4898 Branch: maint-5.004/perl
4899 ! pod/perlop.pod pp_hot.c t/op/pat.t
4900____________________________________________________________________________
4901[ 1576] By: TimBunce on 1998/07/20 08:11:37
4902 Log: Title: "win32 update from 5.005 beta 2 for 5.004_05"
4903 From: Gurusamy Sarathy <gsar@engin.umich.edu>
4904 Msg-ID: <199807192332.TAA20905@aatma.engin.umich.edu>
4905 Files: win32/include/dirent.h win32/include/sys/socket.h proto.h
4906 lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
4907 win32/win32.h win32/win32iop.h README.win32 installperl
4908 pp_ctl.c win32/Makefile win32/config.bc win32/config.vc
4909 win32/config_H.bc win32/config_H.vc win32/config_h.PL
4910 win32/config_sh.PL win32/dl_win32.xs win32/makedef.pl
4911 win32/makefile.mk win32/pod.mak win32/win32.c
4912 win32/win32sck.c win32/bin/pl2bat.pl
4913 Branch: maint-5.004/perl
4914 ! README.win32 installperl lib/ExtUtils/Liblist.pm
4915 ! lib/ExtUtils/Mksymlists.pm pp_ctl.c proto.h win32/Makefile
4916 ! win32/bin/pl2bat.pl win32/config.bc win32/config.vc
4917 ! win32/config_H.bc win32/config_H.vc win32/config_h.PL
4918 ! win32/config_sh.PL win32/dl_win32.xs win32/include/dirent.h
4919 ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
4920 ! win32/pod.mak win32/win32.c win32/win32.h win32/win32iop.h
4921 ! win32/win32sck.c
4922____________________________________________________________________________
4923[ 1575] By: gsar on 1998/07/20 01:27:14
4924 Log: integrate ansi branch to get s/foo/PL_foo/ changes
4925 Branch: perl
4926 +> fixvars
4927 !> (integrate 537 files)
4928____________________________________________________________________________
4929[ 1574] By: gsar on 1998/07/20 00:33:43
4930 Log: fix C<$1 .. $2> coredump under debugger
4931 Branch: perl
4932 ! pp_ctl.c
4933____________________________________________________________________________
4934[ 1573] By: gsar on 1998/07/20 00:28:27
4935 Log: misc win32 config tweaks
4936 Branch: perl
4937 ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
4938 ! win32/config_h.PL win32/makefile.mk
4939____________________________________________________________________________
4940[ 1572] By: nick on 1998/07/19 19:04:58
4941 Log: Missed file that had changed
4942 Branch: ansiperl
4943 ! embedvar.h
4944____________________________________________________________________________
4945[ 1571] By: nick on 1998/07/19 18:57:35
4946 Log: Another threaded, perl malloc issue, x2p's Makefile.SH has a
4947 pattern match...
4948 Branch: ansiperl
4949 ! x2p/Makefile.SH
4950____________________________________________________________________________
4951[ 1570] By: nick on 1998/07/19 18:16:20
4952 Log: Drat! - threaded perl-malloc has mutex that needs PL_
4953 Branch: ansiperl
4954 ! malloc.c perl.h
4955____________________________________________________________________________
4956[ 1569] By: nick on 1998/07/19 17:55:22
4957 Log: PL_ for perl's malloc
4958 Branch: ansiperl
4959 ! hv.c malloc.c
4960____________________________________________________________________________
4961[ 1568] By: nick on 1998/07/19 16:23:30
4962 Log: PL_ minir tidy up
4963 Branch: ansiperl
4964 ! embed.pl ext/Thread/Thread.xs util.c
4965____________________________________________________________________________
4966[ 1567] By: nick on 1998/07/19 13:21:07
4967 Log: Add PL_ to merged file
4968 Branch: ansiperl
4969 ! pp_hot.c
4970____________________________________________________________________________
4971[ 1566] By: nick on 1998/07/19 12:38:30
4972 Log: Merge Mainline
4973 Branch: ansiperl
4974 + fixvars
4975 !> (integrate 29 files)
4976____________________________________________________________________________
4977[ 1565] By: gsar on 1998/07/19 07:06:54
4978 Log: tweak pod in MakeMaker.pm
4979 From: Paul Johnson <pjcj@transeda.com>
4980 Date: Sat, 18 Jul 1998 15:58:48 +0100
4981 Message-ID: <19980718155847.D903@west-tip.transeda.com>
4982 Subject: [PATCH]5.004_75 (DOC) MakeMaker.pm
4983 Branch: perl
4984 ! lib/ExtUtils/MakeMaker.pm
4985____________________________________________________________________________
4986[ 1564] By: gsar on 1998/07/19 07:04:45
4987 Log: From: Gisle Aas <gisle@aas.no>
4988 Date: 17 Jul 1998 22:49:32 +0200
4989 Message-ID: <m390lsb3tv.fsf@furu.g.aas.no>
4990 Subject: [PATCH _75] sv_gets() did not NUL-terminate SV when reading records
4991 Branch: perl
4992 ! sv.c
4993____________________________________________________________________________
4994[ 1563] By: gsar on 1998/07/19 07:03:32
4995 Log: update freebsd hints
4996 From: Mik Firestone <fireston@lexmark.com>
4997 Date: Fri, 17 Jul 1998 15:24:26 -0400 (EDT)
4998 Message-Id: <199807171924.AA05297@interlock2.lexmark.com>
4999 Subject: [PATCH 5.005b1] hints/freebsd.sh
5000 Branch: perl
5001 ! hints/freebsd.sh
5002____________________________________________________________________________
5003[ 1562] By: gsar on 1998/07/19 07:01:33
5004 Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
5005 Date: Fri, 17 Jul 1998 10:37:49 -0700 (PDT)
5006 Message-Id: <199807171737.KAA06967@spock.dis.cccd.edu>
5007 Subject: [PATCH 5.005b1] MPE/iX hints and readme tweaks
5008 Branch: perl
5009 ! README.mpeix hints/mpeix.sh
5010____________________________________________________________________________
5011[ 1561] By: gsar on 1998/07/19 07:00:19
5012 Log: From: Norton Allen <allen@huarp.harvard.edu>
5013 Date: Fri, 17 Jul 1998 12:37:27 -0400 (edt)
5014 Message-Id: <199807171637.MAA24830@bottesini.harvard.edu>
5015 Subject: [PATCH: 75] make install fails
5016 Branch: perl
5017 ! Makefile.SH
5018____________________________________________________________________________
5019[ 1560] By: gsar on 1998/07/19 06:58:55
5020 Log: fix flawed substitution-loop detection on zero-length matches
5021 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5022 Date: Fri, 17 Jul 1998 13:55:38 -0400 (EDT)
5023 Message-Id: <199807171755.NAA27720@monk.mps.ohio-state.edu>
5024 Subject: [PATCH 5.004_72] Substitution loop in devel branch
5025 Branch: perl
5026 ! pp_hot.c t/op/subst.t
5027____________________________________________________________________________
5028[ 1559] By: gsar on 1998/07/19 06:56:19
5029 Log: add perltrap entry about "${#a}", as suggested by
5030 andy barfoot <abarfoot@eng.auburn.edu>
5031 Branch: perl
5032 ! pod/perltrap.pod
5033____________________________________________________________________________
5034[ 1558] By: gsar on 1998/07/19 06:43:53
5035 Log: From: Anton Berezin <tobez@plab.ku.dk>
5036 Date: Fri, 17 Jul 1998 11:49:30 +0200 (CEST)
5037 Message-Id: <199807170949.LAA18099@lion.plab.ku.dk>
5038 Subject: [PATCH 5.005b1] perlcall.pod SAVETMPS/FREETMPS bracket
5039 Branch: perl
5040 ! pod/perlcall.pod
5041____________________________________________________________________________
5042[ 1557] By: gsar on 1998/07/19 06:40:33
5043 Log: From: "Art Green" <Art_Green@mercmarine.com>
5044 Date: Thu, 16 Jul 1998 21:37:05 -0500
5045 Message-ID: <86256644.000E61D4.00@FDLTest1.mercmarine.com>
5046 Subject: [PATCH]:_75 - Update hints/aix.sh for c_r library
5047 Branch: perl
5048 ! hints/aix.sh
5049____________________________________________________________________________
5050[ 1556] By: gsar on 1998/07/19 06:38:17
5051 Log: update README.threads
5052 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5053 Date: Thu, 16 Jul 1998 11:10:33 -0400 (EDT)
5054 Message-Id: <Pine.SUN.3.96.980716110949.2651J-100000@newton.phys>
5055 Subject: Re: Sort of OK: 5.005-beta1 and threads on ppc-powerux-threads
5056 Branch: perl
5057 ! README.threads
5058____________________________________________________________________________
5059[ 1555] By: gsar on 1998/07/19 06:36:32
5060 Log: From: Scott Henry <scotth@sgi.com>
5061 Date: 15 Jul 1998 20:23:02 -0700
5062 Message-ID: <yd890lu1nu1.fsf@hoshi.engr.sgi.com>
5063 Subject: [PATCH 5.005-beta1] update hints/irix_6.sh
5064 Branch: perl
5065 ! hints/irix_6.sh
5066____________________________________________________________________________
5067[ 1554] By: gsar on 1998/07/19 06:35:10
5068 Log: From: Spider Boardman <spider@web.zk3.dec.com>
5069 Date: Wed, 15 Jul 1998 16:56:48 -0400
5070 Message-Id: <199807152056.QAA369057@web.zk3.dec.com>
5071 Subject: [PATCH _75] dec_osf hints still wrong
5072 Branch: perl
5073 ! hints/dec_osf.sh
5074____________________________________________________________________________
5075[ 1553] By: gsar on 1998/07/19 06:33:29
5076 Log: tweak hpux hints in vain attempt to get cppstdin set properly
5077 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5078 Date: Wed, 15 Jul 1998 16:11:43 -0400 (EDT)
5079 Subject: Re: HP-UX 11, perl 5.004_04, Oracle 7.3.3.4, DBI 0.93
5080 Message-Id: <Pine.SUN.3.96.980715161018.1560D-100000@newton.phys>
5081 --
5082 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5083 Date: Thu, 16 Jul 1998 11:37:58 -0400 (EDT)
5084 Subject: Re: Configure misses preprocessor on HP-UX
5085 Message-Id: <Pine.SUN.3.96.980716113128.2651N-100000@newton.phys>
5086 Branch: perl
5087 ! hints/hpux.sh
5088____________________________________________________________________________
5089[ 1552] By: gsar on 1998/07/19 06:26:24
5090 Log: From: Tye McQueen <tye@metronet.com>
5091 Date: Wed, 15 Jul 1998 13:46:44 -0500 (CDT)
5092 Message-Id: <199807151846.AA12653@metronet.com>
5093 Subject: Minor debugger fix
5094 Branch: perl
5095 ! lib/perl5db.pl
5096____________________________________________________________________________
5097[ 1551] By: gsar on 1998/07/19 06:25:05
5098 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5099 Date: Wed, 15 Jul 1998 14:23:39 -0400 (EDT)
5100 Message-Id: <Pine.SUN.3.96.980715135257.1310F-100000@newton.phys>
5101 Subject: Re: Configure s?rand support [PATCH 5.004_75] -- better patch
5102 Branch: perl
5103 ! INSTALL pp.c
5104____________________________________________________________________________
5105[ 1550] By: gsar on 1998/07/19 06:23:10
5106 Log: minor re.pm cleanup
5107 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5108 Date: Wed, 15 Jul 1998 12:41:14 +0100
5109 Message-Id: <E0ywPvu-0003V7-00@ursa.cus.cam.ac.uk>
5110 Subject: Re: [PATCH 5.004_74]Don't use tainted REs in Basename.pm when building perl
5111 Branch: perl
5112 ! ext/re/re.pm pod/perldiag.pod
5113____________________________________________________________________________
5114[ 1549] By: gsar on 1998/07/19 06:20:49
5115 Log: export additional symbols on OS/2
5116 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5117 Date: Wed, 15 Jul 1998 06:13:07 -0400 (EDT)
5118 Message-Id: <199807151013.GAA11279@monk.mps.ohio-state.edu>
5119 Subject: [PATCH 5.004_72] Export more symbols from Perl DLL
5120 Branch: perl
5121 ! os2/os2.sym
5122____________________________________________________________________________
5123[ 1548] By: gsar on 1998/07/19 06:18:58
5124 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5125 Date: Wed, 15 Jul 1998 06:10:36 -0400 (EDT)
5126 Message-Id: <199807151010.GAA11270@monk.mps.ohio-state.edu>
5127 Subject: [PATCH 5.004_72] Minor improvements to perlcc
5128 Branch: perl
5129 ! utils/perlcc.PL
5130____________________________________________________________________________
5131[ 1547] By: gsar on 1998/07/19 06:17:22
5132 Log: applied slightly tweaked version of patch
5133 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5134 Date: Thu, 16 Jul 1998 15:49:15 -0400 (EDT)
5135 Message-Id: <199807161949.PAA08214@monk.mps.ohio-state.edu>
5136 Subject: [PATCH 5.004_72] Updated patch to Test::Harness
5137 Branch: perl
5138 ! lib/Test/Harness.pm
5139____________________________________________________________________________
5140[ 1546] By: gsar on 1998/07/19 06:11:03
5141 Log: improve 'frame' handling in debugger
5142 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5143 Date: Wed, 15 Jul 1998 00:52:10 -0400 (EDT)
5144 Message-Id: <199807150452.AAA06685@monk.mps.ohio-state.edu>
5145 Subject: [PATCH 5.004_72] Better debugger trace
5146 Branch: perl
5147 ! lib/perl5db.pl
5148____________________________________________________________________________
5149[ 1545] By: gsar on 1998/07/19 06:07:51
5150 Log: fix and test handling of literal newlines in heredocs
5151 From: Gisle Aas <gisle@aas.no>
5152 Date: 17 Jul 1998 14:58:25 +0200
5153 Message-ID: <m3iukw63da.fsf@furu.g.aas.no>
5154 Subject: Re: [PATCH _71] CRs et al
5155 --
5156 From: larry@wall.org (Larry Wall)
5157 Date: Fri, 17 Jul 1998 09:32:35 -0700
5158 Message-Id: <199807171632.JAA12959@wall.org>
5159 Subject: Re: [PATCH _71] CRs et al
5160 Branch: perl
5161 ! t/comp/multiline.t toke.c
5162____________________________________________________________________________
5163[ 1544] By: gsar on 1998/07/19 06:00:12
5164 Log: remove possibly unwritable lib/re.pm before overwrite
5165 From: larry@wall.org (Larry Wall)
5166 Date: Wed, 15 Jul 1998 14:26:03 -0700
5167 Message-Id: <199807152126.OAA04623@wall.org>
5168 Subject: Re: bug encountered building perl5.005beta1
5169 Branch: perl
5170 ! Makefile.SH
5171____________________________________________________________________________
5172[ 1543] By: gsar on 1998/07/19 05:56:18
5173 Log: unsubmitted Changes tweak
5174 Branch: perl
5175 ! Changes cygwin32/ld2
5176____________________________________________________________________________
5177[ 1542] By: gsar on 1998/07/19 01:21:22
5178 Log: make failed matches return empty list in list context
5179 Branch: perl
5180 ! pod/perlop.pod pp_hot.c t/op/pat.t
5181____________________________________________________________________________
5182[ 1541] By: gsar on 1998/07/18 22:27:59
5183 Log: remove obsolete perltrap about m//g's pos() reset behavior
5184 Branch: perl
5185 ! pod/perltrap.pod
5186____________________________________________________________________________
5187[ 1540] By: nick on 1998/07/18 22:16:26
5188 Log: PL_ stuff passes non-threaded on Mingw32
5189 (Why did it compile without this fix?)
5190 Branch: ansiperl
5191 ! pp_sys.c
5192____________________________________________________________________________
5193[ 1539] By: TimBunce on 1998/07/18 22:04:58
5194 Log: Assorted patches:
5195
5196 Title: "Minor fixes to MakeMaker docs re ExtUtils::Embed"
5197 From: Paul Johnson <pjcj@transeda.com>
5198 Msg-ID: <19980718155847.D903@west-tip.transeda.com>
5199 Files: lib/ExtUtils/MakeMaker.pm
5200
5201 Title: "Update t/op/array.t (from 5.005 beta 1)"
5202 Files: t/op/array.t
5203 Branch: maint-5.004/perl
5204 ! lib/ExtUtils/MakeMaker.pm t/op/array.t
5205____________________________________________________________________________
5206[ 1538] By: TimBunce on 1998/07/18 21:57:50
5207 Log: Title: "Remove flawed '// with parens or $&' performance patch (Change 662)"
5208 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Tim Bunce <Tim.Bunce@ig.co.uk>,
5209 larry@wall.org (Larry Wall)
5210 Msg-ID: <19980717015308.E6244@ig.co.uk>, <199807171819.LAA13771@wall.org>,
5211 <E0yvtzn-0002F9-00@ursa.cus.cam.ac.uk>
5212 Files: cop.h embed.h perl.h proto.h regexp.h gv.c interp.sym perl.c pp.c
5213 pp_ctl.c pp_hot.c regexec.c scope.c
5214 Branch: maint-5.004/perl
5215 ! cop.h embed.h gv.c interp.sym perl.c perl.h pp.c pp_ctl.c
5216 ! pp_hot.c proto.h regexec.c regexp.h scope.c
5217____________________________________________________________________________
5218[ 1537] By: nick on 1998/07/18 20:56:58
5219 Log: PL_ scheme Builds under Minw32 - some SEGFAULT snags
5220 Branch: ansiperl
5221 ! doio.c mg.c perl.c pp_hot.c pp_sys.c util.c win32/perllib.c
5222 ! win32/win32.c win32/win32.h
5223____________________________________________________________________________
5224[ 1536] By: nick on 1998/07/18 20:50:26
5225 Log: Merge latest mainline
5226 Branch: ansiperl
5227 ! patchlevel.h
5228 !> ext/Thread/Thread.xs op.h util.c
5229____________________________________________________________________________
5230[ 1535] By: nick on 1998/07/18 16:45:29
5231 Log: Edited "behind my back" ...
5232 Branch: ansiperl
5233 ! vms/perly_c.vms
5234____________________________________________________________________________
5235[ 1534] By: nick on 1998/07/18 16:38:27
5236 Log: PL_ stuff for threads
5237 Branch: ansiperl
5238 ! byterun.c cop.h deb.c doio.c doop.c embed.pl embedvar.h
5239 ! ext/B/B.xs ext/Thread/Thread.xs gv.c intrpvar.h mg.c
5240 ! miniperlmain.c op.c op.h perl.c perl.h perly.y pp.c pp.h
5241 ! pp_ctl.c pp_hot.c pp_sys.c regexec.c run.c scope.c sv.c sv.h
5242 ! thread.h toke.c util.c win32/perllib.c
5243____________________________________________________________________________
5244[ 1533] By: nick on 1998/07/18 14:30:54
5245 Log: Builds and passes tests with -DMULTIPLICITY and -DCRIPPLED_CC
5246 (still with PERL_GLOBAL_STRUCT) - to cover more #if branches
5247 Branch: ansiperl
5248 ! embed.pl intrpvar.h perl.c toke.c
5249____________________________________________________________________________
5250[ 1532] By: nick on 1998/07/18 13:53:03
5251 Log: PL_ prefix to all perlvars, part1
5252 Builds and passes all tests at one limit i.e. -DPERL_GLOBAL_STRUCT
5253 Branch: ansiperl
5254 ! XSUB.h av.c bytecode.h byterun.c byterun.h cop.h deb.c doio.c
5255 ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
5256 ! ext/Data/Dumper/Dumper.xs ext/DynaLoader/dl_next.xs
5257 ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs
5258 ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs ext/attrs/attrs.xs
5259 ! ext/re/re.xs gv.c hv.c hv.h lib/ExtUtils/typemap
5260 ! lib/ExtUtils/xsubpp mg.c miniperlmain.c op.c perl.c perl.h
5261 ! perly.c perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
5262 ! regcomp.h regexec.c run.c scope.c scope.h sv.c sv.h taint.c
5263 ! thrdvar.h toke.c universal.c util.c
5264____________________________________________________________________________
5265[ 1531] By: gsar on 1998/07/18 08:48:13
5266 Log: fix yet another USE_THREADS leak due to failure to free stacks
5267 Branch: perl
5268 ! ext/Thread/Thread.xs util.c
5269____________________________________________________________________________
5270[ 1530] By: gsar on 1998/07/18 08:46:58
5271 Log: fix major bug in GIMME (introduced in 5.003_96); void contexts were
5272 using the context of the enclosing sub!
5273 Branch: perl
5274 ! op.h
5275____________________________________________________________________________
5276[ 1529] By: nick on 1998/07/18 08:18:03
5277 Log: Integrate post-beta tweaks to ansiperl
5278 Branch: ansiperl
5279 !> ObjXSub.h embed.h ext/Thread/Thread.xs global.sym gv.c mg.c
5280 !> objpp.h op.c perl.c perl.h pp_sys.c proto.h sv.c t/op/substr.t
5281 !> t/op/vec.t toke.c util.c
5282____________________________________________________________________________
5283[ 1528] By: gsar on 1998/07/18 04:23:12
5284 Log: fix lvalue leaks stemming from failure to free LvTARG(sv)
5285 Branch: perl
5286 ! ObjXSub.h embed.h global.sym mg.c objpp.h perl.h proto.h sv.c
5287 ! t/op/substr.t t/op/vec.t
5288____________________________________________________________________________
5289[ 1527] By: gsar on 1998/07/18 02:16:40
5290 Log: check ferror() only if read() returned 0
5291 Branch: perl
5292 ! pp_sys.c
5293____________________________________________________________________________
5294[ 1526] By: gsar on 1998/07/18 02:08:01
5295 Log: fix another CvMUTEXP() leak
5296 Branch: perl
5297 ! gv.c
5298____________________________________________________________________________
5299[ 1525] By: TimBunce on 1998/07/18 01:51:52
5300 Log: Assorted patches:
5301
5302 Title: "Fix @a=@a=qw(...) properly"
5303 From: Stephen McCamant <alias@mcs.com>
5304 Msg-ID: <13742.49404.367751.437966@alias-2.pr.mcs.net>
5305 Files: opcode.h
5306
5307 Title: "Larry's patch to support CR LF in scripts (updated)"
5308 From: Gisle Aas <gisle@aas.no>, larry@wall.org (Larry Wall)
5309 Msg-ID: <199807120054.RAA19550@wall.org>, <m3iukw63da.fsf@furu.g.aas.no>
5310 Files: t/comp/multiline.t toke.c
5311
5312 Title: "Change getc() docs to match behaviour. Make read() return undef on
5313 error."
5314 From: Gurusamy Sarathy <gsar@engin.umich.edu>
5315 Msg-ID: <199807052257.SAA10004@aatma.engin.umich.edu>
5316 Files: pod/perlfunc.pod pp_sys.c
5317
5318 Title: "Update patchls utility"
5319 Files: Porting/patchls
5320 Branch: maint-5.004/perl
5321 ! Porting/patchls opcode.h pod/perlfunc.pod pp_sys.c
5322 ! t/comp/multiline.t toke.c
5323____________________________________________________________________________
5324[ 1524] By: gsar on 1998/07/18 01:22:35
5325 Log: fix CvMUTEXP() leaks with -Dusethreads
5326 Branch: perl
5327 ! op.c toke.c
5328____________________________________________________________________________
5329[ 1523] By: gsar on 1998/07/18 01:17:28
5330 Log: fix $/ init for multiple interpreters/threads
5331 Branch: perl
5332 ! ext/Thread/Thread.xs perl.c util.c
5333____________________________________________________________________________
5334[ 1522] By: gsar on 1998/07/18 01:11:07
5335 Log: fix missing init that caused RE alternations to fail under
5336 -Dusethreads
5337 Branch: perl
5338 ! util.c
5339____________________________________________________________________________
5340[ 1521] By: TimBunce on 1998/07/16 22:23:25
5341 Log: Assorted patches:
5342
5343 Title: "Allow $SIG{CHLD}='IGNORE' to work (reap zombies) on Solaris"
5344 From: Albert Dvornik <bert@genscan.com>, Chip Salzenberg <chip@perl.org>
5345 Msg-ID: <19980708181055.A8005@perlsupport.com>,
5346 <tqn2adkvge.fsf@puma.genscan.com>
5347 Files: util.c
5348
5349 Title: "Document perltrap on precedence of keys/values/each"
5350 From: Gurusamy Sarathy <gsar@engin.umich.edu>
5351 Msg-ID: <199807151857.OAA04704@aatma.engin.umich.edu>
5352 Files: pod/perltrap.pod
5353
5354 Title: "perlbook.pod patch"
5355 From: Tom Christiansen <tchrist@chthon.perl.com>
5356 Msg-ID: <199807140037.SAA04556@chthon.perl.com>
5357 Files: pod/perlbook.pod
5358
5359 Title: "perlmod.pod patch"
5360 From: Tom Christiansen <tchrist@chthon.perl.com>
5361 Msg-ID: <199807140109.TAA04678@chthon.perl.com>
5362 Files: pod/perlmod.pod
5363
5364 Title: "Fix bug in IO::Handle->input_record_separator"
5365 From: Robin Barker <rmb1@cise.npl.co.uk>, Swen Thuemmler
5366 <Swen.Thuemmler@paderlinx.de>
5367 Msg-ID: <199807161400.PAA25532@tempest.cise.npl.co.uk>,
5368 <Pine.GSO.4.00.9807161649380.6537-100000@rmail>
5369 Files: ext/IO/lib/IO/Handle.pm
5370
5371 Title: "update h2ph, Math::Complex and Math::Trig (from 5.005 beta 1)"
5372 Files: lib/Math/Complex.pm lib/Math/Trig.pm t/lib/complex.t t/lib/h2ph.t
5373 t/lib/trig.t utils/h2ph.PL
5374
5375 Title: "Update hints/irix_6.sh"
5376 From: Scott Henry <scotth@sgi.com>
5377 Msg-ID: <yd890lu1nu1.fsf@hoshi.engr.sgi.com>
5378 Files: hints/irix_6.sh
5379
5380 Title: "Configure misses preprocessor on HP-UX (further fix)"
5381 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5382 Msg-ID: <Pine.SUN.3.96.980716113128.2651N-100000@newton.phys>
5383 Files: hints/hpux.sh
5384
5385 Title: "update perlbug to v1.26 (from 5.005 beta 1)"
5386 Files: utils/perlbug.PL
5387 Branch: maint-5.004/perl
5388 ! ext/IO/lib/IO/Handle.pm hints/hpux.sh hints/irix_6.sh
5389 ! lib/Math/Complex.pm lib/Math/Trig.pm pod/perlbook.pod
5390 ! pod/perlmod.pod pod/perltrap.pod t/lib/complex.t t/lib/h2ph.t
5391 ! t/lib/trig.t util.c utils/h2ph.PL utils/perlbug.PL
5392____________________________________________________________________________
5393[ 1520] By: TimBunce on 1998/07/15 21:24:12
5394 Log: Assorted patches:
5395
5396 Title: "Add stub attrs.pm"
5397 From: Graham Barr <gbarr@ti.com>, Gurusamy Sarathy <gsar@engin.umich.edu>
5398 Msg-ID: <19980713163312.A18222@asic.sc.ti.com>,
5399 <199807132140.RAA09583@aatma.engin.umich.edu>
5400 Files: MANIFEST lib/attrs.pm
5401
5402 Title: "Fix @a=@a=qw(...)"
5403 From: Gurusamy Sarathy <gsar@engin.umich.edu>, Stephen McCamant
5404 <alias@mcs.com>
5405 Msg-ID: <13737.12300.950886.821143@alias-2.pr.mcs.net>,
5406 <199807122351.TAA05649@aatma.engin.umich.edu>
5407 Files: op.c opcode.pl t/op/array.t
5408
5409 Title: "Fix 'PERL_DESTRUCT_LEVEL=2 ./perl -DD -e 1' loop"
5410 From: Gisle Aas <gisle@aas.no>, Stephen McCamant <alias@mcs.com>
5411 Msg-ID: <13739.55551.205810.338648@alias-2.pr.mcs.net>,
5412 <m33ec4jdwn.fsf@furu.g.aas.no>
5413 Files: sv.c
5414
5415 Title: "Make Power MachTen use vfork() and system malloc()"
5416 From: Dominic Dunlop <domo@computer.org>, Jarkko Hietaniemi <jhi@iki.fi>
5417 Msg-ID: <v03110700b1c95b010820@[195.95.102.91]>
5418 Files: hints/machten.sh malloc.c
5419
5420 Title: "Use REG_INFTY in place of hardwired constant"
5421 From: Dominic Dunlop <domo@computer.org>
5422 Msg-ID: <v03110703b1ca662c44f8@[195.95.102.91]>
5423 Files: regcomp.h regcomp.c regexec.c
5424
5425 Title: "Minor debugger fix (history adds an extra newline)"
5426 From: Tye McQueen <tye@metronet.com>
5427 Msg-ID: <199807151846.AA12653@metronet.com>
5428 Files: lib/perl5db.pl
5429
5430 Title: "Protect Term::ReadLine against non-default $/ value"
5431 From: Ilya Zakharevich <ilya@math.ohio-state.edu>,
5432 kstar@chapin.edu@ig.co.uk ()
5433 Msg-ID: <19980713151749.G8596@O2.chapin.edu>,
5434 <199807132139.RAA11270@monk.mps.ohio-state.edu>
5435 Files: lib/Term/ReadLine.pm
5436
5437 Title: "Fix HP-UX 11 build (cppstdin)"
5438 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5439 Msg-ID: <Pine.SUN.3.96.980715161018.1560D-100000@newton.phys>
5440 Files: Configure hints/hpux.sh
5441
5442 Title: "VMS filetest operator fixup (SS$_ACCONFLICT)"
5443 From: Dan Sugalski <sugalskd@osshe.edu>
5444 Msg-ID: <3.0.5.32.19980702135255.00a6ad90@ous.edu>
5445 Files: vms/vms.c
5446 Branch: maint-5.004/perl
5447 + lib/attrs.pm
5448 ! Configure MANIFEST hints/hpux.sh hints/machten.sh
5449 ! lib/Term/ReadLine.pm lib/perl5db.pl malloc.c op.c opcode.pl
5450 ! regcomp.c regcomp.h regexec.c sv.c t/op/array.t vms/vms.c
5451____________________________________________________________________________
5452[ 1519] By: nick on 1998/07/15 18:56:17
5453 Log: Integrate mainline at beta1
5454 Branch: ansiperl
5455 +> Porting/p4d2p README.mpeix Todo-5.005
5456 +> ext/DynaLoader/dl_mpeix.xs ext/re/hints/mpeix.pl
5457 +> mpeix/mpeixish.h mpeix/nm mpeix/relink perly_c.diff
5458 +> pod/perld4.pod pod/perlport.pod t/lib/ipc_sysv.t
5459 - Todo.5.005 lib/Bundle/CPAN.pm perly.c.diff pod/perldelta4.pod
5460 - t/op/ipcmsg.t t/op/ipcsem.t
5461 !> (integrate 167 files)
5462
5463----------------
7522fed5
A
5464Version 5.004_75 5.005 Public Beta, Issue 1
5465----------------
5466
5467____________________________________________________________________________
993100c2
GS
5468[ 1518] By: gsar on 1998/07/15 10:01:41
5469 Log: add stub docs for ext/B, other minor tweaks
5470 Branch: perl
5471 ! Changes Porting/config_H config_h.SH ext/B/B.pm
5472 ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bblock.pm
5473 ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
5474 ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Showlex.pm
5475 ! ext/B/B/Stackobj.pm ext/B/B/Terse.pm ext/B/O.pm sv.c
5476____________________________________________________________________________
7f20e9dd
GS
5477[ 1517] By: gsar on 1998/07/15 08:27:15
5478 Log: up patchlevel to 75 (Beta, Issue 1), add podpatch
5479 From: abigail@fnx.com
5480 Date: Wed, 15 Jul 1998 04:03:44 -0400 (EDT)
5481 Message-ID: <19980715080344.21975.qmail@betelgeuse.wayne.fnx.com>
5482 Subject: [PATCH 5.004_74] pod/perlop.pod
5483 Branch: perl
5484 ! Changes patchlevel.h pod/perlop.pod win32/Makefile
5485 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5486 ! win32/makefile.mk
5487____________________________________________________________________________
7522fed5
A
5488[ 1516] By: gsar on 1998/07/15 08:04:24
5489 Log: From: abigail@fnx.com
5490 Date: Wed, 15 Jul 1998 03:47:56 EDT
5491 Message-Id: <19980715074756.21868.qmail@betelgeuse.wayne.fnx.com>
5492 Subject: [PATCH 5.004_74] pod/pod2man.PL Fix use of < inside C<>
5493 Branch: perl
5494 ! pod/pod2man.PL
5495____________________________________________________________________________
5496[ 1515] By: gsar on 1998/07/15 08:02:14
5497 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5498 Date: Wed, 15 Jul 1998 03:49:24 EDT
5499 Message-Id: <199807150749.DAA09177@monk.mps.ohio-state.edu>
5500 Subject: [PATCH 5.004_72] Additional targets for OS/2 build
5501 Branch: perl
5502 ! os2/Makefile.SHs
5503____________________________________________________________________________
5504[ 1514] By: gsar on 1998/07/15 07:58:29
5505 Log: rename some long file names to be 8.3 truncation-safe
5506 Branch: perl
5507 +> Todo-5.005 perly_c.diff pod/perld4.pod
5508 - Todo.5.005 perly.c.diff pod/perldelta4.pod
5509 ! MANIFEST Porting/pumpkin.pod perly.fixer
5510____________________________________________________________________________
5511[ 1513] By: gsar on 1998/07/15 07:35:29
5512 Log: minor tweaks to docs on qr//
5513 Branch: perl
5514 ! ext/re/re.pm pod/perldelta.pod pod/perlop.pod pod/perlre.pod
5515____________________________________________________________________________
5516[ 1512] By: gsar on 1998/07/15 07:06:02
5517 Log: applied patch, with tab tweak suggest by Peter Prymmer
5518 From: Dan Sugalski <sugalskd@osshe.edu>
5519 Date: Tue, 14 Jul 1998 16:41:14 -0700
5520 Message-Id: <3.0.5.32.19980714164114.00a3e2a0@ous.edu>
5521 Subject: [PATCH 5.004_74]VMS build cleanups
5522 Branch: perl
5523 ! vms/descrip_mms.template
5524____________________________________________________________________________
5525[ 1511] By: gsar on 1998/07/15 07:03:33
5526 Log: allow perlbug -ok when STDIN it not a tty
5527 From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
5528 Date: Wed, 15 Jul 1998 03:24:56 +0200
5529 Message-Id: <l03130302b1d1b1e7c2a0@[194.222.64.89]>
5530 Subject: Re: [NOT OK] 5.004_74: "make ok" not ok in IRIX 6.2
5531 Branch: perl
5532 ! utils/perlbug.PL
5533____________________________________________________________________________
5534[ 1510] By: gsar on 1998/07/15 06:59:43
5535 Log: From: "Art Green" <Art_Green@mercmarine.com>
5536 Date: Tue, 14 Jul 1998 20:53:48 -0500
5537 Message-ID: <86256642.0004D7AB.00@FDLTest1.mercmarine.com>
5538 Subject: [PATCH]:_74 - Allow Configure to recognize _AIX41 & _POWER compiler defines
5539 Branch: perl
5540 ! Configure
5541____________________________________________________________________________
5542[ 1509] By: gsar on 1998/07/15 06:57:50
5543 Log: typecast long vs. IV compares in pp_flip/pp_flop
5544 Branch: perl
5545 ! pp_ctl.c
5546____________________________________________________________________________
5547[ 1508] By: gsar on 1998/07/15 06:50:49
5548 Log: don't copy foreach itervar when no external refs exist
5549 From: Gisle Aas <gisle@aas.no>
5550 Date: 15 Jul 1998 03:35:25 +0200
5551 Message-ID: <m33ec3nbfm.fsf@furu.g.aas.no>
5552 Subject: Re: Testcase for 1..n closure change
5553 Branch: perl
5554 ! pp_hot.c
5555____________________________________________________________________________
5556[ 1507] By: gsar on 1998/07/15 06:46:41
5557 Log: applied patch, regen headers
5558 From: Stephen McCamant <alias@mcs.com>
5559 Date: Tue, 14 Jul 1998 19:56:47 -0500 (CDT)
5560 Message-ID: <13739.64763.792570.626015@alias-2.pr.mcs.net>
5561 Subject: B::Deparse update for qr// and regcreset
5562 Branch: perl
5563 ! ext/B/B/Deparse.pm opcode.h opcode.pl
5564____________________________________________________________________________
5565[ 1506] By: gsar on 1998/07/15 06:43:04
5566 Log: make pregcomp et al VIRTUAL again for PERL_OBJECT
5567 From: "Douglas Lankshear" <dougl@ActiveState.com>
5568 Date: Tue, 14 Jul 1998 16:40:30 -0700
5569 Message-ID: <000301bdaf80$c93d14a0$a32fa8c0@tau.Active>
5570 Subject: [PATCH 5.004_74]
5571 Branch: perl
5572 ! proto.h
5573____________________________________________________________________________
5574[ 1505] By: gsar on 1998/07/15 06:41:43
5575 Log: dont use sv_dump() in -DD diagnostic
5576 From: Gisle Aas <gisle@aas.no>
5577 Date: 14 Jul 1998 23:55:36 +0200
5578 Message-ID: <m33ec4jdwn.fsf@furu.g.aas.no>
5579 Subject: [PATCH] Fix 'PERL_DESTRUCT_LEVEL=2 ./perl -DD -e 1' loop
5580 Branch: perl
5581 ! sv.c
5582____________________________________________________________________________
5583[ 1504] By: gsar on 1998/07/15 06:39:37
5584 Log: add a few more thread.t tests
5585 Branch: perl
5586 ! t/lib/thread.t
5587____________________________________________________________________________
5588[ 1503] By: gsar on 1998/07/15 06:31:33
5589 Log: fix thread.t ('join $t' ne '$t->join' !)
5590 Branch: perl
5591 ! t/lib/thread.t
5592____________________________________________________________________________
5593[ 1502] By: gsar on 1998/07/15 06:26:00
5594 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
5595 Date: Wed, 15 Jul 1998 01:45:57 +0300 (EET DST)
5596 Message-Id: <199807142245.BAA09651@alpha.hut.fi>
5597 Subject: [PATCH] 5.004_74: MPE/iX final touches
5598 Branch: perl
5599 ! installperl lib/File/Copy.pm
5600____________________________________________________________________________
5601[ 1501] By: gsar on 1998/07/15 05:59:49
5602 Log: apply (reversed) patch
5603 From: Peter Wolfe <wolfe@titan.teloseng.com>
5604 Date: Tue, 14 Jul 1998 13:01:58 -0700 (PDT)
5605 Message-Id: <199807142001.NAA26550@titan.teloseng.com>
5606 Subject: NOT_OK: perl 5.00474 on SCO 3.2v5.0.4
5607 Branch: perl
5608 ! ext/IPC/SysV/SysV.xs
5609____________________________________________________________________________
5610[ 1500] By: gsar on 1998/07/15 05:57:39
5611 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5612 Date: Tue, 14 Jul 1998 14:14:59 -0400 (EDT)
5613 Message-Id: <Pine.SUN.3.96.980714141346.29710D-100000@newton.phys>
5614 Subject: [PATCH 5.004_74] Config_74-01
5615 Branch: perl
5616 ! Configure MANIFEST Porting/Glossary Porting/config.sh
5617 ! Porting/config_H Porting/pumpkin.pod config_h.SH
5618 ! vms/subconfigure.com win32/config.bc win32/config.gc
5619 ! win32/config.vc
5620____________________________________________________________________________
5621[ 1499] By: gsar on 1998/07/15 05:48:38
5622 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
5623 Date: Tue, 14 Jul 1998 21:35:02 +0300 (EET DST)
5624 Message-Id: <199807141835.VAA09030@alpha.hut.fi>
5625 Subject: [PATCH] 5.004_74: trig.t: math inaccuracy fudge for unicos
5626 Branch: perl
5627 ! t/lib/trig.t
5628____________________________________________________________________________
5629[ 1498] By: gsar on 1998/07/15 05:47:33
5630 Log: -w, strict clean perldoc (via PM)
5631 From: Robin Barker <rmb1@cise.npl.co.uk>
5632 Date: Tue, 14 Jul 98 17:22:01 BST
5633 Message-Id: <18695.9807141622@tempest.cise.npl.co.uk>
5634 Subject: [PATCH 5.004_74] perldoc.PL
5635 Branch: perl
5636 ! utils/perldoc.PL
5637____________________________________________________________________________
5638[ 1497] By: gsar on 1998/07/15 05:35:54
5639 Log: add comment about cpprun etc., to hints/hpux.sh
5640 Branch: perl
5641 ! hints/hpux.sh
5642____________________________________________________________________________
5643[ 1496] By: gsar on 1998/07/15 05:15:16
5644 Log: fix warning from CGI::Carp
5645 Branch: perl
5646 ! lib/CGI/Carp.pm
5647____________________________________________________________________________
5648[ 1495] By: gsar on 1998/07/14 23:47:18
5649 Log: fix off-by-one in win32 registry handling
5650 From: "Douglas Lankshear" <dougl@ActiveState.com>
5651 Date: Tue, 14 Jul 1998 07:39:06 -0700
5652 Message-ID: <000401bdaf35$27489e80$a32fa8c0@tau.Active>
5653 Subject: [PATCH 5.004_73]
5654 Branch: perl
5655 ! win32/win32.c
5656____________________________________________________________________________
5657[ 1494] By: gsar on 1998/07/14 23:45:58
5658 Log: doc patches from Gisle Aas <gisle@aas.no>
5659 Date: 14 Jul 1998 16:18:31 +0200
5660 Message-ID: <m33ec4cy88.fsf@furu.g.aas.no>
5661 Subject: [PATCH] substr/splice changes for perldelta.pod
5662 --
5663 Date: 14 Jul 1998 20:31:27 +0200
5664 Message-ID: <m3hg0kqo74.fsf@furu.g.aas.no>
5665 Subject: [PATCH] Duplicate description of use integer %
5666 Branch: perl
5667 ! pod/perldelta.pod pod/perlop.pod
5668____________________________________________________________________________
5669[ 1493] By: gsar on 1998/07/14 23:39:31
5670 Log: File/Spec.pm needs trailing newline
5671 Branch: perl
5672 ! lib/File/Spec.pm
5673____________________________________________________________________________
5674[ 1492] By: gsar on 1998/07/14 21:43:03
5675 Log: unsubmitted _74 tweaks
5676 Branch: perl
5677 ! Changes mpeix/nm mpeix/relink pod/perldelta.pod
5678 ! pod/perldiag.pod
5679
5680----------------
5681Version 5.004_74
b83ac84c
GS
5682----------------
5683
5684____________________________________________________________________________
4fe4fdb3
GS
5685[ 1491] By: gsar on 1998/07/14 08:48:28
5686 Log: up patchlevel to 74; introduce distinct archname for PERL_OBJECT
5687 Branch: perl
5688 ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
5689 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5690 ! win32/makefile.mk
5691____________________________________________________________________________
b83ac84c
GS
5692[ 1490] By: gsar on 1998/07/14 08:31:13
5693 Log: From: Gisle Aas <gisle@aas.no>
5694 Date: 14 Jul 1998 10:20:34 +0200
5695 Message-Id: <m3hg0k973h.fsf@furu.g.aas.no>
5696 Subject: [PATCH] Make -DP work (and readable)
5697 Branch: perl
5698 ! run.c
5699____________________________________________________________________________
5700[ 1489] By: gsar on 1998/07/14 08:23:46
5701 Log: fix function parameter autovivification for pseudohashes
5702 Branch: perl
5703 ! mg.c t/op/avhv.t
5704____________________________________________________________________________
5705[ 1488] By: gsar on 1998/07/14 07:34:45
5706 Log: merge changes#1423,1465 from maintbranch; checkin two missed files
5707 from earlier changes#1461,1478
5708 Branch: perl
5709 ! pod/perldiag.pod pod/perlfunc.pod pod/perlop.pod pp_sys.c
5710 ! t/TEST t/lib/thread.t t/op/local.t t/op/pat.t t/op/regexp.t
5711 ! t/op/substr.t t/op/vec.t
5712____________________________________________________________________________
5713[ 1487] By: gsar on 1998/07/14 07:04:54
5714 Log: tweak t/lib/thread.t
5715 Branch: perl
5716 ! t/lib/thread.t
5717____________________________________________________________________________
5718[ 1486] By: gsar on 1998/07/14 06:38:15
5719 Log: applied patch, slightly tweaked
5720 From: Dan Sugalski <sugalskd@osshe.edu>
5721 Date: Mon, 13 Jul 1998 11:52:27 -0700
5722 Message-Id: <3.0.5.32.19980713115227.00a73970@ous.edu>
5723 Subject: [PATCH 5.004_73]Get re module working on VMS
5724 Branch: perl
5725 ! ext/re/Makefile.PL perl.h proto.h
5726____________________________________________________________________________
5727[ 1485] By: gsar on 1998/07/14 06:32:58
5728 Log: add Porting/p4d2p
5729 Branch: perl
5730 + Porting/p4d2p
5731 ! MANIFEST
5732____________________________________________________________________________
5733[ 1484] By: gsar on 1998/07/14 06:08:20
5734 Log: doc patches from Tom Christiansen <tchrist@chthon.perl.com> (via PM)
5735 Date: Mon, 13 Jul 1998 19:09:09 -0600
5736 Message-Id: <199807140109.TAA04678@chthon.perl.com>
5737 Subject: perlmod.pod patch
5738 --
5739 Date: Mon, 13 Jul 1998 18:37:07 -0600
5740 Message-Id: <199807140037.SAA04556@chthon.perl.com>
5741 Subject: perlbook.pod patch
5742 Branch: perl
5743 ! pod/perlbook.pod pod/perlmod.pod
5744____________________________________________________________________________
5745[ 1483] By: gsar on 1998/07/14 06:04:25
5746 Log: OS/2 update
5747 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5748 Message-Id: <199807132336.TAA12967@monk.mps.ohio-state.edu>
5749 Date: Mon, 13 Jul 1998 19:36:05 -0400 (EDT)
5750 Subject: [PATCH 5.004_72] OS/2 system() and friends additions
5751 Branch: perl
5752 ! README.os2 hints/os2.sh os2/Changes os2/os2.c t/op/magic.t
5753____________________________________________________________________________
5754[ 1482] By: gsar on 1998/07/14 06:01:12
5755 Log: more VMS patches from Dan Sugalski <sugalskd@osshe.edu>
5756 Date: Mon, 13 Jul 1998 16:37:49 -0700
5757 Message-Id: <3.0.5.32.19980713163749.00af1c40@ous.edu>
5758 Subject: [PATCH 5.004_73]t/io/iprefix.t patch for VMS
5759 --
5760 Date: Mon, 13 Jul 1998 15:51:09 -0700
5761 Message-Id: <3.0.5.32.19980713155109.00a52c30@ous.edu>
5762 Subject: [PATCH5.004_73]Tweak t/lib/cgi-html.t to work on VMS
5763 Branch: perl
5764 ! t/io/iprefix.t t/lib/cgi-html.t
5765____________________________________________________________________________
5766[ 1481] By: gsar on 1998/07/14 05:57:36
5767 Log: From: Dan Sugalski <sugalskd@osshe.edu>
5768 Date: Mon, 13 Jul 1998 15:41:53 -0700
5769 Message-Id: <3.0.5.32.19980713154153.00a87be0@ous.edu>
5770 Subject: [PATCH 5.004_73]Fix t/base/rs.t test failures on VMS
5771 Branch: perl
5772 ! t/base/rs.t
5773____________________________________________________________________________
5774[ 1480] By: gsar on 1998/07/14 05:56:14
5775 Log: From: Dan Sugalski <sugalskd@osshe.edu>
5776 Message-Id: <3.0.5.32.19980713150427.00b2a540@ous.edu>
5777 Date: Mon, 13 Jul 1998 15:04:27 -0700
5778 Subject: [PATCH 5.004_73]Thread tweak for VMS.C
5779 Branch: perl
5780 ! vms/vms.c
5781____________________________________________________________________________
5782[ 1479] By: gsar on 1998/07/14 05:55:13
5783 Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
5784 Date: Mon, 13 Jul 1998 23:13:43 +0200
5785 Message-ID: <19980713231343.A178@cdata.tvnet.hu>
5786 Subject: [PATCH _72] Configure problem on dos-djgpp
5787 Branch: perl
5788 ! Configure
5789____________________________________________________________________________
5790[ 1478] By: gsar on 1998/07/14 05:53:08
5791 Log: add files and tweaks needed for MPE/iX port (via PM)
5792 From: Jarkko Hietaniemi <jhi@iki.fi>
5793 Date: Tue, 14 Jul 1998 00:07:30 +0300 (EET DST)
5794 Message-Id: <199807132107.AAA20603@alpha.hut.fi>
5795 Subject: MPE/iX patches for _73
5796 Branch: perl
5797 + README.mpeix ext/DynaLoader/dl_mpeix.xs ext/re/hints/mpeix.pl
5798 + mpeix/mpeixish.h mpeix/nm mpeix/relink
5799 ! MANIFEST ext/Socket/Socket.xs hints/mpeix.sh installperl
5800 ! lib/File/Copy.pm perl.c perl.h pod/perldelta.pod
5801____________________________________________________________________________
5802[ 1477] By: gsar on 1998/07/14 04:23:28
5803 Log: added suggested patch (via PM), tweaked to implicitly specify -DDEBUGGING
5804 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5805 Date: Mon, 13 Jul 1998 16:50:55 -0400 (EDT)
5806 Message-Id: <Pine.SUN.3.96.980713164922.28314B-100000@newton.phys>
5807 Subject: Re: _70 and Devel::RE
5808 Branch: perl
5809 ! ext/re/Makefile.PL ext/re/re.xs regcomp.c regexec.c
5810____________________________________________________________________________
5811[ 1476] By: gsar on 1998/07/14 04:06:25
5812 Log: minor Configure nits
5813 From: Jarkko Hietaniemi <jhi@iki.fi>
5814 Date: Mon, 13 Jul 1998 23:25:27 +0300 (EET DST)
5815 Message-Id: <199807132025.XAA10771@alpha.hut.fi>
5816 Subject: Configure patches for MVS (and one x2p/Makefile.SH)
5817 Branch: perl
5818 ! Configure x2p/Makefile.SH
5819____________________________________________________________________________
5820[ 1475] By: gsar on 1998/07/14 03:59:56
5821 Log: From: Dan Sugalski <sugalskd@osshe.edu>
5822 Date: Mon, 13 Jul 1998 12:54:19 -0700
5823 Message-Id: <3.0.5.32.19980713125419.009e0100@ous.edu>
5824 Subject: [PATCH 5.004_73] Fixes to the VMS configuration system
5825 Branch: perl
5826 ! vms/munchconfig.c vms/subconfigure.com
5827____________________________________________________________________________
5828[ 1474] By: gsar on 1998/07/14 03:58:13
5829 Log: make Term::Readline::get_line() independent of caller's $/
5830 From: kstar@chapin.edu
5831 Date: Mon, 13 Jul 1998 15:17:49 -0400
5832 Message-ID: <19980713151749.G8596@O2.chapin.edu>
5833 Subject: [PATCH] Was: CPAN.pm still fails
5834 Branch: perl
5835 ! lib/Term/ReadLine.pm
5836____________________________________________________________________________
5837[ 1473] By: gsar on 1998/07/14 03:55:29
5838 Log: fix $trnl interpolation in here-docs (via PM)
5839 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5840 Date: Mon, 13 Jul 1998 15:49:00 -0400 (EDT)
5841 Message-Id: <Pine.SUN.3.96.980713151243.28129F-100000@newton.phys>
5842 Subject: Re: [PATCH] 5.004_73: Re: Configure/trnl craziness
5843 Branch: perl
5844 ! Configure
5845____________________________________________________________________________
5846[ 1472] By: gsar on 1998/07/14 03:50:18
5847 Log: From: Dominic Dunlop <domo@ppp52.vo.lu>
5848 Date: Mon, 13 Jul 1998 15:55:09 +0100 (WET DST)
5849 Message-Id: <199807131455.PAA23621@ppp52.vo.lu>
5850 Subject: Not OK: perl 5.00473 on powerpc-machten 4.1 [PATCH 5.004_73]
5851 Branch: perl
5852 ! hints/machten.sh
5853____________________________________________________________________________
5854[ 1471] By: gsar on 1998/07/14 03:49:07
5855 Log: From: Dan Sugalski <sugalskd@osshe.edu>
5856 Message-Id: <3.0.5.32.19980713123005.00b6be50@ous.edu>
5857 Date: Mon, 13 Jul 1998 12:30:05 -0700
5858 Subject: [PATCH 5.004_73] Add Data::Dumper and re modules to VMS config stuff
5859 Branch: perl
5860 ! configure.com vms/descrip_mms.template
5861____________________________________________________________________________
5862[ 1470] By: gsar on 1998/07/14 03:40:14
5863 Log: consistently refer to functions as C<foo()>
5864 From: abigail@fnx.com
5865 Date: Mon, 13 Jul 1998 03:04:24 -0400 (EDT)
5866 Message-ID: <19980713070424.19841.qmail@betelgeuse.wayne.fnx.com>
5867 Subject: Re: [PATCH 5.004_71] pod/perlfunc.pod
5868 Branch: perl
5869 ! pod/perlfunc.pod
5870____________________________________________________________________________
5871[ 1469] By: gsar on 1998/07/14 03:35:06
5872 Log: From: Tom Hughes <thh@cyberscience.com>
5873 Date: 13 Jul 1998 09:34:16 +0100
5874 Message-ID: <yekk95i175j.fsf@elva.cyberscience.com>
5875 Subject: [PATCH 5.004_72] Fix d_Gconvert definition in hints/svr4.sh
5876 Branch: perl
5877 ! hints/svr4.sh
5878____________________________________________________________________________
5879[ 1468] By: gsar on 1998/07/14 03:34:03
5880 Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
5881 Date: 13 Jul 1998 11:16:27 +0200
5882 Message-ID: <sfc90lyqff8.fsf@dubravka.in-berlin.de>
5883 Subject: Parallel Makefiles
5884 Branch: perl
5885 ! lib/ExtUtils/MM_Unix.pm
5886____________________________________________________________________________
5887[ 1467] By: gsar on 1998/07/14 03:31:39
5888 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5889 Date: Mon, 13 Jul 1998 00:12:19 -0400 (EDT)
5890 Message-Id: <199807130412.AAA27128@monk.mps.ohio-state.edu>
5891 Subject: [PATCH 5.004_72] t/io/pipe.t - completely broken?
5892 Branch: perl
5893 ! t/io/pipe.t
5894____________________________________________________________________________
5895[ 1466] By: gsar on 1998/07/14 03:29:25
5896 Log: minor tweaks to perldelta and README.win32
5897 Branch: perl
5898 ! Changes README.win32 pod/perldelta.pod
5899____________________________________________________________________________
5900[ 1465] By: TimBunce on 1998/07/13 21:33:45
5901 Log: Assorted patches:
5902
5903 Title: "Fix string substitution returncode problem"
5904 From: Dominic Dunlop <domo@vo.lu>, Gurusamy Sarathy <gsar@engin.umich.edu>
5905 Msg-ID: <199805271236.IAA28213@aatma.engin.umich.edu>,
5906 <v03110700b191a557f041@[195.95.102.114]>
5907 Files: pp_hot.c
5908
5909 Title: "umask EXPR is fatal only if (EXPR & 0700) > 0"
5910 From: Gurusamy Sarathy <gsar@engin.umich.edu>
5911 Msg-ID: <199807111656.MAA03310@aatma.engin.umich.edu>
5912 Files: pod/perldiag.pod pp_sys.c
5913
5914 Title: "Remove reference to qsort from perlfunc.pod"
5915 From: Gurusamy Sarathy <gsar@engin.umich.edu>
5916 Msg-ID: <199807111923.PAA05124@aatma.engin.umich.edu>
5917 Files: pod/perlfunc.pod
5918
5919 Title: "Deprecate AvFILL in favor of av_len()"
5920 From: Gurusamy Sarathy <gsar@engin.umich.edu>
5921 Msg-ID: <199807111945.PAA05489@aatma.engin.umich.edu>
5922 Files: pod/perlguts.pod
5923
5924 Title: "Further clarify effects of using quotes with m operator"
5925 From: Gurusamy Sarathy <gsar@engin.umich.edu>
5926 Msg-ID: <199806201921.PAA03829@aatma.engin.umich.edu>
5927 Files: pod/perlop.pod
5928
5929 Title: "Add PERL_DESTRUCT_LEVEL=2 to test suite"
5930 From: Tim Bunce
5931 Files: t/TEST t/op/local.t t/op/pat.t t/op/regexp.t t/op/substr.t t/op/vec.t
5932 Branch: maint-5.004/perl
5933 ! pod/perldiag.pod pod/perlfunc.pod pod/perlguts.pod
5934 ! pod/perlop.pod pp_hot.c pp_sys.c t/TEST t/op/local.t
5935 ! t/op/pat.t t/op/regexp.t t/op/substr.t t/op/vec.t toke.c
5936
5937----------------
5938Version 5.004_73
05fc92f1
GS
5939----------------
5940
5941____________________________________________________________________________
1a159553
GS
5942[ 1464] By: gsar on 1998/07/13 04:41:07
5943 Log: up patchlevel to 73, update Changes &c.
5944 Branch: perl
5945 ! Changes patchlevel.h pod/perlhist.pod t/op/array.t
5946 ! win32/Makefile win32/config_H.bc win32/config_H.gc
5947 ! win32/config_H.vc win32/makefile.mk
5948____________________________________________________________________________
05fc92f1
GS
5949[ 1463] By: gsar on 1998/07/13 02:58:51
5950 Log: avoid empty rm -f in MM_Unix.pm
5951 Branch: perl
5952 ! lib/ExtUtils/MM_Unix.pm
5953____________________________________________________________________________
5954[ 1462] By: gsar on 1998/07/13 02:54:52
5955 Log: update perldelta
5956 Branch: perl
5957 ! pod/perldelta.pod
5958____________________________________________________________________________
5959[ 1461] By: gsar on 1998/07/13 02:44:30
5960 Log: added patch, tweaked PERL_OBJECT things
5961 From: Graham Barr <gbarr@pobox.com>
5962 Date: Sun, 12 Jul 1998 19:57:47 CDT
5963 Message-Id: <19980712195747.C493@pobox.com>
5964 Subject: [ PATCH perl5.004_72] patch to add qr//
5965 Branch: perl
5966 ! dump.c embed.h ext/Opcode/Opcode.pm global.sym globals.c
5967 ! keywords.h keywords.pl op.c op.h opcode.h opcode.pl
5968 ! pod/perlfunc.pod pp.c pp_hot.c pp_proto.h proto.h regcomp.c
5969 ! regexp.h sv.c t/op/pat.t toke.c
5970____________________________________________________________________________
5971[ 1460] By: gsar on 1998/07/13 01:25:07
5972 Log: add a few more PURIFY guards
5973 Branch: perl
5974 ! av.c sv.c
5975____________________________________________________________________________
5976[ 1459] By: gsar on 1998/07/12 23:38:31
5977 Log: add tests for change#1458 and then some
5978 Branch: perl
5979 ! t/op/array.t
5980____________________________________________________________________________
5981[ 1458] By: gsar on 1998/07/12 22:42:47
5982 Log: apply patch for smarter AASSIGN_COMMON detection; regen headers
5983 From: Stephen McCamant <alias@mcs.com>
5984 Date: Sun, 12 Jul 1998 17:17:00 CDT
5985 Message-Id: <13737.12300.950886.821143@alias-2.pr.mcs.net>
5986 Subject: [PATCH] @a=@a=qw(1) not working, both 5.004_04 and 5.004_71
5987 Branch: perl
5988 ! op.c opcode.h opcode.pl
5989____________________________________________________________________________
5990[ 1457] By: gsar on 1998/07/12 22:06:05
5991 Log: small tweaks from Jarkko Hietaniemi <jhi@cc.hut.fi>
5992 Branch: perl
5993 ! Configure Makefile.SH ext/Socket/Socket.xs perl.c
5994____________________________________________________________________________
5995[ 1456] By: gsar on 1998/07/12 21:56:39
5996 Log: From: Doug MacEachern <dougm@pobox.com>
5997 Date: Sun, 12 Jul 1998 14:29:29 -0400
5998 Message-Id: <199807121829.OAA00525@postman.opengroup.org>
5999 Subject: [PATCH 5.004_72] Embed.pm support for PERL_OBJECT
6000 Branch: perl
6001 ! lib/ExtUtils/Embed.pm
6002____________________________________________________________________________
6003[ 1455] By: gsar on 1998/07/12 21:54:02
6004 Log: applied installperl patch, corrected other little nits
6005 From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
6006 Date: 12 Jul 1998 16:27:21 +0200
6007 Message-ID: <sfcn2afrvp2.fsf@dubravka.in-berlin.de>
6008 Subject: [5.004_72] installperl tweak
6009 Branch: perl
6010 ! Changes Configure README.win32 installperl win32/makefile.mk
6011____________________________________________________________________________
6012[ 1454] By: gsar on 1998/07/12 10:14:24
6013 Log: update MANIFEST, Changes
6014 Branch: perl
6015 - lib/Bundle/CPAN.pm
6016 ! Changes MANIFEST
6017
6018----------------
6019Version 5.004_72
1703fc65
GS
6020----------------
6021
6022____________________________________________________________________________
f16f1ef3
GS
6023[ 1453] By: gsar on 1998/07/12 10:04:33
6024 Log: merge changes 1424, 1428 from maintbranch
6025 Branch: perl
6026 ! Porting/makerel ext/re/re.pm lib/Sys/Syslog.pm
6027____________________________________________________________________________
6028[ 1452] By: gsar on 1998/07/12 09:46:40
6029 Log: patchlevel up to 72, update Changes, minor tweaks to win32/config*
6030 and README.win32
6031 Branch: perl
6032 ! Changes README.win32 patchlevel.h win32/Makefile
6033 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6034 ! win32/makefile.mk
6035____________________________________________________________________________
9036c72f
GS
6036[ 1451] By: gsar on 1998/07/12 07:01:26
6037 Log: generic Configure mods and HAS_GROUP additions to help MiNT/MPEix/MVS
6038 From: Jarkko Hietaniemi <jhi@iki.fi>
6039 Date: Sat, 11 Jul 1998 17:51:07 +0300 (EET DST)
6040 Message-Id: <199807111451.RAA27010@alpha.hut.fi>
6041 Subject: M3 "generic" parts
6042 Branch: perl
6043 ! Configure Makefile.SH config_h.SH ext/POSIX/POSIX.xs
6044 ! ext/SDBM_File/sdbm/sdbm.h lib/ExtUtils/MM_Unix.pm
6045 ! makedepend.SH mv-if-diff perl.h plan9/plan9ish.h pp_sys.c
6046 ! unixish.h vms/subconfigure.com vms/vmsish.h win32/config_H.bc
6047 ! win32/config_H.gc x2p/Makefile.SH
6048____________________________________________________________________________
6049[ 1450] By: gsar on 1998/07/12 06:38:27
6050 Log: various tweaks for PERL_OBJECT build & test
6051 Branch: perl
6052 ! globals.c iperlsys.h win32/GenCAPI.pl win32/Makefile
6053 ! win32/makefile.mk win32/win32.c win32/win32iop.h
6054____________________________________________________________________________
6055[ 1449] By: gsar on 1998/07/12 06:29:23
6056 Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
6057 Date: 12 Jul 1998 08:22:16 +0200
6058 Message-Id: <sfck95jtwpz.fsf@dubravka.in-berlin.de>
6059 Subject: [5.004_71] Patch: let CPAN.pm work with threaded perl
6060 Branch: perl
6061 ! lib/CPAN.pm lib/SelfLoader.pm
6062____________________________________________________________________________
6063[ 1448] By: gsar on 1998/07/12 05:10:50
6064 Log: make RE engine threadsafe; -Dusethreads builds, tests on Solaris,
6065 and runs regexes in 1000s of threads without crashing; also fixed
6066 statcache not being thread-local
6067 Branch: perl
6068 ! embed.h embedvar.h ext/Thread/Thread.xs ext/re/re.xs
6069 ! intrpvar.h op.c perl.c pp_ctl.c regcomp.c regexec.c sv.c
6070 ! t/lib/thread.t thrdvar.h util.c
6071____________________________________________________________________________
6072[ 1447] By: gsar on 1998/07/12 02:40:45
6073 Log: From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
6074 Date: Sun, 12 Jul 1998 03:23:04 +0200
6075 Message-Id: <l03130300b1cdbff87621@[194.222.64.89]>
6076 Subject: Re: perlbug doesn't check that save succeeded
6077 Branch: perl
6078 ! utils/perlbug.PL
6079____________________________________________________________________________
6080[ 1446] By: gsar on 1998/07/12 02:39:24
6081 Log: be generous about CRs
6082 From: larry@wall.org (Larry Wall)
6083 Date: Sat, 11 Jul 1998 17:54:21 PDT
6084 Message-Id: <199807120054.RAA19550@wall.org>
6085 Subject: [PATCH _71] CRs et al
6086 Branch: perl
6087 ! toke.c
6088____________________________________________________________________________
6089[ 1445] By: gsar on 1998/07/12 02:11:16
6090 Log: fix pp_caller() to fully traverse stacklevels
6091 Branch: perl
6092 ! objpp.h pp_ctl.c proto.h t/op/runlevel.t
6093____________________________________________________________________________
6094[ 1444] By: gsar on 1998/07/11 23:43:37
6095 Log: add patch, along with all the missing bits, and doc tweaks
6096 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6097 Date: Thu, 9 Jul 1998 18:47:25 -0400 (EDT)
6098 Message-Id: <199807092247.SAA06314@monk.mps.ohio-state.edu>
6099 Subject: Re: [PATCH 5.004_71] Secure RE update
6100 Branch: perl
6101 ! ObjXSub.h embed.h embedvar.h ext/Opcode/Opcode.pm ext/re/re.pm
6102 ! global.sym globals.c interp.sym intrpvar.h op.c opcode.h
6103 ! opcode.pl pp_ctl.c pp_proto.h regcomp.c sv.c t/op/misc.t
6104 ! t/op/pat.t t/op/subst.t
6105____________________________________________________________________________
6106[ 1443] By: gsar on 1998/07/11 23:08:14
6107 Log: tweak to get BSDI to build IPC/SysV
6108 From: Jarkko Hietaniemi <jhi@cc.hut.fi>
6109 Date: 11 Jul 1998 16:26:44 +0300
6110 Message-ID: <oeeww9kecx7.fsf@alpha.hut.fi>
6111 Subject: Re: NOT OK: perl5.004_71 on BSDI 3.1
6112 Branch: perl
6113 ! ext/IPC/SysV/SysV.xs
6114____________________________________________________________________________
6115[ 1442] By: gsar on 1998/07/11 23:03:39
6116 Log: fix closures in optimized C<for (1..5)> (only the tests are in this
6117 change, the pp_hot.c fix accidentally went in change#1441)
6118 Branch: perl
6119 ! t/op/closure.t
6120____________________________________________________________________________
6121[ 1441] By: gsar on 1998/07/11 22:35:40
6122 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6123 Date: Sat, 11 Jul 1998 18:21:21 -0400 (EDT)
6124 Message-Id: <199807112221.SAA03221@monk.mps.ohio-state.edu>
6125 Subject: [PATCH 5.004_71] Update os2's OS2::Process
6126 Branch: perl
6127 ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
6128 ! os2/OS2/Process/Process.xs pp_hot.c
6129____________________________________________________________________________
6130[ 1440] By: gsar on 1998/07/11 19:41:59
6131 Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
6132 Date: 11 Jul 1998 17:00:21 +0200
6133 Message-ID: <sfc1zrsxwje.fsf@dubravka.in-berlin.de>
6134 Subject: [perl5.004_71] Patch: change MakeMaker default compress --> gzip
6135 Branch: perl
6136 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
6137____________________________________________________________________________
6138[ 1439] By: gsar on 1998/07/11 19:36:58
6139 Log: export newRV_noinc on win32, deprecate AvFILL in favor of av_len()
6140 Branch: perl
6141 ! pod/perlguts.pod win32/makedef.pl
6142____________________________________________________________________________
6143[ 1438] By: gsar on 1998/07/11 19:14:21
6144 Log: applied patch for perlfunc tweaks, removed reference to system qsort()
6145 From: abigail@fnx.com
6146 Date: Sat, 11 Jul 1998 04:20:54 -0400 (EDT)
6147 Message-ID: <19980711082054.2184.qmail@betelgeuse.wayne.fnx.com>
6148 Subject: [PATCH 5.004_71] pod/perlfunc.pod
6149 Branch: perl
6150 ! pod/perlfunc.pod
6151____________________________________________________________________________
6152[ 1437] By: gsar on 1998/07/11 19:05:00
6153 Log: From: abigail@fnx.com
6154 Date: Sat, 11 Jul 1998 04:09:57 -0400 (EDT)
6155 Message-ID: <19980711080957.2106.qmail@betelgeuse.wayne.fnx.com>
6156 Subject: [PATCH 5.004_71] pod/pod2man.PL
6157 Branch: perl
6158 ! pod/pod2man.PL
6159____________________________________________________________________________
6160[ 1436] By: gsar on 1998/07/11 18:58:03
6161 Log: more complete version of change#1421
6162 From: Stephen McCamant <alias@mcs.com>
6163 Date: Fri, 10 Jul 1998 23:46:46 -0500 (CDT)
6164 Message-ID: <13734.58994.735473.859218@alias-2.pr.mcs.net>
6165 Subject: [PATCH] Re: B::Deparse for(1..100000)
6166 Branch: perl
6167 ! ext/B/B/Deparse.pm
6168____________________________________________________________________________
6169[ 1435] By: gsar on 1998/07/11 18:54:42
6170 Log: win32 fixes for VC 6.0 nits
6171 Branch: perl
6172 ! ext/Data/Dumper/Dumper.xs win32/Makefile win32/makefile.mk
6173 ! win32/win32.h
6174____________________________________________________________________________
6175[ 1434] By: gsar on 1998/07/11 18:45:32
6176 Log: s/AVHV/pseudo-hash/ (via PM)
6177 From: Gisle Aas <gisle@aas.no>
6178 Date: 11 Jul 1998 00:16:53 +0200
6179 Message-ID: <m3hg0pbbca.fsf@furu.g.aas.no>
6180 Subject: [PATCH] trivial fields.pm doc patch
6181 Branch: perl
6182 ! lib/fields.pm
6183____________________________________________________________________________
6184[ 1433] By: gsar on 1998/07/11 18:43:11
6185 Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
6186 Date: Fri, 10 Jul 1998 23:12:11 +0200
6187 Message-ID: <19980710231211.A161@cdata.tvnet.hu>
6188 Subject: [PATCH _71] dos-djgpp update
6189 Branch: perl
6190 ! Configure djgpp/config.over djgpp/djgppsed.sh djgpp/fixpmain
6191____________________________________________________________________________
6192[ 1432] By: gsar on 1998/07/11 18:41:00
6193 Log: applied patch, reformatted long lines in places
6194 From: Dominic Dunlop <domo@computer.org>
6195 Date: Fri, 10 Jul 1998 23:11:30 +0000
6196 Message-Id: <v03110703b1cc32a02438@[195.95.102.91]>
6197 Subject: [PATCH 5.004_71] Re: Document "count exceeded" regular expression
6198 warning
6199 Branch: perl
6200 ! pod/perldiag.pod regexec.c
6201____________________________________________________________________________
6202[ 1431] By: gsar on 1998/07/11 18:29:18
6203 Log: From: "John L. Allen" <allen@grumman.com>
6204 Date: Fri, 10 Jul 1998 13:57:01 -0400 (EDT)
6205 Message-ID: <Pine.SOL.3.91.980710134236.15717A-100000@gateway.grumman.com>
6206 Subject: [PATCH]: _71 & _04 - Make AIX hints preserve ccflags as per docs
6207 Branch: perl
6208 ! hints/aix.sh
6209____________________________________________________________________________
6210[ 1430] By: TimBunce on 1998/07/11 18:15:09
6211 Log: Title: "Fix string substitution returncode problem"
6212 From: Dominic Dunlop <domo@vo.lu>, Gurusamy Sarathy <gsar@engin.umich.edu>
6213 Msg-ID: <199805271236.IAA28213@aatma.engin.umich.edu>,
6214 <v03110700b191a557f041@[195.95.102.114]>
6215 Files: pp_hot.c
6216 Branch: maint-5.004/perl
6217 ! pp_hot.c
6218____________________________________________________________________________
6219[ 1429] By: gsar on 1998/07/11 18:07:52
6220 Log: applied patch, tweaked doc and code that does labels/indentation
6221 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6222 Date: Thu, 9 Jul 1998 21:39:40 -0400 (EDT)
6223 Message-Id: <199807100139.VAA08617@monk.mps.ohio-state.edu>
6224 Subject: [PATCH 5.004_71] perldebug.pod and RE
6225 Branch: perl
6226 ! pod/perldebug.pod regcomp.c regexec.c
6227____________________________________________________________________________
6228[ 1428] By: TimBunce on 1998/07/11 17:45:56
6229 Log: Assorted patches:
6230
6231 Title: "makerel now reads local patch list from patchlevel.h"
6232 Files: patchlevel.h Porting/makerel
6233
6234 Title: "pod/pod2man.PL"
6235 From: abigail@fnx.com
6236 Msg-ID: <19980711080957.2106.qmail@betelgeuse.wayne.fnx.com>
6237 Files: pod/pod2man.PL
6238
6239 Title: "Clarify taint example in re.pm"
6240 From: Tom Phoenix <rootbeer@teleport.com>
6241 Msg-ID: <Pine.GSO.3.96.980623155803.3227X-100000@user2.teleport.com>
6242 Files: lib/re.pm
6243
6244 Title: "Anohter ptags improvement"
6245 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6246 Msg-ID: <199807070059.UAA28815@monk.mps.ohio-state.edu>
6247 Files: emacs/ptags
6248
6249 Title: "_71 & _04 - Make AIX hints preserve ccflags as per docs"
6250 From: "John L. Allen" <allen@grumman.com>
6251 Msg-ID: <Pine.SOL.3.91.980710134236.15717A-100000@gateway.grumman.com>
6252 Files: hints/aix.sh
6253 Branch: maint-5.004/perl
6254 ! Porting/makerel emacs/ptags hints/aix.sh lib/re.pm
6255 ! patchlevel.h pod/pod2man.PL
6256____________________________________________________________________________
6257[ 1427] By: gsar on 1998/07/11 17:04:47
6258 Log: make Liblist return consistently backslashed paths
6259 Branch: perl
6260 ! lib/ExtUtils/Liblist.pm
6261____________________________________________________________________________
6262[ 1426] By: gsar on 1998/07/11 16:53:56
6263 Log: don't 'touch a2p.c', it might readonly (via PM)
6264 From: Robin Barker <rmb1@cise.npl.co.uk>
6265 Date: Fri, 10 Jul 98 17:19:54 BST
6266 Message-Id: <20430.9807101619@tempest.cise.npl.co.uk>
6267 Branch: perl
6268 ! x2p/Makefile.SH
6269____________________________________________________________________________
6270[ 1425] By: TimBunce on 1998/07/11 16:42:26
6271 Log: Title: "Add newCONSTSUB (from 5.005_70)"
6272 Files: embed.h proto.h global.sym op.c
6273 Branch: maint-5.004/perl
6274 ! embed.h global.sym op.c proto.h
6275____________________________________________________________________________
6276[ 1424] By: TimBunce on 1998/07/11 16:20:21
6277 Log: Title: "Assorted fixes for Sys::Syslog.pm"
6278 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Sean Robinson
6279 <ROBINSON_S@sc.maricopa.edu>, Tim.Bunce@ig.co.uk
6280 Msg-ID: <01IXGLISWJ7Q0001B6@sc.maricopa.edu>,
6281 <199805270939.KAA08453@toad.ig.co.uk>,
6282 <E0yeHPI-00047D-00@taurus.cus.cam.ac.uk>
6283 Files: lib/Sys/Syslog.pm
6284 Branch: maint-5.004/perl
6285 ! lib/Sys/Syslog.pm
6286____________________________________________________________________________
6287[ 1423] By: TimBunce on 1998/07/11 15:53:37
6288 Log: Assorted patches:
6289
6290 Title: "umask: die if EXPR & 0700 else return undef"
6291 From: Chip Salzenberg <chip@perl.org>, Jarkko Hietaniemi <jhi@cc.hut.fi>,
6292 Jarkko Hietaniemi <jhi@iki.fi>, Malcolm Beattie
6293 <mbeattie@sable.ox.ac.uk>, Tim.Bunce@ig.co.uk (Tim Bunce),
6294 kstar@chapin.ed, kstar@chapin.edu@ig.co.uk ()
6295 Msg-ID: <199805291520.QAA01615@sable.ox.ac.uk>,
6296 <199805291549.SAA01439@alpha.hut.fi>,
6297 <199805291608.RAA29283@toad.ig.co.uk>,
6298 <19980530105129.A24006@O2.chapin.edu>,
6299 <19980608133037.A8793@perlsupport.com>
6300 Files: pod/perldiag.pod pod/perlfunc.pod pp_sys.c
6301
6302 Title: "File name DynaLoader.pm.PL is 8.3 unfriendly"
6303 From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
6304 Msg-ID: <19980610005417.G162@cdata.tvnet.hu>
6305 Files: MANIFEST ext/DynaLoader/Makefile.PL
6306 Branch: maint-5.004/perl
6307 +> ext/DynaLoader/DynaLoader_pm.PL
6308 - ext/DynaLoader/DynaLoader.pm.PL
6309 ! MANIFEST ext/DynaLoader/Makefile.PL pod/perldiag.pod
6310 ! pod/perlfunc.pod pp_sys.c
6311____________________________________________________________________________
6312[ 1421] By: gsar on 1998/07/11 02:54:02
6313 Log: From: Gisle Aas <gisle@aas.no>
6314 Subject: [PATCH] B::Deparse for(1..100000)
6315 Date: 10 Jul 1998 14:04:44 +0200
6316 Message-ID: <m3n2ahx677.fsf@furu.g.aas.no>
6317 Branch: perl
6318 ! ext/B/B/Deparse.pm
6319____________________________________________________________________________
6320[ 1420] By: gsar on 1998/07/11 02:28:18
6321 Log: add 'clean' target for ext/re
6322 Branch: perl
6323 ! ext/re/Makefile.PL
6324____________________________________________________________________________
6325[ 1419] By: gsar on 1998/07/11 02:20:32
6326 Log: From: Tom Hughes <thh@cyberscience.com>
6327 Date: 10 Jul 1998 10:25:18 +0100
6328 Message-ID: <yekn2ai5a81.fsf@elva.cyberscience.com>
6329 Subject: [5.004_71] Patch: svr4 hints updates for Unixware
6330 Branch: perl
6331 ! hints/svr4.sh
6332____________________________________________________________________________
6333[ 1418] By: gsar on 1998/07/11 02:19:12
6334 Log: move op/ipc{msg,sem}.t into lib/ipc_sysv.t
6335 From: Jarkko Hietaniemi <jhi@iki.fi>
6336 Date: Fri, 10 Jul 1998 13:08:08 +0300 (EET DST)
6337 Message-Id: <199807101008.NAA10817@alpha.hut.fi>
6338 Subject: Re: make minitest does not work out of the box - test subset
6339 needs pruning
6340 Branch: perl
6341 + t/lib/ipc_sysv.t
6342 - t/op/ipcmsg.t t/op/ipcsem.t
6343 ! MANIFEST
6344____________________________________________________________________________
6345[ 1417] By: gsar on 1998/07/11 02:14:16
6346 Log: disable CR croaking (via #define, default off) in lieu of more
6347 complete fix
6348 Branch: perl
6349 ! toke.c
6350____________________________________________________________________________
6351[ 1416] By: gsar on 1998/07/11 02:06:11
6352 Log: added patch, made linking with setargv a build option
6353 From: "Douglas Lankshear" <dougl@ActiveState.com>
6354 Date: Thu, 9 Jul 1998 09:51:42 -0700
6355 Message-ID: <000101bdab59$d9602dc0$a32fa8c0@tau.Active>
6356 Subject: [PATCH 5.004_71]
6357 Branch: perl
6358 ! perl.c pp_sys.c win32/Makefile win32/makefile.mk
6359____________________________________________________________________________
6360[ 1415] By: gsar on 1998/07/11 01:47:19
6361 Log: From: Tom Hughes <thh@cyberscience.com>
6362 Date: 10 Jul 1998 09:01:12 +0100
6363 Message-ID: <yekr9zu5e47.fsf@elva.cyberscience.com>
6364 Subject: [5.004_71] Patch: Fix perl_exp.SH for Unixware
6365 Branch: perl
6366 ! perl_exp.SH
6367____________________________________________________________________________
6368[ 1414] By: gsar on 1998/07/11 01:45:45
6369 Log: make lib/re.pm a prereq for minitest
6370 Branch: perl
6371 ! Makefile.SH
6372____________________________________________________________________________
6373[ 1413] By: gsar on 1998/07/11 01:40:56
6374 Log: add patch (via PM)
6375 From: Stephen McCamant <alias@mcs.com>
6376 Date: Fri, 10 Jul 1998 01:14:11 -0500 (CDT)
6377 Message-ID: <13733.45251.47363.431138@alias-2.pr.mcs.net>
6378 Subject: Big B::Deparse update
6379 Branch: perl
6380 ! ext/B/B/Deparse.pm
6381____________________________________________________________________________
6382[ 1412] By: gsar on 1998/07/11 00:25:17
6383 Log: add perlport.pod v1.23 from Chris Nandor <pudge@pobox.com>
6384 Branch: perl
6385 + pod/perlport.pod
6386 ! pod/perl.pod
6387____________________________________________________________________________
6388[ 1411] By: gsar on 1998/07/10 21:53:06
6389 Log: make binmode(STDIN) not whine
6390 From: Dan Sugalski <sugalskd@osshe.edu>
6391 Date: Thu, 09 Jul 1998 16:51:27 -0700
6392 Message-Id: <3.0.5.32.19980709165127.00a692e0@ous.edu>
6393 Subject: [PATCH 5.004_70] Fix up binmode() for VMS
6394 Branch: perl
6395 ! vms/vms.c
6396____________________________________________________________________________
6397[ 1410] By: gsar on 1998/07/10 21:50:57
6398 Log: CPAN-1.39 update
6399 From: koenig@kulturbox.de (Andreas J. Koenig)
6400 Date: 10 Jul 1998 00:45:36 +0200
6401 Message-ID: <sfcbtqytzhr.fsf@dubravka.in-berlin.de>
6402 Subject: Re: perl5.004_71 hit the stands this morn
6403 Branch: perl
6404 ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
6405____________________________________________________________________________
6406[ 1409] By: gsar on 1998/07/10 21:45:10
6407 Log: manually apply patch with conflicts
6408 From: Dan Sugalski <sugalskd@osshe.edu>
6409 Date: Thu, 09 Jul 1998 12:08:33 -0700
6410 Message-Id: <3.0.5.32.19980709120833.009eb100@ous.edu>
6411 Subject: [PATCH 5.004_70] Updated duble-quotes in config.h/config.pm patch
6412 Branch: perl
6413 ! configpm
6414____________________________________________________________________________
6415[ 1408] By: gsar on 1998/07/10 21:36:54
6416 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6417 Date: Thu, 9 Jul 1998 11:58:30 -0400 (EDT)
6418 Message-Id: <Pine.SUN.3.96.980709115556.24236D-100000@newton.phys>
6419 Subject: Re: perldelta.pod [PATCH]
6420 Branch: perl
6421 ! pod/perldelta.pod
6422____________________________________________________________________________
6423[ 1407] By: gsar on 1998/07/10 21:35:13
6424 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6425 Date: Thu, 9 Jul 1998 11:26:03 -0400 (EDT)
6426 Subject: [PATCH 5.004_71] Allow static build of IPC::SysV
6427 Message-Id: <Pine.SUN.3.96.980709112507.24236B-100000@newton.phys>
6428 Branch: perl
6429 ! ext/IPC/SysV/Makefile.PL
6430____________________________________________________________________________
6431[ 1406] By: gsar on 1998/07/10 21:33:30
6432 Log: manually apply patch with conflicts
6433 From: kstar@chapin.edu
6434 Message-ID: <19980709093621.B7857@O2.chapin.edu>
6435 Date: Thu, 9 Jul 1998 09:36:21 -0400
6436 Subject: Re: [PATCH] 5.004_70 installperl and docs
6437 Branch: perl
6438 ! installperl
6439____________________________________________________________________________
6440[ 1405] By: gsar on 1998/07/10 21:28:29
6441 Log: misc tweaks to docs and qsortsv() warning
6442 Branch: perl
6443 ! Changes pod/perldelta.pod pod/perlsub.pod pp_ctl.c
6444____________________________________________________________________________
6445[ 1404] By: gsar on 1998/07/10 21:23:53
6446 Log: add more correct version of change#1350 (as yet untested)
6447 From: joshua.pritikin@db.com
6448 Date: Thu, 9 Jul 1998 09:22:46 -0400
6449 Message-Id: <H00000e50008f277@MHS>
6450 Subject: Re: [PATCH _70] cache missing methods
6451 Branch: perl
6452 ! embedvar.h gv.c interp.sym intrpvar.h perlvars.h
6453____________________________________________________________________________
6454[ 1403] By: gsar on 1998/07/10 20:46:12
6455 Log: add win32_rename() that does what docs say
6456 Branch: perl
6457 ! win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
6458 ! win32/win32.c win32/win32iop.h
6459____________________________________________________________________________
6460[ 1402] By: gsar on 1998/07/10 20:19:18
6461 Log: inet_aton() should do DNS lookup only if arg isn't a dotted-quad
6462 (suggested by Philippe.Simonet@swisscom.com)
6463 Branch: perl
6464 ! ext/Socket/Socket.xs
6465____________________________________________________________________________
6466[ 1401] By: gsar on 1998/07/10 03:24:45
6467 Log: undo change#1379 (order of tests *is* significant)
6468 Branch: perl
6469 ! t/lib/posix.t
6470____________________________________________________________________________
6471[ 1400] By: nick on 1998/07/09 17:43:14
6472 Log: Integrate mainline (_071-ish)
6473 Branch: ansiperl
6474 +> ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
6475 +> ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Makefile.PL
6476 +> ext/Data/Dumper/Todo ext/IPC/SysV/ChangeLog
6477 +> ext/IPC/SysV/MANIFEST ext/IPC/SysV/Makefile.PL
6478 +> ext/IPC/SysV/Msg.pm ext/IPC/SysV/README
6479 +> ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
6480 +> ext/IPC/SysV/SysV.xs ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
6481 +> ext/re/Makefile.PL ext/re/re.pm ext/re/re.xs pp_proto.h
6482 +> t/io/iprefix.t t/lib/dumper-ovl.t t/lib/dumper.t
6483 !> (integrate 145 files)
6484
6485----------------
6486Version 5.004_71
6487----------------
6488
6489____________________________________________________________________________
6cc33c6d
GS
6490[ 1399] By: gsar on 1998/07/09 12:15:12
6491 Log: update Changes, perlhist.pod, beginnings of perldelta.pod
6492 Branch: perl
6493 ! Changes pod/perldelta.pod pod/perlhist.pod
6494____________________________________________________________________________
429b3afa
GS
6495[ 1397] By: gsar on 1998/07/09 08:35:39
6496 Log: merge changes from maintbranch (1354, and relevant part of 1356); all
6497 maintenance changes upto 1356 merged
6498 Branch: perl
6499 ! pod/perldiag.pod pp_hot.c t/op/misc.t
6500____________________________________________________________________________
6501[ 1396] By: gsar on 1998/07/09 08:02:52
6502 Log: add Data-Dumper, up patchlevel to 71, various misc tweaks to
6503 make all configs build on Solaris and win32
6504 Branch: perl
6505 + ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
6506 + ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Makefile.PL
6507 + ext/Data/Dumper/Todo t/lib/dumper-ovl.t t/lib/dumper.t
6508 ! MANIFEST Todo patchlevel.h win32/Makefile win32/config_H.bc
6509 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
6510____________________________________________________________________________
6511[ 1395] By: gsar on 1998/07/09 05:39:48
6512 Log: From: Stephen McCamant <alias@mcs.com>
6513 Date: Wed, 08 Jul 1998 23:16:49 CDT
6514 Message-Id: <13732.16626.904108.608743@alias-2.pr.mcs.net>
6515 Subject: [PATCH] UNOP opclass test in B.xs
6516 Branch: perl
6517 ! ext/B/B.xs
6518____________________________________________________________________________
6519[ 1394] By: gsar on 1998/07/09 05:37:48
6520 Log: get it building again on win32
6521 Branch: perl
6522 ! bytecode.h embed.h ext/re/Makefile.PL global.sym intrpvar.h
6523 ! op.c opcode.pl perl.h pp.c pp_ctl.c pp_hot.c pp_proto.h
6524 ! pp_sys.c proto.h win32/Makefile win32/makedef.pl
6525 ! win32/makefile.mk
6526____________________________________________________________________________
6527[ 1393] By: gsar on 1998/07/09 05:20:31
6528 Log: applied patch from Ilya, tweaked some to get clean static build of
6529 the ext/re stuff (untested on win32)
6530 Branch: perl
6531 ! regcomp.c regexec.c
6532____________________________________________________________________________
6533[ 1392] By: gsar on 1998/07/09 03:56:45
6534 Log: fix installperl typo
6535 From: kstar@chapin.edu
6536 Date: Wed, 08 Jul 1998 23:51:57 EDT
6537 Message-Id: <19980708235157.D1380@O2.chapin.edu>
6538 Subject: Re: [PATCH] 5.004_70 installperl and docs
6539 Branch: perl
6540 ! installperl
6541____________________________________________________________________________
6542[ 1391] By: gsar on 1998/07/09 01:48:16
6543 Log: From: Chip Salzenberg <chip@perl.org>
6544 Date: Wed, 8 Jul 1998 18:10:55 -0400
6545 Message-ID: <19980708181055.A8005@perlsupport.com>
6546 Subject: [PATCH _70] Allow $SIG{CHLD}='IGNORE' to work on Solaris
6547 Branch: perl
6548 ! util.c
6549____________________________________________________________________________
6550[ 1390] By: gsar on 1998/07/09 01:45:16
6551 Log: added patch, tweaked per Ilya's suggestion
6552 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6553 Date: Wed, 8 Jul 1998 13:34:42 +0100
6554 Message-Id: <E0yttQo-0002aH-00@taurus.cus.cam.ac.uk>
6555 Subject: [PATCH] perl5db.pl complains about non-integer condition
6556 Branch: perl
6557 ! lib/perl5db.pl
6558____________________________________________________________________________
6559[ 1389] By: gsar on 1998/07/09 01:42:13
6560 Log: reenable misaligned memory checks, cast to UV & check alignment
6561 From: Dominic Dunlop <domo@computer.org>
6562 Date: Wed, 8 Jul 1998 11:21:48 +0000
6563 Message-Id: <v03110703b1c8ffdb68ed@[195.95.102.91]>
6564 Subject: Re: [PATCH 5.00469] corrupt malloc ptr on NeXT
6565 Branch: perl
6566 ! malloc.c
6567____________________________________________________________________________
6568[ 1388] By: gsar on 1998/07/09 01:36:22
6569 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6570 Date: Wed, 8 Jul 1998 13:32:07 -0400 (EDT)
6571 Message-Id: <Pine.SUN.3.96.980708133010.23053F-100000@newton.phys>
6572 Subject: [PATCH 5.004_70] more on finding metaconfig units.
6573 Branch: perl
6574 ! Porting/pumpkin.pod
6575____________________________________________________________________________
6576[ 1387] By: gsar on 1998/07/09 01:35:23
6577 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6578 Date: Wed, 8 Jul 1998 13:29:34 -0400 (EDT)
6579 Message-Id: <Pine.SUN.3.96.980708132743.23053E-100000@newton.phys>
6580 Subject: Configure indentation patch
6581 Branch: perl
6582 ! Configure
6583____________________________________________________________________________
6584[ 1386] By: gsar on 1998/07/09 01:33:31
6585 Log: don't try to hardlink perldiag.pod; that is no longer not needed
6586 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6587 Date: Wed, 8 Jul 1998 12:18:32 -0400 (EDT)
6588 Message-Id: <Pine.SUN.3.96.980708120844.23053D-100000@newton.phys>
6589 Subject: Re: pelr installation attempts hard links between file systems
6590 Branch: perl
6591 ! installperl
6592____________________________________________________________________________
6593[ 1385] By: gsar on 1998/07/09 01:28:05
6594 Log: win32/makefile.mk =~ s|gcc -pipe|gcc|
6595 Branch: perl
6596 ! win32/makefile.mk
6597____________________________________________________________________________
6598[ 1384] By: gsar on 1998/07/09 01:26:19
6599 Log: make t/TEST run 'perl $switches ./foo/test.t' everywhere
6600 Branch: perl
6601 ! t/TEST
6602____________________________________________________________________________
6603[ 1383] By: gsar on 1998/07/09 01:06:47
6604 Log: manually apply patch with a dependency on unapplied patch
6605 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6606 Date: Wed, 8 Jul 1998 07:03:51 -0400 (EDT)
6607 Message-Id: <199807081103.HAA25145@monk.mps.ohio-state.edu>
6608 Subject: [PATCH 5.004_70] make quoted RE embeddable
6609 Branch: perl
6610 ! sv.c t/op/pat.t
6611____________________________________________________________________________
6612[ 1382] By: gsar on 1998/07/09 01:02:23
6613 Log: change order of libs for extensions
6614 From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
6615 Date: Tue, 7 Jul 1998 23:48:05 +0200
6616 Message-ID: <19980707234805.C180@cdata.tvnet.hu>
6617 Subject: [PATCH _70] linking problem with modules
6618 Branch: perl
6619 ! lib/ExtUtils/MM_Unix.pm
6620____________________________________________________________________________
6621[ 1381] By: gsar on 1998/07/09 00:56:12
6622 Log: patch for more flexible initialization of xsub parameters
6623 From: Tye McQueen <tye@metronet.com>
6624 Date: Mon, 6 Jul 1998 19:04:27 -0500 (CDT)
6625 Message-Id: <199807070004.AA16454@metronet.com>
6626 Subject: Enhanced arg inits for xsubpp
6627 Branch: perl
6628 ! lib/ExtUtils/xsubpp pod/perlxs.pod
6629____________________________________________________________________________
6630[ 1380] By: gsar on 1998/07/09 00:44:01
6631 Log: From: Tye McQueen <tye@metronet.com>
6632 Date: Mon, 6 Jul 1998 17:34:54 -0500 (CDT)
6633 Message-Id: <16619-17073@lyris.activestate.com>
6634 Subject: New pl2bat.pl
6635 Branch: perl
6636 ! win32/bin/pl2bat.pl
6637____________________________________________________________________________
6638[ 1379] By: gsar on 1998/07/09 00:30:58
6639 Log: remove ordering dependency in posix.t
6640 Branch: perl
6641 ! t/lib/posix.t
6642____________________________________________________________________________
6643[ 1378] By: gsar on 1998/07/08 20:17:43
6644 Log: make -i'*suffix' work too
6645 Branch: perl
6646 ! doio.c
6647____________________________________________________________________________
6648[ 1377] By: gsar on 1998/07/08 08:56:28
6649 Log: regen headers; result builds & tests on Solaris again (threaded)
6650 Branch: perl
6651 ! embedvar.h
6652____________________________________________________________________________
6653[ 1376] By: gsar on 1998/07/08 08:55:03
6654 Log: change#1350 breaks things, back it out
6655 Branch: perl
6656 ! embedvar.h gv.c interp.sym intrpvar.h perlvars.h
6657____________________________________________________________________________
6658[ 1375] By: gsar on 1998/07/08 07:47:00
6659 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6660 Date: Wed, 8 Jul 1998 01:30:15 -0400 (EDT)
6661 Message-Id: <199807080530.BAA14072@monk.mps.ohio-state.edu>
6662 Subject: [PATCH 5.004_70] Switch modifiers in RE off
6663 Branch: perl
6664 ! pod/perlre.pod regcomp.c t/op/re_tests
6665____________________________________________________________________________
6666[ 1374] By: gsar on 1998/07/08 07:41:06
6667 Log: From: Gisle Aas <gisle@aas.no>
6668 Date: 07 Jul 1998 23:08:59 +0200
6669 Message-ID: <m3vhp9z7v8.fsf@furu.g.aas.no>
6670 Subject: [PATCH] Faster copying from SvIV/SvNVs in sv_setsv()
6671 Branch: perl
6672 ! sv.c
6673____________________________________________________________________________
6674[ 1373] By: gsar on 1998/07/08 07:36:01
6675 Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
6676 Date: Tue, 7 Jul 1998 23:47:50 +0200
6677 Message-ID: <19980707234750.A180@cdata.tvnet.hu>
6678 Subject: [PATCH _70] dos-djgpp update
6679 Branch: perl
6680 ! djgpp/config.over djgpp/djgppsed.sh
6681____________________________________________________________________________
6682[ 1372] By: gsar on 1998/07/08 07:12:47
6683 Log: add extension to support SysV IPC
6684 From: Jarkko Hietaniemi <jhi@iki.fi>
6685 Date: Tue, 7 Jul 1998 02:32:53 +0300 (EET DST)
6686 Message-Id: <199807062332.CAA25792@alpha.hut.fi>
6687 Subject: [PATCH] 5.004_70: IPC::SysV
6688 Branch: perl
6689 + ext/IPC/SysV/ChangeLog ext/IPC/SysV/MANIFEST
6690 + ext/IPC/SysV/Makefile.PL ext/IPC/SysV/Msg.pm
6691 + ext/IPC/SysV/README ext/IPC/SysV/Semaphore.pm
6692 + ext/IPC/SysV/SysV.pm ext/IPC/SysV/SysV.xs ext/IPC/SysV/t/msg.t
6693 + ext/IPC/SysV/t/sem.t
6694 ! Configure MANIFEST pod/perlfunc.pod pod/perlipc.pod
6695 ! t/op/ipcmsg.t t/op/ipcsem.t
6696____________________________________________________________________________
6697[ 1371] By: gsar on 1998/07/08 05:12:07
6698 Log: add patch for C<use re 'debug'>
6699 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6700 Date: Mon, 6 Jul 1998 22:24:33 -0400 (EDT)
6701 Message-Id: <199807070224.WAA10318@monk.mps.ohio-state.edu>
6702 Subject: Re: _70 and Devel::RE
6703 Branch: perl
6704 + ext/re/Makefile.PL ext/re/re.pm ext/re/re.xs
6705 - lib/re.pm
6706 ! MANIFEST Makefile.SH global.sym interp.sym intrpvar.h op.c
6707 ! perl.h pp.c pp_ctl.c pp_hot.c regcomp.c regexec.c
6708____________________________________________________________________________
6709[ 1370] By: gsar on 1998/07/08 04:27:27
6710 Log: added patch to generate PPDEF(pp_foo)
6711 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6712 Date: Mon, 6 Jul 1998 20:43:54 -0400 (EDT)
6713 Message-Id: <199807070043.UAA28572@monk.mps.ohio-state.edu>
6714 Subject: [PATCH 5.004_70] Autogenerate declarations for opcodes
6715 Branch: perl
6716 + pp_proto.h
6717 ! MANIFEST Makefile.SH opcode.pl proto.h
6718____________________________________________________________________________
6719[ 1369] By: gsar on 1998/07/08 04:19:49
6720 Log: suggest 'make test' after make
6721 Branch: perl
6722 ! Makefile.SH
6723____________________________________________________________________________
6724[ 1368] By: gsar on 1998/07/08 03:58:19
6725 Log: added patch for -i'foo*bar', made code somewhat simpler, tweaked doc
6726 From: Colin Kuskie <ckuskie@cadence.com>
6727 Date: Tue, 7 Jul 1998 09:44:33 -0700 (PDT)
6728 Message-ID: <Pine.GSO.3.96.980707093457.28681A-100000@pdxue150.cadence.com>
6729 Subject: Corrected -i prefix patch
6730 Branch: perl
6731 + t/io/iprefix.t
6732 ! MANIFEST doio.c pod/perlrun.pod
6733____________________________________________________________________________
6734[ 1366] By: gsar on 1998/07/08 02:28:30
6735 Log: From: Gisle Aas <gisle@aas.no>
6736 Date: 07 Jul 1998 17:48:36 +0200
6737 Message-ID: <m3vhp94q7f.fsf@furu.g.aas.no>
6738 Subject: [PATCH] Remove some rendundant SvOOK_on tests
6739 Branch: perl
6740 ! sv.c sv.h
6741____________________________________________________________________________
6742[ 1365] By: gsar on 1998/07/08 02:25:17
6743 Log: applied patch to clarify m//g
6744 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6745 Date: Tue, 7 Jul 1998 15:59:03 +0100
6746 Message-Id: <E0ytZCx-0006Bi-00@taurus.cus.cam.ac.uk>
6747 Subject: [PATCH] Re: m//g in perlop.pod
6748 Branch: perl
6749 ! pod/perlop.pod
6750____________________________________________________________________________
6751[ 1364] By: gsar on 1998/07/08 02:13:07
6752 Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6753 Subject: [PATCH] 5.004_70 bug in perlfaq.pod
6754 Message-Id: <E0ytVTJ-0002kb-00@taurus.cus.cam.ac.uk>
6755 Date: Tue, 7 Jul 1998 11:59:41 +0100
6756 Branch: perl
6757 ! pod/perlfaq.pod
6758____________________________________________________________________________
6759[ 1363] By: gsar on 1998/07/08 02:11:11
6760 Log: applied tweak (via private mail)
6761 From: Jarkko Hietaniemi <jhi@cc.hut.fi>
6762 Date: Tue, 7 Jul 1998 13:27:47 +0300 (EET DST)
6763 Message-Id: <199807071027.NAA20829@alpha.hut.fi>
6764 Subject: tiny perllocale.pod patch for 5.004_70
6765 Branch: perl
6766 ! pod/perllocale.pod
6767____________________________________________________________________________
6768[ 1362] By: gsar on 1998/07/08 02:07:48
6769 Log: applied patch, various tweaks to pander to pod2man tantrums
6770 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6771 Date: Mon, 6 Jul 1998 22:47:30 -0400 (EDT)
6772 Message-Id: <199807070247.WAA10677@monk.mps.ohio-state.edu>
6773 Subject: [PATCH 5.004_70] CONFIGPM
6774 Branch: perl
6775 ! Porting/Glossary configpm
6776____________________________________________________________________________
6777[ 1361] By: gsar on 1998/07/07 22:13:11
6778 Log: From: Stephen McCamant <alias@mcs.com>
6779 Date: Mon, 6 Jul 1998 21:22:17 -0500 (CDT)
6780 Message-ID: <13729.33816.311236.995647@alias-2.pr.mcs.net>
6781 Subject: Re: Inconsistent arithmetics on refs
6782 Branch: perl
6783 ! sv.c
6784____________________________________________________________________________
6785[ 1360] By: gsar on 1998/07/07 22:11:11
6786 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6787 Date: Mon, 6 Jul 1998 20:59:10 -0400 (EDT)
6788 Message-Id: <199807070059.UAA28815@monk.mps.ohio-state.edu>
6789 Subject: [PATCH 5.004_70] Anohter ptags improvement
6790 Branch: perl
6791 ! emacs/ptags
6792____________________________________________________________________________
6793[ 1359] By: gsar on 1998/07/07 22:08:48
6794 Log: fix accidental RE-de-optimization
6795 From: larry@wall.org (Larry Wall)
6796 Date: Mon, 6 Jul 1998 17:49:31 -0700
6797 Message-Id: <199807070049.RAA23475@wall.org>
6798 Subject: Re: before you deluge us with patches
6799 --
6800 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6801 Date: Tue, 7 Jul 1998 03:10:56 -0400 (EDT)
6802 Message-Id: <199807070710.DAA25399@monk.mps.ohio-state.edu>
6803 Subject: Re: before you deluge us with patches
6804 Branch: perl
6805 ! pp_hot.c regexec.c
6806____________________________________________________________________________
6807[ 1358] By: gsar on 1998/07/07 21:36:29
6808 Log: From: Gisle Aas <gisle@aas.no>
6809 Subject: [PATCH] Evaluation of AVHVs in scalar context
6810 Date: 06 Jul 1998 21:41:14 +0200
6811 Message-ID: <m33ecedaxx.fsf@furu.g.aas.no>
6812 Branch: perl
6813 ! pp_hot.c t/op/avhv.t
6814____________________________________________________________________________
6815[ 1357] By: gsar on 1998/07/07 21:29:46
6816 Log: doc tweaks suggested by Abigail, M.J.T. Guy, and Larry Wall
6817 Branch: perl
6818 ! lib/Math/Trig.pm lib/fields.pm thread.sym
6819____________________________________________________________________________
6820[ 1356] By: TimBunce on 1998/07/07 17:19:42
6821 Log: Assorted patches:
6822
6823 ------ BUILD PROCESS ------
6824
6825 Title: "Add Test.pm (from perl 5.004_70)"
6826 Files: MANIFEST lib/Test.pm
6827
6828 ------ EXTENSIONS ------
6829
6830 Title: "Add CR LF CRLF to Socket.pm"
6831 From: Chris Nandor <pudge@pobox.com>
6832 Msg-ID: <v04003a46b1b6067832a1@[24.48.28.52]>
6833 Files: ext/Socket/Socket.pm
6834
6835 ------ LIBRARY ------
6836
6837 Title: "AutoSplit upgrade (AutoSplit 1.0302 from 5.004_70)"
6838 Files: lib/AutoSplit.pm
6839
6840 Title: "Upgrade base.pm (from perl 5.004_70)"
6841 Files: lib/base.pm
6842
6843 Title: "Add File::Spec modules (from 5.004_70)"
6844 Files: lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
6845 lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
6846 lib/File/Spec/Win32.pm
6847
6848 ------ TESTS ------
6849
6850 Title: "fixup test for method call on undefined value"
6851 Files: t/op/misc.t
6852
6853 ------ UTILITIES ------
6854
6855 Title: "perlbug upgrade (from 5.004_70)"
6856 Files: utils/perlbug.PL
6857
6858 Title: "Upgrade perldoc (from 5.004_70)"
6859 Files: utils/perldoc.PL
6860 Branch: maint-5.004/perl
6861 + lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
6862 + lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
6863 + lib/File/Spec/Win32.pm lib/Test.pm
6864 ! MANIFEST ext/Socket/Socket.pm lib/AutoSplit.pm lib/base.pm
6865 ! t/op/misc.t utils/perlbug.PL utils/perldoc.PL
6866____________________________________________________________________________
6867[ 1355] By: TimBunce on 1998/07/07 14:39:51
6868 Log: Title: "Fix memory leak in Safe module"
6869 From: Gurusamy Sarathy <gsar@engin.umich.edu>
6870 Msg-ID: <199806290544.BAA18463@aatma.engin.umich.edu>
6871 Files: ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
6872 Branch: maint-5.004/perl
6873 ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
6874____________________________________________________________________________
6875[ 1354] By: TimBunce on 1998/07/07 14:35:25
6876 Log: Title: "Better error message for $undef->method call"
6877 From: Tim Bunce <Tim.Bunce@ig.co.uk>, Graham Barr <gbarr@ti.com>,
6878 joshua.pritikin@db.com
6879 Msg-ID: <19980615171027.U4120@asic.sc.ti.com>, <H00000e500073a20@MHS>
6880 Files: pod/perldiag.pod pp_hot.c
6881 Branch: maint-5.004/perl
6882 ! pod/perldiag.pod pp_hot.c
6883____________________________________________________________________________
6884[ 1353] By: gsar on 1998/07/06 23:33:38
6885 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6886 Date: Mon, 6 Jul 1998 16:59:06 -0400 (EDT)
6887 Message-Id: <Pine.SUN.3.96.980706165659.21068B-100000@newton.phys>
6888 Subject: [PATCH 5.004_70] Update metaconfig info
6889 Branch: perl
6890 ! Porting/pumpkin.pod
6891____________________________________________________________________________
6892[ 1352] By: gsar on 1998/07/06 23:30:54
6893 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6894 Date: Mon, 6 Jul 1998 13:14:37 -0400 (EDT)
6895 Message-Id: <Pine.SUN.3.96.980706130959.20719A-100000@newton.phys>
6896 Subject: [PATCH 5.004_70] Config_70-01: Remove default "/share"
6897 Branch: perl
6898 ! Configure INSTALL Policy_sh.SH Porting/Glossary
6899 ! Porting/config.sh Porting/config_H
6900____________________________________________________________________________
6901[ 1351] By: gsar on 1998/07/06 23:24:47
6902 Log: try harder to run non-executable tests
6903 Branch: perl
6904 ! t/TEST
6905____________________________________________________________________________
6906[ 1350] By: gsar on 1998/07/06 23:12:17
6907 Log: add patch to improve method caching, regen headers
6908 From: joshua.pritikin@db.com
6909 Date: Mon, 6 Jul 1998 09:19:29 -0400
6910 Message-Id: <H00000e50008a518@MHS>
6911 Subject: [PATCH _70] cache missing methods
6912 Branch: perl
6913 ! embedvar.h gv.c interp.sym intrpvar.h perlvars.h
6914____________________________________________________________________________
6915[ 1349] By: TimBunce on 1998/07/06 23:03:16
6916 Log: Assorted patches:
6917
6918 ------ BUILD PROCESS ------
6919
6920 Title: "Configure: Workaround bash CDPATH oddity"
6921 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6922 Msg-ID: <Pine.SUN.3.96.980608121159.13706C-100000@newton.phys>
6923 Files: Configure
6924
6925 Title: "Don't suppress display of Makefile recipes that invoke perl"
6926 From: Gurusamy Sarathy <gsar@engin.umich.edu>
6927 Msg-ID: <199806252213.SAA08545@aatma.engin.umich.edu>
6928 Files: Makefile.SH
6929
6930 ------ CORE LANGUAGE ------
6931
6932 Title: "one more^Wless quad unpack bug"
6933 From: Jarkko Hietaniemi <jhi@iki.fi>
6934 Msg-ID: <199806301132.OAA27353@alpha.hut.fi>
6935 Files: pp.c
6936
6937 Title: "minor fixups to bring maint closer to devel for patching"
6938 From: Gurusamy Sarathy <gsar@engin.umich.edu>
6939 Msg-ID: <199805200046.UAA19284@aatma.engin.umich.edu>
6940 Files: pod/perldiag.pod deb.c dump.c t/op/ref.t t/op/split.t taint.c util.c
6941
6942 Title: "-Pw switches used together report bogus error"
6943 From: Gurusamy Sarathy <gsar@engin.umich.edu>
6944 Msg-ID: <199806252331.TAA10160@aatma.engin.umich.edu>
6945 Files: perl.c
6946
6947 Title: "Add doc and perl home page info to -v output"
6948 From: Tom Christiansen <tchrist@jhereg.perl.com>
6949 Msg-ID: <199802172229.PAA29309@jhereg.perl.com>
6950 Files: perl.c
6951
6952 Title: "Fix C<@a = (%a = 1)> bizarreness"
6953 From: Gurusamy Sarathy <gsar@engin.umich.edu>, Tom Christiansen
6954 <tchrist@jhereg.perl.com>
6955 Msg-ID: <199807012026.OAA31507@jhereg.perl.com>,
6956 <199807012339.TAA26024@aatma.engin.umich.edu>
6957 Files: pp_hot.c
6958
6959 Title: "make find_script() return saved string, reenable missing
6960 diagnostics"
6961 From: Gurusamy Sarathy <gsar@engin.umich.edu>
6962 Msg-ID: <199806262224.SAA00422@aatma.engin.umich.edu>
6963 Files: perl.c util.c
6964
6965 Title: "minor e_script optimization"
6966 From: Gurusamy Sarathy <gsar@engin.umich.edu>
6967 Msg-ID: <199807060704.DAA25988@aatma.engin.umich.edu>
6968 Files: perl.c
6969
6970 ------ DOCUMENTATION ------
6971
6972 Title: "Insecure $ENV{} message out of step with perldiag"
6973 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6974 Msg-ID: <E0yooQA-0003za-00@taurus.cus.cam.ac.uk>
6975 Files: pod/perldiag.pod pod/perlsec.pod
6976
6977 Title: "documenting close without arguments"
6978 From: Tom Phoenix <rootbeer@teleport.com>
6979 Msg-ID: <Pine.GSO.3.96.980623084413.24075V-100000@user2.teleport.com>
6980 Files: pod/perlfunc.pod
6981
6982 Title: "pod for scalar .. op"
6983 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6984 Msg-ID: <E0yqyN8-0006gv-00@taurus.cus.cam.ac.uk>
6985 Files: pod/perlop.pod
6986
6987 ------ EXTENSIONS ------
6988
6989 Title: "Fcntl: add few constants, enhance maintainability"
6990 From: Jarkko Hietaniemi <jhi@iki.fi>
6991 Msg-ID: <199806221558.SAA18626@alpha.hut.fi>
6992 Files: ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
6993
6994 ------ LIBRARY ------
6995
6996 Title: "Fix undef warnings in Text::Parsewords"
6997 From: Jarkko Hietaniemi <jhi@iki.fi>
6998 Msg-ID: <199806300842.LAA26409@alpha.hut.fi>
6999 Files: lib/Text/ParseWords.pm
7000
7001 Title: "Add Symbol::delete_package()"
7002 From: Gurusamy Sarathy <gsar@engin.umich.edu>
7003 Msg-ID: <199807060702.DAA25976@aatma.engin.umich.edu>
7004 Files: pod/perlembed.pod lib/Symbol.pm
7005 Branch: maint-5.004/perl
7006 ! Configure Makefile.SH deb.c dump.c ext/Fcntl/Fcntl.pm
7007 ! ext/Fcntl/Fcntl.xs lib/Symbol.pm lib/Text/ParseWords.pm perl.c
7008 ! pod/perldiag.pod pod/perlembed.pod pod/perlfunc.pod
7009 ! pod/perlop.pod pod/perlsec.pod pp.c pp_hot.c t/op/ref.t
7010 ! t/op/split.t taint.c util.c
7011____________________________________________________________________________
7012[ 1348] By: gsar on 1998/07/06 22:55:56
7013 Log: remove #! line from Errno_pm.PL
7014 Branch: perl
7015 ! ext/Errno/Errno_pm.PL
7016____________________________________________________________________________
7017[ 1347] By: gsar on 1998/07/06 22:51:34
7018 Log: added patch to fix Cwd.pm warnings, fixed a couple more places
7019 From: Gisle Aas <gisle@aas.no>
7020 Date: 06 Jul 1998 13:08:53 +0200
7021 Message-ID: <m3af6nfd8a.fsf@furu.g.aas.no>
7022 Subject: [PATCH] 5.004_70 Cwd.pm now give warnings
7023 Branch: perl
7024 ! lib/Cwd.pm
7025____________________________________________________________________________
7026[ 1346] By: gsar on 1998/07/06 22:20:29
7027 Log: much simpler fix to typecheck read/sysread/recv, as suggested by
7028 Stephen McCamant
7029 Branch: perl
7030 ! op.c
7031____________________________________________________________________________
7032[ 1345] By: gsar on 1998/07/06 21:58:52
7033 Log: undo ck_sysread() changes#1319,1337 in preparation for a much
7034 simpler fix
7035 Branch: perl
7036 ! ObjXSub.h embed.h global.sym globals.c objpp.h op.c opcode.h
7037 ! opcode.pl proto.h
7038____________________________________________________________________________
7039[ 1344] By: TimBunce on 1998/07/06 21:51:05
7040 Log: Title: "Fix for broken goto &xsub"
7041 From: Albert Dvornik <bert@genscan.com>,
7042 Msg-ID: <tq4sxawf2h.fsf@puma.genscan.com>
7043 Files: MANIFEST pp_ctl.c t/op/goto_xs.t
7044 Branch: maint-5.004/perl
7045 + t/op/goto_xs.t
7046 ! MANIFEST pp_ctl.c
7047____________________________________________________________________________
7048[ 1343] By: TimBunce on 1998/07/06 21:40:14
7049 Log: Title: "Undo sub stub optimization and add comments on GV_FOO constants"
7050 From: Gurusamy Sarathy <gsar@engin.umich.edu>
7051 Msg-ID: <199807050841.EAA25114@aatma.engin.umich.edu>
7052 Files: gv.h gv.c op.c toke.c
7053 Branch: maint-5.004/perl
7054 ! gv.c gv.h op.c toke.c
7055____________________________________________________________________________
7056[ 1342] By: gsar on 1998/07/06 20:57:06
7057 Log: From: Gisle Aas <gisle@aas.no>
7058 Message-Id: <m3zpem4v0z.fsf@furu.g.aas.no>
7059 Date: 06 Jul 1998 21:52:12 +0200
7060 Subject: Keepers of the Patch Pumpkin
7061 Branch: perl
7062 ! Changes
7063____________________________________________________________________________
7064[ 1341] By: gsar on 1998/07/06 20:43:35
7065 Log: remove dup entry in perldiag
7066 Branch: perl
7067 ! pod/perldiag.pod
7068____________________________________________________________________________
7069[ 1340] By: gsar on 1998/07/06 20:31:44
7070 Log: more reasonable diagnostic on keyword vs. sub ambiguity
7071 Branch: perl
7072 ! pod/perldiag.pod toke.c
7073____________________________________________________________________________
7074[ 1339] By: gsar on 1998/07/06 19:23:06
7075 Log: rename s/\bSI_/PERLSI_/ to avoid collisions with sysinfo headers
7076 Branch: perl
7077 ! av.c cop.h gv.c mg.c op.c perl.c pp_ctl.c pp_sys.c scope.c
7078 ! sv.c toke.c util.c
7079____________________________________________________________________________
7080[ 1338] By: gsar on 1998/07/06 18:45:35
7081 Log: per Larry suggestion, toss change#1327 and fix the documentation
7082 to match behavior instead
7083 Branch: perl
7084 ! pod/perlfunc.pod pp_sys.c
7085____________________________________________________________________________
7086[ 1337] By: gsar on 1998/07/06 17:15:26
7087 Log: allow read(FH,threadsv,...)
7088 Branch: perl
7089 ! op.c
7090
7091----------------
7092Version 5.004_70
7093----------------
7094
7095____________________________________________________________________________
7096[ 1336] By: gsar on 1998/07/06 09:06:33
7097 Log: 5.004_70 tweaks
7098 Branch: perl
7099 ! Changes win32/Makefile win32/makefile.mk
7100____________________________________________________________________________
0b2be3f5
GS
7101[ 1335] By: gsar on 1998/07/06 07:05:37
7102 Log: update Changes
7103 Branch: perl
7104 ! Changes pod/perldiag.pod
7105____________________________________________________________________________
3c247ff3
GS
7106[ 1334] By: gsar on 1998/07/06 06:41:17
7107 Log: allow eval-groups in patterns only if they C<use re 'eval';>
7108 Branch: perl
7109 ! lib/re.pm perl.h pod/perldiag.pod pod/perlre.pod regcomp.c
7110 ! t/op/misc.t t/op/pat.t t/op/regexp.t t/op/subst.t
7111____________________________________________________________________________
7112[ 1333] By: gsar on 1998/07/06 03:22:52
7113 Log: From: Hans Mulder <hansm@icgroup.nl>
7114 Date: Mon, 6 Jul 98 02:11:32 +0200
7115 Message-Id: <9807060021.AA29027@icgned.icgroup.nl>
7116 Subject: [PATCH 5.00469] corrupt malloc ptr on NeXT
7117 Branch: perl
7118 ! malloc.c
7119____________________________________________________________________________
7120[ 1332] By: gsar on 1998/07/06 03:18:34
7121 Log: added Errno-1.09 from CPAN
7122 Branch: perl
7123 ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
7124____________________________________________________________________________
7125[ 1331] By: gsar on 1998/07/06 02:59:09
7126 Log: fix small memleak on -e, don't try to find_script() when e_script
7127 Branch: perl
7128 ! perl.c
7129____________________________________________________________________________
7130[ 1330] By: gsar on 1998/07/06 00:40:24
7131 Log: add Symbol::delete_package()
7132 Branch: perl
7133 ! lib/Symbol.pm pod/perlembed.pod
7134____________________________________________________________________________
7135[ 1329] By: gsar on 1998/07/05 23:05:40
7136 Log: patch to remove assumptions about offset of IV being == sizeof(XPV)
7137 From: Stephen McCamant <alias@mcs.com>
7138 Date: Sun, 5 Jul 1998 17:36:14 -0500 (CDT)
7139 Message-ID: <13727.63831.95324.696098@alias-2.pr.mcs.net>
7140 Subject: [PATCH] alignment in X[IN]V allocation
7141 Branch: perl
7142 ! sv.c
7143____________________________________________________________________________
7144[ 1328] By: gsar on 1998/07/05 22:47:57
7145 Log: make read() return undef on errors as documented, and clarify docs
7146 Branch: perl
7147 ! pod/perlfunc.pod pp_sys.c
7148____________________________________________________________________________
7149[ 1327] By: gsar on 1998/07/05 22:11:21
7150 Log: fix getc() to return empty string instead of undef on eof, as it was
7151 documented to behave; still returns undef on error
7152 Branch: perl
7153 ! pp_sys.c
7154____________________________________________________________________________
7155[ 1326] By: gsar on 1998/07/05 21:53:30
7156 Log: patch whitespace-mutiliated; applied manually
7157 From: Hans Mulder <hansm@icgroup.nl>
7158 Date: Sun, 5 Jul 98 23:23:20 +0200
7159 Message-Id: <9807052133.AA28626@icgned.icgroup.nl>
7160 Subject: [PATCH 5.004_69] building Errno.pm still fails on NeXT
7161 Branch: perl
7162 ! ext/Errno/Errno_pm.PL
7163____________________________________________________________________________
7164[ 1325] By: gsar on 1998/07/05 21:38:39
7165 Log: applied patch (via private mail), modulo retrohunks in pod/perlfaq2.pod
7166 From: Tom Christiansen <tchrist@jhereg.perl.com>
7167 Date: Sun, 05 Jul 1998 09:15:22 -0500
7168 Subject: Re: docpatch
7169 Message-Id: <199807051515.JAA03644@jhereg.perl.com>
7170 Branch: perl
7171 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
7172 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
7173 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
7174 ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlipc.pod
7175 ! pod/perlrun.pod
7176____________________________________________________________________________
7177[ 1324] By: gsar on 1998/07/05 21:06:56
7178 Log: applied patch, and undid change#1302 which it made unnecessary
7179 From: Billy <wdconsta@cs.adelaide.edu.au>
7180 Date: Sun, 5 Jul 1998 23:05:52 +0930 (CST)
7181 Subject: [PATCH] utils/h2ph.PL and t/lib/h2ph.t
7182 Message-ID: <Pine.SV4.3.93.980705230337.27658A-100000@xenon.teaching.cs.adelaide.edu.au>
7183 Branch: perl
7184 ! t/lib/h2ph.t utils/h2ph.PL
7185____________________________________________________________________________
7186[ 1323] By: gsar on 1998/07/05 20:56:39
7187 Log: fix t/lib/fields.t's @INC so make test runs
7188 Branch: perl
7189 ! t/lib/fields.t
7190____________________________________________________________________________
7191[ 1322] By: gsar on 1998/07/05 20:26:43
7192 Log: add comments on GV_FOO constants, s/8/GV_ADDINEVAL/
7193 Branch: perl
7194 ! gv.c gv.h toke.c
7195____________________________________________________________________________
7196[ 1321] By: gsar on 1998/07/05 07:41:50
7197 Log: sundry win32 config tweaks
7198 Branch: perl
7199 ! Todo.5.005 t/op/stat.t win32/Makefile win32/config.bc
7200 ! win32/config.gc win32/config.vc win32/config_H.bc
7201 ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
7202 ! win32/config_sh.PL win32/makefile.mk
7203____________________________________________________________________________
7204[ 1320] By: gsar on 1998/07/05 06:30:35
7205 Log: update Changes
7206 Branch: perl
7207 ! Changes
7208____________________________________________________________________________
7209[ 1319] By: gsar on 1998/07/05 06:27:37
7210 Log: add ck_sysread() for better sysread/read/recv sanity
7211 Branch: perl
7212 ! ObjXSub.h embed.h global.sym globals.c objpp.h op.c opcode.h
7213 ! opcode.pl proto.h
7214____________________________________________________________________________
7215[ 1318] By: gsar on 1998/07/05 04:34:05
7216 Log: From: Stephen McCamant <alias@mcs.com>
7217 Date: Sat, 4 Jul 1998 23:24:47 -0500 (CDT)
7218 Subject: [PATCH] Document B::Deparse, add pp_threadsv
7219 Message-ID: <13726.65230.19324.216849@alias-2.pr.mcs.net>
7220 Branch: perl
7221 ! ext/B/B/Deparse.pm
7222____________________________________________________________________________
1703fc65
GS
7223[ 1317] By: gsar on 1998/07/05 04:15:25
7224 Log: added patch with tweak to doc
7225 From: Chip Salzenberg <chip@perl.org>
7226 Message-ID: <19980704205136.A16319@perlsupport.com>
7227 Date: Sat, 4 Jul 1998 20:51:36 -0400
7228 Subject: [PATCH _69] Take 2: Warn on C<sub log; log($msg)>
7229 Branch: perl
7230 ! ext/IO/lib/IO/Handle.pm pod/perldiag.pod toke.c
7231____________________________________________________________________________
7232[ 1316] By: gsar on 1998/07/05 03:56:22
7233 Log: Porting/Glossary goes podly into Config.pm
7234 Branch: perl
7235 ! Porting/Glossary configpm
7236____________________________________________________________________________
7237[ 1315] By: gsar on 1998/07/05 02:50:18
7238 Log: add suggested tool as an example in ExtUtils::Packlist
7239 From: Alan Burlison <Alan.Burlison@UK.Sun.com>
7240 Message-Id: <199807031028.LAA10456@sale-wts>
7241 Date: Fri, 3 Jul 1998 11:28:03 +0100 (BST)
7242 Subject: Re: [make install] another horror story
7243 Branch: perl
7244 ! lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
7245____________________________________________________________________________
7246[ 1314] By: gsar on 1998/07/05 02:28:04
7247 Log: avoid race condition (storing ptr to SV before incrementing its
7248 REFCNT) and warning in newRV()
7249 Branch: perl
7250 ! sv.c
7251____________________________________________________________________________
7252[ 1313] By: gsar on 1998/07/05 02:06:40
7253 Log: applied suggested fix for xhv_array sizing, with portability tweaks
7254 From: Gisle Aas <gisle@aas.no>
7255 Subject: Re: [PATCH] Re: perl5.004_69 core dump
7256 Date: 04 Jul 1998 10:20:35 +0200
7257 Message-ID: <m3af6qowmk.fsf@furu.g.aas.no>
7258 Branch: perl
7259 ! hv.c
7260____________________________________________________________________________
7261[ 1312] By: gsar on 1998/07/05 01:36:45
7262 Log: From: Gisle Aas <gisle@aas.no>
7263 Subject: [PATCH] hv_max may be a few too many
7264 Date: 04 Jul 1998 09:28:46 +0200
7265 Message-ID: <m3d8bmoz0x.fsf@furu.g.aas.no>
7266 Branch: perl
7267 ! doop.c
7268____________________________________________________________________________
7269[ 1311] By: gsar on 1998/07/05 00:35:27
7270 Log: patchlevel up to 5.004_70, various tweaks
7271 * fix taint problems due to maintbranch regression
7272 * PERL_OBJECT now builds again
7273 * deal with C++ strong-typing problems in hv.c
7274 * fix mismatch in "reserved word" diagnostic
7275 Branch: perl
7276 ! av.c hv.c objpp.h patchlevel.h pp_ctl.c pp_hot.c proto.h
7277 ! regexec.c regexp.h toke.c win32/perlhost.h win32/win32.c
7278____________________________________________________________________________
7279[ 1310] By: TimBunce on 1998/07/04 11:35:25
7280 Log: Remove old RE //t flag from scan_subst().
7281 Branch: maint-5.004/perl
7282 ! toke.c
7283____________________________________________________________________________
7284[ 1309] By: gsar on 1998/07/04 08:32:53
7285 Log: various small tweaks (still fails a few taint tests in {taint,locale}.t)
7286 Branch: perl
7287 ! Todo.5.005 lib/re.pm sv.c t/lib/fields.t
7288____________________________________________________________________________
7289[ 1307] By: gsar on 1998/07/04 07:00:14
7290 Log: fix C<local $tied{foo} = $tied{foo}>, add tests
7291 Branch: perl
7292 ! pp_hot.c t/op/local.t
7293____________________________________________________________________________
7294[ 1306] By: gsar on 1998/07/04 05:52:34
7295 Log: fixes for mortalization bug in xsubpp, other efficiency tweaks
7296 From: joshua.pritikin@db.com
7297 Date: Wed, 1 Jul 1998 10:09:43 -0400
7298 Message-Id: <H00000e500086fb3@MHS>
7299 Subject: [PATCH _69] sv_2mortal fix
7300 Branch: perl
7301 ! lib/ExtUtils/xsubpp perl.c pp.c pp_hot.c proto.h sv.c sv.h
7302____________________________________________________________________________
7303[ 1305] By: gsar on 1998/07/04 05:46:42
7304 Log: add patch preextend global string table, tweak for 512 entries
7305 From: Gisle Aas <gisle@aas.no>
7306 Date: 04 Jul 1998 01:04:08 +0200
7307 Subject: Re: [PATCH] Re: perl5.004_69 core dump
7308 Message-ID: <m3ra02v8nr.fsf@furu.g.aas.no>
7309 Branch: perl
7310 ! perl.c
7311____________________________________________________________________________
7312[ 1304] By: gsar on 1998/07/04 05:40:35
7313 Log: simplify xhv_array sizing
7314 From: Gisle Aas <gisle@aas.no>
7315 Date: 04 Jul 1998 00:49:42 +0200
7316 Subject: Re: [PATCH] Re: perl5.004_69 core dump
7317 Message-ID: <m3yauav9bt.fsf@furu.g.aas.no>
7318 Branch: perl
7319 ! hv.c
7320____________________________________________________________________________
7321[ 1303] By: gsar on 1998/07/04 05:37:29
7322 Log: make 4-arg win32_select() sleep more reasonably on false values
7323 From: Blair Zajac <blair@gps.caltech.edu>
7324 Message-Id: <199807020225.TAA18740@gobi.gps.caltech.edu>
7325 Date: Wed, 1 Jul 1998 19:25:56 -0700 (PDT)
7326 Subject: [PATCH 5.004_69] select dumps core on MSWin32-x86
7327 --
7328 Message-Id: <199807030107.SAA08595@gobi.gps.caltech.edu>
7329 Date: Thu, 2 Jul 1998 18:07:19 -0700 (PDT)
7330 Subject: [PATCH 5.004_69] select dumps core on MSWin32-x86
7331 Branch: perl
7332 ! win32/win32sck.c
7333____________________________________________________________________________
7334[ 1302] By: gsar on 1998/07/04 05:32:50
7335 Log: adjust h2ph.t for dos-specific problem
7336 From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
7337 Message-ID: <19980703234525.C208@cdata.tvnet.hu>
7338 Date: Fri, 3 Jul 1998 23:45:25 +0200
7339 Subject: Re: [PATCH _68] t/lib/h2ph.t problem
7340 Branch: perl
7341 ! t/lib/h2ph.t
7342____________________________________________________________________________
7343[ 1301] By: gsar on 1998/07/04 05:31:04
7344 Log: fix CPAN.pm problem, OS2 tweaks
7345 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7346 Message-Id: <199807030459.AAA00097@monk.mps.ohio-state.edu>
7347 Subject: [PATCH 5.004_68] PAtch to CPAN first-time
7348 Date: Fri, 3 Jul 1998 00:59:35 -0400 (EDT)
7349 Branch: perl
7350 ! lib/CPAN/FirstTime.pm lib/ExtUtils/MM_OS2.pm
7351 ! lib/ExtUtils/MakeMaker.pm
7352____________________________________________________________________________
7353[ 1300] By: gsar on 1998/07/04 05:27:20
7354 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7355 Message-Id: <199807030102.VAA26813@monk.mps.ohio-state.edu>
7356 Date: Thu, 2 Jul 1998 21:02:59 -0400 (EDT)
7357 Subject: [PATCH 5.004_68] Add elc target to to makefile
7358 Branch: perl
7359 ! Makefile.SH
7360____________________________________________________________________________
7361[ 1299] By: gsar on 1998/07/04 05:25:56
7362 Log: newer emacs/cperl-mode.el (via private mail)
7363 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7364 Message-Id: <199807030104.VAA26825@monk.mps.ohio-state.edu>
7365 Date: Thu, 2 Jul 1998 21:04:29 -0400 (EDT)
7366 Subject: [PATCH 5.004_68] cperl-mode
7367 Branch: perl
7368 ! emacs/cperl-mode.el
7369____________________________________________________________________________
7370[ 1298] By: gsar on 1998/07/04 05:22:41
7371 Log: From: Dominic Dunlop <domo@computer.org>
7372 Message-Id: <v03110701b1c1603eae52@[195.95.102.68]>
7373 Date: Thu, 2 Jul 1998 22:57:26 +0000
7374 Subject: [PATCH 5.004_69] Make Power MachTen use vfork and perl's malloc
7375 Branch: perl
7376 ! hints/machten.sh malloc.c
7377____________________________________________________________________________
7378[ 1297] By: gsar on 1998/07/04 05:20:52
7379 Log: allow a flags args to fbm_instr() for future needs
7380 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7381 Message-Id: <199807020749.DAA12379@monk.mps.ohio-state.edu>
7382 Subject: [PATCH 5.004_68] mORE FBM_ CHANGES FOR FUTURE
7383 Date: Thu, 2 Jul 1998 03:49:32 -0400 (EDT)
7384 Branch: perl
7385 ! pod/perlguts.pod pp.c pp_hot.c proto.h regexec.c util.c
7386____________________________________________________________________________
7387[ 1296] By: gsar on 1998/07/04 05:16:15
7388 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
7389 Date: Thu, 2 Jul 1998 11:50:41 -0400 (EDT)
7390 Message-Id: <Pine.SUN.3.96.980702114956.18246B-100000@newton.phys>
7391 Subject: [PATCH 5.004_69] INSTALL-1.39
7392 Branch: perl
7393 ! INSTALL
7394____________________________________________________________________________
7395[ 1295] By: gsar on 1998/07/04 05:15:05
7396 Log: Configure update
7397 From: doughera@newton.phys.lafayette.edu (Andy Dougherty)
7398 Date: Wed, 1 Jul 98 23:07:50 EDT
7399 Message-Id: <9807020307.AA17848@newton.phys.lafayette.edu>
7400 Subject: [PATCH 5.004_69] Config_69-01
7401 Branch: perl
7402 ! Configure INSTALL MANIFEST Policy_sh.SH Porting/Glossary
7403 ! Porting/config.sh Porting/config_H Porting/pumpkin.pod
7404 ! config_h.SH win32/config.bc win32/config.gc win32/config.vc
7405____________________________________________________________________________
7406[ 1294] By: gsar on 1998/07/04 05:10:25
7407 Log: add perlbug -F switch to save message to file
7408 From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
7409 Message-Id: <l03130301b1c03a649e45@[194.222.64.89]>
7410 Date: Wed, 1 Jul 1998 21:14:22 +0200
7411 Subject: Re: [PATCH 5.004_69] perlbug -fok
7412 Branch: perl
7413 ! Makefile.SH utils/perlbug.PL
7414____________________________________________________________________________
7415[ 1293] By: gsar on 1998/07/04 05:06:52
7416 Log: catch nonexistent backrefs in REs
7417 From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
7418 Message-Id: <l03130304b1c027e1df9e@[194.222.64.89]>
7419 Date: Wed, 1 Jul 1998 20:14:05 +0200
7420 Subject: Re: [PATCH _66] for bad backrefs
7421 --
7422 Message-Id: <l03130300b1c03425261c@[194.222.64.89]>
7423 Date: Wed, 1 Jul 1998 20:47:16 +0200
7424 Subject: Re: [PATCH _66] for bad backrefs
7425 Branch: perl
7426 ! regcomp.c t/op/re_tests util.c
7427____________________________________________________________________________
7428[ 1292] By: gsar on 1998/07/04 05:02:01
7429 Log: fix perlcc to not rm output file, and other -w(arts)
7430 Branch: perl
7431 ! utils/perlcc.PL
7432____________________________________________________________________________
7433[ 1291] By: gsar on 1998/07/04 04:30:03
7434 Log: ignore stash entries that are not GVs in dump.c
7435 Branch: perl
7436 ! dump.c
7437____________________________________________________________________________
7438[ 1290] By: gsar on 1998/07/04 03:55:10
7439 Log: cleaner page headers from pod2man
7440 Branch: perl
7441 ! pod/pod2man.PL
7442____________________________________________________________________________
7443[ 1288] By: gsar on 1998/07/04 03:16:39
7444 Log: tweaks to Getopt::Std
7445 From: Robin Barker <rmb1@cise.npl.co.uk>
7446 Date: Tue, 30 Jun 98 14:45:49 BST
7447 Message-Id: <14103.9806301345@tempest.cise.npl.co.uk>
7448 Subject: [PATCH perl5.004_69] lib/Getopt/Std.pm
7449 --
7450 Message-Id: <17918.9807021053@tempest.cise.npl.co.uk>
7451 To: perl5-porters@perl.org
7452 Subject: [PATCH perl5.004_69] second: lib/Getopt/Std.pm
7453 Branch: perl
7454 ! lib/Getopt/Std.pm
7455____________________________________________________________________________
7456[ 1287] By: gsar on 1998/07/04 03:13:02
7457 Log: added patch, with tweaks
7458 From: Gisle Aas <gisle@aas.no>
7459 Date: 03 Jul 1998 00:50:15 +0200
7460 Message-ID: <m3btr7n9zs.fsf@furu.g.aas.no>
7461 Subject: [PATCH] Some AVHV documentation
7462 Branch: perl
7463 ! pod/perlref.pod
7464____________________________________________________________________________
7465[ 1286] By: gsar on 1998/07/04 02:53:26
7466 Log: applied patch with tweaks to prose
7467 From: Gisle Aas <gisle@aas.no>
7468 Subject: [PATCH] Simplified AVHV support
7469 Date: 30 Jun 1998 13:34:07 +0200
7470 Message-ID: <m3k95z86og.fsf@furu.g.aas.no>
7471 Branch: perl
7472 ! ObjXSub.h av.c embed.h global.sym objpp.h pod/perldiag.pod
7473 ! pp.c proto.h t/op/avhv.t
7474____________________________________________________________________________
7475[ 1285] By: gsar on 1998/07/04 02:30:48
7476 Log: tweak doc for ".."
7477 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7478 Subject: [PATCH] pod for scalar ..
7479 Message-Id: <E0yqyN8-0006gv-00@taurus.cus.cam.ac.uk>
7480 Date: Tue, 30 Jun 1998 12:14:50 +0100
7481 Branch: perl
7482 ! pod/perlop.pod
7483____________________________________________________________________________
7484[ 1284] By: gsar on 1998/07/04 02:28:43
7485 Log: fix use of uninitialized var in pp_unpack()
7486 From: Jarkko Hietaniemi <jhi@iki.fi>
7487 Date: Tue, 30 Jun 1998 14:32:17 +0300 (EET DST)
7488 Message-Id: <199806301132.OAA27353@alpha.hut.fi>
7489 Subject: [PATCH] 5.004_69 (also for 5.004_04) one more^Wless quad bug
7490 Branch: perl
7491 ! pp.c
7492____________________________________________________________________________
7493[ 1283] By: gsar on 1998/07/04 02:26:37
7494 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
7495 Date: Tue, 30 Jun 1998 11:40:22 +0300 (EET DST)
7496 Message-Id: <199806300840.LAA04872@alpha.hut.fi>
7497 Subject: [PATCH] 5.004_69: Parsewords.pm: avoid undefined warnings
7498 Branch: perl
7499 ! lib/Text/ParseWords.pm
7500____________________________________________________________________________
7501[ 1282] By: gsar on 1998/07/04 02:24:32
7502 Log: VMS updates from Dan Sugalski <sugalskd@osshe.edu>
7503 Message-Id: <3.0.5.32.19980629165356.00a20730@ous.edu>
7504 Date: Mon, 29 Jun 1998 16:53:56 -0700
7505 Subject: [PATCH 5.004_69]README.vms doc patch
7506 --
7507 Message-Id: <3.0.5.32.19980629165125.00a4e100@ous.edu>
7508 Date: Mon, 29 Jun 1998 16:51:25 -0700
7509 --
7510 Message-Id: <3.0.5.32.19980702135357.00a5eb40@ous.edu>
7511 Date: Thu, 02 Jul 1998 13:53:57 -0700
7512 Subject: [PATCH 5.004_69]VMS filetest operator fixup
7513 Branch: perl
7514 ! README.vms vms/descrip_mms.template vms/vms.c
7515____________________________________________________________________________
7516[ 1281] By: gsar on 1998/07/04 02:17:48
7517 Log: From: Dan Sugalski <sugalskd@osshe.edu>
7518 Message-Id: <3.0.5.32.19980629164625.00a4d7c0@ous.edu>
7519 Date: Mon, 29 Jun 1998 16:46:25 -0700
7520 Subject: [PATCH 5.004_69]Tweaks to VMS configuration procedure
7521 Branch: perl
7522 ! vms/subconfigure.com
7523____________________________________________________________________________
7524[ 1280] By: gsar on 1998/07/04 02:16:03
7525 Log: don't attempt to copy directories on VMS
7526 From: Dan Sugalski <sugalskd@osshe.edu>
7527 Message-Id: <3.0.5.32.19980629163129.00a82140@ous.edu>
7528 Date: Mon, 29 Jun 1998 16:31:29 -0700
7529 Subject: [PATCH 5.004_69]Tweak to installperl
7530 Branch: perl
7531 ! installperl
7532____________________________________________________________________________
7533[ 1279] By: gsar on 1998/07/04 02:09:26
7534 Log: add 'installhtml*dir' to win32 config templates
7535 From: "Douglas Lankshear" <dougl@ActiveState.com>
7536 Subject: [PATCH 5.004_68] For Win32 config
7537 Date: Mon, 29 Jun 1998 09:00:13 -0700
7538 Message-ID: <000a01bda376$ffe8b0b0$a32fa8c0@tau.Active>
7539 Branch: perl
7540 ! win32/config.bc win32/config.gc win32/config.vc
7541____________________________________________________________________________
7542[ 1278] By: gsar on 1998/07/04 02:06:23
7543 Log: implemented described fix for h2ph hanging on "enum"
7544 From: Billy <wdconsta@cs.adelaide.edu.au>
7545 Subject: Re: h2ph problem on Solaris 2.6/SPARC/Sun compiler
7546 Message-ID: <Pine.SV4.3.93.980627010407.21715A-100000@xenon.teaching.cs.adelaide.edu.au>
7547 Date: Sat, 27 Jun 1998 01:13:12 +0930 (CST)
7548 Branch: perl
7549 ! utils/h2ph.PL
7550____________________________________________________________________________
7551[ 1277] By: gsar on 1998/07/04 01:51:47
7552 Log: merge changes#1210,1211,1270 from maintbranch
7553 Branch: perl
7554 + lib/re.pm
7555 ! MANIFEST dump.c installperl lib/File/Basename.pm mg.c op.c
7556 ! op.h perl.h pod/perlmodlib.pod pod/perlop.pod pp_ctl.c
7557 ! pp_hot.c t/lib/basename.t t/op/taint.t toke.c
7558____________________________________________________________________________
7559[ 1276] By: gsar on 1998/07/04 00:33:37
7560 Log: deprecate use of reserved word "our" (Larry's idea)
7561 Date: Mon, 22 Jun 1998 08:55:09 -0700
7562 From: larry@wall.org (Larry Wall)
7563 Message-Id: <199806221555.IAA07212@wall.org>
7564 Subject: Re: our
7565 Branch: perl
7566 ! pod/perldiag.pod toke.c
7567____________________________________________________________________________
7568[ 1275] By: nick on 1998/07/02 18:36:59
7569 Log: Integrate mainline, just to keep up.
7570 Branch: ansiperl
7571 +> t/lib/fields.t
7572 - lib/Math/Trig/Radial.pm
7573 !> MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
7574 !> lib/Math/Trig.pm lib/base.pm lib/fields.pm mg.c
7575 !> pod/perldiag.pod pod/perltrap.pod pp_hot.c scope.c scope.h
7576 !> t/lib/trig.t t/op/array.t toke.c utils/perldoc.PL
7577 !> win32/config.bc win32/config.gc win32/config.vc
7578 !> win32/include/dirent.h win32/makedef.pl win32/win32.c
7579 !> win32/win32iop.h
7580____________________________________________________________________________
7581[ 1274] By: gsar on 1998/07/02 16:47:20
7582 Log: tweak win32/config.* variables
7583 Branch: perl
7584 ! win32/config.bc win32/config.gc win32/config.vc
7585____________________________________________________________________________
7586[ 1273] By: gsar on 1998/07/02 16:33:53
7587 Log: export opendir() set of functions on win32
7588 Branch: perl
7589 ! win32/include/dirent.h win32/makedef.pl win32/win32.c
7590 ! win32/win32iop.h
7591____________________________________________________________________________
7592[ 1272] By: gsar on 1998/07/01 23:21:49
7593 Log: fix C<@a = (%a = 1)> bizarreness
7594 Branch: perl
7595 ! pp_hot.c
7596____________________________________________________________________________
7597[ 1271] By: gsar on 1998/06/30 22:49:39
7598 Log: document perltrap on precedence of keys/values/each
7599 Branch: perl
7600 ! pod/perltrap.pod
7601____________________________________________________________________________
7602[ 1270] By: TimBunce on 1998/06/30 09:06:21
7603 Log: Added lib/re.pm missing from change 1210
7604 Branch: maint-5.004/perl
7605 + lib/re.pm
7606____________________________________________________________________________
7607[ 1269] By: gsar on 1998/06/30 08:20:52
7608 Log: From: Murray Nesbitt <murray@ActiveState.com>
7609 Message-Id: <77180549BCE.AAA466A@mail.rdc1.bc.wave.home.com>
7610 Date: Mon, 29 Jun 1998 14:30:59 PDT
7611 Subject: Re: [PATCH 5.004_67] MakeMaker mods for PPD support
7612 Branch: perl
7613 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
7614____________________________________________________________________________
7615[ 1268] By: gsar on 1998/06/30 05:38:34
7616 Log: From: Robin Barker <rmb1@cise.npl.co.uk>
7617 Message-Id: <13254.9806291404@tempest.cise.npl.co.uk>
7618 Date: Mon, 29 Jun 1998 15:04:57 -0000
7619 Subject: [PATCH perl5.004_69] perldoc.PL
7620 Branch: perl
7621 ! utils/perldoc.PL
7622____________________________________________________________________________
7623[ 1267] By: gsar on 1998/06/30 05:34:06
7624 Log: add patch to integrate Math::Trig::Radial into Math::Trig
7625 From: Jarkko Hietaniemi <jhi@iki.fi>
7626 Date: Mon, 29 Jun 1998 16:28:53 +0300 (EET DST)
7627 Message-Id: <199806291328.QAA16916@alpha.hut.fi>
7628 Subject: [PATCH] 5.004_68 (or 5.004_04): radial trig
7629 Branch: perl
7630 - lib/Math/Trig/Radial.pm
7631 ! MANIFEST lib/Math/Trig.pm t/lib/trig.t
7632____________________________________________________________________________
7633[ 1266] By: gsar on 1998/06/30 05:17:33
7634 Log: From: Gisle Aas <gisle@aas.no>
7635 Message-Id: <m367hk4hra.fsf@furu.g.aas.no>
7636 Date: 29 Jun 1998 12:36:09 +0200
7637 Subject: Re: [PATCH] Simplified magic_setisa() and improved fields.pm
7638 Branch: perl
7639 + t/lib/fields.t
7640 ! MANIFEST lib/base.pm lib/fields.pm mg.c pod/perldiag.pod
7641 ! t/op/array.t
7642____________________________________________________________________________
7643[ 1265] By: gsar on 1998/06/30 05:12:57
7644 Log: tweaks to overloaded constants (change#1259)
7645 Branch: perl
7646 ! scope.c scope.h toke.c
7647____________________________________________________________________________
7648[ 1264] By: nick on 1998/06/29 17:38:03
7649 Log: Integrate mainline c. _69 to ansiperl
7650 Branch: ansiperl
7651 +> eg/cgi/caution.xbm eg/cgi/dna.small.gif.uu
7652 +> eg/cgi/nph-multipart.cgi ext/Errno/ChangeLog
7653 +> ext/Errno/Errno_pm.PL ext/Errno/Makefile.PL lib/CGI/Cookie.pm
7654 +> lib/Math/Trig/Radial.pm perlio.h t/lib/cgi-form.t
7655 +> t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-request.t
7656 +> t/lib/errno.t t/op/goto_xs.t t/op/splice.t
7657 !> (integrate 100 files)
1703fc65
GS
7658
7659----------------
7660Version 5.004_69
4ebdfc99
GS
7661----------------
7662
7663____________________________________________________________________________
429b3afa
GS
7664[ 1263] By: gsar on 1998/06/29 09:17:28
7665 Log: update Changes and perlhist.pod
7666 Branch: perl
7667 ! Changes pod/perlhist.pod
7668____________________________________________________________________________
4ebdfc99
GS
7669[ 1262] By: gsar on 1998/06/29 08:26:36
7670 Log: bump patchlevel to 69, various little tweaks (tested on win32, Solaris
7671 under several build configurations)
7672 Branch: perl
7673 ! Todo.5.005 op.c patchlevel.h t/lib/cgi-function.t
7674 ! t/lib/cgi-request.t toke.c win32/Makefile win32/config_H.bc
7675 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
7676____________________________________________________________________________
7677[ 1261] By: gsar on 1998/06/29 06:51:10
7678 Log: add missing SSCHECK() to rectify faulty SSPUSH*() logic in change#1259
7679 Branch: perl
7680 ! scope.h
7681____________________________________________________________________________
7682[ 1260] By: gsar on 1998/06/29 06:46:12
7683 Log: Message-Id: <199806290610.IAA19443@moulon.inra.fr>
7684 Date: Mon, 29 Jun 1998 08:10:46 +0200
7685 From: ts <decoux@moulon.inra.fr>
7686 Subject: {perlembed.pod] Re: Memory leak in Perl 5.004 and the fix
7687 Branch: perl
7688 ! pod/perlembed.pod
7689____________________________________________________________________________
7690[ 1259] By: gsar on 1998/06/29 06:01:35
7691 Log: added patch for overloading constants, made PERL_OBJECT-aware
7692 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7693 Message-Id: <199806270328.XAA21088@monk.mps.ohio-state.edu>
7694 Date: Fri, 26 Jun 1998 23:28:41 -0400 (EDT)
7695 Branch: perl
7696 ! ObjXSub.h embed.h embedvar.h global.sym hv.c interp.sym
7697 ! intrpvar.h lib/Math/BigInt.pm lib/overload.pm objpp.h op.c
7698 ! perl.c perl.h pp_ctl.c proto.h scope.c scope.h
7699 ! t/pragma/overload.t toke.c
7700____________________________________________________________________________
7701[ 1258] By: gsar on 1998/06/29 05:32:25
7702 Log: fix Socket.pm typo from change#1240
7703 Branch: perl
7704 ! ext/Socket/Socket.pm
7705____________________________________________________________________________
7706[ 1257] By: gsar on 1998/06/29 05:09:24
7707 Log: applied patch, tweak for threads awareness
7708 From: Albert Dvornik <bert@genscan.com>
7709 Subject: [PATCH]5.004_04-m4 (CORE) fix for broken "goto &xsub"
7710 Date: 24 Jun 1998 19:33:09 -0400
7711 Message-Id: <tq4sxawf2h.fsf@puma.genscan.com>
7712 Branch: perl
7713 + t/op/goto_xs.t
7714 ! MANIFEST pp_ctl.c
7715____________________________________________________________________________
7716[ 1256] By: gsar on 1998/06/29 03:34:18
7717 Log: applied patch, fixed one more leak, tweaked whitespace bugs
7718 From: Guy Decoux <decoux@moulon.inra.fr>
7719 (via)
7720 Date: Fri, 26 Jun 1998 09:59:32 -0400
7721 From: "Chunhui Teng" <cteng@nortel.ca>
7722 Message-Id: <199806261359.JAA02393@bmers357.nortel.ca>
7723 Subject: Memory leak in Perl 5.004 and the fix
7724 Branch: perl
7725 ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
7726____________________________________________________________________________
7727[ 1255] By: gsar on 1998/06/29 02:50:37
7728 Log: From: koenig@kulturbox.de (Andreas J. Koenig)
7729 Subject: Permissions in MakeMaker (Was: patch to MM_Unix.pm)
7730 Date: 28 Jun 1998 23:47:07 +0200
7731 Message-ID: <sfc1zs9gpwk.fsf@dubravka.in-berlin.de>
7732 Branch: perl
7733 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
7734____________________________________________________________________________
7735[ 1254] By: gsar on 1998/06/28 21:35:02
7736 Log: From: joshua.pritikin@db.com
7737 Date: Fri, 26 Jun 1998 09:34:34 -0400
7738 Message-Id: <H00000e500081d23@MHS>
7739 Subject: [PATCH _68] PUSHSTACK renovation
7740 Branch: perl
7741 ! av.c cop.h gv.c mg.c perl.c pp_ctl.c pp_sys.c sv.c util.c
7742____________________________________________________________________________
7743[ 1253] By: gsar on 1998/06/28 21:21:22
7744 Log: From: Stephen McCamant <alias@mcs.com>
7745 Message-Id: <m0yq2fr-000EalC@alias-2.pr.mcs.net>
7746 Date: Sat, 27 Jun 1998 16:38:19 -0500 (CDT)
7747 Subject: IV changes for long long (was Re: 5.004_68 on its way to the CPAN)
7748 Branch: perl
7749 ! perlvars.h sv.c
7750____________________________________________________________________________
7751[ 1252] By: gsar on 1998/06/28 21:16:34
7752 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7753 Message-Id: <199806272359.TAA05436@monk.mps.ohio-state.edu>
7754 Subject: [PATCH 5.004_68] Improve warning on zero-length chunks in RE
7755 Date: Sat, 27 Jun 1998 19:59:13 -0400 (EDT)
7756 Branch: perl
7757 ! regcomp.c
7758____________________________________________________________________________
7759[ 1251] By: gsar on 1998/06/28 21:14:32
7760 Log: add Math/Trig/Radial.pm, update MANIFEST
7761 From: Jarkko Hietaniemi <jhi@iki.fi>
7762 Date: Sat, 27 Jun 1998 17:28:14 +0300 (EET DST)
7763 Message-Id: <199806271428.RAA05307@alpha.hut.fi>
7764 Subject: Math::Trig::Radial ?
7765 Branch: perl
7766 + lib/Math/Trig/Radial.pm
7767 ! MANIFEST
7768____________________________________________________________________________
7769[ 1250] By: gsar on 1998/06/28 21:09:48
7770 Log: applied patch, tweaked doc, and regen regnodes.h
7771 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7772 Message-Id: <199806270655.CAA29144@monk.mps.ohio-state.edu>
7773 Subject: [PATCH 5.004_68] \z in RE
7774 Date: Sat, 27 Jun 1998 02:55:26 -0400 (EDT)
7775 Branch: perl
7776 ! pod/perlre.pod regcomp.c regcomp.sym regexec.c regnodes.h
7777 ! t/op/re_tests t/op/regexp.t toke.c
7778____________________________________________________________________________
7779[ 1249] By: gsar on 1998/06/28 20:56:38
7780 Log: From: mike@bill.iac.net
7781 Message-ID: <19980627034913.A32220@bill.minivend.com>
7782 Date: Sat, 27 Jun 1998 03:49:13 +0000
7783 Subject: [ PATCH 5.004 68 ] Text::ParseWords, ^W fixed, version 3.1
7784 Branch: perl
7785 ! lib/Text/ParseWords.pm t/lib/parsewords.t
7786____________________________________________________________________________
7787[ 1248] By: gsar on 1998/06/28 20:54:43
7788 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7789 Message-Id: <199806270352.XAA21174@monk.mps.ohio-state.edu>
7790 Subject: [PATCH] Fix ptags
7791 Date: Fri, 26 Jun 1998 23:52:54 -0400 (EDT)
7792 Branch: perl
7793 ! emacs/ptags
7794____________________________________________________________________________
7795[ 1247] By: gsar on 1998/06/28 20:42:54
7796 Log: apply patch sent via private mail
7797 From: Stephen McCamant <alias@mcs.com>
7798 Message-Id: <m0ypkmt-000EalC@alias-2.pr.mcs.net>
7799 Date: Fri, 26 Jun 1998 21:32:23 -0500 (CDT)
7800 Subject: Re: Enhanced B::Deparse
7801 Branch: perl
7802 ! ext/B/B/Deparse.pm
7803____________________________________________________________________________
7804[ 1246] By: gsar on 1998/06/28 20:38:24
7805 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7806 Message-Id: <199806270109.VAA14907@monk.mps.ohio-state.edu>
7807 Subject: [PATCH 5.004_68] pat.t tests
7808 Date: Fri, 26 Jun 1998 21:09:02 -0400 (EDT)
7809 Branch: perl
7810 ! t/op/pat.t
7811____________________________________________________________________________
7812[ 1245] By: gsar on 1998/06/28 20:36:08
7813 Log: From: joshua.pritikin@db.com
7814 Date: Fri, 26 Jun 1998 10:02:32 -0400
7815 Message-Id: <H00000e500081d28@MHS>
7816 Subject: [PATCH _68] improve recursive error messages!
7817 Branch: perl
7818 ! gv.c pod/perldiag.pod universal.c
7819____________________________________________________________________________
7820[ 1244] By: gsar on 1998/06/28 20:09:02
7821 Log: From: Dominic Dunlop <domo@vo.lu>
7822 Message-Id: <v03110701b1b83a06733a@[195.95.102.101]>
7823 Date: Thu, 25 Jun 1998 17:46:55 +0000
7824 Subject: [PATCH 5.004_68]: Move REG_INFTY-dependent tests from op/regexp.t
7825 to op/pat.t; add tests for a few more regexp parse failures etc.
7826 Branch: perl
7827 ! t/op/pat.t t/op/re_tests t/op/regexp.t
7828____________________________________________________________________________
7829[ 1243] By: gsar on 1998/06/28 20:06:30
7830 Log: specify *.sym files needed in perl_exp.SH instead of picking up all
7831 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
7832 Date: Thu, 25 Jun 1998 10:36:21 -0400 (EDT)
7833 Subject: Re: Not OK: perl 5.00468 on aix-thread 4.1.4.0
7834 Message-Id: <Pine.SUN.3.96.980625102459.11241F-100000@newton.phys>
7835 Branch: perl
7836 ! perl_exp.SH
7837____________________________________________________________________________
7838[ 1242] By: gsar on 1998/06/28 20:01:28
7839 Log:
7840 From: Gisle Aas <gisle@aas.no>
7841 Subject: Re: [PATCH] 4-arg substr update for perl5.004_68
7842 Date: 25 Jun 1998 10:32:43 +0200
7843 Message-ID: <m3iulpubis.fsf@furu.g.aas.no>
7844 Branch: perl
7845 ! op.c pod/perlfunc.pod pp.c t/op/substr.t
7846____________________________________________________________________________
7847[ 1241] By: gsar on 1998/06/28 19:55:11
7848 Log: applied patch, tweaked opcode.pl for PERL_OBJECT, and regen opcode.h
7849 From: Stephen McCamant <alias@mcs.com>
7850 Message-Id: <m0yp1Ue-000EP2C@alias-2.pr.mcs.net>
7851 Date: Wed, 24 Jun 1998 21:10:32 -0500 (CDT)
7852 Subject: [PATCH REPOST] refgen in opcode.pl
7853 Branch: perl
7854 ! opcode.h opcode.pl
7855____________________________________________________________________________
7856[ 1240] By: gsar on 1998/06/28 19:46:29
7857 Log: From: Chris Nandor <pudge@pobox.com>
7858 Message-Id: <v04011709b1b742cd7f0c@[24.48.29.192]>
7859 Date: Wed, 24 Jun 1998 19:58:28 -0400
7860 Subject: [PATCH 3d try] Add CR LF CRLF to Socket.pm
7861 Branch: perl
7862 ! ext/Socket/Socket.pm
7863____________________________________________________________________________
7864[ 1239] By: gsar on 1998/06/28 19:44:19
7865 Log: From: Gisle Aas <gisle@aas.no>
7866 Subject: [PATCH] Optimize foreach (1..1000000)
7867 Date: 24 Jun 1998 20:26:48 +0200
7868 Message-ID: <m3lnqmwt93.fsf@furu.g.aas.no>
7869 Branch: perl
7870 ! Todo cop.h op.c pod/perldiag.pod pod/perlop.pod pp_ctl.c
7871 ! pp_hot.c t/op/range.t
7872____________________________________________________________________________
7873[ 1238] By: gsar on 1998/06/28 19:28:13
7874 Log: avoid creation of %^R
7875 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7876 Message-Id: <199806241825.OAA06346@monk.mps.ohio-state.edu>
7877 Subject: Re: [5.004_68] What is %^R ? [PATCH?]
7878 Date: Wed, 24 Jun 1998 14:25:06 -0400 (EDT)
7879 Branch: perl
7880 ! perl.c t/op/splice.t
7881____________________________________________________________________________
7882[ 1237] By: gsar on 1998/06/28 19:23:40
7883 Log: From: Gisle Aas <gisle@aas.no>
7884 Subject: [PATCH] Negative LENGTH argument to splice
7885 Date: 24 Jun 1998 15:11:35 +0200
7886 Message-ID: <m3g1gvc5bs.fsf@furu.g.aas.no>
7887 Branch: perl
7888 + t/op/splice.t
7889 ! MANIFEST pod/perlfunc.pod pp.c
7890____________________________________________________________________________
7891[ 1236] By: gsar on 1998/06/28 19:18:29
7892 Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7893 Subject: [PATCH] Insecure $ENV{} message out of step with perldiag
7894 Message-Id: <E0yooQA-0003za-00@taurus.cus.cam.ac.uk>
7895 Date: Wed, 24 Jun 1998 13:13:02 +0100
7896 Branch: perl
7897 ! pod/perldiag.pod pod/perlsec.pod
7898____________________________________________________________________________
7899[ 1235] By: gsar on 1998/06/28 19:16:13
7900 Log: Complex.pm update
7901 From: Jarkko Hietaniemi <jhi@iki.fi>
7902 Date: Wed, 24 Jun 1998 15:19:05 +0300 (EET DST)
7903 Message-Id: <199806241219.PAA04061@alpha.hut.fi>
7904 Subject: [PATCH] 5.004_68: Complex.pm, complex.t
7905 Branch: perl
7906 ! lib/Math/Complex.pm t/lib/complex.t
7907____________________________________________________________________________
7908[ 1234] By: gsar on 1998/06/28 19:13:05
7909 Log: disable perl malloc on UNICOS for now
7910 From: Jarkko Hietaniemi <jhi@iki.fi>
7911 Date: Wed, 24 Jun 1998 12:37:14 +0300 (EET DST)
7912 Message-Id: <199806240937.MAA01669@alpha.hut.fi>
7913 Subject: [PATCH] 5.004_68: UNICOS hints
7914 Branch: perl
7915 ! hints/unicos.sh
7916____________________________________________________________________________
7917[ 1233] By: gsar on 1998/06/28 19:10:53
7918 Log: fixes unpack("q"...), and semctl() tests for UNICOS
7919 From: Jarkko Hietaniemi <jhi@iki.fi>
7920 Date: Wed, 24 Jun 1998 11:55:09 +0300 (EET DST)
7921 Message-Id: <199806240855.LAA16152@alpha.hut.fi>
7922 Subject: [PATCH] 5.004_68: semctl() in UNICOS (was: pack/unpack)
7923 Branch: perl
7924 ! pp.c t/op/ipcsem.t t/op/pack.t
7925____________________________________________________________________________
7926[ 1232] By: gsar on 1998/06/28 19:01:23
7927 Log: tweak various places for iperlsys.h awareness
7928 Branch: perl
7929 ! MANIFEST Makefile.SH lib/ExtUtils/MM_Unix.pm
7930 ! lib/ExtUtils/MM_VMS.pm pod/perlapio.pod
7931____________________________________________________________________________
7932[ 1231] By: gsar on 1998/06/28 18:37:07
7933 Log: add a perlio.h stub for compat (some extensions seem to #include it)
7934 Branch: perl
7935 + perlio.h
7936____________________________________________________________________________
7937[ 1230] By: gsar on 1998/06/28 18:35:23
7938 Log: Message-ID: <19980624003701.C161@cdata.tvnet.hu>
7939 Date: Wed, 24 Jun 1998 00:37:01 +0200
7940 From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
7941 Subject: Re: [PATCH for _66] Makefile.SH problem on dos/djgpp
7942 Branch: perl
7943 ! pod/pod2text.PL
7944____________________________________________________________________________
7945[ 1229] By: gsar on 1998/06/28 18:33:42
7946 Log: hand apply mutiliated patch
7947 Message-Id: <3.0.5.32.19980623114100.00ab76e0@ous.edu>
7948 Date: Tue, 23 Jun 1998 11:41:00 -0700
7949 From: Dan Sugalski <sugalskd@osshe.edu>
7950 Subject: [PATCH 5.004_68]Configure update for VMS
7951 Branch: perl
7952 ! configure.com vms/descrip_mms.template vms/subconfigure.com
7953____________________________________________________________________________
7954[ 1228] By: gsar on 1998/06/28 17:17:35
7955 Log: hand apply whitespace mutiliated patch
7956 Date: Tue, 23 Jun 98 16:38:06 BST
7957 Message-Id: <5389.9806231538@tempest.cise.npl.co.uk>
7958 From: Robin Barker <rmb1@cise.npl.co.uk>
7959 Subject: PATCH [perl5.004_68] perlbug.PL; was Re: Error message for Errno_pm.PL
7960 Branch: perl
7961 ! utils/perlbug.PL
7962____________________________________________________________________________
7963[ 1227] By: gsar on 1998/06/28 17:14:34
7964 Log: Date: Tue, 23 Jun 1998 08:51:00 -0700 (PDT)
7965 From: Tom Phoenix <rootbeer@teleport.com>
7966 Subject: [PATCH] documenting close without arguments
7967 Message-ID: <Pine.GSO.3.96.980623084413.24075V-100000@user2.teleport.com>
7968 Branch: perl
7969 ! pod/perlfunc.pod
7970____________________________________________________________________________
7971[ 1226] By: gsar on 1998/06/28 17:12:56
7972 Log: Date: Tue, 23 Jun 1998 05:37:09 -0700 (PDT)
7973 From: Tom Phoenix <rootbeer@teleport.com>
7974 Subject: Better diags for vars.pm
7975 Message-ID: <Pine.GSO.3.96.980623052846.24075A-100000@user2.teleport.com>
7976 Branch: perl
7977 ! lib/vars.pm
7978____________________________________________________________________________
7979[ 1225] By: gsar on 1998/06/28 17:05:59
7980 Log: hand apply whitespace mutiliated perldoc.PL patches
7981 Date: Tue, 23 Jun 98 15:49:52 BST
7982 Message-Id: <5302.9806231449@tempest.cise.npl.co.uk>
7983 From: Robin Barker <rmb1@cise.npl.co.uk>
7984 Subject: PATCH [5.004_68] perldoc.PL
7985 --
7986 Date: Fri, 26 Jun 98 17:50:05 BST
7987 Message-Id: <6834.9806261650@tempest.cise.npl.co.uk>
7988 From: Robin Barker <rmb1@cise.npl.co.uk>
7989 Subject: [PATCH 5.004_68] perldoc.PL
7990 Branch: perl
7991 ! utils/perldoc.PL
7992____________________________________________________________________________
7993[ 1224] By: gsar on 1998/06/28 16:50:59
7994 Log: integrate ansiperl to get makedef.pl tweak
7995 Branch: perl
7996 ! Porting/pumpkin.pod win32/makedef.pl
7997____________________________________________________________________________
7998[ 1223] By: gsar on 1998/06/28 16:33:32
7999 Log: add CGI-2.42, its and testsuite
8000 Branch: perl
8001 + eg/cgi/caution.xbm eg/cgi/dna.small.gif.uu
8002 + eg/cgi/nph-multipart.cgi lib/CGI/Cookie.pm t/lib/cgi-form.t
8003 + t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-request.t
8004 ! MANIFEST eg/cgi/RunMeFirst eg/cgi/file_upload.cgi
8005 ! eg/cgi/index.html eg/cgi/monty.cgi eg/cgi/save_state.cgi
8006 ! eg/cgi/wilogo.gif.uu lib/CGI.pm lib/CGI/Apache.pm
8007 ! lib/CGI/Carp.pm lib/CGI/Fast.pm lib/CGI/Push.pm
8008 ! lib/CGI/Switch.pm
8009____________________________________________________________________________
8010[ 1222] By: gsar on 1998/06/28 15:28:29
8011 Log: enable Errno build on win32, add Errno-1.08 files to repository
8012 Branch: perl
8013 + ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
8014 + ext/Errno/Makefile.PL t/lib/errno.t
8015 ! MANIFEST win32/Makefile win32/config.bc win32/config.gc
8016 ! win32/config.vc win32/makefile.mk
8017____________________________________________________________________________
8018[ 1221] By: gsar on 1998/06/28 14:34:06
8019 Log: tweak win32 config templates for cpp
8020 Branch: perl
8021 ! win32/config.bc win32/config.gc win32/config.vc
8022____________________________________________________________________________
8023[ 1220] By: nick on 1998/06/26 16:46:13
8024 Log: Integrate mainline
8025 Branch: ansiperl
8026 !> Changes Makefile.SH ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
8027 !> ext/POSIX/POSIX.xs perl.c pod/perlre.pod pod/perlvar.pod sv.c
8028 !> util.c win32/win32.h
8029____________________________________________________________________________
8030[ 1219] By: gsar on 1998/06/26 04:33:57
8031 Log: make find_script() return saved string, reenable missing diagnostics
8032 Branch: perl
8033 ! perl.c util.c
8034____________________________________________________________________________
8035[ 1218] By: gsar on 1998/06/25 23:24:53
8036 Log: avoid warning with -P switch
8037 Branch: perl
8038 ! perl.c
8039____________________________________________________________________________
8040[ 1217] By: gsar on 1998/06/25 22:06:58
8041 Log: don't suppress display of Makefile recipes that invoke perl
8042 Branch: perl
8043 ! Makefile.SH
8044____________________________________________________________________________
8045[ 1216] By: gsar on 1998/06/25 21:32:06
8046 Log: tweak order of destruction so OBJECTs in GLOBs are visited after those
8047 in RVs
8048 Branch: perl
8049 ! sv.c
8050____________________________________________________________________________
8051[ 1215] By: gsar on 1998/06/25 18:56:59
8052 Log: mknod() is not POSIX, so remove the POSIX pieces from change#1199
8053 Branch: perl
8054 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
8055____________________________________________________________________________
8056[ 1214] By: gsar on 1998/06/25 18:11:22
8057 Log: add FILE_SHARE_DELETE ifndef in win32.h
8058 Branch: perl
8059 ! win32/win32.h
8060____________________________________________________________________________
8061[ 1213] By: nick on 1998/06/24 17:18:59
8062 Log: Correct perl malloc tweak to .def generation
8063 Branch: ansiperl
8064 ! win32/makedef.pl
8065____________________________________________________________________________
8066[ 1212] By: gsar on 1998/06/24 12:40:13
8067 Log: check in what change#1182 didn't, and Changes
8068 Branch: perl
8069 ! Changes pod/perlre.pod pod/perlvar.pod
8070____________________________________________________________________________
8071[ 1211] By: TimBunce on 1998/06/23 23:09:37
8072 Log: Update test count in t/lib/basename.t (see change 1210)
8073 Branch: maint-5.004/perl
8074 ! t/lib/basename.t
8075____________________________________________________________________________
8076[ 1210] By: TimBunce on 1998/06/23 22:58:18
8077 Log: Title: "Add C<use re 'taint'> pragma to propagate tainting in m// and s///"
8078 From: Chip Salzenberg <chip@perl.org>, Gurusamy Sarathy
8079 <gsar@engin.umich.edu>, Tim.Bunce@ig.co.uk (Tim Bunce)
8080 Msg-ID: <19980525155222.A18445@perlsupport.com>,
8081 <199805261143.MAA04260@toad.ig.co.uk>,
8082 <199805261235.IAA10371@aatma.engin.umich.edu>,
8083 Files: MANIFEST pod/perlmodlib.pod pod/perlop.pod op.h perl.h dump.c
8084 installperl lib/re.pm lib/File/Basename.pm mg.c op.c
8085 pp_ctl.c pp_hot.c t/lib/basename.t t/op/taint.t toke.c
8086 Branch: maint-5.004/perl
8087 ! MANIFEST dump.c embed.h installperl lib/File/Basename.pm mg.c
8088 ! op.c op.h perl.h pod/perlmodlib.pod pod/perlop.pod pp_ctl.c
8089 ! pp_hot.c t/lib/basename.t t/op/taint.t toke.c
8090____________________________________________________________________________
8091[ 1209] By: nick on 1998/06/23 21:33:34
8092 Log: Perl_malloced_size() only available with perl's malloc
8093 Branch: ansiperl
8094 ! win32/makefile.mk
8095____________________________________________________________________________
8096[ 1208] By: nick on 1998/06/23 18:15:23
8097 Log: Integrate mainline c. 5.004_68 into ansiperl, mainly
8098 so see what has changed...
8099 Branch: ansiperl
8100 +> Porting/genlog iperlsys.h lib/File/Spec.pm
8101 +> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
8102 +> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
8103 +> lib/File/Spec/Win32.pm regcomp.pl regcomp.sym regnodes.h
8104 +> t/lib/filespec.t win32/perlhost.h
8105 - atomic.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h ipsock.h
8106 - ipstdio.h perldir.h perlenv.h perlio.h perllio.h perlmem.h
8107 - perlproc.h perlsock.h
8108 !> (integrate 96 files)
8109
8110----------------
8111Version 5.004_68
808270a4
GS
8112----------------
8113
8114____________________________________________________________________________
b9ac3b5b
GS
8115[ 1207] By: gsar on 1998/06/23 10:55:05
8116 Log: final touches to 5.004_68
8117 Branch: perl
8118 ! perl.c
8119____________________________________________________________________________
8120[ 1206] By: gsar on 1998/06/23 10:50:10
8121 Log: more MULTIPLICITY tweaks
8122 Branch: perl
8123 ! objpp.h perl.c perl.h proto.h win32/GenCAPI.pl win32/config.bc
8124 ! win32/config.gc win32/config.vc win32/config_H.bc
8125 ! win32/config_H.gc win32/config_H.vc
8126____________________________________________________________________________
8127[ 1205] By: gsar on 1998/06/23 09:03:46
8128 Log: partial MULTIPLICITY cleanup
8129 Branch: perl
8130 ! embedvar.h interp.sym intrpvar.h perl.c perlvars.h proto.h
8131 ! thrdvar.h
8132____________________________________________________________________________
8133[ 1204] By: gsar on 1998/06/23 09:00:48
8134 Log: tweak MANIFEST, add Dev_t to POSIX/typemap
8135 Branch: perl
8136 ! MANIFEST Porting/makerel README.win32 ext/POSIX/typemap
8137____________________________________________________________________________
8138[ 1203] By: gsar on 1998/06/23 07:08:02
8139 Log: bump patchlevel to 68, Porting/makerel tweaks
8140 Branch: perl
8141 ! Porting/makerel patchlevel.h win32/Makefile win32/config_H.bc
8142 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
8143____________________________________________________________________________
8144[ 1202] By: gsar on 1998/06/23 06:16:19
8145 Log: remove atomic.h pending resolution of licensing issues,
8146 EMULATE_ATOMIC_REFCOUNTS everywhere
8147 Branch: perl
8148 - atomic.h
8149 ! MANIFEST perl.h sv.h
8150____________________________________________________________________________
8151[ 1201] By: gsar on 1998/06/23 06:06:23
8152 Log: applied patch, regen headers
8153 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8154 Message-Id: <199806220819.EAA03295@monk.mps.ohio-state.edu>
8155 Subject: [PATCH 5.004_67] Malloc size feedback
8156 Date: Mon, 22 Jun 1998 04:19:45 -0400 (EDT)
8157 Branch: perl
8158 ! ObjXSub.h av.c embed.h global.sym hv.c malloc.c objpp.h perl.c
8159 ! pp_sys.c proto.h sv.c toke.c
8160____________________________________________________________________________
8161[ 1200] By: gsar on 1998/06/23 05:59:09
8162 Log: Message-Id: <m0yoIgR-000EP2C@alias-2.pr.mcs.net>
8163 Date: Mon, 22 Jun 1998 21:19:43 -0500 (CDT)
8164 From: Stephen McCamant <alias@mcs.com>
8165 Subject: [PATCH] Inheritance of B:: classes
8166 Branch: perl
8167 ! ext/B/B.pm
8168____________________________________________________________________________
8169[ 1199] By: gsar on 1998/06/23 05:57:58
8170 Log: applied patch, moved #define mkfifo ... from perl.h to POSIX.xs
8171 Date: Tue, 23 Jun 1998 00:01:02 +0300 (EET DST)
8172 Message-Id: <199806222101.AAA16456@alpha.hut.fi>
8173 Subject: [PATCH] _67: somebody said POSIX::mknod?
8174 From: Jarkko Hietaniemi <jhi@iki.fi>
8175 Branch: perl
8176 ! Configure config_h.SH ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
8177 ! ext/POSIX/POSIX.xs perl.h
8178____________________________________________________________________________
8179[ 1198] By: gsar on 1998/06/23 05:48:56
8180 Log: Date: Mon, 22 Jun 1998 14:10:46 -0600 (MDT)
8181 From: Daniel Grisinger <dgris@perrin.dimensional.com>
8182 Subject: PATCH [5.004_67] perldoc.PL
8183 Message-ID: <Pine.LNX.3.96.980622135953.10412A-100000@perrin.dimensional.com>
8184 Branch: perl
8185 ! utils/perldoc.PL
8186____________________________________________________________________________
8187[ 1197] By: gsar on 1998/06/23 05:47:24
8188 Log: Message-Id: <3.0.5.32.19980622092918.00aa46e0@ous.edu>
8189 Date: Mon, 22 Jun 1998 09:29:18 -0700
8190 From: Dan Sugalski <sugalskd@ous.edu>
8191 Subject: [PATCH 5.004_67] Autosplit's not qite case-insensitive enough on VMS
8192 Branch: perl
8193 ! lib/AutoSplit.pm
8194____________________________________________________________________________
8195[ 1196] By: gsar on 1998/06/23 05:45:19
8196 Log: Date: Mon, 22 Jun 1998 18:58:55 +0300 (EET DST)
8197 Message-Id: <199806221558.SAA18626@alpha.hut.fi>
8198 Subject: [PATCH] 5.004_67: Fcntl: add few constants, enhance maintainability
8199 From: Jarkko Hietaniemi <jhi@iki.fi>
8200 Branch: perl
8201 ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
8202____________________________________________________________________________
8203[ 1195] By: gsar on 1998/06/23 05:43:32
8204 Log: Message-Id: <v03110700b1b41e1760b2@[195.95.102.55]>
8205 Date: Mon, 22 Jun 1998 15:22:24 +0000
8206 From: Dominic Dunlop <domo@vo.lu>
8207 Subject: [PATCH 5.004_67] Amend tests/regexp.t for variable REG_INFTY;
8208 update machten.sh to vary REG_INFTY
8209 Branch: perl
8210 ! hints/machten.sh t/op/re_tests t/op/regexp.t
8211____________________________________________________________________________
8212[ 1194] By: gsar on 1998/06/23 05:38:36
8213 Log: filter out array subscripts when generating symbols for AIX
8214 Date: Mon, 22 Jun 1998 12:14:31 +0300 (EET DST)
8215 Message-Id: <199806220914.MAA13631@alpha.hut.fi>
8216 Subject: [PATCH] 5.004_67: perl.exp bug, AIX unhappy
8217 From: Jarkko Hietaniemi <jhi@iki.fi>
8218 Branch: perl
8219 ! perl_exp.SH
8220____________________________________________________________________________
8221[ 1193] By: gsar on 1998/06/23 05:32:52
8222 Log: updated hints file to cope with buggy sigsetjmp() on Solaris-x86
8223 Message-Id: <199806221102.NAA12106@alanya.m.isar.de>
8224 Date: Mon, 22 Jun 1998 13:02:45 +0200 (MET DST)
8225 From: Lupe Christoph <lupe@alanya.m.isar.de>
8226 Subject: Re: Perl 5.004_67: Death is on vacation - miniperl can't die
8227 Branch: perl
8228 ! hints/solaris_2.sh
8229____________________________________________________________________________
8230[ 1192] By: gsar on 1998/06/23 05:27:13
8231 Log: add detailed changelogs and 'genlog'--the script which generates them
8232 Branch: perl
8233 + Porting/genlog
8234 ! Changes INSTALL
8235____________________________________________________________________________
808270a4
GS
8236[ 1191] By: gsar on 1998/06/22 15:56:27
8237 Log: tweak win32 makefiles for PERL_OBJECT build
8238 Branch: perl
8239 ! win32/Makefile win32/makefile.mk
8240____________________________________________________________________________
8241[ 1190] By: gsar on 1998/06/22 04:06:02
8242 Log: backout change#1178 as it was dependent on an unapplied patch,
8243 fix filespec.t to know its @INC
8244 Branch: perl
8245 ! sv.c t/lib/filespec.t
8246____________________________________________________________________________
8247[ 1189] By: gsar on 1998/06/22 03:47:43
8248 Log: eliminate use of tokenbuf in util.c
8249 Branch: perl
8250 ! util.c
8251____________________________________________________________________________
8252[ 1188] By: gsar on 1998/06/22 01:53:59
8253 Log: add patch that generates regnodes.h via regcomp.pl
8254 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8255 Message-Id: <199806212038.QAA29797@monk.mps.ohio-state.edu>
8256 Subject: [PATCH 5.004_67] regcomp.h regnodes cleanup
8257 Date: Sun, 21 Jun 1998 16:38:21 -0400 (EDT)
8258 Branch: perl
8259 + regcomp.pl regcomp.sym regnodes.h
8260 ! MANIFEST Makefile.SH regcomp.h
8261____________________________________________________________________________
8262[ 1187] By: gsar on 1998/06/22 01:42:21
8263 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8264 Message-Id: <199806210145.VAA21629@monk.mps.ohio-state.edu>
8265 Subject: [PATCH 5.004_67] Avoid temporaries on recursion
8266 Date: Sat, 20 Jun 1998 21:45:03 -0400 (EDT)
8267 Branch: perl
8268 ! pp_ctl.c pp_hot.c
8269____________________________________________________________________________
8270[ 1186] By: gsar on 1998/06/22 01:14:14
8271 Log: merge relevant portions from maintbranch change#1155
8272 Branch: perl
8273 ! lib/Math/BigFloat.pm op.c pod/perlfunc.pod pod/perlop.pod
8274 ! pod/perlrun.pod pp_hot.c
8275____________________________________________________________________________
8276[ 1185] By: gsar on 1998/06/22 00:59:28
8277 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8278 Message-Id: <199806210827.EAA26322@monk.mps.ohio-state.edu>
8279 Subject: [PATCH 5.004_67] Zero-length matching bug
8280 Date: Sun, 21 Jun 1998 04:27:16 -0400 (EDT)
8281 Branch: perl
8282 ! regexec.c t/op/pat.t
8283____________________________________________________________________________
8284[ 1184] By: gsar on 1998/06/22 00:57:27
8285 Log: fix alignment issues in malloc.c on 64-bit platforms (via private mail)
8286 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8287 Message-Id: <199806170844.EAA24584@monk.mps.ohio-state.edu>
8288 Subject: Re: _67 not okay
8289 Date: Wed, 17 Jun 1998 04:44:26 -0400 (EDT)
8290 Branch: perl
8291 ! malloc.c
8292____________________________________________________________________________
8293[ 1183] By: gsar on 1998/06/22 00:53:37
8294 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8295 Message-Id: <199806210727.DAA24072@monk.mps.ohio-state.edu>
8296 Subject: [PATCH 5.004_67] Test study/re/
8297 Date: Sun, 21 Jun 1998 03:27:13 -0400 (EDT)
8298 Branch: perl
8299 ! t/op/pat.t
8300____________________________________________________________________________
8301[ 1182] By: gsar on 1998/06/21 21:25:07
8302 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8303 Message-Id: <199806210430.AAA21818@monk.mps.ohio-state.edu>
8304 Subject: [PATCH 5.004_67] $^R documented
8305 Date: Sun, 21 Jun 1998 00:30:48 -0400 (EDT)
8306 Branch: perl
8307 ! pod/perlre.pod pod/perlvar.pod
8308____________________________________________________________________________
8309[ 1181] By: gsar on 1998/06/21 21:23:41
8310 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8311 Message-Id: <199806210111.VAA17752@monk.mps.ohio-state.edu>
8312 Subject: [PATCH 5.004_67] Re docs
8313 Date: Sat, 20 Jun 1998 21:11:37 -0400 (EDT)
8314 Branch: perl
8315 ! pod/perlop.pod pod/perlre.pod
8316____________________________________________________________________________
8317[ 1180] By: gsar on 1998/06/21 21:22:16
8318 Log: adapted contents of message into comments in malloc.c and INSTALL
8319 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8320 Message-Id: <199806162240.SAA23597@monk.mps.ohio-state.edu>
8321 Subject: [5.004_67] malloc.c -Defines
8322 Date: Tue, 16 Jun 1998 18:40:41 -0400 (EDT)
8323 Branch: perl
8324 ! INSTALL malloc.c
8325____________________________________________________________________________
8326[ 1179] By: gsar on 1998/06/21 07:26:35
8327 Log: applied patch, with edits to the prose
8328 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8329 Message-Id: <199806201936.PAA17499@monk.mps.ohio-state.edu>
8330 Subject: [PATCH 5.004_67] Error variables compared
8331 Date: Sat, 20 Jun 1998 15:36:14 -0400 (EDT)
8332 Branch: perl
8333 ! pod/perlvar.pod
8334____________________________________________________________________________
8335[ 1178] By: gsar on 1998/06/21 07:07:16
8336 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8337 Message-Id: <199806200104.VAA11343@monk.mps.ohio-state.edu>
8338 Subject: [PATCH 5.004_67] print study /re/ broken
8339 Date: Fri, 19 Jun 1998 21:04:54 -0400 (EDT)
8340 Branch: perl
8341 ! sv.c
8342____________________________________________________________________________
8343[ 1177] By: gsar on 1998/06/21 07:06:10
8344 Log: applied patch, tweaked wording
8345 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8346 Message-Id: <199806200838.EAA13992@monk.mps.ohio-state.edu>
8347 Subject: [PATCH 5.004_67] Documentation patch for malloc
8348 Date: Sat, 20 Jun 1998 04:38:07 -0400 (EDT)
8349 Branch: perl
8350 ! malloc.c pod/perldiag.pod
8351____________________________________________________________________________
8352[ 1176] By: gsar on 1998/06/21 07:00:30
8353 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8354 Message-Id: <199806200829.EAA13974@monk.mps.ohio-state.edu>
8355 Subject: [PATCH 5.004_67] Cosmetic malloc patch
8356 Date: Sat, 20 Jun 1998 04:29:00 -0400 (EDT)
8357 Branch: perl
8358 ! malloc.c
8359____________________________________________________________________________
8360[ 1175] By: gsar on 1998/06/21 06:58:37
8361 Log: Message-Id: <3.0.5.32.19980619160057.032e7480@ous.edu>
8362 Date: Fri, 19 Jun 1998 16:00:57 -0700
8363 From: Dan Sugalski <sugalskd@osshe.edu>
8364 Subject: [PATCH 5.004_67] fixup patches for VMS
8365 Branch: perl
8366 ! ext/SDBM_File/sdbm/Makefile.PL t/lib/filecopy.t t/op/defins.t
8367 ! t/op/taint.t vms/test.com vms/vms.c
8368____________________________________________________________________________
8369[ 1174] By: gsar on 1998/06/21 06:55:18
8370 Log: applied VMS patch from Dan Sugalski
8371 Date: Fri, 19 Jun 1998 15:36:34 -0700
8372 From: SYSTEM@cedar.osshe.edu
8373 Message-Id: <980619153634.2063ee12@cedar.osshe.edu>
8374 Subject: [PATCH 5.004_67] Enhancements to the VMS configuration procedures
8375 Branch: perl
8376 ! configure.com lib/ExtUtils/MM_VMS.pm perl.h
8377 ! vms/descrip_mms.template vms/gen_shrfls.pl
8378 ! vms/subconfigure.com
8379____________________________________________________________________________
8380[ 1173] By: gsar on 1998/06/21 06:51:38
8381 Log: applied patch, modified logic to avoid reentering lexer at compile-time
8382 Message-ID: <19980619113104.S9711@asic.sc.ti.com>
8383 Date: Fri, 19 Jun 1998 11:31:04 -0500
8384 From: Graham Barr <gbarr@ti.com>
8385 Subject: Re: [PATCH perl5.004_67] Add Errno in ext/
8386 Branch: perl
8387 ! Configure MANIFEST Makefile.SH ext/util/make_ext gv.c
8388 ! lib/English.pm
8389____________________________________________________________________________
8390[ 1172] By: gsar on 1998/06/21 06:27:57
8391 Log: applied patch, along with many changes:
8392 - ipfoo.h headers have been coalesced along with perlfoo.h into
8393 iperlsys.h
8394 - win32/cp*.h have been combined in perlhost.h
8395 - CPerlObj::PerlParse() takes an extra xsinit arg
8396 - tweaks to get dl_win32.xs compiling again w/ PERL_OBJECT
8397 From: "Douglas Lankshear" <dougl@ActiveState.com>
8398 Message-Id: <000001bd9b8c$0417fe90$a32fa8c0@tau.Active>
8399 Subject: RE: [PATCH 5.004_67] Fixes for broken MS compiler
8400 Date: Fri, 19 Jun 1998 10:59:50 -0700
8401 Branch: perl
8402 + iperlsys.h win32/perlhost.h
8403 - ipdir.h ipenv.h iplio.h ipmem.h ipproc.h ipsock.h ipstdio.h
8404 - perldir.h perlenv.h perlio.h perllio.h perlmem.h perlproc.h
8405 - perlsock.h
8406 ! MANIFEST mg.h op.h perl.h perlio.c proto.h util.c
8407 ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
8408 ! win32/runperl.c win32/win32.h
8409____________________________________________________________________________
8410[ 1171] By: gsar on 1998/06/21 00:44:42
8411 Log: Date: Fri, 19 Jun 1998 07:55:19 -0600 (MDT)
8412 From: Daniel Grisinger <dgris@perrin.dimensional.com>
8413 Subject: Re: PATCH _67 (Doc) perlop.pod
8414 Message-ID: <Pine.LNX.3.96.980619075203.13326A-100000@perrin.dimensional.com>
8415 Branch: perl
8416 ! pod/perlop.pod
8417____________________________________________________________________________
8418[ 1170] By: gsar on 1998/06/21 00:43:06
8419 Log: a tweaked version of:
8420 From: "Douglas Lankshear" <dougl@ActiveState.com>
8421 Subject: [PATCH 5.004_67] Win32 using PerlCRT.dll
8422 Date: Wed, 17 Jun 1998 20:25:51 -0700
8423 Message-ID: <001b01bd9a68$cb752410$a32fa8c0@tau.Active>
8424 Branch: perl
8425 ! lib/ExtUtils/MM_Win32.pm win32/Makefile win32/makefile.mk
8426____________________________________________________________________________
8427[ 1169] By: gsar on 1998/06/21 00:10:18
8428 Log: added patch, regen headers
8429 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8430 Message-Id: <199806190227.WAA07371@monk.mps.ohio-state.edu>
8431 Subject: Re: Ilya's patches
8432 Date: Thu, 18 Jun 1998 22:27:31 -0400 (EDT)
8433 Branch: perl
8434 ! ObjXSub.h embedvar.h interp.sym intrpvar.h toke.c
8435____________________________________________________________________________
8436[ 1168] By: gsar on 1998/06/21 00:05:01
8437 Log: Date: Thu, 18 Jun 1998 23:37:32 -0700 (PDT)
8438 From: Tom Phoenix <rootbeer@teleport.com>
8439 Subject: [PATCH] docs creating files via open
8440 Message-ID: <Pine.GSO.3.96.980618231856.17544S-100000@user2.teleport.com>
8441 Branch: perl
8442 ! pod/perlfunc.pod
8443____________________________________________________________________________
8444[ 1167] By: gsar on 1998/06/21 00:03:34
8445 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8446 Message-Id: <199806172151.RAA28441@monk.mps.ohio-state.edu>
8447 Subject: [PATCH 5.004_67] Better version of malloc improver
8448 Date: Wed, 17 Jun 1998 17:51:54 -0400 (EDT)
8449 Branch: perl
8450 ! malloc.c
8451____________________________________________________________________________
8452[ 1166] By: gsar on 1998/06/20 23:59:23
8453 Log: enhance perlre.pod to say C<)> can't appear in a (?#...) comment
8454 Branch: perl
8455 ! pod/perlre.pod
8456____________________________________________________________________________
8457[ 1165] By: gsar on 1998/06/20 23:47:09
8458 Log: added patch, tweaked missed files, excised comment that doesn't really
8459 belong in the sources
8460 From: joshua.pritikin@db.com
8461 Date: Mon, 15 Jun 1998 10:03:37 -0400
8462 Message-Id: <H00000e500072c63@MHS>
8463 Subject: [PATCH 5.004_57] tied hash slice & do_kv cleanup
8464 Branch: perl
8465 ! ObjXSub.h av.c doop.c embed.h global.sym objpp.h pp.c proto.h
8466 ! t/op/avhv.t
8467____________________________________________________________________________
8468[ 1164] By: gsar on 1998/06/20 23:29:09
8469 Log: add File-Spec-0.6 from CPAN
8470 Branch: perl
8471 + lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
8472 + lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
8473 + lib/File/Spec/Win32.pm t/lib/filespec.t
8474 ! MANIFEST
8475____________________________________________________________________________
8476[ 1163] By: gsar on 1998/06/20 23:15:41
8477 Log: tweaks to allow both mingw32{gcc-2.8.1,egcs-1.0.2} build and test
8478 Branch: perl
8479 ! ext/POSIX/POSIX.xs win32/Makefile win32/makefile.mk
8480____________________________________________________________________________
8481[ 1162] By: gsar on 1998/06/20 21:48:32
8482 Log: manual integration of all outstanding ansi branch stuff into mainline
8483 Branch: perl
8484 ! ext/POSIX/POSIX.xs lib/ExtUtils/MM_Win32.pm t/op/ipcsem.t
8485 ! win32/config.gc win32/dl_win32.xs win32/makefile.mk
8486 ! win32/win32.h
8487____________________________________________________________________________
8488[ 1161] By: gsar on 1998/06/20 21:12:01
8489 Log: undo goofed change 1157 (backed out the fix instead of keeping it)
8490 Branch: perl
8491 ! utils/perldoc.PL
8492____________________________________________________________________________
8493[ 1160] By: nick on 1998/06/20 21:05:51
8494 Log: Patches to build with EGCS-1.0.2 Mingw32 port.
8495 Branch: ansiperl
8496 ! ext/POSIX/POSIX.xs win32/config.gc win32/config_H.gc
8497 ! win32/dl_win32.xs win32/makefile.mk win32/win32.h
8498____________________________________________________________________________
8499[ 1159] By: gsar on 1998/06/20 02:51:35
8500 Log: cleanup installation of utilities on win32
8501 Branch: perl
8502 ! installperl pod/Makefile win32/Makefile win32/makefile.mk
8503 ! win32/pod.mak
8504____________________________________________________________________________
8505[ 1158] By: gsar on 1998/06/20 02:50:35
8506 Log: intuit @INC pathnames from exe location only if dll location
8507 is unknown (ensures that multiple executables will coexist)
8508 Branch: perl
8509 ! win32/win32.c
8510____________________________________________________________________________
8511[ 1157] By: gsar on 1998/06/20 02:48:34
8512 Log: make perldoc ignore null files (it tried to open() them)
8513 Branch: perl
8514 ! utils/perldoc.PL
8515____________________________________________________________________________
8516[ 1156] By: gsar on 1998/06/19 21:18:47
8517 Log: fix perldoc to ignore unfound null filenames
8518 Branch: perl
8519 ! utils/perldoc.PL
8520____________________________________________________________________________
8521[ 1155] By: TimBunce on 1998/06/19 18:47:57
8522 Log: Assorted patches:
8523
8524 ------ BUILD PROCESS ------
8525
8526 Title: "Clarify varargs issues in INSTALL docs"
8527 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
8528 Msg-ID: <Pine.SUN.3.96.980603125427.8559C-100000@newton.phys>
8529 Files: INSTALL
8530
8531 ------ CORE LANGUAGE ------
8532
8533 Title: "Further fixes for updated SysV IPC support"
8534 From: Jarkko Hietaniemi <jhi@iki.fi>
8535 Msg-ID: <199805211644.TAA15139@alpha.hut.fi>
8536 Files: Configure perl.h doio.c
8537
8538 Title: "Fixed SEGV caused by bug in pp_hot.c:pp_sassign()"
8539 From: Andrew Bettison <andrewb@zip.com.au>
8540 Msg-ID: <m0ykMQx-000OQCC@headroom.zip.com.au>
8541 Files: pp_hot.c
8542
8543 Title: "Invalidate method cache on C<local *subname>"
8544 From: Chip Salzenberg <chip@perl.org>
8545 Msg-ID: <19980604134731.D24343@perlsupport.com>
8546 Files: scope.c t/op/method.t
8547
8548 Title: "fix uninitialized cv variable in op.c"
8549 From: joshua.pritikin@db.com
8550 Msg-ID: <H00000e50005af05@MHS>
8551 Files: op.c
8552
8553 Title: "fix for undef as last arg to setsockopt"
8554 From: Graham Barr <gbarr@ti.com>
8555 Msg-ID: <19980603112219.B7638@asic.sc.ti.com>
8556 Files: pp_sys.c
8557
8558 Title: "Fix -i when @ARGV is empty"
8559 From: Chip Salzenberg <chip@perl.org>, Gurusamy Sarathy
8560 <gsar@engin.umich.edu>, Ilya Zakharevich
8561 <ilya@math.ohio-state.edu>, Tim.Bunce@ig.co.uk (Tim Bunce)
8562 Msg-ID: <19980606184942.A4583@perlsupport.com>,
8563 <199806070029.UAA18709@monk.mps.ohio-state.edu>,
8564 <199806071817.OAA28141@aatma.engin.umich.edu>,
8565 <199806191549.QAA16376@toad.ig.co.uk>
8566 Files: pp_hot.c
8567
8568 ------ DOCUMENTATION ------
8569
8570 Title: "Discrepancy between perlop.pod and m// operator docs"
8571 From: Tom Phoenix <rootbeer@teleport.com>
8572 Msg-ID: <Pine.GSO.3.96.980526092614.27437B-100000@user2.teleport.com>
8573 Files: pod/perlop.pod
8574
8575 Title: "Doc addition for perlfunc entry for system()"
8576 From: Ilya Zakharevich <ilya@math.ohio-state.edu>, Mike Fletcher
8577 <fletch@phydeaux.org>
8578 Msg-ID: <199806011908.PAA31069@dewdrop2.mindspring.com>,
8579 <199806012057.QAA26830@monk.mps.ohio-state.edu>
8580 Files: pod/perlfunc.pod
8581
8582 Title: "Clarify effects of using quotes with m operator"
8583 From: Daniel Grisinger <dgris@perrin.dimensional.com>
8584 Msg-ID: <Pine.LNX.3.96.980617111641.25631B-100000@perrin.dimensional.com>
8585 Files: pod/perlop.pod
8586
8587 Title: "Document -i with STDIN"
8588 From: joshua.pritikin@db.com
8589 Msg-ID: <H00000e50006a84a@MHS>
8590 Files: pod/perlrun.pod
8591
8592 ------ EXTENSIONS ------
8593
8594 Title: "Fix Liblist.pm to tolerate backslashen in paths"
8595 From: Gurusamy Sarathy <gsar@engin.umich.edu>
8596 Msg-ID: <199806011954.PAA10900@aatma.engin.umich.edu>
8597 Files: lib/ExtUtils/Liblist.pm
8598
8599 ------ LIBRARY ------
8600
8601 Title: "Typo fix for Math::BogFloat"
8602 From: Mike Stok <mike@stok.co.uk>
8603 Msg-ID: <Pine.LNX.3.96.980605101623.982F-100000@stok.co.uk>
8604 Files: lib/Math/BigFloat.pm
8605
8606 ------ PORTABILITY - GENERAL ------
8607
8608 Title: "Add docs about types of diff to Porting/patching.pod"
8609 From: Gurusamy Sarathy <gsar@engin.umich.edu>
8610 Msg-ID: <199806090105.VAA20005@aatma.engin.umich.edu>
8611 Files: Porting/patching.pod
8612
8613 Title: "Set dont_use_nlink for PowerMAX OS 4.2"
8614 From: Tom Horsley <Tom.Horsley@mail.ccur.com>
8615 Msg-ID: <199806161354.NAA21316@cleo.ssd.hcsc.com>
8616 Files: hints/powerux.sh
8617
8618 Title: "Assorted improvements to hints/solaris_2.sh"
8619 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
8620 Msg-ID: <Pine.SUN.3.96.980527135845.26608K-100000@newton.phys>
8621 Files: hints/solaris_2.sh
8622 Branch: maint-5.004/perl
8623 ! Configure INSTALL Porting/patching.pod doio.c hints/powerux.sh
8624 ! hints/solaris_2.sh lib/ExtUtils/Liblist.pm
8625 ! lib/Math/BigFloat.pm op.c perl.h pod/perlfunc.pod
8626 ! pod/perlop.pod pod/perlrun.pod pp_hot.c pp_sys.c scope.c
8627 ! t/op/method.t
8628____________________________________________________________________________
8629[ 1154] By: gsar on 1998/06/19 17:22:23
8630 Log: update repository copy of Asmdata.pm after `perl bytecode.pl`
8631 Branch: perl
8632 ! ext/B/B/Asmdata.pm regcomp.c
8633____________________________________________________________________________
8634[ 1153] By: nick on 1998/06/19 17:21:21
8635 Log: Use libxxx.a for -lxxx with GCC
8636 Branch: ansiperl
8637 ! lib/ExtUtils/MM_Win32.pm win32/config.gc win32/config_H.gc
8638 ! win32/makefile.mk
8639____________________________________________________________________________
8640[ 1152] By: TimBunce on 1998/06/19 17:08:18
8641 Log: Title: Tom's jumbo doc patch
8642 From: Tom Christiansen <tchrist@chthon.perl.com>
8643 Msg-Id: <199806140419.WAA20549@chthon.perl.com>
8644 Files: pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod
8645 pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
8646 pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
8647 pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
8648 pod/perlfaq9.pod pod/perlform.pod pod/perlfunc.pod
8649 pod/perlipc.pod pod/perllocale.pod pod/perllol.pod
8650 pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod
8651 pod/perlop.pod pod/perlre.pod pod/perlref.pod
8652 pod/perlrun.pod pod/perlsec.pod pod/perlsub.pod
8653 pod/perlsyn.pod pod/perltie.pod pod/perltoot.pod
8654 pod/perlvar.pod
8655 Branch: maint-5.004/perl
8656 ! pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod
8657 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
8658 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
8659 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
8660 ! pod/perlfaq9.pod pod/perlform.pod pod/perlfunc.pod
8661 ! pod/perlipc.pod pod/perllocale.pod pod/perllol.pod
8662 ! pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod
8663 ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
8664 ! pod/perlsec.pod pod/perlsub.pod pod/perlsyn.pod
8665 ! pod/perltie.pod pod/perltoot.pod pod/perlvar.pod
8666____________________________________________________________________________
8667[ 1151] By: nick on 1998/06/19 15:38:28
8668 Log: Resolve latest
8669 Branch: ansiperl
8670 !> av.c embed.h embedvar.h ext/Socket/Socket.xs global.sym
8671 !> hints/powerux.sh mg.c perl.h pod/perlsub.pod pp_ctl.c proto.h
8672 !> sv.c t/TEST
8673____________________________________________________________________________
8674[ 1150] By: gsar on 1998/06/18 20:43:07
8675 Log: Date: Tue, 16 Jun 1998 13:54:17 GMT
8676 Message-Id: <199806161354.NAA21316@cleo.ssd.hcsc.com>
8677 From: Tom Horsley <Tom.Horsley@mail.ccur.com>
8678 Subject: [PATCH] perl5.004 hints file (maint and dev paths)
8679 Branch: perl
8680 ! hints/powerux.sh
8681____________________________________________________________________________
8682[ 1149] By: gsar on 1998/06/18 20:41:30
8683 Log: hand apply whitespace-mutiliated patch
8684 From: joshua.pritikin@db.com
8685 Date: Mon, 15 Jun 1998 09:21:36 -0400
8686 Message-Id: <H00000e50007289b@MHS>
8687 Subject: [PATCH 5.004_67] SvREADONLY for av_clear
8688 Branch: perl
8689 ! av.c
8690____________________________________________________________________________
8691[ 1148] By: gsar on 1998/06/18 20:33:59
8692 Log: hand apply whitespace-mutiliated and reversed patch
8693 Date: Tue, 16 Jun 1998 16:31:40 -0400
8694 From: Les Peters <lpeters@aol.net>
8695 Message-Id: <199806162031.QAA08202@ds9>
8696 Subject: [PATCH 5.004_67] Socket.xs tweak for IRIX 6.3
8697 Branch: perl
8698 ! ext/Socket/Socket.xs
8699____________________________________________________________________________
8700[ 1147] By: gsar on 1998/06/18 20:26:59
8701 Log: close child pipe in t/TEST, other cosmetic tweaks
8702 Branch: perl
8703 ! t/TEST
8704____________________________________________________________________________
8705[ 1146] By: gsar on 1998/06/18 19:37:41
8706 Log: back out problematic change#1105, tweak perlsub.pod
8707 Branch: perl
8708 ! embed.h embedvar.h global.sym mg.c perl.h pod/perlsub.pod
8709 ! pp_ctl.c proto.h sv.c
8710____________________________________________________________________________
8711[ 1145] By: nick on 1998/06/18 19:31:07
8712 Log: Integrate and resolve -at mainline to ansiperl prior to Ming32 hacking
8713 Branch: ansiperl
8714 +> configure.com ext/DB_File/dbinfo
8715 +> ext/DynaLoader/DynaLoader_pm.PL t/base/rs.t
8716 +> t/op/regexp_noamp.t vms/descrip_mms.template vms/munchconfig.c
8717 +> vms/subconfigure.com
8718 - ext/DynaLoader/DynaLoader.pm.PL vms/config.vms vms/descrip.mms
8719 - vms/fndvers.com
8720 !> (integrate 499 files)
8721____________________________________________________________________________
8722[ 1144] By: gsar on 1998/06/18 16:35:11
8723 Log: fix spurious cxstack_max init that trampled memory
8724 Branch: perl
8725 ! perl.c
8726____________________________________________________________________________
8727[ 1143] By: gsar on 1998/06/18 16:33:01
8728 Log: fix memory leaks and uninitialized memory accesses found by Purify
8729 Branch: perl
8730 ! doio.c perl.c regexec.c sv.c
8731____________________________________________________________________________
8732[ 1142] By: gsar on 1998/06/18 16:28:48
8733 Log: fix off-by-one that trampled memory in re_croak2()
8734 Branch: perl
8735 ! regcomp.c
8736____________________________________________________________________________
8737[ 1141] By: gsar on 1998/06/18 16:26:59
8738 Log: fix AutoLoader to do the right thing when there are relative paths
8739 in @INC
8740 Branch: perl
8741 ! lib/AutoLoader.pm
8742____________________________________________________________________________
8743[ 1140] By: gsar on 1998/06/18 16:22:47
8744 Log: fix Makefile.SH typo
8745 Branch: perl
8746 ! Makefile.SH
8747____________________________________________________________________________
8748[ 1139] By: gsar on 1998/06/17 18:06:16
8749 Log: 5.004_67 niggles
8750 Branch: perl
8751 ! Makefile.SH op.c
8752
8753----------------
8754Version 5.004_67
8755----------------
8756
8757____________________________________________________________________________
8758[ 1138] By: gsar on 1998/06/15 10:09:27
8759 Log: up patchlevel.h to 67, other small tweaks
8760 Branch: perl
8761 ! patchlevel.h pod/perlhist.pod pod/perltoc.pod vms/perly_c.vms
8762 ! win32/Makefile win32/config_H.bc win32/config_H.gc
8763 ! win32/config_H.vc win32/makefile.mk
8764____________________________________________________________________________
8765[ 1137] By: gsar on 1998/06/15 09:08:57
8766 Log: tweaks to get PERL_OBJECT building again; passes tests
8767 Branch: perl
8768 ! ObjXSub.h objpp.h proto.h
8769____________________________________________________________________________
8770[ 1136] By: gsar on 1998/06/15 08:51:54
8771 Log: back out previous change (it breaks PERL_OBJECT)
8772 Branch: perl
8773 ! ObjXSub.h cc_runtime.h embed.h embedvar.h global.sym
8774 ! interp.sym intrpvar.h objpp.h perl.c perl.h pod/perldiag.pod
8775 ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h util.c
8776____________________________________________________________________________
8777[ 1135] By: gsar on 1998/06/15 05:32:01
8778 Log: added patch, fixed typo, reworked documentation
8779 Message-Id: <H00000e500071aa3@MHS>
8780 Date: Sun, 14 Jun 1998 14:03:15 EDT
8781 From: joshua.pritikin@db.com
8782 Subject: [PATCH 5.004_66] JMPENV!
8783 Branch: perl
8784 ! ObjXSub.h cc_runtime.h embed.h embedvar.h global.sym
8785 ! interp.sym intrpvar.h objpp.h perl.c perl.h pod/perldiag.pod
8786 ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h util.c
8787____________________________________________________________________________
8788[ 1134] By: gsar on 1998/06/15 04:07:18
8789 Log: various win32 odds and ends
8790 - added support for waitpid(), open2/open3, and a bugfix for kill()
8791 from Ronald Schmidt <RonaldWS@aol.com>
8792 - tweak testsuite mods of above
8793 - regenerate win32/config_H.?c
8794 - change kill() to win32_kill() and export it
8795 - coalesce common code in win32.c
8796 - add PerlProc_waitpid() and export win32_waitpid()
8797 result builds and passes on the three win32 compilers
8798 Branch: perl
8799 ! ipproc.h lib/IPC/Open3.pm perlproc.h t/lib/open2.t
8800 ! t/lib/open3.t util.c win32/config.bc win32/config.gc
8801 ! win32/config.vc win32/config_H.bc win32/config_H.gc
8802 ! win32/config_H.vc win32/makedef.pl win32/runperl.c
8803 ! win32/win32.c win32/win32iop.h
8804____________________________________________________________________________
8805[ 1133] By: gsar on 1998/06/15 01:39:13
8806 Log: newer Getopt/Long.pm from public distribution cited in:
8807 Message-Id: <m2n2bgm8en.fsf@phoenix.squirrel.nl>
8808 Date: 14 Jun 1998 15:15:28 +0200
8809 From: Johan Vromans <jvromans@squirrel.nl>
8810 Subject: Getopt::Long version 2.17 released
8811 Branch: perl
8812 ! lib/Getopt/Long.pm
8813____________________________________________________________________________
8814[ 1132] By: gsar on 1998/06/15 01:37:12
8815 Log: documentation update from tchrist
8816 Message-Id: <199806140419.WAA20549@chthon.perl.com>
8817 Date: Sat, 13 Jun 1998 22:19:32 MDT
8818 From: Tom Christiansen <tchrist@chthon.perl.com>
8819 Subject: doc patches
8820 Branch: perl
8821 ! pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod
8822 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
8823 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
8824 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
8825 ! pod/perlfaq9.pod pod/perlform.pod pod/perlfunc.pod
8826 ! pod/perlipc.pod pod/perllocale.pod pod/perllol.pod
8827 ! pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod
8828 ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
8829 ! pod/perlsec.pod pod/perlsub.pod pod/perlsyn.pod
8830 ! pod/perltie.pod pod/perltoot.pod pod/perlvar.pod
8831____________________________________________________________________________
8832[ 1131] By: gsar on 1998/06/14 19:33:36
8833 Log: Message-ID: <pz3edaedog.fsf@eeyore.ibcinc.com>
8834 From: Roderick Schertler <roderick@argon.org>
8835 Subject: [PATCH] Re: Exceptions in IPC::Open2
8836 Date: 12 Jun 1998 13:24:15 -0400
8837 Branch: perl
8838 ! lib/IPC/Open3.pm
8839____________________________________________________________________________
8840[ 1130] By: gsar on 1998/06/14 19:32:25
8841 Log: fixup MANIFEST
8842 Branch: perl
8843 ! MANIFEST
8844____________________________________________________________________________
8845[ 1129] By: gsar on 1998/06/14 18:51:53
8846 Log: various win32 fixes
8847 - fixes that silence VC noises about dup exports, non-default libs, and
8848 unsupported *.def file directives
8849 - s/inplace/inplace_label/ malloc.c
8850 - update Config{usemymalloc} based on d_mymalloc
8851 - export Perl_*Vars
8852 - fix makefiles to not build miniperl.exe twice, and to make it properly
8853 when defaults are changed
8854 Branch: perl
8855 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Mksymlists.pm malloc.c
8856 ! win32/Makefile win32/config_sh.PL win32/makedef.pl
8857 ! win32/makefile.mk win32/perllib.c win32/win32.h
8858____________________________________________________________________________
8859[ 1128] By: gsar on 1998/06/14 01:38:39
8860 Log: remove unused global `scrgv'
8861 Branch: perl
8862 ! ObjXSub.h cygwin32/cw32imp.h embedvar.h perlvars.h
8863____________________________________________________________________________
8864[ 1127] By: nick on 1998/06/13 08:39:07
8865 Log: Move specialsv_list to embed.sym, regen embed*.h
8866 Branch: win32/perl
8867 ! embed.h embedvar.h global.sym interp.sym
8868____________________________________________________________________________
8869[ 1126] By: gsar on 1998/06/12 07:23:06
8870 Log: From: jan.dubois@ibm.net (Jan Dubois)
8871 Subject: Re: execv in toke.c [PATCH]: win32 wrapper for _66
8872 Date: Thu, 11 Jun 1998 21:13:31 +0200
8873 Message-ID: <35842ac5.7883075@smtp1.ibm.net>
8874 Branch: perl
8875 ! win32/makedef.pl win32/win32.c win32/win32iop.h
8876____________________________________________________________________________
8877[ 1125] By: gsar on 1998/06/12 07:21:29
8878 Log: added patch, undo earlier workaround
8879 From: jan.dubois@ibm.net (Jan Dubois)
8880 Subject: Re: Why does saferealloc(NULL,size) croak? [PATCH] against _66
8881 Date: Thu, 11 Jun 1998 20:28:36 +0200
8882 Message-ID: <35831f69.4975644@smtp1.ibm.net>
8883 Branch: perl
8884 ! perl.c util.c
8885____________________________________________________________________________
8886[ 1124] By: gsar on 1998/06/12 07:16:12
8887 Log: hand-applied patch with wrapped lines
8888 From: "Douglas Lankshear" <dougl@ActiveState.com>
8889 Subject: [PATCH 5.004_66] Win32::Reg... bloat in Win32
8890 Date: Thu, 11 Jun 1998 11:06:33 -0700
8891 Message-ID: <000101bd9563$aae0c4c0$a32fa8c0@tau.Active>
8892 Branch: perl
8893 ! win32/win32.c
8894____________________________________________________________________________
8895[ 1123] By: gsar on 1998/06/12 07:07:25
8896 Log: Date: Thu, 11 Jun 1998 12:40:05 -0400 (EDT)
8897 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
8898 Subject: [PATCH 5.004_66] Config_66-01-02.diff
8899 Message-Id: <Pine.SUN.3.96.980611123857.18493K-100000@newton.phys>
8900 Branch: perl
8901 ! Configure
8902____________________________________________________________________________
8903[ 1122] By: gsar on 1998/06/12 07:06:02
8904 Log: Message-Id: <Pine.SUN.3.96.980611122249.18493J-100000@newton.phys>
8905 Date: Thu, 11 Jun 1998 12:27:15 -0400 (EDT)
8906 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
8907 Subject: Re: [PATCH for _66] Makefile.SH problem on dos/djgpp
8908 Branch: perl
8909 ! pod/checkpods.PL pod/pod2html.PL pod/pod2latex.PL
8910 ! pod/pod2man.PL utils/c2ph.PL utils/h2ph.PL utils/h2xs.PL
8911 ! utils/perlbug.PL utils/perlcc.PL utils/perldoc.PL
8912 ! utils/pl2pm.PL utils/splain.PL x2p/find2perl.PL x2p/s2p.PL
8913____________________________________________________________________________
8914[ 1121] By: gsar on 1998/06/12 07:01:20
8915 Log: a tweaked version of:
8916 Message-Id: <l03130300b1a6143078cd@[194.222.64.89]>
8917 Date: Fri, 12 Jun 1998 01:26:53 +0200
8918 From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
8919 Subject: Re: Misparsing s///x
8920 Branch: perl
8921 ! pod/perlre.pod
8922____________________________________________________________________________
8923[ 1120] By: gsar on 1998/06/12 06:51:08
8924 Log: applied patch, with indentation tweaks
8925 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8926 Message-Id: <199806110803.EAA09149@monk.mps.ohio-state.edu>
8927 Subject: [PATCH 5.004_66] Remove REG_ALIGN junk
8928 Date: Thu, 11 Jun 1998 04:03:58 -0400 (EDT)
8929 Branch: perl
8930 ! regcomp.c regcomp.h regexec.c
8931____________________________________________________________________________
8932[ 1119] By: gsar on 1998/06/11 17:42:07
8933 Log: make REG_INFTY default to something saner when sizeof(short) > 2
8934 Message-Id: <Pine.SUN.3.96.980611114241.18493H-100000@newton.phys>
8935 Date: Thu, 11 Jun 1998 11:50:07 EDT
8936 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
8937 Subject: Re: [PATCH for tests] Regexp fails on long string
8938 Branch: perl
8939 ! regcomp.h
8940____________________________________________________________________________
8941[ 1118] By: gsar on 1998/06/11 07:09:06
8942 Log: regen embedvar.h
8943 Branch: perl
8944 ! embedvar.h
8945____________________________________________________________________________
8946[ 1117] By: gsar on 1998/06/11 06:45:52
8947 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8948 Message-Id: <199806100751.DAA05441@monk.mps.ohio-state.edu>
8949 Subject: [PATCH 5.004_66] Bugs with (?{}), $^R and many-to-many subst
8950 Date: Wed, 10 Jun 1998 03:51:47 -0400 (EDT)
8951 Branch: perl
8952 ! interp.sym intrpvar.h op.c op.h perl.c regcomp.c regcomp.h
8953 ! regexec.c regexp.h t/op/pat.t t/op/subst.t
8954____________________________________________________________________________
8955[ 1116] By: gsar on 1998/06/11 06:35:54
8956 Log: misc win32 fixes
8957 From: "Douglas Lankshear" <dougl@ActiveState.com>
8958 Subject: [PATCH 5.004_66]
8959 Date: Wed, 10 Jun 1998 11:28:27 -0700
8960 Message-ID: <001a01bd949d$8fd18050$a32fa8c0@tau.Active>
8961 Branch: perl
8962 ! ObjXSub.h perl.c win32/Makefile win32/makefile.mk
8963____________________________________________________________________________
8964[ 1115] By: gsar on 1998/06/11 06:33:21
8965 Log: Message-ID: <19980610005325.D162@cdata.tvnet.hu>
8966 Date: Wed, 10 Jun 1998 00:53:25 +0200
8967 From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
8968 Subject: [PATCH for _66] Makefile.SH problem on dos/djgpp
8969 Branch: perl
8970 ! Makefile.SH
8971____________________________________________________________________________
8972[ 1114] By: gsar on 1998/06/11 06:31:34
8973 Log: back out change#1111 and add alternative patch:
8974 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8975 Message-Id: <199806101538.LAA07293@monk.mps.ohio-state.edu>
8976 Subject: Re: PATCH for study/foo/
8977 Date: Wed, 10 Jun 1998 11:38:58 -0400 (EDT)
8978 Branch: perl
8979 ! pp.c sv.c
8980____________________________________________________________________________
8981[ 1113] By: gsar on 1998/06/11 02:59:23
8982 Log: fix outdated bytecode.pl
8983 Branch: perl
8984 ! bytecode.h bytecode.pl byterun.c byterun.h
8985____________________________________________________________________________
8986[ 1112] By: gsar on 1998/06/10 07:56:06
8987 Log: Added patch, regenerated perly.c and perly.c.diff
8988 Message-Id: <m0ygCL8-000Eb3C@alias-2.pr.mcs.net>
8989 Date: Sun, 31 May 1998 12:56:14 -0500 (CDT)
8990 From: Stephen McCamant <alias@mcs.com>
8991 Subject: [PATCH] too many RV2GVs in *foo{THING}
8992 Branch: perl
8993 ! perly.c perly.c.diff perly.y t/op/gv.t
8994____________________________________________________________________________
8995[ 1111] By: gsar on 1998/06/10 07:40:30
8996 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8997 Message-Id: <199806100309.XAA04974@monk.mps.ohio-state.edu>
8998 Subject: Re: PATCH for study/foo/
8999 Date: Tue, 9 Jun 1998 23:09:55 -0400 (EDT)
9000 Branch: perl
9001 ! pp.c
9002____________________________________________________________________________
9003[ 1110] By: gsar on 1998/06/10 07:37:04
9004 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9005 Message-Id: <199806100219.WAA04865@monk.mps.ohio-state.edu>
9006 Subject: [PATCH 5.004_66] -DL and PERL_DEBUG_MSTATS unravelled
9007 Date: Tue, 9 Jun 1998 22:19:02 -0400 (EDT)
9008 Branch: perl
9009 ! pod/perldebug.pod
9010____________________________________________________________________________
9011[ 1109] By: gsar on 1998/06/10 07:35:29
9012 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9013 Message-Id: <199806100302.XAA04958@monk.mps.ohio-state.edu>
9014 Subject: Re: [PATCH 5.004_66] REG_INFTY patch corrected
9015 Date: Tue, 9 Jun 1998 23:02:52 -0400 (EDT)
9016 Branch: perl
9017 ! regcomp.h
9018____________________________________________________________________________
9019[ 1108] By: gsar on 1998/06/10 07:31:25
9020 Log: Added patch, tweaked other places affected by name change
9021 Message-ID: <19980610005417.G162@cdata.tvnet.hu>
9022 Date: Wed, 10 Jun 1998 00:54:17 +0200
9023 From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
9024 Subject: [PATCH] file name DynaLoader.pm.PL is 8.3 unfriendly
9025 Branch: perl
9026 +> ext/DynaLoader/DynaLoader_pm.PL
9027 - ext/DynaLoader/DynaLoader.pm.PL
9028 ! MANIFEST ext/DynaLoader/Makefile.PL win32/Makefile
9029 ! win32/makefile.mk
9030____________________________________________________________________________
9031[ 1107] By: gsar on 1998/06/10 07:24:20
9032 Log: Message-ID: <19980610005342.E162@cdata.tvnet.hu>
9033 Date: Wed, 10 Jun 1998 00:53:42 +0200
9034 From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
9035 Subject: [PATCH for _66] new version of README.dos
9036 Branch: perl
9037 ! README.dos
9038____________________________________________________________________________
9039[ 1106] By: gsar on 1998/06/10 07:22:31
9040 Log: Message-ID: <19980610005404.F162@cdata.tvnet.hu>
9041 Date: Wed, 10 Jun 1998 00:54:04 +0200
9042 From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
9043 Subject: [PATCH for _66] op/taint.t problem on dos/djgpp
9044 Branch: perl
9045 ! t/op/taint.t
9046____________________________________________________________________________
9047[ 1105] By: gsar on 1998/06/10 07:21:21
9048 Log: Applied patch, followed by tweaks to *.sym and `perl embed.pl`
9049 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9050 Message-Id: <199806090216.WAA02041@monk.mps.ohio-state.edu>
9051 Subject: [PATCH 5.004_66] Resend of RE cache patch (modified)
9052 Date: Mon, 8 Jun 1998 22:16:56 -0400 (EDT)
9053 Branch: perl
9054 ! embed.h embedvar.h global.sym intrpvar.h mg.c perl.h
9055 ! perlvars.h pp_ctl.c proto.h sv.c
9056____________________________________________________________________________
9057[ 1104] By: gsar on 1998/06/10 07:06:01
9058 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9059 Message-Id: <199806090210.WAA02027@monk.mps.ohio-state.edu>
9060 Subject: Lost chunk of RE jumbo patch
9061 Date: Mon, 8 Jun 1998 22:10:52 -0400 (EDT)
9062 Branch: perl
9063 + t/op/regexp_noamp.t
9064____________________________________________________________________________
9065[ 1103] By: gsar on 1998/06/10 07:04:20
9066 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9067 Message-Id: <199806090207.WAA02015@monk.mps.ohio-state.edu>
9068 Subject: [PATCH 5.004_66] Combined OS/2 support
9069 Date: Mon, 8 Jun 1998 22:07:48 -0400 (EDT)
9070 Branch: perl
9071 ! os2/Changes os2/diff.configure os2/os2.c
9072____________________________________________________________________________
9073[ 1102] By: gsar on 1998/06/10 07:00:08
9074 Log: Message-Id: <199803140103.UAA04839@monk.mps.ohio-state.edu>
9075 Date: Fri, 13 Mar 1998 20:03:52 EST
9076 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9077 Subject: [PATCH 5.004_62 5_004_04m1] pod2html again
9078 Branch: perl
9079 ! lib/Pod/Html.pm
9080____________________________________________________________________________
9081[ 1101] By: gsar on 1998/06/10 06:55:20
9082 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9083 Subject: Re: 5.004_65 uninitialized variable regexec.c (2)
9084 Date: Thu, 28 May 1998 01:28:54 -0400 (EDT)
9085 Branch: perl
9086 ! regexec.c
9087____________________________________________________________________________
9088[ 1100] By: gsar on 1998/06/10 06:52:50
9089 Log: updated MANIFEST for previous change
9090 Branch: perl
9091 ! MANIFEST
9092____________________________________________________________________________
9093[ 1099] By: gsar on 1998/06/10 06:51:08
9094 Log: Mangled patch, needed hand-tweaks, along with binmode for rs.t:
9095 Message-Id: <3.0.5.32.19980605110840.009e12b0@ous.edu>
9096 Date: Fri, 05 Jun 1998 11:08:40 -0700
9097 From: Dan Sugalski <sugalskd@osshe.edu>
9098 Subject: Re: [PATCH 5.004_66]Add record read capability to <>
9099 Branch: perl
9100 + t/base/rs.t
9101 ! perl.h pod/perlvar.pod sv.c
9102____________________________________________________________________________
9103[ 1098] By: gsar on 1998/06/10 06:36:59
9104 Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
9105 Message-Id: <9806042022.AA10418@claudius.bfsec.bt.co.uk>
9106 Subject: [PATCH fror 5.004_66] DB_File-1.60
9107 Date: Thu, 4 Jun 1998 21:22:35 +0100 (BST)
9108 Branch: perl
9109 + ext/DB_File/dbinfo
9110 ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
9111 ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-btree.t
9112 ! t/lib/db-hash.t t/lib/db-recno.t
9113____________________________________________________________________________
9114[ 1097] By: gsar on 1998/06/10 06:33:16
9115 Log: Message-ID: <19980604134731.D24343@perlsupport.com>
9116 Date: Thu, 4 Jun 1998 13:47:31 -0400
9117 From: Chip Salzenberg <chip@perl.org>
9118 Subject: [PATCH] Invalidate method cache on C<local *subname>
9119 Branch: perl
9120 ! scope.c t/op/method.t
9121____________________________________________________________________________
9122[ 1096] By: gsar on 1998/06/10 06:30:51
9123 Log: From: Norton Allen <allen@huarp.harvard.edu>
9124 Message-Id: <199806031908.PAA04183@bottesini.harvard.edu>
9125 Subject: [PATCH] _66 MM_Unix.pm for QNX
9126 Date: Wed, 3 Jun 1998 15:08:33 -0400 (edt)
9127 Branch: perl
9128 ! lib/ExtUtils/MM_Unix.pm
9129____________________________________________________________________________
9130[ 1095] By: gsar on 1998/06/10 06:29:21
9131 Log: From: Norton Allen <allen@huarp.harvard.edu>
9132 Message-Id: <199806031909.PAA04358@bottesini.harvard.edu>
9133 Subject: [PATCH] _66 proto.h
9134 Date: Wed, 3 Jun 1998 15:09:14 -0400 (edt)
9135 Branch: perl
9136 ! proto.h
9137____________________________________________________________________________
9138[ 1094] By: gsar on 1998/06/10 06:26:39
9139 Log: Applied relevant parts of:
9140 From: Paul Johnson <pjcj@transeda.com>
9141 Date: Wed, 3 Jun 1998 19:07:55 +0100 (BST)
9142 Message-Id: <199806031807.TAA04100@west-tip.transeda.com>
9143 Subject: [PATCH] Enhancing xsubpp's support for C++
9144 Branch: perl
9145 ! lib/ExtUtils/xsubpp
9146____________________________________________________________________________
9147[ 1093] By: gsar on 1998/06/10 06:22:54
9148 Log: Message-ID: <19980603112219.B7638@asic.sc.ti.com>
9149 Date: Wed, 3 Jun 1998 11:22:19 -0500
9150 From: Graham Barr <gbarr@ti.com>
9151 Subject: [PATCH perl5.004_04-m4] fix for undef as last arg to setsockopt
9152 Branch: perl
9153 ! pp_sys.c
9154____________________________________________________________________________
9155[ 1092] By: gsar on 1998/06/10 06:20:44
9156 Log: Message-Id: <199806030919.KAA03527@sale-wts>
9157 Date: Wed, 3 Jun 1998 10:20:06 +0100 (BST)
9158 From: Alan Burlison <Alan.Burlison@UK.Sun.com>
9159 Subject: [PATCH 5.004_66] ExtUtils::Installed.pm and ExtUtils::Packlist.pm
9160 Branch: perl
9161 ! lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
9162____________________________________________________________________________
9163[ 1091] By: gsar on 1998/06/10 06:18:42
9164 Log: Message-Id: <3.0.5.32.19980601122229.00a58420@ous.edu>
9165 Date: Mon, 01 Jun 1998 12:22:29 -0700
9166 From: SYSTEM@cedar.osshe.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
9167 Subject: [PATCH 5.004_66] proto.h change to make byterun() visible to VMS
9168 Branch: perl
9169 ! proto.h
9170____________________________________________________________________________
9171[ 1090] By: gsar on 1998/06/10 06:14:24
9172 Log: A tweaked version of:
9173 Date: Mon, 1 Jun 1998 12:05:47 -0700
9174 From: SYSTEM@cedar.osshe.edu
9175 Message-Id: <980601120547.20617d54@cedar.osshe.edu>
9176 Subject: [PATCH 5.004_66] Fix problem with SDBM makefile on VMS
9177 Branch: perl
9178 ! ext/SDBM_File/sdbm/Makefile.PL
9179____________________________________________________________________________
9180[ 1089] By: gsar on 1998/06/10 05:58:00
9181 Log: Message-Id: <m0yfdd4-000Eb2C@alias-2.pr.mcs.net>
9182 Date: Fri, 29 May 1998 23:52:26 -0500 (CDT)
9183 From: Stephen McCamant <alias@mcs.com>
9184 Subject: [PATCH] Re: Uninitialised error from -M()
9185 Branch: perl
9186 ! op.c t/op/stat.t
9187____________________________________________________________________________
9188[ 1088] By: gsar on 1998/06/10 05:55:24
9189 Log: Date: Sat, 30 May 1998 08:07:01 -0400
9190 From: lvirden@cas.org (Larry Virden)
9191 Message-Id: <199805301207.IAA08856@cas.org>
9192 Subject: PATCH for pod and warning notice
9193 Branch: perl
9194 ! pod/perlguts.pod
9195____________________________________________________________________________
9196[ 1087] By: gsar on 1998/06/10 05:52:05
9197 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
9198 Date: Mon, 8 Jun 1998 14:45:36 -0400 (EDT)
9199 Message-Id: <Pine.SUN.3.96.980608144437.13972A-100000@newton.phys>
9200 Subject: [PATCH 5.004_66] Config_66-01
9201 Branch: perl
9202 ! Configure MANIFEST Porting/Glossary Porting/config.sh
9203 ! Porting/config_H config_h.SH
9204____________________________________________________________________________
9205[ 1086] By: gsar on 1998/06/10 05:46:38
9206 Log: Message-Id: <3.0.5.32.19980608161314.00a0a880@ous.edu>
9207 Date: Mon, 08 Jun 1998 16:13:14 -0700
9208 From: Dan Sugalski <sugalskd@osshe.edu>
9209 Subject: [PATCH 5.004_66] Documentation patch for Semaphore.pm
9210 Branch: perl
9211 ! ext/Thread/Thread/Semaphore.pm
9212____________________________________________________________________________
9213[ 1085] By: gsar on 1998/06/10 05:44:44
9214 Log: Message-Id: <3.0.5.32.19980608161002.00a64a70@ous.edu>
9215 Date: Mon, 08 Jun 1998 16:10:02 -0700
9216 From: Dan Sugalski <sugalskd@osshe.edu>
9217 Subject: [PATCH 5.004_66]Doc & feature patch for Thread::Queue
9218 Branch: perl
9219 - vms/descrip.mms
9220 ! ext/Thread/Thread/Queue.pm
9221____________________________________________________________________________
9222[ 1084] By: gsar on 1998/06/10 05:38:11
9223 Log: Message-Id: <3.0.5.32.19980608153828.00a81ea0@ous.edu>
9224 Date: Mon, 08 Jun 1998 15:38:28 -0700
9225 From: Dan Sugalski <sugalskd@osshe.edu>
9226 Subject: [PATCH POINTER 5.004_66]A configuration system for VMS perl
9227 Branch: perl
9228 + configure.com vms/descrip_mms.template vms/munchconfig.c
9229 + vms/subconfigure.com
9230 - vms/config.vms vms/fndvers.com
9231 ! MANIFEST README.vms lib/ExtUtils/MM_VMS.pm
9232____________________________________________________________________________
9233[ 1083] By: gsar on 1998/06/10 05:07:04
9234 Log: xsubpp enhancements ($CPAN/authors/id/ILYAZ/patches/diff_xsubpp_65), a
9235 variant of:
9236 Message-Id: <199712131231.HAA04125@monk.mps.ohio-state.edu>
9237 Date: Sat, 13 Dec 1997 07:31:02 EST
9238 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9239 Subject: 5.004_55: xsubpp: new keywords INTERFACE C_ARGS
9240 Branch: perl
9241 ! XSUB.h lib/ExtUtils/xsubpp pod/perlxs.pod
9242____________________________________________________________________________
9243[ 1082] By: gsar on 1998/06/10 04:52:26
9244 Log: add newer malloc.c from Ilya Zakharevich <ilya@math.ohio-state.edu>
9245 (from $CPAN/authors/id/ILYAZ/patches/diff_malloc_65)
9246 Branch: perl
9247 ! malloc.c
9248____________________________________________________________________________
9249[ 1081] By: gsar on 1998/06/10 03:45:10
9250 Log: reverse integrate contents of win32 branch into mainline
9251 Branch: perl
9252 !> (integrate 44 files)
9253____________________________________________________________________________
9254[ 1080] By: gsar on 1998/06/09 17:37:55
9255 Log: `p4 integrate -b ASPerl && p4 resolve -at`
9256 Branch: asperl
9257 !> (integrate 43 files)
9258____________________________________________________________________________
9259[ 1079] By: gsar on 1998/06/09 00:59:06
9260 Log: add examples of diff(1) usage
9261 Branch: win32/perl
9262 ! Porting/patching.pod
9263____________________________________________________________________________
9264[ 1078] By: gsar on 1998/06/09 00:52:23
9265 Log: undo change#1077
9266 Branch: win32/perl
9267 ! sv.c
9268____________________________________________________________________________
9269[ 1077] By: gsar on 1998/06/06 16:47:32
9270 Log: make sv_setsv() treat freed SVs like SVt_NULL
9271 Branch: win32/perl
9272 ! sv.c
9273____________________________________________________________________________
9274[ 1076] By: gsar on 1998/06/05 19:03:14
9275 Log: delete undiscussed AS changes for PPD (broke .packlist
9276 mechanism)
9277 Branch: win32/perl
9278 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
9279____________________________________________________________________________
9280[ 1075] By: gsar on 1998/06/05 18:18:44
9281 Log: add AS patch#26 (rename THIS to PERL_OBJEC_THIS to avoid clash
9282 with the xsubpp-generated symbol)
9283 Branch: win32/perl
9284 ! ObjXSub.h perl.c perl.h pp_ctl.c pp_hot.c toke.c
9285 ! win32/dl_win32.xs
9286____________________________________________________________________________
9287[ 1074] By: gsar on 1998/06/04 22:45:18
9288 Log: add AS patch#25 (allow B build with -DPERL_OBJECT)
9289 Branch: win32/perl
9290 ! ObjXSub.h byterun.h embed.h embedvar.h ext/B/B.xs intrpvar.h
9291 ! objpp.h proto.h util.c win32/Makefile win32/makefile.mk
9292____________________________________________________________________________
9293[ 1073] By: nick on 1998/06/04 17:18:14
9294 Log: resolve -at win32 branch into ansiperl
9295 Branch: ansiperl
9296 +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
9297 +> ipsock.h ipstdio.h objpp.h t/lib/h2ph.h t/lib/h2ph.pht
9298 +> t/lib/h2ph.t win32/GenCAPI.pl
9299 !> (integrate 127 files)
9300____________________________________________________________________________
9301[ 1072] By: gsar on 1998/06/04 01:49:24
9302 Log: document CORE::GLOBAL:: and global overriding, fix up
9303 File::DosGlob, testsuited and all
9304 Branch: win32/perl
9305 ! lib/File/DosGlob.pm pod/perlsub.pod t/lib/dosglob.t
9306____________________________________________________________________________
9307[ 1071] By: gsar on 1998/06/03 22:12:55
9308 Log: add AS patch#24, remove one other instance of error_no
9309 that was missed (patch#23 was intentionally skipped)
9310 Branch: win32/perl
9311 ! embedvar.h globals.c perlvars.h win32/makedef.pl
9312 ! win32/runperl.c
9313____________________________________________________________________________
9314[ 1070] By: gsar on 1998/06/01 19:42:06
9315 Log: fix Liblist.pm to tolerate backslashen in paths
9316 Branch: win32/perl
9317 ! lib/ExtUtils/Liblist.pm
9318____________________________________________________________________________
9319[ 1069] By: gsar on 1998/06/01 07:43:02
9320 Log: @INC construction on win32 cleaned up
9321 - perl.dll location based paths should be much more reliable now
9322 - registry stuff unchanged
9323 - Config.pm now has all the installfoolib entries for MakeMaker et al
9324 Branch: win32/perl
9325 ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
9326 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9327 ! win32/config_h.PL win32/config_sh.PL win32/makefile.mk
9328 ! win32/runperl.c win32/win32.c win32/win32.h
9329____________________________________________________________________________
9330[ 1068] By: gsar on 1998/05/31 21:52:18
9331 Log: semctl tweak
9332 Message-Id: <199805312127.QAA06750@gbarr.connect.net>
9333 Date: Sun, 31 May 1998 16:27:33 CDT
9334 From: Graham Barr <gbarr@pobox.com>
9335 Subject: Not OK: perl 5.00466 on i586-linux-thread 2.0.31
9336 Branch: win32/perl
9337 ! doio.c
9338____________________________________________________________________________
9339[ 1067] By: gsar on 1998/05/31 21:07:44
9340 Log: minimal fix to enable compiling with -DMULTIPLICITY
9341 (non-threadsafe regcomp.c globals need revisiting)
9342 Branch: win32/perl
9343 ! ObjXSub.h embedvar.h interp.sym intrpvar.h regcomp.c
9344 ! win32/GenCAPI.pl win32/makedef.pl
9345____________________________________________________________________________
9346[ 1066] By: gsar on 1998/05/30 21:35:37
9347 Log: integrate mainline changes (ASPerl branch is identical to
9348 win32 branch as of this change)
9349 Branch: asperl
9350 !> MANIFEST Todo.5.005 embed.h ext/POSIX/POSIX.xs global.sym
9351 !> lib/ExtUtils/Mksymlists.pm pod/perldelta.pod pp_sys.c
9352 !> t/op/ipcmsg.t t/op/ipcsem.t win32/Makefile win32/config.bc
9353 !> win32/config.gc win32/config.vc win32/config_H.bc
9354 !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
9355____________________________________________________________________________
9356[ 1065] By: gsar on 1998/05/30 21:13:06
9357 Log: change#1060 was inexplicably missing some of the "ensure
9358 AS stuff does no harm" fixes
9359 Branch: win32/perl
9360 ! embed.h global.sym win32/Makefile win32/makefile.mk
9361____________________________________________________________________________
9362[ 1064] By: gsar on 1998/05/30 21:10:27
9363 Log: integrate mainline to pick up trivial changes
9364 Branch: win32/perl
9365 !> MANIFEST pp_sys.c
9366
9367----------------
9368Version 5.004_66
9369----------------
9370
9371____________________________________________________________________________
9372[ 1063] By: mbeattie on 1998/05/29 15:19:55
9373 Log: Remove duplicate win32/TEST line from MANIFEST.
9374 Branch: perl
9375 ! MANIFEST
9376____________________________________________________________________________
9377[ 1062] By: mbeattie on 1998/05/29 15:18:33
9378 Log: Add missing ";" to pp_umask (spotted by Jarkko Hietaniemi).
9379 Branch: perl
9380 ! pp_sys.c
9381____________________________________________________________________________
9382[ 1061] By: mbeattie on 1998/05/29 12:02:17
9383 Log: Integrate from win32 branch into mainline (this now pulls in the
9384 asperl stuff).
9385 Branch: perl
9386 +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
9387 +> ipsock.h ipstdio.h objpp.h t/lib/h2ph.h t/lib/h2ph.pht
9388 +> t/lib/h2ph.t win32/GenCAPI.pl
9389 !> (integrate 104 files)
9390____________________________________________________________________________
9391[ 1060] By: gsar on 1998/05/29 11:05:50
9392 Log: reverse integrate asperl branch contents (phew!)
9393 - various fixups to ensure AS stuff does no harm
9394 - adjust win32/makefiles for the new directory layout (new layout
9395 looks rather a muddle--needs rework)
9396 - verified build & test on NT and Solaris/gcc
9397 Branch: win32/perl
9398 +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
9399 +> ipsock.h ipstdio.h objpp.h win32/GenCAPI.pl
9400 ! ext/POSIX/POSIX.xs lib/ExtUtils/Mksymlists.pm win32/Makefile
9401 ! win32/config.bc win32/config.gc win32/config.vc
9402 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9403 ! win32/makefile.mk
9404 !> (integrate 77 files)
9405____________________________________________________________________________
9406[ 1059] By: gsar on 1998/05/29 08:33:56
9407 Log: asperl branch verified to build w/o PERL_OBJECT on Solaris and NT
9408 Branch: asperl
9409 ! util.c
9410____________________________________________________________________________
9411[ 1058] By: gsar on 1998/05/29 08:31:09
9412 Log: type xtext for *.t that were missing it
9413 Branch: asperl
9414 ! t/lib/thread.t t/op/nothread.t
9415____________________________________________________________________________
9416[ 1057] By: gsar on 1998/05/29 08:28:46
9417 Log: stray t/op/ipc*.t fixups
9418 Branch: win32/perl
9419 ! t/op/ipcmsg.t t/op/ipcsem.t
9420____________________________________________________________________________
9421[ 1056] By: gsar on 1998/05/29 07:41:49
9422 Log: fixups to make it build and pass tests under both compilers
9423 Branch: asperl
9424 ! ObjXSub.h objpp.h proto.h
9425____________________________________________________________________________
9426[ 1055] By: gsar on 1998/05/29 07:22:51
9427 Log: integrate mainline changes
9428 Branch: asperl
9429 +> t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
9430 !> (integrate 69 files)
9431 Branch: win32/perl
9432 ! Todo.5.005 pod/perldelta.pod
9433____________________________________________________________________________
9434[ 1054] By: gsar on 1998/05/29 05:04:03
9435 Log: add a txt_compare() routine to t/h2ph.t for DOSISH sanity
9436 Branch: win32/perl
9437 ! t/lib/h2ph.t
9438____________________________________________________________________________
9439[ 1053] By: gsar on 1998/05/29 05:01:54
9440 Log: misc changes
9441 - remove code that works around lack of I_STDARG (we're a happy ANSI family)
9442 - leave dump_foo() stubs when not -DDEBUGGING for consistent symbol exports
9443 Branch: win32/perl
9444 ! deb.c dump.c ext/DynaLoader/dlutils.c ext/POSIX/POSIX.xs
9445 ! perl.h perlio.c proto.h regcomp.c run.c scope.c sv.c util.c
9446 ! x2p/util.c x2p/util.h
9447____________________________________________________________________________
9448[ 1052] By: gsar on 1998/05/29 02:31:44
9449 Log: merge changes#1014,1038 from maintbranch
9450 Branch: win32/perl
9451 + t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
9452 ! MANIFEST Makefile.SH doio.c ext/POSIX/POSIX.xs gv.c
9453 ! lib/Benchmark.pm lib/ExtUtils/MM_Unix.pm pod/perldebug.pod
9454 ! pod/perldiag.pod pod/perlfunc.pod pod/perlop.pod
9455 ! pod/perlre.pod pod/perltie.pod pod/perltrap.pod sv.c
9456 ! t/io/pipe.t utils/h2ph.PL
9457____________________________________________________________________________
9458[ 1051] By: gsar on 1998/05/29 01:38:51
9459 Log: regenerate win32/config_H.?c
9460 Branch: win32/perl
9461 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9462____________________________________________________________________________
9463[ 1050] By: gsar on 1998/05/29 01:32:41
9464 Log: integrate mainline
9465 Branch: win32/perl
9466 ! win32/Makefile win32/makefile.mk
9467 !> Configure INSTALL MANIFEST Porting/Glossary Porting/config.sh
9468 !> Porting/config_H Porting/patching.pod config_h.SH doio.c
9469 !> ext/POSIX/hints/sunos_4.pl hints/bsdos.sh hints/openbsd.sh
9470 !> hints/solaris_2.sh hints/sunos_4_1.sh hints/svr4.sh
9471 !> lib/FileHandle.pm patchlevel.h perl.h plan9/config.plan9
9472 !> vms/config.vms win32/config.bc win32/config.gc win32/config.vc
9473____________________________________________________________________________
9474[ 1049] By: gsar on 1998/05/29 00:57:05
9475 Log: fix various shenanigans with C<environ>, BC and VC builds now pass
9476 all tests
9477 Branch: asperl
9478 ! globals.c win32/Makefile win32/makefile.mk win32/runperl.c
9479 ! win32/win32.h win32/win32iop.h
9480____________________________________________________________________________
9481[ 1048] By: mbeattie on 1998/05/28 18:07:24
9482 Log: Integrated win32 branch into mainline. The changes to t/op/ipc*.t
9483 in change 1043 clashed badly with changes made in the win32
9484 branch. I did an accept on the win32 branch version for now.
9485 Branch: perl
9486 +> t/op/die.t
9487 !> (integrate 52 files)
9488____________________________________________________________________________
9489[ 1047] By: mbeattie on 1998/05/28 17:59:18
9490 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
9491 Subject: [PATCH 5.004_65] Config_65-02-03.diff: SunOS and Solaris hints
9492 Date: Thu, 28 May 1998 13:27:25 -0400 (EDT)
9493 Subject: [PATCH 5.004_65] Config_65-03-04.diff: semctl probing
9494 Date: Thu, 28 May 1998 13:28:21 -0400 (EDT)
9495 Branch: perl
9496 ! Configure MANIFEST Porting/Glossary Porting/config.sh
9497 ! Porting/config_H config_h.SH doio.c ext/POSIX/hints/sunos_4.pl
9498 ! hints/solaris_2.sh hints/sunos_4_1.sh perl.h vms/config.vms
9499 ! win32/config.bc win32/config.gc win32/config.vc
9500____________________________________________________________________________
9501[ 1046] By: mbeattie on 1998/05/28 17:55:48
9502 Log: Back out change 1043 since Andy's forthcoming Config patch
9503 includes a modified version.
9504 Branch: perl
9505 ! Configure config_h.SH doio.c perl.h
9506____________________________________________________________________________
9507[ 1045] By: mbeattie on 1998/05/28 17:52:40
9508 Log: Bump patchlevel.h to 66.
9509 Branch: perl
9510 ! patchlevel.h
9511____________________________________________________________________________
9512[ 1044] By: mbeattie on 1998/05/28 17:51:49
9513 Log: From: Daniel Grisinger <dgris@perrin.dimensional.com>
9514 Subject: [PATCH] _04m2 <DOC> perlfunc.pod (fwd)
9515 Date: Fri, 15 May 1998 16:18:26 -0600 (MDT)
9516 (above minus the t/system.t test pending checking)
9517 Subject: [PATCH] 5.004[04|65] <DOC> FileHandle.pm
9518 Date: Wed, 20 May 1998 19:50:50 -0600 (MDT)
9519 Subject: [PATCH] _65 and _04 <DOC> patching.pod
9520 Date: Thu, 21 May 1998 16:33:03 -0600 (MDT)
9521 Branch: perl
9522 ! Porting/patching.pod lib/FileHandle.pm pod/perlfunc.pod
9523____________________________________________________________________________
9524[ 1043] By: mbeattie on 1998/05/28 17:42:21
9525 Log: This change really is:
9526 Subject: [PATCH] 5.004_65: the infamous semctl()
9527 Date: Sun, 24 May 1998 16:13:21 +0300 (EET DST)
9528 From: Jarkko Hietaniemi <jhi@iki.fi>
9529
9530 Change 1041 claimed to be this patch but was really:
9531 Subject: [PATCH] 5.004_65: t/op/ipc*.t
9532 Date: Sat, 16 May 1998 00:52:39 +0300 (EET DST)
9533 From: Jarkko Hietaniemi <jhi@iki.fi>
9534 Branch: perl
9535 ! Configure config_h.SH doio.c perl.h
9536____________________________________________________________________________
9537[ 1042] By: mbeattie on 1998/05/28 17:36:57
9538 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
9539 Subject: [PATCH 5.004_65] Config_65-01: lchown() detection.
9540 Date: Thu, 28 May 1998 13:25:21 -0400 (EDT)
9541 Subject: [PATCH 5.004_65] Config_65-01-02.diff: INSTALL and hints fixes
9542 Date: Thu, 28 May 1998 13:26:18 -0400 (EDT)
9543 Branch: perl
9544 ! Configure INSTALL Porting/Glossary Porting/config.sh
9545 ! Porting/config_H config_h.SH doio.c hints/bsdos.sh
9546 ! hints/openbsd.sh hints/svr4.sh plan9/config.plan9
9547 ! vms/config.vms win32/config.bc win32/config.gc win32/config.vc
9548____________________________________________________________________________
9549[ 1041] By: mbeattie on 1998/05/28 17:34:26
9550 Log: Subject: [PATCH] 5.004_65: the infamous semctl()
9551 Date: Sun, 24 May 1998 16:13:21 +0300 (EET DST)
9552 From: Jarkko Hietaniemi <jhi@iki.fi>
9553 Branch: perl
9554 ! t/op/ipcmsg.t t/op/ipcsem.t
9555____________________________________________________________________________
9556[ 1040] By: gsar on 1998/05/28 02:06:47
9557 Log: tweaks to enable Borland build
9558 Branch: asperl
9559 ! win32/makefile.mk win32/win32.c
9560____________________________________________________________________________
9561[ 1039] By: gsar on 1998/05/27 23:29:22
9562 Log: remove C<#define index strchr> from win32.h (unused, and the
9563 pollution causes spurious variable name changes in extensions)
9564 Branch: win32/perl
9565 ! win32/win32.h
9566____________________________________________________________________________
9567[ 1038] By: TimBunce on 1998/05/27 17:29:15
9568 Log: Assorted patches:
9569
9570 ------ BUILD PROCESS ------
9571
9572 Title: "add utilities to make test dependencies"
9573 From: Robin Barker <rmb1@cise.npl.co.uk>
9574 Msg-ID: <2607.9805211303@tempest.cise.npl.co.uk>
9575 Files: Makefile.SH
9576
9577 Title: "Add 'make nok' complement to 'make ok'"
9578 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
9579 Msg-ID: <E0ycRDf-0005Wh-00@taurus.cus.cam.ac.uk>
9580 Files: Makefile.SH
9581
9582 Title: "further h2ph patches (add enum support)"
9583 From: Billy <wdconsta@cs.adelaide.edu.au>
9584 Msg-ID: <Pine.SV4.3.93.980521025541.14577A-100000@xenon.teaching.cs.adelaide.edu.au>
9585 Files: MANIFEST t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
9586
9587 ------ CORE LANGUAGE ------
9588
9589 Title: "Fix %! error spelling and add perldiag.pod entry"
9590 From: Graham Barr <gbarr@pobox.com>, Tim Bunce
9591 Msg-ID: <19980524193101.A573@pobox.com>
9592 Files: pod/perldiag.pod gv.c
9593
9594 Title: "Remove obsolete Win32 uppercasing ENV code"
9595 From: Gurusamy Sarathy <gsar@engin.umich.edu>
9596 Msg-ID: <199805201510.LAA28676@aatma.engin.umich.edu>
9597 Files: perl.c
9598
9599 Title: "Don't mung $! on implicit close"
9600 From: Chip Salzenberg <chip@perl.org>
9601 Msg-ID: <19980525113309.A15845@perlsupport.com>
9602 Files: doio.c
9603
9604 Title: "Maint trial 3 fails on SunOS 4.1.3 with Sun cc"
9605 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
9606 Msg-ID: <Pine.SUN.3.96.980527113114.26608D-100000@newton.phys>
9607 Files: doio.c
9608
9609 ------ DOCUMENTATION ------
9610
9611 Title: "doc patch: you canna return an array ( list context: || vs or)"
9612 From: Jarkko Hietaniemi <jhi@cc.hut.fi>
9613 Msg-ID: <oeeemxguf5h.fsf_-_@alpha.hut.fi>
9614 Files: pod/perldebug.pod pod/perlfunc.pod pod/perltie.pod pod/perltrap.pod
9615
9616 Title: "doc patch: @ needs escaping in m/\Q\E/ environment"
9617 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
9618 Msg-ID: <E0yecim-0002qr-00@taurus.cus.cam.ac.uk>
9619 Files: pod/perlop.pod pod/perlre.pod
9620
9621 Title: "Discrepancy between perlop.pod and m// operator", "Doc fix: Only
9622 with /g does list context get matches without parens"
9623 From: Greg Chapman <glc@well.com>, Tom Christiansen
9624 <tchrist@jhereg.perl.com>, Tom Phoenix
9625 <rootbeer@teleport.com>
9626 Msg-ID: <000201bd865e$f3bf72e0$1f04400c@assigned.well.com>,
9627 <199805231559.JAA21316@jhereg.perl.com>,
9628 <Pine.GSO.3.96.980523084947.22348I-100000@user2.teleport.com>
9629 Files: pod/perlop.pod
9630
9631 Title: "Documenting last/next/redo even further"
9632 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Tom Phoenix
9633 <rootbeer@teleport.com>
9634 Msg-ID: <E0yec2h-0000B9-00@taurus.cus.cam.ac.uk>,
9635 <Pine.GSO.3.96.980526111426.27437K-100000@user2.teleport.com>
9636 Files: pod/perlfunc.pod
9637
9638 Title: "Documenting last/next/redo within continue block"
9639 From: Tom Phoenix <rootbeer@teleport.com>
9640 Msg-ID: <Pine.GSO.3.96.980525214558.7133H-100000@user2.teleport.com>
9641 Files: pod/perlfunc.pod
9642
9643 Title: "Document stat return in scalar context"
9644 From: Mark-Jason Dominus <mjd@plover.com>
9645 Files: pod/perlfunc.pod
9646
9647 ------ EXTENSIONS ------
9648
9649 Title: "Better LD_RUN_PATH handling on IRIX"
9650 From: "W. Phillip Moore" <wpm@ms.com>
9651 Msg-ID: <199805212206.SAA07504@zappa.morgan.com>
9652 Files: lib/ExtUtils/MM_Unix.pm
9653
9654 Title: "Dealing with <unistd.h> in POSIX and SunOS"
9655 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
9656 Msg-ID: <Pine.SUN.3.96.980527115256.26608F-100000@newton.phys>
9657 Files: ext/POSIX/hints/sunos_4.pl hints/sunos_4_1.sh ext/POSIX/POSIX.xs
9658
9659 ------ LIBRARY ------
9660
9661 Title: "Fix FileHandle.pm example bug"
9662 From: Daniel Grisinger <dgris@perrin.dimensional.com>
9663 Msg-ID: <Pine.LNX.3.96.980520194825.10845C-100000@perrin.dimensional.com>
9664 Files: lib/FileHandle.pm
9665
9666 Title: "Add zero/negative $count docs for Benchmark.pm"
9667 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
9668 Msg-ID: <E0ydEAr-0006NV-00@taurus.cus.cam.ac.uk>
9669 Files: lib/Benchmark.pm
9670
9671 ------ PORTABILITY - GENERAL ------
9672
9673 Title: "Add test suite recommendations to Porting/patching.pod"
9674 From: Daniel Grisinger <dgris@perrin.dimensional.com>
9675 Msg-ID: <Pine.LNX.3.96.980521162925.3568B-100000@perrin.dimensional.com>
9676 Files: Porting/patching.pod
9677
9678 ------ TESTS ------
9679
9680 Title: "Fix looping bug in t/io/pipe.t"
9681 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
9682 Msg-ID: <E0yc737-0006fB-00@taurus.cus.cam.ac.uk>
9683 Files: t/io/pipe.t
9684 Branch: maint-5.004/perl
9685 ! MANIFEST Makefile.SH Porting/patching.pod doio.c
9686 ! ext/POSIX/POSIX.xs ext/POSIX/hints/sunos_4.pl gv.c
9687 ! hints/sunos_4_1.sh lib/Benchmark.pm lib/ExtUtils/MM_Unix.pm
9688 ! lib/FileHandle.pm perl.c pod/perldebug.pod pod/perldiag.pod
9689 ! pod/perlfunc.pod pod/perlop.pod pod/perlre.pod pod/perltie.pod
9690 ! pod/perltrap.pod t/io/pipe.t t/lib/h2ph.pht t/lib/h2ph.t
9691 ! utils/h2ph.PL
9692____________________________________________________________________________
9693[ 1037] By: gsar on 1998/05/27 16:18:30
9694 Log: add AS patch#22 (fix to make die_exit.t pass)
9695 Branch: asperl
9696 ! win32/runperl.c
9697____________________________________________________________________________
9698[ 1036] By: gsar on 1998/05/27 12:50:34
9699 Log: add AS patch#21 (misc. fixes)
9700 Branch: asperl
9701 ! ObjXSub.h lib/ExtUtils/MM_Unix.pm objpp.h perl.h
9702 ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
9703 ! win32/win32.c win32/win32sck.c
9704____________________________________________________________________________
9705[ 1035] By: gsar on 1998/05/26 17:26:17
9706 Log: more changes to satisfy non-debug VC build (C-API doesn't
9707 build, and the testsuite still won't run)
9708 Branch: asperl
9709 ! ObjXSub.h deb.c dump.c ext/POSIX/POSIX.xs globals.c proto.h
9710 ! regcomp.c run.c scope.c sv.c util.c win32/GenCAPI.pl
9711____________________________________________________________________________
9712[ 1034] By: gsar on 1998/05/26 17:20:22
9713 Log: remove doubled hunk (perforce auto-integrate oddity)
9714 Branch: win32/perl
9715 ! pod/perldiag.pod
9716____________________________________________________________________________
9717[ 1033] By: gsar on 1998/05/26 13:39:14
9718 Log: tweaks to make it build with the Borland compiler. Won't run
9719 testsuite because @INC intuition from location of perlcore.dll seems
9720 to be broken. Also, system() and qx// seem broken as well.
9721 Branch: asperl
9722 ! ObjXSub.h doio.c embedvar.h ext/POSIX/POSIX.xs interp.sym
9723 ! intrpvar.h objpp.h perl.c perl.h perlvars.h proto.h regcomp.c
9724 ! regexec.c toke.c
9725____________________________________________________________________________
9726[ 1032] By: gsar on 1998/05/24 23:13:05
9727 Log: tweak Benchmark.pm to restore old timestr() behavior--show wall secs
9728 Branch: win32/perl
9729 ! lib/Benchmark.pm
9730____________________________________________________________________________
9731[ 1031] By: gsar on 1998/05/24 05:36:44
9732 Log: tweak makefiles
9733 Branch: asperl
9734 ! win32/Makefile win32/makefile.mk
9735____________________________________________________________________________
9736[ 1030] By: gsar on 1998/05/23 18:58:23
9737 Log: merge changes#1016,1018 from maintbranch (1017 is n/a)
9738 Branch: win32/perl
9739 ! pp_sys.c t/op/die.t
9740____________________________________________________________________________
9741[ 1029] By: gsar on 1998/05/23 18:55:13
9742 Log: merge change#1015 from maintbranch (must revisit 1014 later, is
9743 incomplete)
9744 Branch: win32/perl
9745 ! embed.h global.sym op.c pp.c proto.h sv.c
9746____________________________________________________________________________
9747[ 1028] By: gsar on 1998/05/23 18:25:14
9748 Log: merge change#1013 from maintbranch (1012 is n/a)
9749 Branch: win32/perl
9750 ! toke.c
9751____________________________________________________________________________
9752[ 1027] By: gsar on 1998/05/23 18:02:21
9753 Log: merge change#1011 from maintbranch
9754 Branch: win32/perl
9755 ! perl.c pod/perldiag.pod pod/perlfunc.pod pp_ctl.c
9756 ! utils/perlbug.PL
9757____________________________________________________________________________
9758[ 1026] By: nick on 1998/05/23 08:45:04
9759 Log: Ids of msgs and sems can be zero, so change || die to a defined() test
9760 Branch: win32/perl
9761 ! t/op/ipcmsg.t t/op/ipcsem.t
9762____________________________________________________________________________
9763[ 1025] By: nick on 1998/05/23 08:36:36
9764 Log: Resolve win32 into ansiperl
9765 Branch: ansiperl
9766 +> t/op/die.t
9767 !> (integrate 42 files)
9768____________________________________________________________________________
9769[ 1024] By: gsar on 1998/05/21 21:11:12
9770 Log: more mingw32 tweaks
9771 Branch: win32/perl
9772 ! ext/POSIX/POSIX.xs t/pragma/locale.t
9773____________________________________________________________________________
9774[ 1023] By: gsar on 1998/05/21 19:15:02
9775 Log: fix problematic change#965 from maintbranch
9776 Message-Id: <199805162145.RAA02552@monk.mps.ohio-state.edu>
9777 Date: Sat, 16 May 1998 17:45:22 EDT
9778 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9779 Subject: Re: Not OK (after all) : perl 5.00404 +MAINT_TRIAL_3 on sun4-solaris 2.5
9780 Branch: win32/perl
9781 ! gv.c op.c t/comp/proto.t
9782____________________________________________________________________________
9783[ 1022] By: gsar on 1998/05/21 01:37:04
9784 Log: fix POSIX for mingw32
9785 Branch: win32/perl
9786 ! ext/POSIX/POSIX.xs win32/config.gc win32/config_H.gc
9787____________________________________________________________________________
9788[ 1021] By: gsar on 1998/05/20 15:02:21
9789 Log: remove strupr() from perl.c
9790 Branch: win32/perl
9791 ! perl.c
9792____________________________________________________________________________
9793[ 1020] By: TimBunce on 1998/05/19 22:41:40
9794 Log: Title: "fix up descrepancy in h2ph test"
9795 From: Tim Bunce
9796 Files: t/lib/h2ph.pht
9797 Branch: maint-5.004/perl
9798 ! t/lib/h2ph.pht
9799____________________________________________________________________________
9800[ 1019] By: TimBunce on 1998/05/19 22:17:15
9801 Log: Title: "add a test to check return value from successful s/// (there was none!)"
9802 From: Gurusamy Sarathy <gsar@engin.umich.edu>
9803 Msg-ID: <199805161759.NAA12995@aatma.engin.umich.edu>
9804 Files: t/op/subst.t
9805
9806 Title: "fix up descrepancy in h2ph test"
9807 From: Tim Bunce
9808 Files: t/lib/h2ph.t
9809 Branch: maint-5.004/perl
9810 ! t/lib/h2ph.t t/op/subst.t
9811____________________________________________________________________________
9812[ 1018] By: TimBunce on 1998/05/19 21:56:32
9813 Log: Title: "fix mem leak and core dump from change 1016"
9814 From: Tim Bunce
9815 Files: pp_sys.c
9816 Branch: maint-5.004/perl
9817 ! pp_sys.c
9818____________________________________________________________________________
9819[ 1017] By: TimBunce on 1998/05/19 21:26:03
9820 Log: Title: "qsort, Win32 "POSIX" plus other devel changes for patch-compatibility"
9821 From: Gurusamy Sarathy <gsar@engin.umich.edu>
9822 Files: MANIFEST cflags.SH pod/perlembed.pod pod/perlfunc.pod
9823 pod/perlguts.pod pod/perlref.pod pod/perlrun.pod
9824 pod/perlxstut.pod av.h embed.h hv.h op.h perl.h pp.h
9825 proto.h Todo av.c cygwin32/perlgcc cygwin32/perlld deb.c
9826 doio.c doop.c ext/ODBM_File/ODBM_File.xs
9827 ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
9828 gv.c hv.c interp.sym lib/AutoSplit.pm lib/Cwd.pm
9829 lib/FindBin.pm lib/strict.pm lib/ExtUtils/Command.pm
9830 lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
9831 lib/ExtUtils/Manifest.pm lib/File/Basename.pm
9832 lib/File/Find.pm lib/File/Path.pm lib/Getopt/Long.pm
9833 lib/Getopt/Std.pm lib/Net/Ping.pm lib/Pod/Html.pm
9834 lib/Pod/Text.pm lib/Term/Cap.pm lib/Test/Harness.pm mg.c
9835 op.c perl.c pod/pod2latex.PL pod/pod2man.PL pp.c pp_ctl.c
9836 pp_hot.c pp_sys.c scope.c sv.c t/lib/posix.t
9837 t/pragma/locale.t utils/perldoc.PL win32/win32.h toke.c
9838 universal.c util.c win32/Makefile win32/config_H.bc
9839 win32/config_H.vc win32/dl_win32.xs win32/makedef.pl
9840 win32/makefile.mk win32/perlglob.c win32/runperl.c
9841 win32/win32.c win32/win32sck.c x2p/s2p.PL
9842 Branch: maint-5.004/perl
9843 ! MANIFEST Todo av.c av.h cflags.SH cygwin32/perlgcc
9844 ! cygwin32/perlld deb.c doio.c doop.c embed.h
9845 ! ext/ODBM_File/ODBM_File.xs ext/POSIX/Makefile.PL
9846 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs gv.c hv.c hv.h
9847 ! interp.sym lib/AutoSplit.pm lib/Cwd.pm lib/ExtUtils/Command.pm
9848 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
9849 ! lib/ExtUtils/Manifest.pm lib/File/Basename.pm lib/File/Find.pm
9850 ! lib/File/Path.pm lib/FindBin.pm lib/Getopt/Long.pm
9851 ! lib/Getopt/Std.pm lib/Net/Ping.pm lib/Pod/Html.pm
9852 ! lib/Pod/Text.pm lib/Term/Cap.pm lib/Test/Harness.pm
9853 ! lib/strict.pm mg.c op.c op.h perl.c perl.h pod/perlembed.pod
9854 ! pod/perlfunc.pod pod/perlguts.pod pod/perlref.pod
9855 ! pod/perlrun.pod pod/perlxstut.pod pod/pod2latex.PL
9856 ! pod/pod2man.PL pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
9857 ! scope.c sv.c t/lib/posix.t t/pragma/locale.t toke.c
9858 ! universal.c util.c utils/perldoc.PL win32/Makefile
9859 ! win32/config_H.bc win32/config_H.vc win32/dl_win32.xs
9860 ! win32/makedef.pl win32/makefile.mk win32/perlglob.c
9861 ! win32/runperl.c win32/win32.c win32/win32.h win32/win32sck.c
9862 ! x2p/s2p.PL
9863____________________________________________________________________________
9864[ 1016] By: TimBunce on 1998/05/19 20:37:42
9865 Log: Title: "eval { die $obj }; die; calls $obj->PROPAGATE"
9866 From: Graham Barr <gbarr@ti.com>
9867 Msg-ID: <3561D147.7F3E0C88@ti.com>
9868 Files: pp_sys.c t/op/die.t
9869 Branch: maint-5.004/perl
9870 ! pp_sys.c t/op/die.t
9871____________________________________________________________________________
9872[ 1015] By: TimBunce on 1998/05/19 20:07:01
9873 Log: Title: "loosen const sub re-defined warnings"
9874 From: Doug MacEachern <dougm@pobox.com>
9875 Msg-ID: <355F713B.6A4C0F04@pobox.com>
9876 Files: proto.h global.sym op.c pp.c sv.c
9877 Branch: maint-5.004/perl
9878 ! global.sym op.c pp.c proto.h sv.c
9879____________________________________________________________________________
9880[ 1014] By: TimBunce on 1998/05/19 19:48:18
9881 Log: Title: "s/FORMLINE/FORMAT/ in sv.c"
9882 From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
9883 Msg-ID: <l03130303b1837a243670@[194.222.64.89]>
9884 Files: sv.c
9885
9886 Title: "Further h2ph patches (including a test suite)"
9887 From: Billy <wdconsta@cs.adelaide.edu.au>
9888 Msg-ID: <Pine.SV4.3.93.980516234652.2100A-100000@xenon.teaching.cs.adelaide.edu.au>
9889 Files: MANIFEST t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
9890 Branch: maint-5.004/perl
9891 + t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
9892 ! MANIFEST sv.c utils/h2ph.PL
9893____________________________________________________________________________
9894[ 1013] By: TimBunce on 1998/05/19 19:14:13
9895 Log: Title: "Remove change 673 (Allow empty BLOCK in code)"
9896 From: Gurusamy Sarathy <gsar@engin.umich.edu>, Ilya Zakharevich
9897 <ilya@math.ohio-state.edu>
9898 Msg-ID: <199805151857.OAA29586@monk.mps.ohio-state.edu>,
9899 <199805151931.PAA23086@aatma.engin.umich.edu>,
9900 <19980129002112Z13378-6931+226@scapa.cs.ualberta.ca>
9901 Files: toke.c
9902 Branch: maint-5.004/perl
9903 ! toke.c
9904____________________________________________________________________________
9905[ 1012] By: TimBunce on 1998/05/19 19:03:32
9906 Log: Title: "Further SysV sem/msg fixes and removal of non-portable tests"
9907 From: Andy Dougherty <doughera@lafcol.lafayette.edu>, Jarkko Hietaniemi
9908 <jhi@iki.fi>
9909 Msg-ID: <199805182028.XAA15717@alpha.hut.fi>,
9910 <Pine.SUN.3.96.980518133606.17488A-100000@newton.phys>
9911 Files: MANIFEST Configure config_h.SH perl.h doio.c t/op/ipcmsg.t
9912 t/op/ipcsem.t
9913 Branch: maint-5.004/perl
9914 ! Configure MANIFEST config_h.SH doio.c perl.h t/op/ipcmsg.t
9915 ! t/op/ipcsem.t
9916____________________________________________________________________________
9917[ 1011] By: TimBunce on 1998/05/19 17:55:38
9918 Log: Title: "interp.sym is missing C<e_script> after -e fix"
9919 From: jan.dubois@ibm.net (Jan Dubois)
9920 Msg-ID: <355d460d.7621669@smtp1.ibm.net>
9921 Files: embed.h interp.sym
9922
9923 Title: "Undo changed error message which breaks Tk"
9924 From: Gurusamy Sarathy <gsar@engin.umich.edu>
9925 Msg-ID: <199805161557.LAA08106@aatma.engin.umich.edu>
9926 Files: pp_ctl.c
9927
9928 Title: "Minor fixups to new -e script code"
9929 From: Tim Bunce
9930 Files: perl.c
9931
9932 Title: "Remove old diags not relevant after -e fix"
9933 From: Andy Dougherty <doughera@lafcol.lafayette.edu>, Gurusamy Sarathy
9934 <gsar@engin.umich.edu>, Tim.Bunce@ig.co.uk (Tim Bunce)
9935 Msg-ID: <199805172143.RAA07896@aatma.engin.umich.edu>,
9936 <199805181335.OAA07008@toad.ig.co.uk>,
9937 <Pine.SUN.3.96.980517104819.16183B-100000@newton.phys>
9938 Files: pod/perldiag.pod
9939
9940 Title: "more examples for vec()"
9941 From: Tom Phoenix <rootbeer@teleport.com>
9942 Msg-ID: <Pine.GSO.3.96.980518093728.28732P-100000@user2.teleport.com>
9943 Files: pod/perlfunc.pod
9944
9945 Title: ""make ok" (perlbug -ok) should not be interactive"
9946 From: Hugo van der Sanden <hv@crypt0.demon.co.uk>, Jarkko Hietaniemi
9947 <jhi@iki.fi>
9948 Msg-ID: <199805160942.MAA20171@alpha.hut.fi>,
9949 <l03130300b1834f9732a0@[194.222.64.89]>
9950 Files: utils/perlbug.PL
9951 Branch: maint-5.004/perl
9952 ! embed.h interp.sym perl.c pod/perldiag.pod pod/perlfunc.pod
9953 ! pp_ctl.c utils/perlbug.PL
9954____________________________________________________________________________
9955[ 1010] By: gsar on 1998/05/18 09:40:58
9956 Log: integrate mainline changes (untested)
9957 Branch: asperl
9958 +> Porting/Contract Porting/patching.pod README.beos beos/nm.c
9959 +> ext/DynaLoader/DynaLoader.pm.PL ext/POSIX/hints/bsdos.pl
9960 +> ext/POSIX/hints/freebsd.pl ext/POSIX/hints/netbsd.pl
9961 +> ext/POSIX/hints/openbsd.pl hints/beos.sh hints/openbsd.sh
9962 +> pod/perldelta4.pod t/op/defins.t t/op/die.t t/op/die_exit.t
9963 +> t/op/ipcmsg.t t/op/ipcsem.t t/op/pos.t utils/perlcc.PL
9964 - ext/DynaLoader/DynaLoader.pm
9965 ! win32/win32.c
9966 !> (integrate 234 files)
9967____________________________________________________________________________
9968[ 1009] By: gsar on 1998/05/18 07:51:19
9969 Log: more whitespace tweaks from maintbranch
9970 Branch: win32/perl
9971 ! av.c perl.c pp_ctl.c pp_sys.c toke.c
9972____________________________________________________________________________
9973[ 1008] By: gsar on 1998/05/17 22:37:20
9974 Log: sundry whitespace cleanups from maintbranch
9975 Branch: win32/perl
9976 ! Porting/Contract XSUB.h av.c gv.c mg.c perl.c
9977____________________________________________________________________________
9978[ 1007] By: gsar on 1998/05/16 21:59:46
9979 Log: integrate mainline
9980 Branch: win32/perl
9981 !> INSTALL doio.c lib/strict.pm perl.c perl.h pod/perldebug.pod
9982 !> t/op/ipcmsg.t t/op/ipcsem.t
9983____________________________________________________________________________
9984[ 1006] By: gsar on 1998/05/16 21:54:23
9985 Log: merge changes#996,998,999 from maintbranch
9986 Branch: win32/perl
9987 ! Changes5.004 Porting/makerel t/base/lex.t toke.c
9988____________________________________________________________________________
9989[ 1005] By: gsar on 1998/05/16 21:49:47
9990 Log: merge change#995 from maintbranch, tweak interp.sym and
9991 run embed.pl
9992 Branch: win32/perl
9993 ! embedvar.h interp.sym intrpvar.h perl.c
9994____________________________________________________________________________
9995[ 1004] By: gsar on 1998/05/16 21:27:18
9996 Log: merge changes#989,990,992 from maintbranch
9997 Branch: win32/perl
9998 + t/op/die.t
9999 ! MANIFEST installperl pod/perldiag.pod pp_ctl.c t/op/ipcmsg.t
10000____________________________________________________________________________
10001[ 1003] By: gsar on 1998/05/16 21:16:47
10002 Log: sync config*.gc with others, and verify that nothing from
10003 change#986 needs to be merged
10004 Branch: win32/perl
10005 ! win32/config.gc win32/config_H.gc
10006____________________________________________________________________________
10007[ 1002] By: gsar on 1998/05/16 21:04:04
10008 Log: merge change#985 from maintbranch
10009 Branch: win32/perl
10010 ! lib/AutoSplit.pm lib/ExtUtils/Manifest.pm pp_ctl.c pp_sys.c
10011 ! util.c
10012____________________________________________________________________________
10013[ 1001] By: gsar on 1998/05/16 17:53:16
10014 Log: add a test to check return value from successful s/// (there was none!)
10015 Branch: win32/perl
10016 ! t/op/subst.t
10017____________________________________________________________________________
10018[ 1000] By: gsar on 1998/05/16 17:42:34
10019 Log: fix misplaced SPAGAIN that caused successful s/// to fail to
10020 return a value on the stack
10021 Branch: win32/perl
10022 ! pp_hot.c
10023____________________________________________________________________________
10024[ 999] By: TimBunce on 1998/05/15 23:04:30
10025 Log: Title: "Update Porting/makerel script for perforce dir structure"
10026 From: Tim Bunce
10027 Files: Porting/makerel
10028 Branch: maint-5.004/perl
10029 ! Porting/makerel
10030____________________________________________________________________________
10031[ 998] By: TimBunce on 1998/05/15 22:49:55
10032 Log: Title: "Updated Changes file for trial 3"
10033 From: Tim Bunce
10034 Files: Changes
10035 Branch: maint-5.004/perl
10036 ! Changes
10037____________________________________________________________________________
10038[ 997] By: gsar on 1998/05/15 22:21:41
10039 Log: merge changes#982,984 from maintbranch
10040 Branch: win32/perl
10041 ! gv.c lib/English.pm perl.c pod/perlfunc.pod t/io/pipe.t
10042 ! t/op/exec.t t/op/ipcsem.t util.c utils/h2ph.PL utils/h2xs.PL
10043____________________________________________________________________________
10044[ 996] By: TimBunce on 1998/05/15 22:19:32
10045 Log: Title: "Negative array subscript unrecognized in regex"
10046 From: Mark-Jason Dominus <mjd@plover.com>,
10047 h.sanden@elsevier.nl (Hugo van der Sanden)
10048 Msg-ID: <19980425040819.13828.qmail@plover.com>,
10049 <199805151514.RAA04121@dorlas.elsevier.nl>
10050 Files: t/base/lex.t toke.c
10051
10052 Title: "Remove e_fp from toke.c after change 955"
10053 From: Tim Bunce
10054 Files: toke.c
10055 Branch: maint-5.004/perl
10056 ! t/base/lex.t toke.c
10057____________________________________________________________________________
10058[ 995] By: TimBunce on 1998/05/15 22:08:32
10059 Log: Title: "Fix -e security hole (no longer uses temp file)"
10060 From: Tim Bunce
10061 Files: embed.h perl.h perl.c
10062 Branch: maint-5.004/perl
10063 ! embed.h perl.c perl.h
10064____________________________________________________________________________
10065[ 994] By: gsar on 1998/05/15 22:08:17
10066 Log: merge change#981 from maintbranch, add XXX comment about
10067 supporting %! for usethreads case
10068 Branch: win32/perl
10069 ! gv.c op.c
10070____________________________________________________________________________
10071[ 992] By: TimBunce on 1998/05/15 22:01:32
10072 Log: Title: "install non-backwards compatible .pm files into archlib"
10073 From: Tim Bunce
10074 Files: installperl
10075
10076 Title: "revert "Can't locate" message to original for maintenance"
10077 From: Tim Bunce
10078 Msg-ID: <199804240047.SAA24155@den-mdev1.co.csgsystems.com>
10079 Files: pod/perldiag.pod pp_ctl.c
10080 Branch: maint-5.004/perl
10081 ! installperl pod/perldiag.pod pp_ctl.c
10082____________________________________________________________________________
10083[ 991] By: gsar on 1998/05/15 21:35:00
10084 Log: reverse integrate ansiperl (all except the
10085 C<attrs qw(package locked)> stuff, and the duplicate hunks)
10086 i.e. prototype fixes, perldoc.PL enhancements, and s/comment/comment_t/g
10087 Branch: win32/perl
10088 !> bytecode.h byterun.c cv.h ext/attrs/attrs.pm
10089 !> ext/attrs/attrs.xs pod/perlop.pod pp_hot.c sv.c toke.c
10090 !> utils/perldoc.PL
10091____________________________________________________________________________
10092[ 990] By: TimBunce on 1998/05/15 16:54:18
10093 Log: Title: "Add tests for die $ref"
10094 From: Graham Barr <gbarr@ti.com>
10095 Msg-ID: <355C6297.121B576B@ti.com>
10096 Files: MANIFEST t/op/die.t
10097 Branch: maint-5.004/perl
10098 + t/op/die.t
10099 ! MANIFEST
10100____________________________________________________________________________
10101[ 989] By: TimBunce on 1998/05/15 16:38:19
10102 Log: Title: "Fix t/op/ipcmsg.t for Digital UNIX"
10103 From: Jarkko Hietaniemi <jhi@iki.fi>
10104 Msg-ID: <199805151337.QAA01174@alpha.hut.fi>
10105 Files: t/op/ipcmsg.t
10106 Branch: maint-5.004/perl
10107 ! t/op/ipcmsg.t
10108____________________________________________________________________________
10109[ 988] By: mbeattie on 1998/05/15 16:28:08
10110 Log: Patch from Sarathy to fix up win32 integration. Patch from Jarkko
10111 (manually applied and tweaked) to fix up SysV IPC semaphores for
10112 Solaris and Linux (pre-glibc and glibc). Fix up t/op/ipcmsg.t and
10113 t/op/ipcsem.t for platforms which wanted to skip test. Completely
10114 disable ipcsem.t since it doesn't seem to work properly even when
10115 not skipped. This is _65.
10116 Branch: perl
10117 ! INSTALL doio.c lib/strict.pm perl.c perl.h pod/perldebug.pod
10118 ! t/op/ipcmsg.t t/op/ipcsem.t
10119____________________________________________________________________________
10120[ 987] By: nick on 1998/05/15 16:03:35
10121 Log: Integrate win32
10122 Branch: ansiperl
10123 +> Porting/Contract Porting/patching.pod README.beos beos/nm.c
10124 +> ext/DynaLoader/DynaLoader.pm.PL ext/POSIX/hints/bsdos.pl
10125 +> ext/POSIX/hints/freebsd.pl ext/POSIX/hints/netbsd.pl
10126 +> ext/POSIX/hints/openbsd.pl hints/beos.sh hints/openbsd.sh
10127 +> pod/perldelta4.pod t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
10128 +> t/op/pos.t utils/perlcc.PL
10129 - ext/DynaLoader/DynaLoader.pm
10130 !> (integrate 208 files)
10131____________________________________________________________________________
10132[ 986] By: TimBunce on 1998/05/15 15:28:45
10133 Log: Title: "Patches for BeOS port of Perl, courtesy of Tom Spindler"
10134 From: Jarkko Hietaniemi <jhi@iki.fi>, Tom Spindler
10135 Msg-ID: <199805042312.CAA09025@alpha.hut.fi>
10136 Files: MANIFEST Configure config_h.SH hints/beos.sh pod/perlfunc.pod
10137 Porting/Glossary README.beos beos/nm.c lib/Term/ReadLine.pm
10138 plan9/config.plan9 pp_sys.c t/io/pipe.t vms/config.vms
10139 win32/config.bc win32/config.vc win32/config_H.bc
10140 win32/config_H.vc
10141 Branch: maint-5.004/perl
10142 + README.beos beos/nm.c hints/beos.sh
10143 ! Configure MANIFEST Porting/Glossary config_h.SH
10144 ! lib/Term/ReadLine.pm plan9/config.plan9 pod/perlfunc.pod
10145 ! pp_sys.c t/io/pipe.t vms/config.vms win32/config.bc
10146 ! win32/config.vc win32/config_H.bc win32/config_H.vc
10147____________________________________________________________________________
10148[ 985] By: TimBunce on 1998/05/15 15:02:43
10149 Log: Title: "allow die $ref"
10150 From: Graham Barr <gbarr@ti.com>, Tim.Bunce@ig.co.uk (Tim Bunce)
10151 Msg-ID: <199805151351.OAA01985@toad.ig.co.uk>, <355C3E67.AF25B9F7@ti.com>
10152 Files: pp_ctl.c pp_sys.c util.c
10153
10154 Title: "ExtUtils::Manifest could truncate files during "make dist""
10155 From: "James E Jurach Jr." <muaddib@arrakis.int.ein.cz>,
10156 koenig@kulturbox.de (Andreas J. Koenig)
10157 Msg-ID: <199805111048.MAA02573@arrakis.int.ein.cz>,
10158 <sfc90o8bgie.fsf@dubravka.in-berlin.de>
10159 Files: lib/ExtUtils/Manifest.pm
10160
10161 Title: "Autosplit doesn't like upper case letters in sub names on VMS"
10162 From: Dan Sugalski <sugalskd@osshe.edu>
10163 Msg-ID: <3.0.5.32.19980330152332.009cb130@osshe.edu>
10164 Files: lib/AutoSplit.pm
10165
10166 Title: "AutoSplit/AutoLoaded subs: give useful line numbers in warnings etc"
10167 From: "Jesse N. Glick" <jglick@sig.bsh.com>, koenig@anna.mind.de (Andreas
10168 J. Koenig), larry@wall.org (Larry Wall)
10169 Msg-ID: <199709292015.NAA09627@wall.org>, <342FCDDF.23534195@sig.bsh.com>,
10170 <sfc202c9jsb.fsf@anna.in-berlin.de>,
10171 <sfc3efg5rhg.fsf@dubravka.in-berlin.de>
10172 Files: lib/AutoSplit.pm
10173 Branch: maint-5.004/perl
10174 ! lib/AutoSplit.pm lib/ExtUtils/Manifest.pm pp_ctl.c pp_sys.c
10175 ! util.c
10176____________________________________________________________________________
10177[ 984] By: TimBunce on 1998/05/15 14:18:52
10178 Log: ------ CORE LANGUAGE ------
10179
10180 Title: "Fix close pipe returning status from wrong child"
10181 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, kstar@chapin.edu@ig.co.uk ()
10182 Msg-ID: <199805142313.TAA02684@chapin.edu>,
10183 <E0yZ8ah-0005d8-00@taurus.cus.cam.ac.uk>
10184 Files: t/io/pipe.t util.c
10185
10186 Title: "Avoid English.pm triggering load of Errno.pm"
10187 From: Tim Bunce
10188 Files: gv.c lib/English.pm
10189
10190 ------ DOCUMENTATION ------
10191
10192 Title: "Document child exit cause a parent sleep to end early"
10193 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
10194 Msg-ID: <E0yZwMK-0000D9-00@taurus.cus.cam.ac.uk>
10195 Files: pod/perlfunc.pod
10196
10197 ------ EXTENSIONS ------
10198
10199 Title: "BSD Platforms need STRUCT_TM_HASZONE for POSIX"
10200 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
10201 Msg-ID: <Pine.SUN.3.96.980512095524.8158C-100000@newton.phys>
10202 Files: MANIFEST ext/POSIX/hints/bsdos.pl ext/POSIX/hints/freebsd.pl
10203 ext/POSIX/hints/netbsd.pl ext/POSIX/hints/openbsd.pl
10204
10205 Title: "MM_VMS.pm fixes for building external library"
10206 From: Dan Sugalski <sugalskd@ous.edu>
10207 Msg-ID: <3.0.5.32.19980511160542.009dd480@ous.edu>
10208 Files: lib/ExtUtils/MM_VMS.pm
10209
10210 Title: "Appease picky DEC compiler in POSIX.xs"
10211 From: Dan Sugalski <sugalskd@ous.edu>
10212 Msg-ID: <3.0.5.32.19980511161434.009f8bb0@ous.edu>
10213 Files: ext/POSIX/POSIX.xs
10214
10215 ------ TESTS ------
10216
10217 Title: "Fix constant detection in t/op/ipcsem.t for Digit UNIX"
10218 From: Jarkko Hietaniemi <jhi@iki.fi>
10219 Msg-ID: <199805121212.PAA15351@alpha.hut.fi>
10220 Files: t/op/ipcsem.t
10221
10222 Title: "Fix doc bug for system() return value"
10223 From: Daniel Grisinger <dgris@perrin.dimensional.com>
10224 Msg-ID: <Pine.LNX.3.96.980514165608.4062A-100000@perrin.dimensional.com>
10225 Files: pod/perlfunc.pod t/op/exec.t
10226
10227 ------ UTILITIES ------
10228
10229 Title: "Avoid possible constant autoload loop"
10230 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Graham Barr <gbarr@ti.com>, Ilya
10231 Zakharevich <ilya@math.ohio-state.edu>
10232 Msg-ID: <199805141910.PAA26994@monk.mps.ohio-state.edu>,
10233 <355B475A.C5AD4B90@ti.com>,
10234 <E0ya11X-0000hm-00@taurus.cus.cam.ac.uk>
10235 Files: utils/h2xs.PL
10236
10237 Title: "Further improvements to h2ph.PL"
10238 From: kstar@chapin.edu
10239 Msg-ID: <199805130241.WAA25459@chapin.edu>
10240 Files: utils/h2ph.PL
10241 Branch: maint-5.004/perl
10242 + ext/POSIX/hints/bsdos.pl ext/POSIX/hints/freebsd.pl
10243 + ext/POSIX/hints/netbsd.pl ext/POSIX/hints/openbsd.pl
10244 ! MANIFEST ext/POSIX/POSIX.xs gv.c lib/English.pm
10245 ! lib/ExtUtils/MM_VMS.pm pod/perlfunc.pod t/io/pipe.t
10246 ! t/op/exec.t t/op/ipcsem.t util.c utils/h2ph.PL utils/h2xs.PL
10247
10248----------------
10249Version 5.004_64
10250----------------
10251
10252____________________________________________________________________________
10253[ 983] By: mbeattie on 1998/05/15 14:04:17
10254 Log: Integrate win32 branch into mainline.
10255 Branch: perl
10256 +> Porting/patching.pod t/op/defins.t
10257 !> (integrate 107 files)
10258____________________________________________________________________________
10259[ 982] By: TimBunce on 1998/05/15 12:33:26
10260 Log: Title: "comment init_postdump_symbols issues"
10261 From: Tim Bunce
10262 Files: perl.c
10263
10264 Title: "Improve sort docs re SUBNAME"
10265 From: circle@azstarnet.com
10266 Msg-ID: <199804281828.LAA22737@andromeda.azstarnet.com>
10267 Files: pod/perlfunc.pod
10268 Branch: maint-5.004/perl
10269 ! perl.c pod/perlfunc.pod
10270____________________________________________________________________________
10271[ 981] By: TimBunce on 1998/05/15 11:47:28
10272 Log: Title: "Add hook to tie %! to external Errno.pm module (not included)"
10273 From: Graham Barr <gbarr@ti.com>
10274 Msg-ID: <355080CD.1111BC81@ti.com>
10275 Files: gv.c
10276 Branch: maint-5.004/perl
10277 ! gv.c
10278____________________________________________________________________________
10279[ 980] By: gsar on 1998/05/15 06:16:13
10280 Log: add doc for C<+{}> vs. C<{;}> disambiguation
10281 Branch: win32/perl
10282 ! pod/perlref.pod
10283____________________________________________________________________________
10284[ 979] By: gsar on 1998/05/15 04:59:47
10285 Log: tweaks to win32 makefiles. This version builds and passes all
10286 tests on Solaris/gcc, win32/[bv]c. Looks all set to go.
10287 Branch: win32/perl
10288 ! win32/Makefile win32/makefile.mk
10289____________________________________________________________________________
10290[ 978] By: gsar on 1998/05/15 02:41:58
10291 Log: merge changes#922,944,949,965,970 from maintbranch
10292 Branch: win32/perl
10293 + Porting/patching.pod t/op/defins.t
10294 ! MANIFEST Porting/makerel ext/POSIX/POSIX.pod gv.c gv.h hv.c
10295 ! lib/File/Find.pm op.c pod/Makefile pod/perlfunc.pod
10296 ! pod/perlguts.pod pod/perlop.pod pod/pod2man.PL
10297 ! t/lib/filefind.t t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
10298 ! utils/perlbug.PL
10299____________________________________________________________________________
10300[ 977] By: gsar on 1998/05/15 02:15:25
10301 Log: merge changes#906,907,909,910 from maintbranch
10302 Branch: win32/perl
10303 ! MANIFEST doio.c doop.c embed.h embedvar.h global.sym
10304 ! keywords.h lib/Carp.pm lib/File/Basename.pm mg.c opcode.h
10305 ! perl.c perl.h pod/perldiag.pod pp.c pp_hot.c proto.h sv.c
10306 ! util.c
10307____________________________________________________________________________
10308[ 976] By: gsar on 1998/05/15 01:34:53
10309 Log: merge change#905 from maintbranch, minor fixes to get
10310 clean build+test on Solaris
10311 Branch: win32/perl
10312 ! doop.c dump.c embed.h embedvar.h lib/strict.pm mg.c op.h
10313 ! opcode.h pod/perlop.pod pod/perlre.pod pp_ctl.c pp_hot.c
10314 ! regcomp.c sv.c t/op/taint.t toke.c
10315____________________________________________________________________________
10316[ 975] By: gsar on 1998/05/14 23:34:26
10317 Log: merge change#904 from maintbranch
10318 Branch: win32/perl
10319 ! doop.c ext/DynaLoader/dl_aix.xs ext/IO/lib/IO/Socket.pm
10320 ! ext/NDBM_File/NDBM_File.pm lib/strict.pm lib/subs.pm
10321 ! lib/vars.pm op.c perl.c pod/perldiag.pod pod/perlembed.pod
10322 ! pod/perlfunc.pod pod/perlsec.pod pp_ctl.c sv.c utils/h2ph.PL
10323 ! vms/descrip.mms
10324____________________________________________________________________________
10325[ 974] By: gsar on 1998/05/14 23:11:05
10326 Log: merge change#897 from maintbranch
10327 Branch: win32/perl
10328 ! Porting/Contract Todo doio.c emacs/ptags embed.h ext/IO/IO.pm
10329 ! ext/Opcode/Opcode.pm lib/Carp.pm lib/ExtUtils/MM_Unix.pm
10330 ! lib/Pod/Html.pm lib/Term/ReadLine.pm lib/chat2.pl opcode.h
10331 ! opcode.pl perl.c pod/perlapio.pod pod/perlcall.pod
10332 ! pod/perldebug.pod pod/perldelta.pod pod/perldelta4.pod
10333 ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq2.pod
10334 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
10335 ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlform.pod
10336 ! pod/perlfunc.pod pod/perlguts.pod pod/perlhist.pod
10337 ! pod/perlipc.pod pod/perllocale.pod pod/perlmodlib.pod
10338 ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
10339 ! pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
10340 ! pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod pod/pod2man.PL
10341 ! pod/roffitall pp.c pp_sys.c t/TEST t/op/gv.t t/op/hashwarn.t
10342 ! t/op/substr.t vms/vms.c win32/config.bc win32/config.vc
10343 ! win32/config_H.bc win32/config_H.vc win32/win32.c
10344 ! x2p/find2perl.PL
10345____________________________________________________________________________
10346[ 973] By: gsar on 1998/05/14 22:24:26
10347 Log: integrate mainline
10348 Branch: win32/perl
10349 + Porting/Contract
10350 +> README.beos beos/nm.c ext/POSIX/hints/bsdos.pl
10351 +> ext/POSIX/hints/freebsd.pl ext/POSIX/hints/netbsd.pl
10352 +> ext/POSIX/hints/openbsd.pl hints/beos.sh pod/perldelta4.pod
10353 +> utils/perlcc.PL
10354 ! MANIFEST Todo doio.c emacs/ptags embed.h ext/IO/IO.pm
10355 ! ext/Opcode/Opcode.pm ext/Socket/Socket.xs hints/irix_5.sh
10356 ! hints/netbsd.sh hv.c lib/Benchmark.pm lib/Carp.pm
10357 ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
10358 ! lib/Pod/Html.pm lib/Term/ReadLine.pm lib/chat2.pl opcode.h
10359 ! opcode.pl perl.c perl.h pod/perlapio.pod pod/perlcall.pod
10360 ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
10361 ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
10362 ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
10363 ! pod/perlfaq8.pod pod/perlform.pod pod/perlfunc.pod
10364 ! pod/perlguts.pod pod/perlhist.pod pod/perlipc.pod
10365 ! pod/perllocale.pod pod/perlmodlib.pod pod/perlop.pod
10366 ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod
10367 ! pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
10368 ! pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod pod/pod2man.PL
10369 ! pod/roffitall pp.c pp_hot.c pp_sys.c sv.c t/TEST t/op/gv.t
10370 ! t/op/hashwarn.t t/op/substr.t vms/vms.c win32/config.bc
10371 ! win32/config.vc win32/config_H.bc win32/config_H.vc
10372 ! win32/win32.c x2p/find2perl.PL
10373 !> (integrate 59 files)
10374____________________________________________________________________________
10375[ 972] By: nick on 1998/05/14 18:09:01
10376 Log: Changes to allow compiler with gcc-2.8.1 in C++ mode,
10377 Remove K&R style functions, avoid struct/typedef clash.
10378 Branch: ansiperl
10379 ! bytecode.h byterun.c sv.c toke.c
10380____________________________________________________________________________
10381[ 971] By: TimBunce on 1998/05/14 16:52:19
10382 Log:
10383 Title: "fix C<print "foo ${\()}"> (pp_refgen fumbles when G_SCALAR, no args)"
10384 From: Gurusamy Sarathy <gsar@engin.umich.edu>
10385 Msg-ID: <199805070402.AAA02858@aatma.engin.umich.edu>
10386 Files: pp.c
10387 Branch: maint-5.004/perl
10388 ! pp.c
10389____________________________________________________________________________
10390[ 970] By: TimBunce on 1998/05/14 16:18:06
10391 Log:
10392 Title: "perlbug reformatted"
10393 From: Dominic Dunlop <domo@vo.lu>, Hugo van der Sanden
10394 <hv@crypt0.demon.co.uk>
10395 Msg-ID: <199805110954.LAA20367@dorlas.elsevier.nl>,
10396 <l03130300b17cebcb6d33@[194.222.64.89]>,
10397 <v03110702b17ccbab6824@[195.95.102.67]>
10398 Files: utils/perlbug.PL
10399 Branch: maint-5.004/perl
10400 ! utils/perlbug.PL
10401____________________________________________________________________________
10402[ 969] By: mbeattie on 1998/05/14 16:15:09
10403 Log: Integrate win32 branch into mainline
10404 Branch: perl
10405 +> ext/DynaLoader/DynaLoader.pm.PL hints/openbsd.sh
10406 +> t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t t/op/pos.t
10407 - ext/DynaLoader/DynaLoader.pm
10408 !> (integrate 118 files)
10409____________________________________________________________________________
10410[ 968] By: mbeattie on 1998/05/14 16:05:57
10411 Log: Bump patchlevel to 65
10412 Branch: perl
10413 ! patchlevel.h
10414____________________________________________________________________________
10415[ 967] By: mbeattie on 1998/05/14 16:05:19
10416 Log: Another fixup of MANIFEST
10417 Branch: perl
10418 ! MANIFEST
10419____________________________________________________________________________
10420[ 966] By: mbeattie on 1998/05/14 16:02:20
10421 Log: Add missing files to MANIFEST
10422 Branch: perl
10423 ! MANIFEST
10424____________________________________________________________________________
10425[ 965] By: TimBunce on 1998/05/14 16:00:11
10426 Log:
10427 Title: "Sub declaration cost reduced from ~500 to ~100 bytes"
10428 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10429 Msg-ID: <199805050607.CAA02050@monk.mps.ohio-state.edu>
10430 Files: gv.h gv.c op.c
10431 Branch: maint-5.004/perl
10432 ! gv.c gv.h op.c
10433____________________________________________________________________________
10434[ 964] By: mbeattie on 1998/05/14 15:58:01
10435 Log: Subject: [PATCH] Using Getopts::* with strict vars
10436 Date: Wed, 29 Apr 1998 22:48:16 -0700 (PDT)
10437 From: Tom Phoenix <rootbeer@teleport.com>
10438 Branch: perl
10439 ! lib/Getopt/Long.pm lib/Getopt/Std.pm lib/strict.pm
10440____________________________________________________________________________
10441[ 963] By: mbeattie on 1998/05/14 15:56:53
10442 Log: Subject: [ PATCH 5.004_64 ] Integrated regression tests for compiler
10443 Date: Wed, 29 Apr 1998 21:02:36 -0600 (MDT)
10444 From: epeschko@den-mdev1 (Ed Peschko)
10445 Branch: perl
10446 + utils/perlcc.PL
10447 ! MANIFEST Makefile.SH installperl lib/Test/Harness.pm
10448 ! pod/Makefile t/TEST t/harness utils/Makefile x2p/Makefile.SH
10449____________________________________________________________________________
10450[ 962] By: mbeattie on 1998/05/14 15:45:28
10451 Log: From: Dan Sugalski <sugalskd@ous.edu>
10452 Subject: [PATCH 5.004_64] Final (I hope) doc patch for Thread.pm
10453 Date: Wed, 08 Apr 1998 17:08:48 -0700
10454 Subject: [PATCH 5.004_64] Revised second Thread.PM doc patch
10455 Date: Fri, 08 May 1998 10:49:16 -0700
10456 Branch: perl
10457 ! ext/Thread/Thread.pm
10458____________________________________________________________________________
10459[ 961] By: mbeattie on 1998/05/14 15:43:39
10460 Log: Subject: Consolidated patch to 5.004_64
10461 Date: Wed, 08 Apr 1998 19:44:34 -0400 (EDT)
10462 From: Charles Bailey <BAILEY@newman.upenn.edu>
10463 Branch: perl
10464 ! ext/B/byteperl.c lib/ExtUtils/MM_Unix.pm
10465 ! lib/ExtUtils/MM_VMS.pm lib/chat2.pl perl.c pod/perlsub.pod
10466 ! vms/config.vms vms/descrip.mms vms/genconfig.pl
10467 ! vms/perlvms.pod
10468____________________________________________________________________________
10469[ 960] By: mbeattie on 1998/05/14 15:41:41
10470 Log: Subject: Re: ANNOUNCE: Perl 5.005b1t3 (a.k.a. perl5.004_64) is available
10471 Date: 07 Apr 1998 18:31:21 +0200
10472 From: JVromans@Squirrel.nl (Johan Vromans)
10473 Branch: perl
10474 ! lib/Getopt/Long.pm
10475____________________________________________________________________________
10476[ 959] By: mbeattie on 1998/05/14 15:39:29
10477 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
10478 Subject: Re: [PATCH] 5.004_04 or 5.004_64: Benchmark.pm: add run-for-some-time
10479 Date: Wed, 8 Apr 1998 09:47:45 +0300 (EET DST)
10480 Subject: [PATCH] perl 5.004_64+Config_04
10481 Date: Thu, 14 May 1998 12:14:07 +0300 (EET DST)
10482 Branch: perl
10483 ! lib/Benchmark.pm pod/perlfunc.pod
10484____________________________________________________________________________
10485[ 958] By: mbeattie on 1998/05/14 15:36:30
10486 Log: From: kstar@chapin.edu
10487 Subject: [PATCH] hints for Irix 6
10488 Date: Mon, 6 Apr 1998 15:14:14 -0400 (EDT)
10489 Subject: [PATCH 5.004_64] Threads - an easy way for dual installation
10490 Date: Wed, 29 Apr 1998 15:39:46 -0400 (EDT)
10491 Branch: perl
10492 ! INSTALL hints/irix_6.sh installperl
10493____________________________________________________________________________
10494[ 957] By: mbeattie on 1998/05/14 15:33:48
10495 Log: Subject: [PATCH] Install extensions with bootstrap (again) in $archlib
10496 Date: Mon, 06 Apr 1998 21:09:24 +0200
10497 From: Achim Bohnet <ach@mpe.mpg.de>
10498 Branch: perl
10499 ! lib/ExtUtils/Install.pm
10500____________________________________________________________________________
10501[ 956] By: mbeattie on 1998/05/14 15:32:39
10502 Log: Subject: [PATCH] Config: Irix 5 hints
10503 Date: Mon, 6 Apr 1998 13:12:47 -0400 (EDT)
10504 From: kstar@O2.chapin.edu
10505 Branch: perl
10506 ! hints/irix_5.sh
10507____________________________________________________________________________
10508[ 955] By: mbeattie on 1998/05/14 15:31:12
10509 Log: Subject: PATCH: h2ph produces incorrect code
10510 Date: Mon, 6 Apr 1998 23:52:13 +0930 (CST)
10511 From: Billy <wdconsta@cs.adelaide.edu.au>
10512 Branch: perl
10513 ! utils/h2ph.PL
10514____________________________________________________________________________
10515[ 954] By: mbeattie on 1998/05/14 15:29:27
10516 Log: Subject: [PATCH] perldebug.pod
10517 Date: Mon, 6 Apr 1998 00:36:57 -0600
10518 From: jason stewart <jasons@sandy-home.arc.unm.edu>
10519 Branch: perl
10520 ! pod/perldebug.pod
10521____________________________________________________________________________
10522[ 953] By: mbeattie on 1998/05/14 15:28:00
10523 Log: From: Dominic Dunlop <domo@vo.lu>
10524 Subject: [PATCH 5.004_64]: hints/machten.sh: disable semctl()
10525 Date: Wed, 6 May 1998 14:39:32 +0000
10526 Subject: [PATCH] Not OK: perl 5.00464 on powerpc-machten 4.1 (hashwarn @INC problem)
10527 Date: Sat, 4 Apr 1998 19:44:34 +0000
10528 Branch: perl
10529 ! hints/machten.sh t/op/hashwarn.t
10530____________________________________________________________________________
10531[ 952] By: mbeattie on 1998/05/14 15:23:19
10532 Log: New pod/perldelta.pod (previous one branched in last change):
10533 Subject: [PATCH 5.004_64] Start new perldelta
10534 Date: Thu, 23 Apr 1998 12:12:38 -0400 (EDT)
10535 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
10536 Branch: perl
10537 + pod/perldelta.pod
10538____________________________________________________________________________
10539[ 951] By: mbeattie on 1998/05/14 15:20:43
10540 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
10541 Subject: [PATCH for 5.004_04 and 5.004_64] (Was: Obsoleted svr4.sh)
10542 Date: Thu, 23 Apr 1998 11:10:15 -0400 (EDT)
10543 Subject: [PATCH 5.004_64] Start new perldelta
10544 Date: Thu, 23 Apr 1998 12:12:38 -0400 (EDT)
10545 (above branched perldelta -> perldelta4, new perldelta will be
10546 created/added next change)
10547 Subject: [PATCH] BSD Platforms need STRUCT_TM_HASZONE
10548 Date: Tue, 12 May 1998 09:58:49 -0400 (EDT)
10549 Branch: perl
10550 + ext/POSIX/hints/bsdos.pl ext/POSIX/hints/freebsd.pl
10551 + ext/POSIX/hints/netbsd.pl ext/POSIX/hints/openbsd.pl
10552 +> pod/perldelta4.pod
10553 - pod/perldelta.pod
10554 ! MANIFEST hints/svr4.sh
10555____________________________________________________________________________
10556[ 949] By: TimBunce on 1998/05/14 15:11:30
10557 Log:
10558 Title: "while($x=<>) no longer warns (implicit defined added)"
10559 From: Nick Ing-Simmons <nik@tiuk.ti.com>
10560 Msg-ID: <199805051035.LAA27365@pluto.tiuk.ti.com>
10561 Files: MANIFEST op.c t/op/defins.t
10562 Branch: maint-5.004/perl
10563 + t/op/defins.t
10564 ! MANIFEST op.c
10565____________________________________________________________________________
10566[ 948] By: mbeattie on 1998/05/14 15:09:51
10567 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
10568 Subject: [PATCH for 5.004_64] Configure patch Config_64-01
10569 Date: Tue, 14 Apr 1998 13:04:58 -0400 (EDT)
10570 Subject: [PATCH for 5.004_64] Configure patch Config_64-01-02.diff
10571 Date: Fri, 17 Apr 1998 11:01:13 -0400 (EDT)
10572 Subject: [PATCH for 5.004_64] Configure patch Config_64-02-03.diff
10573 Date: Thu, 23 Apr 1998 15:03:20 -0400 (EDT)
10574 Subject: [PATCH 5.004_64] Config_64-03-04.diff
10575 Date: Wed, 13 May 1998 14:33:30 -0400 (EDT)
10576 Branch: perl
10577 + README.beos beos/nm.c hints/beos.sh
10578 ! Configure INSTALL MANIFEST Makefile.SH Policy_sh.SH
10579 ! Porting/Glossary Porting/config.sh Porting/config_H
10580 ! Porting/pumpkin.pod Todo cflags.SH config_h.SH
10581 ! djgpp/djgppsed.sh doop.c handy.h hints/dos_djgpp.sh
10582 ! hints/netbsd.sh hints/solaris_2.sh hints/unicos.sh
10583 ! hints/unicosmk.sh hv.h lib/Term/ReadLine.pm perl.h
10584 ! plan9/config.plan9 pod/perlfunc.pod pp.c pp_sys.c sv.h
10585 ! t/io/pipe.t thread.h vms/config.vms win32/config.bc
10586 ! win32/config.vc win32/config_H.bc win32/config_H.vc
10587____________________________________________________________________________
10588[ 946] By: TimBunce on 1998/05/14 15:07:06
10589 Log:
10590 Title: "Fix PERL_DESTRUCT_LEVEL core dumps"
10591 From: Gurusamy Sarathy <gsar@engin.umich.edu>
10592 Msg-ID: <199805062301.TAA24599@aatma.engin.umich.edu>
10593 Files: perl.c sv.c t/op/misc.t
10594 Branch: maint-5.004/perl
10595 ! perl.c sv.c t/op/misc.t
10596____________________________________________________________________________
10597[ 945] By: mbeattie on 1998/05/14 15:00:31
10598 Log: Subject: Perl Social Contract
10599 Date: 13 Apr 1998 06:16:59 -0700
10600 From: Russ Allbery <rra@stanford.edu>
10601 Branch: perl
10602 + Porting/Contract
10603____________________________________________________________________________
10604[ 944] By: TimBunce on 1998/05/14 14:59:37
10605 Log:
10606 Title: "5.004_04-m2 Cleanup of test failures"
10607 From: Gurusamy Sarathy <gsar@engin.umich.edu>
10608 Msg-ID: <199805070416.AAA03082@aatma.engin.umich.edu>
10609 Files: t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t t/op/taint.t
10610 win32/config.bc win32/config.vc
10611 Branch: maint-5.004/perl
10612 ! t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t t/op/taint.t
10613 ! win32/config.bc win32/config.vc
10614____________________________________________________________________________
10615[ 943] By: mbeattie on 1998/05/14 14:58:13
10616 Log: From: Joshua.Pritikin@NewYork2.dmg.deuba.com
10617 Subject: [PATCH 5.004_64] Test.pm update
10618 Date: Sat, 4 Apr 1998 08:33:50 -0500
10619 Subject: [PATCH 5.004_64] modcount + comments
10620 Date: Fri, 17 Apr 1998 16:07:35 -0400
10621 Branch: perl
10622 ! lib/Test.pm op.c thrdvar.h
10623____________________________________________________________________________
10624[ 942] By: mbeattie on 1998/05/14 14:49:43
10625 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10626 Subject: [PATCH 5.004_64] newSV
10627 Date: Wed, 8 Apr 1998 03:21:03 -0400 (EDT)
10628 Subject: [PATCH 5.004_64] Cryptic error from B::CC
10629 Date: Sat, 11 Apr 1998 19:52:25 -0400 (EDT)
10630 Branch: perl
10631 ! ext/B/B/CC.pm handy.h proto.h sv.c
10632____________________________________________________________________________
10633[ 941] By: mbeattie on 1998/05/14 14:47:29
10634 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10635 Subject: [PATCH 5.004_64] anydbm.t
10636 Date: Sat, 4 Apr 1998 01:39:03 -0500 (EST)
10637 Subject: [PATCH 5.004_64] threads on OS/2
10638 Date: Sat, 4 Apr 1998 01:44:29 -0500 (EST)
10639 Subject: [PATCH 5.004_64] Better handling of Perl DLLs under OS/2
10640 Date: Sat, 4 Apr 1998 01:47:58 -0500 (EST)
10641 Subject: [PATCH 5.004_64] Immediate stop in debugger
10642 Date: Sat, 11 Apr 1998 19:50:58 -0400 (EDT)
10643 Subject: [PATCH 5.005_64] ptags broken
10644 Date: Sat, 11 Apr 1998 22:08:21 -0400 (EDT)
10645 Subject: [PATCH 5.004_64] Document switch syntax via RE
10646 Date: Sun, 12 Apr 1998 01:12:33 -0400 (EDT)
10647 Branch: perl
10648 ! emacs/ptags lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
10649 ! lib/perl5db.pl os2/Changes os2/Makefile.SHs os2/os2.c
10650 ! os2/os2thread.h pod/perlsyn.pod t/lib/anydbm.t
10651____________________________________________________________________________
10652[ 940] By: mbeattie on 1998/05/14 14:38:44
10653 Log: Subject: [PATCH 5.004_64] Build Stdio and DCLSym modules as part of normal VMS perl build
10654 Date: Fri, 03 Apr 1998 16:01:57 -0800
10655 From: Dan Sugalski <sugalskd@osshe.edu>
10656 Branch: perl
10657 ! vms/descrip.mms vms/ext/DCLsym/Makefile.PL
10658 ! vms/ext/Stdio/Makefile.PL vms/ext/Stdio/Stdio.xs
10659____________________________________________________________________________
10660[ 939] By: mbeattie on 1998/05/14 14:35:42
10661 Log: Subject: [PATCH 5.004_64] perl dies in perl_construct when compiled with MULTIPLICITY
10662 Date: Fri, 03 Apr 1998 13:58:15 -0800
10663 From: Dan Sugalski <sugalskd@osshe.edu>
10664 Branch: perl
10665 ! perl.c
10666____________________________________________________________________________
10667[ 938] By: gsar on 1998/05/14 10:53:55
10668 Log: merge change#896 from maintbranch
10669 Branch: win32/perl
10670 ! doio.c ext/Socket/Socket.xs lib/Class/Struct.pm lib/Cwd.pm
10671 ! lib/File/Find.pm lib/Math/BigInt.pm lib/lib.pm lib/strict.pm
10672 ! op.c pod/perldiag.pod pod/perlfunc.pod pp.c pp_ctl.c sv.c
10673 ! t/op/gv.t t/op/misc.t t/op/pack.t
10674____________________________________________________________________________
10675[ 937] By: gsar on 1998/05/14 09:31:34
10676 Log: merge change#887 from maintbranch
10677 Branch: win32/perl
10678 + t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
10679 ! MANIFEST doio.c lib/File/CheckTree.pm lib/Getopt/Long.pm
10680 ! lib/Math/BigFloat.pm lib/Text/ParseWords.pm lib/Text/Wrap.pm
10681 ! lib/base.pm perl.c pod/perlre.pod t/lib/io_sock.t
10682 ! t/lib/io_udp.t t/lib/parsewords.t t/lib/timelocal.t
10683 ! t/op/stat.t toke.c utils/h2xs.PL
10684____________________________________________________________________________
10685[ 936] By: gsar on 1998/05/14 09:06:18
10686 Log: merge change#886 from maintbranch
10687 Branch: win32/perl
10688 ! README.os2 README.vms cop.h ext/DynaLoader/dl_hpux.xs
10689 ! ext/POSIX/POSIX.xs ext/POSIX/hints/linux.pl global.sym
10690 ! hints/aix.sh hints/bsdos.sh hints/dec_osf.sh hints/hpux.sh
10691 ! hints/linux.sh hints/netbsd.sh hints/os2.sh hints/svr4.sh
10692 ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
10693 ! lib/File/Basename.pm lib/File/Path.pm op.c os2/Makefile.SHs
10694 ! os2/os2.c os2/perl2cmd.pl perl.c perl.h pod/perlguts.pod
10695 ! pod/pod2man.PL pp_ctl.c pp_hot.c pp_sys.c proto.h
10696 ! t/lib/filecopy.t util.c utils/perldoc.PL vms/config.vms
10697 ! vms/descrip.mms vms/ext/Filespec.pm vms/ext/filespec.t
10698 ! vms/test.com
10699____________________________________________________________________________
10700[ 935] By: gsar on 1998/05/14 07:00:02
10701 Log: merge changes#872,873 from maintbranch
10702 Branch: win32/perl
10703 ! Changes5.004 INSTALL lib/ExtUtils/MakeMaker.pm
10704 ! lib/FileHandle.pm lib/Tie/Hash.pm lib/constant.pm
10705 ! lib/integer.pm pod/perl.pod pod/perlbook.pod pod/perldsc.pod
10706 ! pod/perlfunc.pod pod/perlguts.pod pod/perlhist.pod
10707 ! pod/perlop.pod pod/perlre.pod pod/perlrun.pod pod/perlsec.pod
10708 ! pod/perltrap.pod pod/perlvar.pod pod/pod2latex.PL
10709 ! utils/perldoc.PL
10710____________________________________________________________________________
10711[ 934] By: gsar on 1998/05/14 06:24:38
10712 Log: merge changes#755..759,763,764 from maintbranch
10713 Branch: win32/perl
10714 + hints/openbsd.sh
10715 ! MANIFEST Porting/patchls perl.c perlsdio.h pod/perlfunc.pod
10716 ! t/op/pos.t utils/perldoc.PL
10717____________________________________________________________________________
10718[ 933] By: gsar on 1998/05/14 06:07:31
10719 Log: merge change#754 from maintbranch
10720 Branch: win32/perl
10721 ! perl.c
10722____________________________________________________________________________
10723[ 932] By: gsar on 1998/05/14 06:03:50
10724 Log: merge changes#752,753 from maintbranch
10725 Branch: win32/perl
10726 + t/op/pos.t
10727 ! README ext/GDBM_File/GDBM_File.pm
10728 ! ext/SDBM_File/sdbm/Makefile.PL pod/perlsyn.pod
10729____________________________________________________________________________
10730[ 931] By: gsar on 1998/05/14 05:51:19
10731 Log: merge change#745 from maintbranch
10732 Branch: win32/perl
10733 + ext/DynaLoader/DynaLoader.pm.PL
10734 - ext/DynaLoader/DynaLoader.pm
10735 ! MANIFEST ext/DynaLoader/Makefile.PL
10736____________________________________________________________________________
10737[ 930] By: nick on 1998/05/13 20:39:59
10738 Log: resolve -at //depot/win32 into ansiperl for C++ testing.
10739 Branch: ansiperl
10740 ! utils/perldoc.PL
10741 !> MANIFEST ext/Fcntl/Fcntl.pm hv.c lib/ExtUtils/Liblist.pm op.c
10742 !> perl.c pod/perlfunc.pod pod/perlguts.pod pp.c pp_ctl.c
10743 !> regcomp.c regcomp.h regexec.c t/op/hashwarn.t t/op/runlevel.t
10744 !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
10745 !> win32/makedef.pl win32/makefile.mk
10746____________________________________________________________________________
10747[ 929] By: gsar on 1998/05/13 10:13:36
10748 Log: merge change#687 from maintbranch
10749 Branch: win32/perl
10750 ! pod/perlfunc.pod
10751____________________________________________________________________________
10752[ 928] By: gsar on 1998/05/13 10:08:13
10753 Log: merge change#683 from maintbranch
10754 Branch: win32/perl
10755 ! pod/perlguts.pod
10756____________________________________________________________________________
10757[ 927] By: gsar on 1998/05/13 09:51:43
10758 Log: merge change#681 from maintbranch
10759 Branch: win32/perl
10760 ! ext/Fcntl/Fcntl.pm
10761____________________________________________________________________________
10762[ 926] By: gsar on 1998/05/13 09:47:11
10763 Log: merge change#664 from maint branch
10764 Branch: win32/perl
10765 ! regcomp.c regcomp.h regexec.c
10766____________________________________________________________________________
10767[ 925] By: gsar on 1998/05/13 08:55:28
10768 Log: merge missing part of change#663 from maint branch
10769 Branch: win32/perl
10770 ! op.c
10771____________________________________________________________________________
10772[ 924] By: gsar on 1998/05/12 18:50:04
10773 Log: remove x586 code gen switch (-5) for Borland, it is non-generic,
10774 and seems to generate problematic code for PII.
10775 Branch: win32/perl
10776 ! win32/makefile.mk
10777____________________________________________________________________________
10778[ 923] By: gsar on 1998/05/12 16:24:02
10779 Log: fix test failure
10780 Message-Id: <199805120940.KAA01252@pluto.tiuk.ti.com>
10781 Date: Tue, 12 May 1998 10:40:57 BST
10782 From: Nick.Ing-Simmons@tiuk.ti.com
10783 Subject: test buglet
10784 Branch: win32/perl
10785 ! t/op/hashwarn.t
10786____________________________________________________________________________
10787[ 922] By: TimBunce on 1998/05/11 20:58:58
10788 Log: Assorted patches:
10789
10790 ------ CORE LANGUAGE ------
10791
10792 Title: "incorrect return value for hv_iterinit"
10793 From: Gurusamy Sarathy <gsar@engin.umich.edu>
10794 Msg-ID: <199805031848.OAA20618@aatma.engin.umich.edu>
10795 Files: pod/perlguts.pod hv.c
10796
10797 ------ DOCUMENTATION ------
10798
10799 Title: "perlvar.pod buglet E<EVMSERR>"
10800 From: Achim Bohnet <ach@mpe.mpg.de>
10801 Msg-ID: <9805041415.AA22185@o09.xray.mpe.mpg.de>
10802 Files: pod/perlvar.pod
10803
10804 Title: "Improve docs for warning about code after an exec()"
10805 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Chaim Frenkel
10806 <chaimf@concentric.net>
10807 Msg-ID: <E0yYUit-0003yb-00@taurus.cus.cam.ac.uk>,
10808 <m3ra22qn1z.fsf@chany-p100.emwp.com>
10809 Files: pod/perlfunc.pod
10810
10811 Title: "Remove dead code from pod2man"
10812 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
10813 Msg-ID: <E0yXmuT-0006Ll-00@ursa.cus.cam.ac.uk>
10814 Files: pod/pod2man.PL
10815
10816 Title: "tweak doc for C<do FILENAME>"
10817 From: Gurusamy Sarathy <gsar@engin.umich.edu>
10818 Msg-ID: <199805090017.UAA06888@aatma.engin.umich.edu>
10819 Files: pod/perlfunc.pod
10820
10821 Title: "Document integer pragma effect on % operator"
10822 From: Gisle Aas <gisle@aas.no>
10823 Msg-ID: <m3yawjmzhx.fsf@furu.g.aas.no>
10824 Files: pod/perlop.pod
10825
10826 Title: "Reduce rm command line length in pod/Makefile"
10827 From: Hugo van der Sanden <h.sanden@elsevier.nl>
10828 Msg-ID: <199805041423.QAA13199@dorlas.elsevier.nl>
10829 Files: pod/Makefile
10830
10831 ------ EXTENSIONS ------
10832
10833 Title: "Clarify Termios usage in POSIX.pod"
10834 From: Rocco Caputo <troc@netrus.net>
10835 Msg-ID: <199805101952.PAA12738@ns.netrus.net>
10836 Files: ext/POSIX/POSIX.pod
10837
10838 ------ LIBRARY ------
10839
10840 Title: "Fix File::Find::finddepth typo in trial 2 release"
10841 From: koenig@kulturbox.de (Andreas J. Koenig)
10842 Msg-ID: <sfcbttflsjz.fsf@dubravka.in-berlin.de>
10843 Files: lib/File/Find.pm t/lib/filefind.t
10844
10845 ------ PORTABILITY - GENERAL ------
10846
10847 Title: "Add Porting/patching.pod document"
10848 From: Daniel Grisinger <dgris@tdrenterprises.com>
10849 Msg-ID: <199805030305.XAA16147@relay.pair.com>
10850 Files: MANIFEST Porting/patching.pod
10851
10852 Title: "hints/machten.sh: disable semctl(), align with devel version"
10853 From: Dominic Dunlop <domo@vo.lu>
10854 Msg-ID: <v03110701b175fc029eb1@[195.95.102.115]>
10855 Files: hints/machten.sh
10856
10857 Title: "Add VMS specifics to Porting/makerel"
10858 From: Charles Bailey <BAILEY@newman.upenn.edu>
10859 Msg-ID: <01IWDK1LONRQ0026P0@cor.newman.upenn.edu>,
10860 <199804271732.SAA13762@toad.ig.co.uk>,
10861 <9804250212.AA27695@forte.com>
10862 Files: Porting/makerel
10863 Branch: maint-5.004/perl
10864 + Porting/patching.pod
10865 ! MANIFEST Porting/makerel ext/POSIX/POSIX.pod hints/machten.sh
10866 ! hv.c lib/File/Find.pm pod/Makefile pod/perlfunc.pod
10867 ! pod/perlguts.pod pod/perlop.pod pod/perlvar.pod pod/pod2man.PL
10868 ! t/lib/filefind.t
10869____________________________________________________________________________
10870[ 921] By: gsar on 1998/05/10 02:28:03
10871 Log: various tweaks to makefiles
10872 Branch: win32/perl
10873 ! win32/Makefile win32/makedef.pl win32/makefile.mk
10874____________________________________________________________________________
10875[ 920] By: gsar on 1998/05/10 02:27:19
10876 Log: fix ExtUtils::Liblist mishandling paths with spaces
10877 Branch: win32/perl
10878 ! lib/ExtUtils/Liblist.pm
10879____________________________________________________________________________
10880[ 919] By: gsar on 1998/05/09 17:10:15
10881 Log: minor cleanup
10882 Branch: win32/perl
10883 ! MANIFEST perl.c
10884____________________________________________________________________________
10885[ 918] By: gsar on 1998/05/09 17:09:09
10886 Log: protect sortcop from C<sort { sort { ... } ... } ...>
10887 Message-Id: <199805082333.TAA06287@aatma.engin.umich.edu>
10888 Date: Fri, 08 May 1998 19:33:44 EDT
10889 From: Gurusamy Sarathy <gsar@engin.umich.edu>
10890 Subject: [PATCH] Re: double recursion in sort
10891 Branch: win32/perl
10892 ! pp_ctl.c t/op/runlevel.t
10893____________________________________________________________________________
10894[ 917] By: gsar on 1998/05/09 17:05:55
10895 Log: c
10896 Branch: win32/perl
10897 ! win32/config.bc win32/config.gc win32/config.vc
10898____________________________________________________________________________
10899[ 916] By: gsar on 1998/05/07 03:40:15
10900 Log: fix C<print "foo ${\()}"> (pp_refgen fumbles when G_SCALAR, no args)
10901 Branch: win32/perl
10902 ! pp.c
10903____________________________________________________________________________
10904[ 915] By: mbeattie on 1998/05/06 13:08:29
10905 Log: Speed up pp_entersub for usethreads with only 1 thread running.
10906 Branch: perl
10907 ! pp_hot.c
10908____________________________________________________________________________
10909[ 914] By: gsar on 1998/05/03 18:44:38
10910 Log: make hv_iterinit() return HvKEYS()
10911 Message-Id: <3.0.1.32.19980502162922.009e6320@www.syncad.com>
10912 Date: Sat, 02 May 1998 16:29:22 EDT
10913 From: "SynaptiCAD, Inc." <sales@syncad.com>
10914 Subject: incorrect return value for hv_iterinit
10915 Branch: win32/perl
10916 ! hv.c pod/perlguts.pod
10917____________________________________________________________________________
10918[ 913] By: TimBunce on 1998/05/01 22:38:38
10919 Log: Update MANIFEST for trial 2.
10920 (Porting/Contract lib/Tie/Handle.pm t/op/tiehandle.t)
10921 Branch: maint-5.004/perl
10922 ! MANIFEST
10923____________________________________________________________________________
10924[ 912] By: TimBunce on 1998/05/01 22:30:29
10925 Log: Add t/op/tiehandle.t as xtext to repository (see change 911)
10926 Branch: maint-5.004/perl
10927 + t/op/tiehandle.t
10928____________________________________________________________________________
10929[ 911] By: TimBunce on 1998/05/01 21:35:03
10930 Log:
10931 Title: "Add ERRSV, ERRHV, DEFSV and SAVE_DEFSV for XS 5.005 compatibility"
10932 From: timbo@ig.co.uk (Tim Bunce)
10933 Msg-ID: <199804200854.JAA01482@toad.ig.co.uk>
10934 Files: perl.h
10935
10936 Title: "Add WRITE & CLOSE to TIEHANDLE"
10937 From: Graham Barr <gbarr@pobox.com>
10938 Msg-ID: <34F63DC8.CA95670F@pobox.com>
10939 Files: pod/perltie.pod lib/Tie/Handle.pm pp_sys.c t/op/tiehandle.t
10940 Branch: maint-5.004/perl
10941 + lib/Tie/Handle.pm
10942 ! perl.h pod/perltie.pod pp_sys.c
10943____________________________________________________________________________
10944[ 910] By: TimBunce on 1998/05/01 20:47:47
10945 Log:
10946 Title: "Add warning for Illegal hex digit"
10947 From: Stephen P Potter <spp@spp.users.ds.net>, Stephen Potter
10948 <spp@psasolar.colltech.com>, Tim.Bunce@ig.co.uk (Tim Bunce)
10949 Msg-ID: <199804232219.SAA02267@spp.users.ds.net>,
10950 <199804271409.PAA12819@toad.ig.co.uk>,
10951 <199804280307.WAA12332@psasolar.psa.pencom.com>
10952 Files: pod/perldiag.pod util.c
10953
10954 Title: "perl_call_method() bug fix (corrupt op pointer)"
10955 From: "Alterman, Eugene" <Eugene.Alterman@bremer-inc.com>
10956 Msg-ID: <510415F72ECFD111A31700A0C9B3CCDE3098@efx98digmasa.bremer-inc.com>
10957 Files: perl.c
10958
10959 Title: "Fix printf segmentation fault"
10960 From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
10961 Msg-ID: <l03130300b16bebdbc314@[194.222.64.89]>
10962 Files: pp_hot.c
10963
10964 Title: "Document changed local($a[$i],$b{$j}) behaviour re delete/splice"
10965 From: Charles Bailey <BAILEY@newman.upenn.edu>
10966 Msg-ID: <01IVMVIHNZ36001NKH@cor.newman.upenn.edu>
10967 Files: pod/perlsub.pod
10968 Branch: maint-5.004/perl
10969 ! perl.c pod/perldiag.pod pod/perlsub.pod pp_hot.c util.c
10970____________________________________________________________________________
10971[ 909] By: TimBunce on 1998/05/01 19:44:47
10972 Log:
10973 Title: "Change Ilya's do_binmode to K&R prototype and move to doio.c"
10974 Files: doio.c util.c
10975 Branch: maint-5.004/perl
10976 ! doio.c util.c
10977____________________________________________________________________________
10978[ 908] By: gsar on 1998/05/01 19:21:02
10979 Log: add AS patch#20 (exposes more global constants)
10980 Branch: asperl
10981 ! ObjXSub.h byterun.h embed.h embedvar.h global.sym globals.c
10982 ! interp.sym ipsock.h ipstdio.h objpp.h perlio.h perlsock.h
10983 ! proto.h util.c win32/GenCAPI.pl win32/runperl.c
10984____________________________________________________________________________
10985[ 907] By: TimBunce on 1998/05/01 17:50:46
10986 Log:
10987 Title: "Runtime Carp verbosity without aliasing"
10988 From: Joshua.Pritikin@NewYork2.dmg.deuba.com, Tim Bunce
10989 Msg-ID: <H00000e50003936c@MHS>
10990 Files: lib/Carp.pm
10991
10992 Title: "Fix File::Basename to not untaint results (using new //t flag)"
10993 From: Eric Hammond <erich@finity.citysearch.com>, Tom Phoenix
10994 <rootbeer@teleport.com>
10995 Msg-ID: <199710070515.WAA00682@finity.citysearch.com>,
10996 <Pine.GSO.3.96.971007074114.14211J-100000@usertest.teleport.com>
10997 Files: lib/File/Basename.pm
10998 Branch: maint-5.004/perl
10999 ! lib/Carp.pm lib/File/Basename.pm
11000____________________________________________________________________________
11001[ 906] By: TimBunce on 1998/04/28 11:04:49
11002 Log:
11003 ------ CORE LANGUAGE ------
11004
11005 Title: "5.004_04m5t1: Fix dangling references in LVs", "Fix dangling
11006 references in LVs"
11007 From: Spider Boardman <spider@orb.nashua.nh.us>
11008 Msg-ID: <199804010541.AAA32615@Orb.Nashua.NH.US>,
11009 <19980422164037.D29222@perl.org>
11010 Files: embed.h keywords.h opcode.h perl.h proto.h doop.c global.sym mg.c
11011 pp.c sv.c
11012
11013 Title: "Fix SvGMAGIC typo in change 904"
11014 Files: doop.c
11015 Branch: maint-5.004/perl
11016 ! doop.c embed.h global.sym keywords.h mg.c opcode.h perl.h pp.c
11017 ! proto.h sv.c
11018____________________________________________________________________________
11019[ 905] By: TimBunce on 1998/04/28 10:32:20
11020 Log: Regexp patches
11021
11022 Title: "New regex flag //t to leave $1 etc. tainted"
11023 From: Chip Salzenberg <chip@pobox.com>, Tim Bunce <Tim.Bunce@ig.co.uk>
11024 Msg-ID: <19980310192640.37826@cyprus>
11025 Files: pod/perlop.pod pod/perlre.pod op.h dump.c mg.c pp_hot.c sv.c
11026 t/op/taint.t toke.c
11027
11028 Title: "Don't accidentally untaint target of s///"
11029 From: Chip Salzenberg <chip@pobox.com>
11030 Msg-ID: <19980310151756.24767@cyprus>
11031 Files: pp_ctl.c pp_hot.c t/op/taint.t
11032
11033 Title: "Allow but ignore embedded /...(?o).../ in regexp"
11034 From: h.sanden@elsevier.nl (Hugo van der Sanden)
11035 Msg-ID: <199804201243.OAA08244@dorlas.elsevier.nl>
11036 Files: regcomp.c
11037 Branch: maint-5.004/perl
11038 ! dump.c mg.c op.h pod/perlop.pod pod/perlre.pod pp_ctl.c
11039 ! pp_hot.c regcomp.c sv.c t/op/taint.t toke.c
11040____________________________________________________________________________
11041[ 904] By: TimBunce on 1998/04/27 20:20:21
11042 Log: Assorted patches:
11043
11044 ------ CORE LANGUAGE ------
11045
11046 Title: "Protect join() against double reads on undef and SvGMAGICALs"
11047 From: Chip Salzenberg <chip@perlsupport.com>, Tim Bunce
11048 <Tim.Bunce@ig.co.uk>
11049 Msg-ID: <19980424080630.D13985@perl.org>
11050 Files: doop.c
11051
11052 Title: "Better error message for require failure"
11053 From: epeschko@den-mdev1 (Ed Peschko)
11054 Msg-ID: <199804240047.SAA24155@den-mdev1.co.csgsystems.com>
11055 Files: pod/perldiag.pod pp_ctl.c
11056
11057 Title: "fixes for various noises under PERL_DESTRUCT_LEVEL"
11058 From: Gurusamy Sarathy <gsar@engin.umich.edu>
11059 Msg-ID: <199804231926.PAA23969@aatma.engin.umich.edu>
11060 Files: perl.c
11061
11062 Title: "Fix nice_chunk memory leak"
11063 From: Gurusamy Sarathy <gsar@engin.umich.edu>
11064 Msg-ID: <199804052347.TAA15699@aatma.engin.umich.edu>
11065 Files: sv.c
11066
11067 Title: "-2.0 vs. -2 (was Number representations)"
11068 From: Chip Salzenberg <chip@pobox.com>
11069 Msg-ID: <19980309185652.11231@cyprus>
11070 Files: op.c
11071
11072 Title: "perl.c fixes for -DUNEXEC"
11073 From: Matt Wette <mwette@mr-ed.jpl.nasa.gov>, Matthew R Wette
11074 <mwette@mr-ed.jpl.nasa.gov>
11075 Msg-ID: <199710152146.OAA07283@mr-ed.jpl.nasa.gov>
11076 Files: perl.c
11077
11078 ------ DOCUMENTATION ------
11079
11080 Title: "perlcall is Perl from C, not C from Perl"
11081 From: Steve A Fink <sfink@cs.berkeley.edu>
11082 Files: pod/perlembed.pod
11083
11084 Title: "Clarify require "Foo::Bar" non-bareword issue"
11085 From: Dominique Dumont <domi@ss7serv.grenoble.hp.com>
11086 Msg-ID: <199804231527.AA153445256@ss7serv.grenoble.hp.com>
11087 Files: pod/perlfunc.pod
11088
11089 Title: "(repost) new text for perlsec", "new text for perlsec"
11090 From: Tom Phoenix <rootbeer@teleport.com>
11091 Msg-ID: <Pine.GSO.3.96.980423161605.5518N-100000@user2.teleport.com>
11092 Files: pod/perlsec.pod
11093
11094 ------ EXTENSIONS ------
11095
11096 Title: "IO::Socket->socketpair broken (typo)"
11097 From: Olaf Titz <olaf@bigred.inka.de>
11098 Msg-ID: <19980425224535.2807.qmail@bigred.inka.de>
11099 Files: ext/IO/lib/IO/Socket.pm
11100
11101 Title: "NDBM_File man page needs Fcntl"
11102 From: "Danny R. Faught" <faught@mailhost.rsn.hp.com>
11103 Msg-ID: <199707011500.IAA00601@palrel3.hp.com>
11104 Files: ext/NDBM_File/NDBM_File.pm
11105
11106 ------ LIBRARY ------
11107
11108 Title: "Documentation discrepancy: pragmatic modules"
11109 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, h.sanden@elsevier.nl (Hugo van der Sanden)
11110 Msg-ID: <199804221525.RAA12695@dorlas.elsevier.nl>,
11111 <E0ySPhk-00034f-00@taurus.cus.cam.ac.uk>
11112 Files: lib/strict.pm lib/subs.pm lib/vars.pm
11113
11114 ------ PORTABILITY - GENERAL ------
11115
11116 Title: "Updated hints file for svr4"
11117 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
11118 Msg-ID: <Pine.SUN.3.96.980423110522.26621A-100000@newton.phys>
11119 Files: hints/svr4.sh
11120
11121 Title: "Pumpkin update -- shared libperl.so location"
11122 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
11123 Msg-ID: <Pine.SUN.3.96.980424115837.6222A-100000@newton.phys>
11124 Files: Porting/pumpkin.pod
11125
11126 Title: "perl compile fix for AIX 4.3"
11127 From: Jens-Uwe Mager <jum@helios.de>
11128 Msg-ID: <199804261611.SAA34728@ans.helios.de>
11129 Files: ext/DynaLoader/dl_aix.xs
11130
11131 Title: "Dynaloader build on VMS",
11132 From: pvhp@forte.com (Peter Prymmer), timbo@ig.co.uk (Tim Bunce)
11133 Msg-ID: <199804271732.SAA13762@toad.ig.co.uk>, <9804250212.AA27695@forte.com>
11134 Files: vms/descrip.mms
11135
11136 ------ UTILITIES ------
11137
11138 Title: "Major update to h2ph.PL"
11139 From: Billy <wdconsta@cs.adelaide.edu.au>
11140 Msg-ID: <Pine.SV4.3.93.980424031837.20782A-200000@ermintrude.teaching.cs.adelaide.edu.au>
11141 Files: utils/h2ph.PL
11142 Branch: maint-5.004/perl
11143 ! Porting/pumpkin.pod doop.c ext/DynaLoader/dl_aix.xs
11144 ! ext/IO/lib/IO/Socket.pm ext/NDBM_File/NDBM_File.pm
11145 ! hints/svr4.sh lib/strict.pm lib/subs.pm lib/vars.pm op.c
11146 ! perl.c pod/perldiag.pod pod/perlembed.pod pod/perlfunc.pod
11147 ! pod/perlsec.pod pp_ctl.c sv.c utils/h2ph.PL vms/descrip.mms
11148____________________________________________________________________________
11149[ 903] By: gsar on 1998/04/25 22:27:19
11150 Log: add AS patch#19 (adds socket layer generation to GenCAPI.pl)
11151 Branch: asperl
11152 ! win32/GenCAPI.pl
11153____________________________________________________________________________
11154[ 902] By: nick on 1998/04/25 16:35:08
11155 Log: Case sensitive tweak to perldoc.PL
11156 Branch: ansiperl
11157 ! utils/perldoc.PL
11158____________________________________________________________________________
11159[ 901] By: nick on 1998/04/25 15:16:54
11160 Log: Implement use attrs qw(locked package);
11161 Passes all tests except posix (hangs/dies) in sigaction test after
11162 printing "ok 9".
11163 Branch: ansiperl
11164 ! cv.h ext/attrs/attrs.pm ext/attrs/attrs.xs pp_hot.c
11165____________________________________________________________________________
11166[ 900] By: nick on 1998/04/25 13:58:17
11167 Log: Auto-insert defined() test in while when test expression is
11168 readline (i.e. <>), glob, readdir, or each.
11169 Branch: ansiperl
11170 + t/op/defins.t
11171 ! op.c pod/perlop.pod
11172____________________________________________________________________________
11173[ 899] By: nick on 1998/04/25 13:14:52
11174 Log: Resolve ansiperl against win32 branch
11175 Branch: ansiperl
11176 +> (branch 53 files)
11177 - config_H
11178 !> (integrate 227 files)
11179____________________________________________________________________________
11180[ 898] By: gsar on 1998/04/24 17:01:05
11181 Log: add AS patch#18
11182 Branch: asperl
11183 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/xsubpp win32/GenCAPI.pl
11184____________________________________________________________________________
11185[ 897] By: TimBunce on 1998/04/23 19:49:22
11186 Log: Assorted patches:
11187
11188 ------ CORE LANGUAGE ------
11189
11190 Title: "fix for "Unbalanced string table refcount""
11191 From: Gurusamy Sarathy <gsar@engin.umich.edu>
11192 Msg-ID: <199804042251.RAA25527@aatma.engin.umich.edu>
11193 Files: sv.c
11194
11195 Title: "Allow more lenient switch processing"
11196 From: "John L. Allen" <allen@grumman.com>
11197 Msg-ID: <199803251638.LAA22664@gateway.grumman.com>
11198 Files: perl.c
11199
11200 Title: "Add fourth arg to substr: substr EXPR,OFFSET,LEN,REPLACEMENT"
11201 From: Gisle Aas <gisle@aas.no>
11202 Msg-ID: <m3g1jglqtm.fsf@furu.g.aas.no>
11203 Files: pod/perlfunc.pod Todo opcode.pl pp.c t/op/substr.t
11204
11205 Title: "Odd number of elements in hash list."
11206 From: Tom Phoenix <rootbeer@teleport.com>
11207 Msg-ID: <Pine.GSO.3.96.980328151929.29336D-100000@user2.teleport.com>
11208 Files: MANIFEST pod/perldiag.pod pp.c pp_hot.c t/op/hashwarn.t
11209
11210 Title: "another destruct_level fix"
11211 From: Gurusamy Sarathy <gsar@engin.umich.edu>
11212 Msg-ID: <199804030105.UAA04400@aatma.engin.umich.edu>
11213 Files: hv.c
11214
11215 Title: "bidirectional pipe warning blues"
11216 From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
11217 Msg-ID: <9804082151.AA20399@claudius.bfsec.bt.co.uk>
11218 Files: doio.c
11219
11220 Title: "stale pointers after realloc (MEXTEND in pp_print and pp_prtf)"
11221 From: Malcolm Beattie <mbeattie@sable.ox.ac.uk>
11222 Msg-ID: <199801191107.LAA17979@sable.ox.ac.uk>
11223 Files: pp_hot.c pp_sys.c
11224
11225 Title: "unimplemented umask() should return undef not die"
11226 From: kstar@chapin.edu (Kurt D. Starsinic)
11227 Msg-ID: <199803120515.VAA08660@chapin.edu>
11228 Files: pod/perlfunc.pod pp_sys.c
11229
11230 Title: "warning for: bless $foo, """
11231 From: Joshua.Pritikin@NewYork2.dmg.deuba.com
11232 Msg-ID: <H00000e5000378a0@MHS>
11233 Files: pod/perldiag.pod pp.c
11234
11235 ------ DOCUMENTATION ------
11236
11237 Title: "Mention SWIG in perlxs.pod"
11238 From: Steve A Fink <sfink@cs.berkeley.edu>
11239 Msg-ID: <Pine.HPP.3.96.980408154956.20990K-100000@brooksie.CS.Berkeley.EDU>
11240 Files: pod/perlxs.pod
11241
11242 Title: "fix-up of previous perlre.pod patch"
11243 From: Ted Ashton <ashted@southern.edu>
11244 Msg-ID: <199803031540.KAA09388@ns.southern.edu>
11245 Files: pod/perlre.pod
11246
11247 Title: "long list of man page nitpicks"
11248 From: Greg Bacon <gbacon@mickey.cs.uah.edu>, Tom Christiansen
11249 <tchrist@jhereg.perl.com>
11250 Msg-ID: <199804221844.NAA08338@pluto.cs.uah.edu>,
11251 <199804222204.QAA20805@jhereg.perl.com>
11252 Files: pod/perlapio.pod pod/perlcall.pod pod/perldebug.pod pod/perldelta.pod
11253 pod/perldiag.pod pod/perlembed.pod pod/perlfaq2.pod
11254 pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
11255 pod/perlfaq7.pod pod/perlfaq8.pod pod/perlform.pod
11256 pod/perlfunc.pod pod/perlguts.pod pod/perlipc.pod
11257 pod/perllocale.pod pod/perlmodlib.pod pod/perlop.pod
11258 pod/perlre.pod pod/perlref.pod pod/perlrun.pod
11259 pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
11260 pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod
11261 pod/pod2man.PL
11262
11263 Title: "document that system() does not set $! when it fails"
11264 From: "Mark R. Levinson" <mrl@isc.upenn.edu>
11265 Msg-ID: <199803011946.OAA31942@anaximander.dccs.upenn.edu>
11266 Files: pod/perlfunc.pod
11267
11268 Title: "Fix pod/roffitall execute permission"
11269 From: lvirden@cas.org
11270 Msg-ID: <1997Nov17.132031.2589892@cor.newman>
11271 Files: pod/roffitall
11272
11273 Title: "document when split ignores trailing empty fields"
11274 From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
11275 Msg-ID: <l03130300b14fac832b77@[194.222.64.89]>
11276 Files: pod/perlfunc.pod
11277
11278 ------ EXTENSIONS ------
11279
11280 Title: "Buglet in Opcode.pm documentation"
11281 From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
11282 Msg-ID: <199804170349.XAA32445@sleipnir.valparaiso.cl>
11283 Files: ext/Opcode/Opcode.pm
11284
11285 Title: "Failure to append to perllocal.pod should not be fatal"
11286 From: koenig@kulturbox.de (Andreas J. Koenig)
11287 Msg-ID: <sfciuogy67x.fsf@dubravka.in-berlin.de>
11288 Files: lib/ExtUtils/MM_Unix.pm
11289
11290 Title: "Document that IO.pm does not load IO::Select etc"
11291 From: Graham Barr <gbarr@ti.com>
11292 Msg-ID: <353B48F1.64E35A63@ti.com>
11293 Files: ext/IO/IO.pm
11294
11295 Title: "Install extensions with bootstrap (again) in $archlib"
11296 From: Achim Bohnet <ach@mpe.mpg.de>, koenig@kulturbox.de (Andreas J.
11297 Koenig)
11298 Msg-ID: <9804061909.AA12675@o09.xray.mpe.mpg.de>,
11299 <sfc90oxc0uj.fsf@dubravka.in-berlin.de>
11300 Files: lib/ExtUtils/Install.pm
11301
11302 Title: "glibc2.0.6 missing MSG_* <sys/socket.h> defines."
11303 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
11304 Msg-ID: <Pine.SUN.3.96.980406113950.3166L-100000@newton.phys>
11305 Files: ext/Socket/Socket.xs
11306
11307 ------ LIBRARY ------
11308
11309 Title: "Benchmark.pm: add run-for-some-time mode"
11310 From: Jarkko Hietaniemi <jhi@iki.fi>
11311 Msg-ID: <199804080647.JAA15136@alpha.hut.fi>
11312 Files: lib/Benchmark.pm
11313
11314 Title: "Comments added to Carp.pm"
11315 From: Andy Wardley <abw@cre.canon.co.uk>, Chip Salzenberg
11316 <chip@perlsupport.com>, Tom Christiansen
11317 <tchrist@jhereg.perl.com>
11318 Msg-ID: <19980422164242.E29222@perl.org>,
11319 <199804222033.OAA17959@jhereg.perl.com>,
11320 <980409182357.ZM21638@bandanna>
11321 Files: lib/Carp.pm
11322
11323 Title: "chat2.pl fix"
11324 From: Charles Bailey <BAILEY@newman.upenn.edu>
11325 Msg-ID: <01IVMVF507PO001NKH@cor.newman.upenn.edu>
11326 Files: lib/chat2.pl
11327
11328 Title: "lib/Pod/Html.pm"
11329 From: d-lewart@uiuc.edu (Daniel S. Lewart)
11330 Msg-ID: <199710170718.DAA25472@staff1.cso.uiuc.edu>,
11331 <199710180417.AAA19778@staff2.cso.uiuc.edu>
11332 Files: lib/Pod/Html.pm
11333
11334 Title: "ormaments method in Term/ReadLine.pm causes warning with string
11335 arg."
11336 From: hiroo.hayashi@computer.org
11337 Msg-ID: <199804061519.AAA21907@mail.fb3.so-net.ne.jp>
11338 Files: lib/Term/ReadLine.pm
11339
11340 ------ OTHER CHANGES ------
11341
11342 Title: "ptags broken"
11343 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11344 Msg-ID: <199804120208.WAA29264@monk.mps.ohio-state.edu>
11345 Files: emacs/ptags
11346
11347 ------ PORTABILITY - WIN32 ------
11348
11349 Title: "win32 tweaks (signals and crypt support)"
11350 From: Gurusamy Sarathy <gsar@engin.umich.edu>
11351 Msg-ID: <199804170505.BAA06413@aatma.engin.umich.edu>
11352 Files: perl.h win32/config.bc win32/config.vc win32/config_H.bc
11353 win32/config_H.vc win32/win32.c
11354
11355 ------ PORTABILITY - GENERAL ------
11356
11357 Title: "Add Social Contract (2nd Draft) as Porting/Contract"
11358 From: Russ Allbery <rra@stanford.edu>
11359 Msg-ID: <m3btw66n8i.fsf@windlord.Stanford.EDU>
11360 Files: Porting/Contract
11361
11362 Title: "Config: Irix 5 hints"
11363 From: kstar@O2.chapin.edu
11364 Msg-ID: <199804061712.NAA22823@O2.chapin.edu>
11365 Files: hints/irix_5.sh
11366
11367 Title: "VMS patches to 5.004_03"
11368 From: Charles Bailey <BAILEY@newman.upenn.edu>
11369 Msg-ID: <01IVYJS0L8D200209B@cor.newman.upenn.edu>
11370 Files: vms/vms.c
11371
11372 Title: "hints/netbsd.sh - enable vfork"
11373 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
11374 Msg-ID: <Pine.SUN.3.96.980417110749.19327B-100000@newton.phys>
11375 Files: hints/netbsd.sh
11376
11377 ------ UTILITIES ------
11378
11379 Title: "support find2perl -follow"
11380 From: Billy <wdconsta@cs.adelaide.edu.au>
11381 Msg-ID: <Pine.SV4.3.93.980408005903.24081A-100000@ermintrude.teaching.cs.adelaide.edu.au>
11382 Files: x2p/find2perl.PL
11383 Branch: maint-5.004/perl
11384 + Porting/Contract t/op/hashwarn.t
11385 ! MANIFEST Todo doio.c emacs/ptags embed.h ext/IO/IO.pm
11386 ! ext/Opcode/Opcode.pm ext/Socket/Socket.xs hints/irix_5.sh
11387 ! hints/netbsd.sh hv.c lib/Benchmark.pm lib/Carp.pm
11388 ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
11389 ! lib/Pod/Html.pm lib/Term/ReadLine.pm lib/chat2.pl opcode.h
11390 ! opcode.pl perl.c perl.h pod/perlapio.pod pod/perlcall.pod
11391 ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
11392 ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
11393 ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
11394 ! pod/perlfaq8.pod pod/perlform.pod pod/perlfunc.pod
11395 ! pod/perlguts.pod pod/perlhist.pod pod/perlipc.pod
11396 ! pod/perllocale.pod pod/perlmodlib.pod pod/perlop.pod
11397 ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod
11398 ! pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
11399 ! pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod pod/pod2man.PL
11400 ! pod/roffitall pp.c pp_hot.c pp_sys.c sv.c t/TEST t/op/gv.t
11401 ! t/op/substr.t vms/vms.c win32/config.bc win32/config.vc
11402 ! win32/config_H.bc win32/config_H.vc win32/win32.c
11403 ! x2p/find2perl.PL
11404____________________________________________________________________________
11405[ 896] By: TimBunce on 1998/04/22 11:49:24
11406 Log: Assorted patches:
11407
11408 ------ CORE LANGUAGE ------
11409
11410 Title: "Additional regex-cache patch"
11411 From: Chip Salzenberg <chip@atlantic.net>
11412 Msg-ID: <19980305104831.38100@cyprus>
11413 Files: pp_ctl.c
11414
11415 Title: "Conservative C<*x = undef> patch"
11416 From: Chip Salzenberg <chip@atlantic.net>
11417 Msg-ID: <19980310163310.48509@cyprus>
11418 Files: pod/perldiag.pod pod/perlfunc.pod pp.c sv.c t/op/gv.t
11419
11420 Title: "Consider @ARGV to be plain files if inplace (-i)"
11421 From: Chip Salzenberg <salzench@nielsenmedia.com>
11422 Msg-ID: <199802042106.QAA04082@nielsenmedia.com>
11423 Files: doio.c
11424
11425 Title: "Fix semctl for Linux, Sun and SVR4"
11426 From: Graham Barr <gbarr@ti.com>, lvirden@cas.org (Larry W. Virden, x2487)
11427 Msg-ID: <3484247D.BB036D39@ti.com>, <9712021313.AA11495@cas.org>
11428 Files: doio.c
11429
11430 Title: "C<dSP> entails using C<SP>, not C<sp>"
11431 From: Gurusamy Sarathy <gsar@engin.umich.edu>
11432 Msg-ID: <199803070149.UAA12217@aatma.engin.umich.edu>
11433 Files: pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod pod/perlxs.pod
11434 doio.c doop.c ext/DB_File/DB_File.xs
11435 ext/DynaLoader/dl_dld.xs ext/Opcode/Opcode.xs
11436 ext/POSIX/POSIX.xs ext/Socket/Socket.xs gv.c
11437 lib/ExtUtils/typemap mg.c os2/OS2/REXX/REXX.xs
11438 win32/win32.c
11439
11440 Title: "Make autouse -w-safe"
11441 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11442 Msg-ID: <199803030236.VAA13244@monk.mps.ohio-state.edu>
11443 Files: lib/autouse.pm op.c sv.c
11444
11445 Title: "Misleading error on close of unopened handle"
11446 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
11447 Msg-ID: <E0y4R07-0003PH-00@ursa.cus.cam.ac.uk>
11448 Files: doio.c
11449
11450 Title: "Confusing error from perl -e "x'""
11451 From: Hans Mulder <hansmu@xs4all.nl>
11452 Msg-ID: <1998Mar25.174320.2866352@cor.newman.upenn.edu>
11453 Files: toke.c
11454
11455 Title: "Add HAS_GNULIBC define"
11456 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
11457 Msg-ID: <Pine.SUN.3.96.980305115202.9180K-100000@newton.phys>
11458 Files: config_H config_h.SH
11459
11460 Title: "h_errno might not be an int"
11461 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
11462 Msg-ID: <Pine.SUN.3.96.980325165059.22255D-100000@newton.phys>
11463 Files: pp_sys.c
11464
11465 Title: "Revised taint hole closer", "Revised taint hole closer"
11466 From: Chip Salzenberg <chip@atlantic.net>, Ilya Zakharevich
11467 <ilya@math.ohio-state.edu>
11468 Msg-ID: <19980310222127.09350@cyprus>,
11469 <199803110554.AAA29157@monk.mps.ohio-state.edu>
11470 Files: doio.c
11471
11472 Title: "SEGV compiling localised lexical in perl5.004_05t1"
11473 From: Gurusamy Sarathy <gsar@engin.umich.edu>, h.sanden@elsevier.nl (Hugo
11474 van der Sanden)
11475 Msg-ID: <199803171530.QAA24053@dorlas.elsevier.nl>,
11476 <199803171727.MAA05234@aatma.engin.umich.edu>
11477 Files: op.c t/op/misc.t
11478
11479 Title: "Stale SP in pp_substr"
11480 From: Stephen McCamant <alias@mcs.com>
11481 Msg-ID: <m0yFsTS-000EZpC@alias-2.pr.mcs.net>
11482 Files: pp.c
11483
11484 Title: "Statement unlikely to be reached warning"
11485 From: Hans Mulder <hansm@icgned.nl>
11486 Msg-ID: <1997Dec24.171511.2683516@cor.newman>
11487 Files: op.c
11488
11489 Title: "Tainting propagates from nowhere"
11490 From: Gurusamy Sarathy <gsar@engin.umich.edu>
11491 Msg-ID: <199803140411.XAA09343@aatma.engin.umich.edu>
11492 Files: pp.c
11493
11494 Title: "two trivial tweaks to 5.004m5t1"
11495 From: Gurusamy Sarathy <gsar@engin.umich.edu>
11496 Msg-ID: <199803060553.AAA28461@aatma.engin.umich.edu>
11497 Files: proto.h win32/Makefile
11498
11499 Title: "unpacking negatives on Alpha"
11500 From: Achim Bohnet <ach@mpe.mpg.de>
11501 Msg-ID: <9710201503.AA24797@o09.xray.mpe.mpg.de>
11502 Files: pp.c t/op/pack.t
11503
11504 ------ LIBRARY AND EXTENSIONS ------
11505
11506 Title: "Cwd.pm: abs_path() and fast_abs_path() plus code merge"
11507 From: Graham Barr <gbarr@ti.com>
11508 Msg-ID: <3482F365.4A0486BA@ti.com>
11509 Files: lib/Cwd.pm
11510
11511 Title: "Math/BigInt.pm, fixed use of undefined value."
11512 From: abigail@fnx.com
11513 Msg-ID: <19980313052452.27365.qmail@betelgeuse.wayne.fnx.com>
11514 Files: lib/Math/BigInt.pm
11515
11516 Title: "File::Find rewrite"
11517 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11518 Msg-ID: <199803052344.SAA01008@monk.mps.ohio-state.edu>
11519 Files: lib/File/Find.pm
11520
11521 Title: "efficient version of strict.pm"
11522 From: koenig@anna.mind.de (Andreas J. Koenig)
11523 Msg-ID: <sfcpvonhdnc.fsf@anna.in-berlin.de>
11524 Files: lib/strict.pm
11525
11526 Title: "Socket occasional SEGV in pack_sockaddr_un"
11527 From: Trevor Blackwell <tlb@viaweb.com>
11528 Msg-ID: <199710281804.NAA09632@wagg.viaweb.com>
11529 Files: ext/Socket/Socket.xs
11530
11531 Title: "Warning on mis-use of 'use lib'"
11532 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Tom Phoenix
11533 <rootbeer@teleport.com>, chip@atlantic.net
11534 Msg-ID: <199801270435.XAA14147@cyprus.atlantic.net>,
11535 <E0xx9x4-0006jc-00@ursa.cus.cam.ac.uk>,
11536 <Pine.GSO.3.96.980126192445.22284N-100000@user2.teleport.com>
11537 Files: lib/lib.pm
11538
11539 Title: "bug in Class::Struct"
11540 From: Tom Christiansen <tchrist@toy.perl.com>
11541 Msg-ID: <199803290814.KAA05699@toy.perl.com>
11542 Files: lib/Class/Struct.pm
11543
11544 Title: "Allow POSIX to export nice()"
11545 From: bkeelerx@iwa.dp.intel.com (Bruce J. Keeler)
11546 Msg-ID: <eclg1kf5yf0.fsf@ws010.dp.intel.com>
11547 Files: ext/POSIX/POSIX.pm
11548
11549 Title: "'use Env' on WinNT/95 fails"
11550 From: Gurusamy Sarathy <gsar@engin.umich.edu>
11551 Msg-ID: <199803280511.AAA15933@aatma.engin.umich.edu>
11552 Files: lib/Env.pm
11553
11554 ------ OTHER CHANGES ------
11555
11556 Title: "mv-if-diff"
11557 From: Robin Barker <rmb1@cise.npl.co.uk>
11558 Msg-ID: <14572.9803271806@tempest.cise.npl.co.uk>
11559 Files: mv-if-diff
11560
11561 ------ PORTABILITY - WIN32 ------
11562
11563 Title: "fix various problems with backticks on win32"
11564 From: Gurusamy Sarathy <gsar@engin.umich.edu>
11565 Msg-ID: <199803070705.CAA15945@aatma.engin.umich.edu>
11566 Files: win32/config_h.PL win32/win32.c
11567
11568 ------ TESTS ------
11569
11570 Title: "Fix bug in locale.t"
11571 From: Jarkko Hietaniemi <jhi@iki.fi>
11572 Msg-ID: <199801042148.XAA08599@alpha.hut.fi>
11573 Files: t/pragma/locale.t
11574 Branch: maint-5.004/perl
11575 ! config_H config_h.SH doio.c doop.c ext/DB_File/DB_File.xs
11576 ! ext/DynaLoader/dl_dld.xs ext/Opcode/Opcode.xs
11577 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs ext/Socket/Socket.xs
11578 ! gv.c lib/Class/Struct.pm lib/Cwd.pm lib/Env.pm
11579 ! lib/ExtUtils/typemap lib/File/Find.pm lib/Math/BigInt.pm
11580 ! lib/autouse.pm lib/lib.pm lib/strict.pm mg.c mv-if-diff op.c
11581 ! os2/OS2/REXX/REXX.xs pod/perlcall.pod pod/perldiag.pod
11582 ! pod/perlembed.pod pod/perlfunc.pod pod/perlguts.pod
11583 ! pod/perlxs.pod pp.c pp_ctl.c pp_sys.c proto.h sv.c t/op/gv.t
11584 ! t/op/misc.t t/op/pack.t t/pragma/locale.t toke.c
11585 ! win32/Makefile win32/config_h.PL win32/win32.c
11586____________________________________________________________________________
11587[ 895] By: gsar on 1998/04/22 03:13:19
11588 Log: intern -> sys_intern
11589 Branch: win32/perl
11590 ! embedvar.h interp.sym intrpvar.h win32/win32.h
11591____________________________________________________________________________
11592[ 894] By: gsar on 1998/04/22 02:42:20
11593 Log: hand-applied patch along with small tweaks
11594 Message-Id: <35400e2a.13538517@smtp1.ibm.net>
11595 Date: Tue, 21 Apr 1998 23:31:06 +0200
11596 From: jan.dubois@ibm.net (Jan Dubois)
11597 Subject: Re: Per-Interpreter variables for win32.c
11598 Branch: win32/perl
11599 ! embedvar.h interp.sym intrpvar.h perl.c perl.h proto.h
11600 ! win32/makedef.pl win32/win32.c win32/win32.h
11601____________________________________________________________________________
11602[ 893] By: gsar on 1998/04/21 03:42:21
11603 Log: add AS patch#17
11604 Branch: asperl
11605 + win32/GenCAPI.pl
11606 ! MANIFEST XSUB.h cv.h ipstdio.h lib/ExtUtils/MM_Unix.pm
11607 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
11608 ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/xsubpp op.c perl.h
11609 ! pp_ctl.c pp_hot.c proto.h sv.h thread.h win32/Makefile
11610 ! win32/dl_win32.xs win32/makefile.mk win32/runperl.c
11611 ! win32/win32.c
11612____________________________________________________________________________
11613[ 892] By: gsar on 1998/04/20 20:51:50
11614 Log: add AS patch#16
11615 Branch: asperl
11616 ! globals.c ipdir.h perl.h perlvars.h regcomp.h win32/Makefile
11617 ! win32/makefile.mk
11618____________________________________________________________________________
11619[ 891] By: gsar on 1998/04/19 23:50:34
11620 Log: tweak doc for C<do FILENAME>
11621 Branch: win32/perl
11622 ! pod/perlfunc.pod
11623____________________________________________________________________________
11624[ 890] By: gsar on 1998/04/19 01:08:11
11625 Log: use a pidtable that grows dynamically for popen()
11626 Message-Id: <3539f434.44835409@smtp1.ibm.net>
11627 Date: Sat, 18 Apr 1998 21:01:27 +0200
11628 From: jan.dubois@ibm.net (Jan Dubois)
11629 Subject: Re: [PATCH] for bug in 5.004_64 when compiled with MSC++ 4.2
11630 Branch: win32/perl
11631 ! win32/win32.c
11632____________________________________________________________________________
11633[ 889] By: gsar on 1998/04/17 02:13:58
11634 Log: support POSIX, enable more locale tests
11635 Branch: win32/perl
11636 ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
11637 ! t/lib/posix.t t/pragma/locale.t win32/Makefile
11638 ! win32/makedef.pl win32/makefile.mk
11639____________________________________________________________________________
11640[ 888] By: mbeattie on 1998/04/14 16:22:51
11641 Log: CC did "<<" instead of ">>" for right-shift on ints.
11642 Branch: perl
11643 ! ext/B/B/CC.pm
11644____________________________________________________________________________
11645[ 887] By: TimBunce on 1998/04/10 17:44:55
11646 Log: Assorted patches:
11647
11648 ------ CORE LANGUAGE ------
11649
11650 Title: "Re: die exits with 0"
11651 From: Robin Barker <rmb1@cise.npl.co.uk>
11652 Files: perl.c t/op/die_exit.t
11653
11654 Title: "More toke.c commentary; fix oddity"
11655 From: h.sanden@elsevier.nl (Hugo van der Sanden)
11656 Msg-ID: <199803251022.LAA01308@dorlas.elsevier.nl>
11657 Files: toke.c
11658
11659 Title: "for semctl on solaris"
11660 From: Graham Barr <gbarr@ti.com>
11661 Msg-ID: <34624B80.C014E841@ti.com>
11662 Files: doio.c t/op/ipcmsg.t t/op/ipcsem.t
11663
11664 ------ DOCUMENTATION ------
11665
11666 Title: "Add more 'see also's to perlre.pod.", "Perl regexp /g modifier bug"
11667 From: Ilya Zakharevich <ilya@math.ohio-state.edu>, epeschko@den-mdev1 (Ed
11668 Peschko), pjr@watcher.telstra.com.au (Peter Richardson)
11669 Msg-ID: <199803050000.LAA11476@watcher.telecom.com.au>,
11670 <199803050231.VAA19128@monk.mps.ohio-state.edu>,
11671 <199803050605.XAA09785@den-mdev1.co.csgsystems.com>
11672 Files: pod/perlre.pod
11673
11674 ------ LIBRARY AND EXTENSIONS ------
11675
11676 Title: "BigFloat - small neagtive numbers cause panic"
11677 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11678 Msg-ID: <199711201325.NAA09732@crypt.compulink.co.uk>
11679 Files: lib/Math/BigFloat.pm
11680
11681 Title: "Update Getopt::Long to 2.16"
11682 From: JVromans@Squirrel.nl (Johan Vromans), Johan Vromans
11683 <jvromans@squirrel.nl>
11684 Msg-ID: <13571.48089.726787.147769@plume.nl.compuware.com>,
11685 <13572.6847.863219.973795@phoenix.squirrel.nl>
11686 Files: lib/Getopt/Long.pm
11687
11688 Title: "New Text::ParseWords"
11689 From: pomeranz@netcom.com (Hal Pomeranz)
11690 Msg-ID: <199710162118.OAA06275@netcom7.netcom.com>
11691 Files: lib/Text/ParseWords.pm t/lib/parsewords.t
11692
11693 Title: "Fixed Text/Wrap.pm bugs (2)"
11694 From: Jacqui Caren <Jacqui.Caren@ig.co.uk>
11695 Msg-ID: <199709291548.QAA08645@toad.ig.co.uk>
11696 Files: lib/Text/Wrap.pm
11697
11698 Title: "Very *evil* File::CheckTree behavior! (now uses warn/die not
11699 print/exit)"
11700 From: Eryq <eryq@zeegee.com>, Randal Schwartz <merlyn@stonehenge.com>
11701 Msg-ID: <34B542FD.190A@zeegee.com>, <8cen2i9k6f.fsf@gadget.cscaper.com>
11702 Files: lib/File/CheckTree.pm
11703
11704 ------ OTHER CHANGES ------
11705
11706 Title: "Add ./emacs/ptags"
11707 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11708 Msg-ID: <199803150847.DAA08196@monk.mps.ohio-state.edu>
11709 Files: emacs/ptags
11710
11711 ------ TESTS ------
11712
11713 Title: "Avoid stat test failure from build in /tmp (tmpfs)", "Build in /tmp"
11714 From: Andy Dougherty <doughera@newton.phys.lafayette.edu>, Greg Bacon
11715 <gbacon@adtran.com>, pudge@pobox.com (Chris Nandor)
11716 Msg-ID: <199710171616.LAA13435@crp-201.adtran.com>,
11717 <Pine.SUN.3.96.971017171023.2349A-100000@newton.phys>,
11718 <v02130515b06be80f1486@[205.228.240.16]>
11719 Files: t/op/stat.t
11720
11721 Title: "for failure with lib/timelocal"
11722 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, jan.dubois@ibm.net (Jan Dubois)
11723 Msg-ID: <34c78f61.2529827@smtp1.ibm.net>,
11724 <E0xvdfI-00057d-00@ursa.cus.cam.ac.uk>
11725 Files: t/lib/timelocal.t
11726
11727 Title: "Make "localhost" related failures more clear"
11728 From: Paul Hoffman <phoffman@proper.com>
11729 Msg-ID: <199801201859.KAA05686@mail.proper.com>
11730 Files: t/lib/io_sock.t t/lib/io_udp.t
11731
11732 ------ UTILITIES ------
11733
11734 Title: "Let h2xs read multiple header files"
11735 From: Andy Dougherty <doughera@lafcol.lafayette.edu>, Benjamin Sugars
11736 <bsugars@canoe.ca>
11737 Msg-ID: <Pine.SOL.3.95.980310091946.25236A-100000@interact>,
11738 <Pine.SUN.3.96.980310145455.638A-100000@newton.phys>
11739 Files: utils/h2xs.PL
11740 Branch: maint-5.004/perl
11741 + emacs/ptags t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
11742 ! MANIFEST doio.c lib/File/CheckTree.pm lib/Getopt/Long.pm
11743 ! lib/Math/BigFloat.pm lib/Text/ParseWords.pm lib/Text/Wrap.pm
11744 ! lib/base.pm perl.c pod/perlre.pod t/lib/io_sock.t
11745 ! t/lib/io_udp.t t/lib/parsewords.t t/lib/timelocal.t
11746 ! t/op/stat.t toke.c utils/h2xs.PL vms/perly_h.vms
11747____________________________________________________________________________
11748[ 886] By: TimBunce on 1998/04/10 14:35:34
11749 Log: Changes relating primarily to portability.
11750
11751 ------ CORE LANGUAGE ------
11752
11753 Title: "5.004_55: Another round of OS/2 patches"
11754 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11755 Msg-ID: <199803050945.EAA20153@monk.mps.ohio-state.edu>
11756 Files: hints/os2.sh pod/perlguts.pod cop.h perl.h proto.h README.os2
11757 global.sym lib/ExtUtils/MM_OS2.pm lib/File/Path.pm op.c
11758 os2/Changes os2/Makefile.SHs os2/os2.c os2/perl2cmd.pl
11759 perl.c pod/pod2man.PL pp_ctl.c pp_hot.c pp_sys.c
11760 t/lib/filecopy.t util.c utils/perldoc.PL
11761
11762 Title: "VMS: chdir() with empty arg list"
11763 From: lane@duphy4.drexel.edu (Charles Lane)
11764 Msg-ID: <980317125556.222041c7@DUPHY4.Physics.Drexel.Edu>
11765 Files: pp_sys.c
11766
11767 ------ LIBRARY AND EXTENSIONS ------
11768
11769 Title: "ExtUtils/MM_Unix.pm changed to use ld -rpath on IRIX"
11770 From: "W. Phillip Moore" <wpm@ms.com>
11771 Msg-ID: <199712011738.MAA21139@zappa.morgan.com>
11772 Files: lib/ExtUtils/MM_Unix.pm
11773
11774 Title: "[Linux] POSIX::_[PS]C_.+ bug (add HINT_SC_EXIST)"
11775 From: Yutaka OIWA <oiwa@is.s.u-tokyo.ac.jp>
11776 Msg-ID: <199712251923.EAA08260@tjms1f.is.s.u-tokyo.ac.jp>
11777 Files: ext/POSIX/hints/linux.pl ext/POSIX/POSIX.xs
11778
11779 Title: "5.004_04-m1] Use HAS_GNULIBC in POSIX.xs"
11780 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
11781 Msg-ID: <Pine.SUN.3.96.980305115517.9180L-100000@newton.phys>
11782 Files: ext/POSIX/POSIX.xs
11783
11784 Title: ""ODBM_File.c", line 275: NULL undefined"
11785 From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
11786 Msg-ID: <9803091310.AA23264@claudius.bfsec.bt.co.uk>
11787 Files: ext/ODBM_File/ODBM_File.xs
11788
11789 ------ OTHER CHANGES ------
11790 Files:
11791
11792 ------ PORTABILITY - GENERAL ------
11793
11794 Title: "5.004_04 QNX getcwd"
11795 From: Norton Allen <allen@huarp.harvard.edu>
11796 Msg-ID: <199802121838.NAA20452@dolores.harvard.edu>,
11797 <199803061511.KAA22346@bottesini.harvard.edu>
11798 Files: hints/qnx.sh lib/Cwd.pm t/op/magic.t
11799
11800 Title: "hints/netbsd.sh d_setrgid d_setruid"
11801 From: Jarkko Hietaniemi <jhi@iki.fi>
11802 Msg-ID: <199802281435.QAA10866@alpha.hut.fi>
11803 Files: hints/netbsd.sh
11804
11805 Title: "osname=unixware, osvers=2.03, archname=i386-unixware
11806 d_casti32=undef"
11807 From: Tom Hughes <tom@compton.demon.co.uk>
11808 Msg-ID: <465398da47%tom@compton.demon.co.uk>
11809 Files: hints/svr4.sh
11810
11811 Title: "hints/bsdos.sh patch for BSDI 3.1"
11812 From: Jan-Pieter Cornet <johnpc@xs4all.nl>
11813 Msg-ID: <6fbip6$3cp$1@xs1.xs4all.nl>
11814 Files: hints/bsdos.sh
11815
11816 Title: "Remove BIND_NOSTART from DynaLoader for HP"
11817 From: Keong Lim <Keong.Lim@sr.com.au>
11818 Msg-ID: <01BD1D03.53B65E90@sieplan2.sr.com.au>
11819 Files: ext/DynaLoader/dl_hpux.xs
11820
11821 Title: "Building Perl on AIX 4+ with shared libraries and dynamic loading"
11822 From: Juan Gallego <Little.Boss@physics.mcgill.ca>
11823 Msg-ID: <Pine.SGI.3.91.971022084517.17052F-100000@nazgul.physics.mcgill.ca>
11824 Files: hints/aix.sh
11825
11826 Title: "alpha-dec_osf 5.0"
11827 From: Spider Boardman <spider@Orb.Nashua.NH.US>
11828 Msg-ID: <199712232305.SAA08359@Orb.Nashua.NH.US>
11829 Files: hints/dec_osf.sh
11830
11831 Title: "Off-by-one error with OS2::PrfDB"
11832 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11833 Msg-ID: <199710170920.FAA00390@monk.mps.ohio-state.edu>
11834 Files: os2/OS2/PrfDB/PrfDB.xs
11835
11836 Title: "5.004_04-m1] Allow overrides in hints/openbsd.sh"
11837 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
11838 Msg-ID: <Pine.SUN.3.96.980305115956.9180N-100000@newton.phys>
11839 Files: hints/openbsd.sh
11840
11841 Title: "5.004_04-m1] Linux shouldn't use -lnet"
11842 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
11843 Msg-ID: <Pine.SUN.3.96.980305115843.9180M-100000@newton.phys>
11844 Files: hints/linux.sh
11845
11846 Title: "5.004_(04|63)] Close VMS security hole"
11847 From: Charles Bailey <BAILEY@newman.upenn.edu>
11848 Msg-ID: <01IV6LRJCSSC0009C4@cor.newman.upenn.edu>
11849 Files: vms/vms.c
11850
11851 Title: "Re: Perl online documentation on OpenVMS"
11852 From: pvhp@forte.com (Peter Prymmer)
11853 Msg-ID: <9803192143.AA28120@forte.com>
11854 Files: README.vms
11855
11856 Title: "Perl5.004_04m4t4 *almost* makes it for VMS", "Updated
11857 vms/perly_c.vms and vms/perly_h.vms"
11858 From: Andy Dougherty <doughera@newton.phys.lafayette.edu>, Dan Sugalski
11859 <sugalskd@osshe.edu>, larry@wall.org (Larry Wall)
11860 Msg-ID: <199710151650.JAA29185@wall.org>,
11861 <3.0.3.32.19971014150404.02fdef78@osshe.edu>,
11862 <Pine.SUN.3.96.971015121704.28456F-100000@newton.phys>
11863 Files: vms/perly_c.vms
11864
11865 Title: "Updated, non-wordwrapped, patch to README.VMS"
11866 From: Dan Sugalski <sugalskd@osshe.edu>
11867 Msg-ID: <3.0.5.32.19980213133828.0092c870@osshe.edu>
11868 Files: README.vms
11869
11870 Title: "VMS patches to 5.004_03 (excluding installperl and timelocal.t)"
11871 From: Charles Bailey <BAILEY@newman.upenn.edu>
11872 Msg-ID: <01INZT9G2LZS0006YW@cor.newman.upenn.edu>
11873 Files: lib/File/Basename.pm lib/File/Path.pm vms/config.vms vms/descrip.mms
11874 vms/genconfig.pl vms/test.com vms/vms.c vms/ext/Filespec.pm
11875 vms/ext/filespec.t
11876
11877 Title: "Re: VMSperl crashes on -Mblib argument"
11878 From: bailey@newman.upenn.edu (Charles Bailey)
11879 Msg-ID: <1997Dec10.004439.2635060@cor.newman>
11880 Files: lib/blib.pm vms/vms.c
11881
11882 Title: "hints/linux.sh (MkLinux / PPC)"
11883 From: pudge@pobox.com (Chris Nandor)
11884 Msg-ID: <v0213050cb06c19682a25@[205.228.240.28]>
11885 Files: hints/linux.sh
11886
11887 Title: "hpux.sh hints file clarification suggestion"
11888 From: root@qad.com
11889 Msg-ID: <199802192351.QAA09096@jhereg.perl.com>
11890 Files: hints/hpux.sh
11891
11892 Title: "new hints/solaris_2.sh"
11893 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
11894 Msg-ID: <E0xw80h-0005SV-00@ursa.cus.cam.ac.uk>
11895 Files: hints/solaris_2.sh
11896 Branch: maint-5.004/perl
11897 ! README.os2 README.vms cop.h ext/DynaLoader/dl_hpux.xs
11898 ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.xs
11899 ! ext/POSIX/hints/linux.pl global.sym hints/aix.sh
11900 ! hints/bsdos.sh hints/dec_osf.sh hints/hpux.sh hints/linux.sh
11901 ! hints/netbsd.sh hints/openbsd.sh hints/os2.sh hints/qnx.sh
11902 ! hints/solaris_2.sh hints/svr4.sh lib/Cwd.pm
11903 ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
11904 ! lib/File/Basename.pm lib/File/Path.pm lib/blib.pm op.c
11905 ! os2/Changes os2/Makefile.SHs os2/OS2/PrfDB/PrfDB.xs os2/os2.c
11906 ! os2/perl2cmd.pl perl.c perl.h pod/perlguts.pod pod/pod2man.PL
11907 ! pp_ctl.c pp_hot.c pp_sys.c proto.h t/lib/filecopy.t
11908 ! t/op/magic.t util.c utils/perldoc.PL vms/config.vms
11909 ! vms/descrip.mms vms/ext/Filespec.pm vms/ext/filespec.t
11910 ! vms/genconfig.pl vms/perly_c.vms vms/perly_h.vms vms/test.com
11911 ! vms/vms.c
11912____________________________________________________________________________
11913[ 885] By: gsar on 1998/04/08 01:14:29
11914 Log: small tweaks to make it compile (doesn't run)
11915 Branch: asperl
11916 ! objpp.h win32/Makefile win32/config.bc win32/config.gc
11917 ! win32/config.vc win32/makefile.mk
11918____________________________________________________________________________
11919[ 884] By: gsar on 1998/04/08 00:14:13
11920 Log: integrate mainline changes
11921 Branch: asperl
11922 +> Changes5.004 ext/Thread/Thread/Signal.pm
11923 +> lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
11924 +> lib/ExtUtils/inst t/op/hashwarn.t
11925 ! ObjXSub.h embedvar.h interp.sym intrpvar.h objpp.h
11926 !> (integrate 127 files)
11927____________________________________________________________________________
11928[ 883] By: gsar on 1998/04/06 20:21:20
11929 Log: make old DomainName() implementation the default (so Win95
11930 is happy)
11931 Branch: win32/perl
11932 ! win32/win32.c
11933____________________________________________________________________________
11934[ 882] By: gsar on 1998/04/05 23:32:33
11935 Log: fix memory leaks in offer_nice_chunk()
11936 Branch: win32/perl
11937 ! perl.h sv.c
11938____________________________________________________________________________
11939[ 881] By: gsar on 1998/04/04 23:11:52
11940 Log: set up PUSHSTACK for __DIE__ and __WARN__ hooks also
11941 Branch: win32/perl
11942 ! cop.h util.c
11943____________________________________________________________________________
11944[ 880] By: gsar on 1998/04/04 22:35:54
11945 Log: fix refcounting of GvSTASH() when glob becomes nought
11946 (this takes care of the "unbalanced strtab refcount" problem)
11947 Branch: win32/perl
11948 ! sv.c
11949____________________________________________________________________________
11950[ 879] By: gsar on 1998/04/04 21:16:17
11951 Log: change 866 was incomplete
11952 Branch: win32/perl
11953 ! hv.c
11954____________________________________________________________________________
11955[ 878] By: gsar on 1998/04/04 20:31:56
11956 Log: fixes for various noises under PERL_DESTRUCT_LEVEL
11957 Branch: win32/perl
11958 ! cop.h perl.c pp_ctl.c
11959____________________________________________________________________________
11960[ 877] By: gsar on 1998/04/04 17:55:30
11961 Log: integrate mainline
11962 Branch: win32/perl
11963 +> Changes5.004
11964 !> Changes MANIFEST sv.c t/op/misc.t
11965____________________________________________________________________________
11966[ 876] By: gsar on 1998/04/04 17:26:32
11967 Log: remove __declspec kludge in sdbm.h in favor of setting a
11968 flag for static symbols
11969 Branch: win32/perl
11970 ! EXTERN.h ext/SDBM_File/sdbm/Makefile.PL
11971 ! ext/SDBM_File/sdbm/sdbm.h
11972____________________________________________________________________________
11973[ 875] By: gsar on 1998/04/04 01:11:57
11974 Log: fix order of init
11975 Message-Id: <3.0.5.32.19980403135815.009d2440@osshe.edu>
11976 Date: Fri, 03 Apr 1998 13:58:15 PST
11977 From: Dan Sugalski <sugalskd@osshe.edu>
11978 Subject: [PATCH 5.004_64] perl dies in perl_construct when compiled
11979 with MULTIPLICITY
11980 Branch: win32/perl
11981 ! perl.c
11982____________________________________________________________________________
11983[ 874] By: gsar on 1998/04/04 00:34:59
11984 Log: the EXTCONST in sdbm.h breaks SDBM on Borland, since
11985 the declared symbol is not in a DLL (so kludge it)
11986 Branch: win32/perl
11987 ! ext/SDBM_File/sdbm/sdbm.h
11988____________________________________________________________________________
11989[ 873] By: TimBunce on 1998/04/03 22:17:40
11990 Log: Title: "FileHandle Documentation patch"
11991 From: "Darren/Torin/Who Ever..." <torin@daft.com>
11992 Msg-ID: <87emzqo49g.fsf@perv.daft.com>
11993 Files: lib/FileHandle.pm
11994 Branch: maint-5.004/perl
11995 ! lib/FileHandle.pm
11996____________________________________________________________________________
11997[ 872] By: TimBunce on 1998/04/03 22:01:03
11998 Log: Documentation and documentation related patches:
11999
12000 ------ BUILD PROCESS ------
12001
12002 Title: "Docs re /usr/bin/perl quasi-standard location"
12003 From: Tom Phoenix <rootbeer@teleport.com>
12004 Msg-ID: <Pine.GSO.3.96.971117080737.12318C-100000@usertest.teleport.com>
12005 Files: INSTALL pod/perlrun.pod
12006
12007 ------ DOCUMENTATION ------
12008
12009 Title: "/RFC|RFC-1305/ non-greedy"
12010 From: Jan-Pieter Cornet <johnpc@xs4all.nl>
12011 Msg-ID: <6epo02$c4r$1@xs1.xs4all.nl>
12012 Files: pod/perlre.pod
12013
12014 Title: "5.004_04: perlhist.pod, buildtoc, perltoc.pod"
12015 From: Jarkko Hietaniemi <jhi@iki.fi>
12016 Msg-ID: <199802191543.RAA29231@alpha.hut.fi>
12017 Files: pod/perl.pod pod/perlhist.pod pod/perltoc.pod pod/buildtoc
12018
12019 Title: "5.004_04: pod/perlfunc.pod: i18n example for localtime()"
12020 From: Jarkko Hietaniemi <jhi@iki.fi>
12021 Msg-ID: <199711141555.RAA18875@alpha.hut.fi>
12022 Files: pod/perlfunc.pod
12023
12024 Title: "typo-fix and suggestion for perlguts.pod"
12025 From: h.sanden@elsevier.nl (Hugo van der Sanden)
12026 Msg-ID: <199803051543.QAA03097@dorlas.elsevier.nl>
12027 Files: pod/perlguts.pod
12028
12029 Title: "perlfunc/syscall curiosity"
12030 From: Roderick Schertler <roderick@argon.org>, Tkil
12031 <tkil@reptile.scrye.com>
12032 Msg-ID: <199711302259.PAA02134@reptile.scrye.com>,
12033 <pziut8snva.fsf@eeyore.ibcinc.com>
12034 Files: pod/perlfunc.pod
12035
12036 Title: "Document sprintf %#x behaviour for zero value"
12037 From: ilya@math.ohio-state.edu (Ilya Zakharevich)
12038 Msg-ID: <1997Nov5.185959.2539604@cor.newman>
12039 Files: pod/perlfunc.pod
12040
12041 Title: "NUL termination (was Re: STOP THE PRESSES)"
12042 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
12043 Msg-ID: <E0xsn5M-0002gw-00@ursa.cus.cam.ac.uk>
12044 Files: pod/perlguts.pod
12045
12046 Title: "Typo fix."
12047 From: abigail@fnx.com
12048 Msg-ID: <19971101120114.1030.qmail@betelgeuse.wayne.fnx.com>
12049 Files: pod/perlop.pod pod/perlvar.pod
12050
12051 Title: "5.004_63 perlrun.pod: _DEBUG_MSTATS"
12052 From: Achim Bohnet <ach@mpe.mpg.de>
12053 Msg-ID: <9803181940.AA22587@o09.xray.mpe.mpg.de>
12054 Files: pod/perlrun.pod
12055
12056 Title: "Re: Conservative C<*x = undef> patch"
12057 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
12058 Msg-ID: <E0yCjHT-0005Dt-00@ursa.cus.cam.ac.uk>
12059 Files: pod/perltrap.pod
12060
12061 Title: "perlfunc.pod for flock()"
12062 From: "Jeremy D. Zawodny" <jzawodn@wcnet.org>
12063 Msg-ID: <3.0.5.32.19971118203119.00a723e0@woody.wcnet.org>
12064 Files: pod/perlfunc.pod
12065
12066 Title: "buglet: 'perltoc' not mentioned in perl.pod"
12067 From: Tkil <tkil@scrye.com>
12068 Msg-ID: <19971127035036.17668.qmail@scrye.com>
12069 Files: pod/perl.pod
12070
12071 Title: "for() and map() peculiarity"
12072 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
12073 Msg-ID: <E0y4YAa-0003Qu-00@ursa.cus.cam.ac.uk>
12074 Files: pod/perlsyn.pod
12075
12076 Title: "Re: new text for perlsec"
12077 From: Tom Phoenix <rootbeer@teleport.com>
12078 Msg-ID: <Pine.GSO.3.96.980328100418.22321T-100000@user2.teleport.com>
12079 Files: pod/perlsec.pod
12080
12081 Title: "perldsc's debugger x command"
12082 From: Roderick Schertler <roderick@argon.org>
12083 Msg-ID: <10669.878352893@eeyore.ibcinc.com>
12084 Files: pod/perldsc.pod
12085
12086 Title: "perlre.pod"
12087 From: Ted Ashton <ashted@southern.edu>
12088 Msg-ID: <199802271501.KAA09279@ns.southern.edu>
12089 Files: pod/perlre.pod
12090
12091 Title: "Re: printf and $\", "printf and $\"
12092 From: Roderick Schertler <roderick@argon.org>, Tom Phoenix
12093 <rootbeer@teleport.com>, nag <nick@flirble.org>
12094 Msg-ID: <199711141918.TAA08096@flirble.org>,
12095 <Pine.GSO.3.96.971117085421.12318J-100000@usertest.teleport
12096 .com>, <pzyb2ncr42.fsf@eeyore.ibcinc.com>
12097 Files: pod/perlfunc.pod
12098
12099 Title: "recv() typo"
12100 From: Roderick Schertler <roderick@argon.org>
12101 Msg-ID: <12064.877012073@eeyore.ibcinc.com>
12102 Files: pod/perlfunc.pod
12103
12104 Title: "truncate return value"
12105 From: Roderick Schertler <roderick@argon.org>
12106 Msg-ID: <5490.878337883@eeyore.ibcinc.com>
12107 Files: pod/perlfunc.pod
12108
12109 Title: "update to perlbook.pod"
12110 From: "Nathan V. Patwardhan" <nvp@mediaone.net>, Randal Schwartz
12111 <merlyn@stonehenge.com>, Stephen Potter
12112 <spp@psasolar.colltech.com>, Tom Phoenix
12113 <rootbeer@teleport.com>
12114 Msg-ID: <199803241354.HAA23938@psasolar.psa.pencom.com>,
12115 <199803241441.OAA01261@mediaone.net>,
12116 <8clnu0i05k.fsf@gadget.cscaper.com>,
12117 <Pine.GSO.3.96.980324111957.15753C-100000@user1.teleport.com>
12118 Files: pod/perlbook.pod
12119
12120 Title: "utime documentation"
12121 From: "Brandon S. Allbery KF8NH" <bsa@kf8nh.apk.net>, "M.J.T. Guy"
12122 <mjtg@cus.cam.ac.uk>
12123 Msg-ID: <199802180256.VAA11369@speaker.kf8nh.apk.net>,
12124 <E0y4qd6-0000P6-00@ursa.cus.cam.ac.uk>
12125 Files: pod/perlfunc.pod
12126
12127 Title: "(well, doc patch) use of // requires successful match"
12128 From: Roderick Schertler <roderick@argon.org>
12129 Msg-ID: <pz7mb4bips.fsf@eeyore.ibcinc.com>
12130 Files: pod/perlop.pod
12131
12132 ------ LIBRARY AND EXTENSIONS ------
12133
12134 Title: "MakeMaker PM doc patch and a DIR buglet"
12135 From: Achim Bohnet <ach@mpe.mpg.de>
12136 Msg-ID: <9711101050.AA13868@o09.xray.mpe.mpg.de>
12137 Files: lib/ExtUtils/MakeMaker.pm
12138
12139 Title: "bareword clarification for constant.pm"
12140 From: Roderick Schertler <roderick@argon.org>
12141 Msg-ID: <6460.878143077@eeyore.ibcinc.com>
12142 Files: lib/constant.pm
12143
12144 Title: "integer rand - bug or feature?"
12145 From: Roderick Schertler <roderick@argon.org>
12146 Msg-ID: <pzhg8lvgta.fsf@eeyore.ibcinc.com>
12147 Files: lib/integer.pm
12148
12149 ------ OTHER CHANGES ------
12150
12151 Title: "FileHandle Documentation patch"
12152 From: "Darren/Torin/Who Ever..." <torin@daft.com>
12153 Msg-ID: <87emzqo49g.fsf@perv.daft.com>
12154
12155 Title: "perl5.004_61 myconfig updates"
12156 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
12157 Msg-ID: <Pine.SUN.3.96.980305150629.11530G-100000@newton.phys>
12158 Files: myconfig
12159
12160 Title: "small fixups in pod2latex.PL"
12161 From: "Darren/Torin/Who Ever..." <torin@daft.com>
12162 Msg-ID: <873eg6o3v2.fsf@perv.daft.com>
12163
12164 ------ PORTABILITY - GENERAL ------
12165
12166 Title: "Misc doc fixes for README.VMS"
12167 From: Dan Sugalski <sugalskd@osshe.edu>
12168 Msg-ID: <3.0.5.32.19980121113134.00924a20@osshe.edu>
12169 Files: README.vms
12170
12171 Title: "moved DynaLib"
12172 From: John Tobey <jtobey@channel1.com>
12173 Msg-ID: <199710182332.XAA21630@remote212>
12174 Files: ext/DynaLoader/DynaLoader.pm.PL
12175
12176 ------ UTILITIES ------
12177
12178 Title: "Searching for FAQs (patch to perldoc)"
12179 From: Piers Cawley <pdcawley@bofh.org.uk>, Russ Allbery <rra@stanford.edu>
12180 Msg-ID: <m3d8gsb8uk.fsf@windlord.Stanford.EDU>,
12181 <m3iuqkfmiq.fsf@tower.bofh.org.uk>
12182 Files: utils/perldoc.PL
12183
12184 Title: "perldoc"
12185 From: Ted Ashton <ashted@southern.edu>
12186 Msg-ID: <199802271510.KAA10506@ns.southern.edu>
12187 Files: utils/perldoc.PL
12188
12189 Title: "perldoc -f not using pod2man"
12190 From: Russ Allbery <rra@stanford.edu>
12191 Msg-ID: <m3hg4f9vyy.fsf@windlord.Stanford.EDU>
12192 Files: utils/perldoc.PL
12193
12194 Title: "perldoc -m should not require pod"
12195 From: Robin Houston <robin@nml.guardian.co.uk>
12196 Msg-ID: <199803241319.NAA24777@stringfellow.guardian.co.uk>
12197 Files: utils/perldoc.PL
12198
12199 Title: "small fix for perldoc in perl 5.004_04"
12200 From: Julian Yip <julian@imoney.com>
12201 Msg-ID: <Roam.SIMC.2.0.6.884805579.5280.julian@imoney.com>
12202 Files: utils/perldoc.PL
12203 Branch: maint-5.004/perl
12204 - ext/DynaLoader/DynaLoader.pm
12205 ! Changes Configure INSTALL README.vms
12206 ! ext/DynaLoader/DynaLoader.pm.PL ext/Socket/Socket.pm
12207 ! lib/ExtUtils/MakeMaker.pm lib/Tie/Hash.pm lib/constant.pm
12208 ! lib/integer.pm myconfig pod/buildtoc pod/checkpods.PL
12209 ! pod/perl.pod pod/perlbook.pod pod/perldelta.pod
12210 ! pod/perldiag.pod pod/perldsc.pod pod/perlfunc.pod
12211 ! pod/perlguts.pod pod/perlhist.pod pod/perllocale.pod
12212 ! pod/perlmod.pod pod/perlop.pod pod/perlre.pod pod/perlrun.pod
12213 ! pod/perlsec.pod pod/perlstyle.pod pod/perlsyn.pod
12214 ! pod/perltoc.pod pod/perltrap.pod pod/perlvar.pod
12215 ! pod/pod2latex.PL toke.c utils/perldoc.PL
12216
12217----------------
12218Version 5.004_64
12219----------------
12220
12221____________________________________________________________________________
12222[ 871] By: mbeattie on 1998/04/03 13:38:59
12223 Log: Update Changes5.004 and Changes, fix MANIFEST
12224 Branch: perl
12225 + Changes
12226 ! Changes5.004 MANIFEST
12227____________________________________________________________________________
12228[ 870] By: mbeattie on 1998/04/03 13:36:29
12229 Log: Rename Changes to Changes5.004 (via an integrate)
12230 Branch: perl
12231 +> Changes5.004
12232 - Changes
12233____________________________________________________________________________
12234[ 869] By: mbeattie on 1998/04/03 11:53:00
12235 Log: Subject: [PATCH] Perl 5.005b1t2/perl5.004_63 (resend)
12236 Date: Wed, 18 Mar 1998 01:24:20 +0100 (MET)
12237 From: Jan-Pieter Cornet <johnpc@xs4all.net>
12238 Branch: perl
12239 ! sv.c t/op/misc.t
12240____________________________________________________________________________
12241[ 868] By: mbeattie on 1998/04/03 11:16:26
12242 Log: Integrate win32 branch into mainline
12243 Branch: perl
12244 !> (integrate 31 files)
12245____________________________________________________________________________
12246[ 867] By: gsar on 1998/04/03 08:47:55
12247 Log: config.* fixes
12248 Branch: win32/perl
12249 ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
12250 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12251 ! win32/makefile.mk
12252____________________________________________________________________________
12253[ 866] By: gsar on 1998/04/03 07:22:50
12254 Log: fixup hv_free_ent() to not fail on null HeVAL()
12255 Branch: win32/perl
12256 ! hv.c perl.c
12257____________________________________________________________________________
12258[ 865] By: gsar on 1998/04/03 07:06:12
12259 Log: integrate mainline
12260 Branch: win32/perl
12261 +> ext/Thread/Thread/Signal.pm t/op/hashwarn.t
12262 !> (integrate 71 files)
12263____________________________________________________________________________
12264[ 864] By: gsar on 1998/04/03 06:59:37
12265 Log: implement stack-of-stacks so that magic invocations don't
12266 invalidate local stack pointer
12267 Branch: win32/perl
12268 ! av.c cop.h deb.c embed.h embedvar.h global.sym gv.c interp.sym
12269 ! intrpvar.h mg.c op.c perl.c pp.h pp_ctl.c pp_sys.c proto.h
12270 ! scope.c sv.c t/op/runlevel.t thrdvar.h util.c
12271____________________________________________________________________________
12272[ 863] By: gsar on 1998/04/03 01:26:09
12273 Log: add AS patch#15
12274 Branch: asperl
12275 ! ipenv.h lib/ExtUtils/MM_Unix.pm perl.c perlenv.h
12276 ! win32/config.bc win32/config.gc win32/config.vc
12277 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12278 ! win32/config_h.PL win32/config_sh.PL win32/runperl.c
12279 ! win32/win32.c win32/win32.h
12280____________________________________________________________________________
12281[ 862] By: mbeattie on 1998/04/02 17:08:43
12282 Log: Subject: [PATCH for 5.004_63] Config_63-04-05.diff
12283 Date: Thu, 2 Apr 1998 11:56:51 -0500 (EST)
12284 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
12285 Branch: perl
12286 ! Configure ext/Socket/Socket.xs myconfig
12287____________________________________________________________________________
12288[ 861] By: mbeattie on 1998/04/02 16:32:53
12289 Log: Change 854 added { NULL, 0 } to sdbm.h which needs to be {0, 0}
12290 since appropriate headers aren't included.
12291 Branch: perl
12292 ! ext/SDBM_File/sdbm/sdbm.h
12293____________________________________________________________________________
12294[ 860] By: mbeattie on 1998/04/02 16:17:11
12295 Log: Bumped patchlevel.h to 64
12296 Branch: perl
12297 ! patchlevel.h
12298____________________________________________________________________________
12299[ 859] By: mbeattie on 1998/04/02 16:16:26
12300 Log: Subject: Re: [PATCH] 5.004_63: UNICOS 9
12301 Date: Fri, 20 Mar 1998 19:39:28 +0200 (EET)
12302 From: Jarkko Hietaniemi <jhi@iki.fi>
12303 Branch: perl
12304 ! hints/unicos.sh regcomp.h
12305____________________________________________________________________________
12306[ 858] By: mbeattie on 1998/04/02 16:13:24
12307 Log: Subject: [PATCH] Re: Odd number of elements in hash list.
12308 Date: Sat, 28 Mar 1998 15:26:46 -0800 (PST)
12309 From: Tom Phoenix <rootbeer@teleport.com>
12310 Branch: perl
12311 + t/op/hashwarn.t
12312 ! MANIFEST pod/perldiag.pod pp.c pp_hot.c
12313____________________________________________________________________________
12314[ 857] By: mbeattie on 1998/04/02 16:08:43
12315 Log: Subject: [PATCH 5.004_(04|63)] Close VMS security hole
12316 Date: Sat, 28 Mar 1998 02:05:03 -0500 (EST)
12317 From: Charles Bailey <BAILEY@newman.upenn.edu>
12318 Branch: perl
12319 ! vms/vms.c
12320____________________________________________________________________________
12321[ 856] By: mbeattie on 1998/04/02 16:07:44
12322 Log: Subject: [PATCH] mv-if-diff
12323 Date: Fri, 27 Mar 98 18:06:11 GMT
12324 From: Robin Barker <rmb1@cise.npl.co.uk>
12325 Branch: perl
12326 ! mv-if-diff
12327____________________________________________________________________________
12328[ 855] By: mbeattie on 1998/04/02 16:06:54
12329 Log: From: Jan-Pieter Cornet <johnpc@xs4all.net>
12330 Subject: Re: [PATCH] [BUG 5.004_63] define/set of PERL_DESTRUCT_LEVEL
12331 Date: Fri, 27 Mar 1998 02:11:21 +0100 (MET)
12332 Subject: [PATCH] another destruct_level fix
12333 Date: Mon, 30 Mar 1998 23:48:12 +0200 (MET DST)
12334 Branch: perl
12335 ! perl.c sv.c
12336____________________________________________________________________________
12337[ 854] By: mbeattie on 1998/04/02 16:03:37
12338 Log: Subject: Next wave of _63 VMS patches
12339 Date: Thu, 26 Mar 1998 15:11:50 -0500 (EST)
12340 From: Charles Bailey <BAILEY@newman.upenn.edu>
12341 Branch: perl
12342 ! EXTERN.h INTERN.h ext/SDBM_File/Makefile.PL
12343 ! ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/dba.c
12344 ! ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbu.c
12345 ! ext/SDBM_File/sdbm/hash.c ext/SDBM_File/sdbm/pair.c
12346 ! ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
12347 ! ext/Thread/io.t installperl lib/ExtUtils/MM_VMS.pm
12348 ! lib/Net/Ping.pm perldir.h perlsdio.h t/lib/english.t
12349 ! vms/config.vms vms/descrip.mms vms/ext/Filespec.pm
12350 ! vms/ext/Stdio/0README.txt vms/ext/Stdio/Stdio.pm
12351 ! vms/ext/Stdio/Stdio.xs vms/ext/Stdio/test.pl
12352 ! vms/ext/filespec.t vms/genconfig.pl vms/perly_c.vms vms/vms.c
12353 ! vms/vmsish.h
12354____________________________________________________________________________
12355[ 853] By: mbeattie on 1998/04/02 15:55:46
12356 Log: Subject: [PATCH 5.00463] Confusing error from perl -e "x'"
12357 Date: Wed, 25 Mar 1998 17:43:17 -0500 (EST)
12358 From: Hans Mulder <hansmu@xs4all.nl>
12359 Branch: perl
12360 ! toke.c
12361____________________________________________________________________________
12362[ 852] By: mbeattie on 1998/04/02 15:54:24
12363 Log: Subject: [PATCH] small fixups in pod2latex.PL
12364 Date: 25 Mar 1998 13:30:25 -0800
12365 From: "Darren/Torin/Who Ever..." <torin@daft.com>
12366 Branch: perl
12367 ! pod/pod2latex.PL
12368____________________________________________________________________________
12369[ 851] By: mbeattie on 1998/04/02 15:50:58
12370 Log: Subject: [PATCH] hints/irix_6.sh with GCC
12371 Date: Tue, 24 Mar 1998 12:25:10 -0800 (EST)
12372 From: kstar@chapin.edu (Kurt D. Starsinic)
12373 Branch: perl
12374 ! hints/irix_6.sh
12375____________________________________________________________________________
12376[ 850] By: mbeattie on 1998/04/02 15:45:33
12377 Log: Subject: [PATCH] perldoc -m
12378 Date: Tue, 24 Mar 1998 13:19:38 GMT
12379 From: Robin Houston <robin@nml.guardian.co.uk>
12380 Branch: perl
12381 ! utils/perldoc.PL
12382____________________________________________________________________________
12383[ 849] By: mbeattie on 1998/04/02 15:42:52
12384 Log: Subject: [PATCH for 5.004_63] dos-djgpp update
12385 Date: Mon, 23 Mar 1998 14:13:46 +0100
12386 From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
12387 Branch: perl
12388 ! djgpp/config.over hints/dos_djgpp.sh
12389____________________________________________________________________________
12390[ 848] By: mbeattie on 1998/04/02 15:38:19
12391 Log: Subject: [PATCH] Stale SP in pp_substr
12392 Date: Thu, 19 Mar 1998 21:28:02 -0600 (CST)
12393 From: Stephen McCamant <alias@mcs.com>
12394 Branch: perl
12395 ! pp.c
12396____________________________________________________________________________
12397[ 847] By: mbeattie on 1998/04/02 15:36:33
12398 Log: Add missing export of "nice" to ext/POSIX/POSIX.pm (Phil Tait)
12399 Branch: perl
12400 ! ext/POSIX/POSIX.pm
12401____________________________________________________________________________
12402[ 846] By: mbeattie on 1998/04/02 15:34:36
12403 Log: Subject: [PATCH] 5.004_63: further -e patching
12404 Date: Wed, 18 Mar 1998 23:21:08 +0200 (EET)
12405 From: Jarkko Hietaniemi <jhi@iki.fi>
12406 Branch: perl
12407 ! perl.c pod/perldiag.pod
12408____________________________________________________________________________
12409[ 845] By: mbeattie on 1998/04/02 15:25:18
12410 Log: Andy Dougherty's configuration patches (Config_63-01 up to 04).
12411 Branch: perl
12412 ! Configure INSTALL Policy_sh.SH Porting/Glossary
12413 ! Porting/config.sh Porting/config_H config_h.SH
12414 ! ext/POSIX/POSIX.xs handy.h hints/hpux.sh myconfig perlsock.h
12415 ! pp.c pp_sys.c regexec.c
12416____________________________________________________________________________
12417[ 844] By: mbeattie on 1998/04/02 14:28:17
12418 Log: Subject: [PATCH 5.004_63] perlrun.pod: PERL_DEBUG_MSTATS
12419 Date: Wed, 18 Mar 1998 20:40:19 +0100
12420 From: Achim Bohnet <ach@mpe.mpg.de>
12421 Branch: perl
12422 ! pod/perlrun.pod
12423____________________________________________________________________________
12424[ 843] By: mbeattie on 1998/04/02 14:26:52
12425 Log: From: Dan Sugalski <sugalskd@osshe.edu>
12426 Subject: 5.004_63 picky compiler fixes [PATCH]
12427 Date: Wed, 18 Mar 1998 09:36:32 -0800
12428 Subject: [PATCH 5.004_63] Fix function prototype with long doubles
12429 Date: Wed, 18 Mar 1998 14:48:19 -0800
12430 Branch: perl
12431 ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs vms/vms.c
12432____________________________________________________________________________
12433[ 842] By: mbeattie on 1998/04/02 14:22:41
12434 Log: From: Stephen Potter <spp@psasolar.colltech.com>
12435 Subject: Re: doc: perlrun typo
12436 Date: Wed, 18 Mar 1998 10:06:55 -0600
12437 Subject: Re: [PATCH 5.004_63] PerlLIO abstraction cleanup
12438 Date: Tue, 24 Mar 1998 21:20:51 -0600
12439 Branch: perl
12440 ! mg.c perl.c pod/perlrun.pod pp_hot.c pp_sys.c util.c
12441____________________________________________________________________________
12442[ 841] By: mbeattie on 1998/04/02 14:17:31
12443 Log: Subject: [PATCH] Add "Full 64 bit support" to Todo; document Todo in pumpkin.pod
12444 Date: Wed, 18 Mar 1998 12:44:58 +0100
12445 From: Dominic Dunlop <domo@vo.lu>
12446 Branch: perl
12447 ! Porting/pumpkin.pod Todo
12448____________________________________________________________________________
12449[ 840] By: mbeattie on 1998/04/02 14:14:22
12450 Log: Subject: [PATCH] Configure hints/ patches
12451 Date: Wed, 18 Mar 1998 02:47:38 +0100 (MET)
12452 From: Jan-Pieter Cornet <johnpc@xs4all.net>
12453 Branch: perl
12454 ! hints/linux.sh hints/qnx.sh
12455____________________________________________________________________________
12456[ 839] By: mbeattie on 1998/04/02 14:13:13
12457 Log: Remove duplicate code in cygwin32/perlgcc (Blair Zajac)
12458 Branch: perl
12459 ! cygwin32/perlgcc
12460____________________________________________________________________________
12461[ 838] By: gsar on 1998/03/28 05:01:57
12462 Log: fix Env.pm to weed out illegal names
12463 Branch: win32/perl
12464 ! lib/Env.pm
12465____________________________________________________________________________
12466[ 837] By: gsar on 1998/03/28 04:39:43
12467 Log: fix typo in makefile.mk
12468 Branch: win32/perl
12469 ! win32/makefile.mk
12470____________________________________________________________________________
12471[ 836] By: gsar on 1998/03/23 17:40:15
12472 Log: add file: to installhtml URLs
12473 Branch: win32/perl
12474 ! win32/Makefile win32/makefile.mk
12475____________________________________________________________________________
12476[ 835] By: mbeattie on 1998/03/18 11:03:11
12477 Log: Add Thread::Signal to run signal handlers reliably in a new thread
12478 Branch: perl
12479 + ext/Thread/Thread/Signal.pm
12480 ! MANIFEST ext/Thread/Thread.xs
12481
12482----------------
12483Version 5.004_63
12484----------------
12485
12486____________________________________________________________________________
12487[ 834] By: mbeattie on 1998/03/17 16:19:10
12488 Log: Policy_sh.SH had extra $ in pager=$pager comment (Hallvard B Furuseth)
12489 Branch: perl
12490 ! Policy_sh.SH
12491____________________________________________________________________________
12492[ 833] By: mbeattie on 1998/03/17 16:11:02
12493 Log: Integrate win32 branch into mainline.
12494 Branch: perl
12495 !> regcomp.c win32/config.bc win32/config.gc win32/config.vc
12496 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
12497 !> win32/win32.c
12498____________________________________________________________________________
12499[ 832] By: gsar on 1998/03/17 14:32:39
12500 Log: propagate bugfix @ change831 from asperl
12501 Branch: win32/perl
12502 ! regcomp.c
12503____________________________________________________________________________
12504[ 831] By: gsar on 1998/03/17 14:02:51
12505 Log: fix buggy order of free() in regcomp.c (from AS)
12506 Branch: asperl
12507 ! regcomp.c
12508____________________________________________________________________________
12509[ 830] By: gsar on 1998/03/17 01:10:54
12510 Log: add a part of AS patch#14, backout incomplete variable
12511 name changes for gcc. Builds and tests under VC/BC once again.
12512 Branch: asperl
12513 ! bytecode.h mg.c pp.c pp_ctl.c pp_hot.c toke.c
12514____________________________________________________________________________
12515[ 829] By: gsar on 1998/03/16 23:49:18
12516 Log: stray tweak to win32.c
12517 Branch: win32/perl
12518 ! win32/win32.c
12519____________________________________________________________________________
12520[ 828] By: gsar on 1998/03/16 22:06:03
12521 Log: update win32/config* files
12522 Branch: win32/perl
12523 ! win32/config.bc win32/config.gc win32/config.vc
12524 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12525____________________________________________________________________________
12526[ 827] By: gsar on 1998/03/16 19:09:30
12527 Log: trivial integrate of mainline
12528 Branch: win32/perl
12529 +> lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
12530 +> lib/ExtUtils/inst
12531 !> (integrate 61 files)
12532____________________________________________________________________________
12533[ 826] By: mbeattie on 1998/03/16 16:39:23
12534 Log: newCONSTSUB had private MY_start_subparse.
12535 Branch: perl
12536 ! op.c
12537____________________________________________________________________________
12538[ 825] By: mbeattie on 1998/03/16 16:36:55
12539 Log: Missing dTHR in hv_fetch_ent when statics moved to thread struct.
12540 Branch: perl
12541 ! hv.c
12542____________________________________________________________________________
12543[ 824] By: mbeattie on 1998/03/16 16:27:43
12544 Log: Added missing entry for lib/ExtUtils/Packlist.pm to MANIFEST
12545 Branch: perl
12546 ! MANIFEST
12547____________________________________________________________________________
12548[ 823] By: mbeattie on 1998/03/16 16:26:02
12549 Log: Missed p4 add of lib/ExtUtils/Packlist.pm in change 814.
12550 Branch: perl
12551 + lib/ExtUtils/Packlist.pm
12552____________________________________________________________________________
12553[ 822] By: mbeattie on 1998/03/16 16:22:58
12554 Log: Bump patchlevel.h to 63.
12555 Branch: perl
12556 ! ext/IO/IO.xs patchlevel.h
12557 !> (integrate 41 files)
12558____________________________________________________________________________
12559[ 821] By: mbeattie on 1998/03/16 16:18:35
12560 Log: newCONSTSUB added (XSUB equivalent for inlinable sub () { 123 }).
12561 Subject: Bundling builtin.pm and newCONSTSUB with the core?
12562 From: jan.dubois@ibm.net (Jan Dubois)
12563 Date: Sun, 15 Mar 1998 19:09:05 +0100
12564 Branch: perl
12565 ! embed.h global.sym op.c pod/perlguts.pod proto.h
12566____________________________________________________________________________
12567[ 820] By: mbeattie on 1998/03/16 16:02:50
12568 Log: Subject: [PATCH] STRESS_REALLOC
12569 Date: Fri, 13 Mar 1998 22:28:19 -0600 (CST)
12570 From: Stephen McCamant <alias@mcs.com>
12571 Branch: perl
12572 ! malloc.c perl.c scope.c
12573____________________________________________________________________________
12574[ 819] By: mbeattie on 1998/03/16 16:01:06
12575 Log: Subject: [BUG+PATCH] _62 with -DDEBUGGING and -Duseperlio
12576 Date: Fri, 13 Mar 1998 23:21:25 +0100
12577 From: Jan-Pieter Cornet <john@pc.xs4all.nl>
12578 Branch: perl
12579 ! perly.c
12580____________________________________________________________________________
12581[ 818] By: mbeattie on 1998/03/16 15:59:16
12582 Log: Subject: [Configure PATCH] for OS/2
12583 Date: Fri, 13 Mar 1998 16:18:12 -0500 (EST)
12584 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12585 [Two hunks to Configure failed to apply due to clashes]
12586 Branch: perl
12587 ! Configure hints/os2.sh
12588____________________________________________________________________________
12589[ 817] By: mbeattie on 1998/03/16 15:55:28
12590 Log: Subject: [PATCH 5.004_62] VMS updates (direct)
12591 Date: Thu, 12 Mar 1998 16:02:29 -0500 (EST)
12592 From: Charles Bailey <BAILEY@newman.upenn.edu>
12593 [Needed manual tweaks on vms/config.vms since it clashed with other
12594 patches. I may have got it wrong.]
12595 Branch: perl
12596 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
12597 ! lib/ExtUtils/Mksymlists.pm perl.h pp.c pp_hot.c regcomp.c
12598 ! regcomp.h utils/perldoc.PL vms/config.vms vms/descrip.mms
12599 ! vms/ext/Stdio/Stdio.pm vms/ext/filespec.t vms/fndvers.com
12600 ! vms/gen_shrfls.pl vms/genconfig.pl vms/sockadapt.h
12601 ! vms/test.com vms/vms.c vms/vmsish.h
12602____________________________________________________________________________
12603[ 816] By: mbeattie on 1998/03/16 15:26:04
12604 Log: Subject: [PATCH] Let h2xs read multiple header files
12605 Date: Tue, 10 Mar 1998 09:35:42 -0500 (EST)
12606 From: Benjamin Sugars <bsugars@canoe.ca>
12607 Branch: perl
12608 ! utils/h2xs.PL
12609____________________________________________________________________________
12610[ 815] By: mbeattie on 1998/03/16 15:24:12
12611 Log: Subject: Re: Almost OK: Perl 5.004_62 on VMS 7.1
12612 Date: Mon, 09 Mar 1998 09:18:56 -0800
12613 From: Dan Sugalski <sugalskd@osshe.edu>
12614 Branch: perl
12615 ! vms/config.vms
12616____________________________________________________________________________
12617[ 814] By: mbeattie on 1998/03/16 13:17:14
12618 Log: Subject: PATCH for 5.004_62 : Add .packlist handling classes to ExtUtils
12619 Date: Sun, 08 Mar 1998 12:50:23 +0000
12620 From: Alan Burlison <alan.burlison@UK.Sun.COM>
12621 plus manual update of MANIFEST
12622 Branch: perl
12623 + lib/ExtUtils/Installed.pm lib/ExtUtils/inst
12624 ! MANIFEST installman installperl lib/ExtUtils/Install.pm
12625 ! lib/ExtUtils/MM_Unix.pm
12626____________________________________________________________________________
12627[ 813] By: mbeattie on 1998/03/16 13:08:55
12628 Log: From: Blair Zajac <blair@gps.caltech.edu>
12629 Subject: PATCH: util.c and util.h function declarations do not match
12630 Date: Fri, 6 Mar 1998 10:29:29 -0800 (PST)
12631 Subject: PATCH: cgywin32 patch for perlgcc
12632 Date: Fri, 6 Mar 1998 11:15:36 -0800 (PST)
12633 Subject: PATCH: perl5.004_62 on cygwin32
12634 Date: Fri, 6 Mar 1998 11:57:35 -0800 (PST)
12635 Branch: perl
12636 ! Configure cygwin32/perlgcc cygwin32/perlld pp_sys.c x2p/util.c
12637____________________________________________________________________________
12638[ 812] By: mbeattie on 1998/03/16 12:55:39
12639 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
12640 Subject: [PATCH 5.004_62} Config_62-01 patch available.
12641 Date: Mon, 9 Mar 1998 15:23:33 -0500 (EST)
12642 Subject: [PATCH 5.004_62] Tiny hint file updates
12643 Date: Mon, 9 Mar 1998 13:21:46 -0500 (EST)
12644 Branch: perl
12645 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12646 ! config_h.SH ext/ODBM_File/ODBM_File.xs handy.h hints/aix.sh
12647 ! hints/dec_osf.sh hints/dos_djgpp.sh hints/freebsd.sh
12648 ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
12649 ! hints/os2.sh hints/solaris_2.sh patchlevel.h perl.c perl.h
12650 ! perllio.h pod/perldiag.pod pp_sys.c vms/config.vms
12651____________________________________________________________________________
12652[ 811] By: mbeattie on 1998/03/16 12:13:55
12653 Log: DOS djgpp updates:
12654 From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
12655 Subject: [PATCH for 5.004_61] dos-djgpp update
12656 Date: Fri, 6 Mar 1998 10:41:01 +0100
12657 Subject: [PATCH 5.004_62] dos-djgpp update
12658 Date: Thu, 12 Mar 1998 13:34:51 +0100
12659 Branch: perl
12660 ! djgpp/config.over hints/dos_djgpp.sh
12661____________________________________________________________________________
12662[ 810] By: gsar on 1998/03/16 08:48:17
12663 Log: integrate mainline
12664 Branch: win32/perl
12665 !> pp_sys.c
12666____________________________________________________________________________
12667[ 809] By: gsar on 1998/03/16 08:44:37
12668 Log: various changes to get asperl working under Borland
12669 (passes all tests when built under PERL_OBJECT)
12670 Branch: asperl
12671 ! ObjXSub.h ext/Opcode/Opcode.xs globals.c mg.c objpp.h op.c
12672 ! perl.h perly.c perly.c.diff pp.c pp_ctl.c pp_hot.c pp_sys.c
12673 ! proto.h scope.h sv.c toke.c win32/Makefile win32/config_H.bc
12674 ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
12675 ! win32/makefile.mk win32/runperl.c win32/win32.c win32/win32.h
12676 ! win32/win32sck.c
12677____________________________________________________________________________
12678[ 808] By: gsar on 1998/03/12 19:50:20
12679 Log: set sockets to nonoverlapped mode for every thread
12680 Message-Id: <35081FE4.965A484D@enteract.com>
12681 Date: Thu, 12 Mar 1998 11:48:20 CST
12682 From: Steve Nielsen <spn@enteract.com>
12683 Subject: [PATCH 5.004_62] win32: set sockopt on a per-thread basis
12684 Branch: win32/perl
12685 ! win32/win32.h win32/win32sck.c
12686____________________________________________________________________________
12687[ 807] By: gsar on 1998/03/12 19:26:54
12688 Log: add AS patch#13
12689 Branch: asperl
12690 ! win32/Makefile
12691____________________________________________________________________________
12692[ 806] By: gsar on 1998/03/12 00:51:08
12693 Log: added AS patch#12 with minor changes
12694 Branch: asperl
12695 ! ObjXSub.h bytecode.h byterun.c doio.c iplio.h
12696 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
12697 ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/xsubpp objpp.h perl.c
12698 ! perllio.h proto.h regcomp.c win32/Makefile win32/config_h.PL
12699 ! win32/runperl.c
12700____________________________________________________________________________
12701[ 805] By: gsar on 1998/03/10 20:35:10
12702 Log: reinstate some standard sig_names to avoid noise from
12703 modules (and in hopes of making them _do_ something in future)
12704 Branch: win32/perl
12705 ! win32/config.bc win32/config.gc win32/config.vc
12706 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12707____________________________________________________________________________
12708[ 804] By: gsar on 1998/03/10 20:33:05
12709 Log: mingw32 tweaks
12710 Branch: win32/perl
12711 ! win32/makefile.mk win32/win32.c win32/win32.h
12712____________________________________________________________________________
12713[ 803] By: gsar on 1998/03/09 20:56:07
12714 Log: tweak Win32::DomainName() implementation
12715 Branch: win32/perl
12716 ! win32/Makefile win32/win32.c
12717____________________________________________________________________________
12718[ 802] By: gsar on 1998/03/09 03:51:01
12719 Log: merge C<local $tied{foo}> patch, also moved statics in
12720 [ah]v.c to thrdvar.h
12721 Branch: win32/perl
12722 ! av.c embedvar.h hv.c scope.c t/op/local.t thrdvar.h
12723____________________________________________________________________________
12724[ 801] By: gsar on 1998/03/09 02:38:35
12725 Log: minor win32 support fixes
12726 - add a better implementation of Win32::DomainName() (as
12727 suggested by Jutta M. Klebe <jmk@exc.bybyte.de>)
12728 - fix opendir() emulation was unsafe what given long paths
12729 Branch: win32/perl
12730 ! win32/win32.c
12731____________________________________________________________________________
12732[ 800] By: nick on 1998/03/07 09:36:41
12733 Log: There has been a 'thaw' in config.h (the ICE has gone ;-))
12734 So pp_sys.c needs tweaking otherwise it does not believe getservby*()
12735 exist. (Breaks libnet).
12736 Branch: perl
12737 ! pp_sys.c
12738____________________________________________________________________________
12739[ 799] By: gsar on 1998/03/07 07:51:28
12740 Log: integrate mainline changes
12741 Branch: asperl
12742 !> (integrate 111 files)
12743____________________________________________________________________________
12744[ 798] By: gsar on 1998/03/07 07:01:55
12745 Log: integrate mainline
12746 Branch: win32/perl
12747 !> myconfig patchlevel.h
12748____________________________________________________________________________
12749[ 797] By: gsar on 1998/03/07 06:49:49
12750 Log: provide our own popen()/pclose() to fix problems with qx//:
12751 - qx// used to always invoke the shell, now does so only when needed
12752 - qx// didn't respect PERL5SHELL, now does
12753 Branch: win32/perl
12754 ! lib/ExtUtils/typemap win32/config_h.PL win32/win32.c
12755____________________________________________________________________________
12756[ 796] By: gsar on 1998/03/07 01:37:10
12757 Log: a missed s/sp/SP/
12758 Branch: win32/perl
12759 ! lib/ExtUtils/typemap pod/perlcall.pod
12760____________________________________________________________________________
12761[ 795] By: gsar on 1998/03/07 01:05:21
12762 Log: change all 'sp' to 'SP' in code and in the docs. Explicitly
12763 mention that local stack pointer should be called SP. This makes the
12764 API safer from source incompatibilities down the line.
12765 Branch: win32/perl
12766 ! av.c doio.c doop.c ext/DB_File/DB_File.xs
12767 ! ext/DynaLoader/dl_dld.xs ext/Opcode/Opcode.xs
12768 ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs ext/Thread/Thread.xs
12769 ! gv.c mg.c op.c os2/OS2/REXX/REXX.xs perl.c pod/perlcall.pod
12770 ! pod/perlembed.pod pod/perlguts.pod pod/perlxs.pod pp.c
12771 ! pp_ctl.c pp_hot.c pp_sys.c util.c
12772
12773----------------
12774Version 5.004_62
12775----------------
12776
12777____________________________________________________________________________
12778[ 794] By: mbeattie on 1998/03/06 09:38:08
12779 Log: Subject: [PATCH] perl5.004_61 myconfig updates
12780 Date: Thu, 5 Mar 1998 15:10:54 -0500 (EST)
12781 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
12782 Branch: perl
12783 ! myconfig
12784____________________________________________________________________________
12785[ 793] By: mbeattie on 1998/03/06 09:36:37
12786 Log: Bump patchlevel.h to 62.
12787 Branch: perl
12788 ! patchlevel.h
12789____________________________________________________________________________
12790[ 792] By: mbeattie on 1998/03/06 09:35:57
12791 Log: Integrate win32 branch into mainline.
12792 Branch: perl
12793 !> bytecode.h op.c proto.h scope.c win32/Makefile win32/config.bc
12794 !> win32/config.gc win32/config.vc win32/config_H.bc
12795 !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
12796____________________________________________________________________________
12797[ 791] By: gsar on 1998/03/06 06:00:08
12798 Log: various
12799 - s/PerlIO_fread/PerlIO_read/, the former doesn't exist
12800 - add missing prototypes
12801 - regenerate win32/config*.?c
12802 Branch: win32/perl
12803 ! bytecode.h proto.h win32/config.bc win32/config.gc
12804 ! win32/config.vc win32/config_H.bc win32/config_H.gc
12805 ! win32/config_H.vc win32/makefile.mk
12806____________________________________________________________________________
12807[ 790] By: gsar on 1998/03/06 03:19:23
12808 Log: fix typo in Makefile
12809 Branch: win32/perl
12810 ! win32/Makefile
12811____________________________________________________________________________
12812[ 789] By: gsar on 1998/03/05 22:55:53
12813 Log: integrate mainline
12814 Branch: win32/perl
12815 !> (integrate 47 files)
12816____________________________________________________________________________
12817[ 788] By: gsar on 1998/03/05 20:02:09
12818 Log: added AS patch#11
12819 Message-Id: <01BD4820.AFC70110.dougl@ActiveState.com>
12820 Date: Thu, 05 Mar 1998 10:23:04 PST
12821 From: Douglas Lankshear <dougl@ActiveState.com>
12822
12823 This patch fixes a bug I introduced removing duplicate code.
12824 -- Doug
12825 Branch: asperl
12826 ! ObjXSub.h objpp.h win32/runperl.c
12827____________________________________________________________________________
12828[ 787] By: gsar on 1998/03/05 19:56:17
12829 Log: add Nick's dTHR fixes
12830 Branch: win32/perl
12831 ! op.c scope.c
12832____________________________________________________________________________
12833[ 786] By: gsar on 1998/03/05 19:54:49
12834 Log: maintpatch
12835 Message-Id: <199803050749.CAA15206@Orb.Nashua.NH.US>
12836 Date: Thu, 05 Mar 1998 02:49:46 EST
12837 From: Spider Boardman <spider@orb.nashua.nh.us>
12838 Subject: [PATCH] 5.004_04 +MAINT_TRIAL_1 broken when sizeof(int) != sizeof(void
12839 Branch: win32/perl
12840 ! scope.c
12841____________________________________________________________________________
12842[ 785] By: mbeattie on 1998/03/05 19:12:14
12843 Log: Subject: [5.004_61 PATCH] Make incompatible changes to RE engine NOW
12844 Date: Wed, 4 Mar 1998 23:55:54 -0500 (EST)
12845 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12846 Branch: perl
12847 ! op.c proto.h regcomp.c regexp.h util.c
12848____________________________________________________________________________
12849[ 784] By: mbeattie on 1998/03/05 19:11:09
12850 Log: Subject: [PATCH] Re: perl 5.0061 unable to build on sparc 5 Sol2.5.1 threads.
12851 Date: Wed, 4 Mar 1998 10:18:03 GMT
12852 From: Nick Ing-Simmons <nik@tiuk.ti.com>
12853 Branch: perl
12854 ! atomic.h
12855____________________________________________________________________________
12856[ 783] By: mbeattie on 1998/03/05 19:09:16
12857 Log: Subject: Configure patches -01 and -02 for 5.004_61.
12858 Date: Tue, 3 Mar 1998 16:41:16 -0500 (EST)
12859 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
12860 Branch: perl
12861 ! Configure INSTALL Policy_sh.SH Porting/Glossary
12862 ! Porting/config.sh Porting/config_H Porting/pumpkin.pod
12863 ! config_h.SH handy.h hints/README.hints hints/aix.sh
12864 ! hints/linux.sh hints/solaris_2.sh hints/unicos.sh
12865 ! makedepend.SH myconfig pp_sys.c
12866____________________________________________________________________________
12867[ 782] By: mbeattie on 1998/03/05 19:05:23
12868 Log: Subject: [PATCH] Compiling with OP_IN_REGISTER
12869 Date: 03 Mar 1998 18:05:07 +0100
12870 From: Gisle Aas <gisle@aas.no>
12871 Branch: perl
12872 ! perl.h pp_ctl.c
12873____________________________________________________________________________
12874[ 781] By: mbeattie on 1998/03/05 19:04:34
12875 Log: Subject: [PATCH] Make autouse -w-safe
12876 Date: Mon, 2 Mar 1998 21:36:02 -0500 (EST)
12877 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12878 Branch: perl
12879 ! lib/autouse.pm op.c sv.c
12880____________________________________________________________________________
12881[ 780] By: mbeattie on 1998/03/05 19:02:50
12882 Log: Subject: [PATCH] External symbol re_croak2
12883 Date: 02 Mar 1998 13:00:45 +0100
12884 From: Gisle Aas <gisle@aas.no>
12885 Branch: perl
12886 ! regcomp.c regcomp.h
12887____________________________________________________________________________
12888[ 779] By: mbeattie on 1998/03/05 19:01:25
12889 Log: Subject: [PATCH 5.004_61] Miscellaneous minor fixes
12890 Date: Mon, 02 Mar 1998 01:48:27 -0500 (EST)
12891 From: bailey@newman.upenn.edu (Charles Bailey)
12892 Branch: perl
12893 ! bytecode.h embedvar.h ext/B/Makefile.PL ext/B/byteperl.c
12894 ! ext/Thread/Makefile.PL lib/File/Path.pm patchlevel.h perldir.h
12895 ! sv.h
12896____________________________________________________________________________
12897[ 778] By: mbeattie on 1998/03/05 18:53:13
12898 Log: Subject: [PATCH 5.004_61] USHRT range limit macros
12899 Date: Mon, 02 Mar 1998 01:41:41 -0500 (EST)
12900 From: bailey@newman.upenn.edu (Charles Bailey)
12901 Branch: perl
12902 ! perl.h
12903____________________________________________________________________________
12904[ 777] By: mbeattie on 1998/03/05 18:50:25
12905 Log: Subject: [PATCH 5.004_61] File::Basename taint fix (revised)
12906 Date: Mon, 02 Mar 1998 01:39:47 -0500 (EST)
12907 From: bailey@newman.upenn.edu (Charles Bailey)
12908 Branch: perl
12909 ! lib/File/Basename.pm
12910____________________________________________________________________________
12911[ 776] By: mbeattie on 1998/03/05 18:49:15
12912 Log: Subject: [PATCH] Take out version number in perlguts (perl5.004_61)
12913 Date: 01 Mar 1998 15:16:03 +0100
12914 From: Gisle Aas <gisle@aas.no>
12915 Branch: perl
12916 ! pod/perlguts.pod
12917____________________________________________________________________________
12918[ 775] By: mbeattie on 1998/03/05 18:48:05
12919 Log: Subject: Re: [PATCH] 5.004_61: Makefile.SH (Re: 5.004_61: annoyingly missing patch)
12920 Date: Sun, 1 Mar 1998 12:14:44 +0200 (EET)
12921 From: Jarkko Hietaniemi <jhi@iki.fi>
12922 Branch: perl
12923 ! Makefile.SH perl_exp.SH
12924____________________________________________________________________________
12925[ 774] By: mbeattie on 1998/03/05 18:46:32
12926 Log: Subject: Almost OK: 5.004_61 (threads, perlio)
12927 Date: Sun, 1 Mar 1998 02:02:47 -0500
12928 From: Spider Boardman <spider@orb.nashua.nh.us>
12929 Branch: perl
12930 ! bytecode.h bytecode.pl byterun.c byterun.h perlsdio.h
12931____________________________________________________________________________
12932[ 773] By: mbeattie on 1998/03/05 18:43:57
12933 Log: Subject: [PATCH 5.004_61] print sort {-1} 1..10; hangs
12934 Date: Sat, 28 Feb 1998 15:51:14 -0500 (EST)
12935 From: Hans Mulder <hansmu@xs4all.nl>
12936 Branch: perl
12937 ! pp_ctl.c
12938____________________________________________________________________________
12939[ 772] By: mbeattie on 1998/03/05 18:39:25
12940 Log: Subject: [PATCH] 5.004_61: Makefile.SH: 'ok' target needs perlbug...
12941 Date: Sat, 28 Feb 1998 17:06:41 +0200 (EET)
12942 From: Jarkko Hietaniemi <jhi@iki.fi>
12943 Branch: perl
12944 ! Makefile.SH
12945____________________________________________________________________________
12946[ 771] By: mbeattie on 1998/03/05 18:38:32
12947 Log: Subject: [PATCH] 5.004_61: hints/netbsd.sh
12948 Date: Sat, 28 Feb 1998 16:35:32 +0200 (EET)
12949 From: Jarkko Hietaniemi <jhi@iki.fi>
12950 Branch: perl
12951 ! hints/netbsd.sh
12952____________________________________________________________________________
12953[ 770] By: mbeattie on 1998/03/05 18:36:50
12954 Log: Add byterun.c to cflags.SH (Dominic Dunlop <domo@vo.lu>)
12955 Branch: perl
12956 ! cflags.SH
12957____________________________________________________________________________
12958[ 769] By: mbeattie on 1998/03/05 18:34:35
12959 Log: Change getc/fread to PerlIO_getc/fread in bytecode.h:
12960 Subject: [PATCH 5.004_61] bunch of small patches
12961 Date: Fri, 27 Feb 1998 20:03:29 -0500 (EST)
12962 From: Andrew Cohen <cohen@andy.bu.edu>
12963 Branch: perl
12964 ! bytecode.h
12965____________________________________________________________________________
12966[ 768] By: mbeattie on 1998/03/05 18:13:06
12967 Log: Integrate win32 branch into mainline.
12968 Branch: perl
12969 !> (integrate 53 files)
12970____________________________________________________________________________
12971[ 767] By: TimBunce on 1998/03/05 11:48:09
12972 Log: Update to change 744.
12973 Branch: maint-5.004/perl
12974 ! lib/ExtUtils/Install.pm
12975____________________________________________________________________________
12976[ 765] By: TimBunce on 1998/03/05 11:24:24
12977 Log: Update embed.h after make regen_headers.
12978 Branch: maint-5.004/perl
12979 ! embed.h
12980____________________________________________________________________________
12981[ 764] By: TimBunce on 1998/03/05 11:05:13
12982 Log: APPLLIB_EXP now has arch and version dirs added to @INC
12983 Branch: maint-5.004/perl
12984 ! perl.c
12985____________________________________________________________________________
12986[ 763] By: TimBunce on 1998/03/05 11:01:38
12987 Log: Added hints/openbsd.sh and t/op/pos.t to MANIFEST
12988 Added MAINT_TRIAL_1 local patch label to patchlevel.h
12989 Removed win32/win32io.c and win32/win32io.h from repository
12990 Branch: maint-5.004/perl
12991 - win32/win32io.c win32/win32io.h
12992 ! MANIFEST patchlevel.h
12993____________________________________________________________________________
12994[ 762] By: TimBunce on 1998/03/05 10:05:34
12995 Log: Title: "5.004_04 +MAINT_TRIAL_1 broken when sizeof(int) != sizeof(void)"
12996 From: Spider Boardman <spider@orb.nashua.nh.us>
12997 Files: scope.c
12998 Branch: maint-5.004/perl
12999 ! scope.c
13000____________________________________________________________________________
13001[ 761] By: TimBunce on 1998/03/05 10:03:10
13002 Log: Title: "properly refcount localization, fix C<local $tied{foo}>"
13003 From: Gurusamy Sarathy <gsar@engin.umich.edu>
13004 Msg-ID: <199802191207.MAA10742@toad.ig.co.uk>
13005 Files: av.c hv.c scope.c t/op/local.t
13006 Branch: maint-5.004/perl
13007 ! av.c hv.c scope.c t/op/local.t
13008____________________________________________________________________________
13009[ 760] By: gsar on 1998/03/04 20:58:21
13010 Log: added AS patch#10
13011 Message-Id: <01BD4691.963D1670.dougl@ActiveState.com>
13012 Date: Tue, 03 Mar 1998 10:46:13 PST
13013 From: Douglas Lankshear <dougl@ActiveState.com>
13014 Subject: [PATCH]
13015
13016 Here's a patch to win32/dl_win32.xs that is a fix for the lookup of statically
13017 linked modules.
13018
13019 -- Doug
13020 Branch: asperl
13021 ! win32/dl_win32.xs
13022____________________________________________________________________________
13023[ 759] By: TimBunce on 1998/03/04 18:46:41
13024 Log: Update patchls utility
13025 Branch: maint-5.004/perl
13026 ! Porting/patchls
13027____________________________________________________________________________
13028[ 758] By: TimBunce on 1998/03/04 17:07:06
13029 Log: perldoc -f now uses pager if text is too long for screen
13030 Branch: maint-5.004/perl
13031 ! utils/perldoc.PL
13032____________________________________________________________________________
13033[ 757] By: TimBunce on 1998/03/04 16:57:04
13034 Log: Added OpenBSD hint file from <Todd.Miller@courtesan.com>
13035 Document 'warn with no args' behaviour, from <johnpc@xs4all.net>
13036 Branch: maint-5.004/perl
13037 + hints/openbsd.sh
13038 ! pod/perlfunc.pod
13039____________________________________________________________________________
13040[ 756] By: TimBunce on 1998/03/04 16:48:40
13041 Log: Fix for new gnulibc stdio.h when using sfio+perlio
13042 Branch: maint-5.004/perl
13043 ! perlsdio.h
13044____________________________________________________________________________
13045[ 755] By: TimBunce on 1998/03/04 16:47:08
13046 Log: Fixed typo in vms/ext/Stdio/Stdio.pm AUTOLOAD
13047 Added details of split in scalar context to perlfunc.pod
13048 Branch: maint-5.004/perl
13049 ! pod/perlfunc.pod vms/ext/Stdio/Stdio.pm
13050____________________________________________________________________________
13051[ 754] By: TimBunce on 1998/03/04 16:35:58
13052 Log: Updated perl -v info to include reference to docs and home page.
13053 Branch: maint-5.004/perl
13054 ! perl.c
13055____________________________________________________________________________
13056[ 753] By: TimBunce on 1998/03/04 16:31:29
13057 Log: Updated hints/bsdos.sh for BSD/OS 3.1
13058 Fixed typo in pod/perlsyn.pod
13059 Added workaround for old gmake in ext/SDBM_File/sdbm/Makefile.PL
13060 Fixed typo in ext/GDBM_File/GDBM_File.pm
13061 Branch: maint-5.004/perl
13062 ! ext/GDBM_File/GDBM_File.pm ext/SDBM_File/sdbm/Makefile.PL
13063 ! hints/bsdos.sh pod/perlsyn.pod
13064____________________________________________________________________________
13065[ 752] By: TimBunce on 1998/03/04 15:49:19
13066 Log: Changed bug address in README to perlbug@perl.com
13067 Changed Copyright in perl.c to 1998
13068 Added op/pos.t test from Robin Houston <robin@oneworld.org>
13069 Branch: maint-5.004/perl
13070 + t/op/pos.t
13071 ! README perl.c
13072____________________________________________________________________________
13073[ 751] By: TimBunce on 1998/03/04 14:47:15
13074 Log: Make t/comp/require.t and t/lib/ph.t executable in repository
13075 Branch: maint-5.004/perl
13076 ! t/comp/require.t t/lib/ph.t
13077____________________________________________________________________________
13078[ 750] By: TimBunce on 1998/03/04 13:29:58
13079 Log: Added dTHR definition to ease backwards compatibility for XS
13080 source code from 5.005.
13081 Branch: maint-5.004/perl
13082 ! perl.h
13083____________________________________________________________________________
13084[ 749] By: TimBunce on 1998/03/04 12:19:19
13085 Log: Title: "rename local 'op' variables to 'o'", #F114
13086 From: Gurusamy Sarathy
13087 Files: op.h opcode.h proto.h dump.c op.c opcode.pl pp_ctl.c run.c scope.c
13088 toke.c
13089 Branch: maint-5.004/perl
13090 ! dump.c op.c op.h opcode.h opcode.pl pp_ctl.c proto.h run.c
13091 ! scope.c toke.c
13092____________________________________________________________________________
13093[ 748] By: TimBunce on 1998/03/04 12:12:27
13094 Log: Title: "consolidated win32 patch", #F112
13095 From: Gurusamy Sarathy
13096 Files: MANIFEST pod/perlfaq2.pod pod/perlrun.pod win32/include/sys/socket.h
13097 EXTERN.h INTERN.h dosish.h lib/ExtUtils/Command.pm
13098 lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Win32.pm
13099 lib/ExtUtils/Mksymlists.pm lib/File/DosGlob.pm t/TEST
13100 t/harness win32/win32.h win32/win32iop.h README.win32
13101 doio.c installhtml installperl pp_sys.c win32/Makefile
13102 win32/config.bc win32/config.vc win32/config_H.bc
13103 win32/config_H.vc win32/config_h.PL win32/config_sh.PL
13104 win32/dl_win32.xs win32/makedef.pl win32/makefile.mk
13105 win32/perllib.c win32/runperl.c win32/win32.c
13106 win32/win32sck.c win32/bin/perlglob.pl x2p/a2p.h x2p/a2p.c
13107 x2p/a2py.c
13108 Branch: maint-5.004/perl
13109 + win32/bin/perlglob.pl
13110 ! EXTERN.h INTERN.h MANIFEST README.win32 doio.c dosish.h
13111 ! installhtml installperl lib/ExtUtils/Command.pm
13112 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Win32.pm
13113 ! lib/ExtUtils/Mksymlists.pm lib/File/DosGlob.pm
13114 ! pod/perlfaq2.pod pod/perlrun.pod pp_sys.c t/TEST t/harness
13115 ! win32/Makefile win32/config.bc win32/config.vc
13116 ! win32/config_H.bc win32/config_H.vc win32/config_h.PL
13117 ! win32/config_sh.PL win32/dl_win32.xs
13118 ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
13119 ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
13120 ! win32/win32iop.h win32/win32sck.c x2p/a2p.c x2p/a2p.h
13121 ! x2p/a2py.c
13122____________________________________________________________________________
13123[ 747] By: TimBunce on 1998/03/04 11:59:57
13124 Log: Title: "initialize @INC in ph.t, and fix up MANIFEST", #F111
13125 From: Gurusamy Sarathy
13126 Files: MANIFEST t/lib/ph.t
13127 Branch: maint-5.004/perl
13128 ! MANIFEST t/lib/ph.t
13129____________________________________________________________________________
13130[ 746] By: TimBunce on 1998/03/04 11:47:43
13131 Log: Title: "properly save STDOUT during system() in debugger", #F110
13132 From: Jason Smith <smithj4@rpi.edu>
13133 Files: lib/perl5db.pl
13134 Branch: maint-5.004/perl
13135 ! lib/perl5db.pl
13136____________________________________________________________________________
13137[ 745] By: TimBunce on 1998/03/04 11:40:19
13138 Log: Title: "generate DynaLoader.pm at build time", #F109
13139 From: Achim Bohnet <ach@mpe.mpg.de>
13140 Msg-ID: <9802111938.AA26224@o09.xray.mpe.mpg.de>
13141 Files: MANIFEST ext/DynaLoader/DynaLoader.pm.PL ext/DynaLoader/Makefile.PL
13142 Branch: maint-5.004/perl
13143 + ext/DynaLoader/DynaLoader.pm.PL
13144 ! MANIFEST ext/DynaLoader/Makefile.PL
13145____________________________________________________________________________
13146[ 744] By: TimBunce on 1998/03/04 11:34:09
13147 Log: Title: "Install extensions with bootstrap in $archlib", #F108
13148 From: koenig@anna.mind.de (Andreas J. Koenig), koenig@kulturbox.de (Andreas
13149 J. Koenig)
13150 Msg-ID: <sfcra9fqx0n.fsf@anna.in-berlin.de>
13151 Files: lib/ExtUtils/Install.pm
13152 Branch: maint-5.004/perl
13153 ! lib/ExtUtils/Install.pm
13154____________________________________________________________________________
13155[ 743] By: TimBunce on 1998/03/04 10:45:05
13156 Log: Title: "Pod::Html trips over "C<0>"", #F107
13157 From: Chip Salzenberg
13158 Files: lib/Pod/Html.pm
13159 Branch: maint-5.004/perl
13160 ! lib/Pod/Html.pm
13161____________________________________________________________________________
13162[ 742] By: TimBunce on 1998/03/04 10:12:54
13163 Log: Title: "5.004_58 | _04: pod2*,perlpod: L<show this|man/section>", #F106
13164 From: Achim Bohnet <ach@mpe.mpg.de>
13165 Msg-ID: <9802111629.AA00595@o09.xray.mpe.mpg.de>
13166 Files: pod/perlpod.pod lib/Pod/Html.pm lib/Pod/Text.pm pod/pod2man.PL
13167 Branch: maint-5.004/perl
13168 ! lib/Pod/Html.pm lib/Pod/Text.pm pod/perlpod.pod pod/pod2man.PL
13169____________________________________________________________________________
13170[ 741] By: TimBunce on 1998/03/04 10:08:31
13171 Log: Title: "New patch for $^E==GetLastError() under Win32", #F105
13172 From: Gurusamy Sarathy <gsar@engin.umich.edu>, Tye McQueen
13173 <tye@metronet.com>, ilya@math.ohio-state.edu (Ilya
13174 Zakharevich)
13175 Msg-ID: <199801040630.AA29298@metronet.com>,
13176 <199801041826.NAA11568@aatma.engin.umich.edu>,
13177 <1998Jan4.130412.2719461@cor.newman>
13178 Files: pod/perlfunc.pod pod/perlvar.pod doio.c lib/dumpvar.pl lib/perl5db.pl
13179 win32/win32.h mg.c util.c win32/makedef.pl win32/win32.c
13180 Branch: maint-5.004/perl
13181 ! doio.c lib/dumpvar.pl lib/perl5db.pl mg.c pod/perlfunc.pod
13182 ! pod/perlvar.pod util.c win32/makedef.pl win32/win32.c
13183 ! win32/win32.h
13184____________________________________________________________________________
13185[ 740] By: TimBunce on 1998/03/04 09:55:57
13186 Log: Title: "5.004_56: Patch to Tie::Hash and docs", #F104
13187 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13188 Msg-ID: <199801120134.UAA05437@monk.mps.ohio-state.edu>
13189 Files: pod/perlfunc.pod lib/Tie/Hash.pm
13190 Branch: maint-5.004/perl
13191 ! lib/Tie/Hash.pm pod/perlfunc.pod
13192____________________________________________________________________________
13193[ 739] By: TimBunce on 1998/03/04 09:26:01
13194 Log: Title: "more doc for perldoc", #F103
13195 From: Gurusamy Sarathy
13196 Files: utils/perldoc.PL
13197 Branch: maint-5.004/perl
13198 ! utils/perldoc.PL
13199____________________________________________________________________________
13200[ 738] By: TimBunce on 1998/03/04 09:23:16
13201 Log: Title: "Make perldoc look for an index file ", #F102
13202 From: Gisle Aas <gisle@aas.no>
13203 Msg-ID: <199801221220.NAA22902@furu.g.aas.no>
13204 Files: utils/perldoc.PL
13205 Branch: maint-5.004/perl
13206 ! utils/perldoc.PL
13207____________________________________________________________________________
13208[ 737] By: TimBunce on 1998/03/04 09:21:15
13209 Log: Title: "perldoc -F filename", #F101
13210 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13211 Msg-ID: <199712120037.TAA00176@math.mps.ohio-state.edu>
13212 Files: utils/perldoc.PL
13213 Branch: maint-5.004/perl
13214 ! utils/perldoc.PL
13215____________________________________________________________________________
13216[ 736] By: TimBunce on 1998/03/04 09:16:20
13217 Log: Title: "sv_grow can fail for HAS_64K_LIMIT systems", #F100
13218 From: Gisle Aas <gisle@aas.no>
13219 Msg-ID: <m3iuqsl3oq.fsf@furu.g.aas.no>
13220 Files: sv.c
13221 Branch: maint-5.004/perl
13222 ! sv.c
13223____________________________________________________________________________
13224[ 735] By: TimBunce on 1998/03/04 09:08:51
13225 Log: Title: "Benchmark.pm: timethese corrupts $_", #F099
13226 From: abigail@fnx.com
13227 Msg-ID: <19980201114609.7779.qmail@betelgeuse.wayne.fnx.com>
13228 Files: lib/Benchmark.pm
13229 Branch: maint-5.004/perl
13230 ! lib/Benchmark.pm
13231____________________________________________________________________________
13232[ 734] By: TimBunce on 1998/03/04 08:59:58
13233 Log: Title: "STRANGE_MALLOC should test failed alloc", #F098
13234 From: Gisle Aas <gisle@aas.no>
13235 Msg-ID: <199802021406.PAA03285@furu.g.aas.no>
13236 Files: hv.c
13237 Branch: maint-5.004/perl
13238 ! hv.c
13239____________________________________________________________________________
13240[ 733] By: TimBunce on 1998/03/04 08:35:19
13241 Log: Title: "support caseless %ENV", #F097
13242 From: Gurusamy Sarathy
13243 Files: hv.c t/op/magic.t win32/win32.h
13244 Branch: maint-5.004/perl
13245 ! hv.c t/op/magic.t win32/win32.h
13246____________________________________________________________________________
13247[ 732] By: TimBunce on 1998/03/04 08:33:58
13248 Log: Title: "newer cperl-mode.el (from 5.004_60)", #F096
13249 From: Ilya Zakharevich
13250 Files: emacs/cperl-mode.el
13251 Branch: maint-5.004/perl
13252 ! emacs/cperl-mode.el
13253____________________________________________________________________________
13254[ 731] By: TimBunce on 1998/03/04 08:26:23
13255 Log: Title: "Handle set magic on xsub OUTPUT args, add API functions that handle
13256 magic", #F095
13257 From: Gurusamy Sarathy <gsar@engin.umich.edu>
13258 Msg-ID: <199801190409.XAA26710@aatma.engin.umich.edu>
13259 Files: pod/perlguts.pod pod/perlxs.pod embed.h proto.h sv.h global.sym
13260 lib/ExtUtils/xsubpp sv.c
13261 Branch: maint-5.004/perl
13262 ! embed.h global.sym lib/ExtUtils/xsubpp pod/perlguts.pod
13263 ! pod/perlxs.pod proto.h sv.c sv.h
13264____________________________________________________________________________
13265[ 730] By: TimBunce on 1998/03/04 08:20:52
13266 Log: Title: "Fix flawed cleanup when signal handlers are not defined", #F094
13267 From: Gurusamy Sarathy <gsar@engin.umich.edu>
13268 Msg-ID: <199710290106.UAA11485@aatma.engin.umich.edu>
13269 Files: mg.c
13270 Branch: maint-5.004/perl
13271 ! mg.c
13272____________________________________________________________________________
13273[ 729] By: TimBunce on 1998/03/04 08:18:02
13274 Log: Title: "Tests for C<sort 'foo','bar'>", #F093
13275 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13276 Msg-ID: <199711021247.MAA01743@crypt.compulink.co.uk>
13277 Files: t/op/sort.t
13278 Branch: maint-5.004/perl
13279 ! t/op/sort.t
13280____________________________________________________________________________
13281[ 728] By: TimBunce on 1998/03/04 08:17:07
13282 Log: Title: "Make search.pl work on win32", #F092
13283 From: Gurusamy Sarathy
13284 Files: win32/bin/search.pl
13285 Branch: maint-5.004/perl
13286 ! win32/bin/search.pl
13287____________________________________________________________________________
13288[ 727] By: gsar on 1998/03/04 04:13:23
13289 Log: missing s/op/o/ from one of the mainpatches
13290 Branch: win32/perl
13291 ! op.c
13292____________________________________________________________________________
13293[ 726] By: gsar on 1998/03/04 02:12:13
13294 Log: maintpatches #102 and #103 to perldoc.PL
13295 Branch: win32/perl
13296 ! utils/perldoc.PL
13297____________________________________________________________________________
13298[ 725] By: gsar on 1998/03/04 02:00:15
13299 Log: renumber some tests to match maint branch
13300 Branch: win32/perl
13301 ! t/op/local.t
13302____________________________________________________________________________
13303[ 724] By: gsar on 1998/03/04 01:25:50
13304 Log: maintpatch
13305 #70: "Fix random whitespace errors in docs"
13306 From: Roderick Schertler <roderick@argon.org>
13307 Msg-ID: <12726.877706444@eeyore.ibcinc.com>
13308 Date: Fri, 24 Oct 1997 11:20:44 -0400
13309 Files: pod/checkpods.PL pod/perlfunc.pod
13310 Branch: win32/perl
13311 ! pod/checkpods.PL
13312____________________________________________________________________________
13313[ 723] By: gsar on 1998/03/04 01:04:37
13314 Log: sync maintpatch
13315 #76: "Fix infinite loop on unlink() failure in File::Path::rmtree()
13316 From: Chip Salzenberg
13317 Files: lib/File/Path.pm
13318 Branch: win32/perl
13319 ! lib/File/Path.pm
13320____________________________________________________________________________
13321[ 722] By: gsar on 1998/03/04 00:46:46
13322 Log: remove redundancy in File::Find
13323 Branch: win32/perl
13324 ! lib/File/Find.pm
13325____________________________________________________________________________
13326[ 721] By: TimBunce on 1998/03/03 20:06:41
13327 Log: Title: "Fix spurious perldoc warnings on DOSISH platforms", #F091
13328 From: Molnar Laszlo <molnarl@cdata.tvnet.hu>
13329 Msg-ID: <34475659.1AA69855@cdata.tvnet.hu>
13330 Files: utils/perldoc.PL
13331 Branch: maint-5.004/perl
13332 ! utils/perldoc.PL
13333____________________________________________________________________________
13334[ 720] By: TimBunce on 1998/03/03 20:03:59
13335 Log: Title: "Make ExtUtils::MM_Unix::fixin() do something meaningful on win32",
13336 #F090
13337 From: Gurusamy Sarathy <gsar@engin.umich.edu>
13338 Msg-ID: <199801070016.TAA17766@aatma.engin.umich.edu>
13339 Files: lib/ExtUtils/MM_Unix.pm
13340 Branch: maint-5.004/perl
13341 ! lib/ExtUtils/MM_Unix.pm
13342____________________________________________________________________________
13343[ 719] By: TimBunce on 1998/03/03 20:02:06
13344 Log: Title: "Fix inconsistent case $ENV{Path} (vs $ENV{PATH})", #F089
13345 From: Gurusamy Sarathy
13346 Files: lib/FindBin.pm
13347 Branch: maint-5.004/perl
13348 ! lib/FindBin.pm
13349____________________________________________________________________________
13350[ 718] By: TimBunce on 1998/03/03 20:00:26
13351 Log: Title: "Fix File::Find's longstanding confusion about win32 being like VMS",
13352 #F088
13353 From: Gurusamy Sarathy <gsar@engin.umich.edu>
13354 Msg-ID: <199802020459.XAA04964@aatma.engin.umich.edu>
13355 Files: lib/File/Find.pm
13356 Branch: maint-5.004/perl
13357 ! lib/File/Find.pm
13358____________________________________________________________________________
13359[ 717] By: TimBunce on 1998/03/03 19:59:38
13360 Log: Title: "do_postponed breaks with multiple interpreters", #F087
13361 From: Gurusamy Sarathy <gsar@engin.umich.edu>
13362 Msg-ID: <199710290316.WAA15888@aatma.engin.umich.edu>
13363 Files: op.c
13364 Branch: maint-5.004/perl
13365 ! op.c
13366____________________________________________________________________________
13367[ 716] By: TimBunce on 1998/03/03 19:57:17
13368 Log: Title: "Make warning on C<Nosuch::> optional, add to perl{diag,delta}.pod",
13369 #F086
13370 From: Gurusamy Sarathy
13371 Files: pod/perldelta.pod pod/perldiag.pod toke.c
13372 Branch: maint-5.004/perl
13373 ! pod/perldelta.pod pod/perldiag.pod toke.c
13374____________________________________________________________________________
13375[ 715] By: TimBunce on 1998/03/03 19:51:33
13376 Log: Title: "Pod::Html bug and fix: missing </UL> in index", #F085
13377 From: Gurusamy Sarathy <gsar@engin.umich.edu>
13378 Msg-ID: <199802192314.SAA23326@aatma.engin.umich.edu>
13379 Files: lib/Pod/Html.pm
13380 Branch: maint-5.004/perl
13381 ! lib/Pod/Html.pm
13382____________________________________________________________________________
13383[ 714] By: TimBunce on 1998/03/03 19:50:28
13384 Log: Title: "New pod: perlhist", #F084
13385 From: Jarkko Hietaniemi <jhi@iki.fi>
13386 Msg-ID: <199802191556.RAA09578@alpha.hut.fi>
13387 Files: MANIFEST pod/perl.pod pod/perlhist.pod pod/perltoc.pod pod/buildtoc
13388 Branch: maint-5.004/perl
13389 + pod/perlhist.pod
13390 ! MANIFEST pod/buildtoc pod/perl.pod pod/perltoc.pod
13391____________________________________________________________________________
13392[ 713] By: TimBunce on 1998/03/03 19:47:13
13393 Log: Title: "Fix restoration of locals on scope unwinding", #F083
13394 From: Gurusamy Sarathy <gsar@engin.umich.edu>
13395 Msg-ID: <199802110515.AAA23700@aatma.engin.umich.edu>
13396 Files: pp_ctl.c t/op/local.t
13397 Branch: maint-5.004/perl
13398 ! pp_ctl.c t/op/local.t
13399____________________________________________________________________________
13400[ 712] By: TimBunce on 1998/03/03 19:45:56
13401 Log: Title: "after an eval-ed bad require, requiring a string ref SEGVs", #F082
13402 From: Gurusamy Sarathy <gsar@engin.umich.edu>
13403 Msg-ID: <199802102349.SAA16001@aatma.engin.umich.edu>
13404 Files: pp_ctl.c
13405 Branch: maint-5.004/perl
13406 ! pp_ctl.c
13407____________________________________________________________________________
13408[ 711] By: TimBunce on 1998/03/03 19:44:41
13409 Log: Title: "Fix seg fault on eval/require and syntax errors", #F081
13410 From: Gurusamy Sarathy <gsar@engin.umich.edu>
13411 Msg-ID: <199802102321.SAA15346@aatma.engin.umich.edu>
13412 Files: MANIFEST scope.h op.c pp_ctl.c scope.c t/comp/require.t toke.c
13413 Branch: maint-5.004/perl
13414 + t/comp/require.t
13415 ! MANIFEST op.c pp_ctl.c scope.c scope.h toke.c
13416____________________________________________________________________________
13417[ 710] By: TimBunce on 1998/03/03 19:36:34
13418 Log: Title: "5.004_58: the locale.t problem in IRIX", #F080
13419 From: Jarkko Hietaniemi <jhi@iki.fi>
13420 Msg-ID: <199802091747.TAA01735@alpha.hut.fi>
13421 Files: t/pragma/locale.t
13422 Branch: maint-5.004/perl
13423 ! t/pragma/locale.t
13424____________________________________________________________________________
13425[ 709] By: TimBunce on 1998/03/03 19:32:30
13426 Log: Title: "sv_setnv will upgrade SVt_NV to SVt_PVNV", #F079
13427 From: Gisle Aas <gisle@aas.no>
13428 Msg-ID: <m3g1lwl3bq.fsf@furu.g.aas.no>
13429 Files: sv.c
13430 Branch: maint-5.004/perl
13431 ! sv.c
13432____________________________________________________________________________
13433[ 708] By: TimBunce on 1998/03/03 19:28:06
13434 Log: Title: "Eliminate double warnings under C<package;>", #F077
13435 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13436 Msg-ID: <E0y0paq-0000Ov-00@ursa.cus.cam.ac.uk>
13437 Files: gv.c op.c toke.c
13438 Branch: maint-5.004/perl
13439 ! gv.c op.c toke.c
13440____________________________________________________________________________
13441[ 707] By: TimBunce on 1998/03/03 19:13:17
13442 Log: Title: "Fix infinite loop on unlink() failure in File::Path::rmtree()",
13443 #F076
13444 From: Murray Nesbitt <mjn@pathcom.com>, Tim Bunce <Tim.Bunce@ig.co.uk>
13445 Msg-ID: <199802061100.LAA16423@toad.ig.co.uk>
13446 Files: lib/File/Path.pm
13447 Branch: maint-5.004/perl
13448 ! lib/File/Path.pm
13449____________________________________________________________________________
13450[ 706] By: TimBunce on 1998/03/03 19:08:45
13451 Log: Title: "Update of h2ph", #F075
13452 From: kstar@www.chapin.edu (Kurt D. Starsinic)
13453 Msg-ID: <199802051354.FAA11452@www.chapin.edu>
13454 Files: t/lib/ph.t utils/h2ph.PL
13455 Branch: maint-5.004/perl
13456 + t/lib/ph.t
13457 ! utils/h2ph.PL
13458____________________________________________________________________________
13459[ 705] By: TimBunce on 1998/03/03 18:56:59
13460 Log: Title: "Fix AutoLoader for deep packages", #F074
13461 From: Zachary Miller <zcmiller@zappy.er.usgs.gov>
13462 Msg-ID: <199710092348.SAA02108@zappy.er.usgs.gov>
13463 Files: lib/AutoLoader.pm
13464 Branch: maint-5.004/perl
13465 ! lib/AutoLoader.pm
13466____________________________________________________________________________
13467[ 704] By: TimBunce on 1998/03/03 18:35:36
13468 Log: Title: "Fix order of warnings for misplaced subscripts", #F073
13469 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13470 Msg-ID: <199710131023.LAA16796@crypt.compulink.co.uk>
13471 Files: op.c
13472 Branch: maint-5.004/perl
13473 ! op.c
13474____________________________________________________________________________
13475[ 703] By: TimBunce on 1998/03/03 18:32:28
13476 Log: Title: "Make recursive lexical analysis more robust", #F072
13477 From: Ilya Zakharevich and Chip Salzenberg
13478 Msg-ID: <199710160102.VAA28817@monk.mps.ohio-state.edu>
13479 Files: toke.c
13480 Branch: maint-5.004/perl
13481 ! toke.c
13482____________________________________________________________________________
13483[ 702] By: TimBunce on 1998/03/03 18:18:10
13484 Log: Title: "Fix random whitespace errors in docs", #F070
13485 From: Roderick Schertler <roderick@argon.org>
13486 Msg-ID: <12726.877706444@eeyore.ibcinc.com>
13487 Files: pod/perlfunc.pod pod/checkpods.PL
13488 Branch: maint-5.004/perl
13489 ! pod/checkpods.PL pod/perlfunc.pod
13490____________________________________________________________________________
13491[ 701] By: TimBunce on 1998/03/03 18:13:54
13492 Log: Title: "Fix line numbers after here documents in eval STRING", #F069
13493 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13494 Msg-ID: <199710241745.NAA08166@monk.mps.ohio-state.edu>
13495 Files: toke.c
13496 Branch: maint-5.004/perl
13497 ! toke.c
13498____________________________________________________________________________
13499[ 700] By: TimBunce on 1998/03/03 18:11:20
13500 Log: Title: "Fix SEGV from combining caller and C<package;>", #F068
13501 From: James Duncan <jduncan@epitome.hawk.igs.net>, Nicholas Clark
13502 <nick@flirble.org>
13503 Msg-ID: <199710241248.NAA00163@flirble.org>,
13504 <Pine.LNX.3.96.971024135912.12197A-100000@epitome.hawk.igs.
13505 net>
13506 Files: pp_ctl.c sv.c
13507 Branch: maint-5.004/perl
13508 ! pp_ctl.c sv.c
13509____________________________________________________________________________
13510[ 699] By: TimBunce on 1998/03/03 18:06:59
13511 Log: Title: "Don't fold string comparison under C<use locale>", #F067
13512 From: Jarkko Hietaniemi <jhi@iki.fi>
13513 Msg-ID: <199711151506.RAA26287@alpha.hut.fi>
13514 Files: op.c
13515 Branch: maint-5.004/perl
13516 ! op.c
13517____________________________________________________________________________
13518[ 698] By: TimBunce on 1998/03/03 18:04:51
13519 Log: Title: "Fix SEGV on constant at end of sort block", #F066
13520 From: Administration <fadmin@informatics.muni.cz>
13521 Msg-ID: <199711170838.JAA26073@thetis.fi.muni.cz>
13522 Files: op.c
13523 Branch: maint-5.004/perl
13524 ! op.c
13525____________________________________________________________________________
13526[ 697] By: TimBunce on 1998/03/03 18:02:54
13527 Log: Title: "Allow C<last()> to mean C<last>", #F065
13528 From: Chip Salzenberg
13529 Files: op.c
13530 Branch: maint-5.004/perl
13531 ! op.c
13532____________________________________________________________________________
13533[ 696] By: TimBunce on 1998/03/03 17:58:12
13534 Log: Title: "Fix extension version mismatch message", #F064
13535 From: Chip Salzenberg
13536 Files: XSUB.h
13537 Branch: maint-5.004/perl
13538 ! XSUB.h
13539____________________________________________________________________________
13540[ 695] By: TimBunce on 1998/03/03 17:53:04
13541 Log: Title: "Better handle and test struct tm of Linux and SunOS", #F063
13542 From: Andy Dougherty <doughera@newton.phys.lafayette.edu>
13543 Msg-ID: <Pine.SUN.3.96.980205134340.15567B-100000@newton.phys>
13544 Files: MANIFEST ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
13545 hints/linux.sh hints/sunos_4_1.sh t/lib/posix.t
13546 Branch: maint-5.004/perl
13547 + ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
13548 ! MANIFEST hints/linux.sh hints/sunos_4_1.sh t/lib/posix.t
13549____________________________________________________________________________
13550[ 694] By: TimBunce on 1998/03/03 17:40:47
13551 Log: Title: "Fix doc bug in getservbyname() examples", #F062
13552 From: Tom Christiansen
13553 Files: ext/Socket/Socket.pm
13554 Branch: maint-5.004/perl
13555 ! ext/Socket/Socket.pm
13556____________________________________________________________________________
13557[ 693] By: TimBunce on 1998/03/03 17:32:57
13558 Log: Title: "Kill warning about parameter type", #F061
13559 From: Chip Salzenberg
13560 Files: op.c
13561 Branch: maint-5.004/perl
13562 ! op.c
13563____________________________________________________________________________
13564[ 692] By: TimBunce on 1998/03/03 17:11:07
13565 Log: Title: "Socket occasional SEGV", #F060
13566 From: Trevor Blackwell <tlb@viaweb.com>
13567 Msg-ID: <199710281804.NAA09632@wagg.viaweb.com>
13568 Files: ext/Socket/Socket.xs
13569 Branch: maint-5.004/perl
13570 ! ext/Socket/Socket.xs
13571____________________________________________________________________________
13572[ 691] By: TimBunce on 1998/03/03 17:09:51
13573 Log: Title: "Avoid SEGV from local($@)", #F059
13574 From: Gurusamy Sarathy <gsar@engin.umich.edu>
13575 Msg-ID: <199710290251.VAA14362@aatma.engin.umich.edu>
13576 Files: pp_ctl.c
13577 Branch: maint-5.004/perl
13578 ! pp_ctl.c
13579____________________________________________________________________________
13580[ 690] By: TimBunce on 1998/03/03 17:08:21
13581 Log: Title: "Don't use broken pad_reset() (was Re: Perl bug in 5.004_03 )", #F058
13582 From: Gurusamy Sarathy <gsar@engin.umich.edu>
13583 Msg-ID: <199710300036.TAA01004@aatma.engin.umich.edu>
13584 Files: op.c
13585 Branch: maint-5.004/perl
13586 ! op.c
13587____________________________________________________________________________
13588[ 689] By: TimBunce on 1998/03/03 17:05:57
13589 Log: Title: "Use STMT_{START,END} in XSRETURN", #F057
13590 From: Gurusamy Sarathy <gsar@engin.umich.edu>
13591 Msg-ID: <199710300245.VAA04244@aatma.engin.umich.edu>
13592 Files: XSUB.h
13593 Branch: maint-5.004/perl
13594 ! XSUB.h
13595____________________________________________________________________________
13596[ 688] By: TimBunce on 1998/03/03 17:04:15
13597 Log: Title: "Re: Sort grammar bug", #F056
13598 From: Gurusamy Sarathy <gsar@engin.umich.edu>
13599 Msg-ID: <199711011946.OAA18882@aatma.engin.umich.edu>
13600 Files: toke.c
13601 Branch: maint-5.004/perl
13602 ! toke.c
13603____________________________________________________________________________
13604[ 687] By: TimBunce on 1998/03/03 17:01:32
13605 Log: Title: "Document indirect object cases for exec(), system()", #F055
13606 From: Dominic Dunlop <domo@slipper.ip.lu>
13607 Msg-ID: <v03110700b084e89234a7@[194.51.248.90]>
13608 Files: pod/perlfunc.pod
13609 Branch: maint-5.004/perl
13610 ! pod/perlfunc.pod
13611____________________________________________________________________________
13612[ 686] By: TimBunce on 1998/03/03 16:56:44
13613 Log: Title: "Update docs on tr///", #F054
13614 From: Tom Phoenix <rootbeer@teleport.com>
13615 Msg-ID: <Pine.GSO.3.96.971103071602.10568C-100000@usertest.teleport.com>
13616 Files: pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
13617 pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
13618 pod/perlstyle.pod toke.c
13619 Branch: maint-5.004/perl
13620 ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
13621 ! pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
13622 ! pod/perlstyle.pod toke.c
13623____________________________________________________________________________
13624[ 685] By: TimBunce on 1998/03/03 16:38:50
13625 Log: Title: "Re: perlop bitwise & | ^ documentation", #F053
13626 From: Tom Phoenix <rootbeer@teleport.com>
13627 Msg-ID: <Pine.GSO.3.96.971106073858.29771O-100000@usertest.teleport.com>
13628 Files: pod/perlop.pod
13629 Branch: maint-5.004/perl
13630 ! pod/perlop.pod
13631____________________________________________________________________________
13632[ 684] By: TimBunce on 1998/03/03 16:37:00
13633 Log: Title: "Fix SEGV on C<*glob{'SCALAR','ARRAY'}>", #F052
13634 From: "Joseph N. Hall" <joseph@cscaper.com>
13635 Msg-ID: <199711110552.WAA12613@gadget.cscaper.com>
13636 Files: perly.c perly.c.diff perly.y vms/perly_c.vms
13637 Branch: maint-5.004/perl
13638 ! perly.c perly.c.diff perly.y vms/perly_c.vms
13639____________________________________________________________________________
13640[ 683] By: TimBunce on 1998/03/03 16:31:15
13641 Log: Title: "for perlguts.pod: document sv_derived_from, sv_vcatpfn and
13642 sv_vsetpfn", #F051
13643 From: jan.dubois@ibm.net (Jan Dubois) and Chip Salzenberg
13644 Msg-ID: <346ae970.7444534@smtp1.ibm.net>
13645 Files: pod/perlguts.pod
13646 Branch: maint-5.004/perl
13647 ! pod/perlguts.pod
13648____________________________________________________________________________
13649[ 682] By: TimBunce on 1998/03/03 16:28:30
13650 Log: Title: "5.004_04: locale startup failure (at last) documented", #F050
13651 From: Jarkko Hietaniemi <jhi@iki.fi>
13652 Msg-ID: <199711172054.WAA08261@alpha.hut.fi>
13653 Files: INSTALL pod/perldiag.pod pod/perllocale.pod
13654 Branch: maint-5.004/perl
13655 ! INSTALL pod/perldiag.pod pod/perllocale.pod
13656____________________________________________________________________________
13657[ 681] By: TimBunce on 1998/03/03 16:24:12
13658 Log: Title: "Cope with lack of args in Fcntl::AUTOLOAD", #F049
13659 From: Jerome Abela <abela@hsc.fr>
13660 Msg-ID: <19971120183248.23588@coredump.hsc.fr>
13661 Files: ext/Fcntl/Fcntl.pm
13662 Branch: maint-5.004/perl
13663 ! ext/Fcntl/Fcntl.pm
13664____________________________________________________________________________
13665[ 680] By: TimBunce on 1998/03/03 16:23:20
13666 Log: Title: "Commenting toke.c", #F048
13667 From: gnat@frii.com
13668 Msg-ID: <199801082138.OAA14186@prometheus.frii.com>
13669 Files: toke.c
13670 Branch: maint-5.004/perl
13671 ! toke.c
13672____________________________________________________________________________
13673[ 679] By: TimBunce on 1998/03/03 16:18:32
13674 Log: Title: "Re: 5.004_04 vec() fails with 32-bit values", #F047
13675 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13676 Msg-ID: <E0xsnr8-0007SS-00@taurus.cus.cam.ac.uk>
13677 Files: pod/perlguts.pod pp.c t/op/vec.t
13678 Branch: maint-5.004/perl
13679 ! pod/perlguts.pod pp.c t/op/vec.t
13680____________________________________________________________________________
13681[ 678] By: TimBunce on 1998/03/03 16:15:44
13682 Log: Title: "A few perl5.004_03 bugs", #F046
13683 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13684 Msg-ID: <199801221211.MAA05315@crypt.compulink.co.uk>
13685 Files: mg.c t/op/magic.t
13686 Branch: maint-5.004/perl
13687 ! mg.c t/op/magic.t
13688____________________________________________________________________________
13689[ 677] By: TimBunce on 1998/03/03 16:13:11
13690 Log: Title: "Faster, cleaner av_unshift() ", #F045
13691 From: Gisle Aas <gisle@aas.no>
13692 Msg-ID: <199801221850.TAA23111@furu.g.aas.no>
13693 Files: av.c
13694 Branch: maint-5.004/perl
13695 ! av.c
13696____________________________________________________________________________
13697[ 676] By: TimBunce on 1998/03/03 16:04:30
13698 Log: Title: "New hints/solaris2.sh", #F044
13699 From: Stephen Zander <srz@mckesson.com>
13700 Msg-ID: <87oh12y458.fsf@wsuse5.mckesson.com>
13701 Files: hints/solaris_2.sh
13702 Branch: maint-5.004/perl
13703 ! hints/solaris_2.sh
13704____________________________________________________________________________
13705[ 675] By: TimBunce on 1998/03/03 15:33:07
13706 Log: Title: "Refresh Complex.pm and test", #F043
13707 From: Jarkko Hietaniemi <jhi@iki.fi>
13708 Msg-ID: <199802051608.SAA20262@alpha.hut.fi>
13709 Files: lib/Math/Complex.pm t/lib/complex.t
13710 Branch: maint-5.004/perl
13711 ! lib/Math/Complex.pm t/lib/complex.t
13712____________________________________________________________________________
13713[ 674] By: TimBunce on 1998/03/03 15:29:16
13714 Log: Title: "Fix (\@@) proto", #F042
13715 From: "Joseph N. Hall" <joseph@cscaper.com>
13716 Msg-ID: <199801240132.SAA25111@gadget.cscaper.com>
13717 Files: op.c t/comp/proto.t
13718 Branch: maint-5.004/perl
13719 ! op.c t/comp/proto.t
13720____________________________________________________________________________
13721[ 673] By: TimBunce on 1998/03/03 15:26:31
13722 Log: Title: "Allow empty BLOCK in code", #F041
13723 From: Vladimir Alexiev <vladimir@cs.ualberta.ca>
13724 Msg-ID: <19980129002112Z13378-6931+226@scapa.cs.ualberta.ca>
13725 Files: toke.c
13726 Branch: maint-5.004/perl
13727 ! toke.c
13728____________________________________________________________________________
13729[ 672] By: TimBunce on 1998/03/03 15:23:55
13730 Log: Title: "Fix name of $Foo::{'Bar::'}: '*Foo::Bar::'", #F040
13731 From: Chip Salzenberg
13732 Files: gv.c t/op/gv.t
13733 Branch: maint-5.004/perl
13734 ! gv.c t/op/gv.t
13735____________________________________________________________________________
13736[ 671] By: TimBunce on 1998/03/03 10:02:32
13737 Log: Title: "Keep accurate reference count on globs' stashes", #F038
13738 From: Gisle Aas <gisle@aas.no>
13739 Msg-ID: <m3zpk7sd3n.fsf@furu.g.aas.no>
13740 Files: gv.c sv.c
13741 Branch: maint-5.004/perl
13742 ! gv.c sv.c
13743____________________________________________________________________________
13744[ 670] By: TimBunce on 1998/03/03 09:59:48
13745 Log: Title: "Avoid memory allocation in gv_fetchpv(), for speed", #F037
13746 From: Chip Salzenberg
13747 Files: gv.c
13748 Branch: maint-5.004/perl
13749 ! gv.c
13750____________________________________________________________________________
13751[ 669] By: TimBunce on 1998/03/03 09:58:58
13752 Log: Title: "Make Configure less negative about PerlIO", #F036
13753 From: chip@atlantic.net
13754 Msg-ID: <199801312323.SAA15237@cyprus.atlantic.net>
13755 Files: Configure
13756 Branch: maint-5.004/perl
13757 ! Configure
13758____________________________________________________________________________
13759[ 668] By: TimBunce on 1998/03/03 09:55:51
13760 Log: Title: "Fix (mostly) pseudo-same-REs due to embedded NULs", #F035
13761 From: Martin Plechsmid <plechsmi@karlin.mff.cuni.cz>
13762 Msg-ID: <199802021217.NAA05230@albert.karlin.mff.cuni.cz>
13763 Files: pp_ctl.c
13764 Branch: maint-5.004/perl
13765 ! pp_ctl.c
13766____________________________________________________________________________
13767[ 667] By: TimBunce on 1998/03/03 09:52:59
13768 Log: Title: "Make Getopt::Long avoid $&, $`, $'", #F034
13769 From: Irving Reid <irving@tor.securecomputing.com>
13770 Msg-ID: <98Feb3.005102est.11655@janus.tor.securecomputing.com>
13771 Files: lib/Getopt/Long.pm
13772 Branch: maint-5.004/perl
13773 ! lib/Getopt/Long.pm
13774____________________________________________________________________________
13775[ 666] By: TimBunce on 1998/03/03 09:51:27
13776 Log: Title: "adding the newSVpvn API function", #F033
13777 From: Matthias Ulrich Neeracher <neeri@iis.ee.ethz.ch>
13778 Msg-ID: <199801310532.GAA23798@solar.ethz.ch>
13779 Files: pod/perlguts.pod pod/perltoc.pod proto.h global.sym sv.c
13780 Branch: maint-5.004/perl
13781 ! global.sym pod/perlguts.pod pod/perltoc.pod proto.h sv.c
13782____________________________________________________________________________
13783[ 665] By: TimBunce on 1998/03/03 09:43:30
13784 Log: Title: "Support C<Package::> as function-blind bearword", #F032
13785 From: Chip Salzenberg
13786 Files: toke.c
13787 Branch: maint-5.004/perl
13788 ! toke.c
13789____________________________________________________________________________
13790[ 664] By: TimBunce on 1998/03/03 09:41:40
13791 Log: Title: "Re-optimize character classes", #F031
13792 From: Chip Salzenberg
13793 Files: regcomp.h regcomp.c regexec.c
13794 Branch: maint-5.004/perl
13795 ! regcomp.c regcomp.h regexec.c
13796____________________________________________________________________________
13797[ 663] By: TimBunce on 1998/03/03 09:39:55
13798 Log: Title: "Fix C<if (1) { local $x }> which needed ENTER/LEAVE", #F030
13799 From: dfh@dwroll.lucent.com (D461-David_F_Haertig(Dave)83040)
13800 Msg-ID: <EnKC0q.6qI@drnews.dr.lucent.com>
13801 Files: op.c t/op/local.t
13802 Branch: maint-5.004/perl
13803 ! op.c t/op/local.t
13804____________________________________________________________________________
13805[ 662] By: TimBunce on 1998/03/03 09:37:51
13806 Log: Title: "Dramatically improve performance of // with parens or $&", #F029
13807 From: Chip Salzenberg
13808 Files: cop.h perl.h proto.h regexp.h gv.c interp.sym perl.c pp.c pp_ctl.c
13809 pp_hot.c regexec.c scope.c
13810 Branch: maint-5.004/perl
13811 ! cop.h gv.c interp.sym perl.c perl.h pp.c pp_ctl.c pp_hot.c
13812 ! proto.h regexec.c regexp.h scope.c
13813____________________________________________________________________________
13814[ 661] By: TimBunce on 1998/03/03 09:27:04
13815 Log: Title: "Don't warn on $x{shift}, ne => 1, or -f => 1", #F028
13816 From: Chip Salzenberg
13817 Files: toke.c
13818 Branch: maint-5.004/perl
13819 ! toke.c
13820____________________________________________________________________________
13821[ 660] By: TimBunce on 1998/03/03 09:24:41
13822 Log: Title: "Protect against weirdness with unreal @_ in C<local @_>", #F027
13823 From: Chip Salzenberg
13824 Files: scope.c
13825 Branch: maint-5.004/perl
13826 ! scope.c
13827____________________________________________________________________________
13828[ 659] By: TimBunce on 1998/03/03 09:24:00
13829 Log: Title: "Fix C<printf "%.0d", 0>", #F026
13830 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13831 Msg-ID: <199711021331.NAA01826@crypt.compulink.co.uk>
13832 Files: sv.c t/op/sprintf.t
13833 Branch: maint-5.004/perl
13834 ! sv.c t/op/sprintf.t
13835____________________________________________________________________________
13836[ 658] By: TimBunce on 1998/03/03 09:22:13
13837 Log: Title: "Tiny core patch for source filters", #F025
13838 From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
13839 Msg-ID: <9711202312.AA02937@claudius.bfsec.bt.co.uk>
13840 Files: toke.c
13841 Branch: maint-5.004/perl
13842 ! toke.c
13843____________________________________________________________________________
13844[ 657] By: TimBunce on 1998/03/03 09:20:00
13845 Log: Title: "Here-doc in s///e (was: Bug)", #F024
13846 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13847 Msg-ID: <199711221445.OAA14153@crypt.compulink.co.uk>
13848 Files: t/base/lex.t toke.c
13849 Branch: maint-5.004/perl
13850 ! t/base/lex.t toke.c
13851____________________________________________________________________________
13852[ 656] By: TimBunce on 1998/03/03 09:17:56
13853 Log: Title: "Fix duplicate warnings on C<-e undef>", #F023
13854 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13855 Msg-ID: <199711221252.MAA14000@crypt.compulink.co.uk>
13856 Files: doio.c t/pragma/warn-1global
13857 Branch: maint-5.004/perl
13858 ! doio.c t/pragma/warn-1global
13859____________________________________________________________________________
13860[ 655] By: TimBunce on 1998/03/03 09:16:56
13861 Log: Title: "Fix '*' prototype", #F022
13862 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13863 Msg-ID: <199711212225.RAA00755@monk.mps.ohio-state.edu>
13864 Files: toke.c
13865 Branch: maint-5.004/perl
13866 ! toke.c
13867____________________________________________________________________________
13868[ 654] By: TimBunce on 1998/03/03 09:15:04
13869 Log: Title: "File::Find bugs (and patches)", "File::Find bugs & patches", #F021
13870 From: "Conrad E. Kimball" <cek@tblv021.ca.boeing.com>
13871 Msg-ID: <199711260703.XAA21257@mailgate2.boeing.com>
13872 Files: lib/File/Find.pm
13873 Branch: maint-5.004/perl
13874 ! lib/File/Find.pm
13875____________________________________________________________________________
13876[ 653] By: TimBunce on 1998/03/03 09:11:55
13877 Log: Title: "Fix typo: FORM{,AT}LINE", #F020
13878 From: Chip Salzenberg
13879 Files: sv.c
13880 Branch: maint-5.004/perl
13881 ! sv.c
13882____________________________________________________________________________
13883[ 652] By: TimBunce on 1998/03/03 09:07:50
13884 Log: Title: "Fix use of unref mem when blessed object goes out of scope", #F019
13885 From: Gurusamy Sarathy <gsar@engin.umich.edu>
13886 Msg-ID: <199711282326.SAA15090@aatma.engin.umich.edu>
13887 Files: scope.c
13888 Branch: maint-5.004/perl
13889 ! scope.c
13890____________________________________________________________________________
13891[ 651] By: TimBunce on 1998/03/03 09:07:10
13892 Log: Title: "Fix C<my ($a, undef, $b) = @x>", #F018
13893 From: Stephane Payrard <stef@francenet.fr>
13894 Msg-ID: <199712040054.BAA04612@www.zweig.com>
13895 Files: op.c t/op/my.t
13896 Branch: maint-5.004/perl
13897 ! op.c t/op/my.t
13898____________________________________________________________________________
13899[ 650] By: TimBunce on 1998/03/03 09:04:04
13900 Log: Title: "enhanced "use strict" warning", #F017
13901 From: Tkil <tkil@reptile.scrye.com>
13902 Msg-ID: <199712040938.CAA07628@reptile.scrye.com>
13903 Files: gv.c t/pragma/strict-subs t/pragma/strict-vars
13904 Branch: maint-5.004/perl
13905 ! gv.c t/pragma/strict-subs t/pragma/strict-vars
13906____________________________________________________________________________
13907[ 649] By: TimBunce on 1998/03/03 09:02:55
13908 Log: Title: "eval of sub gives spurious "uninitialised" warning", #F016
13909 From: Gurusamy Sarathy <gsar@engin.umich.edu>
13910 Msg-ID: <199712061025.FAA14396@aatma.engin.umich.edu>
13911 Files: pod/perldelta.pod pod/perlfunc.pod op.c t/op/eval.t
13912 Branch: maint-5.004/perl
13913 ! op.c pod/perldelta.pod pod/perlfunc.pod t/op/eval.t
13914____________________________________________________________________________
13915[ 648] By: TimBunce on 1998/03/03 08:58:00
13916 Log: Title: "[PERL] Assigning result of pop scrambles unrelated reference", #F015
13917 From: Gurusamy Sarathy <gsar@engin.umich.edu>
13918 Msg-ID: <199712061100.GAA14864@aatma.engin.umich.edu>
13919 Files: sv.c
13920 Branch: maint-5.004/perl
13921 ! sv.c
13922____________________________________________________________________________
13923[ 647] By: TimBunce on 1998/03/03 08:53:35
13924 Log: Title: "[PERL] Filedescriptor leak in 5.004_55 (and earlier)", #F014
13925 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13926 Msg-ID: <199712151922.OAA06410@monk.mps.ohio-state.edu>
13927 Files: os2/os2.c util.c
13928 Branch: maint-5.004/perl
13929 ! os2/os2.c util.c
13930____________________________________________________________________________
13931[ 646] By: TimBunce on 1998/03/03 08:51:04
13932 Log: Title: "Fix fdopen() on STD{IN,OUT,ERR}", #F013
13933 From: Roderick Schertler <roderick@argon.org>
13934 Msg-ID: <pzg1npp6e3.fsf@eeyore.ibcinc.com>
13935 Files: doio.c t/op/misc.t
13936 Branch: maint-5.004/perl
13937 ! doio.c t/op/misc.t
13938____________________________________________________________________________
13939[ 645] By: TimBunce on 1998/03/03 08:49:34
13940 Log: Title: "Fix local $a[0] and local $h{a}", #F012
13941 From: Stephen McCamant <alias@mcs.com>
13942 Msg-ID: <m0xjWFq-000EZeC@alias-2.pr.mcs.net>
13943 Files: embed.h scope.h global.sym pp.c pp_hot.c scope.c t/op/local.t
13944 Branch: maint-5.004/perl
13945 ! embed.h global.sym pp.c pp_hot.c scope.c scope.h t/op/local.t
13946____________________________________________________________________________
13947[ 644] By: TimBunce on 1998/03/03 08:43:06
13948 Log: Title: "Eliminate redundant mg_get() in SvTRUE()", #F011
13949 From: Spider Boardman <spider@orb.nashua.nh.us>
13950 Msg-ID: <199712251839.NAA14800@Orb.Nashua.NH.US>
13951 Files: sv.c
13952 Branch: maint-5.004/perl
13953 ! sv.c
13954____________________________________________________________________________
13955[ 643] By: TimBunce on 1998/03/03 08:41:07
13956 Log: Title: "Don't force scalar context on C<my @x> or C<my %x>", #F010
13957 From: Chip Salzenberg
13958 Files: op.c t/op/my.t
13959 Branch: maint-5.004/perl
13960 ! op.c t/op/my.t
13961____________________________________________________________________________
13962[ 642] By: TimBunce on 1998/03/03 08:39:11
13963 Log: Title: "Fix assignment to $_[0] in DESTROY", #F009
13964 From: Gurusamy Sarathy <gsar@engin.umich.edu>
13965 Msg-ID: <199801010030.TAA14274@aatma.engin.umich.edu>
13966 Files: pod/perlobj.pod sv.c t/op/ref.t
13967 Branch: maint-5.004/perl
13968 ! pod/perlobj.pod sv.c t/op/ref.t
13969____________________________________________________________________________
13970[ 641] By: gsar on 1998/03/03 04:39:49
13971 Log: merge problematic maintpatch to op.c
13972 #77: "Eliminate double warnings under C<package;>"
13973 From: Chip Salzenberg
13974 Files: gv.c op.c toke.c
13975 Branch: win32/perl
13976 ! gv.c op.c toke.c
13977____________________________________________________________________________
13978[ 640] By: gsar on 1998/03/03 04:30:22
13979 Log: merge another conflicting maintpatch to op.c
13980 #17: "Enhanced "use strict" warning"
13981 From: Tkil <tkil@reptile.scrye.com>
13982 Msg-ID: <199712040938.CAA07628@reptile.scrye.com>
13983 Date: Thu, 4 Dec 1997 02:38:26 -0700
13984 Files: gv.c t/pragma/strict-subs t/pragma/strict-vars
13985 Branch: win32/perl
13986 ! gv.c t/pragma/strict-subs t/pragma/strict-vars
13987____________________________________________________________________________
13988[ 639] By: gsar on 1998/03/03 04:09:11
13989 Log: maintpatch
13990 #73: "Fix order of warnings for misplaced subscripts"
13991 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13992 Msg-ID: <199710131023.LAA16796@crypt.compulink.co.uk>
13993 Date: Mon, 13 Oct 1997 11:23:56 +0100
13994 Files: op.c
13995 Branch: win32/perl
13996 ! op.c
13997____________________________________________________________________________
13998[ 638] By: gsar on 1998/03/03 04:02:16
13999 Log: manually apply another conflicting maintpatch
14000 #64: "Fix extension version mismatch message"
14001 From: Chip Salzenberg
14002 Files: XSUB.h
14003 Branch: win32/perl
14004 ! XSUB.h
14005____________________________________________________________________________
14006[ 637] By: gsar on 1998/03/03 03:57:08
14007 Log: maintpatch
14008 #62: "Fix doc bug in getservbyname() examples"
14009 From: Tom Christiansen
14010 Files: ext/Socket/Socket.pm
14011 Branch: win32/perl
14012 ! ext/Socket/Socket.pm
14013____________________________________________________________________________
14014[ 636] By: gsar on 1998/03/03 03:55:13
14015 Log: maintpatch
14016 #60: "Socket occasional SEGV"
14017 From: Trevor Blackwell <tlb@viaweb.com>
14018 Msg-ID: <199710281804.NAA09632@wagg.viaweb.com>
14019 Date: Tue, 28 Oct 1997 13:04:43 -0500 (EST)
14020 Files: ext/Socket/Socket.xs
14021 Branch: win32/perl
14022 ! ext/Socket/Socket.xs
14023____________________________________________________________________________
14024[ 635] By: gsar on 1998/03/03 03:51:01
14025 Log: maintpatches for docs
14026 #53: "Perlop bitwise & | ^ documentation"
14027 From: Tom Phoenix <rootbeer@teleport.com>
14028 Msg-ID: <Pine.GSO.3.96.971106073858.29771O-100000@usertest.teleport.c
14029 Date: Thu, 6 Nov 1997 07:44:52 -0800 (PST)
14030 Files: pod/perlfunc.pod
14031 --------
14032 #54: "Update docs on tr///"
14033 From: Tom Phoenix <rootbeer@teleport.com>
14034 Msg-ID: <Pine.GSO.3.96.971103071602.10568C-100000@usertest.teleport.c
14035 Date: Mon, 3 Nov 1997 07:28:39 -0800 (PST)
14036 Files: pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
14037 pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
14038 pod/perlstyle.pod toke.c
14039 Branch: win32/perl
14040 ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
14041 ! pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
14042 ! pod/perlstyle.pod toke.c
14043____________________________________________________________________________
14044[ 634] By: gsar on 1998/03/03 03:43:42
14045 Log: another maintpatch (this one needed adjust of test nos.)
14046 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14047 Message-Id: <199801221211.MAA05315@crypt.compulink.co.uk>
14048 Date: Thu, 22 Jan 1998 12:11:49 +0000
14049 Subject: Re: [PERL] A few perl5.004_03 bugs
14050 Branch: win32/perl
14051 ! mg.c t/op/magic.t
14052____________________________________________________________________________
14053[ 633] By: gsar on 1998/03/03 03:36:40
14054 Log: merge another toke.c patch and its dependent (very carefully)
14055 #32: "Support C<Package::> as function-blind bearword"
14056 From: Chip Salzenberg
14057 Files: toke.c
14058 --------
14059 #86: "Make warning on C<Nosuch::> optional, add to perl{diag,delta}.pod"
14060 From: Gurusamy Sarathy
14061 Files: toke.c pod/perldelta.pod pod/perldiag.pod
14062 Branch: win32/perl
14063 ! pod/perldelta.pod pod/perldiag.pod toke.c
14064____________________________________________________________________________
14065[ 632] By: gsar on 1998/03/03 03:12:16
14066 Log: another toke.c maintpatch
14067 #28: "Don't warn on $x{shift}, ne => 1, or -f => 1"
14068 From: Chip Salzenberg
14069 Files: toke.c
14070 Branch: win32/perl
14071 ! toke.c
14072____________________________________________________________________________
14073[ 631] By: gsar on 1998/03/03 03:06:59
14074 Log: still another maintpatch
14075 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14076 Message-Id: <199711021331.NAA01826@crypt.compulink.co.uk>
14077 Date: Sun, 02 Nov 1997 13:31:54 +0000
14078 Subject: [PATCH] assorted sprintf bugs
14079 Branch: win32/perl
14080 ! sv.c t/op/sprintf.t
14081____________________________________________________________________________
14082[ 630] By: gsar on 1998/03/03 03:03:55
14083 Log: yet another maintpatch
14084 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14085 Message-Id: <199711221252.MAA14000@crypt.compulink.co.uk>
14086 Date: Sat, 22 Nov 1997 12:52:16 +0000
14087 Subject: Re: [PERL] Unexpected output
14088 Branch: win32/perl
14089 ! doio.c t/pragma/warn-1global
14090____________________________________________________________________________
14091[ 629] By: gsar on 1998/03/03 02:57:33
14092 Log: merge another maintpatch to toke.c
14093 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14094 Date: Sat, 22 Nov 1997 14:45:23 GMT
14095 Message-Id: <199711221445.OAA14153@crypt.compulink.co.uk>
14096 Subject: Re: [PERL] Here-doc in s///e (was: Bug)
14097 Branch: win32/perl
14098 ! t/base/lex.t toke.c
14099____________________________________________________________________________
14100[ 628] By: gsar on 1998/03/03 02:50:20
14101 Log: manually merge a maintpatch
14102 Date: Thu, 8 Jan 1998 14:38:04 -0700 (MST)
14103 Message-Id: <199801082138.OAA14186@prometheus.frii.com>
14104 From: gnat@frii.com
14105 Subject: [PERL] Commenting toke.c
14106 Branch: win32/perl
14107 ! toke.c
14108____________________________________________________________________________
14109[ 627] By: TimBunce on 1998/03/02 22:34:47
14110 Log: Title: "Fix inefficient checks for TIEHANDLE", #F008
14111 From: Gurusamy Sarathy <gsar@engin.umich.edu>
14112 Msg-ID: <199801080106.UAA05048@aatma.engin.umich.edu>
14113 Files: pp_hot.c pp_sys.c
14114 Branch: maint-5.004/perl
14115 ! pp_hot.c pp_sys.c
14116____________________________________________________________________________
14117[ 626] By: TimBunce on 1998/03/02 22:31:13
14118 Log: This is the change description for change 625
14119 Title: "Fix tr///s option", #F007
14120 From: Inaba Hiroto <inaba@st.rim.or.jp>
14121 Msg-ID: <19980110155333D.inaba@st.rim.or.jp>
14122 Files: doop.c
14123 Branch: maint-5.004/perl
14124 ! doop.c
14125____________________________________________________________________________
14126[ 625] By: TimBunce on 1998/03/02 22:23:48
14127 Log: Branch: maint-5.004/perl
14128 ! doop.c
14129____________________________________________________________________________
14130[ 623] By: TimBunce on 1998/03/02 21:51:53
14131 Log: Title: "Fix lexical lookup in eval-sub-eval", #F006
14132 From: Chip Salzenberg
14133 Files: pp_ctl.c
14134 Branch: maint-5.004/perl
14135 ! pp_ctl.c
14136____________________________________________________________________________
14137[ 622] By: TimBunce on 1998/03/02 21:43:29
14138 Log: Title: "Don't upgrade target of assignment from LVALUE", #F005
14139 From: Chip Salzenberg
14140 Files: sv.c
14141 Branch: maint-5.004/perl
14142 ! sv.c
14143____________________________________________________________________________
14144[ 621] By: TimBunce on 1998/03/02 21:29:59
14145 Log: Title: "Fix compile-time warning line in while ()", #F004
14146 From: Chip Salzenberg
14147 Files: op.c
14148 Branch: maint-5.004/perl
14149 ! op.c
14150____________________________________________________________________________
14151[ 620] By: TimBunce on 1998/03/02 21:25:27
14152 Log: Title: "STMT foreach LIST;", #F002
14153 From: Chip Salzenberg
14154 Files: pod/perlsyn.pod perly.c perly.c.diff perly.y t/cmd/mod.t toke.c
14155 vms/perly_c.vms
14156 Branch: maint-5.004/perl
14157 ! perly.c perly.c.diff perly.y pod/perlsyn.pod t/cmd/mod.t
14158 ! toke.c vms/perly_c.vms
14159____________________________________________________________________________
14160[ 619] By: TimBunce on 1998/03/02 21:12:58
14161 Log: Title: "Fix SIGSEGV on C<42 until forever>", #F001
14162 From: Chip Salzenberg
14163 Files: op.c
14164 Branch: maint-5.004/perl
14165 ! op.c
14166____________________________________________________________________________
14167[ 618] By: gsar on 1998/03/02 04:40:16
14168 Log: make t/lib/nothread.t type xtext also
14169 Branch: win32/perl
14170 ! t/op/nothread.t
14171____________________________________________________________________________
14172[ 617] By: gsar on 1998/03/02 04:35:15
14173 Log: make t/lib/thread.t type xtext
14174 Branch: win32/perl
14175 ! t/lib/thread.t
14176____________________________________________________________________________
14177[ 616] By: gsar on 1998/03/02 04:17:40
14178 Log: fix misapplied hunks in change#614
14179 Branch: win32/perl
14180 ! scope.c scope.h
14181____________________________________________________________________________
14182[ 615] By: gsar on 1998/03/02 03:39:16
14183 Log: another one down
14184 From: "Conrad E. Kimball" <cek@tblv021.ca.boeing.com>
14185 Message-Id: <199711260703.XAA21257@mailgate2.boeing.com>
14186 Date: Tue, 25 Nov 1997 23:03:48 -0800
14187 Subject: [PERL] File::Find bugs & patches
14188 Branch: win32/perl
14189 ! lib/File/Find.pm
14190____________________________________________________________________________
14191[ 614] By: gsar on 1998/03/02 03:28:28
14192 Log: this one with adjusted test numbers
14193 Message-Id: <m0xjWFq-000EZeC@alias-2.pr.mcs.net>
14194 Date: Sat, 20 Dec 1997 15:16:14 -0600 (CST)
14195 From: Stephen McCamant <alias@mcs.com>
14196 Subject: [PERL] [PATCH] Fix local $a[0] and local $h{a}
14197 Branch: win32/perl
14198 ! embed.h global.sym pp.c pp_hot.c scope.c scope.h t/op/local.t
14199____________________________________________________________________________
14200[ 613] By: gsar on 1998/03/02 03:13:32
14201 Log: still another
14202 From: Inaba Hiroto <inaba@st.rim.or.jp>
14203 Subject: [PERL] tr///s bug
14204 Message-Id: <19980110155333D.inaba@st.rim.or.jp>
14205 Date: Sat, 10 Jan 1998 15:53:33 +0900
14206 Branch: win32/perl
14207 ! doop.c t/op/subst.t
14208____________________________________________________________________________
14209[ 612] By: gsar on 1998/03/02 03:01:27
14210 Log: yet another patch
14211 From: Chip Salzenberg <salzench@nielsenmedia.com>
14212 Message-Id: <199709161748.NAA08418@nielsenmedia.com>
14213 Subject: Tiny but massively cool: C<statement foreach @list>
14214 Date: Tue, 16 Sep 1997 13:47:28 -0400 (EDT)
14215 Branch: win32/perl
14216 ! perly.c perly.c.diff perly.y pod/perlsyn.pod t/cmd/mod.t
14217 ! toke.c vms/perly_c.vms
14218____________________________________________________________________________
14219[ 611] By: gsar on 1998/03/02 01:52:46
14220 Log: yet another 'old' patch
14221 From: Stephane Payrard <stef@francenet.fr>
14222 Message-Id: <199712040054.BAA04612@www.zweig.com>
14223 To: perl5-porters@perl.org
14224 Subject: Re: [PERL] buglet : minor but gratuitous inconsistency
14225 between `my' and `local' (Patch included)
14226 Branch: win32/perl
14227 ! op.c t/op/my.t
14228____________________________________________________________________________
14229[ 610] By: gsar on 1998/03/02 01:45:55
14230 Log: another 'old' patch
14231 From: Roderick Schertler <roderick@argon.org>
14232 Date: 19 Dec 1997 12:52:36 -0500
14233 Message-Id: <pzg1npp6e3.fsf@eeyore.ibcinc.com>
14234 Subject: [PERL] [PATCH] Re: Problem with open >&=
14235 Branch: win32/perl
14236 ! doio.c t/op/misc.t
14237____________________________________________________________________________
14238[ 609] By: gsar on 1998/03/02 01:23:56
14239 Log: apply missing pieces from:
14240 From: Chip Salzenberg <salzench@nielsenmedia.com>
14241 Message-Id: <199711272044.PAA12102@nielsenmedia.com>
14242 Subject: [PATCH] Improved LVALUE patch
14243 Date: Thu, 27 Nov 1997 15:44:02 -0500 (EST)
14244 Branch: win32/perl
14245 ! sv.c
14246____________________________________________________________________________
14247[ 608] By: gsar on 1998/03/02 01:13:01
14248 Log: merge two important 'old' patches
14249 From: Chip Salzenberg <salzench@nielsenmedia.com>
14250 Message-Id: <199709241632.MAA09164@nielsenmedia.com>
14251 Subject: [PATCH] Fix C<42 until forever> SIGSEGV
14252 Date: Wed, 24 Sep 1997 12:32:11 -0400 (EDT)
14253 ------
14254 From: Chip Salzenberg <salzench@nielsenmedia.com>
14255 Message-Id: <199710221332.JAA04814@nielsenmedia.com>
14256 Subject: [PATCH] Fix for compile-time while() warnings
14257 Date: Wed, 22 Oct 1997 09:31:50 -0400 (EDT)
14258 Branch: win32/perl
14259 ! op.c
14260____________________________________________________________________________
14261[ 607] By: gsar on 1998/03/01 06:52:26
14262 Log: integrate mainline changes
14263 Branch: asperl
14264 +> Policy_sh.SH Porting/config.sh Porting/config_H atomic.h
14265 +> lib/Tie/Handle.pm t/op/tiehandle.t
14266 - config_H
14267 !> (integrate 89 files)
14268____________________________________________________________________________
14269[ 606] By: gsar on 1998/02/28 23:11:00
14270 Log: misc small tweaks
14271 - AutoLoader fix for long::pack::names
14272 - d_mymalloc can be set from makefiles now
14273 - make search.pl actually work on win32
14274 - revert podoc about $^E on OS/2 (per Ilya's wishes)
14275 Branch: win32/perl
14276 ! lib/AutoLoader.pm pod/perlvar.pod win32/Makefile
14277 ! win32/bin/search.pl win32/makefile.mk win32/win32.c
14278____________________________________________________________________________
14279[ 605] By: gsar on 1998/02/28 22:16:45
14280 Log: fix typo in sv.h, and run 'make regen_headers' to make it build
14281 Branch: win32/perl
14282 ! embedvar.h sv.h
14283____________________________________________________________________________
14284[ 604] By: gsar on 1998/02/28 21:08:58
14285 Log: integrate mainline
14286 Branch: win32/perl
14287 +> Policy_sh.SH atomic.h lib/Tie/Handle.pm t/op/tiehandle.t
14288 !> Configure MANIFEST Makefile.SH bytecode.h bytecode.pl
14289 !> byterun.c ext/SDBM_File/Makefile.PL
14290 !> ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/sdbm.h
14291 !> lib/ExtUtils/MM_VMS.pm os2/diff.configure os2/os2.c perl.c
14292 !> perlvars.h pod/perltie.pod pp_sys.c sv.c sv.h t/lib/anydbm.t
14293 !> t/lib/sdbm.t util.c vms/descrip.mms vms/perlvms.pod
14294 !> vms/test.com win32/makedef.pl
14295____________________________________________________________________________
14296[ 603] By: nick on 1998/02/28 11:31:15
14297 Log: Missed FREAD in bytecode.h
14298 Cannot export svref_mutex in non-threaded perl
14299 Branch: perl
14300 ! bytecode.h win32/makedef.pl
14301
14302----------------
14303Version 5.004_61
14304----------------
14305
14306____________________________________________________________________________
14307[ 602] By: mbeattie on 1998/02/27 18:35:27
14308 Log: Change FREAD/FGETC to BGET_FREAD/BGET_FGETC to avoid clash with
14309 preprocessor symbol on Digital UNIX.
14310 Branch: perl
14311 ! bytecode.h bytecode.pl byterun.c
14312____________________________________________________________________________
14313[ 601] By: mbeattie on 1998/02/27 18:27:00
14314 Log: Fix stupid ATOMIC_DEC_AND_TEST typo in sv.h.
14315 Branch: perl
14316 ! sv.h
14317____________________________________________________________________________
14318[ 600] By: mbeattie on 1998/02/27 18:15:07
14319 Log: Add atomic.h to MANIFEST
14320 Branch: perl
14321 ! MANIFEST
14322____________________________________________________________________________
14323[ 599] By: mbeattie on 1998/02/27 18:13:52
14324 Log: Integrate win32 branch into mainline.
14325 Branch: perl
14326 ! bytecode.pl
14327 !> bytecode.h byterun.c byterun.h dosish.h embed.h embedvar.h
14328 !> ext/B/B.xs ext/B/Makefile.PL global.sym perl.h sv.c
14329 !> win32/Makefile win32/bin/pl2bat.pl win32/config.bc
14330 !> win32/config.gc win32/config.vc win32/config_H.bc
14331 !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
14332 !> win32/makedef.pl win32/makefile.mk win32/win32.c win32/win32.h
14333 !> win32/win32thread.h
14334____________________________________________________________________________
14335[ 598] By: mbeattie on 1998/02/27 18:06:41
14336 Log: Make refcounts atomic for threading (dependent on appropriate
14337 arch-dependent and compiler-dependent definitions in atomic.h
14338 or else falls back to a global mutex to protect refcounts).
14339 Branch: perl
14340 + atomic.h
14341 ! global.sym perl.c perlvars.h sv.c sv.h
14342____________________________________________________________________________
14343[ 597] By: mbeattie on 1998/02/27 15:37:22
14344 Log: Tiehandle stuff in change 595 didn't add to MANIFEST
14345 Branch: perl
14346 ! MANIFEST
14347____________________________________________________________________________
14348[ 596] By: mbeattie on 1998/02/27 15:34:55
14349 Log: Missed adding new file Policy_sh.SH in change 592.
14350 Branch: perl
14351 + Policy_sh.SH
14352____________________________________________________________________________
14353[ 595] By: mbeattie on 1998/02/27 15:34:06
14354 Log: Subject: [PATCH] _60 & _04 - Add WRITE & CLOSE to TIEHANDLE
14355 Date: Fri, 27 Feb 1998 04:15:04 +0000
14356 From: Graham Barr <gbarr@pobox.com>
14357 Branch: perl
14358 + lib/Tie/Handle.pm t/op/tiehandle.t
14359 ! pod/perltie.pod pp_sys.c
14360____________________________________________________________________________
14361[ 594] By: mbeattie on 1998/02/27 15:31:12
14362 Log: From: Dan Sugalski <sugalskd@osshe.edu>
14363 Subject: [PATCH 5.004_60] Fix to MM_VMS.PM
14364 Date: Thu, 26 Feb 1998 11:09:55 -0800
14365 Subject: [PATCH 5.004_60] Get SDBM_File working on VMS
14366 Date: Thu, 26 Feb 1998 11:15:24 -0800
14367 Branch: perl
14368 ! ext/SDBM_File/Makefile.PL ext/SDBM_File/sdbm/Makefile.PL
14369 ! ext/SDBM_File/sdbm/sdbm.h lib/ExtUtils/MM_VMS.pm
14370 ! t/lib/anydbm.t t/lib/sdbm.t vms/descrip.mms vms/perlvms.pod
14371 ! vms/test.com
14372____________________________________________________________________________
14373[ 593] By: mbeattie on 1998/02/27 15:26:45
14374 Log: Fix file-descriptor leak when pipes fail via taint checks:
14375 Subject: [PATCH] Some patches went through cracks
14376 Date: Thu, 26 Feb 1998 02:47:46 -0500 (EST)
14377 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14378 Branch: perl
14379 ! os2/os2.c util.c
14380____________________________________________________________________________
14381[ 592] By: mbeattie on 1998/02/27 15:15:12
14382 Log: Subject: Config_60-03-04.diff patch for 5.004_60
14383 Date: Wed, 25 Feb 1998 17:14:39 -0500 (EST)
14384 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
14385 Branch: perl
14386 ! Configure MANIFEST Makefile.SH os2/diff.configure
14387____________________________________________________________________________
14388[ 591] By: gsar on 1998/02/26 19:34:50
14389 Log: added AS patch#9
14390 Branch: asperl
14391 - win32/ipdir.c win32/ipenv.c win32/iplio.c win32/ipmem.c
14392 - win32/ipproc.c win32/ipsock.c win32/ipstdio.c
14393 - win32/ipstdiowin.h win32/perlobj.def
14394 ! ObjXSub.h globals.c perl.c proto.h win32/Makefile
14395 ! win32/dl_win32.xs win32/runperl.c win32/win32.c win32/win32.h
14396 ! win32/win32sck.c win32/win32thread.c
14397____________________________________________________________________________
14398[ 590] By: gsar on 1998/02/26 04:25:40
14399 Log: various changes to make win32 build under the new Configure & co.
14400 - added byterun.c to core C build
14401 - makefile.mk now has a regen_config_h target to quickly update config_H.[bgv]c
14402 after adding new variables to config.[bgv]c
14403 - sig_name_init now has only the valid signals
14404 - we now have $Config{usethreads}
14405 - tested under the two commercial compilers w/ and w/o usethreads
14406 Branch: win32/perl
14407 ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
14408 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14409 ! win32/config_h.PL win32/makedef.pl win32/makefile.mk
14410____________________________________________________________________________
14411[ 589] By: gsar on 1998/02/26 03:56:19
14412 Log: various cleanups so that B can be built as "just another extension"
14413 - export symbols needed for building B
14414 - bset_obj_store() is needed by byterun(), so define it there instead
14415 of at B.xs, and export it
14416 - freadpv() is only used in B.xs, so move it there
14417 - byte*.h are now included by perl.h
14418 - regenerate embed*.h
14419 Branch: win32/perl
14420 ! bytecode.h bytecode.pl byterun.c byterun.h embed.h embedvar.h
14421 ! ext/B/B.xs ext/B/Makefile.PL global.sym perl.h
14422____________________________________________________________________________
14423[ 588] By: gsar on 1998/02/25 21:46:35
14424 Log: integrate mainline
14425 Branch: win32/perl
14426 +> Porting/config.sh Porting/config_H
14427 - config_H
14428 !> (integrate 54 files)
14429____________________________________________________________________________
14430[ 587] By: gsar on 1998/02/25 19:20:26
14431 Log: added AS patch#8
14432 Branch: asperl
14433 ! sv.c x2p/a2py.c x2p/util.c
14434____________________________________________________________________________
14435[ 586] By: gsar on 1998/02/25 19:08:06
14436 Log: added AS patch#7
14437 Message-Id: <01BD40F9.CE57B210.dougl@ActiveState.com>
14438 Date: Tue, 24 Feb 1998 07:57:07 PST
14439 From: Douglas Lankshear <dougl@ActiveState.com>
14440 Subject: [PATCH]
14441
14442 Here's an attempt at
14443 6. MANIFEST must be updated with new file names
14444 5. Mktime(), Stat() etc., rather than MKtime()/STat() etc.
14445 And some changes to move toward
14446 1. Merge PERL_OBJECT build support into regular Makefile and makefile.mk
14447
14448 -- Doug
14449 Branch: asperl
14450 ! MANIFEST installperl ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
14451 ! ipsock.h ipstdio.h lib/ExtUtils/MM_Win32.pm perldir.h
14452 ! perlenv.h perlio.h perllio.h win32/Makefile
14453____________________________________________________________________________
14454[ 585] By: mbeattie on 1998/02/25 17:44:34
14455 Log: More compiler tweaks.
14456 Branch: perl
14457 ! Makefile.SH bytecode.pl byterun.c byterun.h ext/B/B/Asmdata.pm
14458____________________________________________________________________________
14459[ 584] By: mbeattie on 1998/02/25 15:36:38
14460 Log: Subject: [PATCH 5.004_60] dos-djgpp update
14461 Date: Wed, 25 Feb 1998 11:17:07 +0100
14462 From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
14463 Branch: perl
14464 ! djgpp/djgpp.c dosish.h hints/dos_djgpp.sh perl.c thread.h
14465____________________________________________________________________________
14466[ 583] By: mbeattie on 1998/02/25 15:34:48
14467 Log: Move find_threadsv to right bit of global.sym. Bump patchlevel to 61.
14468 Branch: perl
14469 ! global.sym patchlevel.h
14470____________________________________________________________________________
14471[ 582] By: mbeattie on 1998/02/25 15:28:08
14472 Log: Subject: Re: [PATCH 5.004_60] Fix goto-in-eval segfault (unwrapped!)
14473 Date: Tue, 24 Feb 1998 11:15:57 +0000
14474 From: Robin Houston <robin@oneworld.org>
14475 Branch: perl
14476 ! pod/perldiag.pod pp_ctl.c
14477____________________________________________________________________________
14478[ 581] By: mbeattie on 1998/02/25 15:27:06
14479 Log: Subject: [PATCH] #ifdef CAN_PROTOTYPE cleanup
14480 Date: 23 Feb 1998 23:36:09 +0100
14481 From: Gisle Aas <gisle@aas.no>
14482 Branch: perl
14483 ! doio.c miniperlmain.c op.c perl.c pp.h regcomp.c toke.c util.c
14484____________________________________________________________________________
14485[ 580] By: mbeattie on 1998/02/25 15:25:29
14486 Log: Subject: [PATCH 5.004_60] improved Test.pm
14487 Date: Sat, 21 Feb 1998 14:17:09 -0500
14488 From: Joshua Pritikin <pritikin@mindspring.com>
14489 Branch: perl
14490 ! lib/Test.pm
14491____________________________________________________________________________
14492[ 579] By: mbeattie on 1998/02/25 15:23:24
14493 Log: HP-UX hints and AIX global.sym changes (with Makefile.SH rule)
14494 From: Jarkko Hietaniemi <jhi@iki.fi>
14495 Subject: [PATCH] 5.004_60: AIX: global.sym and Makefile.SH
14496 Date: Sat, 21 Feb 1998 15:26:19 +0200 (EET)
14497 Subject: Re: your HP-UX perl patch
14498 Date: Mon, 23 Feb 1998 23:14:37 +0200 (EET)
14499 Branch: perl
14500 ! Makefile.SH embed.h global.sym hints/hpux.sh
14501____________________________________________________________________________
14502[ 578] By: mbeattie on 1998/02/25 15:18:06
14503 Log: Back out DB_File patch (change _553) and tweak Configure.
14504 Subject: ANNOUNCE: perl5.004_60 is available
14505 Date: Mon, 23 Feb 1998 10:47:26 -0000
14506 From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
14507 Branch: perl
14508 ! Configure ext/DB_File/DB_File.xs
14509____________________________________________________________________________
14510[ 577] By: mbeattie on 1998/02/25 15:04:00
14511 Log: Subject: [PATCH] Cwd.pm
14512 Date: Fri, 20 Feb 1998 10:27:54 -0600
14513 From: Graham Barr <gbarr@ti.com>
14514 Branch: perl
14515 ! lib/Cwd.pm
14516____________________________________________________________________________
14517[ 576] By: mbeattie on 1998/02/25 15:02:57
14518 Log: From: ilya@math.ohio-state.edu (Ilya Zakharevich)
14519 Subject: [5.004_5* PATCH] Make ornaments default in Term::ReadLine
14520 Date: Fri, 20 Feb 1998 00:09:52 -0500 (EST)
14521 Subject: [PATCH 5.004_5*] Fix debugger messages and the default package
14522 Date: Fri, 20 Feb 1998 00:12:28 -0500 (EST)
14523 Subject: Re: Continued presence of segmentation violation in study_chunk()[PATCH]
14524 Date: Sat, 21 Feb 1998 15:32:29 -0500 (EST)
14525 Branch: perl
14526 ! lib/Term/ReadLine.pm lib/perl5db.pl regcomp.c
14527____________________________________________________________________________
14528[ 575] By: mbeattie on 1998/02/25 14:58:00
14529 Log: Subject: Re: ANNOUNCE: perl5.004_60 Configure patch is available
14530 Date: Tue, 24 Feb 1998 16:02:43 -0500 (EST)
14531 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
14532 Branch: perl
14533 + Porting/config.sh Porting/config_H
14534 - config_H
14535 ! Configure INSTALL MANIFEST Makefile.SH Porting/Glossary
14536 ! Porting/pumpkin.pod config_h.SH ext/POSIX/POSIX.xs
14537 ! hints/aix.sh hints/amigaos.sh hints/bsdos.sh hints/dec_osf.sh
14538 ! hints/freebsd.sh hints/irix_6.sh hints/linux.sh
14539 ! hints/netbsd.sh hints/next_3.sh hints/next_4.sh hints/os2.sh
14540 ! hints/solaris_2.sh makedepend.SH perl.c perl.h pp.c pp_sys.c
14541 ! t/lib/thread.t t/op/nothread.t x2p/Makefile.SH
14542____________________________________________________________________________
14543[ 574] By: gsar on 1998/02/24 02:21:14
14544 Log: fix typos in sv.c
14545 Branch: win32/perl
14546 ! sv.c
14547____________________________________________________________________________
14548[ 573] By: mbeattie on 1998/02/23 10:03:39
14549 Log: Remove old Linux+threads segfault degugging kludge.
14550 Branch: perl
14551 ! perl.c
14552____________________________________________________________________________
14553[ 572] By: gsar on 1998/02/23 09:45:26
14554 Log: undo previous change (no added value!)
14555 Branch: win32/perl
14556 ! win32/bin/pl2bat.pl
14557____________________________________________________________________________
14558[ 571] By: gsar on 1998/02/23 09:18:32
14559 Log: fix pl2bat.pl to tolerate trailing .bat (as suggested by
14560 John Cavanaugh <cavanaug@sdd.hp.com>)
14561 Branch: win32/perl
14562 ! win32/bin/pl2bat.pl
14563____________________________________________________________________________
14564[ 570] By: gsar on 1998/02/22 04:02:15
14565 Log: support chown() (just a noop for now)
14566 Branch: win32/perl
14567 ! dosish.h win32/win32.c win32/win32.h
14568____________________________________________________________________________
14569[ 569] By: gsar on 1998/02/22 03:09:55
14570 Log: integrate latest win32 branch
14571 Branch: asperl
14572 +> (branch 41 files)
14573 !> (integrate 59 files)
14574____________________________________________________________________________
14575[ 568] By: gsar on 1998/02/22 02:40:56
14576 Log: get compiler building under win32 (needed Makefile.PL
14577 hacks that could be applicable to other platforms)
14578 Branch: win32/perl
14579 ! ext/B/Makefile.PL win32/Makefile win32/makefile.mk
14580____________________________________________________________________________
14581[ 567] By: gsar on 1998/02/22 01:30:19
14582 Log: integrate mainline
14583 Branch: win32/perl
14584 +> (branch 41 files)
14585 !> (integrate 46 files)
14586____________________________________________________________________________
14587[ 566] By: gsar on 1998/02/20 22:31:56
14588 Log: fix handle leak in join()
14589 Branch: win32/perl
14590 ! win32/win32thread.h
14591
14592----------------
14593Version 5.004_60
14594----------------
14595
14596____________________________________________________________________________
14597[ 565] By: mbeattie on 1998/02/20 18:23:47
14598 Log: Remove compiler files from their old lib/B locations. The compiler
14599 now builds by default (without the byteperl executable so far) and
14600 seems to work at least minimally.
14601 Branch: perl
14602 - lib/B.pm lib/B/Asmdata.pm lib/B/Assembler.pm lib/B/Bblock.pm
14603 - lib/B/Bytecode.pm lib/B/C.pm lib/B/CC.pm lib/B/Debug.pm
14604 - lib/B/Deparse.pm lib/B/Disassembler.pm lib/B/Lint.pm
14605 - lib/B/Showlex.pm lib/B/Stackobj.pm lib/B/Terse.pm
14606 - lib/B/Xref.pm lib/B/assemble lib/B/cc_harness
14607 - lib/B/disassemble lib/B/makeliblinks lib/O.pm
14608 ! MANIFEST bytecode.pl
14609____________________________________________________________________________
14610[ 564] By: mbeattie on 1998/02/20 18:05:33
14611 Log: Move lib/B/... and lib/[BO].pm over to where they should be,
14612 under ext/B.
14613 Branch: perl
14614 +> ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
14615 +> ext/B/B/Bblock.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
14616 +> ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
14617 +> ext/B/B/Disassembler.pm ext/B/B/Lint.pm ext/B/B/Showlex.pm
14618 +> ext/B/B/Stackobj.pm ext/B/B/Terse.pm ext/B/B/Xref.pm
14619 +> ext/B/B/assemble ext/B/B/cc_harness ext/B/B/disassemble
14620 +> ext/B/B/makeliblinks ext/B/O.pm
14621____________________________________________________________________________
14622[ 563] By: mbeattie on 1998/02/20 17:54:58
14623 Log: Start getting compiler to work when built with the core.
14624 [Still won't work as of this change.]
14625 Branch: perl
14626 +> byterun.c byterun.h lib/B/Asmdata.pm lib/B/Assembler.pm
14627 +> lib/B/Bblock.pm lib/B/Bytecode.pm lib/B/C.pm lib/B/CC.pm
14628 +> lib/B/Debug.pm lib/B/Deparse.pm lib/B/Disassembler.pm
14629 +> lib/B/Lint.pm lib/B/Showlex.pm lib/B/Stackobj.pm
14630 +> lib/B/Terse.pm lib/B/Xref.pm
14631 ! MANIFEST Makefile.SH bytecode.pl ext/B/Makefile.PL
14632____________________________________________________________________________
14633[ 562] By: mbeattie on 1998/02/20 16:42:13
14634 Log: Merge perlext/Compiler/... into mainline. Some files move to
14635 ext/B/..., some to lib/B/..., O.pm and B.pm go in lib and some
14636 move to the base perl directory (e.g. headers). Will need some
14637 cleaning up before it builds properly, I would guess.
14638 Branch: perl
14639 +> bytecode.h bytecode.pl cc_runtime.h ext/B/B.xs
14640 +> ext/B/Makefile.PL ext/B/NOTES ext/B/README ext/B/TESTS
14641 +> ext/B/Todo ext/B/byteperl.c ext/B/ramblings/cc.notes
14642 +> ext/B/ramblings/curcop.runtime ext/B/ramblings/flip-flop
14643 +> ext/B/ramblings/magic ext/B/ramblings/reg.alloc
14644 +> ext/B/ramblings/runtime.porting ext/B/typemap lib/B.pm
14645 +> lib/B/assemble lib/B/cc_harness lib/B/disassemble
14646 +> lib/B/makeliblinks lib/O.pm
14647____________________________________________________________________________
14648[ 561] By: mbeattie on 1998/02/20 16:39:38
14649 Log: Win32 changes from Sarathy, tweaked slightly by me.
14650 Branch: perlext
14651 ! Compiler/B.xs Compiler/B/Asmdata.pm Compiler/B/Bytecode.pm
14652 ! Compiler/B/C.pm Compiler/Makefile.PL Compiler/assemble
14653 ! Compiler/bytecode.h Compiler/bytecode.pl Compiler/byteperl.c
14654 ! Compiler/byterun.c Compiler/byterun.h Compiler/cc_harness
14655____________________________________________________________________________
14656[ 560] By: mbeattie on 1998/02/20 15:46:15
14657 Log: Initialise $@ early (fixes t/lib/ph.t for threaded perl).
14658 Branch: perl
14659 ! perl.c
14660____________________________________________________________________________
14661[ 559] By: mbeattie on 1998/02/20 12:56:10
14662 Log: Add missing t/op/wantarray.t to MANIFEST. Bump patchlevel to 60.
14663 Branch: perl
14664 ! MANIFEST patchlevel.h
14665____________________________________________________________________________
14666[ 558] By: mbeattie on 1998/02/20 12:53:26
14667 Log: Integrate win32 branch into mainline.
14668 Branch: perl
14669 !> XSUB.h config_h.SH doio.c lib/Pod/Html.pm pp_sys.c
14670 !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
14671 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
14672 !> win32/makedef.pl win32/makefile.mk win32/win32.c win32/win32.h
14673 !> win32/win32iop.h x2p/a2p.h
14674____________________________________________________________________________
14675[ 557] By: mbeattie on 1998/02/20 12:51:42
14676 Log: Subject: retry [PATCH] 5.004_59: the perlhist.pod etc
14677 Date: Thu, 19 Feb 1998 17:54:52 +0200 (EET)
14678 From: Jarkko Hietaniemi <jhi@iki.fi>
14679 Branch: perl
14680 ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
14681 ! ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
14682 ! lib/fields.pm pod/buildtoc pod/perl.pod pod/perlhist.pod
14683 ! pod/perltoc.pod pod/perlvar.pod
14684____________________________________________________________________________
14685[ 556] By: mbeattie on 1998/02/20 12:49:54
14686 Log: Subject: [PATCH] installperl
14687 Date: Wed, 18 Feb 1998 11:51:44 -0500 (est)
14688 From: Norton Allen <allen@huarp.harvard.edu>
14689 Branch: perl
14690 ! installperl
14691____________________________________________________________________________
14692[ 555] By: mbeattie on 1998/02/20 12:49:09
14693 Log: Subject: [PATCH:_59] t/op/wantarray.t
14694 Date: Wed, 18 Feb 1998 11:19:54 -0500 (est)
14695 From: Norton Allen <allen@huarp.harvard.edu>
14696 Branch: perl
14697 + t/op/wantarray.t
14698____________________________________________________________________________
14699[ 554] By: mbeattie on 1998/02/20 12:47:44
14700 Log: Subject: Misprint in regcomp.c [PATCH]
14701 Date: Tue, 17 Feb 1998 23:54:07 -0500 (EST)
14702 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14703 Branch: perl
14704 ! regcomp.c
14705____________________________________________________________________________
14706[ 553] By: mbeattie on 1998/02/20 12:45:08
14707 Log: Subject: DB_File ->length does not work just after tie.
14708 Date: Tue, 17 Feb 1998 13:19:18 GMT
14709 From: Nick Ing-Simmons <nik@tiuk.ti.com>
14710 Branch: perl
14711 ! ext/DB_File/DB_File.xs
14712____________________________________________________________________________
14713[ 552] By: mbeattie on 1998/02/20 12:43:32
14714 Log: Subject: [PATCH] - perl5.005_59, update Copyright
14715 Date: Mon, 16 Feb 1998 20:31:06 -0500 (EST)
14716 From: lusol@CS4.CC.Lehigh.EDU (Stephen O. Lidie)
14717 Branch: perl
14718 ! perl.c
14719____________________________________________________________________________
14720[ 551] By: mbeattie on 1998/02/20 12:42:41
14721 Log: Subject: Re: for() and map() peculiarity
14722 Date: Mon, 16 Feb 1998 21:33:44 +0000
14723 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14724 Branch: perl
14725 ! pod/perlsyn.pod
14726____________________________________________________________________________
14727[ 550] By: mbeattie on 1998/02/20 12:41:53
14728 Log: Subject: [PATCH 5.004_59] Updates to VMS/CONFIG.VMS
14729 Date: Mon, 16 Feb 1998 11:46:29 -0800
14730 From: Dan Sugalski <sugalskd@osshe.edu>
14731 Branch: perl
14732 ! vms/config.vms
14733____________________________________________________________________________
14734[ 549] By: mbeattie on 1998/02/20 12:40:55
14735 Log: Subject: [PATCH] 5.004_59 global.sym for AIX 3.2.5
14736 Date: Mon, 16 Feb 1998 14:27:53 -0500 (EST)
14737 From: "Stephen O. Lidie" <lusol@turkey.cc.Lehigh.EDU>
14738 Branch: perl
14739 ! global.sym
14740____________________________________________________________________________
14741[ 548] By: mbeattie on 1998/02/20 12:39:56
14742 Log: Subject: [PATCH] 5.004_59: hints/irix_6.sh
14743 Date: Mon, 16 Feb 1998 15:44:57 +0200 (EET)
14744 From: Jarkko Hietaniemi <jhi@iki.fi>
14745 Branch: perl
14746 ! hints/irix_6.sh
14747____________________________________________________________________________
14748[ 547] By: mbeattie on 1998/02/20 12:38:58
14749 Log: Subject: [PATCH] perlguts update
14750 Date: 16 Feb 1998 11:23:53 +0100
14751 From: Gisle Aas <gisle@aas.no>
14752 Branch: perl
14753 ! pod/perlguts.pod
14754____________________________________________________________________________
14755[ 546] By: mbeattie on 1998/02/20 12:38:01
14756 Log: Subject: [PATCH 5.004_59] bsdos/hints.sh is wrong
14757 Date: Sun, 15 Feb 1998 23:56:05 -0500
14758 From: Irving Reid <irving@tor.securecomputing.com>
14759 Branch: perl
14760 ! hints/bsdos.sh
14761____________________________________________________________________________
14762[ 545] By: mbeattie on 1998/02/20 12:37:11
14763 Log: Subject: [PATCH] 5% speedup in an empty loop
14764 Date: Sun, 15 Feb 1998 17:49:46 -0500 (EST)
14765 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14766 Branch: perl
14767 ! op.c
14768____________________________________________________________________________
14769[ 544] By: mbeattie on 1998/02/20 12:36:26
14770 Log: Subject: [PATCH for 5.004_59] netdb_host_type and netdb_hlen_type on NeXt
14771 Date: Sun, 15 Feb 98 23:06:16 +0100
14772 From: Hans Mulder <hansm@icgroup.nl>
14773 Branch: perl
14774 ! hints/next_3.sh hints/next_4.sh
14775____________________________________________________________________________
14776[ 543] By: mbeattie on 1998/02/20 12:35:39
14777 Log: Subject: [PATCH for 5.004_59] Perl_sbrk declared inconsistently
14778 Date: Sun, 15 Feb 98 23:05:20 +0100
14779 From: Hans Mulder <hansm@icgroup.nl>
14780 Branch: perl
14781 ! malloc.c
14782____________________________________________________________________________
14783[ 542] By: mbeattie on 1998/02/20 12:35:03
14784 Log: Subject: [PATCH for 5.004_59] "d_gethbyname" misspelled in Configure
14785 From: Hans Mulder <hansm@icgroup.nl>
14786 Date: Sun, 15 Feb 98 23:04:29 +0100
14787 Branch: perl
14788 ! Configure
14789____________________________________________________________________________
14790[ 541] By: mbeattie on 1998/02/20 12:33:56
14791 Log: Subject: [PATCH for 5.004_59] NeXT doesn't need DONT_DECLARE_STD (was:
14792 NeXT needs DONT_DECLARE_STD)
14793 Date: Sun, 15 Feb 98 23:04:19 +0100
14794 From: Hans Mulder <hansm@icgroup.nl>
14795 Branch: perl
14796 ! perl.h
14797____________________________________________________________________________
14798[ 540] By: mbeattie on 1998/02/20 12:32:25
14799 Log: Subject: [PATCH] sv_check_thinkfirst macroized
14800 Date: 15 Feb 1998 22:00:38 +0100
14801 From: Gisle Aas <gisle@aas.no>
14802 Branch: perl
14803 ! sv.c
14804____________________________________________________________________________
14805[ 539] By: mbeattie on 1998/02/20 12:31:07
14806 Log: Subject: [PATCH 5.004_59] allow the Test::Harness to grok TODO-type tests docs
14807 Date: Sat, 14 Feb 1998 17:58:01 -0500
14808 From: Joshua Pritikin <pritikin@mindspring.com>
14809 Branch: perl
14810 + lib/Test.pm
14811 ! MANIFEST lib/Test/Harness.pm
14812____________________________________________________________________________
14813[ 538] By: mbeattie on 1998/02/20 12:24:31
14814 Log: Subject: [PATCH] 5.004_59: locale startup problems documentation++
14815 Date: Sat, 14 Feb 1998 15:40:44 +0200 (EET)
14816 From: Jarkko Hietaniemi <jhi@iki.fi>
14817 Branch: perl
14818 ! INSTALL pod/perldiag.pod pod/perllocale.pod
14819____________________________________________________________________________
14820[ 537] By: mbeattie on 1998/02/20 12:23:04
14821 Log: Subject: [PATCH] Updated, non-wordwrapped, patch to README.VMS
14822 Date: Fri, 13 Feb 1998 13:38:28 -0800
14823 From: Dan Sugalski <sugalskd@osshe.edu>
14824 Branch: perl
14825 ! README.vms
14826____________________________________________________________________________
14827[ 536] By: mbeattie on 1998/02/20 12:20:29
14828 Log: Subject: [PATCH] 5.004_58, move intuition tests
14829 Date: Thu, 12 Feb 1998 17:11:05 -0600
14830 From: Stephen Potter <spp@psa.pencom.com>
14831 Branch: perl
14832 ! t/lib/anydbm.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
14833 ! t/lib/sdbm.t t/op/array.t t/op/delete.t t/op/each.t
14834 ! t/op/flip.t t/op/pat.t t/op/push.t
14835____________________________________________________________________________
14836[ 535] By: gsar on 1998/02/19 23:07:24
14837 Log: applied a version of this with tabs intact
14838 Message-Id: <wklnv7pdf5.fsf@turangalila.harmonixmusic.com>
14839 Date: 19 Feb 1998 15:06:38 EST
14840 From: dfan@harmonixmusic.com (Dan Schmidt)
14841 Subject: Pod::Html bug and fix: missing </UL> in index
14842 Branch: win32/perl
14843 ! lib/Pod/Html.pm
14844____________________________________________________________________________
14845[ 534] By: gsar on 1998/02/19 19:40:27
14846 Log: Fix C<0> problem in Pod::Html
14847 Branch: win32/perl
14848 ! lib/Pod/Html.pm
14849____________________________________________________________________________
14850[ 533] By: gsar on 1998/02/18 18:11:08
14851 Log: non-debug VC builds are -O1 now (they say it works, and is
14852 faster)
14853 Branch: win32/perl
14854 ! win32/Makefile win32/makefile.mk
14855____________________________________________________________________________
14856[ 532] By: gsar on 1998/02/18 04:11:03
14857 Log: integrate nick's patch to mainline
14858 Branch: win32/perl
14859 !> pp.c
14860____________________________________________________________________________
14861[ 531] By: mbeattie on 1998/02/17 17:50:50
14862 Log: Assorted changes to the compiler
14863 Branch: perlext
14864 ! Compiler/B.pm Compiler/B.xs Compiler/B/Asmdata.pm
14865 ! Compiler/B/Bytecode.pm Compiler/B/C.pm Compiler/B/Debug.pm
14866 ! Compiler/NOTES Compiler/O.pm Compiler/bytecode.pl
14867 ! Compiler/byterun.c Compiler/byterun.h Compiler/typemap
14868____________________________________________________________________________
14869[ 530] By: gsar on 1998/02/17 01:47:35
14870 Log: DLLs are now ok on mingw32/gcc-2.8.0 after removing the
14871 FORCE_ARG_STRING() hack (that bug is fixed in gcc now). mingw32
14872 build passes all tests except t/lib/io_xs.t (seems to be due to
14873 broken tmpfile() in the CRT or import lib)
14874 Branch: win32/perl
14875 ! XSUB.h win32/makefile.mk win32/win32.h
14876____________________________________________________________________________
14877[ 529] By: gsar on 1998/02/16 23:03:31
14878 Log: fix mingw32 gcc 2.8.0 build (DLLs generated seem to be broken
14879 in this version of gcc!)
14880 Branch: win32/perl
14881 ! doio.c pp_sys.c win32/config.gc win32/makefile.mk
14882 ! win32/win32.c win32/win32.h win32/win32iop.h x2p/a2p.h
14883____________________________________________________________________________
14884[ 528] By: nick on 1998/02/16 22:13:04
14885 Log: Missing PUSHMARK in unshift TIEARRAY hook
14886 Branch: perl
14887 ! pp.c
14888____________________________________________________________________________
14889[ 527] By: gsar on 1998/02/15 20:59:07
14890 Log: integrate win32 branch
14891 Branch: asperl
14892 !> config_h.SH win32/config.bc win32/config.gc win32/config.vc
14893 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
14894 !> win32/makedef.pl
14895____________________________________________________________________________
14896[ 526] By: gsar on 1998/02/15 20:02:11
14897 Log: Fix typo: s/GETNETBYADD\b/GETNETBYADDR/
14898 Branch: win32/perl
14899 ! config_h.SH win32/config_H.bc win32/config_H.gc
14900 ! win32/config_H.vc
14901____________________________________________________________________________
14902[ 525] By: gsar on 1998/02/15 03:26:45
14903 Log: fix build problems due to renamed Config variables
14904 Branch: win32/perl
14905 ! win32/config.bc win32/config.gc win32/config.vc
14906 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14907 ! win32/makedef.pl
14908____________________________________________________________________________
14909[ 524] By: gsar on 1998/02/14 01:00:15
14910 Log: bring ASPerl uptodate with mainline changes
14911 Branch: asperl
14912 +> ext/DB_File/Changes t/comp/require.t
14913 !> (integrate 41 files)
14914____________________________________________________________________________
14915[ 523] By: gsar on 1998/02/14 00:52:17
14916 Log: integrate mainline
14917 Branch: win32/perl
14918 !> hints/qnx.sh lib/Cwd.pm lib/ExtUtils/xsubpp patchlevel.h
14919 !> pp_hot.c t/op/magic.t
14920____________________________________________________________________________
14921[ 522] By: gsar on 1998/02/14 00:42:37
14922 Log: added AS patch#6
14923 Message-Id: <01BD3846.B29FB880.dougl@ActiveState.com>
14924 Date: Fri, 13 Feb 1998 06:14:51 PST
14925 From: Douglas Lankshear <dougl@ActiveState.com>
14926 Subject: [PATCH] command line build
14927
14928 This patch is for the command line build of perl object.
14929 I'll merge the ipfoo.c function with win32_xxx functions next.
14930
14931 -- Doug
14932 Branch: asperl
14933 ! ObjXSub.h ext/Opcode/Opcode.xs lib/ExtUtils/MM_Win32.pm
14934 ! objpp.h proto.h sv.c win32/dl_win32.xs win32/ipenv.c
14935 ! win32/ipstdio.c win32/makedef.pl win32/runperl.c win32/win32.h
14936____________________________________________________________________________
14937[ 521] By: gsar on 1998/02/14 00:14:04
14938 Log: added AS patch#5 (patch #4 was intentionally skipped after
14939 discussion)
14940 Branch: asperl
14941 ! embed.h embedvar.h global.sym globals.c hv.c interp.sym
14942 ! intrpvar.h op.c perl.c perl.h pp_ctl.c proto.h regcomp.c
14943 ! regexec.c sv.c toke.c
14944____________________________________________________________________________
14945[ 520] By: nick on 1998/02/13 18:15:46
14946 Log: Resolve ansiperl against win32
14947 Branch: ansiperl
14948 +> ext/DB_File/Changes ext/POSIX/hints/linux.pl
14949 +> ext/POSIX/hints/sunos_4.pl lib/Fatal.pm t/comp/require.t
14950 +> t/lib/ph.t
14951 !> (integrate 898 files)
14952
14953----------------
14954Version 5.004_59
14955----------------
14956
14957____________________________________________________________________________
14958[ 519] By: mbeattie on 1998/02/13 17:05:37
14959 Log: Integrate win32 into mainline.
14960 Branch: perl
14961 ! lib/ExtUtils/xsubpp
14962 !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
14963 !> win32/makefile.mk
14964____________________________________________________________________________
14965[ 518] By: mbeattie on 1998/02/13 17:01:16
14966 Log: Bump patchlevel.h to 59.
14967 Branch: perl
14968 ! patchlevel.h
14969____________________________________________________________________________
14970[ 517] By: mbeattie on 1998/02/13 16:57:59
14971 Log: Subject: [PATCH] _58: wantarray in void context broken
14972 Date: Fri, 13 Feb 1998 11:24:49 -0500 (est)
14973 From: Norton Allen <allen@huarp.harvard.edu>
14974 Branch: perl
14975 ! pp_hot.c
14976____________________________________________________________________________
14977[ 516] By: mbeattie on 1998/02/13 16:55:33
14978 Log: Subject: [PATCH] 5.004_58 QNX getcwd
14979 Date: Thu, 12 Feb 1998 13:40:56 -0500 (est)
14980 From: Norton Allen <allen@huarp.harvard.edu>
14981 Branch: perl
14982 ! hints/qnx.sh lib/Cwd.pm t/op/magic.t
14983____________________________________________________________________________
14984[ 515] By: gsar on 1998/02/12 18:29:52
14985 Log: pickup lddlflags properly for Config.pm
14986 Branch: win32/perl
14987 ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
14988 ! win32/makefile.mk
14989____________________________________________________________________________
14990[ 514] By: gsar on 1998/02/12 18:16:09
14991 Log: fix xsubpp bug in SETMAGIC code
14992 Branch: win32/perl
14993 ! lib/ExtUtils/xsubpp
14994____________________________________________________________________________
14995[ 513] By: gsar on 1998/02/12 18:06:30
14996 Log: integrate mainline
14997 Branch: win32/perl
14998 +> ext/DB_File/Changes
14999 !> Configure MANIFEST config_h.SH ext/DB_File/DB_File.pm
15000 !> ext/DB_File/DB_File.xs hints/machten.sh
15001 !> lib/ExtUtils/Install.pm lib/Pod/Html.pm lib/Pod/Text.pm
15002 !> lib/perl5db.pl malloc.c pod/perldiag.pod pod/perlpod.pod
15003 !> pod/pod2man.PL pp_sys.c regcomp.c regexec.c scope.h sv.c
15004 !> t/lib/db-recno.t t/lib/filecopy.t t/op/misc.t t/op/pat.t
15005 !> t/op/re_tests t/pragma/locale.t
15006____________________________________________________________________________
15007[ 512] By: mbeattie on 1998/02/12 17:34:02
15008 Log: Missing WITH_THR from new deb() in ENTER/LEAVE caused builds
15009 with -DUSE_THREADS -DDEBUGGING to fail.
15010 Branch: perl
15011 ! scope.h
15012____________________________________________________________________________
15013[ 511] By: mbeattie on 1998/02/12 16:44:03
15014 Log: Integrate win32 into mainline
15015 Branch: perl
15016 +> t/comp/require.t
15017 !> MANIFEST pp_ctl.c scope.c scope.h t/op/local.t toke.c
15018____________________________________________________________________________
15019[ 510] By: mbeattie on 1998/02/12 16:42:26
15020 Log: Subject: Re: [PATCH] 5.004_58 | _04 DynaLoader.pm -> DynaLoader.pm.PL (resend)
15021 Date: 12 Feb 1998 14:25:55 +0100
15022 From: koenig@kulturbox.de (Andreas J. Koenig)
15023 Branch: perl
15024 ! lib/ExtUtils/Install.pm
15025____________________________________________________________________________
15026[ 509] By: mbeattie on 1998/02/12 16:40:34
15027 Log: Subject: Re: wrong prototype for sbrk [PATCH]
15028 Date: Wed, 11 Feb 1998 15:37:31 -0500 (EST)
15029 From: Andy Dougherty <doughera@newton.phys.lafayette.edu>
15030 Branch: perl
15031 ! malloc.c
15032____________________________________________________________________________
15033[ 508] By: mbeattie on 1998/02/12 16:36:53
15034 Log: Subject: [PATCH] 5.004_58 | _04: pod2*,perlpod: L<show this|man/section>
15035 Date: Wed, 11 Feb 1998 17:29:20 +0100
15036 From: Achim Bohnet <ach@mpe.mpg.de>
15037 Branch: perl
15038 ! lib/Pod/Html.pm lib/Pod/Text.pm pod/perlpod.pod pod/pod2man.PL
15039____________________________________________________________________________
15040[ 507] By: mbeattie on 1998/02/12 16:35:26
15041 Log: Subject: [PATCH] slight tweaks to hints/machten.sh
15042 Date: Wed, 11 Feb 1998 14:59:46 +0100
15043 From: Dominic Dunlop <domo@vo.lu>
15044 Branch: perl
15045 ! hints/machten.sh
15046____________________________________________________________________________
15047[ 506] By: mbeattie on 1998/02/12 16:28:40
15048 Log: Subject: DB_File 1.58 patch
15049 Date: Tue, 10 Feb 1998 11:23:22 +0000 (GMT)
15050 From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
15051 Branch: perl
15052 + ext/DB_File/Changes
15053 ! MANIFEST ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
15054 ! t/lib/db-recno.t
15055____________________________________________________________________________
15056[ 505] By: mbeattie on 1998/02/12 16:24:26
15057 Log: Subject: 5.004_5*: [PATCH] restore old behaviour of \1 in RE
15058 Date: Tue, 10 Feb 1998 02:57:46 -0500 (EST)
15059 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15060 Branch: perl
15061 ! regexec.c t/op/re_tests
15062____________________________________________________________________________
15063[ 504] By: mbeattie on 1998/02/12 16:22:46
15064 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
15065 Subject: [PATCH] 5.004_58: the locale.t problem in IRIX
15066 Date: Mon, 9 Feb 1998 19:47:22 +0200 (EET)
15067 Subject: [PATCH] 5.004_58: reserve the POSIX regexp extensions
15068 Date: Tue, 10 Feb 1998 15:12:12 +0200 (EET)
15069 Subject: [PATCH] 5.004_58: <netdb.h> API prototype probing
15070 Date: Wed, 11 Feb 1998 12:50:35 +0200 (EET)
15071 Branch: perl
15072 ! Configure config_h.SH pod/perldiag.pod pp_sys.c regcomp.c
15073 ! t/op/misc.t t/op/pat.t t/op/re_tests t/pragma/locale.t
15074____________________________________________________________________________
15075[ 503] By: mbeattie on 1998/02/12 16:15:43
15076 Log: Subject: [PATCH] filecopy.t #3 fails on dos-djgpp
15077 Date: Mon, 9 Feb 1998 13:19:45 +0100
15078 From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
15079 Branch: perl
15080 ! t/lib/filecopy.t
15081____________________________________________________________________________
15082[ 502] By: mbeattie on 1998/02/12 16:14:27
15083 Log: Assorted patches to sv.c:
15084 From: Gisle Aas <gisle@aas.no>
15085 Subject: [PATCH] sv_grow can fail for HAS_64K_LIMIT systems
15086 Date: 07 Feb 1998 00:21:57 +0100
15087 Subject: [PATCH] sv_setnv will upgrade SVt_NV to SVt_PVNV
15088 Date: 07 Feb 1998 00:29:45 +0100
15089 Subject: [PATCH] sv_upgrade() always returns TRUE
15090 Date: 09 Feb 1998 15:44:01 +0100
15091 Branch: perl
15092 ! sv.c
15093____________________________________________________________________________
15094[ 501] By: mbeattie on 1998/02/12 16:09:26
15095 Log: Fix saving of STDOUT during system() in lib/perl5db.pl:
15096 Subject: Perl debugger.
15097 Date: Fri, 6 Feb 1998 17:47:08 -0500
15098 From: "Jason A. Smith" <smithj4@rpi.edu>
15099 Branch: perl
15100 ! lib/perl5db.pl
15101____________________________________________________________________________
15102[ 500] By: gsar on 1998/02/12 03:20:55
15103 Log: merge another maint patch
15104 Message-Id: <199802102349.SAA16001@aatma.engin.umich.edu>
15105 Date: Tue, 10 Feb 1998 18:49:00 EST
15106 From: Gurusamy Sarathy <gsar@engin.umich.edu>
15107 Subject: Re: after an eval-ed bad require, requiring a string ref gives a SEGV
15108 Branch: win32/perl
15109 ! pp_ctl.c
15110____________________________________________________________________________
15111[ 499] By: gsar on 1998/02/12 03:14:39
15112 Log: make t/comp/require.t type xtext
15113 Branch: win32/perl
15114 ! t/comp/require.t
15115____________________________________________________________________________
15116[ 498] By: gsar on 1998/02/12 03:09:58
15117 Log: fix extra LEAVE when require fails
15118 Message-Id: <199802102321.SAA15346@aatma.engin.umich.edu>
15119 Date: Tue, 10 Feb 1998 18:21:37 EST
15120 From: Gurusamy Sarathy <gsar@engin.umich.edu>
15121 Subject: Re: evals and requires make seg-fault with bad require file
15122 Branch: win32/perl
15123 + t/comp/require.t
15124 ! MANIFEST pp_ctl.c scope.c scope.h toke.c
15125____________________________________________________________________________
15126[ 497] By: gsar on 1998/02/12 02:47:29
15127 Log: merge a maint patch
15128 Message-Id: <199802110515.AAA23700@aatma.engin.umich.edu>
15129 Date: Wed, 11 Feb 1998 00:15:51 EST
15130 From: Gurusamy Sarathy <gsar@engin.umich.edu>
15131 Subject: Re: "local" can crash perl-4.00[34] on Solaris-x86 & FreeBSD
15132 Branch: win32/perl
15133 ! pp_ctl.c t/op/local.t
15134____________________________________________________________________________
15135[ 496] By: mbeattie on 1998/02/11 13:04:50
15136 Log: Integrate win32 into mainline.
15137 Branch: perl
15138 !> embed.h ext/GDBM_File/typemap ext/NDBM_File/typemap
15139 !> ext/ODBM_File/typemap ext/SDBM_File/typemap global.sym gv.c
15140 !> lib/ExtUtils/typemap lib/ExtUtils/xsubpp op.c
15141 !> os2/OS2/PrfDB/typemap pod/perlguts.pod pod/perlobj.pod
15142 !> pod/perlxs.pod pod/perlxstut.pod proto.h sv.c sv.h t/op/ref.t
15143 !> win32/makedef.pl win32/win32.c win32/win32iop.h
15144____________________________________________________________________________
15145[ 495] By: mbeattie on 1998/02/11 13:03:59
15146 Log: Fix special constants in Xref.pm
15147 Branch: perlext
15148 ! Compiler/B/Xref.pm
15149____________________________________________________________________________
15150[ 494] By: gsar on 1998/02/10 18:26:28
15151 Log: fix opendir() problem on share names
15152 Message-Id: <199802101828.NAA10420@aatma.engin.umich.edu>
15153 Date: Tue, 10 Feb 1998 13:28:53 EST
15154 From: Gurusamy Sarathy <gsar@engin.umich.edu>
15155 Subject: Re: BUG: opendir and UNC names on NT
15156 Branch: win32/perl
15157 ! win32/win32.c
15158____________________________________________________________________________
15159[ 493] By: gsar on 1998/02/09 23:09:40
15160 Log: integrate win32 branch contents
15161 Branch: asperl
15162 +> ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
15163 +> lib/Fatal.pm t/lib/ph.t
15164 ! hv.c
15165 !> (integrate 895 files)
15166____________________________________________________________________________
15167[ 492] By: gsar on 1998/02/09 07:30:19
15168 Log: enhancements to previous patch for XSUB OUTPUT args
15169 Message-Id: <199802090731.CAA04438@aatma.engin.umich.edu>
15170 Date: Mon, 09 Feb 1998 02:31:55 EST
15171 From: Gurusamy Sarathy <gsar@engin.umich.edu>
15172 Subject: Re: [PATCH] XSUB OUTPUT arguments and 'set' magic
15173 Branch: win32/perl
15174 ! embed.h ext/GDBM_File/typemap ext/NDBM_File/typemap
15175 ! ext/ODBM_File/typemap ext/SDBM_File/typemap global.sym
15176 ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp os2/OS2/PrfDB/typemap
15177 ! pod/perlguts.pod pod/perlxs.pod pod/perlxstut.pod proto.h sv.c
15178 ! sv.h
15179____________________________________________________________________________
15180[ 491] By: gsar on 1998/02/09 03:00:52
15181 Log: don't share TARG unless -DUSE_BROKEN_PAD_RESET
15182 Message-Id: <199710300036.TAA01004@aatma.engin.umich.edu>
15183 Date: Wed, 29 Oct 1997 19:36:25 EST
15184 From: Gurusamy Sarathy <gsar@engin.umich.edu>
15185 Subject: [PATCH] Don't use broken pad_reset() (was Re: Perl bug in 5.004_03 )
15186 Branch: win32/perl
15187 ! op.c
15188____________________________________________________________________________
15189[ 490] By: gsar on 1998/02/09 02:30:43
15190 Log: fix for bugs in handling DESTROY (adjusted test numbers)
15191 Message-Id: <199801010030.TAA14274@aatma.engin.umich.edu>
15192 Subject: Re: [PERL] RFD: iterative DESTROYing of objects
15193 Date: Wed, 31 Dec 1997 19:30:46 -0500
15194 From: Gurusamy Sarathy <gsar@engin.umich.edu>
15195 Branch: win32/perl
15196 ! pod/perlobj.pod sv.c t/op/ref.t
15197____________________________________________________________________________
15198[ 489] By: gsar on 1998/02/09 00:30:35
15199 Log: ansify prototype for my_safemalloc(), avoid warnings
15200 Branch: win32/perl
15201 ! sv.c
15202____________________________________________________________________________
15203[ 488] By: gsar on 1998/02/09 00:29:08
15204 Log: fix misapplied hunks in 5.004_58
15205 Message-Id: <199802080718.CAA18115@aatma.engin.umich.edu>
15206 Date: Sun, 08 Feb 1998 02:18:12 EST
15207 From: Gurusamy Sarathy <gsar@engin.umich.edu>
15208 Subject: [PATCH] fixes for test failures in 5.004_58
15209 Branch: win32/perl
15210 ! gv.c op.c
15211____________________________________________________________________________
15212[ 487] By: gsar on 1998/02/09 00:27:16
15213 Log: win32_utime() tweaks to avoid warnings
15214 Branch: win32/perl
15215 ! win32/win32.c win32/win32iop.h
15216____________________________________________________________________________
15217[ 486] By: gsar on 1998/02/07 23:45:22
15218 Log: integrate mainline, plus a few small win32 enhancements
15219 - remove Win32::GetCurrentDirectory()
15220 - add Win32::Sleep() for compat
15221 - add smarter utime() from Jan Dubois, and export it as win32_utime()
15222 Branch: win32/perl
15223 +> ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
15224 +> lib/Fatal.pm t/lib/ph.t
15225 ! win32/makedef.pl win32/win32.c win32/win32iop.h
15226 !> (integrate 61 files)
15227
15228----------------
15229Version 5.004_58
15230----------------
15231
15232____________________________________________________________________________
15233[ 485] By: mbeattie on 1998/02/06 18:11:47
15234 Log: Bump patchlevel to 58.
15235 Branch: perl
15236 ! patchlevel.h
15237____________________________________________________________________________
15238[ 484] By: mbeattie on 1998/02/06 18:08:28
15239 Log: Fix up problem with gv.c from change 477.
15240 Fix up Config.pm use in t/lib/ph.t from change 478.
15241 Branch: perl
15242 ! gv.c t/lib/ph.t
15243____________________________________________________________________________
15244[ 483] By: mbeattie on 1998/02/06 17:34:34
15245 Log: Integrate win32 branch into mainline
15246 Branch: perl
15247 !> win32/win32sck.c
15248____________________________________________________________________________
15249[ 482] By: mbeattie on 1998/02/06 17:26:41
15250 Log: lib/Fatal.pm missing from repository
15251 Branch: perl
15252 + lib/Fatal.pm
15253____________________________________________________________________________
15254[ 481] By: mbeattie on 1998/02/06 17:24:57
15255 Log: Subject: [PATCH] Re: posix::strftime (core dumped)
15256 Date: Thu, 5 Feb 1998 13:55:23 -0500 (EST)
15257 From: Andy Dougherty <doughera@newton.phys.lafayette.edu>
15258 Branch: perl
15259 + ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
15260 ! MANIFEST hints/linux.sh hints/sunos_4_1.sh t/lib/posix.t
15261____________________________________________________________________________
15262[ 480] By: mbeattie on 1998/02/06 17:19:52
15263 Log: x2p/str.c was missing from list of changed files in change 466
15264 Branch: perl
15265 ! x2p/str.c
15266____________________________________________________________________________
15267[ 479] By: mbeattie on 1998/02/06 17:16:54
15268 Log: Added t/lib/ph.t to MANIFEST
15269 Branch: perl
15270 ! MANIFEST
15271____________________________________________________________________________
15272[ 478] By: mbeattie on 1998/02/06 17:15:38
15273 Log: Subject: [PATCH] h2ph.PL
15274 Date: Thu, 5 Feb 1998 05:53:54 -0800 (EST)
15275 From: kstar@www.chapin.edu (Kurt D. Starsinic)
15276 Branch: perl
15277 + t/lib/ph.t
15278 ! utils/h2ph.PL
15279____________________________________________________________________________
15280[ 477] By: mbeattie on 1998/02/06 17:10:46
15281 Log: Subject: [PATCH] Faster gv_fetchpv() for nested packages
15282 Date: 04 Feb 1998 14:49:46 +0100
15283 From: Gisle Aas <gisle@aas.no>
15284 as modified by
15285 From: chip@atlantic.net
15286 Date: Wed, 4 Feb 1998 11:46:49 -0500 (EST)
15287 Branch: perl
15288 ! gv.c
15289____________________________________________________________________________
15290[ 476] By: mbeattie on 1998/02/06 16:47:03
15291 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
15292 Subject: [PATCH] almost OK: perl 5.00457 on i386-freebsd-thread 3.0
15293 Date: Wed, 4 Feb 1998 12:59:47 +0200 (EET)
15294 Subject: Re: [PATCH] 5.004_04 and 5.004_57: Complex.pm and complex.t
15295 Date: Thu, 5 Feb 1998 18:08:20 +0200 (EET)
15296 Branch: perl
15297 ! hints/freebsd.sh lib/Math/Complex.pm t/lib/complex.t
15298____________________________________________________________________________
15299[ 475] By: mbeattie on 1998/02/06 16:44:57
15300 Log: Subject: [PATCH] nomemok
15301 Date: Mon, 2 Feb 1998 15:06:50 +0100
15302 From: Gisle Aas <gisle@aas.no>
15303 Branch: perl
15304 ! hv.c
15305____________________________________________________________________________
15306[ 474] By: mbeattie on 1998/02/06 16:43:46
15307 Log: Subject: [PATCH] Benchmark.pm: timethese corrupts $_
15308 Date: Sun, 1 Feb 1998 06:46:08 -0500 (EST)
15309 From: abigail@fnx.com
15310 Branch: perl
15311 ! lib/Benchmark.pm
15312____________________________________________________________________________
15313[ 473] By: mbeattie on 1998/02/06 16:42:53
15314 Log: Subject: [PATCH] adding the newSVpvn API function
15315 Date: Sat, 31 Jan 1998 06:32:42 +0100
15316 From: Matthias Ulrich Neeracher <neeri@iis.ee.ethz.ch>
15317 Branch: perl
15318 ! embed.h embedvar.h global.sym pod/perlguts.pod pod/perltoc.pod
15319 ! proto.h sv.c
15320____________________________________________________________________________
15321[ 472] By: mbeattie on 1998/02/06 16:35:41
15322 Log: Subject: Re: [PATCH] new hints/solaris2.sh (was Re: make check fails 17% of it's tests on Solaris...)
15323 Date: 28 Jan 1998 17:40:37 -0800
15324 From: Stephen Zander <srz@mckesson.com>
15325 Branch: perl
15326 ! hints/solaris_2.sh
15327____________________________________________________________________________
15328[ 471] By: mbeattie on 1998/02/06 16:02:57
15329 Log: Subject: [PATCH] Re: 5.004_04 vec() fails with 32-bit values
15330 Date: Thu, 15 Jan 1998 11:53:06 +0000
15331 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15332 Branch: perl
15333 ! pod/perlguts.pod pp.c t/op/vec.t
15334____________________________________________________________________________
15335[ 470] By: mbeattie on 1998/02/06 16:01:36
15336 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15337 Subject: 5.004_56: Patch to Tie::Hash and docs
15338 Date: Sun, 11 Jan 1998 20:34:05 -0500 (EST)
15339 Subject: 5.004_56: Patch to (?{}) quoting + cosmetic
15340 Date: Mon, 2 Feb 1998 01:28:46 -0500 (EST)
15341 Branch: perl
15342 ! lib/Tie/Hash.pm pod/perlfunc.pod pod/perlre.pod regcomp.c
15343 ! t/op/misc.t t/op/pat.t toke.c
15344____________________________________________________________________________
15345[ 469] By: mbeattie on 1998/02/06 15:58:31
15346 Log: Subject: Another Array.pm patch
15347 Date: Wed, 4 Feb 1998 20:37:03 +0000 (GMT)
15348 From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
15349 Branch: perl
15350 ! lib/Tie/Array.pm
15351____________________________________________________________________________
15352[ 468] By: mbeattie on 1998/02/06 15:56:28
15353 Log: Subject: documentation patch for 5.004_57
15354 Date: Wed, 4 Feb 1998 14:54:13 +0000 (GMT)
15355 From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
15356 Branch: perl
15357 ! lib/Tie/Array.pm
15358____________________________________________________________________________
15359[ 467] By: mbeattie on 1998/02/06 15:55:34
15360 Log: Subject: 5.004_56: patch for `use Fatal' again
15361 Date: Thu, 29 Jan 1998 17:04:28 -0500 (EST)
15362 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15363 Branch: perl
15364 ! MANIFEST pod/perldiag.pod pod/perlfunc.pod pod/perlmodlib.pod
15365 ! pp.c t/comp/proto.t toke.c
15366____________________________________________________________________________
15367[ 466] By: mbeattie on 1998/02/06 15:53:53
15368 Log: Subject: Newer -DLEAKTEST patch
15369 Date: Fri, 9 Jan 1998 17:55:09 -0500 (EST)
15370 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15371 Branch: perl
15372 ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
15373 ! ext/DynaLoader/dl_vms.xs ext/Opcode/Opcode.xs handy.h hv.c
15374 ! perl.c perly.c perly.c.diff perly.fixer pod/perlembed.pod
15375 ! pod/perlguts.pod pod/perlrun.pod pod/perltoc.pod pp_hot.c sv.c
15376 ! toke.c util.c vms/perly_c.vms x2p/hash.c
15377____________________________________________________________________________
15378[ 465] By: mbeattie on 1998/02/06 15:46:35
15379 Log: More Chip patches (tweaked for _5x). The final one mentioned here
15380 (@ARGV with -i) actually went in at change 462 but I failed to
15381 add it to the change description:
15382 Subject: [PATCH] Fix typo: "FORM{,AT}LINE"
15383 Date: Sun, 11 Jan 1998 19:37:17 -0500 (EST)
15384 Subject: [PATCH] Fix for C<@x = my @y>
15385 Date: Sun, 11 Jan 1998 18:12:16 -0500 (EST)
15386 Subject: [PATCH] Fix SEGV on C<*glob{SCALAR,ARRAY}>
15387 Date: Thu, 5 Feb 1998 21:30:13 -0500 (EST)
15388 Subject: [PATCH] Allow last() to mean last
15389 Date: Thu, 5 Feb 1998 21:42:57 -0500 (EST)
15390 Subject: [PATCH] Consider @ARGV to be plain files if inplace (-i)
15391 Date: Wed, 4 Feb 1998 16:04:47 -0500 (EST)
15392 Branch: perl
15393 ! op.c perly.c perly.h perly.y sv.c t/op/my.t vms/perly_c.vms
15394 ! vms/perly_h.vms
15395____________________________________________________________________________
15396[ 464] By: mbeattie on 1998/02/06 15:06:18
15397 Log: More Chip patches:
15398 Subject: [PATCH] Fix SEGV from combining caller and C<package;>
15399 Date: Thu, 5 Feb 1998 21:47:50 -0500 (EST)
15400 Subject: [PATCH] Fix line numbers after here documents in eval STRING
15401 Date: Thu, 5 Feb 1998 21:50:08 -0500 (EST)
15402 Subject: [PATCH] Make recursive lexical analysis more robust
15403 Date: Thu, 5 Feb 1998 21:57:02 -0500 (EST)
15404 Branch: perl
15405 ! pp_ctl.c sv.c toke.c
15406____________________________________________________________________________
15407[ 463] By: mbeattie on 1998/02/06 15:04:17
15408 Log: Some more Chip patches (tweaked to match _5x):
15409 Subject: [PATCH] Fix empty BLOCK
15410 Date: Wed, 4 Feb 1998 16:52:28 -0500 (EST)
15411 Subject: [PATCH] fix (\@@) proto
15412 Date: Thu, 5 Feb 1998 10:24:29 -0500 (EST)
15413 Subject: [PATCH] Cope with lack of args in Fcntl::AUTOLOAD
15414 Date: Thu, 5 Feb 1998 21:26:55 -0500 (EST)
15415 Subject: [PATCH] Don't fold string comparison under C<use locale>
15416 Date: Thu, 5 Feb 1998 21:46:25 -0500 (EST)
15417 Branch: perl
15418 ! ext/Fcntl/Fcntl.pm op.c t/comp/proto.t toke.c
15419____________________________________________________________________________
15420[ 462] By: mbeattie on 1998/02/06 14:56:30
15421 Log: Some Chip patches (some tweaked to match _5x source):
15422 From: Chip Salzenberg <salzench@nielsenmedia.com>
15423 Subject: [PATCH] local leakage
15424 Date: Tue, 3 Feb 1998 09:16:50 -0500 (EST)
15425 Subject: [PATCH] NULs in patterns
15426 Date: Wed, 4 Feb 1998 01:33:51 -0500 (EST)
15427 Subject: [PATCH] Configure on PerlIO
15428 Date: Wed, 4 Feb 1998 01:38:43 -0500 (EST)
15429 Subject: [PATCH] Avoid core dump on package alias
15430 Date: Wed, 4 Feb 1998 15:38:42 -0500 (EST)
15431 Subject: [PATCH] Fix name of $Foo::{'Bar::'}
15432 Date: Wed, 4 Feb 1998 16:37:51 -0500 (EST)
15433 Branch: perl
15434 ! Configure doio.c gv.c op.c pp_ctl.c sv.c t/op/gv.t
15435 ! t/op/local.t
15436____________________________________________________________________________
15437[ 461] By: gsar on 1998/02/04 03:34:36
15438 Log: support win32_select(0,0,0,msec) (winsock doesn't)
15439 Branch: win32/perl
15440 ! win32/win32sck.c
15441____________________________________________________________________________
15442[ 460] By: gsar on 1998/02/04 00:44:47
15443 Log: bug: win32_select() must StartSockets()
15444 Branch: win32/perl
15445 ! win32/win32sck.c
15446
15447----------------
15448Version 5.004_57
15449----------------
15450
15451____________________________________________________________________________
15452[ 459] By: mbeattie on 1998/02/03 16:00:07
15453 Log: Replaced two occurrences of THREADSV(find_thread_sv(...)) (order
15454 of execution causes core dump if threadsvp is moved). Replaced
15455 lvalue occurrence of AvARRAY(av) with SvPVX(av) (former does cast).
15456 Branch: perl
15457 ! av.c perl.c
15458____________________________________________________________________________
15459[ 458] By: mbeattie on 1998/02/03 14:40:02
15460 Log: Fix up MANIFEST.
15461 Branch: perl
15462 ! MANIFEST
15463____________________________________________________________________________
15464[ 457] By: mbeattie on 1998/02/03 13:50:23
15465 Log: Integrate win32 into mainline. My last integration from ansiperl
15466 to the mainline was a dismal failure: I did -ay but meant -at.
15467 This should fix things now since win32 has already integrated
15468 all the necessary changes from ansiperl.
15469 Branch: perl
15470 !> (integrate 111 files)
15471____________________________________________________________________________
15472[ 456] By: gsar on 1998/02/03 04:48:08
15473 Log: Fix minor problems with non USE_THREADS build. win32 branch
15474 now looks 5.004_57-ready.
15475 Branch: win32/perl
15476 ! thread.h win32/makedef.pl
15477____________________________________________________________________________
15478[ 455] By: gsar on 1998/02/03 03:45:09
15479 Log: integrate mainline
15480 Branch: win32/perl
15481 !> (integrate 887 files)
15482____________________________________________________________________________
15483[ 454] By: mbeattie on 1998/02/02 16:44:24
15484 Log: The new dec_osf.sh didn't work so the new glibpth and useshrplib
15485 defaults have been commented out for now.
15486 Branch: perl
15487 ! hints/dec_osf.sh
15488____________________________________________________________________________
15489[ 453] By: mbeattie on 1998/02/02 15:51:39
15490 Log: Introduced thr->threadsvp and THREADSV() for faster per-thread
15491 variables. Moved threadnum to a per-interpreter variable and
15492 made dTHR and lock/unlock of sv_mutex bypass the get/lock unless
15493 more than one thread may be running. Minor tweaks to Thread.xs.
15494 Branch: perl
15495 ! dosish.h embedvar.h ext/Thread/Thread.xs interp.sym intrpvar.h
15496 ! op.c perl.c perl.h pp.c pp_ctl.c scope.c sv.c thrdvar.h
15497 ! thread.h util.c
15498____________________________________________________________________________
15499[ 452] By: gsar on 1998/02/02 04:56:50
15500 Log: remove totally egregious s/\\dir// in File::Find
15501 Branch: win32/perl
15502 ! lib/File/Find.pm
15503____________________________________________________________________________
15504[ 451] By: gsar on 1998/02/01 22:20:20
15505 Log: added AS patch#3
15506 Message-Id: <01BD2EF2.53433A40.dougl@ActiveState.com>
15507 Date: Sun, 01 Feb 1998 09:18:13 PST
15508 From: Douglas Lankshear <dougl@ActiveState.com>
15509 To: "'Gurusamy Sarathy'" <gsar@umich.edu>
15510
15511 Here's an additional diff against //depot/asperl
15512
15513 The field name mg_length was changed back to mg_len
15514 The function name mg_len was change to mg_length
15515
15516 The need for sort_mutex removed thanks to the code derived
15517 from Tom Horsley's work.
15518
15519 -- Doug
15520 Branch: asperl
15521 + XSLock.h
15522 ! ObjXSub.h XSUB.h av.c embedvar.h ext/DynaLoader/dlutils.c
15523 ! globals.c ipstdio.h mg.c mg.h objpp.h perl.c perl.h perlio.h
15524 ! perlvars.h perly.c pp.c pp_ctl.c pp_hot.c proto.h regexec.c
15525 ! scope.c scope.h sv.c toke.c universal.c util.c
15526 ! win32/dl_win32.xs win32/iplio.c win32/ipstdio.c
15527 ! win32/perlobj.def win32/runperl.c
15528____________________________________________________________________________
15529[ 450] By: gsar on 1998/01/30 23:43:57
15530 Log: various tweaks
15531 - add new functions to proto.h
15532 - fix up makefile.mk for $(OBJECT)
15533 Branch: asperl
15534 ! pp_ctl.c proto.h win32/makefile.mk
15535____________________________________________________________________________
15536[ 449] By: gsar on 1998/01/30 21:23:15
15537 Log: fix up missing patches from AS patch#2
15538 Branch: asperl
15539 ! perldir.h perlenv.h perllio.h perlmem.h perlproc.h perlsock.h
15540 ! pp_ctl.c proto.h
15541____________________________________________________________________________
15542[ 448] By: gsar on 1998/01/30 18:23:17
15543 Log: fix htonlx typo
15544 Branch: win32/perl
15545 ! perlsock.h
15546____________________________________________________________________________
15547[ 447] By: mbeattie on 1998/01/30 16:03:49
15548 Log: Fix up MANIFEST to add missing files
15549 Branch: perl
15550 ! MANIFEST
15551____________________________________________________________________________
15552[ 446] By: mbeattie on 1998/01/30 12:34:55
15553 Log: Bump patchlevel to 57.
15554 Branch: perl
15555 ! patchlevel.h
15556____________________________________________________________________________
15557[ 445] By: gsar on 1998/01/30 10:44:38
15558 Log: initial merge of latest win32 branch into ASPerl
15559 Branch: asperl
15560 +> lib/Tie/Array.pm pod/perlhist.pod t/lib/tie-push.t
15561 +> t/lib/tie-stdarray.t t/lib/tie-stdpush.t t/op/tiearray.t
15562 +> win32/bin/perlglob.pl
15563 !> (integrate 141 files)
15564____________________________________________________________________________
15565[ 444] By: gsar on 1998/01/30 09:25:58
15566 Log: goofed branching, redo asperl branch
15567 Branch: asperl
15568 ! perl.h
15569____________________________________________________________________________
15570[ 443] By: gsar on 1998/01/30 09:23:36
15571 Log: added AS patch#2
15572 Branch: asperl
15573 + ObjXSub.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h ipsock.h
15574 + ipstdio.h objpp.h win32/ipdir.c win32/ipenv.c win32/iplio.c
15575 + win32/ipmem.c win32/ipproc.c win32/ipsock.c win32/ipstdio.c
15576 + win32/ipstdiowin.h win32/perlobj.def
15577 ! EXTERN.h XSUB.h cv.h doio.c dosish.h dump.c embedvar.h
15578 ! globals.c gv.c hv.c intrpvar.h malloc.c mg.c mg.h op.c op.h
15579 ! opcode.h perl.c perl.h perldir.h perlenv.h perlio.h perllio.h
15580 ! perlmem.h perlproc.h perlsock.h perlvars.h perly.c pp.c pp.h
15581 ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regcomp.h
15582 ! regexec.c run.c scope.c scope.h sv.c sv.h thread.h toke.c
15583 ! universal.c util.c vms/vms.c win32/Makefile win32/config_H.bc
15584 ! win32/config_H.vc win32/dl_win32.xs win32/include/sys/socket.h
15585 ! win32/makedef.pl win32/runperl.c win32/win32iop.h
15586____________________________________________________________________________
15587[ 441] By: gsar on 1998/01/30 08:54:19
15588 Log: Created new branch from win32@396, added AS patch#1
15589 Branch: asperl
15590 + doio.c malloc.c perl.c perl.h perldir.h perlenv.h perllio.h
15591 + perlmem.h perlproc.h perlsock.h pp.c pp_hot.c pp_sys.c
15592 + regcomp.c scope.h sv.c toke.c util.c
15593 +> (branch 915 files)
15594____________________________________________________________________________
15595[ 440] By: gsar on 1998/01/30 04:43:23
15596 Log: integrate winansi
15597 Branch: win32/perl
15598 +> pod/perlhist.pod
15599 !> MANIFEST av.c hv.c op.c perlsock.h pp_ctl.c pp_sys.c scope.c
15600 !> util.c
15601____________________________________________________________________________
15602[ 439] By: mbeattie on 1998/01/27 15:31:53
15603 Log: Integrate ansi branch into mainline (resolve -ay).
15604 Branch: perl
15605 +> lib/Tie/Array.pm perldir.h perlenv.h perllio.h perlmem.h
15606 +> perlproc.h perlsock.h pod/perlhist.pod t/lib/tie-push.t
15607 +> t/lib/tie-stdarray.t t/lib/tie-stdpush.t t/op/tiearray.t
15608 +> win32/bin/perlglob.pl
15609 ! op.c
15610 !> (integrate 868 files)
15611____________________________________________________________________________
15612[ 438] By: nick on 1998/01/24 12:02:34
15613 Log: Gisle's av_unshift tweak, two small patches from chip
15614 and check for NULL in hv_delete in case '~' and tie magic
15615 are present
15616 Branch: ansiperl
15617 ! av.c hv.c op.c pp_ctl.c scope.c
15618____________________________________________________________________________
15619[ 437] By: nick on 1998/01/24 10:37:56
15620 Log: Get PerlXxx_yyyy() macro stuff to _compile_ on Solaris.
15621 Ugh! ...
15622 Macros were unsuitable for declaring the functions, extra () round
15623 parameters removed - non-function forms of PerlXxx_yyyy() need to
15624 add () themselves.
15625 Need to include perlmem.h in util.c (at least) if not using Perl's malloc.
15626 Branch: ansiperl
15627 ! perlsock.h pp_sys.c util.c
15628____________________________________________________________________________
15629[ 436] By: nick on 1998/01/24 10:03:03
15630 Log: Integrate win32 into ansiperl
15631 Branch: ansiperl
15632 +> perldir.h perlenv.h perllio.h perlmem.h perlproc.h perlsock.h
15633 +> win32/bin/perlglob.pl
15634 !> (integrate 38 files)
15635____________________________________________________________________________
15636[ 435] By: nick on 1998/01/24 09:47:49
15637 Log: Add perlhist.pod
15638 Branch: ansiperl
15639 + pod/perlhist.pod
15640 ! MANIFEST
15641____________________________________________________________________________
15642[ 434] By: gsar on 1998/01/19 05:01:47
15643 Log: s/PerlENV/PerlEnv/ just to be consistent
15644 Branch: win32/perl
15645 ! malloc.c perl.c perlenv.h regcomp.c toke.c util.c
15646____________________________________________________________________________
15647[ 433] By: gsar on 1998/01/19 04:52:18
15648 Log: foo() -> PerlGroup_foo() patch from ActiveState
15649 Branch: win32/perl
15650 + perldir.h perlenv.h perllio.h perlmem.h perlproc.h perlsock.h
15651 ! doio.c malloc.c perl.c perl.h pp.c pp_hot.c pp_sys.c regcomp.c
15652 ! scope.h sv.c toke.c util.c
15653____________________________________________________________________________
15654[ 432] By: gsar on 1998/01/19 04:42:26
15655 Log: integrate mainline
15656 Branch: win32/perl
15657 !> pod/perlfunc.pod
15658____________________________________________________________________________
15659[ 431] By: gsar on 1998/01/19 04:40:04
15660 Log: integrate changes in winansi
15661 Branch: win32/perl
15662 +> lib/Tie/Array.pm t/lib/tie-push.t t/lib/tie-stdarray.t
15663 +> t/lib/tie-stdpush.t t/op/tiearray.t
15664 !> (integrate 98 files)
15665____________________________________________________________________________
15666[ 430] By: gsar on 1998/01/19 04:10:43
15667 Log: Fix autovivification problems with XSUB OUTPUT args
15668 Message-Id: <199801190409.XAA26710@aatma.engin.umich.edu>
15669 Date: Sun, 18 Jan 1998 23:09:07 EST
15670 From: Gurusamy Sarathy <gsar@engin.umich.edu>
15671 Subject: [PATCH] XSUB OUTPUT arguments and 'set' magic
15672 Branch: win32/perl
15673 ! ext/GDBM_File/typemap ext/NDBM_File/typemap
15674 ! ext/ODBM_File/typemap ext/SDBM_File/typemap
15675 ! lib/ExtUtils/typemap os2/OS2/PrfDB/typemap pod/perlguts.pod
15676 ! pod/perlxs.pod pod/perlxstut.pod sv.c sv.h win32/win32.h
15677____________________________________________________________________________
15678[ 429] By: nick on 1998/01/17 21:01:50
15679 Log: Subject: [PATCH] 5.004_56 threaded and "CONFIG key 'exe_ext' does not exist in Config.pm"
15680 Date: Thu, 25 Dec 1997 13:39:15 -0500
15681 From: Spider Boardman <spider@Orb.Nashua.NH.US>
15682 To: perl5-porters@perl.org
15683
15684 It turns out that the potential for the "CONFIG key 'exe_ext'
15685 does not exist in Config.pm" problem has been around for a while,
15686 in the definition of SvTRUE(). It's just that non-gcc compilers
15687 are more or less being built as CRIPPLED_CC when USE_THREADS is
15688 defined (even if they can inline things). The inline macro for
15689 SvTRUE works with tied hashes and the EXISTS method, and the
15690 functional version (sv_true in 5.004_56, or SvTRUE in 5.004_04)
15691 does not, because it adds an excess mg_get() which replaces the
15692 EXISTS result with a FETCH result.
15693 Branch: ansiperl
15694 ! sv.c
15695____________________________________________________________________________
15696[ 428] By: nick on 1998/01/17 20:59:11
15697 Log: From: Robin Barker <rmb1@cise.npl.co.uk>
15698 Date: Fri, 19 Dec 97 17:19:09 GMT
15699 Message-Id: <26260.9712191719@lightning.cise.npl.co.uk>
15700 Branch: ansiperl
15701 ! doio.c sv.c toke.c util.c
15702____________________________________________________________________________
15703[ 427] By: nick on 1998/01/17 12:01:53
15704 Log: Permit tie ?foo,$object
15705 tidy up dead #ifdef ORIGINAL_TIE)
15706 Remove 'P' magic from hash, before adding new one in dbm_open like tie does.
15707 Branch: ansiperl
15708 ! pp_sys.c
15709____________________________________________________________________________
15710[ 426] By: nick on 1998/01/15 18:06:36
15711 Log: First working TIEARRAY and other misc tie fixes
15712 Branch: ansiperl
15713 ! MANIFEST pp.c pp_hot.c t/op/tiearray.t
15714____________________________________________________________________________
15715[ 425] By: nick on 1998/01/14 21:56:40
15716 Log: Not working yet - split problems ...
15717 Branch: ansiperl
15718 ! pp.c t/lib/thread.t t/op/tiearray.t
15719____________________________________________________________________________
15720[ 424] By: nick on 1998/01/14 18:49:25
15721 Log: TIEARRAY updates - almost works ...
15722 Branch: ansiperl
15723 + t/lib/tie-push.t t/lib/tie-stdarray.t t/lib/tie-stdpush.t
15724 ! MANIFEST av.c av.h ext/DB_File/DB_File.pm lib/Tie/Array.pm
15725 ! mg.c pod/perltie.pod pp.c pp_hot.c pp_sys.c scope.c
15726 ! t/op/avhv.t t/op/push.t t/op/tiearray.t
15727____________________________________________________________________________
15728[ 423] By: gsar on 1998/01/14 00:13:16
15729 Log: fix MakeMaker installbin problem
15730 Message-Id: <199801070016.TAA17766@aatma.engin.umich.edu>
15731 Subject: Re: can't modify message with HTML-Stream, v.1.42
15732 Date: Tue, 06 Jan 1998 19:16:35 -0500
15733 From: Gurusamy Sarathy <gsar@engin.umich.edu>
15734 Branch: win32/perl
15735 ! lib/ExtUtils/MM_Unix.pm
15736____________________________________________________________________________
15737[ 422] By: gsar on 1998/01/13 23:53:02
15738 Log: add archname to *sitearch in config.{b,g,v}c
15739 Branch: win32/perl
15740 ! win32/config.bc win32/config.gc win32/config.vc
15741____________________________________________________________________________
15742[ 421] By: gsar on 1998/01/13 23:15:14
15743 Log: set $ENV{PERL5LIB} in t/harness (so child perlglob.bat sees it)
15744 Branch: win32/perl
15745 ! t/harness
15746____________________________________________________________________________
15747[ 420] By: nick on 1998/01/13 22:55:02
15748 Log: tiearray tweaks
15749 Branch: ansiperl
15750 ! av.c pp_sys.c t/op/nothread.t t/op/tiearray.t
15751____________________________________________________________________________
15752[ 419] By: nick on 1998/01/13 21:27:33
15753 Log: Skeleton Tie::Array
15754 Branch: ansiperl
15755 + lib/Tie/Array.pm
15756____________________________________________________________________________
15757[ 418] By: nick on 1998/01/13 20:52:38
15758 Log: tie array changes to core and tests
15759 Branch: ansiperl
15760 + t/op/tiearray.t
15761 ! MANIFEST av.c av.h deb.c embed.h ext/DB_File/DB_File.pm
15762 ! global.sym gv.c mg.c op.c perl.c perl.h pp.c pp.h pp_ctl.c
15763 ! pp_hot.c proto.h sv.c toke.c universal.c util.c
15764____________________________________________________________________________
15765[ 417] By: gsar on 1998/01/13 20:49:52
15766 Log: fix perlglob.bat warnings by splitting it from File::DosGlob
15767 Branch: win32/perl
15768 + win32/bin/perlglob.pl
15769 ! MANIFEST README.win32 lib/File/DosGlob.pm win32/Makefile
15770 ! win32/makefile.mk
15771____________________________________________________________________________
15772[ 416] By: gsar on 1998/01/13 02:46:53
15773 Log: various tweaks to build support (NOTE: meant for 5.004_57)
15774 - build and install x2p
15775 - fix installperl warnings on win32
15776 - `make install` now does puts the archlibs in right places
15777 - makefiles don't default to USE_THREADS anymore
15778 - sync config.{b,g,v}c
15779 - sync makefile.mk -> Makefile
15780 Branch: win32/perl
15781 ! installperl win32/Makefile win32/config.bc win32/config.gc
15782 ! win32/config.vc win32/config_sh.PL win32/makefile.mk x2p/a2p.h
15783 ! x2p/a2py.c
15784____________________________________________________________________________
15785[ 415] By: nick on 1998/01/11 16:54:26
15786 Log: Integrate win32 into ansiperl
15787 Branch: ansiperl
15788 !> Configure hints/dec_osf.sh hv.c lib/Getopt/Long.pm lib/blib.pm
15789 !> lib/newgetopt.pl perl.h perl_exp.SH pp_ctl.c pp_hot.c pp_sys.c
15790 !> proto.h regcomp.h regexec.c t/op/re_tests t/pragma/locale.t
15791 !> utils/perldoc.PL vms/config.vms vms/descrip.mms
15792 !> vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms vms/vms.c
15793 !> vms/vmsish.h x2p/s2p.PL
15794____________________________________________________________________________
15795[ 414] By: nick on 1998/01/11 15:13:49
15796 Log: Integratye mainline -> ansiperl
15797 Branch: ansiperl
15798 !> (integrate 64 files)
15799____________________________________________________________________________
15800[ 413] By: mbeattie on 1998/01/09 12:57:58
15801 Log: Add missing blank line in pod/perlfunc.pod.
15802 Branch: perl
15803 ! pod/perlfunc.pod
15804____________________________________________________________________________
15805[ 412] By: gsar on 1998/01/08 20:54:31
15806 Log: change#398 breaks ENV_IS_CASELESS, fix it
15807 Branch: win32/perl
15808 ! hv.c
15809____________________________________________________________________________
15810[ 411] By: gsar on 1998/01/08 18:33:58
15811 Log: Integrate mainline
15812 Branch: win32/perl
15813 !> Configure hints/dec_osf.sh hv.c lib/Getopt/Long.pm lib/blib.pm
15814 !> lib/newgetopt.pl perl.h perl_exp.SH pp_ctl.c pp_hot.c pp_sys.c
15815 !> proto.h regcomp.h regexec.c t/op/re_tests t/pragma/locale.t
15816 !> utils/perldoc.PL vms/config.vms vms/descrip.mms
15817 !> vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms vms/vms.c
15818 !> vms/vmsish.h x2p/s2p.PL
15819____________________________________________________________________________
15820[ 410] By: mbeattie on 1998/01/08 16:06:22
15821 Log: Fix thinko in t/pragma/locale.t:
15822 Subject: [PATCH] _04 or _56: locale.t
15823 Date: Sun, 4 Jan 1998 23:48:44 +0200 (EET)
15824 From: Jarkko Hietaniemi <jhi@iki.fi>
15825 Branch: perl
15826 ! t/pragma/locale.t
15827____________________________________________________________________________
15828[ 409] By: mbeattie on 1998/01/08 16:05:09
15829 Log: Use Tom Horley's qsort for sorting:
15830 Subject: Re: [PATCH for 5.004_56] Re: op/sort.t hangs under Solaris 2.5
15831 Date: Fri, 02 Jan 1998 19:33:24 -0500 (EST)
15832 From: Hans Mulder <hansm@icgned.nl>
15833 Branch: perl
15834 ! pp_ctl.c
15835____________________________________________________________________________
15836[ 408] By: mbeattie on 1998/01/08 16:01:57
15837 Log: Make s2p not use cpp:
15838 Subject: [PATCH for 5.004_56] s2p shouldn't use cpp
15839 Date: Mon, 29 Dec 1997 19:38:18 -0500 (EST)
15840 From: Hans Mulder <hansm@icgned.nl>
15841 Branch: perl
15842 ! x2p/s2p.PL
15843____________________________________________________________________________
15844[ 407] By: mbeattie on 1998/01/08 15:57:31
15845 Log: DG/UX tweaks to perl.h:
15846 Subject: [PATCH] _56 on dgux without threads
15847 Date: Sat, 20 Dec 1997 23:01:40 -0500
15848 From: Roderick Schertler <roderick@argon.org>
15849 Branch: perl
15850 ! perl.h
15851____________________________________________________________________________
15852[ 406] By: mbeattie on 1998/01/08 15:56:02
15853 Log: Configure and hints/dec_osf.sh changes for Digital UNIX:
15854 Subject: [PATCH] perl5.004_56 NOT OK on alpha-dec_osf-thread (Digital UNIX X5.0-13)
15855 Date: Sat, 20 Dec 1997 02:30:01 -0500
15856 From: Spider Boardman <spider@web.zk3.dec.com>
15857 Branch: perl
15858 ! Configure hints/dec_osf.sh
15859____________________________________________________________________________
15860[ 405] By: mbeattie on 1998/01/08 15:53:40
15861 Log: Missing "" in Configure echo for gethbadd_addr_type.
15862 Branch: perl
15863 ! Configure
15864____________________________________________________________________________
15865[ 404] By: mbeattie on 1998/01/08 13:04:48
15866 Log: print/printf/... over-eager mg_find for glob magic:
15867 Subject: [PATCH] fix inefficient checks for TIEHANDLE
15868 Date: Wed, 07 Jan 1998 20:06:05 -0500
15869 From: Gurusamy Sarathy <gsar@engin.umich.edu>
15870 Branch: perl
15871 ! pp_hot.c pp_sys.c
15872____________________________________________________________________________
15873[ 403] By: mbeattie on 1998/01/08 12:56:31
15874 Log: Assorted VMS patches (mostly VMS makefile update for new headers):
15875 Subject: [PATCH] VMS update for 5.004_56
15876 Date: Sat, 03 Jan 1998 03:54:29 -0500 (EST)
15877 From: Charles Bailey <bailey@newman.upenn.edu>
15878 Branch: perl
15879 ! lib/blib.pm proto.h regcomp.h vms/config.vms vms/descrip.mms
15880 ! vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms vms/vms.c
15881 ! vms/vmsish.h
15882____________________________________________________________________________
15883[ 402] By: mbeattie on 1998/01/08 12:46:15
15884 Log: Fix utils/perldoc.PL for dos-djgpp:
15885 Subject: 5.004_56: perldoc.PL dos-djgpp patches
15886 Date: Tue, 6 Jan 1998 18:14:59 +0100
15887 From: Molnar Laszlo <molnarl@cdata.tvnet.hu>
15888 Branch: perl
15889 ! utils/perldoc.PL
15890____________________________________________________________________________
15891[ 401] By: mbeattie on 1998/01/08 12:40:14
15892 Log: Version 2.13 of GetoptLong:
15893 Subject: Re: ANNOUNCE: perl 5.004_56 is available
15894 Date: 06 Jan 1998 16:21:45 +0100
15895 From: JVromans@Squirrel.nl (Johan Vromans)
15896 Branch: perl
15897 ! lib/Getopt/Long.pm lib/newgetopt.pl
15898____________________________________________________________________________
15899[ 400] By: mbeattie on 1998/01/08 12:28:08
15900 Log: Fix variable export and threading configuration for AIX:
15901 Subject: [PATCH] 5.004_56: AIX 4.1.5.0: sans et avec threads
15902 Date: Tue, 23 Dec 1997 15:39:12 +0200 (EET)
15903 From: Jarkko Hietaniemi <jhi@iki.fi>
15904 Branch: perl
15905 ! Configure perl_exp.SH
15906____________________________________________________________________________
15907[ 399] By: mbeattie on 1998/01/08 12:25:38
15908 Log: Regexp fix: (?>a+)b doesn't match aaab:
15909 Subject: Re: Regexp [PATCH] 5.004_56 (?>...)
15910 Date: Fri, 19 Dec 1997 16:02:50 -0500 (EST)
15911 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15912 Branch: perl
15913 ! regexec.c t/op/re_tests
15914____________________________________________________________________________
15915[ 398] By: mbeattie on 1998/01/08 12:23:41
15916 Log: Fix hv_delete for 'm'-magic. Based on following patch, modified
15917 to cope with ENV_IS_CASELESS:
15918 Subject: [perl5.004_56] [PATCH] hv_delete and 'm' magic
15919 Date: Fri, 19 Dec 1997 11:31:36 -0500
15920 From: Owen Taylor <owt1@cornell.edu>
15921 Branch: perl
15922 ! hv.c
15923____________________________________________________________________________
15924[ 397] By: mbeattie on 1998/01/08 12:10:29
15925 Log: Integrate win32 branch into mainline.
15926 Branch: perl
15927 !> (integrate 41 files)
15928____________________________________________________________________________
15929[ 396] By: gsar on 1998/01/07 19:12:27
15930 Log: tweak case-insensitive ENV implementation
15931 Branch: win32/perl
15932 ! hv.c
15933____________________________________________________________________________
15934[ 395] By: nick on 1998/01/07 18:40:55
15935 Log: Integrate win32 branch
15936 Branch: ansiperl
15937 !> (integrate 31 files)
15938____________________________________________________________________________
15939[ 394] By: gsar on 1998/01/05 19:17:40
15940 Log: Allow $ENV{PERL5SHELL} to contain switches etc., and document
15941 the fact
15942 Branch: win32/perl
15943 ! pod/perlrun.pod win32/win32.c
15944____________________________________________________________________________
15945[ 393] By: gsar on 1998/01/05 05:43:33
15946 Log: Support case-tolerant %ENV
15947 - underlying system calls see the case-as-supplied by user
15948 - added tests to verify addition/deletion/enumeration case-tolerance
15949 - hv.c touched, but changes are fully conditional on -DENV_IS_CASELESS,
15950 which is default on win32 now
15951 Branch: win32/perl
15952 ! hv.c t/op/magic.t win32/win32.h
15953____________________________________________________________________________
15954[ 392] By: gsar on 1998/01/04 17:55:19
15955 Log: Add a tweaked version of:
15956 Message-Id: <199801040630.AA29298@metronet.com>
15957 Date: Sun, 04 Jan 1998 00:30:57 CST
15958 From: Tye McQueen <tye@metronet.com>
15959 Subject: New patch for $^E==GetLastError() under Win32
15960 Branch: win32/perl
15961 ! doio.c lib/dumpvar.pl lib/perl5db.pl mg.c perl.h
15962 ! pod/perlfunc.pod pod/perlvar.pod util.c win32/makedef.pl
15963 ! win32/win32.c win32/win32.h
15964____________________________________________________________________________
15965[ 391] By: gsar on 1998/01/04 07:59:44
15966 Log: Various win32 fixes
15967 - support spawn via system(&P_NOWAIT,...) like OS2
15968 - support wait() and waitpid()
15969 - s/GetCurrentDirectory/GetCwd/, long-named XS to be removed
15970 - support -lfoo properly in ExtUtils::Liblist
15971 - fix outdated info about Win32 support in perlfaq2
15972 - fix win32 bug in perldoc that causes spurious warnings
15973 - regularize global function/variable names yet more
15974 - fix bug in do_aspawn() (it was always invoking shell, instead of
15975 almost never)
15976 - implement and export win32_wait()
15977 - stub version of USE_RTL_THREAD_API
15978 Branch: win32/perl
15979 ! README.win32 dosish.h lib/Cwd.pm lib/ExtUtils/Liblist.pm
15980 ! pod/perlfaq2.pod pp_sys.c util.c utils/perldoc.PL
15981 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15982 ! win32/config_h.PL win32/perllib.c win32/win32.c win32/win32.h
15983 ! win32/win32iop.h win32/win32sck.c win32/win32thread.c
15984 ! win32/win32thread.h
15985____________________________________________________________________________
15986[ 390] By: gsar on 1997/12/30 21:00:28
15987 Log: Fix $ENV{Path} in FindBin.pm
15988 Branch: win32/perl
15989 ! lib/FindBin.pm
15990____________________________________________________________________________
15991[ 389] By: nick on 1997/12/29 10:33:23
15992 Log: Resolve ansiperl against win32
15993 Branch: ansiperl
15994 !> (integrate 105 files)
15995____________________________________________________________________________
15996[ 388] By: gsar on 1997/12/24 04:59:28
15997 Log: make $? Unix (and ActiveWare) compatible
15998 Branch: win32/perl
15999 ! README.win32 win32/win32.c
16000____________________________________________________________________________
16001[ 387] By: gsar on 1997/12/24 04:21:30
16002 Log: support ioctl() on sockets (does what ioctlsocket() does) to make
16003 non-blocking IO on sockets possible
16004 Branch: win32/perl
16005 ! README.win32 dosish.h win32/makedef.pl win32/win32.c
16006 ! win32/win32iop.h win32/win32sck.c
16007____________________________________________________________________________
16008[ 386] By: gsar on 1997/12/24 03:10:55
16009 Log: support getlogin()
16010 Branch: win32/perl
16011 ! README.win32 win32/config.bc win32/config.gc win32/config.vc
16012 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16013 ! win32/win32.c win32/win32.h
16014____________________________________________________________________________
16015[ 385] By: gsar on 1997/12/24 02:24:59
16016 Log: add support for crypt() via user-supplied des_fcrypt() source or library.
16017 Update README.win32.
16018 Branch: win32/perl
16019 ! README.win32 perl.h win32/Makefile win32/makedef.pl
16020 ! win32/makefile.mk win32/win32.c win32/win32.h win32/win32iop.h
16021____________________________________________________________________________
16022[ 384] By: gsar on 1997/12/24 02:22:42
16023 Log: tweak op.c to avoid warning
16024 Branch: win32/perl
16025 ! op.c
16026____________________________________________________________________________
16027[ 383] By: gsar on 1997/12/23 21:12:42
16028 Log: Trivial bugfix#3 from local repository
16029 Message-Id: <199712061100.GAA14864@aatma.engin.umich.edu>
16030 Subject: Re: Assigning result of pop scrambles unrelated reference
16031 Date: Sat, 06 Dec 1997 06:00:45 -0500
16032 From: Gurusamy Sarathy <gsar@engin.umich.edu>
16033 Branch: win32/perl
16034 ! sv.c
16035____________________________________________________________________________
16036[ 382] By: gsar on 1997/12/23 21:09:32
16037 Log: Trivial bugfix#2 from local repository
16038 Message-Id: <199712061025.FAA14396@aatma.engin.umich.edu>
16039 Subject: Re: eval of sub gives spurious "uninitialised" warning
16040 Date: Sat, 06 Dec 1997 05:25:07 -0500
16041 From: Gurusamy Sarathy <gsar@engin.umich.edu>
16042 Branch: win32/perl
16043 ! op.c pod/perldelta.pod pod/perlfunc.pod t/op/eval.t
16044____________________________________________________________________________
16045[ 381] By: gsar on 1997/12/23 21:01:04
16046 Log: Trivial bugfix#1 from local repository
16047 Message-Id: <199711282326.SAA15090@aatma.engin.umich.edu>
16048 Subject: [PATCH] Re: [5.004_04 BUG] bless broke scoping?
16049 Date: Fri, 28 Nov 1997 18:26:52 -0500
16050 From: Gurusamy Sarathy <gsar@engin.umich.edu>
16051 Branch: win32/perl
16052 ! scope.c
16053____________________________________________________________________________
16054[ 380] By: gsar on 1997/12/18 15:10:23
16055 Log: Integrate mainline
16056 Branch: win32/perl
16057 +> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
16058 +> djgpp/djgppsed.sh djgpp/fixpmain hints/dos_djgpp.sh
16059 +> os2/os2.sym os2/os2thread.h
16060 !> (integrate 77 files)
16061
16062----------------
16063Version 5.004_56
16064----------------
16065
16066____________________________________________________________________________
16067[ 379] By: mbeattie on 1997/12/18 13:28:35
16068 Log: Integrate ansi @364,@366 into mainline.
16069 Branch: perl
16070 !> lib/ExtUtils/MakeMaker.pm miniperlmain.c perl.h
16071____________________________________________________________________________
16072[ 378] By: mbeattie on 1997/12/18 13:20:15
16073 Log: Add a few missing files to MANIFEST
16074 Branch: perl
16075 ! MANIFEST
16076____________________________________________________________________________
16077[ 377] By: mbeattie on 1997/12/18 13:00:16
16078 Log: Bump patchlevel to 56.
16079 Branch: perl
16080 ! patchlevel.h
16081____________________________________________________________________________
16082[ 376] By: nick on 1997/12/18 01:32:12
16083 Log: Resolve against mainline
16084 Branch: ansiperl
16085 +> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
16086 +> djgpp/djgppsed.sh djgpp/fixpmain hints/dos_djgpp.sh
16087 +> os2/os2.sym os2/os2thread.h
16088 !> (integrate 74 files)
16089____________________________________________________________________________
16090[ 375] By: nick on 1997/12/18 01:06:15
16091 Log: Resolve against Win32
16092 Branch: ansiperl
16093 !> Configure README.threads config_h.SH doop.c embed.h
16094 !> ext/DynaLoader/dl_aix.xs global.sym hints/aix.sh
16095 !> hints/irix_6.sh op.c op.h perl.h perlvars.h pp_hot.c pp_sys.c
16096 !> sv.c sv.h thread.h util.c
16097____________________________________________________________________________
16098[ 374] By: mbeattie on 1997/12/17 14:44:26
16099 Log: Lots of VMS changes. vms/gen_shrfls.pl (which parses header files)
16100 needs rewriting now that we use perlvars.h and foovar.h:
16101 Subject: [PATCH] 5.004_54 under VMS (fwd)
16102 Date: Wed, 26 Nov 1997 12:32:09 -0400 (EDT)
16103 From: Charles Bailey <BAILEY@newman.upenn.edu>
16104 Branch: perl
16105 ! dosish.h handy.h intrpvar.h os2/os2ish.h perl.c perl.h
16106 ! plan9/plan9ish.h pp.c proto.h sv.c t/lib/thread.t
16107 ! t/lib/timelocal.t t/op/nothread.t taint.c thrdvar.h toke.c
16108 ! unixish.h vms/config.vms vms/descrip.mms vms/fndvers.com
16109 ! vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms
16110 ! vms/test.com vms/vms.c vms/vms_yfix.pl vms/vmsish.h
16111____________________________________________________________________________
16112[ 373] By: mbeattie on 1997/12/17 14:10:50
16113 Log: Major changes to the DOS/djgpp port (including threading):
16114 Subject: Re: dos-djgpp port not in perl 5.004_54
16115 Date: Fri, 21 Nov 1997 10:58:26 +0100
16116 From: Molnar Laszlo <molnarl@cdata.tvnet.hu>
16117 Branch: perl
16118 + README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
16119 + djgpp/djgppsed.sh djgpp/fixpmain hints/dos_djgpp.sh
16120 ! Configure MANIFEST Makefile.SH doio.c dosish.h
16121 ! ext/POSIX/POSIX.xs installhtml installperl lib/AutoSplit.pm
16122 ! lib/Cwd.pm lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
16123 ! lib/ExtUtils/Manifest.pm lib/File/Basename.pm lib/File/Find.pm
16124 ! lib/File/Path.pm lib/FindBin.pm lib/Pod/Html.pm
16125 ! lib/Pod/Text.pm lib/Term/Cap.pm lib/perl5db.pl makedepend.SH
16126 ! mg.c perl.c pod/pod2man.PL pp_hot.c t/io/fs.t t/lib/anydbm.t
16127 ! t/lib/filehand.t t/lib/gdbm.t t/lib/io_sel.t t/lib/io_tell.t
16128 ! t/lib/sdbm.t t/lib/thread.t t/op/magic.t t/op/stat.t
16129 ! t/op/sysio.t t/op/taint.t utils/perldoc.PL
16130____________________________________________________________________________
16131[ 372] By: mbeattie on 1997/12/17 13:18:34
16132 Log: Upgrade DB_File to 1.56:
16133 Subject: DB_File-1.56 for _55
16134 Date: Tue, 16 Dec 1997 22:25:29 +0000 (GMT)
16135 From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
16136 Branch: perl
16137 ! Configure ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
16138 ! ext/DB_File/Makefile.PL ext/DB_File/typemap t/lib/db-btree.t
16139____________________________________________________________________________
16140[ 371] By: mbeattie on 1997/12/17 12:02:03
16141 Log: Threading patches for OS/2 (missing files taken from previous patch):
16142 Subject: Re: 5.004_55: OS/2 patches again
16143 Date: Sat, 13 Dec 1997 18:09:15 -0500 (EST)
16144 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16145 Branch: perl
16146 + os2/os2.sym os2/os2thread.h
16147 ! MANIFEST hints/os2.sh os2/Changes os2/Makefile.SHs
16148 ! os2/OS2/PrfDB/PrfDB.xs os2/OS2/REXX/REXX.xs os2/os2.c
16149 ! os2/os2ish.h perl.h
16150____________________________________________________________________________
16151[ 370] By: mbeattie on 1997/12/17 11:01:34
16152 Log: Add OS2 to list for DONT_DECLARE_STD in perl.h:
16153 Subject: Re: 5.004_55: OS/2 patches again
16154 Date: Sat, 13 Dec 1997 18:05:55 -0500 (EST)
16155 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16156 Branch: perl
16157 ! perl.h
16158____________________________________________________________________________
16159[ 369] By: mbeattie on 1997/12/17 10:59:40
16160 Log: Fix typo in compiler B/C.pm.
16161 Branch: perlext
16162 ! Compiler/B/C.pm
16163____________________________________________________________________________
16164[ 368] By: mbeattie on 1997/12/17 10:58:35
16165 Log: Allow "perldoc -F filename":
16166 Subject: 5.004_55: Patch to perldoc
16167 Date: Thu, 11 Dec 1997 19:37:00 -0500 (EST)
16168 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16169 Branch: perl
16170 ! utils/perldoc.PL
16171____________________________________________________________________________
16172[ 367] By: mbeattie on 1997/12/17 10:54:47
16173 Log: Fix not-reached warning for pp_threadsv.
16174 Branch: perl
16175 ! pp.c
16176____________________________________________________________________________
16177[ 366] By: nick on 1997/12/14 16:06:24
16178 Log: Fix typo in Ilya's patch :-(
16179 Branch: ansiperl
16180 ! lib/ExtUtils/MakeMaker.pm
16181____________________________________________________________________________
16182[ 365] By: nick on 1997/12/14 15:30:25
16183 Log: #undef new PERLVARIC macro in appropriate places
16184 Branch: ansiperl
16185 ! miniperlmain.c perl.h
16186____________________________________________________________________________
16187[ 364] By: nick on 1997/12/14 15:04:36
16188 Log: Ilya's MakeMaker (empty makefile) patch
16189 Branch: ansiperl
16190 ! lib/ExtUtils/MakeMaker.pm
16191____________________________________________________________________________
16192[ 363] By: gsar on 1997/12/13 05:57:13
16193 Log: Integrate mainline. Builds and passes (Borland).
16194 Branch: win32/perl
16195 !> Configure README.threads config_h.SH doop.c embed.h
16196 !> ext/DynaLoader/dl_aix.xs global.sym hints/aix.sh
16197 !> hints/irix_6.sh op.c op.h perl.h perlvars.h pp_hot.c pp_sys.c
16198 !> sv.c sv.h thread.h util.c
16199____________________________________________________________________________
16200[ 362] By: nick on 1997/12/13 02:53:03
16201 Log: Resolve ansiperl against mainline
16202 Branch: ansiperl
16203 !> (integrate 92 files)
16204____________________________________________________________________________
16205[ 361] By: mbeattie on 1997/12/12 16:20:38
16206 Log: pp_print and pp_prtf handling of tied file handles used EXTEND
16207 instead of MEXTEND leading to core dumps. This fix needs
16208 propagating back to the maintenance branch.
16209 Branch: perl
16210 ! pp_hot.c pp_sys.c
16211____________________________________________________________________________
16212[ 360] By: mbeattie on 1997/12/11 15:45:56
16213 Log: Add missing patch to op.c that didn't come across with win32 merge.
16214 Branch: perl
16215 ! op.c
16216____________________________________________________________________________
16217[ 359] By: mbeattie on 1997/12/11 11:54:41
16218 Log: Stop tr/// from writing to target when only counting.
16219 Branch: perl
16220 ! doop.c op.c op.h
16221____________________________________________________________________________
16222[ 358] By: mbeattie on 1997/12/10 18:36:26
16223 Log: Fix char*/unsigned char* clashes in util.c:fbm_instr and remove
16224 a few extraneous trailing semicolons in perlvars.h.
16225 Branch: perl
16226 ! perlvars.h util.c
16227____________________________________________________________________________
16228[ 357] By: mbeattie on 1997/12/10 18:33:53
16229 Log: Start overhauling compiler. It was working at least minimally
16230 right up until the final tweak of B.xs to add threadsv_names
16231 at which point building it provokes a seg fault in perl while
16232 doing the xsubpp :-(.
16233 Branch: perl
16234 ! op.h util.c
16235 Branch: perlext
16236 ! Compiler/B.pm Compiler/B.xs Compiler/B/Asmdata.pm
16237 ! Compiler/B/C.pm Compiler/B/CC.pm Compiler/Makefile.PL
16238 ! Compiler/bytecode.pl Compiler/byteperl.c Compiler/byterun.c
16239 ! Compiler/byterun.h Compiler/cc_harness Compiler/cc_runtime.h
16240 ! Compiler/ccop.c Compiler/ccop.h Compiler/test_harness
16241 ! Compiler/test_harness_cc
16242____________________________________________________________________________
16243[ 356] By: mbeattie on 1997/12/10 13:43:32
16244 Log: Fix perl_os_thread typedef for pthreads. Tweak SvTAINT so that
16245 sv_setfoo functions go back to not needing dTHR. Fix Configure
16246 to check for already-existing -thread on archname and to check
16247 better for d_pthread_created_joinable.
16248 Branch: perl
16249 ! Configure perl.h sv.c sv.h thread.h
16250____________________________________________________________________________
16251[ 355] By: mbeattie on 1997/12/10 10:53:58
16252 Log: Minor fix/speedup to util.c:fbm_instr:
16253 Subject: 5.004_55: Minor regexp patch
16254 Date: Fri, 5 Dec 1997 05:09:54 -0500 (EST)
16255 From: Ilya Zakharevich <ilya@MATH.OHIO-STATE.EDU>
16256 Branch: perl
16257 ! util.c
16258____________________________________________________________________________
16259[ 354] By: mbeattie on 1997/12/10 10:41:25
16260 Log: Patches for IRIX, AIX and some generic stuff:
16261 Subject: [PATCH] _55: Mostly AIX stuff but also IRIX and generic
16262 Date: Sat, 29 Nov 1997 08:35:30 -0800 (PST)
16263 From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
16264 (checked/ignored a few rejects; tweaked wording).
16265 Branch: perl
16266 ! Configure README.threads config_h.SH embed.h
16267 ! ext/DynaLoader/dl_aix.xs global.sym hints/aix.sh
16268 ! hints/irix_6.sh
16269____________________________________________________________________________
16270[ 353] By: mbeattie on 1997/12/10 10:10:19
16271 Log: Integrate win32 back into mainline (trivial).
16272 Branch: perl
16273 +> embedvar.h intrpvar.h perlvars.h thrdvar.h win32/config.gc
16274 +> win32/config_H.gc
16275 !> (integrate 36 files)
16276____________________________________________________________________________
16277[ 352] By: nick on 1997/12/09 17:36:45
16278 Log: Resolve win32 - Sarathy's tweak.
16279 Branch: ansiperl
16280 !> win32/makedef.pl
16281____________________________________________________________________________
16282[ 351] By: gsar on 1997/12/08 06:13:04
16283 Log: re-add PERLVARI?C? change that somehow went missing in makedef.pl
16284 Branch: win32/perl
16285 ! win32/makedef.pl
16286____________________________________________________________________________
16287[ 350] By: nick on 1997/12/05 00:56:03
16288 Log: Resolve ansiperl against win32
16289 Branch: ansiperl
16290 - win32/makegcc.mk
16291 !> embed.h embed.pl embedvar.h global.sym miniperlmain.c perl.h
16292 !> perlvars.h win32/Makefile win32/config.gc win32/makedef.pl
16293 !> win32/makefile.mk win32/perllib.c win32/win32.h
16294____________________________________________________________________________
16295[ 349] By: gsar on 1997/12/02 07:28:23
16296 Log: Revert to keeping (some) constant strings as globals
16297 Branch: win32/perl
16298 ! embed.h embed.pl embedvar.h global.sym miniperlmain.c perl.h
16299 ! perlvars.h win32/makedef.pl win32/perllib.c
16300____________________________________________________________________________
16301[ 348] By: gsar on 1997/12/02 05:38:06
16302 Log: makegcc.mk merged into makefile.mk, so makegcc.mk is gone.
16303 Other minor fixes. Now is a good time to get the changes in win32 branch.
16304 Branch: win32/perl
16305 - win32/makegcc.mk
16306 ! win32/Makefile win32/config.gc win32/makefile.mk win32/win32.h
16307____________________________________________________________________________
16308[ 347] By: gsar on 1997/12/02 03:32:55
16309 Log: Integrate winansi again. Result builds and passes all tests on all
16310 three compilers.
16311 Branch: win32/perl
16312 !> lib/ExtUtils/MM_Win32.pm win32/config.gc win32/makefile.mk
16313 !> win32/makegcc.mk win32/win32.h
16314____________________________________________________________________________
16315[ 346] By: gsar on 1997/12/02 03:28:23
16316 Log: various hacks to get mingw32 to build. Sync Makefile with makefile.mk.
16317 makegcc.mk to be merged into makefile.mk soon.
16318 Branch: win32/perl
16319 ! lib/ExtUtils/MM_Win32.pm win32/Makefile win32/config.gc
16320 ! win32/makedef.pl win32/makefile.mk win32/makegcc.mk
16321 ! win32/win32.h
16322____________________________________________________________________________
16323[ 345] By: nick on 1997/12/02 01:57:17
16324 Log: Add a 4th step (yes FOUR) to dll build process for gcc.
16325 Now runs again...
16326 Branch: ansiperl
16327 ! lib/ExtUtils/MM_Win32.pm
16328____________________________________________________________________________
16329[ 344] By: nick on 1997/12/02 01:11:16
16330 Log: Sarathy's patch
16331 Branch: ansiperl
16332 ! lib/ExtUtils/MM_Win32.pm win32/config.gc win32/makefile.mk
16333 ! win32/makegcc.mk win32/win32.h
16334____________________________________________________________________________
16335[ 343] By: gsar on 1997/12/01 04:37:06
16336 Log: Reverse integrate to get all of Nick's changes over at winansi (win32/perl/*
16337 is identical to ansiperl/* now)
16338 Branch: win32/perl
16339 +> embedvar.h intrpvar.h perlvars.h thrdvar.h
16340 !> (integrate 34 files)
16341____________________________________________________________________________
16342[ 342] By: nick on 1997/12/01 04:01:57
16343 Log: Builds and passes all tests with gcc on Win32 - phew!
16344 Branch: ansiperl
16345 ! embed.h embedvar.h ext/Opcode/Opcode.xs global.sym perl.h
16346 ! proto.h util.c win32/makedef.pl
16347____________________________________________________________________________
16348[ 341] By: nick on 1997/12/01 02:54:29
16349 Log: Create a struct for all perls globals (as an option)
16350 Mainly for Mingw32 which cannot import data.
16351 Now only Opcode tests fail (op_desc/op_name not
16352 handled yet stuff)
16353 Branch: ansiperl
16354 ! EXTERN.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
16355 ! global.sym miniperlmain.c perl.c perl.h perlvars.h pp_hot.c
16356 ! proto.h run.c util.c win32/Makefile win32/makedef.pl
16357 ! win32/makegcc.mk win32/perllib.c win32/win32.c win32/win32.h
16358 ! win32/win32iop.h win32/win32thread.c
16359____________________________________________________________________________
16360[ 340] By: nick on 1997/11/30 20:21:10
16361 Log: Fixup exports in non -DDEBUGGING case
16362 Branch: ansiperl
16363 ! win32/makedef.pl
16364____________________________________________________________________________
16365[ 339] By: nick on 1997/11/30 20:10:04
16366 Log: Disable hard-coded -DDEBUGGING
16367 Branch: ansiperl
16368 ! win32/config_h.PL
16369____________________________________________________________________________
16370[ 338] By: nick on 1997/11/30 20:00:19
16371 Log: embed.pl now reads *var*.h to do its stuff.
16372 Split generated embed.h into two - new embedvar.h
16373 is #included when 'op' etc. will not mess up proto.h etc.
16374 Removed #define foo (thr->Tfoo) from thread.h
16375 Added some 'missing' symbols to global.sym, removed
16376 those in the *var*.h files
16377 Has build all MULTIPLICITY/USE_THREADS options on win32
16378 with VC++ (and passed tests), but not with exactly this set
16379 of files.
16380 Branch: ansiperl
16381 + embedvar.h
16382 ! embed.h embed.pl global.sym interp.sym intrpvar.h perl.h
16383 ! perlvars.h regcomp.c thrdvar.h thread.h win32/Makefile
16384 ! win32/makedef.pl
16385____________________________________________________________________________
16386[ 337] By: nick on 1997/11/29 23:55:31
16387 Log: Globals and structs via macros - part 1 of N
16388 - introduce perlvars.h intrpvar.h and thrdvar.h
16389 - change perl.h and thread.h to include them with
16390 appropriate macros defined
16391 - result is status-quo but with macros
16392 - next step is to tweak embed.* to capitalize on
16393 new easy-to-find info.
16394 Branch: ansiperl
16395 + intrpvar.h perlvars.h thrdvar.h
16396 ! perl.h thread.h win32/Makefile
16397____________________________________________________________________________
16398[ 336] By: nick on 1997/11/29 19:13:55
16399 Log: VC++ default to threaded
16400 Branch: ansiperl
16401 ! win32/Makefile
16402____________________________________________________________________________
16403[ 335] By: nick on 1997/11/29 18:38:26
16404 Log: Avoid __declspec(thread) by default, for both scratch
16405 return areas and THR stuff. Use struct thread intern instead.
16406 Branch: ansiperl
16407 ! win32/win32.c win32/win32.h win32/win32sck.c
16408 ! win32/win32thread.c win32/win32thread.h
16409____________________________________________________________________________
16410[ 334] By: nick on 1997/11/29 17:49:04
16411 Log: Non-threaded build fix
16412 Branch: ansiperl
16413 ! win32/win32thread.c
16414____________________________________________________________________________
16415[ 333] By: nick on 1997/11/29 17:29:07
16416 Log: Sort out malloc_mutex for perl's malloc
16417 Remove BINCOMPAT3 from embed.pl
16418 Add dependancy to CORE_H for PERL95_OBJ
16419 Branch: ansiperl
16420 ! dosish.h embed.h embed.pl global.sym perl.h win32/Makefile
16421 ! win32/win32.c
16422____________________________________________________________________________
16423[ 332] By: nick on 1997/11/29 16:21:01
16424 Log: Integrate win32 into ansiperl
16425 Branch: ansiperl
16426 !> README.threads hints/irix_6.sh lib/Test/Harness.pm
16427 !> lib/perl5db.pl malloc.c miniperlmain.c perl.h sv.c t/TEST
16428 !> t/lib/anydbm.t t/lib/db-btree.t t/lib/db-hash.t
16429 !> t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
16430 !> t/lib/safe2.t t/lib/sdbm.t t/op/pat.t t/op/taint.t
16431 !> win32/perllib.c
16432____________________________________________________________________________
16433[ 331] By: nick on 1997/11/29 01:35:45
16434 Log: GCC + Threads on Win32 - best gcc results yet
16435 Branch: ansiperl
16436 ! XSUB.h perl.h thread.h win32/makedef.pl win32/makegcc.mk
16437 ! win32/win32.h win32/win32iop.h win32/win32thread.c
16438 ! win32/win32thread.h
16439____________________________________________________________________________
16440[ 330] By: nick on 1997/11/28 23:05:08
16441 Log: Un-botch gcc workround
16442 Branch: ansiperl
16443 ! XSUB.h
16444____________________________________________________________________________
16445[ 329] By: nick on 1997/11/28 22:39:39
16446 Log: Builds completely with Mingw32, dynamic loaded extensions
16447 don't work yet - suspect __declspec() non-implemented issues.
16448 Branch: ansiperl
16449 ! XSUB.h lib/ExtUtils/Command.pm lib/ExtUtils/MM_Win32.pm
16450 ! lib/ExtUtils/Mksymlists.pm win32/config.gc win32/makegcc.mk
16451 ! win32/runperl.c win32/win32.c win32/win32iop.h
16452____________________________________________________________________________
16453[ 328] By: gsar on 1997/11/28 05:48:15
16454 Log: integrate winansi.
16455 Branch: win32/perl
16456 +> win32/config.gc win32/config_H.gc win32/makegcc.mk
16457 ! perl.h
16458 !> dosish.h hv.c win32/dl_win32.xs win32/include/sys/socket.h
16459 !> win32/makedef.pl win32/makefile.mk win32/runperl.c
16460 !> win32/win32.c win32/win32.h win32/win32iop.h win32/win32sck.c
16461____________________________________________________________________________
16462[ 327] By: gsar on 1997/11/28 05:38:48
16463 Log: Integrate mainline.
16464 Branch: win32/perl
16465 !> README.threads hints/irix_6.sh lib/Test/Harness.pm
16466 !> lib/perl5db.pl malloc.c miniperlmain.c sv.c t/TEST
16467 !> t/lib/anydbm.t t/lib/db-btree.t t/lib/db-hash.t
16468 !> t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
16469 !> t/lib/safe2.t t/lib/sdbm.t t/op/pat.t t/op/taint.t
16470 !> win32/perllib.c
16471____________________________________________________________________________
16472[ 326] By: nick on 1997/11/27 19:13:36
16473 Log: GCC builds perl.dll and perl.exe on Win32
16474 Branch: ansiperl
16475 ! win32/makedef.pl win32/makegcc.mk
16476____________________________________________________________________________
16477[ 325] By: nick on 1997/11/27 17:46:30
16478 Log: Add files and tweak others to get 'native' Mingw32 gcc port as
16479 far as building miniperl and perl.dll (but not import lib yet)
16480 Seems to lack popen()/pclose() and fcloseall() and fflushall().
16481 Also only CRTDLL not MCRTDLL so threading is probably not
16482 possible yet.
16483 Had to mess with win32iop.h's placement as we need __attribute__
16484 to get STDCALL, and #define of printf messes up proto.h
16485 Branch: ansiperl
16486 + win32/config.gc win32/config_H.gc win32/makegcc.mk
16487 ! dosish.h perl.h win32/dl_win32.xs win32/include/sys/socket.h
16488 ! win32/makefile.mk win32/runperl.c win32/win32.c win32/win32.h
16489 ! win32/win32iop.h win32/win32sck.c
16490____________________________________________________________________________
16491[ 324] By: mbeattie on 1997/11/27 17:08:06
16492 Log: Give dire warnings about the IRIX 6.2 kernel panic.
16493 Branch: perl
16494 ! README.threads hints/irix_6.sh
16495____________________________________________________________________________
16496[ 323] By: mbeattie on 1997/11/27 16:57:33
16497 Log: Fix prototypes of sv_vsetpvfn and sv_vcatpvfn:
16498 Subject: Re: ANNOUNCE: perl 5.004_55 is available
16499 Date: 27 Nov 1997 17:18:53 +0100
16500 From: koenig@kulturbox.de (Andreas J. Koenig)
16501 Branch: perl
16502 ! sv.c
16503____________________________________________________________________________
16504[ 322] By: mbeattie on 1997/11/27 16:12:15
16505 Log: Integrate win32 branch back into mainline.
16506 Branch: perl
16507 !> (integrate 42 files)
16508____________________________________________________________________________
16509[ 321] By: mbeattie on 1997/11/27 15:06:36
16510 Log: Fix t/lib/safe2.t for SunOS 4.1.3:
16511 Subject: Re: ANNOUNCE: perl 5.004_55 is available
16512 Date: Thu, 27 Nov 1997 10:46:42 +0000 (GMT)
16513 From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
16514 Branch: perl
16515 ! t/lib/safe2.t
16516____________________________________________________________________________
16517[ 320] By: mbeattie on 1997/11/27 15:02:59
16518 Log: Fix MYMALLOC (wrong #define in malloc.c):
16519 Subject: 5.004_55: MYMALLOC completely busted
16520 Date: Thu, 27 Nov 1997 01:08:16 -0500 (EST)
16521 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16522 Branch: perl
16523 ! malloc.c
16524____________________________________________________________________________
16525[ 319] By: mbeattie on 1997/11/27 15:01:37
16526 Log: Fix newSVrv so sv_setref_foo work better:
16527 Subject: [PATCH] [5.004_55] newSVrv (again)
16528 Date: Thu, 27 Nov 1997 00:25:50 -0500
16529 From: Owen Taylor <owt1@cornell.edu>
16530 Branch: perl
16531 ! sv.c
16532____________________________________________________________________________
16533[ 318] By: mbeattie on 1997/11/27 14:59:03
16534 Log: Output skipped test information in test suite:
16535 Subject: 5.004_55: Making test harness platform_aware
16536 Date: Wed, 26 Nov 1997 17:16:55 -0500 (EST)
16537 Date: Wed, 26 Nov 1997 17:16:55 -0500 (EST)
16538 Branch: perl
16539 ! lib/Test/Harness.pm t/TEST t/lib/anydbm.t t/lib/db-btree.t
16540 ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t
16541 ! t/lib/odbm.t t/lib/sdbm.t t/op/taint.t
16542____________________________________________________________________________
16543[ 317] By: mbeattie on 1997/11/27 14:55:15
16544 Log: Add 'W'atch command to debugger and improve help:
16545 Subject: 5.004_55: Debugger patch again
16546 Date: Wed, 26 Nov 1997 17:05:57 -0500 (EST)
16547 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16548 Branch: perl
16549 ! lib/perl5db.pl
16550____________________________________________________________________________
16551[ 316] By: mbeattie on 1997/11/27 14:52:44
16552 Log: Stop double initialisation of malloc_mutex:
16553 Subject: 5.004_55: Double initialiazation of malloc_mutex
16554 Date: Wed, 26 Nov 1997 16:51:43 -0500 (EST)
16555 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16556 Branch: perl
16557 ! miniperlmain.c win32/perllib.c
16558____________________________________________________________________________
16559[ 315] By: mbeattie on 1997/11/27 14:48:58
16560 Log: Fix PVLV case in sv_setsv (plus tests in op/pat.t).
16561 Branch: perl
16562 ! sv.c t/op/pat.t
16563____________________________________________________________________________
16564[ 314] By: nick on 1997/11/27 01:03:19
16565 Log: Merge win32 and ansiperl branches post _55 tweaks from Sarathy.
16566 Branch: ansiperl
16567 !> (integrate 897 files)
16568____________________________________________________________________________
16569[ 313] By: gsar on 1997/11/26 03:20:55
16570 Log: merge win32-aware installperl in ansiperl branch.
16571 Branch: win32/perl
16572 !> installperl
16573____________________________________________________________________________
16574[ 312] By: gsar on 1997/11/26 01:50:37
16575 Log: Fix for C<sort 'foo'...> bug:
16576 From: Gurusamy Sarathy <gsar@engin.umich.edu>
16577 Message-Id: <199711011946.OAA18882@aatma.engin.umich.edu>
16578 Subject: [PATCH] Re: Sort grammar bug
16579 Date: Sat, 01 Nov 1997 14:46:35 -0500
16580 ------
16581 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16582 Message-Id: <199711021247.MAA01743@crypt.compulink.co.uk>
16583 Subject: Re: Sort grammar bug
16584 Date: Sun, 02 Nov 1997 12:47:51 +0000
16585 Branch: win32/perl
16586 ! t/op/sort.t toke.c
16587____________________________________________________________________________
16588[ 311] By: nick on 1997/11/26 01:42:50
16589 Log: Win32-ize installperl
16590 Branch: ansiperl
16591 ! installperl
16592____________________________________________________________________________
16593[ 310] By: gsar on 1997/11/26 01:36:39
16594 Log: Another trivial patch:
16595 From: Gurusamy Sarathy <gsar@engin.umich.edu>
16596 Message-Id: <199710300245.VAA04244@aatma.engin.umich.edu>
16597 Subject: [PATCH] Re: Why doesn't XSRETURN have STMT_START/STMT_END brackets?
16598 Date: Wed, 29 Oct 1997 21:45:26 -0500
16599 Branch: win32/perl
16600 ! XSUB.h
16601____________________________________________________________________________
16602[ 309] By: nick on 1997/11/26 01:33:32
16603 Log: Fixup _55 for Win32:
16604 Missed thread :-> perl_thread changes
16605 Two #define THR (not the same)
16606 K&R style func in hv.c
16607 Branch: ansiperl
16608 ! hv.c win32/win32thread.c win32/win32thread.h
16609____________________________________________________________________________
16610[ 308] By: gsar on 1997/11/26 01:30:21
16611 Log: Sync yet another patch (this one manually edited):
16612 From: Gurusamy Sarathy <gsar@engin.umich.edu>
16613 Message-Id: <199710290251.VAA14362@aatma.engin.umich.edu>
16614 Subject: [PATCH] Re: local($@) gives core dump
16615 Date: Tue, 28 Oct 1997 21:51:25 -0500
16616 Branch: win32/perl
16617 ! pp_ctl.c
16618____________________________________________________________________________
16619[ 307] By: gsar on 1997/11/26 01:22:10
16620 Log: Sync another change from local repository.
16621 From: Gurusamy Sarathy <gsar@engin.umich.edu>
16622 Message-Id: <199710290316.WAA15888@aatma.engin.umich.edu>
16623 Subject: Re: do_postponed breaks with multiple interpreters
16624 Date: Tue, 28 Oct 1997 22:16:13 -0500
16625 Branch: win32/perl
16626 ! op.c
16627____________________________________________________________________________
16628[ 306] By: gsar on 1997/11/26 01:17:46
16629 Log: Sync a change from local repository.
16630 From: Gurusamy Sarathy <gsar@engin.umich.edu>
16631 Message-Id: <199710290106.UAA11485@aatma.engin.umich.edu>
16632 Subject: [PATCH] Re: Core dump from using sockets w/ system or open(pipe) or "`"
16633 Date: Tue, 28 Oct 1997 20:06:06 -0500
16634 Branch: win32/perl
16635 ! mg.c
16636____________________________________________________________________________
16637[ 305] By: nick on 1997/11/26 00:50:10
16638 Log: Integrate mainline as of _55
16639 Branch: ansiperl
16640 +> emacs/ptags
16641 !> (integrate 36 files)
16642____________________________________________________________________________
16643[ 304] By: gsar on 1997/11/26 00:27:57
16644 Log: Various changes to make it build cleanly and pass all tests:
16645 - needed to run `perl embed.pl`
16646 - use PERL_CORE instead of PERLDLL in places that do mean PERL_CORE
16647 - fix prototypes for a few declarations (Borland is finally quiet)
16648 - move declaration of Mymalloc etc to perl.h (since win32 and other
16649 ports may #define malloc themselves, to let extensions bind to
16650 the version that perl used)
16651 - move struct reg_data into a public header file, since it is
16652 referenced in a public datatype
16653 - win32 makefile fixes
16654 - fix remaining s/thread/perl_thread/
16655 Branch: win32/perl
16656 ! EXTERN.h embed.h ext/DynaLoader/dlutils.c
16657 ! ext/SDBM_File/sdbm/sdbm.h hv.c perl.h proto.h regcomp.h
16658 ! regexp.h win32/Makefile win32/dl_win32.xs win32/makefile.mk
16659 ! win32/win32.h win32/win32iop.h win32/win32thread.c
16660____________________________________________________________________________
16661[ 303] By: gsar on 1997/11/25 20:57:31
16662 Log: Fixup the places where the automatic merge got it wrong.
16663 Previous change (#302) was just a normal integration--ignore the
16664 "reverse" in there.
16665 Branch: win32/perl
16666 ! op.c perl.h
16667____________________________________________________________________________
16668[ 302] By: gsar on 1997/11/25 20:32:12
16669 Log: reverse integrate mainline
16670 Branch: win32/perl
16671 +> emacs/ptags
16672 !> (integrate 896 files)
16673
16674----------------
16675Version 5.004_55
16676----------------
16677
16678____________________________________________________________________________
16679[ 301] By: mbeattie on 1997/11/25 17:59:53
16680 Log: Fix minor thinkos in hv.c and pp_ctl.c. This is 5.004_55.
16681 Branch: perl
16682 ! hv.c pp_ctl.c
16683____________________________________________________________________________
16684[ 300] By: mbeattie on 1997/11/25 16:29:36
16685 Log: Add t/avhv.t to MANIFEST and bump patchlevel.h to 55.
16686 Branch: perl
16687 ! MANIFEST patchlevel.h
16688____________________________________________________________________________
16689[ 299] By: mbeattie on 1997/11/25 15:59:16
16690 Log: Move malloc_mutex initialisation/destruction:
16691 Subject: patch to 5.004_54 for pthreads with Perl's malloc
16692 From: ilya@math.ohio-state.edu (Ilya Zakharevich)
16693 Branch: perl
16694 ! malloc.c os2/os2.c os2/os2ish.h perl.c perl.h plan9/plan9ish.h
16695 ! unixish.h vms/vmsish.h
16696____________________________________________________________________________
16697[ 298] By: mbeattie on 1997/11/25 15:49:22
16698 Log: Make hv_ functions cope better with 'm'-magic:
16699 Subject: [5.004_54] Another neglected patch
16700 Date: Fri, 21 Nov 1997 22:28:17 -0500
16701 From: Owen Taylor <owt1@cornell.edu>
16702 Branch: perl
16703 ! hv.c
16704____________________________________________________________________________
16705[ 297] By: mbeattie on 1997/11/25 15:47:36
16706 Log: Fix typo in Thread.xs.
16707 Branch: perl
16708 ! ext/Thread/Thread.xs
16709____________________________________________________________________________
16710[ 296] By: mbeattie on 1997/11/25 15:42:07
16711 Log: Integrate from ansi branch to mainline.
16712 Branch: perl
16713 !> (integrate 890 files)
16714____________________________________________________________________________
16715[ 295] By: mbeattie on 1997/11/25 14:29:31
16716 Log: AIX patch for DynaLoader/dl_aix.xs and hints/aix.sh:
16717 Subject: Re: _54 on AIX
16718 Date: Tue, 25 Nov 1997 00:49:52 -0800 (PST)
16719 From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
16720 Branch: perl
16721 ! ext/DynaLoader/dl_aix.xs
16722____________________________________________________________________________
16723[ 294] By: mbeattie on 1997/11/25 14:29:10
16724 Log: AIX patch for hints/aix.sh:
16725 Subject: Re: _54 on AIX
16726 Date: Tue, 25 Nov 1997 00:49:52 -0800 (PST)
16727 From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
16728 Branch: perl
16729 ! hints/aix.sh
16730____________________________________________________________________________
16731[ 291] By: mbeattie on 1997/11/25 14:17:05
16732 Log: Fix scalar dereference of threadsv variables (e.g. $$_).
16733 Branch: perl
16734 ! op.c op.h
16735____________________________________________________________________________
16736[ 290] By: mbeattie on 1997/11/25 14:16:29
16737 Log: AIX patch (including Configure support for {sched,pthread}_yield,
16738 pthread initial detach state, renaming perl_thread to perl_os_thread
16739 and struct thread to struct perl_thread):
16740 Subject: Re: _54 on AIX
16741 Date: Thu, 20 Nov 1997 06:10:51 -0800 (PST)
16742 From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
16743 Branch: perl
16744 ! Configure config_h.SH cv.h ext/DB_File/DB_File.xs
16745 ! ext/Thread/Makefile.PL ext/Thread/Thread.pm
16746 ! ext/Thread/Thread.xs fakethr.h hints/aix.sh perl.c perl.h pp.h
16747 ! proto.h sv.h thread.h util.c win32/win32thread.c
16748 ! win32/win32thread.h
16749____________________________________________________________________________
16750[ 289] By: mbeattie on 1997/11/25 12:33:02
16751 Log: Rename perl_thread to perl_os_thread.
16752 Branch: perl
16753 ! fakethr.h thread.h util.c win32/win32thread.h
16754____________________________________________________________________________
16755[ 288] By: mbeattie on 1997/11/25 12:27:35
16756 Log: Remove bincompat3 support:
16757 Subject: Re: ANNOUNCE: perl5.004_54 is available
16758 Date: Wed, 19 Nov 1997 08:07:10 -0800 (PST)
16759 From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
16760 Branch: perl
16761 ! Configure INSTALL embed.h global.sym malloc.c
16762____________________________________________________________________________
16763[ 287] By: mbeattie on 1997/11/25 12:23:50
16764 Log: Emacs/tags update:
16765 Subject: Emacs/tags update for 5.004_54
16766 Date: Fri, 21 Nov 1997 15:02:09 -0500 (EST)
16767 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16768 Branch: perl
16769 + emacs/ptags
16770 ! MANIFEST Makefile.SH emacs/cperl-mode.el
16771____________________________________________________________________________
16772[ 286] By: nick on 1997/11/23 23:03:56
16773 Log: Add $$_ test
16774 Branch: ansiperl
16775 ! t/op/ref.t
16776____________________________________________________________________________
16777[ 285] By: gsar on 1997/11/23 08:26:00
16778 Log: Initial reverse integration of winansi branch.
16779 Branch: win32/perl
16780 !> (integrate 50 files)
16781____________________________________________________________________________
16782[ 284] By: gsar on 1997/11/23 07:32:24
16783 Log: Add to docs about the BEGIN { shift } feature. Make the change
16784 yet simpler using CvUNIQUE(compcv) instead of subline (Chip's idea).
16785 Branch: win32/perl
16786 ! op.c perly.c perly.y pod/perlfunc.pod vms/perly_c.vms
16787____________________________________________________________________________
16788[ 283] By: nick on 1997/11/22 21:29:30
16789 Log: Duplicate perl_threadsv
16790 Branch: ansiperl
16791 ! global.sym
16792____________________________________________________________________________
16793[ 282] By: nick on 1997/11/22 21:18:11
16794 Log: Munge pseudo-Configure stuff to add -thread to archname as
16795 Malcolm seems to think that is way to test for threads.
16796 Update @INC stuffing hackery to have traditional @INC
16797 search order archlib, privlib, sitearch, site.
16798 Branch: ansiperl
16799 ! t/lib/english.t win32/config.bc win32/config_H.bc
16800 ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
16801 ! win32/makefile.mk win32/win32.c win32/win32.h
16802____________________________________________________________________________
16803[ 281] By: nick on 1997/11/22 19:28:21
16804 Log: Builds and passes all but english.t on win32 VC++
16805 Branch: ansiperl
16806 ! global.sym pp_ctl.c win32/Makefile win32/config.vc
16807 ! win32/config_H.vc win32/win32thread.h
16808____________________________________________________________________________
16809[ 280] By: nick on 1997/11/22 18:10:50
16810 Log: ansiperl builds with Borland C++ again
16811 Branch: ansiperl
16812 ! pp_ctl.c regcomp.c regcomp.h regexec.c toke.c util.c
16813 ! win32/config.bc win32/config_H.bc win32/perlglob.c
16814 ! win32/win32.c win32/win32.h
16815____________________________________________________________________________
16816[ 279] By: nick on 1997/11/22 16:42:51
16817 Log: Resolve ansiperl against mainline
16818 Branch: ansiperl
16819 !> embed.h ext/Thread/Thread.xs global.sym op.c op.h perl.c
16820 !> perl.h pp.c pp_ctl.c pp_hot.c proto.h scope.c scope.h
16821 !> t/lib/english.t thread.h toke.c util.c
16822____________________________________________________________________________
16823[ 278] By: nick on 1997/11/22 16:30:27
16824 Log: Resolve ansiperl against win32
16825 Branch: ansiperl
16826 !> (integrate 55 files)
16827____________________________________________________________________________
16828[ 277] By: gsar on 1997/11/22 09:48:02
16829 Log: - shift() inside BEGIN|END|INIT now shifts @ARGV instead of @_
16830 - added a test for the above
16831 - fixed up perly.c.diff and vms/perl_c.vms for above and added the
16832 ansification hunks
16833 Branch: win32/perl
16834 ! op.c perly.c perly.c.diff perly.y t/op/misc.t vms/perly_c.vms
16835____________________________________________________________________________
16836[ 276] By: gsar on 1997/11/22 07:24:01
16837 Log: Generic change in win32 branch: don't just turn on CRIPPLED_CC
16838 when USE_THREADS. GCC for instance, can do without macros that use
16839 globals. Instead, selectively re#define only those macros
16840 that use globals to their functional equivalents. Tests 100% on
16841 Solaris/gcc (after `chmod +x t/op/nothread.t t/lib/thread.t` (hint,hint)).
16842 Branch: win32/perl
16843 ! perl.h sv.h
16844____________________________________________________________________________
16845[ 275] By: gsar on 1997/11/22 05:27:04
16846 Log: Integrate mainline.
16847 Branch: win32/perl
16848 +> ext/Thread/die.t ext/Thread/die2.t t/op/avhv.t
16849 - lib/Class/Fields.pm lib/ISA.pm
16850 !> (integrate 41 files)
16851____________________________________________________________________________
16852[ 274] By: mbeattie on 1997/11/21 18:28:22
16853 Log: $_ is now per-thread (rather a lot of changes). Only tested under
16854 *-linux-thread at the moment.
16855 Branch: perl
16856 ! embed.h ext/Thread/Thread.xs global.sym op.c op.h perl.c
16857 ! perl.h pp.c pp_ctl.c pp_hot.c proto.h scope.c scope.h
16858 ! t/lib/english.t thread.h toke.c util.c
16859____________________________________________________________________________
16860[ 273] By: mbeattie on 1997/11/21 10:31:29
16861 Log: Filter patch to toke.c:
16862 Subject: Tiny core patch for source filters
16863 Date: Thu, 20 Nov 1997 23:12:09 +0000 (GMT)
16864 From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
16865 Branch: perl
16866 ! toke.c
16867____________________________________________________________________________
16868[ 272] By: nick on 1997/11/21 00:54:43
16869 Log: Basic integrate of lastest perl into ansiperl
16870 Branch: ansiperl
16871 +> ext/Thread/die.t ext/Thread/die2.t t/op/avhv.t
16872 - lib/Class/Fields.pm lib/ISA.pm
16873 ! win32/win32.c win32/win32.h
16874 !> (integrate 57 files)
16875____________________________________________________________________________
16876[ 271] By: mbeattie on 1997/11/20 12:12:00
16877 Log: Initial stab at IRIX configuration support for threading. Manually
16878 applied parts of following patches:
16879 Subject: Perl 5.004_54 on IRIX
16880 Date: Wed, 19 Nov 1997 18:37:14 +0200 (EET)
16881 From: Jarkko Hietaniemi <jhi@iki.fi>
16882 Subject: Re: Perl 5.004_54 on IRIX
16883 Date: 19 Nov 1997 17:10:17 -0800
16884 From: Scott Henry <scotth@sgi.com>
16885 Branch: perl
16886 ! README.threads hints/irix_6.sh hints/irix_6_0.sh
16887 ! hints/irix_6_1.sh perl.h
16888____________________________________________________________________________
16889[ 270] By: mbeattie on 1997/11/19 17:45:37
16890 Log: The new jumbo regexp stuff did SSPUSHINT on a char* instead of
16891 SSPUSHPTR causing Alpha to core dump in pat.t. While fixing it,
16892 also fixed two instances of referring to SVs after destruction.
16893 Branch: perl
16894 ! regcomp.c regexec.c
16895____________________________________________________________________________
16896[ 269] By: mbeattie on 1997/11/19 15:33:23
16897 Log: avhv_keys under Digital UNIX made avhv.t fail because *keysp was
16898 changed by mg_get(*keysp) (!). Introducing a new local variable
16899 fixed it but I don't know if it's a compiler problem or some
16900 other corruption happening elsewhere.
16901 Branch: perl
16902 ! av.c
16903____________________________________________________________________________
16904[ 268] By: mbeattie on 1997/11/19 11:39:49
16905 Log: Let Configure sort out get{host,net}byaddr* prototypes:
16906 Subject: [PATCH] 5.004_54: little something for
16907 get{hos,ne}tbyaddr protos (Configure, config_h.SH, pp_sys.c)
16908 Date: Tue, 18 Nov 1997 19:08:19 +0200 (EET)
16909 From: Jarkko Hietaniemi <jhi@iki.fi>
16910 Branch: perl
16911 ! Configure config_h.SH pp_sys.c
16912____________________________________________________________________________
16913[ 267] By: mbeattie on 1997/11/19 11:04:15
16914 Log: Jumbo regexp patch applied (with minor fix-up tweaks):
16915 Subject: Version 7 of Jumbo RE patch available
16916 Date: Sun, 16 Nov 1997 00:29:39 -0500 (EST)
16917 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16918 Branch: perl
16919 ! MANIFEST dump.c embed.h global.sym mg.c op.c op.h perl.c
16920 ! perl.h pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
16921 ! regcomp.h regexec.c regexp.h sv.c t/op/misc.t t/op/pat.t
16922 ! t/op/re_tests t/op/regexp.t t/op/split.t t/op/subst.t toke.c
16923 ! util.c
16924____________________________________________________________________________
16925[ 266] By: mbeattie on 1997/11/18 17:26:09
16926 Log: Separate avhv_foo() key handling into avhv_keys(). Slightly tweaked
16927 version of patch:
16928 Subject: tie fake hash patch for 5.004_54
16929 Date: Sat, 15 Nov 1997 19:18:30 -0500
16930 From: Joshua Pritikin <pritikin@mindspring.com>
16931 Branch: perl
16932 + t/op/avhv.t
16933 ! av.c embed.h global.sym proto.h
16934____________________________________________________________________________
16935[ 265] By: mbeattie on 1997/11/18 16:51:04
16936 Log: Bring MANIFEST up to date. Add new thread tests.
16937 Branch: perl
16938 + ext/Thread/die.t ext/Thread/die2.t
16939 ! MANIFEST
16940____________________________________________________________________________
16941[ 264] By: mbeattie on 1997/11/18 16:41:27
16942 Log: magic_setisa enhanced to update %FIELDS automatically when @ISA
16943 is assigned to. Added tests to t/op/array.t. magic_setisa now
16944 warns about including non-existent packages in @ISA when -w is on.
16945 Branch: perl
16946 - lib/Class/Fields.pm lib/ISA.pm
16947 ! mg.c t/op/array.t
16948____________________________________________________________________________
16949[ 263] By: mbeattie on 1997/11/18 16:38:57
16950 Log: Fix typo in win32 -> mainline integration.
16951 Branch: perl
16952 ! perl.h
16953____________________________________________________________________________
16954[ 262] By: mbeattie on 1997/11/18 11:56:09
16955 Log: Integrate win32 branch back into mainline.
16956 Branch: perl
16957 - win32/win32io.c win32/win32io.h
16958 ! op.c
16959 !> (integrate 30 files)
16960____________________________________________________________________________
16961[ 261] By: gsar on 1997/11/18 00:14:02
16962 Log: Export our own FD_SET() et al to complete sockets-as-handles pretense.
16963 Branch: win32/perl
16964 ! win32/config.bc win32/config.vc win32/config_H.bc
16965 ! win32/config_H.vc win32/include/sys/socket.h win32/win32sck.c
16966____________________________________________________________________________
16967[ 260] By: nick on 1997/11/16 23:16:16
16968 Log: Generic file changes for MYMALLOC
16969 Branch: ansiperl
16970 ! miniperlmain.c perl.c
16971____________________________________________________________________________
16972[ 259] By: nick on 1997/11/16 23:14:36
16973 Log: MYMALLOC for Win32:
16974 1. Initialize malloc_mutex before it is used (all platforms!)
16975 2. Adjust #ifdef muddle to allow MYMALLOC and win32_ to coexist
16976 3. Tweak win32/config*.* to define MYMALLOC
16977 4. Provide sbrk() in terms of VirtualAlloc().
16978
16979 Also fixup -MT (perl95) build to handle Perl_current_thread
16980 via call to DLL (as though an extension).
16981 Branch: ansiperl
16982 ! win32/Makefile win32/config.bc win32/config.vc
16983 ! win32/config_H.bc win32/config_H.vc win32/makedef.pl
16984 ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
16985 ! win32/win32iop.h win32/win32thread.h
16986____________________________________________________________________________
16987[ 258] By: nick on 1997/11/15 20:42:28
16988 Log: Implement dTHR via __declspec(thread) - part 2
16989 Branch: ansiperl
16990 ! win32/makedef.pl win32/win32thread.c win32/win32thread.h
16991____________________________________________________________________________
16992[ 257] By: nick on 1997/11/15 19:52:53
16993 Log: Use __declspec(thread) var rather tha TslAlloc & co.
16994 Branch: ansiperl
16995 ! win32/makedef.pl win32/win32thread.c win32/win32thread.h
16996____________________________________________________________________________
16997[ 256] By: gsar on 1997/11/15 02:58:09
16998 Log: Add #include guard in Thread.xs so it will build even under
16999 no USE_THREADS (for win32). This was missed because of edit
17000 w/o checkout perforce kludge.
17001 Branch: win32/perl
17002 ! ext/Thread/Thread.xs
17003____________________________________________________________________________
17004[ 255] By: nick on 1997/11/15 00:33:46
17005 Log: Integrate mainline (5.004_54?) into ansiperl
17006 Branch: ansiperl
17007 !> MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
17008 !> ext/Thread/Thread/Specific.pm ext/Thread/join.t
17009 !> ext/Thread/specific.t global.sym lib/fields.pm mg.c op.c
17010 !> perl.c perl.h pp_ctl.c pp_hot.c pp_sys.c proto.h scope.c
17011 !> t/io/pipe.t t/lib/io_pipe.t t/op/magic.t thread.h
17012____________________________________________________________________________
17013[ 254] By: nick on 1997/11/15 00:25:26
17014 Log: Interate win32 into ansiperl
17015 Branch: ansiperl
17016 +> ext/Thread/Thread/Specific.pm ext/Thread/specific.t
17017 +> lib/fields.pm
17018 !> MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
17019 !> ext/Thread/join.t global.sym mg.c op.c perl.c perl.h pp_ctl.c
17020 !> pp_hot.c pp_sys.c proto.h scope.c t/io/pipe.t t/lib/io_pipe.t
17021 !> t/op/magic.t thread.h win32/Makefile win32/config.bc
17022 !> win32/config.vc win32/config_sh.PL win32/makefile.mk
17023____________________________________________________________________________
17024[ 253] By: gsar on 1997/11/14 22:04:58
17025 Log: Integrate mainline changes into win32 branch. Now would be a good time
17026 to reverse integrate the win32 branch into mainline.
17027 Branch: win32/perl
17028 +> ext/Thread/Thread/Specific.pm ext/Thread/specific.t
17029 +> lib/fields.pm
17030 !> MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
17031 !> ext/Thread/join.t global.sym mg.c op.c perl.c perl.h pp_ctl.c
17032 !> pp_hot.c pp_sys.c proto.h scope.c t/io/pipe.t t/lib/io_pipe.t
17033 !> t/op/magic.t thread.h
17034
17035----------------
17036Version 5.004_54
17037----------------
17038
17039____________________________________________________________________________
17040[ 252] By: mbeattie on 1997/11/14 15:07:19
17041 Log: Two more delays added to test suite to help *-solaris-thread.
17042 Branch: perl
17043 ! t/io/pipe.t t/lib/io_pipe.t
17044____________________________________________________________________________
17045[ 251] By: mbeattie on 1997/11/14 15:05:57
17046 Log: Remove stale code from Thread.xs.
17047 Branch: perl
17048 ! ext/Thread/Thread.xs
17049____________________________________________________________________________
17050[ 250] By: mbeattie on 1997/11/14 10:12:40
17051 Log: Add delay to signal handling in t/op/magic.t. (Solaris with pthreads
17052 doesn't run handlers for self-sent signals until kill has returned.)
17053 Branch: perl
17054 ! t/op/magic.t
17055____________________________________________________________________________
17056[ 249] By: gsar on 1997/11/14 05:14:44
17057 Log: Fix various details in win32 makefiles and Config.pm setup.
17058 - ldflags is set for both compilers now
17059 - extensions list is now correct
17060 - delete perl95.exe on distclean
17061 - cf_time now gets updated (once)
17062 - ccdlflags is set for Borland
17063 - fix startperl so dprofpp works
17064 Branch: win32/perl
17065 ! win32/Makefile win32/config.bc win32/config.vc
17066 ! win32/config_sh.PL win32/makefile.mk
17067____________________________________________________________________________
17068[ 248] By: mbeattie on 1997/11/13 18:01:27
17069 Log: Rewrite thread return code to distinguish between ordinary return
17070 and die() and make join propagate the die. Add tiny method eval
17071 which just does "return eval { shift->join; }". Add Thread::Specific
17072 class for access to thread specific user data along with specific.t.
17073 Rename Class to classname throughout Thread.xs for consistency.
17074 Fix pp_specific to pp_threadsv in global.sym. Add support to
17075 pp_entersub in pp_hot.c to lock stash for static locked methods.
17076 Branch: perl
17077 + ext/Thread/Thread/Specific.pm ext/Thread/specific.t
17078 + lib/fields.pm
17079 ! MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
17080 ! ext/Thread/join.t global.sym mg.c pp_hot.c thread.h
17081____________________________________________________________________________
17082[ 247] By: mbeattie on 1997/11/13 14:13:30
17083 Log: Change CONTEXT to PERL_CONTEXT throughout source (since the #define
17084 to avoid the Digital UNIX clash no longer works). Changed the #ifdef
17085 in pp_sys.c for whether getnet* function get protoyped (since the
17086 default had a broken prototype for getnetbyaddr).
17087 Branch: perl
17088 ! mg.c op.c perl.c perl.h pp_ctl.c pp_hot.c pp_sys.c proto.h
17089 ! scope.c thread.h
17090____________________________________________________________________________
17091[ 246] By: nick on 1997/11/13 02:44:40
17092 Log: Integrate Win32 branch
17093 Branch: ansiperl
17094 - configure ext/util/extliblist win32/bin/pl2bat.bat
17095 - win32/bin/search.bat win32/bin/test.bat win32/bin/webget.bat
17096 - win32/config.H win32/config.w32 win32/win32io.c
17097 - win32/win32io.h
17098 !> (integrate 905 files)
17099____________________________________________________________________________
17100[ 245] By: nick on 1997/11/13 00:47:54
17101 Log: Integrate (-ay) win32 branch at its creation to
17102 establish and ancestor as per perkforce technote #9
17103 Branch: ansiperl
17104 +> configure ext/util/extliblist win32/bin/pl2bat.bat
17105 +> win32/bin/search.bat win32/bin/test.bat win32/bin/webget.bat
17106 +> win32/config.H win32/config.w32
17107 !> (integrate 859 files)
17108____________________________________________________________________________
17109[ 244] By: gsar on 1997/11/12 22:26:39
17110 Log: More cleanups of win32/win32*.[ch] files. win32/win32iop.h now
17111 contains the all the declarations and macros for the win32io layer.
17112 New std-ish functions are exported now. All win32-specific exported
17113 functions begin with "win32_" consistently. win32 version of
17114 init_os_extras() is now exported, so embedders can get the in-core
17115 xsubs.
17116 Branch: win32/perl
17117 ! dosish.h win32/makedef.pl win32/win32.c win32/win32.h
17118 ! win32/win32iop.h win32/win32sck.c
17119____________________________________________________________________________
17120[ 243] By: gsar on 1997/11/12 07:41:52
17121 Log: Really delete deleted files.
17122 Branch: win32/perl
17123 - win32/win32io.c win32/win32io.h
17124____________________________________________________________________________
17125[ 242] By: gsar on 1997/11/12 07:40:54
17126 Log: Egregious IOsubsystem code excised. Phew, what a relief! Two
17127 files (win32/win32io.[ch]) completely removed, as are all traces
17128 of them in makefiles and MANIFEST. RunPerl() retains the void* arg
17129 for later. Various myfoo() things regularized to my_foo(). CPP not
17130 required anymore to create a perl binary :)
17131 Branch: win32/perl
17132 ! MANIFEST win32/Makefile win32/makedef.pl win32/makefile.mk
17133 ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
17134 ! win32/win32io.c win32/win32io.h win32/win32iop.h
17135 ! win32/win32sck.c
17136____________________________________________________________________________
17137[ 241] By: gsar on 1997/11/12 05:31:28
17138 Log: Fix various win32 code blemishes:
17139 - s/stolen/win32/g
17140 - s/(CROAK|WARN)/lc($1)/eg
17141 - remove deadcode from most places
17142 Branch: win32/perl
17143 ! win32/makedef.pl win32/win32.c win32/win32io.c
17144 ! win32/win32iop.h
17145____________________________________________________________________________
17146[ 240] By: gsar on 1997/11/12 04:36:29
17147 Log: Carry over changes in ansiperl branch. Win32 branch is now
17148 the leading edge.
17149 Branch: win32/perl
17150 ! embed.h global.sym perl.c win32/win32thread.c
17151 ! win32/win32thread.h
17152____________________________________________________________________________
17153[ 239] By: gsar on 1997/11/12 03:39:57
17154 Log: Add missing win32_closesocket() and export it (extension writers' complaint).
17155 Branch: win32/perl
17156 ! win32/include/sys/socket.h win32/makedef.pl win32/win32sck.c
17157____________________________________________________________________________
17158[ 238] By: gsar on 1997/11/12 03:25:17
17159 Log: Clean up win32/win32sck.c (runtime load of Winsock now gone, it can be
17160 done cleaner, if really needed (perhaps only for efficiency reasons?)).
17161 Redundant EXTERN_C definitions and related warnings fixed.
17162 Branch: win32/perl
17163 ! miniperlmain.c perl.h win32/perllib.c win32/win32io.c
17164 ! win32/win32iop.h win32/win32sck.c
17165____________________________________________________________________________
17166[ 237] By: nick on 1997/11/12 02:45:15
17167 Log: Fixup Win32
17168 - #undef start_env before re-#defining it
17169 - change pp_specific pp_threadsv in global.sym
17170 - re-build embed.h
17171 - avoid HAVE_THREAD_INTERN - we don't and empty struct
17172 is a pain. If we did have it it would contain cached
17173 values of things we can only get at _IN_ the thread
17174 so new_struct_thread is wrong place to call it.
17175 - add new macro SET_THREAD_SELF - we must (in main thread)
17176 define in win32thread.h, support in win32thread.c,
17177 test and call in perl.c
17178 Branch: ansiperl
17179 ! embed.h global.sym perl.c thread.h win32/win32thread.c
17180 ! win32/win32thread.h
17181____________________________________________________________________________
17182[ 236] By: nick on 1997/11/12 01:54:23
17183 Log: Integrate mainline after it integrated us.
17184 Accepted 'theirs' everywhere - so two branches should
17185 now point to same files again.
17186 Almost all of these were what was suggested, others were
17187 whitespace diffs. A few dubious spots which we will now
17188 go fix.
17189 Branch: ansiperl
17190 !> embed.h ext/DB_File/DB_File.xs ext/GDBM_File/GDBM_File.xs
17191 !> ext/Opcode/Opcode.pm ext/Thread/Thread.xs interp.sym mg.c op.c
17192 !> opcode.h opcode.pl perl.c perl.h pp.c pp_ctl.c pp_sys.c t/TEST
17193 !> t/lib/safe2.t t/lib/thread.t t/op/nothread.t thread.h toke.c
17194 !> util.c
17195____________________________________________________________________________
17196[ 235] By: gsar on 1997/11/12 01:22:26
17197 Log: Minor tweaks to add a thread_intern struct that should ultimately
17198 contain all the win32-specific statics.
17199 Win32 branch now passes all tests with or w/o USE_THREADS.
17200 Branch: win32/perl
17201 ! embed.h perl.c win32/win32thread.c win32/win32thread.h
17202____________________________________________________________________________
17203[ 234] By: gsar on 1997/11/11 23:08:54
17204 Log: Initial (untested) integration of mainline changes.
17205 Branch: win32/perl
17206 - configure
17207 !> (integrate 89 files)
17208____________________________________________________________________________
17209[ 233] By: mbeattie on 1997/11/11 18:07:30
17210 Log: Typo in thread.h: ADD_THREAD_INTERN should be HAVE_THREAD_INTERN
17211 Branch: perl
17212 ! thread.h
17213____________________________________________________________________________
17214[ 232] By: mbeattie on 1997/11/11 17:49:12
17215 Log: t/TEST (reverted to @229 version) should have been included in the
17216 previous change (231) but my way of recovering it didn't work
17217 properly. The change 231 comments about successful tests applies
17218 to this t/TEST (i.e. as of this change).
17219 Branch: perl
17220 ! t/TEST
17221____________________________________________________________________________
17222[ 231] By: mbeattie on 1997/11/11 17:46:59
17223 Log: Fix up ansiperl integration. Back to passing all expected tests
17224 with usethreads. Untested with non-threaded perl.
17225 Branch: perl
17226 ! embed.h ext/DB_File/DB_File.xs ext/GDBM_File/GDBM_File.xs
17227 ! perl.c perl.h pp.c t/lib/thread.t t/op/nothread.t util.c
17228____________________________________________________________________________
17229[ 230] By: mbeattie on 1997/11/11 16:36:22
17230 Log: Initial integration of ansi branch into mainline (untested).
17231 Branch: perl
17232 +> t/lib/thread.t t/op/nothread.t thread.sym
17233 - configure
17234 !> (integrate 84 files)
17235____________________________________________________________________________
17236[ 229] By: mbeattie on 1997/11/11 15:20:43
17237 Log: Change name of OP_SPECIFIC to OP_THREADSV. Fixed perl_get_sv when
17238 getting per-thread magicals. Fixed thr->errsv initialisation.
17239 Branch: perl
17240 ! ext/Opcode/Opcode.pm op.c opcode.h opcode.pl perl.c pp.c
17241 ! t/lib/safe2.t toke.c
17242____________________________________________________________________________
17243[ 228] By: mbeattie on 1997/11/11 12:48:26
17244 Log: Fix up $@ (ERRSV now refers to GvSV(errgv) for non-threaded perl and
17245 thr->errsv for threaded perl). Fix pp_tie and pp_dbmopen to use
17246 GvCV(gv) instead of gv so AUTOLOAD stuff works. All tests now pass
17247 again for non-threaded perl. Enhanced perl_get_sv to return
17248 per-thread magicals where necessary for threaded perl.
17249 Branch: perl
17250 ! embed.h ext/Thread/Thread.xs interp.sym mg.c op.c perl.c
17251 ! perl.h pp_ctl.c pp_sys.c thread.h toke.c util.c
17252____________________________________________________________________________
17253[ 227] By: mbeattie on 1997/11/11 11:00:02
17254 Log: hashlock bug.
17255
17256 Jobs fixed ...
17257
17258 hashlock fixed on 1997/11/11 by mbeattie@localhost
17259
17260 Subject: [perl5.004_53; patch] Another hash-locking fix
17261 Date: 23 Oct 1997 14:13:55 -0400
17262 From: Owen Taylor <owt1@cornell.edu>
17263 Branch: bugs
17264 + hashlock
17265____________________________________________________________________________
17266[ 226] By: gsar on 1997/11/11 02:11:23
17267 Log: Slightly more refined lock() keyword recognition (using %INC).
17268 Branch: win32/perl
17269 ! toke.c
17270____________________________________________________________________________
17271[ 225] By: gsar on 1997/11/11 00:26:09
17272 Log: "weak" lock keyword (hardcoded initial implementation) now works.
17273 if not defined(&Thread::join) and defined(&__PACKAGE__::lock), 'lock'
17274 is recognized as a sub, a regular keyword otherwise. Could be
17275 generalized by storing a flag for every op in OP struct, and turning
17276 the flag off when Thread.xs loads.
17277 Branch: win32/perl
17278 ! toke.c
17279____________________________________________________________________________
17280[ 224] By: gsar on 1997/11/10 22:59:55
17281 Log: Merge a patch in preparation for "weak keywords":
17282 From: Gurusamy Sarathy <gsar@engin.umich.edu>
17283 Message-Id: <199710080618.CAA23899@aatma.engin.umich.edu>
17284 Subject: [PATCH] global overrides for keywords
17285 Date: Wed, 08 Oct 1997 02:18:23 -0400
17286 Branch: win32/perl
17287 ! embed.h interp.sym perl.c perl.h toke.c
17288____________________________________________________________________________
17289[ 223] By: gsar on 1997/11/10 22:41:31
17290 Log: Remove runlevel. It was used to count how many runops() calls
17291 we were in the process of executing, and longjmp() to the topmost
17292 one (if not already there). We use a null top_env->je_prev
17293 to distinguish that now.
17294 Branch: win32/perl
17295 ! embed.h interp.sym perl.h pp_ctl.c run.c thread.h util.c
17296____________________________________________________________________________
17297[ 222] By: gsar on 1997/11/10 04:47:48
17298 Log: Win32 branch now contains all non-ansification changes in ansiperl branch.
17299 USE_THREADS case builds and passes all tests using both compilers.
17300 Additional tweaks:
17301 - fixup win32/makedef.pl to skip more symbols for non-thread build.
17302 - sync win32/Makefile with win32/makefile.mk
17303 >>>Non-thread build fails a lot of tests.<<<
17304 Branch: win32/perl
17305 + thread.sym
17306 ! MANIFEST ext/Thread/Thread.xs perl.c perl.h pp_sys.c sv.c
17307 ! util.c win32/Makefile win32/config.bc win32/config_H.bc
17308 ! win32/makedef.pl win32/makefile.mk
17309____________________________________________________________________________
17310[ 221] By: gsar on 1997/11/10 00:57:53
17311 Log: Initial (untested) merge of all non-ansi changes on ansiperl branch
17312 into win32 branch.
17313 Branch: win32/perl
17314 + t/lib/thread.t t/op/nothread.t
17315 ! MANIFEST embed.h ext/Opcode/Opcode.pm global.sym interp.sym
17316 ! perl.c proto.h sv.h t/lib/english.t t/op/misc.t thread.h
17317 ! util.c win32/Makefile win32/config.bc win32/config.vc
17318 ! win32/config_H.bc win32/config_H.vc win32/makedef.pl
17319 ! win32/makefile.mk win32/win32.c win32/win32.h win32/win32io.c
17320 ! win32/win32io.h win32/win32iop.h win32/win32sck.c
17321 ! win32/win32thread.c win32/win32thread.h
17322____________________________________________________________________________
17323[ 220] By: gsar on 1997/11/09 22:44:41
17324 Log: Integrate latest mainline into win32 branch.
17325 Branch: win32/perl
17326 +> win32/win32thread.c win32/win32thread.h
17327 !> (integrate 39 files)
17328____________________________________________________________________________
17329[ 219] By: nick on 1997/11/09 21:46:06
17330 Log: Conditionalize english.t,
17331 Enhance times() for NT,
17332 (Failed) attempt to implement alarm(),
17333 Fixed config.h dependancy in makefile.mk
17334 Branch: ansiperl
17335 ! t/lib/english.t win32/config.bc win32/config_H.bc
17336 ! win32/makefile.mk win32/win32.c
17337____________________________________________________________________________
17338[ 218] By: nick on 1997/11/09 15:38:00
17339 Log: Dick Hardt's patch for build on Alpha
17340 Branch: ansiperl
17341 ! win32/Makefile
17342____________________________________________________________________________
17343[ 217] By: nick on 1997/11/09 03:31:20
17344 Log: MakeMaker not in vofig noise fix for dmake
17345 Branch: ansiperl
17346 ! win32/config.bc win32/makefile.mk
17347____________________________________________________________________________
17348[ 216] By: nick on 1997/11/09 03:15:06
17349 Log: Fix 'anydbm.t' - if the gv is passed 1st call to inherited
17350 TIEHASH works, but 2nd call (after db is closed, attempt
17351 to reopen) tries to AUTOLOAD TIEHASH rather than using
17352 cached value.
17353 Branch: ansiperl
17354 ! pp_sys.c
17355____________________________________________________________________________
17356[ 215] By: nick on 1997/11/08 16:41:24
17357 Log: Cleanup MakeMaker 'not in config' noise
17358 Branch: ansiperl
17359 ! win32/Makefile win32/config.vc
17360____________________________________________________________________________
17361[ 214] By: nick on 1997/11/08 15:07:24
17362 Log: Remove 'configure' leaving configure.gnu and Configure
17363 Win32 ignores case and keeps trying to update
17364 repository copy of 'configure' or 'Configure' with
17365 the other.
17366 Branch: ansiperl
17367 - configure
17368 ! MANIFEST
17369____________________________________________________________________________
17370[ 213] By: nick on 1997/11/08 15:03:39
17371 Log: Get threads working again on Win32
17372 Root cause of fail was init_thread_intern() in
17373 new_struct_thread() (which is called in parent thread)
17374 clobbering dTHR of parent thread.
17375 It is doubtfull if setting 'self' in new_struct_thread()
17376 is 'right' but left in for now.
17377 Branch: ansiperl
17378 ! ext/Thread/Thread.xs perl.c thread.h util.c win32/Makefile
17379 ! win32/win32thread.c win32/win32thread.h
17380____________________________________________________________________________
17381[ 212] By: nick on 1997/11/08 00:34:03
17382 Log: Add :base_thread to :default in Opcode.pm
17383 This allows lib/safe.t to pass when threaded.
17384 It is unclear if 'lock' should be safe as it allows
17385 denial of service attack, but could not figure out
17386 how to add just 'specific' (sic) to :default
17387 without triggering 'already tagged' warning noise.
17388 Branch: ansiperl
17389 ! ext/Opcode/Opcode.pm win32/makefile.mk
17390____________________________________________________________________________
17391[ 211] By: nick on 1997/11/07 23:59:31
17392 Log: Merge changes as of 18:00 CST
17393 Branch: ansiperl
17394 !> op.c pp.c pp_sys.c thread.h util.c
17395____________________________________________________________________________
17396[ 210] By: nick on 1997/11/07 23:52:35
17397 Log: Reverse integrate Malcolm's chanes into local
17398 repository, then import result back into my view
17399 of Malcolm's repository.
17400 Builds and passes (most) tests with GNU C++/Solaris
17401 and Borland C++, Win32.
17402 Branch: ansiperl
17403 ! doop.c embed.h ext/Thread/Thread.xs global.sym gv.c hv.c
17404 ! interp.sym mg.c op.c opcode.h opcode.pl patchlevel.h perl.c
17405 ! perl.h pp.c pp_ctl.c pp_sys.c proto.h sv.c sv.h taint.c
17406 ! thread.h toke.c util.c win32/makefile.mk
17407____________________________________________________________________________
17408[ 209] By: mbeattie on 1997/11/07 18:12:36
17409 Log: Change pp_tie and pp_dbmopen to use perl_call_sv instead of a
17410 DIY pp_entersub (in preparation for AUTOLOAD change). dbmopen
17411 not tested. ofslen now maps to thr->Tofslen in thread.h. Added
17412 missing #ifdef USE_THREADS around some DEBU_L statements in die().
17413 Building without USE_THREADS fails quite a lot of tests. It looks
17414 as though the move to per-thread magicals must be missing some
17415 #ifdef USE_THREADS.
17416 Branch: perl
17417 ! op.c pp.c pp_sys.c thread.h util.c
17418____________________________________________________________________________
17419[ 208] By: nick on 1997/11/07 01:37:28
17420 Log: Raw integrate of latest perl
17421 Branch: ansiperl
17422 ! t/TEST
17423 !> README.threads Todo.5.005 embed.h ext/Opcode/Opcode.pm
17424 !> ext/Thread/Thread.xs global.sym gv.c interp.sym op.c op.h
17425 !> perl.c perl.h pp.c pp_ctl.c pp_hot.c proto.h scope.h sv.h
17426 !> thread.h toke.c util.c
17427____________________________________________________________________________
17428[ 207] By: mbeattie on 1997/11/06 14:58:00
17429 Log: Update README.threads and Todo.5.005.
17430 Branch: perl
17431 ! README.threads Todo.5.005
17432____________________________________________________________________________
17433[ 206] By: mbeattie on 1997/11/06 14:37:37
17434 Log: Remove #ifdef DEPRECATED stuff: newXSUB, pp_entersubr, FREE_TMPS().
17435 Branch: perl
17436 ! op.c pp_ctl.c proto.h scope.h
17437____________________________________________________________________________
17438[ 205] By: mbeattie on 1997/11/06 14:31:38
17439 Log: Per-thread magicals now stored in their own thr->magicals and keyed
17440 more directly. cvcache and oursv become ordinary struct thread
17441 fields instead of #defined thr->Tfoo ones. SvREFCNT_inc now checks
17442 for 0 again. Main thread initialisation done by new function
17443 init_main_thread instead of (now fixed) new_struct_thread.
17444
17445 Jobs fixed ...
17446
17447 jmpenv fixed on 1997/11/06 by mbeattie@localhost
17448
17449 Subject: [perl5.004_53; patch] eval's and threads
17450 Date: 23 Oct 1997 23:59:19 -0400
17451 From: Owen Taylor <owt1@cornell.edu>
17452 Branch: bugs
17453 + jmpenv
17454 Branch: perl
17455 ! embed.h ext/Thread/Thread.xs global.sym gv.c op.c perl.c
17456 ! pp_ctl.c pp_hot.c proto.h sv.h thread.h toke.c util.c
17457____________________________________________________________________________
17458[ 204] By: mbeattie on 1997/11/05 17:18:18
17459 Log: Per-thread magicals mostly working (and localisable). Now getting
17460 intermittent occasional "Use of uninitialized value" warnings
17461 which may be due to some op flag black magic I've broken.
17462 Branch: perl
17463 ! embed.h ext/Opcode/Opcode.pm ext/Thread/Thread.xs gv.c
17464 ! interp.sym op.c op.h perl.c perl.h pp.c thread.h toke.c util.c
17465____________________________________________________________________________
17466[ 203] By: nick on 1997/11/05 01:04:10
17467 Log: Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)
17468 Branch: ansiperl
17469 ! XSUB.h doio.c doop.c embed.h ext/SDBM_File/sdbm/sdbm.h
17470 ! ext/Thread/Thread.xs global.sym gv.c hv.c interp.sym mg.c
17471 ! miniperlmain.c op.c op.h opcode.h opcode.pl patchlevel.h
17472 ! perl.c perl.h pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
17473 ! sv.c sv.h taint.c thread.h toke.c util.c win32/Makefile
17474 ! win32/config.vc win32/config_H.vc win32/makedef.pl
17475 ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
17476 ! win32/win32io.c win32/win32io.h win32/win32iop.h
17477 ! win32/win32sck.c win32/win32thread.h
17478____________________________________________________________________________
17479[ 202] By: nick on 1997/11/05 00:50:27
17480 Log: Compile(d) at least once with threads on win32
17481 but did not work
17482 Branch: ansiperl
17483 ! embed.h perl.c thread.h
17484____________________________________________________________________________
17485[ 201] By: nick on 1997/11/05 00:32:13
17486 Log: Trivial integrate
17487 Branch: ansiperl
17488 !> patchlevel.h
17489____________________________________________________________________________
17490[ 200] By: mbeattie on 1997/11/04 12:06:09
17491 Log: Up patchlevel to 5.004_54 (I missed _53 for the last release).
17492 Branch: perl
17493 ! patchlevel.h
17494____________________________________________________________________________
17495[ 199] By: nick on 1997/11/01 00:18:52
17496 Log: Integrate mainline @ 18:15 CST 31 Oct 1997
17497 Branch: ansiperl
17498 !> doop.c embed.h ext/Thread/Thread.xs global.sym gv.c hv.c
17499 !> interp.sym mg.c op.c opcode.h opcode.pl perl.c perl.h pp.c
17500 !> pp_ctl.c pp_sys.c proto.h sv.c sv.h taint.c thread.h toke.c
17501 !> util.c
17502____________________________________________________________________________
17503[ 198] By: nick on 1997/11/01 00:08:33
17504 Log: win32thread.* not in MANIFEST which has muddled moving
17505 back and forth between depots.
17506 Branch: ansiperl
17507 ! MANIFEST win32/win32thread.c win32/win32thread.h
17508____________________________________________________________________________
17509[ 197] By: nick on 1997/11/01 00:02:49
17510 Log: Test changes
17511 Branch: ansiperl
17512 + t/lib/thread.t t/op/nothread.t thread.sym
17513 ! MANIFEST
17514____________________________________________________________________________
17515[ 196] By: nick on 1997/10/31 23:54:01
17516 Log: Further ANSI changes now builds and passes (most) tests
17517 with gcc -x c++.
17518 Branch: ansiperl
17519 ! INTERN.h embed.h ext/DynaLoader/dl_dlopen.xs
17520 ! ext/Fcntl/Fcntl.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
17521 ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
17522 ! ext/SDBM_File/sdbm/hash.c ext/SDBM_File/sdbm/pair.c
17523 ! ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
17524 ! ext/SDBM_File/sdbm/util.c ext/Socket/Socket.xs
17525 ! ext/Thread/Thread.xs ext/attrs/attrs.xs global.sym perl.h
17526 ! perly.c sv.c t/lib/english.t t/op/misc.t thread.h util.c
17527 ! win32/Makefile win32/makedef.pl win32/makefile.mk x2p/a2p.c
17528 ! x2p/a2p.h x2p/a2py.c x2p/hash.c x2p/str.c x2p/util.c
17529 ! x2p/walk.c
17530____________________________________________________________________________
17531[ 195] By: mbeattie on 1997/10/31 18:05:31
17532 Log: Half way through moving per-thread magicals into per-thread fields
17533 and the associated new OP_SPECIFIC and find_thread_magical stuff.
17534 perl will compile but plenty of the magicals are still broken.
17535 Branch: perl
17536 ! doop.c embed.h ext/Thread/Thread.xs global.sym gv.c hv.c
17537 ! interp.sym mg.c op.c opcode.h opcode.pl perl.c perl.h pp.c
17538 ! pp_ctl.c pp_sys.c proto.h sv.c sv.h taint.c thread.h toke.c
17539 ! util.c
17540____________________________________________________________________________
17541[ 194] By: nick on 1997/10/31 01:43:49
17542 Log: Convert miniperl sources to ANSI C. Several passes of
17543 GNU C's 'protoize' plus a few hand edits.
17544 Will compile miniperl with gcc -x c++ (i.e. treat .c a C++ files)
17545 Does not link seems gcc's C++ does not define a symbol for
17546 const char foo[] = "....";
17547 i.e. with empty [].
17548 Branch: ansiperl
17549 ! av.c deb.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c
17550 ! miniperlmain.c op.c perl.c perl.h perlio.c perly.y pp.c
17551 ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
17552 ! sv.c taint.c toke.c universal.c util.c
17553____________________________________________________________________________
17554[ 193] By: nick on 1997/10/30 03:00:01
17555 Log: Make the ansi branch
17556 Branch: ansiperl
17557 +> (branch 907 files)
17558____________________________________________________________________________
17559[ 192] By: nick on 1997/10/30 02:48:17
17560 Log: Oneperl builds with THREADS/THISPTR Borland
17561 Manualy inserted Sarathy's new COND_XXXXX from his mail.
17562 Manual change if Tself -> self as was easier than resolve :-(
17563 Two aTHIS's in op.c
17564 Branch: oneperl
17565 ! embed.h op.c thread.h thread.sym win32/makefile.mk
17566 ! win32/win32thread.h
17567____________________________________________________________________________
17568[ 191] By: nick on 1997/10/30 01:54:50
17569 Log: Raw resolve of latest sources with oneperl
17570 Branch: oneperl
17571 !> Todo.5.005 ext/Thread/Thread.xs fakethr.h op.c op.h opcode.h
17572 !> opcode.pl perl.c thread.h win32/win32thread.c
17573 !> win32/win32thread.h
17574____________________________________________________________________________
17575[ 190] By: mbeattie on 1997/10/29 14:39:54
17576 Log: Remove global macro "self". Change thr->Tself to thr->self.
17577 Branch: perl
17578 ! ext/Thread/Thread.xs fakethr.h perl.c thread.h
17579 ! win32/win32thread.c win32/win32thread.h
17580____________________________________________________________________________
17581[ 189] By: mbeattie on 1997/10/29 12:49:01
17582 Log: Add to Todo: compiler with fake SvCUR in comppad_name entries.
17583 Branch: perl
17584 ! Todo.5.005
17585____________________________________________________________________________
17586[ 188] By: mbeattie on 1997/10/29 12:45:32
17587 Log: Add pp_lock knowledge to compiler
17588 Branch: perlext
17589 ! Compiler/ccop.c Compiler/ccop.h
17590____________________________________________________________________________
17591[ 187] By: mbeattie on 1997/10/29 12:45:02
17592 Log: Change peep() to optimise away unneeded rv2av in lval->[] and lval->{}
17593 Branch: perl
17594 ! op.c
17595____________________________________________________________________________
17596[ 186] By: mbeattie on 1997/10/29 12:43:36
17597 Log: Move compiler OP class information into opcode.pl.
17598 Branch: perl
17599 ! op.h opcode.h opcode.pl
17600____________________________________________________________________________
17601[ 185] By: nick on 1997/10/26 22:52:05
17602 Log: Split failing test in op/misc.t into op/nothread.t
17603 so all tests can be passed where they apply.
17604 Cleanup other two cases of THREADS/THISPTR.
17605 Conditional compile option for CriticalSection's on Win32
17606 Branch: oneperl
17607 + t/op/nothread.t
17608 ! sv.h t/op/misc.t win32/Makefile win32/makedef.pl
17609 ! win32/win32thread.h
17610____________________________________________________________________________
17611[ 184] By: nick on 1997/10/26 19:42:00
17612 Log: USE_THISPTR fixes for CRIPPLED_CC (implied by threads)
17613 Branch: oneperl
17614 ! embed.h global.sym proto.h sv.c sv.h toke.c
17615____________________________________________________________________________
17616[ 183] By: nick on 1997/10/26 18:31:58
17617 Log: Make USE_THREADS imply CRIPPLED_CC.
17618 This avoids most of the uses of 'Sv' and hence many needs of
17619 dTHR in extension code.
17620 With this change Data::Dumper builds as-is
17621 and Tk only needs four tweaks:
17622 1. Obscure dump-stack case which really needs dTHR
17623 2. A curcop in error-message code
17624 3. Two cases of SAVETMPS
17625 4. A curcop == &compiling which is probably not required.
17626 IMHO the SAVETMPS case is only one which merits further automation.
17627 Branch: oneperl
17628 ! embed.h global.sym perl.h sv.c win32/Makefile win32/makedef.pl
17629____________________________________________________________________________
17630[ 182] By: nick on 1997/10/26 16:31:58
17631 Log: Change dSP to imply dTHR for extension source compatibility
17632 introduce djSP (Declare Just SP) for use in perl sources
17633 and thread-aware extensions. Use latter.
17634 Branch: oneperl
17635 ! XSUB.h doio.c doop.c ext/Thread/Thread.xs gv.c mg.c perl.c
17636 ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
17637____________________________________________________________________________
17638[ 181] By: nick on 1997/10/26 00:39:57
17639 Log: More tests
17640 Branch: oneperl
17641 ! t/lib/thread.t
17642____________________________________________________________________________
17643[ 180] By: nick on 1997/10/25 22:18:27
17644 Log: Use return of THREAD_CREATE() - add basic thread test
17645 Branch: oneperl
17646 + t/lib/thread.t
17647 ! ext/Thread/Thread.xs
17648____________________________________________________________________________
17649[ 179] By: nick on 1997/10/25 21:25:23
17650 Log: Builds with no thread/this
17651 Branch: oneperl
17652 ! ext/Thread/Thread.xs t/lib/english.t win32/makedef.pl
17653 ! win32/win32thread.c
17654____________________________________________________________________________
17655[ 178] By: nick on 1997/10/25 18:28:03
17656 Log: Cleanup dead #ifdef branch introduced by scruffy merging.
17657 Branch: oneperl
17658 ! perl.c
17659____________________________________________________________________________
17660[ 177] By: nick on 1997/10/25 18:11:33
17661 Log: Basic integrate of oneperl with threads, passes
17662 tests THISPTR+THREADs - win32/win32thread.* needed
17663 changes (where did they come from)?
17664 Branch: oneperl
17665 ! embed.h ext/Thread/Thread.xs perl.h thread.h win32/Makefile
17666 ! win32/makedef.pl win32/win32thread.c win32/win32thread.h
17667____________________________________________________________________________
17668[ 176] By: nick on 1997/10/25 17:05:52
17669 Log: Onepel builds THISPTR no threads
17670 Branch: oneperl
17671 ! ext/Thread/Thread.xs thread.h win32/makedef.pl
17672____________________________________________________________________________
17673[ 175] By: nick on 1997/10/25 16:40:10
17674 Log: Integrate oneperl with new style JOIN etc. macros
17675 Branch: oneperl
17676 +> win32/win32thread.c win32/win32thread.h
17677 !> Todo.5.005 ext/POSIX/POSIX.xs ext/Thread/Thread.xs fakethr.h
17678 !> global.sym gv.c hv.c mg.c op.c opcode.h opcode.pl perl.c
17679 !> perl.h pp.c pp_hot.c sv.h thread.h vms/descrip.mms
17680 !> vms/gen_shrfls.pl vms/vms.c vms/vmsish.h win32/Makefile
17681 !> win32/makefile.mk
17682____________________________________________________________________________
17683[ 174] By: mbeattie on 1997/10/24 17:14:00
17684 Log: Remove xcv_condp CV field which is no longer used.
17685 Branch: perl
17686 ! sv.h
17687____________________________________________________________________________
17688[ 173] By: mbeattie on 1997/10/24 14:36:09
17689 Log: Patches for VMS [Dan Sugalski]
17690 Branch: bugs
17691 + vms2
17692 Branch: perl
17693 ! ext/POSIX/POSIX.xs vms/descrip.mms vms/gen_shrfls.pl vms/vms.c
17694 ! vms/vmsish.h
17695____________________________________________________________________________
17696[ 172] By: mbeattie on 1997/10/24 13:50:59
17697 Log: Improve internal threading API. Introduce win32/win32thread.[ch]
17698 to use new API and patch win32 makefile stuff a little.
17699 Branch: perl
17700 + win32/win32thread.c win32/win32thread.h
17701 ! Todo.5.005 ext/Thread/Thread.xs fakethr.h global.sym gv.c hv.c
17702 ! perl.c perl.h thread.h win32/Makefile win32/makefile.mk
17703____________________________________________________________________________
17704[ 171] By: mbeattie on 1997/10/23 14:00:27
17705 Log: Fix pp_hot.c:get_db_sub core dump when perl debugger used.
17706
17707 Jobs fixed ...
17708
17709 get_db_sub fixed on 1997/10/23 by mbeattie@squash
17710
17711 Subject: [perl5.004_53] Debugger crash (patch)
17712 Date: Thu, 16 Oct 1997 22:03:09 -0400
17713 From: Owen Taylor <owt1@cornell.edu>
17714 Branch: bugs
17715 + get_db_sub
17716 Branch: perl
17717 ! pp_hot.c
17718____________________________________________________________________________
17719[ 170] By: mbeattie on 1997/10/23 09:22:40
17720 Log: Fix refcounts for lock/magic_mutexfree. Make OP_LOCK auto-ref
17721 its argument using ck_rfun as OP_DEFINED. Make pp_lock return
17722 a ref to its argument for AV, HV, CV.
17723 Branch: perl
17724 ! mg.c op.c opcode.h opcode.pl pp.c pp_hot.c
17725____________________________________________________________________________
17726[ 169] By: gsar on 1997/10/21 03:49:25
17727 Log: With these fixes, oneperl builds THISPTR && THREADS under both win32 compilers:
17728 - Fixup static functions that were missing aTHIS.
17729 - s/extern/EXT/ in dTHR macro, or Borland CC croaks.
17730 - Removed static functions from global.sym.
17731 - Typo in perl.h.
17732 - Additions to makefile.mk.
17733 Branch: oneperl
17734 ! embed.h embed.pl global.sym op.c perl.h pp_ctl.c toke.c
17735 ! win32/makefile.mk
17736____________________________________________________________________________
17737[ 168] By: nick on 1997/10/20 02:47:18
17738 Log: Passes expected tests with -DUSE_THREADS with/without -DUSE_THISPTR
17739 Branch: oneperl
17740 ! embed.h ext/Thread/Thread.xs mg.c pp.c pp_hot.c proto.h
17741 ! scope.h thread.h
17742____________________________________________________________________________
17743[ 167] By: nick on 1997/10/20 01:03:00
17744 Log: Add missing aTHIS in cast
17745 Branch: oneperl
17746 ! win32/dl_win32.xs
17747____________________________________________________________________________
17748[ 166] By: nick on 1997/10/20 00:44:42
17749 Log: Builds and passes test with -DUSE_THISPTR
17750 Branch: oneperl
17751 ! ext/Thread/Thread.xs win32/Makefile win32/makedef.pl
17752 ! win32/perllib.c
17753____________________________________________________________________________
17754[ 165] By: nick on 1997/10/19 21:45:36
17755 Log: Oneperl runs miniperl with THISPTR (Win32 threading patch included)
17756 Branch: oneperl
17757 ! embed.h ext/Thread/Thread.xs global.sym interp.sym perl.c
17758 ! perl.h t/TEST thread.h win32/Makefile win32/makedef.pl
17759 ! win32/makefile.mk win32/perllib.c
17760____________________________________________________________________________
17761[ 164] By: nick on 1997/10/19 20:09:13
17762 Log: oneperl compiles (but fails) with -DUSE_THISPTR
17763 Branch: oneperl
17764 ! av.c embed.h mg.c perl.c perl.h pp.c pp_ctl.c pp_hot.c
17765 ! pp_sys.c proto.h regexec.c sv.c thread.h thread.sym util.c
17766 ! win32/win32.c win32/win32.h
17767____________________________________________________________________________
17768[ 163] By: nick on 1997/10/19 16:46:09
17769 Log: Builds on NT4 without THISPTR or THREADS, passes all tests
17770 Branch: oneperl
17771 ! embed.h perl.h thread.h vars.h
17772____________________________________________________________________________
17773[ 162] By: nick on 1997/10/19 14:42:16
17774 Log: Dubious merge of oneperl's variable and struct thread
17775 Branch: oneperl
17776 !> perl.h thread.h
17777____________________________________________________________________________
17778[ 161] By: nick on 1997/10/18 18:05:13
17779 Log: integrate all but perl.h/thread.h
17780 Branch: oneperl
17781 +> Todo.5.005 perlio.sym
17782 !> (integrate 98 files)
17783____________________________________________________________________________
17784[ 160] By: nick on 1997/10/18 03:49:27
17785 Log: Integrate rest of sub-dirs into oneperl
17786 Branch: oneperl
17787 +> ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/README
17788 +> ext/Thread/Thread.pm ext/Thread/Thread.xs
17789 +> ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
17790 +> ext/Thread/create.t ext/Thread/io.t ext/Thread/join.t
17791 +> ext/Thread/join2.t ext/Thread/list.t ext/Thread/lock.t
17792 +> ext/Thread/queue.t ext/Thread/sync.t ext/Thread/sync2.t
17793 +> ext/Thread/typemap ext/Thread/unsync.t ext/Thread/unsync2.t
17794 +> ext/Thread/unsync3.t ext/Thread/unsync4.t hints/newsos4.sh
17795 +> hints/os390.sh
17796 - ext/util/extliblist
17797 !> (integrate 425 files)
17798____________________________________________________________________________
17799[ 159] By: nick on 1997/10/18 03:20:11
17800 Log: Integrate (accept) t and win32 into oneperl
17801 Branch: oneperl
17802 +> t/lib/dosglob.t win32/bin/pl2bat.pl win32/bin/runperl.pl
17803 +> win32/bin/search.pl win32/bin/webget.pl win32/config.bc
17804 +> win32/config.vc win32/config_H.bc win32/config_H.vc
17805 +> win32/makefile.mk
17806 !> (integrate 188 files)
17807____________________________________________________________________________
17808[ 158] By: nick on 1997/10/18 03:12:59
17809 Log: Integrate lib/... into oneperl
17810 Branch: oneperl
17811 +> lib/File/DosGlob.pm lib/base.pm lib/chat2.pl
17812 !> (integrate 138 files)
17813____________________________________________________________________________
17814[ 157] By: nick on 1997/10/18 02:55:53
17815 Log: Make lib/Bundle/CPAN.pm text in oneperl too.
17816 Branch: oneperl
17817 ! lib/Bundle/CPAN.pm
17818____________________________________________________________________________
17819[ 156] By: nick on 1997/10/18 02:52:44
17820 Log: Make lib/Bundle/CPAN.pm a text file
17821 Branch: perl
17822 ! lib/Bundle/CPAN.pm
17823____________________________________________________________________________
17824[ 155] By: nick on 1997/10/18 02:33:02
17825 Log: Some weirdness in the intgrate process
17826 Branch: oneperl
17827 - win32/bin/pl2bat.bat win32/bin/search.bat win32/bin/test.bat
17828 - win32/bin/webget.bat win32/config.H win32/config.w32
17829____________________________________________________________________________
17830[ 153] By: nick on 1997/10/18 02:29:16
17831 Log: Let us try all the pure integrate stuff
17832 Branch: oneperl
17833 !> (integrate 647 files)
17834____________________________________________________________________________
17835[ 152] By: nick on 1997/10/18 02:13:35
17836 Log: Get more sub directories out of the way.
17837 Branch: oneperl
17838 !> (integrate 92 files)
17839____________________________________________________________________________
17840[ 151] By: nick on 1997/10/18 02:05:41
17841 Log: Integrate hints
17842 Branch: oneperl
17843 !> (integrate 68 files)
17844____________________________________________________________________________
17845[ 150] By: nick on 1997/10/18 01:57:20
17846 Log: Try reopening some non-contravertial files
17847 Branch: oneperl
17848 !> x2p/EXTERN.h x2p/INTERN.h x2p/Makefile.SH x2p/a2p.c x2p/a2p.h
17849 !> x2p/a2p.pod x2p/a2p.y x2p/a2py.c x2p/cflags.SH
17850 !> x2p/find2perl.PL x2p/hash.c x2p/hash.h x2p/proto.h x2p/s2p.PL
17851 !> x2p/str.c x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
17852____________________________________________________________________________
17853[ 144] By: gsar on 1997/10/16 22:26:07
17854 Log: Merge changes to Thread and add makefile fixups to accomodate Thread
17855 build. Once again, builds and runs all Thread tests using either
17856 compiler.
17857 Branch: win32/perl
17858 ! embed.h ext/Thread/Thread.xs interp.sym perl.c win32/Makefile
17859 ! win32/makefile.mk
17860____________________________________________________________________________
17861[ 143] By: gsar on 1997/10/16 20:45:58
17862 Log: A quick merge of latest mainline.
17863 Branch: win32/perl
17864 +> ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/README
17865 +> ext/Thread/Thread.pm ext/Thread/Thread.xs
17866 +> ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
17867 +> ext/Thread/create.t ext/Thread/io.t ext/Thread/join.t
17868 +> ext/Thread/join2.t ext/Thread/list.t ext/Thread/lock.t
17869 +> ext/Thread/queue.t ext/Thread/sync.t ext/Thread/sync2.t
17870 +> ext/Thread/typemap ext/Thread/unsync.t ext/Thread/unsync2.t
17871 +> ext/Thread/unsync3.t ext/Thread/unsync4.t hints/os390.sh
17872 +> lib/base.pm t/lib/dosglob.t
17873 - ext/util/extliblist
17874 !> (integrate 134 files)
17875
17876----------------
17877Version 5.004_53
17878----------------
17879
17880____________________________________________________________________________
17881[ 142] By: mbeattie on 1997/10/16 16:52:55
17882 Log: Add newly moved perl/ext/Thread/... files to MANIFEST.
17883 Branch: perl
17884 ! MANIFEST
17885____________________________________________________________________________
17886[ 141] By: mbeattie on 1997/10/16 16:42:13
17887 Log: Move perlext/Thread into perl/ext/Thread.
17888 Branch: perl
17889 +> ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/README
17890 +> ext/Thread/Thread.pm ext/Thread/Thread.xs
17891 +> ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
17892 +> ext/Thread/create.t ext/Thread/io.t ext/Thread/join.t
17893 +> ext/Thread/join2.t ext/Thread/list.t ext/Thread/lock.t
17894 +> ext/Thread/queue.t ext/Thread/sync.t ext/Thread/sync2.t
17895 +> ext/Thread/typemap ext/Thread/unsync.t ext/Thread/unsync2.t
17896 +> ext/Thread/unsync3.t ext/Thread/unsync4.t
17897 ! Configure
17898 Branch: perlext
17899 - Thread/Makefile.PL Thread/Notes Thread/README Thread/Thread.pm
17900 - Thread/Thread.xs Thread/Thread/Queue.pm
17901 - Thread/Thread/Semaphore.pm Thread/create.t Thread/io.t
17902 - Thread/join.t Thread/join2.t Thread/list.t Thread/lock.t
17903 - Thread/queue.t Thread/sync.t Thread/sync2.t Thread/typemap
17904 - Thread/unsync.t Thread/unsync2.t Thread/unsync3.t
17905 - Thread/unsync4.t
17906____________________________________________________________________________
17907[ 140] By: mbeattie on 1997/10/16 16:26:53
17908 Log: Correct threads_mutex locking in main thread destruction.
17909 Add per-interp thrsv to hold SV struct thread for main thread.
17910 Move Thread.xs MUTEX_DESTROY from end of threadstart to remove_thread.
17911 Add Thread/list.t test of Thread->list method.
17912 Let Thread::Semaphore methods up and down take an extra argument.
17913 Branch: perl
17914 ! embed.h interp.sym perl.c perl.h thread.h
17915 Branch: perlext
17916 + Thread/list.t
17917 ! Thread/Thread.xs Thread/Thread/Semaphore.pm
17918____________________________________________________________________________
17919[ 139] By: mbeattie on 1997/10/16 14:01:11
17920 Log: Fix up merge with 5.004_04.
17921 Branch: perl
17922 ! op.c perl.c t/lib/dosglob.t
17923____________________________________________________________________________
17924[ 138] By: TimBunce on 1997/10/16 12:58:22
17925 Log: Fix-up PerForce type for t/lib/dosglob.t from text to xtext
17926 Branch: maint-5.004/perl
17927 ! t/lib/dosglob.t
17928____________________________________________________________________________
17929[ 137] By: mbeattie on 1997/10/16 11:09:25
17930 Log: Merge maint-5.004 branch (5.004_04) with mainline.
17931 Branch: perl
17932 +> hints/os390.sh lib/base.pm t/lib/dosglob.t
17933 - ext/util/extliblist
17934 !> (integrate 132 files)
17935____________________________________________________________________________
17936[ 135] By: gsar on 1997/10/15 21:46:05
17937 Log: Win32 changes over 5.004_52:
17938 - rearranged MUTEX_LOCK()s in perl_destroy so that we don't call it
17939 on an already locked mutex.
17940 - other minor tweaks.
17941 Now builds and runs win32-version of Thread_52, passing all tests.
17942 Branch: win32/perl
17943 ! perl.c proto.h thread.h
17944____________________________________________________________________________
17945[ 134] By: gsar on 1997/10/15 18:19:31
17946 Log: fixup makefile.mk conflict.
17947 Branch: win32/perl
17948 ! win32/makefile.mk
17949____________________________________________________________________________
17950[ 133] By: gsar on 1997/10/15 18:02:46
17951 Log: Integrated latest changes from mainline into win32.
17952 Branch: win32/perl
17953 +> fakethr.h
17954 !> MANIFEST Porting/makerel Porting/patchls README.threads
17955 !> Todo.5.005 perl.c pp_hot.c thread.h util.c win32/config.bc
17956 !> win32/config.vc win32/config_H.bc win32/config_H.vc
17957 !> win32/makefile.mk
17958
17959----------------
17960Version 5.004_52
17961----------------
17962
17963____________________________________________________________________________
17964[ 132] By: mbeattie on 1997/10/15 17:02:38
17965 Log: Remove out-of-date test Thread/cond.t.
17966 Branch: perlext
17967 - Thread/cond.t
17968____________________________________________________________________________
17969[ 131] By: mbeattie on 1997/10/15 16:57:45
17970 Log: Finish thread state machine: fixes global destruction of threads,
17971 detaching, joining etc. Alter FAKE_THREADS-specific fields to use
17972 new HAVE_THREAD_INTERN stuff. Updates docs. Various fixes to
17973 Thread.xs.
17974 Branch: perl
17975 ! MANIFEST README.threads Todo.5.005 perl.c util.c
17976 Branch: perlext
17977 ! Thread/Thread.xs Thread/queue.t
17978____________________________________________________________________________
17979[ 130] By: mbeattie on 1997/10/15 16:55:10
17980 Log: Add HAVE_THREAD_INTERN for platform-dependent struct thread additions.
17981 Fix ThrSETSTATE not to lock t->mutex itself.
17982 Branch: perl
17983 ! fakethr.h thread.h
17984____________________________________________________________________________
17985[ 129] By: mbeattie on 1997/10/15 16:53:35
17986 Log: Remove stale code from pp_entersub which breaks sub ownership locks.
17987 Branch: perl
17988 ! pp_hot.c
17989____________________________________________________________________________
17990[ 128] By: TimBunce on 1997/10/15 15:55:26
17991 Log: Maintenance 5.004_04 changes
17992 Branch: maint-5.004/perl
17993 + hints/os390.sh lib/base.pm t/lib/dosglob.t
17994 - ext/util/extliblist
17995 ! Changes Configure INSTALL MANIFEST Makefile.SH Porting/makerel
17996 ! Porting/patchls Porting/pumpkin.pod README.vms av.c configpm
17997 ! doop.c eg/sysvipc/ipcsem emacs/cperl-mode.el embed.h
17998 ! ext/DynaLoader/DynaLoader.pm ext/IO/lib/IO/Socket.pm
17999 ! ext/util/make_ext global.sym gv.c hints/bsdos.sh
18000 ! hints/dec_osf.sh hints/dynixptx.sh hints/irix_6.sh
18001 ! hints/linux.sh hints/machten.sh hints/os2.sh hints/qnx.sh hv.c
18002 ! installperl lib/AutoLoader.pm lib/CPAN.pm
18003 ! lib/CPAN/FirstTime.pm lib/Carp.pm lib/Cwd.pm lib/English.pm
18004 ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
18005 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/xsubpp
18006 ! lib/File/DosGlob.pm lib/File/Find.pm lib/FileHandle.pm
18007 ! lib/Getopt/Long.pm lib/Getopt/Std.pm lib/Math/Complex.pm
18008 ! lib/Sys/Hostname.pm lib/Sys/Syslog.pm lib/Test/Harness.pm
18009 ! lib/Time/Local.pm lib/autouse.pm lib/blib.pm
18010 ! lib/diagnostics.pm lib/getopt.pl lib/perl5db.pl lib/vars.pm
18011 ! makedepend.SH malloc.c mg.c miniperlmain.c myconfig op.c
18012 ! opcode.h os2/Changes os2/OS2/REXX/Makefile.PL
18013 ! os2/OS2/REXX/REXX.pm os2/os2.c patchlevel.h perl.c perl.h
18014 ! perly.c perly.fixer perly.y pod/perl.pod pod/perlapio.pod
18015 ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
18016 ! pod/perlguts.pod pod/perlipc.pod pod/perlop.pod
18017 ! pod/perlrun.pod pod/perlsec.pod pod/perlsub.pod
18018 ! pod/perltrap.pod pod/perlvar.pod pod/perlxs.pod pp.c pp_ctl.c
18019 ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c scope.c sv.c
18020 ! t/TEST t/comp/proto.t t/lib/complex.t t/lib/io_sock.t
18021 ! t/lib/io_udp.t t/op/glob.t t/op/method.t t/op/misc.t
18022 ! t/op/ref.t t/op/runlevel.t t/op/split.t t/op/sprintf.t
18023 ! t/op/subst.t t/op/taint.t t/pragma/locale.t taint.c toke.c
18024 ! unixish.h util.c utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL
18025 ! utils/perldoc.PL vms/perly_c.vms vms/vms.c vms/vmsish.h
18026 ! win32/Makefile win32/config_H.bc win32/config_H.vc
18027 ! win32/makefile.mk win32/pod.mak win32/win32.c win32/win32io.c
18028 ! win32/win32sck.c x2p/Makefile.SH x2p/util.c
18029____________________________________________________________________________
18030[ 127] By: mbeattie on 1997/10/15 10:00:18
18031 Log: Added fakethr.h.
18032 Branch: perl
18033 + fakethr.h
18034____________________________________________________________________________
18035[ 126] By: mbeattie on 1997/10/15 09:50:57
18036 Log: pthread_condattr_init in thread.h for OLD_PTHREADS_API.
18037 Branch: perl
18038 ! thread.h
18039____________________________________________________________________________
18040[ 125] By: mbeattie on 1997/10/15 09:09:24
18041 Log: Started rewriting thread state machine.
18042 Branch: perl
18043 ! perl.c thread.h
18044 Branch: perlext
18045 ! Thread/Thread.xs
18046____________________________________________________________________________
18047[ 124] By: gsar on 1997/10/14 00:23:15
18048 Log: Remove spurious extra MUTEX_LOCK in pp_entersub(). Now builds and passes
18049 tests in win32 version of latest perlext/Thread.
18050 Branch: win32/perl
18051 ! pp_hot.c
18052____________________________________________________________________________
18053[ 123] By: gsar on 1997/10/13 23:18:38
18054 Log: Initial merge of win32 threads patch.
18055 Branch: win32/perl
18056 ! embed.h global.sym interp.sym perl.c perl.h pp_hot.c thread.h
18057 ! win32/Makefile win32/makedef.pl win32/makefile.mk
18058 ! win32/perllib.c win32/pod.mak win32/win32.h
18059____________________________________________________________________________
18060[ 122] By: gsar on 1997/10/10 20:58:40
18061 Log: Integrated changes on mainline into the win32 branch. Had to set
18062 P4USER=mbeattie for the resolve step (due to the presence of newly
18063 branched files that had not been submitted?)
18064 Branch: win32/perl
18065 +> Porting/makerel Porting/patchls README.threads Todo.5.005
18066 +> ext/attrs/Makefile.PL ext/attrs/attrs.pm ext/attrs/attrs.xs
18067 +> hints/newsos4.sh lib/File/DosGlob.pm lib/chat2.pl perlio.sym
18068 +> win32/bin/pl2bat.pl win32/bin/runperl.pl win32/bin/search.pl
18069 +> win32/bin/webget.pl win32/config.bc win32/config.vc
18070 +> win32/config_H.bc win32/config_H.vc win32/makefile.mk
18071 - win32/bin/pl2bat.bat win32/bin/search.bat win32/bin/test.bat
18072 - win32/bin/webget.bat win32/config.H win32/config.w32
18073 ! thread.h
18074 !> (integrate 858 files)
18075____________________________________________________________________________
18076[ 121] By: mbeattie on 1997/10/10 17:23:41
18077 Log: Tweak a few Thread tests.
18078 Branch: perlext
18079 + Thread/join2.t
18080 ! Thread/io.t Thread/sync2.t
18081____________________________________________________________________________
18082[ 120] By: mbeattie on 1997/10/10 17:22:46
18083 Log: Rewrite thread destruction system using linked list of threads.
18084 Still not completely done. Add methods self, equal, flags, list
18085 to Thread.xs. Add Thread_MAGIC_SIGNATURE check to typemap.
18086 Branch: perl
18087 ! perl.c perl.h thread.h
18088 Branch: perlext
18089 ! Thread/Thread.xs Thread/typemap
18090____________________________________________________________________________
18091[ 119] By: mbeattie on 1997/10/10 17:19:55
18092 Log: Fix up locking/synchronisation for pp_entersub.
18093 Branch: perl
18094 ! pp_hot.c
18095____________________________________________________________________________
18096[ 118] By: mbeattie on 1997/10/10 09:55:32
18097 Log: Put back entries in MANIFEST for the four now-returned win32/* files
18098 Branch: perl
18099 ! MANIFEST
18100____________________________________________________________________________
18101[ 117] By: mbeattie on 1997/10/10 08:12:23
18102 Log: Took out mystack_foo for good, fixed up interp.sym and win32/makedef.pl
18103 Branch: perl
18104 ! Todo.5.005 embed.h interp.sym perl.h win32/makedef.pl
18105____________________________________________________________________________
18106[ 116] By: mbeattie on 1997/10/08 15:41:08
18107 Log: Add missing sig_pipe definition to Thread.xs.
18108 Branch: perlext
18109 ! Thread/Thread.xs
18110____________________________________________________________________________
18111[ 115] By: mbeattie on 1997/10/08 15:40:46
18112 Log: Fix up 5.004_03 merge: remove missing win32 files from MANIFEST,
18113 add missing dTHR; to new function unwind_handler_stack() in mg.c
18114 and bump patchlevel.h to 5.004_52.
18115 Branch: perl
18116 ! MANIFEST mg.c patchlevel.h
18117____________________________________________________________________________
18118[ 114] By: mbeattie on 1997/10/08 10:19:27
18119 Log: Merge maint-5.004 branch (5.004_03) with mainline.
18120 MANIFEST is out of sync.
18121 Branch: perl
18122 +> win32/bin/pl2bat.pl win32/bin/runperl.pl win32/bin/search.pl
18123 +> win32/bin/webget.pl
18124 - win32/bin/pl2bat.bat win32/bin/search.bat win32/bin/test.bat
18125 - win32/bin/webget.bat
18126 !> (integrate 168 files)
18127____________________________________________________________________________
18128[ 113] By: mbeattie on 1997/10/05 17:52:49
18129 Log: Move init of global mutexes/cond vars earlier.
18130 Branch: perl
18131 ! perl.c
18132____________________________________________________________________________
18133[ 112] By: nick on 1997/10/04 15:25:28
18134 Log: Add perl.sym to MANIFEST
18135 Branch: oneperl
18136 ! MANIFEST
18137____________________________________________________________________________
18138[ 111] By: nick on 1997/10/04 15:23:37
18139 Log: Missing file
18140 Branch: oneperl
18141 + perl.sym
18142____________________________________________________________________________
18143[ 110] By: nick on 1997/10/04 13:04:26
18144 Log: Now builds the extensions as well
18145 Passes all tests
18146 Branch: oneperl
18147 ! XSUB.h embed.pl ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
18148 ! mg.c op.c perl.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c
18149 ! toke.c util.c writemain.SH
18150____________________________________________________________________________
18151[ 109] By: nick on 1997/10/04 12:02:14
18152 Log: Odd checkin issue
18153 Branch: oneperl
18154 ! dump.c global.sym gv.c hv.c malloc.c mg.c op.c opcode.h perl.c
18155 ! perly.c perly.c.diff perly.h perly.y pp.c pp_hot.c pp_sys.c
18156 ! proto.h scope.c sv.c toke.c universal.c util.c vms/perly_c.vms
18157 ! vms/perly_h.vms writemain.SH
18158____________________________________________________________________________
18159[ 108] By: nick on 1997/10/04 11:12:52
18160 Log: Added lots of (missing) prototypes (ckprotos is util to check)
18161 Fixed missing aTHIS flagged by above.
18162 -DUSE_THISPTR passes minitest!
18163 Branch: oneperl
18164 + ckprotos
18165 ! dump.c global.sym gv.c hv.c malloc.c mg.c op.c opcode.h perl.c
18166 ! perly.c perly.c.diff perly.h perly.y pp.c pp_hot.c pp_sys.c
18167 ! proto.h scope.c sv.c toke.c universal.c util.c vms/perly_c.vms
18168 ! vms/perly_h.vms
18169____________________________________________________________________________
18170[ 107] By: nick on 1997/10/03 22:36:52
18171 Log: .y muddle fixup - will get this sorted oneday ...
18172 Branch: oneperl
18173 ! miniperlmain.c perly.c perly.c.diff perly.h vms/perly_c.vms
18174 ! vms/perly_h.vms
18175____________________________________________________________________________
18176[ 106] By: mbeattie on 1997/10/03 17:12:33
18177 Log: Remove last traces of "tokenbuf as temp buffer" and removed it
18178 from struct thread. Added missing thr->Tfoo defines for statbuf
18179 and timesbuf and removed unused Tbuf field.
18180 Branch: perl
18181 ! doio.c mg.c perl.c pp_sys.c sv.c thread.h
18182____________________________________________________________________________
18183[ 105] By: nick on 1997/10/03 15:56:50
18184 Log: dTHIS -> hasTHIS, dTHR -> dTHR; builds without THISPTR with/without USE_THREADS
18185 Branch: oneperl
18186 ! XSUB.h av.c deb.c doio.c doop.c dump.c embed.pl global.sym
18187 ! gv.c hv.c mg.c op.c perl.c perl.h perlio.c perly.c pp.c pp.h
18188 ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
18189 ! sv.c taint.c thread.h toke.c universal.c util.c
18190____________________________________________________________________________
18191[ 104] By: mbeattie on 1997/10/03 15:23:25
18192 Log: Back out sv_bless3 change which made pp_bless zap '~'-magic.
18193 Branch: perl
18194 ! global.sym pp.c proto.h sv.c
18195____________________________________________________________________________
18196[ 103] By: mbeattie on 1997/10/03 15:17:39
18197 Log: Fixed sv_mutex locking for new_SV, del_SV and nice_chunks.
18198 Branch: perl
18199 ! av.c hv.c perl.h sv.c
18200____________________________________________________________________________
18201[ 102] By: mbeattie on 1997/10/03 11:53:51
18202 Log: Reliable thread signal handling.
18203 Branch: perl
18204 ! global.sym mg.c perl.c perl.h
18205 Branch: perlext
18206 ! Thread/Thread.xs
18207____________________________________________________________________________
18208[ 101] By: nick on 1997/10/02 20:43:17
18209 Log: Cleanup perly.y stuff
18210 Branch: oneperl
18211 ! embed.h perly.c perly.c.diff vms/perly_c.vms vms/perly_h.vms
18212____________________________________________________________________________
18213[ 100] By: nick on 1997/10/02 18:54:08
18214 Log: Compiles with less invasive aTHIS adding
18215 Branch: oneperl
18216 + nothis.sym
18217 ! MANIFEST XSUB.h av.c cop.h deb.c doio.c doop.c dump.c embed.h
18218 ! embed.pl global.sym gv.c gv.h handy.h hv.c hv.h mg.c op.c op.h
18219 ! opcode.h perl.c perl.h perlio.c perlsdio.h perly.c
18220 ! perly.c.diff perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
18221 ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
18222 ! sv.c sv.h t/op/sort.t taint.c thread.h toke.c universal.c
18223 ! util.c vars.h
18224
9d6a1080 18225----------------
808270a4 18226Version 5.004_51
9d6a1080
MB
18227----------------
18228
808270a4
GS
18229____________________________________________________________________________
18230[ 99] By: mbeattie on 1997/10/02 17:23:48
18231 Log: Added Thread/queue.t.
18232 Branch: perlext
18233 + Thread/queue.t
18234____________________________________________________________________________
18235[ 98] By: mbeattie on 1997/10/02 17:19:44
18236 Log: Bumped patchlevel to 51. Updated Todo.5.005.
18237 Branch: perl
18238 ! Todo.5.005 patchlevel.h
18239____________________________________________________________________________
18240[ 97] By: mbeattie on 1997/10/02 17:07:47
18241 Log: Update README.threads amd Thread/README
18242 Branch: perl
18243 ! README.threads
18244 Branch: perlext
18245 ! Thread/README
18246____________________________________________________________________________
18247[ 96] By: mbeattie on 1997/10/02 16:58:47
18248 Log: Configure -Dusethreads hints for dec_osf and solaris_2 and
18249 fix sv_bless3 prototype.
18250 Branch: perl
18251 ! hints/dec_osf.sh hints/solaris_2.sh sv.c
18252____________________________________________________________________________
18253[ 95] By: mbeattie on 1997/10/02 16:50:21
18254 Log: Fixed broken typemap for Thread.
18255 Branch: perlext
18256 ! Thread/typemap
18257____________________________________________________________________________
18258[ 94] By: mbeattie on 1997/10/02 16:34:03
18259 Log: Fix pod text in Lint.pm for private-names option.
18260 Branch: perlext
18261 ! Compiler/B/Lint.pm
18262____________________________________________________________________________
18263[ 93] By: mbeattie on 1997/10/02 13:44:46
18264 Log: Add Todo.5.005 to MANIFEST and submit remade embed.h.
18265 Branch: perl
18266 ! MANIFEST embed.h
18267____________________________________________________________________________
18268[ 92] By: mbeattie on 1997/10/02 13:27:10
18269 Log: Add Todo.5.005
18270 Branch: perl
18271 + Todo.5.005
18272____________________________________________________________________________
18273[ 91] By: nick on 1997/10/01 20:23:38
18274 Log: Raw _T# trial
18275 Branch: oneperl
18276 ! embed.h embed.pl proto.h sv.c
18277____________________________________________________________________________
18278[ 90] By: nick on 1997/10/01 18:22:03
18279 Log: THIS + new sort stuff
18280 Branch: oneperl
18281 ! miniperlmain.c perl.c pp_ctl.c proto.h util.c
18282____________________________________________________________________________
18283[ 89] By: nick on 1997/10/01 18:03:05
18284 Log: qsort cleanup - now tailored to perl's use and 'this' aware.
18285 Branch: oneperl
18286 ! pp_ctl.c proto.h util.c
18287____________________________________________________________________________
18288[ 88] By: mbeattie on 1997/10/01 17:04:12
18289 Log: Start of Configure support for -Dusethreads plus associated
18290 Linux hints.
18291 Branch: perl
18292 ! Configure hints/linux.sh
18293____________________________________________________________________________
18294[ 87] By: mbeattie on 1997/10/01 17:03:34
18295 Log: Move runops_foo prototypes from proto.h to early in perl.h.
18296 Branch: perl
18297 ! perl.h proto.h
18298____________________________________________________________________________
18299[ 86] By: nick on 1997/09/30 19:15:21
18300 Log: Debug hackery to thread.h - temporary
18301 Quick-fix qsort() replacement - more to come.
18302 Branch: oneperl
18303 ! thread.h util.c
18304____________________________________________________________________________
18305[ 85] By: mbeattie on 1997/09/30 15:50:27
18306 Log: Added Lint option regexp-variables.
18307 Branch: perlext
18308 ! Compiler/B/Lint.pm
18309____________________________________________________________________________
18310[ 84] By: mbeattie on 1997/09/30 15:11:07
18311 Log: Merge maint-5.004 branch (5.004_01) with mainline.
18312 Branch: perl
18313 +> Porting/makerel Porting/patchls hints/newsos4.sh
18314 +> lib/File/DosGlob.pm lib/chat2.pl perlio.sym win32/config.bc
18315 +> win32/config.vc win32/config_H.bc win32/config_H.vc
18316 +> win32/makefile.mk
18317 - win32/config.H win32/config.w32
18318 !> (integrate 109 files)
18319____________________________________________________________________________
18320[ 83] By: TimBunce on 1997/09/30 14:27:09
18321 Log: Maintenance 5.004_03 changes (addendum)
18322 Branch: maint-5.004/perl
18323 - win32/bin/search.bat
18324____________________________________________________________________________
18325[ 82] By: TimBunce on 1997/09/30 14:11:29
18326 Log: Maintenance 5.004_03 changes
18327 Branch: maint-5.004/perl
18328 + win32/bin/pl2bat.pl win32/bin/runperl.pl win32/bin/search.pl
18329 + win32/bin/webget.pl
18330 - win32/bin/pl2bat.bat win32/bin/runperl.bat win32/bin/test.bat
18331 - win32/bin/webget.bat
18332 ! Changes Configure MANIFEST Makefile.SH Porting/makerel
18333 ! ext/DynaLoader/DynaLoader.pm hints/hpux.sh hints/linux.sh
18334 ! hints/sco.sh hints/sunos_4_1.sh installhtml lib/CPAN.pm
18335 ! lib/ExtUtils/MM_Unix.pm lib/FileCache.pm lib/Math/Complex.pm
18336 ! lib/Math/Trig.pm lib/blib.pm os2/diff.configure patchlevel.h
18337 ! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
18338 ! pod/perlop.pod pod/perlre.pod pod/perlrun.pod pod/pod2man.PL
18339 ! pp_ctl.c pp_sys.c t/lib/complex.t t/pragma/locale.t toke.c
18340 ! utils/perlbug.PL win32/Makefile win32/makefile.mk
18341 ! win32/win32.c
18342____________________________________________________________________________
18343[ 81] By: TimBunce on 1997/09/30 13:17:27
18344 Log: Maintenance 5.004_02 changes
18345 Branch: maint-5.004/perl
18346 + win32/bin/runperl.bat
18347 ! Changes Configure INSTALL MANIFEST Makefile.SH Porting/patchls
18348 ! README.os2 README.win32 Todo XSUB.h av.c configpm doio.c
18349 ! dosish.h embed.h ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
18350 ! ext/DB_File/typemap ext/GDBM_File/typemap ext/IO/IO.xs
18351 ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
18352 ! ext/IO/lib/IO/Socket.pm ext/NDBM_File/typemap
18353 ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.xs
18354 ! ext/SDBM_File/typemap global.sym gv.c hints/cxux.sh
18355 ! hints/os2.sh hints/sunos_4_1.sh hints/svr4.sh installhtml
18356 ! lib/Bundle/CPAN.pm lib/CPAN.pm lib/CPAN/FirstTime.pm
18357 ! lib/CPAN/Nox.pm lib/Carp.pm lib/Class/Struct.pm
18358 ! lib/Exporter.pm lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
18359 ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
18360 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
18361 ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mksymlists.pm
18362 ! lib/ExtUtils/xsubpp lib/File/Compare.pm lib/File/Copy.pm
18363 ! lib/File/Find.pm lib/File/Path.pm lib/FileHandle.pm
18364 ! lib/I18N/Collate.pm lib/IPC/Open3.pm lib/Net/hostent.pm
18365 ! lib/Pod/Html.pm lib/Shell.pm lib/Sys/Hostname.pm
18366 ! lib/Sys/Syslog.pm lib/Term/ReadLine.pm lib/Time/Local.pm
18367 ! lib/UNIVERSAL.pm lib/dumpvar.pl lib/ftp.pl lib/perl5db.pl
18368 ! malloc.c mg.c op.c opcode.pl os2/Changes os2/Makefile.SHs
18369 ! os2/diff.configure os2/os2.c os2/os2ish.h patchlevel.h perl.c
18370 ! perl.h pod/perlapio.pod pod/perlbook.pod pod/perldebug.pod
18371 ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
18372 ! pod/perlfunc.pod pod/perlguts.pod pod/perlop.pod
18373 ! pod/perlre.pod pod/perlrun.pod pod/perltoc.pod
18374 ! pod/perltrap.pod pod/perlvar.pod pod/perlxstut.pod
18375 ! pod/pod2man.PL pod/splitpod pp.c pp_ctl.c pp_hot.c pp_sys.c
18376 ! proto.h regcomp.c regexec.c scope.c sv.c t/TEST t/base/lex.t
18377 ! t/comp/cmdopt.t t/comp/term.t t/lib/db-btree.t t/lib/db-hash.t
18378 ! t/lib/db-recno.t t/lib/filehand.t t/lib/gdbm.t t/lib/ndbm.t
18379 ! t/lib/odbm.t t/lib/sdbm.t t/op/local.t t/op/magic.t
18380 ! t/op/pack.t t/op/re_tests t/op/ref.t t/op/regexp.t t/op/stat.t
18381 ! t/op/substr.t t/op/universal.t toke.c universal.c util.c
18382 ! utils/Makefile utils/h2ph.PL utils/perlbug.PL utils/perldoc.PL
18383 ! vms/config.vms vms/descrip.mms vms/ext/filespec.t
18384 ! vms/sockadapt.c vms/sockadapt.h vms/test.com vms/vms.c
18385 ! vms/vmsish.h win32/Makefile win32/bin/pl2bat.bat
18386 ! win32/config.bc win32/config.vc win32/config_H.bc
18387 ! win32/config_H.vc win32/config_h.PL win32/makedef.pl
18388 ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
18389 ! win32/win32io.c win32/win32io.h win32/win32iop.h
18390 ! win32/win32sck.c
18391____________________________________________________________________________
18392[ 80] By: nick on 1997/09/29 20:31:43
18393 Log: Add some prototypes in attempt to flush out errors
18394 Tidy up vars.h usage.
18395 Branch: oneperl
18396 ! av.c embed.h hv.c opcode.h perl.c perl.h perlio.c pp_sys.c
18397 ! proto.h util.c vars.h
18398____________________________________________________________________________
18399[ 79] By: nick on 1997/09/29 17:12:07
18400 Log: Builds and passes tests without THISPTR
18401 Branch: oneperl
18402 ! MANIFEST global.sym perl.c perl.h vars.h
18403____________________________________________________________________________
18404[ 78] By: mbeattie on 1997/09/29 16:57:23
18405 Log: Re-introduce the changes from change 68 (runops becomes a
18406 function pointer and sv_bless3 for '~'-magic) which got lost
18407 during the preparation for the maint-merge.
18408 Branch: perl
18409 ! global.sym perl.h pp.c proto.h run.c sv.c
18410____________________________________________________________________________
18411[ 77] By: mbeattie on 1997/09/29 16:44:16
18412 Log: Start merge with maint-5.004 branch by creating an ancestral
18413 branch point via a fake resolution with the maint-merge branch.
18414 See Perforce Tech Note 9 for details.
18415 Branch: perl
18416 !> (integrate 864 files)
18417____________________________________________________________________________
18418[ 76] By: nick on 1997/09/28 19:04:42
18419 Log: Code with this pointer compiles (but core dumps)
18420 Branch: oneperl
18421 ! EXTERN.h INTERN.h XSUB.h av.c av.h cop.h cv.h deb.c doio.c
18422 ! doop.c dosish.h dump.c form.h gv.c gv.h handy.h hv.c hv.h
18423 ! keywords.h mg.c mg.h miniperlmain.c nostdio.h op.c op.h
18424 ! opcode.h patchlevel.h perl.c perl.h perlio.c perlio.h
18425 ! perlsdio.h perlsfio.h perly.c perly.c.diff perly.h perly.y
18426 ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c
18427 ! regcomp.h regexec.c regexp.h run.c scope.c scope.h sv.c sv.h
18428 ! taint.c thread.h toke.c universal.c unixish.h util.c util.h
18429 ! vars.h
18430____________________________________________________________________________
18431[ 75] By: nick on 1997/09/28 15:45:35
18432 Log: Quasi sensible starting point for aTHIS addition.
18433 Branch: oneperl
18434 ! perl.c perl.h pp_ctl.c sv.c thread.h toke.c util.c
18435____________________________________________________________________________
18436[ 74] By: nick on 1997/09/28 11:23:32
18437 Log: Ooops - unwind perly.* stuff for now
18438 Branch: oneperl
18439 ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
18440____________________________________________________________________________
18441[ 73] By: nick on 1997/09/28 11:17:23
18442 Log: Builds and passes all tests again
18443 Branch: oneperl
18444 ! embed.pl ext/DB_File/DB_File.xs gv.c perl.c perl.h perly.y
18445 ! pp.h proto.h thread.sym vms/perly_c.vms vms/perly_h.vms
18446____________________________________________________________________________
18447[ 72] By: nick on 1997/09/28 10:47:01
18448 Log: Save "important things" before re-try
18449 Branch: oneperl
18450 + vars.h
18451 ! embed.pl thread.h thread.sym
18452____________________________________________________________________________
18453[ 71] By: nick on 1997/09/26 17:47:31
18454 Log: Basic hacks to build with USE_THISPTR, not yet useful
18455 but builds miniperl and passes minitest with all thread
18456 variables via a _GLOBAL_ thr variable rather than globals.
18457 Now for the local thr variable ...
18458 Branch: oneperl
18459 + thread.sym
18460 ! MANIFEST README.threads XSUB.h av.c cv.h deb.c doio.c doop.c
18461 ! dump.c embed.pl ext/DB_File/DB_File.xs gv.c hints/solaris_2.sh
18462 ! hv.c mg.c op.c perl.c perl.h pp.c pp_ctl.c pp_hot.c pp_sys.c
18463 ! proto.h regcomp.c regexec.c run.c scope.c sv.c thread.h toke.c
18464 ! util.c vms/vms.c
18465____________________________________________________________________________
18466[ 70] By: mbeattie on 1997/09/23 14:29:23
18467 Log: Branch oneperl from mainline.
18468 Branch: oneperl
18469 +> (branch 871 files)
18470____________________________________________________________________________
18471[ 69] By: mbeattie on 1997/09/22 16:02:37
18472 Log: struct thread now stored in an SV and uses '~'-magic for access.
18473 Branch: perl
18474 ! thread.h
18475 Branch: perlext
18476 ! Thread/Thread.xs Thread/typemap
18477____________________________________________________________________________
18478[ 68] By: mbeattie on 1997/09/22 16:01:48
18479 Log: runops becomes a funtion pointer and sv_bless3 created
18480 to avoid pointer forgery with '~'-magic.
18481 Branch: perl
18482 ! global.sym perl.c perl.h pp.c proto.h run.c sv.c
18483____________________________________________________________________________
18484[ 67] By: mbeattie on 1997/09/22 15:45:56
18485 Log: More fprintf -> PerlIO_printf changes.
18486 Branch: perl
18487 ! perl.c pp_hot.c util.c
18488____________________________________________________________________________
18489[ 66] By: mbeattie on 1997/09/22 15:10:40
18490 Log: Minor multi-threading patches for VMS.
18491 Branch: perl
18492 ! mg.c thread.h vms/vms.c
18493____________________________________________________________________________
18494[ 65] By: mbeattie on 1997/09/15 14:09:11
18495 Log: Add undefined-subs option to Lint.pm.
18496 Branch: perlext
18497 ! Compiler/B/Lint.pm
18498____________________________________________________________________________
18499[ 64] By: mbeattie on 1997/09/10 16:39:41
18500 Log: Debugging output for lock handling.
18501 Branch: perl
18502 ! mg.c pp.c pp_hot.c util.c
18503____________________________________________________________________________
18504[ 63] By: mbeattie on 1997/09/10 14:49:00
18505 Log: Move Thread/Semaphore.pm to Thread/Thread/Semaphore.pm
18506 Branch: perlext
18507 +> Thread/Thread/Semaphore.pm
18508 - Thread/Semaphore.pm
18509____________________________________________________________________________
18510[ 62] By: mbeattie on 1997/09/10 14:47:31
18511 Log: Move Thread/Queue.pm to Thread/Thread/Queue.pm
18512 Branch: perlext
18513 +> Thread/Thread/Queue.pm
18514 - Thread/Queue.pm
18515____________________________________________________________________________
18516[ 61] By: mbeattie on 1997/09/10 13:56:50
18517 Log: Solaris fixes: delete pad and padname from thread.h and remove
18518 MUTEX_* stuff when malloc.c gets copied to x2p/malloc.c.
18519 Branch: perl
18520 ! thread.h x2p/Makefile.SH
9d6a1080
MB
18521
18522----------------
18523Version 5.004_50 First developer release towards 5.005
18524----------------
18525
18526Maintenance of the 5.004 version of perl continues with the 5.004_xx
18527series, where 'xx' is <= 49. Development of the next version, 5.005,
18528starts with 5.004_50.
18529
808270a4
GS
18530____________________________________________________________________________
18531[ 60] By: mbeattie on 1997/09/09 16:57:41
18532 Log: Update README.threads to mention -DL.
18533 Branch: perl
18534 ! README.threads
18535____________________________________________________________________________
18536[ 59] By: mbeattie on 1997/09/09 16:49:08
18537 Log: Add Thread modules Queue.pm and Semaphore.pm
18538 Branch: perlext
18539 + Thread/Queue.pm Thread/Semaphore.pm
18540____________________________________________________________________________
18541[ 58] By: mbeattie on 1997/09/09 16:33:45
18542 Log: Update README.threads
18543 Branch: perl
18544 ! README.threads
18545____________________________________________________________________________
18546[ 57] By: mbeattie on 1997/09/09 16:26:47
18547 Log: Add debug info to Thread typemap.
18548 Branch: perlext
18549 ! Thread/typemap
18550____________________________________________________________________________
18551[ 56] By: mbeattie on 1997/09/09 15:04:26
18552 Log: Rewrite synchronisation of subs/methods and add attrs
18553 extension for specifying 'locked' and 'method' attributes.
18554 Branch: perl
18555 + ext/attrs/Makefile.PL ext/attrs/attrs.pm ext/attrs/attrs.xs
18556 ! MANIFEST cv.h embed.h global.sym op.c perl.c pp.c pp_ctl.c
18557 ! pp_hot.c proto.h sv.c sv.h toke.c
18558 Branch: perlext
18559 ! Thread/Thread.pm Thread/Thread.xs Thread/sync.t Thread/sync2.t
18560____________________________________________________________________________
18561[ 55] By: mbeattie on 1997/09/03 16:34:47
18562 Log: Add new keyword "lock" to Opcode.pm
18563 Branch: perl
18564 ! ext/Opcode/Opcode.pm
18565____________________________________________________________________________
18566[ 54] By: mbeattie on 1997/09/03 14:44:44
18567 Log: Run embed.pl and keywords.pl to complete RESTART -> INIT change
18568 Branch: perl
18569 ! embed.h keywords.h
18570____________________________________________________________________________
18571[ 53] By: mbeattie on 1997/09/03 13:52:24
18572 Log: Add to MANIFEST: README.threads, lib/ISA.pm, lib/Class/Fields.pm
18573 Branch: perl
18574 ! MANIFEST
18575____________________________________________________________________________
18576[ 52] By: mbeattie on 1997/09/03 13:41:20
18577 Log: Let Lint private_names catch out-of-package _foo methods.
18578 Branch: perlext
18579 ! Compiler/B/Lint.pm
18580____________________________________________________________________________
18581[ 51] By: mbeattie on 1997/09/03 13:20:12
18582 Log: Bump patchlevel.h to 5.004_50
18583 Branch: perl
18584 ! patchlevel.h
18585____________________________________________________________________________
18586[ 50] By: mbeattie on 1997/09/03 12:31:48
18587 Log: Make compiler build/work with devel 5.005
18588 Branch: perlext
18589 ! Compiler/B.xs Compiler/B/Asmdata.pm Compiler/bytecode.h
18590 ! Compiler/bytecode.pl Compiler/byterun.c Compiler/byterun.h
18591____________________________________________________________________________
18592[ 49] By: mbeattie on 1997/09/03 12:28:05
18593 Log: Rename RESTART to INIT and associated changes
18594 Branch: perl
18595 ! interp.sym keywords.pl op.c perl.c perl.h perly.c perly.y
18596 ! toke.c vms/perly_c.vms
18597____________________________________________________________________________
18598[ 48] By: mbeattie on 1997/09/02 15:54:27
18599 Log: Added private-names option.
18600 Branch: perlext
18601 ! Compiler/B/Lint.pm
18602____________________________________________________________________________
18603[ 47] By: mbeattie on 1997/09/02 11:54:55
18604 Log: For compiler's CC, make PP_EVAL, PP_ENTERTRY work with JMPENV.
18605 Branch: perlext
18606 ! Compiler/cc_runtime.h
18607____________________________________________________________________________
18608[ 46] By: mbeattie on 1997/08/28 19:40:08
18609 Log: Missing sprintf in try_autoload.
18610 Branch: perlext
18611 ! Compiler/B/C.pm
18612____________________________________________________________________________
18613[ 45] By: mbeattie on 1997/08/13 16:15:25
18614 Log: Threading fixups for Digital UNIX.
18615 Branch: perl
18616 ! README.threads malloc.c perl.h toke.c
18617____________________________________________________________________________
18618[ 44] By: mbeattie on 1997/08/11 15:46:29
18619 Log: Assorted changes for multi-threading (now works rather more).
18620 Branch: perl
18621 + README.threads
18622 ! gv.c mg.c op.c perl.c perl.h pp_ctl.c pp_hot.c sv.c thread.h
18623 ! toke.c util.c
18624 Branch: perlext
18625 ! Thread/Makefile.PL Thread/Thread.xs Thread/lock.t
18626 ! Thread/unsync.t
18627____________________________________________________________________________
18628[ 43] By: mbeattie on 1997/08/08 14:11:00
18629 Log: Made Lint check subs (and -u packages).
18630 Added support for dollar_underscore and implicit $_ in foreach.
18631 Branch: perlext
18632 ! Compiler/B/Lint.pm
18633____________________________________________________________________________
18634[ 42] By: TimBunce on 1997/07/25 17:15:57
18635 Log: Maintenance 5.004_01 changes
18636 Branch: maint-5.004/perl
18637 + Porting/makerel Porting/patchls hints/newsos4.sh
18638 + lib/File/DosGlob.pm lib/chat2.pl perlio.sym win32/config.bc
18639 + win32/config.vc win32/config_H.bc win32/config_H.vc
18640 + win32/makefile.mk
18641 - win32/config.H win32/config.w32
18642 ! Changes Configure EXTERN.h INSTALL MANIFEST Makefile.SH
18643 ! Porting/pumpkin.pod README README.win32 doio.c embed.h
18644 ! ext/DynaLoader/dl_aix.xs ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
18645 ! ext/SDBM_File/Makefile.PL ext/SDBM_File/sdbm/Makefile.PL
18646 ! global.sym hints/next_3.sh hints/next_4.sh hints/svr4.sh
18647 ! installhtml installman lib/AutoLoader.pm lib/AutoSplit.pm
18648 ! lib/CGI/Push.pm lib/CPAN.pm lib/ExtUtils/Install.pm
18649 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
18650 ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
18651 ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mksymlists.pm
18652 ! lib/ExtUtils/xsubpp lib/Pod/Html.pm lib/Pod/Text.pm
18653 ! lib/Sys/Syslog.pm lib/Term/ReadLine.pm lib/Test/Harness.pm
18654 ! lib/ftp.pl mg.c op.c patchlevel.h perl.c perl.h perl_exp.SH
18655 ! perlio.c pod/checkpods.PL pod/perlbook.pod pod/perldata.pod
18656 ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
18657 ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq8.pod
18658 ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
18659 ! pod/perllol.pod pod/perlop.pod pod/perlrun.pod pod/perlsub.pod
18660 ! pod/perltoc.pod pod/perltoot.pod pod/pod2man.PL pod/roffitall
18661 ! pod/splitpod pp.c pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c
18662 ! regcomp.h regexec.c sv.c t/lib/safe2.t t/op/flip.t
18663 ! t/op/groups.t t/op/magic.t t/op/mkdir.t t/op/re_tests
18664 ! t/op/regexp.t t/op/split.t t/op/stat.t t/op/subst.t
18665 ! t/op/taint.t util.c utils/Makefile utils/h2xs.PL
18666 ! utils/perlbug.PL vms/ext/DCLsym/DCLsym.pm
18667 ! vms/ext/Stdio/Stdio.pm vms/gen_shrfls.pl vms/perlvms.pod
18668 ! win32/Makefile win32/config_sh.PL win32/include/sys/socket.h
18669 ! win32/makedef.pl win32/makeperldef.pl win32/perlglob.c
18670 ! win32/perllib.c win32/win32.c win32/win32.h win32/win32io.c
18671 ! win32/win32io.h win32/win32iop.h win32/win32sck.c
18672____________________________________________________________________________
18673[ 41] By: mbeattie on 1997/07/24 14:57:53
18674 Log: Start support for fake threads.
18675 pp_lock now returns its argument.
18676 Branch: perl
18677 ! MANIFEST Makefile.SH cv.h op.c opcode.h opcode.pl perl.c
18678 ! perl.h pp.c pp_ctl.c pp_hot.c proto.h sv.h thread.h toke.c
18679 ! util.c
18680 Branch: perlext
18681 ! Thread/Thread.xs
18682____________________________________________________________________________
18683[ 40] By: mbeattie on 1997/07/24 14:55:07
18684 Log: Add missing reset of eval_owner if doeval() fails to parse.
18685 Branch: perl
18686 ! pp_ctl.c
18687____________________________________________________________________________
18688[ 39] By: mbeattie on 1997/07/17 13:35:51
18689 Log: Fix multiple problems with lexical @_.
18690 Branch: perl
18691 ! cop.h op.c perl.c pp.c pp_ctl.c pp_hot.c t/op/do.t thread.h
18692 ! toke.c
18693____________________________________________________________________________
18694[ 38] By: mbeattie on 1997/07/16 17:02:09
18695 Log: Change %lx to %x in B::CV::save to prevent some CV
18696 fields becoming 0 in the init section. Add missing
18697 write_back in B::Stackobj::Padsv::load_double to fix
18698 test 22 of op/my.t.
18699 Branch: perlext
18700 ! Compiler/B/C.pm Compiler/B/Stackobj.pm
18701____________________________________________________________________________
18702[ 37] By: mbeattie on 1997/07/10 11:28:16
18703 Log: Branch win32 developments from main perl branch.
18704 Branch: win32/perl
18705 +> (branch 867 files)
18706____________________________________________________________________________
18707[ 36] By: mbeattie on 1997/07/05 11:58:05
18708 Log: B::CC::pp_padsv must cope with vivify_ref (5.004)
18709 as well as provide_ref (5.003).
18710 Branch: perlext
18711 ! Compiler/B/C.pm Compiler/B/CC.pm Compiler/NOTES
18712____________________________________________________________________________
18713[ 35] By: mbeattie on 1997/07/05 11:55:18
18714 Log: Introduce pp_lock.
18715 Branch: perl
18716 ! embed.h global.sym keywords.h keywords.pl opcode.h opcode.pl
18717 ! pp.c pp_ctl.c toke.c
18718____________________________________________________________________________
18719[ 34] By: mbeattie on 1997/07/01 12:24:28
18720 Log: Support for op in global register (still buggy)
18721 Branch: perl
18722 ! embed.h global.sym gv.c op.c perl.c perl.h pp_ctl.c pp_sys.c
18723 ! proto.h scope.c scope.h thread.h
18724____________________________________________________________________________
18725[ 33] By: mbeattie on 1997/06/24 16:34:24
18726 Log: Branch lexical warnings from perl branch.
18727 Branch: lexwarn/perl
18728 +> (branch 867 files)
18729____________________________________________________________________________
18730[ 32] By: mbeattie on 1997/06/24 14:33:57
18731 Log: Branch integration of maint-5.004 from relperl.
18732 Branch: mainline/perl
18733 +> (branch 600 files)
18734 Branch: maint-5.004/perl
18735 +> (branch 864 files)
18736____________________________________________________________________________
18737[ 31] By: mbeattie on 1997/06/20 11:46:50
18738 Log: corrected bad_type() prototype.
18739 Branch: perl
18740 ! op.c
18741____________________________________________________________________________
18742[ 30] By: mbeattie on 1997/06/12 12:38:05
18743 Log: Tweak README.
18744 Branch: perlext
18745 ! Thread/README
18746____________________________________________________________________________
18747[ 29] By: mbeattie on 1997/06/12 12:34:59
18748 Log: Document -m option of CC backend.
18749 Branch: perlext
18750 ! Compiler/NOTES
18751____________________________________________________________________________
18752[ 28] By: mbeattie on 1997/06/12 12:25:05
18753 Log: Support sysseek introduced in 5.004.
18754 Branch: perlext
18755 ! Compiler/ccop.c Compiler/ccop.h
18756____________________________________________________________________________
18757[ 27] By: mbeattie on 1997/06/05 14:20:51
18758 Log: More fixups for thrperl integration.
18759 Branch: perl
18760 ! ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
18761 ! ext/Opcode/Makefile.PL ext/Opcode/Opcode.pm
18762 ! ext/Opcode/Opcode.xs gv.c hv.c mg.c op.c perl.c perly.c
18763 ! perly.y pp.c pp_ctl.c run.c scope.c sv.c sv.h thread.h toke.c
18764 ! util.c
18765____________________________________________________________________________
18766[ 25] By: mbeattie on 1997/05/28 15:11:24
18767 Log: Fixups for thrperl integration.
18768 Branch: perl
18769 ! embed.h keywords.h op.c opcode.h perl.c util.c
18770____________________________________________________________________________
18771[ 24] By: mbeattie on 1997/05/26 20:10:42
18772 Log: Integrate thrperl 5.003->5.004.
18773 Branch: perl
18774 +> thread.h
18775 !> (integrate 33 files)
18776____________________________________________________________________________
18777[ 23] By: mbeattie on 1997/05/26 11:45:39
18778 Log: Fix ppname when saving subs.
18779 Branch: perlext
18780 ! Compiler/B/C.pm
18781____________________________________________________________________________
18782[ 22] By: mbeattie on 1997/05/26 11:45:03
18783 Log: -mFoo option now forces -uFoo.
18784 Branch: perlext
18785 ! Compiler/B/CC.pm
18786____________________________________________________________________________
18787[ 21] By: mbeattie on 1997/05/26 11:43:37
18788 Log: Put back objsym/savesym (used by walkoptree_exec).
18789 Branch: perlext
18790 ! Compiler/B.pm
18791____________________________________________________________________________
18792[ 20] By: mbeattie on 1997/05/26 11:38:45
18793 Log: Add avhv_store_ent. Add missing avhv_* to global.sym.
18794 Branch: perl
18795 ! av.c global.sym
18796____________________________________________________________________________
18797[ 19] By: mbeattie on 1997/05/25 21:19:38
18798 Log: Fix up integration 5.003->5.004.
18799 Branch: perl
18800 + lib/Class/Fields.pm lib/ISA.pm
18801 ! av.c ext/DB_File/DB_File.xs perl.c pp.c pp_hot.c proto.h
18802 ! toke.c
18803____________________________________________________________________________
18804[ 18] By: mbeattie on 1997/05/25 10:31:21
18805 Log: First stab at 5.003 -> 5.004 integration.
18806 Branch: perl
18807 +> (branch 291 files)
18808 - Changes.Conf ext/DynaLoader/dl_os2.xs
18809 - ext/FileHandle/FileHandle.pm ext/FileHandle/FileHandle.xs
18810 - ext/FileHandle/Makefile.PL ext/SDBM_File/sdbm/readme.ps
18811 - ext/Safe/Makefile.PL ext/Safe/Safe.pm ext/Safe/Safe.xs
18812 - hints/aux.sh hints/dnix.sh hints/irix_6_2.sh lib/chat2.inter
18813 - lib/chat2.pl lib/splain os2/README os2/README.old
18814 - os2/diff.db_file os2/notes pod/perlovl.pod t/lib/safe.t
18815 - t/op/overload.t t/re_tests vms/Makefile x2p/a2p.man
18816 - x2p/handy.h x2p/s2p.man
18817 !> (integrate 392 files)
18818____________________________________________________________________________
18819[ 17] By: mbeattie on 1997/05/24 18:46:49
18820 Log: Wholesale update to 5.004.
18821 Branch: relperl
18822 + Changes5.000 Changes5.001 Changes5.002 Changes5.003
18823 + Porting/Glossary Porting/pumpkin.pod README.amiga
18824 + README.cygwin32 README.os2 README.plan9 README.qnx
18825 + README.win32 compat3.sym configure.gnu cygwin32/cw32imp.h
18826 + cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc cygwin32/perlld
18827 + eg/cgi/RunMeFirst eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi
18828 + eg/cgi/crash.cgi eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
18829 + eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
18830 + eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
18831 + eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
18832 + eg/cgi/nph-clock.cgi eg/cgi/popup.cgi eg/cgi/save_state.cgi
18833 + eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
18834 + ext/DynaLoader/dl_cygwin32.xs ext/IO/IO.pm ext/IO/IO.xs
18835 + ext/IO/Makefile.PL ext/IO/README ext/IO/lib/IO/File.pm
18836 + ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
18837 + ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
18838 + ext/IO/lib/IO/Socket.pm ext/NDBM_File/hints/dec_osf.pl
18839 + ext/NDBM_File/hints/dynixptx.pl ext/ODBM_File/hints/hpux.pl
18840 + ext/ODBM_File/hints/ultrix.pl ext/Opcode/Makefile.PL
18841 + ext/Opcode/Opcode.pm ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
18842 + ext/Opcode/ops.pm ext/POSIX/hints/next_3.pl hints/amigaos.sh
18843 + hints/aux_3.sh hints/broken-db.msg hints/cygwin32.sh
18844 + hints/dcosx.sh hints/irix_6_0.sh hints/irix_6_1.sh
18845 + hints/lynxos.sh hints/next_4.sh hints/qnx.sh hints/umips.sh
18846 + hints/unicosmk.sh installhtml lib/Bundle/CPAN.pm lib/CGI.pm
18847 + lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Fast.pm
18848 + lib/CGI/Push.pm lib/CGI/Switch.pm lib/CPAN.pm
18849 + lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm lib/Class/Struct.pm
18850 + lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
18851 + lib/ExtUtils/MM_Win32.pm lib/File/Compare.pm lib/File/stat.pm
18852 + lib/FileHandle.pm lib/FindBin.pm lib/Math/Trig.pm
18853 + lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
18854 + lib/Net/servent.pm lib/Pod/Html.pm lib/Tie/RefHash.pm
18855 + lib/Time/gmtime.pm lib/Time/localtime.pm lib/Time/tm.pm
18856 + lib/UNIVERSAL.pm lib/User/grent.pm lib/User/pwent.pm
18857 + lib/autouse.pm lib/blib.pm lib/constant.pm lib/locale.pm
18858 + nostdio.h os2/Changes os2/OS2/ExtAttr/Changes
18859 + os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/ExtAttr/ExtAttr.xs
18860 + os2/OS2/ExtAttr/MANIFEST os2/OS2/ExtAttr/Makefile.PL
18861 + os2/OS2/ExtAttr/myea.h os2/OS2/ExtAttr/t/os2_ea.t
18862 + os2/OS2/ExtAttr/typemap os2/OS2/PrfDB/Changes
18863 + os2/OS2/PrfDB/MANIFEST os2/OS2/PrfDB/Makefile.PL
18864 + os2/OS2/PrfDB/PrfDB.pm os2/OS2/PrfDB/PrfDB.xs
18865 + os2/OS2/PrfDB/t/os2_prfdb.t os2/OS2/PrfDB/typemap
18866 + os2/OS2/Process/MANIFEST os2/OS2/Process/Makefile.PL
18867 + os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
18868 + os2/OS2/REXX/Changes os2/OS2/REXX/MANIFEST
18869 + os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
18870 + os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t
18871 + os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
18872 + os2/OS2/REXX/t/rx_sql.test os2/OS2/REXX/t/rx_tiesql.test
18873 + os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
18874 + os2/OS2/REXX/t/rx_varset.t os2/OS2/REXX/t/rx_vrexx.t
18875 + os2/dl_os2.c os2/dlfcn.h perlio.c perlio.h perlsdio.h
18876 + perlsfio.h plan9/aperl plan9/arpa/inet.h plan9/buildinfo
18877 + plan9/config.plan9 plan9/exclude plan9/fndvers
18878 + plan9/genconfig.pl plan9/mkfile plan9/myconfig.plan9
18879 + plan9/perlplan9.doc plan9/perlplan9.pod plan9/plan9.c
18880 + plan9/plan9ish.h plan9/setup.rc plan9/versnum pod/checkpods.PL
18881 + pod/perlapio.pod pod/perldelta.pod pod/perlfaq.pod
18882 + pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
18883 + pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
18884 + pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
18885 + pod/perllocale.pod pod/perlmodlib.pod pod/perltoot.pod
18886 + pod/rofftoc qnx/ar qnx/cpp t/comp/colon.t t/comp/proto.t
18887 + t/comp/redef.t t/comp/use.t t/io/read.t t/lib/abbrev.t
18888 + t/lib/autoloader.t t/lib/basename.t t/lib/checktree.t
18889 + t/lib/complex.t t/lib/env.t t/lib/filecache.t t/lib/filecopy.t
18890 + t/lib/filefind.t t/lib/filepath.t t/lib/findbin.t
18891 + t/lib/getopt.t t/lib/hostname.t t/lib/io_dup.t t/lib/io_pipe.t
18892 + t/lib/io_sel.t t/lib/io_sock.t t/lib/io_taint.t
18893 + t/lib/io_tell.t t/lib/io_udp.t t/lib/io_xs.t t/lib/opcode.t
18894 + t/lib/open2.t t/lib/open3.t t/lib/ops.t t/lib/parsewords.t
18895 + t/lib/safe1.t t/lib/safe2.t t/lib/searchdict.t
18896 + t/lib/selectsaver.t t/lib/symbol.t t/lib/texttabs.t
18897 + t/lib/textwrap.t t/lib/timelocal.t t/lib/trig.t t/op/arith.t
18898 + t/op/assignwarn.t t/op/bop.t t/op/closure.t t/op/cmp.t
18899 + t/op/gv.t t/op/inc.t t/op/method.t t/op/recurse.t
18900 + t/op/runlevel.t t/op/sysio.t t/op/taint.t t/op/tie.t
18901 + t/op/universal.t t/pragma/constant.t t/pragma/locale.t
18902 + t/pragma/overload.t t/pragma/strict-refs t/pragma/strict-subs
18903 + t/pragma/strict-vars t/pragma/strict.t t/pragma/subs.t
18904 + t/pragma/warn-1global t/pragma/warning.t universal.c
18905 + utils/splain.PL vms/ext/DCLsym/0README.txt
18906 + vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
18907 + vms/ext/DCLsym/Makefile.PL vms/ext/DCLsym/test.pl
18908 + vms/ext/XSSymSet.pm vms/ext/filespec.t vms/ext/vmsish.pm
18909 + vms/ext/vmsish.t win32/Makefile win32/TEST win32/autosplit.pl
18910 + win32/bin/network.pl win32/bin/pl2bat.bat win32/bin/search.bat
18911 + win32/bin/test.bat win32/bin/webget.bat win32/bin/www.pl
18912 + win32/config.H win32/config.w32 win32/config_h.PL
18913 + win32/config_sh.PL win32/dl_win32.xs win32/genxsdef.pl
18914 + win32/include/arpa/inet.h win32/include/dirent.h
18915 + win32/include/netdb.h win32/include/sys/socket.h
18916 + win32/makedef.pl win32/makemain.pl win32/makeperldef.pl
18917 + win32/perlglob.c win32/perllib.c win32/pod.mak win32/runperl.c
18918 + win32/splittree.pl win32/win32.c win32/win32.h win32/win32io.c
18919 + win32/win32io.h win32/win32iop.h win32/win32sck.c x2p/a2p.pod
18920 + x2p/proto.h
18921 - Changes.Conf ext/DynaLoader/dl_os2.xs
18922 - ext/FileHandle/FileHandle.pm ext/FileHandle/FileHandle.xs
18923 - ext/FileHandle/Makefile.PL ext/SDBM_File/sdbm/readme.ps
18924 - ext/Safe/Makefile.PL ext/Safe/Safe.pm ext/Safe/Safe.xs
18925 - hints/aux.sh hints/dnix.sh hints/irix_6_2.sh lib/chat2.inter
18926 - lib/chat2.pl lib/splain os2/README os2/README.old
18927 - os2/diff.db_file os2/notes pod/perlovl.pod t/lib/safe.t
18928 - t/op/overload.t t/re_tests vms/Makefile x2p/a2p.man
18929 - x2p/handy.h x2p/s2p.man
18930 ! Artistic Changes Configure EXTERN.h INSTALL INTERN.h MANIFEST
18931 ! Makefile.SH README README.vms Todo XSUB.h av.c av.h cflags.SH
18932 ! config_H config_h.SH configpm configure cop.h cv.h deb.c
18933 ! doio.c doop.c dosish.h dump.c eg/README eg/nih
18934 ! eg/sysvipc/ipcmsg eg/sysvipc/ipcsem eg/sysvipc/ipcshm
18935 ! emacs/cperl-mode.el embed.h embed.pl ext/DB_File/DB_File.pm
18936 ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
18937 ! ext/DB_File/typemap ext/DynaLoader/DynaLoader.pm
18938 ! ext/DynaLoader/Makefile.PL ext/DynaLoader/dl_aix.xs
18939 ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dlopen.xs
18940 ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_next.xs
18941 ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
18942 ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
18943 ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
18944 ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
18945 ! ext/ODBM_File/hints/dec_osf.pl ext/POSIX/POSIX.pm
18946 ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
18947 ! ext/SDBM_File/Makefile.PL ext/SDBM_File/SDBM_File.pm
18948 ! ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/pair.c
18949 ! ext/SDBM_File/sdbm/pair.h ext/SDBM_File/sdbm/sdbm.3
18950 ! ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
18951 ! ext/Socket/Socket.pm ext/Socket/Socket.xs ext/util/make_ext
18952 ! form.h global.sym gv.c gv.h handy.h hints/3b1.sh
18953 ! hints/README.hints hints/aix.sh hints/apollo.sh hints/bsdos.sh
18954 ! hints/convexos.sh hints/cxux.sh hints/dec_osf.sh hints/dgux.sh
18955 ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh
18956 ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
18957 ! hints/irix_6.sh hints/isc.sh hints/linux.sh hints/machten.sh
18958 ! hints/machten_2.sh hints/mips.sh hints/mpeix.sh
18959 ! hints/netbsd.sh hints/next_3.sh hints/next_3_0.sh hints/os2.sh
18960 ! hints/powerux.sh hints/sco.sh hints/sco_2_3_3.sh
18961 ! hints/sco_2_3_4.sh hints/solaris_2.sh hints/sunos_4_0.sh
18962 ! hints/sunos_4_1.sh hints/svr4.sh hints/titanos.sh
18963 ! hints/ultrix_4.sh hints/unicos.sh hints/utekv.sh hv.c hv.h
18964 ! installman installperl interp.sym keywords.h keywords.pl
18965 ! lib/AnyDBM_File.pm lib/AutoLoader.pm lib/AutoSplit.pm
18966 ! lib/Benchmark.pm lib/Carp.pm lib/Cwd.pm
18967 ! lib/Devel/SelfStubber.pm lib/English.pm lib/Env.pm
18968 ! lib/Exporter.pm lib/ExtUtils/Install.pm
18969 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_OS2.pm
18970 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
18971 ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
18972 ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
18973 ! lib/ExtUtils/testlib.pm lib/ExtUtils/typemap
18974 ! lib/ExtUtils/xsubpp lib/File/Basename.pm lib/File/Copy.pm
18975 ! lib/File/Find.pm lib/File/Path.pm lib/FileCache.pm
18976 ! lib/Getopt/Long.pm lib/Getopt/Std.pm lib/I18N/Collate.pm
18977 ! lib/IPC/Open2.pm lib/IPC/Open3.pm lib/Math/BigInt.pm
18978 ! lib/Math/Complex.pm lib/Net/Ping.pm lib/Pod/Functions.pm
18979 ! lib/Pod/Text.pm lib/Search/Dict.pm lib/SelectSaver.pm
18980 ! lib/SelfLoader.pm lib/Symbol.pm lib/Sys/Hostname.pm
18981 ! lib/Sys/Syslog.pm lib/Term/Cap.pm lib/Term/Complete.pm
18982 ! lib/Term/ReadLine.pm lib/Test/Harness.pm lib/Text/Abbrev.pm
18983 ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
18984 ! lib/Text/Wrap.pm lib/Tie/Hash.pm lib/Tie/Scalar.pm
18985 ! lib/Tie/SubstrHash.pm lib/Time/Local.pm lib/abbrev.pl
18986 ! lib/bigfloat.pl lib/bigint.pl lib/cacheout.pl lib/complete.pl
18987 ! lib/diagnostics.pm lib/dotsh.pl lib/dumpvar.pl lib/find.pl
18988 ! lib/finddepth.pl lib/ftp.pl lib/getcwd.pl lib/getopts.pl
18989 ! lib/importenv.pl lib/lib.pm lib/look.pl lib/newgetopt.pl
18990 ! lib/open2.pl lib/open3.pl lib/overload.pm lib/perl5db.pl
18991 ! lib/sigtrap.pm lib/strict.pm lib/subs.pm lib/syslog.pl
18992 ! lib/termcap.pl lib/timelocal.pl lib/validate.pl lib/vars.pm
18993 ! makeaperl.SH makedepend.SH malloc.c mg.c mg.h minimod.pl
18994 ! miniperlmain.c myconfig op.c op.h opcode.h opcode.pl
18995 ! os2/Makefile.SHs os2/diff.configure os2/os2.c os2/os2ish.h
18996 ! os2/perl2cmd.pl patchlevel.h perl.c perl.h perl_exp.SH perlsh
18997 ! perly.c perly.c.diff perly.h perly.y pod/Makefile pod/buildtoc
18998 ! pod/perl.pod pod/perlbook.pod pod/perlbot.pod pod/perlcall.pod
18999 ! pod/perldata.pod pod/perldebug.pod pod/perldiag.pod
19000 ! pod/perldsc.pod pod/perlembed.pod pod/perlform.pod
19001 ! pod/perlfunc.pod pod/perlguts.pod pod/perlipc.pod
19002 ! pod/perllol.pod pod/perlmod.pod pod/perlobj.pod pod/perlop.pod
19003 ! pod/perlpod.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
19004 ! pod/perlsec.pod pod/perlstyle.pod pod/perlsub.pod
19005 ! pod/perlsyn.pod pod/perltie.pod pod/perltoc.pod
19006 ! pod/perltrap.pod pod/perlvar.pod pod/perlxs.pod
19007 ! pod/perlxstut.pod pod/pod2html.PL pod/pod2latex.PL
19008 ! pod/pod2man.PL pod/pod2text.PL pod/roffitall pp.c pp.h
19009 ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regcomp.h
19010 ! regexec.c regexp.h run.c scope.c scope.h sv.c sv.h t/README
19011 ! t/TEST t/base/lex.t t/base/term.t t/cmd/mod.t t/cmd/while.t
19012 ! t/comp/cpp.t t/comp/multiline.t t/comp/package.t
19013 ! t/comp/script.t t/harness t/io/argv.t t/io/dup.t t/io/fs.t
19014 ! t/io/inplace.t t/io/pipe.t t/io/tell.t t/lib/anydbm.t
19015 ! t/lib/bigintpm.t t/lib/db-btree.t t/lib/db-hash.t
19016 ! t/lib/db-recno.t t/lib/dirhand.t t/lib/filehand.t t/lib/gdbm.t
19017 ! t/lib/ndbm.t t/lib/odbm.t t/lib/posix.t t/lib/sdbm.t
19018 ! t/lib/socket.t t/op/chop.t t/op/delete.t t/op/each.t
19019 ! t/op/exec.t t/op/fork.t t/op/glob.t t/op/goto.t t/op/groups.t
19020 ! t/op/magic.t t/op/misc.t t/op/mkdir.t t/op/my.t t/op/oct.t
19021 ! t/op/pack.t t/op/pat.t t/op/quotemeta.t t/op/rand.t
19022 ! t/op/re_tests t/op/readdir.t t/op/ref.t t/op/regexp.t
19023 ! t/op/sleep.t t/op/sort.t t/op/split.t t/op/stat.t t/op/subst.t
19024 ! t/op/substr.t t/op/write.t taint.c toke.c unixish.h util.c
19025 ! util.h utils/Makefile utils/c2ph.PL utils/h2ph.PL
19026 ! utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL utils/pl2pm.PL
19027 ! vms/config.vms vms/descrip.mms vms/ext/Filespec.pm
19028 ! vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
19029 ! vms/ext/Stdio/test.pl vms/fndvers.com vms/gen_shrfls.pl
19030 ! vms/genconfig.pl vms/genopt.com vms/myconfig.com
19031 ! vms/perlvms.pod vms/perly_c.vms vms/perly_h.vms
19032 ! vms/sockadapt.c vms/sockadapt.h vms/test.com vms/vms.c
19033 ! vms/vms_yfix.pl vms/vmsish.h vms/writemain.pl writemain.SH
19034 ! x2p/EXTERN.h x2p/INTERN.h x2p/Makefile.SH x2p/a2p.c x2p/a2p.h
19035 ! x2p/a2p.y x2p/a2py.c x2p/cflags.SH x2p/find2perl.PL x2p/hash.c
19036 ! x2p/hash.h x2p/s2p.PL x2p/str.c x2p/str.h x2p/util.c
19037 ! x2p/util.h x2p/walk.c
19038____________________________________________________________________________
19039[ 16] By: mbeattie on 1997/05/23 22:42:08
19040 Log: Initial integration of relperl from 5.003.
19041 Branch: relperl
19042 +> (branch 600 files)
19043____________________________________________________________________________
19044[ 14] By: mbeattie on 1997/05/12 20:22:56
19045 Log: Finish code generation rewrite. Clean up B::Section class and
19046 handle symbol table translation internally. Simple .pm modules
19047 now compile OK.
19048 Branch: perlext
19049 ! Compiler/B.pm Compiler/B/Bblock.pm Compiler/B/C.pm
19050 ! Compiler/B/CC.pm
19051____________________________________________________________________________
19052[ 13] By: mbeattie on 1997/05/05 19:41:18
19053 Log: Don't make pp_enter and pp_return trigger basic blocks.
19054 Branch: perlext
19055 ! Compiler/B/Bblock.pm
19056____________________________________________________________________________
19057[ 12] By: mbeattie on 1997/05/05 19:40:16
19058 Log: Rewrite code generation. Sections (de)multiplexed into a
19059 temporary file instead of stored in arrays.
19060 Branch: perlext
19061 ! Compiler/B.pm Compiler/B/C.pm Compiler/B/CC.pm
19062____________________________________________________________________________
19063[ 11] By: mbeattie on 1997/05/03 20:20:59
19064 Log: Development to pre-alpha4
19065 Branch: perlext
19066 + Compiler/B/Deparse.pm Compiler/B/Lint.pm Compiler/makeliblinks
19067 ! Compiler/B.pm Compiler/B.xs Compiler/B/Bblock.pm
19068 ! Compiler/B/Bytecode.pm Compiler/B/C.pm Compiler/B/CC.pm
19069 ! Compiler/B/Debug.pm Compiler/B/Terse.pm Compiler/B/Xref.pm
19070 ! Compiler/Makefile.PL Compiler/README Compiler/TESTS
19071 ! Compiler/assemble Compiler/bytecode.pl Compiler/byteperl.c
19072 ! Compiler/byterun.c Compiler/cc_runtime.h Compiler/disassemble
19073 ! Compiler/test_harness Compiler/test_harness_cc
19074____________________________________________________________________________
19075[ 10] By: mbeattie on 1997/05/03 14:47:06
19076 Log: Initial check-in of perl compiler.
19077 Branch: perlext
19078 + Compiler/Artistic Compiler/B.pm Compiler/B.xs
19079 + Compiler/B/Asmdata.pm Compiler/B/Assembler.pm
19080 + Compiler/B/Bblock.pm Compiler/B/Bytecode.pm Compiler/B/C.pm
19081 + Compiler/B/CC.pm Compiler/B/Debug.pm
19082 + Compiler/B/Disassembler.pm Compiler/B/Showlex.pm
19083 + Compiler/B/Stackobj.pm Compiler/B/Terse.pm Compiler/B/Xref.pm
19084 + Compiler/Copying Compiler/Makefile.PL Compiler/NOTES
19085 + Compiler/O.pm Compiler/README Compiler/TESTS
19086 + Compiler/TESTS.alpha2 Compiler/Todo Compiler/assemble
19087 + Compiler/bytecode.h Compiler/bytecode.pl Compiler/byteperl.c
19088 + Compiler/byterun.c Compiler/byterun.h Compiler/cc_harness
19089 + Compiler/cc_runtime.h Compiler/ccop.c Compiler/ccop.h
19090 + Compiler/disassemble Compiler/old/README.feb11
19091 + Compiler/old/TESTS.mar11 Compiler/old/TESTS.mar20
19092 + Compiler/old/TESTS.may11 Compiler/old/TESTS.pre-jul27
19093 + Compiler/op.patch Compiler/ramblings/cc.notes
19094 + Compiler/ramblings/curcop.runtime
19095 + Compiler/ramblings/dontparse.c Compiler/ramblings/flip-flop
19096 + Compiler/ramblings/foo.bench Compiler/ramblings/foo2.bench
19097 + Compiler/ramblings/foo3.bench Compiler/ramblings/magic
19098 + Compiler/ramblings/pp_i_add Compiler/ramblings/reg.alloc
19099 + Compiler/ramblings/runtime.porting
19100 + Compiler/ramblings/sort.notes Compiler/ramblings/sub.call
19101 + Compiler/ramblings/subst.notes Compiler/run_bytecode_test
19102 + Compiler/run_cc_test Compiler/run_test Compiler/test_harness
19103 + Compiler/test_harness_bytecode Compiler/test_harness_cc
19104 + Compiler/typemap
19105____________________________________________________________________________
19106[ 9] By: mbeattie on 1997/05/02 19:03:49
19107 Log: Don't require CvDEPTH == 0 when bombing out of subs.
19108 Branch: thrperl
19109 ! pp_hot.c
19110____________________________________________________________________________
19111[ 8] By: mbeattie on 1997/04/23 19:06:45
19112 Log: Added programmer-level condition variables via "condpair" magic.
19113 Added support for detached threads and tweaked a few things.
19114 Branch: thrperl
19115 ! embed.h global.sym keywords.h mg.c opcode.h perl.c perl.h
19116 ! pp_ctl.c pp_hot.c proto.h run.c scope.c sv.c sv.h thread.h
19117 ! util.c
19118____________________________________________________________________________
19119[ 7] By: mbeattie on 1997/04/23 19:04:18
19120 Log: Rewrote programmer-level condition variables from scratch. Added
19121 support for detaching threads. Fixed handling for arguments
19122 passed in to threads and return values for joined threads.
19123 Branch: perlext
19124 + Thread/lock.t
19125 ! Thread/README Thread/Thread.pm Thread/Thread.xs Thread/cond.t
19126 ! Thread/typemap
19127____________________________________________________________________________
19128[ 6] By: mbeattie on 1997/04/10 20:17:26
19129 Log: Initial check-in of Thread module.
19130 Branch: perlext
19131 + Thread/Makefile.PL Thread/Notes Thread/README Thread/Thread.pm
19132 + Thread/Thread.xs Thread/cond.t Thread/create.t Thread/io.t
19133 + Thread/join.t Thread/sync.t Thread/sync2.t Thread/typemap
19134 + Thread/unsync.t Thread/unsync2.t Thread/unsync3.t
19135 + Thread/unsync4.t
19136____________________________________________________________________________
19137[ 5] By: mbeattie on 1997/04/10 20:05:52
19138 Log: Tweaks to allow compilation without -DUSE_THREADS and fix
19139 missing parens (pad allocation) in the tokener.
19140 Branch: thrperl
19141 ! op.c pp_ctl.c toke.c
19142____________________________________________________________________________
19143[ 4] By: mbeattie on 1997/03/28 18:40:44
19144 Log: Initial 3-way merge from (5.001m, thr1m, 5.003) plus fixups.
19145 Branch: thrperl
19146 + thread.h
19147 ! XSUB.h av.c cv.h deb.c doio.c doop.c dump.c global.sym gv.c
19148 ! hv.c malloc.c mg.c op.c op.h opcode.h opcode.pl perl.c perl.h
19149 ! pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c
19150 ! run.c scope.c sv.c sv.h toke.c util.c
19151____________________________________________________________________________
19152[ 3] By: mbeattie on 1997/03/28 13:36:23
19153 Log: Branch 5.003 -> thrperl
19154 Branch: thrperl
19155 +> (branch 600 files)
19156____________________________________________________________________________
19157[ 2] By: mbeattie on 1997/03/28 13:32:21
19158 Log: Initial devel changes.
19159 Pseudo-hashes. Optional strong typing. RESTART {}.
19160 Branch: perl
19161 ! av.c doop.c embed.h ext/DB_File/DB_File.xs global.sym
19162 ! interp.sym keywords.h keywords.pl lib/ExtUtils/xsubpp op.c
19163 ! perl.c perl.h pp.c pp_hot.c proto.h t/op/groups.t toke.c
19164____________________________________________________________________________
19165[ 1] By: mbeattie on 1997/03/28 13:17:33
19166 Log: Perl 5.003 check-in
19167 Branch: perl
19168 + Artistic Changes Changes.Conf Configure Copying EXTERN.h
19169 + INSTALL INTERN.h MANIFEST Makefile.SH README README.vms Todo
19170 + XSUB.h av.c av.h cflags.SH config_H config_h.SH configpm
19171 + configure cop.h cv.h deb.c doio.c doop.c dosish.h dump.c
19172 + eg/ADB eg/README eg/changes eg/client eg/down eg/dus eg/findcp
19173 + eg/findtar eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
19174 + eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
19175 + eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
19176 + eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
19177 + eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
19178 + eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
19179 + eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
19180 + eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
19181 + eg/van/vanish eg/who eg/wrapsuid emacs/cperl-mode.el embed.h
19182 + embed.pl ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
19183 + ext/DB_File/DB_File_BS ext/DB_File/Makefile.PL
19184 + ext/DB_File/typemap ext/DynaLoader/DynaLoader.pm
19185 + ext/DynaLoader/Makefile.PL ext/DynaLoader/README
19186 + ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dld.xs
19187 + ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
19188 + ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_none.xs
19189 + ext/DynaLoader/dl_os2.xs ext/DynaLoader/dl_vms.xs
19190 + ext/DynaLoader/dlutils.c ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
19191 + ext/Fcntl/Makefile.PL ext/FileHandle/FileHandle.pm
19192 + ext/FileHandle/FileHandle.xs ext/FileHandle/Makefile.PL
19193 + ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
19194 + ext/GDBM_File/Makefile.PL ext/GDBM_File/typemap
19195 + ext/NDBM_File/Makefile.PL ext/NDBM_File/NDBM_File.pm
19196 + ext/NDBM_File/NDBM_File.xs ext/NDBM_File/hints/solaris.pl
19197 + ext/NDBM_File/hints/svr4.pl ext/NDBM_File/typemap
19198 + ext/ODBM_File/Makefile.PL ext/ODBM_File/ODBM_File.pm
19199 + ext/ODBM_File/ODBM_File.xs ext/ODBM_File/hints/dec_osf.pl
19200 + ext/ODBM_File/hints/sco.pl ext/ODBM_File/hints/solaris.pl
19201 + ext/ODBM_File/hints/svr4.pl ext/ODBM_File/typemap
19202 + ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
19203 + ext/POSIX/POSIX.xs ext/POSIX/typemap ext/SDBM_File/Makefile.PL
19204 + ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
19205 + ext/SDBM_File/sdbm/CHANGES ext/SDBM_File/sdbm/COMPARE
19206 + ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/README
19207 + ext/SDBM_File/sdbm/README.too ext/SDBM_File/sdbm/biblio
19208 + ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
19209 + ext/SDBM_File/sdbm/dbe.1 ext/SDBM_File/sdbm/dbe.c
19210 + ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
19211 + ext/SDBM_File/sdbm/dbu.c ext/SDBM_File/sdbm/grind
19212 + ext/SDBM_File/sdbm/hash.c ext/SDBM_File/sdbm/linux.patches
19213 + ext/SDBM_File/sdbm/makefile.sdbm ext/SDBM_File/sdbm/pair.c
19214 + ext/SDBM_File/sdbm/pair.h ext/SDBM_File/sdbm/readme.ms
19215 + ext/SDBM_File/sdbm/readme.ps ext/SDBM_File/sdbm/sdbm.3
19216 + ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
19217 + ext/SDBM_File/sdbm/tune.h ext/SDBM_File/sdbm/util.c
19218 + ext/SDBM_File/typemap ext/Safe/Makefile.PL ext/Safe/Safe.pm
19219 + ext/Safe/Safe.xs ext/Socket/Makefile.PL ext/Socket/Socket.pm
19220 + ext/Socket/Socket.xs ext/util/extliblist ext/util/make_ext
19221 + ext/util/mkbootstrap form.h global.sym globals.c gv.c gv.h
19222 + h2pl/README h2pl/cbreak.pl h2pl/cbreak2.pl h2pl/eg/sizeof.ph
19223 + h2pl/eg/sys/errno.pl h2pl/eg/sys/ioctl.pl h2pl/eg/sysexits.pl
19224 + h2pl/getioctlsizes h2pl/mksizes h2pl/mkvars h2pl/tcbreak
19225 + h2pl/tcbreak2 handy.h hints/3b1.sh hints/3b1cc
19226 + hints/README.hints hints/aix.sh hints/altos486.sh
19227 + hints/apollo.sh hints/aux.sh hints/bsdos.sh hints/convexos.sh
19228 + hints/cxux.sh hints/dec_osf.sh hints/dgux.sh hints/dnix.sh
19229 + hints/dynix.sh hints/dynixptx.sh hints/epix.sh hints/esix4.sh
19230 + hints/fps.sh hints/freebsd.sh hints/genix.sh
19231 + hints/greenhills.sh hints/hpux.sh hints/i386.sh
19232 + hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
19233 + hints/irix_6_2.sh hints/isc.sh hints/isc_2.sh hints/linux.sh
19234 + hints/machten.sh hints/machten_2.sh hints/mips.sh hints/mpc.sh
19235 + hints/mpeix.sh hints/ncr_tower.sh hints/netbsd.sh
19236 + hints/next_3.sh hints/next_3_0.sh hints/opus.sh hints/os2.sh
19237 + hints/powerux.sh hints/sco.sh hints/sco_2_3_0.sh
19238 + hints/sco_2_3_1.sh hints/sco_2_3_2.sh hints/sco_2_3_3.sh
19239 + hints/sco_2_3_4.sh hints/solaris_2.sh hints/stellar.sh
19240 + hints/sunos_4_0.sh hints/sunos_4_1.sh hints/svr4.sh
19241 + hints/ti1500.sh hints/titanos.sh hints/ultrix_4.sh
19242 + hints/unicos.sh hints/unisysdynix.sh hints/utekv.sh
19243 + hints/uts.sh hv.c hv.h installman installperl interp.sym
19244 + keywords.h keywords.pl lib/AnyDBM_File.pm lib/AutoLoader.pm
19245 + lib/AutoSplit.pm lib/Benchmark.pm lib/Carp.pm lib/Cwd.pm
19246 + lib/Devel/SelfStubber.pm lib/DirHandle.pm lib/English.pm
19247 + lib/Env.pm lib/Exporter.pm lib/ExtUtils/Install.pm
19248 + lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_OS2.pm
19249 + lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
19250 + lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
19251 + lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
19252 + lib/ExtUtils/testlib.pm lib/ExtUtils/typemap
19253 + lib/ExtUtils/xsubpp lib/File/Basename.pm lib/File/CheckTree.pm
19254 + lib/File/Copy.pm lib/File/Find.pm lib/File/Path.pm
19255 + lib/FileCache.pm lib/Getopt/Long.pm lib/Getopt/Std.pm
19256 + lib/I18N/Collate.pm lib/IPC/Open2.pm lib/IPC/Open3.pm
19257 + lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/Math/Complex.pm
19258 + lib/Net/Ping.pm lib/Pod/Functions.pm lib/Pod/Text.pm
19259 + lib/Search/Dict.pm lib/SelectSaver.pm lib/SelfLoader.pm
19260 + lib/Shell.pm lib/Symbol.pm lib/Sys/Hostname.pm
19261 + lib/Sys/Syslog.pm lib/Term/Cap.pm lib/Term/Complete.pm
19262 + lib/Term/ReadLine.pm lib/Test/Harness.pm lib/Text/Abbrev.pm
19263 + lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
19264 + lib/Text/Wrap.pm lib/Tie/Hash.pm lib/Tie/Scalar.pm
19265 + lib/Tie/SubstrHash.pm lib/Time/Local.pm lib/abbrev.pl
19266 + lib/assert.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
19267 + lib/cacheout.pl lib/chat2.inter lib/chat2.pl lib/complete.pl
19268 + lib/ctime.pl lib/diagnostics.pm lib/dotsh.pl lib/dumpvar.pl
19269 + lib/exceptions.pl lib/fastcwd.pl lib/find.pl lib/finddepth.pl
19270 + lib/flush.pl lib/ftp.pl lib/getcwd.pl lib/getopt.pl
19271 + lib/getopts.pl lib/hostname.pl lib/importenv.pl lib/integer.pm
19272 + lib/less.pm lib/lib.pm lib/look.pl lib/newgetopt.pl
19273 + lib/open2.pl lib/open3.pl lib/overload.pm lib/perl5db.pl
19274 + lib/pwd.pl lib/shellwords.pl lib/sigtrap.pm lib/splain
19275 + lib/stat.pl lib/strict.pm lib/subs.pm lib/syslog.pl
19276 + lib/tainted.pl lib/termcap.pl lib/timelocal.pl lib/validate.pl
19277 + lib/vars.pm makeaperl.SH makedepend.SH makedir.SH malloc.c
19278 + mg.c mg.h minimod.pl miniperlmain.c mv-if-diff myconfig op.c
19279 + op.h opcode.h opcode.pl os2/Makefile.SHs os2/POSIX.mkfifo
19280 + os2/README os2/README.old os2/diff.configure os2/diff.db_file
19281 + os2/notes os2/os2.c os2/os2ish.h os2/perl2cmd.pl patchlevel.h
19282 + perl.c perl.h perl_exp.SH perlsh perly.c perly.c.diff
19283 + perly.fixer perly.h perly.y pod/Makefile pod/buildtoc
19284 + pod/perl.pod pod/perlbook.pod pod/perlbot.pod pod/perlcall.pod
19285 + pod/perldata.pod pod/perldebug.pod pod/perldiag.pod
19286 + pod/perldsc.pod pod/perlembed.pod pod/perlform.pod
19287 + pod/perlfunc.pod pod/perlguts.pod pod/perlipc.pod
19288 + pod/perllol.pod pod/perlmod.pod pod/perlobj.pod pod/perlop.pod
19289 + pod/perlovl.pod pod/perlpod.pod pod/perlre.pod pod/perlref.pod
19290 + pod/perlrun.pod pod/perlsec.pod pod/perlstyle.pod
19291 + pod/perlsub.pod pod/perlsyn.pod pod/perltie.pod
19292 + pod/perltoc.pod pod/perltrap.pod pod/perlvar.pod
19293 + pod/perlxs.pod pod/perlxstut.pod pod/pod2html.PL
19294 + pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL pod/roffitall
19295 + pod/splitman pod/splitpod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
19296 + proto.h regcomp.c regcomp.h regexec.c regexp.h run.c scope.c
19297 + scope.h sv.c sv.h t/README t/TEST t/base/cond.t t/base/if.t
19298 + t/base/lex.t t/base/pat.t t/base/term.t t/cmd/elsif.t
19299 + t/cmd/for.t t/cmd/mod.t t/cmd/subval.t t/cmd/switch.t
19300 + t/cmd/while.t t/comp/cmdopt.t t/comp/cpp.aux t/comp/cpp.t
19301 + t/comp/decl.t t/comp/multiline.t t/comp/package.t
19302 + t/comp/script.t t/comp/term.t t/harness t/io/argv.t t/io/dup.t
19303 + t/io/fs.t t/io/inplace.t t/io/pipe.t t/io/print.t t/io/tell.t
19304 + t/lib/anydbm.t t/lib/bigint.t t/lib/bigintpm.t
19305 + t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
19306 + t/lib/dirhand.t t/lib/english.t t/lib/filehand.t t/lib/gdbm.t
19307 + t/lib/ndbm.t t/lib/odbm.t t/lib/posix.t t/lib/safe.t
19308 + t/lib/sdbm.t t/lib/socket.t t/lib/soundex.t t/op/append.t
19309 + t/op/array.t t/op/auto.t t/op/chop.t t/op/cond.t t/op/delete.t
19310 + t/op/do.t t/op/each.t t/op/eval.t t/op/exec.t t/op/exp.t
19311 + t/op/flip.t t/op/fork.t t/op/glob.t t/op/goto.t t/op/groups.t
19312 + t/op/index.t t/op/int.t t/op/join.t t/op/list.t t/op/local.t
19313 + t/op/magic.t t/op/misc.t t/op/mkdir.t t/op/my.t t/op/oct.t
19314 + t/op/ord.t t/op/overload.t t/op/pack.t t/op/pat.t t/op/push.t
19315 + t/op/quotemeta.t t/op/rand.t t/op/range.t t/op/re_tests
19316 + t/op/read.t t/op/readdir.t t/op/ref.t t/op/regexp.t
19317 + t/op/repeat.t t/op/sleep.t t/op/sort.t t/op/split.t
19318 + t/op/sprintf.t t/op/stat.t t/op/study.t t/op/subst.t
19319 + t/op/substr.t t/op/time.t t/op/undef.t t/op/unshift.t
19320 + t/op/vec.t t/op/write.t t/re_tests taint.c toke.c unixish.h
19321 + util.c util.h utils/Makefile utils/c2ph.PL utils/h2ph.PL
19322 + utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL utils/pl2pm.PL
19323 + vms/Makefile vms/config.vms vms/descrip.mms
19324 + vms/ext/Filespec.pm vms/ext/Stdio/0README.txt
19325 + vms/ext/Stdio/Makefile.PL vms/ext/Stdio/Stdio.pm
19326 + vms/ext/Stdio/Stdio.xs vms/ext/Stdio/test.pl vms/fndvers.com
19327 + vms/gen_shrfls.pl vms/genconfig.pl vms/genopt.com
19328 + vms/make_command.com vms/mms2make.pl vms/myconfig.com
19329 + vms/perlvms.pod vms/perly_c.vms vms/perly_h.vms
19330 + vms/sockadapt.c vms/sockadapt.h vms/test.com vms/vms.c
19331 + vms/vms_yfix.pl vms/vmsish.h vms/writemain.pl writemain.SH
19332 + x2p/EXTERN.h x2p/INTERN.h x2p/Makefile.SH x2p/a2p.c x2p/a2p.h
19333 + x2p/a2p.man x2p/a2p.y x2p/a2py.c x2p/cflags.SH
19334 + x2p/find2perl.PL x2p/handy.h x2p/hash.c x2p/hash.h x2p/s2p.PL
19335 + x2p/s2p.man x2p/str.c x2p/str.h x2p/util.c x2p/util.h
19336 + x2p/walk.c