1 Please note: This file provides a summary of significant changes
2 between versions and sub-versions of Perl, not necessarily a complete
3 list of each modification. If you'd like more detailed information,
4 please consult the comments in the patches on which the relevant
5 release of Perl is based. (Patches can be found on any CPAN
6 site, in the .../src/5.0 directory for full version releases,
7 or in the .../src/5/0/unsupported directory for sub-version
15 To give due honor to those who have made Perl what is is today,
16 here are some of the more common names in the Changes file, and their
17 current addresses (as of July 1998):
19 Gisle Aas <gisle@aas.no>
20 Abigail <abigail@fnx.com>
21 Kenneth Albanowski <kjahds@kjahds.com>
22 Russ Allbery <rra@stanford.edu>
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>
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>
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>
36 Jeff Okamoto <okamoto@hpcc123.corp.hp.com>
37 Ulrich Pfeifer <pfeifer@charly.informatik.uni-dortmund.de>
38 Tom Phoenix <rootbeer@teleport.com>
39 Joshua Pritikin <joshua.pritikin@db.com>
40 Norbert Pueschel <pueschel@imsdd.meb.uni-bonn.de>
41 Dean Roehrich <roehrich@cray.com>
42 Hugo van der Sanden <hv@crypt0.demon.co.uk>
43 Roderick Schertler <roderick@argon.org>
44 Kurt D. Starsinic <kstar@isinet.com>
45 Dan Sugalski <sugalskd@osshe.edu>
46 Larry W. Virden <lvirden@cas.org>
47 Ilya Zakharevich <ilya@math.ohio-state.edu>
49 And the Keepers of the Patch Pumpkin:
51 Charles Bailey <bailey@newman.upenn.edu>
52 Graham Barr <gbarr@pobox.com>
53 Malcolm Beattie <mbeattie@sable.ox.ac.uk>
54 Tim Bunce <Tim.Bunce@ig.co.uk>
55 Andy Dougherty <doughera@lafcol.lafayette.edu>
56 Gurusamy Sarathy <gsar@umich.edu>
57 Chip Salzenberg <chip@perl.com>
59 And, of course, the Author of Perl:
61 Larry Wall <larry@wall.org>
64 NOTE: Each change entry shows the change number; who checked it into the
65 repository; when; description of the change; which branch the change
66 happened in; and the affected files. The file lists have a short symbolic
72 +> branched (from elsewhere)
73 !> merged changes (from elsewhere)
77 Version 5.005_03 Third maintenance release of 5.005
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
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
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
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
105 ____________________________________________________________________________
106 [ 3192] By: gsar on 1999/03/28 09:10:15
107 Log: update pod/Makefile
108 Branch: maint-5.005/perl
110 ____________________________________________________________________________
111 [ 3191] By: gsar on 1999/03/28 08:43:47
112 Log: integrate change#3180 from mainline
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
119 ____________________________________________________________________________
120 [ 3190] By: gsar on 1999/03/28 08:29:51
121 Log: integrate change#3147 from mainline
123 warn about newfangled vfork() caveats
124 Branch: maint-5.005/perl
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
143 ____________________________________________________________________________
144 [ 3186] By: gsar on 1999/03/28 07:26:33
145 Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
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
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
161 ____________________________________________________________________________
162 [ 3184] By: gbarr on 1999/03/28 06:35:50
163 Log: integrate change # 3160 from mainline
165 better description of OP_UNSTACK (s/unstack/iteration finalizer/)
166 Branch: maint-5.005/perl
168 ____________________________________________________________________________
169 [ 3182] By: gbarr on 1999/03/28 03:40:28
170 Log: Integrate changes #3067 and #3106 from mainline
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
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
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
198 ____________________________________________________________________________
199 [ 3177] By: gbarr on 1999/03/28 01:09:59
200 Log: Integrate #2910 from mainline
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
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
216 Implement $^C to allow perl access to -c flag - I think this
219 Update docs and English.pm for $^C
220 Branch: maint-5.005/perl
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
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
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
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
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
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.
265 Branch: maint-5.005/perl
267 ____________________________________________________________________________
268 [ 3121] By: jhi on 1999/03/19 08:16:12
269 Log: AVAILABILITY tuning.
272 Branch: maint-5.005/perl
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
282 Branch: maint-5.005/perl
284 ____________________________________________________________________________
285 [ 3117] By: jhi on 1999/03/16 17:18:49
286 Log: Apollo DomainOS AVAILABILITY.
289 Branch: maint-5.005/perl
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.
320 ! pod/perl.pod pod/perldelta.pod
321 Branch: maint-5.005/perl
323 ____________________________________________________________________________
324 [ 3113] By: jhi on 1999/03/16 10:38:53
325 Log: perldelta niggling.
328 Branch: maint-5.005/perl
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.
336 Branch: maint-5.005/perl
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
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
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
370 ____________________________________________________________________________
371 [ 3094] By: jhi on 1999/03/06 16:16:15
372 Log: From: Mark Kettenis <kettenis@wins.uva.nl>
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
379 ____________________________________________________________________________
380 [ 3093] By: jhi on 1999/03/06 15:59:46
381 Log: From: Mark Kettenis <kettenis@wins.uva.nl>
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
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
411 tolerate CRs after options
412 Branch: maint-5.005/perl
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
420 ____________________________________________________________________________
421 [ 3085] By: gbarr on 1999/03/05 01:41:06
423 Branch: maint-5.005/perl
425 ____________________________________________________________________________
426 [ 3084] By: gbarr on 1999/03/05 01:34:07
427 Log: Don't process - as a file in Errno_pm.PL
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
445 ____________________________________________________________________________
446 [ 3079] By: gsar on 1999/03/04 21:09:43
447 Log: tweak cast and crew
448 Branch: maint-5.005/perl
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
456 ____________________________________________________________________________
457 [ 3075] By: gsar on 1999/03/04 07:36:53
458 Log: integrate changes#3037,3041 from mainline
460 fix longstanding bug: searches for lexicals originating within eval''
461 weren't stopping at the subroutine boundary correctly
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
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
477 more "correct" utbuf for utime()
479 avoid modifying readonly values from qw()
481 ansify perlio.c, fix PerlIO-ish typos
485 s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
487 destroy PL_svref_mutex in perl_destruct()
488 Branch: maint-5.005/perl
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
497 bring '*' prototype closer to how it behaves internally
500 Branch: maint-5.005/perl
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
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
513 tweak READ() docs to mention $buffer must be altered by reference
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
521 allow the Carp routines to pass through exception objects
523 clarify what a "line" is
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
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
544 Todo updates from Andy Dougherty <doughera@lafayette.edu>
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>
552 tweak doc on bitwise ops
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
560 display full pathname of unreadable files
562 av_extend() doc tweak from Jan Dubois
566 note how to find REG_INFTY limit
568 add note about test-notty target
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
581 Branch: maint-5.005/perl
583 ____________________________________________________________________________
584 [ 3059] By: jhi on 1999/03/03 22:46:43
585 Log: Document HP-UX 11 Y2K patch effect, based on
587 From: "Richard L. England" <richard_england@mentorg.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
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
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
606 ____________________________________________________________________________
607 [ 3055] By: jhi on 1999/03/03 18:17:55
608 Log: Configure and make gotchas.
609 Branch: maint-5.005/perl
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>
620 Branch: maint-5.005/perl
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>
631 Branch: maint-5.005/perl
633 ____________________________________________________________________________
634 [ 3028] By: jhi on 1999/02/26 14:40:00
635 Log: HP-UX 11 threads.
637 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
638 To: perl5-porters@perl.org
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>
644 NOTE from jhi: the hpux hints could still be more robust by
645 disabling gdbm when necessary.
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:
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
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
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
676 ____________________________________________________________________________
677 [ 3013] By: jhi on 1999/02/22 19:27:44
678 Log: Fix MacPerl version, change PowerUX to PowerMAX.
680 From: Chris Nandor <pudge@pobox.com>
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]>
687 From: Tom Horsley <Tom.Horsley@mail.ccur.com>
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>
695 Branch: maint-5.005/perl
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').
713 ! Configure config_h.SH
714 Branch: maint-5.005/perl
716 ____________________________________________________________________________
717 [ 3004] By: jhi on 1999/02/21 15:46:02
718 Log: Update Acorn AVAILABILITY.
721 Branch: maint-5.005/perl
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>
732 Branch: maint-5.005/perl
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
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
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
757 ____________________________________________________________________________
758 [ 2983] By: jhi on 1999/02/19 20:35:51
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
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>
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
788 ____________________________________________________________________________
789 [ 2976] By: gsar on 1999/02/18 21:54:09
790 Log: integrate change#2975 from mainline
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
797 ____________________________________________________________________________
798 [ 2971] By: jhi on 1999/02/18 11:14:24
799 Log: AIX syscalls.exp scan missed explicitly 32/64-bit syscalls.
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
808 ____________________________________________________________________________
809 [ 2967] By: jhi on 1999/02/17 23:12:59
810 Log: Make SCO/Unixware scan to work in Unixware, too.
812 From: Tom Hughes <thh@cyberscience.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
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
829 ____________________________________________________________________________
830 [ 2906] By: jhi on 1999/02/13 14:55:47
831 Log: AVAILABILITY sync.
832 Branch: maint-5.005/perl
834 ____________________________________________________________________________
835 [ 2905] By: gsar on 1999/02/13 00:12:53
836 Log: integrate change#2898 from mainline
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
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
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
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
864 ____________________________________________________________________________
865 [ 2895] By: gsar on 1999/02/12 11:18:59
866 Log: integrate change#2854 from mainline
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
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
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
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
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
927 ____________________________________________________________________________
928 [ 2864] By: jhi on 1999/02/11 08:45:00
929 Log: From: Spider Boardman <spider@zk3.dec.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
939 Branch: maint-5.005/perl
941 ____________________________________________________________________________
942 [ 2858] By: gsar on 1999/02/11 07:10:59
944 Branch: maint-5.005/perl
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
951 ____________________________________________________________________________
952 [ 2853] By: gsar on 1999/02/11 00:33:06
953 Log: integrate change#2816 from mainline
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
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
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
978 ____________________________________________________________________________
979 [ 2848] By: jhi on 1999/02/10 09:13:49
980 Log: Added AVAILABILITY section.
981 Branch: maint-5.005/perl
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
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
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
1001 ____________________________________________________________________________
1002 [ 2814] By: jhi on 1999/02/04 21:21:39
1003 Log: Stratus perlport update.
1004 Branch: maint-5.005/perl
1006 ____________________________________________________________________________
1007 [ 2813] By: jhi on 1999/02/04 21:16:54
1008 Log: Stratus VOS update.
1010 From: Paul_Green@stratus.com
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
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.
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
1043 ____________________________________________________________________________
1044 [ 2790] By: jhi on 1999/02/02 16:51:45
1045 Log: Re-introduce the typo corrections (update to CGI 2.46
1047 Branch: maint-5.005/perl
1049 ____________________________________________________________________________
1050 [ 2781] By: jhi on 1999/02/02 14:27:01
1051 Log: Update the MkLinux note.
1052 Branch: maint-5.005/perl
1054 ____________________________________________________________________________
1055 [ 2775] By: jhi on 1999/02/02 13:13:24
1056 Log: Mention lib/Dumpvalue.pm.
1057 Branch: maint-5.005/perl
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
1064 ____________________________________________________________________________
1065 [ 2758] By: jhi on 1999/02/02 10:51:26
1067 Branch: maint-5.005/perl
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
1074 ____________________________________________________________________________
1075 [ 2752] By: jhi on 1999/02/01 22:15:12
1076 Log: Add perlthrtut.pod.
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
1087 ____________________________________________________________________________
1088 [ 2741] By: gbarr on 1999/02/01 03:00:42
1089 Log: Fix typecasts in #2728
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
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>
1127 (slighty edited at the end)
1128 Branch: maint-5.005/perl
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
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
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
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
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
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
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
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
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).
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
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)
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
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>
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
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
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
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.
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
1321 ____________________________________________________________________________
1322 [ 2710] By: jhi on 1999/01/27 19:22:23
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>
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:
1342 From: Spider Boardman <spider@web.zk3.dec.com>
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
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
1365 ____________________________________________________________________________
1366 [ 2703] By: jhi on 1999/01/24 14:26:18
1367 Log: Minor Configure adjustments.
1368 Branch: maint-5.005/perl
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
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
1400 ____________________________________________________________________________
1401 [ 2696] By: gsar on 1999/01/24 11:39:39
1402 Log: integrate changes#2255,2694 from mainline
1404 another win32 portability fix: make sysread() and syswrite()
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
1414 Show LANGUAGE env var when needed. (Augment change #2645).
1416 SHMLBA strikes back in NetBSD/sparc.
1418 From: Dave Nelson <David.Nelson@bellcow.com>
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
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
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
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
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
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
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
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
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
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
1494 Document the GNU LANGUAGE env var.
1496 Mention /usr/share/locale.
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
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
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
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",...)
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
1535 ____________________________________________________________________________
1536 [ 2673] By: gbarr on 1999/01/22 01:29:37
1537 Log: OS/2 patches from Ilya
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>
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>
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>
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
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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
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
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
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
1661 ____________________________________________________________________________
1662 [ 2634] By: gbarr on 1999/01/17 17:27:12
1663 Log: Fix for suidperl when script is on a nosuid filesystem
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
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
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
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
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
1698 ____________________________________________________________________________
1699 [ 2616] By: gbarr on 1999/01/16 18:59:55
1700 Log: Win32 changes from Jan
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
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
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
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
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
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
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
1768 ____________________________________________________________________________
1769 [ 2610] By: gbarr on 1999/01/14 03:07:33
1770 Log: Fix login in installperl for pods
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
1778 ____________________________________________________________________________
1779 [ 2609] By: gbarr on 1999/01/14 03:04:37
1780 Log: Fix incorrect "used only once" warnings
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
1788 ____________________________________________________________________________
1789 [ 2608] By: gbarr on 1999/01/14 02:56:46
1790 Log: Fixed double GLOB de-reference
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
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
1811 ____________________________________________________________________________
1812 [ 2584] By: gbarr on 1999/01/08 04:50:56
1813 Log: implemented Ilya's suggested fix, and added a testcase
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
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)
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)
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)
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
1863 ____________________________________________________________________________
1864 [ 2577] By: gbarr on 1999/01/07 04:26:28
1865 Log: Another set of doc patches from Abigail
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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
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
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
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
1991 ____________________________________________________________________________
1992 [ 2562] By: gbarr on 1999/01/06 02:02:18
1993 Log: Jumbo doc patch from Abigail
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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
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
2079 ____________________________________________________________________________
2080 [ 2557] By: gbarr on 1999/01/02 15:20:42
2081 Log: integrate change #2548
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>
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)
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
2113 ____________________________________________________________________________
2114 [ 2555] By: gbarr on 1999/01/02 15:11:45
2115 Log: intregrate change #2547
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
2123 ____________________________________________________________________________
2124 [ 2543] By: gbarr on 1998/12/31 06:17:13
2125 Log: integrated relevant parts og changes #2385 & #2387 from mainline
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
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
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.
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)
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
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
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
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
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
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
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
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)
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
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
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
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
2324 ____________________________________________________________________________
2325 [ 2471] By: gbarr on 1998/12/12 17:09:39
2326 Log: integrate change#2459 from cfgperl
2328 enclose case want_vtbl_collxfrm with #ifdef USE_LOCALE_COLLATE
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
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
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
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.
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>
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
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
2372 ____________________________________________________________________________
2373 [ 2467] By: gbarr on 1998/12/12 14:52:24
2374 Log: Change reall_srchlen back to an int from a #define
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
2382 ____________________________________________________________________________
2383 [ 2466] By: gbarr on 1998/12/12 14:40:56
2384 Log: s/SCM_CREDENTIALSS/SCM_CREDENTIALs/ in Socket.xs
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
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
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
2410 ____________________________________________________________________________
2411 [ 2411] By: gbarr on 1998/11/30 01:31:22
2412 Log: integrated changes#2323,2353,2369
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
2419 Locale collation, ctype, and numeric, were initialized wrong
2420 (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
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>
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
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
2452 win32_recvfrom() compatibility fix
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>
2461 make $1 et al readonly under threads; make C<undef $1> fail like
2464 fix typo in pp_defined() causing C<defined %tied> to fail
2466 more conservative version of changes#2345,2346,2347; those break
2467 C<defined(@{"foo::ISA"})> which seems to be extensively used in
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)
2476 Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
2477 add C<$Config{installarchlib}/CORE> to the default locations searched
2480 prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
2482 Branch: maint-5.005/perl
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>
2491 allow C<sort $coderef @foo>
2492 Branch: maint-5.005/perl
2495 ____________________________________________________________________________
2496 [ 2314] By: gbarr on 1998/11/27 04:03:58
2497 Log: integrate change#2159 from mainline
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
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
2518 correct bugs exposed in MM_Unix.pm by commenting out Selfloader
2519 (MAN3PODS cannot be set to ' '; stray stricture violation)
2521 qualify names of builtins
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
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
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
2542 avoid endless loops in Text::Wrap (from a suggestion by Lupe
2543 Christoph <lupe@alanya.m.isar.de>)
2545 properly free temporaries created by threads
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
2554 fix AvREALISH bogusness
2555 Branch: maint-5.005/perl
2558 ____________________________________________________________________________
2559 [ 2310] By: gbarr on 1998/11/27 00:20:21
2560 Log: integrate changes#2235,2299,2300 from mainline
2562 catch a neophyte trap: open(<FH>), close(<FH>) etc.
2564 fix C<if (...) { package Foo; ... }> misoptimization that fails
2565 to set the package for the block properly
2567 properly free temporaries created by threads
2568 Branch: maint-5.005/perl
2569 ! ext/Thread/Thread.xs op.c perl.h util.c
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
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
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
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>
2615 sysio.t failure: fix undefined order of evaluation, from
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>
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
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
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
2650 More robust yacc/bison failure output handling.
2654 Bison says 'parse error', not 'parser error'.
2656 The "parse error" must be converted to "syntax error",
2657 just matching it aint' enough.
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
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
2679 ____________________________________________________________________________
2680 [ 2257] By: gbarr on 1998/11/21 17:23:13
2681 Log: Big Configure patch from Jarkko Hietaniemi <jhi@iki.fi> via
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
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
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
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
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
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
2750 ____________________________________________________________________________
2751 [ 2212] By: gbarr on 1998/11/07 23:13:29
2752 Log: integrate changes#1914,1925,1926,1945,1956,1987 from mainline
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
2760 disable USE_THREADS when PERL_OBJECT is enabled
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.
2767 defer "deep recursion" warnings until CXt_SUB context is properly
2770 Mutexen should be initialized only once.
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>
2792 reset errno after C<require> search (as suggested by Larry)
2794 upgrade to CPAN-1.40
2796 missing file in last submit (1881)
2798 temporarily disable perl malloc for a2p until we clean up
2799 conflicting malloc() declarations everywhere
2801 Fixed apostrophe problem from Mark Knutsen.
2803 use SETERRNO() to reset errno (suggested by Charles Bailey)
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
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
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)
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
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...)
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
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
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
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
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
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
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
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
2892 Branch: maint-5.005/perl
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
2900 ____________________________________________________________________________
2901 [ 2193] By: gbarr on 1998/11/05 01:25:31
2902 Log: integrate changes#1763,1778,1801,1804 from mainline
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()
2909 Implicit require during compile reset line numbering
2911 silence redefined warning for XS(INIT) {}
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
2920 ____________________________________________________________________________
2921 [ 2176] By: gbarr on 1998/11/02 04:51:48
2922 Log: integrate change#2030 from mainline
2924 fix handling of mayhaps-extended @_ in goto &sub
2925 Branch: maint-5.005/perl
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
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
2940 provide locked access to string table for USE_THREADS
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
2950 provide option to enable optimization with VC (suggested by Jan
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
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''
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)>
2972 silence -w noises (suggested by Greg Bacon) Term::Complete
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
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
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
3014 small tweak on last change
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?
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
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
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
3038 don't longjmp() in pp_goto() (regressive bug from old single-stack
3041 force copy of substrings when matching against temporaries
3043 ensure recursive attempts to findlex()icals know enough about where
3044 the last eval'' context was encountered
3046 propagate typeness of lexicals while cloning them
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
3053 smarter C<$SIG{FOO} = BAREWORD;> warning
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
3066 s/runops/CALLRUNOPS/
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
3517 Version 5.005_02 Second maintenance release of 5.005
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
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
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
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
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
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()
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
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
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
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
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
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
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
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
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
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
3716 ____________________________________________________________________________
3717 [ 1727] By: gsar on 1998/08/04 20:31:04
3718 Log: remove useless 'rcsid' (extension of a suggestion by
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
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>
3738 Date: Tue, 4 Aug 98 12:44:20 PDT
3739 Message-Id: <9808041944.AA04815@forte.com>
3740 Branch: maint-5.005/perl
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
3942 ____________________________________________________________________________
3943 [ 1697] By: gsar on 1998/08/02 05:20:12
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
3963 ____________________________________________________________________________
3964 [ 1696] By: gsar on 1998/08/02 05:03:09
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
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)
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
4164 Version 5.005_01 First maintenance release of 5.005
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)
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
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
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
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
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
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
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*)
4264 Version 5.005 Production release
4267 ____________________________________________________________________________
4268 [ 1647] By: gsar on 1998/07/22 21:11:29
4269 Log: sneak in hints/irix_6.sh update
4271 ! Changes hints/irix_6.sh
4272 ____________________________________________________________________________
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?
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 ____________________________________________________________________________
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
4289 ! ext/IO/lib/IO/Handle.pm
4290 ____________________________________________________________________________
4291 [ 1644] By: gsar on 1998/07/22 18:13:31
4292 Log: newer 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
4302 ! Porting/pumpkin.pod
4303 ____________________________________________________________________________
4304 [ 1642] By: gsar on 1998/07/22 17:58:42
4305 Log: add perlmodinstall, regen perltoc
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
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
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>
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
4335 ! Changes lib/Sys/Syslog.pm
4336 ____________________________________________________________________________
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)
4340 ! Changes patchlevel.h win32/Makefile win32/config_H.bc
4341 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
4342 ____________________________________________________________________________
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
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
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
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
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
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
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
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
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
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>
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>
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 {}>
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
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
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
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
4457 ! lib/ExtUtils/Embed.pm
4458 ____________________________________________________________________________
4459 [ 1623] By: gsar on 1998/07/22 06:12:50
4460 Log: make $ prototype to accept THREADSVs
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
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)
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
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})
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
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
4506 ! ext/B/B.pm ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.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
4513 ! bytecode.h bytecode.pl byterun.c embedvar.h interp.sym
4515 ____________________________________________________________________________
4516 [ 1615] By: nick on 1998/07/21 22:26:34
4517 Log: Mingw32 PERL_OBJECT tweaks
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''
4527 Version 5.004_76 5.005 Public Beta, Issue 2
4530 ____________________________________________________________________________
4531 [ 1613] By: gsar on 1998/07/21 10:26:01
4532 Log: final tweaks before beta2
4537 ! Changes MANIFEST intrpvar.h iperlsys.h
4538 ! lib/ExtUtils/MM_Win32.pm win32/perlhost.h
4539 ____________________________________________________________________________
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
4543 ! ext/Opcode/Opcode.xs proto.h win32/makedef.pl
4544 ! win32/makefile.mk win32/perlhost.h win32/win32.c win32/win32.h
4546 ____________________________________________________________________________
4547 [ 1611] By: gsar on 1998/07/21 07:12:00
4548 Log: fix bytecode.pl with moved var names
4550 ! bytecode.pl byterun.c byterun.h ext/B/B/Asmdata.pm
4551 ____________________________________________________________________________
4552 [ 1610] By: gsar on 1998/07/21 05:51:10
4556 ____________________________________________________________________________
4557 [ 1609] By: gsar on 1998/07/21 05:46:59
4558 Log: change case of PERL_OBJECT filenames, consistent with the rest
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)
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
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()
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)
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
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
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
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
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)
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
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
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
4658 ____________________________________________________________________________
4659 [ 1597] By: gsar on 1998/07/21 04:16:51
4660 Log: pod tweak suggested by Ilya
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
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
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
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
4698 ____________________________________________________________________________
4699 [ 1592] By: gsar on 1998/07/21 03:49:55
4700 Log: remove compat3.sym and rename perld4.pod
4702 +> pod/perl5004delta.pod
4703 - compat3.sym pod/perld4.pod
4705 ____________________________________________________________________________
4706 [ 1591] By: gsar on 1998/07/21 03:38:16
4707 Log: update patchlevel, Changes
4709 ! Changes patchlevel.h win32/Makefile win32/config_H.bc
4710 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
4711 ____________________________________________________________________________
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
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
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
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
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
4734 ! pod/perlfunc.pod pod/perlguts.pod pod/perlsub.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
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!)
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
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
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
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
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
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
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
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
4783 ____________________________________________________________________________
4784 [ 1587] By: gsar on 1998/07/21 01:21:41
4785 Log: workaround C<"foo" "bar"> catenation-intolerant compilers
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
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
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'>
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
4813 ____________________________________________________________________________
4814 [ 1581] By: nick on 1998/07/20 19:22:37
4815 Log: Integrate mainline pre-beta2 - just in case
4817 !> (integrate 66 files)
4818 ____________________________________________________________________________
4819 [ 1580] By: TimBunce on 1998/07/20 17:16:38
4820 Log: Assorted patches:
4822 Title: "Clean up hash array allocation"
4823 From: Gurusamy Sarathy <gsar@engin.umich.edu>
4824 Msg-ID: <199807201052.GAA13336@aatma.engin.umich.edu>
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:
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>
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
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>
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
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
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.
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
4922 ____________________________________________________________________________
4923 [ 1575] By: gsar on 1998/07/20 01:27:14
4924 Log: integrate ansi branch to get s/foo/PL_foo/ changes
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
4933 ____________________________________________________________________________
4934 [ 1573] By: gsar on 1998/07/20 00:28:27
4935 Log: misc win32 config tweaks
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
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
4950 ____________________________________________________________________________
4951 [ 1570] By: nick on 1998/07/19 18:16:20
4952 Log: Drat! - threaded perl-malloc has mutex that needs PL_
4955 ____________________________________________________________________________
4956 [ 1569] By: nick on 1998/07/19 17:55:22
4957 Log: PL_ for perl's malloc
4960 ____________________________________________________________________________
4961 [ 1568] By: nick on 1998/07/19 16:23:30
4962 Log: PL_ minir tidy up
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
4970 ____________________________________________________________________________
4971 [ 1566] By: nick on 1998/07/19 12:38:30
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
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
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
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
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
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
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>
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
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
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
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
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
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>
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>
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
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
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
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
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
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
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
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
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
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
5171 ____________________________________________________________________________
5172 [ 1543] By: gsar on 1998/07/19 05:56:18
5173 Log: unsubmitted Changes tweak
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
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
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?)
5192 ____________________________________________________________________________
5193 [ 1539] By: TimBunce on 1998/07/18 22:04:58
5194 Log: Assorted patches:
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
5201 Title: "Update t/op/array.t (from 5.005 beta 1)"
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
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
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" ...
5234 ____________________________________________________________________________
5235 [ 1534] By: nick on 1998/07/18 16:38:27
5236 Log: PL_ stuff for threads
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
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
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
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!
5275 ____________________________________________________________________________
5276 [ 1529] By: nick on 1998/07/18 08:18:03
5277 Log: Integrate post-beta tweaks to 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)
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
5293 ____________________________________________________________________________
5294 [ 1526] By: gsar on 1998/07/18 02:08:01
5295 Log: fix another CvMUTEXP() leak
5298 ____________________________________________________________________________
5299 [ 1525] By: TimBunce on 1998/07/18 01:51:52
5300 Log: Assorted patches:
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>
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
5312 Title: "Change getc() docs to match behaviour. Make read() return undef on
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
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
5328 ____________________________________________________________________________
5329 [ 1523] By: gsar on 1998/07/18 01:17:28
5330 Log: fix $/ init for multiple interpreters/threads
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
5339 ____________________________________________________________________________
5340 [ 1521] By: TimBunce on 1998/07/16 22:23:25
5341 Log: Assorted patches:
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>
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
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
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
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
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
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
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
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:
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
5402 Title: "Fix @a=@a=qw(...)"
5403 From: Gurusamy Sarathy <gsar@engin.umich.edu>, Stephen McCamant
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
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>
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
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
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
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
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
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>
5446 Branch: maint-5.004/perl
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
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)
5464 Version 5.004_75 5.005 Public Beta, Issue 1
5467 ____________________________________________________________________________
5468 [ 1518] By: gsar on 1998/07/15 10:01:41
5469 Log: add stub docs for ext/B, other minor tweaks
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 ____________________________________________________________________________
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
5484 ! Changes patchlevel.h pod/perlop.pod win32/Makefile
5485 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5487 ____________________________________________________________________________
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<>
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
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
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//
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
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
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
5541 ____________________________________________________________________________
5542 [ 1509] By: gsar on 1998/07/15 06:57:50
5543 Log: typecast long vs. IV compares in pp_flip/pp_flop
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
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
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]
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
5582 ____________________________________________________________________________
5583 [ 1504] By: gsar on 1998/07/15 06:39:37
5584 Log: add a few more thread.t tests
5587 ____________________________________________________________________________
5588 [ 1503] By: gsar on 1998/07/15 06:31:33
5589 Log: fix thread.t ('join $t' ne '$t->join' !)
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
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
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
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
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
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
5637 ____________________________________________________________________________
5638 [ 1497] By: gsar on 1998/07/15 05:35:54
5639 Log: add comment about cpprun etc., to hints/hpux.sh
5642 ____________________________________________________________________________
5643 [ 1496] By: gsar on 1998/07/15 05:15:16
5644 Log: fix warning from CGI::Carp
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]
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
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 %
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
5673 ____________________________________________________________________________
5674 [ 1492] By: gsar on 1998/07/14 21:43:03
5675 Log: unsubmitted _74 tweaks
5677 ! Changes mpeix/nm mpeix/relink pod/perldelta.pod
5684 ____________________________________________________________________________
5685 [ 1491] By: gsar on 1998/07/14 08:48:28
5686 Log: up patchlevel to 74; introduce distinct archname for PERL_OBJECT
5688 ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
5689 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5691 ____________________________________________________________________________
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)
5699 ____________________________________________________________________________
5700 [ 1489] By: gsar on 1998/07/14 08:23:46
5701 Log: fix function parameter autovivification for pseudohashes
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
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
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
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
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
5739 Date: Mon, 13 Jul 1998 18:37:07 -0600
5740 Message-Id: <199807140037.SAA04556@chthon.perl.com>
5741 Subject: perlbook.pod patch
5743 ! pod/perlbook.pod pod/perlmod.pod
5744 ____________________________________________________________________________
5745 [ 1483] By: gsar on 1998/07/14 06:04:25
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
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
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
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
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
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
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
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
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)
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
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
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
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]
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
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
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
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
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?
5894 ____________________________________________________________________________
5895 [ 1466] By: gsar on 1998/07/14 03:29:25
5896 Log: minor tweaks to perldelta and README.win32
5898 ! Changes README.win32 pod/perldelta.pod
5899 ____________________________________________________________________________
5900 [ 1465] By: TimBunce on 1998/07/13 21:33:45
5901 Log: Assorted patches:
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]>
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
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
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
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
5929 Title: "Add PERL_DESTRUCT_LEVEL=2 to test suite"
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
5941 ____________________________________________________________________________
5942 [ 1464] By: gsar on 1998/07/13 04:41:07
5943 Log: up patchlevel to 73, update Changes &c.
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 ____________________________________________________________________________
5949 [ 1463] By: gsar on 1998/07/13 02:58:51
5950 Log: avoid empty rm -f in MM_Unix.pm
5952 ! lib/ExtUtils/MM_Unix.pm
5953 ____________________________________________________________________________
5954 [ 1462] By: gsar on 1998/07/13 02:54:52
5955 Log: update perldelta
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//
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
5975 ____________________________________________________________________________
5976 [ 1459] By: gsar on 1998/07/12 23:38:31
5977 Log: add tests for change#1458 and then some
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
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>
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
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
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
6015 - lib/Bundle/CPAN.pm
6022 ____________________________________________________________________________
6023 [ 1453] By: gsar on 1998/07/12 10:04:33
6024 Log: merge changes 1424, 1428 from maintbranch
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*
6032 ! Changes README.win32 patchlevel.h win32/Makefile
6033 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6035 ____________________________________________________________________________
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
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
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
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
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
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
6088 ____________________________________________________________________________
6089 [ 1445] By: gsar on 1998/07/12 02:11:16
6090 Log: fix pp_caller() to fully traverse stacklevels
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
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
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)
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
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
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()
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
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
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)
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
6172 ! ext/Data/Dumper/Dumper.xs win32/Makefile win32/makefile.mk
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
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
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
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
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]>
6216 Branch: maint-5.004/perl
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
6226 ! pod/perldebug.pod regcomp.c regexec.c
6227 ____________________________________________________________________________
6228 [ 1428] By: TimBunce on 1998/07/11 17:45:56
6229 Log: Assorted patches:
6231 Title: "makerel now reads local patch list from patchlevel.h"
6232 Files: patchlevel.h Porting/makerel
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
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>
6244 Title: "Anohter ptags improvement"
6245 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6246 Msg-ID: <199807070059.UAA28815@monk.mps.ohio-state.edu>
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>
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
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>
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
6286 ____________________________________________________________________________
6287 [ 1423] By: TimBunce on 1998/07/11 15:53:37
6288 Log: Assorted patches:
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
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>
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
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
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
6342 - t/op/ipcmsg.t t/op/ipcsem.t
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
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]
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
6367 ____________________________________________________________________________
6368 [ 1414] By: gsar on 1998/07/11 01:45:45
6369 Log: make lib/re.pm a prereq for minitest
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
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>
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
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
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
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]
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>
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
6439 ____________________________________________________________________________
6440 [ 1405] By: gsar on 1998/07/10 21:28:29
6441 Log: misc tweaks to docs and qsortsv() warning
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
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
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)
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)
6470 ____________________________________________________________________________
6471 [ 1400] By: nick on 1998/07/09 17:43:14
6472 Log: Integrate mainline (_071-ish)
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)
6489 ____________________________________________________________________________
6490 [ 1399] By: gsar on 1998/07/09 12:15:12
6491 Log: update Changes, perlhist.pod, beginnings of perldelta.pod
6493 ! Changes pod/perldelta.pod pod/perlhist.pod
6494 ____________________________________________________________________________
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
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
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
6518 ____________________________________________________________________________
6519 [ 1394] By: gsar on 1998/07/09 05:37:48
6520 Log: get it building again on win32
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
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)
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
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
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
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
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.
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
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
6592 ____________________________________________________________________________
6593 [ 1385] By: gsar on 1998/07/09 01:28:05
6594 Log: win32/makefile.mk =~ s|gcc -pipe|gcc|
6597 ____________________________________________________________________________
6598 [ 1384] By: gsar on 1998/07/09 01:26:19
6599 Log: make t/TEST run 'perl $switches ./foo/test.t' everywhere
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
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
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
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
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
6642 ____________________________________________________________________________
6643 [ 1378] By: gsar on 1998/07/08 20:17:43
6644 Log: make -i'*suffix' work too
6647 ____________________________________________________________________________
6648 [ 1377] By: gsar on 1998/07/08 08:56:28
6649 Log: regen headers; result builds & tests on Solaris again (threaded)
6652 ____________________________________________________________________________
6653 [ 1376] By: gsar on 1998/07/08 08:55:03
6654 Log: change#1350 breaks things, back it out
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
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()
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
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
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
6704 + ext/re/Makefile.PL ext/re/re.pm ext/re/re.xs
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
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
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
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
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
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
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
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
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
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
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
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
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>
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
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:
6823 ------ BUILD PROCESS ------
6825 Title: "Add Test.pm (from perl 5.004_70)"
6826 Files: MANIFEST lib/Test.pm
6828 ------ EXTENSIONS ------
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
6835 ------ LIBRARY ------
6837 Title: "AutoSplit upgrade (AutoSplit 1.0302 from 5.004_70)"
6838 Files: lib/AutoSplit.pm
6840 Title: "Upgrade base.pm (from perl 5.004_70)"
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
6850 Title: "fixup test for method call on undefined value"
6853 ------ UTILITIES ------
6855 Title: "perlbug upgrade (from 5.004_70)"
6856 Files: utils/perlbug.PL
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
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"
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
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
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:
6918 ------ BUILD PROCESS ------
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>
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>
6930 ------ CORE LANGUAGE ------
6932 Title: "one more^Wless quad unpack bug"
6933 From: Jarkko Hietaniemi <jhi@iki.fi>
6934 Msg-ID: <199806301132.OAA27353@alpha.hut.fi>
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
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>
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>
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>
6959 Title: "make find_script() return saved string, reenable missing
6961 From: Gurusamy Sarathy <gsar@engin.umich.edu>
6962 Msg-ID: <199806262224.SAA00422@aatma.engin.umich.edu>
6963 Files: perl.c util.c
6965 Title: "minor e_script optimization"
6966 From: Gurusamy Sarathy <gsar@engin.umich.edu>
6967 Msg-ID: <199807060704.DAA25988@aatma.engin.umich.edu>
6970 ------ DOCUMENTATION ------
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
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
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
6987 ------ EXTENSIONS ------
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
6994 ------ LIBRARY ------
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
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
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
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
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
7036 ! ObjXSub.h embed.h global.sym globals.c objpp.h op.c opcode.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
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
7063 ____________________________________________________________________________
7064 [ 1341] By: gsar on 1998/07/06 20:43:35
7065 Log: remove dup entry in perldiag
7068 ____________________________________________________________________________
7069 [ 1340] By: gsar on 1998/07/06 20:31:44
7070 Log: more reasonable diagnostic on keyword vs. sub ambiguity
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
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
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,...)
7095 ____________________________________________________________________________
7096 [ 1336] By: gsar on 1998/07/06 09:06:33
7097 Log: 5.004_70 tweaks
7099 ! Changes win32/Makefile win32/makefile.mk
7100 ____________________________________________________________________________
7101 [ 1335] By: gsar on 1998/07/06 07:05:37
7104 ! Changes pod/perldiag.pod
7105 ____________________________________________________________________________
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';>
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
7119 ____________________________________________________________________________
7120 [ 1332] By: gsar on 1998/07/06 03:18:34
7121 Log: added Errno-1.09 from CPAN
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
7129 ____________________________________________________________________________
7130 [ 1330] By: gsar on 1998/07/06 00:40:24
7131 Log: add Symbol::delete_package()
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
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
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
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
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>
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
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>
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
7190 ____________________________________________________________________________
7191 [ 1322] By: gsar on 1998/07/05 20:26:43
7192 Log: add comments on GV_FOO constants, s/8/GV_ADDINEVAL/
7195 ____________________________________________________________________________
7196 [ 1321] By: gsar on 1998/07/05 07:41:50
7197 Log: sundry win32 config tweaks
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
7208 ____________________________________________________________________________
7209 [ 1319] By: gsar on 1998/07/05 06:27:37
7210 Log: add ck_sysread() for better sysread/read/recv sanity
7212 ! ObjXSub.h embed.h global.sym globals.c objpp.h op.c opcode.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>
7221 ! ext/B/B/Deparse.pm
7222 ____________________________________________________________________________
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)>
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
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
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()
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>
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>
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
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
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)
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
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
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>
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>
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
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
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
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)
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
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
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
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)
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
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
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
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
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
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)
7432 ____________________________________________________________________________
7433 [ 1291] By: gsar on 1998/07/04 04:30:03
7434 Log: ignore stash entries that are not GVs in dump.c
7437 ____________________________________________________________________________
7438 [ 1290] By: gsar on 1998/07/04 03:55:10
7439 Log: cleaner page headers from pod2man
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
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
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
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>
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
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
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
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
7507 Message-Id: <3.0.5.32.19980629165125.00a4e100@ous.edu>
7508 Date: Mon, 29 Jun 1998 16:51:25 -0700
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
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
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
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>
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)
7550 ____________________________________________________________________________
7551 [ 1277] By: gsar on 1998/07/04 01:51:47
7552 Log: merge changes#1210,1211,1270 from maintbranch
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>
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.
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
7580 ____________________________________________________________________________
7581 [ 1274] By: gsar on 1998/07/02 16:47:20
7582 Log: tweak win32/config.* variables
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
7589 ! win32/include/dirent.h win32/makedef.pl win32/win32.c
7591 ____________________________________________________________________________
7592 [ 1272] By: gsar on 1998/07/01 23:21:49
7593 Log: fix C<@a = (%a = 1)> bizarreness
7596 ____________________________________________________________________________
7597 [ 1271] By: gsar on 1998/06/30 22:49:39
7598 Log: document perltrap on precedence of keys/values/each
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
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
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
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
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
7640 ! MANIFEST lib/base.pm lib/fields.pm mg.c pod/perldiag.pod
7642 ____________________________________________________________________________
7643 [ 1265] By: gsar on 1998/06/30 05:12:57
7644 Log: tweaks to overloaded constants (change#1259)
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
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)
7663 ____________________________________________________________________________
7664 [ 1263] By: gsar on 1998/06/29 09:17:28
7665 Log: update Changes and perlhist.pod
7667 ! Changes pod/perlhist.pod
7668 ____________________________________________________________________________
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)
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
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
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)
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
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>
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>
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
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>
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
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)
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)
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 ?
7766 + lib/Math/Trig/Radial.pm
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)
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
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)
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
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)
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!
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.
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>
7837 ____________________________________________________________________________
7838 [ 1242] By: gsar on 1998/06/28 20:01:28
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>
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
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
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>
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)
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>
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
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
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
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)
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
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)
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
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
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
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>
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>
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
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
7992 ____________________________________________________________________________
7993 [ 1224] By: gsar on 1998/06/28 16:50:59
7994 Log: integrate ansiperl to get makedef.pl tweak
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
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
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
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
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
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
8034 ____________________________________________________________________________
8035 [ 1218] By: gsar on 1998/06/25 23:24:53
8036 Log: avoid warning with -P switch
8039 ____________________________________________________________________________
8040 [ 1217] By: gsar on 1998/06/25 22:06:58
8041 Log: don't suppress display of Makefile recipes that invoke perl
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
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
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
8060 ____________________________________________________________________________
8061 [ 1213] By: nick on 1998/06/24 17:18:59
8062 Log: Correct perl malloc tweak to .def generation
8065 ____________________________________________________________________________
8066 [ 1212] By: gsar on 1998/06/24 12:40:13
8067 Log: check in what change#1182 didn't, and Changes
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
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
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...
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)
8114 ____________________________________________________________________________
8115 [ 1207] By: gsar on 1998/06/23 10:55:05
8116 Log: final touches to 5.004_68
8119 ____________________________________________________________________________
8120 [ 1206] By: gsar on 1998/06/23 10:50:10
8121 Log: more MULTIPLICITY tweaks
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
8130 ! embedvar.h interp.sym intrpvar.h perl.c perlvars.h proto.h
8132 ____________________________________________________________________________
8133 [ 1204] By: gsar on 1998/06/23 09:00:48
8134 Log: tweak MANIFEST, add Dev_t to POSIX/typemap
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
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
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)
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
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>
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>
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
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>
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
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>
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
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
8235 ____________________________________________________________________________
8236 [ 1191] By: gsar on 1998/06/22 15:56:27
8237 Log: tweak win32 makefiles for PERL_OBJECT build
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
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
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)
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)
8269 ____________________________________________________________________________
8270 [ 1186] By: gsar on 1998/06/22 01:14:14
8271 Log: merge relevant portions from maintbranch change#1155
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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
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
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/
8387 ! Configure MANIFEST Makefile.SH ext/util/make_ext gv.c
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
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
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
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>
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>
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)
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>
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)
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
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
8465 ! ObjXSub.h av.c doop.c embed.h global.sym objpp.h pp.c proto.h
8467 ____________________________________________________________________________
8468 [ 1164] By: gsar on 1998/06/20 23:29:09
8469 Log: add File-Spec-0.6 from CPAN
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
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
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
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
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)
8492 ____________________________________________________________________________
8493 [ 1160] By: nick on 1998/06/20 21:05:51
8494 Log: Patches to build with EGCS-1.0.2 Mingw32 port.
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
8502 ! installperl pod/Makefile win32/Makefile win32/makefile.mk
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)
8510 ____________________________________________________________________________
8511 [ 1157] By: gsar on 1998/06/20 02:48:34
8512 Log: make perldoc ignore null files (it tried to open() them)
8515 ____________________________________________________________________________
8516 [ 1156] By: gsar on 1998/06/19 21:18:47
8517 Log: fix perldoc to ignore unfound null filenames
8520 ____________________________________________________________________________
8521 [ 1155] By: TimBunce on 1998/06/19 18:47:57
8522 Log: Assorted patches:
8524 ------ BUILD PROCESS ------
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>
8531 ------ CORE LANGUAGE ------
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
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>
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
8548 Title: "fix uninitialized cv variable in op.c"
8549 From: joshua.pritikin@db.com
8550 Msg-ID: <H00000e50005af05@MHS>
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>
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>
8568 ------ DOCUMENTATION ------
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
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
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
8587 Title: "Document -i with STDIN"
8588 From: joshua.pritikin@db.com
8589 Msg-ID: <H00000e50006a84a@MHS>
8590 Files: pod/perlrun.pod
8592 ------ EXTENSIONS ------
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
8599 ------ LIBRARY ------
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
8606 ------ PORTABILITY - GENERAL ------
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
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
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
8628 ____________________________________________________________________________
8629 [ 1154] By: gsar on 1998/06/19 17:22:23
8630 Log: update repository copy of Asmdata.pm after `perl bytecode.pl`
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
8637 ! lib/ExtUtils/MM_Win32.pm win32/config.gc win32/config_H.gc
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
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
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
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)
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
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
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
8704 ____________________________________________________________________________
8705 [ 1146] By: gsar on 1998/06/18 19:37:41
8706 Log: back out problematic change#1105, tweak perlsub.pod
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
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
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
8726 ____________________________________________________________________________
8727 [ 1143] By: gsar on 1998/06/18 16:33:01
8728 Log: fix memory leaks and uninitialized memory accesses found by Purify
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()
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
8742 ____________________________________________________________________________
8743 [ 1140] By: gsar on 1998/06/18 16:22:47
8744 Log: fix Makefile.SH typo
8747 ____________________________________________________________________________
8748 [ 1139] By: gsar on 1998/06/17 18:06:16
8749 Log: 5.004_67 niggles
8757 ____________________________________________________________________________
8758 [ 1138] By: gsar on 1998/06/15 10:09:27
8759 Log: up patchlevel.h to 67, other small tweaks
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
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)
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!
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
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
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
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
8839 ____________________________________________________________________________
8840 [ 1130] By: gsar on 1998/06/14 19:32:25
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
8852 - fix makefiles to not build miniperl.exe twice, and to make it properly
8853 when defaults are changed
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'
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
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>
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>
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>
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>
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
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
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)
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
8940 ____________________________________________________________________________
8941 [ 1118] By: gsar on 1998/06/11 07:09:06
8942 Log: regen 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)
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>
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
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)
8980 ____________________________________________________________________________
8981 [ 1113] By: gsar on 1998/06/11 02:59:23
8982 Log: fix outdated bytecode.pl
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}
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)
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)
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)
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
9026 +> ext/DynaLoader/DynaLoader_pm.PL
9027 - ext/DynaLoader/DynaLoader.pm.PL
9028 ! MANIFEST ext/DynaLoader/Makefile.PL win32/Makefile
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
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
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)
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)
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)
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
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)
9087 ____________________________________________________________________________
9088 [ 1100] By: gsar on 1998/06/10 06:52:50
9089 Log: updated MANIFEST for previous change
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 <>
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)
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>
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)
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)
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++
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
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
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
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
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()
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
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
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
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
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
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
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
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)
9248 ____________________________________________________________________________
9249 [ 1081] By: gsar on 1998/06/10 03:45:10
9250 Log: reverse integrate contents of win32 branch into mainline
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`
9257 !> (integrate 43 files)
9258 ____________________________________________________________________________
9259 [ 1079] By: gsar on 1998/06/09 00:59:06
9260 Log: add examples of diff(1) usage
9262 ! Porting/patching.pod
9263 ____________________________________________________________________________
9264 [ 1078] By: gsar on 1998/06/09 00:52:23
9265 Log: undo change#1077
9268 ____________________________________________________________________________
9269 [ 1077] By: gsar on 1998/06/06 16:47:32
9270 Log: make sv_setsv() treat freed SVs like SVt_NULL
9273 ____________________________________________________________________________
9274 [ 1076] By: gsar on 1998/06/05 19:03:14
9275 Log: delete undiscussed AS changes for PPD (broke .packlist
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)
9284 ! ObjXSub.h perl.c perl.h pp_ctl.c pp_hot.c toke.c
9286 ____________________________________________________________________________
9287 [ 1074] By: gsar on 1998/06/04 22:45:18
9288 Log: add AS patch#25 (allow B build with -DPERL_OBJECT)
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
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
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)
9311 ! embedvar.h globals.c perlvars.h win32/makedef.pl
9313 ____________________________________________________________________________
9314 [ 1070] By: gsar on 1998/06/01 19:42:06
9315 Log: fix Liblist.pm to tolerate backslashen in paths
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
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
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
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)
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)
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
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
9365 !> MANIFEST pp_sys.c
9371 ____________________________________________________________________________
9372 [ 1063] By: mbeattie on 1998/05/29 15:19:55
9373 Log: Remove duplicate win32/TEST line from MANIFEST.
9376 ____________________________________________________________________________
9377 [ 1062] By: mbeattie on 1998/05/29 15:18:33
9378 Log: Add missing ";" to pp_umask (spotted by Jarkko Hietaniemi).
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
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
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
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
9410 ____________________________________________________________________________
9411 [ 1058] By: gsar on 1998/05/29 08:31:09
9412 Log: type xtext for *.t that were missing it
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
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
9424 ! ObjXSub.h objpp.h proto.h
9425 ____________________________________________________________________________
9426 [ 1055] By: gsar on 1998/05/29 07:22:51
9427 Log: integrate mainline changes
9429 +> t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
9430 !> (integrate 69 files)
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
9438 ____________________________________________________________________________
9439 [ 1053] By: gsar on 1998/05/29 05:01:54
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
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
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
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
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
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.
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)
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.
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.
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)
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>
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>
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)
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>
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
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)
9566 ____________________________________________________________________________
9567 [ 1038] By: TimBunce on 1998/05/27 17:29:15
9568 Log: Assorted patches:
9570 ------ BUILD PROCESS ------
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>
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>
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
9587 ------ CORE LANGUAGE ------
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
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>
9599 Title: "Don't mung $! on implicit close"
9600 From: Chip Salzenberg <chip@perl.org>
9601 Msg-ID: <19980525113309.A15845@perlsupport.com>
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>
9609 ------ DOCUMENTATION ------
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
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
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
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
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
9643 Title: "Document stat return in scalar context"
9644 From: Mark-Jason Dominus <mjd@plover.com>
9645 Files: pod/perlfunc.pod
9647 ------ EXTENSIONS ------
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
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
9659 ------ LIBRARY ------
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
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
9671 ------ PORTABILITY - GENERAL ------
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
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>
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
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)
9697 ____________________________________________________________________________
9698 [ 1036] By: gsar on 1998/05/27 12:50:34
9699 Log: add AS patch#21 (misc. fixes)
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)
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)
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.
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
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
9730 ____________________________________________________________________________
9731 [ 1031] By: gsar on 1998/05/24 05:36:44
9732 Log: tweak makefiles
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)
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
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)
9751 ____________________________________________________________________________
9752 [ 1027] By: gsar on 1998/05/23 18:02:21
9753 Log: merge change#1011 from maintbranch
9755 ! perl.c pod/perldiag.pod pod/perlfunc.pod pp_ctl.c
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
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
9767 !> (integrate 42 files)
9768 ____________________________________________________________________________
9769 [ 1024] By: gsar on 1998/05/21 21:11:12
9770 Log: more mingw32 tweaks
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
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
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
9792 ____________________________________________________________________________
9793 [ 1020] By: TimBunce on 1998/05/19 22:41:40
9794 Log: Title: "fix up descrepancy in h2ph test"
9796 Files: t/lib/h2ph.pht
9797 Branch: maint-5.004/perl
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>
9806 Title: "fix up descrepancy in h2ph test"
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"
9816 Branch: maint-5.004/perl
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
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]>
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>
9902 Branch: maint-5.004/perl
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
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
9913 Branch: maint-5.004/perl
9914 ! Configure MANIFEST config_h.SH doio.c perl.h t/op/ipcmsg.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
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>
9928 Title: "Minor fixups to new -e script code"
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
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
9945 Title: ""make ok" (perlbug -ok) should not be interactive"
9946 From: Hugo van der Sanden <hv@crypt0.demon.co.uk>, Jarkko Hietaniemi
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)
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
9966 !> (integrate 234 files)
9967 ____________________________________________________________________________
9968 [ 1009] By: gsar on 1998/05/18 07:51:19
9969 Log: more whitespace tweaks from maintbranch
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
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
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
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
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
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
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
10010 ! lib/AutoSplit.pm lib/ExtUtils/Manifest.pm pp_ctl.c pp_sys.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!)
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
10023 ____________________________________________________________________________
10024 [ 999] By: TimBunce on 1998/05/15 23:04:30
10025 Log: Title: "Update Porting/makerel script for perforce dir structure"
10027 Files: Porting/makerel
10028 Branch: maint-5.004/perl
10030 ____________________________________________________________________________
10031 [ 998] By: TimBunce on 1998/05/15 22:49:55
10032 Log: Title: "Updated Changes file for trial 3"
10035 Branch: maint-5.004/perl
10037 ____________________________________________________________________________
10038 [ 997] By: gsar on 1998/05/15 22:21:41
10039 Log: merge changes#982,984 from maintbranch
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
10052 Title: "Remove e_fp from toke.c after change 955"
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)"
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
10070 ____________________________________________________________________________
10071 [ 992] By: TimBunce on 1998/05/15 22:01:32
10072 Log: Title: "install non-backwards compatible .pm files into archlib"
10076 Title: "revert "Can't locate" message to original for maintenance"
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
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
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
10113 ____________________________________________________________________________
10114 [ 988] By: mbeattie on 1998/05/15 16:28:08
10115 Log: Patch from Sarathy to fix up win32 integration. Patch from Jarkko
10116 (manually applied and tweaked) to fix up SysV IPC semaphores for
10117 Solaris and Linux (pre-glibc and glibc). Fix up t/op/ipcmsg.t and
10118 t/op/ipcsem.t for platforms which wanted to skip test. Completely
10119 disable ipcsem.t since it doesn't seem to work properly even when
10120 not skipped. This is _65.
10122 ! INSTALL doio.c lib/strict.pm perl.c perl.h pod/perldebug.pod
10123 ! t/op/ipcmsg.t t/op/ipcsem.t
10124 ____________________________________________________________________________
10125 [ 987] By: nick on 1998/05/15 16:03:35
10126 Log: Integrate win32
10128 +> Porting/Contract Porting/patching.pod README.beos beos/nm.c
10129 +> ext/DynaLoader/DynaLoader.pm.PL ext/POSIX/hints/bsdos.pl
10130 +> ext/POSIX/hints/freebsd.pl ext/POSIX/hints/netbsd.pl
10131 +> ext/POSIX/hints/openbsd.pl hints/beos.sh hints/openbsd.sh
10132 +> pod/perldelta4.pod t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
10133 +> t/op/pos.t utils/perlcc.PL
10134 - ext/DynaLoader/DynaLoader.pm
10135 !> (integrate 208 files)
10136 ____________________________________________________________________________
10137 [ 986] By: TimBunce on 1998/05/15 15:28:45
10138 Log: Title: "Patches for BeOS port of Perl, courtesy of Tom Spindler"
10139 From: Jarkko Hietaniemi <jhi@iki.fi>, Tom Spindler
10140 Msg-ID: <199805042312.CAA09025@alpha.hut.fi>
10141 Files: MANIFEST Configure config_h.SH hints/beos.sh pod/perlfunc.pod
10142 Porting/Glossary README.beos beos/nm.c lib/Term/ReadLine.pm
10143 plan9/config.plan9 pp_sys.c t/io/pipe.t vms/config.vms
10144 win32/config.bc win32/config.vc win32/config_H.bc
10146 Branch: maint-5.004/perl
10147 + README.beos beos/nm.c hints/beos.sh
10148 ! Configure MANIFEST Porting/Glossary config_h.SH
10149 ! lib/Term/ReadLine.pm plan9/config.plan9 pod/perlfunc.pod
10150 ! pp_sys.c t/io/pipe.t vms/config.vms win32/config.bc
10151 ! win32/config.vc win32/config_H.bc win32/config_H.vc
10152 ____________________________________________________________________________
10153 [ 985] By: TimBunce on 1998/05/15 15:02:43
10154 Log: Title: "allow die $ref"
10155 From: Graham Barr <gbarr@ti.com>, Tim.Bunce@ig.co.uk (Tim Bunce)
10156 Msg-ID: <199805151351.OAA01985@toad.ig.co.uk>, <355C3E67.AF25B9F7@ti.com>
10157 Files: pp_ctl.c pp_sys.c util.c
10159 Title: "ExtUtils::Manifest could truncate files during "make dist""
10160 From: "James E Jurach Jr." <muaddib@arrakis.int.ein.cz>,
10161 koenig@kulturbox.de (Andreas J. Koenig)
10162 Msg-ID: <199805111048.MAA02573@arrakis.int.ein.cz>,
10163 <sfc90o8bgie.fsf@dubravka.in-berlin.de>
10164 Files: lib/ExtUtils/Manifest.pm
10166 Title: "Autosplit doesn't like upper case letters in sub names on VMS"
10167 From: Dan Sugalski <sugalskd@osshe.edu>
10168 Msg-ID: <3.0.5.32.19980330152332.009cb130@osshe.edu>
10169 Files: lib/AutoSplit.pm
10171 Title: "AutoSplit/AutoLoaded subs: give useful line numbers in warnings etc"
10172 From: "Jesse N. Glick" <jglick@sig.bsh.com>, koenig@anna.mind.de (Andreas
10173 J. Koenig), larry@wall.org (Larry Wall)
10174 Msg-ID: <199709292015.NAA09627@wall.org>, <342FCDDF.23534195@sig.bsh.com>,
10175 <sfc202c9jsb.fsf@anna.in-berlin.de>,
10176 <sfc3efg5rhg.fsf@dubravka.in-berlin.de>
10177 Files: lib/AutoSplit.pm
10178 Branch: maint-5.004/perl
10179 ! lib/AutoSplit.pm lib/ExtUtils/Manifest.pm pp_ctl.c pp_sys.c
10181 ____________________________________________________________________________
10182 [ 984] By: TimBunce on 1998/05/15 14:18:52
10183 Log: ------ CORE LANGUAGE ------
10185 Title: "Fix close pipe returning status from wrong child"
10186 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, kstar@chapin.edu@ig.co.uk ()
10187 Msg-ID: <199805142313.TAA02684@chapin.edu>,
10188 <E0yZ8ah-0005d8-00@taurus.cus.cam.ac.uk>
10189 Files: t/io/pipe.t util.c
10191 Title: "Avoid English.pm triggering load of Errno.pm"
10193 Files: gv.c lib/English.pm
10195 ------ DOCUMENTATION ------
10197 Title: "Document child exit cause a parent sleep to end early"
10198 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
10199 Msg-ID: <E0yZwMK-0000D9-00@taurus.cus.cam.ac.uk>
10200 Files: pod/perlfunc.pod
10202 ------ EXTENSIONS ------
10204 Title: "BSD Platforms need STRUCT_TM_HASZONE for POSIX"
10205 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
10206 Msg-ID: <Pine.SUN.3.96.980512095524.8158C-100000@newton.phys>
10207 Files: MANIFEST ext/POSIX/hints/bsdos.pl ext/POSIX/hints/freebsd.pl
10208 ext/POSIX/hints/netbsd.pl ext/POSIX/hints/openbsd.pl
10210 Title: "MM_VMS.pm fixes for building external library"
10211 From: Dan Sugalski <sugalskd@ous.edu>
10212 Msg-ID: <3.0.5.32.19980511160542.009dd480@ous.edu>
10213 Files: lib/ExtUtils/MM_VMS.pm
10215 Title: "Appease picky DEC compiler in POSIX.xs"
10216 From: Dan Sugalski <sugalskd@ous.edu>
10217 Msg-ID: <3.0.5.32.19980511161434.009f8bb0@ous.edu>
10218 Files: ext/POSIX/POSIX.xs
10220 ------ TESTS ------
10222 Title: "Fix constant detection in t/op/ipcsem.t for Digit UNIX"
10223 From: Jarkko Hietaniemi <jhi@iki.fi>
10224 Msg-ID: <199805121212.PAA15351@alpha.hut.fi>
10225 Files: t/op/ipcsem.t
10227 Title: "Fix doc bug for system() return value"
10228 From: Daniel Grisinger <dgris@perrin.dimensional.com>
10229 Msg-ID: <Pine.LNX.3.96.980514165608.4062A-100000@perrin.dimensional.com>
10230 Files: pod/perlfunc.pod t/op/exec.t
10232 ------ UTILITIES ------
10234 Title: "Avoid possible constant autoload loop"
10235 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Graham Barr <gbarr@ti.com>, Ilya
10236 Zakharevich <ilya@math.ohio-state.edu>
10237 Msg-ID: <199805141910.PAA26994@monk.mps.ohio-state.edu>,
10238 <355B475A.C5AD4B90@ti.com>,
10239 <E0ya11X-0000hm-00@taurus.cus.cam.ac.uk>
10240 Files: utils/h2xs.PL
10242 Title: "Further improvements to h2ph.PL"
10243 From: kstar@chapin.edu
10244 Msg-ID: <199805130241.WAA25459@chapin.edu>
10245 Files: utils/h2ph.PL
10246 Branch: maint-5.004/perl
10247 + ext/POSIX/hints/bsdos.pl ext/POSIX/hints/freebsd.pl
10248 + ext/POSIX/hints/netbsd.pl ext/POSIX/hints/openbsd.pl
10249 ! MANIFEST ext/POSIX/POSIX.xs gv.c lib/English.pm
10250 ! lib/ExtUtils/MM_VMS.pm pod/perlfunc.pod t/io/pipe.t
10251 ! t/op/exec.t t/op/ipcsem.t util.c utils/h2ph.PL utils/h2xs.PL
10257 ____________________________________________________________________________
10258 [ 983] By: mbeattie on 1998/05/15 14:04:17
10259 Log: Integrate win32 branch into mainline.
10261 +> Porting/patching.pod t/op/defins.t
10262 !> (integrate 107 files)
10263 ____________________________________________________________________________
10264 [ 982] By: TimBunce on 1998/05/15 12:33:26
10265 Log: Title: "comment init_postdump_symbols issues"
10269 Title: "Improve sort docs re SUBNAME"
10270 From: circle@azstarnet.com
10271 Msg-ID: <199804281828.LAA22737@andromeda.azstarnet.com>
10272 Files: pod/perlfunc.pod
10273 Branch: maint-5.004/perl
10274 ! perl.c pod/perlfunc.pod
10275 ____________________________________________________________________________
10276 [ 981] By: TimBunce on 1998/05/15 11:47:28
10277 Log: Title: "Add hook to tie %! to external Errno.pm module (not included)"
10278 From: Graham Barr <gbarr@ti.com>
10279 Msg-ID: <355080CD.1111BC81@ti.com>
10281 Branch: maint-5.004/perl
10283 ____________________________________________________________________________
10284 [ 980] By: gsar on 1998/05/15 06:16:13
10285 Log: add doc for C<+{}> vs. C<{;}> disambiguation
10288 ____________________________________________________________________________
10289 [ 979] By: gsar on 1998/05/15 04:59:47
10290 Log: tweaks to win32 makefiles. This version builds and passes all
10291 tests on Solaris/gcc, win32/[bv]c. Looks all set to go.
10293 ! win32/Makefile win32/makefile.mk
10294 ____________________________________________________________________________
10295 [ 978] By: gsar on 1998/05/15 02:41:58
10296 Log: merge changes#922,944,949,965,970 from maintbranch
10298 + Porting/patching.pod t/op/defins.t
10299 ! MANIFEST Porting/makerel ext/POSIX/POSIX.pod gv.c gv.h hv.c
10300 ! lib/File/Find.pm op.c pod/Makefile pod/perlfunc.pod
10301 ! pod/perlguts.pod pod/perlop.pod pod/pod2man.PL
10302 ! t/lib/filefind.t t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
10304 ____________________________________________________________________________
10305 [ 977] By: gsar on 1998/05/15 02:15:25
10306 Log: merge changes#906,907,909,910 from maintbranch
10308 ! MANIFEST doio.c doop.c embed.h embedvar.h global.sym
10309 ! keywords.h lib/Carp.pm lib/File/Basename.pm mg.c opcode.h
10310 ! perl.c perl.h pod/perldiag.pod pp.c pp_hot.c proto.h sv.c
10312 ____________________________________________________________________________
10313 [ 976] By: gsar on 1998/05/15 01:34:53
10314 Log: merge change#905 from maintbranch, minor fixes to get
10315 clean build+test on Solaris
10317 ! doop.c dump.c embed.h embedvar.h lib/strict.pm mg.c op.h
10318 ! opcode.h pod/perlop.pod pod/perlre.pod pp_ctl.c pp_hot.c
10319 ! regcomp.c sv.c t/op/taint.t toke.c
10320 ____________________________________________________________________________
10321 [ 975] By: gsar on 1998/05/14 23:34:26
10322 Log: merge change#904 from maintbranch
10324 ! doop.c ext/DynaLoader/dl_aix.xs ext/IO/lib/IO/Socket.pm
10325 ! ext/NDBM_File/NDBM_File.pm lib/strict.pm lib/subs.pm
10326 ! lib/vars.pm op.c perl.c pod/perldiag.pod pod/perlembed.pod
10327 ! pod/perlfunc.pod pod/perlsec.pod pp_ctl.c sv.c utils/h2ph.PL
10329 ____________________________________________________________________________
10330 [ 974] By: gsar on 1998/05/14 23:11:05
10331 Log: merge change#897 from maintbranch
10333 ! Porting/Contract Todo doio.c emacs/ptags embed.h ext/IO/IO.pm
10334 ! ext/Opcode/Opcode.pm lib/Carp.pm lib/ExtUtils/MM_Unix.pm
10335 ! lib/Pod/Html.pm lib/Term/ReadLine.pm lib/chat2.pl opcode.h
10336 ! opcode.pl perl.c pod/perlapio.pod pod/perlcall.pod
10337 ! pod/perldebug.pod pod/perldelta.pod pod/perldelta4.pod
10338 ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq2.pod
10339 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
10340 ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlform.pod
10341 ! pod/perlfunc.pod pod/perlguts.pod pod/perlhist.pod
10342 ! pod/perlipc.pod pod/perllocale.pod pod/perlmodlib.pod
10343 ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
10344 ! pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
10345 ! pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod pod/pod2man.PL
10346 ! pod/roffitall pp.c pp_sys.c t/TEST t/op/gv.t t/op/hashwarn.t
10347 ! t/op/substr.t vms/vms.c win32/config.bc win32/config.vc
10348 ! win32/config_H.bc win32/config_H.vc win32/win32.c
10350 ____________________________________________________________________________
10351 [ 973] By: gsar on 1998/05/14 22:24:26
10352 Log: integrate mainline
10355 +> README.beos beos/nm.c ext/POSIX/hints/bsdos.pl
10356 +> ext/POSIX/hints/freebsd.pl ext/POSIX/hints/netbsd.pl
10357 +> ext/POSIX/hints/openbsd.pl hints/beos.sh pod/perldelta4.pod
10359 ! MANIFEST Todo doio.c emacs/ptags embed.h ext/IO/IO.pm
10360 ! ext/Opcode/Opcode.pm ext/Socket/Socket.xs hints/irix_5.sh
10361 ! hints/netbsd.sh hv.c lib/Benchmark.pm lib/Carp.pm
10362 ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
10363 ! lib/Pod/Html.pm lib/Term/ReadLine.pm lib/chat2.pl opcode.h
10364 ! opcode.pl perl.c perl.h pod/perlapio.pod pod/perlcall.pod
10365 ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
10366 ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
10367 ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
10368 ! pod/perlfaq8.pod pod/perlform.pod pod/perlfunc.pod
10369 ! pod/perlguts.pod pod/perlhist.pod pod/perlipc.pod
10370 ! pod/perllocale.pod pod/perlmodlib.pod pod/perlop.pod
10371 ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod
10372 ! pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
10373 ! pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod pod/pod2man.PL
10374 ! pod/roffitall pp.c pp_hot.c pp_sys.c sv.c t/TEST t/op/gv.t
10375 ! t/op/hashwarn.t t/op/substr.t vms/vms.c win32/config.bc
10376 ! win32/config.vc win32/config_H.bc win32/config_H.vc
10377 ! win32/win32.c x2p/find2perl.PL
10378 !> (integrate 59 files)
10379 ____________________________________________________________________________
10380 [ 972] By: nick on 1998/05/14 18:09:01
10381 Log: Changes to allow compiler with gcc-2.8.1 in C++ mode,
10382 Remove K&R style functions, avoid struct/typedef clash.
10384 ! bytecode.h byterun.c sv.c toke.c
10385 ____________________________________________________________________________
10386 [ 971] By: TimBunce on 1998/05/14 16:52:19
10388 Title: "fix C<print "foo ${\()}"> (pp_refgen fumbles when G_SCALAR, no args)"
10389 From: Gurusamy Sarathy <gsar@engin.umich.edu>
10390 Msg-ID: <199805070402.AAA02858@aatma.engin.umich.edu>
10392 Branch: maint-5.004/perl
10394 ____________________________________________________________________________
10395 [ 970] By: TimBunce on 1998/05/14 16:18:06
10397 Title: "perlbug reformatted"
10398 From: Dominic Dunlop <domo@vo.lu>, Hugo van der Sanden
10399 <hv@crypt0.demon.co.uk>
10400 Msg-ID: <199805110954.LAA20367@dorlas.elsevier.nl>,
10401 <l03130300b17cebcb6d33@[194.222.64.89]>,
10402 <v03110702b17ccbab6824@[195.95.102.67]>
10403 Files: utils/perlbug.PL
10404 Branch: maint-5.004/perl
10406 ____________________________________________________________________________
10407 [ 969] By: mbeattie on 1998/05/14 16:15:09
10408 Log: Integrate win32 branch into mainline
10410 +> ext/DynaLoader/DynaLoader.pm.PL hints/openbsd.sh
10411 +> t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t t/op/pos.t
10412 - ext/DynaLoader/DynaLoader.pm
10413 !> (integrate 118 files)
10414 ____________________________________________________________________________
10415 [ 968] By: mbeattie on 1998/05/14 16:05:57
10416 Log: Bump patchlevel to 65
10419 ____________________________________________________________________________
10420 [ 967] By: mbeattie on 1998/05/14 16:05:19
10421 Log: Another fixup of MANIFEST
10424 ____________________________________________________________________________
10425 [ 966] By: mbeattie on 1998/05/14 16:02:20
10426 Log: Add missing files to MANIFEST
10429 ____________________________________________________________________________
10430 [ 965] By: TimBunce on 1998/05/14 16:00:11
10432 Title: "Sub declaration cost reduced from ~500 to ~100 bytes"
10433 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10434 Msg-ID: <199805050607.CAA02050@monk.mps.ohio-state.edu>
10435 Files: gv.h gv.c op.c
10436 Branch: maint-5.004/perl
10438 ____________________________________________________________________________
10439 [ 964] By: mbeattie on 1998/05/14 15:58:01
10440 Log: Subject: [PATCH] Using Getopts::* with strict vars
10441 Date: Wed, 29 Apr 1998 22:48:16 -0700 (PDT)
10442 From: Tom Phoenix <rootbeer@teleport.com>
10444 ! lib/Getopt/Long.pm lib/Getopt/Std.pm lib/strict.pm
10445 ____________________________________________________________________________
10446 [ 963] By: mbeattie on 1998/05/14 15:56:53
10447 Log: Subject: [ PATCH 5.004_64 ] Integrated regression tests for compiler
10448 Date: Wed, 29 Apr 1998 21:02:36 -0600 (MDT)
10449 From: epeschko@den-mdev1 (Ed Peschko)
10452 ! MANIFEST Makefile.SH installperl lib/Test/Harness.pm
10453 ! pod/Makefile t/TEST t/harness utils/Makefile x2p/Makefile.SH
10454 ____________________________________________________________________________
10455 [ 962] By: mbeattie on 1998/05/14 15:45:28
10456 Log: From: Dan Sugalski <sugalskd@ous.edu>
10457 Subject: [PATCH 5.004_64] Final (I hope) doc patch for Thread.pm
10458 Date: Wed, 08 Apr 1998 17:08:48 -0700
10459 Subject: [PATCH 5.004_64] Revised second Thread.PM doc patch
10460 Date: Fri, 08 May 1998 10:49:16 -0700
10462 ! ext/Thread/Thread.pm
10463 ____________________________________________________________________________
10464 [ 961] By: mbeattie on 1998/05/14 15:43:39
10465 Log: Subject: Consolidated patch to 5.004_64
10466 Date: Wed, 08 Apr 1998 19:44:34 -0400 (EDT)
10467 From: Charles Bailey <BAILEY@newman.upenn.edu>
10469 ! ext/B/byteperl.c lib/ExtUtils/MM_Unix.pm
10470 ! lib/ExtUtils/MM_VMS.pm lib/chat2.pl perl.c pod/perlsub.pod
10471 ! vms/config.vms vms/descrip.mms vms/genconfig.pl
10473 ____________________________________________________________________________
10474 [ 960] By: mbeattie on 1998/05/14 15:41:41
10475 Log: Subject: Re: ANNOUNCE: Perl 5.005b1t3 (a.k.a. perl5.004_64) is available
10476 Date: 07 Apr 1998 18:31:21 +0200
10477 From: JVromans@Squirrel.nl (Johan Vromans)
10479 ! lib/Getopt/Long.pm
10480 ____________________________________________________________________________
10481 [ 959] By: mbeattie on 1998/05/14 15:39:29
10482 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
10483 Subject: Re: [PATCH] 5.004_04 or 5.004_64: Benchmark.pm: add run-for-some-time
10484 Date: Wed, 8 Apr 1998 09:47:45 +0300 (EET DST)
10485 Subject: [PATCH] perl 5.004_64+Config_04
10486 Date: Thu, 14 May 1998 12:14:07 +0300 (EET DST)
10488 ! lib/Benchmark.pm pod/perlfunc.pod
10489 ____________________________________________________________________________
10490 [ 958] By: mbeattie on 1998/05/14 15:36:30
10491 Log: From: kstar@chapin.edu
10492 Subject: [PATCH] hints for Irix 6
10493 Date: Mon, 6 Apr 1998 15:14:14 -0400 (EDT)
10494 Subject: [PATCH 5.004_64] Threads - an easy way for dual installation
10495 Date: Wed, 29 Apr 1998 15:39:46 -0400 (EDT)
10497 ! INSTALL hints/irix_6.sh installperl
10498 ____________________________________________________________________________
10499 [ 957] By: mbeattie on 1998/05/14 15:33:48
10500 Log: Subject: [PATCH] Install extensions with bootstrap (again) in $archlib
10501 Date: Mon, 06 Apr 1998 21:09:24 +0200
10502 From: Achim Bohnet <ach@mpe.mpg.de>
10504 ! lib/ExtUtils/Install.pm
10505 ____________________________________________________________________________
10506 [ 956] By: mbeattie on 1998/05/14 15:32:39
10507 Log: Subject: [PATCH] Config: Irix 5 hints
10508 Date: Mon, 6 Apr 1998 13:12:47 -0400 (EDT)
10509 From: kstar@O2.chapin.edu
10512 ____________________________________________________________________________
10513 [ 955] By: mbeattie on 1998/05/14 15:31:12
10514 Log: Subject: PATCH: h2ph produces incorrect code
10515 Date: Mon, 6 Apr 1998 23:52:13 +0930 (CST)
10516 From: Billy <wdconsta@cs.adelaide.edu.au>
10519 ____________________________________________________________________________
10520 [ 954] By: mbeattie on 1998/05/14 15:29:27
10521 Log: Subject: [PATCH] perldebug.pod
10522 Date: Mon, 6 Apr 1998 00:36:57 -0600
10523 From: jason stewart <jasons@sandy-home.arc.unm.edu>
10525 ! pod/perldebug.pod
10526 ____________________________________________________________________________
10527 [ 953] By: mbeattie on 1998/05/14 15:28:00
10528 Log: From: Dominic Dunlop <domo@vo.lu>
10529 Subject: [PATCH 5.004_64]: hints/machten.sh: disable semctl()
10530 Date: Wed, 6 May 1998 14:39:32 +0000
10531 Subject: [PATCH] Not OK: perl 5.00464 on powerpc-machten 4.1 (hashwarn @INC problem)
10532 Date: Sat, 4 Apr 1998 19:44:34 +0000
10534 ! hints/machten.sh t/op/hashwarn.t
10535 ____________________________________________________________________________
10536 [ 952] By: mbeattie on 1998/05/14 15:23:19
10537 Log: New pod/perldelta.pod (previous one branched in last change):
10538 Subject: [PATCH 5.004_64] Start new perldelta
10539 Date: Thu, 23 Apr 1998 12:12:38 -0400 (EDT)
10540 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
10542 + pod/perldelta.pod
10543 ____________________________________________________________________________
10544 [ 951] By: mbeattie on 1998/05/14 15:20:43
10545 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
10546 Subject: [PATCH for 5.004_04 and 5.004_64] (Was: Obsoleted svr4.sh)
10547 Date: Thu, 23 Apr 1998 11:10:15 -0400 (EDT)
10548 Subject: [PATCH 5.004_64] Start new perldelta
10549 Date: Thu, 23 Apr 1998 12:12:38 -0400 (EDT)
10550 (above branched perldelta -> perldelta4, new perldelta will be
10551 created/added next change)
10552 Subject: [PATCH] BSD Platforms need STRUCT_TM_HASZONE
10553 Date: Tue, 12 May 1998 09:58:49 -0400 (EDT)
10555 + ext/POSIX/hints/bsdos.pl ext/POSIX/hints/freebsd.pl
10556 + ext/POSIX/hints/netbsd.pl ext/POSIX/hints/openbsd.pl
10557 +> pod/perldelta4.pod
10558 - pod/perldelta.pod
10559 ! MANIFEST hints/svr4.sh
10560 ____________________________________________________________________________
10561 [ 949] By: TimBunce on 1998/05/14 15:11:30
10563 Title: "while($x=<>) no longer warns (implicit defined added)"
10564 From: Nick Ing-Simmons <nik@tiuk.ti.com>
10565 Msg-ID: <199805051035.LAA27365@pluto.tiuk.ti.com>
10566 Files: MANIFEST op.c t/op/defins.t
10567 Branch: maint-5.004/perl
10570 ____________________________________________________________________________
10571 [ 948] By: mbeattie on 1998/05/14 15:09:51
10572 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
10573 Subject: [PATCH for 5.004_64] Configure patch Config_64-01
10574 Date: Tue, 14 Apr 1998 13:04:58 -0400 (EDT)
10575 Subject: [PATCH for 5.004_64] Configure patch Config_64-01-02.diff
10576 Date: Fri, 17 Apr 1998 11:01:13 -0400 (EDT)
10577 Subject: [PATCH for 5.004_64] Configure patch Config_64-02-03.diff
10578 Date: Thu, 23 Apr 1998 15:03:20 -0400 (EDT)
10579 Subject: [PATCH 5.004_64] Config_64-03-04.diff
10580 Date: Wed, 13 May 1998 14:33:30 -0400 (EDT)
10582 + README.beos beos/nm.c hints/beos.sh
10583 ! Configure INSTALL MANIFEST Makefile.SH Policy_sh.SH
10584 ! Porting/Glossary Porting/config.sh Porting/config_H
10585 ! Porting/pumpkin.pod Todo cflags.SH config_h.SH
10586 ! djgpp/djgppsed.sh doop.c handy.h hints/dos_djgpp.sh
10587 ! hints/netbsd.sh hints/solaris_2.sh hints/unicos.sh
10588 ! hints/unicosmk.sh hv.h lib/Term/ReadLine.pm perl.h
10589 ! plan9/config.plan9 pod/perlfunc.pod pp.c pp_sys.c sv.h
10590 ! t/io/pipe.t thread.h vms/config.vms win32/config.bc
10591 ! win32/config.vc win32/config_H.bc win32/config_H.vc
10592 ____________________________________________________________________________
10593 [ 946] By: TimBunce on 1998/05/14 15:07:06
10595 Title: "Fix PERL_DESTRUCT_LEVEL core dumps"
10596 From: Gurusamy Sarathy <gsar@engin.umich.edu>
10597 Msg-ID: <199805062301.TAA24599@aatma.engin.umich.edu>
10598 Files: perl.c sv.c t/op/misc.t
10599 Branch: maint-5.004/perl
10600 ! perl.c sv.c t/op/misc.t
10601 ____________________________________________________________________________
10602 [ 945] By: mbeattie on 1998/05/14 15:00:31
10603 Log: Subject: Perl Social Contract
10604 Date: 13 Apr 1998 06:16:59 -0700
10605 From: Russ Allbery <rra@stanford.edu>
10608 ____________________________________________________________________________
10609 [ 944] By: TimBunce on 1998/05/14 14:59:37
10611 Title: "5.004_04-m2 Cleanup of test failures"
10612 From: Gurusamy Sarathy <gsar@engin.umich.edu>
10613 Msg-ID: <199805070416.AAA03082@aatma.engin.umich.edu>
10614 Files: t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t t/op/taint.t
10615 win32/config.bc win32/config.vc
10616 Branch: maint-5.004/perl
10617 ! t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t t/op/taint.t
10618 ! win32/config.bc win32/config.vc
10619 ____________________________________________________________________________
10620 [ 943] By: mbeattie on 1998/05/14 14:58:13
10621 Log: From: Joshua.Pritikin@NewYork2.dmg.deuba.com
10622 Subject: [PATCH 5.004_64] Test.pm update
10623 Date: Sat, 4 Apr 1998 08:33:50 -0500
10624 Subject: [PATCH 5.004_64] modcount + comments
10625 Date: Fri, 17 Apr 1998 16:07:35 -0400
10627 ! lib/Test.pm op.c thrdvar.h
10628 ____________________________________________________________________________
10629 [ 942] By: mbeattie on 1998/05/14 14:49:43
10630 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10631 Subject: [PATCH 5.004_64] newSV
10632 Date: Wed, 8 Apr 1998 03:21:03 -0400 (EDT)
10633 Subject: [PATCH 5.004_64] Cryptic error from B::CC
10634 Date: Sat, 11 Apr 1998 19:52:25 -0400 (EDT)
10636 ! ext/B/B/CC.pm handy.h proto.h sv.c
10637 ____________________________________________________________________________
10638 [ 941] By: mbeattie on 1998/05/14 14:47:29
10639 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10640 Subject: [PATCH 5.004_64] anydbm.t
10641 Date: Sat, 4 Apr 1998 01:39:03 -0500 (EST)
10642 Subject: [PATCH 5.004_64] threads on OS/2
10643 Date: Sat, 4 Apr 1998 01:44:29 -0500 (EST)
10644 Subject: [PATCH 5.004_64] Better handling of Perl DLLs under OS/2
10645 Date: Sat, 4 Apr 1998 01:47:58 -0500 (EST)
10646 Subject: [PATCH 5.004_64] Immediate stop in debugger
10647 Date: Sat, 11 Apr 1998 19:50:58 -0400 (EDT)
10648 Subject: [PATCH 5.005_64] ptags broken
10649 Date: Sat, 11 Apr 1998 22:08:21 -0400 (EDT)
10650 Subject: [PATCH 5.004_64] Document switch syntax via RE
10651 Date: Sun, 12 Apr 1998 01:12:33 -0400 (EDT)
10653 ! emacs/ptags lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
10654 ! lib/perl5db.pl os2/Changes os2/Makefile.SHs os2/os2.c
10655 ! os2/os2thread.h pod/perlsyn.pod t/lib/anydbm.t
10656 ____________________________________________________________________________
10657 [ 940] By: mbeattie on 1998/05/14 14:38:44
10658 Log: Subject: [PATCH 5.004_64] Build Stdio and DCLSym modules as part of normal VMS perl build
10659 Date: Fri, 03 Apr 1998 16:01:57 -0800
10660 From: Dan Sugalski <sugalskd@osshe.edu>
10662 ! vms/descrip.mms vms/ext/DCLsym/Makefile.PL
10663 ! vms/ext/Stdio/Makefile.PL vms/ext/Stdio/Stdio.xs
10664 ____________________________________________________________________________
10665 [ 939] By: mbeattie on 1998/05/14 14:35:42
10666 Log: Subject: [PATCH 5.004_64] perl dies in perl_construct when compiled with MULTIPLICITY
10667 Date: Fri, 03 Apr 1998 13:58:15 -0800
10668 From: Dan Sugalski <sugalskd@osshe.edu>
10671 ____________________________________________________________________________
10672 [ 938] By: gsar on 1998/05/14 10:53:55
10673 Log: merge change#896 from maintbranch
10675 ! doio.c ext/Socket/Socket.xs lib/Class/Struct.pm lib/Cwd.pm
10676 ! lib/File/Find.pm lib/Math/BigInt.pm lib/lib.pm lib/strict.pm
10677 ! op.c pod/perldiag.pod pod/perlfunc.pod pp.c pp_ctl.c sv.c
10678 ! t/op/gv.t t/op/misc.t t/op/pack.t
10679 ____________________________________________________________________________
10680 [ 937] By: gsar on 1998/05/14 09:31:34
10681 Log: merge change#887 from maintbranch
10683 + t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
10684 ! MANIFEST doio.c lib/File/CheckTree.pm lib/Getopt/Long.pm
10685 ! lib/Math/BigFloat.pm lib/Text/ParseWords.pm lib/Text/Wrap.pm
10686 ! lib/base.pm perl.c pod/perlre.pod t/lib/io_sock.t
10687 ! t/lib/io_udp.t t/lib/parsewords.t t/lib/timelocal.t
10688 ! t/op/stat.t toke.c utils/h2xs.PL
10689 ____________________________________________________________________________
10690 [ 936] By: gsar on 1998/05/14 09:06:18
10691 Log: merge change#886 from maintbranch
10693 ! README.os2 README.vms cop.h ext/DynaLoader/dl_hpux.xs
10694 ! ext/POSIX/POSIX.xs ext/POSIX/hints/linux.pl global.sym
10695 ! hints/aix.sh hints/bsdos.sh hints/dec_osf.sh hints/hpux.sh
10696 ! hints/linux.sh hints/netbsd.sh hints/os2.sh hints/svr4.sh
10697 ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
10698 ! lib/File/Basename.pm lib/File/Path.pm op.c os2/Makefile.SHs
10699 ! os2/os2.c os2/perl2cmd.pl perl.c perl.h pod/perlguts.pod
10700 ! pod/pod2man.PL pp_ctl.c pp_hot.c pp_sys.c proto.h
10701 ! t/lib/filecopy.t util.c utils/perldoc.PL vms/config.vms
10702 ! vms/descrip.mms vms/ext/Filespec.pm vms/ext/filespec.t
10704 ____________________________________________________________________________
10705 [ 935] By: gsar on 1998/05/14 07:00:02
10706 Log: merge changes#872,873 from maintbranch
10708 ! Changes5.004 INSTALL lib/ExtUtils/MakeMaker.pm
10709 ! lib/FileHandle.pm lib/Tie/Hash.pm lib/constant.pm
10710 ! lib/integer.pm pod/perl.pod pod/perlbook.pod pod/perldsc.pod
10711 ! pod/perlfunc.pod pod/perlguts.pod pod/perlhist.pod
10712 ! pod/perlop.pod pod/perlre.pod pod/perlrun.pod pod/perlsec.pod
10713 ! pod/perltrap.pod pod/perlvar.pod pod/pod2latex.PL
10715 ____________________________________________________________________________
10716 [ 934] By: gsar on 1998/05/14 06:24:38
10717 Log: merge changes#755..759,763,764 from maintbranch
10720 ! MANIFEST Porting/patchls perl.c perlsdio.h pod/perlfunc.pod
10721 ! t/op/pos.t utils/perldoc.PL
10722 ____________________________________________________________________________
10723 [ 933] By: gsar on 1998/05/14 06:07:31
10724 Log: merge change#754 from maintbranch
10727 ____________________________________________________________________________
10728 [ 932] By: gsar on 1998/05/14 06:03:50
10729 Log: merge changes#752,753 from maintbranch
10732 ! README ext/GDBM_File/GDBM_File.pm
10733 ! ext/SDBM_File/sdbm/Makefile.PL pod/perlsyn.pod
10734 ____________________________________________________________________________
10735 [ 931] By: gsar on 1998/05/14 05:51:19
10736 Log: merge change#745 from maintbranch
10738 + ext/DynaLoader/DynaLoader.pm.PL
10739 - ext/DynaLoader/DynaLoader.pm
10740 ! MANIFEST ext/DynaLoader/Makefile.PL
10741 ____________________________________________________________________________
10742 [ 930] By: nick on 1998/05/13 20:39:59
10743 Log: resolve -at //depot/win32 into ansiperl for C++ testing.
10746 !> MANIFEST ext/Fcntl/Fcntl.pm hv.c lib/ExtUtils/Liblist.pm op.c
10747 !> perl.c pod/perlfunc.pod pod/perlguts.pod pp.c pp_ctl.c
10748 !> regcomp.c regcomp.h regexec.c t/op/hashwarn.t t/op/runlevel.t
10749 !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
10750 !> win32/makedef.pl win32/makefile.mk
10751 ____________________________________________________________________________
10752 [ 929] By: gsar on 1998/05/13 10:13:36
10753 Log: merge change#687 from maintbranch
10756 ____________________________________________________________________________
10757 [ 928] By: gsar on 1998/05/13 10:08:13
10758 Log: merge change#683 from maintbranch
10761 ____________________________________________________________________________
10762 [ 927] By: gsar on 1998/05/13 09:51:43
10763 Log: merge change#681 from maintbranch
10765 ! ext/Fcntl/Fcntl.pm
10766 ____________________________________________________________________________
10767 [ 926] By: gsar on 1998/05/13 09:47:11
10768 Log: merge change#664 from maint branch
10770 ! regcomp.c regcomp.h regexec.c
10771 ____________________________________________________________________________
10772 [ 925] By: gsar on 1998/05/13 08:55:28
10773 Log: merge missing part of change#663 from maint branch
10776 ____________________________________________________________________________
10777 [ 924] By: gsar on 1998/05/12 18:50:04
10778 Log: remove x586 code gen switch (-5) for Borland, it is non-generic,
10779 and seems to generate problematic code for PII.
10781 ! win32/makefile.mk
10782 ____________________________________________________________________________
10783 [ 923] By: gsar on 1998/05/12 16:24:02
10784 Log: fix test failure
10785 Message-Id: <199805120940.KAA01252@pluto.tiuk.ti.com>
10786 Date: Tue, 12 May 1998 10:40:57 BST
10787 From: Nick.Ing-Simmons@tiuk.ti.com
10788 Subject: test buglet
10791 ____________________________________________________________________________
10792 [ 922] By: TimBunce on 1998/05/11 20:58:58
10793 Log: Assorted patches:
10795 ------ CORE LANGUAGE ------
10797 Title: "incorrect return value for hv_iterinit"
10798 From: Gurusamy Sarathy <gsar@engin.umich.edu>
10799 Msg-ID: <199805031848.OAA20618@aatma.engin.umich.edu>
10800 Files: pod/perlguts.pod hv.c
10802 ------ DOCUMENTATION ------
10804 Title: "perlvar.pod buglet E<EVMSERR>"
10805 From: Achim Bohnet <ach@mpe.mpg.de>
10806 Msg-ID: <9805041415.AA22185@o09.xray.mpe.mpg.de>
10807 Files: pod/perlvar.pod
10809 Title: "Improve docs for warning about code after an exec()"
10810 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Chaim Frenkel
10811 <chaimf@concentric.net>
10812 Msg-ID: <E0yYUit-0003yb-00@taurus.cus.cam.ac.uk>,
10813 <m3ra22qn1z.fsf@chany-p100.emwp.com>
10814 Files: pod/perlfunc.pod
10816 Title: "Remove dead code from pod2man"
10817 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
10818 Msg-ID: <E0yXmuT-0006Ll-00@ursa.cus.cam.ac.uk>
10819 Files: pod/pod2man.PL
10821 Title: "tweak doc for C<do FILENAME>"
10822 From: Gurusamy Sarathy <gsar@engin.umich.edu>
10823 Msg-ID: <199805090017.UAA06888@aatma.engin.umich.edu>
10824 Files: pod/perlfunc.pod
10826 Title: "Document integer pragma effect on % operator"
10827 From: Gisle Aas <gisle@aas.no>
10828 Msg-ID: <m3yawjmzhx.fsf@furu.g.aas.no>
10829 Files: pod/perlop.pod
10831 Title: "Reduce rm command line length in pod/Makefile"
10832 From: Hugo van der Sanden <h.sanden@elsevier.nl>
10833 Msg-ID: <199805041423.QAA13199@dorlas.elsevier.nl>
10834 Files: pod/Makefile
10836 ------ EXTENSIONS ------
10838 Title: "Clarify Termios usage in POSIX.pod"
10839 From: Rocco Caputo <troc@netrus.net>
10840 Msg-ID: <199805101952.PAA12738@ns.netrus.net>
10841 Files: ext/POSIX/POSIX.pod
10843 ------ LIBRARY ------
10845 Title: "Fix File::Find::finddepth typo in trial 2 release"
10846 From: koenig@kulturbox.de (Andreas J. Koenig)
10847 Msg-ID: <sfcbttflsjz.fsf@dubravka.in-berlin.de>
10848 Files: lib/File/Find.pm t/lib/filefind.t
10850 ------ PORTABILITY - GENERAL ------
10852 Title: "Add Porting/patching.pod document"
10853 From: Daniel Grisinger <dgris@tdrenterprises.com>
10854 Msg-ID: <199805030305.XAA16147@relay.pair.com>
10855 Files: MANIFEST Porting/patching.pod
10857 Title: "hints/machten.sh: disable semctl(), align with devel version"
10858 From: Dominic Dunlop <domo@vo.lu>
10859 Msg-ID: <v03110701b175fc029eb1@[195.95.102.115]>
10860 Files: hints/machten.sh
10862 Title: "Add VMS specifics to Porting/makerel"
10863 From: Charles Bailey <BAILEY@newman.upenn.edu>
10864 Msg-ID: <01IWDK1LONRQ0026P0@cor.newman.upenn.edu>,
10865 <199804271732.SAA13762@toad.ig.co.uk>,
10866 <9804250212.AA27695@forte.com>
10867 Files: Porting/makerel
10868 Branch: maint-5.004/perl
10869 + Porting/patching.pod
10870 ! MANIFEST Porting/makerel ext/POSIX/POSIX.pod hints/machten.sh
10871 ! hv.c lib/File/Find.pm pod/Makefile pod/perlfunc.pod
10872 ! pod/perlguts.pod pod/perlop.pod pod/perlvar.pod pod/pod2man.PL
10874 ____________________________________________________________________________
10875 [ 921] By: gsar on 1998/05/10 02:28:03
10876 Log: various tweaks to makefiles
10878 ! win32/Makefile win32/makedef.pl win32/makefile.mk
10879 ____________________________________________________________________________
10880 [ 920] By: gsar on 1998/05/10 02:27:19
10881 Log: fix ExtUtils::Liblist mishandling paths with spaces
10883 ! lib/ExtUtils/Liblist.pm
10884 ____________________________________________________________________________
10885 [ 919] By: gsar on 1998/05/09 17:10:15
10889 ____________________________________________________________________________
10890 [ 918] By: gsar on 1998/05/09 17:09:09
10891 Log: protect sortcop from C<sort { sort { ... } ... } ...>
10892 Message-Id: <199805082333.TAA06287@aatma.engin.umich.edu>
10893 Date: Fri, 08 May 1998 19:33:44 EDT
10894 From: Gurusamy Sarathy <gsar@engin.umich.edu>
10895 Subject: [PATCH] Re: double recursion in sort
10897 ! pp_ctl.c t/op/runlevel.t
10898 ____________________________________________________________________________
10899 [ 917] By: gsar on 1998/05/09 17:05:55
10902 ! win32/config.bc win32/config.gc win32/config.vc
10903 ____________________________________________________________________________
10904 [ 916] By: gsar on 1998/05/07 03:40:15
10905 Log: fix C<print "foo ${\()}"> (pp_refgen fumbles when G_SCALAR, no args)
10908 ____________________________________________________________________________
10909 [ 915] By: mbeattie on 1998/05/06 13:08:29
10910 Log: Speed up pp_entersub for usethreads with only 1 thread running.
10913 ____________________________________________________________________________
10914 [ 914] By: gsar on 1998/05/03 18:44:38
10915 Log: make hv_iterinit() return HvKEYS()
10916 Message-Id: <3.0.1.32.19980502162922.009e6320@www.syncad.com>
10917 Date: Sat, 02 May 1998 16:29:22 EDT
10918 From: "SynaptiCAD, Inc." <sales@syncad.com>
10919 Subject: incorrect return value for hv_iterinit
10921 ! hv.c pod/perlguts.pod
10922 ____________________________________________________________________________
10923 [ 913] By: TimBunce on 1998/05/01 22:38:38
10924 Log: Update MANIFEST for trial 2.
10925 (Porting/Contract lib/Tie/Handle.pm t/op/tiehandle.t)
10926 Branch: maint-5.004/perl
10928 ____________________________________________________________________________
10929 [ 912] By: TimBunce on 1998/05/01 22:30:29
10930 Log: Add t/op/tiehandle.t as xtext to repository (see change 911)
10931 Branch: maint-5.004/perl
10933 ____________________________________________________________________________
10934 [ 911] By: TimBunce on 1998/05/01 21:35:03
10936 Title: "Add ERRSV, ERRHV, DEFSV and SAVE_DEFSV for XS 5.005 compatibility"
10937 From: timbo@ig.co.uk (Tim Bunce)
10938 Msg-ID: <199804200854.JAA01482@toad.ig.co.uk>
10941 Title: "Add WRITE & CLOSE to TIEHANDLE"
10942 From: Graham Barr <gbarr@pobox.com>
10943 Msg-ID: <34F63DC8.CA95670F@pobox.com>
10944 Files: pod/perltie.pod lib/Tie/Handle.pm pp_sys.c t/op/tiehandle.t
10945 Branch: maint-5.004/perl
10946 + lib/Tie/Handle.pm
10947 ! perl.h pod/perltie.pod pp_sys.c
10948 ____________________________________________________________________________
10949 [ 910] By: TimBunce on 1998/05/01 20:47:47
10951 Title: "Add warning for Illegal hex digit"
10952 From: Stephen P Potter <spp@spp.users.ds.net>, Stephen Potter
10953 <spp@psasolar.colltech.com>, Tim.Bunce@ig.co.uk (Tim Bunce)
10954 Msg-ID: <199804232219.SAA02267@spp.users.ds.net>,
10955 <199804271409.PAA12819@toad.ig.co.uk>,
10956 <199804280307.WAA12332@psasolar.psa.pencom.com>
10957 Files: pod/perldiag.pod util.c
10959 Title: "perl_call_method() bug fix (corrupt op pointer)"
10960 From: "Alterman, Eugene" <Eugene.Alterman@bremer-inc.com>
10961 Msg-ID: <510415F72ECFD111A31700A0C9B3CCDE3098@efx98digmasa.bremer-inc.com>
10964 Title: "Fix printf segmentation fault"
10965 From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
10966 Msg-ID: <l03130300b16bebdbc314@[194.222.64.89]>
10969 Title: "Document changed local($a[$i],$b{$j}) behaviour re delete/splice"
10970 From: Charles Bailey <BAILEY@newman.upenn.edu>
10971 Msg-ID: <01IVMVIHNZ36001NKH@cor.newman.upenn.edu>
10972 Files: pod/perlsub.pod
10973 Branch: maint-5.004/perl
10974 ! perl.c pod/perldiag.pod pod/perlsub.pod pp_hot.c util.c
10975 ____________________________________________________________________________
10976 [ 909] By: TimBunce on 1998/05/01 19:44:47
10978 Title: "Change Ilya's do_binmode to K&R prototype and move to doio.c"
10979 Files: doio.c util.c
10980 Branch: maint-5.004/perl
10982 ____________________________________________________________________________
10983 [ 908] By: gsar on 1998/05/01 19:21:02
10984 Log: add AS patch#20 (exposes more global constants)
10986 ! ObjXSub.h byterun.h embed.h embedvar.h global.sym globals.c
10987 ! interp.sym ipsock.h ipstdio.h objpp.h perlio.h perlsock.h
10988 ! proto.h util.c win32/GenCAPI.pl win32/runperl.c
10989 ____________________________________________________________________________
10990 [ 907] By: TimBunce on 1998/05/01 17:50:46
10992 Title: "Runtime Carp verbosity without aliasing"
10993 From: Joshua.Pritikin@NewYork2.dmg.deuba.com, Tim Bunce
10994 Msg-ID: <H00000e50003936c@MHS>
10997 Title: "Fix File::Basename to not untaint results (using new //t flag)"
10998 From: Eric Hammond <erich@finity.citysearch.com>, Tom Phoenix
10999 <rootbeer@teleport.com>
11000 Msg-ID: <199710070515.WAA00682@finity.citysearch.com>,
11001 <Pine.GSO.3.96.971007074114.14211J-100000@usertest.teleport.com>
11002 Files: lib/File/Basename.pm
11003 Branch: maint-5.004/perl
11004 ! lib/Carp.pm lib/File/Basename.pm
11005 ____________________________________________________________________________
11006 [ 906] By: TimBunce on 1998/04/28 11:04:49
11008 ------ CORE LANGUAGE ------
11010 Title: "5.004_04m5t1: Fix dangling references in LVs", "Fix dangling
11012 From: Spider Boardman <spider@orb.nashua.nh.us>
11013 Msg-ID: <199804010541.AAA32615@Orb.Nashua.NH.US>,
11014 <19980422164037.D29222@perl.org>
11015 Files: embed.h keywords.h opcode.h perl.h proto.h doop.c global.sym mg.c
11018 Title: "Fix SvGMAGIC typo in change 904"
11020 Branch: maint-5.004/perl
11021 ! doop.c embed.h global.sym keywords.h mg.c opcode.h perl.h pp.c
11023 ____________________________________________________________________________
11024 [ 905] By: TimBunce on 1998/04/28 10:32:20
11025 Log: Regexp patches
11027 Title: "New regex flag //t to leave $1 etc. tainted"
11028 From: Chip Salzenberg <chip@pobox.com>, Tim Bunce <Tim.Bunce@ig.co.uk>
11029 Msg-ID: <19980310192640.37826@cyprus>
11030 Files: pod/perlop.pod pod/perlre.pod op.h dump.c mg.c pp_hot.c sv.c
11031 t/op/taint.t toke.c
11033 Title: "Don't accidentally untaint target of s///"
11034 From: Chip Salzenberg <chip@pobox.com>
11035 Msg-ID: <19980310151756.24767@cyprus>
11036 Files: pp_ctl.c pp_hot.c t/op/taint.t
11038 Title: "Allow but ignore embedded /...(?o).../ in regexp"
11039 From: h.sanden@elsevier.nl (Hugo van der Sanden)
11040 Msg-ID: <199804201243.OAA08244@dorlas.elsevier.nl>
11042 Branch: maint-5.004/perl
11043 ! dump.c mg.c op.h pod/perlop.pod pod/perlre.pod pp_ctl.c
11044 ! pp_hot.c regcomp.c sv.c t/op/taint.t toke.c
11045 ____________________________________________________________________________
11046 [ 904] By: TimBunce on 1998/04/27 20:20:21
11047 Log: Assorted patches:
11049 ------ CORE LANGUAGE ------
11051 Title: "Protect join() against double reads on undef and SvGMAGICALs"
11052 From: Chip Salzenberg <chip@perlsupport.com>, Tim Bunce
11053 <Tim.Bunce@ig.co.uk>
11054 Msg-ID: <19980424080630.D13985@perl.org>
11057 Title: "Better error message for require failure"
11058 From: epeschko@den-mdev1 (Ed Peschko)
11059 Msg-ID: <199804240047.SAA24155@den-mdev1.co.csgsystems.com>
11060 Files: pod/perldiag.pod pp_ctl.c
11062 Title: "fixes for various noises under PERL_DESTRUCT_LEVEL"
11063 From: Gurusamy Sarathy <gsar@engin.umich.edu>
11064 Msg-ID: <199804231926.PAA23969@aatma.engin.umich.edu>
11067 Title: "Fix nice_chunk memory leak"
11068 From: Gurusamy Sarathy <gsar@engin.umich.edu>
11069 Msg-ID: <199804052347.TAA15699@aatma.engin.umich.edu>
11072 Title: "-2.0 vs. -2 (was Number representations)"
11073 From: Chip Salzenberg <chip@pobox.com>
11074 Msg-ID: <19980309185652.11231@cyprus>
11077 Title: "perl.c fixes for -DUNEXEC"
11078 From: Matt Wette <mwette@mr-ed.jpl.nasa.gov>, Matthew R Wette
11079 <mwette@mr-ed.jpl.nasa.gov>
11080 Msg-ID: <199710152146.OAA07283@mr-ed.jpl.nasa.gov>
11083 ------ DOCUMENTATION ------
11085 Title: "perlcall is Perl from C, not C from Perl"
11086 From: Steve A Fink <sfink@cs.berkeley.edu>
11087 Files: pod/perlembed.pod
11089 Title: "Clarify require "Foo::Bar" non-bareword issue"
11090 From: Dominique Dumont <domi@ss7serv.grenoble.hp.com>
11091 Msg-ID: <199804231527.AA153445256@ss7serv.grenoble.hp.com>
11092 Files: pod/perlfunc.pod
11094 Title: "(repost) new text for perlsec", "new text for perlsec"
11095 From: Tom Phoenix <rootbeer@teleport.com>
11096 Msg-ID: <Pine.GSO.3.96.980423161605.5518N-100000@user2.teleport.com>
11097 Files: pod/perlsec.pod
11099 ------ EXTENSIONS ------
11101 Title: "IO::Socket->socketpair broken (typo)"
11102 From: Olaf Titz <olaf@bigred.inka.de>
11103 Msg-ID: <19980425224535.2807.qmail@bigred.inka.de>
11104 Files: ext/IO/lib/IO/Socket.pm
11106 Title: "NDBM_File man page needs Fcntl"
11107 From: "Danny R. Faught" <faught@mailhost.rsn.hp.com>
11108 Msg-ID: <199707011500.IAA00601@palrel3.hp.com>
11109 Files: ext/NDBM_File/NDBM_File.pm
11111 ------ LIBRARY ------
11113 Title: "Documentation discrepancy: pragmatic modules"
11114 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, h.sanden@elsevier.nl (Hugo van der Sanden)
11115 Msg-ID: <199804221525.RAA12695@dorlas.elsevier.nl>,
11116 <E0ySPhk-00034f-00@taurus.cus.cam.ac.uk>
11117 Files: lib/strict.pm lib/subs.pm lib/vars.pm
11119 ------ PORTABILITY - GENERAL ------
11121 Title: "Updated hints file for svr4"
11122 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
11123 Msg-ID: <Pine.SUN.3.96.980423110522.26621A-100000@newton.phys>
11124 Files: hints/svr4.sh
11126 Title: "Pumpkin update -- shared libperl.so location"
11127 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
11128 Msg-ID: <Pine.SUN.3.96.980424115837.6222A-100000@newton.phys>
11129 Files: Porting/pumpkin.pod
11131 Title: "perl compile fix for AIX 4.3"
11132 From: Jens-Uwe Mager <jum@helios.de>
11133 Msg-ID: <199804261611.SAA34728@ans.helios.de>
11134 Files: ext/DynaLoader/dl_aix.xs
11136 Title: "Dynaloader build on VMS",
11137 From: pvhp@forte.com (Peter Prymmer), timbo@ig.co.uk (Tim Bunce)
11138 Msg-ID: <199804271732.SAA13762@toad.ig.co.uk>, <9804250212.AA27695@forte.com>
11139 Files: vms/descrip.mms
11141 ------ UTILITIES ------
11143 Title: "Major update to h2ph.PL"
11144 From: Billy <wdconsta@cs.adelaide.edu.au>
11145 Msg-ID: <Pine.SV4.3.93.980424031837.20782A-200000@ermintrude.teaching.cs.adelaide.edu.au>
11146 Files: utils/h2ph.PL
11147 Branch: maint-5.004/perl
11148 ! Porting/pumpkin.pod doop.c ext/DynaLoader/dl_aix.xs
11149 ! ext/IO/lib/IO/Socket.pm ext/NDBM_File/NDBM_File.pm
11150 ! hints/svr4.sh lib/strict.pm lib/subs.pm lib/vars.pm op.c
11151 ! perl.c pod/perldiag.pod pod/perlembed.pod pod/perlfunc.pod
11152 ! pod/perlsec.pod pp_ctl.c sv.c utils/h2ph.PL vms/descrip.mms
11153 ____________________________________________________________________________
11154 [ 903] By: gsar on 1998/04/25 22:27:19
11155 Log: add AS patch#19 (adds socket layer generation to GenCAPI.pl)
11158 ____________________________________________________________________________
11159 [ 902] By: nick on 1998/04/25 16:35:08
11160 Log: Case sensitive tweak to perldoc.PL
11163 ____________________________________________________________________________
11164 [ 901] By: nick on 1998/04/25 15:16:54
11165 Log: Implement use attrs qw(locked package);
11166 Passes all tests except posix (hangs/dies) in sigaction test after
11169 ! cv.h ext/attrs/attrs.pm ext/attrs/attrs.xs pp_hot.c
11170 ____________________________________________________________________________
11171 [ 900] By: nick on 1998/04/25 13:58:17
11172 Log: Auto-insert defined() test in while when test expression is
11173 readline (i.e. <>), glob, readdir, or each.
11176 ! op.c pod/perlop.pod
11177 ____________________________________________________________________________
11178 [ 899] By: nick on 1998/04/25 13:14:52
11179 Log: Resolve ansiperl against win32 branch
11181 +> (branch 53 files)
11183 !> (integrate 227 files)
11184 ____________________________________________________________________________
11185 [ 898] By: gsar on 1998/04/24 17:01:05
11186 Log: add AS patch#18
11188 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/xsubpp win32/GenCAPI.pl
11189 ____________________________________________________________________________
11190 [ 897] By: TimBunce on 1998/04/23 19:49:22
11191 Log: Assorted patches:
11193 ------ CORE LANGUAGE ------
11195 Title: "fix for "Unbalanced string table refcount""
11196 From: Gurusamy Sarathy <gsar@engin.umich.edu>
11197 Msg-ID: <199804042251.RAA25527@aatma.engin.umich.edu>
11200 Title: "Allow more lenient switch processing"
11201 From: "John L. Allen" <allen@grumman.com>
11202 Msg-ID: <199803251638.LAA22664@gateway.grumman.com>
11205 Title: "Add fourth arg to substr: substr EXPR,OFFSET,LEN,REPLACEMENT"
11206 From: Gisle Aas <gisle@aas.no>
11207 Msg-ID: <m3g1jglqtm.fsf@furu.g.aas.no>
11208 Files: pod/perlfunc.pod Todo opcode.pl pp.c t/op/substr.t
11210 Title: "Odd number of elements in hash list."
11211 From: Tom Phoenix <rootbeer@teleport.com>
11212 Msg-ID: <Pine.GSO.3.96.980328151929.29336D-100000@user2.teleport.com>
11213 Files: MANIFEST pod/perldiag.pod pp.c pp_hot.c t/op/hashwarn.t
11215 Title: "another destruct_level fix"
11216 From: Gurusamy Sarathy <gsar@engin.umich.edu>
11217 Msg-ID: <199804030105.UAA04400@aatma.engin.umich.edu>
11220 Title: "bidirectional pipe warning blues"
11221 From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
11222 Msg-ID: <9804082151.AA20399@claudius.bfsec.bt.co.uk>
11225 Title: "stale pointers after realloc (MEXTEND in pp_print and pp_prtf)"
11226 From: Malcolm Beattie <mbeattie@sable.ox.ac.uk>
11227 Msg-ID: <199801191107.LAA17979@sable.ox.ac.uk>
11228 Files: pp_hot.c pp_sys.c
11230 Title: "unimplemented umask() should return undef not die"
11231 From: kstar@chapin.edu (Kurt D. Starsinic)
11232 Msg-ID: <199803120515.VAA08660@chapin.edu>
11233 Files: pod/perlfunc.pod pp_sys.c
11235 Title: "warning for: bless $foo, """
11236 From: Joshua.Pritikin@NewYork2.dmg.deuba.com
11237 Msg-ID: <H00000e5000378a0@MHS>
11238 Files: pod/perldiag.pod pp.c
11240 ------ DOCUMENTATION ------
11242 Title: "Mention SWIG in perlxs.pod"
11243 From: Steve A Fink <sfink@cs.berkeley.edu>
11244 Msg-ID: <Pine.HPP.3.96.980408154956.20990K-100000@brooksie.CS.Berkeley.EDU>
11245 Files: pod/perlxs.pod
11247 Title: "fix-up of previous perlre.pod patch"
11248 From: Ted Ashton <ashted@southern.edu>
11249 Msg-ID: <199803031540.KAA09388@ns.southern.edu>
11250 Files: pod/perlre.pod
11252 Title: "long list of man page nitpicks"
11253 From: Greg Bacon <gbacon@mickey.cs.uah.edu>, Tom Christiansen
11254 <tchrist@jhereg.perl.com>
11255 Msg-ID: <199804221844.NAA08338@pluto.cs.uah.edu>,
11256 <199804222204.QAA20805@jhereg.perl.com>
11257 Files: pod/perlapio.pod pod/perlcall.pod pod/perldebug.pod pod/perldelta.pod
11258 pod/perldiag.pod pod/perlembed.pod pod/perlfaq2.pod
11259 pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
11260 pod/perlfaq7.pod pod/perlfaq8.pod pod/perlform.pod
11261 pod/perlfunc.pod pod/perlguts.pod pod/perlipc.pod
11262 pod/perllocale.pod pod/perlmodlib.pod pod/perlop.pod
11263 pod/perlre.pod pod/perlref.pod pod/perlrun.pod
11264 pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
11265 pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod
11268 Title: "document that system() does not set $! when it fails"
11269 From: "Mark R. Levinson" <mrl@isc.upenn.edu>
11270 Msg-ID: <199803011946.OAA31942@anaximander.dccs.upenn.edu>
11271 Files: pod/perlfunc.pod
11273 Title: "Fix pod/roffitall execute permission"
11274 From: lvirden@cas.org
11275 Msg-ID: <1997Nov17.132031.2589892@cor.newman>
11276 Files: pod/roffitall
11278 Title: "document when split ignores trailing empty fields"
11279 From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
11280 Msg-ID: <l03130300b14fac832b77@[194.222.64.89]>
11281 Files: pod/perlfunc.pod
11283 ------ EXTENSIONS ------
11285 Title: "Buglet in Opcode.pm documentation"
11286 From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
11287 Msg-ID: <199804170349.XAA32445@sleipnir.valparaiso.cl>
11288 Files: ext/Opcode/Opcode.pm
11290 Title: "Failure to append to perllocal.pod should not be fatal"
11291 From: koenig@kulturbox.de (Andreas J. Koenig)
11292 Msg-ID: <sfciuogy67x.fsf@dubravka.in-berlin.de>
11293 Files: lib/ExtUtils/MM_Unix.pm
11295 Title: "Document that IO.pm does not load IO::Select etc"
11296 From: Graham Barr <gbarr@ti.com>
11297 Msg-ID: <353B48F1.64E35A63@ti.com>
11298 Files: ext/IO/IO.pm
11300 Title: "Install extensions with bootstrap (again) in $archlib"
11301 From: Achim Bohnet <ach@mpe.mpg.de>, koenig@kulturbox.de (Andreas J.
11303 Msg-ID: <9804061909.AA12675@o09.xray.mpe.mpg.de>,
11304 <sfc90oxc0uj.fsf@dubravka.in-berlin.de>
11305 Files: lib/ExtUtils/Install.pm
11307 Title: "glibc2.0.6 missing MSG_* <sys/socket.h> defines."
11308 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
11309 Msg-ID: <Pine.SUN.3.96.980406113950.3166L-100000@newton.phys>
11310 Files: ext/Socket/Socket.xs
11312 ------ LIBRARY ------
11314 Title: "Benchmark.pm: add run-for-some-time mode"
11315 From: Jarkko Hietaniemi <jhi@iki.fi>
11316 Msg-ID: <199804080647.JAA15136@alpha.hut.fi>
11317 Files: lib/Benchmark.pm
11319 Title: "Comments added to Carp.pm"
11320 From: Andy Wardley <abw@cre.canon.co.uk>, Chip Salzenberg
11321 <chip@perlsupport.com>, Tom Christiansen
11322 <tchrist@jhereg.perl.com>
11323 Msg-ID: <19980422164242.E29222@perl.org>,
11324 <199804222033.OAA17959@jhereg.perl.com>,
11325 <980409182357.ZM21638@bandanna>
11328 Title: "chat2.pl fix"
11329 From: Charles Bailey <BAILEY@newman.upenn.edu>
11330 Msg-ID: <01IVMVF507PO001NKH@cor.newman.upenn.edu>
11331 Files: lib/chat2.pl
11333 Title: "lib/Pod/Html.pm"
11334 From: d-lewart@uiuc.edu (Daniel S. Lewart)
11335 Msg-ID: <199710170718.DAA25472@staff1.cso.uiuc.edu>,
11336 <199710180417.AAA19778@staff2.cso.uiuc.edu>
11337 Files: lib/Pod/Html.pm
11339 Title: "ormaments method in Term/ReadLine.pm causes warning with string
11341 From: hiroo.hayashi@computer.org
11342 Msg-ID: <199804061519.AAA21907@mail.fb3.so-net.ne.jp>
11343 Files: lib/Term/ReadLine.pm
11345 ------ OTHER CHANGES ------
11347 Title: "ptags broken"
11348 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11349 Msg-ID: <199804120208.WAA29264@monk.mps.ohio-state.edu>
11352 ------ PORTABILITY - WIN32 ------
11354 Title: "win32 tweaks (signals and crypt support)"
11355 From: Gurusamy Sarathy <gsar@engin.umich.edu>
11356 Msg-ID: <199804170505.BAA06413@aatma.engin.umich.edu>
11357 Files: perl.h win32/config.bc win32/config.vc win32/config_H.bc
11358 win32/config_H.vc win32/win32.c
11360 ------ PORTABILITY - GENERAL ------
11362 Title: "Add Social Contract (2nd Draft) as Porting/Contract"
11363 From: Russ Allbery <rra@stanford.edu>
11364 Msg-ID: <m3btw66n8i.fsf@windlord.Stanford.EDU>
11365 Files: Porting/Contract
11367 Title: "Config: Irix 5 hints"
11368 From: kstar@O2.chapin.edu
11369 Msg-ID: <199804061712.NAA22823@O2.chapin.edu>
11370 Files: hints/irix_5.sh
11372 Title: "VMS patches to 5.004_03"
11373 From: Charles Bailey <BAILEY@newman.upenn.edu>
11374 Msg-ID: <01IVYJS0L8D200209B@cor.newman.upenn.edu>
11377 Title: "hints/netbsd.sh - enable vfork"
11378 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
11379 Msg-ID: <Pine.SUN.3.96.980417110749.19327B-100000@newton.phys>
11380 Files: hints/netbsd.sh
11382 ------ UTILITIES ------
11384 Title: "support find2perl -follow"
11385 From: Billy <wdconsta@cs.adelaide.edu.au>
11386 Msg-ID: <Pine.SV4.3.93.980408005903.24081A-100000@ermintrude.teaching.cs.adelaide.edu.au>
11387 Files: x2p/find2perl.PL
11388 Branch: maint-5.004/perl
11389 + Porting/Contract t/op/hashwarn.t
11390 ! MANIFEST Todo doio.c emacs/ptags embed.h ext/IO/IO.pm
11391 ! ext/Opcode/Opcode.pm ext/Socket/Socket.xs hints/irix_5.sh
11392 ! hints/netbsd.sh hv.c lib/Benchmark.pm lib/Carp.pm
11393 ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
11394 ! lib/Pod/Html.pm lib/Term/ReadLine.pm lib/chat2.pl opcode.h
11395 ! opcode.pl perl.c perl.h pod/perlapio.pod pod/perlcall.pod
11396 ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
11397 ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
11398 ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
11399 ! pod/perlfaq8.pod pod/perlform.pod pod/perlfunc.pod
11400 ! pod/perlguts.pod pod/perlhist.pod pod/perlipc.pod
11401 ! pod/perllocale.pod pod/perlmodlib.pod pod/perlop.pod
11402 ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod
11403 ! pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
11404 ! pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod pod/pod2man.PL
11405 ! pod/roffitall pp.c pp_hot.c pp_sys.c sv.c t/TEST t/op/gv.t
11406 ! t/op/substr.t vms/vms.c win32/config.bc win32/config.vc
11407 ! win32/config_H.bc win32/config_H.vc win32/win32.c
11409 ____________________________________________________________________________
11410 [ 896] By: TimBunce on 1998/04/22 11:49:24
11411 Log: Assorted patches:
11413 ------ CORE LANGUAGE ------
11415 Title: "Additional regex-cache patch"
11416 From: Chip Salzenberg <chip@atlantic.net>
11417 Msg-ID: <19980305104831.38100@cyprus>
11420 Title: "Conservative C<*x = undef> patch"
11421 From: Chip Salzenberg <chip@atlantic.net>
11422 Msg-ID: <19980310163310.48509@cyprus>
11423 Files: pod/perldiag.pod pod/perlfunc.pod pp.c sv.c t/op/gv.t
11425 Title: "Consider @ARGV to be plain files if inplace (-i)"
11426 From: Chip Salzenberg <salzench@nielsenmedia.com>
11427 Msg-ID: <199802042106.QAA04082@nielsenmedia.com>
11430 Title: "Fix semctl for Linux, Sun and SVR4"
11431 From: Graham Barr <gbarr@ti.com>, lvirden@cas.org (Larry W. Virden, x2487)
11432 Msg-ID: <3484247D.BB036D39@ti.com>, <9712021313.AA11495@cas.org>
11435 Title: "C<dSP> entails using C<SP>, not C<sp>"
11436 From: Gurusamy Sarathy <gsar@engin.umich.edu>
11437 Msg-ID: <199803070149.UAA12217@aatma.engin.umich.edu>
11438 Files: pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod pod/perlxs.pod
11439 doio.c doop.c ext/DB_File/DB_File.xs
11440 ext/DynaLoader/dl_dld.xs ext/Opcode/Opcode.xs
11441 ext/POSIX/POSIX.xs ext/Socket/Socket.xs gv.c
11442 lib/ExtUtils/typemap mg.c os2/OS2/REXX/REXX.xs
11445 Title: "Make autouse -w-safe"
11446 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11447 Msg-ID: <199803030236.VAA13244@monk.mps.ohio-state.edu>
11448 Files: lib/autouse.pm op.c sv.c
11450 Title: "Misleading error on close of unopened handle"
11451 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
11452 Msg-ID: <E0y4R07-0003PH-00@ursa.cus.cam.ac.uk>
11455 Title: "Confusing error from perl -e "x'""
11456 From: Hans Mulder <hansmu@xs4all.nl>
11457 Msg-ID: <1998Mar25.174320.2866352@cor.newman.upenn.edu>
11460 Title: "Add HAS_GNULIBC define"
11461 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
11462 Msg-ID: <Pine.SUN.3.96.980305115202.9180K-100000@newton.phys>
11463 Files: config_H config_h.SH
11465 Title: "h_errno might not be an int"
11466 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
11467 Msg-ID: <Pine.SUN.3.96.980325165059.22255D-100000@newton.phys>
11470 Title: "Revised taint hole closer", "Revised taint hole closer"
11471 From: Chip Salzenberg <chip@atlantic.net>, Ilya Zakharevich
11472 <ilya@math.ohio-state.edu>
11473 Msg-ID: <19980310222127.09350@cyprus>,
11474 <199803110554.AAA29157@monk.mps.ohio-state.edu>
11477 Title: "SEGV compiling localised lexical in perl5.004_05t1"
11478 From: Gurusamy Sarathy <gsar@engin.umich.edu>, h.sanden@elsevier.nl (Hugo
11480 Msg-ID: <199803171530.QAA24053@dorlas.elsevier.nl>,
11481 <199803171727.MAA05234@aatma.engin.umich.edu>
11482 Files: op.c t/op/misc.t
11484 Title: "Stale SP in pp_substr"
11485 From: Stephen McCamant <alias@mcs.com>
11486 Msg-ID: <m0yFsTS-000EZpC@alias-2.pr.mcs.net>
11489 Title: "Statement unlikely to be reached warning"
11490 From: Hans Mulder <hansm@icgned.nl>
11491 Msg-ID: <1997Dec24.171511.2683516@cor.newman>
11494 Title: "Tainting propagates from nowhere"
11495 From: Gurusamy Sarathy <gsar@engin.umich.edu>
11496 Msg-ID: <199803140411.XAA09343@aatma.engin.umich.edu>
11499 Title: "two trivial tweaks to 5.004m5t1"
11500 From: Gurusamy Sarathy <gsar@engin.umich.edu>
11501 Msg-ID: <199803060553.AAA28461@aatma.engin.umich.edu>
11502 Files: proto.h win32/Makefile
11504 Title: "unpacking negatives on Alpha"
11505 From: Achim Bohnet <ach@mpe.mpg.de>
11506 Msg-ID: <9710201503.AA24797@o09.xray.mpe.mpg.de>
11507 Files: pp.c t/op/pack.t
11509 ------ LIBRARY AND EXTENSIONS ------
11511 Title: "Cwd.pm: abs_path() and fast_abs_path() plus code merge"
11512 From: Graham Barr <gbarr@ti.com>
11513 Msg-ID: <3482F365.4A0486BA@ti.com>
11516 Title: "Math/BigInt.pm, fixed use of undefined value."
11517 From: abigail@fnx.com
11518 Msg-ID: <19980313052452.27365.qmail@betelgeuse.wayne.fnx.com>
11519 Files: lib/Math/BigInt.pm
11521 Title: "File::Find rewrite"
11522 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11523 Msg-ID: <199803052344.SAA01008@monk.mps.ohio-state.edu>
11524 Files: lib/File/Find.pm
11526 Title: "efficient version of strict.pm"
11527 From: koenig@anna.mind.de (Andreas J. Koenig)
11528 Msg-ID: <sfcpvonhdnc.fsf@anna.in-berlin.de>
11529 Files: lib/strict.pm
11531 Title: "Socket occasional SEGV in pack_sockaddr_un"
11532 From: Trevor Blackwell <tlb@viaweb.com>
11533 Msg-ID: <199710281804.NAA09632@wagg.viaweb.com>
11534 Files: ext/Socket/Socket.xs
11536 Title: "Warning on mis-use of 'use lib'"
11537 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Tom Phoenix
11538 <rootbeer@teleport.com>, chip@atlantic.net
11539 Msg-ID: <199801270435.XAA14147@cyprus.atlantic.net>,
11540 <E0xx9x4-0006jc-00@ursa.cus.cam.ac.uk>,
11541 <Pine.GSO.3.96.980126192445.22284N-100000@user2.teleport.com>
11544 Title: "bug in Class::Struct"
11545 From: Tom Christiansen <tchrist@toy.perl.com>
11546 Msg-ID: <199803290814.KAA05699@toy.perl.com>
11547 Files: lib/Class/Struct.pm
11549 Title: "Allow POSIX to export nice()"
11550 From: bkeelerx@iwa.dp.intel.com (Bruce J. Keeler)
11551 Msg-ID: <eclg1kf5yf0.fsf@ws010.dp.intel.com>
11552 Files: ext/POSIX/POSIX.pm
11554 Title: "'use Env' on WinNT/95 fails"
11555 From: Gurusamy Sarathy <gsar@engin.umich.edu>
11556 Msg-ID: <199803280511.AAA15933@aatma.engin.umich.edu>
11559 ------ OTHER CHANGES ------
11561 Title: "mv-if-diff"
11562 From: Robin Barker <rmb1@cise.npl.co.uk>
11563 Msg-ID: <14572.9803271806@tempest.cise.npl.co.uk>
11566 ------ PORTABILITY - WIN32 ------
11568 Title: "fix various problems with backticks on win32"
11569 From: Gurusamy Sarathy <gsar@engin.umich.edu>
11570 Msg-ID: <199803070705.CAA15945@aatma.engin.umich.edu>
11571 Files: win32/config_h.PL win32/win32.c
11573 ------ TESTS ------
11575 Title: "Fix bug in locale.t"
11576 From: Jarkko Hietaniemi <jhi@iki.fi>
11577 Msg-ID: <199801042148.XAA08599@alpha.hut.fi>
11578 Files: t/pragma/locale.t
11579 Branch: maint-5.004/perl
11580 ! config_H config_h.SH doio.c doop.c ext/DB_File/DB_File.xs
11581 ! ext/DynaLoader/dl_dld.xs ext/Opcode/Opcode.xs
11582 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs ext/Socket/Socket.xs
11583 ! gv.c lib/Class/Struct.pm lib/Cwd.pm lib/Env.pm
11584 ! lib/ExtUtils/typemap lib/File/Find.pm lib/Math/BigInt.pm
11585 ! lib/autouse.pm lib/lib.pm lib/strict.pm mg.c mv-if-diff op.c
11586 ! os2/OS2/REXX/REXX.xs pod/perlcall.pod pod/perldiag.pod
11587 ! pod/perlembed.pod pod/perlfunc.pod pod/perlguts.pod
11588 ! pod/perlxs.pod pp.c pp_ctl.c pp_sys.c proto.h sv.c t/op/gv.t
11589 ! t/op/misc.t t/op/pack.t t/pragma/locale.t toke.c
11590 ! win32/Makefile win32/config_h.PL win32/win32.c
11591 ____________________________________________________________________________
11592 [ 895] By: gsar on 1998/04/22 03:13:19
11593 Log: intern -> sys_intern
11595 ! embedvar.h interp.sym intrpvar.h win32/win32.h
11596 ____________________________________________________________________________
11597 [ 894] By: gsar on 1998/04/22 02:42:20
11598 Log: hand-applied patch along with small tweaks
11599 Message-Id: <35400e2a.13538517@smtp1.ibm.net>
11600 Date: Tue, 21 Apr 1998 23:31:06 +0200
11601 From: jan.dubois@ibm.net (Jan Dubois)
11602 Subject: Re: Per-Interpreter variables for win32.c
11604 ! embedvar.h interp.sym intrpvar.h perl.c perl.h proto.h
11605 ! win32/makedef.pl win32/win32.c win32/win32.h
11606 ____________________________________________________________________________
11607 [ 893] By: gsar on 1998/04/21 03:42:21
11608 Log: add AS patch#17
11611 ! MANIFEST XSUB.h cv.h ipstdio.h lib/ExtUtils/MM_Unix.pm
11612 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
11613 ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/xsubpp op.c perl.h
11614 ! pp_ctl.c pp_hot.c proto.h sv.h thread.h win32/Makefile
11615 ! win32/dl_win32.xs win32/makefile.mk win32/runperl.c
11617 ____________________________________________________________________________
11618 [ 892] By: gsar on 1998/04/20 20:51:50
11619 Log: add AS patch#16
11621 ! globals.c ipdir.h perl.h perlvars.h regcomp.h win32/Makefile
11622 ! win32/makefile.mk
11623 ____________________________________________________________________________
11624 [ 891] By: gsar on 1998/04/19 23:50:34
11625 Log: tweak doc for C<do FILENAME>
11628 ____________________________________________________________________________
11629 [ 890] By: gsar on 1998/04/19 01:08:11
11630 Log: use a pidtable that grows dynamically for popen()
11631 Message-Id: <3539f434.44835409@smtp1.ibm.net>
11632 Date: Sat, 18 Apr 1998 21:01:27 +0200
11633 From: jan.dubois@ibm.net (Jan Dubois)
11634 Subject: Re: [PATCH] for bug in 5.004_64 when compiled with MSC++ 4.2
11637 ____________________________________________________________________________
11638 [ 889] By: gsar on 1998/04/17 02:13:58
11639 Log: support POSIX, enable more locale tests
11641 ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
11642 ! t/lib/posix.t t/pragma/locale.t win32/Makefile
11643 ! win32/makedef.pl win32/makefile.mk
11644 ____________________________________________________________________________
11645 [ 888] By: mbeattie on 1998/04/14 16:22:51
11646 Log: CC did "<<" instead of ">>" for right-shift on ints.
11649 ____________________________________________________________________________
11650 [ 887] By: TimBunce on 1998/04/10 17:44:55
11651 Log: Assorted patches:
11653 ------ CORE LANGUAGE ------
11655 Title: "Re: die exits with 0"
11656 From: Robin Barker <rmb1@cise.npl.co.uk>
11657 Files: perl.c t/op/die_exit.t
11659 Title: "More toke.c commentary; fix oddity"
11660 From: h.sanden@elsevier.nl (Hugo van der Sanden)
11661 Msg-ID: <199803251022.LAA01308@dorlas.elsevier.nl>
11664 Title: "for semctl on solaris"
11665 From: Graham Barr <gbarr@ti.com>
11666 Msg-ID: <34624B80.C014E841@ti.com>
11667 Files: doio.c t/op/ipcmsg.t t/op/ipcsem.t
11669 ------ DOCUMENTATION ------
11671 Title: "Add more 'see also's to perlre.pod.", "Perl regexp /g modifier bug"
11672 From: Ilya Zakharevich <ilya@math.ohio-state.edu>, epeschko@den-mdev1 (Ed
11673 Peschko), pjr@watcher.telstra.com.au (Peter Richardson)
11674 Msg-ID: <199803050000.LAA11476@watcher.telecom.com.au>,
11675 <199803050231.VAA19128@monk.mps.ohio-state.edu>,
11676 <199803050605.XAA09785@den-mdev1.co.csgsystems.com>
11677 Files: pod/perlre.pod
11679 ------ LIBRARY AND EXTENSIONS ------
11681 Title: "BigFloat - small neagtive numbers cause panic"
11682 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11683 Msg-ID: <199711201325.NAA09732@crypt.compulink.co.uk>
11684 Files: lib/Math/BigFloat.pm
11686 Title: "Update Getopt::Long to 2.16"
11687 From: JVromans@Squirrel.nl (Johan Vromans), Johan Vromans
11688 <jvromans@squirrel.nl>
11689 Msg-ID: <13571.48089.726787.147769@plume.nl.compuware.com>,
11690 <13572.6847.863219.973795@phoenix.squirrel.nl>
11691 Files: lib/Getopt/Long.pm
11693 Title: "New Text::ParseWords"
11694 From: pomeranz@netcom.com (Hal Pomeranz)
11695 Msg-ID: <199710162118.OAA06275@netcom7.netcom.com>
11696 Files: lib/Text/ParseWords.pm t/lib/parsewords.t
11698 Title: "Fixed Text/Wrap.pm bugs (2)"
11699 From: Jacqui Caren <Jacqui.Caren@ig.co.uk>
11700 Msg-ID: <199709291548.QAA08645@toad.ig.co.uk>
11701 Files: lib/Text/Wrap.pm
11703 Title: "Very *evil* File::CheckTree behavior! (now uses warn/die not
11705 From: Eryq <eryq@zeegee.com>, Randal Schwartz <merlyn@stonehenge.com>
11706 Msg-ID: <34B542FD.190A@zeegee.com>, <8cen2i9k6f.fsf@gadget.cscaper.com>
11707 Files: lib/File/CheckTree.pm
11709 ------ OTHER CHANGES ------
11711 Title: "Add ./emacs/ptags"
11712 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11713 Msg-ID: <199803150847.DAA08196@monk.mps.ohio-state.edu>
11716 ------ TESTS ------
11718 Title: "Avoid stat test failure from build in /tmp (tmpfs)", "Build in /tmp"
11719 From: Andy Dougherty <doughera@newton.phys.lafayette.edu>, Greg Bacon
11720 <gbacon@adtran.com>, pudge@pobox.com (Chris Nandor)
11721 Msg-ID: <199710171616.LAA13435@crp-201.adtran.com>,
11722 <Pine.SUN.3.96.971017171023.2349A-100000@newton.phys>,
11723 <v02130515b06be80f1486@[205.228.240.16]>
11726 Title: "for failure with lib/timelocal"
11727 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, jan.dubois@ibm.net (Jan Dubois)
11728 Msg-ID: <34c78f61.2529827@smtp1.ibm.net>,
11729 <E0xvdfI-00057d-00@ursa.cus.cam.ac.uk>
11730 Files: t/lib/timelocal.t
11732 Title: "Make "localhost" related failures more clear"
11733 From: Paul Hoffman <phoffman@proper.com>
11734 Msg-ID: <199801201859.KAA05686@mail.proper.com>
11735 Files: t/lib/io_sock.t t/lib/io_udp.t
11737 ------ UTILITIES ------
11739 Title: "Let h2xs read multiple header files"
11740 From: Andy Dougherty <doughera@lafcol.lafayette.edu>, Benjamin Sugars
11742 Msg-ID: <Pine.SOL.3.95.980310091946.25236A-100000@interact>,
11743 <Pine.SUN.3.96.980310145455.638A-100000@newton.phys>
11744 Files: utils/h2xs.PL
11745 Branch: maint-5.004/perl
11746 + emacs/ptags t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
11747 ! MANIFEST doio.c lib/File/CheckTree.pm lib/Getopt/Long.pm
11748 ! lib/Math/BigFloat.pm lib/Text/ParseWords.pm lib/Text/Wrap.pm
11749 ! lib/base.pm perl.c pod/perlre.pod t/lib/io_sock.t
11750 ! t/lib/io_udp.t t/lib/parsewords.t t/lib/timelocal.t
11751 ! t/op/stat.t toke.c utils/h2xs.PL vms/perly_h.vms
11752 ____________________________________________________________________________
11753 [ 886] By: TimBunce on 1998/04/10 14:35:34
11754 Log: Changes relating primarily to portability.
11756 ------ CORE LANGUAGE ------
11758 Title: "5.004_55: Another round of OS/2 patches"
11759 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11760 Msg-ID: <199803050945.EAA20153@monk.mps.ohio-state.edu>
11761 Files: hints/os2.sh pod/perlguts.pod cop.h perl.h proto.h README.os2
11762 global.sym lib/ExtUtils/MM_OS2.pm lib/File/Path.pm op.c
11763 os2/Changes os2/Makefile.SHs os2/os2.c os2/perl2cmd.pl
11764 perl.c pod/pod2man.PL pp_ctl.c pp_hot.c pp_sys.c
11765 t/lib/filecopy.t util.c utils/perldoc.PL
11767 Title: "VMS: chdir() with empty arg list"
11768 From: lane@duphy4.drexel.edu (Charles Lane)
11769 Msg-ID: <980317125556.222041c7@DUPHY4.Physics.Drexel.Edu>
11772 ------ LIBRARY AND EXTENSIONS ------
11774 Title: "ExtUtils/MM_Unix.pm changed to use ld -rpath on IRIX"
11775 From: "W. Phillip Moore" <wpm@ms.com>
11776 Msg-ID: <199712011738.MAA21139@zappa.morgan.com>
11777 Files: lib/ExtUtils/MM_Unix.pm
11779 Title: "[Linux] POSIX::_[PS]C_.+ bug (add HINT_SC_EXIST)"
11780 From: Yutaka OIWA <oiwa@is.s.u-tokyo.ac.jp>
11781 Msg-ID: <199712251923.EAA08260@tjms1f.is.s.u-tokyo.ac.jp>
11782 Files: ext/POSIX/hints/linux.pl ext/POSIX/POSIX.xs
11784 Title: "5.004_04-m1] Use HAS_GNULIBC in POSIX.xs"
11785 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
11786 Msg-ID: <Pine.SUN.3.96.980305115517.9180L-100000@newton.phys>
11787 Files: ext/POSIX/POSIX.xs
11789 Title: ""ODBM_File.c", line 275: NULL undefined"
11790 From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
11791 Msg-ID: <9803091310.AA23264@claudius.bfsec.bt.co.uk>
11792 Files: ext/ODBM_File/ODBM_File.xs
11794 ------ OTHER CHANGES ------
11797 ------ PORTABILITY - GENERAL ------
11799 Title: "5.004_04 QNX getcwd"
11800 From: Norton Allen <allen@huarp.harvard.edu>
11801 Msg-ID: <199802121838.NAA20452@dolores.harvard.edu>,
11802 <199803061511.KAA22346@bottesini.harvard.edu>
11803 Files: hints/qnx.sh lib/Cwd.pm t/op/magic.t
11805 Title: "hints/netbsd.sh d_setrgid d_setruid"
11806 From: Jarkko Hietaniemi <jhi@iki.fi>
11807 Msg-ID: <199802281435.QAA10866@alpha.hut.fi>
11808 Files: hints/netbsd.sh
11810 Title: "osname=unixware, osvers=2.03, archname=i386-unixware
11812 From: Tom Hughes <tom@compton.demon.co.uk>
11813 Msg-ID: <465398da47%tom@compton.demon.co.uk>
11814 Files: hints/svr4.sh
11816 Title: "hints/bsdos.sh patch for BSDI 3.1"
11817 From: Jan-Pieter Cornet <johnpc@xs4all.nl>
11818 Msg-ID: <6fbip6$3cp$1@xs1.xs4all.nl>
11819 Files: hints/bsdos.sh
11821 Title: "Remove BIND_NOSTART from DynaLoader for HP"
11822 From: Keong Lim <Keong.Lim@sr.com.au>
11823 Msg-ID: <01BD1D03.53B65E90@sieplan2.sr.com.au>
11824 Files: ext/DynaLoader/dl_hpux.xs
11826 Title: "Building Perl on AIX 4+ with shared libraries and dynamic loading"
11827 From: Juan Gallego <Little.Boss@physics.mcgill.ca>
11828 Msg-ID: <Pine.SGI.3.91.971022084517.17052F-100000@nazgul.physics.mcgill.ca>
11829 Files: hints/aix.sh
11831 Title: "alpha-dec_osf 5.0"
11832 From: Spider Boardman <spider@Orb.Nashua.NH.US>
11833 Msg-ID: <199712232305.SAA08359@Orb.Nashua.NH.US>
11834 Files: hints/dec_osf.sh
11836 Title: "Off-by-one error with OS2::PrfDB"
11837 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11838 Msg-ID: <199710170920.FAA00390@monk.mps.ohio-state.edu>
11839 Files: os2/OS2/PrfDB/PrfDB.xs
11841 Title: "5.004_04-m1] Allow overrides in hints/openbsd.sh"
11842 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
11843 Msg-ID: <Pine.SUN.3.96.980305115956.9180N-100000@newton.phys>
11844 Files: hints/openbsd.sh
11846 Title: "5.004_04-m1] Linux shouldn't use -lnet"
11847 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
11848 Msg-ID: <Pine.SUN.3.96.980305115843.9180M-100000@newton.phys>
11849 Files: hints/linux.sh
11851 Title: "5.004_(04|63)] Close VMS security hole"
11852 From: Charles Bailey <BAILEY@newman.upenn.edu>
11853 Msg-ID: <01IV6LRJCSSC0009C4@cor.newman.upenn.edu>
11856 Title: "Re: Perl online documentation on OpenVMS"
11857 From: pvhp@forte.com (Peter Prymmer)
11858 Msg-ID: <9803192143.AA28120@forte.com>
11861 Title: "Perl5.004_04m4t4 *almost* makes it for VMS", "Updated
11862 vms/perly_c.vms and vms/perly_h.vms"
11863 From: Andy Dougherty <doughera@newton.phys.lafayette.edu>, Dan Sugalski
11864 <sugalskd@osshe.edu>, larry@wall.org (Larry Wall)
11865 Msg-ID: <199710151650.JAA29185@wall.org>,
11866 <3.0.3.32.19971014150404.02fdef78@osshe.edu>,
11867 <Pine.SUN.3.96.971015121704.28456F-100000@newton.phys>
11868 Files: vms/perly_c.vms
11870 Title: "Updated, non-wordwrapped, patch to README.VMS"
11871 From: Dan Sugalski <sugalskd@osshe.edu>
11872 Msg-ID: <3.0.5.32.19980213133828.0092c870@osshe.edu>
11875 Title: "VMS patches to 5.004_03 (excluding installperl and timelocal.t)"
11876 From: Charles Bailey <BAILEY@newman.upenn.edu>
11877 Msg-ID: <01INZT9G2LZS0006YW@cor.newman.upenn.edu>
11878 Files: lib/File/Basename.pm lib/File/Path.pm vms/config.vms vms/descrip.mms
11879 vms/genconfig.pl vms/test.com vms/vms.c vms/ext/Filespec.pm
11882 Title: "Re: VMSperl crashes on -Mblib argument"
11883 From: bailey@newman.upenn.edu (Charles Bailey)
11884 Msg-ID: <1997Dec10.004439.2635060@cor.newman>
11885 Files: lib/blib.pm vms/vms.c
11887 Title: "hints/linux.sh (MkLinux / PPC)"
11888 From: pudge@pobox.com (Chris Nandor)
11889 Msg-ID: <v0213050cb06c19682a25@[205.228.240.28]>
11890 Files: hints/linux.sh
11892 Title: "hpux.sh hints file clarification suggestion"
11894 Msg-ID: <199802192351.QAA09096@jhereg.perl.com>
11895 Files: hints/hpux.sh
11897 Title: "new hints/solaris_2.sh"
11898 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
11899 Msg-ID: <E0xw80h-0005SV-00@ursa.cus.cam.ac.uk>
11900 Files: hints/solaris_2.sh
11901 Branch: maint-5.004/perl
11902 ! README.os2 README.vms cop.h ext/DynaLoader/dl_hpux.xs
11903 ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.xs
11904 ! ext/POSIX/hints/linux.pl global.sym hints/aix.sh
11905 ! hints/bsdos.sh hints/dec_osf.sh hints/hpux.sh hints/linux.sh
11906 ! hints/netbsd.sh hints/openbsd.sh hints/os2.sh hints/qnx.sh
11907 ! hints/solaris_2.sh hints/svr4.sh lib/Cwd.pm
11908 ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
11909 ! lib/File/Basename.pm lib/File/Path.pm lib/blib.pm op.c
11910 ! os2/Changes os2/Makefile.SHs os2/OS2/PrfDB/PrfDB.xs os2/os2.c
11911 ! os2/perl2cmd.pl perl.c perl.h pod/perlguts.pod pod/pod2man.PL
11912 ! pp_ctl.c pp_hot.c pp_sys.c proto.h t/lib/filecopy.t
11913 ! t/op/magic.t util.c utils/perldoc.PL vms/config.vms
11914 ! vms/descrip.mms vms/ext/Filespec.pm vms/ext/filespec.t
11915 ! vms/genconfig.pl vms/perly_c.vms vms/perly_h.vms vms/test.com
11917 ____________________________________________________________________________
11918 [ 885] By: gsar on 1998/04/08 01:14:29
11919 Log: small tweaks to make it compile (doesn't run)
11921 ! objpp.h win32/Makefile win32/config.bc win32/config.gc
11922 ! win32/config.vc win32/makefile.mk
11923 ____________________________________________________________________________
11924 [ 884] By: gsar on 1998/04/08 00:14:13
11925 Log: integrate mainline changes
11927 +> Changes5.004 ext/Thread/Thread/Signal.pm
11928 +> lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
11929 +> lib/ExtUtils/inst t/op/hashwarn.t
11930 ! ObjXSub.h embedvar.h interp.sym intrpvar.h objpp.h
11931 !> (integrate 127 files)
11932 ____________________________________________________________________________
11933 [ 883] By: gsar on 1998/04/06 20:21:20
11934 Log: make old DomainName() implementation the default (so Win95
11938 ____________________________________________________________________________
11939 [ 882] By: gsar on 1998/04/05 23:32:33
11940 Log: fix memory leaks in offer_nice_chunk()
11943 ____________________________________________________________________________
11944 [ 881] By: gsar on 1998/04/04 23:11:52
11945 Log: set up PUSHSTACK for __DIE__ and __WARN__ hooks also
11948 ____________________________________________________________________________
11949 [ 880] By: gsar on 1998/04/04 22:35:54
11950 Log: fix refcounting of GvSTASH() when glob becomes nought
11951 (this takes care of the "unbalanced strtab refcount" problem)
11954 ____________________________________________________________________________
11955 [ 879] By: gsar on 1998/04/04 21:16:17
11956 Log: change 866 was incomplete
11959 ____________________________________________________________________________
11960 [ 878] By: gsar on 1998/04/04 20:31:56
11961 Log: fixes for various noises under PERL_DESTRUCT_LEVEL
11963 ! cop.h perl.c pp_ctl.c
11964 ____________________________________________________________________________
11965 [ 877] By: gsar on 1998/04/04 17:55:30
11966 Log: integrate mainline
11969 !> Changes MANIFEST sv.c t/op/misc.t
11970 ____________________________________________________________________________
11971 [ 876] By: gsar on 1998/04/04 17:26:32
11972 Log: remove __declspec kludge in sdbm.h in favor of setting a
11973 flag for static symbols
11975 ! EXTERN.h ext/SDBM_File/sdbm/Makefile.PL
11976 ! ext/SDBM_File/sdbm/sdbm.h
11977 ____________________________________________________________________________
11978 [ 875] By: gsar on 1998/04/04 01:11:57
11979 Log: fix order of init
11980 Message-Id: <3.0.5.32.19980403135815.009d2440@osshe.edu>
11981 Date: Fri, 03 Apr 1998 13:58:15 PST
11982 From: Dan Sugalski <sugalskd@osshe.edu>
11983 Subject: [PATCH 5.004_64] perl dies in perl_construct when compiled
11987 ____________________________________________________________________________
11988 [ 874] By: gsar on 1998/04/04 00:34:59
11989 Log: the EXTCONST in sdbm.h breaks SDBM on Borland, since
11990 the declared symbol is not in a DLL (so kludge it)
11992 ! ext/SDBM_File/sdbm/sdbm.h
11993 ____________________________________________________________________________
11994 [ 873] By: TimBunce on 1998/04/03 22:17:40
11995 Log: Title: "FileHandle Documentation patch"
11996 From: "Darren/Torin/Who Ever..." <torin@daft.com>
11997 Msg-ID: <87emzqo49g.fsf@perv.daft.com>
11998 Files: lib/FileHandle.pm
11999 Branch: maint-5.004/perl
12000 ! lib/FileHandle.pm
12001 ____________________________________________________________________________
12002 [ 872] By: TimBunce on 1998/04/03 22:01:03
12003 Log: Documentation and documentation related patches:
12005 ------ BUILD PROCESS ------
12007 Title: "Docs re /usr/bin/perl quasi-standard location"
12008 From: Tom Phoenix <rootbeer@teleport.com>
12009 Msg-ID: <Pine.GSO.3.96.971117080737.12318C-100000@usertest.teleport.com>
12010 Files: INSTALL pod/perlrun.pod
12012 ------ DOCUMENTATION ------
12014 Title: "/RFC|RFC-1305/ non-greedy"
12015 From: Jan-Pieter Cornet <johnpc@xs4all.nl>
12016 Msg-ID: <6epo02$c4r$1@xs1.xs4all.nl>
12017 Files: pod/perlre.pod
12019 Title: "5.004_04: perlhist.pod, buildtoc, perltoc.pod"
12020 From: Jarkko Hietaniemi <jhi@iki.fi>
12021 Msg-ID: <199802191543.RAA29231@alpha.hut.fi>
12022 Files: pod/perl.pod pod/perlhist.pod pod/perltoc.pod pod/buildtoc
12024 Title: "5.004_04: pod/perlfunc.pod: i18n example for localtime()"
12025 From: Jarkko Hietaniemi <jhi@iki.fi>
12026 Msg-ID: <199711141555.RAA18875@alpha.hut.fi>
12027 Files: pod/perlfunc.pod
12029 Title: "typo-fix and suggestion for perlguts.pod"
12030 From: h.sanden@elsevier.nl (Hugo van der Sanden)
12031 Msg-ID: <199803051543.QAA03097@dorlas.elsevier.nl>
12032 Files: pod/perlguts.pod
12034 Title: "perlfunc/syscall curiosity"
12035 From: Roderick Schertler <roderick@argon.org>, Tkil
12036 <tkil@reptile.scrye.com>
12037 Msg-ID: <199711302259.PAA02134@reptile.scrye.com>,
12038 <pziut8snva.fsf@eeyore.ibcinc.com>
12039 Files: pod/perlfunc.pod
12041 Title: "Document sprintf %#x behaviour for zero value"
12042 From: ilya@math.ohio-state.edu (Ilya Zakharevich)
12043 Msg-ID: <1997Nov5.185959.2539604@cor.newman>
12044 Files: pod/perlfunc.pod
12046 Title: "NUL termination (was Re: STOP THE PRESSES)"
12047 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
12048 Msg-ID: <E0xsn5M-0002gw-00@ursa.cus.cam.ac.uk>
12049 Files: pod/perlguts.pod
12052 From: abigail@fnx.com
12053 Msg-ID: <19971101120114.1030.qmail@betelgeuse.wayne.fnx.com>
12054 Files: pod/perlop.pod pod/perlvar.pod
12056 Title: "5.004_63 perlrun.pod: _DEBUG_MSTATS"
12057 From: Achim Bohnet <ach@mpe.mpg.de>
12058 Msg-ID: <9803181940.AA22587@o09.xray.mpe.mpg.de>
12059 Files: pod/perlrun.pod
12061 Title: "Re: Conservative C<*x = undef> patch"
12062 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
12063 Msg-ID: <E0yCjHT-0005Dt-00@ursa.cus.cam.ac.uk>
12064 Files: pod/perltrap.pod
12066 Title: "perlfunc.pod for flock()"
12067 From: "Jeremy D. Zawodny" <jzawodn@wcnet.org>
12068 Msg-ID: <3.0.5.32.19971118203119.00a723e0@woody.wcnet.org>
12069 Files: pod/perlfunc.pod
12071 Title: "buglet: 'perltoc' not mentioned in perl.pod"
12072 From: Tkil <tkil@scrye.com>
12073 Msg-ID: <19971127035036.17668.qmail@scrye.com>
12074 Files: pod/perl.pod
12076 Title: "for() and map() peculiarity"
12077 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
12078 Msg-ID: <E0y4YAa-0003Qu-00@ursa.cus.cam.ac.uk>
12079 Files: pod/perlsyn.pod
12081 Title: "Re: new text for perlsec"
12082 From: Tom Phoenix <rootbeer@teleport.com>
12083 Msg-ID: <Pine.GSO.3.96.980328100418.22321T-100000@user2.teleport.com>
12084 Files: pod/perlsec.pod
12086 Title: "perldsc's debugger x command"
12087 From: Roderick Schertler <roderick@argon.org>
12088 Msg-ID: <10669.878352893@eeyore.ibcinc.com>
12089 Files: pod/perldsc.pod
12091 Title: "perlre.pod"
12092 From: Ted Ashton <ashted@southern.edu>
12093 Msg-ID: <199802271501.KAA09279@ns.southern.edu>
12094 Files: pod/perlre.pod
12096 Title: "Re: printf and $\", "printf and $\"
12097 From: Roderick Schertler <roderick@argon.org>, Tom Phoenix
12098 <rootbeer@teleport.com>, nag <nick@flirble.org>
12099 Msg-ID: <199711141918.TAA08096@flirble.org>,
12100 <Pine.GSO.3.96.971117085421.12318J-100000@usertest.teleport
12101 .com>, <pzyb2ncr42.fsf@eeyore.ibcinc.com>
12102 Files: pod/perlfunc.pod
12104 Title: "recv() typo"
12105 From: Roderick Schertler <roderick@argon.org>
12106 Msg-ID: <12064.877012073@eeyore.ibcinc.com>
12107 Files: pod/perlfunc.pod
12109 Title: "truncate return value"
12110 From: Roderick Schertler <roderick@argon.org>
12111 Msg-ID: <5490.878337883@eeyore.ibcinc.com>
12112 Files: pod/perlfunc.pod
12114 Title: "update to perlbook.pod"
12115 From: "Nathan V. Patwardhan" <nvp@mediaone.net>, Randal Schwartz
12116 <merlyn@stonehenge.com>, Stephen Potter
12117 <spp@psasolar.colltech.com>, Tom Phoenix
12118 <rootbeer@teleport.com>
12119 Msg-ID: <199803241354.HAA23938@psasolar.psa.pencom.com>,
12120 <199803241441.OAA01261@mediaone.net>,
12121 <8clnu0i05k.fsf@gadget.cscaper.com>,
12122 <Pine.GSO.3.96.980324111957.15753C-100000@user1.teleport.com>
12123 Files: pod/perlbook.pod
12125 Title: "utime documentation"
12126 From: "Brandon S. Allbery KF8NH" <bsa@kf8nh.apk.net>, "M.J.T. Guy"
12127 <mjtg@cus.cam.ac.uk>
12128 Msg-ID: <199802180256.VAA11369@speaker.kf8nh.apk.net>,
12129 <E0y4qd6-0000P6-00@ursa.cus.cam.ac.uk>
12130 Files: pod/perlfunc.pod
12132 Title: "(well, doc patch) use of // requires successful match"
12133 From: Roderick Schertler <roderick@argon.org>
12134 Msg-ID: <pz7mb4bips.fsf@eeyore.ibcinc.com>
12135 Files: pod/perlop.pod
12137 ------ LIBRARY AND EXTENSIONS ------
12139 Title: "MakeMaker PM doc patch and a DIR buglet"
12140 From: Achim Bohnet <ach@mpe.mpg.de>
12141 Msg-ID: <9711101050.AA13868@o09.xray.mpe.mpg.de>
12142 Files: lib/ExtUtils/MakeMaker.pm
12144 Title: "bareword clarification for constant.pm"
12145 From: Roderick Schertler <roderick@argon.org>
12146 Msg-ID: <6460.878143077@eeyore.ibcinc.com>
12147 Files: lib/constant.pm
12149 Title: "integer rand - bug or feature?"
12150 From: Roderick Schertler <roderick@argon.org>
12151 Msg-ID: <pzhg8lvgta.fsf@eeyore.ibcinc.com>
12152 Files: lib/integer.pm
12154 ------ OTHER CHANGES ------
12156 Title: "FileHandle Documentation patch"
12157 From: "Darren/Torin/Who Ever..." <torin@daft.com>
12158 Msg-ID: <87emzqo49g.fsf@perv.daft.com>
12160 Title: "perl5.004_61 myconfig updates"
12161 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
12162 Msg-ID: <Pine.SUN.3.96.980305150629.11530G-100000@newton.phys>
12165 Title: "small fixups in pod2latex.PL"
12166 From: "Darren/Torin/Who Ever..." <torin@daft.com>
12167 Msg-ID: <873eg6o3v2.fsf@perv.daft.com>
12169 ------ PORTABILITY - GENERAL ------
12171 Title: "Misc doc fixes for README.VMS"
12172 From: Dan Sugalski <sugalskd@osshe.edu>
12173 Msg-ID: <3.0.5.32.19980121113134.00924a20@osshe.edu>
12176 Title: "moved DynaLib"
12177 From: John Tobey <jtobey@channel1.com>
12178 Msg-ID: <199710182332.XAA21630@remote212>
12179 Files: ext/DynaLoader/DynaLoader.pm.PL
12181 ------ UTILITIES ------
12183 Title: "Searching for FAQs (patch to perldoc)"
12184 From: Piers Cawley <pdcawley@bofh.org.uk>, Russ Allbery <rra@stanford.edu>
12185 Msg-ID: <m3d8gsb8uk.fsf@windlord.Stanford.EDU>,
12186 <m3iuqkfmiq.fsf@tower.bofh.org.uk>
12187 Files: utils/perldoc.PL
12190 From: Ted Ashton <ashted@southern.edu>
12191 Msg-ID: <199802271510.KAA10506@ns.southern.edu>
12192 Files: utils/perldoc.PL
12194 Title: "perldoc -f not using pod2man"
12195 From: Russ Allbery <rra@stanford.edu>
12196 Msg-ID: <m3hg4f9vyy.fsf@windlord.Stanford.EDU>
12197 Files: utils/perldoc.PL
12199 Title: "perldoc -m should not require pod"
12200 From: Robin Houston <robin@nml.guardian.co.uk>
12201 Msg-ID: <199803241319.NAA24777@stringfellow.guardian.co.uk>
12202 Files: utils/perldoc.PL
12204 Title: "small fix for perldoc in perl 5.004_04"
12205 From: Julian Yip <julian@imoney.com>
12206 Msg-ID: <Roam.SIMC.2.0.6.884805579.5280.julian@imoney.com>
12207 Files: utils/perldoc.PL
12208 Branch: maint-5.004/perl
12209 - ext/DynaLoader/DynaLoader.pm
12210 ! Changes Configure INSTALL README.vms
12211 ! ext/DynaLoader/DynaLoader.pm.PL ext/Socket/Socket.pm
12212 ! lib/ExtUtils/MakeMaker.pm lib/Tie/Hash.pm lib/constant.pm
12213 ! lib/integer.pm myconfig pod/buildtoc pod/checkpods.PL
12214 ! pod/perl.pod pod/perlbook.pod pod/perldelta.pod
12215 ! pod/perldiag.pod pod/perldsc.pod pod/perlfunc.pod
12216 ! pod/perlguts.pod pod/perlhist.pod pod/perllocale.pod
12217 ! pod/perlmod.pod pod/perlop.pod pod/perlre.pod pod/perlrun.pod
12218 ! pod/perlsec.pod pod/perlstyle.pod pod/perlsyn.pod
12219 ! pod/perltoc.pod pod/perltrap.pod pod/perlvar.pod
12220 ! pod/pod2latex.PL toke.c utils/perldoc.PL
12226 ____________________________________________________________________________
12227 [ 871] By: mbeattie on 1998/04/03 13:38:59
12228 Log: Update Changes5.004 and Changes, fix MANIFEST
12231 ! Changes5.004 MANIFEST
12232 ____________________________________________________________________________
12233 [ 870] By: mbeattie on 1998/04/03 13:36:29
12234 Log: Rename Changes to Changes5.004 (via an integrate)
12238 ____________________________________________________________________________
12239 [ 869] By: mbeattie on 1998/04/03 11:53:00
12240 Log: Subject: [PATCH] Perl 5.005b1t2/perl5.004_63 (resend)
12241 Date: Wed, 18 Mar 1998 01:24:20 +0100 (MET)
12242 From: Jan-Pieter Cornet <johnpc@xs4all.net>
12245 ____________________________________________________________________________
12246 [ 868] By: mbeattie on 1998/04/03 11:16:26
12247 Log: Integrate win32 branch into mainline
12249 !> (integrate 31 files)
12250 ____________________________________________________________________________
12251 [ 867] By: gsar on 1998/04/03 08:47:55
12252 Log: config.* fixes
12254 ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
12255 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12256 ! win32/makefile.mk
12257 ____________________________________________________________________________
12258 [ 866] By: gsar on 1998/04/03 07:22:50
12259 Log: fixup hv_free_ent() to not fail on null HeVAL()
12262 ____________________________________________________________________________
12263 [ 865] By: gsar on 1998/04/03 07:06:12
12264 Log: integrate mainline
12266 +> ext/Thread/Thread/Signal.pm t/op/hashwarn.t
12267 !> (integrate 71 files)
12268 ____________________________________________________________________________
12269 [ 864] By: gsar on 1998/04/03 06:59:37
12270 Log: implement stack-of-stacks so that magic invocations don't
12271 invalidate local stack pointer
12273 ! av.c cop.h deb.c embed.h embedvar.h global.sym gv.c interp.sym
12274 ! intrpvar.h mg.c op.c perl.c pp.h pp_ctl.c pp_sys.c proto.h
12275 ! scope.c sv.c t/op/runlevel.t thrdvar.h util.c
12276 ____________________________________________________________________________
12277 [ 863] By: gsar on 1998/04/03 01:26:09
12278 Log: add AS patch#15
12280 ! ipenv.h lib/ExtUtils/MM_Unix.pm perl.c perlenv.h
12281 ! win32/config.bc win32/config.gc win32/config.vc
12282 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12283 ! win32/config_h.PL win32/config_sh.PL win32/runperl.c
12284 ! win32/win32.c win32/win32.h
12285 ____________________________________________________________________________
12286 [ 862] By: mbeattie on 1998/04/02 17:08:43
12287 Log: Subject: [PATCH for 5.004_63] Config_63-04-05.diff
12288 Date: Thu, 2 Apr 1998 11:56:51 -0500 (EST)
12289 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
12291 ! Configure ext/Socket/Socket.xs myconfig
12292 ____________________________________________________________________________
12293 [ 861] By: mbeattie on 1998/04/02 16:32:53
12294 Log: Change 854 added { NULL, 0 } to sdbm.h which needs to be {0, 0}
12295 since appropriate headers aren't included.
12297 ! ext/SDBM_File/sdbm/sdbm.h
12298 ____________________________________________________________________________
12299 [ 860] By: mbeattie on 1998/04/02 16:17:11
12300 Log: Bumped patchlevel.h to 64
12303 ____________________________________________________________________________
12304 [ 859] By: mbeattie on 1998/04/02 16:16:26
12305 Log: Subject: Re: [PATCH] 5.004_63: UNICOS 9
12306 Date: Fri, 20 Mar 1998 19:39:28 +0200 (EET)
12307 From: Jarkko Hietaniemi <jhi@iki.fi>
12309 ! hints/unicos.sh regcomp.h
12310 ____________________________________________________________________________
12311 [ 858] By: mbeattie on 1998/04/02 16:13:24
12312 Log: Subject: [PATCH] Re: Odd number of elements in hash list.
12313 Date: Sat, 28 Mar 1998 15:26:46 -0800 (PST)
12314 From: Tom Phoenix <rootbeer@teleport.com>
12317 ! MANIFEST pod/perldiag.pod pp.c pp_hot.c
12318 ____________________________________________________________________________
12319 [ 857] By: mbeattie on 1998/04/02 16:08:43
12320 Log: Subject: [PATCH 5.004_(04|63)] Close VMS security hole
12321 Date: Sat, 28 Mar 1998 02:05:03 -0500 (EST)
12322 From: Charles Bailey <BAILEY@newman.upenn.edu>
12325 ____________________________________________________________________________
12326 [ 856] By: mbeattie on 1998/04/02 16:07:44
12327 Log: Subject: [PATCH] mv-if-diff
12328 Date: Fri, 27 Mar 98 18:06:11 GMT
12329 From: Robin Barker <rmb1@cise.npl.co.uk>
12332 ____________________________________________________________________________
12333 [ 855] By: mbeattie on 1998/04/02 16:06:54
12334 Log: From: Jan-Pieter Cornet <johnpc@xs4all.net>
12335 Subject: Re: [PATCH] [BUG 5.004_63] define/set of PERL_DESTRUCT_LEVEL
12336 Date: Fri, 27 Mar 1998 02:11:21 +0100 (MET)
12337 Subject: [PATCH] another destruct_level fix
12338 Date: Mon, 30 Mar 1998 23:48:12 +0200 (MET DST)
12341 ____________________________________________________________________________
12342 [ 854] By: mbeattie on 1998/04/02 16:03:37
12343 Log: Subject: Next wave of _63 VMS patches
12344 Date: Thu, 26 Mar 1998 15:11:50 -0500 (EST)
12345 From: Charles Bailey <BAILEY@newman.upenn.edu>
12347 ! EXTERN.h INTERN.h ext/SDBM_File/Makefile.PL
12348 ! ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/dba.c
12349 ! ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbu.c
12350 ! ext/SDBM_File/sdbm/hash.c ext/SDBM_File/sdbm/pair.c
12351 ! ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
12352 ! ext/Thread/io.t installperl lib/ExtUtils/MM_VMS.pm
12353 ! lib/Net/Ping.pm perldir.h perlsdio.h t/lib/english.t
12354 ! vms/config.vms vms/descrip.mms vms/ext/Filespec.pm
12355 ! vms/ext/Stdio/0README.txt vms/ext/Stdio/Stdio.pm
12356 ! vms/ext/Stdio/Stdio.xs vms/ext/Stdio/test.pl
12357 ! vms/ext/filespec.t vms/genconfig.pl vms/perly_c.vms vms/vms.c
12359 ____________________________________________________________________________
12360 [ 853] By: mbeattie on 1998/04/02 15:55:46
12361 Log: Subject: [PATCH 5.00463] Confusing error from perl -e "x'"
12362 Date: Wed, 25 Mar 1998 17:43:17 -0500 (EST)
12363 From: Hans Mulder <hansmu@xs4all.nl>
12366 ____________________________________________________________________________
12367 [ 852] By: mbeattie on 1998/04/02 15:54:24
12368 Log: Subject: [PATCH] small fixups in pod2latex.PL
12369 Date: 25 Mar 1998 13:30:25 -0800
12370 From: "Darren/Torin/Who Ever..." <torin@daft.com>
12373 ____________________________________________________________________________
12374 [ 851] By: mbeattie on 1998/04/02 15:50:58
12375 Log: Subject: [PATCH] hints/irix_6.sh with GCC
12376 Date: Tue, 24 Mar 1998 12:25:10 -0800 (EST)
12377 From: kstar@chapin.edu (Kurt D. Starsinic)
12380 ____________________________________________________________________________
12381 [ 850] By: mbeattie on 1998/04/02 15:45:33
12382 Log: Subject: [PATCH] perldoc -m
12383 Date: Tue, 24 Mar 1998 13:19:38 GMT
12384 From: Robin Houston <robin@nml.guardian.co.uk>
12387 ____________________________________________________________________________
12388 [ 849] By: mbeattie on 1998/04/02 15:42:52
12389 Log: Subject: [PATCH for 5.004_63] dos-djgpp update
12390 Date: Mon, 23 Mar 1998 14:13:46 +0100
12391 From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
12393 ! djgpp/config.over hints/dos_djgpp.sh
12394 ____________________________________________________________________________
12395 [ 848] By: mbeattie on 1998/04/02 15:38:19
12396 Log: Subject: [PATCH] Stale SP in pp_substr
12397 Date: Thu, 19 Mar 1998 21:28:02 -0600 (CST)
12398 From: Stephen McCamant <alias@mcs.com>
12401 ____________________________________________________________________________
12402 [ 847] By: mbeattie on 1998/04/02 15:36:33
12403 Log: Add missing export of "nice" to ext/POSIX/POSIX.pm (Phil Tait)
12405 ! ext/POSIX/POSIX.pm
12406 ____________________________________________________________________________
12407 [ 846] By: mbeattie on 1998/04/02 15:34:36
12408 Log: Subject: [PATCH] 5.004_63: further -e patching
12409 Date: Wed, 18 Mar 1998 23:21:08 +0200 (EET)
12410 From: Jarkko Hietaniemi <jhi@iki.fi>
12412 ! perl.c pod/perldiag.pod
12413 ____________________________________________________________________________
12414 [ 845] By: mbeattie on 1998/04/02 15:25:18
12415 Log: Andy Dougherty's configuration patches (Config_63-01 up to 04).
12417 ! Configure INSTALL Policy_sh.SH Porting/Glossary
12418 ! Porting/config.sh Porting/config_H config_h.SH
12419 ! ext/POSIX/POSIX.xs handy.h hints/hpux.sh myconfig perlsock.h
12420 ! pp.c pp_sys.c regexec.c
12421 ____________________________________________________________________________
12422 [ 844] By: mbeattie on 1998/04/02 14:28:17
12423 Log: Subject: [PATCH 5.004_63] perlrun.pod: PERL_DEBUG_MSTATS
12424 Date: Wed, 18 Mar 1998 20:40:19 +0100
12425 From: Achim Bohnet <ach@mpe.mpg.de>
12428 ____________________________________________________________________________
12429 [ 843] By: mbeattie on 1998/04/02 14:26:52
12430 Log: From: Dan Sugalski <sugalskd@osshe.edu>
12431 Subject: 5.004_63 picky compiler fixes [PATCH]
12432 Date: Wed, 18 Mar 1998 09:36:32 -0800
12433 Subject: [PATCH 5.004_63] Fix function prototype with long doubles
12434 Date: Wed, 18 Mar 1998 14:48:19 -0800
12436 ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs vms/vms.c
12437 ____________________________________________________________________________
12438 [ 842] By: mbeattie on 1998/04/02 14:22:41
12439 Log: From: Stephen Potter <spp@psasolar.colltech.com>
12440 Subject: Re: doc: perlrun typo
12441 Date: Wed, 18 Mar 1998 10:06:55 -0600
12442 Subject: Re: [PATCH 5.004_63] PerlLIO abstraction cleanup
12443 Date: Tue, 24 Mar 1998 21:20:51 -0600
12445 ! mg.c perl.c pod/perlrun.pod pp_hot.c pp_sys.c util.c
12446 ____________________________________________________________________________
12447 [ 841] By: mbeattie on 1998/04/02 14:17:31
12448 Log: Subject: [PATCH] Add "Full 64 bit support" to Todo; document Todo in pumpkin.pod
12449 Date: Wed, 18 Mar 1998 12:44:58 +0100
12450 From: Dominic Dunlop <domo@vo.lu>
12452 ! Porting/pumpkin.pod Todo
12453 ____________________________________________________________________________
12454 [ 840] By: mbeattie on 1998/04/02 14:14:22
12455 Log: Subject: [PATCH] Configure hints/ patches
12456 Date: Wed, 18 Mar 1998 02:47:38 +0100 (MET)
12457 From: Jan-Pieter Cornet <johnpc@xs4all.net>
12459 ! hints/linux.sh hints/qnx.sh
12460 ____________________________________________________________________________
12461 [ 839] By: mbeattie on 1998/04/02 14:13:13
12462 Log: Remove duplicate code in cygwin32/perlgcc (Blair Zajac)
12465 ____________________________________________________________________________
12466 [ 838] By: gsar on 1998/03/28 05:01:57
12467 Log: fix Env.pm to weed out illegal names
12470 ____________________________________________________________________________
12471 [ 837] By: gsar on 1998/03/28 04:39:43
12472 Log: fix typo in makefile.mk
12474 ! win32/makefile.mk
12475 ____________________________________________________________________________
12476 [ 836] By: gsar on 1998/03/23 17:40:15
12477 Log: add file: to installhtml URLs
12479 ! win32/Makefile win32/makefile.mk
12480 ____________________________________________________________________________
12481 [ 835] By: mbeattie on 1998/03/18 11:03:11
12482 Log: Add Thread::Signal to run signal handlers reliably in a new thread
12484 + ext/Thread/Thread/Signal.pm
12485 ! MANIFEST ext/Thread/Thread.xs
12491 ____________________________________________________________________________
12492 [ 834] By: mbeattie on 1998/03/17 16:19:10
12493 Log: Policy_sh.SH had extra $ in pager=$pager comment (Hallvard B Furuseth)
12496 ____________________________________________________________________________
12497 [ 833] By: mbeattie on 1998/03/17 16:11:02
12498 Log: Integrate win32 branch into mainline.
12500 !> regcomp.c win32/config.bc win32/config.gc win32/config.vc
12501 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
12503 ____________________________________________________________________________
12504 [ 832] By: gsar on 1998/03/17 14:32:39
12505 Log: propagate bugfix @ change831 from asperl
12508 ____________________________________________________________________________
12509 [ 831] By: gsar on 1998/03/17 14:02:51
12510 Log: fix buggy order of free() in regcomp.c (from AS)
12513 ____________________________________________________________________________
12514 [ 830] By: gsar on 1998/03/17 01:10:54
12515 Log: add a part of AS patch#14, backout incomplete variable
12516 name changes for gcc. Builds and tests under VC/BC once again.
12518 ! bytecode.h mg.c pp.c pp_ctl.c pp_hot.c toke.c
12519 ____________________________________________________________________________
12520 [ 829] By: gsar on 1998/03/16 23:49:18
12521 Log: stray tweak to win32.c
12524 ____________________________________________________________________________
12525 [ 828] By: gsar on 1998/03/16 22:06:03
12526 Log: update win32/config* files
12528 ! win32/config.bc win32/config.gc win32/config.vc
12529 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12530 ____________________________________________________________________________
12531 [ 827] By: gsar on 1998/03/16 19:09:30
12532 Log: trivial integrate of mainline
12534 +> lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
12535 +> lib/ExtUtils/inst
12536 !> (integrate 61 files)
12537 ____________________________________________________________________________
12538 [ 826] By: mbeattie on 1998/03/16 16:39:23
12539 Log: newCONSTSUB had private MY_start_subparse.
12542 ____________________________________________________________________________
12543 [ 825] By: mbeattie on 1998/03/16 16:36:55
12544 Log: Missing dTHR in hv_fetch_ent when statics moved to thread struct.
12547 ____________________________________________________________________________
12548 [ 824] By: mbeattie on 1998/03/16 16:27:43
12549 Log: Added missing entry for lib/ExtUtils/Packlist.pm to MANIFEST
12552 ____________________________________________________________________________
12553 [ 823] By: mbeattie on 1998/03/16 16:26:02
12554 Log: Missed p4 add of lib/ExtUtils/Packlist.pm in change 814.
12556 + lib/ExtUtils/Packlist.pm
12557 ____________________________________________________________________________
12558 [ 822] By: mbeattie on 1998/03/16 16:22:58
12559 Log: Bump patchlevel.h to 63.
12561 ! ext/IO/IO.xs patchlevel.h
12562 !> (integrate 41 files)
12563 ____________________________________________________________________________
12564 [ 821] By: mbeattie on 1998/03/16 16:18:35
12565 Log: newCONSTSUB added (XSUB equivalent for inlinable sub () { 123 }).
12566 Subject: Bundling builtin.pm and newCONSTSUB with the core?
12567 From: jan.dubois@ibm.net (Jan Dubois)
12568 Date: Sun, 15 Mar 1998 19:09:05 +0100
12570 ! embed.h global.sym op.c pod/perlguts.pod proto.h
12571 ____________________________________________________________________________
12572 [ 820] By: mbeattie on 1998/03/16 16:02:50
12573 Log: Subject: [PATCH] STRESS_REALLOC
12574 Date: Fri, 13 Mar 1998 22:28:19 -0600 (CST)
12575 From: Stephen McCamant <alias@mcs.com>
12577 ! malloc.c perl.c scope.c
12578 ____________________________________________________________________________
12579 [ 819] By: mbeattie on 1998/03/16 16:01:06
12580 Log: Subject: [BUG+PATCH] _62 with -DDEBUGGING and -Duseperlio
12581 Date: Fri, 13 Mar 1998 23:21:25 +0100
12582 From: Jan-Pieter Cornet <john@pc.xs4all.nl>
12585 ____________________________________________________________________________
12586 [ 818] By: mbeattie on 1998/03/16 15:59:16
12587 Log: Subject: [Configure PATCH] for OS/2
12588 Date: Fri, 13 Mar 1998 16:18:12 -0500 (EST)
12589 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12590 [Two hunks to Configure failed to apply due to clashes]
12592 ! Configure hints/os2.sh
12593 ____________________________________________________________________________
12594 [ 817] By: mbeattie on 1998/03/16 15:55:28
12595 Log: Subject: [PATCH 5.004_62] VMS updates (direct)
12596 Date: Thu, 12 Mar 1998 16:02:29 -0500 (EST)
12597 From: Charles Bailey <BAILEY@newman.upenn.edu>
12598 [Needed manual tweaks on vms/config.vms since it clashed with other
12599 patches. I may have got it wrong.]
12601 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
12602 ! lib/ExtUtils/Mksymlists.pm perl.h pp.c pp_hot.c regcomp.c
12603 ! regcomp.h utils/perldoc.PL vms/config.vms vms/descrip.mms
12604 ! vms/ext/Stdio/Stdio.pm vms/ext/filespec.t vms/fndvers.com
12605 ! vms/gen_shrfls.pl vms/genconfig.pl vms/sockadapt.h
12606 ! vms/test.com vms/vms.c vms/vmsish.h
12607 ____________________________________________________________________________
12608 [ 816] By: mbeattie on 1998/03/16 15:26:04
12609 Log: Subject: [PATCH] Let h2xs read multiple header files
12610 Date: Tue, 10 Mar 1998 09:35:42 -0500 (EST)
12611 From: Benjamin Sugars <bsugars@canoe.ca>
12614 ____________________________________________________________________________
12615 [ 815] By: mbeattie on 1998/03/16 15:24:12
12616 Log: Subject: Re: Almost OK: Perl 5.004_62 on VMS 7.1
12617 Date: Mon, 09 Mar 1998 09:18:56 -0800
12618 From: Dan Sugalski <sugalskd@osshe.edu>
12621 ____________________________________________________________________________
12622 [ 814] By: mbeattie on 1998/03/16 13:17:14
12623 Log: Subject: PATCH for 5.004_62 : Add .packlist handling classes to ExtUtils
12624 Date: Sun, 08 Mar 1998 12:50:23 +0000
12625 From: Alan Burlison <alan.burlison@UK.Sun.COM>
12626 plus manual update of MANIFEST
12628 + lib/ExtUtils/Installed.pm lib/ExtUtils/inst
12629 ! MANIFEST installman installperl lib/ExtUtils/Install.pm
12630 ! lib/ExtUtils/MM_Unix.pm
12631 ____________________________________________________________________________
12632 [ 813] By: mbeattie on 1998/03/16 13:08:55
12633 Log: From: Blair Zajac <blair@gps.caltech.edu>
12634 Subject: PATCH: util.c and util.h function declarations do not match
12635 Date: Fri, 6 Mar 1998 10:29:29 -0800 (PST)
12636 Subject: PATCH: cgywin32 patch for perlgcc
12637 Date: Fri, 6 Mar 1998 11:15:36 -0800 (PST)
12638 Subject: PATCH: perl5.004_62 on cygwin32
12639 Date: Fri, 6 Mar 1998 11:57:35 -0800 (PST)
12641 ! Configure cygwin32/perlgcc cygwin32/perlld pp_sys.c x2p/util.c
12642 ____________________________________________________________________________
12643 [ 812] By: mbeattie on 1998/03/16 12:55:39
12644 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
12645 Subject: [PATCH 5.004_62} Config_62-01 patch available.
12646 Date: Mon, 9 Mar 1998 15:23:33 -0500 (EST)
12647 Subject: [PATCH 5.004_62] Tiny hint file updates
12648 Date: Mon, 9 Mar 1998 13:21:46 -0500 (EST)
12650 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12651 ! config_h.SH ext/ODBM_File/ODBM_File.xs handy.h hints/aix.sh
12652 ! hints/dec_osf.sh hints/dos_djgpp.sh hints/freebsd.sh
12653 ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
12654 ! hints/os2.sh hints/solaris_2.sh patchlevel.h perl.c perl.h
12655 ! perllio.h pod/perldiag.pod pp_sys.c vms/config.vms
12656 ____________________________________________________________________________
12657 [ 811] By: mbeattie on 1998/03/16 12:13:55
12658 Log: DOS djgpp updates:
12659 From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
12660 Subject: [PATCH for 5.004_61] dos-djgpp update
12661 Date: Fri, 6 Mar 1998 10:41:01 +0100
12662 Subject: [PATCH 5.004_62] dos-djgpp update
12663 Date: Thu, 12 Mar 1998 13:34:51 +0100
12665 ! djgpp/config.over hints/dos_djgpp.sh
12666 ____________________________________________________________________________
12667 [ 810] By: gsar on 1998/03/16 08:48:17
12668 Log: integrate mainline
12671 ____________________________________________________________________________
12672 [ 809] By: gsar on 1998/03/16 08:44:37
12673 Log: various changes to get asperl working under Borland
12674 (passes all tests when built under PERL_OBJECT)
12676 ! ObjXSub.h ext/Opcode/Opcode.xs globals.c mg.c objpp.h op.c
12677 ! perl.h perly.c perly.c.diff pp.c pp_ctl.c pp_hot.c pp_sys.c
12678 ! proto.h scope.h sv.c toke.c win32/Makefile win32/config_H.bc
12679 ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
12680 ! win32/makefile.mk win32/runperl.c win32/win32.c win32/win32.h
12682 ____________________________________________________________________________
12683 [ 808] By: gsar on 1998/03/12 19:50:20
12684 Log: set sockets to nonoverlapped mode for every thread
12685 Message-Id: <35081FE4.965A484D@enteract.com>
12686 Date: Thu, 12 Mar 1998 11:48:20 CST
12687 From: Steve Nielsen <spn@enteract.com>
12688 Subject: [PATCH 5.004_62] win32: set sockopt on a per-thread basis
12690 ! win32/win32.h win32/win32sck.c
12691 ____________________________________________________________________________
12692 [ 807] By: gsar on 1998/03/12 19:26:54
12693 Log: add AS patch#13
12696 ____________________________________________________________________________
12697 [ 806] By: gsar on 1998/03/12 00:51:08
12698 Log: added AS patch#12 with minor changes
12700 ! ObjXSub.h bytecode.h byterun.c doio.c iplio.h
12701 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
12702 ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/xsubpp objpp.h perl.c
12703 ! perllio.h proto.h regcomp.c win32/Makefile win32/config_h.PL
12705 ____________________________________________________________________________
12706 [ 805] By: gsar on 1998/03/10 20:35:10
12707 Log: reinstate some standard sig_names to avoid noise from
12708 modules (and in hopes of making them _do_ something in future)
12710 ! win32/config.bc win32/config.gc win32/config.vc
12711 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12712 ____________________________________________________________________________
12713 [ 804] By: gsar on 1998/03/10 20:33:05
12714 Log: mingw32 tweaks
12716 ! win32/makefile.mk win32/win32.c win32/win32.h
12717 ____________________________________________________________________________
12718 [ 803] By: gsar on 1998/03/09 20:56:07
12719 Log: tweak Win32::DomainName() implementation
12721 ! win32/Makefile win32/win32.c
12722 ____________________________________________________________________________
12723 [ 802] By: gsar on 1998/03/09 03:51:01
12724 Log: merge C<local $tied{foo}> patch, also moved statics in
12725 [ah]v.c to thrdvar.h
12727 ! av.c embedvar.h hv.c scope.c t/op/local.t thrdvar.h
12728 ____________________________________________________________________________
12729 [ 801] By: gsar on 1998/03/09 02:38:35
12730 Log: minor win32 support fixes
12731 - add a better implementation of Win32::DomainName() (as
12732 suggested by Jutta M. Klebe <jmk@exc.bybyte.de>)
12733 - fix opendir() emulation was unsafe what given long paths
12736 ____________________________________________________________________________
12737 [ 800] By: nick on 1998/03/07 09:36:41
12738 Log: There has been a 'thaw' in config.h (the ICE has gone ;-))
12739 So pp_sys.c needs tweaking otherwise it does not believe getservby*()
12740 exist. (Breaks libnet).
12743 ____________________________________________________________________________
12744 [ 799] By: gsar on 1998/03/07 07:51:28
12745 Log: integrate mainline changes
12747 !> (integrate 111 files)
12748 ____________________________________________________________________________
12749 [ 798] By: gsar on 1998/03/07 07:01:55
12750 Log: integrate mainline
12752 !> myconfig patchlevel.h
12753 ____________________________________________________________________________
12754 [ 797] By: gsar on 1998/03/07 06:49:49
12755 Log: provide our own popen()/pclose() to fix problems with qx//:
12756 - qx// used to always invoke the shell, now does so only when needed
12757 - qx// didn't respect PERL5SHELL, now does
12759 ! lib/ExtUtils/typemap win32/config_h.PL win32/win32.c
12760 ____________________________________________________________________________
12761 [ 796] By: gsar on 1998/03/07 01:37:10
12762 Log: a missed s/sp/SP/
12764 ! lib/ExtUtils/typemap pod/perlcall.pod
12765 ____________________________________________________________________________
12766 [ 795] By: gsar on 1998/03/07 01:05:21
12767 Log: change all 'sp' to 'SP' in code and in the docs. Explicitly
12768 mention that local stack pointer should be called SP. This makes the
12769 API safer from source incompatibilities down the line.
12771 ! av.c doio.c doop.c ext/DB_File/DB_File.xs
12772 ! ext/DynaLoader/dl_dld.xs ext/Opcode/Opcode.xs
12773 ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs ext/Thread/Thread.xs
12774 ! gv.c mg.c op.c os2/OS2/REXX/REXX.xs perl.c pod/perlcall.pod
12775 ! pod/perlembed.pod pod/perlguts.pod pod/perlxs.pod pp.c
12776 ! pp_ctl.c pp_hot.c pp_sys.c util.c
12782 ____________________________________________________________________________
12783 [ 794] By: mbeattie on 1998/03/06 09:38:08
12784 Log: Subject: [PATCH] perl5.004_61 myconfig updates
12785 Date: Thu, 5 Mar 1998 15:10:54 -0500 (EST)
12786 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
12789 ____________________________________________________________________________
12790 [ 793] By: mbeattie on 1998/03/06 09:36:37
12791 Log: Bump patchlevel.h to 62.
12794 ____________________________________________________________________________
12795 [ 792] By: mbeattie on 1998/03/06 09:35:57
12796 Log: Integrate win32 branch into mainline.
12798 !> bytecode.h op.c proto.h scope.c win32/Makefile win32/config.bc
12799 !> win32/config.gc win32/config.vc win32/config_H.bc
12800 !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
12801 ____________________________________________________________________________
12802 [ 791] By: gsar on 1998/03/06 06:00:08
12804 - s/PerlIO_fread/PerlIO_read/, the former doesn't exist
12805 - add missing prototypes
12806 - regenerate win32/config*.?c
12808 ! bytecode.h proto.h win32/config.bc win32/config.gc
12809 ! win32/config.vc win32/config_H.bc win32/config_H.gc
12810 ! win32/config_H.vc win32/makefile.mk
12811 ____________________________________________________________________________
12812 [ 790] By: gsar on 1998/03/06 03:19:23
12813 Log: fix typo in Makefile
12816 ____________________________________________________________________________
12817 [ 789] By: gsar on 1998/03/05 22:55:53
12818 Log: integrate mainline
12820 !> (integrate 47 files)
12821 ____________________________________________________________________________
12822 [ 788] By: gsar on 1998/03/05 20:02:09
12823 Log: added AS patch#11
12824 Message-Id: <01BD4820.AFC70110.dougl@ActiveState.com>
12825 Date: Thu, 05 Mar 1998 10:23:04 PST
12826 From: Douglas Lankshear <dougl@ActiveState.com>
12828 This patch fixes a bug I introduced removing duplicate code.
12831 ! ObjXSub.h objpp.h win32/runperl.c
12832 ____________________________________________________________________________
12833 [ 787] By: gsar on 1998/03/05 19:56:17
12834 Log: add Nick's dTHR fixes
12837 ____________________________________________________________________________
12838 [ 786] By: gsar on 1998/03/05 19:54:49
12840 Message-Id: <199803050749.CAA15206@Orb.Nashua.NH.US>
12841 Date: Thu, 05 Mar 1998 02:49:46 EST
12842 From: Spider Boardman <spider@orb.nashua.nh.us>
12843 Subject: [PATCH] 5.004_04 +MAINT_TRIAL_1 broken when sizeof(int) != sizeof(void
12846 ____________________________________________________________________________
12847 [ 785] By: mbeattie on 1998/03/05 19:12:14
12848 Log: Subject: [5.004_61 PATCH] Make incompatible changes to RE engine NOW
12849 Date: Wed, 4 Mar 1998 23:55:54 -0500 (EST)
12850 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12852 ! op.c proto.h regcomp.c regexp.h util.c
12853 ____________________________________________________________________________
12854 [ 784] By: mbeattie on 1998/03/05 19:11:09
12855 Log: Subject: [PATCH] Re: perl 5.0061 unable to build on sparc 5 Sol2.5.1 threads.
12856 Date: Wed, 4 Mar 1998 10:18:03 GMT
12857 From: Nick Ing-Simmons <nik@tiuk.ti.com>
12860 ____________________________________________________________________________
12861 [ 783] By: mbeattie on 1998/03/05 19:09:16
12862 Log: Subject: Configure patches -01 and -02 for 5.004_61.
12863 Date: Tue, 3 Mar 1998 16:41:16 -0500 (EST)
12864 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
12866 ! Configure INSTALL Policy_sh.SH Porting/Glossary
12867 ! Porting/config.sh Porting/config_H Porting/pumpkin.pod
12868 ! config_h.SH handy.h hints/README.hints hints/aix.sh
12869 ! hints/linux.sh hints/solaris_2.sh hints/unicos.sh
12870 ! makedepend.SH myconfig pp_sys.c
12871 ____________________________________________________________________________
12872 [ 782] By: mbeattie on 1998/03/05 19:05:23
12873 Log: Subject: [PATCH] Compiling with OP_IN_REGISTER
12874 Date: 03 Mar 1998 18:05:07 +0100
12875 From: Gisle Aas <gisle@aas.no>
12878 ____________________________________________________________________________
12879 [ 781] By: mbeattie on 1998/03/05 19:04:34
12880 Log: Subject: [PATCH] Make autouse -w-safe
12881 Date: Mon, 2 Mar 1998 21:36:02 -0500 (EST)
12882 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12884 ! lib/autouse.pm op.c sv.c
12885 ____________________________________________________________________________
12886 [ 780] By: mbeattie on 1998/03/05 19:02:50
12887 Log: Subject: [PATCH] External symbol re_croak2
12888 Date: 02 Mar 1998 13:00:45 +0100
12889 From: Gisle Aas <gisle@aas.no>
12891 ! regcomp.c regcomp.h
12892 ____________________________________________________________________________
12893 [ 779] By: mbeattie on 1998/03/05 19:01:25
12894 Log: Subject: [PATCH 5.004_61] Miscellaneous minor fixes
12895 Date: Mon, 02 Mar 1998 01:48:27 -0500 (EST)
12896 From: bailey@newman.upenn.edu (Charles Bailey)
12898 ! bytecode.h embedvar.h ext/B/Makefile.PL ext/B/byteperl.c
12899 ! ext/Thread/Makefile.PL lib/File/Path.pm patchlevel.h perldir.h
12901 ____________________________________________________________________________
12902 [ 778] By: mbeattie on 1998/03/05 18:53:13
12903 Log: Subject: [PATCH 5.004_61] USHRT range limit macros
12904 Date: Mon, 02 Mar 1998 01:41:41 -0500 (EST)
12905 From: bailey@newman.upenn.edu (Charles Bailey)
12908 ____________________________________________________________________________
12909 [ 777] By: mbeattie on 1998/03/05 18:50:25
12910 Log: Subject: [PATCH 5.004_61] File::Basename taint fix (revised)
12911 Date: Mon, 02 Mar 1998 01:39:47 -0500 (EST)
12912 From: bailey@newman.upenn.edu (Charles Bailey)
12914 ! lib/File/Basename.pm
12915 ____________________________________________________________________________
12916 [ 776] By: mbeattie on 1998/03/05 18:49:15
12917 Log: Subject: [PATCH] Take out version number in perlguts (perl5.004_61)
12918 Date: 01 Mar 1998 15:16:03 +0100
12919 From: Gisle Aas <gisle@aas.no>
12922 ____________________________________________________________________________
12923 [ 775] By: mbeattie on 1998/03/05 18:48:05
12924 Log: Subject: Re: [PATCH] 5.004_61: Makefile.SH (Re: 5.004_61: annoyingly missing patch)
12925 Date: Sun, 1 Mar 1998 12:14:44 +0200 (EET)
12926 From: Jarkko Hietaniemi <jhi@iki.fi>
12928 ! Makefile.SH perl_exp.SH
12929 ____________________________________________________________________________
12930 [ 774] By: mbeattie on 1998/03/05 18:46:32
12931 Log: Subject: Almost OK: 5.004_61 (threads, perlio)
12932 Date: Sun, 1 Mar 1998 02:02:47 -0500
12933 From: Spider Boardman <spider@orb.nashua.nh.us>
12935 ! bytecode.h bytecode.pl byterun.c byterun.h perlsdio.h
12936 ____________________________________________________________________________
12937 [ 773] By: mbeattie on 1998/03/05 18:43:57
12938 Log: Subject: [PATCH 5.004_61] print sort {-1} 1..10; hangs
12939 Date: Sat, 28 Feb 1998 15:51:14 -0500 (EST)
12940 From: Hans Mulder <hansmu@xs4all.nl>
12943 ____________________________________________________________________________
12944 [ 772] By: mbeattie on 1998/03/05 18:39:25
12945 Log: Subject: [PATCH] 5.004_61: Makefile.SH: 'ok' target needs perlbug...
12946 Date: Sat, 28 Feb 1998 17:06:41 +0200 (EET)
12947 From: Jarkko Hietaniemi <jhi@iki.fi>
12950 ____________________________________________________________________________
12951 [ 771] By: mbeattie on 1998/03/05 18:38:32
12952 Log: Subject: [PATCH] 5.004_61: hints/netbsd.sh
12953 Date: Sat, 28 Feb 1998 16:35:32 +0200 (EET)
12954 From: Jarkko Hietaniemi <jhi@iki.fi>
12957 ____________________________________________________________________________
12958 [ 770] By: mbeattie on 1998/03/05 18:36:50
12959 Log: Add byterun.c to cflags.SH (Dominic Dunlop <domo@vo.lu>)
12962 ____________________________________________________________________________
12963 [ 769] By: mbeattie on 1998/03/05 18:34:35
12964 Log: Change getc/fread to PerlIO_getc/fread in bytecode.h:
12965 Subject: [PATCH 5.004_61] bunch of small patches
12966 Date: Fri, 27 Feb 1998 20:03:29 -0500 (EST)
12967 From: Andrew Cohen <cohen@andy.bu.edu>
12970 ____________________________________________________________________________
12971 [ 768] By: mbeattie on 1998/03/05 18:13:06
12972 Log: Integrate win32 branch into mainline.
12974 !> (integrate 53 files)
12975 ____________________________________________________________________________
12976 [ 767] By: TimBunce on 1998/03/05 11:48:09
12977 Log: Update to change 744.
12978 Branch: maint-5.004/perl
12979 ! lib/ExtUtils/Install.pm
12980 ____________________________________________________________________________
12981 [ 765] By: TimBunce on 1998/03/05 11:24:24
12982 Log: Update embed.h after make regen_headers.
12983 Branch: maint-5.004/perl
12985 ____________________________________________________________________________
12986 [ 764] By: TimBunce on 1998/03/05 11:05:13
12987 Log: APPLLIB_EXP now has arch and version dirs added to @INC
12988 Branch: maint-5.004/perl
12990 ____________________________________________________________________________
12991 [ 763] By: TimBunce on 1998/03/05 11:01:38
12992 Log: Added hints/openbsd.sh and t/op/pos.t to MANIFEST
12993 Added MAINT_TRIAL_1 local patch label to patchlevel.h
12994 Removed win32/win32io.c and win32/win32io.h from repository
12995 Branch: maint-5.004/perl
12996 - win32/win32io.c win32/win32io.h
12997 ! MANIFEST patchlevel.h
12998 ____________________________________________________________________________
12999 [ 762] By: TimBunce on 1998/03/05 10:05:34
13000 Log: Title: "5.004_04 +MAINT_TRIAL_1 broken when sizeof(int) != sizeof(void)"
13001 From: Spider Boardman <spider@orb.nashua.nh.us>
13003 Branch: maint-5.004/perl
13005 ____________________________________________________________________________
13006 [ 761] By: TimBunce on 1998/03/05 10:03:10
13007 Log: Title: "properly refcount localization, fix C<local $tied{foo}>"
13008 From: Gurusamy Sarathy <gsar@engin.umich.edu>
13009 Msg-ID: <199802191207.MAA10742@toad.ig.co.uk>
13010 Files: av.c hv.c scope.c t/op/local.t
13011 Branch: maint-5.004/perl
13012 ! av.c hv.c scope.c t/op/local.t
13013 ____________________________________________________________________________
13014 [ 760] By: gsar on 1998/03/04 20:58:21
13015 Log: added AS patch#10
13016 Message-Id: <01BD4691.963D1670.dougl@ActiveState.com>
13017 Date: Tue, 03 Mar 1998 10:46:13 PST
13018 From: Douglas Lankshear <dougl@ActiveState.com>
13021 Here's a patch to win32/dl_win32.xs that is a fix for the lookup of statically
13026 ! win32/dl_win32.xs
13027 ____________________________________________________________________________
13028 [ 759] By: TimBunce on 1998/03/04 18:46:41
13029 Log: Update patchls utility
13030 Branch: maint-5.004/perl
13032 ____________________________________________________________________________
13033 [ 758] By: TimBunce on 1998/03/04 17:07:06
13034 Log: perldoc -f now uses pager if text is too long for screen
13035 Branch: maint-5.004/perl
13037 ____________________________________________________________________________
13038 [ 757] By: TimBunce on 1998/03/04 16:57:04
13039 Log: Added OpenBSD hint file from <Todd.Miller@courtesan.com>
13040 Document 'warn with no args' behaviour, from <johnpc@xs4all.net>
13041 Branch: maint-5.004/perl
13044 ____________________________________________________________________________
13045 [ 756] By: TimBunce on 1998/03/04 16:48:40
13046 Log: Fix for new gnulibc stdio.h when using sfio+perlio
13047 Branch: maint-5.004/perl
13049 ____________________________________________________________________________
13050 [ 755] By: TimBunce on 1998/03/04 16:47:08
13051 Log: Fixed typo in vms/ext/Stdio/Stdio.pm AUTOLOAD
13052 Added details of split in scalar context to perlfunc.pod
13053 Branch: maint-5.004/perl
13054 ! pod/perlfunc.pod vms/ext/Stdio/Stdio.pm
13055 ____________________________________________________________________________
13056 [ 754] By: TimBunce on 1998/03/04 16:35:58
13057 Log: Updated perl -v info to include reference to docs and home page.
13058 Branch: maint-5.004/perl
13060 ____________________________________________________________________________
13061 [ 753] By: TimBunce on 1998/03/04 16:31:29
13062 Log: Updated hints/bsdos.sh for BSD/OS 3.1
13063 Fixed typo in pod/perlsyn.pod
13064 Added workaround for old gmake in ext/SDBM_File/sdbm/Makefile.PL
13065 Fixed typo in ext/GDBM_File/GDBM_File.pm
13066 Branch: maint-5.004/perl
13067 ! ext/GDBM_File/GDBM_File.pm ext/SDBM_File/sdbm/Makefile.PL
13068 ! hints/bsdos.sh pod/perlsyn.pod
13069 ____________________________________________________________________________
13070 [ 752] By: TimBunce on 1998/03/04 15:49:19
13071 Log: Changed bug address in README to perlbug@perl.com
13072 Changed Copyright in perl.c to 1998
13073 Added op/pos.t test from Robin Houston <robin@oneworld.org>
13074 Branch: maint-5.004/perl
13077 ____________________________________________________________________________
13078 [ 751] By: TimBunce on 1998/03/04 14:47:15
13079 Log: Make t/comp/require.t and t/lib/ph.t executable in repository
13080 Branch: maint-5.004/perl
13081 ! t/comp/require.t t/lib/ph.t
13082 ____________________________________________________________________________
13083 [ 750] By: TimBunce on 1998/03/04 13:29:58
13084 Log: Added dTHR definition to ease backwards compatibility for XS
13085 source code from 5.005.
13086 Branch: maint-5.004/perl
13088 ____________________________________________________________________________
13089 [ 749] By: TimBunce on 1998/03/04 12:19:19
13090 Log: Title: "rename local 'op' variables to 'o'", #F114
13091 From: Gurusamy Sarathy
13092 Files: op.h opcode.h proto.h dump.c op.c opcode.pl pp_ctl.c run.c scope.c
13094 Branch: maint-5.004/perl
13095 ! dump.c op.c op.h opcode.h opcode.pl pp_ctl.c proto.h run.c
13097 ____________________________________________________________________________
13098 [ 748] By: TimBunce on 1998/03/04 12:12:27
13099 Log: Title: "consolidated win32 patch", #F112
13100 From: Gurusamy Sarathy
13101 Files: MANIFEST pod/perlfaq2.pod pod/perlrun.pod win32/include/sys/socket.h
13102 EXTERN.h INTERN.h dosish.h lib/ExtUtils/Command.pm
13103 lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Win32.pm
13104 lib/ExtUtils/Mksymlists.pm lib/File/DosGlob.pm t/TEST
13105 t/harness win32/win32.h win32/win32iop.h README.win32
13106 doio.c installhtml installperl pp_sys.c win32/Makefile
13107 win32/config.bc win32/config.vc win32/config_H.bc
13108 win32/config_H.vc win32/config_h.PL win32/config_sh.PL
13109 win32/dl_win32.xs win32/makedef.pl win32/makefile.mk
13110 win32/perllib.c win32/runperl.c win32/win32.c
13111 win32/win32sck.c win32/bin/perlglob.pl x2p/a2p.h x2p/a2p.c
13113 Branch: maint-5.004/perl
13114 + win32/bin/perlglob.pl
13115 ! EXTERN.h INTERN.h MANIFEST README.win32 doio.c dosish.h
13116 ! installhtml installperl lib/ExtUtils/Command.pm
13117 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Win32.pm
13118 ! lib/ExtUtils/Mksymlists.pm lib/File/DosGlob.pm
13119 ! pod/perlfaq2.pod pod/perlrun.pod pp_sys.c t/TEST t/harness
13120 ! win32/Makefile win32/config.bc win32/config.vc
13121 ! win32/config_H.bc win32/config_H.vc win32/config_h.PL
13122 ! win32/config_sh.PL win32/dl_win32.xs
13123 ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
13124 ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
13125 ! win32/win32iop.h win32/win32sck.c x2p/a2p.c x2p/a2p.h
13127 ____________________________________________________________________________
13128 [ 747] By: TimBunce on 1998/03/04 11:59:57
13129 Log: Title: "initialize @INC in ph.t, and fix up MANIFEST", #F111
13130 From: Gurusamy Sarathy
13131 Files: MANIFEST t/lib/ph.t
13132 Branch: maint-5.004/perl
13133 ! MANIFEST t/lib/ph.t
13134 ____________________________________________________________________________
13135 [ 746] By: TimBunce on 1998/03/04 11:47:43
13136 Log: Title: "properly save STDOUT during system() in debugger", #F110
13137 From: Jason Smith <smithj4@rpi.edu>
13138 Files: lib/perl5db.pl
13139 Branch: maint-5.004/perl
13141 ____________________________________________________________________________
13142 [ 745] By: TimBunce on 1998/03/04 11:40:19
13143 Log: Title: "generate DynaLoader.pm at build time", #F109
13144 From: Achim Bohnet <ach@mpe.mpg.de>
13145 Msg-ID: <9802111938.AA26224@o09.xray.mpe.mpg.de>
13146 Files: MANIFEST ext/DynaLoader/DynaLoader.pm.PL ext/DynaLoader/Makefile.PL
13147 Branch: maint-5.004/perl
13148 + ext/DynaLoader/DynaLoader.pm.PL
13149 ! MANIFEST ext/DynaLoader/Makefile.PL
13150 ____________________________________________________________________________
13151 [ 744] By: TimBunce on 1998/03/04 11:34:09
13152 Log: Title: "Install extensions with bootstrap in $archlib", #F108
13153 From: koenig@anna.mind.de (Andreas J. Koenig), koenig@kulturbox.de (Andreas
13155 Msg-ID: <sfcra9fqx0n.fsf@anna.in-berlin.de>
13156 Files: lib/ExtUtils/Install.pm
13157 Branch: maint-5.004/perl
13158 ! lib/ExtUtils/Install.pm
13159 ____________________________________________________________________________
13160 [ 743] By: TimBunce on 1998/03/04 10:45:05
13161 Log: Title: "Pod::Html trips over "C<0>"", #F107
13162 From: Chip Salzenberg
13163 Files: lib/Pod/Html.pm
13164 Branch: maint-5.004/perl
13166 ____________________________________________________________________________
13167 [ 742] By: TimBunce on 1998/03/04 10:12:54
13168 Log: Title: "5.004_58 | _04: pod2*,perlpod: L<show this|man/section>", #F106
13169 From: Achim Bohnet <ach@mpe.mpg.de>
13170 Msg-ID: <9802111629.AA00595@o09.xray.mpe.mpg.de>
13171 Files: pod/perlpod.pod lib/Pod/Html.pm lib/Pod/Text.pm pod/pod2man.PL
13172 Branch: maint-5.004/perl
13173 ! lib/Pod/Html.pm lib/Pod/Text.pm pod/perlpod.pod pod/pod2man.PL
13174 ____________________________________________________________________________
13175 [ 741] By: TimBunce on 1998/03/04 10:08:31
13176 Log: Title: "New patch for $^E==GetLastError() under Win32", #F105
13177 From: Gurusamy Sarathy <gsar@engin.umich.edu>, Tye McQueen
13178 <tye@metronet.com>, ilya@math.ohio-state.edu (Ilya
13180 Msg-ID: <199801040630.AA29298@metronet.com>,
13181 <199801041826.NAA11568@aatma.engin.umich.edu>,
13182 <1998Jan4.130412.2719461@cor.newman>
13183 Files: pod/perlfunc.pod pod/perlvar.pod doio.c lib/dumpvar.pl lib/perl5db.pl
13184 win32/win32.h mg.c util.c win32/makedef.pl win32/win32.c
13185 Branch: maint-5.004/perl
13186 ! doio.c lib/dumpvar.pl lib/perl5db.pl mg.c pod/perlfunc.pod
13187 ! pod/perlvar.pod util.c win32/makedef.pl win32/win32.c
13189 ____________________________________________________________________________
13190 [ 740] By: TimBunce on 1998/03/04 09:55:57
13191 Log: Title: "5.004_56: Patch to Tie::Hash and docs", #F104
13192 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13193 Msg-ID: <199801120134.UAA05437@monk.mps.ohio-state.edu>
13194 Files: pod/perlfunc.pod lib/Tie/Hash.pm
13195 Branch: maint-5.004/perl
13196 ! lib/Tie/Hash.pm pod/perlfunc.pod
13197 ____________________________________________________________________________
13198 [ 739] By: TimBunce on 1998/03/04 09:26:01
13199 Log: Title: "more doc for perldoc", #F103
13200 From: Gurusamy Sarathy
13201 Files: utils/perldoc.PL
13202 Branch: maint-5.004/perl
13204 ____________________________________________________________________________
13205 [ 738] By: TimBunce on 1998/03/04 09:23:16
13206 Log: Title: "Make perldoc look for an index file ", #F102
13207 From: Gisle Aas <gisle@aas.no>
13208 Msg-ID: <199801221220.NAA22902@furu.g.aas.no>
13209 Files: utils/perldoc.PL
13210 Branch: maint-5.004/perl
13212 ____________________________________________________________________________
13213 [ 737] By: TimBunce on 1998/03/04 09:21:15
13214 Log: Title: "perldoc -F filename", #F101
13215 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13216 Msg-ID: <199712120037.TAA00176@math.mps.ohio-state.edu>
13217 Files: utils/perldoc.PL
13218 Branch: maint-5.004/perl
13220 ____________________________________________________________________________
13221 [ 736] By: TimBunce on 1998/03/04 09:16:20
13222 Log: Title: "sv_grow can fail for HAS_64K_LIMIT systems", #F100
13223 From: Gisle Aas <gisle@aas.no>
13224 Msg-ID: <m3iuqsl3oq.fsf@furu.g.aas.no>
13226 Branch: maint-5.004/perl
13228 ____________________________________________________________________________
13229 [ 735] By: TimBunce on 1998/03/04 09:08:51
13230 Log: Title: "Benchmark.pm: timethese corrupts $_", #F099
13231 From: abigail@fnx.com
13232 Msg-ID: <19980201114609.7779.qmail@betelgeuse.wayne.fnx.com>
13233 Files: lib/Benchmark.pm
13234 Branch: maint-5.004/perl
13236 ____________________________________________________________________________
13237 [ 734] By: TimBunce on 1998/03/04 08:59:58
13238 Log: Title: "STRANGE_MALLOC should test failed alloc", #F098
13239 From: Gisle Aas <gisle@aas.no>
13240 Msg-ID: <199802021406.PAA03285@furu.g.aas.no>
13242 Branch: maint-5.004/perl
13244 ____________________________________________________________________________
13245 [ 733] By: TimBunce on 1998/03/04 08:35:19
13246 Log: Title: "support caseless %ENV", #F097
13247 From: Gurusamy Sarathy
13248 Files: hv.c t/op/magic.t win32/win32.h
13249 Branch: maint-5.004/perl
13250 ! hv.c t/op/magic.t win32/win32.h
13251 ____________________________________________________________________________
13252 [ 732] By: TimBunce on 1998/03/04 08:33:58
13253 Log: Title: "newer cperl-mode.el (from 5.004_60)", #F096
13254 From: Ilya Zakharevich
13255 Files: emacs/cperl-mode.el
13256 Branch: maint-5.004/perl
13257 ! emacs/cperl-mode.el
13258 ____________________________________________________________________________
13259 [ 731] By: TimBunce on 1998/03/04 08:26:23
13260 Log: Title: "Handle set magic on xsub OUTPUT args, add API functions that handle
13262 From: Gurusamy Sarathy <gsar@engin.umich.edu>
13263 Msg-ID: <199801190409.XAA26710@aatma.engin.umich.edu>
13264 Files: pod/perlguts.pod pod/perlxs.pod embed.h proto.h sv.h global.sym
13265 lib/ExtUtils/xsubpp sv.c
13266 Branch: maint-5.004/perl
13267 ! embed.h global.sym lib/ExtUtils/xsubpp pod/perlguts.pod
13268 ! pod/perlxs.pod proto.h sv.c sv.h
13269 ____________________________________________________________________________
13270 [ 730] By: TimBunce on 1998/03/04 08:20:52
13271 Log: Title: "Fix flawed cleanup when signal handlers are not defined", #F094
13272 From: Gurusamy Sarathy <gsar@engin.umich.edu>
13273 Msg-ID: <199710290106.UAA11485@aatma.engin.umich.edu>
13275 Branch: maint-5.004/perl
13277 ____________________________________________________________________________
13278 [ 729] By: TimBunce on 1998/03/04 08:18:02
13279 Log: Title: "Tests for C<sort 'foo','bar'>", #F093
13280 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13281 Msg-ID: <199711021247.MAA01743@crypt.compulink.co.uk>
13283 Branch: maint-5.004/perl
13285 ____________________________________________________________________________
13286 [ 728] By: TimBunce on 1998/03/04 08:17:07
13287 Log: Title: "Make search.pl work on win32", #F092
13288 From: Gurusamy Sarathy
13289 Files: win32/bin/search.pl
13290 Branch: maint-5.004/perl
13291 ! win32/bin/search.pl
13292 ____________________________________________________________________________
13293 [ 727] By: gsar on 1998/03/04 04:13:23
13294 Log: missing s/op/o/ from one of the mainpatches
13297 ____________________________________________________________________________
13298 [ 726] By: gsar on 1998/03/04 02:12:13
13299 Log: maintpatches #102 and #103 to perldoc.PL
13302 ____________________________________________________________________________
13303 [ 725] By: gsar on 1998/03/04 02:00:15
13304 Log: renumber some tests to match maint branch
13307 ____________________________________________________________________________
13308 [ 724] By: gsar on 1998/03/04 01:25:50
13310 #70: "Fix random whitespace errors in docs"
13311 From: Roderick Schertler <roderick@argon.org>
13312 Msg-ID: <12726.877706444@eeyore.ibcinc.com>
13313 Date: Fri, 24 Oct 1997 11:20:44 -0400
13314 Files: pod/checkpods.PL pod/perlfunc.pod
13317 ____________________________________________________________________________
13318 [ 723] By: gsar on 1998/03/04 01:04:37
13319 Log: sync maintpatch
13320 #76: "Fix infinite loop on unlink() failure in File::Path::rmtree()
13321 From: Chip Salzenberg
13322 Files: lib/File/Path.pm
13325 ____________________________________________________________________________
13326 [ 722] By: gsar on 1998/03/04 00:46:46
13327 Log: remove redundancy in File::Find
13330 ____________________________________________________________________________
13331 [ 721] By: TimBunce on 1998/03/03 20:06:41
13332 Log: Title: "Fix spurious perldoc warnings on DOSISH platforms", #F091
13333 From: Molnar Laszlo <molnarl@cdata.tvnet.hu>
13334 Msg-ID: <34475659.1AA69855@cdata.tvnet.hu>
13335 Files: utils/perldoc.PL
13336 Branch: maint-5.004/perl
13338 ____________________________________________________________________________
13339 [ 720] By: TimBunce on 1998/03/03 20:03:59
13340 Log: Title: "Make ExtUtils::MM_Unix::fixin() do something meaningful on win32",
13342 From: Gurusamy Sarathy <gsar@engin.umich.edu>
13343 Msg-ID: <199801070016.TAA17766@aatma.engin.umich.edu>
13344 Files: lib/ExtUtils/MM_Unix.pm
13345 Branch: maint-5.004/perl
13346 ! lib/ExtUtils/MM_Unix.pm
13347 ____________________________________________________________________________
13348 [ 719] By: TimBunce on 1998/03/03 20:02:06
13349 Log: Title: "Fix inconsistent case $ENV{Path} (vs $ENV{PATH})", #F089
13350 From: Gurusamy Sarathy
13351 Files: lib/FindBin.pm
13352 Branch: maint-5.004/perl
13354 ____________________________________________________________________________
13355 [ 718] By: TimBunce on 1998/03/03 20:00:26
13356 Log: Title: "Fix File::Find's longstanding confusion about win32 being like VMS",
13358 From: Gurusamy Sarathy <gsar@engin.umich.edu>
13359 Msg-ID: <199802020459.XAA04964@aatma.engin.umich.edu>
13360 Files: lib/File/Find.pm
13361 Branch: maint-5.004/perl
13363 ____________________________________________________________________________
13364 [ 717] By: TimBunce on 1998/03/03 19:59:38
13365 Log: Title: "do_postponed breaks with multiple interpreters", #F087
13366 From: Gurusamy Sarathy <gsar@engin.umich.edu>
13367 Msg-ID: <199710290316.WAA15888@aatma.engin.umich.edu>
13369 Branch: maint-5.004/perl
13371 ____________________________________________________________________________
13372 [ 716] By: TimBunce on 1998/03/03 19:57:17
13373 Log: Title: "Make warning on C<Nosuch::> optional, add to perl{diag,delta}.pod",
13375 From: Gurusamy Sarathy
13376 Files: pod/perldelta.pod pod/perldiag.pod toke.c
13377 Branch: maint-5.004/perl
13378 ! pod/perldelta.pod pod/perldiag.pod toke.c
13379 ____________________________________________________________________________
13380 [ 715] By: TimBunce on 1998/03/03 19:51:33
13381 Log: Title: "Pod::Html bug and fix: missing </UL> in index", #F085
13382 From: Gurusamy Sarathy <gsar@engin.umich.edu>
13383 Msg-ID: <199802192314.SAA23326@aatma.engin.umich.edu>
13384 Files: lib/Pod/Html.pm
13385 Branch: maint-5.004/perl
13387 ____________________________________________________________________________
13388 [ 714] By: TimBunce on 1998/03/03 19:50:28
13389 Log: Title: "New pod: perlhist", #F084
13390 From: Jarkko Hietaniemi <jhi@iki.fi>
13391 Msg-ID: <199802191556.RAA09578@alpha.hut.fi>
13392 Files: MANIFEST pod/perl.pod pod/perlhist.pod pod/perltoc.pod pod/buildtoc
13393 Branch: maint-5.004/perl
13395 ! MANIFEST pod/buildtoc pod/perl.pod pod/perltoc.pod
13396 ____________________________________________________________________________
13397 [ 713] By: TimBunce on 1998/03/03 19:47:13
13398 Log: Title: "Fix restoration of locals on scope unwinding", #F083
13399 From: Gurusamy Sarathy <gsar@engin.umich.edu>
13400 Msg-ID: <199802110515.AAA23700@aatma.engin.umich.edu>
13401 Files: pp_ctl.c t/op/local.t
13402 Branch: maint-5.004/perl
13403 ! pp_ctl.c t/op/local.t
13404 ____________________________________________________________________________
13405 [ 712] By: TimBunce on 1998/03/03 19:45:56
13406 Log: Title: "after an eval-ed bad require, requiring a string ref SEGVs", #F082
13407 From: Gurusamy Sarathy <gsar@engin.umich.edu>
13408 Msg-ID: <199802102349.SAA16001@aatma.engin.umich.edu>
13410 Branch: maint-5.004/perl
13412 ____________________________________________________________________________
13413 [ 711] By: TimBunce on 1998/03/03 19:44:41
13414 Log: Title: "Fix seg fault on eval/require and syntax errors", #F081
13415 From: Gurusamy Sarathy <gsar@engin.umich.edu>
13416 Msg-ID: <199802102321.SAA15346@aatma.engin.umich.edu>
13417 Files: MANIFEST scope.h op.c pp_ctl.c scope.c t/comp/require.t toke.c
13418 Branch: maint-5.004/perl
13420 ! MANIFEST op.c pp_ctl.c scope.c scope.h toke.c
13421 ____________________________________________________________________________
13422 [ 710] By: TimBunce on 1998/03/03 19:36:34
13423 Log: Title: "5.004_58: the locale.t problem in IRIX", #F080
13424 From: Jarkko Hietaniemi <jhi@iki.fi>
13425 Msg-ID: <199802091747.TAA01735@alpha.hut.fi>
13426 Files: t/pragma/locale.t
13427 Branch: maint-5.004/perl
13428 ! t/pragma/locale.t
13429 ____________________________________________________________________________
13430 [ 709] By: TimBunce on 1998/03/03 19:32:30
13431 Log: Title: "sv_setnv will upgrade SVt_NV to SVt_PVNV", #F079
13432 From: Gisle Aas <gisle@aas.no>
13433 Msg-ID: <m3g1lwl3bq.fsf@furu.g.aas.no>
13435 Branch: maint-5.004/perl
13437 ____________________________________________________________________________
13438 [ 708] By: TimBunce on 1998/03/03 19:28:06
13439 Log: Title: "Eliminate double warnings under C<package;>", #F077
13440 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13441 Msg-ID: <E0y0paq-0000Ov-00@ursa.cus.cam.ac.uk>
13442 Files: gv.c op.c toke.c
13443 Branch: maint-5.004/perl
13445 ____________________________________________________________________________
13446 [ 707] By: TimBunce on 1998/03/03 19:13:17
13447 Log: Title: "Fix infinite loop on unlink() failure in File::Path::rmtree()",
13449 From: Murray Nesbitt <mjn@pathcom.com>, Tim Bunce <Tim.Bunce@ig.co.uk>
13450 Msg-ID: <199802061100.LAA16423@toad.ig.co.uk>
13451 Files: lib/File/Path.pm
13452 Branch: maint-5.004/perl
13454 ____________________________________________________________________________
13455 [ 706] By: TimBunce on 1998/03/03 19:08:45
13456 Log: Title: "Update of h2ph", #F075
13457 From: kstar@www.chapin.edu (Kurt D. Starsinic)
13458 Msg-ID: <199802051354.FAA11452@www.chapin.edu>
13459 Files: t/lib/ph.t utils/h2ph.PL
13460 Branch: maint-5.004/perl
13463 ____________________________________________________________________________
13464 [ 705] By: TimBunce on 1998/03/03 18:56:59
13465 Log: Title: "Fix AutoLoader for deep packages", #F074
13466 From: Zachary Miller <zcmiller@zappy.er.usgs.gov>
13467 Msg-ID: <199710092348.SAA02108@zappy.er.usgs.gov>
13468 Files: lib/AutoLoader.pm
13469 Branch: maint-5.004/perl
13470 ! lib/AutoLoader.pm
13471 ____________________________________________________________________________
13472 [ 704] By: TimBunce on 1998/03/03 18:35:36
13473 Log: Title: "Fix order of warnings for misplaced subscripts", #F073
13474 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13475 Msg-ID: <199710131023.LAA16796@crypt.compulink.co.uk>
13477 Branch: maint-5.004/perl
13479 ____________________________________________________________________________
13480 [ 703] By: TimBunce on 1998/03/03 18:32:28
13481 Log: Title: "Make recursive lexical analysis more robust", #F072
13482 From: Ilya Zakharevich and Chip Salzenberg
13483 Msg-ID: <199710160102.VAA28817@monk.mps.ohio-state.edu>
13485 Branch: maint-5.004/perl
13487 ____________________________________________________________________________
13488 [ 702] By: TimBunce on 1998/03/03 18:18:10
13489 Log: Title: "Fix random whitespace errors in docs", #F070
13490 From: Roderick Schertler <roderick@argon.org>
13491 Msg-ID: <12726.877706444@eeyore.ibcinc.com>
13492 Files: pod/perlfunc.pod pod/checkpods.PL
13493 Branch: maint-5.004/perl
13494 ! pod/checkpods.PL pod/perlfunc.pod
13495 ____________________________________________________________________________
13496 [ 701] By: TimBunce on 1998/03/03 18:13:54
13497 Log: Title: "Fix line numbers after here documents in eval STRING", #F069
13498 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13499 Msg-ID: <199710241745.NAA08166@monk.mps.ohio-state.edu>
13501 Branch: maint-5.004/perl
13503 ____________________________________________________________________________
13504 [ 700] By: TimBunce on 1998/03/03 18:11:20
13505 Log: Title: "Fix SEGV from combining caller and C<package;>", #F068
13506 From: James Duncan <jduncan@epitome.hawk.igs.net>, Nicholas Clark
13508 Msg-ID: <199710241248.NAA00163@flirble.org>,
13509 <Pine.LNX.3.96.971024135912.12197A-100000@epitome.hawk.igs.
13511 Files: pp_ctl.c sv.c
13512 Branch: maint-5.004/perl
13514 ____________________________________________________________________________
13515 [ 699] By: TimBunce on 1998/03/03 18:06:59
13516 Log: Title: "Don't fold string comparison under C<use locale>", #F067
13517 From: Jarkko Hietaniemi <jhi@iki.fi>
13518 Msg-ID: <199711151506.RAA26287@alpha.hut.fi>
13520 Branch: maint-5.004/perl
13522 ____________________________________________________________________________
13523 [ 698] By: TimBunce on 1998/03/03 18:04:51
13524 Log: Title: "Fix SEGV on constant at end of sort block", #F066
13525 From: Administration <fadmin@informatics.muni.cz>
13526 Msg-ID: <199711170838.JAA26073@thetis.fi.muni.cz>
13528 Branch: maint-5.004/perl
13530 ____________________________________________________________________________
13531 [ 697] By: TimBunce on 1998/03/03 18:02:54
13532 Log: Title: "Allow C<last()> to mean C<last>", #F065
13533 From: Chip Salzenberg
13535 Branch: maint-5.004/perl
13537 ____________________________________________________________________________
13538 [ 696] By: TimBunce on 1998/03/03 17:58:12
13539 Log: Title: "Fix extension version mismatch message", #F064
13540 From: Chip Salzenberg
13542 Branch: maint-5.004/perl
13544 ____________________________________________________________________________
13545 [ 695] By: TimBunce on 1998/03/03 17:53:04
13546 Log: Title: "Better handle and test struct tm of Linux and SunOS", #F063
13547 From: Andy Dougherty <doughera@newton.phys.lafayette.edu>
13548 Msg-ID: <Pine.SUN.3.96.980205134340.15567B-100000@newton.phys>
13549 Files: MANIFEST ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
13550 hints/linux.sh hints/sunos_4_1.sh t/lib/posix.t
13551 Branch: maint-5.004/perl
13552 + ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
13553 ! MANIFEST hints/linux.sh hints/sunos_4_1.sh t/lib/posix.t
13554 ____________________________________________________________________________
13555 [ 694] By: TimBunce on 1998/03/03 17:40:47
13556 Log: Title: "Fix doc bug in getservbyname() examples", #F062
13557 From: Tom Christiansen
13558 Files: ext/Socket/Socket.pm
13559 Branch: maint-5.004/perl
13560 ! ext/Socket/Socket.pm
13561 ____________________________________________________________________________
13562 [ 693] By: TimBunce on 1998/03/03 17:32:57
13563 Log: Title: "Kill warning about parameter type", #F061
13564 From: Chip Salzenberg
13566 Branch: maint-5.004/perl
13568 ____________________________________________________________________________
13569 [ 692] By: TimBunce on 1998/03/03 17:11:07
13570 Log: Title: "Socket occasional SEGV", #F060
13571 From: Trevor Blackwell <tlb@viaweb.com>
13572 Msg-ID: <199710281804.NAA09632@wagg.viaweb.com>
13573 Files: ext/Socket/Socket.xs
13574 Branch: maint-5.004/perl
13575 ! ext/Socket/Socket.xs
13576 ____________________________________________________________________________
13577 [ 691] By: TimBunce on 1998/03/03 17:09:51
13578 Log: Title: "Avoid SEGV from local($@)", #F059
13579 From: Gurusamy Sarathy <gsar@engin.umich.edu>
13580 Msg-ID: <199710290251.VAA14362@aatma.engin.umich.edu>
13582 Branch: maint-5.004/perl
13584 ____________________________________________________________________________
13585 [ 690] By: TimBunce on 1998/03/03 17:08:21
13586 Log: Title: "Don't use broken pad_reset() (was Re: Perl bug in 5.004_03 )", #F058
13587 From: Gurusamy Sarathy <gsar@engin.umich.edu>
13588 Msg-ID: <199710300036.TAA01004@aatma.engin.umich.edu>
13590 Branch: maint-5.004/perl
13592 ____________________________________________________________________________
13593 [ 689] By: TimBunce on 1998/03/03 17:05:57
13594 Log: Title: "Use STMT_{START,END} in XSRETURN", #F057
13595 From: Gurusamy Sarathy <gsar@engin.umich.edu>
13596 Msg-ID: <199710300245.VAA04244@aatma.engin.umich.edu>
13598 Branch: maint-5.004/perl
13600 ____________________________________________________________________________
13601 [ 688] By: TimBunce on 1998/03/03 17:04:15
13602 Log: Title: "Re: Sort grammar bug", #F056
13603 From: Gurusamy Sarathy <gsar@engin.umich.edu>
13604 Msg-ID: <199711011946.OAA18882@aatma.engin.umich.edu>
13606 Branch: maint-5.004/perl
13608 ____________________________________________________________________________
13609 [ 687] By: TimBunce on 1998/03/03 17:01:32
13610 Log: Title: "Document indirect object cases for exec(), system()", #F055
13611 From: Dominic Dunlop <domo@slipper.ip.lu>
13612 Msg-ID: <v03110700b084e89234a7@[194.51.248.90]>
13613 Files: pod/perlfunc.pod
13614 Branch: maint-5.004/perl
13616 ____________________________________________________________________________
13617 [ 686] By: TimBunce on 1998/03/03 16:56:44
13618 Log: Title: "Update docs on tr///", #F054
13619 From: Tom Phoenix <rootbeer@teleport.com>
13620 Msg-ID: <Pine.GSO.3.96.971103071602.10568C-100000@usertest.teleport.com>
13621 Files: pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
13622 pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
13623 pod/perlstyle.pod toke.c
13624 Branch: maint-5.004/perl
13625 ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
13626 ! pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
13627 ! pod/perlstyle.pod toke.c
13628 ____________________________________________________________________________
13629 [ 685] By: TimBunce on 1998/03/03 16:38:50
13630 Log: Title: "Re: perlop bitwise & | ^ documentation", #F053
13631 From: Tom Phoenix <rootbeer@teleport.com>
13632 Msg-ID: <Pine.GSO.3.96.971106073858.29771O-100000@usertest.teleport.com>
13633 Files: pod/perlop.pod
13634 Branch: maint-5.004/perl
13636 ____________________________________________________________________________
13637 [ 684] By: TimBunce on 1998/03/03 16:37:00
13638 Log: Title: "Fix SEGV on C<*glob{'SCALAR','ARRAY'}>", #F052
13639 From: "Joseph N. Hall" <joseph@cscaper.com>
13640 Msg-ID: <199711110552.WAA12613@gadget.cscaper.com>
13641 Files: perly.c perly.c.diff perly.y vms/perly_c.vms
13642 Branch: maint-5.004/perl
13643 ! perly.c perly.c.diff perly.y vms/perly_c.vms
13644 ____________________________________________________________________________
13645 [ 683] By: TimBunce on 1998/03/03 16:31:15
13646 Log: Title: "for perlguts.pod: document sv_derived_from, sv_vcatpfn and
13648 From: jan.dubois@ibm.net (Jan Dubois) and Chip Salzenberg
13649 Msg-ID: <346ae970.7444534@smtp1.ibm.net>
13650 Files: pod/perlguts.pod
13651 Branch: maint-5.004/perl
13653 ____________________________________________________________________________
13654 [ 682] By: TimBunce on 1998/03/03 16:28:30
13655 Log: Title: "5.004_04: locale startup failure (at last) documented", #F050
13656 From: Jarkko Hietaniemi <jhi@iki.fi>
13657 Msg-ID: <199711172054.WAA08261@alpha.hut.fi>
13658 Files: INSTALL pod/perldiag.pod pod/perllocale.pod
13659 Branch: maint-5.004/perl
13660 ! INSTALL pod/perldiag.pod pod/perllocale.pod
13661 ____________________________________________________________________________
13662 [ 681] By: TimBunce on 1998/03/03 16:24:12
13663 Log: Title: "Cope with lack of args in Fcntl::AUTOLOAD", #F049
13664 From: Jerome Abela <abela@hsc.fr>
13665 Msg-ID: <19971120183248.23588@coredump.hsc.fr>
13666 Files: ext/Fcntl/Fcntl.pm
13667 Branch: maint-5.004/perl
13668 ! ext/Fcntl/Fcntl.pm
13669 ____________________________________________________________________________
13670 [ 680] By: TimBunce on 1998/03/03 16:23:20
13671 Log: Title: "Commenting toke.c", #F048
13672 From: gnat@frii.com
13673 Msg-ID: <199801082138.OAA14186@prometheus.frii.com>
13675 Branch: maint-5.004/perl
13677 ____________________________________________________________________________
13678 [ 679] By: TimBunce on 1998/03/03 16:18:32
13679 Log: Title: "Re: 5.004_04 vec() fails with 32-bit values", #F047
13680 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13681 Msg-ID: <E0xsnr8-0007SS-00@taurus.cus.cam.ac.uk>
13682 Files: pod/perlguts.pod pp.c t/op/vec.t
13683 Branch: maint-5.004/perl
13684 ! pod/perlguts.pod pp.c t/op/vec.t
13685 ____________________________________________________________________________
13686 [ 678] By: TimBunce on 1998/03/03 16:15:44
13687 Log: Title: "A few perl5.004_03 bugs", #F046
13688 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13689 Msg-ID: <199801221211.MAA05315@crypt.compulink.co.uk>
13690 Files: mg.c t/op/magic.t
13691 Branch: maint-5.004/perl
13692 ! mg.c t/op/magic.t
13693 ____________________________________________________________________________
13694 [ 677] By: TimBunce on 1998/03/03 16:13:11
13695 Log: Title: "Faster, cleaner av_unshift() ", #F045
13696 From: Gisle Aas <gisle@aas.no>
13697 Msg-ID: <199801221850.TAA23111@furu.g.aas.no>
13699 Branch: maint-5.004/perl
13701 ____________________________________________________________________________
13702 [ 676] By: TimBunce on 1998/03/03 16:04:30
13703 Log: Title: "New hints/solaris2.sh", #F044
13704 From: Stephen Zander <srz@mckesson.com>
13705 Msg-ID: <87oh12y458.fsf@wsuse5.mckesson.com>
13706 Files: hints/solaris_2.sh
13707 Branch: maint-5.004/perl
13708 ! hints/solaris_2.sh
13709 ____________________________________________________________________________
13710 [ 675] By: TimBunce on 1998/03/03 15:33:07
13711 Log: Title: "Refresh Complex.pm and test", #F043
13712 From: Jarkko Hietaniemi <jhi@iki.fi>
13713 Msg-ID: <199802051608.SAA20262@alpha.hut.fi>
13714 Files: lib/Math/Complex.pm t/lib/complex.t
13715 Branch: maint-5.004/perl
13716 ! lib/Math/Complex.pm t/lib/complex.t
13717 ____________________________________________________________________________
13718 [ 674] By: TimBunce on 1998/03/03 15:29:16
13719 Log: Title: "Fix (\@@) proto", #F042
13720 From: "Joseph N. Hall" <joseph@cscaper.com>
13721 Msg-ID: <199801240132.SAA25111@gadget.cscaper.com>
13722 Files: op.c t/comp/proto.t
13723 Branch: maint-5.004/perl
13724 ! op.c t/comp/proto.t
13725 ____________________________________________________________________________
13726 [ 673] By: TimBunce on 1998/03/03 15:26:31
13727 Log: Title: "Allow empty BLOCK in code", #F041
13728 From: Vladimir Alexiev <vladimir@cs.ualberta.ca>
13729 Msg-ID: <19980129002112Z13378-6931+226@scapa.cs.ualberta.ca>
13731 Branch: maint-5.004/perl
13733 ____________________________________________________________________________
13734 [ 672] By: TimBunce on 1998/03/03 15:23:55
13735 Log: Title: "Fix name of $Foo::{'Bar::'}: '*Foo::Bar::'", #F040
13736 From: Chip Salzenberg
13737 Files: gv.c t/op/gv.t
13738 Branch: maint-5.004/perl
13740 ____________________________________________________________________________
13741 [ 671] By: TimBunce on 1998/03/03 10:02:32
13742 Log: Title: "Keep accurate reference count on globs' stashes", #F038
13743 From: Gisle Aas <gisle@aas.no>
13744 Msg-ID: <m3zpk7sd3n.fsf@furu.g.aas.no>
13746 Branch: maint-5.004/perl
13748 ____________________________________________________________________________
13749 [ 670] By: TimBunce on 1998/03/03 09:59:48
13750 Log: Title: "Avoid memory allocation in gv_fetchpv(), for speed", #F037
13751 From: Chip Salzenberg
13753 Branch: maint-5.004/perl
13755 ____________________________________________________________________________
13756 [ 669] By: TimBunce on 1998/03/03 09:58:58
13757 Log: Title: "Make Configure less negative about PerlIO", #F036
13758 From: chip@atlantic.net
13759 Msg-ID: <199801312323.SAA15237@cyprus.atlantic.net>
13761 Branch: maint-5.004/perl
13763 ____________________________________________________________________________
13764 [ 668] By: TimBunce on 1998/03/03 09:55:51
13765 Log: Title: "Fix (mostly) pseudo-same-REs due to embedded NULs", #F035
13766 From: Martin Plechsmid <plechsmi@karlin.mff.cuni.cz>
13767 Msg-ID: <199802021217.NAA05230@albert.karlin.mff.cuni.cz>
13769 Branch: maint-5.004/perl
13771 ____________________________________________________________________________
13772 [ 667] By: TimBunce on 1998/03/03 09:52:59
13773 Log: Title: "Make Getopt::Long avoid $&, $`, $'", #F034
13774 From: Irving Reid <irving@tor.securecomputing.com>
13775 Msg-ID: <98Feb3.005102est.11655@janus.tor.securecomputing.com>
13776 Files: lib/Getopt/Long.pm
13777 Branch: maint-5.004/perl
13778 ! lib/Getopt/Long.pm
13779 ____________________________________________________________________________
13780 [ 666] By: TimBunce on 1998/03/03 09:51:27
13781 Log: Title: "adding the newSVpvn API function", #F033
13782 From: Matthias Ulrich Neeracher <neeri@iis.ee.ethz.ch>
13783 Msg-ID: <199801310532.GAA23798@solar.ethz.ch>
13784 Files: pod/perlguts.pod pod/perltoc.pod proto.h global.sym sv.c
13785 Branch: maint-5.004/perl
13786 ! global.sym pod/perlguts.pod pod/perltoc.pod proto.h sv.c
13787 ____________________________________________________________________________
13788 [ 665] By: TimBunce on 1998/03/03 09:43:30
13789 Log: Title: "Support C<Package::> as function-blind bearword", #F032
13790 From: Chip Salzenberg
13792 Branch: maint-5.004/perl
13794 ____________________________________________________________________________
13795 [ 664] By: TimBunce on 1998/03/03 09:41:40
13796 Log: Title: "Re-optimize character classes", #F031
13797 From: Chip Salzenberg
13798 Files: regcomp.h regcomp.c regexec.c
13799 Branch: maint-5.004/perl
13800 ! regcomp.c regcomp.h regexec.c
13801 ____________________________________________________________________________
13802 [ 663] By: TimBunce on 1998/03/03 09:39:55
13803 Log: Title: "Fix C<if (1) { local $x }> which needed ENTER/LEAVE", #F030
13804 From: dfh@dwroll.lucent.com (D461-David_F_Haertig(Dave)83040)
13805 Msg-ID: <EnKC0q.6qI@drnews.dr.lucent.com>
13806 Files: op.c t/op/local.t
13807 Branch: maint-5.004/perl
13808 ! op.c t/op/local.t
13809 ____________________________________________________________________________
13810 [ 662] By: TimBunce on 1998/03/03 09:37:51
13811 Log: Title: "Dramatically improve performance of // with parens or $&", #F029
13812 From: Chip Salzenberg
13813 Files: cop.h perl.h proto.h regexp.h gv.c interp.sym perl.c pp.c pp_ctl.c
13814 pp_hot.c regexec.c scope.c
13815 Branch: maint-5.004/perl
13816 ! cop.h gv.c interp.sym perl.c perl.h pp.c pp_ctl.c pp_hot.c
13817 ! proto.h regexec.c regexp.h scope.c
13818 ____________________________________________________________________________
13819 [ 661] By: TimBunce on 1998/03/03 09:27:04
13820 Log: Title: "Don't warn on $x{shift}, ne => 1, or -f => 1", #F028
13821 From: Chip Salzenberg
13823 Branch: maint-5.004/perl
13825 ____________________________________________________________________________
13826 [ 660] By: TimBunce on 1998/03/03 09:24:41
13827 Log: Title: "Protect against weirdness with unreal @_ in C<local @_>", #F027
13828 From: Chip Salzenberg
13830 Branch: maint-5.004/perl
13832 ____________________________________________________________________________
13833 [ 659] By: TimBunce on 1998/03/03 09:24:00
13834 Log: Title: "Fix C<printf "%.0d", 0>", #F026
13835 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13836 Msg-ID: <199711021331.NAA01826@crypt.compulink.co.uk>
13837 Files: sv.c t/op/sprintf.t
13838 Branch: maint-5.004/perl
13839 ! sv.c t/op/sprintf.t
13840 ____________________________________________________________________________
13841 [ 658] By: TimBunce on 1998/03/03 09:22:13
13842 Log: Title: "Tiny core patch for source filters", #F025
13843 From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
13844 Msg-ID: <9711202312.AA02937@claudius.bfsec.bt.co.uk>
13846 Branch: maint-5.004/perl
13848 ____________________________________________________________________________
13849 [ 657] By: TimBunce on 1998/03/03 09:20:00
13850 Log: Title: "Here-doc in s///e (was: Bug)", #F024
13851 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13852 Msg-ID: <199711221445.OAA14153@crypt.compulink.co.uk>
13853 Files: t/base/lex.t toke.c
13854 Branch: maint-5.004/perl
13855 ! t/base/lex.t toke.c
13856 ____________________________________________________________________________
13857 [ 656] By: TimBunce on 1998/03/03 09:17:56
13858 Log: Title: "Fix duplicate warnings on C<-e undef>", #F023
13859 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13860 Msg-ID: <199711221252.MAA14000@crypt.compulink.co.uk>
13861 Files: doio.c t/pragma/warn-1global
13862 Branch: maint-5.004/perl
13863 ! doio.c t/pragma/warn-1global
13864 ____________________________________________________________________________
13865 [ 655] By: TimBunce on 1998/03/03 09:16:56
13866 Log: Title: "Fix '*' prototype", #F022
13867 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13868 Msg-ID: <199711212225.RAA00755@monk.mps.ohio-state.edu>
13870 Branch: maint-5.004/perl
13872 ____________________________________________________________________________
13873 [ 654] By: TimBunce on 1998/03/03 09:15:04
13874 Log: Title: "File::Find bugs (and patches)", "File::Find bugs & patches", #F021
13875 From: "Conrad E. Kimball" <cek@tblv021.ca.boeing.com>
13876 Msg-ID: <199711260703.XAA21257@mailgate2.boeing.com>
13877 Files: lib/File/Find.pm
13878 Branch: maint-5.004/perl
13880 ____________________________________________________________________________
13881 [ 653] By: TimBunce on 1998/03/03 09:11:55
13882 Log: Title: "Fix typo: FORM{,AT}LINE", #F020
13883 From: Chip Salzenberg
13885 Branch: maint-5.004/perl
13887 ____________________________________________________________________________
13888 [ 652] By: TimBunce on 1998/03/03 09:07:50
13889 Log: Title: "Fix use of unref mem when blessed object goes out of scope", #F019
13890 From: Gurusamy Sarathy <gsar@engin.umich.edu>
13891 Msg-ID: <199711282326.SAA15090@aatma.engin.umich.edu>
13893 Branch: maint-5.004/perl
13895 ____________________________________________________________________________
13896 [ 651] By: TimBunce on 1998/03/03 09:07:10
13897 Log: Title: "Fix C<my ($a, undef, $b) = @x>", #F018
13898 From: Stephane Payrard <stef@francenet.fr>
13899 Msg-ID: <199712040054.BAA04612@www.zweig.com>
13900 Files: op.c t/op/my.t
13901 Branch: maint-5.004/perl
13903 ____________________________________________________________________________
13904 [ 650] By: TimBunce on 1998/03/03 09:04:04
13905 Log: Title: "enhanced "use strict" warning", #F017
13906 From: Tkil <tkil@reptile.scrye.com>
13907 Msg-ID: <199712040938.CAA07628@reptile.scrye.com>
13908 Files: gv.c t/pragma/strict-subs t/pragma/strict-vars
13909 Branch: maint-5.004/perl
13910 ! gv.c t/pragma/strict-subs t/pragma/strict-vars
13911 ____________________________________________________________________________
13912 [ 649] By: TimBunce on 1998/03/03 09:02:55
13913 Log: Title: "eval of sub gives spurious "uninitialised" warning", #F016
13914 From: Gurusamy Sarathy <gsar@engin.umich.edu>
13915 Msg-ID: <199712061025.FAA14396@aatma.engin.umich.edu>
13916 Files: pod/perldelta.pod pod/perlfunc.pod op.c t/op/eval.t
13917 Branch: maint-5.004/perl
13918 ! op.c pod/perldelta.pod pod/perlfunc.pod t/op/eval.t
13919 ____________________________________________________________________________
13920 [ 648] By: TimBunce on 1998/03/03 08:58:00
13921 Log: Title: "[PERL] Assigning result of pop scrambles unrelated reference", #F015
13922 From: Gurusamy Sarathy <gsar@engin.umich.edu>
13923 Msg-ID: <199712061100.GAA14864@aatma.engin.umich.edu>
13925 Branch: maint-5.004/perl
13927 ____________________________________________________________________________
13928 [ 647] By: TimBunce on 1998/03/03 08:53:35
13929 Log: Title: "[PERL] Filedescriptor leak in 5.004_55 (and earlier)", #F014
13930 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13931 Msg-ID: <199712151922.OAA06410@monk.mps.ohio-state.edu>
13932 Files: os2/os2.c util.c
13933 Branch: maint-5.004/perl
13935 ____________________________________________________________________________
13936 [ 646] By: TimBunce on 1998/03/03 08:51:04
13937 Log: Title: "Fix fdopen() on STD{IN,OUT,ERR}", #F013
13938 From: Roderick Schertler <roderick@argon.org>
13939 Msg-ID: <pzg1npp6e3.fsf@eeyore.ibcinc.com>
13940 Files: doio.c t/op/misc.t
13941 Branch: maint-5.004/perl
13942 ! doio.c t/op/misc.t
13943 ____________________________________________________________________________
13944 [ 645] By: TimBunce on 1998/03/03 08:49:34
13945 Log: Title: "Fix local $a[0] and local $h{a}", #F012
13946 From: Stephen McCamant <alias@mcs.com>
13947 Msg-ID: <m0xjWFq-000EZeC@alias-2.pr.mcs.net>
13948 Files: embed.h scope.h global.sym pp.c pp_hot.c scope.c t/op/local.t
13949 Branch: maint-5.004/perl
13950 ! embed.h global.sym pp.c pp_hot.c scope.c scope.h t/op/local.t
13951 ____________________________________________________________________________
13952 [ 644] By: TimBunce on 1998/03/03 08:43:06
13953 Log: Title: "Eliminate redundant mg_get() in SvTRUE()", #F011
13954 From: Spider Boardman <spider@orb.nashua.nh.us>
13955 Msg-ID: <199712251839.NAA14800@Orb.Nashua.NH.US>
13957 Branch: maint-5.004/perl
13959 ____________________________________________________________________________
13960 [ 643] By: TimBunce on 1998/03/03 08:41:07
13961 Log: Title: "Don't force scalar context on C<my @x> or C<my %x>", #F010
13962 From: Chip Salzenberg
13963 Files: op.c t/op/my.t
13964 Branch: maint-5.004/perl
13966 ____________________________________________________________________________
13967 [ 642] By: TimBunce on 1998/03/03 08:39:11
13968 Log: Title: "Fix assignment to $_[0] in DESTROY", #F009
13969 From: Gurusamy Sarathy <gsar@engin.umich.edu>
13970 Msg-ID: <199801010030.TAA14274@aatma.engin.umich.edu>
13971 Files: pod/perlobj.pod sv.c t/op/ref.t
13972 Branch: maint-5.004/perl
13973 ! pod/perlobj.pod sv.c t/op/ref.t
13974 ____________________________________________________________________________
13975 [ 641] By: gsar on 1998/03/03 04:39:49
13976 Log: merge problematic maintpatch to op.c
13977 #77: "Eliminate double warnings under C<package;>"
13978 From: Chip Salzenberg
13979 Files: gv.c op.c toke.c
13982 ____________________________________________________________________________
13983 [ 640] By: gsar on 1998/03/03 04:30:22
13984 Log: merge another conflicting maintpatch to op.c
13985 #17: "Enhanced "use strict" warning"
13986 From: Tkil <tkil@reptile.scrye.com>
13987 Msg-ID: <199712040938.CAA07628@reptile.scrye.com>
13988 Date: Thu, 4 Dec 1997 02:38:26 -0700
13989 Files: gv.c t/pragma/strict-subs t/pragma/strict-vars
13991 ! gv.c t/pragma/strict-subs t/pragma/strict-vars
13992 ____________________________________________________________________________
13993 [ 639] By: gsar on 1998/03/03 04:09:11
13995 #73: "Fix order of warnings for misplaced subscripts"
13996 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13997 Msg-ID: <199710131023.LAA16796@crypt.compulink.co.uk>
13998 Date: Mon, 13 Oct 1997 11:23:56 +0100
14002 ____________________________________________________________________________
14003 [ 638] By: gsar on 1998/03/03 04:02:16
14004 Log: manually apply another conflicting maintpatch
14005 #64: "Fix extension version mismatch message"
14006 From: Chip Salzenberg
14010 ____________________________________________________________________________
14011 [ 637] By: gsar on 1998/03/03 03:57:08
14013 #62: "Fix doc bug in getservbyname() examples"
14014 From: Tom Christiansen
14015 Files: ext/Socket/Socket.pm
14017 ! ext/Socket/Socket.pm
14018 ____________________________________________________________________________
14019 [ 636] By: gsar on 1998/03/03 03:55:13
14021 #60: "Socket occasional SEGV"
14022 From: Trevor Blackwell <tlb@viaweb.com>
14023 Msg-ID: <199710281804.NAA09632@wagg.viaweb.com>
14024 Date: Tue, 28 Oct 1997 13:04:43 -0500 (EST)
14025 Files: ext/Socket/Socket.xs
14027 ! ext/Socket/Socket.xs
14028 ____________________________________________________________________________
14029 [ 635] By: gsar on 1998/03/03 03:51:01
14030 Log: maintpatches for docs
14031 #53: "Perlop bitwise & | ^ documentation"
14032 From: Tom Phoenix <rootbeer@teleport.com>
14033 Msg-ID: <Pine.GSO.3.96.971106073858.29771O-100000@usertest.teleport.c
14034 Date: Thu, 6 Nov 1997 07:44:52 -0800 (PST)
14035 Files: pod/perlfunc.pod
14037 #54: "Update docs on tr///"
14038 From: Tom Phoenix <rootbeer@teleport.com>
14039 Msg-ID: <Pine.GSO.3.96.971103071602.10568C-100000@usertest.teleport.c
14040 Date: Mon, 3 Nov 1997 07:28:39 -0800 (PST)
14041 Files: pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
14042 pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
14043 pod/perlstyle.pod toke.c
14045 ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
14046 ! pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
14047 ! pod/perlstyle.pod toke.c
14048 ____________________________________________________________________________
14049 [ 634] By: gsar on 1998/03/03 03:43:42
14050 Log: another maintpatch (this one needed adjust of test nos.)
14051 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14052 Message-Id: <199801221211.MAA05315@crypt.compulink.co.uk>
14053 Date: Thu, 22 Jan 1998 12:11:49 +0000
14054 Subject: Re: [PERL] A few perl5.004_03 bugs
14056 ! mg.c t/op/magic.t
14057 ____________________________________________________________________________
14058 [ 633] By: gsar on 1998/03/03 03:36:40
14059 Log: merge another toke.c patch and its dependent (very carefully)
14060 #32: "Support C<Package::> as function-blind bearword"
14061 From: Chip Salzenberg
14064 #86: "Make warning on C<Nosuch::> optional, add to perl{diag,delta}.pod"
14065 From: Gurusamy Sarathy
14066 Files: toke.c pod/perldelta.pod pod/perldiag.pod
14068 ! pod/perldelta.pod pod/perldiag.pod toke.c
14069 ____________________________________________________________________________
14070 [ 632] By: gsar on 1998/03/03 03:12:16
14071 Log: another toke.c maintpatch
14072 #28: "Don't warn on $x{shift}, ne => 1, or -f => 1"
14073 From: Chip Salzenberg
14077 ____________________________________________________________________________
14078 [ 631] By: gsar on 1998/03/03 03:06:59
14079 Log: still another maintpatch
14080 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14081 Message-Id: <199711021331.NAA01826@crypt.compulink.co.uk>
14082 Date: Sun, 02 Nov 1997 13:31:54 +0000
14083 Subject: [PATCH] assorted sprintf bugs
14085 ! sv.c t/op/sprintf.t
14086 ____________________________________________________________________________
14087 [ 630] By: gsar on 1998/03/03 03:03:55
14088 Log: yet another maintpatch
14089 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14090 Message-Id: <199711221252.MAA14000@crypt.compulink.co.uk>
14091 Date: Sat, 22 Nov 1997 12:52:16 +0000
14092 Subject: Re: [PERL] Unexpected output
14094 ! doio.c t/pragma/warn-1global
14095 ____________________________________________________________________________
14096 [ 629] By: gsar on 1998/03/03 02:57:33
14097 Log: merge another maintpatch to toke.c
14098 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14099 Date: Sat, 22 Nov 1997 14:45:23 GMT
14100 Message-Id: <199711221445.OAA14153@crypt.compulink.co.uk>
14101 Subject: Re: [PERL] Here-doc in s///e (was: Bug)
14103 ! t/base/lex.t toke.c
14104 ____________________________________________________________________________
14105 [ 628] By: gsar on 1998/03/03 02:50:20
14106 Log: manually merge a maintpatch
14107 Date: Thu, 8 Jan 1998 14:38:04 -0700 (MST)
14108 Message-Id: <199801082138.OAA14186@prometheus.frii.com>
14109 From: gnat@frii.com
14110 Subject: [PERL] Commenting toke.c
14113 ____________________________________________________________________________
14114 [ 627] By: TimBunce on 1998/03/02 22:34:47
14115 Log: Title: "Fix inefficient checks for TIEHANDLE", #F008
14116 From: Gurusamy Sarathy <gsar@engin.umich.edu>
14117 Msg-ID: <199801080106.UAA05048@aatma.engin.umich.edu>
14118 Files: pp_hot.c pp_sys.c
14119 Branch: maint-5.004/perl
14120 ! pp_hot.c pp_sys.c
14121 ____________________________________________________________________________
14122 [ 626] By: TimBunce on 1998/03/02 22:31:13
14123 Log: This is the change description for change 625
14124 Title: "Fix tr///s option", #F007
14125 From: Inaba Hiroto <inaba@st.rim.or.jp>
14126 Msg-ID: <19980110155333D.inaba@st.rim.or.jp>
14128 Branch: maint-5.004/perl
14130 ____________________________________________________________________________
14131 [ 625] By: TimBunce on 1998/03/02 22:23:48
14132 Log: Branch: maint-5.004/perl
14134 ____________________________________________________________________________
14135 [ 623] By: TimBunce on 1998/03/02 21:51:53
14136 Log: Title: "Fix lexical lookup in eval-sub-eval", #F006
14137 From: Chip Salzenberg
14139 Branch: maint-5.004/perl
14141 ____________________________________________________________________________
14142 [ 622] By: TimBunce on 1998/03/02 21:43:29
14143 Log: Title: "Don't upgrade target of assignment from LVALUE", #F005
14144 From: Chip Salzenberg
14146 Branch: maint-5.004/perl
14148 ____________________________________________________________________________
14149 [ 621] By: TimBunce on 1998/03/02 21:29:59
14150 Log: Title: "Fix compile-time warning line in while ()", #F004
14151 From: Chip Salzenberg
14153 Branch: maint-5.004/perl
14155 ____________________________________________________________________________
14156 [ 620] By: TimBunce on 1998/03/02 21:25:27
14157 Log: Title: "STMT foreach LIST;", #F002
14158 From: Chip Salzenberg
14159 Files: pod/perlsyn.pod perly.c perly.c.diff perly.y t/cmd/mod.t toke.c
14161 Branch: maint-5.004/perl
14162 ! perly.c perly.c.diff perly.y pod/perlsyn.pod t/cmd/mod.t
14163 ! toke.c vms/perly_c.vms
14164 ____________________________________________________________________________
14165 [ 619] By: TimBunce on 1998/03/02 21:12:58
14166 Log: Title: "Fix SIGSEGV on C<42 until forever>", #F001
14167 From: Chip Salzenberg
14169 Branch: maint-5.004/perl
14171 ____________________________________________________________________________
14172 [ 618] By: gsar on 1998/03/02 04:40:16
14173 Log: make t/lib/nothread.t type xtext also
14176 ____________________________________________________________________________
14177 [ 617] By: gsar on 1998/03/02 04:35:15
14178 Log: make t/lib/thread.t type xtext
14181 ____________________________________________________________________________
14182 [ 616] By: gsar on 1998/03/02 04:17:40
14183 Log: fix misapplied hunks in change#614
14186 ____________________________________________________________________________
14187 [ 615] By: gsar on 1998/03/02 03:39:16
14188 Log: another one down
14189 From: "Conrad E. Kimball" <cek@tblv021.ca.boeing.com>
14190 Message-Id: <199711260703.XAA21257@mailgate2.boeing.com>
14191 Date: Tue, 25 Nov 1997 23:03:48 -0800
14192 Subject: [PERL] File::Find bugs & patches
14195 ____________________________________________________________________________
14196 [ 614] By: gsar on 1998/03/02 03:28:28
14197 Log: this one with adjusted test numbers
14198 Message-Id: <m0xjWFq-000EZeC@alias-2.pr.mcs.net>
14199 Date: Sat, 20 Dec 1997 15:16:14 -0600 (CST)
14200 From: Stephen McCamant <alias@mcs.com>
14201 Subject: [PERL] [PATCH] Fix local $a[0] and local $h{a}
14203 ! embed.h global.sym pp.c pp_hot.c scope.c scope.h t/op/local.t
14204 ____________________________________________________________________________
14205 [ 613] By: gsar on 1998/03/02 03:13:32
14207 From: Inaba Hiroto <inaba@st.rim.or.jp>
14208 Subject: [PERL] tr///s bug
14209 Message-Id: <19980110155333D.inaba@st.rim.or.jp>
14210 Date: Sat, 10 Jan 1998 15:53:33 +0900
14212 ! doop.c t/op/subst.t
14213 ____________________________________________________________________________
14214 [ 612] By: gsar on 1998/03/02 03:01:27
14215 Log: yet another patch
14216 From: Chip Salzenberg <salzench@nielsenmedia.com>
14217 Message-Id: <199709161748.NAA08418@nielsenmedia.com>
14218 Subject: Tiny but massively cool: C<statement foreach @list>
14219 Date: Tue, 16 Sep 1997 13:47:28 -0400 (EDT)
14221 ! perly.c perly.c.diff perly.y pod/perlsyn.pod t/cmd/mod.t
14222 ! toke.c vms/perly_c.vms
14223 ____________________________________________________________________________
14224 [ 611] By: gsar on 1998/03/02 01:52:46
14225 Log: yet another 'old' patch
14226 From: Stephane Payrard <stef@francenet.fr>
14227 Message-Id: <199712040054.BAA04612@www.zweig.com>
14228 To: perl5-porters@perl.org
14229 Subject: Re: [PERL] buglet : minor but gratuitous inconsistency
14230 between `my' and `local' (Patch included)
14233 ____________________________________________________________________________
14234 [ 610] By: gsar on 1998/03/02 01:45:55
14235 Log: another 'old' patch
14236 From: Roderick Schertler <roderick@argon.org>
14237 Date: 19 Dec 1997 12:52:36 -0500
14238 Message-Id: <pzg1npp6e3.fsf@eeyore.ibcinc.com>
14239 Subject: [PERL] [PATCH] Re: Problem with open >&=
14241 ! doio.c t/op/misc.t
14242 ____________________________________________________________________________
14243 [ 609] By: gsar on 1998/03/02 01:23:56
14244 Log: apply missing pieces from:
14245 From: Chip Salzenberg <salzench@nielsenmedia.com>
14246 Message-Id: <199711272044.PAA12102@nielsenmedia.com>
14247 Subject: [PATCH] Improved LVALUE patch
14248 Date: Thu, 27 Nov 1997 15:44:02 -0500 (EST)
14251 ____________________________________________________________________________
14252 [ 608] By: gsar on 1998/03/02 01:13:01
14253 Log: merge two important 'old' patches
14254 From: Chip Salzenberg <salzench@nielsenmedia.com>
14255 Message-Id: <199709241632.MAA09164@nielsenmedia.com>
14256 Subject: [PATCH] Fix C<42 until forever> SIGSEGV
14257 Date: Wed, 24 Sep 1997 12:32:11 -0400 (EDT)
14259 From: Chip Salzenberg <salzench@nielsenmedia.com>
14260 Message-Id: <199710221332.JAA04814@nielsenmedia.com>
14261 Subject: [PATCH] Fix for compile-time while() warnings
14262 Date: Wed, 22 Oct 1997 09:31:50 -0400 (EDT)
14265 ____________________________________________________________________________
14266 [ 607] By: gsar on 1998/03/01 06:52:26
14267 Log: integrate mainline changes
14269 +> Policy_sh.SH Porting/config.sh Porting/config_H atomic.h
14270 +> lib/Tie/Handle.pm t/op/tiehandle.t
14272 !> (integrate 89 files)
14273 ____________________________________________________________________________
14274 [ 606] By: gsar on 1998/02/28 23:11:00
14275 Log: misc small tweaks
14276 - AutoLoader fix for long::pack::names
14277 - d_mymalloc can be set from makefiles now
14278 - make search.pl actually work on win32
14279 - revert podoc about $^E on OS/2 (per Ilya's wishes)
14281 ! lib/AutoLoader.pm pod/perlvar.pod win32/Makefile
14282 ! win32/bin/search.pl win32/makefile.mk win32/win32.c
14283 ____________________________________________________________________________
14284 [ 605] By: gsar on 1998/02/28 22:16:45
14285 Log: fix typo in sv.h, and run 'make regen_headers' to make it build
14288 ____________________________________________________________________________
14289 [ 604] By: gsar on 1998/02/28 21:08:58
14290 Log: integrate mainline
14292 +> Policy_sh.SH atomic.h lib/Tie/Handle.pm t/op/tiehandle.t
14293 !> Configure MANIFEST Makefile.SH bytecode.h bytecode.pl
14294 !> byterun.c ext/SDBM_File/Makefile.PL
14295 !> ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/sdbm.h
14296 !> lib/ExtUtils/MM_VMS.pm os2/diff.configure os2/os2.c perl.c
14297 !> perlvars.h pod/perltie.pod pp_sys.c sv.c sv.h t/lib/anydbm.t
14298 !> t/lib/sdbm.t util.c vms/descrip.mms vms/perlvms.pod
14299 !> vms/test.com win32/makedef.pl
14300 ____________________________________________________________________________
14301 [ 603] By: nick on 1998/02/28 11:31:15
14302 Log: Missed FREAD in bytecode.h
14303 Cannot export svref_mutex in non-threaded perl
14305 ! bytecode.h win32/makedef.pl
14311 ____________________________________________________________________________
14312 [ 602] By: mbeattie on 1998/02/27 18:35:27
14313 Log: Change FREAD/FGETC to BGET_FREAD/BGET_FGETC to avoid clash with
14314 preprocessor symbol on Digital UNIX.
14316 ! bytecode.h bytecode.pl byterun.c
14317 ____________________________________________________________________________
14318 [ 601] By: mbeattie on 1998/02/27 18:27:00
14319 Log: Fix stupid ATOMIC_DEC_AND_TEST typo in sv.h.
14322 ____________________________________________________________________________
14323 [ 600] By: mbeattie on 1998/02/27 18:15:07
14324 Log: Add atomic.h to MANIFEST
14327 ____________________________________________________________________________
14328 [ 599] By: mbeattie on 1998/02/27 18:13:52
14329 Log: Integrate win32 branch into mainline.
14332 !> bytecode.h byterun.c byterun.h dosish.h embed.h embedvar.h
14333 !> ext/B/B.xs ext/B/Makefile.PL global.sym perl.h sv.c
14334 !> win32/Makefile win32/bin/pl2bat.pl win32/config.bc
14335 !> win32/config.gc win32/config.vc win32/config_H.bc
14336 !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
14337 !> win32/makedef.pl win32/makefile.mk win32/win32.c win32/win32.h
14338 !> win32/win32thread.h
14339 ____________________________________________________________________________
14340 [ 598] By: mbeattie on 1998/02/27 18:06:41
14341 Log: Make refcounts atomic for threading (dependent on appropriate
14342 arch-dependent and compiler-dependent definitions in atomic.h
14343 or else falls back to a global mutex to protect refcounts).
14346 ! global.sym perl.c perlvars.h sv.c sv.h
14347 ____________________________________________________________________________
14348 [ 597] By: mbeattie on 1998/02/27 15:37:22
14349 Log: Tiehandle stuff in change 595 didn't add to MANIFEST
14352 ____________________________________________________________________________
14353 [ 596] By: mbeattie on 1998/02/27 15:34:55
14354 Log: Missed adding new file Policy_sh.SH in change 592.
14357 ____________________________________________________________________________
14358 [ 595] By: mbeattie on 1998/02/27 15:34:06
14359 Log: Subject: [PATCH] _60 & _04 - Add WRITE & CLOSE to TIEHANDLE
14360 Date: Fri, 27 Feb 1998 04:15:04 +0000
14361 From: Graham Barr <gbarr@pobox.com>
14363 + lib/Tie/Handle.pm t/op/tiehandle.t
14364 ! pod/perltie.pod pp_sys.c
14365 ____________________________________________________________________________
14366 [ 594] By: mbeattie on 1998/02/27 15:31:12
14367 Log: From: Dan Sugalski <sugalskd@osshe.edu>
14368 Subject: [PATCH 5.004_60] Fix to MM_VMS.PM
14369 Date: Thu, 26 Feb 1998 11:09:55 -0800
14370 Subject: [PATCH 5.004_60] Get SDBM_File working on VMS
14371 Date: Thu, 26 Feb 1998 11:15:24 -0800
14373 ! ext/SDBM_File/Makefile.PL ext/SDBM_File/sdbm/Makefile.PL
14374 ! ext/SDBM_File/sdbm/sdbm.h lib/ExtUtils/MM_VMS.pm
14375 ! t/lib/anydbm.t t/lib/sdbm.t vms/descrip.mms vms/perlvms.pod
14377 ____________________________________________________________________________
14378 [ 593] By: mbeattie on 1998/02/27 15:26:45
14379 Log: Fix file-descriptor leak when pipes fail via taint checks:
14380 Subject: [PATCH] Some patches went through cracks
14381 Date: Thu, 26 Feb 1998 02:47:46 -0500 (EST)
14382 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14385 ____________________________________________________________________________
14386 [ 592] By: mbeattie on 1998/02/27 15:15:12
14387 Log: Subject: Config_60-03-04.diff patch for 5.004_60
14388 Date: Wed, 25 Feb 1998 17:14:39 -0500 (EST)
14389 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
14391 ! Configure MANIFEST Makefile.SH os2/diff.configure
14392 ____________________________________________________________________________
14393 [ 591] By: gsar on 1998/02/26 19:34:50
14394 Log: added AS patch#9
14396 - win32/ipdir.c win32/ipenv.c win32/iplio.c win32/ipmem.c
14397 - win32/ipproc.c win32/ipsock.c win32/ipstdio.c
14398 - win32/ipstdiowin.h win32/perlobj.def
14399 ! ObjXSub.h globals.c perl.c proto.h win32/Makefile
14400 ! win32/dl_win32.xs win32/runperl.c win32/win32.c win32/win32.h
14401 ! win32/win32sck.c win32/win32thread.c
14402 ____________________________________________________________________________
14403 [ 590] By: gsar on 1998/02/26 04:25:40
14404 Log: various changes to make win32 build under the new Configure & co.
14405 - added byterun.c to core C build
14406 - makefile.mk now has a regen_config_h target to quickly update config_H.[bgv]c
14407 after adding new variables to config.[bgv]c
14408 - sig_name_init now has only the valid signals
14409 - we now have $Config{usethreads}
14410 - tested under the two commercial compilers w/ and w/o usethreads
14412 ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
14413 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14414 ! win32/config_h.PL win32/makedef.pl win32/makefile.mk
14415 ____________________________________________________________________________
14416 [ 589] By: gsar on 1998/02/26 03:56:19
14417 Log: various cleanups so that B can be built as "just another extension"
14418 - export symbols needed for building B
14419 - bset_obj_store() is needed by byterun(), so define it there instead
14420 of at B.xs, and export it
14421 - freadpv() is only used in B.xs, so move it there
14422 - byte*.h are now included by perl.h
14423 - regenerate embed*.h
14425 ! bytecode.h bytecode.pl byterun.c byterun.h embed.h embedvar.h
14426 ! ext/B/B.xs ext/B/Makefile.PL global.sym perl.h
14427 ____________________________________________________________________________
14428 [ 588] By: gsar on 1998/02/25 21:46:35
14429 Log: integrate mainline
14431 +> Porting/config.sh Porting/config_H
14433 !> (integrate 54 files)
14434 ____________________________________________________________________________
14435 [ 587] By: gsar on 1998/02/25 19:20:26
14436 Log: added AS patch#8
14438 ! sv.c x2p/a2py.c x2p/util.c
14439 ____________________________________________________________________________
14440 [ 586] By: gsar on 1998/02/25 19:08:06
14441 Log: added AS patch#7
14442 Message-Id: <01BD40F9.CE57B210.dougl@ActiveState.com>
14443 Date: Tue, 24 Feb 1998 07:57:07 PST
14444 From: Douglas Lankshear <dougl@ActiveState.com>
14447 Here's an attempt at
14448 6. MANIFEST must be updated with new file names
14449 5. Mktime(), Stat() etc., rather than MKtime()/STat() etc.
14450 And some changes to move toward
14451 1. Merge PERL_OBJECT build support into regular Makefile and makefile.mk
14455 ! MANIFEST installperl ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
14456 ! ipsock.h ipstdio.h lib/ExtUtils/MM_Win32.pm perldir.h
14457 ! perlenv.h perlio.h perllio.h win32/Makefile
14458 ____________________________________________________________________________
14459 [ 585] By: mbeattie on 1998/02/25 17:44:34
14460 Log: More compiler tweaks.
14462 ! Makefile.SH bytecode.pl byterun.c byterun.h ext/B/B/Asmdata.pm
14463 ____________________________________________________________________________
14464 [ 584] By: mbeattie on 1998/02/25 15:36:38
14465 Log: Subject: [PATCH 5.004_60] dos-djgpp update
14466 Date: Wed, 25 Feb 1998 11:17:07 +0100
14467 From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
14469 ! djgpp/djgpp.c dosish.h hints/dos_djgpp.sh perl.c thread.h
14470 ____________________________________________________________________________
14471 [ 583] By: mbeattie on 1998/02/25 15:34:48
14472 Log: Move find_threadsv to right bit of global.sym. Bump patchlevel to 61.
14474 ! global.sym patchlevel.h
14475 ____________________________________________________________________________
14476 [ 582] By: mbeattie on 1998/02/25 15:28:08
14477 Log: Subject: Re: [PATCH 5.004_60] Fix goto-in-eval segfault (unwrapped!)
14478 Date: Tue, 24 Feb 1998 11:15:57 +0000
14479 From: Robin Houston <robin@oneworld.org>
14481 ! pod/perldiag.pod pp_ctl.c
14482 ____________________________________________________________________________
14483 [ 581] By: mbeattie on 1998/02/25 15:27:06
14484 Log: Subject: [PATCH] #ifdef CAN_PROTOTYPE cleanup
14485 Date: 23 Feb 1998 23:36:09 +0100
14486 From: Gisle Aas <gisle@aas.no>
14488 ! doio.c miniperlmain.c op.c perl.c pp.h regcomp.c toke.c util.c
14489 ____________________________________________________________________________
14490 [ 580] By: mbeattie on 1998/02/25 15:25:29
14491 Log: Subject: [PATCH 5.004_60] improved Test.pm
14492 Date: Sat, 21 Feb 1998 14:17:09 -0500
14493 From: Joshua Pritikin <pritikin@mindspring.com>
14496 ____________________________________________________________________________
14497 [ 579] By: mbeattie on 1998/02/25 15:23:24
14498 Log: HP-UX hints and AIX global.sym changes (with Makefile.SH rule)
14499 From: Jarkko Hietaniemi <jhi@iki.fi>
14500 Subject: [PATCH] 5.004_60: AIX: global.sym and Makefile.SH
14501 Date: Sat, 21 Feb 1998 15:26:19 +0200 (EET)
14502 Subject: Re: your HP-UX perl patch
14503 Date: Mon, 23 Feb 1998 23:14:37 +0200 (EET)
14505 ! Makefile.SH embed.h global.sym hints/hpux.sh
14506 ____________________________________________________________________________
14507 [ 578] By: mbeattie on 1998/02/25 15:18:06
14508 Log: Back out DB_File patch (change _553) and tweak Configure.
14509 Subject: ANNOUNCE: perl5.004_60 is available
14510 Date: Mon, 23 Feb 1998 10:47:26 -0000
14511 From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
14513 ! Configure ext/DB_File/DB_File.xs
14514 ____________________________________________________________________________
14515 [ 577] By: mbeattie on 1998/02/25 15:04:00
14516 Log: Subject: [PATCH] Cwd.pm
14517 Date: Fri, 20 Feb 1998 10:27:54 -0600
14518 From: Graham Barr <gbarr@ti.com>
14521 ____________________________________________________________________________
14522 [ 576] By: mbeattie on 1998/02/25 15:02:57
14523 Log: From: ilya@math.ohio-state.edu (Ilya Zakharevich)
14524 Subject: [5.004_5* PATCH] Make ornaments default in Term::ReadLine
14525 Date: Fri, 20 Feb 1998 00:09:52 -0500 (EST)
14526 Subject: [PATCH 5.004_5*] Fix debugger messages and the default package
14527 Date: Fri, 20 Feb 1998 00:12:28 -0500 (EST)
14528 Subject: Re: Continued presence of segmentation violation in study_chunk()[PATCH]
14529 Date: Sat, 21 Feb 1998 15:32:29 -0500 (EST)
14531 ! lib/Term/ReadLine.pm lib/perl5db.pl regcomp.c
14532 ____________________________________________________________________________
14533 [ 575] By: mbeattie on 1998/02/25 14:58:00
14534 Log: Subject: Re: ANNOUNCE: perl5.004_60 Configure patch is available
14535 Date: Tue, 24 Feb 1998 16:02:43 -0500 (EST)
14536 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
14538 + Porting/config.sh Porting/config_H
14540 ! Configure INSTALL MANIFEST Makefile.SH Porting/Glossary
14541 ! Porting/pumpkin.pod config_h.SH ext/POSIX/POSIX.xs
14542 ! hints/aix.sh hints/amigaos.sh hints/bsdos.sh hints/dec_osf.sh
14543 ! hints/freebsd.sh hints/irix_6.sh hints/linux.sh
14544 ! hints/netbsd.sh hints/next_3.sh hints/next_4.sh hints/os2.sh
14545 ! hints/solaris_2.sh makedepend.SH perl.c perl.h pp.c pp_sys.c
14546 ! t/lib/thread.t t/op/nothread.t x2p/Makefile.SH
14547 ____________________________________________________________________________
14548 [ 574] By: gsar on 1998/02/24 02:21:14
14549 Log: fix typos in sv.c
14552 ____________________________________________________________________________
14553 [ 573] By: mbeattie on 1998/02/23 10:03:39
14554 Log: Remove old Linux+threads segfault degugging kludge.
14557 ____________________________________________________________________________
14558 [ 572] By: gsar on 1998/02/23 09:45:26
14559 Log: undo previous change (no added value!)
14561 ! win32/bin/pl2bat.pl
14562 ____________________________________________________________________________
14563 [ 571] By: gsar on 1998/02/23 09:18:32
14564 Log: fix pl2bat.pl to tolerate trailing .bat (as suggested by
14565 John Cavanaugh <cavanaug@sdd.hp.com>)
14567 ! win32/bin/pl2bat.pl
14568 ____________________________________________________________________________
14569 [ 570] By: gsar on 1998/02/22 04:02:15
14570 Log: support chown() (just a noop for now)
14572 ! dosish.h win32/win32.c win32/win32.h
14573 ____________________________________________________________________________
14574 [ 569] By: gsar on 1998/02/22 03:09:55
14575 Log: integrate latest win32 branch
14577 +> (branch 41 files)
14578 !> (integrate 59 files)
14579 ____________________________________________________________________________
14580 [ 568] By: gsar on 1998/02/22 02:40:56
14581 Log: get compiler building under win32 (needed Makefile.PL
14582 hacks that could be applicable to other platforms)
14584 ! ext/B/Makefile.PL win32/Makefile win32/makefile.mk
14585 ____________________________________________________________________________
14586 [ 567] By: gsar on 1998/02/22 01:30:19
14587 Log: integrate mainline
14589 +> (branch 41 files)
14590 !> (integrate 46 files)
14591 ____________________________________________________________________________
14592 [ 566] By: gsar on 1998/02/20 22:31:56
14593 Log: fix handle leak in join()
14595 ! win32/win32thread.h
14601 ____________________________________________________________________________
14602 [ 565] By: mbeattie on 1998/02/20 18:23:47
14603 Log: Remove compiler files from their old lib/B locations. The compiler
14604 now builds by default (without the byteperl executable so far) and
14605 seems to work at least minimally.
14607 - lib/B.pm lib/B/Asmdata.pm lib/B/Assembler.pm lib/B/Bblock.pm
14608 - lib/B/Bytecode.pm lib/B/C.pm lib/B/CC.pm lib/B/Debug.pm
14609 - lib/B/Deparse.pm lib/B/Disassembler.pm lib/B/Lint.pm
14610 - lib/B/Showlex.pm lib/B/Stackobj.pm lib/B/Terse.pm
14611 - lib/B/Xref.pm lib/B/assemble lib/B/cc_harness
14612 - lib/B/disassemble lib/B/makeliblinks lib/O.pm
14613 ! MANIFEST bytecode.pl
14614 ____________________________________________________________________________
14615 [ 564] By: mbeattie on 1998/02/20 18:05:33
14616 Log: Move lib/B/... and lib/[BO].pm over to where they should be,
14619 +> ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
14620 +> ext/B/B/Bblock.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
14621 +> ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
14622 +> ext/B/B/Disassembler.pm ext/B/B/Lint.pm ext/B/B/Showlex.pm
14623 +> ext/B/B/Stackobj.pm ext/B/B/Terse.pm ext/B/B/Xref.pm
14624 +> ext/B/B/assemble ext/B/B/cc_harness ext/B/B/disassemble
14625 +> ext/B/B/makeliblinks ext/B/O.pm
14626 ____________________________________________________________________________
14627 [ 563] By: mbeattie on 1998/02/20 17:54:58
14628 Log: Start getting compiler to work when built with the core.
14629 [Still won't work as of this change.]
14631 +> byterun.c byterun.h lib/B/Asmdata.pm lib/B/Assembler.pm
14632 +> lib/B/Bblock.pm lib/B/Bytecode.pm lib/B/C.pm lib/B/CC.pm
14633 +> lib/B/Debug.pm lib/B/Deparse.pm lib/B/Disassembler.pm
14634 +> lib/B/Lint.pm lib/B/Showlex.pm lib/B/Stackobj.pm
14635 +> lib/B/Terse.pm lib/B/Xref.pm
14636 ! MANIFEST Makefile.SH bytecode.pl ext/B/Makefile.PL
14637 ____________________________________________________________________________
14638 [ 562] By: mbeattie on 1998/02/20 16:42:13
14639 Log: Merge perlext/Compiler/... into mainline. Some files move to
14640 ext/B/..., some to lib/B/..., O.pm and B.pm go in lib and some
14641 move to the base perl directory (e.g. headers). Will need some
14642 cleaning up before it builds properly, I would guess.
14644 +> bytecode.h bytecode.pl cc_runtime.h ext/B/B.xs
14645 +> ext/B/Makefile.PL ext/B/NOTES ext/B/README ext/B/TESTS
14646 +> ext/B/Todo ext/B/byteperl.c ext/B/ramblings/cc.notes
14647 +> ext/B/ramblings/curcop.runtime ext/B/ramblings/flip-flop
14648 +> ext/B/ramblings/magic ext/B/ramblings/reg.alloc
14649 +> ext/B/ramblings/runtime.porting ext/B/typemap lib/B.pm
14650 +> lib/B/assemble lib/B/cc_harness lib/B/disassemble
14651 +> lib/B/makeliblinks lib/O.pm
14652 ____________________________________________________________________________
14653 [ 561] By: mbeattie on 1998/02/20 16:39:38
14654 Log: Win32 changes from Sarathy, tweaked slightly by me.
14656 ! Compiler/B.xs Compiler/B/Asmdata.pm Compiler/B/Bytecode.pm
14657 ! Compiler/B/C.pm Compiler/Makefile.PL Compiler/assemble
14658 ! Compiler/bytecode.h Compiler/bytecode.pl Compiler/byteperl.c
14659 ! Compiler/byterun.c Compiler/byterun.h Compiler/cc_harness
14660 ____________________________________________________________________________
14661 [ 560] By: mbeattie on 1998/02/20 15:46:15
14662 Log: Initialise $@ early (fixes t/lib/ph.t for threaded perl).
14665 ____________________________________________________________________________
14666 [ 559] By: mbeattie on 1998/02/20 12:56:10
14667 Log: Add missing t/op/wantarray.t to MANIFEST. Bump patchlevel to 60.
14669 ! MANIFEST patchlevel.h
14670 ____________________________________________________________________________
14671 [ 558] By: mbeattie on 1998/02/20 12:53:26
14672 Log: Integrate win32 branch into mainline.
14674 !> XSUB.h config_h.SH doio.c lib/Pod/Html.pm pp_sys.c
14675 !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
14676 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
14677 !> win32/makedef.pl win32/makefile.mk win32/win32.c win32/win32.h
14678 !> win32/win32iop.h x2p/a2p.h
14679 ____________________________________________________________________________
14680 [ 557] By: mbeattie on 1998/02/20 12:51:42
14681 Log: Subject: retry [PATCH] 5.004_59: the perlhist.pod etc
14682 Date: Thu, 19 Feb 1998 17:54:52 +0200 (EET)
14683 From: Jarkko Hietaniemi <jhi@iki.fi>
14685 ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
14686 ! ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
14687 ! lib/fields.pm pod/buildtoc pod/perl.pod pod/perlhist.pod
14688 ! pod/perltoc.pod pod/perlvar.pod
14689 ____________________________________________________________________________
14690 [ 556] By: mbeattie on 1998/02/20 12:49:54
14691 Log: Subject: [PATCH] installperl
14692 Date: Wed, 18 Feb 1998 11:51:44 -0500 (est)
14693 From: Norton Allen <allen@huarp.harvard.edu>
14696 ____________________________________________________________________________
14697 [ 555] By: mbeattie on 1998/02/20 12:49:09
14698 Log: Subject: [PATCH:_59] t/op/wantarray.t
14699 Date: Wed, 18 Feb 1998 11:19:54 -0500 (est)
14700 From: Norton Allen <allen@huarp.harvard.edu>
14703 ____________________________________________________________________________
14704 [ 554] By: mbeattie on 1998/02/20 12:47:44
14705 Log: Subject: Misprint in regcomp.c [PATCH]
14706 Date: Tue, 17 Feb 1998 23:54:07 -0500 (EST)
14707 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14710 ____________________________________________________________________________
14711 [ 553] By: mbeattie on 1998/02/20 12:45:08
14712 Log: Subject: DB_File ->length does not work just after tie.
14713 Date: Tue, 17 Feb 1998 13:19:18 GMT
14714 From: Nick Ing-Simmons <nik@tiuk.ti.com>
14716 ! ext/DB_File/DB_File.xs
14717 ____________________________________________________________________________
14718 [ 552] By: mbeattie on 1998/02/20 12:43:32
14719 Log: Subject: [PATCH] - perl5.005_59, update Copyright
14720 Date: Mon, 16 Feb 1998 20:31:06 -0500 (EST)
14721 From: lusol@CS4.CC.Lehigh.EDU (Stephen O. Lidie)
14724 ____________________________________________________________________________
14725 [ 551] By: mbeattie on 1998/02/20 12:42:41
14726 Log: Subject: Re: for() and map() peculiarity
14727 Date: Mon, 16 Feb 1998 21:33:44 +0000
14728 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14731 ____________________________________________________________________________
14732 [ 550] By: mbeattie on 1998/02/20 12:41:53
14733 Log: Subject: [PATCH 5.004_59] Updates to VMS/CONFIG.VMS
14734 Date: Mon, 16 Feb 1998 11:46:29 -0800
14735 From: Dan Sugalski <sugalskd@osshe.edu>
14738 ____________________________________________________________________________
14739 [ 549] By: mbeattie on 1998/02/20 12:40:55
14740 Log: Subject: [PATCH] 5.004_59 global.sym for AIX 3.2.5
14741 Date: Mon, 16 Feb 1998 14:27:53 -0500 (EST)
14742 From: "Stephen O. Lidie" <lusol@turkey.cc.Lehigh.EDU>
14745 ____________________________________________________________________________
14746 [ 548] By: mbeattie on 1998/02/20 12:39:56
14747 Log: Subject: [PATCH] 5.004_59: hints/irix_6.sh
14748 Date: Mon, 16 Feb 1998 15:44:57 +0200 (EET)
14749 From: Jarkko Hietaniemi <jhi@iki.fi>
14752 ____________________________________________________________________________
14753 [ 547] By: mbeattie on 1998/02/20 12:38:58
14754 Log: Subject: [PATCH] perlguts update
14755 Date: 16 Feb 1998 11:23:53 +0100
14756 From: Gisle Aas <gisle@aas.no>
14759 ____________________________________________________________________________
14760 [ 546] By: mbeattie on 1998/02/20 12:38:01
14761 Log: Subject: [PATCH 5.004_59] bsdos/hints.sh is wrong
14762 Date: Sun, 15 Feb 1998 23:56:05 -0500
14763 From: Irving Reid <irving@tor.securecomputing.com>
14766 ____________________________________________________________________________
14767 [ 545] By: mbeattie on 1998/02/20 12:37:11
14768 Log: Subject: [PATCH] 5% speedup in an empty loop
14769 Date: Sun, 15 Feb 1998 17:49:46 -0500 (EST)
14770 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14773 ____________________________________________________________________________
14774 [ 544] By: mbeattie on 1998/02/20 12:36:26
14775 Log: Subject: [PATCH for 5.004_59] netdb_host_type and netdb_hlen_type on NeXt
14776 Date: Sun, 15 Feb 98 23:06:16 +0100
14777 From: Hans Mulder <hansm@icgroup.nl>
14779 ! hints/next_3.sh hints/next_4.sh
14780 ____________________________________________________________________________
14781 [ 543] By: mbeattie on 1998/02/20 12:35:39
14782 Log: Subject: [PATCH for 5.004_59] Perl_sbrk declared inconsistently
14783 Date: Sun, 15 Feb 98 23:05:20 +0100
14784 From: Hans Mulder <hansm@icgroup.nl>
14787 ____________________________________________________________________________
14788 [ 542] By: mbeattie on 1998/02/20 12:35:03
14789 Log: Subject: [PATCH for 5.004_59] "d_gethbyname" misspelled in Configure
14790 From: Hans Mulder <hansm@icgroup.nl>
14791 Date: Sun, 15 Feb 98 23:04:29 +0100
14794 ____________________________________________________________________________
14795 [ 541] By: mbeattie on 1998/02/20 12:33:56
14796 Log: Subject: [PATCH for 5.004_59] NeXT doesn't need DONT_DECLARE_STD (was:
14797 NeXT needs DONT_DECLARE_STD)
14798 Date: Sun, 15 Feb 98 23:04:19 +0100
14799 From: Hans Mulder <hansm@icgroup.nl>
14802 ____________________________________________________________________________
14803 [ 540] By: mbeattie on 1998/02/20 12:32:25
14804 Log: Subject: [PATCH] sv_check_thinkfirst macroized
14805 Date: 15 Feb 1998 22:00:38 +0100
14806 From: Gisle Aas <gisle@aas.no>
14809 ____________________________________________________________________________
14810 [ 539] By: mbeattie on 1998/02/20 12:31:07
14811 Log: Subject: [PATCH 5.004_59] allow the Test::Harness to grok TODO-type tests docs
14812 Date: Sat, 14 Feb 1998 17:58:01 -0500
14813 From: Joshua Pritikin <pritikin@mindspring.com>
14816 ! MANIFEST lib/Test/Harness.pm
14817 ____________________________________________________________________________
14818 [ 538] By: mbeattie on 1998/02/20 12:24:31
14819 Log: Subject: [PATCH] 5.004_59: locale startup problems documentation++
14820 Date: Sat, 14 Feb 1998 15:40:44 +0200 (EET)
14821 From: Jarkko Hietaniemi <jhi@iki.fi>
14823 ! INSTALL pod/perldiag.pod pod/perllocale.pod
14824 ____________________________________________________________________________
14825 [ 537] By: mbeattie on 1998/02/20 12:23:04
14826 Log: Subject: [PATCH] Updated, non-wordwrapped, patch to README.VMS
14827 Date: Fri, 13 Feb 1998 13:38:28 -0800
14828 From: Dan Sugalski <sugalskd@osshe.edu>
14831 ____________________________________________________________________________
14832 [ 536] By: mbeattie on 1998/02/20 12:20:29
14833 Log: Subject: [PATCH] 5.004_58, move intuition tests
14834 Date: Thu, 12 Feb 1998 17:11:05 -0600
14835 From: Stephen Potter <spp@psa.pencom.com>
14837 ! t/lib/anydbm.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
14838 ! t/lib/sdbm.t t/op/array.t t/op/delete.t t/op/each.t
14839 ! t/op/flip.t t/op/pat.t t/op/push.t
14840 ____________________________________________________________________________
14841 [ 535] By: gsar on 1998/02/19 23:07:24
14842 Log: applied a version of this with tabs intact
14843 Message-Id: <wklnv7pdf5.fsf@turangalila.harmonixmusic.com>
14844 Date: 19 Feb 1998 15:06:38 EST
14845 From: dfan@harmonixmusic.com (Dan Schmidt)
14846 Subject: Pod::Html bug and fix: missing </UL> in index
14849 ____________________________________________________________________________
14850 [ 534] By: gsar on 1998/02/19 19:40:27
14851 Log: Fix C<0> problem in Pod::Html
14854 ____________________________________________________________________________
14855 [ 533] By: gsar on 1998/02/18 18:11:08
14856 Log: non-debug VC builds are -O1 now (they say it works, and is
14859 ! win32/Makefile win32/makefile.mk
14860 ____________________________________________________________________________
14861 [ 532] By: gsar on 1998/02/18 04:11:03
14862 Log: integrate nick's patch to mainline
14865 ____________________________________________________________________________
14866 [ 531] By: mbeattie on 1998/02/17 17:50:50
14867 Log: Assorted changes to the compiler
14869 ! Compiler/B.pm Compiler/B.xs Compiler/B/Asmdata.pm
14870 ! Compiler/B/Bytecode.pm Compiler/B/C.pm Compiler/B/Debug.pm
14871 ! Compiler/NOTES Compiler/O.pm Compiler/bytecode.pl
14872 ! Compiler/byterun.c Compiler/byterun.h Compiler/typemap
14873 ____________________________________________________________________________
14874 [ 530] By: gsar on 1998/02/17 01:47:35
14875 Log: DLLs are now ok on mingw32/gcc-2.8.0 after removing the
14876 FORCE_ARG_STRING() hack (that bug is fixed in gcc now). mingw32
14877 build passes all tests except t/lib/io_xs.t (seems to be due to
14878 broken tmpfile() in the CRT or import lib)
14880 ! XSUB.h win32/makefile.mk win32/win32.h
14881 ____________________________________________________________________________
14882 [ 529] By: gsar on 1998/02/16 23:03:31
14883 Log: fix mingw32 gcc 2.8.0 build (DLLs generated seem to be broken
14884 in this version of gcc!)
14886 ! doio.c pp_sys.c win32/config.gc win32/makefile.mk
14887 ! win32/win32.c win32/win32.h win32/win32iop.h x2p/a2p.h
14888 ____________________________________________________________________________
14889 [ 528] By: nick on 1998/02/16 22:13:04
14890 Log: Missing PUSHMARK in unshift TIEARRAY hook
14893 ____________________________________________________________________________
14894 [ 527] By: gsar on 1998/02/15 20:59:07
14895 Log: integrate win32 branch
14897 !> config_h.SH win32/config.bc win32/config.gc win32/config.vc
14898 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
14899 !> win32/makedef.pl
14900 ____________________________________________________________________________
14901 [ 526] By: gsar on 1998/02/15 20:02:11
14902 Log: Fix typo: s/GETNETBYADD\b/GETNETBYADDR/
14904 ! config_h.SH win32/config_H.bc win32/config_H.gc
14905 ! win32/config_H.vc
14906 ____________________________________________________________________________
14907 [ 525] By: gsar on 1998/02/15 03:26:45
14908 Log: fix build problems due to renamed Config variables
14910 ! win32/config.bc win32/config.gc win32/config.vc
14911 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14913 ____________________________________________________________________________
14914 [ 524] By: gsar on 1998/02/14 01:00:15
14915 Log: bring ASPerl uptodate with mainline changes
14917 +> ext/DB_File/Changes t/comp/require.t
14918 !> (integrate 41 files)
14919 ____________________________________________________________________________
14920 [ 523] By: gsar on 1998/02/14 00:52:17
14921 Log: integrate mainline
14923 !> hints/qnx.sh lib/Cwd.pm lib/ExtUtils/xsubpp patchlevel.h
14924 !> pp_hot.c t/op/magic.t
14925 ____________________________________________________________________________
14926 [ 522] By: gsar on 1998/02/14 00:42:37
14927 Log: added AS patch#6
14928 Message-Id: <01BD3846.B29FB880.dougl@ActiveState.com>
14929 Date: Fri, 13 Feb 1998 06:14:51 PST
14930 From: Douglas Lankshear <dougl@ActiveState.com>
14931 Subject: [PATCH] command line build
14933 This patch is for the command line build of perl object.
14934 I'll merge the ipfoo.c function with win32_xxx functions next.
14938 ! ObjXSub.h ext/Opcode/Opcode.xs lib/ExtUtils/MM_Win32.pm
14939 ! objpp.h proto.h sv.c win32/dl_win32.xs win32/ipenv.c
14940 ! win32/ipstdio.c win32/makedef.pl win32/runperl.c win32/win32.h
14941 ____________________________________________________________________________
14942 [ 521] By: gsar on 1998/02/14 00:14:04
14943 Log: added AS patch#5 (patch #4 was intentionally skipped after
14946 ! embed.h embedvar.h global.sym globals.c hv.c interp.sym
14947 ! intrpvar.h op.c perl.c perl.h pp_ctl.c proto.h regcomp.c
14948 ! regexec.c sv.c toke.c
14949 ____________________________________________________________________________
14950 [ 520] By: nick on 1998/02/13 18:15:46
14951 Log: Resolve ansiperl against win32
14953 +> ext/DB_File/Changes ext/POSIX/hints/linux.pl
14954 +> ext/POSIX/hints/sunos_4.pl lib/Fatal.pm t/comp/require.t
14956 !> (integrate 898 files)
14962 ____________________________________________________________________________
14963 [ 519] By: mbeattie on 1998/02/13 17:05:37
14964 Log: Integrate win32 into mainline.
14966 ! lib/ExtUtils/xsubpp
14967 !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
14968 !> win32/makefile.mk
14969 ____________________________________________________________________________
14970 [ 518] By: mbeattie on 1998/02/13 17:01:16
14971 Log: Bump patchlevel.h to 59.
14974 ____________________________________________________________________________
14975 [ 517] By: mbeattie on 1998/02/13 16:57:59
14976 Log: Subject: [PATCH] _58: wantarray in void context broken
14977 Date: Fri, 13 Feb 1998 11:24:49 -0500 (est)
14978 From: Norton Allen <allen@huarp.harvard.edu>
14981 ____________________________________________________________________________
14982 [ 516] By: mbeattie on 1998/02/13 16:55:33
14983 Log: Subject: [PATCH] 5.004_58 QNX getcwd
14984 Date: Thu, 12 Feb 1998 13:40:56 -0500 (est)
14985 From: Norton Allen <allen@huarp.harvard.edu>
14987 ! hints/qnx.sh lib/Cwd.pm t/op/magic.t
14988 ____________________________________________________________________________
14989 [ 515] By: gsar on 1998/02/12 18:29:52
14990 Log: pickup lddlflags properly for Config.pm
14992 ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
14993 ! win32/makefile.mk
14994 ____________________________________________________________________________
14995 [ 514] By: gsar on 1998/02/12 18:16:09
14996 Log: fix xsubpp bug in SETMAGIC code
14998 ! lib/ExtUtils/xsubpp
14999 ____________________________________________________________________________
15000 [ 513] By: gsar on 1998/02/12 18:06:30
15001 Log: integrate mainline
15003 +> ext/DB_File/Changes
15004 !> Configure MANIFEST config_h.SH ext/DB_File/DB_File.pm
15005 !> ext/DB_File/DB_File.xs hints/machten.sh
15006 !> lib/ExtUtils/Install.pm lib/Pod/Html.pm lib/Pod/Text.pm
15007 !> lib/perl5db.pl malloc.c pod/perldiag.pod pod/perlpod.pod
15008 !> pod/pod2man.PL pp_sys.c regcomp.c regexec.c scope.h sv.c
15009 !> t/lib/db-recno.t t/lib/filecopy.t t/op/misc.t t/op/pat.t
15010 !> t/op/re_tests t/pragma/locale.t
15011 ____________________________________________________________________________
15012 [ 512] By: mbeattie on 1998/02/12 17:34:02
15013 Log: Missing WITH_THR from new deb() in ENTER/LEAVE caused builds
15014 with -DUSE_THREADS -DDEBUGGING to fail.
15017 ____________________________________________________________________________
15018 [ 511] By: mbeattie on 1998/02/12 16:44:03
15019 Log: Integrate win32 into mainline
15021 +> t/comp/require.t
15022 !> MANIFEST pp_ctl.c scope.c scope.h t/op/local.t toke.c
15023 ____________________________________________________________________________
15024 [ 510] By: mbeattie on 1998/02/12 16:42:26
15025 Log: Subject: Re: [PATCH] 5.004_58 | _04 DynaLoader.pm -> DynaLoader.pm.PL (resend)
15026 Date: 12 Feb 1998 14:25:55 +0100
15027 From: koenig@kulturbox.de (Andreas J. Koenig)
15029 ! lib/ExtUtils/Install.pm
15030 ____________________________________________________________________________
15031 [ 509] By: mbeattie on 1998/02/12 16:40:34
15032 Log: Subject: Re: wrong prototype for sbrk [PATCH]
15033 Date: Wed, 11 Feb 1998 15:37:31 -0500 (EST)
15034 From: Andy Dougherty <doughera@newton.phys.lafayette.edu>
15037 ____________________________________________________________________________
15038 [ 508] By: mbeattie on 1998/02/12 16:36:53
15039 Log: Subject: [PATCH] 5.004_58 | _04: pod2*,perlpod: L<show this|man/section>
15040 Date: Wed, 11 Feb 1998 17:29:20 +0100
15041 From: Achim Bohnet <ach@mpe.mpg.de>
15043 ! lib/Pod/Html.pm lib/Pod/Text.pm pod/perlpod.pod pod/pod2man.PL
15044 ____________________________________________________________________________
15045 [ 507] By: mbeattie on 1998/02/12 16:35:26
15046 Log: Subject: [PATCH] slight tweaks to hints/machten.sh
15047 Date: Wed, 11 Feb 1998 14:59:46 +0100
15048 From: Dominic Dunlop <domo@vo.lu>
15051 ____________________________________________________________________________
15052 [ 506] By: mbeattie on 1998/02/12 16:28:40
15053 Log: Subject: DB_File 1.58 patch
15054 Date: Tue, 10 Feb 1998 11:23:22 +0000 (GMT)
15055 From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
15057 + ext/DB_File/Changes
15058 ! MANIFEST ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
15060 ____________________________________________________________________________
15061 [ 505] By: mbeattie on 1998/02/12 16:24:26
15062 Log: Subject: 5.004_5*: [PATCH] restore old behaviour of \1 in RE
15063 Date: Tue, 10 Feb 1998 02:57:46 -0500 (EST)
15064 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15066 ! regexec.c t/op/re_tests
15067 ____________________________________________________________________________
15068 [ 504] By: mbeattie on 1998/02/12 16:22:46
15069 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
15070 Subject: [PATCH] 5.004_58: the locale.t problem in IRIX
15071 Date: Mon, 9 Feb 1998 19:47:22 +0200 (EET)
15072 Subject: [PATCH] 5.004_58: reserve the POSIX regexp extensions
15073 Date: Tue, 10 Feb 1998 15:12:12 +0200 (EET)
15074 Subject: [PATCH] 5.004_58: <netdb.h> API prototype probing
15075 Date: Wed, 11 Feb 1998 12:50:35 +0200 (EET)
15077 ! Configure config_h.SH pod/perldiag.pod pp_sys.c regcomp.c
15078 ! t/op/misc.t t/op/pat.t t/op/re_tests t/pragma/locale.t
15079 ____________________________________________________________________________
15080 [ 503] By: mbeattie on 1998/02/12 16:15:43
15081 Log: Subject: [PATCH] filecopy.t #3 fails on dos-djgpp
15082 Date: Mon, 9 Feb 1998 13:19:45 +0100
15083 From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
15086 ____________________________________________________________________________
15087 [ 502] By: mbeattie on 1998/02/12 16:14:27
15088 Log: Assorted patches to sv.c:
15089 From: Gisle Aas <gisle@aas.no>
15090 Subject: [PATCH] sv_grow can fail for HAS_64K_LIMIT systems
15091 Date: 07 Feb 1998 00:21:57 +0100
15092 Subject: [PATCH] sv_setnv will upgrade SVt_NV to SVt_PVNV
15093 Date: 07 Feb 1998 00:29:45 +0100
15094 Subject: [PATCH] sv_upgrade() always returns TRUE
15095 Date: 09 Feb 1998 15:44:01 +0100
15098 ____________________________________________________________________________
15099 [ 501] By: mbeattie on 1998/02/12 16:09:26
15100 Log: Fix saving of STDOUT during system() in lib/perl5db.pl:
15101 Subject: Perl debugger.
15102 Date: Fri, 6 Feb 1998 17:47:08 -0500
15103 From: "Jason A. Smith" <smithj4@rpi.edu>
15106 ____________________________________________________________________________
15107 [ 500] By: gsar on 1998/02/12 03:20:55
15108 Log: merge another maint patch
15109 Message-Id: <199802102349.SAA16001@aatma.engin.umich.edu>
15110 Date: Tue, 10 Feb 1998 18:49:00 EST
15111 From: Gurusamy Sarathy <gsar@engin.umich.edu>
15112 Subject: Re: after an eval-ed bad require, requiring a string ref gives a SEGV
15115 ____________________________________________________________________________
15116 [ 499] By: gsar on 1998/02/12 03:14:39
15117 Log: make t/comp/require.t type xtext
15120 ____________________________________________________________________________
15121 [ 498] By: gsar on 1998/02/12 03:09:58
15122 Log: fix extra LEAVE when require fails
15123 Message-Id: <199802102321.SAA15346@aatma.engin.umich.edu>
15124 Date: Tue, 10 Feb 1998 18:21:37 EST
15125 From: Gurusamy Sarathy <gsar@engin.umich.edu>
15126 Subject: Re: evals and requires make seg-fault with bad require file
15129 ! MANIFEST pp_ctl.c scope.c scope.h toke.c
15130 ____________________________________________________________________________
15131 [ 497] By: gsar on 1998/02/12 02:47:29
15132 Log: merge a maint patch
15133 Message-Id: <199802110515.AAA23700@aatma.engin.umich.edu>
15134 Date: Wed, 11 Feb 1998 00:15:51 EST
15135 From: Gurusamy Sarathy <gsar@engin.umich.edu>
15136 Subject: Re: "local" can crash perl-4.00[34] on Solaris-x86 & FreeBSD
15138 ! pp_ctl.c t/op/local.t
15139 ____________________________________________________________________________
15140 [ 496] By: mbeattie on 1998/02/11 13:04:50
15141 Log: Integrate win32 into mainline.
15143 !> embed.h ext/GDBM_File/typemap ext/NDBM_File/typemap
15144 !> ext/ODBM_File/typemap ext/SDBM_File/typemap global.sym gv.c
15145 !> lib/ExtUtils/typemap lib/ExtUtils/xsubpp op.c
15146 !> os2/OS2/PrfDB/typemap pod/perlguts.pod pod/perlobj.pod
15147 !> pod/perlxs.pod pod/perlxstut.pod proto.h sv.c sv.h t/op/ref.t
15148 !> win32/makedef.pl win32/win32.c win32/win32iop.h
15149 ____________________________________________________________________________
15150 [ 495] By: mbeattie on 1998/02/11 13:03:59
15151 Log: Fix special constants in Xref.pm
15153 ! Compiler/B/Xref.pm
15154 ____________________________________________________________________________
15155 [ 494] By: gsar on 1998/02/10 18:26:28
15156 Log: fix opendir() problem on share names
15157 Message-Id: <199802101828.NAA10420@aatma.engin.umich.edu>
15158 Date: Tue, 10 Feb 1998 13:28:53 EST
15159 From: Gurusamy Sarathy <gsar@engin.umich.edu>
15160 Subject: Re: BUG: opendir and UNC names on NT
15163 ____________________________________________________________________________
15164 [ 493] By: gsar on 1998/02/09 23:09:40
15165 Log: integrate win32 branch contents
15167 +> ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
15168 +> lib/Fatal.pm t/lib/ph.t
15170 !> (integrate 895 files)
15171 ____________________________________________________________________________
15172 [ 492] By: gsar on 1998/02/09 07:30:19
15173 Log: enhancements to previous patch for XSUB OUTPUT args
15174 Message-Id: <199802090731.CAA04438@aatma.engin.umich.edu>
15175 Date: Mon, 09 Feb 1998 02:31:55 EST
15176 From: Gurusamy Sarathy <gsar@engin.umich.edu>
15177 Subject: Re: [PATCH] XSUB OUTPUT arguments and 'set' magic
15179 ! embed.h ext/GDBM_File/typemap ext/NDBM_File/typemap
15180 ! ext/ODBM_File/typemap ext/SDBM_File/typemap global.sym
15181 ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp os2/OS2/PrfDB/typemap
15182 ! pod/perlguts.pod pod/perlxs.pod pod/perlxstut.pod proto.h sv.c
15184 ____________________________________________________________________________
15185 [ 491] By: gsar on 1998/02/09 03:00:52
15186 Log: don't share TARG unless -DUSE_BROKEN_PAD_RESET
15187 Message-Id: <199710300036.TAA01004@aatma.engin.umich.edu>
15188 Date: Wed, 29 Oct 1997 19:36:25 EST
15189 From: Gurusamy Sarathy <gsar@engin.umich.edu>
15190 Subject: [PATCH] Don't use broken pad_reset() (was Re: Perl bug in 5.004_03 )
15193 ____________________________________________________________________________
15194 [ 490] By: gsar on 1998/02/09 02:30:43
15195 Log: fix for bugs in handling DESTROY (adjusted test numbers)
15196 Message-Id: <199801010030.TAA14274@aatma.engin.umich.edu>
15197 Subject: Re: [PERL] RFD: iterative DESTROYing of objects
15198 Date: Wed, 31 Dec 1997 19:30:46 -0500
15199 From: Gurusamy Sarathy <gsar@engin.umich.edu>
15201 ! pod/perlobj.pod sv.c t/op/ref.t
15202 ____________________________________________________________________________
15203 [ 489] By: gsar on 1998/02/09 00:30:35
15204 Log: ansify prototype for my_safemalloc(), avoid warnings
15207 ____________________________________________________________________________
15208 [ 488] By: gsar on 1998/02/09 00:29:08
15209 Log: fix misapplied hunks in 5.004_58
15210 Message-Id: <199802080718.CAA18115@aatma.engin.umich.edu>
15211 Date: Sun, 08 Feb 1998 02:18:12 EST
15212 From: Gurusamy Sarathy <gsar@engin.umich.edu>
15213 Subject: [PATCH] fixes for test failures in 5.004_58
15216 ____________________________________________________________________________
15217 [ 487] By: gsar on 1998/02/09 00:27:16
15218 Log: win32_utime() tweaks to avoid warnings
15220 ! win32/win32.c win32/win32iop.h
15221 ____________________________________________________________________________
15222 [ 486] By: gsar on 1998/02/07 23:45:22
15223 Log: integrate mainline, plus a few small win32 enhancements
15224 - remove Win32::GetCurrentDirectory()
15225 - add Win32::Sleep() for compat
15226 - add smarter utime() from Jan Dubois, and export it as win32_utime()
15228 +> ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
15229 +> lib/Fatal.pm t/lib/ph.t
15230 ! win32/makedef.pl win32/win32.c win32/win32iop.h
15231 !> (integrate 61 files)
15237 ____________________________________________________________________________
15238 [ 485] By: mbeattie on 1998/02/06 18:11:47
15239 Log: Bump patchlevel to 58.
15242 ____________________________________________________________________________
15243 [ 484] By: mbeattie on 1998/02/06 18:08:28
15244 Log: Fix up problem with gv.c from change 477.
15245 Fix up Config.pm use in t/lib/ph.t from change 478.
15248 ____________________________________________________________________________
15249 [ 483] By: mbeattie on 1998/02/06 17:34:34
15250 Log: Integrate win32 branch into mainline
15252 !> win32/win32sck.c
15253 ____________________________________________________________________________
15254 [ 482] By: mbeattie on 1998/02/06 17:26:41
15255 Log: lib/Fatal.pm missing from repository
15258 ____________________________________________________________________________
15259 [ 481] By: mbeattie on 1998/02/06 17:24:57
15260 Log: Subject: [PATCH] Re: posix::strftime (core dumped)
15261 Date: Thu, 5 Feb 1998 13:55:23 -0500 (EST)
15262 From: Andy Dougherty <doughera@newton.phys.lafayette.edu>
15264 + ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
15265 ! MANIFEST hints/linux.sh hints/sunos_4_1.sh t/lib/posix.t
15266 ____________________________________________________________________________
15267 [ 480] By: mbeattie on 1998/02/06 17:19:52
15268 Log: x2p/str.c was missing from list of changed files in change 466
15271 ____________________________________________________________________________
15272 [ 479] By: mbeattie on 1998/02/06 17:16:54
15273 Log: Added t/lib/ph.t to MANIFEST
15276 ____________________________________________________________________________
15277 [ 478] By: mbeattie on 1998/02/06 17:15:38
15278 Log: Subject: [PATCH] h2ph.PL
15279 Date: Thu, 5 Feb 1998 05:53:54 -0800 (EST)
15280 From: kstar@www.chapin.edu (Kurt D. Starsinic)
15284 ____________________________________________________________________________
15285 [ 477] By: mbeattie on 1998/02/06 17:10:46
15286 Log: Subject: [PATCH] Faster gv_fetchpv() for nested packages
15287 Date: 04 Feb 1998 14:49:46 +0100
15288 From: Gisle Aas <gisle@aas.no>
15290 From: chip@atlantic.net
15291 Date: Wed, 4 Feb 1998 11:46:49 -0500 (EST)
15294 ____________________________________________________________________________
15295 [ 476] By: mbeattie on 1998/02/06 16:47:03
15296 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
15297 Subject: [PATCH] almost OK: perl 5.00457 on i386-freebsd-thread 3.0
15298 Date: Wed, 4 Feb 1998 12:59:47 +0200 (EET)
15299 Subject: Re: [PATCH] 5.004_04 and 5.004_57: Complex.pm and complex.t
15300 Date: Thu, 5 Feb 1998 18:08:20 +0200 (EET)
15302 ! hints/freebsd.sh lib/Math/Complex.pm t/lib/complex.t
15303 ____________________________________________________________________________
15304 [ 475] By: mbeattie on 1998/02/06 16:44:57
15305 Log: Subject: [PATCH] nomemok
15306 Date: Mon, 2 Feb 1998 15:06:50 +0100
15307 From: Gisle Aas <gisle@aas.no>
15310 ____________________________________________________________________________
15311 [ 474] By: mbeattie on 1998/02/06 16:43:46
15312 Log: Subject: [PATCH] Benchmark.pm: timethese corrupts $_
15313 Date: Sun, 1 Feb 1998 06:46:08 -0500 (EST)
15314 From: abigail@fnx.com
15317 ____________________________________________________________________________
15318 [ 473] By: mbeattie on 1998/02/06 16:42:53
15319 Log: Subject: [PATCH] adding the newSVpvn API function
15320 Date: Sat, 31 Jan 1998 06:32:42 +0100
15321 From: Matthias Ulrich Neeracher <neeri@iis.ee.ethz.ch>
15323 ! embed.h embedvar.h global.sym pod/perlguts.pod pod/perltoc.pod
15325 ____________________________________________________________________________
15326 [ 472] By: mbeattie on 1998/02/06 16:35:41
15327 Log: Subject: Re: [PATCH] new hints/solaris2.sh (was Re: make check fails 17% of it's tests on Solaris...)
15328 Date: 28 Jan 1998 17:40:37 -0800
15329 From: Stephen Zander <srz@mckesson.com>
15331 ! hints/solaris_2.sh
15332 ____________________________________________________________________________
15333 [ 471] By: mbeattie on 1998/02/06 16:02:57
15334 Log: Subject: [PATCH] Re: 5.004_04 vec() fails with 32-bit values
15335 Date: Thu, 15 Jan 1998 11:53:06 +0000
15336 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15338 ! pod/perlguts.pod pp.c t/op/vec.t
15339 ____________________________________________________________________________
15340 [ 470] By: mbeattie on 1998/02/06 16:01:36
15341 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15342 Subject: 5.004_56: Patch to Tie::Hash and docs
15343 Date: Sun, 11 Jan 1998 20:34:05 -0500 (EST)
15344 Subject: 5.004_56: Patch to (?{}) quoting + cosmetic
15345 Date: Mon, 2 Feb 1998 01:28:46 -0500 (EST)
15347 ! lib/Tie/Hash.pm pod/perlfunc.pod pod/perlre.pod regcomp.c
15348 ! t/op/misc.t t/op/pat.t toke.c
15349 ____________________________________________________________________________
15350 [ 469] By: mbeattie on 1998/02/06 15:58:31
15351 Log: Subject: Another Array.pm patch
15352 Date: Wed, 4 Feb 1998 20:37:03 +0000 (GMT)
15353 From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
15356 ____________________________________________________________________________
15357 [ 468] By: mbeattie on 1998/02/06 15:56:28
15358 Log: Subject: documentation patch for 5.004_57
15359 Date: Wed, 4 Feb 1998 14:54:13 +0000 (GMT)
15360 From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
15363 ____________________________________________________________________________
15364 [ 467] By: mbeattie on 1998/02/06 15:55:34
15365 Log: Subject: 5.004_56: patch for `use Fatal' again
15366 Date: Thu, 29 Jan 1998 17:04:28 -0500 (EST)
15367 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15369 ! MANIFEST pod/perldiag.pod pod/perlfunc.pod pod/perlmodlib.pod
15370 ! pp.c t/comp/proto.t toke.c
15371 ____________________________________________________________________________
15372 [ 466] By: mbeattie on 1998/02/06 15:53:53
15373 Log: Subject: Newer -DLEAKTEST patch
15374 Date: Fri, 9 Jan 1998 17:55:09 -0500 (EST)
15375 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15377 ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
15378 ! ext/DynaLoader/dl_vms.xs ext/Opcode/Opcode.xs handy.h hv.c
15379 ! perl.c perly.c perly.c.diff perly.fixer pod/perlembed.pod
15380 ! pod/perlguts.pod pod/perlrun.pod pod/perltoc.pod pp_hot.c sv.c
15381 ! toke.c util.c vms/perly_c.vms x2p/hash.c
15382 ____________________________________________________________________________
15383 [ 465] By: mbeattie on 1998/02/06 15:46:35
15384 Log: More Chip patches (tweaked for _5x). The final one mentioned here
15385 (@ARGV with -i) actually went in at change 462 but I failed to
15386 add it to the change description:
15387 Subject: [PATCH] Fix typo: "FORM{,AT}LINE"
15388 Date: Sun, 11 Jan 1998 19:37:17 -0500 (EST)
15389 Subject: [PATCH] Fix for C<@x = my @y>
15390 Date: Sun, 11 Jan 1998 18:12:16 -0500 (EST)
15391 Subject: [PATCH] Fix SEGV on C<*glob{SCALAR,ARRAY}>
15392 Date: Thu, 5 Feb 1998 21:30:13 -0500 (EST)
15393 Subject: [PATCH] Allow last() to mean last
15394 Date: Thu, 5 Feb 1998 21:42:57 -0500 (EST)
15395 Subject: [PATCH] Consider @ARGV to be plain files if inplace (-i)
15396 Date: Wed, 4 Feb 1998 16:04:47 -0500 (EST)
15398 ! op.c perly.c perly.h perly.y sv.c t/op/my.t vms/perly_c.vms
15400 ____________________________________________________________________________
15401 [ 464] By: mbeattie on 1998/02/06 15:06:18
15402 Log: More Chip patches:
15403 Subject: [PATCH] Fix SEGV from combining caller and C<package;>
15404 Date: Thu, 5 Feb 1998 21:47:50 -0500 (EST)
15405 Subject: [PATCH] Fix line numbers after here documents in eval STRING
15406 Date: Thu, 5 Feb 1998 21:50:08 -0500 (EST)
15407 Subject: [PATCH] Make recursive lexical analysis more robust
15408 Date: Thu, 5 Feb 1998 21:57:02 -0500 (EST)
15410 ! pp_ctl.c sv.c toke.c
15411 ____________________________________________________________________________
15412 [ 463] By: mbeattie on 1998/02/06 15:04:17
15413 Log: Some more Chip patches (tweaked to match _5x):
15414 Subject: [PATCH] Fix empty BLOCK
15415 Date: Wed, 4 Feb 1998 16:52:28 -0500 (EST)
15416 Subject: [PATCH] fix (\@@) proto
15417 Date: Thu, 5 Feb 1998 10:24:29 -0500 (EST)
15418 Subject: [PATCH] Cope with lack of args in Fcntl::AUTOLOAD
15419 Date: Thu, 5 Feb 1998 21:26:55 -0500 (EST)
15420 Subject: [PATCH] Don't fold string comparison under C<use locale>
15421 Date: Thu, 5 Feb 1998 21:46:25 -0500 (EST)
15423 ! ext/Fcntl/Fcntl.pm op.c t/comp/proto.t toke.c
15424 ____________________________________________________________________________
15425 [ 462] By: mbeattie on 1998/02/06 14:56:30
15426 Log: Some Chip patches (some tweaked to match _5x source):
15427 From: Chip Salzenberg <salzench@nielsenmedia.com>
15428 Subject: [PATCH] local leakage
15429 Date: Tue, 3 Feb 1998 09:16:50 -0500 (EST)
15430 Subject: [PATCH] NULs in patterns
15431 Date: Wed, 4 Feb 1998 01:33:51 -0500 (EST)
15432 Subject: [PATCH] Configure on PerlIO
15433 Date: Wed, 4 Feb 1998 01:38:43 -0500 (EST)
15434 Subject: [PATCH] Avoid core dump on package alias
15435 Date: Wed, 4 Feb 1998 15:38:42 -0500 (EST)
15436 Subject: [PATCH] Fix name of $Foo::{'Bar::'}
15437 Date: Wed, 4 Feb 1998 16:37:51 -0500 (EST)
15439 ! Configure doio.c gv.c op.c pp_ctl.c sv.c t/op/gv.t
15441 ____________________________________________________________________________
15442 [ 461] By: gsar on 1998/02/04 03:34:36
15443 Log: support win32_select(0,0,0,msec) (winsock doesn't)
15446 ____________________________________________________________________________
15447 [ 460] By: gsar on 1998/02/04 00:44:47
15448 Log: bug: win32_select() must StartSockets()
15456 ____________________________________________________________________________
15457 [ 459] By: mbeattie on 1998/02/03 16:00:07
15458 Log: Replaced two occurrences of THREADSV(find_thread_sv(...)) (order
15459 of execution causes core dump if threadsvp is moved). Replaced
15460 lvalue occurrence of AvARRAY(av) with SvPVX(av) (former does cast).
15463 ____________________________________________________________________________
15464 [ 458] By: mbeattie on 1998/02/03 14:40:02
15465 Log: Fix up MANIFEST.
15468 ____________________________________________________________________________
15469 [ 457] By: mbeattie on 1998/02/03 13:50:23
15470 Log: Integrate win32 into mainline. My last integration from ansiperl
15471 to the mainline was a dismal failure: I did -ay but meant -at.
15472 This should fix things now since win32 has already integrated
15473 all the necessary changes from ansiperl.
15475 !> (integrate 111 files)
15476 ____________________________________________________________________________
15477 [ 456] By: gsar on 1998/02/03 04:48:08
15478 Log: Fix minor problems with non USE_THREADS build. win32 branch
15479 now looks 5.004_57-ready.
15481 ! thread.h win32/makedef.pl
15482 ____________________________________________________________________________
15483 [ 455] By: gsar on 1998/02/03 03:45:09
15484 Log: integrate mainline
15486 !> (integrate 887 files)
15487 ____________________________________________________________________________
15488 [ 454] By: mbeattie on 1998/02/02 16:44:24
15489 Log: The new dec_osf.sh didn't work so the new glibpth and useshrplib
15490 defaults have been commented out for now.
15493 ____________________________________________________________________________
15494 [ 453] By: mbeattie on 1998/02/02 15:51:39
15495 Log: Introduced thr->threadsvp and THREADSV() for faster per-thread
15496 variables. Moved threadnum to a per-interpreter variable and
15497 made dTHR and lock/unlock of sv_mutex bypass the get/lock unless
15498 more than one thread may be running. Minor tweaks to Thread.xs.
15500 ! dosish.h embedvar.h ext/Thread/Thread.xs interp.sym intrpvar.h
15501 ! op.c perl.c perl.h pp.c pp_ctl.c scope.c sv.c thrdvar.h
15503 ____________________________________________________________________________
15504 [ 452] By: gsar on 1998/02/02 04:56:50
15505 Log: remove totally egregious s/\\dir// in File::Find
15508 ____________________________________________________________________________
15509 [ 451] By: gsar on 1998/02/01 22:20:20
15510 Log: added AS patch#3
15511 Message-Id: <01BD2EF2.53433A40.dougl@ActiveState.com>
15512 Date: Sun, 01 Feb 1998 09:18:13 PST
15513 From: Douglas Lankshear <dougl@ActiveState.com>
15514 To: "'Gurusamy Sarathy'" <gsar@umich.edu>
15516 Here's an additional diff against //depot/asperl
15518 The field name mg_length was changed back to mg_len
15519 The function name mg_len was change to mg_length
15521 The need for sort_mutex removed thanks to the code derived
15522 from Tom Horsley's work.
15527 ! ObjXSub.h XSUB.h av.c embedvar.h ext/DynaLoader/dlutils.c
15528 ! globals.c ipstdio.h mg.c mg.h objpp.h perl.c perl.h perlio.h
15529 ! perlvars.h perly.c pp.c pp_ctl.c pp_hot.c proto.h regexec.c
15530 ! scope.c scope.h sv.c toke.c universal.c util.c
15531 ! win32/dl_win32.xs win32/iplio.c win32/ipstdio.c
15532 ! win32/perlobj.def win32/runperl.c
15533 ____________________________________________________________________________
15534 [ 450] By: gsar on 1998/01/30 23:43:57
15535 Log: various tweaks
15536 - add new functions to proto.h
15537 - fix up makefile.mk for $(OBJECT)
15539 ! pp_ctl.c proto.h win32/makefile.mk
15540 ____________________________________________________________________________
15541 [ 449] By: gsar on 1998/01/30 21:23:15
15542 Log: fix up missing patches from AS patch#2
15544 ! perldir.h perlenv.h perllio.h perlmem.h perlproc.h perlsock.h
15546 ____________________________________________________________________________
15547 [ 448] By: gsar on 1998/01/30 18:23:17
15548 Log: fix htonlx typo
15551 ____________________________________________________________________________
15552 [ 447] By: mbeattie on 1998/01/30 16:03:49
15553 Log: Fix up MANIFEST to add missing files
15556 ____________________________________________________________________________
15557 [ 446] By: mbeattie on 1998/01/30 12:34:55
15558 Log: Bump patchlevel to 57.
15561 ____________________________________________________________________________
15562 [ 445] By: gsar on 1998/01/30 10:44:38
15563 Log: initial merge of latest win32 branch into ASPerl
15565 +> lib/Tie/Array.pm pod/perlhist.pod t/lib/tie-push.t
15566 +> t/lib/tie-stdarray.t t/lib/tie-stdpush.t t/op/tiearray.t
15567 +> win32/bin/perlglob.pl
15568 !> (integrate 141 files)
15569 ____________________________________________________________________________
15570 [ 444] By: gsar on 1998/01/30 09:25:58
15571 Log: goofed branching, redo asperl branch
15574 ____________________________________________________________________________
15575 [ 443] By: gsar on 1998/01/30 09:23:36
15576 Log: added AS patch#2
15578 + ObjXSub.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h ipsock.h
15579 + ipstdio.h objpp.h win32/ipdir.c win32/ipenv.c win32/iplio.c
15580 + win32/ipmem.c win32/ipproc.c win32/ipsock.c win32/ipstdio.c
15581 + win32/ipstdiowin.h win32/perlobj.def
15582 ! EXTERN.h XSUB.h cv.h doio.c dosish.h dump.c embedvar.h
15583 ! globals.c gv.c hv.c intrpvar.h malloc.c mg.c mg.h op.c op.h
15584 ! opcode.h perl.c perl.h perldir.h perlenv.h perlio.h perllio.h
15585 ! perlmem.h perlproc.h perlsock.h perlvars.h perly.c pp.c pp.h
15586 ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regcomp.h
15587 ! regexec.c run.c scope.c scope.h sv.c sv.h thread.h toke.c
15588 ! universal.c util.c vms/vms.c win32/Makefile win32/config_H.bc
15589 ! win32/config_H.vc win32/dl_win32.xs win32/include/sys/socket.h
15590 ! win32/makedef.pl win32/runperl.c win32/win32iop.h
15591 ____________________________________________________________________________
15592 [ 441] By: gsar on 1998/01/30 08:54:19
15593 Log: Created new branch from win32@396, added AS patch#1
15595 + doio.c malloc.c perl.c perl.h perldir.h perlenv.h perllio.h
15596 + perlmem.h perlproc.h perlsock.h pp.c pp_hot.c pp_sys.c
15597 + regcomp.c scope.h sv.c toke.c util.c
15598 +> (branch 915 files)
15599 ____________________________________________________________________________
15600 [ 440] By: gsar on 1998/01/30 04:43:23
15601 Log: integrate winansi
15603 +> pod/perlhist.pod
15604 !> MANIFEST av.c hv.c op.c perlsock.h pp_ctl.c pp_sys.c scope.c
15606 ____________________________________________________________________________
15607 [ 439] By: mbeattie on 1998/01/27 15:31:53
15608 Log: Integrate ansi branch into mainline (resolve -ay).
15610 +> lib/Tie/Array.pm perldir.h perlenv.h perllio.h perlmem.h
15611 +> perlproc.h perlsock.h pod/perlhist.pod t/lib/tie-push.t
15612 +> t/lib/tie-stdarray.t t/lib/tie-stdpush.t t/op/tiearray.t
15613 +> win32/bin/perlglob.pl
15615 !> (integrate 868 files)
15616 ____________________________________________________________________________
15617 [ 438] By: nick on 1998/01/24 12:02:34
15618 Log: Gisle's av_unshift tweak, two small patches from chip
15619 and check for NULL in hv_delete in case '~' and tie magic
15622 ! av.c hv.c op.c pp_ctl.c scope.c
15623 ____________________________________________________________________________
15624 [ 437] By: nick on 1998/01/24 10:37:56
15625 Log: Get PerlXxx_yyyy() macro stuff to _compile_ on Solaris.
15627 Macros were unsuitable for declaring the functions, extra () round
15628 parameters removed - non-function forms of PerlXxx_yyyy() need to
15630 Need to include perlmem.h in util.c (at least) if not using Perl's malloc.
15632 ! perlsock.h pp_sys.c util.c
15633 ____________________________________________________________________________
15634 [ 436] By: nick on 1998/01/24 10:03:03
15635 Log: Integrate win32 into ansiperl
15637 +> perldir.h perlenv.h perllio.h perlmem.h perlproc.h perlsock.h
15638 +> win32/bin/perlglob.pl
15639 !> (integrate 38 files)
15640 ____________________________________________________________________________
15641 [ 435] By: nick on 1998/01/24 09:47:49
15642 Log: Add perlhist.pod
15646 ____________________________________________________________________________
15647 [ 434] By: gsar on 1998/01/19 05:01:47
15648 Log: s/PerlENV/PerlEnv/ just to be consistent
15650 ! malloc.c perl.c perlenv.h regcomp.c toke.c util.c
15651 ____________________________________________________________________________
15652 [ 433] By: gsar on 1998/01/19 04:52:18
15653 Log: foo() -> PerlGroup_foo() patch from ActiveState
15655 + perldir.h perlenv.h perllio.h perlmem.h perlproc.h perlsock.h
15656 ! doio.c malloc.c perl.c perl.h pp.c pp_hot.c pp_sys.c regcomp.c
15657 ! scope.h sv.c toke.c util.c
15658 ____________________________________________________________________________
15659 [ 432] By: gsar on 1998/01/19 04:42:26
15660 Log: integrate mainline
15662 !> pod/perlfunc.pod
15663 ____________________________________________________________________________
15664 [ 431] By: gsar on 1998/01/19 04:40:04
15665 Log: integrate changes in winansi
15667 +> lib/Tie/Array.pm t/lib/tie-push.t t/lib/tie-stdarray.t
15668 +> t/lib/tie-stdpush.t t/op/tiearray.t
15669 !> (integrate 98 files)
15670 ____________________________________________________________________________
15671 [ 430] By: gsar on 1998/01/19 04:10:43
15672 Log: Fix autovivification problems with XSUB OUTPUT args
15673 Message-Id: <199801190409.XAA26710@aatma.engin.umich.edu>
15674 Date: Sun, 18 Jan 1998 23:09:07 EST
15675 From: Gurusamy Sarathy <gsar@engin.umich.edu>
15676 Subject: [PATCH] XSUB OUTPUT arguments and 'set' magic
15678 ! ext/GDBM_File/typemap ext/NDBM_File/typemap
15679 ! ext/ODBM_File/typemap ext/SDBM_File/typemap
15680 ! lib/ExtUtils/typemap os2/OS2/PrfDB/typemap pod/perlguts.pod
15681 ! pod/perlxs.pod pod/perlxstut.pod sv.c sv.h win32/win32.h
15682 ____________________________________________________________________________
15683 [ 429] By: nick on 1998/01/17 21:01:50
15684 Log: Subject: [PATCH] 5.004_56 threaded and "CONFIG key 'exe_ext' does not exist in Config.pm"
15685 Date: Thu, 25 Dec 1997 13:39:15 -0500
15686 From: Spider Boardman <spider@Orb.Nashua.NH.US>
15687 To: perl5-porters@perl.org
15689 It turns out that the potential for the "CONFIG key 'exe_ext'
15690 does not exist in Config.pm" problem has been around for a while,
15691 in the definition of SvTRUE(). It's just that non-gcc compilers
15692 are more or less being built as CRIPPLED_CC when USE_THREADS is
15693 defined (even if they can inline things). The inline macro for
15694 SvTRUE works with tied hashes and the EXISTS method, and the
15695 functional version (sv_true in 5.004_56, or SvTRUE in 5.004_04)
15696 does not, because it adds an excess mg_get() which replaces the
15697 EXISTS result with a FETCH result.
15700 ____________________________________________________________________________
15701 [ 428] By: nick on 1998/01/17 20:59:11
15702 Log: From: Robin Barker <rmb1@cise.npl.co.uk>
15703 Date: Fri, 19 Dec 97 17:19:09 GMT
15704 Message-Id: <26260.9712191719@lightning.cise.npl.co.uk>
15706 ! doio.c sv.c toke.c util.c
15707 ____________________________________________________________________________
15708 [ 427] By: nick on 1998/01/17 12:01:53
15709 Log: Permit tie ?foo,$object
15710 tidy up dead #ifdef ORIGINAL_TIE)
15711 Remove 'P' magic from hash, before adding new one in dbm_open like tie does.
15714 ____________________________________________________________________________
15715 [ 426] By: nick on 1998/01/15 18:06:36
15716 Log: First working TIEARRAY and other misc tie fixes
15718 ! MANIFEST pp.c pp_hot.c t/op/tiearray.t
15719 ____________________________________________________________________________
15720 [ 425] By: nick on 1998/01/14 21:56:40
15721 Log: Not working yet - split problems ...
15723 ! pp.c t/lib/thread.t t/op/tiearray.t
15724 ____________________________________________________________________________
15725 [ 424] By: nick on 1998/01/14 18:49:25
15726 Log: TIEARRAY updates - almost works ...
15728 + t/lib/tie-push.t t/lib/tie-stdarray.t t/lib/tie-stdpush.t
15729 ! MANIFEST av.c av.h ext/DB_File/DB_File.pm lib/Tie/Array.pm
15730 ! mg.c pod/perltie.pod pp.c pp_hot.c pp_sys.c scope.c
15731 ! t/op/avhv.t t/op/push.t t/op/tiearray.t
15732 ____________________________________________________________________________
15733 [ 423] By: gsar on 1998/01/14 00:13:16
15734 Log: fix MakeMaker installbin problem
15735 Message-Id: <199801070016.TAA17766@aatma.engin.umich.edu>
15736 Subject: Re: can't modify message with HTML-Stream, v.1.42
15737 Date: Tue, 06 Jan 1998 19:16:35 -0500
15738 From: Gurusamy Sarathy <gsar@engin.umich.edu>
15740 ! lib/ExtUtils/MM_Unix.pm
15741 ____________________________________________________________________________
15742 [ 422] By: gsar on 1998/01/13 23:53:02
15743 Log: add archname to *sitearch in config.{b,g,v}c
15745 ! win32/config.bc win32/config.gc win32/config.vc
15746 ____________________________________________________________________________
15747 [ 421] By: gsar on 1998/01/13 23:15:14
15748 Log: set $ENV{PERL5LIB} in t/harness (so child perlglob.bat sees it)
15751 ____________________________________________________________________________
15752 [ 420] By: nick on 1998/01/13 22:55:02
15753 Log: tiearray tweaks
15755 ! av.c pp_sys.c t/op/nothread.t t/op/tiearray.t
15756 ____________________________________________________________________________
15757 [ 419] By: nick on 1998/01/13 21:27:33
15758 Log: Skeleton Tie::Array
15761 ____________________________________________________________________________
15762 [ 418] By: nick on 1998/01/13 20:52:38
15763 Log: tie array changes to core and tests
15766 ! MANIFEST av.c av.h deb.c embed.h ext/DB_File/DB_File.pm
15767 ! global.sym gv.c mg.c op.c perl.c perl.h pp.c pp.h pp_ctl.c
15768 ! pp_hot.c proto.h sv.c toke.c universal.c util.c
15769 ____________________________________________________________________________
15770 [ 417] By: gsar on 1998/01/13 20:49:52
15771 Log: fix perlglob.bat warnings by splitting it from File::DosGlob
15773 + win32/bin/perlglob.pl
15774 ! MANIFEST README.win32 lib/File/DosGlob.pm win32/Makefile
15775 ! win32/makefile.mk
15776 ____________________________________________________________________________
15777 [ 416] By: gsar on 1998/01/13 02:46:53
15778 Log: various tweaks to build support (NOTE: meant for 5.004_57)
15779 - build and install x2p
15780 - fix installperl warnings on win32
15781 - `make install` now does puts the archlibs in right places
15782 - makefiles don't default to USE_THREADS anymore
15783 - sync config.{b,g,v}c
15784 - sync makefile.mk -> Makefile
15786 ! installperl win32/Makefile win32/config.bc win32/config.gc
15787 ! win32/config.vc win32/config_sh.PL win32/makefile.mk x2p/a2p.h
15789 ____________________________________________________________________________
15790 [ 415] By: nick on 1998/01/11 16:54:26
15791 Log: Integrate win32 into ansiperl
15793 !> Configure hints/dec_osf.sh hv.c lib/Getopt/Long.pm lib/blib.pm
15794 !> lib/newgetopt.pl perl.h perl_exp.SH pp_ctl.c pp_hot.c pp_sys.c
15795 !> proto.h regcomp.h regexec.c t/op/re_tests t/pragma/locale.t
15796 !> utils/perldoc.PL vms/config.vms vms/descrip.mms
15797 !> vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms vms/vms.c
15798 !> vms/vmsish.h x2p/s2p.PL
15799 ____________________________________________________________________________
15800 [ 414] By: nick on 1998/01/11 15:13:49
15801 Log: Integratye mainline -> ansiperl
15803 !> (integrate 64 files)
15804 ____________________________________________________________________________
15805 [ 413] By: mbeattie on 1998/01/09 12:57:58
15806 Log: Add missing blank line in pod/perlfunc.pod.
15809 ____________________________________________________________________________
15810 [ 412] By: gsar on 1998/01/08 20:54:31
15811 Log: change#398 breaks ENV_IS_CASELESS, fix it
15814 ____________________________________________________________________________
15815 [ 411] By: gsar on 1998/01/08 18:33:58
15816 Log: Integrate mainline
15818 !> Configure hints/dec_osf.sh hv.c lib/Getopt/Long.pm lib/blib.pm
15819 !> lib/newgetopt.pl perl.h perl_exp.SH pp_ctl.c pp_hot.c pp_sys.c
15820 !> proto.h regcomp.h regexec.c t/op/re_tests t/pragma/locale.t
15821 !> utils/perldoc.PL vms/config.vms vms/descrip.mms
15822 !> vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms vms/vms.c
15823 !> vms/vmsish.h x2p/s2p.PL
15824 ____________________________________________________________________________
15825 [ 410] By: mbeattie on 1998/01/08 16:06:22
15826 Log: Fix thinko in t/pragma/locale.t:
15827 Subject: [PATCH] _04 or _56: locale.t
15828 Date: Sun, 4 Jan 1998 23:48:44 +0200 (EET)
15829 From: Jarkko Hietaniemi <jhi@iki.fi>
15831 ! t/pragma/locale.t
15832 ____________________________________________________________________________
15833 [ 409] By: mbeattie on 1998/01/08 16:05:09
15834 Log: Use Tom Horley's qsort for sorting:
15835 Subject: Re: [PATCH for 5.004_56] Re: op/sort.t hangs under Solaris 2.5
15836 Date: Fri, 02 Jan 1998 19:33:24 -0500 (EST)
15837 From: Hans Mulder <hansm@icgned.nl>
15840 ____________________________________________________________________________
15841 [ 408] By: mbeattie on 1998/01/08 16:01:57
15842 Log: Make s2p not use cpp:
15843 Subject: [PATCH for 5.004_56] s2p shouldn't use cpp
15844 Date: Mon, 29 Dec 1997 19:38:18 -0500 (EST)
15845 From: Hans Mulder <hansm@icgned.nl>
15848 ____________________________________________________________________________
15849 [ 407] By: mbeattie on 1998/01/08 15:57:31
15850 Log: DG/UX tweaks to perl.h:
15851 Subject: [PATCH] _56 on dgux without threads
15852 Date: Sat, 20 Dec 1997 23:01:40 -0500
15853 From: Roderick Schertler <roderick@argon.org>
15856 ____________________________________________________________________________
15857 [ 406] By: mbeattie on 1998/01/08 15:56:02
15858 Log: Configure and hints/dec_osf.sh changes for Digital UNIX:
15859 Subject: [PATCH] perl5.004_56 NOT OK on alpha-dec_osf-thread (Digital UNIX X5.0-13)
15860 Date: Sat, 20 Dec 1997 02:30:01 -0500
15861 From: Spider Boardman <spider@web.zk3.dec.com>
15863 ! Configure hints/dec_osf.sh
15864 ____________________________________________________________________________
15865 [ 405] By: mbeattie on 1998/01/08 15:53:40
15866 Log: Missing "" in Configure echo for gethbadd_addr_type.
15869 ____________________________________________________________________________
15870 [ 404] By: mbeattie on 1998/01/08 13:04:48
15871 Log: print/printf/... over-eager mg_find for glob magic:
15872 Subject: [PATCH] fix inefficient checks for TIEHANDLE
15873 Date: Wed, 07 Jan 1998 20:06:05 -0500
15874 From: Gurusamy Sarathy <gsar@engin.umich.edu>
15876 ! pp_hot.c pp_sys.c
15877 ____________________________________________________________________________
15878 [ 403] By: mbeattie on 1998/01/08 12:56:31
15879 Log: Assorted VMS patches (mostly VMS makefile update for new headers):
15880 Subject: [PATCH] VMS update for 5.004_56
15881 Date: Sat, 03 Jan 1998 03:54:29 -0500 (EST)
15882 From: Charles Bailey <bailey@newman.upenn.edu>
15884 ! lib/blib.pm proto.h regcomp.h vms/config.vms vms/descrip.mms
15885 ! vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms vms/vms.c
15887 ____________________________________________________________________________
15888 [ 402] By: mbeattie on 1998/01/08 12:46:15
15889 Log: Fix utils/perldoc.PL for dos-djgpp:
15890 Subject: 5.004_56: perldoc.PL dos-djgpp patches
15891 Date: Tue, 6 Jan 1998 18:14:59 +0100
15892 From: Molnar Laszlo <molnarl@cdata.tvnet.hu>
15895 ____________________________________________________________________________
15896 [ 401] By: mbeattie on 1998/01/08 12:40:14
15897 Log: Version 2.13 of GetoptLong:
15898 Subject: Re: ANNOUNCE: perl 5.004_56 is available
15899 Date: 06 Jan 1998 16:21:45 +0100
15900 From: JVromans@Squirrel.nl (Johan Vromans)
15902 ! lib/Getopt/Long.pm lib/newgetopt.pl
15903 ____________________________________________________________________________
15904 [ 400] By: mbeattie on 1998/01/08 12:28:08
15905 Log: Fix variable export and threading configuration for AIX:
15906 Subject: [PATCH] 5.004_56: AIX 4.1.5.0: sans et avec threads
15907 Date: Tue, 23 Dec 1997 15:39:12 +0200 (EET)
15908 From: Jarkko Hietaniemi <jhi@iki.fi>
15910 ! Configure perl_exp.SH
15911 ____________________________________________________________________________
15912 [ 399] By: mbeattie on 1998/01/08 12:25:38
15913 Log: Regexp fix: (?>a+)b doesn't match aaab:
15914 Subject: Re: Regexp [PATCH] 5.004_56 (?>...)
15915 Date: Fri, 19 Dec 1997 16:02:50 -0500 (EST)
15916 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15918 ! regexec.c t/op/re_tests
15919 ____________________________________________________________________________
15920 [ 398] By: mbeattie on 1998/01/08 12:23:41
15921 Log: Fix hv_delete for 'm'-magic. Based on following patch, modified
15922 to cope with ENV_IS_CASELESS:
15923 Subject: [perl5.004_56] [PATCH] hv_delete and 'm' magic
15924 Date: Fri, 19 Dec 1997 11:31:36 -0500
15925 From: Owen Taylor <owt1@cornell.edu>
15928 ____________________________________________________________________________
15929 [ 397] By: mbeattie on 1998/01/08 12:10:29
15930 Log: Integrate win32 branch into mainline.
15932 !> (integrate 41 files)
15933 ____________________________________________________________________________
15934 [ 396] By: gsar on 1998/01/07 19:12:27
15935 Log: tweak case-insensitive ENV implementation
15938 ____________________________________________________________________________
15939 [ 395] By: nick on 1998/01/07 18:40:55
15940 Log: Integrate win32 branch
15942 !> (integrate 31 files)
15943 ____________________________________________________________________________
15944 [ 394] By: gsar on 1998/01/05 19:17:40
15945 Log: Allow $ENV{PERL5SHELL} to contain switches etc., and document
15948 ! pod/perlrun.pod win32/win32.c
15949 ____________________________________________________________________________
15950 [ 393] By: gsar on 1998/01/05 05:43:33
15951 Log: Support case-tolerant %ENV
15952 - underlying system calls see the case-as-supplied by user
15953 - added tests to verify addition/deletion/enumeration case-tolerance
15954 - hv.c touched, but changes are fully conditional on -DENV_IS_CASELESS,
15955 which is default on win32 now
15957 ! hv.c t/op/magic.t win32/win32.h
15958 ____________________________________________________________________________
15959 [ 392] By: gsar on 1998/01/04 17:55:19
15960 Log: Add a tweaked version of:
15961 Message-Id: <199801040630.AA29298@metronet.com>
15962 Date: Sun, 04 Jan 1998 00:30:57 CST
15963 From: Tye McQueen <tye@metronet.com>
15964 Subject: New patch for $^E==GetLastError() under Win32
15966 ! doio.c lib/dumpvar.pl lib/perl5db.pl mg.c perl.h
15967 ! pod/perlfunc.pod pod/perlvar.pod util.c win32/makedef.pl
15968 ! win32/win32.c win32/win32.h
15969 ____________________________________________________________________________
15970 [ 391] By: gsar on 1998/01/04 07:59:44
15971 Log: Various win32 fixes
15972 - support spawn via system(&P_NOWAIT,...) like OS2
15973 - support wait() and waitpid()
15974 - s/GetCurrentDirectory/GetCwd/, long-named XS to be removed
15975 - support -lfoo properly in ExtUtils::Liblist
15976 - fix outdated info about Win32 support in perlfaq2
15977 - fix win32 bug in perldoc that causes spurious warnings
15978 - regularize global function/variable names yet more
15979 - fix bug in do_aspawn() (it was always invoking shell, instead of
15981 - implement and export win32_wait()
15982 - stub version of USE_RTL_THREAD_API
15984 ! README.win32 dosish.h lib/Cwd.pm lib/ExtUtils/Liblist.pm
15985 ! pod/perlfaq2.pod pp_sys.c util.c utils/perldoc.PL
15986 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15987 ! win32/config_h.PL win32/perllib.c win32/win32.c win32/win32.h
15988 ! win32/win32iop.h win32/win32sck.c win32/win32thread.c
15989 ! win32/win32thread.h
15990 ____________________________________________________________________________
15991 [ 390] By: gsar on 1997/12/30 21:00:28
15992 Log: Fix $ENV{Path} in FindBin.pm
15995 ____________________________________________________________________________
15996 [ 389] By: nick on 1997/12/29 10:33:23
15997 Log: Resolve ansiperl against win32
15999 !> (integrate 105 files)
16000 ____________________________________________________________________________
16001 [ 388] By: gsar on 1997/12/24 04:59:28
16002 Log: make $? Unix (and ActiveWare) compatible
16004 ! README.win32 win32/win32.c
16005 ____________________________________________________________________________
16006 [ 387] By: gsar on 1997/12/24 04:21:30
16007 Log: support ioctl() on sockets (does what ioctlsocket() does) to make
16008 non-blocking IO on sockets possible
16010 ! README.win32 dosish.h win32/makedef.pl win32/win32.c
16011 ! win32/win32iop.h win32/win32sck.c
16012 ____________________________________________________________________________
16013 [ 386] By: gsar on 1997/12/24 03:10:55
16014 Log: support getlogin()
16016 ! README.win32 win32/config.bc win32/config.gc win32/config.vc
16017 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16018 ! win32/win32.c win32/win32.h
16019 ____________________________________________________________________________
16020 [ 385] By: gsar on 1997/12/24 02:24:59
16021 Log: add support for crypt() via user-supplied des_fcrypt() source or library.
16022 Update README.win32.
16024 ! README.win32 perl.h win32/Makefile win32/makedef.pl
16025 ! win32/makefile.mk win32/win32.c win32/win32.h win32/win32iop.h
16026 ____________________________________________________________________________
16027 [ 384] By: gsar on 1997/12/24 02:22:42
16028 Log: tweak op.c to avoid warning
16031 ____________________________________________________________________________
16032 [ 383] By: gsar on 1997/12/23 21:12:42
16033 Log: Trivial bugfix#3 from local repository
16034 Message-Id: <199712061100.GAA14864@aatma.engin.umich.edu>
16035 Subject: Re: Assigning result of pop scrambles unrelated reference
16036 Date: Sat, 06 Dec 1997 06:00:45 -0500
16037 From: Gurusamy Sarathy <gsar@engin.umich.edu>
16040 ____________________________________________________________________________
16041 [ 382] By: gsar on 1997/12/23 21:09:32
16042 Log: Trivial bugfix#2 from local repository
16043 Message-Id: <199712061025.FAA14396@aatma.engin.umich.edu>
16044 Subject: Re: eval of sub gives spurious "uninitialised" warning
16045 Date: Sat, 06 Dec 1997 05:25:07 -0500
16046 From: Gurusamy Sarathy <gsar@engin.umich.edu>
16048 ! op.c pod/perldelta.pod pod/perlfunc.pod t/op/eval.t
16049 ____________________________________________________________________________
16050 [ 381] By: gsar on 1997/12/23 21:01:04
16051 Log: Trivial bugfix#1 from local repository
16052 Message-Id: <199711282326.SAA15090@aatma.engin.umich.edu>
16053 Subject: [PATCH] Re: [5.004_04 BUG] bless broke scoping?
16054 Date: Fri, 28 Nov 1997 18:26:52 -0500
16055 From: Gurusamy Sarathy <gsar@engin.umich.edu>
16058 ____________________________________________________________________________
16059 [ 380] By: gsar on 1997/12/18 15:10:23
16060 Log: Integrate mainline
16062 +> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
16063 +> djgpp/djgppsed.sh djgpp/fixpmain hints/dos_djgpp.sh
16064 +> os2/os2.sym os2/os2thread.h
16065 !> (integrate 77 files)
16071 ____________________________________________________________________________
16072 [ 379] By: mbeattie on 1997/12/18 13:28:35
16073 Log: Integrate ansi @364,@366 into mainline.
16075 !> lib/ExtUtils/MakeMaker.pm miniperlmain.c perl.h
16076 ____________________________________________________________________________
16077 [ 378] By: mbeattie on 1997/12/18 13:20:15
16078 Log: Add a few missing files to MANIFEST
16081 ____________________________________________________________________________
16082 [ 377] By: mbeattie on 1997/12/18 13:00:16
16083 Log: Bump patchlevel to 56.
16086 ____________________________________________________________________________
16087 [ 376] By: nick on 1997/12/18 01:32:12
16088 Log: Resolve against mainline
16090 +> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
16091 +> djgpp/djgppsed.sh djgpp/fixpmain hints/dos_djgpp.sh
16092 +> os2/os2.sym os2/os2thread.h
16093 !> (integrate 74 files)
16094 ____________________________________________________________________________
16095 [ 375] By: nick on 1997/12/18 01:06:15
16096 Log: Resolve against Win32
16098 !> Configure README.threads config_h.SH doop.c embed.h
16099 !> ext/DynaLoader/dl_aix.xs global.sym hints/aix.sh
16100 !> hints/irix_6.sh op.c op.h perl.h perlvars.h pp_hot.c pp_sys.c
16101 !> sv.c sv.h thread.h util.c
16102 ____________________________________________________________________________
16103 [ 374] By: mbeattie on 1997/12/17 14:44:26
16104 Log: Lots of VMS changes. vms/gen_shrfls.pl (which parses header files)
16105 needs rewriting now that we use perlvars.h and foovar.h:
16106 Subject: [PATCH] 5.004_54 under VMS (fwd)
16107 Date: Wed, 26 Nov 1997 12:32:09 -0400 (EDT)
16108 From: Charles Bailey <BAILEY@newman.upenn.edu>
16110 ! dosish.h handy.h intrpvar.h os2/os2ish.h perl.c perl.h
16111 ! plan9/plan9ish.h pp.c proto.h sv.c t/lib/thread.t
16112 ! t/lib/timelocal.t t/op/nothread.t taint.c thrdvar.h toke.c
16113 ! unixish.h vms/config.vms vms/descrip.mms vms/fndvers.com
16114 ! vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms
16115 ! vms/test.com vms/vms.c vms/vms_yfix.pl vms/vmsish.h
16116 ____________________________________________________________________________
16117 [ 373] By: mbeattie on 1997/12/17 14:10:50
16118 Log: Major changes to the DOS/djgpp port (including threading):
16119 Subject: Re: dos-djgpp port not in perl 5.004_54
16120 Date: Fri, 21 Nov 1997 10:58:26 +0100
16121 From: Molnar Laszlo <molnarl@cdata.tvnet.hu>
16123 + README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
16124 + djgpp/djgppsed.sh djgpp/fixpmain hints/dos_djgpp.sh
16125 ! Configure MANIFEST Makefile.SH doio.c dosish.h
16126 ! ext/POSIX/POSIX.xs installhtml installperl lib/AutoSplit.pm
16127 ! lib/Cwd.pm lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
16128 ! lib/ExtUtils/Manifest.pm lib/File/Basename.pm lib/File/Find.pm
16129 ! lib/File/Path.pm lib/FindBin.pm lib/Pod/Html.pm
16130 ! lib/Pod/Text.pm lib/Term/Cap.pm lib/perl5db.pl makedepend.SH
16131 ! mg.c perl.c pod/pod2man.PL pp_hot.c t/io/fs.t t/lib/anydbm.t
16132 ! t/lib/filehand.t t/lib/gdbm.t t/lib/io_sel.t t/lib/io_tell.t
16133 ! t/lib/sdbm.t t/lib/thread.t t/op/magic.t t/op/stat.t
16134 ! t/op/sysio.t t/op/taint.t utils/perldoc.PL
16135 ____________________________________________________________________________
16136 [ 372] By: mbeattie on 1997/12/17 13:18:34
16137 Log: Upgrade DB_File to 1.56:
16138 Subject: DB_File-1.56 for _55
16139 Date: Tue, 16 Dec 1997 22:25:29 +0000 (GMT)
16140 From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
16142 ! Configure ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
16143 ! ext/DB_File/Makefile.PL ext/DB_File/typemap t/lib/db-btree.t
16144 ____________________________________________________________________________
16145 [ 371] By: mbeattie on 1997/12/17 12:02:03
16146 Log: Threading patches for OS/2 (missing files taken from previous patch):
16147 Subject: Re: 5.004_55: OS/2 patches again
16148 Date: Sat, 13 Dec 1997 18:09:15 -0500 (EST)
16149 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16151 + os2/os2.sym os2/os2thread.h
16152 ! MANIFEST hints/os2.sh os2/Changes os2/Makefile.SHs
16153 ! os2/OS2/PrfDB/PrfDB.xs os2/OS2/REXX/REXX.xs os2/os2.c
16154 ! os2/os2ish.h perl.h
16155 ____________________________________________________________________________
16156 [ 370] By: mbeattie on 1997/12/17 11:01:34
16157 Log: Add OS2 to list for DONT_DECLARE_STD in perl.h:
16158 Subject: Re: 5.004_55: OS/2 patches again
16159 Date: Sat, 13 Dec 1997 18:05:55 -0500 (EST)
16160 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16163 ____________________________________________________________________________
16164 [ 369] By: mbeattie on 1997/12/17 10:59:40
16165 Log: Fix typo in compiler B/C.pm.
16168 ____________________________________________________________________________
16169 [ 368] By: mbeattie on 1997/12/17 10:58:35
16170 Log: Allow "perldoc -F filename":
16171 Subject: 5.004_55: Patch to perldoc
16172 Date: Thu, 11 Dec 1997 19:37:00 -0500 (EST)
16173 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16176 ____________________________________________________________________________
16177 [ 367] By: mbeattie on 1997/12/17 10:54:47
16178 Log: Fix not-reached warning for pp_threadsv.
16181 ____________________________________________________________________________
16182 [ 366] By: nick on 1997/12/14 16:06:24
16183 Log: Fix typo in Ilya's patch :-(
16185 ! lib/ExtUtils/MakeMaker.pm
16186 ____________________________________________________________________________
16187 [ 365] By: nick on 1997/12/14 15:30:25
16188 Log: #undef new PERLVARIC macro in appropriate places
16190 ! miniperlmain.c perl.h
16191 ____________________________________________________________________________
16192 [ 364] By: nick on 1997/12/14 15:04:36
16193 Log: Ilya's MakeMaker (empty makefile) patch
16195 ! lib/ExtUtils/MakeMaker.pm
16196 ____________________________________________________________________________
16197 [ 363] By: gsar on 1997/12/13 05:57:13
16198 Log: Integrate mainline. Builds and passes (Borland).
16200 !> Configure README.threads config_h.SH doop.c embed.h
16201 !> ext/DynaLoader/dl_aix.xs global.sym hints/aix.sh
16202 !> hints/irix_6.sh op.c op.h perl.h perlvars.h pp_hot.c pp_sys.c
16203 !> sv.c sv.h thread.h util.c
16204 ____________________________________________________________________________
16205 [ 362] By: nick on 1997/12/13 02:53:03
16206 Log: Resolve ansiperl against mainline
16208 !> (integrate 92 files)
16209 ____________________________________________________________________________
16210 [ 361] By: mbeattie on 1997/12/12 16:20:38
16211 Log: pp_print and pp_prtf handling of tied file handles used EXTEND
16212 instead of MEXTEND leading to core dumps. This fix needs
16213 propagating back to the maintenance branch.
16215 ! pp_hot.c pp_sys.c
16216 ____________________________________________________________________________
16217 [ 360] By: mbeattie on 1997/12/11 15:45:56
16218 Log: Add missing patch to op.c that didn't come across with win32 merge.
16221 ____________________________________________________________________________
16222 [ 359] By: mbeattie on 1997/12/11 11:54:41
16223 Log: Stop tr/// from writing to target when only counting.
16226 ____________________________________________________________________________
16227 [ 358] By: mbeattie on 1997/12/10 18:36:26
16228 Log: Fix char*/unsigned char* clashes in util.c:fbm_instr and remove
16229 a few extraneous trailing semicolons in perlvars.h.
16231 ! perlvars.h util.c
16232 ____________________________________________________________________________
16233 [ 357] By: mbeattie on 1997/12/10 18:33:53
16234 Log: Start overhauling compiler. It was working at least minimally
16235 right up until the final tweak of B.xs to add threadsv_names
16236 at which point building it provokes a seg fault in perl while
16237 doing the xsubpp :-(.
16241 ! Compiler/B.pm Compiler/B.xs Compiler/B/Asmdata.pm
16242 ! Compiler/B/C.pm Compiler/B/CC.pm Compiler/Makefile.PL
16243 ! Compiler/bytecode.pl Compiler/byteperl.c Compiler/byterun.c
16244 ! Compiler/byterun.h Compiler/cc_harness Compiler/cc_runtime.h
16245 ! Compiler/ccop.c Compiler/ccop.h Compiler/test_harness
16246 ! Compiler/test_harness_cc
16247 ____________________________________________________________________________
16248 [ 356] By: mbeattie on 1997/12/10 13:43:32
16249 Log: Fix perl_os_thread typedef for pthreads. Tweak SvTAINT so that
16250 sv_setfoo functions go back to not needing dTHR. Fix Configure
16251 to check for already-existing -thread on archname and to check
16252 better for d_pthread_created_joinable.
16254 ! Configure perl.h sv.c sv.h thread.h
16255 ____________________________________________________________________________
16256 [ 355] By: mbeattie on 1997/12/10 10:53:58
16257 Log: Minor fix/speedup to util.c:fbm_instr:
16258 Subject: 5.004_55: Minor regexp patch
16259 Date: Fri, 5 Dec 1997 05:09:54 -0500 (EST)
16260 From: Ilya Zakharevich <ilya@MATH.OHIO-STATE.EDU>
16263 ____________________________________________________________________________
16264 [ 354] By: mbeattie on 1997/12/10 10:41:25
16265 Log: Patches for IRIX, AIX and some generic stuff:
16266 Subject: [PATCH] _55: Mostly AIX stuff but also IRIX and generic
16267 Date: Sat, 29 Nov 1997 08:35:30 -0800 (PST)
16268 From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
16269 (checked/ignored a few rejects; tweaked wording).
16271 ! Configure README.threads config_h.SH embed.h
16272 ! ext/DynaLoader/dl_aix.xs global.sym hints/aix.sh
16274 ____________________________________________________________________________
16275 [ 353] By: mbeattie on 1997/12/10 10:10:19
16276 Log: Integrate win32 back into mainline (trivial).
16278 +> embedvar.h intrpvar.h perlvars.h thrdvar.h win32/config.gc
16279 +> win32/config_H.gc
16280 !> (integrate 36 files)
16281 ____________________________________________________________________________
16282 [ 352] By: nick on 1997/12/09 17:36:45
16283 Log: Resolve win32 - Sarathy's tweak.
16285 !> win32/makedef.pl
16286 ____________________________________________________________________________
16287 [ 351] By: gsar on 1997/12/08 06:13:04
16288 Log: re-add PERLVARI?C? change that somehow went missing in makedef.pl
16291 ____________________________________________________________________________
16292 [ 350] By: nick on 1997/12/05 00:56:03
16293 Log: Resolve ansiperl against win32
16296 !> embed.h embed.pl embedvar.h global.sym miniperlmain.c perl.h
16297 !> perlvars.h win32/Makefile win32/config.gc win32/makedef.pl
16298 !> win32/makefile.mk win32/perllib.c win32/win32.h
16299 ____________________________________________________________________________
16300 [ 349] By: gsar on 1997/12/02 07:28:23
16301 Log: Revert to keeping (some) constant strings as globals
16303 ! embed.h embed.pl embedvar.h global.sym miniperlmain.c perl.h
16304 ! perlvars.h win32/makedef.pl win32/perllib.c
16305 ____________________________________________________________________________
16306 [ 348] By: gsar on 1997/12/02 05:38:06
16307 Log: makegcc.mk merged into makefile.mk, so makegcc.mk is gone.
16308 Other minor fixes. Now is a good time to get the changes in win32 branch.
16311 ! win32/Makefile win32/config.gc win32/makefile.mk win32/win32.h
16312 ____________________________________________________________________________
16313 [ 347] By: gsar on 1997/12/02 03:32:55
16314 Log: Integrate winansi again. Result builds and passes all tests on all
16317 !> lib/ExtUtils/MM_Win32.pm win32/config.gc win32/makefile.mk
16318 !> win32/makegcc.mk win32/win32.h
16319 ____________________________________________________________________________
16320 [ 346] By: gsar on 1997/12/02 03:28:23
16321 Log: various hacks to get mingw32 to build. Sync Makefile with makefile.mk.
16322 makegcc.mk to be merged into makefile.mk soon.
16324 ! lib/ExtUtils/MM_Win32.pm win32/Makefile win32/config.gc
16325 ! win32/makedef.pl win32/makefile.mk win32/makegcc.mk
16327 ____________________________________________________________________________
16328 [ 345] By: nick on 1997/12/02 01:57:17
16329 Log: Add a 4th step (yes FOUR) to dll build process for gcc.
16332 ! lib/ExtUtils/MM_Win32.pm
16333 ____________________________________________________________________________
16334 [ 344] By: nick on 1997/12/02 01:11:16
16335 Log: Sarathy's patch
16337 ! lib/ExtUtils/MM_Win32.pm win32/config.gc win32/makefile.mk
16338 ! win32/makegcc.mk win32/win32.h
16339 ____________________________________________________________________________
16340 [ 343] By: gsar on 1997/12/01 04:37:06
16341 Log: Reverse integrate to get all of Nick's changes over at winansi (win32/perl/*
16342 is identical to ansiperl/* now)
16344 +> embedvar.h intrpvar.h perlvars.h thrdvar.h
16345 !> (integrate 34 files)
16346 ____________________________________________________________________________
16347 [ 342] By: nick on 1997/12/01 04:01:57
16348 Log: Builds and passes all tests with gcc on Win32 - phew!
16350 ! embed.h embedvar.h ext/Opcode/Opcode.xs global.sym perl.h
16351 ! proto.h util.c win32/makedef.pl
16352 ____________________________________________________________________________
16353 [ 341] By: nick on 1997/12/01 02:54:29
16354 Log: Create a struct for all perls globals (as an option)
16355 Mainly for Mingw32 which cannot import data.
16356 Now only Opcode tests fail (op_desc/op_name not
16359 ! EXTERN.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
16360 ! global.sym miniperlmain.c perl.c perl.h perlvars.h pp_hot.c
16361 ! proto.h run.c util.c win32/Makefile win32/makedef.pl
16362 ! win32/makegcc.mk win32/perllib.c win32/win32.c win32/win32.h
16363 ! win32/win32iop.h win32/win32thread.c
16364 ____________________________________________________________________________
16365 [ 340] By: nick on 1997/11/30 20:21:10
16366 Log: Fixup exports in non -DDEBUGGING case
16369 ____________________________________________________________________________
16370 [ 339] By: nick on 1997/11/30 20:10:04
16371 Log: Disable hard-coded -DDEBUGGING
16373 ! win32/config_h.PL
16374 ____________________________________________________________________________
16375 [ 338] By: nick on 1997/11/30 20:00:19
16376 Log: embed.pl now reads *var*.h to do its stuff.
16377 Split generated embed.h into two - new embedvar.h
16378 is #included when 'op' etc. will not mess up proto.h etc.
16379 Removed #define foo (thr->Tfoo) from thread.h
16380 Added some 'missing' symbols to global.sym, removed
16381 those in the *var*.h files
16382 Has build all MULTIPLICITY/USE_THREADS options on win32
16383 with VC++ (and passed tests), but not with exactly this set
16387 ! embed.h embed.pl global.sym interp.sym intrpvar.h perl.h
16388 ! perlvars.h regcomp.c thrdvar.h thread.h win32/Makefile
16390 ____________________________________________________________________________
16391 [ 337] By: nick on 1997/11/29 23:55:31
16392 Log: Globals and structs via macros - part 1 of N
16393 - introduce perlvars.h intrpvar.h and thrdvar.h
16394 - change perl.h and thread.h to include them with
16395 appropriate macros defined
16396 - result is status-quo but with macros
16397 - next step is to tweak embed.* to capitalize on
16398 new easy-to-find info.
16400 + intrpvar.h perlvars.h thrdvar.h
16401 ! perl.h thread.h win32/Makefile
16402 ____________________________________________________________________________
16403 [ 336] By: nick on 1997/11/29 19:13:55
16404 Log: VC++ default to threaded
16407 ____________________________________________________________________________
16408 [ 335] By: nick on 1997/11/29 18:38:26
16409 Log: Avoid __declspec(thread) by default, for both scratch
16410 return areas and THR stuff. Use struct thread intern instead.
16412 ! win32/win32.c win32/win32.h win32/win32sck.c
16413 ! win32/win32thread.c win32/win32thread.h
16414 ____________________________________________________________________________
16415 [ 334] By: nick on 1997/11/29 17:49:04
16416 Log: Non-threaded build fix
16418 ! win32/win32thread.c
16419 ____________________________________________________________________________
16420 [ 333] By: nick on 1997/11/29 17:29:07
16421 Log: Sort out malloc_mutex for perl's malloc
16422 Remove BINCOMPAT3 from embed.pl
16423 Add dependancy to CORE_H for PERL95_OBJ
16425 ! dosish.h embed.h embed.pl global.sym perl.h win32/Makefile
16427 ____________________________________________________________________________
16428 [ 332] By: nick on 1997/11/29 16:21:01
16429 Log: Integrate win32 into ansiperl
16431 !> README.threads hints/irix_6.sh lib/Test/Harness.pm
16432 !> lib/perl5db.pl malloc.c miniperlmain.c perl.h sv.c t/TEST
16433 !> t/lib/anydbm.t t/lib/db-btree.t t/lib/db-hash.t
16434 !> t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
16435 !> t/lib/safe2.t t/lib/sdbm.t t/op/pat.t t/op/taint.t
16437 ____________________________________________________________________________
16438 [ 331] By: nick on 1997/11/29 01:35:45
16439 Log: GCC + Threads on Win32 - best gcc results yet
16441 ! XSUB.h perl.h thread.h win32/makedef.pl win32/makegcc.mk
16442 ! win32/win32.h win32/win32iop.h win32/win32thread.c
16443 ! win32/win32thread.h
16444 ____________________________________________________________________________
16445 [ 330] By: nick on 1997/11/28 23:05:08
16446 Log: Un-botch gcc workround
16449 ____________________________________________________________________________
16450 [ 329] By: nick on 1997/11/28 22:39:39
16451 Log: Builds completely with Mingw32, dynamic loaded extensions
16452 don't work yet - suspect __declspec() non-implemented issues.
16454 ! XSUB.h lib/ExtUtils/Command.pm lib/ExtUtils/MM_Win32.pm
16455 ! lib/ExtUtils/Mksymlists.pm win32/config.gc win32/makegcc.mk
16456 ! win32/runperl.c win32/win32.c win32/win32iop.h
16457 ____________________________________________________________________________
16458 [ 328] By: gsar on 1997/11/28 05:48:15
16459 Log: integrate winansi.
16461 +> win32/config.gc win32/config_H.gc win32/makegcc.mk
16463 !> dosish.h hv.c win32/dl_win32.xs win32/include/sys/socket.h
16464 !> win32/makedef.pl win32/makefile.mk win32/runperl.c
16465 !> win32/win32.c win32/win32.h win32/win32iop.h win32/win32sck.c
16466 ____________________________________________________________________________
16467 [ 327] By: gsar on 1997/11/28 05:38:48
16468 Log: Integrate mainline.
16470 !> README.threads hints/irix_6.sh lib/Test/Harness.pm
16471 !> lib/perl5db.pl malloc.c miniperlmain.c sv.c t/TEST
16472 !> t/lib/anydbm.t t/lib/db-btree.t t/lib/db-hash.t
16473 !> t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
16474 !> t/lib/safe2.t t/lib/sdbm.t t/op/pat.t t/op/taint.t
16476 ____________________________________________________________________________
16477 [ 326] By: nick on 1997/11/27 19:13:36
16478 Log: GCC builds perl.dll and perl.exe on Win32
16480 ! win32/makedef.pl win32/makegcc.mk
16481 ____________________________________________________________________________
16482 [ 325] By: nick on 1997/11/27 17:46:30
16483 Log: Add files and tweak others to get 'native' Mingw32 gcc port as
16484 far as building miniperl and perl.dll (but not import lib yet)
16485 Seems to lack popen()/pclose() and fcloseall() and fflushall().
16486 Also only CRTDLL not MCRTDLL so threading is probably not
16488 Had to mess with win32iop.h's placement as we need __attribute__
16489 to get STDCALL, and #define of printf messes up proto.h
16491 + win32/config.gc win32/config_H.gc win32/makegcc.mk
16492 ! dosish.h perl.h win32/dl_win32.xs win32/include/sys/socket.h
16493 ! win32/makefile.mk win32/runperl.c win32/win32.c win32/win32.h
16494 ! win32/win32iop.h win32/win32sck.c
16495 ____________________________________________________________________________
16496 [ 324] By: mbeattie on 1997/11/27 17:08:06
16497 Log: Give dire warnings about the IRIX 6.2 kernel panic.
16499 ! README.threads hints/irix_6.sh
16500 ____________________________________________________________________________
16501 [ 323] By: mbeattie on 1997/11/27 16:57:33
16502 Log: Fix prototypes of sv_vsetpvfn and sv_vcatpvfn:
16503 Subject: Re: ANNOUNCE: perl 5.004_55 is available
16504 Date: 27 Nov 1997 17:18:53 +0100
16505 From: koenig@kulturbox.de (Andreas J. Koenig)
16508 ____________________________________________________________________________
16509 [ 322] By: mbeattie on 1997/11/27 16:12:15
16510 Log: Integrate win32 branch back into mainline.
16512 !> (integrate 42 files)
16513 ____________________________________________________________________________
16514 [ 321] By: mbeattie on 1997/11/27 15:06:36
16515 Log: Fix t/lib/safe2.t for SunOS 4.1.3:
16516 Subject: Re: ANNOUNCE: perl 5.004_55 is available
16517 Date: Thu, 27 Nov 1997 10:46:42 +0000 (GMT)
16518 From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
16521 ____________________________________________________________________________
16522 [ 320] By: mbeattie on 1997/11/27 15:02:59
16523 Log: Fix MYMALLOC (wrong #define in malloc.c):
16524 Subject: 5.004_55: MYMALLOC completely busted
16525 Date: Thu, 27 Nov 1997 01:08:16 -0500 (EST)
16526 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16529 ____________________________________________________________________________
16530 [ 319] By: mbeattie on 1997/11/27 15:01:37
16531 Log: Fix newSVrv so sv_setref_foo work better:
16532 Subject: [PATCH] [5.004_55] newSVrv (again)
16533 Date: Thu, 27 Nov 1997 00:25:50 -0500
16534 From: Owen Taylor <owt1@cornell.edu>
16537 ____________________________________________________________________________
16538 [ 318] By: mbeattie on 1997/11/27 14:59:03
16539 Log: Output skipped test information in test suite:
16540 Subject: 5.004_55: Making test harness platform_aware
16541 Date: Wed, 26 Nov 1997 17:16:55 -0500 (EST)
16542 Date: Wed, 26 Nov 1997 17:16:55 -0500 (EST)
16544 ! lib/Test/Harness.pm t/TEST t/lib/anydbm.t t/lib/db-btree.t
16545 ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t
16546 ! t/lib/odbm.t t/lib/sdbm.t t/op/taint.t
16547 ____________________________________________________________________________
16548 [ 317] By: mbeattie on 1997/11/27 14:55:15
16549 Log: Add 'W'atch command to debugger and improve help:
16550 Subject: 5.004_55: Debugger patch again
16551 Date: Wed, 26 Nov 1997 17:05:57 -0500 (EST)
16552 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16555 ____________________________________________________________________________
16556 [ 316] By: mbeattie on 1997/11/27 14:52:44
16557 Log: Stop double initialisation of malloc_mutex:
16558 Subject: 5.004_55: Double initialiazation of malloc_mutex
16559 Date: Wed, 26 Nov 1997 16:51:43 -0500 (EST)
16560 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16562 ! miniperlmain.c win32/perllib.c
16563 ____________________________________________________________________________
16564 [ 315] By: mbeattie on 1997/11/27 14:48:58
16565 Log: Fix PVLV case in sv_setsv (plus tests in op/pat.t).
16568 ____________________________________________________________________________
16569 [ 314] By: nick on 1997/11/27 01:03:19
16570 Log: Merge win32 and ansiperl branches post _55 tweaks from Sarathy.
16572 !> (integrate 897 files)
16573 ____________________________________________________________________________
16574 [ 313] By: gsar on 1997/11/26 03:20:55
16575 Log: merge win32-aware installperl in ansiperl branch.
16578 ____________________________________________________________________________
16579 [ 312] By: gsar on 1997/11/26 01:50:37
16580 Log: Fix for C<sort 'foo'...> bug:
16581 From: Gurusamy Sarathy <gsar@engin.umich.edu>
16582 Message-Id: <199711011946.OAA18882@aatma.engin.umich.edu>
16583 Subject: [PATCH] Re: Sort grammar bug
16584 Date: Sat, 01 Nov 1997 14:46:35 -0500
16586 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16587 Message-Id: <199711021247.MAA01743@crypt.compulink.co.uk>
16588 Subject: Re: Sort grammar bug
16589 Date: Sun, 02 Nov 1997 12:47:51 +0000
16591 ! t/op/sort.t toke.c
16592 ____________________________________________________________________________
16593 [ 311] By: nick on 1997/11/26 01:42:50
16594 Log: Win32-ize installperl
16597 ____________________________________________________________________________
16598 [ 310] By: gsar on 1997/11/26 01:36:39
16599 Log: Another trivial patch:
16600 From: Gurusamy Sarathy <gsar@engin.umich.edu>
16601 Message-Id: <199710300245.VAA04244@aatma.engin.umich.edu>
16602 Subject: [PATCH] Re: Why doesn't XSRETURN have STMT_START/STMT_END brackets?
16603 Date: Wed, 29 Oct 1997 21:45:26 -0500
16606 ____________________________________________________________________________
16607 [ 309] By: nick on 1997/11/26 01:33:32
16608 Log: Fixup _55 for Win32:
16609 Missed thread :-> perl_thread changes
16610 Two #define THR (not the same)
16611 K&R style func in hv.c
16613 ! hv.c win32/win32thread.c win32/win32thread.h
16614 ____________________________________________________________________________
16615 [ 308] By: gsar on 1997/11/26 01:30:21
16616 Log: Sync yet another patch (this one manually edited):
16617 From: Gurusamy Sarathy <gsar@engin.umich.edu>
16618 Message-Id: <199710290251.VAA14362@aatma.engin.umich.edu>
16619 Subject: [PATCH] Re: local($@) gives core dump
16620 Date: Tue, 28 Oct 1997 21:51:25 -0500
16623 ____________________________________________________________________________
16624 [ 307] By: gsar on 1997/11/26 01:22:10
16625 Log: Sync another change from local repository.
16626 From: Gurusamy Sarathy <gsar@engin.umich.edu>
16627 Message-Id: <199710290316.WAA15888@aatma.engin.umich.edu>
16628 Subject: Re: do_postponed breaks with multiple interpreters
16629 Date: Tue, 28 Oct 1997 22:16:13 -0500
16632 ____________________________________________________________________________
16633 [ 306] By: gsar on 1997/11/26 01:17:46
16634 Log: Sync a change from local repository.
16635 From: Gurusamy Sarathy <gsar@engin.umich.edu>
16636 Message-Id: <199710290106.UAA11485@aatma.engin.umich.edu>
16637 Subject: [PATCH] Re: Core dump from using sockets w/ system or open(pipe) or "`"
16638 Date: Tue, 28 Oct 1997 20:06:06 -0500
16641 ____________________________________________________________________________
16642 [ 305] By: nick on 1997/11/26 00:50:10
16643 Log: Integrate mainline as of _55
16646 !> (integrate 36 files)
16647 ____________________________________________________________________________
16648 [ 304] By: gsar on 1997/11/26 00:27:57
16649 Log: Various changes to make it build cleanly and pass all tests:
16650 - needed to run `perl embed.pl`
16651 - use PERL_CORE instead of PERLDLL in places that do mean PERL_CORE
16652 - fix prototypes for a few declarations (Borland is finally quiet)
16653 - move declaration of Mymalloc etc to perl.h (since win32 and other
16654 ports may #define malloc themselves, to let extensions bind to
16655 the version that perl used)
16656 - move struct reg_data into a public header file, since it is
16657 referenced in a public datatype
16658 - win32 makefile fixes
16659 - fix remaining s/thread/perl_thread/
16661 ! EXTERN.h embed.h ext/DynaLoader/dlutils.c
16662 ! ext/SDBM_File/sdbm/sdbm.h hv.c perl.h proto.h regcomp.h
16663 ! regexp.h win32/Makefile win32/dl_win32.xs win32/makefile.mk
16664 ! win32/win32.h win32/win32iop.h win32/win32thread.c
16665 ____________________________________________________________________________
16666 [ 303] By: gsar on 1997/11/25 20:57:31
16667 Log: Fixup the places where the automatic merge got it wrong.
16668 Previous change (#302) was just a normal integration--ignore the
16669 "reverse" in there.
16672 ____________________________________________________________________________
16673 [ 302] By: gsar on 1997/11/25 20:32:12
16674 Log: reverse integrate mainline
16677 !> (integrate 896 files)
16683 ____________________________________________________________________________
16684 [ 301] By: mbeattie on 1997/11/25 17:59:53
16685 Log: Fix minor thinkos in hv.c and pp_ctl.c. This is 5.004_55.
16688 ____________________________________________________________________________
16689 [ 300] By: mbeattie on 1997/11/25 16:29:36
16690 Log: Add t/avhv.t to MANIFEST and bump patchlevel.h to 55.
16692 ! MANIFEST patchlevel.h
16693 ____________________________________________________________________________
16694 [ 299] By: mbeattie on 1997/11/25 15:59:16
16695 Log: Move malloc_mutex initialisation/destruction:
16696 Subject: patch to 5.004_54 for pthreads with Perl's malloc
16697 From: ilya@math.ohio-state.edu (Ilya Zakharevich)
16699 ! malloc.c os2/os2.c os2/os2ish.h perl.c perl.h plan9/plan9ish.h
16700 ! unixish.h vms/vmsish.h
16701 ____________________________________________________________________________
16702 [ 298] By: mbeattie on 1997/11/25 15:49:22
16703 Log: Make hv_ functions cope better with 'm'-magic:
16704 Subject: [5.004_54] Another neglected patch
16705 Date: Fri, 21 Nov 1997 22:28:17 -0500
16706 From: Owen Taylor <owt1@cornell.edu>
16709 ____________________________________________________________________________
16710 [ 297] By: mbeattie on 1997/11/25 15:47:36
16711 Log: Fix typo in Thread.xs.
16713 ! ext/Thread/Thread.xs
16714 ____________________________________________________________________________
16715 [ 296] By: mbeattie on 1997/11/25 15:42:07
16716 Log: Integrate from ansi branch to mainline.
16718 !> (integrate 890 files)
16719 ____________________________________________________________________________
16720 [ 295] By: mbeattie on 1997/11/25 14:29:31
16721 Log: AIX patch for DynaLoader/dl_aix.xs and hints/aix.sh:
16722 Subject: Re: _54 on AIX
16723 Date: Tue, 25 Nov 1997 00:49:52 -0800 (PST)
16724 From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
16726 ! ext/DynaLoader/dl_aix.xs
16727 ____________________________________________________________________________
16728 [ 294] By: mbeattie on 1997/11/25 14:29:10
16729 Log: AIX patch for hints/aix.sh:
16730 Subject: Re: _54 on AIX
16731 Date: Tue, 25 Nov 1997 00:49:52 -0800 (PST)
16732 From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
16735 ____________________________________________________________________________
16736 [ 291] By: mbeattie on 1997/11/25 14:17:05
16737 Log: Fix scalar dereference of threadsv variables (e.g. $$_).
16740 ____________________________________________________________________________
16741 [ 290] By: mbeattie on 1997/11/25 14:16:29
16742 Log: AIX patch (including Configure support for {sched,pthread}_yield,
16743 pthread initial detach state, renaming perl_thread to perl_os_thread
16744 and struct thread to struct perl_thread):
16745 Subject: Re: _54 on AIX
16746 Date: Thu, 20 Nov 1997 06:10:51 -0800 (PST)
16747 From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
16749 ! Configure config_h.SH cv.h ext/DB_File/DB_File.xs
16750 ! ext/Thread/Makefile.PL ext/Thread/Thread.pm
16751 ! ext/Thread/Thread.xs fakethr.h hints/aix.sh perl.c perl.h pp.h
16752 ! proto.h sv.h thread.h util.c win32/win32thread.c
16753 ! win32/win32thread.h
16754 ____________________________________________________________________________
16755 [ 289] By: mbeattie on 1997/11/25 12:33:02
16756 Log: Rename perl_thread to perl_os_thread.
16758 ! fakethr.h thread.h util.c win32/win32thread.h
16759 ____________________________________________________________________________
16760 [ 288] By: mbeattie on 1997/11/25 12:27:35
16761 Log: Remove bincompat3 support:
16762 Subject: Re: ANNOUNCE: perl5.004_54 is available
16763 Date: Wed, 19 Nov 1997 08:07:10 -0800 (PST)
16764 From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
16766 ! Configure INSTALL embed.h global.sym malloc.c
16767 ____________________________________________________________________________
16768 [ 287] By: mbeattie on 1997/11/25 12:23:50
16769 Log: Emacs/tags update:
16770 Subject: Emacs/tags update for 5.004_54
16771 Date: Fri, 21 Nov 1997 15:02:09 -0500 (EST)
16772 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16775 ! MANIFEST Makefile.SH emacs/cperl-mode.el
16776 ____________________________________________________________________________
16777 [ 286] By: nick on 1997/11/23 23:03:56
16781 ____________________________________________________________________________
16782 [ 285] By: gsar on 1997/11/23 08:26:00
16783 Log: Initial reverse integration of winansi branch.
16785 !> (integrate 50 files)
16786 ____________________________________________________________________________
16787 [ 284] By: gsar on 1997/11/23 07:32:24
16788 Log: Add to docs about the BEGIN { shift } feature. Make the change
16789 yet simpler using CvUNIQUE(compcv) instead of subline (Chip's idea).
16791 ! op.c perly.c perly.y pod/perlfunc.pod vms/perly_c.vms
16792 ____________________________________________________________________________
16793 [ 283] By: nick on 1997/11/22 21:29:30
16794 Log: Duplicate perl_threadsv
16797 ____________________________________________________________________________
16798 [ 282] By: nick on 1997/11/22 21:18:11
16799 Log: Munge pseudo-Configure stuff to add -thread to archname as
16800 Malcolm seems to think that is way to test for threads.
16801 Update @INC stuffing hackery to have traditional @INC
16802 search order archlib, privlib, sitearch, site.
16804 ! t/lib/english.t win32/config.bc win32/config_H.bc
16805 ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
16806 ! win32/makefile.mk win32/win32.c win32/win32.h
16807 ____________________________________________________________________________
16808 [ 281] By: nick on 1997/11/22 19:28:21
16809 Log: Builds and passes all but english.t on win32 VC++
16811 ! global.sym pp_ctl.c win32/Makefile win32/config.vc
16812 ! win32/config_H.vc win32/win32thread.h
16813 ____________________________________________________________________________
16814 [ 280] By: nick on 1997/11/22 18:10:50
16815 Log: ansiperl builds with Borland C++ again
16817 ! pp_ctl.c regcomp.c regcomp.h regexec.c toke.c util.c
16818 ! win32/config.bc win32/config_H.bc win32/perlglob.c
16819 ! win32/win32.c win32/win32.h
16820 ____________________________________________________________________________
16821 [ 279] By: nick on 1997/11/22 16:42:51
16822 Log: Resolve ansiperl against mainline
16824 !> embed.h ext/Thread/Thread.xs global.sym op.c op.h perl.c
16825 !> perl.h pp.c pp_ctl.c pp_hot.c proto.h scope.c scope.h
16826 !> t/lib/english.t thread.h toke.c util.c
16827 ____________________________________________________________________________
16828 [ 278] By: nick on 1997/11/22 16:30:27
16829 Log: Resolve ansiperl against win32
16831 !> (integrate 55 files)
16832 ____________________________________________________________________________
16833 [ 277] By: gsar on 1997/11/22 09:48:02
16834 Log: - shift() inside BEGIN|END|INIT now shifts @ARGV instead of @_
16835 - added a test for the above
16836 - fixed up perly.c.diff and vms/perl_c.vms for above and added the
16839 ! op.c perly.c perly.c.diff perly.y t/op/misc.t vms/perly_c.vms
16840 ____________________________________________________________________________
16841 [ 276] By: gsar on 1997/11/22 07:24:01
16842 Log: Generic change in win32 branch: don't just turn on CRIPPLED_CC
16843 when USE_THREADS. GCC for instance, can do without macros that use
16844 globals. Instead, selectively re#define only those macros
16845 that use globals to their functional equivalents. Tests 100% on
16846 Solaris/gcc (after `chmod +x t/op/nothread.t t/lib/thread.t` (hint,hint)).
16849 ____________________________________________________________________________
16850 [ 275] By: gsar on 1997/11/22 05:27:04
16851 Log: Integrate mainline.
16853 +> ext/Thread/die.t ext/Thread/die2.t t/op/avhv.t
16854 - lib/Class/Fields.pm lib/ISA.pm
16855 !> (integrate 41 files)
16856 ____________________________________________________________________________
16857 [ 274] By: mbeattie on 1997/11/21 18:28:22
16858 Log: $_ is now per-thread (rather a lot of changes). Only tested under
16859 *-linux-thread at the moment.
16861 ! embed.h ext/Thread/Thread.xs global.sym op.c op.h perl.c
16862 ! perl.h pp.c pp_ctl.c pp_hot.c proto.h scope.c scope.h
16863 ! t/lib/english.t thread.h toke.c util.c
16864 ____________________________________________________________________________
16865 [ 273] By: mbeattie on 1997/11/21 10:31:29
16866 Log: Filter patch to toke.c:
16867 Subject: Tiny core patch for source filters
16868 Date: Thu, 20 Nov 1997 23:12:09 +0000 (GMT)
16869 From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
16872 ____________________________________________________________________________
16873 [ 272] By: nick on 1997/11/21 00:54:43
16874 Log: Basic integrate of lastest perl into ansiperl
16876 +> ext/Thread/die.t ext/Thread/die2.t t/op/avhv.t
16877 - lib/Class/Fields.pm lib/ISA.pm
16878 ! win32/win32.c win32/win32.h
16879 !> (integrate 57 files)
16880 ____________________________________________________________________________
16881 [ 271] By: mbeattie on 1997/11/20 12:12:00
16882 Log: Initial stab at IRIX configuration support for threading. Manually
16883 applied parts of following patches:
16884 Subject: Perl 5.004_54 on IRIX
16885 Date: Wed, 19 Nov 1997 18:37:14 +0200 (EET)
16886 From: Jarkko Hietaniemi <jhi@iki.fi>
16887 Subject: Re: Perl 5.004_54 on IRIX
16888 Date: 19 Nov 1997 17:10:17 -0800
16889 From: Scott Henry <scotth@sgi.com>
16891 ! README.threads hints/irix_6.sh hints/irix_6_0.sh
16892 ! hints/irix_6_1.sh perl.h
16893 ____________________________________________________________________________
16894 [ 270] By: mbeattie on 1997/11/19 17:45:37
16895 Log: The new jumbo regexp stuff did SSPUSHINT on a char* instead of
16896 SSPUSHPTR causing Alpha to core dump in pat.t. While fixing it,
16897 also fixed two instances of referring to SVs after destruction.
16899 ! regcomp.c regexec.c
16900 ____________________________________________________________________________
16901 [ 269] By: mbeattie on 1997/11/19 15:33:23
16902 Log: avhv_keys under Digital UNIX made avhv.t fail because *keysp was
16903 changed by mg_get(*keysp) (!). Introducing a new local variable
16904 fixed it but I don't know if it's a compiler problem or some
16905 other corruption happening elsewhere.
16908 ____________________________________________________________________________
16909 [ 268] By: mbeattie on 1997/11/19 11:39:49
16910 Log: Let Configure sort out get{host,net}byaddr* prototypes:
16911 Subject: [PATCH] 5.004_54: little something for
16912 get{hos,ne}tbyaddr protos (Configure, config_h.SH, pp_sys.c)
16913 Date: Tue, 18 Nov 1997 19:08:19 +0200 (EET)
16914 From: Jarkko Hietaniemi <jhi@iki.fi>
16916 ! Configure config_h.SH pp_sys.c
16917 ____________________________________________________________________________
16918 [ 267] By: mbeattie on 1997/11/19 11:04:15
16919 Log: Jumbo regexp patch applied (with minor fix-up tweaks):
16920 Subject: Version 7 of Jumbo RE patch available
16921 Date: Sun, 16 Nov 1997 00:29:39 -0500 (EST)
16922 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16924 ! MANIFEST dump.c embed.h global.sym mg.c op.c op.h perl.c
16925 ! perl.h pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
16926 ! regcomp.h regexec.c regexp.h sv.c t/op/misc.t t/op/pat.t
16927 ! t/op/re_tests t/op/regexp.t t/op/split.t t/op/subst.t toke.c
16929 ____________________________________________________________________________
16930 [ 266] By: mbeattie on 1997/11/18 17:26:09
16931 Log: Separate avhv_foo() key handling into avhv_keys(). Slightly tweaked
16933 Subject: tie fake hash patch for 5.004_54
16934 Date: Sat, 15 Nov 1997 19:18:30 -0500
16935 From: Joshua Pritikin <pritikin@mindspring.com>
16938 ! av.c embed.h global.sym proto.h
16939 ____________________________________________________________________________
16940 [ 265] By: mbeattie on 1997/11/18 16:51:04
16941 Log: Bring MANIFEST up to date. Add new thread tests.
16943 + ext/Thread/die.t ext/Thread/die2.t
16945 ____________________________________________________________________________
16946 [ 264] By: mbeattie on 1997/11/18 16:41:27
16947 Log: magic_setisa enhanced to update %FIELDS automatically when @ISA
16948 is assigned to. Added tests to t/op/array.t. magic_setisa now
16949 warns about including non-existent packages in @ISA when -w is on.
16951 - lib/Class/Fields.pm lib/ISA.pm
16952 ! mg.c t/op/array.t
16953 ____________________________________________________________________________
16954 [ 263] By: mbeattie on 1997/11/18 16:38:57
16955 Log: Fix typo in win32 -> mainline integration.
16958 ____________________________________________________________________________
16959 [ 262] By: mbeattie on 1997/11/18 11:56:09
16960 Log: Integrate win32 branch back into mainline.
16962 - win32/win32io.c win32/win32io.h
16964 !> (integrate 30 files)
16965 ____________________________________________________________________________
16966 [ 261] By: gsar on 1997/11/18 00:14:02
16967 Log: Export our own FD_SET() et al to complete sockets-as-handles pretense.
16969 ! win32/config.bc win32/config.vc win32/config_H.bc
16970 ! win32/config_H.vc win32/include/sys/socket.h win32/win32sck.c
16971 ____________________________________________________________________________
16972 [ 260] By: nick on 1997/11/16 23:16:16
16973 Log: Generic file changes for MYMALLOC
16975 ! miniperlmain.c perl.c
16976 ____________________________________________________________________________
16977 [ 259] By: nick on 1997/11/16 23:14:36
16978 Log: MYMALLOC for Win32:
16979 1. Initialize malloc_mutex before it is used (all platforms!)
16980 2. Adjust #ifdef muddle to allow MYMALLOC and win32_ to coexist
16981 3. Tweak win32/config*.* to define MYMALLOC
16982 4. Provide sbrk() in terms of VirtualAlloc().
16984 Also fixup -MT (perl95) build to handle Perl_current_thread
16985 via call to DLL (as though an extension).
16987 ! win32/Makefile win32/config.bc win32/config.vc
16988 ! win32/config_H.bc win32/config_H.vc win32/makedef.pl
16989 ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
16990 ! win32/win32iop.h win32/win32thread.h
16991 ____________________________________________________________________________
16992 [ 258] By: nick on 1997/11/15 20:42:28
16993 Log: Implement dTHR via __declspec(thread) - part 2
16995 ! win32/makedef.pl win32/win32thread.c win32/win32thread.h
16996 ____________________________________________________________________________
16997 [ 257] By: nick on 1997/11/15 19:52:53
16998 Log: Use __declspec(thread) var rather tha TslAlloc & co.
17000 ! win32/makedef.pl win32/win32thread.c win32/win32thread.h
17001 ____________________________________________________________________________
17002 [ 256] By: gsar on 1997/11/15 02:58:09
17003 Log: Add #include guard in Thread.xs so it will build even under
17004 no USE_THREADS (for win32). This was missed because of edit
17005 w/o checkout perforce kludge.
17007 ! ext/Thread/Thread.xs
17008 ____________________________________________________________________________
17009 [ 255] By: nick on 1997/11/15 00:33:46
17010 Log: Integrate mainline (5.004_54?) into ansiperl
17012 !> MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
17013 !> ext/Thread/Thread/Specific.pm ext/Thread/join.t
17014 !> ext/Thread/specific.t global.sym lib/fields.pm mg.c op.c
17015 !> perl.c perl.h pp_ctl.c pp_hot.c pp_sys.c proto.h scope.c
17016 !> t/io/pipe.t t/lib/io_pipe.t t/op/magic.t thread.h
17017 ____________________________________________________________________________
17018 [ 254] By: nick on 1997/11/15 00:25:26
17019 Log: Interate win32 into ansiperl
17021 +> ext/Thread/Thread/Specific.pm ext/Thread/specific.t
17023 !> MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
17024 !> ext/Thread/join.t global.sym mg.c op.c perl.c perl.h pp_ctl.c
17025 !> pp_hot.c pp_sys.c proto.h scope.c t/io/pipe.t t/lib/io_pipe.t
17026 !> t/op/magic.t thread.h win32/Makefile win32/config.bc
17027 !> win32/config.vc win32/config_sh.PL win32/makefile.mk
17028 ____________________________________________________________________________
17029 [ 253] By: gsar on 1997/11/14 22:04:58
17030 Log: Integrate mainline changes into win32 branch. Now would be a good time
17031 to reverse integrate the win32 branch into mainline.
17033 +> ext/Thread/Thread/Specific.pm ext/Thread/specific.t
17035 !> MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
17036 !> ext/Thread/join.t global.sym mg.c op.c perl.c perl.h pp_ctl.c
17037 !> pp_hot.c pp_sys.c proto.h scope.c t/io/pipe.t t/lib/io_pipe.t
17038 !> t/op/magic.t thread.h
17044 ____________________________________________________________________________
17045 [ 252] By: mbeattie on 1997/11/14 15:07:19
17046 Log: Two more delays added to test suite to help *-solaris-thread.
17048 ! t/io/pipe.t t/lib/io_pipe.t
17049 ____________________________________________________________________________
17050 [ 251] By: mbeattie on 1997/11/14 15:05:57
17051 Log: Remove stale code from Thread.xs.
17053 ! ext/Thread/Thread.xs
17054 ____________________________________________________________________________
17055 [ 250] By: mbeattie on 1997/11/14 10:12:40
17056 Log: Add delay to signal handling in t/op/magic.t. (Solaris with pthreads
17057 doesn't run handlers for self-sent signals until kill has returned.)
17060 ____________________________________________________________________________
17061 [ 249] By: gsar on 1997/11/14 05:14:44
17062 Log: Fix various details in win32 makefiles and Config.pm setup.
17063 - ldflags is set for both compilers now
17064 - extensions list is now correct
17065 - delete perl95.exe on distclean
17066 - cf_time now gets updated (once)
17067 - ccdlflags is set for Borland
17068 - fix startperl so dprofpp works
17070 ! win32/Makefile win32/config.bc win32/config.vc
17071 ! win32/config_sh.PL win32/makefile.mk
17072 ____________________________________________________________________________
17073 [ 248] By: mbeattie on 1997/11/13 18:01:27
17074 Log: Rewrite thread return code to distinguish between ordinary return
17075 and die() and make join propagate the die. Add tiny method eval
17076 which just does "return eval { shift->join; }". Add Thread::Specific
17077 class for access to thread specific user data along with specific.t.
17078 Rename Class to classname throughout Thread.xs for consistency.
17079 Fix pp_specific to pp_threadsv in global.sym. Add support to
17080 pp_entersub in pp_hot.c to lock stash for static locked methods.
17082 + ext/Thread/Thread/Specific.pm ext/Thread/specific.t
17084 ! MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
17085 ! ext/Thread/join.t global.sym mg.c pp_hot.c thread.h
17086 ____________________________________________________________________________
17087 [ 247] By: mbeattie on 1997/11/13 14:13:30
17088 Log: Change CONTEXT to PERL_CONTEXT throughout source (since the #define
17089 to avoid the Digital UNIX clash no longer works). Changed the #ifdef
17090 in pp_sys.c for whether getnet* function get protoyped (since the
17091 default had a broken prototype for getnetbyaddr).
17093 ! mg.c op.c perl.c perl.h pp_ctl.c pp_hot.c pp_sys.c proto.h
17095 ____________________________________________________________________________
17096 [ 246] By: nick on 1997/11/13 02:44:40
17097 Log: Integrate Win32 branch
17099 - configure ext/util/extliblist win32/bin/pl2bat.bat
17100 - win32/bin/search.bat win32/bin/test.bat win32/bin/webget.bat
17101 - win32/config.H win32/config.w32 win32/win32io.c
17103 !> (integrate 905 files)
17104 ____________________________________________________________________________
17105 [ 245] By: nick on 1997/11/13 00:47:54
17106 Log: Integrate (-ay) win32 branch at its creation to
17107 establish and ancestor as per perkforce technote #9
17109 +> configure ext/util/extliblist win32/bin/pl2bat.bat
17110 +> win32/bin/search.bat win32/bin/test.bat win32/bin/webget.bat
17111 +> win32/config.H win32/config.w32
17112 !> (integrate 859 files)
17113 ____________________________________________________________________________
17114 [ 244] By: gsar on 1997/11/12 22:26:39
17115 Log: More cleanups of win32/win32*.[ch] files. win32/win32iop.h now
17116 contains the all the declarations and macros for the win32io layer.
17117 New std-ish functions are exported now. All win32-specific exported
17118 functions begin with "win32_" consistently. win32 version of
17119 init_os_extras() is now exported, so embedders can get the in-core
17122 ! dosish.h win32/makedef.pl win32/win32.c win32/win32.h
17123 ! win32/win32iop.h win32/win32sck.c
17124 ____________________________________________________________________________
17125 [ 243] By: gsar on 1997/11/12 07:41:52
17126 Log: Really delete deleted files.
17128 - win32/win32io.c win32/win32io.h
17129 ____________________________________________________________________________
17130 [ 242] By: gsar on 1997/11/12 07:40:54
17131 Log: Egregious IOsubsystem code excised. Phew, what a relief! Two
17132 files (win32/win32io.[ch]) completely removed, as are all traces
17133 of them in makefiles and MANIFEST. RunPerl() retains the void* arg
17134 for later. Various myfoo() things regularized to my_foo(). CPP not
17135 required anymore to create a perl binary :)
17137 ! MANIFEST win32/Makefile win32/makedef.pl win32/makefile.mk
17138 ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
17139 ! win32/win32io.c win32/win32io.h win32/win32iop.h
17141 ____________________________________________________________________________
17142 [ 241] By: gsar on 1997/11/12 05:31:28
17143 Log: Fix various win32 code blemishes:
17145 - s/(CROAK|WARN)/lc($1)/eg
17146 - remove deadcode from most places
17148 ! win32/makedef.pl win32/win32.c win32/win32io.c
17150 ____________________________________________________________________________
17151 [ 240] By: gsar on 1997/11/12 04:36:29
17152 Log: Carry over changes in ansiperl branch. Win32 branch is now
17155 ! embed.h global.sym perl.c win32/win32thread.c
17156 ! win32/win32thread.h
17157 ____________________________________________________________________________
17158 [ 239] By: gsar on 1997/11/12 03:39:57
17159 Log: Add missing win32_closesocket() and export it (extension writers' complaint).
17161 ! win32/include/sys/socket.h win32/makedef.pl win32/win32sck.c
17162 ____________________________________________________________________________
17163 [ 238] By: gsar on 1997/11/12 03:25:17
17164 Log: Clean up win32/win32sck.c (runtime load of Winsock now gone, it can be
17165 done cleaner, if really needed (perhaps only for efficiency reasons?)).
17166 Redundant EXTERN_C definitions and related warnings fixed.
17168 ! miniperlmain.c perl.h win32/perllib.c win32/win32io.c
17169 ! win32/win32iop.h win32/win32sck.c
17170 ____________________________________________________________________________
17171 [ 237] By: nick on 1997/11/12 02:45:15
17173 - #undef start_env before re-#defining it
17174 - change pp_specific pp_threadsv in global.sym
17176 - avoid HAVE_THREAD_INTERN - we don't and empty struct
17177 is a pain. If we did have it it would contain cached
17178 values of things we can only get at _IN_ the thread
17179 so new_struct_thread is wrong place to call it.
17180 - add new macro SET_THREAD_SELF - we must (in main thread)
17181 define in win32thread.h, support in win32thread.c,
17182 test and call in perl.c
17184 ! embed.h global.sym perl.c thread.h win32/win32thread.c
17185 ! win32/win32thread.h
17186 ____________________________________________________________________________
17187 [ 236] By: nick on 1997/11/12 01:54:23
17188 Log: Integrate mainline after it integrated us.
17189 Accepted 'theirs' everywhere - so two branches should
17190 now point to same files again.
17191 Almost all of these were what was suggested, others were
17192 whitespace diffs. A few dubious spots which we will now
17195 !> embed.h ext/DB_File/DB_File.xs ext/GDBM_File/GDBM_File.xs
17196 !> ext/Opcode/Opcode.pm ext/Thread/Thread.xs interp.sym mg.c op.c
17197 !> opcode.h opcode.pl perl.c perl.h pp.c pp_ctl.c pp_sys.c t/TEST
17198 !> t/lib/safe2.t t/lib/thread.t t/op/nothread.t thread.h toke.c
17200 ____________________________________________________________________________
17201 [ 235] By: gsar on 1997/11/12 01:22:26
17202 Log: Minor tweaks to add a thread_intern struct that should ultimately
17203 contain all the win32-specific statics.
17204 Win32 branch now passes all tests with or w/o USE_THREADS.
17206 ! embed.h perl.c win32/win32thread.c win32/win32thread.h
17207 ____________________________________________________________________________
17208 [ 234] By: gsar on 1997/11/11 23:08:54
17209 Log: Initial (untested) integration of mainline changes.
17212 !> (integrate 89 files)
17213 ____________________________________________________________________________
17214 [ 233] By: mbeattie on 1997/11/11 18:07:30
17215 Log: Typo in thread.h: ADD_THREAD_INTERN should be HAVE_THREAD_INTERN
17218 ____________________________________________________________________________
17219 [ 232] By: mbeattie on 1997/11/11 17:49:12
17220 Log: t/TEST (reverted to @229 version) should have been included in the
17221 previous change (231) but my way of recovering it didn't work
17222 properly. The change 231 comments about successful tests applies
17223 to this t/TEST (i.e. as of this change).
17226 ____________________________________________________________________________
17227 [ 231] By: mbeattie on 1997/11/11 17:46:59
17228 Log: Fix up ansiperl integration. Back to passing all expected tests
17229 with usethreads. Untested with non-threaded perl.
17231 ! embed.h ext/DB_File/DB_File.xs ext/GDBM_File/GDBM_File.xs
17232 ! perl.c perl.h pp.c t/lib/thread.t t/op/nothread.t util.c
17233 ____________________________________________________________________________
17234 [ 230] By: mbeattie on 1997/11/11 16:36:22
17235 Log: Initial integration of ansi branch into mainline (untested).
17237 +> t/lib/thread.t t/op/nothread.t thread.sym
17239 !> (integrate 84 files)
17240 ____________________________________________________________________________
17241 [ 229] By: mbeattie on 1997/11/11 15:20:43
17242 Log: Change name of OP_SPECIFIC to OP_THREADSV. Fixed perl_get_sv when
17243 getting per-thread magicals. Fixed thr->errsv initialisation.
17245 ! ext/Opcode/Opcode.pm op.c opcode.h opcode.pl perl.c pp.c
17246 ! t/lib/safe2.t toke.c
17247 ____________________________________________________________________________
17248 [ 228] By: mbeattie on 1997/11/11 12:48:26
17249 Log: Fix up $@ (ERRSV now refers to GvSV(errgv) for non-threaded perl and
17250 thr->errsv for threaded perl). Fix pp_tie and pp_dbmopen to use
17251 GvCV(gv) instead of gv so AUTOLOAD stuff works. All tests now pass
17252 again for non-threaded perl. Enhanced perl_get_sv to return
17253 per-thread magicals where necessary for threaded perl.
17255 ! embed.h ext/Thread/Thread.xs interp.sym mg.c op.c perl.c
17256 ! perl.h pp_ctl.c pp_sys.c thread.h toke.c util.c
17257 ____________________________________________________________________________
17258 [ 227] By: mbeattie on 1997/11/11 11:00:02
17263 hashlock fixed on 1997/11/11 by mbeattie@localhost
17265 Subject: [perl5.004_53; patch] Another hash-locking fix
17266 Date: 23 Oct 1997 14:13:55 -0400
17267 From: Owen Taylor <owt1@cornell.edu>
17270 ____________________________________________________________________________
17271 [ 226] By: gsar on 1997/11/11 02:11:23
17272 Log: Slightly more refined lock() keyword recognition (using %INC).
17275 ____________________________________________________________________________
17276 [ 225] By: gsar on 1997/11/11 00:26:09
17277 Log: "weak" lock keyword (hardcoded initial implementation) now works.
17278 if not defined(&Thread::join) and defined(&__PACKAGE__::lock), 'lock'
17279 is recognized as a sub, a regular keyword otherwise. Could be
17280 generalized by storing a flag for every op in OP struct, and turning
17281 the flag off when Thread.xs loads.
17284 ____________________________________________________________________________
17285 [ 224] By: gsar on 1997/11/10 22:59:55
17286 Log: Merge a patch in preparation for "weak keywords":
17287 From: Gurusamy Sarathy <gsar@engin.umich.edu>
17288 Message-Id: <199710080618.CAA23899@aatma.engin.umich.edu>
17289 Subject: [PATCH] global overrides for keywords
17290 Date: Wed, 08 Oct 1997 02:18:23 -0400
17292 ! embed.h interp.sym perl.c perl.h toke.c
17293 ____________________________________________________________________________
17294 [ 223] By: gsar on 1997/11/10 22:41:31
17295 Log: Remove runlevel. It was used to count how many runops() calls
17296 we were in the process of executing, and longjmp() to the topmost
17297 one (if not already there). We use a null top_env->je_prev
17298 to distinguish that now.
17300 ! embed.h interp.sym perl.h pp_ctl.c run.c thread.h util.c
17301 ____________________________________________________________________________
17302 [ 222] By: gsar on 1997/11/10 04:47:48
17303 Log: Win32 branch now contains all non-ansification changes in ansiperl branch.
17304 USE_THREADS case builds and passes all tests using both compilers.
17306 - fixup win32/makedef.pl to skip more symbols for non-thread build.
17307 - sync win32/Makefile with win32/makefile.mk
17308 >>>Non-thread build fails a lot of tests.<<<
17311 ! MANIFEST ext/Thread/Thread.xs perl.c perl.h pp_sys.c sv.c
17312 ! util.c win32/Makefile win32/config.bc win32/config_H.bc
17313 ! win32/makedef.pl win32/makefile.mk
17314 ____________________________________________________________________________
17315 [ 221] By: gsar on 1997/11/10 00:57:53
17316 Log: Initial (untested) merge of all non-ansi changes on ansiperl branch
17319 + t/lib/thread.t t/op/nothread.t
17320 ! MANIFEST embed.h ext/Opcode/Opcode.pm global.sym interp.sym
17321 ! perl.c proto.h sv.h t/lib/english.t t/op/misc.t thread.h
17322 ! util.c win32/Makefile win32/config.bc win32/config.vc
17323 ! win32/config_H.bc win32/config_H.vc win32/makedef.pl
17324 ! win32/makefile.mk win32/win32.c win32/win32.h win32/win32io.c
17325 ! win32/win32io.h win32/win32iop.h win32/win32sck.c
17326 ! win32/win32thread.c win32/win32thread.h
17327 ____________________________________________________________________________
17328 [ 220] By: gsar on 1997/11/09 22:44:41
17329 Log: Integrate latest mainline into win32 branch.
17331 +> win32/win32thread.c win32/win32thread.h
17332 !> (integrate 39 files)
17333 ____________________________________________________________________________
17334 [ 219] By: nick on 1997/11/09 21:46:06
17335 Log: Conditionalize english.t,
17336 Enhance times() for NT,
17337 (Failed) attempt to implement alarm(),
17338 Fixed config.h dependancy in makefile.mk
17340 ! t/lib/english.t win32/config.bc win32/config_H.bc
17341 ! win32/makefile.mk win32/win32.c
17342 ____________________________________________________________________________
17343 [ 218] By: nick on 1997/11/09 15:38:00
17344 Log: Dick Hardt's patch for build on Alpha
17347 ____________________________________________________________________________
17348 [ 217] By: nick on 1997/11/09 03:31:20
17349 Log: MakeMaker not in vofig noise fix for dmake
17351 ! win32/config.bc win32/makefile.mk
17352 ____________________________________________________________________________
17353 [ 216] By: nick on 1997/11/09 03:15:06
17354 Log: Fix 'anydbm.t' - if the gv is passed 1st call to inherited
17355 TIEHASH works, but 2nd call (after db is closed, attempt
17356 to reopen) tries to AUTOLOAD TIEHASH rather than using
17360 ____________________________________________________________________________
17361 [ 215] By: nick on 1997/11/08 16:41:24
17362 Log: Cleanup MakeMaker 'not in config' noise
17364 ! win32/Makefile win32/config.vc
17365 ____________________________________________________________________________
17366 [ 214] By: nick on 1997/11/08 15:07:24
17367 Log: Remove 'configure' leaving configure.gnu and Configure
17368 Win32 ignores case and keeps trying to update
17369 repository copy of 'configure' or 'Configure' with
17374 ____________________________________________________________________________
17375 [ 213] By: nick on 1997/11/08 15:03:39
17376 Log: Get threads working again on Win32
17377 Root cause of fail was init_thread_intern() in
17378 new_struct_thread() (which is called in parent thread)
17379 clobbering dTHR of parent thread.
17380 It is doubtfull if setting 'self' in new_struct_thread()
17381 is 'right' but left in for now.
17383 ! ext/Thread/Thread.xs perl.c thread.h util.c win32/Makefile
17384 ! win32/win32thread.c win32/win32thread.h
17385 ____________________________________________________________________________
17386 [ 212] By: nick on 1997/11/08 00:34:03
17387 Log: Add :base_thread to :default in Opcode.pm
17388 This allows lib/safe.t to pass when threaded.
17389 It is unclear if 'lock' should be safe as it allows
17390 denial of service attack, but could not figure out
17391 how to add just 'specific' (sic) to :default
17392 without triggering 'already tagged' warning noise.
17394 ! ext/Opcode/Opcode.pm win32/makefile.mk
17395 ____________________________________________________________________________
17396 [ 211] By: nick on 1997/11/07 23:59:31
17397 Log: Merge changes as of 18:00 CST
17399 !> op.c pp.c pp_sys.c thread.h util.c
17400 ____________________________________________________________________________
17401 [ 210] By: nick on 1997/11/07 23:52:35
17402 Log: Reverse integrate Malcolm's chanes into local
17403 repository, then import result back into my view
17404 of Malcolm's repository.
17405 Builds and passes (most) tests with GNU C++/Solaris
17406 and Borland C++, Win32.
17408 ! doop.c embed.h ext/Thread/Thread.xs global.sym gv.c hv.c
17409 ! interp.sym mg.c op.c opcode.h opcode.pl patchlevel.h perl.c
17410 ! perl.h pp.c pp_ctl.c pp_sys.c proto.h sv.c sv.h taint.c
17411 ! thread.h toke.c util.c win32/makefile.mk
17412 ____________________________________________________________________________
17413 [ 209] By: mbeattie on 1997/11/07 18:12:36
17414 Log: Change pp_tie and pp_dbmopen to use perl_call_sv instead of a
17415 DIY pp_entersub (in preparation for AUTOLOAD change). dbmopen
17416 not tested. ofslen now maps to thr->Tofslen in thread.h. Added
17417 missing #ifdef USE_THREADS around some DEBU_L statements in die().
17418 Building without USE_THREADS fails quite a lot of tests. It looks
17419 as though the move to per-thread magicals must be missing some
17420 #ifdef USE_THREADS.
17422 ! op.c pp.c pp_sys.c thread.h util.c
17423 ____________________________________________________________________________
17424 [ 208] By: nick on 1997/11/07 01:37:28
17425 Log: Raw integrate of latest perl
17428 !> README.threads Todo.5.005 embed.h ext/Opcode/Opcode.pm
17429 !> ext/Thread/Thread.xs global.sym gv.c interp.sym op.c op.h
17430 !> perl.c perl.h pp.c pp_ctl.c pp_hot.c proto.h scope.h sv.h
17431 !> thread.h toke.c util.c
17432 ____________________________________________________________________________
17433 [ 207] By: mbeattie on 1997/11/06 14:58:00
17434 Log: Update README.threads and Todo.5.005.
17436 ! README.threads Todo.5.005
17437 ____________________________________________________________________________
17438 [ 206] By: mbeattie on 1997/11/06 14:37:37
17439 Log: Remove #ifdef DEPRECATED stuff: newXSUB, pp_entersubr, FREE_TMPS().
17441 ! op.c pp_ctl.c proto.h scope.h
17442 ____________________________________________________________________________
17443 [ 205] By: mbeattie on 1997/11/06 14:31:38
17444 Log: Per-thread magicals now stored in their own thr->magicals and keyed
17445 more directly. cvcache and oursv become ordinary struct thread
17446 fields instead of #defined thr->Tfoo ones. SvREFCNT_inc now checks
17447 for 0 again. Main thread initialisation done by new function
17448 init_main_thread instead of (now fixed) new_struct_thread.
17452 jmpenv fixed on 1997/11/06 by mbeattie@localhost
17454 Subject: [perl5.004_53; patch] eval's and threads
17455 Date: 23 Oct 1997 23:59:19 -0400
17456 From: Owen Taylor <owt1@cornell.edu>
17460 ! embed.h ext/Thread/Thread.xs global.sym gv.c op.c perl.c
17461 ! pp_ctl.c pp_hot.c proto.h sv.h thread.h toke.c util.c
17462 ____________________________________________________________________________
17463 [ 204] By: mbeattie on 1997/11/05 17:18:18
17464 Log: Per-thread magicals mostly working (and localisable). Now getting
17465 intermittent occasional "Use of uninitialized value" warnings
17466 which may be due to some op flag black magic I've broken.
17468 ! embed.h ext/Opcode/Opcode.pm ext/Thread/Thread.xs gv.c
17469 ! interp.sym op.c op.h perl.c perl.h pp.c thread.h toke.c util.c
17470 ____________________________________________________________________________
17471 [ 203] By: nick on 1997/11/05 01:04:10
17472 Log: Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)
17474 ! XSUB.h doio.c doop.c embed.h ext/SDBM_File/sdbm/sdbm.h
17475 ! ext/Thread/Thread.xs global.sym gv.c hv.c interp.sym mg.c
17476 ! miniperlmain.c op.c op.h opcode.h opcode.pl patchlevel.h
17477 ! perl.c perl.h pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
17478 ! sv.c sv.h taint.c thread.h toke.c util.c win32/Makefile
17479 ! win32/config.vc win32/config_H.vc win32/makedef.pl
17480 ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
17481 ! win32/win32io.c win32/win32io.h win32/win32iop.h
17482 ! win32/win32sck.c win32/win32thread.h
17483 ____________________________________________________________________________
17484 [ 202] By: nick on 1997/11/05 00:50:27
17485 Log: Compile(d) at least once with threads on win32
17488 ! embed.h perl.c thread.h
17489 ____________________________________________________________________________
17490 [ 201] By: nick on 1997/11/05 00:32:13
17491 Log: Trivial integrate
17494 ____________________________________________________________________________
17495 [ 200] By: mbeattie on 1997/11/04 12:06:09
17496 Log: Up patchlevel to 5.004_54 (I missed _53 for the last release).
17499 ____________________________________________________________________________
17500 [ 199] By: nick on 1997/11/01 00:18:52
17501 Log: Integrate mainline @ 18:15 CST 31 Oct 1997
17503 !> doop.c embed.h ext/Thread/Thread.xs global.sym gv.c hv.c
17504 !> interp.sym mg.c op.c opcode.h opcode.pl perl.c perl.h pp.c
17505 !> pp_ctl.c pp_sys.c proto.h sv.c sv.h taint.c thread.h toke.c
17507 ____________________________________________________________________________
17508 [ 198] By: nick on 1997/11/01 00:08:33
17509 Log: win32thread.* not in MANIFEST which has muddled moving
17510 back and forth between depots.
17512 ! MANIFEST win32/win32thread.c win32/win32thread.h
17513 ____________________________________________________________________________
17514 [ 197] By: nick on 1997/11/01 00:02:49
17517 + t/lib/thread.t t/op/nothread.t thread.sym
17519 ____________________________________________________________________________
17520 [ 196] By: nick on 1997/10/31 23:54:01
17521 Log: Further ANSI changes now builds and passes (most) tests
17524 ! INTERN.h embed.h ext/DynaLoader/dl_dlopen.xs
17525 ! ext/Fcntl/Fcntl.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
17526 ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
17527 ! ext/SDBM_File/sdbm/hash.c ext/SDBM_File/sdbm/pair.c
17528 ! ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
17529 ! ext/SDBM_File/sdbm/util.c ext/Socket/Socket.xs
17530 ! ext/Thread/Thread.xs ext/attrs/attrs.xs global.sym perl.h
17531 ! perly.c sv.c t/lib/english.t t/op/misc.t thread.h util.c
17532 ! win32/Makefile win32/makedef.pl win32/makefile.mk x2p/a2p.c
17533 ! x2p/a2p.h x2p/a2py.c x2p/hash.c x2p/str.c x2p/util.c
17535 ____________________________________________________________________________
17536 [ 195] By: mbeattie on 1997/10/31 18:05:31
17537 Log: Half way through moving per-thread magicals into per-thread fields
17538 and the associated new OP_SPECIFIC and find_thread_magical stuff.
17539 perl will compile but plenty of the magicals are still broken.
17541 ! doop.c embed.h ext/Thread/Thread.xs global.sym gv.c hv.c
17542 ! interp.sym mg.c op.c opcode.h opcode.pl perl.c perl.h pp.c
17543 ! pp_ctl.c pp_sys.c proto.h sv.c sv.h taint.c thread.h toke.c
17545 ____________________________________________________________________________
17546 [ 194] By: nick on 1997/10/31 01:43:49
17547 Log: Convert miniperl sources to ANSI C. Several passes of
17548 GNU C's 'protoize' plus a few hand edits.
17549 Will compile miniperl with gcc -x c++ (i.e. treat .c a C++ files)
17550 Does not link seems gcc's C++ does not define a symbol for
17551 const char foo[] = "....";
17552 i.e. with empty [].
17554 ! av.c deb.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c
17555 ! miniperlmain.c op.c perl.c perl.h perlio.c perly.y pp.c
17556 ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
17557 ! sv.c taint.c toke.c universal.c util.c
17558 ____________________________________________________________________________
17559 [ 193] By: nick on 1997/10/30 03:00:01
17560 Log: Make the ansi branch
17562 +> (branch 907 files)
17563 ____________________________________________________________________________
17564 [ 192] By: nick on 1997/10/30 02:48:17
17565 Log: Oneperl builds with THREADS/THISPTR Borland
17566 Manualy inserted Sarathy's new COND_XXXXX from his mail.
17567 Manual change if Tself -> self as was easier than resolve :-(
17568 Two aTHIS's in op.c
17570 ! embed.h op.c thread.h thread.sym win32/makefile.mk
17571 ! win32/win32thread.h
17572 ____________________________________________________________________________
17573 [ 191] By: nick on 1997/10/30 01:54:50
17574 Log: Raw resolve of latest sources with oneperl
17576 !> Todo.5.005 ext/Thread/Thread.xs fakethr.h op.c op.h opcode.h
17577 !> opcode.pl perl.c thread.h win32/win32thread.c
17578 !> win32/win32thread.h
17579 ____________________________________________________________________________
17580 [ 190] By: mbeattie on 1997/10/29 14:39:54
17581 Log: Remove global macro "self". Change thr->Tself to thr->self.
17583 ! ext/Thread/Thread.xs fakethr.h perl.c thread.h
17584 ! win32/win32thread.c win32/win32thread.h
17585 ____________________________________________________________________________
17586 [ 189] By: mbeattie on 1997/10/29 12:49:01
17587 Log: Add to Todo: compiler with fake SvCUR in comppad_name entries.
17590 ____________________________________________________________________________
17591 [ 188] By: mbeattie on 1997/10/29 12:45:32
17592 Log: Add pp_lock knowledge to compiler
17594 ! Compiler/ccop.c Compiler/ccop.h
17595 ____________________________________________________________________________
17596 [ 187] By: mbeattie on 1997/10/29 12:45:02
17597 Log: Change peep() to optimise away unneeded rv2av in lval->[] and lval->{}
17600 ____________________________________________________________________________
17601 [ 186] By: mbeattie on 1997/10/29 12:43:36
17602 Log: Move compiler OP class information into opcode.pl.
17604 ! op.h opcode.h opcode.pl
17605 ____________________________________________________________________________
17606 [ 185] By: nick on 1997/10/26 22:52:05
17607 Log: Split failing test in op/misc.t into op/nothread.t
17608 so all tests can be passed where they apply.
17609 Cleanup other two cases of THREADS/THISPTR.
17610 Conditional compile option for CriticalSection's on Win32
17613 ! sv.h t/op/misc.t win32/Makefile win32/makedef.pl
17614 ! win32/win32thread.h
17615 ____________________________________________________________________________
17616 [ 184] By: nick on 1997/10/26 19:42:00
17617 Log: USE_THISPTR fixes for CRIPPLED_CC (implied by threads)
17619 ! embed.h global.sym proto.h sv.c sv.h toke.c
17620 ____________________________________________________________________________
17621 [ 183] By: nick on 1997/10/26 18:31:58
17622 Log: Make USE_THREADS imply CRIPPLED_CC.
17623 This avoids most of the uses of 'Sv' and hence many needs of
17624 dTHR in extension code.
17625 With this change Data::Dumper builds as-is
17626 and Tk only needs four tweaks:
17627 1. Obscure dump-stack case which really needs dTHR
17628 2. A curcop in error-message code
17629 3. Two cases of SAVETMPS
17630 4. A curcop == &compiling which is probably not required.
17631 IMHO the SAVETMPS case is only one which merits further automation.
17633 ! embed.h global.sym perl.h sv.c win32/Makefile win32/makedef.pl
17634 ____________________________________________________________________________
17635 [ 182] By: nick on 1997/10/26 16:31:58
17636 Log: Change dSP to imply dTHR for extension source compatibility
17637 introduce djSP (Declare Just SP) for use in perl sources
17638 and thread-aware extensions. Use latter.
17640 ! XSUB.h doio.c doop.c ext/Thread/Thread.xs gv.c mg.c perl.c
17641 ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
17642 ____________________________________________________________________________
17643 [ 181] By: nick on 1997/10/26 00:39:57
17647 ____________________________________________________________________________
17648 [ 180] By: nick on 1997/10/25 22:18:27
17649 Log: Use return of THREAD_CREATE() - add basic thread test
17652 ! ext/Thread/Thread.xs
17653 ____________________________________________________________________________
17654 [ 179] By: nick on 1997/10/25 21:25:23
17655 Log: Builds with no thread/this
17657 ! ext/Thread/Thread.xs t/lib/english.t win32/makedef.pl
17658 ! win32/win32thread.c
17659 ____________________________________________________________________________
17660 [ 178] By: nick on 1997/10/25 18:28:03
17661 Log: Cleanup dead #ifdef branch introduced by scruffy merging.
17664 ____________________________________________________________________________
17665 [ 177] By: nick on 1997/10/25 18:11:33
17666 Log: Basic integrate of oneperl with threads, passes
17667 tests THISPTR+THREADs - win32/win32thread.* needed
17668 changes (where did they come from)?
17670 ! embed.h ext/Thread/Thread.xs perl.h thread.h win32/Makefile
17671 ! win32/makedef.pl win32/win32thread.c win32/win32thread.h
17672 ____________________________________________________________________________
17673 [ 176] By: nick on 1997/10/25 17:05:52
17674 Log: Onepel builds THISPTR no threads
17676 ! ext/Thread/Thread.xs thread.h win32/makedef.pl
17677 ____________________________________________________________________________
17678 [ 175] By: nick on 1997/10/25 16:40:10
17679 Log: Integrate oneperl with new style JOIN etc. macros
17681 +> win32/win32thread.c win32/win32thread.h
17682 !> Todo.5.005 ext/POSIX/POSIX.xs ext/Thread/Thread.xs fakethr.h
17683 !> global.sym gv.c hv.c mg.c op.c opcode.h opcode.pl perl.c
17684 !> perl.h pp.c pp_hot.c sv.h thread.h vms/descrip.mms
17685 !> vms/gen_shrfls.pl vms/vms.c vms/vmsish.h win32/Makefile
17686 !> win32/makefile.mk
17687 ____________________________________________________________________________
17688 [ 174] By: mbeattie on 1997/10/24 17:14:00
17689 Log: Remove xcv_condp CV field which is no longer used.
17692 ____________________________________________________________________________
17693 [ 173] By: mbeattie on 1997/10/24 14:36:09
17694 Log: Patches for VMS [Dan Sugalski]
17698 ! ext/POSIX/POSIX.xs vms/descrip.mms vms/gen_shrfls.pl vms/vms.c
17700 ____________________________________________________________________________
17701 [ 172] By: mbeattie on 1997/10/24 13:50:59
17702 Log: Improve internal threading API. Introduce win32/win32thread.[ch]
17703 to use new API and patch win32 makefile stuff a little.
17705 + win32/win32thread.c win32/win32thread.h
17706 ! Todo.5.005 ext/Thread/Thread.xs fakethr.h global.sym gv.c hv.c
17707 ! perl.c perl.h thread.h win32/Makefile win32/makefile.mk
17708 ____________________________________________________________________________
17709 [ 171] By: mbeattie on 1997/10/23 14:00:27
17710 Log: Fix pp_hot.c:get_db_sub core dump when perl debugger used.
17714 get_db_sub fixed on 1997/10/23 by mbeattie@squash
17716 Subject: [perl5.004_53] Debugger crash (patch)
17717 Date: Thu, 16 Oct 1997 22:03:09 -0400
17718 From: Owen Taylor <owt1@cornell.edu>
17723 ____________________________________________________________________________
17724 [ 170] By: mbeattie on 1997/10/23 09:22:40
17725 Log: Fix refcounts for lock/magic_mutexfree. Make OP_LOCK auto-ref
17726 its argument using ck_rfun as OP_DEFINED. Make pp_lock return
17727 a ref to its argument for AV, HV, CV.
17729 ! mg.c op.c opcode.h opcode.pl pp.c pp_hot.c
17730 ____________________________________________________________________________
17731 [ 169] By: gsar on 1997/10/21 03:49:25
17732 Log: With these fixes, oneperl builds THISPTR && THREADS under both win32 compilers:
17733 - Fixup static functions that were missing aTHIS.
17734 - s/extern/EXT/ in dTHR macro, or Borland CC croaks.
17735 - Removed static functions from global.sym.
17737 - Additions to makefile.mk.
17739 ! embed.h embed.pl global.sym op.c perl.h pp_ctl.c toke.c
17740 ! win32/makefile.mk
17741 ____________________________________________________________________________
17742 [ 168] By: nick on 1997/10/20 02:47:18
17743 Log: Passes expected tests with -DUSE_THREADS with/without -DUSE_THISPTR
17745 ! embed.h ext/Thread/Thread.xs mg.c pp.c pp_hot.c proto.h
17747 ____________________________________________________________________________
17748 [ 167] By: nick on 1997/10/20 01:03:00
17749 Log: Add missing aTHIS in cast
17751 ! win32/dl_win32.xs
17752 ____________________________________________________________________________
17753 [ 166] By: nick on 1997/10/20 00:44:42
17754 Log: Builds and passes test with -DUSE_THISPTR
17756 ! ext/Thread/Thread.xs win32/Makefile win32/makedef.pl
17758 ____________________________________________________________________________
17759 [ 165] By: nick on 1997/10/19 21:45:36
17760 Log: Oneperl runs miniperl with THISPTR (Win32 threading patch included)
17762 ! embed.h ext/Thread/Thread.xs global.sym interp.sym perl.c
17763 ! perl.h t/TEST thread.h win32/Makefile win32/makedef.pl
17764 ! win32/makefile.mk win32/perllib.c
17765 ____________________________________________________________________________
17766 [ 164] By: nick on 1997/10/19 20:09:13
17767 Log: oneperl compiles (but fails) with -DUSE_THISPTR
17769 ! av.c embed.h mg.c perl.c perl.h pp.c pp_ctl.c pp_hot.c
17770 ! pp_sys.c proto.h regexec.c sv.c thread.h thread.sym util.c
17771 ! win32/win32.c win32/win32.h
17772 ____________________________________________________________________________
17773 [ 163] By: nick on 1997/10/19 16:46:09
17774 Log: Builds on NT4 without THISPTR or THREADS, passes all tests
17776 ! embed.h perl.h thread.h vars.h
17777 ____________________________________________________________________________
17778 [ 162] By: nick on 1997/10/19 14:42:16
17779 Log: Dubious merge of oneperl's variable and struct thread
17782 ____________________________________________________________________________
17783 [ 161] By: nick on 1997/10/18 18:05:13
17784 Log: integrate all but perl.h/thread.h
17786 +> Todo.5.005 perlio.sym
17787 !> (integrate 98 files)
17788 ____________________________________________________________________________
17789 [ 160] By: nick on 1997/10/18 03:49:27
17790 Log: Integrate rest of sub-dirs into oneperl
17792 +> ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/README
17793 +> ext/Thread/Thread.pm ext/Thread/Thread.xs
17794 +> ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
17795 +> ext/Thread/create.t ext/Thread/io.t ext/Thread/join.t
17796 +> ext/Thread/join2.t ext/Thread/list.t ext/Thread/lock.t
17797 +> ext/Thread/queue.t ext/Thread/sync.t ext/Thread/sync2.t
17798 +> ext/Thread/typemap ext/Thread/unsync.t ext/Thread/unsync2.t
17799 +> ext/Thread/unsync3.t ext/Thread/unsync4.t hints/newsos4.sh
17801 - ext/util/extliblist
17802 !> (integrate 425 files)
17803 ____________________________________________________________________________
17804 [ 159] By: nick on 1997/10/18 03:20:11
17805 Log: Integrate (accept) t and win32 into oneperl
17807 +> t/lib/dosglob.t win32/bin/pl2bat.pl win32/bin/runperl.pl
17808 +> win32/bin/search.pl win32/bin/webget.pl win32/config.bc
17809 +> win32/config.vc win32/config_H.bc win32/config_H.vc
17810 +> win32/makefile.mk
17811 !> (integrate 188 files)
17812 ____________________________________________________________________________
17813 [ 158] By: nick on 1997/10/18 03:12:59
17814 Log: Integrate lib/... into oneperl
17816 +> lib/File/DosGlob.pm lib/base.pm lib/chat2.pl
17817 !> (integrate 138 files)
17818 ____________________________________________________________________________
17819 [ 157] By: nick on 1997/10/18 02:55:53
17820 Log: Make lib/Bundle/CPAN.pm text in oneperl too.
17822 ! lib/Bundle/CPAN.pm
17823 ____________________________________________________________________________
17824 [ 156] By: nick on 1997/10/18 02:52:44
17825 Log: Make lib/Bundle/CPAN.pm a text file
17827 ! lib/Bundle/CPAN.pm
17828 ____________________________________________________________________________
17829 [ 155] By: nick on 1997/10/18 02:33:02
17830 Log: Some weirdness in the intgrate process
17832 - win32/bin/pl2bat.bat win32/bin/search.bat win32/bin/test.bat
17833 - win32/bin/webget.bat win32/config.H win32/config.w32
17834 ____________________________________________________________________________
17835 [ 153] By: nick on 1997/10/18 02:29:16
17836 Log: Let us try all the pure integrate stuff
17838 !> (integrate 647 files)
17839 ____________________________________________________________________________
17840 [ 152] By: nick on 1997/10/18 02:13:35
17841 Log: Get more sub directories out of the way.
17843 !> (integrate 92 files)
17844 ____________________________________________________________________________
17845 [ 151] By: nick on 1997/10/18 02:05:41
17846 Log: Integrate hints
17848 !> (integrate 68 files)
17849 ____________________________________________________________________________
17850 [ 150] By: nick on 1997/10/18 01:57:20
17851 Log: Try reopening some non-contravertial files
17853 !> x2p/EXTERN.h x2p/INTERN.h x2p/Makefile.SH x2p/a2p.c x2p/a2p.h
17854 !> x2p/a2p.pod x2p/a2p.y x2p/a2py.c x2p/cflags.SH
17855 !> x2p/find2perl.PL x2p/hash.c x2p/hash.h x2p/proto.h x2p/s2p.PL
17856 !> x2p/str.c x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
17857 ____________________________________________________________________________
17858 [ 144] By: gsar on 1997/10/16 22:26:07
17859 Log: Merge changes to Thread and add makefile fixups to accomodate Thread
17860 build. Once again, builds and runs all Thread tests using either
17863 ! embed.h ext/Thread/Thread.xs interp.sym perl.c win32/Makefile
17864 ! win32/makefile.mk
17865 ____________________________________________________________________________
17866 [ 143] By: gsar on 1997/10/16 20:45:58
17867 Log: A quick merge of latest mainline.
17869 +> ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/README
17870 +> ext/Thread/Thread.pm ext/Thread/Thread.xs
17871 +> ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
17872 +> ext/Thread/create.t ext/Thread/io.t ext/Thread/join.t
17873 +> ext/Thread/join2.t ext/Thread/list.t ext/Thread/lock.t
17874 +> ext/Thread/queue.t ext/Thread/sync.t ext/Thread/sync2.t
17875 +> ext/Thread/typemap ext/Thread/unsync.t ext/Thread/unsync2.t
17876 +> ext/Thread/unsync3.t ext/Thread/unsync4.t hints/os390.sh
17877 +> lib/base.pm t/lib/dosglob.t
17878 - ext/util/extliblist
17879 !> (integrate 134 files)
17885 ____________________________________________________________________________
17886 [ 142] By: mbeattie on 1997/10/16 16:52:55
17887 Log: Add newly moved perl/ext/Thread/... files to MANIFEST.
17890 ____________________________________________________________________________
17891 [ 141] By: mbeattie on 1997/10/16 16:42:13
17892 Log: Move perlext/Thread into perl/ext/Thread.
17894 +> ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/README
17895 +> ext/Thread/Thread.pm ext/Thread/Thread.xs
17896 +> ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
17897 +> ext/Thread/create.t ext/Thread/io.t ext/Thread/join.t
17898 +> ext/Thread/join2.t ext/Thread/list.t ext/Thread/lock.t
17899 +> ext/Thread/queue.t ext/Thread/sync.t ext/Thread/sync2.t
17900 +> ext/Thread/typemap ext/Thread/unsync.t ext/Thread/unsync2.t
17901 +> ext/Thread/unsync3.t ext/Thread/unsync4.t
17904 - Thread/Makefile.PL Thread/Notes Thread/README Thread/Thread.pm
17905 - Thread/Thread.xs Thread/Thread/Queue.pm
17906 - Thread/Thread/Semaphore.pm Thread/create.t Thread/io.t
17907 - Thread/join.t Thread/join2.t Thread/list.t Thread/lock.t
17908 - Thread/queue.t Thread/sync.t Thread/sync2.t Thread/typemap
17909 - Thread/unsync.t Thread/unsync2.t Thread/unsync3.t
17911 ____________________________________________________________________________
17912 [ 140] By: mbeattie on 1997/10/16 16:26:53
17913 Log: Correct threads_mutex locking in main thread destruction.
17914 Add per-interp thrsv to hold SV struct thread for main thread.
17915 Move Thread.xs MUTEX_DESTROY from end of threadstart to remove_thread.
17916 Add Thread/list.t test of Thread->list method.
17917 Let Thread::Semaphore methods up and down take an extra argument.
17919 ! embed.h interp.sym perl.c perl.h thread.h
17922 ! Thread/Thread.xs Thread/Thread/Semaphore.pm
17923 ____________________________________________________________________________
17924 [ 139] By: mbeattie on 1997/10/16 14:01:11
17925 Log: Fix up merge with 5.004_04.
17927 ! op.c perl.c t/lib/dosglob.t
17928 ____________________________________________________________________________
17929 [ 138] By: TimBunce on 1997/10/16 12:58:22
17930 Log: Fix-up PerForce type for t/lib/dosglob.t from text to xtext
17931 Branch: maint-5.004/perl
17933 ____________________________________________________________________________
17934 [ 137] By: mbeattie on 1997/10/16 11:09:25
17935 Log: Merge maint-5.004 branch (5.004_04) with mainline.
17937 +> hints/os390.sh lib/base.pm t/lib/dosglob.t
17938 - ext/util/extliblist
17939 !> (integrate 132 files)
17940 ____________________________________________________________________________
17941 [ 135] By: gsar on 1997/10/15 21:46:05
17942 Log: Win32 changes over 5.004_52:
17943 - rearranged MUTEX_LOCK()s in perl_destroy so that we don't call it
17944 on an already locked mutex.
17945 - other minor tweaks.
17946 Now builds and runs win32-version of Thread_52, passing all tests.
17948 ! perl.c proto.h thread.h
17949 ____________________________________________________________________________
17950 [ 134] By: gsar on 1997/10/15 18:19:31
17951 Log: fixup makefile.mk conflict.
17953 ! win32/makefile.mk
17954 ____________________________________________________________________________
17955 [ 133] By: gsar on 1997/10/15 18:02:46
17956 Log: Integrated latest changes from mainline into win32.
17959 !> MANIFEST Porting/makerel Porting/patchls README.threads
17960 !> Todo.5.005 perl.c pp_hot.c thread.h util.c win32/config.bc
17961 !> win32/config.vc win32/config_H.bc win32/config_H.vc
17962 !> win32/makefile.mk
17968 ____________________________________________________________________________
17969 [ 132] By: mbeattie on 1997/10/15 17:02:38
17970 Log: Remove out-of-date test Thread/cond.t.
17973 ____________________________________________________________________________
17974 [ 131] By: mbeattie on 1997/10/15 16:57:45
17975 Log: Finish thread state machine: fixes global destruction of threads,
17976 detaching, joining etc. Alter FAKE_THREADS-specific fields to use
17977 new HAVE_THREAD_INTERN stuff. Updates docs. Various fixes to
17980 ! MANIFEST README.threads Todo.5.005 perl.c util.c
17982 ! Thread/Thread.xs Thread/queue.t
17983 ____________________________________________________________________________
17984 [ 130] By: mbeattie on 1997/10/15 16:55:10
17985 Log: Add HAVE_THREAD_INTERN for platform-dependent struct thread additions.
17986 Fix ThrSETSTATE not to lock t->mutex itself.
17988 ! fakethr.h thread.h
17989 ____________________________________________________________________________
17990 [ 129] By: mbeattie on 1997/10/15 16:53:35
17991 Log: Remove stale code from pp_entersub which breaks sub ownership locks.
17994 ____________________________________________________________________________
17995 [ 128] By: TimBunce on 1997/10/15 15:55:26
17996 Log: Maintenance 5.004_04 changes
17997 Branch: maint-5.004/perl
17998 + hints/os390.sh lib/base.pm t/lib/dosglob.t
17999 - ext/util/extliblist
18000 ! Changes Configure INSTALL MANIFEST Makefile.SH Porting/makerel
18001 ! Porting/patchls Porting/pumpkin.pod README.vms av.c configpm
18002 ! doop.c eg/sysvipc/ipcsem emacs/cperl-mode.el embed.h
18003 ! ext/DynaLoader/DynaLoader.pm ext/IO/lib/IO/Socket.pm
18004 ! ext/util/make_ext global.sym gv.c hints/bsdos.sh
18005 ! hints/dec_osf.sh hints/dynixptx.sh hints/irix_6.sh
18006 ! hints/linux.sh hints/machten.sh hints/os2.sh hints/qnx.sh hv.c
18007 ! installperl lib/AutoLoader.pm lib/CPAN.pm
18008 ! lib/CPAN/FirstTime.pm lib/Carp.pm lib/Cwd.pm lib/English.pm
18009 ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
18010 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/xsubpp
18011 ! lib/File/DosGlob.pm lib/File/Find.pm lib/FileHandle.pm
18012 ! lib/Getopt/Long.pm lib/Getopt/Std.pm lib/Math/Complex.pm
18013 ! lib/Sys/Hostname.pm lib/Sys/Syslog.pm lib/Test/Harness.pm
18014 ! lib/Time/Local.pm lib/autouse.pm lib/blib.pm
18015 ! lib/diagnostics.pm lib/getopt.pl lib/perl5db.pl lib/vars.pm
18016 ! makedepend.SH malloc.c mg.c miniperlmain.c myconfig op.c
18017 ! opcode.h os2/Changes os2/OS2/REXX/Makefile.PL
18018 ! os2/OS2/REXX/REXX.pm os2/os2.c patchlevel.h perl.c perl.h
18019 ! perly.c perly.fixer perly.y pod/perl.pod pod/perlapio.pod
18020 ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
18021 ! pod/perlguts.pod pod/perlipc.pod pod/perlop.pod
18022 ! pod/perlrun.pod pod/perlsec.pod pod/perlsub.pod
18023 ! pod/perltrap.pod pod/perlvar.pod pod/perlxs.pod pp.c pp_ctl.c
18024 ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c scope.c sv.c
18025 ! t/TEST t/comp/proto.t t/lib/complex.t t/lib/io_sock.t
18026 ! t/lib/io_udp.t t/op/glob.t t/op/method.t t/op/misc.t
18027 ! t/op/ref.t t/op/runlevel.t t/op/split.t t/op/sprintf.t
18028 ! t/op/subst.t t/op/taint.t t/pragma/locale.t taint.c toke.c
18029 ! unixish.h util.c utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL
18030 ! utils/perldoc.PL vms/perly_c.vms vms/vms.c vms/vmsish.h
18031 ! win32/Makefile win32/config_H.bc win32/config_H.vc
18032 ! win32/makefile.mk win32/pod.mak win32/win32.c win32/win32io.c
18033 ! win32/win32sck.c x2p/Makefile.SH x2p/util.c
18034 ____________________________________________________________________________
18035 [ 127] By: mbeattie on 1997/10/15 10:00:18
18036 Log: Added fakethr.h.
18039 ____________________________________________________________________________
18040 [ 126] By: mbeattie on 1997/10/15 09:50:57
18041 Log: pthread_condattr_init in thread.h for OLD_PTHREADS_API.
18044 ____________________________________________________________________________
18045 [ 125] By: mbeattie on 1997/10/15 09:09:24
18046 Log: Started rewriting thread state machine.
18051 ____________________________________________________________________________
18052 [ 124] By: gsar on 1997/10/14 00:23:15
18053 Log: Remove spurious extra MUTEX_LOCK in pp_entersub(). Now builds and passes
18054 tests in win32 version of latest perlext/Thread.
18057 ____________________________________________________________________________
18058 [ 123] By: gsar on 1997/10/13 23:18:38
18059 Log: Initial merge of win32 threads patch.
18061 ! embed.h global.sym interp.sym perl.c perl.h pp_hot.c thread.h
18062 ! win32/Makefile win32/makedef.pl win32/makefile.mk
18063 ! win32/perllib.c win32/pod.mak win32/win32.h
18064 ____________________________________________________________________________
18065 [ 122] By: gsar on 1997/10/10 20:58:40
18066 Log: Integrated changes on mainline into the win32 branch. Had to set
18067 P4USER=mbeattie for the resolve step (due to the presence of newly
18068 branched files that had not been submitted?)
18070 +> Porting/makerel Porting/patchls README.threads Todo.5.005
18071 +> ext/attrs/Makefile.PL ext/attrs/attrs.pm ext/attrs/attrs.xs
18072 +> hints/newsos4.sh lib/File/DosGlob.pm lib/chat2.pl perlio.sym
18073 +> win32/bin/pl2bat.pl win32/bin/runperl.pl win32/bin/search.pl
18074 +> win32/bin/webget.pl win32/config.bc win32/config.vc
18075 +> win32/config_H.bc win32/config_H.vc win32/makefile.mk
18076 - win32/bin/pl2bat.bat win32/bin/search.bat win32/bin/test.bat
18077 - win32/bin/webget.bat win32/config.H win32/config.w32
18079 !> (integrate 858 files)
18080 ____________________________________________________________________________
18081 [ 121] By: mbeattie on 1997/10/10 17:23:41
18082 Log: Tweak a few Thread tests.
18085 ! Thread/io.t Thread/sync2.t
18086 ____________________________________________________________________________
18087 [ 120] By: mbeattie on 1997/10/10 17:22:46
18088 Log: Rewrite thread destruction system using linked list of threads.
18089 Still not completely done. Add methods self, equal, flags, list
18090 to Thread.xs. Add Thread_MAGIC_SIGNATURE check to typemap.
18092 ! perl.c perl.h thread.h
18094 ! Thread/Thread.xs Thread/typemap
18095 ____________________________________________________________________________
18096 [ 119] By: mbeattie on 1997/10/10 17:19:55
18097 Log: Fix up locking/synchronisation for pp_entersub.
18100 ____________________________________________________________________________
18101 [ 118] By: mbeattie on 1997/10/10 09:55:32
18102 Log: Put back entries in MANIFEST for the four now-returned win32/* files
18105 ____________________________________________________________________________
18106 [ 117] By: mbeattie on 1997/10/10 08:12:23
18107 Log: Took out mystack_foo for good, fixed up interp.sym and win32/makedef.pl
18109 ! Todo.5.005 embed.h interp.sym perl.h win32/makedef.pl
18110 ____________________________________________________________________________
18111 [ 116] By: mbeattie on 1997/10/08 15:41:08
18112 Log: Add missing sig_pipe definition to Thread.xs.
18115 ____________________________________________________________________________
18116 [ 115] By: mbeattie on 1997/10/08 15:40:46
18117 Log: Fix up 5.004_03 merge: remove missing win32 files from MANIFEST,
18118 add missing dTHR; to new function unwind_handler_stack() in mg.c
18119 and bump patchlevel.h to 5.004_52.
18121 ! MANIFEST mg.c patchlevel.h
18122 ____________________________________________________________________________
18123 [ 114] By: mbeattie on 1997/10/08 10:19:27
18124 Log: Merge maint-5.004 branch (5.004_03) with mainline.
18125 MANIFEST is out of sync.
18127 +> win32/bin/pl2bat.pl win32/bin/runperl.pl win32/bin/search.pl
18128 +> win32/bin/webget.pl
18129 - win32/bin/pl2bat.bat win32/bin/search.bat win32/bin/test.bat
18130 - win32/bin/webget.bat
18131 !> (integrate 168 files)
18132 ____________________________________________________________________________
18133 [ 113] By: mbeattie on 1997/10/05 17:52:49
18134 Log: Move init of global mutexes/cond vars earlier.
18137 ____________________________________________________________________________
18138 [ 112] By: nick on 1997/10/04 15:25:28
18139 Log: Add perl.sym to MANIFEST
18142 ____________________________________________________________________________
18143 [ 111] By: nick on 1997/10/04 15:23:37
18147 ____________________________________________________________________________
18148 [ 110] By: nick on 1997/10/04 13:04:26
18149 Log: Now builds the extensions as well
18152 ! XSUB.h embed.pl ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
18153 ! mg.c op.c perl.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c
18154 ! toke.c util.c writemain.SH
18155 ____________________________________________________________________________
18156 [ 109] By: nick on 1997/10/04 12:02:14
18157 Log: Odd checkin issue
18159 ! dump.c global.sym gv.c hv.c malloc.c mg.c op.c opcode.h perl.c
18160 ! perly.c perly.c.diff perly.h perly.y pp.c pp_hot.c pp_sys.c
18161 ! proto.h scope.c sv.c toke.c universal.c util.c vms/perly_c.vms
18162 ! vms/perly_h.vms writemain.SH
18163 ____________________________________________________________________________
18164 [ 108] By: nick on 1997/10/04 11:12:52
18165 Log: Added lots of (missing) prototypes (ckprotos is util to check)
18166 Fixed missing aTHIS flagged by above.
18167 -DUSE_THISPTR passes minitest!
18170 ! dump.c global.sym gv.c hv.c malloc.c mg.c op.c opcode.h perl.c
18171 ! perly.c perly.c.diff perly.h perly.y pp.c pp_hot.c pp_sys.c
18172 ! proto.h scope.c sv.c toke.c universal.c util.c vms/perly_c.vms
18174 ____________________________________________________________________________
18175 [ 107] By: nick on 1997/10/03 22:36:52
18176 Log: .y muddle fixup - will get this sorted oneday ...
18178 ! miniperlmain.c perly.c perly.c.diff perly.h vms/perly_c.vms
18180 ____________________________________________________________________________
18181 [ 106] By: mbeattie on 1997/10/03 17:12:33
18182 Log: Remove last traces of "tokenbuf as temp buffer" and removed it
18183 from struct thread. Added missing thr->Tfoo defines for statbuf
18184 and timesbuf and removed unused Tbuf field.
18186 ! doio.c mg.c perl.c pp_sys.c sv.c thread.h
18187 ____________________________________________________________________________
18188 [ 105] By: nick on 1997/10/03 15:56:50
18189 Log: dTHIS -> hasTHIS, dTHR -> dTHR; builds without THISPTR with/without USE_THREADS
18191 ! XSUB.h av.c deb.c doio.c doop.c dump.c embed.pl global.sym
18192 ! gv.c hv.c mg.c op.c perl.c perl.h perlio.c perly.c pp.c pp.h
18193 ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
18194 ! sv.c taint.c thread.h toke.c universal.c util.c
18195 ____________________________________________________________________________
18196 [ 104] By: mbeattie on 1997/10/03 15:23:25
18197 Log: Back out sv_bless3 change which made pp_bless zap '~'-magic.
18199 ! global.sym pp.c proto.h sv.c
18200 ____________________________________________________________________________
18201 [ 103] By: mbeattie on 1997/10/03 15:17:39
18202 Log: Fixed sv_mutex locking for new_SV, del_SV and nice_chunks.
18204 ! av.c hv.c perl.h sv.c
18205 ____________________________________________________________________________
18206 [ 102] By: mbeattie on 1997/10/03 11:53:51
18207 Log: Reliable thread signal handling.
18209 ! global.sym mg.c perl.c perl.h
18212 ____________________________________________________________________________
18213 [ 101] By: nick on 1997/10/02 20:43:17
18214 Log: Cleanup perly.y stuff
18216 ! embed.h perly.c perly.c.diff vms/perly_c.vms vms/perly_h.vms
18217 ____________________________________________________________________________
18218 [ 100] By: nick on 1997/10/02 18:54:08
18219 Log: Compiles with less invasive aTHIS adding
18222 ! MANIFEST XSUB.h av.c cop.h deb.c doio.c doop.c dump.c embed.h
18223 ! embed.pl global.sym gv.c gv.h handy.h hv.c hv.h mg.c op.c op.h
18224 ! opcode.h perl.c perl.h perlio.c perlsdio.h perly.c
18225 ! perly.c.diff perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
18226 ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
18227 ! sv.c sv.h t/op/sort.t taint.c thread.h toke.c universal.c
18234 ____________________________________________________________________________
18235 [ 99] By: mbeattie on 1997/10/02 17:23:48
18236 Log: Added Thread/queue.t.
18239 ____________________________________________________________________________
18240 [ 98] By: mbeattie on 1997/10/02 17:19:44
18241 Log: Bumped patchlevel to 51. Updated Todo.5.005.
18243 ! Todo.5.005 patchlevel.h
18244 ____________________________________________________________________________
18245 [ 97] By: mbeattie on 1997/10/02 17:07:47
18246 Log: Update README.threads amd Thread/README
18251 ____________________________________________________________________________
18252 [ 96] By: mbeattie on 1997/10/02 16:58:47
18253 Log: Configure -Dusethreads hints for dec_osf and solaris_2 and
18254 fix sv_bless3 prototype.
18256 ! hints/dec_osf.sh hints/solaris_2.sh sv.c
18257 ____________________________________________________________________________
18258 [ 95] By: mbeattie on 1997/10/02 16:50:21
18259 Log: Fixed broken typemap for Thread.
18262 ____________________________________________________________________________
18263 [ 94] By: mbeattie on 1997/10/02 16:34:03
18264 Log: Fix pod text in Lint.pm for private-names option.
18266 ! Compiler/B/Lint.pm
18267 ____________________________________________________________________________
18268 [ 93] By: mbeattie on 1997/10/02 13:44:46
18269 Log: Add Todo.5.005 to MANIFEST and submit remade embed.h.
18272 ____________________________________________________________________________
18273 [ 92] By: mbeattie on 1997/10/02 13:27:10
18274 Log: Add Todo.5.005
18277 ____________________________________________________________________________
18278 [ 91] By: nick on 1997/10/01 20:23:38
18281 ! embed.h embed.pl proto.h sv.c
18282 ____________________________________________________________________________
18283 [ 90] By: nick on 1997/10/01 18:22:03
18284 Log: THIS + new sort stuff
18286 ! miniperlmain.c perl.c pp_ctl.c proto.h util.c
18287 ____________________________________________________________________________
18288 [ 89] By: nick on 1997/10/01 18:03:05
18289 Log: qsort cleanup - now tailored to perl's use and 'this' aware.
18291 ! pp_ctl.c proto.h util.c
18292 ____________________________________________________________________________
18293 [ 88] By: mbeattie on 1997/10/01 17:04:12
18294 Log: Start of Configure support for -Dusethreads plus associated
18297 ! Configure hints/linux.sh
18298 ____________________________________________________________________________
18299 [ 87] By: mbeattie on 1997/10/01 17:03:34
18300 Log: Move runops_foo prototypes from proto.h to early in perl.h.
18303 ____________________________________________________________________________
18304 [ 86] By: nick on 1997/09/30 19:15:21
18305 Log: Debug hackery to thread.h - temporary
18306 Quick-fix qsort() replacement - more to come.
18309 ____________________________________________________________________________
18310 [ 85] By: mbeattie on 1997/09/30 15:50:27
18311 Log: Added Lint option regexp-variables.
18313 ! Compiler/B/Lint.pm
18314 ____________________________________________________________________________
18315 [ 84] By: mbeattie on 1997/09/30 15:11:07
18316 Log: Merge maint-5.004 branch (5.004_01) with mainline.
18318 +> Porting/makerel Porting/patchls hints/newsos4.sh
18319 +> lib/File/DosGlob.pm lib/chat2.pl perlio.sym win32/config.bc
18320 +> win32/config.vc win32/config_H.bc win32/config_H.vc
18321 +> win32/makefile.mk
18322 - win32/config.H win32/config.w32
18323 !> (integrate 109 files)
18324 ____________________________________________________________________________
18325 [ 83] By: TimBunce on 1997/09/30 14:27:09
18326 Log: Maintenance 5.004_03 changes (addendum)
18327 Branch: maint-5.004/perl
18328 - win32/bin/search.bat
18329 ____________________________________________________________________________
18330 [ 82] By: TimBunce on 1997/09/30 14:11:29
18331 Log: Maintenance 5.004_03 changes
18332 Branch: maint-5.004/perl
18333 + win32/bin/pl2bat.pl win32/bin/runperl.pl win32/bin/search.pl
18334 + win32/bin/webget.pl
18335 - win32/bin/pl2bat.bat win32/bin/runperl.bat win32/bin/test.bat
18336 - win32/bin/webget.bat
18337 ! Changes Configure MANIFEST Makefile.SH Porting/makerel
18338 ! ext/DynaLoader/DynaLoader.pm hints/hpux.sh hints/linux.sh
18339 ! hints/sco.sh hints/sunos_4_1.sh installhtml lib/CPAN.pm
18340 ! lib/ExtUtils/MM_Unix.pm lib/FileCache.pm lib/Math/Complex.pm
18341 ! lib/Math/Trig.pm lib/blib.pm os2/diff.configure patchlevel.h
18342 ! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
18343 ! pod/perlop.pod pod/perlre.pod pod/perlrun.pod pod/pod2man.PL
18344 ! pp_ctl.c pp_sys.c t/lib/complex.t t/pragma/locale.t toke.c
18345 ! utils/perlbug.PL win32/Makefile win32/makefile.mk
18347 ____________________________________________________________________________
18348 [ 81] By: TimBunce on 1997/09/30 13:17:27
18349 Log: Maintenance 5.004_02 changes
18350 Branch: maint-5.004/perl
18351 + win32/bin/runperl.bat
18352 ! Changes Configure INSTALL MANIFEST Makefile.SH Porting/patchls
18353 ! README.os2 README.win32 Todo XSUB.h av.c configpm doio.c
18354 ! dosish.h embed.h ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
18355 ! ext/DB_File/typemap ext/GDBM_File/typemap ext/IO/IO.xs
18356 ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
18357 ! ext/IO/lib/IO/Socket.pm ext/NDBM_File/typemap
18358 ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.xs
18359 ! ext/SDBM_File/typemap global.sym gv.c hints/cxux.sh
18360 ! hints/os2.sh hints/sunos_4_1.sh hints/svr4.sh installhtml
18361 ! lib/Bundle/CPAN.pm lib/CPAN.pm lib/CPAN/FirstTime.pm
18362 ! lib/CPAN/Nox.pm lib/Carp.pm lib/Class/Struct.pm
18363 ! lib/Exporter.pm lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
18364 ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
18365 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
18366 ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mksymlists.pm
18367 ! lib/ExtUtils/xsubpp lib/File/Compare.pm lib/File/Copy.pm
18368 ! lib/File/Find.pm lib/File/Path.pm lib/FileHandle.pm
18369 ! lib/I18N/Collate.pm lib/IPC/Open3.pm lib/Net/hostent.pm
18370 ! lib/Pod/Html.pm lib/Shell.pm lib/Sys/Hostname.pm
18371 ! lib/Sys/Syslog.pm lib/Term/ReadLine.pm lib/Time/Local.pm
18372 ! lib/UNIVERSAL.pm lib/dumpvar.pl lib/ftp.pl lib/perl5db.pl
18373 ! malloc.c mg.c op.c opcode.pl os2/Changes os2/Makefile.SHs
18374 ! os2/diff.configure os2/os2.c os2/os2ish.h patchlevel.h perl.c
18375 ! perl.h pod/perlapio.pod pod/perlbook.pod pod/perldebug.pod
18376 ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
18377 ! pod/perlfunc.pod pod/perlguts.pod pod/perlop.pod
18378 ! pod/perlre.pod pod/perlrun.pod pod/perltoc.pod
18379 ! pod/perltrap.pod pod/perlvar.pod pod/perlxstut.pod
18380 ! pod/pod2man.PL pod/splitpod pp.c pp_ctl.c pp_hot.c pp_sys.c
18381 ! proto.h regcomp.c regexec.c scope.c sv.c t/TEST t/base/lex.t
18382 ! t/comp/cmdopt.t t/comp/term.t t/lib/db-btree.t t/lib/db-hash.t
18383 ! t/lib/db-recno.t t/lib/filehand.t t/lib/gdbm.t t/lib/ndbm.t
18384 ! t/lib/odbm.t t/lib/sdbm.t t/op/local.t t/op/magic.t
18385 ! t/op/pack.t t/op/re_tests t/op/ref.t t/op/regexp.t t/op/stat.t
18386 ! t/op/substr.t t/op/universal.t toke.c universal.c util.c
18387 ! utils/Makefile utils/h2ph.PL utils/perlbug.PL utils/perldoc.PL
18388 ! vms/config.vms vms/descrip.mms vms/ext/filespec.t
18389 ! vms/sockadapt.c vms/sockadapt.h vms/test.com vms/vms.c
18390 ! vms/vmsish.h win32/Makefile win32/bin/pl2bat.bat
18391 ! win32/config.bc win32/config.vc win32/config_H.bc
18392 ! win32/config_H.vc win32/config_h.PL win32/makedef.pl
18393 ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
18394 ! win32/win32io.c win32/win32io.h win32/win32iop.h
18396 ____________________________________________________________________________
18397 [ 80] By: nick on 1997/09/29 20:31:43
18398 Log: Add some prototypes in attempt to flush out errors
18399 Tidy up vars.h usage.
18401 ! av.c embed.h hv.c opcode.h perl.c perl.h perlio.c pp_sys.c
18402 ! proto.h util.c vars.h
18403 ____________________________________________________________________________
18404 [ 79] By: nick on 1997/09/29 17:12:07
18405 Log: Builds and passes tests without THISPTR
18407 ! MANIFEST global.sym perl.c perl.h vars.h
18408 ____________________________________________________________________________
18409 [ 78] By: mbeattie on 1997/09/29 16:57:23
18410 Log: Re-introduce the changes from change 68 (runops becomes a
18411 function pointer and sv_bless3 for '~'-magic) which got lost
18412 during the preparation for the maint-merge.
18414 ! global.sym perl.h pp.c proto.h run.c sv.c
18415 ____________________________________________________________________________
18416 [ 77] By: mbeattie on 1997/09/29 16:44:16
18417 Log: Start merge with maint-5.004 branch by creating an ancestral
18418 branch point via a fake resolution with the maint-merge branch.
18419 See Perforce Tech Note 9 for details.
18421 !> (integrate 864 files)
18422 ____________________________________________________________________________
18423 [ 76] By: nick on 1997/09/28 19:04:42
18424 Log: Code with this pointer compiles (but core dumps)
18426 ! EXTERN.h INTERN.h XSUB.h av.c av.h cop.h cv.h deb.c doio.c
18427 ! doop.c dosish.h dump.c form.h gv.c gv.h handy.h hv.c hv.h
18428 ! keywords.h mg.c mg.h miniperlmain.c nostdio.h op.c op.h
18429 ! opcode.h patchlevel.h perl.c perl.h perlio.c perlio.h
18430 ! perlsdio.h perlsfio.h perly.c perly.c.diff perly.h perly.y
18431 ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c
18432 ! regcomp.h regexec.c regexp.h run.c scope.c scope.h sv.c sv.h
18433 ! taint.c thread.h toke.c universal.c unixish.h util.c util.h
18435 ____________________________________________________________________________
18436 [ 75] By: nick on 1997/09/28 15:45:35
18437 Log: Quasi sensible starting point for aTHIS addition.
18439 ! perl.c perl.h pp_ctl.c sv.c thread.h toke.c util.c
18440 ____________________________________________________________________________
18441 [ 74] By: nick on 1997/09/28 11:23:32
18442 Log: Ooops - unwind perly.* stuff for now
18444 ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
18445 ____________________________________________________________________________
18446 [ 73] By: nick on 1997/09/28 11:17:23
18447 Log: Builds and passes all tests again
18449 ! embed.pl ext/DB_File/DB_File.xs gv.c perl.c perl.h perly.y
18450 ! pp.h proto.h thread.sym vms/perly_c.vms vms/perly_h.vms
18451 ____________________________________________________________________________
18452 [ 72] By: nick on 1997/09/28 10:47:01
18453 Log: Save "important things" before re-try
18456 ! embed.pl thread.h thread.sym
18457 ____________________________________________________________________________
18458 [ 71] By: nick on 1997/09/26 17:47:31
18459 Log: Basic hacks to build with USE_THISPTR, not yet useful
18460 but builds miniperl and passes minitest with all thread
18461 variables via a _GLOBAL_ thr variable rather than globals.
18462 Now for the local thr variable ...
18465 ! MANIFEST README.threads XSUB.h av.c cv.h deb.c doio.c doop.c
18466 ! dump.c embed.pl ext/DB_File/DB_File.xs gv.c hints/solaris_2.sh
18467 ! hv.c mg.c op.c perl.c perl.h pp.c pp_ctl.c pp_hot.c pp_sys.c
18468 ! proto.h regcomp.c regexec.c run.c scope.c sv.c thread.h toke.c
18470 ____________________________________________________________________________
18471 [ 70] By: mbeattie on 1997/09/23 14:29:23
18472 Log: Branch oneperl from mainline.
18474 +> (branch 871 files)
18475 ____________________________________________________________________________
18476 [ 69] By: mbeattie on 1997/09/22 16:02:37
18477 Log: struct thread now stored in an SV and uses '~'-magic for access.
18481 ! Thread/Thread.xs Thread/typemap
18482 ____________________________________________________________________________
18483 [ 68] By: mbeattie on 1997/09/22 16:01:48
18484 Log: runops becomes a funtion pointer and sv_bless3 created
18485 to avoid pointer forgery with '~'-magic.
18487 ! global.sym perl.c perl.h pp.c proto.h run.c sv.c
18488 ____________________________________________________________________________
18489 [ 67] By: mbeattie on 1997/09/22 15:45:56
18490 Log: More fprintf -> PerlIO_printf changes.
18492 ! perl.c pp_hot.c util.c
18493 ____________________________________________________________________________
18494 [ 66] By: mbeattie on 1997/09/22 15:10:40
18495 Log: Minor multi-threading patches for VMS.
18497 ! mg.c thread.h vms/vms.c
18498 ____________________________________________________________________________
18499 [ 65] By: mbeattie on 1997/09/15 14:09:11
18500 Log: Add undefined-subs option to Lint.pm.
18502 ! Compiler/B/Lint.pm
18503 ____________________________________________________________________________
18504 [ 64] By: mbeattie on 1997/09/10 16:39:41
18505 Log: Debugging output for lock handling.
18507 ! mg.c pp.c pp_hot.c util.c
18508 ____________________________________________________________________________
18509 [ 63] By: mbeattie on 1997/09/10 14:49:00
18510 Log: Move Thread/Semaphore.pm to Thread/Thread/Semaphore.pm
18512 +> Thread/Thread/Semaphore.pm
18513 - Thread/Semaphore.pm
18514 ____________________________________________________________________________
18515 [ 62] By: mbeattie on 1997/09/10 14:47:31
18516 Log: Move Thread/Queue.pm to Thread/Thread/Queue.pm
18518 +> Thread/Thread/Queue.pm
18520 ____________________________________________________________________________
18521 [ 61] By: mbeattie on 1997/09/10 13:56:50
18522 Log: Solaris fixes: delete pad and padname from thread.h and remove
18523 MUTEX_* stuff when malloc.c gets copied to x2p/malloc.c.
18525 ! thread.h x2p/Makefile.SH
18528 Version 5.004_50 First developer release towards 5.005
18531 Maintenance of the 5.004 version of perl continues with the 5.004_xx
18532 series, where 'xx' is <= 49. Development of the next version, 5.005,
18533 starts with 5.004_50.
18535 ____________________________________________________________________________
18536 [ 60] By: mbeattie on 1997/09/09 16:57:41
18537 Log: Update README.threads to mention -DL.
18540 ____________________________________________________________________________
18541 [ 59] By: mbeattie on 1997/09/09 16:49:08
18542 Log: Add Thread modules Queue.pm and Semaphore.pm
18544 + Thread/Queue.pm Thread/Semaphore.pm
18545 ____________________________________________________________________________
18546 [ 58] By: mbeattie on 1997/09/09 16:33:45
18547 Log: Update README.threads
18550 ____________________________________________________________________________
18551 [ 57] By: mbeattie on 1997/09/09 16:26:47
18552 Log: Add debug info to Thread typemap.
18555 ____________________________________________________________________________
18556 [ 56] By: mbeattie on 1997/09/09 15:04:26
18557 Log: Rewrite synchronisation of subs/methods and add attrs
18558 extension for specifying 'locked' and 'method' attributes.
18560 + ext/attrs/Makefile.PL ext/attrs/attrs.pm ext/attrs/attrs.xs
18561 ! MANIFEST cv.h embed.h global.sym op.c perl.c pp.c pp_ctl.c
18562 ! pp_hot.c proto.h sv.c sv.h toke.c
18564 ! Thread/Thread.pm Thread/Thread.xs Thread/sync.t Thread/sync2.t
18565 ____________________________________________________________________________
18566 [ 55] By: mbeattie on 1997/09/03 16:34:47
18567 Log: Add new keyword "lock" to Opcode.pm
18569 ! ext/Opcode/Opcode.pm
18570 ____________________________________________________________________________
18571 [ 54] By: mbeattie on 1997/09/03 14:44:44
18572 Log: Run embed.pl and keywords.pl to complete RESTART -> INIT change
18574 ! embed.h keywords.h
18575 ____________________________________________________________________________
18576 [ 53] By: mbeattie on 1997/09/03 13:52:24
18577 Log: Add to MANIFEST: README.threads, lib/ISA.pm, lib/Class/Fields.pm
18580 ____________________________________________________________________________
18581 [ 52] By: mbeattie on 1997/09/03 13:41:20
18582 Log: Let Lint private_names catch out-of-package _foo methods.
18584 ! Compiler/B/Lint.pm
18585 ____________________________________________________________________________
18586 [ 51] By: mbeattie on 1997/09/03 13:20:12
18587 Log: Bump patchlevel.h to 5.004_50
18590 ____________________________________________________________________________
18591 [ 50] By: mbeattie on 1997/09/03 12:31:48
18592 Log: Make compiler build/work with devel 5.005
18594 ! Compiler/B.xs Compiler/B/Asmdata.pm Compiler/bytecode.h
18595 ! Compiler/bytecode.pl Compiler/byterun.c Compiler/byterun.h
18596 ____________________________________________________________________________
18597 [ 49] By: mbeattie on 1997/09/03 12:28:05
18598 Log: Rename RESTART to INIT and associated changes
18600 ! interp.sym keywords.pl op.c perl.c perl.h perly.c perly.y
18601 ! toke.c vms/perly_c.vms
18602 ____________________________________________________________________________
18603 [ 48] By: mbeattie on 1997/09/02 15:54:27
18604 Log: Added private-names option.
18606 ! Compiler/B/Lint.pm
18607 ____________________________________________________________________________
18608 [ 47] By: mbeattie on 1997/09/02 11:54:55
18609 Log: For compiler's CC, make PP_EVAL, PP_ENTERTRY work with JMPENV.
18611 ! Compiler/cc_runtime.h
18612 ____________________________________________________________________________
18613 [ 46] By: mbeattie on 1997/08/28 19:40:08
18614 Log: Missing sprintf in try_autoload.
18617 ____________________________________________________________________________
18618 [ 45] By: mbeattie on 1997/08/13 16:15:25
18619 Log: Threading fixups for Digital UNIX.
18621 ! README.threads malloc.c perl.h toke.c
18622 ____________________________________________________________________________
18623 [ 44] By: mbeattie on 1997/08/11 15:46:29
18624 Log: Assorted changes for multi-threading (now works rather more).
18627 ! gv.c mg.c op.c perl.c perl.h pp_ctl.c pp_hot.c sv.c thread.h
18630 ! Thread/Makefile.PL Thread/Thread.xs Thread/lock.t
18632 ____________________________________________________________________________
18633 [ 43] By: mbeattie on 1997/08/08 14:11:00
18634 Log: Made Lint check subs (and -u packages).
18635 Added support for dollar_underscore and implicit $_ in foreach.
18637 ! Compiler/B/Lint.pm
18638 ____________________________________________________________________________
18639 [ 42] By: TimBunce on 1997/07/25 17:15:57
18640 Log: Maintenance 5.004_01 changes
18641 Branch: maint-5.004/perl
18642 + Porting/makerel Porting/patchls hints/newsos4.sh
18643 + lib/File/DosGlob.pm lib/chat2.pl perlio.sym win32/config.bc
18644 + win32/config.vc win32/config_H.bc win32/config_H.vc
18645 + win32/makefile.mk
18646 - win32/config.H win32/config.w32
18647 ! Changes Configure EXTERN.h INSTALL MANIFEST Makefile.SH
18648 ! Porting/pumpkin.pod README README.win32 doio.c embed.h
18649 ! ext/DynaLoader/dl_aix.xs ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
18650 ! ext/SDBM_File/Makefile.PL ext/SDBM_File/sdbm/Makefile.PL
18651 ! global.sym hints/next_3.sh hints/next_4.sh hints/svr4.sh
18652 ! installhtml installman lib/AutoLoader.pm lib/AutoSplit.pm
18653 ! lib/CGI/Push.pm lib/CPAN.pm lib/ExtUtils/Install.pm
18654 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
18655 ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
18656 ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mksymlists.pm
18657 ! lib/ExtUtils/xsubpp lib/Pod/Html.pm lib/Pod/Text.pm
18658 ! lib/Sys/Syslog.pm lib/Term/ReadLine.pm lib/Test/Harness.pm
18659 ! lib/ftp.pl mg.c op.c patchlevel.h perl.c perl.h perl_exp.SH
18660 ! perlio.c pod/checkpods.PL pod/perlbook.pod pod/perldata.pod
18661 ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
18662 ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq8.pod
18663 ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
18664 ! pod/perllol.pod pod/perlop.pod pod/perlrun.pod pod/perlsub.pod
18665 ! pod/perltoc.pod pod/perltoot.pod pod/pod2man.PL pod/roffitall
18666 ! pod/splitpod pp.c pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c
18667 ! regcomp.h regexec.c sv.c t/lib/safe2.t t/op/flip.t
18668 ! t/op/groups.t t/op/magic.t t/op/mkdir.t t/op/re_tests
18669 ! t/op/regexp.t t/op/split.t t/op/stat.t t/op/subst.t
18670 ! t/op/taint.t util.c utils/Makefile utils/h2xs.PL
18671 ! utils/perlbug.PL vms/ext/DCLsym/DCLsym.pm
18672 ! vms/ext/Stdio/Stdio.pm vms/gen_shrfls.pl vms/perlvms.pod
18673 ! win32/Makefile win32/config_sh.PL win32/include/sys/socket.h
18674 ! win32/makedef.pl win32/makeperldef.pl win32/perlglob.c
18675 ! win32/perllib.c win32/win32.c win32/win32.h win32/win32io.c
18676 ! win32/win32io.h win32/win32iop.h win32/win32sck.c
18677 ____________________________________________________________________________
18678 [ 41] By: mbeattie on 1997/07/24 14:57:53
18679 Log: Start support for fake threads.
18680 pp_lock now returns its argument.
18682 ! MANIFEST Makefile.SH cv.h op.c opcode.h opcode.pl perl.c
18683 ! perl.h pp.c pp_ctl.c pp_hot.c proto.h sv.h thread.h toke.c
18687 ____________________________________________________________________________
18688 [ 40] By: mbeattie on 1997/07/24 14:55:07
18689 Log: Add missing reset of eval_owner if doeval() fails to parse.
18692 ____________________________________________________________________________
18693 [ 39] By: mbeattie on 1997/07/17 13:35:51
18694 Log: Fix multiple problems with lexical @_.
18696 ! cop.h op.c perl.c pp.c pp_ctl.c pp_hot.c t/op/do.t thread.h
18698 ____________________________________________________________________________
18699 [ 38] By: mbeattie on 1997/07/16 17:02:09
18700 Log: Change %lx to %x in B::CV::save to prevent some CV
18701 fields becoming 0 in the init section. Add missing
18702 write_back in B::Stackobj::Padsv::load_double to fix
18703 test 22 of op/my.t.
18705 ! Compiler/B/C.pm Compiler/B/Stackobj.pm
18706 ____________________________________________________________________________
18707 [ 37] By: mbeattie on 1997/07/10 11:28:16
18708 Log: Branch win32 developments from main perl branch.
18710 +> (branch 867 files)
18711 ____________________________________________________________________________
18712 [ 36] By: mbeattie on 1997/07/05 11:58:05
18713 Log: B::CC::pp_padsv must cope with vivify_ref (5.004)
18714 as well as provide_ref (5.003).
18716 ! Compiler/B/C.pm Compiler/B/CC.pm Compiler/NOTES
18717 ____________________________________________________________________________
18718 [ 35] By: mbeattie on 1997/07/05 11:55:18
18719 Log: Introduce pp_lock.
18721 ! embed.h global.sym keywords.h keywords.pl opcode.h opcode.pl
18722 ! pp.c pp_ctl.c toke.c
18723 ____________________________________________________________________________
18724 [ 34] By: mbeattie on 1997/07/01 12:24:28
18725 Log: Support for op in global register (still buggy)
18727 ! embed.h global.sym gv.c op.c perl.c perl.h pp_ctl.c pp_sys.c
18728 ! proto.h scope.c scope.h thread.h
18729 ____________________________________________________________________________
18730 [ 33] By: mbeattie on 1997/06/24 16:34:24
18731 Log: Branch lexical warnings from perl branch.
18732 Branch: lexwarn/perl
18733 +> (branch 867 files)
18734 ____________________________________________________________________________
18735 [ 32] By: mbeattie on 1997/06/24 14:33:57
18736 Log: Branch integration of maint-5.004 from relperl.
18737 Branch: mainline/perl
18738 +> (branch 600 files)
18739 Branch: maint-5.004/perl
18740 +> (branch 864 files)
18741 ____________________________________________________________________________
18742 [ 31] By: mbeattie on 1997/06/20 11:46:50
18743 Log: corrected bad_type() prototype.
18746 ____________________________________________________________________________
18747 [ 30] By: mbeattie on 1997/06/12 12:38:05
18751 ____________________________________________________________________________
18752 [ 29] By: mbeattie on 1997/06/12 12:34:59
18753 Log: Document -m option of CC backend.
18756 ____________________________________________________________________________
18757 [ 28] By: mbeattie on 1997/06/12 12:25:05
18758 Log: Support sysseek introduced in 5.004.
18760 ! Compiler/ccop.c Compiler/ccop.h
18761 ____________________________________________________________________________
18762 [ 27] By: mbeattie on 1997/06/05 14:20:51
18763 Log: More fixups for thrperl integration.
18765 ! ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
18766 ! ext/Opcode/Makefile.PL ext/Opcode/Opcode.pm
18767 ! ext/Opcode/Opcode.xs gv.c hv.c mg.c op.c perl.c perly.c
18768 ! perly.y pp.c pp_ctl.c run.c scope.c sv.c sv.h thread.h toke.c
18770 ____________________________________________________________________________
18771 [ 25] By: mbeattie on 1997/05/28 15:11:24
18772 Log: Fixups for thrperl integration.
18774 ! embed.h keywords.h op.c opcode.h perl.c util.c
18775 ____________________________________________________________________________
18776 [ 24] By: mbeattie on 1997/05/26 20:10:42
18777 Log: Integrate thrperl 5.003->5.004.
18780 !> (integrate 33 files)
18781 ____________________________________________________________________________
18782 [ 23] By: mbeattie on 1997/05/26 11:45:39
18783 Log: Fix ppname when saving subs.
18786 ____________________________________________________________________________
18787 [ 22] By: mbeattie on 1997/05/26 11:45:03
18788 Log: -mFoo option now forces -uFoo.
18791 ____________________________________________________________________________
18792 [ 21] By: mbeattie on 1997/05/26 11:43:37
18793 Log: Put back objsym/savesym (used by walkoptree_exec).
18796 ____________________________________________________________________________
18797 [ 20] By: mbeattie on 1997/05/26 11:38:45
18798 Log: Add avhv_store_ent. Add missing avhv_* to global.sym.
18801 ____________________________________________________________________________
18802 [ 19] By: mbeattie on 1997/05/25 21:19:38
18803 Log: Fix up integration 5.003->5.004.
18805 + lib/Class/Fields.pm lib/ISA.pm
18806 ! av.c ext/DB_File/DB_File.xs perl.c pp.c pp_hot.c proto.h
18808 ____________________________________________________________________________
18809 [ 18] By: mbeattie on 1997/05/25 10:31:21
18810 Log: First stab at 5.003 -> 5.004 integration.
18812 +> (branch 291 files)
18813 - Changes.Conf ext/DynaLoader/dl_os2.xs
18814 - ext/FileHandle/FileHandle.pm ext/FileHandle/FileHandle.xs
18815 - ext/FileHandle/Makefile.PL ext/SDBM_File/sdbm/readme.ps
18816 - ext/Safe/Makefile.PL ext/Safe/Safe.pm ext/Safe/Safe.xs
18817 - hints/aux.sh hints/dnix.sh hints/irix_6_2.sh lib/chat2.inter
18818 - lib/chat2.pl lib/splain os2/README os2/README.old
18819 - os2/diff.db_file os2/notes pod/perlovl.pod t/lib/safe.t
18820 - t/op/overload.t t/re_tests vms/Makefile x2p/a2p.man
18821 - x2p/handy.h x2p/s2p.man
18822 !> (integrate 392 files)
18823 ____________________________________________________________________________
18824 [ 17] By: mbeattie on 1997/05/24 18:46:49
18825 Log: Wholesale update to 5.004.
18827 + Changes5.000 Changes5.001 Changes5.002 Changes5.003
18828 + Porting/Glossary Porting/pumpkin.pod README.amiga
18829 + README.cygwin32 README.os2 README.plan9 README.qnx
18830 + README.win32 compat3.sym configure.gnu cygwin32/cw32imp.h
18831 + cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc cygwin32/perlld
18832 + eg/cgi/RunMeFirst eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi
18833 + eg/cgi/crash.cgi eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
18834 + eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
18835 + eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
18836 + eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
18837 + eg/cgi/nph-clock.cgi eg/cgi/popup.cgi eg/cgi/save_state.cgi
18838 + eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
18839 + ext/DynaLoader/dl_cygwin32.xs ext/IO/IO.pm ext/IO/IO.xs
18840 + ext/IO/Makefile.PL ext/IO/README ext/IO/lib/IO/File.pm
18841 + ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
18842 + ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
18843 + ext/IO/lib/IO/Socket.pm ext/NDBM_File/hints/dec_osf.pl
18844 + ext/NDBM_File/hints/dynixptx.pl ext/ODBM_File/hints/hpux.pl
18845 + ext/ODBM_File/hints/ultrix.pl ext/Opcode/Makefile.PL
18846 + ext/Opcode/Opcode.pm ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
18847 + ext/Opcode/ops.pm ext/POSIX/hints/next_3.pl hints/amigaos.sh
18848 + hints/aux_3.sh hints/broken-db.msg hints/cygwin32.sh
18849 + hints/dcosx.sh hints/irix_6_0.sh hints/irix_6_1.sh
18850 + hints/lynxos.sh hints/next_4.sh hints/qnx.sh hints/umips.sh
18851 + hints/unicosmk.sh installhtml lib/Bundle/CPAN.pm lib/CGI.pm
18852 + lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Fast.pm
18853 + lib/CGI/Push.pm lib/CGI/Switch.pm lib/CPAN.pm
18854 + lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm lib/Class/Struct.pm
18855 + lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
18856 + lib/ExtUtils/MM_Win32.pm lib/File/Compare.pm lib/File/stat.pm
18857 + lib/FileHandle.pm lib/FindBin.pm lib/Math/Trig.pm
18858 + lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
18859 + lib/Net/servent.pm lib/Pod/Html.pm lib/Tie/RefHash.pm
18860 + lib/Time/gmtime.pm lib/Time/localtime.pm lib/Time/tm.pm
18861 + lib/UNIVERSAL.pm lib/User/grent.pm lib/User/pwent.pm
18862 + lib/autouse.pm lib/blib.pm lib/constant.pm lib/locale.pm
18863 + nostdio.h os2/Changes os2/OS2/ExtAttr/Changes
18864 + os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/ExtAttr/ExtAttr.xs
18865 + os2/OS2/ExtAttr/MANIFEST os2/OS2/ExtAttr/Makefile.PL
18866 + os2/OS2/ExtAttr/myea.h os2/OS2/ExtAttr/t/os2_ea.t
18867 + os2/OS2/ExtAttr/typemap os2/OS2/PrfDB/Changes
18868 + os2/OS2/PrfDB/MANIFEST os2/OS2/PrfDB/Makefile.PL
18869 + os2/OS2/PrfDB/PrfDB.pm os2/OS2/PrfDB/PrfDB.xs
18870 + os2/OS2/PrfDB/t/os2_prfdb.t os2/OS2/PrfDB/typemap
18871 + os2/OS2/Process/MANIFEST os2/OS2/Process/Makefile.PL
18872 + os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
18873 + os2/OS2/REXX/Changes os2/OS2/REXX/MANIFEST
18874 + os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
18875 + os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t
18876 + os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
18877 + os2/OS2/REXX/t/rx_sql.test os2/OS2/REXX/t/rx_tiesql.test
18878 + os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
18879 + os2/OS2/REXX/t/rx_varset.t os2/OS2/REXX/t/rx_vrexx.t
18880 + os2/dl_os2.c os2/dlfcn.h perlio.c perlio.h perlsdio.h
18881 + perlsfio.h plan9/aperl plan9/arpa/inet.h plan9/buildinfo
18882 + plan9/config.plan9 plan9/exclude plan9/fndvers
18883 + plan9/genconfig.pl plan9/mkfile plan9/myconfig.plan9
18884 + plan9/perlplan9.doc plan9/perlplan9.pod plan9/plan9.c
18885 + plan9/plan9ish.h plan9/setup.rc plan9/versnum pod/checkpods.PL
18886 + pod/perlapio.pod pod/perldelta.pod pod/perlfaq.pod
18887 + pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
18888 + pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
18889 + pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
18890 + pod/perllocale.pod pod/perlmodlib.pod pod/perltoot.pod
18891 + pod/rofftoc qnx/ar qnx/cpp t/comp/colon.t t/comp/proto.t
18892 + t/comp/redef.t t/comp/use.t t/io/read.t t/lib/abbrev.t
18893 + t/lib/autoloader.t t/lib/basename.t t/lib/checktree.t
18894 + t/lib/complex.t t/lib/env.t t/lib/filecache.t t/lib/filecopy.t
18895 + t/lib/filefind.t t/lib/filepath.t t/lib/findbin.t
18896 + t/lib/getopt.t t/lib/hostname.t t/lib/io_dup.t t/lib/io_pipe.t
18897 + t/lib/io_sel.t t/lib/io_sock.t t/lib/io_taint.t
18898 + t/lib/io_tell.t t/lib/io_udp.t t/lib/io_xs.t t/lib/opcode.t
18899 + t/lib/open2.t t/lib/open3.t t/lib/ops.t t/lib/parsewords.t
18900 + t/lib/safe1.t t/lib/safe2.t t/lib/searchdict.t
18901 + t/lib/selectsaver.t t/lib/symbol.t t/lib/texttabs.t
18902 + t/lib/textwrap.t t/lib/timelocal.t t/lib/trig.t t/op/arith.t
18903 + t/op/assignwarn.t t/op/bop.t t/op/closure.t t/op/cmp.t
18904 + t/op/gv.t t/op/inc.t t/op/method.t t/op/recurse.t
18905 + t/op/runlevel.t t/op/sysio.t t/op/taint.t t/op/tie.t
18906 + t/op/universal.t t/pragma/constant.t t/pragma/locale.t
18907 + t/pragma/overload.t t/pragma/strict-refs t/pragma/strict-subs
18908 + t/pragma/strict-vars t/pragma/strict.t t/pragma/subs.t
18909 + t/pragma/warn-1global t/pragma/warning.t universal.c
18910 + utils/splain.PL vms/ext/DCLsym/0README.txt
18911 + vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
18912 + vms/ext/DCLsym/Makefile.PL vms/ext/DCLsym/test.pl
18913 + vms/ext/XSSymSet.pm vms/ext/filespec.t vms/ext/vmsish.pm
18914 + vms/ext/vmsish.t win32/Makefile win32/TEST win32/autosplit.pl
18915 + win32/bin/network.pl win32/bin/pl2bat.bat win32/bin/search.bat
18916 + win32/bin/test.bat win32/bin/webget.bat win32/bin/www.pl
18917 + win32/config.H win32/config.w32 win32/config_h.PL
18918 + win32/config_sh.PL win32/dl_win32.xs win32/genxsdef.pl
18919 + win32/include/arpa/inet.h win32/include/dirent.h
18920 + win32/include/netdb.h win32/include/sys/socket.h
18921 + win32/makedef.pl win32/makemain.pl win32/makeperldef.pl
18922 + win32/perlglob.c win32/perllib.c win32/pod.mak win32/runperl.c
18923 + win32/splittree.pl win32/win32.c win32/win32.h win32/win32io.c
18924 + win32/win32io.h win32/win32iop.h win32/win32sck.c x2p/a2p.pod
18926 - Changes.Conf ext/DynaLoader/dl_os2.xs
18927 - ext/FileHandle/FileHandle.pm ext/FileHandle/FileHandle.xs
18928 - ext/FileHandle/Makefile.PL ext/SDBM_File/sdbm/readme.ps
18929 - ext/Safe/Makefile.PL ext/Safe/Safe.pm ext/Safe/Safe.xs
18930 - hints/aux.sh hints/dnix.sh hints/irix_6_2.sh lib/chat2.inter
18931 - lib/chat2.pl lib/splain os2/README os2/README.old
18932 - os2/diff.db_file os2/notes pod/perlovl.pod t/lib/safe.t
18933 - t/op/overload.t t/re_tests vms/Makefile x2p/a2p.man
18934 - x2p/handy.h x2p/s2p.man
18935 ! Artistic Changes Configure EXTERN.h INSTALL INTERN.h MANIFEST
18936 ! Makefile.SH README README.vms Todo XSUB.h av.c av.h cflags.SH
18937 ! config_H config_h.SH configpm configure cop.h cv.h deb.c
18938 ! doio.c doop.c dosish.h dump.c eg/README eg/nih
18939 ! eg/sysvipc/ipcmsg eg/sysvipc/ipcsem eg/sysvipc/ipcshm
18940 ! emacs/cperl-mode.el embed.h embed.pl ext/DB_File/DB_File.pm
18941 ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
18942 ! ext/DB_File/typemap ext/DynaLoader/DynaLoader.pm
18943 ! ext/DynaLoader/Makefile.PL ext/DynaLoader/dl_aix.xs
18944 ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dlopen.xs
18945 ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_next.xs
18946 ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
18947 ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
18948 ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
18949 ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
18950 ! ext/ODBM_File/hints/dec_osf.pl ext/POSIX/POSIX.pm
18951 ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
18952 ! ext/SDBM_File/Makefile.PL ext/SDBM_File/SDBM_File.pm
18953 ! ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/pair.c
18954 ! ext/SDBM_File/sdbm/pair.h ext/SDBM_File/sdbm/sdbm.3
18955 ! ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
18956 ! ext/Socket/Socket.pm ext/Socket/Socket.xs ext/util/make_ext
18957 ! form.h global.sym gv.c gv.h handy.h hints/3b1.sh
18958 ! hints/README.hints hints/aix.sh hints/apollo.sh hints/bsdos.sh
18959 ! hints/convexos.sh hints/cxux.sh hints/dec_osf.sh hints/dgux.sh
18960 ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh
18961 ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
18962 ! hints/irix_6.sh hints/isc.sh hints/linux.sh hints/machten.sh
18963 ! hints/machten_2.sh hints/mips.sh hints/mpeix.sh
18964 ! hints/netbsd.sh hints/next_3.sh hints/next_3_0.sh hints/os2.sh
18965 ! hints/powerux.sh hints/sco.sh hints/sco_2_3_3.sh
18966 ! hints/sco_2_3_4.sh hints/solaris_2.sh hints/sunos_4_0.sh
18967 ! hints/sunos_4_1.sh hints/svr4.sh hints/titanos.sh
18968 ! hints/ultrix_4.sh hints/unicos.sh hints/utekv.sh hv.c hv.h
18969 ! installman installperl interp.sym keywords.h keywords.pl
18970 ! lib/AnyDBM_File.pm lib/AutoLoader.pm lib/AutoSplit.pm
18971 ! lib/Benchmark.pm lib/Carp.pm lib/Cwd.pm
18972 ! lib/Devel/SelfStubber.pm lib/English.pm lib/Env.pm
18973 ! lib/Exporter.pm lib/ExtUtils/Install.pm
18974 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_OS2.pm
18975 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
18976 ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
18977 ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
18978 ! lib/ExtUtils/testlib.pm lib/ExtUtils/typemap
18979 ! lib/ExtUtils/xsubpp lib/File/Basename.pm lib/File/Copy.pm
18980 ! lib/File/Find.pm lib/File/Path.pm lib/FileCache.pm
18981 ! lib/Getopt/Long.pm lib/Getopt/Std.pm lib/I18N/Collate.pm
18982 ! lib/IPC/Open2.pm lib/IPC/Open3.pm lib/Math/BigInt.pm
18983 ! lib/Math/Complex.pm lib/Net/Ping.pm lib/Pod/Functions.pm
18984 ! lib/Pod/Text.pm lib/Search/Dict.pm lib/SelectSaver.pm
18985 ! lib/SelfLoader.pm lib/Symbol.pm lib/Sys/Hostname.pm
18986 ! lib/Sys/Syslog.pm lib/Term/Cap.pm lib/Term/Complete.pm
18987 ! lib/Term/ReadLine.pm lib/Test/Harness.pm lib/Text/Abbrev.pm
18988 ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
18989 ! lib/Text/Wrap.pm lib/Tie/Hash.pm lib/Tie/Scalar.pm
18990 ! lib/Tie/SubstrHash.pm lib/Time/Local.pm lib/abbrev.pl
18991 ! lib/bigfloat.pl lib/bigint.pl lib/cacheout.pl lib/complete.pl
18992 ! lib/diagnostics.pm lib/dotsh.pl lib/dumpvar.pl lib/find.pl
18993 ! lib/finddepth.pl lib/ftp.pl lib/getcwd.pl lib/getopts.pl
18994 ! lib/importenv.pl lib/lib.pm lib/look.pl lib/newgetopt.pl
18995 ! lib/open2.pl lib/open3.pl lib/overload.pm lib/perl5db.pl
18996 ! lib/sigtrap.pm lib/strict.pm lib/subs.pm lib/syslog.pl
18997 ! lib/termcap.pl lib/timelocal.pl lib/validate.pl lib/vars.pm
18998 ! makeaperl.SH makedepend.SH malloc.c mg.c mg.h minimod.pl
18999 ! miniperlmain.c myconfig op.c op.h opcode.h opcode.pl
19000 ! os2/Makefile.SHs os2/diff.configure os2/os2.c os2/os2ish.h
19001 ! os2/perl2cmd.pl patchlevel.h perl.c perl.h perl_exp.SH perlsh
19002 ! perly.c perly.c.diff perly.h perly.y pod/Makefile pod/buildtoc
19003 ! pod/perl.pod pod/perlbook.pod pod/perlbot.pod pod/perlcall.pod
19004 ! pod/perldata.pod pod/perldebug.pod pod/perldiag.pod
19005 ! pod/perldsc.pod pod/perlembed.pod pod/perlform.pod
19006 ! pod/perlfunc.pod pod/perlguts.pod pod/perlipc.pod
19007 ! pod/perllol.pod pod/perlmod.pod pod/perlobj.pod pod/perlop.pod
19008 ! pod/perlpod.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
19009 ! pod/perlsec.pod pod/perlstyle.pod pod/perlsub.pod
19010 ! pod/perlsyn.pod pod/perltie.pod pod/perltoc.pod
19011 ! pod/perltrap.pod pod/perlvar.pod pod/perlxs.pod
19012 ! pod/perlxstut.pod pod/pod2html.PL pod/pod2latex.PL
19013 ! pod/pod2man.PL pod/pod2text.PL pod/roffitall pp.c pp.h
19014 ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regcomp.h
19015 ! regexec.c regexp.h run.c scope.c scope.h sv.c sv.h t/README
19016 ! t/TEST t/base/lex.t t/base/term.t t/cmd/mod.t t/cmd/while.t
19017 ! t/comp/cpp.t t/comp/multiline.t t/comp/package.t
19018 ! t/comp/script.t t/harness t/io/argv.t t/io/dup.t t/io/fs.t
19019 ! t/io/inplace.t t/io/pipe.t t/io/tell.t t/lib/anydbm.t
19020 ! t/lib/bigintpm.t t/lib/db-btree.t t/lib/db-hash.t
19021 ! t/lib/db-recno.t t/lib/dirhand.t t/lib/filehand.t t/lib/gdbm.t
19022 ! t/lib/ndbm.t t/lib/odbm.t t/lib/posix.t t/lib/sdbm.t
19023 ! t/lib/socket.t t/op/chop.t t/op/delete.t t/op/each.t
19024 ! t/op/exec.t t/op/fork.t t/op/glob.t t/op/goto.t t/op/groups.t
19025 ! t/op/magic.t t/op/misc.t t/op/mkdir.t t/op/my.t t/op/oct.t
19026 ! t/op/pack.t t/op/pat.t t/op/quotemeta.t t/op/rand.t
19027 ! t/op/re_tests t/op/readdir.t t/op/ref.t t/op/regexp.t
19028 ! t/op/sleep.t t/op/sort.t t/op/split.t t/op/stat.t t/op/subst.t
19029 ! t/op/substr.t t/op/write.t taint.c toke.c unixish.h util.c
19030 ! util.h utils/Makefile utils/c2ph.PL utils/h2ph.PL
19031 ! utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL utils/pl2pm.PL
19032 ! vms/config.vms vms/descrip.mms vms/ext/Filespec.pm
19033 ! vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
19034 ! vms/ext/Stdio/test.pl vms/fndvers.com vms/gen_shrfls.pl
19035 ! vms/genconfig.pl vms/genopt.com vms/myconfig.com
19036 ! vms/perlvms.pod vms/perly_c.vms vms/perly_h.vms
19037 ! vms/sockadapt.c vms/sockadapt.h vms/test.com vms/vms.c
19038 ! vms/vms_yfix.pl vms/vmsish.h vms/writemain.pl writemain.SH
19039 ! x2p/EXTERN.h x2p/INTERN.h x2p/Makefile.SH x2p/a2p.c x2p/a2p.h
19040 ! x2p/a2p.y x2p/a2py.c x2p/cflags.SH x2p/find2perl.PL x2p/hash.c
19041 ! x2p/hash.h x2p/s2p.PL x2p/str.c x2p/str.h x2p/util.c
19042 ! x2p/util.h x2p/walk.c
19043 ____________________________________________________________________________
19044 [ 16] By: mbeattie on 1997/05/23 22:42:08
19045 Log: Initial integration of relperl from 5.003.
19047 +> (branch 600 files)
19048 ____________________________________________________________________________
19049 [ 14] By: mbeattie on 1997/05/12 20:22:56
19050 Log: Finish code generation rewrite. Clean up B::Section class and
19051 handle symbol table translation internally. Simple .pm modules
19054 ! Compiler/B.pm Compiler/B/Bblock.pm Compiler/B/C.pm
19056 ____________________________________________________________________________
19057 [ 13] By: mbeattie on 1997/05/05 19:41:18
19058 Log: Don't make pp_enter and pp_return trigger basic blocks.
19060 ! Compiler/B/Bblock.pm
19061 ____________________________________________________________________________
19062 [ 12] By: mbeattie on 1997/05/05 19:40:16
19063 Log: Rewrite code generation. Sections (de)multiplexed into a
19064 temporary file instead of stored in arrays.
19066 ! Compiler/B.pm Compiler/B/C.pm Compiler/B/CC.pm
19067 ____________________________________________________________________________
19068 [ 11] By: mbeattie on 1997/05/03 20:20:59
19069 Log: Development to pre-alpha4
19071 + Compiler/B/Deparse.pm Compiler/B/Lint.pm Compiler/makeliblinks
19072 ! Compiler/B.pm Compiler/B.xs Compiler/B/Bblock.pm
19073 ! Compiler/B/Bytecode.pm Compiler/B/C.pm Compiler/B/CC.pm
19074 ! Compiler/B/Debug.pm Compiler/B/Terse.pm Compiler/B/Xref.pm
19075 ! Compiler/Makefile.PL Compiler/README Compiler/TESTS
19076 ! Compiler/assemble Compiler/bytecode.pl Compiler/byteperl.c
19077 ! Compiler/byterun.c Compiler/cc_runtime.h Compiler/disassemble
19078 ! Compiler/test_harness Compiler/test_harness_cc
19079 ____________________________________________________________________________
19080 [ 10] By: mbeattie on 1997/05/03 14:47:06
19081 Log: Initial check-in of perl compiler.
19083 + Compiler/Artistic Compiler/B.pm Compiler/B.xs
19084 + Compiler/B/Asmdata.pm Compiler/B/Assembler.pm
19085 + Compiler/B/Bblock.pm Compiler/B/Bytecode.pm Compiler/B/C.pm
19086 + Compiler/B/CC.pm Compiler/B/Debug.pm
19087 + Compiler/B/Disassembler.pm Compiler/B/Showlex.pm
19088 + Compiler/B/Stackobj.pm Compiler/B/Terse.pm Compiler/B/Xref.pm
19089 + Compiler/Copying Compiler/Makefile.PL Compiler/NOTES
19090 + Compiler/O.pm Compiler/README Compiler/TESTS
19091 + Compiler/TESTS.alpha2 Compiler/Todo Compiler/assemble
19092 + Compiler/bytecode.h Compiler/bytecode.pl Compiler/byteperl.c
19093 + Compiler/byterun.c Compiler/byterun.h Compiler/cc_harness
19094 + Compiler/cc_runtime.h Compiler/ccop.c Compiler/ccop.h
19095 + Compiler/disassemble Compiler/old/README.feb11
19096 + Compiler/old/TESTS.mar11 Compiler/old/TESTS.mar20
19097 + Compiler/old/TESTS.may11 Compiler/old/TESTS.pre-jul27
19098 + Compiler/op.patch Compiler/ramblings/cc.notes
19099 + Compiler/ramblings/curcop.runtime
19100 + Compiler/ramblings/dontparse.c Compiler/ramblings/flip-flop
19101 + Compiler/ramblings/foo.bench Compiler/ramblings/foo2.bench
19102 + Compiler/ramblings/foo3.bench Compiler/ramblings/magic
19103 + Compiler/ramblings/pp_i_add Compiler/ramblings/reg.alloc
19104 + Compiler/ramblings/runtime.porting
19105 + Compiler/ramblings/sort.notes Compiler/ramblings/sub.call
19106 + Compiler/ramblings/subst.notes Compiler/run_bytecode_test
19107 + Compiler/run_cc_test Compiler/run_test Compiler/test_harness
19108 + Compiler/test_harness_bytecode Compiler/test_harness_cc
19110 ____________________________________________________________________________
19111 [ 9] By: mbeattie on 1997/05/02 19:03:49
19112 Log: Don't require CvDEPTH == 0 when bombing out of subs.
19115 ____________________________________________________________________________
19116 [ 8] By: mbeattie on 1997/04/23 19:06:45
19117 Log: Added programmer-level condition variables via "condpair" magic.
19118 Added support for detached threads and tweaked a few things.
19120 ! embed.h global.sym keywords.h mg.c opcode.h perl.c perl.h
19121 ! pp_ctl.c pp_hot.c proto.h run.c scope.c sv.c sv.h thread.h
19123 ____________________________________________________________________________
19124 [ 7] By: mbeattie on 1997/04/23 19:04:18
19125 Log: Rewrote programmer-level condition variables from scratch. Added
19126 support for detaching threads. Fixed handling for arguments
19127 passed in to threads and return values for joined threads.
19130 ! Thread/README Thread/Thread.pm Thread/Thread.xs Thread/cond.t
19132 ____________________________________________________________________________
19133 [ 6] By: mbeattie on 1997/04/10 20:17:26
19134 Log: Initial check-in of Thread module.
19136 + Thread/Makefile.PL Thread/Notes Thread/README Thread/Thread.pm
19137 + Thread/Thread.xs Thread/cond.t Thread/create.t Thread/io.t
19138 + Thread/join.t Thread/sync.t Thread/sync2.t Thread/typemap
19139 + Thread/unsync.t Thread/unsync2.t Thread/unsync3.t
19141 ____________________________________________________________________________
19142 [ 5] By: mbeattie on 1997/04/10 20:05:52
19143 Log: Tweaks to allow compilation without -DUSE_THREADS and fix
19144 missing parens (pad allocation) in the tokener.
19146 ! op.c pp_ctl.c toke.c
19147 ____________________________________________________________________________
19148 [ 4] By: mbeattie on 1997/03/28 18:40:44
19149 Log: Initial 3-way merge from (5.001m, thr1m, 5.003) plus fixups.
19152 ! XSUB.h av.c cv.h deb.c doio.c doop.c dump.c global.sym gv.c
19153 ! hv.c malloc.c mg.c op.c op.h opcode.h opcode.pl perl.c perl.h
19154 ! pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c
19155 ! run.c scope.c sv.c sv.h toke.c util.c
19156 ____________________________________________________________________________
19157 [ 3] By: mbeattie on 1997/03/28 13:36:23
19158 Log: Branch 5.003 -> thrperl
19160 +> (branch 600 files)
19161 ____________________________________________________________________________
19162 [ 2] By: mbeattie on 1997/03/28 13:32:21
19163 Log: Initial devel changes.
19164 Pseudo-hashes. Optional strong typing. RESTART {}.
19166 ! av.c doop.c embed.h ext/DB_File/DB_File.xs global.sym
19167 ! interp.sym keywords.h keywords.pl lib/ExtUtils/xsubpp op.c
19168 ! perl.c perl.h pp.c pp_hot.c proto.h t/op/groups.t toke.c
19169 ____________________________________________________________________________
19170 [ 1] By: mbeattie on 1997/03/28 13:17:33
19171 Log: Perl 5.003 check-in
19173 + Artistic Changes Changes.Conf Configure Copying EXTERN.h
19174 + INSTALL INTERN.h MANIFEST Makefile.SH README README.vms Todo
19175 + XSUB.h av.c av.h cflags.SH config_H config_h.SH configpm
19176 + configure cop.h cv.h deb.c doio.c doop.c dosish.h dump.c
19177 + eg/ADB eg/README eg/changes eg/client eg/down eg/dus eg/findcp
19178 + eg/findtar eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
19179 + eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
19180 + eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
19181 + eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
19182 + eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
19183 + eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
19184 + eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
19185 + eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
19186 + eg/van/vanish eg/who eg/wrapsuid emacs/cperl-mode.el embed.h
19187 + embed.pl ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
19188 + ext/DB_File/DB_File_BS ext/DB_File/Makefile.PL
19189 + ext/DB_File/typemap ext/DynaLoader/DynaLoader.pm
19190 + ext/DynaLoader/Makefile.PL ext/DynaLoader/README
19191 + ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dld.xs
19192 + ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
19193 + ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_none.xs
19194 + ext/DynaLoader/dl_os2.xs ext/DynaLoader/dl_vms.xs
19195 + ext/DynaLoader/dlutils.c ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
19196 + ext/Fcntl/Makefile.PL ext/FileHandle/FileHandle.pm
19197 + ext/FileHandle/FileHandle.xs ext/FileHandle/Makefile.PL
19198 + ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
19199 + ext/GDBM_File/Makefile.PL ext/GDBM_File/typemap
19200 + ext/NDBM_File/Makefile.PL ext/NDBM_File/NDBM_File.pm
19201 + ext/NDBM_File/NDBM_File.xs ext/NDBM_File/hints/solaris.pl
19202 + ext/NDBM_File/hints/svr4.pl ext/NDBM_File/typemap
19203 + ext/ODBM_File/Makefile.PL ext/ODBM_File/ODBM_File.pm
19204 + ext/ODBM_File/ODBM_File.xs ext/ODBM_File/hints/dec_osf.pl
19205 + ext/ODBM_File/hints/sco.pl ext/ODBM_File/hints/solaris.pl
19206 + ext/ODBM_File/hints/svr4.pl ext/ODBM_File/typemap
19207 + ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
19208 + ext/POSIX/POSIX.xs ext/POSIX/typemap ext/SDBM_File/Makefile.PL
19209 + ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
19210 + ext/SDBM_File/sdbm/CHANGES ext/SDBM_File/sdbm/COMPARE
19211 + ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/README
19212 + ext/SDBM_File/sdbm/README.too ext/SDBM_File/sdbm/biblio
19213 + ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
19214 + ext/SDBM_File/sdbm/dbe.1 ext/SDBM_File/sdbm/dbe.c
19215 + ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
19216 + ext/SDBM_File/sdbm/dbu.c ext/SDBM_File/sdbm/grind
19217 + ext/SDBM_File/sdbm/hash.c ext/SDBM_File/sdbm/linux.patches
19218 + ext/SDBM_File/sdbm/makefile.sdbm ext/SDBM_File/sdbm/pair.c
19219 + ext/SDBM_File/sdbm/pair.h ext/SDBM_File/sdbm/readme.ms
19220 + ext/SDBM_File/sdbm/readme.ps ext/SDBM_File/sdbm/sdbm.3
19221 + ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
19222 + ext/SDBM_File/sdbm/tune.h ext/SDBM_File/sdbm/util.c
19223 + ext/SDBM_File/typemap ext/Safe/Makefile.PL ext/Safe/Safe.pm
19224 + ext/Safe/Safe.xs ext/Socket/Makefile.PL ext/Socket/Socket.pm
19225 + ext/Socket/Socket.xs ext/util/extliblist ext/util/make_ext
19226 + ext/util/mkbootstrap form.h global.sym globals.c gv.c gv.h
19227 + h2pl/README h2pl/cbreak.pl h2pl/cbreak2.pl h2pl/eg/sizeof.ph
19228 + h2pl/eg/sys/errno.pl h2pl/eg/sys/ioctl.pl h2pl/eg/sysexits.pl
19229 + h2pl/getioctlsizes h2pl/mksizes h2pl/mkvars h2pl/tcbreak
19230 + h2pl/tcbreak2 handy.h hints/3b1.sh hints/3b1cc
19231 + hints/README.hints hints/aix.sh hints/altos486.sh
19232 + hints/apollo.sh hints/aux.sh hints/bsdos.sh hints/convexos.sh
19233 + hints/cxux.sh hints/dec_osf.sh hints/dgux.sh hints/dnix.sh
19234 + hints/dynix.sh hints/dynixptx.sh hints/epix.sh hints/esix4.sh
19235 + hints/fps.sh hints/freebsd.sh hints/genix.sh
19236 + hints/greenhills.sh hints/hpux.sh hints/i386.sh
19237 + hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
19238 + hints/irix_6_2.sh hints/isc.sh hints/isc_2.sh hints/linux.sh
19239 + hints/machten.sh hints/machten_2.sh hints/mips.sh hints/mpc.sh
19240 + hints/mpeix.sh hints/ncr_tower.sh hints/netbsd.sh
19241 + hints/next_3.sh hints/next_3_0.sh hints/opus.sh hints/os2.sh
19242 + hints/powerux.sh hints/sco.sh hints/sco_2_3_0.sh
19243 + hints/sco_2_3_1.sh hints/sco_2_3_2.sh hints/sco_2_3_3.sh
19244 + hints/sco_2_3_4.sh hints/solaris_2.sh hints/stellar.sh
19245 + hints/sunos_4_0.sh hints/sunos_4_1.sh hints/svr4.sh
19246 + hints/ti1500.sh hints/titanos.sh hints/ultrix_4.sh
19247 + hints/unicos.sh hints/unisysdynix.sh hints/utekv.sh
19248 + hints/uts.sh hv.c hv.h installman installperl interp.sym
19249 + keywords.h keywords.pl lib/AnyDBM_File.pm lib/AutoLoader.pm
19250 + lib/AutoSplit.pm lib/Benchmark.pm lib/Carp.pm lib/Cwd.pm
19251 + lib/Devel/SelfStubber.pm lib/DirHandle.pm lib/English.pm
19252 + lib/Env.pm lib/Exporter.pm lib/ExtUtils/Install.pm
19253 + lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_OS2.pm
19254 + lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
19255 + lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
19256 + lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
19257 + lib/ExtUtils/testlib.pm lib/ExtUtils/typemap
19258 + lib/ExtUtils/xsubpp lib/File/Basename.pm lib/File/CheckTree.pm
19259 + lib/File/Copy.pm lib/File/Find.pm lib/File/Path.pm
19260 + lib/FileCache.pm lib/Getopt/Long.pm lib/Getopt/Std.pm
19261 + lib/I18N/Collate.pm lib/IPC/Open2.pm lib/IPC/Open3.pm
19262 + lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/Math/Complex.pm
19263 + lib/Net/Ping.pm lib/Pod/Functions.pm lib/Pod/Text.pm
19264 + lib/Search/Dict.pm lib/SelectSaver.pm lib/SelfLoader.pm
19265 + lib/Shell.pm lib/Symbol.pm lib/Sys/Hostname.pm
19266 + lib/Sys/Syslog.pm lib/Term/Cap.pm lib/Term/Complete.pm
19267 + lib/Term/ReadLine.pm lib/Test/Harness.pm lib/Text/Abbrev.pm
19268 + lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
19269 + lib/Text/Wrap.pm lib/Tie/Hash.pm lib/Tie/Scalar.pm
19270 + lib/Tie/SubstrHash.pm lib/Time/Local.pm lib/abbrev.pl
19271 + lib/assert.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
19272 + lib/cacheout.pl lib/chat2.inter lib/chat2.pl lib/complete.pl
19273 + lib/ctime.pl lib/diagnostics.pm lib/dotsh.pl lib/dumpvar.pl
19274 + lib/exceptions.pl lib/fastcwd.pl lib/find.pl lib/finddepth.pl
19275 + lib/flush.pl lib/ftp.pl lib/getcwd.pl lib/getopt.pl
19276 + lib/getopts.pl lib/hostname.pl lib/importenv.pl lib/integer.pm
19277 + lib/less.pm lib/lib.pm lib/look.pl lib/newgetopt.pl
19278 + lib/open2.pl lib/open3.pl lib/overload.pm lib/perl5db.pl
19279 + lib/pwd.pl lib/shellwords.pl lib/sigtrap.pm lib/splain
19280 + lib/stat.pl lib/strict.pm lib/subs.pm lib/syslog.pl
19281 + lib/tainted.pl lib/termcap.pl lib/timelocal.pl lib/validate.pl
19282 + lib/vars.pm makeaperl.SH makedepend.SH makedir.SH malloc.c
19283 + mg.c mg.h minimod.pl miniperlmain.c mv-if-diff myconfig op.c
19284 + op.h opcode.h opcode.pl os2/Makefile.SHs os2/POSIX.mkfifo
19285 + os2/README os2/README.old os2/diff.configure os2/diff.db_file
19286 + os2/notes os2/os2.c os2/os2ish.h os2/perl2cmd.pl patchlevel.h
19287 + perl.c perl.h perl_exp.SH perlsh perly.c perly.c.diff
19288 + perly.fixer perly.h perly.y pod/Makefile pod/buildtoc
19289 + pod/perl.pod pod/perlbook.pod pod/perlbot.pod pod/perlcall.pod
19290 + pod/perldata.pod pod/perldebug.pod pod/perldiag.pod
19291 + pod/perldsc.pod pod/perlembed.pod pod/perlform.pod
19292 + pod/perlfunc.pod pod/perlguts.pod pod/perlipc.pod
19293 + pod/perllol.pod pod/perlmod.pod pod/perlobj.pod pod/perlop.pod
19294 + pod/perlovl.pod pod/perlpod.pod pod/perlre.pod pod/perlref.pod
19295 + pod/perlrun.pod pod/perlsec.pod pod/perlstyle.pod
19296 + pod/perlsub.pod pod/perlsyn.pod pod/perltie.pod
19297 + pod/perltoc.pod pod/perltrap.pod pod/perlvar.pod
19298 + pod/perlxs.pod pod/perlxstut.pod pod/pod2html.PL
19299 + pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL pod/roffitall
19300 + pod/splitman pod/splitpod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
19301 + proto.h regcomp.c regcomp.h regexec.c regexp.h run.c scope.c
19302 + scope.h sv.c sv.h t/README t/TEST t/base/cond.t t/base/if.t
19303 + t/base/lex.t t/base/pat.t t/base/term.t t/cmd/elsif.t
19304 + t/cmd/for.t t/cmd/mod.t t/cmd/subval.t t/cmd/switch.t
19305 + t/cmd/while.t t/comp/cmdopt.t t/comp/cpp.aux t/comp/cpp.t
19306 + t/comp/decl.t t/comp/multiline.t t/comp/package.t
19307 + t/comp/script.t t/comp/term.t t/harness t/io/argv.t t/io/dup.t
19308 + t/io/fs.t t/io/inplace.t t/io/pipe.t t/io/print.t t/io/tell.t
19309 + t/lib/anydbm.t t/lib/bigint.t t/lib/bigintpm.t
19310 + t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
19311 + t/lib/dirhand.t t/lib/english.t t/lib/filehand.t t/lib/gdbm.t
19312 + t/lib/ndbm.t t/lib/odbm.t t/lib/posix.t t/lib/safe.t
19313 + t/lib/sdbm.t t/lib/socket.t t/lib/soundex.t t/op/append.t
19314 + t/op/array.t t/op/auto.t t/op/chop.t t/op/cond.t t/op/delete.t
19315 + t/op/do.t t/op/each.t t/op/eval.t t/op/exec.t t/op/exp.t
19316 + t/op/flip.t t/op/fork.t t/op/glob.t t/op/goto.t t/op/groups.t
19317 + t/op/index.t t/op/int.t t/op/join.t t/op/list.t t/op/local.t
19318 + t/op/magic.t t/op/misc.t t/op/mkdir.t t/op/my.t t/op/oct.t
19319 + t/op/ord.t t/op/overload.t t/op/pack.t t/op/pat.t t/op/push.t
19320 + t/op/quotemeta.t t/op/rand.t t/op/range.t t/op/re_tests
19321 + t/op/read.t t/op/readdir.t t/op/ref.t t/op/regexp.t
19322 + t/op/repeat.t t/op/sleep.t t/op/sort.t t/op/split.t
19323 + t/op/sprintf.t t/op/stat.t t/op/study.t t/op/subst.t
19324 + t/op/substr.t t/op/time.t t/op/undef.t t/op/unshift.t
19325 + t/op/vec.t t/op/write.t t/re_tests taint.c toke.c unixish.h
19326 + util.c util.h utils/Makefile utils/c2ph.PL utils/h2ph.PL
19327 + utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL utils/pl2pm.PL
19328 + vms/Makefile vms/config.vms vms/descrip.mms
19329 + vms/ext/Filespec.pm vms/ext/Stdio/0README.txt
19330 + vms/ext/Stdio/Makefile.PL vms/ext/Stdio/Stdio.pm
19331 + vms/ext/Stdio/Stdio.xs vms/ext/Stdio/test.pl vms/fndvers.com
19332 + vms/gen_shrfls.pl vms/genconfig.pl vms/genopt.com
19333 + vms/make_command.com vms/mms2make.pl vms/myconfig.com
19334 + vms/perlvms.pod vms/perly_c.vms vms/perly_h.vms
19335 + vms/sockadapt.c vms/sockadapt.h vms/test.com vms/vms.c
19336 + vms/vms_yfix.pl vms/vmsish.h vms/writemain.pl writemain.SH
19337 + x2p/EXTERN.h x2p/INTERN.h x2p/Makefile.SH x2p/a2p.c x2p/a2p.h
19338 + x2p/a2p.man x2p/a2p.y x2p/a2py.c x2p/cflags.SH
19339 + x2p/find2perl.PL x2p/handy.h x2p/hash.c x2p/hash.h x2p/s2p.PL
19340 + x2p/s2p.man x2p/str.c x2p/str.h x2p/util.c x2p/util.h