4a0c75fab3fb83dcd5e60f0d787748b2b6985b4b
[p5sagit/p5-mst-13.2.git] / Changes
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
8 releases.)
9
10
11                            ---------------
12                             CAST AND CREW
13                            ---------------
14
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):
18
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     Jan Dubois          <jan.dubois@ibm.net>
26     Hallvard B Furuseth <h.b.furuseth@usit.uio.no>
27     M. J. T. Guy        <mjtg@cus.cam.ac.uk>
28     Jarkko Hietaniemi   <jhi@iki.fi>
29     Nick Ing-Simmons    <nik@tiuk.ti.com>
30     Andreas Koenig      <a.koenig@mind.de>
31     Doug MacEachern     <dougm@opengroup.org>
32     Paul Marquess       <pmarquess@bfsec.bt.co.uk>
33     Stephen McCamant    <alias@mcs.com>
34     Laszlo Molnar       <molnarl@cdata.tvnet.hu>
35     Hans Mulder         <hansmu@xs4all.nl>
36     Matthias Neeracher  <neeri@iis.ee.ethz.ch>
37     Jeff Okamoto        <okamoto@hpcc123.corp.hp.com>
38     Ulrich Pfeifer      <pfeifer@charly.informatik.uni-dortmund.de>
39     Tom Phoenix         <rootbeer@teleport.com>
40     Joshua Pritikin     <joshua.pritikin@db.com>
41     Norbert Pueschel    <pueschel@imsdd.meb.uni-bonn.de>
42     Dean Roehrich       <roehrich@cray.com>
43     Hugo van der Sanden <hv@crypt0.demon.co.uk>
44     Roderick Schertler  <roderick@argon.org>
45     Kurt D. Starsinic   <kstar@isinet.com>
46     Dan Sugalski        <sugalskd@osshe.edu>
47     Larry W. Virden     <lvirden@cas.org>
48     Ilya Zakharevich    <ilya@math.ohio-state.edu>
49
50 And the Keepers of the Patch Pumpkin:
51
52     Charles Bailey      <bailey@newman.upenn.edu>
53     Graham Barr         <gbarr@ti.com>
54     Malcolm Beattie     <mbeattie@sable.ox.ac.uk>
55     Tim Bunce           <Tim.Bunce@ig.co.uk>
56     Andy Dougherty      <doughera@lafcol.lafayette.edu>
57     Gurusamy Sarathy    <gsar@umich.edu>
58     Chip Salzenberg     <chip@perl.com>
59
60 And, of course, the Author of Perl:
61
62     Larry Wall          <larry@wall.org>
63
64
65 NOTE: Each change entry shows the change number; who checked it into the
66 repository; when; description of the change; which branch the change
67 happened in; and the affected files.  The file lists have a short symbolic
68 indicator:
69
70             !       modified
71             +       added
72             -       deleted
73             +>      branched (from elsewhere)
74             !>      merged changes (from elsewhere)
75
76
77 ----------------
78 Version 5.005_57        Development release working toward 5.006
79 ----------------
80
81 ____________________________________________________________________________
82 [  3305] By: gsar                                  on 1999/05/05  16:20:19
83         Log: make perldoc use backslashed pathnames within system() on win32
84      Branch: perl
85            ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
86 ____________________________________________________________________________
87 [  3304] By: gsar                                  on 1999/05/05  07:29:43
88         Log: upgrade Pod::Parser to v1.081 from CPAN
89      Branch: perl
90            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
91            ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
92            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
93 ____________________________________________________________________________
94 [  3303] By: gsar                                  on 1999/05/05  07:02:07
95         Log: From: Andy Dougherty <doughera@lafayette.edu>
96              Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
97              Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
98              Subject: [PATCH 5.005_03-MT3] INSTALL patches
99      Branch: perl
100            ! INSTALL
101 ____________________________________________________________________________
102 [  3302] By: gsar                                  on 1999/05/05  06:55:21
103         Log: load base packages based on nonexistent $VERSION
104              From: andreas.koenig@anima.de (Andreas J. Koenig)
105              Date: 19 Mar 1999 06:00:28 +0100
106              Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
107              Subject: Re: base.pm flaw
108      Branch: perl
109            ! lib/base.pm lib/locale.pm
110 ____________________________________________________________________________
111 [  3301] By: gsar                                  on 1999/05/04  05:41:08
112         Log: pod2man outputs switched date and revision label (fix suggested by
113              EthanSasiela@mede.com)
114      Branch: perl
115            ! pod/pod2man.PL
116 ____________________________________________________________________________
117 [  3300] By: gsar                                  on 1999/05/03  18:48:25
118         Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
119              (makes opendir(D,"c:") work reliably)
120      Branch: perl
121            ! win32/win32.c
122 ____________________________________________________________________________
123 [  3299] By: gsar                                  on 1999/05/02  19:39:55
124         Log: add test case for change#3298
125      Branch: perl
126            ! sv.c t/op/readdir.t
127 ____________________________________________________________________________
128 [  3298] By: gsar                                  on 1999/05/02  19:24:41
129         Log: close directory handles properly when localized
130      Branch: perl
131            ! sv.c
132 ____________________________________________________________________________
133 [  3297] By: jhi                                   on 1999/04/30  11:42:14
134         Log: Integrate from mainperl.
135      Branch: cfgperl
136           !> Changes config_h.SH configure.com lib/AutoLoader.pm
137           !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
138           !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
139           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
140           !> vms/subconfigure.com win32/win32.c
141 ____________________________________________________________________________
142 [  3293] By: chip                                  on 1999/04/29  18:50:49
143         Log: Fix shebang lines.
144      Branch: maint-5.004/perl
145            ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
146            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
147            ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
148            ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
149            ! x2p/find2perl.PL x2p/s2p.PL
150 ____________________________________________________________________________
151 [  3284] By: gsar                                  on 1999/04/27  00:48:42
152         Log: integrate change#3279 from maint-5.004
153      Branch: perl
154            ! lib/AutoLoader.pm
155 ____________________________________________________________________________
156 [  3279] By: chip                                  on 1999/04/26  23:09:26
157         Log: Make &AutoLoad::AUTOLOAD reentrant.
158      Branch: maint-5.004/perl
159            ! lib/AutoLoader.pm
160 ____________________________________________________________________________
161 [  3276] By: chip                                  on 1999/04/26  22:34:36
162         Log: Make porting scripts executable.
163      Branch: maint-5.004/perl
164            ! Changes Porting/genlog Porting/makerel Porting/p4desc
165            ! Porting/patchls
166 ____________________________________________________________________________
167 [  3274] By: gsar                                  on 1999/04/26  17:30:31
168         Log: allow embedded null characters in diagnostics
169      Branch: perl
170            ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
171 ____________________________________________________________________________
172 [  3273] By: gsar                                  on 1999/04/26  08:27:22
173         Log: hand-applied conflicting parts of suggested patch
174              From: Charles Bailey <BAILEY@newman.upenn.edu>
175              Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
176              Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
177              Subject: [PATCH 5.005_56] VMS configuration/build
178      Branch: perl
179            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
180            ! vms/munchconfig.c vms/subconfigure.com
181 ____________________________________________________________________________
182 [  3272] By: gsar                                  on 1999/04/26  08:25:41
183         Log: update Changes; tweak minor regressions
184      Branch: perl
185            ! Changes lib/AutoSplit.pm lib/File/Path.pm
186 ____________________________________________________________________________
187 [  3271] By: gsar                                  on 1999/04/26  07:52:51
188         Log: integrate change#3229 from maint-5.004
189      Branch: perl
190            ! pp_ctl.c util.c
191 ____________________________________________________________________________
192 [  3270] By: gsar                                  on 1999/04/25  22:58:27
193         Log: fix buggy reference count on refs to SVs with autoviv magic
194              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
195              accessing free()d memory)
196      Branch: perl
197            ! pp.c t/op/ref.t
198 ____________________________________________________________________________
199 [  3269] By: gsar                                  on 1999/04/24  17:07:55
200         Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
201              on win32)
202      Branch: perl
203            ! win32/win32.c
204 ____________________________________________________________________________
205 [  3268] By: gsar                                  on 1999/04/24  16:38:25
206         Log: kill dup hunk
207      Branch: perl
208            ! config_h.SH
209 ____________________________________________________________________________
210 [  3267] By: gsar                                  on 1999/04/24  16:35:57
211         Log: integrate cfgperl changes into mainline
212      Branch: perl
213           +> myconfig.SH
214            - myconfig
215            ! pod/perlre.pod
216           !> (integrate 38 files)
217 ____________________________________________________________________________
218 [  3266] By: jhi                                   on 1999/04/23  18:42:44
219         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
220              To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
221              Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
222              Cc: Lionel Cons <lionel.cons@cern.ch>,
223              Ilya Zakharevich <ilya@math.ohio-state.edu>,
224              David Hayes <david@bdel.com>
225              Subject: [PATCH] h2ph
226              Date: Fri, 23 Apr 1999 12:37:23 -0400
227              Message-ID: <19990423123723.A49550@O2.chapin.edu>
228      Branch: cfgperl
229            ! utils/h2ph.PL
230 ____________________________________________________________________________
231 [  3265] By: jhi                                   on 1999/04/21  18:17:12
232         Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
233              To: perlbug@perl.org
234              Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
235              Date: Wed, 21 Apr 1999 08:17:54 -0700
236              Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
237      Branch: cfgperl
238            ! vms/descrip_mms.template
239 ____________________________________________________________________________
240 [  3264] By: jhi                                   on 1999/04/20  08:50:54
241         Log: From: Andy Dougherty <doughera@lafayette.edu>
242              To: The Perl Porters Mailing List <perl5-porters@perl.org>
243              Subject: [PATCH 5.005_56] Re: 5.006 Todo
244              Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
245              Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
246      Branch: cfgperl
247            ! Porting/pumpkin.pod
248 ____________________________________________________________________________
249 [  3263] By: jhi                                   on 1999/04/20  08:05:01
250         Log: From: Chip Salzenberg <chip@perlsupport.com>
251              To: Perl 5 Porters <perl5-porters@perl.org>
252              Subject: [PATCH 5.005_56] Configure: $sig_count
253              Date: Sun, 18 Apr 1999 17:54:36 -0400
254              Message-ID: <19990418175436.A27496@perlsupport.com>
255      Branch: cfgperl
256            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
257            ! config_h.SH
258 ____________________________________________________________________________
259 [  3262] By: jhi                                   on 1999/04/19  18:23:50
260         Log: Subject: PATCH wrong faq reference in perlbook.pod
261              From: Robin Barker <rmb1@cise.npl.co.uk>
262              To: perlbug@perl.com
263              Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
264              Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
265      Branch: cfgperl
266            ! pod/perlbook.pod
267 ____________________________________________________________________________
268 [  3261] By: jhi                                   on 1999/04/15  13:59:04
269         Log: From: Andy Dougherty <doughera@lafayette.edu>
270              To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
271              Cc: Perl Porters <perl5-porters@perl.org>
272              Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
273              Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
274              Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
275      Branch: cfgperl
276            ! hints/solaris_2.sh
277 ____________________________________________________________________________
278 [  3260] By: jhi                                   on 1999/04/15  13:56:53
279         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
280              To: pumpkings@jhereg.perl.com
281              Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
282              Date: Thu, 15 Apr 1999 07:13:41 -0600
283              Message-Id: <199904151313.HAA07682@jhereg.perl.com>
284      Branch: cfgperl
285            ! pod/perldata.pod
286 ____________________________________________________________________________
287 [  3259] By: jhi                                   on 1999/04/13  23:12:52
288         Log: LDLIBPTH also on 'clean' targets.
289      Branch: cfgperl
290            ! Makefile.SH
291 ____________________________________________________________________________
292 [  3258] By: jhi                                   on 1999/04/13  21:38:46
293         Log: Add information about the two DEC C compiler optimizer bugs
294              (what patch levels of the compilers fix them).
295      Branch: cfgperl
296            ! pp.c t/op/repeat.t
297 ____________________________________________________________________________
298 [  3257] By: jhi                                   on 1999/04/13  14:25:08
299         Log: Be polite about ccdlflags and lddflags, too.
300              Avoid Perl's malloc only when threaded.
301      Branch: cfgperl
302            ! hints/aix.sh
303 ____________________________________________________________________________
304 [  3256] By: jhi                                   on 1999/04/13  10:21:33
305         Log: Croak if no known ways to semctl() (don't assume union semun).
306      Branch: cfgperl
307            ! doio.c perl.h
308 ____________________________________________________________________________
309 [  3255] By: jhi                                   on 1999/04/13  09:10:26
310         Log: From: Dan Sugalski <sugalskd@osshe.edu>
311              To: perl5-porters@perl.org, vmsperl@perl.org
312              Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
313              Date: Mon, 12 Apr 1999 13:36:48 -0700
314              Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
315      Branch: cfgperl
316            ! lib/ExtUtils/MM_VMS.pm
317 ____________________________________________________________________________
318 [  3254] By: jhi                                   on 1999/04/13  06:56:26
319         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
320              To: perlbug@perl.com
321              Subject: Update for OpenBSD hints
322              Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
323              Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
324      Branch: cfgperl
325            ! hints/openbsd.sh
326 ____________________________________________________________________________
327 [  3229] By: chip                                  on 1999/04/13  04:04:14
328         Log: Preserve errno from importunities of sfio.
329      Branch: maint-5.004/perl
330            ! pp_ctl.c util.c
331 ____________________________________________________________________________
332 [  3226] By: jhi                                   on 1999/04/11  12:52:26
333         Log: If both ways to call semctl are broken,    skip the tests.
334      Branch: cfgperl
335            ! t/lib/ipc_sysv.t
336 ____________________________________________________________________________
337 [  3225] By: jhi                                   on 1999/04/10  22:27:28
338         Log: From: Andy Dougherty <doughera@lafayette.edu>
339              To: dsembr01@ox.slug.louisville.edu
340              Cc: perlbug@perl.com
341              Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
342              Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
343              Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
344      Branch: cfgperl
345            ! ext/POSIX/POSIX.xs
346 ____________________________________________________________________________
347 [  3224] By: jhi                                   on 1999/04/09  18:50:32
348         Log: From: Andy Dougherty <doughera@lafayette.edu>
349              To: Perl Porters <perl5-porters@perl.org>
350              Subject: [PATCH 5.005_56] Re: prefix= in hints
351              Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
352              Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
353              
354              (Overrides change #3204 from Kurt)
355      Branch: cfgperl
356            ! hints/linux.sh
357 ____________________________________________________________________________
358 [  3223] By: jhi                                   on 1999/04/09  18:37:55
359         Log: Understand Apollo's //node notation.
360              
361              From: Johann Klasek <jk@auto.tuwien.ac.at>
362              To: jhi@iki.fi
363              Subject: Re: DomainPerl
364              Date: Fri, 9 Apr 1999 18:21:37 +0200
365              Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
366      Branch: cfgperl
367            ! lib/Cwd.pm
368 ____________________________________________________________________________
369 [  3220] By: jhi                                   on 1999/04/04  16:33:49
370         Log: Integrate from mainperl.
371      Branch: cfgperl
372           !> (integrate 39 files)
373 ____________________________________________________________________________
374 [  3219] By: gsar                                  on 1999/04/04  02:48:17
375         Log: tweak previous change
376      Branch: maint-5.005/perl
377            ! win32/win32.c
378 ____________________________________________________________________________
379 [  3218] By: gsar                                  on 1999/04/04  02:44:47
380         Log: be careful about extending the stack for the Win32:: builtins
381      Branch: maint-5.005/perl
382            ! win32/win32.c
383 ____________________________________________________________________________
384 [  3217] By: gsar                                  on 1999/04/04  01:59:26
385         Log: correct places that said newSVpv() when they meant newSVpvn()
386      Branch: perl
387            ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
388            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
389            ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
390            ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
391            ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
392            ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
393            ! win32/win32.c
394 ____________________________________________________________________________
395 [  3216] By: gsar                                  on 1999/04/03  23:58:27
396         Log: avoid duplicate code
397      Branch: perl
398            ! sv.c
399 ____________________________________________________________________________
400 [  3215] By: gsar                                  on 1999/04/03  23:14:34
401         Log: grow PL_tmps_stack more efficiently; make it more amenable to
402              STRESS_REALLOC testing
403      Branch: perl
404            ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
405            ! sv.c
406 ____________________________________________________________________________
407 [  3214] By: gsar                                  on 1999/04/03  21:01:09
408         Log: scrounge and save three extra branches in pp_entersub()
409      Branch: perl
410            ! cv.h pp_ctl.c pp_hot.c
411 ____________________________________________________________________________
412 [  3213] By: gsar                                  on 1999/04/03  17:43:23
413         Log: remove duplicate code and an extra branch in sv_setsv() and
414              other hot code by making SvTHINKFIRST() think about FAKE SVs
415      Branch: perl
416            ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
417            ! proto.h scope.c sv.c sv.h
418 ____________________________________________________________________________
419 [  3212] By: jhi                                   on 1999/04/03  16:20:09
420         Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
421              
422              From: John Bley <jbb6@acpub.duke.edu>
423              To: perlbug@perl.org
424              Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
425              Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
426              Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
427      Branch: cfgperl
428            ! doio.c pp_sys.c
429 ____________________________________________________________________________
430 [  3211] By: jhi                                   on 1999/04/03  13:27:26
431         Log: Change #3210 was rather unportable.  This is better.
432      Branch: cfgperl
433            ! Configure config_h.SH
434 ____________________________________________________________________________
435 [  3210] By: jhi                                   on 1999/04/03  13:16:20
436         Log: Avoid Digital UNIX' ksh.
437              
438              From: Jarkko Hietaniemi <jhi@iki.fi> 
439              To: Henrik Tougaard <ht000@siberut.foa.dk> 
440              Cc: perlbug@perl.com, ht000@foa.dk 
441              Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
442              Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET) 
443              Message-ID: <13999.10289.319422.239987@alpha.hut.fi> 
444      Branch: cfgperl
445            ! Configure config_h.SH
446 ____________________________________________________________________________
447 [  3209] By: jhi                                   on 1999/04/03  12:49:04
448         Log: Integrate from mainperl.
449      Branch: cfgperl
450           !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
451 ____________________________________________________________________________
452 [  3208] By: jhi                                   on 1999/04/03  12:27:24
453         Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
454              
455              From: Lionel Cons <lionel.cons@cern.ch>
456              To: jhi@iki.fi
457              Cc: perlbug@perl.com, kstar@isinet.com,
458              Philippe Defert <philippe.defert@cern.ch>
459              Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
460              Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
461              Message-Id: <199904011205.OAA11380@mercury.cern.ch>
462      Branch: cfgperl
463            ! hints/irix_6.sh
464 ____________________________________________________________________________
465 [  3207] By: jhi                                   on 1999/04/03  12:20:21
466         Log: Be polite about usemymalloc.
467      Branch: cfgperl
468            ! hints/aix.sh
469 ____________________________________________________________________________
470 [  3206] By: gsar                                  on 1999/04/02  23:31:59
471         Log: a typo in change#3205
472      Branch: perl
473            ! t/lib/bigfloatpm.t
474 ____________________________________________________________________________
475 [  3205] By: gsar                                  on 1999/04/02  23:20:31
476         Log: make testsuite reflect change#3157  (Math::BigFloat->new now
477              returns NaNs faithfully)
478      Branch: perl
479            ! t/lib/bigfloatpm.t
480 ____________________________________________________________________________
481 [  3204] By: jhi                                   on 1999/04/02  22:03:23
482         Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
483              
484              From: "Kurt D. Starsinic" <kstar@chapin.edu>
485              To: perl5-porters@perl.org
486              Subject: linux hints nit
487              Date: Fri, 2 Apr 1999 16:49:47 -0500
488              Message-ID: <19990402164947.E80926@O2.chapin.edu>
489      Branch: cfgperl
490            ! hints/linux.sh
491 ____________________________________________________________________________
492 [  3203] By: jhi                                   on 1999/04/02  22:00:56
493         Log: Display exact glibc version in Linux. 
494              
495              From: Andy Dougherty <doughera@lafayette.edu>
496              To: Perl Porters <perl5-porters@perl.org>
497              Subject: Displaying glibc version on Linux
498              Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
499              Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
500      Branch: cfgperl
501            ! hints/linux.sh
502 ____________________________________________________________________________
503 [  3202] By: gsar                                  on 1999/04/02  21:23:18
504         Log: various little goofs
505      Branch: perl
506            ! Changes Makefile.SH README installperl
507 ____________________________________________________________________________
508 [  3201] By: jhi                                   on 1999/04/02  13:13:39
509         Log: Configure regen.
510              
511              Add llseek + offset_t probing.
512              Change CONFIG to CONFIGDOTSH.
513              'unset foo' is unportable, use foo=''.
514      Branch: cfgperl
515            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
516            ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
517            ! perl_exp.SH writemain.SH
518 ____________________________________________________________________________
519 [  3200] By: jhi                                   on 1999/04/02  12:06:22
520         Log: Introduce myconfig.SH.
521              
522              From: Andy Dougherty <doughera@lafayette.edu>
523              To: Jarkko Hietaniemi <jhi@iki.fi>
524              Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
525              Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
526              Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
527              Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
528      Branch: cfgperl
529            + myconfig.SH
530            - myconfig
531            ! MANIFEST
532 ____________________________________________________________________________
533 [  3195] By: jhi                                   on 1999/03/28  16:42:54
534         Log: Update perlhist on 5_03.
535      Branch: maint-5.005/perl
536            ! pod/perlhist.pod
537 ____________________________________________________________________________
538 [  3194] By: jhi                                   on 1999/03/28  12:30:01
539         Log: Integrate from mainperl.
540      Branch: cfgperl
541           +> t/op/grep.t
542            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
543            ! t/lib/bigintpm.t
544           !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
545           !> t/lib/thread.t
546 ____________________________________________________________________________
547 [  3189] By: gsar                                  on 1999/03/28  08:22:00
548         Log: various pod niggles
549      Branch: maint-5.005/perl
550            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
551            ! pod/perlfunc.pod pod/perlhist.pod
552 ____________________________________________________________________________
553 [  3187] By: gsar                                  on 1999/03/28  07:31:16
554         Log: regularize CAPI declarations (CAPI extensions now build under
555              the Borland compiler)
556      Branch: maint-5.005/perl
557            ! win32/GenCAPI.pl
558 ____________________________________________________________________________
559 [  3186] By: gsar                                  on 1999/03/28  07:26:33
560         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
561              -DPERL_CAPI
562      Branch: maint-5.005/perl
563            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
564 ____________________________________________________________________________
565 [  3183] By: gsar                                  on 1999/03/28  06:00:46
566         Log: update p4 utility to ignore non-text files
567      Branch: perl
568            ! Porting/p4desc
569 ____________________________________________________________________________
570 [  3181] By: gsar                                  on 1999/03/28  03:37:23
571         Log: integrate change#3179 from maint-5.005
572      Branch: perl
573           !> ext/Thread/Thread.xs t/lib/thread.t
574 ____________________________________________________________________________
575 [  3180] By: gsar                                  on 1999/03/28  02:28:20
576         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
577              (sometimes caused bizarreness in the BLOCK)
578      Branch: perl
579            + t/op/grep.t
580            ! MANIFEST op.c
581 ____________________________________________________________________________
582 [  3179] By: gsar                                  on 1999/03/28  02:14:04
583         Log: fix thread segfault when passing large number of arguments to child
584              a la C<Thread->new($foo, 1..1000)>
585      Branch: maint-5.005/perl
586            ! ext/Thread/Thread.xs t/lib/thread.t
587 ____________________________________________________________________________
588 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
589         Log: fix $Config{'usethreads'} typo in perlthrtut
590              
591              From: Ian Maloney <szhmf9@wsblob.ubs.com>
592              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
593              Message-Id: <199903251540.QAA02439@wsblob.>
594              Subject: perlthrtut documentation error
595      Branch: maint-5.005/perl
596            ! pod/perlthrtut.pod
597 ____________________________________________________________________________
598 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
599         Log: Update Test.pm to VERSION 1.122 from CPAN
600      Branch: maint-5.005/perl
601            ! lib/Test.pm
602 ____________________________________________________________________________
603 [  3171] By: jhi                                   on 1999/03/26  22:38:28
604         Log: Integrate from mainperl.
605      Branch: cfgperl
606           !> (integrate 37 files)
607 ____________________________________________________________________________
608 [  3170] By: gsar                                  on 1999/03/26  01:30:25
609         Log: specify type of bracket in "Unmatched bracket" diagnostic;
610              prefer 'brace' or 'curly bracket' over 'curly brace'
611      Branch: perl
612            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
613            ! t/op/misc.t t/op/re_tests toke.c
614 ____________________________________________________________________________
615 [  3169] By: gsar                                  on 1999/03/26  00:50:51
616         Log: better description of "Integer overflow" diagnostic
617      Branch: perl
618            ! pod/perldiag.pod
619 ____________________________________________________________________________
620 [  3168] By: gsar                                  on 1999/03/25  11:02:46
621         Log: applied needful parts of suggested patch
622              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
623              Date: Tue, 23 Mar 1999 16:21:43 -0800
624              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
625              Subject: [PATCH 5.005_56] pp_formline correction
626      Branch: perl
627            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
628 ____________________________________________________________________________
629 [  3167] By: gsar                                  on 1999/03/25  10:39:02
630         Log: clarify what a "comment" means (due to Mark-Jason Dominus
631              <mjd@plover.com>)
632      Branch: perl
633            ! pod/perlsyn.pod
634 ____________________________________________________________________________
635 [  3166] By: gsar                                  on 1999/03/25  10:33:18
636         Log: describe current behavior on local($foo{nothere}) (suggested by
637              Lionel Cons <lionel.cons@cern.ch>)
638      Branch: perl
639            ! pod/perlsub.pod
640 ____________________________________________________________________________
641 [  3165] By: gsar                                  on 1999/03/25  06:21:05
642         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
643              <vishalb@hotmail.com>)
644      Branch: perl
645            ! ext/B/B/C.pm
646 ____________________________________________________________________________
647 [  3164] By: gsar                                  on 1999/03/25  06:17:27
648         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
649              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
650              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
651              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
652      Branch: perl
653            ! ext/B/B.xs op.h opcode.pl
654 ____________________________________________________________________________
655 [  3163] By: gsar                                  on 1999/03/25  06:15:49
656         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
657              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
658              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
659              Subject: [PATCH _56] B::Deparse 0.57
660              --
661              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
662              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
663              Subject: Re: [PATCH _56] B::Deparse 0.57 
664      Branch: perl
665            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
666 ____________________________________________________________________________
667 [  3162] By: gsar                                  on 1999/03/25  06:11:46
668         Log: fix a few places that said 'int', but meant 'STRLEN'
669      Branch: perl
670            ! pod/perlguts.pod proto.h sv.c
671 ____________________________________________________________________________
672 [  3161] By: gsar                                  on 1999/03/25  06:01:18
673         Log: From: Russ Allbery <rra@stanford.edu>
674              Date: 22 Mar 1999 04:26:26 -0800
675              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
676              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
677      Branch: perl
678            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
679            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
680            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
681            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
682 ____________________________________________________________________________
683 [  3160] By: gsar                                  on 1999/03/25  02:26:31
684         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
685      Branch: perl
686            ! opcode.h opcode.pl
687 ____________________________________________________________________________
688 [  3159] By: gsar                                  on 1999/03/25  02:18:17
689         Log: add statement-modifier loops to :base_loop class
690      Branch: perl
691            ! ext/Opcode/Opcode.pm
692 ____________________________________________________________________________
693 [  3158] By: gsar                                  on 1999/03/25  00:36:57
694         Log: integrate changes#3105,3130,3154 from maint-5.005
695      Branch: perl
696           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
697 ____________________________________________________________________________
698 [  3157] By: gsar                                  on 1999/03/25  00:24:17
699         Log: remove bogus panic()
700      Branch: perl
701            ! Changes lib/Math/BigFloat.pm
702 ____________________________________________________________________________
703 [  3156] By: jhi                                   on 1999/03/24  22:43:43
704         Log: Integrate from mainperl.
705      Branch: cfgperl
706           +> (branch 38 files)
707           !> (integrate 68 files)
708 ____________________________________________________________________________
709 [  3155] By: jhi                                   on 1999/03/24  22:12:17
710         Log: Configure regenerated because of changes #3130/#3154 and #3147.
711      Branch: cfgperl
712            ! Configure config_h.SH
713 ____________________________________________________________________________
714 [  3154] By: jhi                                   on 1999/03/24  21:40:51
715         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
716              based on suggestions from Andy Dougherty.
717      Branch: maint-5.005/perl
718            ! INSTALL
719 ____________________________________________________________________________
720 [  3153] By: gsar                                  on 1999/03/24  10:38:05
721         Log: applied suggested patch, modulo superceded parts
722              From: Charles Bailey <BAILEY@newman.upenn.edu>
723              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
724              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
725              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
726      Branch: perl
727            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
728            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
729            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
730            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
731 ____________________________________________________________________________
732 [  3152] By: gsar                                  on 1999/03/24  10:30:51
733         Log: applied suggested patch, modulo superceded parts
734              From: Charles Bailey <BAILEY@newman.upenn.edu>
735              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
736              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
737              Subject: [PATCH 5.005_56] Miscellaneous small fixes
738      Branch: perl
739            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
740            ! lib/File/Basename.pm
741 ____________________________________________________________________________
742 [  3151] By: gsar                                  on 1999/03/24  10:15:00
743         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
744      Branch: perl
745            ! pod/perlop.pod
746 ____________________________________________________________________________
747 [  3150] By: gsar                                  on 1999/03/24  10:09:13
748         Log: missing integration in previous change
749      Branch: perl
750           !> README.apollo
751 ____________________________________________________________________________
752 [  3149] By: gsar                                  on 1999/03/24  10:06:44
753         Log: integrate changes#3116,3119 from maint-5.005
754      Branch: perl
755            + README.apollo
756           +> apollo/netinet/in.h
757           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
758 ____________________________________________________________________________
759 [  3148] By: gsar                                  on 1999/03/24  10:01:56
760         Log: integrate changes#3091-3094 from maint-5.005
761      Branch: perl
762           !> README.hurd vms/subconfigure.com vos/config.h
763           !> vos/config_h.SH_orig
764 ____________________________________________________________________________
765 [  3147] By: gsar                                  on 1999/03/24  09:31:49
766         Log: warn about newfangled vfork() caveats
767      Branch: perl
768            ! Configure
769 ____________________________________________________________________________
770 [  3146] By: jhi                                   on 1999/03/24  09:20:14
771         Log: Bring in changes #2808 and #2812 (from mainline perl)
772              that enhance the perlbug checklist.
773      Branch: maint-5.005/perl
774            ! utils/perlbug.PL
775 ____________________________________________________________________________
776 [  3145] By: gsar                                  on 1999/03/24  08:37:02
777         Log: integrate change#3115 from maint-5.005
778      Branch: perl
779           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
780           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
781 ____________________________________________________________________________
782 [  3144] By: gsar                                  on 1999/03/24  08:33:59
783         Log: add note about map in scalar context
784      Branch: perl
785            ! pod/perlfunc.pod
786 ____________________________________________________________________________
787 [  3143] By: gsar                                  on 1999/03/24  08:25:59
788         Log: doc tweak
789      Branch: perl
790            ! lib/Time/Local.pm
791 ____________________________________________________________________________
792 [  3142] By: gsar                                  on 1999/03/24  08:20:37
793         Log: applied suggested patch, modulo bogus hunk
794              From: "Vishal Bhatia" <vishalb@hotmail.com>
795              Date: Thu, 11 Mar 1999 07:40:27 PST
796              Message-ID: <19990311154027.25891.qmail@hotmail.com>
797              Subject: [PATCH 5.005_56] Minor fixes in perlcc
798      Branch: perl
799            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
800 ____________________________________________________________________________
801 [  3141] By: gsar                                  on 1999/03/24  08:06:12
802         Log: integrate change#3104 from maint-5.005
803      Branch: perl
804           !> README.os390 t/lib/posix.t
805 ____________________________________________________________________________
806 [  3140] By: gsar                                  on 1999/03/24  06:34:56
807         Log: fix failure of C<&locked_sub;> under -Dusethreads
808      Branch: perl
809            ! pp_hot.c t/lib/thread.t
810 ____________________________________________________________________________
811 [  3139] By: gsar                                  on 1999/03/24  05:52:00
812         Log: debugger tweak (wasn't printing a newline after recalled commands)
813      Branch: perl
814            ! lib/perl5db.pl
815 ____________________________________________________________________________
816 [  3138] By: gsar                                  on 1999/03/24  05:33:28
817         Log: document OO exceptions (based on a suggestion by Andreas Koenig
818              <andreas.koenig@anima.de>)
819      Branch: perl
820            ! pod/perlfunc.pod
821 ____________________________________________________________________________
822 [  3137] By: gsar                                  on 1999/03/24  02:50:20
823         Log: better "Illegal %s digit ignored" warnings
824      Branch: perl
825            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
826            ! toke.c util.c
827 ____________________________________________________________________________
828 [  3136] By: gsar                                  on 1999/03/24  02:26:38
829         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
830      Branch: perl
831            + t/pragma/utf8.t
832            ! regcomp.c
833 ____________________________________________________________________________
834 [  3135] By: gsar                                  on 1999/03/24  01:29:09
835         Log: flip release & version in win32_uname()
836      Branch: perl
837            ! win32/win32.c
838 ____________________________________________________________________________
839 [  3134] By: gsar                                  on 1999/03/24  01:08:33
840         Log: support POSIX::uname() via win32_uname()
841      Branch: perl
842            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
843            ! win32/config.gc win32/config.vc win32/config_H.bc
844            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
845            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
846 ____________________________________________________________________________
847 [  3133] By: gsar                                  on 1999/03/23  22:20:10
848         Log: From: jan.dubois@ibm.net (Jan Dubois)
849              Date: Sat, 06 Mar 1999 21:42:56 +0100
850              Message-ID: <36e49281.50337171@smtp1.ibm.net>
851              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
852      Branch: perl
853            ! pod/perldelta.pod
854 ____________________________________________________________________________
855 [  3132] By: gsar                                  on 1999/03/23  22:17:45
856         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
857              Date: Sat, 06 Mar 1999 17:50:49 +0100
858              Message-ID: <36e25209.33833760@smtp1.ibm.net>
859              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
860              --
861              Date: Sat, 06 Mar 1999 18:15:00 +0100
862              Message-ID: <36e36222.37954195@smtp1.ibm.net>
863              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
864      Branch: perl
865            + t/lib/filefunc.t
866            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
867            ! pod/perldelta.pod pod/perlmodlib.pod
868 ____________________________________________________________________________
869 [  3131] By: gsar                                  on 1999/03/23  22:07:59
870         Log: integrate cfgperl changes into mainline
871      Branch: perl
872           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
873           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
874           !> installperl malloc.c perl.c perl.h pod/perl.pod
875           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
876 ____________________________________________________________________________
877 [  3130] By: jhi                                   on 1999/03/23  22:02:23
878         Log: Don't use config.msg to remind about the
879              LD_LIBRARY_PATH because Makefile.SH takes
880              care of that.
881              
882              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
883              This used to be the default but in some MT or another it
884              was dropped because of some transient error or another.
885      Branch: maint-5.005/perl
886            ! Configure hints/dec_osf.sh
887 ____________________________________________________________________________
888 [  3129] By: gsar                                  on 1999/03/23  21:38:03
889         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
890              to size    and better maintainability)
891      Branch: perl
892            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
893            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
894            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
895            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
896            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
897            + t/pod/include.xr t/pod/included.t t/pod/included.xr
898            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
899            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
900            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
901            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
902            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
903            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
904            ! win32/Makefile win32/makefile.mk win32/pod.mak
905 ____________________________________________________________________________
906 [  3128] By: jhi                                   on 1999/03/23  10:14:54
907         Log: Integrate from mainperl.
908      Branch: cfgperl
909           !> (integrate 46 files)
910 ____________________________________________________________________________
911 [  3127] By: gsar                                  on 1999/03/23  06:57:30
912         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
913              Date: Thu, 4 Mar 1999 10:54:01 -0800
914              Message-Id: <9903041854.AA46868@frc0000>
915              Subject: patch for useless Math::BigInt warnings
916      Branch: perl
917            ! lib/Math/BigInt.pm
918 ____________________________________________________________________________
919 [  3126] By: gsar                                  on 1999/03/23  05:54:37
920         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
921              From: "Kurt D. Starsinic" <kstar@chapin.edu>
922              Date: Fri, 19 Feb 1999 15:47:59 -0500
923              Message-ID: <19990219154759.A32350@O2.chapin.edu>
924              Subject: [PATCH] OSF/1 hints
925      Branch: perl
926            ! hints/dec_osf.sh
927 ____________________________________________________________________________
928 [  3125] By: gsar                                  on 1999/03/23  00:56:38
929         Log: avoid typeglob persistence in pp_readline()
930      Branch: perl
931            ! sv.c t/op/gv.t
932 ____________________________________________________________________________
933 [  3124] By: gsar                                  on 1999/03/22  21:12:23
934         Log: update copyright years
935      Branch: perl
936            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
937            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
938            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
939            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
940            ! sv.c sv.h toke.c utf8.c utf8.h util.c
941 ____________________________________________________________________________
942 [  3123] By: gsar                                  on 1999/03/22  07:07:06
943         Log: implement win32_spawnvp() internally, making it return true PIDs
944              for asynchronous spawns; fix win32_kill() to always deal with
945              PIDs
946      Branch: perl
947            ! win32/win32.c win32/win32.h
948 ____________________________________________________________________________
949 [  3122] By: jhi                                   on 1999/03/19  21:12:14
950         Log: Describe the new Benchmark feature in more detail.
951      Branch: cfgperl
952            ! pod/perldelta.pod
953      Branch: maint-5.005/perl
954            ! pod/perldelta.pod
955 ____________________________________________________________________________
956 [  3121] By: jhi                                   on 1999/03/19  08:16:12
957         Log: AVAILABILITY tuning.
958      Branch: cfgperl
959            ! pod/perl.pod
960      Branch: maint-5.005/perl
961            ! pod/perl.pod
962 ____________________________________________________________________________
963 [  3120] By: jhi                                   on 1999/03/17  14:52:17
964         Log: Rhapsody change assumed too much.
965      Branch: cfgperl
966            ! t/op/stat.t
967 ____________________________________________________________________________
968 [  3119] By: jhi                                   on 1999/03/17  14:33:43
969         Log: More Apollo fixes.
970      Branch: maint-5.005/perl
971            ! README.apollo hints/apollo.sh t/lib/io_udp.t
972 ____________________________________________________________________________
973 [  3118] By: jhi                                   on 1999/03/16  17:23:39
974         Log: Nada.
975      Branch: maint-5.005/perl
976            ! README.apollo
977 ____________________________________________________________________________
978 [  3117] By: jhi                                   on 1999/03/16  17:18:49
979         Log: Apollo DomainOS AVAILABILITY.
980      Branch: cfgperl
981            ! pod/perl.pod
982      Branch: maint-5.005/perl
983            ! pod/perl.pod
984 ____________________________________________________________________________
985 [  3116] By: jhi                                   on 1999/03/16  17:14:00
986         Log: Apollo DomainOS patch
987              From: Johann Klasek <jk@auto.tuwien.ac.at>
988              Subject: Re: DomainPerl
989              Date: Tue, 16 Mar 1999 17:46:32 +0100
990              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
991      Branch: maint-5.005/perl
992            + README.apollo apollo/netinet/in.h
993            ! MANIFEST hints/apollo.sh
994 ____________________________________________________________________________
995 [  3115] By: jhi                                   on 1999/03/16  14:23:54
996         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
997              To: Gurusamy Sarathy <gsar@activestate.com>,
998              Graham Barr <gbarr@pobox.com>
999              Cc: Perl5 Porters <perl5-porters@perl.org>,
1000              "Paul.Marquess" <Paul.Marquess@btinternet.com>
1001              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
1002              Date: Sun, 14 Mar 1999 14:43:57 -0000
1003              Message-Id: <199903141841.NAA17040@defender.perl.org>
1004      Branch: maint-5.005/perl
1005            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
1006            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
1007 ____________________________________________________________________________
1008 [  3114] By: jhi                                   on 1999/03/16  12:42:20
1009         Log: Mention Rhapsody in 5.005_5X perldelta,
1010              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
1011              *planned* AVAILABILITY.
1012      Branch: cfgperl
1013            ! pod/perl.pod pod/perldelta.pod
1014      Branch: maint-5.005/perl
1015            ! pod/perl.pod
1016 ____________________________________________________________________________
1017 [  3113] By: jhi                                   on 1999/03/16  10:38:53
1018         Log: perldelta niggling.
1019      Branch: cfgperl
1020            ! pod/perldelta.pod
1021      Branch: maint-5.005/perl
1022            ! pod/perldelta.pod
1023 ____________________________________________________________________________
1024 [  3112] By: jhi                                   on 1999/03/16  10:35:21
1025         Log: Integrate from mainperl.
1026      Branch: cfgperl
1027           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
1028           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
1029 ____________________________________________________________________________
1030 [  3111] By: jhi                                   on 1999/03/16  10:28:10
1031         Log: AVAILABILITY update: still mention PowerUX,
1032              Novell Netware now has sources available.
1033      Branch: cfgperl
1034            ! pod/perl.pod
1035      Branch: maint-5.005/perl
1036            ! pod/perl.pod
1037 ____________________________________________________________________________
1038 [  3110] By: gsar                                  on 1999/03/16  04:34:23
1039         Log: sundry pod niggles
1040      Branch: perl
1041            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
1042            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
1043 ____________________________________________________________________________
1044 [  3109] By: jhi                                   on 1999/03/15  17:00:11
1045         Log: Integrate from mainperl.
1046      Branch: cfgperl
1047           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
1048           +> lib/unicode/Is/Syllable.pl
1049           +> lib/unicode/MakeEthiopicSyllables.PL
1050           +> lib/unicode/README.Ethiopic
1051           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
1052           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
1053           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
1054           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
1055           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
1056           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
1057           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
1058           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
1059 ____________________________________________________________________________
1060 [  3108] By: jhi                                   on 1999/03/15  16:58:12
1061         Log: First pass of integrating the Rhapsody port,
1062              
1063              From: Wilfredo Sanchez <wsanchez@apple.com> 
1064              Subject: Keeping the world in sync.
1065              Reply-To: wsanchez@apple.com 
1066              To: perlbug@perl.com 
1067              Date: Fri, 13 Nov 1998 17:11:30 -0800 
1068              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
1069      Branch: cfgperl
1070            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
1071            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
1072            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
1073            ! x2p/util.c
1074 ____________________________________________________________________________
1075 [  3107] By: gsar                                  on 1999/03/15  03:22:10
1076         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
1077              From: Daniel Yacob <dmulholl@cs.indiana.edu>
1078              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
1079              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
1080              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
1081      Branch: perl
1082            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
1083            + lib/unicode/Is/Syllable.pl
1084            + lib/unicode/MakeEthiopicSyllables.PL
1085            + lib/unicode/README.Ethiopic
1086            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
1087            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
1088            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
1089            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
1090            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
1091            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
1092            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
1093            ! lib/unicode/Name.pl lib/unicode/Number.pl
1094 ____________________________________________________________________________
1095 [  3106] By: gsar                                  on 1999/03/12  20:35:36
1096         Log: change#3067 failed package.t due to needless creation of $a and $b;
1097              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
1098      Branch: perl
1099            ! op.c
1100 ____________________________________________________________________________
1101 [  3105] By: jhi                                   on 1999/03/12  15:54:57
1102         Log: Recognize the NetBSD packages collection.
1103      Branch: maint-5.005/perl
1104            ! hints/netbsd.sh
1105 ____________________________________________________________________________
1106 [  3104] By: jhi                                   on 1999/03/12  09:07:04
1107         Log: From: pvhp@forte.com (Peter Prymmer)
1108              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
1109              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
1110              Date: Thu, 11 Mar 99 14:24:54 PST
1111              Message-Id: <9903112224.AA24346@forte.com>
1112      Branch: maint-5.005/perl
1113            ! README.os390 t/lib/posix.t
1114 ____________________________________________________________________________
1115 [  3103] By: jhi                                   on 1999/03/10  11:07:46
1116         Log: Integrate from mainperl.
1117      Branch: cfgperl
1118           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
1119           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
1120           !> t/pragma/warn/1global toke.c win32/makedef.pl
1121 ____________________________________________________________________________
1122 [  3102] By: jhi                                   on 1999/03/10  11:01:20
1123         Log: From: pvhp@forte.com (Peter Prymmer)
1124              To: perl5-porters@perl.org
1125              Subject: [5.005_03-MT6]Patch: time passes
1126              Date: Tue, 9 Mar 99 18:42:17 PST
1127              Message-Id: <9903100242.AA29057@forte.com>
1128      Branch: maint-5.005/perl
1129            ! perl.c
1130 ____________________________________________________________________________
1131 [  3101] By: jhi                                   on 1999/03/10  10:30:15
1132         Log: From: Mark-Jason Dominus <mjd@plover.com>
1133              To: perl5-porters@perl.com
1134              Subject: Minor fix to perlfunc.pod
1135              Date: Mon, 08 Mar 1999 20:05:53 -0500
1136              Message-ID: <19990309010553.13757.qmail@plover.com>
1137      Branch: maint-5.005/perl
1138            ! pod/perlfunc.pod
1139 ____________________________________________________________________________
1140 [  3100] By: gsar                                  on 1999/03/09  23:04:44
1141         Log: change#3060 had the wrong quotes
1142      Branch: perl
1143            ! pod/pod2man.PL
1144 ____________________________________________________________________________
1145 [  3099] By: jhi                                   on 1999/03/09  12:52:21
1146         Log: d_uname was broken (probably since _53), reported by
1147              
1148              From: Alan Burlison <Alan.Burlison@uk.sun.com>
1149              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
1150              cpan-testers@perl.org
1151              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
1152              Date: Mon, 08 Mar 1999 13:22:31 +0000
1153              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
1154              
1155              and
1156              
1157              From: lvirden@cas.org (Larry W. Virden)
1158              To: perlbug@perl.com
1159              Subject: configure not correctly identifying uname posix compatibility
1160              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
1161              Message-Id: <199903081136.GAA23682@cas.org>
1162      Branch: cfgperl
1163            ! Configure config_h.SH
1164 ____________________________________________________________________________
1165 [  3098] By: gsar                                  on 1999/03/09  03:16:07
1166         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
1167      Branch: perl
1168            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
1169 ____________________________________________________________________________
1170 [  3097] By: gsar                                  on 1999/03/09  02:50:43
1171         Log: use yyerror() instead of croak() so that compile-time failures in
1172              my(LIST) don't confuse globals with lexicals
1173      Branch: perl
1174            ! op.c toke.c
1175 ____________________________________________________________________________
1176 [  3096] By: gsar                                  on 1999/03/09  02:47:36
1177         Log: adjust testsuite for change#3067
1178      Branch: perl
1179            ! t/pragma/warn/1global
1180 ____________________________________________________________________________
1181 [  3095] By: gsar                                  on 1999/03/08  21:04:48
1182         Log: remove bogus symbols from global.sym
1183      Branch: perl
1184            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
1185            ! perl.h win32/makedef.pl
1186 ____________________________________________________________________________
1187 [  3094] By: jhi                                   on 1999/03/06  16:16:15
1188         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
1189              To: jhi@iki.fi
1190              Subject: Oops
1191              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
1192              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
1193      Branch: maint-5.005/perl
1194            ! README.hurd
1195 ____________________________________________________________________________
1196 [  3093] By: jhi                                   on 1999/03/06  15:59:46
1197         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
1198              To: jhi@iki.fi
1199              Subject: New Hurd README
1200              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
1201              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
1202      Branch: maint-5.005/perl
1203            ! README.hurd
1204 ____________________________________________________________________________
1205 [  3092] By: jhi                                   on 1999/03/06  12:52:06
1206         Log: From: Paul_Green@stratus.com
1207              To: perl5-porters@perl.org
1208              Cc: jhi@iki.fi, Paul_Green@stratus.com
1209              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
1210              Date: Fri, 5 Mar 1999 18:08:49 -0500 
1211              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
1212      Branch: maint-5.005/perl
1213            ! vos/config.h vos/config_h.SH_orig
1214 ____________________________________________________________________________
1215 [  3091] By: jhi                                   on 1999/03/06  12:42:21
1216         Log: From: Dan Sugalski <sugalskd@osshe.edu>
1217              To: perl5-porters@perl.org, vmsperl@perl.org
1218              Subject: [PATCH 5.005_03-MT6]VMS build patch
1219              Date: Fri, 05 Mar 1999 12:36:19 -0800
1220              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
1221      Branch: maint-5.005/perl
1222            ! vms/subconfigure.com
1223 ____________________________________________________________________________
1224 [  3090] By: gsar                                  on 1999/03/06  04:40:03
1225         Log: integrate change#3089 from mainline
1226              
1227              tolerate CRs after options
1228      Branch: maint-5.005/perl
1229           !> perl.c
1230 ____________________________________________________________________________
1231 [  3089] By: gsar                                  on 1999/03/06  04:30:40
1232         Log: tolerate CRs after options
1233      Branch: perl
1234            ! perl.c
1235 ____________________________________________________________________________
1236 [  3088] By: jhi                                   on 1999/03/05  12:49:01
1237         Log: Integrate from mainperl.
1238      Branch: cfgperl
1239           +> README.hurd
1240           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
1241 ____________________________________________________________________________
1242 [  3087] By: gsar                                  on 1999/03/05  06:41:16
1243         Log: adjust timeouts to accomodate slow/busy systems
1244      Branch: perl
1245            ! t/lib/io_sock.t
1246 ____________________________________________________________________________
1247 [  3083] By: gsar                                  on 1999/03/05  01:32:47
1248         Log: integrate change#3081 from maint-5.005
1249      Branch: perl
1250           !> ext/Errno/Errno_pm.PL
1251 ____________________________________________________________________________
1252 [  3082] By: gsar                                  on 1999/03/05  01:31:06
1253         Log: integrate change#2904 from maint-5.005
1254      Branch: perl
1255           +> README.hurd
1256           !> MANIFEST
1257 ____________________________________________________________________________
1258 [  3081] By: gsar                                  on 1999/03/05  00:14:33
1259         Log: protect against doubled backslashes
1260      Branch: maint-5.005/perl
1261            ! ext/Errno/Errno_pm.PL
1262 ____________________________________________________________________________
1263 [  3077] By: jhi                                   on 1999/03/04  08:10:13
1264         Log: Integrate from mainperl.
1265      Branch: cfgperl
1266           +> ext/B/B/Stash.pm
1267           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
1268           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
1269           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
1270           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
1271 ____________________________________________________________________________
1272 [  3076] By: jhi                                   on 1999/03/04  08:07:59
1273         Log: Regen config_h.SH once more because of *size, 
1274              noticed by
1275              
1276              From: Hans Mulder <hansm@icgned.icgroup.nl>
1277              To: Jarkko Hietaniemi <jhi@iki.fi>
1278              Cc: perl5-porters@perl.org
1279              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
1280              Date: Thu,  4 Mar 99 00:10:45 +0100
1281              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
1282      Branch: cfgperl
1283            ! Configure config_h.SH
1284 ____________________________________________________________________________
1285 [  3068] By: gsar                                  on 1999/03/04  05:48:03
1286         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
1287              Date: Thu,  4 Mar 99 00:10:45 +0100
1288              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
1289              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
1290      Branch: perl
1291            ! config_h.SH
1292 ____________________________________________________________________________
1293 [  3067] By: gsar                                  on 1999/03/04  05:44:32
1294         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
1295              From: Graham Barr <gbarr@ti.com>
1296              Date: Wed, 3 Mar 1999 17:23:56 -0600
1297              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
1298              Subject: Re: 'use strict' doesn't work for one-letter variables
1299      Branch: perl
1300            ! gv.c op.c
1301 ____________________________________________________________________________
1302 [  3066] By: gsar                                  on 1999/03/04  05:20:50
1303         Log: updates to compiler modules
1304              From: "Vishal Bhatia" <vishalb@hotmail.com>
1305              Date: Tue, 02 Mar 1999 23:27:25 PST
1306              Message-ID: <19990303072725.779.qmail@hotmail.com>
1307              Subject: PATCH 5.005_56 + Test procedure
1308      Branch: perl
1309            + ext/B/B/Stash.pm
1310            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
1311            ! lib/Test/Harness.pm utils/perlcc.PL
1312 ____________________________________________________________________________
1313 [  3065] By: gsar                                  on 1999/03/04  05:03:30
1314         Log: more s/s_/s!/ etc.
1315      Branch: perl
1316            ! pod/perldelta.pod pod/perlfunc.pod
1317 ____________________________________________________________________________
1318 [  3064] By: gsar                                  on 1999/03/04  04:50:45
1319         Log: integrate cfgperl contents into mainline
1320      Branch: perl
1321           !> Configure README.vms bytecode.h config_h.SH configure.com
1322           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
1323           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
1324           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
1325 ____________________________________________________________________________
1326 [  3063] By: gsar                                  on 1999/03/04  04:44:13
1327         Log: HP-UX has yet another spelling for /NaNQ?/
1328      Branch: perl
1329            ! t/lib/bigfloatpm.t
1330 ____________________________________________________________________________
1331 [  3062] By: gsar                                  on 1999/03/04  04:36:08
1332         Log: error-check for accept() test
1333      Branch: perl
1334            ! t/lib/io_sock.t
1335 ____________________________________________________________________________
1336 [  3061] By: gsar                                  on 1999/03/04  03:40:25
1337         Log: allow custom comparison function in File::Compare::compare_text()
1338              From: jan.dubois@ibm.net (Jan Dubois)
1339              Date: Fri, 26 Feb 1999 21:56:09 +0100
1340              Message-ID: <36db0838.8805651@smtp1.ibm.net>
1341              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
1342      Branch: perl
1343            ! lib/File/Compare.pm
1344 ____________________________________________________________________________
1345 [  3060] By: gsar                                  on 1999/03/04  03:37:38
1346         Log: better version of change#3038
1347              From: abigail@fnx.com
1348              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
1349              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
1350              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
1351      Branch: perl
1352            ! pod/pod2man.PL
1353 ____________________________________________________________________________
1354 [  3058] By: jhi                                   on 1999/03/03  22:30:40
1355         Log: Configure regen to
1356              (1) match maint-5.005 patches #3056 and #3057
1357              (2) better version of PHOSTNAME of #3050
1358              (3) the crosscompile/multiarch config_h.SH trouble solved for now
1359      Branch: cfgperl
1360            ! Configure config_h.SH
1361 ____________________________________________________________________________
1362 [  3054] By: jhi                                   on 1999/03/03  09:57:59
1363         Log: Change #3053 missed perldelta.
1364      Branch: cfgperl
1365            ! pod/perldelta.pod
1366 ____________________________________________________________________________
1367 [  3053] By: jhi                                   on 1999/03/03  08:29:43
1368         Log: Use '!' to mark native integer packings instead of '_'.
1369      Branch: cfgperl
1370            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
1371 ____________________________________________________________________________
1372 [  3052] By: jhi                                   on 1999/03/02  23:12:36
1373         Log: The HP-UX threads patch (change #3028) is needed also here.
1374      Branch: cfgperl
1375            ! hints/hpux.sh thread.h
1376 ____________________________________________________________________________
1377 [  3051] By: jhi                                   on 1999/03/02  08:24:52
1378         Log: From: Dan Sugalski <sugalskd@osshe.edu>
1379              To: perl5-porters@perl.org, vmsperl@perl.org
1380              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
1381              Date: Mon, 01 Mar 1999 16:10:57 -0800
1382              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
1383      Branch: cfgperl
1384            ! README.vms
1385      Branch: maint-5.005/perl
1386            ! README.vms
1387 ____________________________________________________________________________
1388 [  3050] By: jhi                                   on 1999/03/02  08:22:29
1389         Log: From: Dan Sugalski <sugalskd@osshe.edu>
1390              To: perl5-porters@perl.org, vmsperl@perl.org
1391              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
1392              Date: Mon, 01 Mar 1999 16:06:29 -0800
1393              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
1394              
1395              From: Dan Sugalski <sugalskd@osshe.edu>
1396              To: perl5-porters@perl.org, vmsperl@perl.org
1397              Subject: [PATCH 5.005_56]vmsish.pm patch
1398              Date: Mon, 01 Mar 1999 20:19:04 -0800
1399              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
1400              
1401              plus Configure regen containing a "solution" to the
1402              crosscompile/multiarch problem.
1403      Branch: cfgperl
1404            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
1405            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
1406 ____________________________________________________________________________
1407 [  3049] By: jhi                                   on 1999/03/02  07:34:21
1408         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
1409              To: perl5-porters@perl.org
1410              Subject: [PATCH] Eliminate (valid) warning in byterun.c
1411              Date: Mon, 01 Mar 1999 17:27:59 -0500
1412              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
1413      Branch: cfgperl
1414            ! bytecode.h
1415      Branch: maint-5.005/perl
1416            ! bytecode.h
1417 ____________________________________________________________________________
1418 [  3048] By: gsar                                  on 1999/03/02  06:41:21
1419         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
1420      Branch: perl
1421            ! MANIFEST README.hpux
1422 ____________________________________________________________________________
1423 [  3047] By: jhi                                   on 1999/03/01  06:34:43
1424         Log: Integrate from mainperl.
1425      Branch: cfgperl
1426           +> README.hpux lib/File/Spec/Functions.pm
1427           !> (integrate 28 files)
1428 ____________________________________________________________________________
1429 [  3046] By: gsar                                  on 1999/03/01  05:34:28
1430         Log: this is 5.005_56
1431      Branch: perl
1432            ! Changes
1433
1434 ----------------
1435 Version 5.005_56
1436 ----------------
1437
1438 ____________________________________________________________________________
1439 [  3045] By: gsar                                  on 1999/03/01  03:32:30
1440         Log: destroy PL_svref_mutex in perl_destruct()
1441      Branch: perl
1442            ! perl.c
1443 ____________________________________________________________________________
1444 [  3044] By: gsar                                  on 1999/03/01  00:38:50
1445         Log: up patchlevel &c.
1446      Branch: perl
1447            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
1448            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1449            ! win32/makefile.mk
1450 ____________________________________________________________________________
1451 [  3043] By: gsar                                  on 1999/03/01  00:14:15
1452         Log: integrate cfgperl contents into mainline
1453      Branch: perl
1454            ! pod/perldelta.pod
1455           !> Configure config_h.SH
1456 ____________________________________________________________________________
1457 [  3042] By: gsar                                  on 1999/02/28  23:55:08
1458         Log: slightly edited version of suggested patch
1459              From: jan.dubois@ibm.net (Jan Dubois)
1460              Date: Mon, 01 Mar 1999 00:32:05 +0100
1461              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
1462              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
1463      Branch: perl
1464            + lib/File/Spec/Functions.pm
1465            ! MANIFEST lib/File/Spec.pm
1466 ____________________________________________________________________________
1467 [  3041] By: gsar                                  on 1999/02/28  22:47:19
1468         Log: fix subtle bug in eval'' testsuite
1469      Branch: perl
1470            ! t/op/eval.t
1471 ____________________________________________________________________________
1472 [  3040] By: gsar                                  on 1999/02/28  22:46:24
1473         Log: avoid literal control characters in change#3039
1474      Branch: perl
1475            ! t/base/lex.t
1476 ____________________________________________________________________________
1477 [  3039] By: gsar                                  on 1999/02/28  21:47:18
1478         Log: todo item: permit extended control variables a la ${^Foo} (patch
1479              courtesy Mark-Jason Dominus <mjd@plover.com>)
1480      Branch: perl
1481            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
1482            ! t/base/lex.t toke.c
1483 ____________________________________________________________________________
1484 [  3038] By: gsar                                  on 1999/02/28  21:21:05
1485         Log: From: abigail@fnx.com
1486              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
1487              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
1488              Subject: Recognize -> and => inside [A-Z]<> sequences.
1489      Branch: perl
1490            ! pod/pod2man.PL
1491 ____________________________________________________________________________
1492 [  3037] By: gsar                                  on 1999/02/28  21:12:22
1493         Log: fix longstanding bug: searches for lexicals originating within eval''
1494              weren't stopping at the subroutine boundary correctly
1495      Branch: perl
1496            ! op.c proto.h t/op/eval.t
1497 ____________________________________________________________________________
1498 [  3036] By: gsar                                  on 1999/02/28  20:02:29
1499         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
1500              as stacked list values
1501              From: jan.dubois@ibm.net (Jan Dubois)
1502              Date: Sat, 27 Feb 1999 18:24:17 +0100
1503              Message-ID: <36e22849.36531259@smtp1.ibm.net>
1504              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
1505      Branch: perl
1506            ! win32/win32.c
1507 ____________________________________________________________________________
1508 [  3035] By: gsar                                  on 1999/02/28  19:48:54
1509         Log: remove superfluous stack_sp decl
1510      Branch: perl
1511            ! jpl/JNI/JNI.xs
1512 ____________________________________________________________________________
1513 [  3034] By: gsar                                  on 1999/02/28  19:34:58
1514         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
1515      Branch: perl
1516            ! lib/Getopt/Std.pm
1517 ____________________________________________________________________________
1518 [  3033] By: gsar                                  on 1999/02/28  19:23:41
1519         Log: add File::Compare::compare_text()
1520              From: jan.dubois@ibm.net (Jan Dubois)
1521              Date: Fri, 26 Feb 1999 00:20:41 +0100
1522              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
1523              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
1524      Branch: perl
1525            ! lib/File/Compare.pm pod/perltodo.pod
1526 ____________________________________________________________________________
1527 [  3032] By: gsar                                  on 1999/02/28  19:01:33
1528         Log: add README.hpux
1529      Branch: perl
1530            + README.hpux
1531            ! MAINTAIN MANIFEST
1532 ____________________________________________________________________________
1533 [  3031] By: gsar                                  on 1999/02/28  18:49:08
1534         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
1535              James Cromie <jcromie@fossil.uswc.uswest.com>
1536      Branch: perl
1537            ! lib/Pod/Html.pm
1538 ____________________________________________________________________________
1539 [  3030] By: gsar                                  on 1999/02/28  18:35:09
1540         Log: From: jan.dubois@ibm.net (Jan Dubois)
1541              Date: Wed, 24 Feb 1999 22:34:56 +0100
1542              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
1543              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
1544      Branch: perl
1545            ! lib/Test/Harness.pm
1546 ____________________________________________________________________________
1547 [  3029] By: gsar                                  on 1999/02/28  18:28:18
1548         Log: add note about env pollution
1549      Branch: perl
1550            ! INSTALL pod/perltodo.pod
1551 ____________________________________________________________________________
1552 [  3028] By: jhi                                   on 1999/02/26  14:40:00
1553         Log: HP-UX 11 threads.
1554              
1555              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
1556              To: perl5-porters@perl.org
1557              Cc: jhi@cc.hut.fi
1558              Subject: Maint 5 and _54 with threading on HP-UX 11.00
1559              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
1560              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
1561              
1562              NOTE from jhi: the hpux hints could still be more robust by
1563              disabling gdbm when necessary.
1564              
1565              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
1566              linking -lgdbm -lpthread creates an executable that instantly
1567              core dumps on a pthreads internal panic:
1568              
1569              ./gdpt
1570              
1571              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
1572              Return Pointer is 0xc082bf33
1573              17639 quit (core dumped)  ./gdpt
1574              
1575              You don't have to *use* either gdbm or pthreads in the executable,
1576              just linking them together is enough.  Workaround is to recompile
1577              the GDBM under HP-UX 11, that makes the problem go away.
1578      Branch: maint-5.005/perl
1579            ! hints/hpux.sh thread.h
1580 ____________________________________________________________________________
1581 [  3025] By: jhi                                   on 1999/02/25  20:41:07
1582         Log: Temporary workaround for the config_h.SH versus
1583              crosscompile and multiarch plus introduce 'rt'
1584              to $libswanted: in UNIX98 sched_yield() lives there.
1585      Branch: cfgperl
1586            ! Configure config_h.SH
1587 ____________________________________________________________________________
1588 [  3024] By: jhi                                   on 1999/02/24  12:54:59
1589         Log: Integrate from mainperl.
1590      Branch: cfgperl
1591           +> t/lib/fatal.t
1592           !> (integrate 44 files)
1593 ____________________________________________________________________________
1594 [  3023] By: gsar                                  on 1999/02/24  07:02:12
1595         Log: integrate cfgperl contents
1596      Branch: perl
1597           !> (integrate 30 files)
1598 ____________________________________________________________________________
1599 [  3022] By: gsar                                  on 1999/02/24  05:59:47
1600         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
1601              Date: 23 Feb 1999 17:53:22 -0700
1602              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
1603              Subject: [PATCH: _55] perldoc -q broken
1604      Branch: perl
1605            ! utils/perldoc.PL
1606 ____________________________________________________________________________
1607 [  3021] By: gsar                                  on 1999/02/24  05:51:53
1608         Log: ansify perlio.c, fix PerlIO-ish typos
1609      Branch: perl
1610            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
1611            ! iperlsys.h perlio.c
1612 ____________________________________________________________________________
1613 [  3020] By: gsar                                  on 1999/02/24  05:28:06
1614         Log: adjust a Perl_malloc() flag for NeXT
1615              From: Hans Mulder <hansm@icgned.icgroup.nl>
1616              Date: Tue, 23 Feb 99 00:26:25 +0100
1617              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
1618              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
1619      Branch: perl
1620            ! perl.h
1621 ____________________________________________________________________________
1622 [  3019] By: gsar                                  on 1999/02/24  05:19:42
1623         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
1624      Branch: perl
1625            ! pod/perltodo.pod
1626 ____________________________________________________________________________
1627 [  3018] By: gsar                                  on 1999/02/24  04:15:18
1628         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
1629              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
1630              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
1631              Subject: improved error message [PATCH _55] [RESEND]
1632      Branch: perl
1633            ! sv.c
1634 ____________________________________________________________________________
1635 [  3017] By: gsar                                  on 1999/02/24  03:50:34
1636         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
1637              Date: Sun, 21 Feb 1999 20:02:18 -0700
1638              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
1639              Subject: perlfunc updates (against 55)
1640      Branch: perl
1641            ! pod/perlfunc.pod
1642 ____________________________________________________________________________
1643 [  3016] By: gsar                                  on 1999/02/24  03:17:05
1644         Log: testsuite adjustments
1645              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1646              Date: Sat, 20 Feb 1999 15:24:57 +0000
1647              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
1648              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
1649      Branch: perl
1650            ! t/lib/io_sock.t t/op/lex_assign.t
1651 ____________________________________________________________________________
1652 [  3015] By: gsar                                  on 1999/02/24  02:54:47
1653         Log: avoid modifying readonly values from qw()
1654      Branch: perl
1655            ! lib/ExtUtils/MM_Unix.pm
1656 ____________________________________________________________________________
1657 [  3014] By: gsar                                  on 1999/02/24  02:49:04
1658         Log: more "correct" utbuf for utime()
1659      Branch: perl
1660            ! doio.c
1661 ____________________________________________________________________________
1662 [  3013] By: jhi                                   on 1999/02/22  19:27:44
1663         Log: Fix MacPerl version, change PowerUX to PowerMAX.
1664              
1665              From: Chris Nandor <pudge@pobox.com>
1666              To: jhi@iki.fi
1667              Cc: perl5-porters@perl.org
1668              Subject: Re: perl current availability as documented by perl.pod
1669              Date: Sun, 21 Feb 1999 11:06:03 -0500
1670              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
1671              
1672              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
1673              To: jhi@iki.fi
1674              Cc: perl5-porters@perl.org
1675              Subject: Re: perl current availability as documented by perl.pod
1676              Date: Mon, 22 Feb 1999 13:08:30 GMT
1677              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
1678      Branch: cfgperl
1679            ! pod/perl.pod
1680      Branch: maint-5.005/perl
1681            ! pod/perl.pod
1682 ____________________________________________________________________________
1683 [  3012] By: jhi                                   on 1999/02/22  10:26:11
1684         Log: Snapshot the cross-compilation/multiarchitecture stuff
1685              (currently broken in next)
1686      Branch: cfgperl
1687            ! Configure config_h.SH pp.c
1688 ____________________________________________________________________________
1689 [  3011] By: jhi                                   on 1999/02/22  10:24:51
1690         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
1691              To: gsar@activestate.com (Gurusamy Sarathy)
1692              Cc: perl5-porters@perl.org (Perl5 Porters)
1693              Subject: [PATCH 5.005_55] DB_File 1.64 patch
1694              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
1695              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
1696      Branch: cfgperl
1697            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
1698            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
1699 ____________________________________________________________________________
1700 [  3009] By: jhi                                   on 1999/02/22  09:14:26
1701         Log: Scratch #3008 and introduce $crosscompile and $multiarch
1702              also in non-Configure lands.
1703      Branch: cfgperl
1704            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
1705            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
1706            ! win32/config.gc win32/config.vc win32/config_H.bc
1707            ! win32/config_H.gc win32/config_H.vc
1708 ____________________________________________________________________________
1709 [  3008] By: jhi                                   on 1999/02/22  08:58:04
1710         Log: Add -DMULTIARCH (see change #3006).
1711      Branch: cfgperl
1712            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
1713 ____________________________________________________________________________
1714 [  3007] By: jhi                                   on 1999/02/22  08:54:06
1715         Log: Undo the references to local{lib,arch} introduced by #3006.
1716      Branch: cfgperl
1717            ! Configure config_h.SH
1718 ____________________________________________________________________________
1719 [  3006] By: jhi                                   on 1999/02/22  08:43:50
1720         Log: From: hansm@icgned.icgroup.nl
1721              To: perlbug@perl.com
1722              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
1723              Date: Sun, 21 Feb 1999 22:58:55 +0100
1724              Reply-To: hansmu@xs4all.nl
1725              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
1726              
1727              plus other Configure changes: prepare for cross-compilation/
1728              multiarchitecture builds.
1729      Branch: cfgperl
1730            ! Configure config_h.SH
1731 ____________________________________________________________________________
1732 [  3005] By: jhi                                   on 1999/02/22  08:35:30
1733         Log: Configure/Perl knew how to look for use Mach cthreads
1734              but Configure didn't let them to be used ($osname 'next').
1735      Branch: cfgperl
1736            ! Configure config_h.SH
1737      Branch: maint-5.005/perl
1738            ! Configure
1739 ____________________________________________________________________________
1740 [  3004] By: jhi                                   on 1999/02/21  15:46:02
1741         Log: Update Acorn AVAILABILITY.
1742      Branch: cfgperl
1743            ! pod/perl.pod
1744      Branch: maint-5.005/perl
1745            ! pod/perl.pod
1746 ____________________________________________________________________________
1747 [  3003] By: jhi                                   on 1999/02/21  14:50:42
1748         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
1749              To: perl5-porters@perl.org (Perl 5 Porters)
1750              Subject: PATCH: perlref.pod - symbolic ref example
1751              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
1752              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
1753      Branch: cfgperl
1754            ! pod/perlref.pod
1755      Branch: maint-5.005/perl
1756            ! pod/perlref.pod
1757 ____________________________________________________________________________
1758 [  3002] By: jhi                                   on 1999/02/21  14:35:22
1759         Log: Sync cfgperl with maint-5.005 change #3000.
1760      Branch: cfgperl
1761            ! pod/perlfunc.pod t/op/pack.t
1762 ____________________________________________________________________________
1763 [  2999] By: gsar                                  on 1999/02/20  22:48:30
1764         Log: From:    John Bley <jbb6@acpub.duke.edu>
1765              Date:    Sat, 20 Feb 1999 16:02:34 EST
1766              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
1767              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
1768      Branch: perl
1769            ! regcomp.c
1770 ____________________________________________________________________________
1771 [  2998] By: jhi                                   on 1999/02/20  14:13:06
1772         Log: Enhanced the endianness description.
1773      Branch: cfgperl
1774            ! pod/perlfunc.pod
1775 ____________________________________________________________________________
1776 [  2996] By: jhi                                   on 1999/02/20  13:55:41
1777         Log: Glossary now mostly fixed.
1778      Branch: cfgperl
1779            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1780            ! config_h.SH
1781 ____________________________________________________________________________
1782 [  2994] By: jhi                                   on 1999/02/20  11:58:33
1783         Log: Perldeltify GNU/Hurd.
1784      Branch: cfgperl
1785            ! pod/perldelta.pod
1786 ____________________________________________________________________________
1787 [  2993] By: gsar                                  on 1999/02/20  00:59:10
1788         Log: fix typo in Perl_sbrk()
1789              From: hansm@icgned.icgroup.nl
1790              Date: Fri, 19 Feb 1999 23:19:31 +0100
1791              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
1792              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
1793      Branch: perl
1794            ! malloc.c
1795 ____________________________________________________________________________
1796 [  2992] By: gsar                                  on 1999/02/20  00:51:08
1797         Log: integrate change#2980 from maint-5.005
1798      Branch: perl
1799           !> utils/h2xs.PL
1800 ____________________________________________________________________________
1801 [  2991] By: gsar                                  on 1999/02/20  00:34:01
1802         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1803              Date: Thu, 18 Feb 1999 18:51:38 +0000
1804              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
1805              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
1806      Branch: perl
1807            ! pp_hot.c t/op/pat.t
1808 ____________________________________________________________________________
1809 [  2990] By: gsar                                  on 1999/02/20  00:30:48
1810         Log: From: jan.dubois@ibm.net (Jan Dubois)
1811              Date: Thu, 18 Feb 1999 19:14:07 +0100
1812              Message-ID: <36d15809.40853323@smtp1.ibm.net>
1813              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
1814      Branch: perl
1815            ! win32/win32.c
1816 ____________________________________________________________________________
1817 [  2989] By: gsar                                  on 1999/02/20  00:27:01
1818         Log: do poll() emulation unless HAS_POLL && I_POLL
1819      Branch: perl
1820            ! ext/IO/poll.h
1821 ____________________________________________________________________________
1822 [  2988] By: gsar                                  on 1999/02/19  23:52:12
1823         Log: tweak RE for NaNQ? recognition
1824      Branch: perl
1825            ! t/lib/bigfloatpm.t
1826 ____________________________________________________________________________
1827 [  2987] By: gsar                                  on 1999/02/19  23:29:59
1828         Log: mention C<use utf8> and C<use warning> in perldelta
1829      Branch: perl
1830            ! pod/perldelta.pod
1831 ____________________________________________________________________________
1832 [  2985] By: jhi                                   on 1999/02/19  20:43:19
1833         Log: pack/unpack better in (network-)short-non-16-bits and
1834              (network-)long-non-32-bits systems such as Cray C90.
1835      Branch: cfgperl
1836            ! perl.h pp.c t/op/pack.t
1837 ____________________________________________________________________________
1838 [  2984] By: jhi                                   on 1999/02/19  20:38:54
1839         Log: Regen Configure.
1840      Branch: cfgperl
1841            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1842            ! perl.c
1843 ____________________________________________________________________________
1844 [  2982] By: jhi                                   on 1999/02/19  19:51:49
1845         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
1846              not probed for and         
1847              
1848              From: "Kurt D. Starsinic" <kstar@chapin.edu>
1849              To: Chaim Frenkel <chaimf@pobox.com>,
1850              Russ Allbery <rra@stanford.edu>,
1851              Jarkko Hietaniemi <jhi@iki.fi>,
1852              Gurusamy Sarathy <gsar@activestate.com>,
1853              Graham Barr <gbarr@pobox.com>
1854              Cc: bdensch@ameritech.net, perlbug@perl.com
1855              Subject: [PATCH] Re: Solaris 7 for Intel
1856              Message-ID: <19990219124404.A30182@O2.chapin.edu>
1857              
1858              Glossary is still missing some terms because
1859              mkglossary is misbehaving (change #2981 updated
1860              Glossary manually)
1861      Branch: cfgperl
1862            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
1863            ! Porting/config_H
1864 ____________________________________________________________________________
1865 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
1866         Log: Make result of h2xs work when user adds C<use strict>
1867      Branch: maint-5.005/perl
1868            ! utils/h2xs.PL
1869 ____________________________________________________________________________
1870 [  2979] By: gsar                                  on 1999/02/19  05:24:29
1871         Log: doc for change#2978
1872      Branch: perl
1873            ! pod/perlsub.pod
1874 ____________________________________________________________________________
1875 [  2978] By: gsar                                  on 1999/02/19  05:08:29
1876         Log: bring '*' prototype closer to how it behaves internally
1877      Branch: perl
1878            + t/lib/fatal.t
1879            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
1880 ____________________________________________________________________________
1881 [  2977] By: gsar                                  on 1999/02/19  02:50:31
1882         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
1883      Branch: perl
1884            ! perly.h
1885 ____________________________________________________________________________
1886 [  2975] By: gsar                                  on 1999/02/18  21:41:57
1887         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
1888              of lexical searches in BEGIN|INIT|END)
1889      Branch: perl
1890            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
1891            ! vms/perly_c.vms
1892 ____________________________________________________________________________
1893 [  2974] By: gsar                                  on 1999/02/18  21:03:06
1894         Log: missing PERL_POLLUTE_MALLOC
1895      Branch: perl
1896            ! ext/SDBM_File/sdbm/sdbm.h
1897 ____________________________________________________________________________
1898 [  2973] By: gsar                                  on 1999/02/18  17:10:49
1899         Log: From:    Andy Dougherty <doughera@lafayette.edu>
1900              Date:    Wed, 17 Feb 1999 17:22:50 EST
1901              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
1902              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
1903      Branch: perl
1904            ! lib/dotsh.pl
1905 ____________________________________________________________________________
1906 [  2972] By: gsar                                  on 1999/02/18  17:04:12
1907         Log: s/#defined/#define/
1908      Branch: perl
1909            ! ext/Data/Dumper/Dumper.xs
1910 ____________________________________________________________________________
1911 [  2970] By: gsar                                  on 1999/02/18  03:26:43
1912         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
1913      Branch: perl
1914            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
1915            ! ext/GDBM_File/typemap
1916 ____________________________________________________________________________
1917 [  2969] By: gsar                                  on 1999/02/17  23:30:47
1918         Log: correct slurp mode doc
1919      Branch: perl
1920            ! pod/perlfunc.pod pod/perlop.pod
1921 ____________________________________________________________________________
1922 [  2968] By: jhi                                   on 1999/02/17  23:15:49
1923         Log: Ultrix hints update.
1924              
1925              From: Spider Boardman <spider@zk3.dec.com>
1926              To: perlbug@perl.com
1927              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
1928              Date: Tue, 16 Feb 1999 23:04:28 -0500
1929              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
1930      Branch: cfgperl
1931            ! hints/ultrix_4.sh
1932 ____________________________________________________________________________
1933 [  2966] By: jhi                                   on 1999/02/17  23:09:21
1934         Log: Change #2965 wiped out some Sarathy's _55 changes.
1935              Now unwiped.
1936      Branch: cfgperl
1937            ! Configure pp.c t/op/pack.t
1938 ____________________________________________________________________________
1939 [  2965] By: jhi                                   on 1999/02/17  23:00:04
1940         Log: Configure tweaks.
1941              
1942              Fix the Unixware/SCO uname scan:
1943              
1944              From: Tom Hughes <thh@cyberscience.com>
1945              To: perlbug@perl.com
1946              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
1947              Date: 17 Feb 1999 15:34:15 +0000    
1948              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
1949              
1950              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
1951              
1952              From: Joe Buehler <jhpb@hekimian.com>
1953              To: perl5-porters@perl.org
1954              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
1955              Date: 12 Feb 1999 11:25:21 -0500
1956              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
1957              
1958              Make the pthreads joinable constant scan to output to fd 4, not 2.
1959      Branch: cfgperl
1960            ! Configure
1961 ____________________________________________________________________________
1962 [  2964] By: gsar                                  on 1999/02/17  21:30:07
1963         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
1964              Date: Wed, 17 Feb 1999 06:53:13 -0700
1965              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
1966              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
1967      Branch: perl
1968            ! lib/Pod/Functions.pm
1969 ____________________________________________________________________________
1970 [  2963] By: gsar                                  on 1999/02/17  21:18:21
1971         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
1972              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1973              Date: Wed, 17 Feb 1999 10:06:01 +0000
1974              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
1975              Subject: Re: [5.005_53] panic: pad_free curpad 
1976      Branch: perl
1977            ! regcomp.c regexec.c t/op/misc.t
1978 ____________________________________________________________________________
1979 [  2962] By: gsar                                  on 1999/02/16  21:26:28
1980         Log: NaNQ? tweak
1981      Branch: perl
1982            ! t/lib/bigfloatpm.t
1983 ____________________________________________________________________________
1984 [  2961] By: jhi                                   on 1999/02/16  19:26:38
1985         Log: Integrate from mainperl.
1986      Branch: cfgperl
1987           !> (integrate 37 files)
1988 ____________________________________________________________________________
1989 [  2960] By: gsar                                  on 1999/02/16  18:04:29
1990         Log: undo change#2465 (qw[] is a real list now)
1991      Branch: perl
1992            ! pod/perlop.pod
1993 ____________________________________________________________________________
1994 [  2959] By: gsar                                  on 1999/02/16  07:09:33
1995         Log: this was 5.005_55
1996      Branch: perl
1997            ! Changes
1998
1999 ----------------
2000 Version 5.005_55
2001 ----------------
2002
2003 ____________________________________________________________________________
2004 [  2958] By: gsar                                  on 1999/02/16  06:18:27
2005         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
2006              elide dups and non-dependents from Changes
2007      Branch: perl
2008            ! Changes pod/perlhist.pod
2009           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
2010           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
2011           !> pod/perlport.pod pp.c t/op/pack.t
2012 ____________________________________________________________________________
2013 [  2957] By: gsar                                  on 1999/02/16  04:09:47
2014         Log: propagate PERL_VERSION everywhere, add to pod
2015      Branch: perl
2016            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
2017            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
2018            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
2019            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
2020            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
2021            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
2022            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
2023            ! win32/config.gc win32/config.vc win32/config_sh.PL
2024            ! win32/win32.c x2p/a2py.c
2025 ____________________________________________________________________________
2026 [  2955] By: jhi                                   on 1999/02/15  16:15:03
2027         Log: The pack tests now better in C90 (after the packnative patches).
2028      Branch: cfgperl
2029            ! t/op/pack.t
2030 ____________________________________________________________________________
2031 [  2954] By: gsar                                  on 1999/02/15  14:11:50
2032         Log: tweak Configure to follow new PERL_VERSION etc.
2033      Branch: perl
2034            ! Configure patchlevel.h pod/perlhist.pod
2035 ____________________________________________________________________________
2036 [  2953] By: jhi                                   on 1999/02/15  14:02:21
2037         Log: Integrate from mainperl.
2038      Branch: cfgperl
2039           !> MANIFEST Porting/makerel
2040 ____________________________________________________________________________
2041 [  2952] By: jhi                                   on 1999/02/15  13:50:07
2042         Log: Enhance the packnative patch: use the packnative code
2043              only if required.  Also added hefty testing (hopefully
2044              I didn't assume too much...).  Tested on alpha, ix86, sparc.
2045      Branch: cfgperl
2046            ! pod/perlfunc.pod pp.c t/op/pack.t
2047 ____________________________________________________________________________
2048 [  2951] By: jhi                                   on 1999/02/15  13:46:56
2049         Log: AVAILABILITY from 5.005_03-tobe, will of course
2050              require updating when 5.006 comes out.
2051      Branch: cfgperl
2052            ! pod/perl.pod
2053 ____________________________________________________________________________
2054 [  2949] By: gsar                                  on 1999/02/15  13:28:51
2055         Log: will this be it for 5.005_55?
2056      Branch: perl
2057            ! MANIFEST Porting/makerel
2058 ____________________________________________________________________________
2059 [  2948] By: jhi                                   on 1999/02/15  13:23:52
2060         Log: Integrate from mainperl.
2061      Branch: cfgperl
2062           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
2063           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
2064           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
2065           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
2066           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
2067           !> win32/config.gc win32/config.vc win32/config_H.bc
2068           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
2069 ____________________________________________________________________________
2070 [  2947] By: jhi                                   on 1999/02/15  13:20:41
2071         Log: perlport.pod 1.39 from Chris.
2072      Branch: cfgperl
2073            ! pod/perlport.pod
2074 ____________________________________________________________________________
2075 [  2946] By: jhi                                   on 1999/02/15  13:09:58
2076         Log: Import Ultrix update, change #2864, 
2077              
2078              From: Spider Boardman <spider@zk3.dec.com>
2079              To: perlbug@perl.com
2080              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
2081              Date: Wed, 10 Feb 1999 23:33:31 -0500
2082              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
2083      Branch: cfgperl
2084            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
2085 ____________________________________________________________________________
2086 [  2945] By: jhi                                   on 1999/02/15  13:04:50
2087         Log: OpenBSD sparc SHMLBA.
2088      Branch: cfgperl
2089            ! ext/IPC/SysV/SysV.xs
2090 ____________________________________________________________________________
2091 [  2944] By: gsar                                  on 1999/02/15  12:09:52
2092         Log: update win32/config* stuff, Changes
2093      Branch: perl
2094            ! Changes win32/Makefile win32/config.bc win32/config.gc
2095            ! win32/config.vc win32/config_H.bc win32/config_H.gc
2096            ! win32/config_H.vc win32/makefile.mk
2097 ____________________________________________________________________________
2098 [  2943] By: gsar                                  on 1999/02/15  11:54:08
2099         Log: #include patchlevel.h by default, provide
2100              PERL_{REVISION,VERSION,SUBVERSION}
2101      Branch: perl
2102            ! patchlevel.h perl.h
2103 ____________________________________________________________________________
2104 [  2942] By: gsar                                  on 1999/02/15  10:26:59
2105         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
2106              misc fixes
2107      Branch: perl
2108            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
2109 ____________________________________________________________________________
2110 [  2941] By: gsar                                  on 1999/02/15  10:24:37
2111         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
2112              Message-ID: <19990207002851.B9185@toldyouso.com>
2113              Message-ID: <19990207212152.A9765@toldyouso.com>
2114              Message-ID: <19990207212041.A9622@toldyouso.com>
2115              Message-ID: <19990207213127.A10244@toldyouso.com>
2116              Message-ID: <19990207212559.A9950@toldyouso.com>
2117              Message-ID: <19990207212842.A9994@toldyouso.com>
2118              Message-ID: <19990207212500.A9860@toldyouso.com>
2119              Message-ID: <19990207213013.A10105@toldyouso.com>
2120      Branch: perl
2121            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
2122            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
2123            ! pod/perlmodlib.pod pod/perltoc.pod
2124 ____________________________________________________________________________
2125 [  2940] By: gsar                                  on 1999/02/15  10:07:08
2126         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
2127              of suggested patch)
2128              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
2129              Date: Mon, 08 Feb 1999 01:14:41 -0000
2130              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
2131              Subject: [PATCH 5.005_54] some pending C.pm stuff 
2132      Branch: perl
2133            ! ext/B/B/C.pm
2134 ____________________________________________________________________________
2135 [  2939] By: jhi                                   on 1999/02/15  08:40:18
2136         Log: Integrate from mainperl.
2137      Branch: cfgperl
2138           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
2139            - lib/File/PathConvert.pm
2140           !> (integrate 81 files)
2141 ____________________________________________________________________________
2142 [  2938] By: gsar                                  on 1999/02/15  06:56:39
2143         Log: change#2839 was bogus, redo
2144      Branch: perl
2145           !> t/lib/h2ph.pht
2146 ____________________________________________________________________________
2147 [  2937] By: gsar                                  on 1999/02/15  06:38:15
2148         Log: support Win32::GetFullPathName() and Win32::SetLastError()
2149              From: jan.dubois@ibm.net (Jan Dubois)
2150              Date: Tue, 09 Feb 1999 22:27:31 +0100
2151              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
2152              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
2153      Branch: perl
2154            ! win32/win32.c
2155 ____________________________________________________________________________
2156 [  2936] By: gsar                                  on 1999/02/15  06:26:39
2157         Log: support native integers, pack("L_",...) etc. (via private mail)
2158              From: Jarkko Hietaniemi <jhi@iki.fi>
2159              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
2160              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
2161              Subject: the "packnative" patch
2162      Branch: perl
2163            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
2164            ! t/lib/ipc_sysv.t t/op/pack.t
2165 ____________________________________________________________________________
2166 [  2935] By: gsar                                  on 1999/02/15  06:04:02
2167         Log: From: Michael G Schwern <schwern@pobox.com>
2168              Date: Tue, 9 Feb 1999 04:13:12 -0500
2169              Message-ID: <19990209041312.A15788@toldyouso.com>
2170              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
2171      Branch: perl
2172            ! utils/h2xs.PL
2173 ____________________________________________________________________________
2174 [  2934] By: gsar                                  on 1999/02/15  05:30:13
2175         Log: fix bugs in the handling of negative numbers, among other things
2176              From: Steven Knight <knight@theopera.baldmt.citilink.com>
2177              Date: Mon, 8 Feb 1999 01:16:24 -0600
2178              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
2179              Subject: Math::BigFloat and Math::BigInt
2180      Branch: perl
2181            + t/lib/bigfloat.t t/lib/bigfloatpm.t
2182            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
2183            ! t/lib/bigintpm.t
2184 ____________________________________________________________________________
2185 [  2933] By: gsar                                  on 1999/02/15  04:57:52
2186         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
2187              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
2188              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
2189              Subject: s2p incorrectly handles hold space commands
2190      Branch: perl
2191            ! x2p/s2p.PL
2192 ____________________________________________________________________________
2193 [  2932] By: gsar                                  on 1999/02/15  04:45:55
2194         Log: clarify what a "line" is
2195      Branch: perl
2196            ! pod/perlfunc.pod pod/perlvar.pod
2197 ____________________________________________________________________________
2198 [  2931] By: gsar                                  on 1999/02/15  04:23:29
2199         Log: backout change#2811 and add newer version based on File::Spec
2200              From: Barrie Slaymaker <rbs@telerama.com>
2201              Date: Thu, 11 Feb 1999 16:29:24 -0500
2202              Message-ID: <36C34BB4.A62090E0@telerama.com>
2203              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
2204      Branch: perl
2205            - lib/File/PathConvert.pm
2206            ! MANIFEST installhtml lib/Pod/Html.pm
2207 ____________________________________________________________________________
2208 [  2930] By: gsar                                  on 1999/02/15  04:16:25
2209         Log: From: Barrie Slaymaker <rbs@telerama.com>
2210              Date: Thu, 11 Feb 1999 19:39:48 -0500
2211              Message-ID: <36C37854.707D139@telerama.com>
2212              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
2213      Branch: perl
2214            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
2215 ____________________________________________________________________________
2216 [  2929] By: gsar                                  on 1999/02/15  04:06:50
2217         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
2218              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
2219              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
2220              Subject: [PATCH]5.005_54 (DOC) fix many typos
2221              --
2222              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
2223              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
2224              Subject: [PATCH]5.005_54 (DOC) typos
2225      Branch: perl
2226            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
2227            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
2228            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
2229            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
2230            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
2231            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
2232            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
2233            ! pod/perlvar.pod pod/perlxs.pod
2234 ____________________________________________________________________________
2235 [  2928] By: gsar                                  on 1999/02/15  03:39:53
2236         Log: allow the Carp routines to pass through exception objects
2237      Branch: perl
2238            ! lib/Carp.pm
2239 ____________________________________________________________________________
2240 [  2927] By: gsar                                  on 1999/02/15  03:22:57
2241         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
2242      Branch: perl
2243            ! pod/perlfaq8.pod
2244 ____________________________________________________________________________
2245 [  2926] By: gsar                                  on 1999/02/15  03:19:39
2246         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
2247              have done that, but didn't)
2248      Branch: perl
2249           !> utils/h2ph.PL
2250 ____________________________________________________________________________
2251 [  2925] By: gsar                                  on 1999/02/15  03:17:01
2252         Log: integrate cfgperl changes into mainline
2253      Branch: perl
2254            ! Changes
2255           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
2256           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
2257           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
2258           !> vms/subconfigure.com
2259 ____________________________________________________________________________
2260 [  2924] By: gsar                                  on 1999/02/15  03:07:08
2261         Log: add const qualifier to most char* prototypes, handle ripple effect
2262      Branch: perl
2263            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
2264            ! universal.c util.c
2265 ____________________________________________________________________________
2266 [  2923] By: gsar                                  on 1999/02/15  01:04:30
2267         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2268              Date: Thu, 04 Feb 1999 02:37:31 +0000
2269              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
2270              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
2271      Branch: perl
2272            ! pp_ctl.c t/op/range.t
2273 ____________________________________________________________________________
2274 [  2922] By: gsar                                  on 1999/02/15  00:24:34
2275         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2276              Date: Sun, 31 Jan 1999 01:50:06 +0000
2277              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
2278              Subject: [PATCH 5.005_03t4] regexp flags bug
2279      Branch: perl
2280            ! regcomp.c t/op/re_tests
2281 ____________________________________________________________________________
2282 [  2921] By: gsar                                  on 1999/02/15  00:13:02
2283         Log: use New() et al., rather than safemalloc() et al.
2284              From: jan.dubois@ibm.net (Jan Dubois)
2285              Date: Fri, 29 Jan 1999 23:27:22 +0100
2286              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
2287              Subject: [PATCH _03-MT5] POSIX.xs memory API
2288      Branch: perl
2289            ! ext/POSIX/POSIX.xs
2290 ____________________________________________________________________________
2291 [  2920] By: gsar                                  on 1999/02/15  00:05:33
2292         Log: tweak READ() docs to mention $buffer must be altered by reference
2293      Branch: perl
2294            ! pod/perltie.pod
2295 ____________________________________________________________________________
2296 [  2919] By: gsar                                  on 1999/02/14  23:50:39
2297         Log: applied suggested patch, with several language/readability tweaks
2298              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2299              Date: Fri, 29 Jan 1999 00:25:02 -0500
2300              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
2301              Subject: Re: [PATCH 5.005_*] Better parsing docs
2302      Branch: perl
2303            ! pod/perlop.pod
2304 ____________________________________________________________________________
2305 [  2918] By: gsar                                  on 1999/02/14  23:20:42
2306         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
2307              of silently returning bogus values)
2308              From: Peter Chines <pchines@nhgri.nih.gov>
2309              Date: Wed, 27 Jan 1999 16:11:31 -0500
2310              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
2311              Subject: Time::Local
2312      Branch: perl
2313            ! lib/Time/Local.pm pod/perldelta.pod
2314 ____________________________________________________________________________
2315 [  2917] By: gsar                                  on 1999/02/14  11:21:43
2316         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2317              Date: Thu, 28 Jan 1999 10:02:20 -0500
2318              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
2319              Subject: Re: [PATCH 5.005_53] Better perldoc
2320      Branch: perl
2321            ! utils/perldoc.PL
2322 ____________________________________________________________________________
2323 [  2916] By: gsar                                  on 1999/02/14  10:59:38
2324         Log: back out change#2751, apply updated version 
2325              From: jan.dubois@ibm.net (Jan Dubois)
2326              Date: Sat, 06 Feb 1999 01:06:29 +0100
2327              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
2328              Subject: [PATCH] Cleanup of File::Spec module
2329      Branch: perl
2330            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
2331            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
2332            ! lib/File/Spec/Win32.pm
2333 ____________________________________________________________________________
2334 [  2915] By: gsar                                  on 1999/02/14  10:48:01
2335         Log: tweak select() test
2336      Branch: perl
2337            ! pod/perlipc.pod t/op/fh.t
2338 ____________________________________________________________________________
2339 [  2914] By: gsar                                  on 1999/02/14  10:25:55
2340         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
2341      Branch: perl
2342            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
2343 ____________________________________________________________________________
2344 [  2913] By: gsar                                  on 1999/02/14  10:03:51
2345         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
2346              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
2347              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
2348              Subject: Re: SvOPV() or SvPV_nolen() or ...
2349      Branch: perl
2350            ! pod/perlguts.pod
2351 ____________________________________________________________________________
2352 [  2912] By: gsar                                  on 1999/02/14  09:57:29
2353         Log: provide SvPV_nolen(sv) to avoid use of PL_na
2354              From: jan.dubois@ibm.net (Jan Dubois)
2355              Date: Sun, 24 Jan 1999 02:45:32 +0100
2356              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
2357              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
2358      Branch: perl
2359            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
2360            ! sv.h
2361 ____________________________________________________________________________
2362 [  2911] By: gsar                                  on 1999/02/14  06:51:05
2363         Log: elide stray effluvium
2364      Branch: perl
2365            ! pod/perldelta.pod
2366 ____________________________________________________________________________
2367 [  2910] By: gsar                                  on 1999/02/14  05:51:56
2368         Log: slurping an empty file should return '' rather than undef, with
2369              commensurate effects on ARGV processing
2370      Branch: perl
2371            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
2372            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
2373 ____________________________________________________________________________
2374 [  2909] By: gsar                                  on 1999/02/14  00:02:11
2375         Log: perly_c.diff typo
2376      Branch: perl
2377            ! perly.c perly_c.diff vms/perly_c.vms
2378 ____________________________________________________________________________
2379 [  2908] By: gsar                                  on 1999/02/13  18:20:13
2380         Log: From: jan.dubois@ibm.net (Jan Dubois)
2381              Date: Sat, 13 Feb 1999 13:25:53 +0100
2382              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
2383              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
2384      Branch: perl
2385            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
2386 ____________________________________________________________________________
2387 [  2907] By: jhi                                   on 1999/02/13  15:07:26
2388         Log: Integrate from mainperl.
2389      Branch: cfgperl
2390           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
2391           !> (integrate 150 files)
2392 ____________________________________________________________________________
2393 [  2903] By: gsar                                  on 1999/02/12  13:25:59
2394         Log: From: jan.dubois@ibm.net (Jan Dubois)
2395              Date: Sun, 24 Jan 1999 01:12:00 +0100
2396              Message-ID: <36b66479.62756298@smtp1.ibm.net>
2397              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
2398      Branch: perl
2399            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
2400            ! proto.h sv.c sv.h
2401 ____________________________________________________________________________
2402 [  2902] By: gsar                                  on 1999/02/12  12:55:11
2403         Log: script to generate ctags from etags
2404              From: Colin Kuskie <ckuskie@cadence.com>
2405              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
2406              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
2407              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
2408      Branch: perl
2409            + emacs/e2ctags.pl
2410            ! Makefile.SH pod/perlfaq3.pod
2411 ____________________________________________________________________________
2412 [  2901] By: gsar                                  on 1999/02/12  12:40:17
2413         Log: allow boolean assign ops to be lvalues
2414              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
2415              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
2416              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
2417              --
2418              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2419              Date: Mon, 18 Jan 1999 10:04:00 +0000
2420              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
2421              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
2422      Branch: perl
2423            + t/op/lop.t
2424            ! MANIFEST op.c
2425 ____________________________________________________________________________
2426 [  2899] By: jhi                                   on 1999/02/12  12:03:48
2427         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
2428      Branch: cfgperl
2429            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2430            ! config_h.SH hints/openbsd.sh
2431 ____________________________________________________________________________
2432 [  2898] By: gsar                                  on 1999/02/12  11:49:25
2433         Log: support win32_putenv()
2434      Branch: perl
2435            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
2436            ! win32/win32.c win32/win32iop.h
2437 ____________________________________________________________________________
2438 [  2894] By: gsar                                  on 1999/02/12  11:09:27
2439         Log: add missing hunk in change#2657
2440      Branch: perl
2441            ! ext/B/B/CC.pm
2442 ____________________________________________________________________________
2443 [  2893] By: gsar                                  on 1999/02/12  11:00:13
2444         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2445              Date: Tue, 19 Jan 1999 20:13:15 -0500
2446              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
2447              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
2448      Branch: perl
2449            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
2450            ! t/pragma/subs.t t/pragma/warning.t
2451 ____________________________________________________________________________
2452 [  2892] By: gsar                                  on 1999/02/12  10:44:38
2453         Log: update change#2670 to later version
2454              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2455              Date: Sun, 31 Jan 1999 16:16:14 +0000
2456              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
2457              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
2458      Branch: perl
2459            ! t/op/subst.t toke.c
2460 ____________________________________________________________________________
2461 [  2891] By: gsar                                  on 1999/02/12  10:31:17
2462         Log: make testsuite somewhat location independent
2463      Branch: perl
2464            ! (edit 117 files)
2465 ____________________________________________________________________________
2466 [  2890] By: gsar                                  on 1999/02/12  10:00:30
2467         Log: add $AutoLoader::VERSION
2468      Branch: perl
2469            ! lib/AutoLoader.pm
2470 ____________________________________________________________________________
2471 [  2889] By: gsar                                  on 1999/02/12  09:55:48
2472         Log: tweak PERL_STRICT_CR notes
2473      Branch: perl
2474            ! pod/perl5005delta.pod
2475 ____________________________________________________________________________
2476 [  2888] By: gsar                                  on 1999/02/12  09:41:45
2477         Log: add note about test-notty target
2478      Branch: perl
2479            ! README.win32
2480 ____________________________________________________________________________
2481 [  2887] By: gsar                                  on 1999/02/12  09:37:37
2482         Log: add perltodo.pod
2483      Branch: perl
2484            + pod/perltodo.pod
2485            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
2486            ! win32/pod.mak
2487 ____________________________________________________________________________
2488 [  2886] By: jhi                                   on 1999/02/12  08:52:14
2489         Log: Integrate from mainperl.
2490      Branch: cfgperl
2491           +> t/op/fh.t
2492           !> (integrate 30 files)
2493 ____________________________________________________________________________
2494 [  2885] By: gsar                                  on 1999/02/12  08:42:10
2495         Log: note how to find REG_INFTY limit
2496      Branch: perl
2497            ! pod/perlre.pod
2498 ____________________________________________________________________________
2499 [  2884] By: jhi                                   on 1999/02/12  08:36:14
2500         Log: OpenBSD pthreads awareness, thanks to
2501              David Leonard <david.leonard@csee.uq.edu.au>
2502      Branch: maint-5.005/perl
2503            ! Configure hints/openbsd.sh
2504 ____________________________________________________________________________
2505 [  2882] By: gsar                                  on 1999/02/12  08:05:20
2506         Log: IO is maintained by p5p (per Graham Barr's wishes)
2507      Branch: perl
2508            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
2509            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
2510            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
2511            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
2512 ____________________________________________________________________________
2513 [  2881] By: gsar                                  on 1999/02/12  07:57:13
2514         Log: fh.t typo
2515      Branch: perl
2516            ! t/op/fh.t
2517 ____________________________________________________________________________
2518 [  2880] By: gsar                                  on 1999/02/12  07:38:16
2519         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
2520      Branch: perl
2521            ! perl.c pod/perlrun.pod
2522 ____________________________________________________________________________
2523 [  2879] By: gsar                                  on 1999/02/12  05:39:29
2524         Log: fix ops that are not filehandle constructors to not create GV if it
2525              doesn't already exist (avoids leaks); extend semantics of defined()
2526              so that defined(*{$foo}) works (experimental)
2527      Branch: perl
2528            + t/op/fh.t
2529            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
2530            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
2531 ____________________________________________________________________________
2532 [  2877] By: jhi                                   on 1999/02/11  20:44:00
2533         Log: From: Chris Nandor <pudge@pobox.com>
2534              To: perl5-porters@perl.org
2535              Subject: [PATCH] perlport.pod 1.39
2536              Date: Thu, 11 Feb 1999 12:28:35 -0500
2537              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
2538      Branch: cfgperl
2539            ! pod/perlport.pod
2540 ____________________________________________________________________________
2541 [  2870] By: gsar                                  on 1999/02/11  11:17:08
2542         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
2543      Branch: perl
2544            ! ext/IO/lib/IO/Pipe.pm
2545 ____________________________________________________________________________
2546 [  2869] By: gsar                                  on 1999/02/11  11:00:56
2547         Log: update win32/pod.mak
2548      Branch: perl
2549            ! win32/pod.mak
2550 ____________________________________________________________________________
2551 [  2868] By: gsar                                  on 1999/02/11  10:42:44
2552         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
2553              Date: Fri, 08 Jan 1999 14:36:53 +1100
2554              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
2555              Subject: Re: [Fwd: IO::Socket::connect and blocking]
2556      Branch: perl
2557            ! ext/IO/lib/IO/Socket.pm
2558 ____________________________________________________________________________
2559 [  2867] By: gsar                                  on 1999/02/11  09:43:03
2560         Log: av_extend() doc tweak from Jan Dubois
2561      Branch: perl
2562            ! pod/perlguts.pod
2563 ____________________________________________________________________________
2564 [  2866] By: gsar                                  on 1999/02/11  09:27:17
2565         Log: display full pathname of unreadable files
2566      Branch: perl
2567            ! utils/perldoc.PL
2568 ____________________________________________________________________________
2569 [  2865] By: gsar                                  on 1999/02/11  09:02:31
2570         Log: missing patch in change#2522
2571      Branch: perl
2572            ! lib/Pod/Text.pm
2573 ____________________________________________________________________________
2574 [  2864] By: jhi                                   on 1999/02/11  08:45:00
2575         Log: From: Spider Boardman <spider@zk3.dec.com>
2576              To: perlbug@perl.com
2577              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
2578              Date: Wed, 10 Feb 1999 23:33:31 -0500
2579              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
2580      Branch: maint-5.005/perl
2581            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
2582 ____________________________________________________________________________
2583 [  2862] By: gsar                                  on 1999/02/11  08:14:34
2584         Log: integrate changes#2738,2740 from maint-5.005
2585      Branch: perl
2586           !> lib/ExtUtils/MakeMaker.pm
2587 ____________________________________________________________________________
2588 [  2861] By: jhi                                   on 1999/02/11  08:04:25
2589         Log: Integrate from mainperl.
2590      Branch: cfgperl
2591           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
2592           !> t/op/range.t win32/config.gc
2593 ____________________________________________________________________________
2594 [  2860] By: gsar                                  on 1999/02/11  07:30:08
2595         Log: binmode() support for cygwin32 (suggested by Steven Morlock
2596              <newspost@morlock.net>)
2597      Branch: perl
2598            ! perl.h
2599 ____________________________________________________________________________
2600 [  2859] By: gsar                                  on 1999/02/11  07:14:21
2601         Log: update Changes
2602      Branch: perl
2603            ! Changes
2604           !> pod/perl5005delta.pod
2605 ____________________________________________________________________________
2606 [  2856] By: gsar                                  on 1999/02/11  07:07:39
2607         Log: integrate perldelta changes from maint-5.005
2608      Branch: perl
2609           !> pod/perl5005delta.pod
2610 ____________________________________________________________________________
2611 [  2855] By: gsar                                  on 1999/02/11  06:31:50
2612         Log: applied suggested patch; added tests
2613              From: Adam Krolnik <adamk@gypsy.cyrix.com>
2614              Date: Sat, 12 Dec 98 15:30:18 -0600
2615              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
2616              Subject: Range operation doesn't handle IV_MAX
2617      Branch: perl
2618            ! pp_ctl.c t/op/range.t
2619 ____________________________________________________________________________
2620 [  2854] By: gsar                                  on 1999/02/11  05:00:55
2621         Log: compatibility fix: magic non-propagation in foreach implicit localization
2622      Branch: perl
2623            ! pp_ctl.c t/op/local.t win32/config.gc
2624 ____________________________________________________________________________
2625 [  2852] By: gsar                                  on 1999/02/10  23:17:49
2626         Log: fair warning about -Dusethreads
2627      Branch: maint-5.005/perl
2628            ! Configure INSTALL README.threads
2629 ____________________________________________________________________________
2630 [  2847] By: jhi                                   on 1999/02/09  19:13:28
2631         Log: Integrate from mainperl.
2632      Branch: cfgperl
2633           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
2634           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
2635 ____________________________________________________________________________
2636 [  2846] By: gsar                                  on 1999/02/09  13:53:28
2637         Log: a modified version of suggested patch for pack template 'Z'; added docs
2638              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
2639              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
2640              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
2641              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
2642      Branch: perl
2643            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
2644 ____________________________________________________________________________
2645 [  2845] By: gsar                                  on 1999/02/09  00:03:26
2646         Log: clarify docs for change#2835
2647      Branch: perl
2648            ! pod/perldelta.pod pod/perlop.pod
2649 ____________________________________________________________________________
2650 [  2844] By: gsar                                  on 1999/02/08  23:40:57
2651         Log: addendum to change#2823
2652              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
2653              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
2654              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
2655              Subject: [PATCH] Docs and tests for method-call syntax
2656      Branch: perl
2657            ! pod/perlobj.pod t/op/method.t
2658 ____________________________________________________________________________
2659 [  2843] By: jhi                                   on 1999/02/08  21:06:28
2660         Log: Ultrix mmap tidbit.
2661      Branch: cfgperl
2662            ! hints/ultrix_4.sh
2663 ____________________________________________________________________________
2664 [  2842] By: jhi                                   on 1999/02/08  20:22:55
2665         Log: Integrate from mainperl.
2666      Branch: cfgperl
2667           +> t/op/subst_wamp.t
2668           !> (integrate 35 files)
2669 ____________________________________________________________________________
2670 [  2841] By: jhi                                   on 1999/02/08  18:23:26
2671         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2672              To: Mailing list Perl5 <perl5-porters@perl.org>
2673              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
2674              Date: Sun, 7 Feb 1999 17:25:22 -0500
2675              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
2676      Branch: cfgperl
2677            + t/op/subst_amp.t
2678            ! MANIFEST regcomp.c t/op/subst.t
2679 ____________________________________________________________________________
2680 [  2840] By: jhi                                   on 1999/02/08  18:16:54
2681         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2682              To: Mailing list Perl5 <perl5-porters@perl.org>
2683              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
2684              Date: Sun, 7 Feb 1999 17:00:10 -0500
2685              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
2686      Branch: cfgperl
2687            ! pp_hot.c t/op/pat.t
2688 ____________________________________________________________________________
2689 [  2839] By: jhi                                   on 1999/02/08  17:25:30
2690         Log: A require was missing.
2691      Branch: cfgperl
2692            ! t/lib/h2ph.pht
2693 ____________________________________________________________________________
2694 [  2838] By: jhi                                   on 1999/02/08  16:38:41
2695         Log: Bring in the change #2809 (the Configure part has been
2696              modified rather a lot since the #2809, though.)
2697      Branch: cfgperl
2698            ! Configure utils/h2ph.PL
2699 ____________________________________________________________________________
2700 [  2835] By: gsar                                  on 1999/02/08  14:40:23
2701         Log: make qw() into a true list at compile time (slightly modified
2702              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
2703      Branch: perl
2704            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
2705 ____________________________________________________________________________
2706 [  2834] By: gsar                                  on 1999/02/08  13:23:16
2707         Log: make safesysmalloc() etc., always available; safemalloc() et al are
2708              now macros that point to the right malloc; fix various places in
2709              sources that need to always use safesysmalloc() et al
2710      Branch: perl
2711            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
2712            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
2713 ____________________________________________________________________________
2714 [  2833] By: gsar                                  on 1999/02/08  10:56:16
2715         Log: remove spurious #endif in last change
2716      Branch: perl
2717            ! perl.h
2718 ____________________________________________________________________________
2719 [  2832] By: gsar                                  on 1999/02/08  10:34:55
2720         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
2721              them ask for insanity (untested)
2722      Branch: perl
2723            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
2724            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
2725            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
2726 ____________________________________________________________________________
2727 [  2831] By: jhi                                   on 1999/02/08  08:33:33
2728         Log: Update vms/subconfigure.com along the lines of change #2829.
2729      Branch: cfgperl
2730            ! vms/subconfigure.com
2731 ____________________________________________________________________________
2732 [  2830] By: gsar                                  on 1999/02/08  00:19:46
2733         Log: integrate cfgperl changes into mainline
2734      Branch: perl
2735           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
2736           +> lib/File/PathConvert.pm pod/perlthrtut.pod
2737            ! Changes
2738           !> (integrate 93 files)
2739 ____________________________________________________________________________
2740 [  2829] By: jhi                                   on 1999/02/07  23:49:46
2741         Log: Configure update.
2742              
2743              Probe for mmap() et alia.
2744              The *cc*symbols patch (just Configure, no h2ph).
2745      Branch: cfgperl
2746            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2747            ! config_h.SH perl.h
2748 ____________________________________________________________________________
2749 [  2828] By: gsar                                  on 1999/02/07  23:38:47
2750         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2751              Date: Sun, 7 Feb 1999 17:25:22 -0500
2752              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
2753              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
2754      Branch: perl
2755            + t/op/subst_amp.t t/op/subst_wamp.t
2756            ! MANIFEST regcomp.c t/op/subst.t
2757 ____________________________________________________________________________
2758 [  2827] By: gsar                                  on 1999/02/07  23:27:32
2759         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2760              Date: Sun, 7 Feb 1999 17:00:10 -0500
2761              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
2762              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
2763      Branch: perl
2764            ! pp_hot.c t/op/pat.t
2765 ____________________________________________________________________________
2766 [  2826] By: gsar                                  on 1999/02/07  23:26:04
2767         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
2768              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2769              Date: Sun, 7 Feb 1999 15:07:27 -0500
2770              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
2771              Subject: Re: fixing memory leaks in REx compilation
2772      Branch: perl
2773            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
2774            ! regexec.c
2775 ____________________________________________________________________________
2776 [  2825] By: jhi                                   on 1999/02/07  18:05:13
2777         Log: Integrate from mainperl.
2778      Branch: cfgperl
2779           +> lib/DB.pm t/comp/bproto.t
2780           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
2781           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
2782           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
2783           !> toke.c vms/perly_c.vms
2784 ____________________________________________________________________________
2785 [  2824] By: gsar                                  on 1999/02/07  14:21:48
2786         Log: tweak doc on bitwise ops
2787      Branch: perl
2788            ! pod/perlop.pod
2789 ____________________________________________________________________________
2790 [  2823] By: gsar                                  on 1999/02/07  13:38:31
2791         Log: applied suggested patch; regen perly* and vms/perly*
2792              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
2793              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
2794              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
2795              Subject: [PATCH] Re: Suggestion for perlobj man page
2796      Branch: perl
2797            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
2798 ____________________________________________________________________________
2799 [  2822] By: gsar                                  on 1999/02/07  12:39:09
2800         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
2801              disabled, fails tests)
2802      Branch: perl
2803            ! regcomp.h
2804 ____________________________________________________________________________
2805 [  2821] By: gsar                                  on 1999/02/07  11:09:39
2806         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
2807              <Alexander.Barilo@aexp.com>)
2808      Branch: perl
2809            ! lib/Pod/Html.pm
2810 ____________________________________________________________________________
2811 [  2820] By: gsar                                  on 1999/02/07  10:20:35
2812         Log: add draft debugging API implementation
2813      Branch: perl
2814            + lib/DB.pm
2815            ! MANIFEST
2816 ____________________________________________________________________________
2817 [  2819] By: gsar                                  on 1999/02/07  09:58:45
2818         Log: avoid garbage in db->dirbuf
2819              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
2820              Date: Sat, 05 Dec 1998 14:14:54 +0900
2821              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
2822              Subject: SDBM bug
2823      Branch: perl
2824            ! ext/SDBM_File/sdbm/sdbm.c
2825 ____________________________________________________________________________
2826 [  2818] By: gsar                                  on 1999/02/07  09:32:24
2827         Log: missing entry
2828      Branch: perl
2829            ! MANIFEST
2830 ____________________________________________________________________________
2831 [  2817] By: gsar                                  on 1999/02/07  09:30:47
2832         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
2833      Branch: perl
2834            + t/comp/bproto.t
2835            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
2836 ____________________________________________________________________________
2837 [  2816] By: gsar                                  on 1999/02/06  00:14:29
2838         Log: minor bug in dumping blessed subrefs
2839      Branch: perl
2840            ! ext/Data/Dumper/Dumper.pm
2841 ____________________________________________________________________________
2842 [  2812] By: jhi                                   on 1999/02/03  22:02:24
2843         Log: Enhance change #2808.
2844              
2845              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2846              To: perl5-porters@perl.org
2847              Subject: Re: [PATCH 5.00*]: perlbug checklist
2848              Date: Wed, 3 Feb 1999 19:02:27 +0000
2849              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
2850      Branch: cfgperl
2851            ! utils/perlbug.PL
2852 ____________________________________________________________________________
2853 [  2811] By: jhi                                   on 1999/02/03  21:53:23
2854         Log: From: Barrie Slaymaker <rbs@telerama.com>
2855              To: perl5-porters@perl.org
2856              CC: pod-people@perl.org
2857              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
2858              Date: Wed, 03 Feb 1999 10:34:18 -0500
2859              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
2860              
2861              Add File::PathConvert.pm.
2862              Fix Pod::Html and installhtml to understand relative urls.
2863      Branch: cfgperl
2864            + lib/File/PathConvert.pm
2865            ! MANIFEST installhtml lib/Pod/Html.pm
2866 ____________________________________________________________________________
2867 [  2810] By: jhi                                   on 1999/02/03  20:25:10
2868         Log: From: Francois Desarmenien <desar@club-internet.fr>
2869              To: Mailing list Perl5 <perl5-porters@perl.org>
2870              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
2871              Date: Wed, 03 Feb 1999 13:13:24 +0000
2872              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
2873              
2874              (note: this patch completely overrides Tom Wolfe's patch,
2875              change #2604)
2876      Branch: cfgperl
2877            + ext/GDBM_File/hints/sco.pl
2878            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
2879 ____________________________________________________________________________
2880 [  2809] By: jhi                                   on 1999/02/03  19:54:16
2881         Log: h2ph fixes + Configure patch to support them.
2882              
2883              From: "Kurt D. Starsinic" <kstar@chapin.edu>
2884              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
2885              Gurusamy Sarathy <gsar@engin.umich.edu>
2886              Cc: perl5-porters@perl.org
2887              Subject: [PATCH 5.00503_MT5] h2ph.PL
2888              Date: Tue, 2 Feb 1999 19:48:06 -0500
2889              Message-ID: <19990202194806.E10647@O2.chapin.edu>
2890      Branch: maint-5.005/perl
2891            ! Configure utils/h2ph.PL
2892 ____________________________________________________________________________
2893 [  2808] By: jhi                                   on 1999/02/03  16:59:55
2894         Log: Enhance the perlbug checklist.
2895      Branch: cfgperl
2896            ! utils/perlbug.PL
2897 ____________________________________________________________________________
2898 [  2807] By: jhi                                   on 1999/02/03  14:01:37
2899         Log: Document the standard strftime %formats.
2900              
2901              From: Dominic Dunlop <domo@vo.lu>
2902              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
2903              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
2904              Date: Tue, 2 Feb 1999 15:55:29 +0100
2905              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
2906      Branch: cfgperl
2907            ! ext/POSIX/POSIX.pod
2908 ____________________________________________________________________________
2909 [  2806] By: jhi                                   on 1999/02/03  13:58:00
2910         Log: Integrate from mainperl.
2911      Branch: cfgperl
2912           !> perl.h
2913 ____________________________________________________________________________
2914 [  2805] By: gsar                                  on 1999/02/03  03:32:31
2915         Log: PL_uuemap[] init needs help for sizeof()
2916      Branch: perl
2917            ! perl.h
2918 ____________________________________________________________________________
2919 [  2804] By: jhi                                   on 1999/02/02  20:44:30
2920         Log: These should've been already in #2803.
2921      Branch: cfgperl
2922            ! Configure config_h.SH vms/subconfigure.com
2923 ____________________________________________________________________________
2924 [  2803] By: jhi                                   on 1999/02/02  20:38:45
2925         Log: telldir prototype issue, from mists of time...
2926      Branch: cfgperl
2927            ! hints/netbsd.sh pp_sys.c
2928 ____________________________________________________________________________
2929 [  2801] By: jhi                                   on 1999/02/02  17:40:14
2930         Log: From: John Bley <jbb6@acpub.duke.edu>
2931              To: perlbug@perl.org
2932              Subject: [PATCH]5.005_54 (DOC) fix minor typos
2933              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
2934              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
2935      Branch: cfgperl
2936            ! pod/perlre.pod
2937 ____________________________________________________________________________
2938 [  2800] By: jhi                                   on 1999/02/02  17:26:49
2939         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
2940      Branch: cfgperl
2941            ! Todo-5.005
2942 ____________________________________________________________________________
2943 [  2799] By: jhi                                   on 1999/02/02  17:18:51
2944         Log: Update FindBin from maint-5.005.
2945      Branch: cfgperl
2946            ! lib/FindBin.pm
2947 ____________________________________________________________________________
2948 [  2798] By: jhi                                   on 1999/02/02  17:16:07
2949         Log: Fix typecasts in #2797
2950              
2951              From: "G. Del Merritt" <del@intranetics.com>
2952              Date: Fri, 29 Jan 1999 11:47:25 -0700
2953              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
2954              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
2955      Branch: cfgperl
2956            ! ext/POSIX/POSIX.xs
2957 ____________________________________________________________________________
2958 [  2797] By: jhi                                   on 1999/02/02  17:14:37
2959         Log: From: Ted Law <tedlaw@cibcwg.com>
2960              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
2961              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
2962              Subject: POSIX::strftime buffer overflow problem
2963      Branch: cfgperl
2964            ! ext/POSIX/POSIX.xs
2965 ____________________________________________________________________________
2966 [  2796] By: jhi                                   on 1999/02/02  17:13:23
2967         Log: Do not use File::Slurp.
2968      Branch: cfgperl
2969            ! t/lib/textfill.t
2970 ____________________________________________________________________________
2971 [  2795] By: jhi                                   on 1999/02/02  17:11:48
2972         Log: perlhist update from maint-5.005.
2973      Branch: cfgperl
2974            ! pod/perlhist.pod
2975 ____________________________________________________________________________
2976 [  2794] By: jhi                                   on 1999/02/02  17:10:33
2977         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
2978      Branch: cfgperl
2979            ! ext/POSIX/POSIX.pm
2980 ____________________________________________________________________________
2981 [  2793] By: jhi                                   on 1999/02/02  17:08:39
2982         Log: Missed the html test from change #2787. 
2983      Branch: cfgperl
2984            ! t/lib/cgi-html.t
2985 ____________________________________________________________________________
2986 [  2792] By: jhi                                   on 1999/02/02  17:01:24
2987         Log: Update Getopt::Long to 2.19.
2988      Branch: cfgperl
2989            ! lib/Getopt/Long.pm
2990 ____________________________________________________________________________
2991 [  2791] By: jhi                                   on 1999/02/02  16:59:13
2992         Log: overload syntax is no longer experimental
2993      Branch: cfgperl
2994            ! lib/overload.pm
2995 ____________________________________________________________________________
2996 [  2789] By: jhi                                   on 1999/02/02  16:47:50
2997         Log: Still doc fixes.
2998      Branch: cfgperl
2999            ! lib/diagnostics.pm
3000 ____________________________________________________________________________
3001 [  2788] By: jhi                                   on 1999/02/02  16:47:07
3002         Log: Doc fixes.
3003      Branch: cfgperl
3004            ! lib/CGI.pm lib/diagnostics.pm
3005 ____________________________________________________________________________
3006 [  2787] By: jhi                                   on 1999/02/02  16:38:55
3007         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
3008              where applicable).
3009      Branch: cfgperl
3010            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
3011            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
3012            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
3013            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
3014            ! eg/cgi/frameset.cgi eg/cgi/index.html
3015            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
3016            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
3017            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
3018            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
3019            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
3020            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
3021 ____________________________________________________________________________
3022 [  2786] By: jhi                                   on 1999/02/02  16:17:52
3023         Log: Update CPAN to 1.47.
3024      Branch: cfgperl
3025            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
3026 ____________________________________________________________________________
3027 [  2785] By: jhi                                   on 1999/02/02  16:09:03
3028         Log: From: Mark-Jason Dominus <mjd@plover.com>
3029              Date: Sat, 16 Jan 1999 17:22:06 -0500
3030              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
3031              Message-ID: <19990116222206.3674.qmail@plover.com>
3032      Branch: cfgperl
3033            ! pod/perlsub.pod
3034 ____________________________________________________________________________
3035 [  2784] By: jhi                                   on 1999/02/02  16:01:31
3036         Log: Fix incorrect "used only once" warnings
3037              
3038              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3039              Date: Fri, 8 Jan 1999 04:37:10 -0500
3040              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
3041              Subject: Re: change#965 flakiness
3042      Branch: cfgperl
3043            ! gv.c
3044 ____________________________________________________________________________
3045 [  2783] By: jhi                                   on 1999/02/02  15:50:38
3046         Log: perldelta updates.
3047      Branch: cfgperl
3048            ! pod/perldelta.pod
3049 ____________________________________________________________________________
3050 [  2782] By: jhi                                   on 1999/02/02  14:28:26
3051         Log: Mirror change #2781.
3052      Branch: cfgperl
3053            ! hints/linux.sh
3054 ____________________________________________________________________________
3055 [  2781] By: jhi                                   on 1999/02/02  14:27:01
3056         Log: Update the MkLinux note.
3057      Branch: maint-5.005/perl
3058            ! hints/linux.sh
3059 ____________________________________________________________________________
3060 [  2780] By: jhi                                   on 1999/02/02  14:10:59
3061         Log: Update todo.
3062      Branch: cfgperl
3063            ! Todo-5.005
3064 ____________________________________________________________________________
3065 [  2779] By: jhi                                   on 1999/02/02  14:00:25
3066         Log: Integrate from mainperl.
3067      Branch: cfgperl
3068            ! t/lib/textfill.t t/lib/textwrap.t
3069           !> (integrate 32 files)
3070 ____________________________________________________________________________
3071 [  2778] By: jhi                                   on 1999/02/02  13:56:23
3072         Log: VMS update, applicable parts of
3073              
3074              From: Dan Sugalski <sugalskd@osshe.edu>
3075              To: perl5-porters@perl.org
3076              Subject: [PATCH 5.005_03MT3]VMS configure tweak
3077              Date: Wed, 20 Jan 1999 12:05:18 -0800
3078              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
3079              
3080              From: Dan Sugalski <sugalskd@osshe.edu>
3081              To: perlbug@perl.com, vmsperl@perl.org
3082              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
3083              Date: Tue, 26 Jan 1999 14:40:38 -0800
3084              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
3085              
3086              From: Dan Sugalski <sugalskd@osshe.edu>
3087              To: perl5-porters@perl.org, vmsperl@perl.org
3088              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
3089              Date: Tue, 26 Jan 1999 14:55:29 -0800
3090              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
3091      Branch: cfgperl
3092            ! vms/ext/Stdio/test.pl vms/subconfigure.com
3093 ____________________________________________________________________________
3094 [  2777] By: jhi                                   on 1999/02/02  13:43:24
3095         Log: Synch usethreads parts from maint-5.005.
3096      Branch: cfgperl
3097            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
3098            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
3099            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
3100            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
3101 ____________________________________________________________________________
3102 [  2776] By: jhi                                   on 1999/02/02  13:17:16
3103         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
3104      Branch: cfgperl
3105            ! Makefile.SH hints/freebsd.sh
3106 ____________________________________________________________________________
3107 [  2774] By: jhi                                   on 1999/02/02  13:10:39
3108         Log: Add perlthrtut, update pod/* machinery.
3109              (a pod/Makefile.SH is sorely needed)
3110      Branch: cfgperl
3111            + pod/perlthrtut.pod
3112            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
3113 ____________________________________________________________________________
3114 [  2773] By: jhi                                   on 1999/02/02  12:54:24
3115         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3116              To: perl5-porters@perl.org
3117              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
3118              Date: Tue, 26 Jan 1999 22:25:07 +0000
3119              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
3120      Branch: cfgperl
3121            ! pod/perlguts.pod
3122 ____________________________________________________________________________
3123 [  2771] By: jhi                                   on 1999/02/02  12:47:34
3124         Log: Use perlbug instead of personal email address.
3125      Branch: cfgperl
3126            ! Configure
3127 ____________________________________________________________________________
3128 [  2770] By: jhi                                   on 1999/02/02  12:42:06
3129         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
3130              
3131              From: "G. Del Merritt" <del@intranetics.com>
3132              To: perlbug@perl.com
3133              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
3134              Date: Tue, 26 Jan 1999 12:09:09 -0700
3135              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
3136      Branch: cfgperl
3137            ! iperlsys.h
3138 ____________________________________________________________________________
3139 [  2769] By: jhi                                   on 1999/02/02  12:37:57
3140         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3141              To: Mailing list Perl5 <perl5-porters@perl.org>
3142              Subject: [PATCH 5.005_*] OS/2 threads
3143              Date: Tue, 26 Jan 1999 13:39:46 -0500
3144              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
3145      Branch: cfgperl
3146            ! os2/os2ish.h
3147 ____________________________________________________________________________
3148 [  2768] By: jhi                                   on 1999/02/02  12:36:16
3149         Log: Apply change #2711 from maint-5.005:
3150              
3151              make ok", "make okfile", and "make nok" were broken
3152              with -Duseshrplib, because of a shared typo.
3153              
3154              From: Spider Boardman <spider@web.zk3.dec.com>
3155              To: perlbug@perl.com
3156              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
3157              Date: Wed, 27 Jan 1999 12:27:15 -0500
3158              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
3159      Branch: cfgperl
3160            ! Makefile.SH
3161 ____________________________________________________________________________
3162 [  2766] By: jhi                                   on 1999/02/02  12:27:08
3163         Log: Make Configure use "int main()" instead of bare "main()".
3164              Like maint-5.005 change #2703 but now via metaconfig.
3165      Branch: cfgperl
3166            ! Configure
3167 ____________________________________________________________________________
3168 [  2765] By: jhi                                   on 1999/02/02  11:59:30
3169         Log: Undo part of change #2562.
3170      Branch: cfgperl
3171            ! Configure
3172 ____________________________________________________________________________
3173 [  2764] By: jhi                                   on 1999/02/02  11:52:39
3174         Log: NetBSD synch with maint-5.005.
3175      Branch: cfgperl
3176            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
3177 ____________________________________________________________________________
3178 [  2763] By: jhi                                   on 1999/02/02  11:44:07
3179         Log: $Config{installusrbinperl}
3180              (maint-5.005 changes #2614 and #2709)
3181      Branch: cfgperl
3182            ! Configure installperl
3183 ____________________________________________________________________________
3184 [  2762] By: jhi                                   on 1999/02/02  11:29:13
3185         Log: Errno update from maint-5.005 (changes #2583, #2710).
3186      Branch: cfgperl
3187            ! Configure ext/Errno/Errno_pm.PL
3188 ____________________________________________________________________________
3189 [  2759] By: jhi                                   on 1999/02/02  10:53:20
3190         Log: Update Trig.pm from maint-5.005.
3191      Branch: cfgperl
3192            ! lib/Math/Trig.pm
3193 ____________________________________________________________________________
3194 [  2757] By: jhi                                   on 1999/02/02  10:41:26
3195         Log: MPE/iX update (mirror maint-5.005 change #2715)
3196      Branch: cfgperl
3197            ! hints/mpeix.sh mpeix/relink
3198 ____________________________________________________________________________
3199 [  2756] By: jhi                                   on 1999/02/02  10:38:08
3200         Log: BeOS update (Mirror maint-5.005 change #2727).
3201      Branch: cfgperl
3202            + ext/DynaLoader/dl_beos.xs
3203            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
3204            ! lib/ExtUtils/MM_Unix.pm
3205 ____________________________________________________________________________
3206 [  2754] By: gsar                                  on 1999/02/02  08:52:13
3207         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
3208      Branch: perl
3209            ! Porting/pumpkin.pod Todo Todo-5.005
3210 ____________________________________________________________________________
3211 [  2753] By: gsar                                  on 1999/02/02  08:46:21
3212         Log: Todo tweaks
3213      Branch: perl
3214            ! Todo Todo-5.005
3215 ____________________________________________________________________________
3216 [  2752] By: jhi                                   on 1999/02/01  22:15:12
3217         Log: Add perlthrtut.pod.
3218              
3219              From: Dan Sugalski <sugalskd@osshe.edu>
3220              To: perl5-porters@perl.org
3221              Subject: perlthrtut.pod
3222              Date: Mon, 01 Feb 1999 10:57:11 -0800
3223              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
3224      Branch: maint-5.005/perl
3225            + pod/perlthrtut.pod
3226            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
3227            ! pod/roffitall
3228 ____________________________________________________________________________
3229 [  2751] By: gsar                                  on 1999/02/01  07:28:05
3230         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
3231      Branch: perl
3232            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
3233            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
3234 ____________________________________________________________________________
3235 [  2750] By: gsar                                  on 1999/02/01  07:09:20
3236         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3237              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
3238              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
3239              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
3240      Branch: perl
3241            ! regexec.c
3242 ____________________________________________________________________________
3243 [  2749] By: gsar                                  on 1999/02/01  07:07:59
3244         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3245              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
3246              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
3247              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
3248      Branch: perl
3249            ! regexec.c
3250 ____________________________________________________________________________
3251 [  2748] By: gsar                                  on 1999/02/01  06:47:06
3252         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
3253              Date: Thu, 3 Dec 1998 15:10:17 -0500
3254              Message-Id: <199812032010.PAA09692@jik.shore.net>
3255              Subject: sample checksum code in "perlfunc" man page is wrong
3256      Branch: perl
3257            ! pod/perlfunc.pod
3258 ____________________________________________________________________________
3259 [  2747] By: gsar                                  on 1999/02/01  06:35:13
3260         Log: typos in Pod/Text.pm
3261              From: "Greg Chapman" <glc@well.com>
3262              Date: Tue, 1 Dec 1998 10:50:18 -0800
3263              Message-Id: <199812011849.KAA08816@smtp.well.com>
3264              Subject: Glitch in Pod::Text
3265      Branch: perl
3266            ! lib/Pod/Text.pm
3267 ____________________________________________________________________________
3268 [  2746] By: gsar                                  on 1999/02/01  06:27:35
3269         Log: various win32-ish changes merged from maint-5.005
3270      Branch: perl
3271            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
3272            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
3273            ! win32/Makefile win32/config.bc win32/config.vc
3274            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
3275            ! win32/win32.c
3276 ____________________________________________________________________________
3277 [  2745] By: gsar                                  on 1999/02/01  04:51:54
3278         Log: integrate cfgperl changes into mainline
3279      Branch: perl
3280           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
3281 ____________________________________________________________________________
3282 [  2744] By: gsar                                  on 1999/02/01  04:31:09
3283         Log: improved diagnostic on syntax errors at EOL
3284      Branch: perl
3285            ! toke.c
3286 ____________________________________________________________________________
3287 [  2743] By: gsar                                  on 1999/02/01  03:59:13
3288         Log: don't attempt connect() to bogus IP addresses
3289              From:    Graham Barr <gbarr@pobox.com>
3290              Date:    Sun, 31 Jan 1999 21:50:45 CST
3291              Message-Id: <19990131215045.A633@pobox.com>
3292      Branch: perl
3293            ! t/lib/io_multihomed.t
3294 ____________________________________________________________________________
3295 [  2742] By: gsar                                  on 1999/02/01  03:08:58
3296         Log: update Changes
3297      Branch: perl
3298            ! Changes pod/perldelta.pod
3299 ____________________________________________________________________________
3300 [  2740] By: gsar                                  on 1999/02/01  02:43:07
3301         Log: CAPI inheritance tweak and doc
3302      Branch: maint-5.005/perl
3303            ! lib/ExtUtils/MakeMaker.pm
3304 ____________________________________________________________________________
3305 [  2739] By: jhi                                   on 1999/01/31  18:31:54
3306         Log: Undo changes #2730 and #2731 and replace them
3307              with an extensively tested patch from
3308              Anton Berezin <tobez@plab.ku.dk> (via private email).
3309      Branch: maint-5.005/perl
3310            ! Makefile.SH hints/freebsd.sh
3311 ____________________________________________________________________________
3312 [  2738] By: gsar                                  on 1999/01/31  05:04:32
3313         Log: fix bogus CAPI inheritance from change#2541
3314      Branch: maint-5.005/perl
3315            ! lib/ExtUtils/MakeMaker.pm
3316 ____________________________________________________________________________
3317 [  2731] By: jhi                                   on 1999/01/29  14:33:12
3318         Log: FreeBSD version numbers can be like "2.2.8-release".
3319      Branch: maint-5.005/perl
3320            ! hints/freebsd.sh
3321 ____________________________________________________________________________
3322 [  2730] By: jhi                                   on 1999/01/29  12:40:38
3323         Log: FreeBSD hints iteration (hopefully convergent).
3324              usethreads: require at least FreeBSD 2.2.8.
3325              signal type: mirror change #2429 in cfgperl.
3326      Branch: maint-5.005/perl
3327            ! hints/freebsd.sh
3328 ____________________________________________________________________________
3329 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
3330         Log: From: Tom Spindler <dogcow@isi.net>
3331              Date: Thu, 28 Jan 1999 17:15:11 -0800
3332              Message-ID: <19990128171510.A11778@isi.net>
3333              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
3334      Branch: maint-5.005/perl
3335            + ext/DynaLoader/dl_beos.xs
3336            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
3337            ! lib/ExtUtils/MM_Unix.pm
3338 ____________________________________________________________________________
3339 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
3340         Log: Remove use of File::Slurp in t/lib/textfill.t
3341      Branch: maint-5.005/perl
3342            ! t/lib/textfill.t
3343 ____________________________________________________________________________
3344 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
3345         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
3346              Date: Wed, 27 Jan 1999 23:14:33 -0800
3347              Message-Id: <199901280714.XAA10176@activestate.com>
3348              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
3349      Branch: maint-5.005/perl
3350            ! win32/Makefile win32/makefile.mk
3351 ____________________________________________________________________________
3352 [  2720] By: gsar                                  on 1999/01/27  21:54:42
3353         Log: missing space while munging CCFLAGS for PERL_CAPI
3354      Branch: perl
3355            ! lib/ExtUtils/MM_Unix.pm
3356 ____________________________________________________________________________
3357 [  2718] By: jhi                                   on 1999/01/27  19:46:04
3358         Log: io/fs.t fails test #18 (sense of tests appears to have been
3359              changed incompletely; this patch just skips the test attached,
3360              a la test #17 preceding it).
3361              
3362              From: "G. Del Merritt" <del@intranetics.com>
3363              To: perlbug@perl.com
3364              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
3365              Date: Tue, 26 Jan 1999 12:09:09 -0700
3366              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
3367      Branch: maint-5.005/perl
3368            ! t/io/fs.t
3369 ____________________________________________________________________________
3370 [  2717] By: jhi                                   on 1999/01/27  19:44:46
3371         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
3372              
3373              From: "G. Del Merritt" <del@intranetics.com>
3374              To: perlbug@perl.com
3375              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
3376              Date: Tue, 26 Jan 1999 12:09:09 -0700
3377              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
3378      Branch: maint-5.005/perl
3379            ! iperlsys.h
3380 ____________________________________________________________________________
3381 [  2715] By: jhi                                   on 1999/01/27  19:34:28
3382         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
3383              To: perl5-porters@perl.org
3384              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
3385              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
3386              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
3387      Branch: maint-5.005/perl
3388            ! hints/mpeix.sh mpeix/relink
3389 ____________________________________________________________________________
3390 [  2710] By: jhi                                   on 1999/01/27  19:22:23
3391         Log: Errno fixes:
3392              
3393              From: Spider Boardman <spider@web.zk3.dec.com>
3394              To: perlbug@perl.com
3395              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
3396              Date: Wed, 27 Jan 1999 12:27:15 -0500
3397              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
3398              
3399              From: Spider Boardman <spider@web.zk3.dec.com>
3400              To: perlbug@perl.com
3401              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
3402              Date: Wed, 27 Jan 1999 13:31:16 -0500
3403              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
3404      Branch: maint-5.005/perl
3405            ! Configure ext/Errno/Errno_pm.PL
3406 ____________________________________________________________________________
3407 [  2709] By: jhi                                   on 1999/01/27  19:17:35
3408         Log: Fix Configure installusrbinperl:
3409              
3410              From: Spider Boardman <spider@web.zk3.dec.com>
3411              To: jhi@iki.fi
3412              cc: perl5-porters@perl.org
3413              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
3414              Date: Wed, 27 Jan 1999 13:03:35 -0500
3415              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
3416      Branch: maint-5.005/perl
3417            ! Configure
3418 ____________________________________________________________________________
3419 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
3420         Log: Add redef IO::Handle::* for setv?buf()
3421      Branch: maint-5.005/perl
3422            ! ext/POSIX/POSIX.pm
3423 ____________________________________________________________________________
3424 [  2705] By: jhi                                   on 1999/01/24  15:14:30
3425         Log: Mention year-1900 and month 0..11.
3426      Branch: cfgperl
3427            ! lib/Time/Local.pm
3428 ____________________________________________________________________________
3429 [  2704] By: jhi                                   on 1999/01/24  15:13:36
3430         Log: Document Configure -Uinstallusrbinperl.
3431      Branch: cfgperl
3432            ! INSTALL pod/perldelta.pod
3433 ____________________________________________________________________________
3434 [  2698] By: jhi                                   on 1999/01/24  12:46:00
3435         Log: Use only xlc_r for usethreads.
3436      Branch: cfgperl
3437            ! hints/aix.sh
3438 ____________________________________________________________________________
3439 [  2695] By: gsar                                  on 1999/01/24  07:09:05
3440         Log: integrate cfgperl changes into mainline
3441      Branch: perl
3442           +> lib/Exporter/Heavy.pm
3443           !> (integrate 65 files)
3444 ____________________________________________________________________________
3445 [  2694] By: gsar                                  on 1999/01/24  01:28:49
3446         Log: better notes on 'make' on win32
3447      Branch: perl
3448            ! README.win32
3449 ____________________________________________________________________________
3450 [  2683] By: jhi                                   on 1999/01/22  15:41:00
3451         Log: More de-cut-and-pastos.
3452      Branch: cfgperl
3453            ! hints/irix_6.sh hints/os2.sh
3454 ____________________________________________________________________________
3455 [  2682] By: jhi                                   on 1999/01/22  15:30:51
3456         Log: usethreads.cbu cut-and-pasto.
3457      Branch: cfgperl
3458            ! hints/solaris_2.sh
3459 ____________________________________________________________________________
3460 [  2681] By: jhi                                   on 1999/01/22  14:54:55
3461         Log: Better (I hope) LANGUAGE documentation.
3462      Branch: cfgperl
3463            ! pod/perllocale.pod
3464 ____________________________________________________________________________
3465 [  2680] By: jhi                                   on 1999/01/22  09:20:29
3466         Log: From: Dan Sugalski <sugalskd@osshe.edu>
3467              To: perl5-porters@perl.org
3468              Subject: [PATCH 5.005_03MT3]VMS configure tweak
3469              Date: Wed, 20 Jan 1999 12:05:18 -0800
3470              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
3471      Branch: cfgperl
3472            ! vms/subconfigure.com
3473 ____________________________________________________________________________
3474 [  2679] By: jhi                                   on 1999/01/22  09:13:18
3475         Log: nosuid getmntent() branch.
3476      Branch: cfgperl
3477            ! perl.c perl.h
3478 ____________________________________________________________________________
3479 [  2678] By: jhi                                   on 1999/01/22  08:54:19
3480         Log: nosuid patch continued: *BSD needs <sys/param.h>.
3481      Branch: cfgperl
3482            ! Configure config_h.SH
3483 ____________________________________________________________________________
3484 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
3485         Log: Fixup FindBin to use File::Spec
3486              
3487              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
3488              Date: Wed, 20 Jan 1999 18:51:57 +0000
3489              From: Paul Johnson <pjcj@transeda.com>
3490              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
3491      Branch: maint-5.005/perl
3492            ! lib/FindBin.pm
3493 ____________________________________________________________________________
3494 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
3495         Log: Fix win32 for Borland compiler and spaces in paths
3496              
3497              From: Gurusamy Sarathy <gsar@activestate.com>
3498              Date: Mon, 18 Jan 1999 20:33:17 -0800
3499              Message-Id: <199901190433.UAA03656@activestate.com>
3500              Subject: [PATCH] 5.005_03-trial3 win32 issues
3501      Branch: maint-5.005/perl
3502            ! README.win32 win32/Makefile win32/config_sh.PL
3503            ! win32/makefile.mk win32/runperl.c
3504 ____________________________________________________________________________
3505 [  2670] By: jhi                                   on 1999/01/21  16:12:38
3506         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3507              To: perl5-porters@perl.org
3508              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
3509              Date: Thu, 21 Jan 1999 12:08:01 +0000
3510              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
3511      Branch: cfgperl
3512            ! pod/perldiag.pod t/op/subst.t toke.c
3513 ____________________________________________________________________________
3514 [  2669] By: jhi                                   on 1999/01/21  16:11:46
3515         Log: To: perl5-porters@perl.org
3516              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
3517              From: Anton Berezin <tobez@plab.ku.dk>
3518              Date: 21 Jan 1999 17:07:28 +0100
3519              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
3520      Branch: cfgperl
3521            ! hints/freebsd.sh
3522 ____________________________________________________________________________
3523 [  2668] By: jhi                                   on 1999/01/21  15:38:34
3524         Log: Add Daniel Grisinger <dgris@dimensional.com>.
3525      Branch: cfgperl
3526            ! AUTHORS MAINTAIN
3527 ____________________________________________________________________________
3528 [  2667] By: jhi                                   on 1999/01/21  15:32:28
3529         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3530              To: Mailing list Perl5 <perl5-porters@perl.org>
3531              Subject: [PATCH 5.005_53] Lean Exporter.pm
3532              Date: Thu, 21 Jan 1999 03:25:23 -0500
3533              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
3534      Branch: cfgperl
3535            + lib/Exporter/Heavy.pm
3536            ! MANIFEST lib/Exporter.pm
3537 ____________________________________________________________________________
3538 [  2666] By: jhi                                   on 1999/01/21  15:24:10
3539         Log: From: "W. Phillip Moore" <wpm@ms.com>
3540              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
3541              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
3542              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
3543              Message-ID: <13988.46383.298992.97303@zappa>
3544      Branch: cfgperl
3545            ! lib/File/Path.pm
3546 ____________________________________________________________________________
3547 [  2665] By: jhi                                   on 1999/01/21  15:20:48
3548         Log: CPAN update (CPAN-1.44_54) from Andreas and
3549              jumbo doc patch from Abigail.
3550              
3551              From: abigail@fnx.com
3552              To: perl5-porters@perl.org (Perl Porters)
3553              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
3554              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
3555              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
3556              
3557              From: abigail@fnx.com
3558              To: perl5-porters@perl.org (Perl Porters)
3559              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
3560              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
3561              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
3562              
3563              From: abigail@fnx.com
3564              To: perl5-porters@perl.org (Perl Porters)
3565              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
3566              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
3567              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
3568              
3569              From: abigail@fnx.com
3570              To: perl5-porters@perl.org (Perl Porters)
3571              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
3572              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
3573              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
3574              
3575              From: abigail@fnx.com
3576              To: perl5-porters@perl.org (Perl Porters)
3577              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
3578              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
3579              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
3580              
3581              From: abigail@fnx.com
3582              To: perl5-porters@perl.org (Perl Porters)
3583              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
3584              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
3585              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
3586              
3587              From: abigail@fnx.com
3588              To: perl5-porters@perl.org (Perl Porters)
3589              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
3590              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
3591              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
3592              
3593              From: abigail@fnx.com
3594              To: perl5-porters@perl.org (Perl Porters)
3595              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
3596              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
3597              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
3598              
3599              From: abigail@fnx.com
3600              To: perl5-porters@perl.org (Perl Porters)
3601              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
3602              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
3603              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
3604              
3605              From: abigail@fnx.com
3606              To: perl5-porters@perl.org (Perl Porters)
3607              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
3608              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
3609              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
3610              
3611              From: abigail@fnx.com
3612              To: perl5-porters@perl.org (Perl Porters)
3613              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
3614              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
3615              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
3616              
3617              From: abigail@fnx.com
3618              To: perl5-porters@perl.org (Perl Porters)
3619              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
3620              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
3621              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
3622              
3623              From: abigail@fnx.com
3624              To: perl5-porters@perl.org (Perl Porters)
3625              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
3626              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
3627              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
3628      Branch: cfgperl
3629            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
3630            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
3631            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
3632            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
3633 ____________________________________________________________________________
3634 [  2664] By: jhi                                   on 1999/01/21  14:47:43
3635         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3636              To: Mailing list Perl5 <perl5-porters@perl.org>
3637              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
3638              Date: Thu, 21 Jan 1999 03:58:29 -0500
3639              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
3640      Branch: cfgperl
3641            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
3642 ____________________________________________________________________________
3643 [  2663] By: jhi                                   on 1999/01/21  14:43:58
3644         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3645              To: Mailing list Perl5 <perl5-porters@perl.org>
3646              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
3647              Date: Thu, 21 Jan 1999 02:46:34 -0500
3648              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
3649      Branch: cfgperl
3650            ! ext/Errno/Errno_pm.PL
3651 ____________________________________________________________________________
3652 [  2662] By: jhi                                   on 1999/01/21  14:42:42
3653         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
3654              To: Francois Desarmenien <desar@club-internet.fr>
3655              Cc: Gurusamy Sarathy <gsar@activestate.com>,
3656              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
3657              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
3658              Date: 21 Jan 1999 00:17:35 -0700
3659              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
3660      Branch: cfgperl
3661            ! Porting/patching.pod
3662 ____________________________________________________________________________
3663 [  2661] By: jhi                                   on 1999/01/21  14:41:13
3664         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3665              To: Mailing list Perl5 <perl5-porters@perl.org>
3666              Subject: [PATCH 5.00*] makedepend
3667              Date: Thu, 21 Jan 1999 02:08:27 -0500
3668              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
3669      Branch: cfgperl
3670            ! makedepend.SH
3671 ____________________________________________________________________________
3672 [  2660] By: jhi                                   on 1999/01/21  14:36:45
3673         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3674              To: Mailing list Perl5 <perl5-porters@perl.org>
3675              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
3676              Date: Tue, 19 Jan 1999 20:06:45 -0500
3677              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
3678      Branch: cfgperl
3679            ! os2/Changes os2/os2.c
3680 ____________________________________________________________________________
3681 [  2657] By: jhi                                   on 1999/01/21  11:40:35
3682         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
3683              To: perl5-porters@perl.org
3684              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
3685              Date: Mon, 18 Jan 1999 01:32:31 PST
3686              Message-ID: <19990118093231.18443.qmail@hotmail.com>
3687      Branch: cfgperl
3688            ! ext/B/B/CC.pm
3689 ____________________________________________________________________________
3690 [  2656] By: jhi                                   on 1999/01/21  11:35:34
3691         Log: From: Achim Bohnet <ach@mpe.mpg.de>
3692              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
3693              Date: Wed, 20 Jan 1999 20:25:53 +0100
3694              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
3695      Branch: cfgperl
3696            ! pp.c
3697 ____________________________________________________________________________
3698 [  2655] By: jhi                                   on 1999/01/21  10:46:01
3699         Log: Handle NIS (and NetInfo) more robustly.
3700      Branch: cfgperl
3701            ! t/op/grent.t t/op/pwent.t
3702 ____________________________________________________________________________
3703 [  2654] By: jhi                                   on 1999/01/21  10:17:20
3704         Log: Two-argument eaccess() of SCO.
3705      Branch: cfgperl
3706            ! pp_sys.c
3707 ____________________________________________________________________________
3708 [  2653] By: jhi                                   on 1999/01/21  08:53:14
3709         Log: -DNO_NOSUID_CHECK for those platforms which have no way
3710              of checking for nosuid but still want suidperl.
3711      Branch: cfgperl
3712            ! perl.c
3713 ____________________________________________________________________________
3714 [  2652] By: jhi                                   on 1999/01/21  08:22:50
3715         Log: The LANGUAGE mirrors LC_ALL usage.
3716      Branch: cfgperl
3717            ! Configure config_h.SH
3718 ____________________________________________________________________________
3719 [  2651] By: jhi                                   on 1999/01/20  22:01:21
3720         Log: I_MNTENT was missing.
3721      Branch: cfgperl
3722            ! Configure config_h.SH
3723 ____________________________________________________________________________
3724 [  2650] By: jhi                                   on 1999/01/19  13:42:03
3725         Log: NetBSD update, based on patches from the NetBSD packages system.
3726      Branch: cfgperl
3727            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
3728 ____________________________________________________________________________
3729 [  2649] By: jhi                                   on 1999/01/19  12:44:02
3730         Log: Jumbo Configure update.
3731              * -Uinstallusrbinperl: disable /usr/bin/perl installation
3732              by installperl
3733              * usethreads.cbu
3734              * use64bits.cbu
3735              * "nosuid"
3736      Branch: cfgperl
3737            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
3738            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
3739            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
3740            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
3741            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
3742            ! pod/perldiag.pod
3743 ____________________________________________________________________________
3744 [  2648] By: jhi                                   on 1999/01/19  09:16:44
3745         Log: Mention /usr/share/locale.
3746      Branch: cfgperl
3747            ! pod/perllocale.pod
3748 ____________________________________________________________________________
3749 [  2647] By: jhi                                   on 1999/01/19  09:11:11
3750         Log: SHMLBA strikes back in NetBSD/sparc.
3751              
3752              From: Dave Nelson <David.Nelson@bellcow.com>
3753              To: jhi@iki.fi
3754              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
3755              Date: Mon, 18 Jan 1999 22:07:56 -0600
3756              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
3757      Branch: cfgperl
3758            ! ext/IPC/SysV/SysV.xs
3759 ____________________________________________________________________________
3760 [  2646] By: jhi                                   on 1999/01/19  08:58:17
3761         Log: Show LANGUAGE env var when needed. (Augment change #2645).
3762      Branch: cfgperl
3763            ! util.c utils/perlbug.PL
3764 ____________________________________________________________________________
3765 [  2645] By: jhi                                   on 1999/01/19  08:52:15
3766         Log: Document the GNU LANGUAGE env var.
3767      Branch: cfgperl
3768            ! pod/perllocale.pod
3769 ____________________________________________________________________________
3770 [  2644] By: jhi                                   on 1999/01/19  08:42:25
3771         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3772              To: Mailing list Perl5 <perl5-porters@perl.org>
3773              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
3774              Date: Mon, 18 Jan 1999 20:57:02 -0500
3775              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
3776      Branch: cfgperl
3777            ! pp_hot.c t/op/pat.t
3778 ____________________________________________________________________________
3779 [  2643] By: jhi                                   on 1999/01/18  11:23:41
3780         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
3781      Branch: cfgperl
3782            ! Makefile.SH
3783 ____________________________________________________________________________
3784 [  2642] By: jhi                                   on 1999/01/18  11:03:38
3785         Log: GNU libc locale system has LANGUAGE env var that partly
3786              overrides even LC_ALL.
3787      Branch: cfgperl
3788            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
3789 ____________________________________________________________________________
3790 [  2641] By: jhi                                   on 1999/01/18  10:55:04
3791         Log: Integrate from mainperl.
3792      Branch: cfgperl
3793           +> ext/B/defsubs.h.PL
3794            ! t/op/groups.t
3795           !> (integrate 38 files)
3796 ____________________________________________________________________________
3797 [  2640] By: gsar                                  on 1999/01/18  10:06:29
3798         Log: a few random cleanups
3799      Branch: perl
3800            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
3801 ____________________________________________________________________________
3802 [  2639] By: gsar                                  on 1999/01/18  05:56:21
3803         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
3804              Date:    Sun, 17 Jan 1999 16:41:10 PST
3805              Message-Id: <19990118004111.29667.qmail@hotmail.com>
3806              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
3807      Branch: perl
3808            ! ext/B/B/C.pm
3809 ____________________________________________________________________________
3810 [  2638] By: gsar                                  on 1999/01/18  05:41:21
3811         Log: From:    jan.dubois@ibm.net (Jan Dubois)
3812              Date:    Mon, 18 Jan 1999 00:37:41 +0100
3813              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
3814              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
3815      Branch: perl
3816            ! dump.c
3817 ____________________________________________________________________________
3818 [  2633] By: gsar                                  on 1999/01/17  13:39:59
3819         Log: bogus assert()
3820      Branch: perl
3821            ! pp.c t/op/groups.t
3822 ____________________________________________________________________________
3823 [  2632] By: gsar                                  on 1999/01/17  13:22:04
3824         Log: various tweaks for clean build and test on win32
3825      Branch: perl
3826            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
3827            ! op.c t/pragma/warn/doio
3828 ____________________________________________________________________________
3829 [  2631] By: gsar                                  on 1999/01/17  12:28:06
3830         Log: undo change#2336, and add clarification about subversive
3831              CPAN distributions from Andreas Koenig
3832      Branch: perl
3833            ! Porting/pumpkin.pod lib/CPAN.pm
3834 ____________________________________________________________________________
3835 [  2630] By: gsar                                  on 1999/01/17  12:04:06
3836         Log: fix silent taint failures under -U
3837      Branch: perl
3838            ! doio.c
3839 ____________________________________________________________________________
3840 [  2629] By: gsar                                  on 1999/01/17  12:00:23
3841         Log: sanity check piped opens (tweaked version of patch suggested
3842              by Mark-Jason Dominus)
3843      Branch: perl
3844            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
3845            ! t/op/taint.t t/pragma/warn/doio
3846 ____________________________________________________________________________
3847 [  2628] By: gsar                                  on 1999/01/17  11:26:21
3848         Log: regen headers
3849      Branch: perl
3850            ! embed.h embedvar.h objXSUB.h
3851 ____________________________________________________________________________
3852 [  2627] By: gsar                                  on 1999/01/17  11:23:37
3853         Log: PERL_OBJECTness for change#2595
3854      Branch: perl
3855            ! embed.pl op.c pod/perlport.pod proto.h
3856 ____________________________________________________________________________
3857 [  2626] By: gsar                                  on 1999/01/17  09:47:07
3858         Log: PERL_OBJECT tweaks for change#2426
3859      Branch: perl
3860            ! embed.pl proto.h regcomp.c
3861 ____________________________________________________________________________
3862 [  2625] By: gsar                                  on 1999/01/17  09:37:58
3863         Log: documentation in change#2596 is not quite right; fix it
3864      Branch: perl
3865            ! lib/Math/BigFloat.pm pod/perlguts.pod
3866 ____________________________________________________________________________
3867 [  2624] By: gsar                                  on 1999/01/17  09:28:34
3868         Log: undo change#2571; C<use File::Spec> instead
3869      Branch: perl
3870            ! lib/FindBin.pm
3871 ____________________________________________________________________________
3872 [  2623] By: gsar                                  on 1999/01/17  09:20:42
3873         Log: change#2572 is not applicable; undo, retaining scan_bin addition
3874              to global.sym
3875      Branch: perl
3876            ! global.sym perl.c proto.h
3877 ____________________________________________________________________________
3878 [  2622] By: gsar                                  on 1999/01/17  09:17:42
3879         Log: change#2576 is based on a wrong premise; undo it
3880      Branch: perl
3881            ! pp_ctl.c
3882 ____________________________________________________________________________
3883 [  2621] By: gsar                                  on 1999/01/17  09:12:42
3884         Log: fix change#2602 to not used hard coded constants
3885      Branch: perl
3886            ! ext/B/B/C.pm ext/B/defsubs.h.PL
3887 ____________________________________________________________________________
3888 [  2620] By: gsar                                  on 1999/01/17  09:02:07
3889         Log: integrate cfgperl changes into mainline, fix conflicts
3890      Branch: perl
3891           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
3892           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
3893           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
3894           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
3895           +> pod/perlopentut.pod
3896           !> (integrate 162 files)
3897 ____________________________________________________________________________
3898 [  2619] By: gsar                                  on 1999/01/17  08:42:04
3899         Log: a few doc typos
3900      Branch: perl
3901            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
3902 ____________________________________________________________________________
3903 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
3904         Log: Win32 changes from Jan
3905              
3906              From: jan.dubois@ibm.net (Jan Dubois)
3907              Date: Fri, 15 Jan 1999 23:38:35 +0100
3908              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
3909              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
3910              
3911              From: jan.dubois@ibm.net (Jan Dubois)
3912              Date: Sat, 16 Jan 1999 13:02:45 +0100
3913              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
3914              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
3915      Branch: maint-5.005/perl
3916            ! README.win32 win32/Makefile win32/makefile.mk
3917 ____________________________________________________________________________
3918 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
3919         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
3920              
3921              From: Gurusamy Sarathy <gsar@engin.umich.edu>
3922              Date: Thu, 07 Jan 1999 00:12:00 -0500
3923              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
3924              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
3925              
3926              From: Gurusamy Sarathy <gsar@engin.umich.edu>
3927              Date: Thu, 14 Jan 1999 19:21:46 -0500
3928              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
3929              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
3930      Branch: maint-5.005/perl
3931            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
3932            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
3933            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
3934            ! win32/makedef.pl win32/runperl.c win32/win32.c
3935 ____________________________________________________________________________
3936 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
3937         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
3938              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
3939              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
3940              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
3941              
3942              From: Jarkko Hietaniemi <jhi@iki.fi>
3943              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
3944              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
3945              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
3946              
3947              From: Jarkko Hietaniemi <jhi@iki.fi>
3948              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
3949              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
3950              Subject: the promised "installusrbinperl + NetBSD" fix
3951      Branch: maint-5.005/perl
3952            ! Configure Makefile.SH hints/netbsd.sh installperl
3953            ! makedepend.SH unixish.h
3954 ____________________________________________________________________________
3955 [  2611] By: jhi                                   on 1999/01/14  12:16:14
3956         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
3957              To: pumpkings@jhereg.perl.com
3958              Subject: perlopentut.pod
3959              Date: Sat, 09 Jan 1999 08:13:18 -0700
3960              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
3961      Branch: cfgperl
3962            + pod/perlopentut.pod
3963            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
3964 ____________________________________________________________________________
3965 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
3966         Log: Added Carp::cluck to perldelta.pod
3967      Branch: maint-5.005/perl
3968            ! pod/perldelta.pod
3969 ____________________________________________________________________________
3970 [  2605] By: jhi                                   on 1999/01/13  18:26:19
3971         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
3972              To: "'cpan@perl.org'" <cpan@perl.org>
3973              Subject: "Bug" fix for File::Find.pm
3974              Date:   Thu, 31 Dec 1998 13:01:50 -0500
3975              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
3976      Branch: cfgperl
3977            ! lib/File/Find.pm
3978 ____________________________________________________________________________
3979 [  2604] By: jhi                                   on 1999/01/13  18:08:45
3980         Log: From: Peter Wolfe <wolfe@teloseng.com>
3981              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
3982              To: perlbug@perl.com
3983              Date: 11 Jan 1999 23:00:05 +0200
3984              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
3985      Branch: cfgperl
3986            ! hints/sco.sh
3987 ____________________________________________________________________________
3988 [  2603] By: jhi                                   on 1999/01/13  18:06:56
3989         Log: From: hans@icgroup.nl (Hans Mulder)
3990              Subject: [Patch for 5.005_54] re::debugcolors dumps core
3991              To: perlbug@perl.com
3992              Cc: hansmu@xs4all.nl
3993              Date: 11 Jan 1999 22:22:45 +0200
3994              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
3995      Branch: cfgperl
3996            ! ext/re/re.pm regcomp.c
3997 ____________________________________________________________________________
3998 [  2602] By: jhi                                   on 1999/01/13  18:05:43
3999         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
4000              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
4001              Date: 11 Jan 1999 08:02:41 +0200
4002              Lines: 134
4003              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
4004      Branch: cfgperl
4005            ! ext/B/B.xs ext/B/B/C.pm
4006 ____________________________________________________________________________
4007 [  2601] By: jhi                                   on 1999/01/13  18:01:53
4008         Log: From: James FitzGibbon <james@ican.net>
4009              Subject: Trivial patch for HP-UX 11 and shared libperl
4010              To: perl5-porters@perl.org
4011              Date: 8 Jan 1999 19:13:23 +0200
4012              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
4013      Branch: cfgperl
4014            ! Makefile.SH
4015 ____________________________________________________________________________
4016 [  2600] By: jhi                                   on 1999/01/13  17:59:45
4017         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
4018              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
4019              To: perl5-porters@perl.org
4020              Date: 8 Jan 1999 12:43:36 +0200
4021              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
4022      Branch: cfgperl
4023            ! ext/B/B/CC.pm
4024 ____________________________________________________________________________
4025 [  2599] By: jhi                                   on 1999/01/13  17:50:11
4026         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
4027              Subject: PATCH to installperl
4028              To: perl5-porters@perl.org
4029              Date: 4 Jan 1999 16:15:18 +0200
4030              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
4031      Branch: cfgperl
4032            ! installperl
4033 ____________________________________________________________________________
4034 [  2598] By: jhi                                   on 1999/01/13  17:34:51
4035         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
4036              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
4037              Cc: perl5-porters@perl.org
4038              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
4039              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
4040              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
4041      Branch: cfgperl
4042            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
4043            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
4044 ____________________________________________________________________________
4045 [  2597] By: jhi                                   on 1999/01/13  17:30:33
4046         Log: From: David Dyck <dcd@tc.fluke.com>
4047              To: Perl Porters <perl5-porters@perl.org>,
4048              Gurusamy Sarathy <gsar@engin.umich.edu>
4049              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
4050              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
4051              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
4052      Branch: cfgperl
4053            ! pod/perldsc.pod
4054 ____________________________________________________________________________
4055 [  2596] By: jhi                                   on 1999/01/13  17:26:44
4056         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
4057              To: perl5-porters@perl.org
4058              Subject: [PATCH] modglobal w/ spelling fixes
4059              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
4060              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
4061      Branch: cfgperl
4062            ! pod/perlguts.pod
4063 ____________________________________________________________________________
4064 [  2595] By: jhi                                   on 1999/01/13  17:24:59
4065         Log: From: Hans Mulder <hansm@icgroup.nl>
4066              Optimize common sort routines.  Thread started by the message
4067              
4068              From: Hans Mulder <hansm@icgroup.nl>
4069              Sender: owner-perl5-porters@perl.org
4070              To: perl5-porters@perl.org
4071              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
4072              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
4073              
4074              and the patch from the message
4075              
4076              From: Hans Mulder <hans@icgroup.nl>
4077              To: jhi@iki.fi
4078              Cc: perl5-porters@perl.org
4079              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
4080              $b }
4081              Date: Wed, 13 Jan 1999 17:39:35 +0100
4082              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
4083      Branch: cfgperl
4084            ! Todo op.c op.h pp_ctl.c t/op/sort.t
4085 ____________________________________________________________________________
4086 [  2594] By: jhi                                   on 1999/01/13  16:50:17
4087         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
4088              (the diffs were based on 5.004_02).  Tested by Guido
4089              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
4090      Branch: cfgperl
4091            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
4092            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
4093            + mint/sys/time.h mint/time.h
4094            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
4095            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
4096 ____________________________________________________________________________
4097 [  2593] By: jhi                                   on 1999/01/09  16:54:26
4098         Log: Detypo.
4099      Branch: cfgperl
4100            ! hints/dec_osf.sh
4101 ____________________________________________________________________________
4102 [  2592] By: jhi                                   on 1999/01/09  16:17:13
4103         Log: Move usethreads and use64bits logic from hints to Configure.
4104      Branch: cfgperl
4105            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
4106            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
4107            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
4108            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
4109 ____________________________________________________________________________
4110 [  2591] By: jhi                                   on 1999/01/09  14:45:24
4111         Log: Missing dTHRs added.
4112      Branch: cfgperl
4113            ! regcomp.c toke.c
4114 ____________________________________________________________________________
4115 [  2590] By: jhi                                   on 1999/01/08  15:27:17
4116         Log: Finalize change #2589 and add better AIX nm scanning from:
4117              
4118              Message-Id: <m0zyNW0-00017VC@gentoo.com>
4119              From: bll@gentoo.com (Brad Lanam)
4120              Subject: Re: mailhelp returned a non-zero status
4121              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
4122              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
4123      Branch: cfgperl
4124            ! Configure hints/freebsd.sh hints/linux.sh
4125 ____________________________________________________________________________
4126 [  2589] By: jhi                                   on 1999/01/08  15:14:54
4127         Log: Undo change #2581.
4128      Branch: cfgperl
4129            ! Configure hints/freebsd.sh hints/linux.sh
4130 ____________________________________________________________________________
4131 [  2588] By: jhi                                   on 1999/01/08  11:51:52
4132         Log: FAQ jumbo patch from tchrist.
4133              
4134              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
4135              From: Tom Christiansen <tchrist@jhereg.perl.com>
4136              To: pumpkings@jhereg.perl.com
4137              Subject: newest version of perlfaq.pod
4138              Date: Thu, 7 Jan 1999 23:05:02 -0700
4139              
4140              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
4141              From: Tom Christiansen <tchrist@jhereg.perl.com>
4142              To: pumpkings@jhereg.perl.com
4143              Subject: newest version of perlfaq1.pod
4144              Date: Thu, 7 Jan 1999 23:05:02 -0700
4145              
4146              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
4147              From: Tom Christiansen <tchrist@jhereg.perl.com>
4148              To: pumpkings@jhereg.perl.com
4149              Subject: newest version of perlfaq2.pod
4150              Date: Thu, 7 Jan 1999 23:05:02 -0700
4151              
4152              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
4153              From: Tom Christiansen <tchrist@jhereg.perl.com>
4154              To: pumpkings@jhereg.perl.com
4155              Subject: newest version of perlfaq3.pod
4156              Date: Thu, 7 Jan 1999 23:05:02 -0700
4157              
4158              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
4159              From: Tom Christiansen <tchrist@jhereg.perl.com>
4160              To: pumpkings@jhereg.perl.com
4161              Subject: newest version of perlfaq4.pod
4162              Date: Thu, 7 Jan 1999 23:05:02 -0700
4163              
4164              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
4165              From: Tom Christiansen <tchrist@jhereg.perl.com>
4166              To: pumpkings@jhereg.perl.com
4167              Subject: newest version of perlfaq5.pod
4168              Date: Thu, 7 Jan 1999 23:05:02 -0700
4169              
4170              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
4171              From: Tom Christiansen <tchrist@jhereg.perl.com>
4172              To: pumpkings@jhereg.perl.com
4173              Subject: newest version of perlfaq6.pod
4174              Date: Thu, 7 Jan 1999 23:05:02 -0700
4175              
4176              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
4177              From: Tom Christiansen <tchrist@jhereg.perl.com>
4178              To: pumpkings@jhereg.perl.com
4179              Subject: newest version of perlfaq7.pod
4180              Date: Thu, 7 Jan 1999 23:05:03 -0700
4181              
4182              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
4183              From: Tom Christiansen <tchrist@jhereg.perl.com>
4184              To: pumpkings@jhereg.perl.com
4185              Subject: newest version of perlfaq8.pod
4186              Date: Thu, 7 Jan 1999 23:05:03 -0700
4187              
4188              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
4189              From: Tom Christiansen <tchrist@jhereg.perl.com>
4190              To: pumpkings@jhereg.perl.com
4191              Subject: newest version of perlfaq9.pod
4192              Date: Thu, 7 Jan 1999 23:05:03 -0700
4193      Branch: cfgperl
4194            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
4195            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
4196            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
4197            ! pod/perlfaq9.pod
4198 ____________________________________________________________________________
4199 [  2587] By: jhi                                   on 1999/01/08  11:17:43
4200         Log: More doc fixes from Abigail.
4201      Branch: cfgperl
4202            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
4203            ! lib/User/pwent.pm
4204 ____________________________________________________________________________
4205 [  2585] By: jhi                                   on 1999/01/08  08:31:02
4206         Log: Change #2584 from maint-5.005:
4207              
4208              implemented Ilya's suggested fix, and added a testcase
4209              
4210              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4211              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
4212              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
4213              Subject: Re: Text::ParseWords: regex fix
4214      Branch: cfgperl
4215            ! lib/Text/ParseWords.pm t/lib/parsewords.t
4216 ____________________________________________________________________________
4217 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
4218         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
4219              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
4220              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
4221              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
4222      Branch: maint-5.005/perl
4223            ! ext/Errno/Errno_pm.PL
4224 ____________________________________________________________________________
4225 [  2581] By: jhi                                   on 1999/01/07  16:38:03
4226         Log: Configure update:
4227              - usethreads, use64bits, and usemultiplicity
4228              are no more interactively asked by Configure
4229              - "int main()" (vs bare "main()") enforced in test programs
4230      Branch: cfgperl
4231            ! Configure hints/freebsd.sh hints/linux.sh
4232 ____________________________________________________________________________
4233 [  2580] By: jhi                                   on 1999/01/07  11:19:12
4234         Log: From: Dan Sugalski <sugalskd@osshe.edu>
4235              Date: Wed, 06 Jan 1999 13:47:34 -0800
4236              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
4237              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
4238      Branch: cfgperl
4239            ! vms/vms.c
4240 ____________________________________________________________________________
4241 [  2579] By: jhi                                   on 1999/01/07  09:08:36
4242         Log: Another set of doc patches from Abigail
4243              
4244              From: abigail@fnx.com
4245              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
4246              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
4247              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
4248              
4249              From: abigail@fnx.com
4250              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
4251              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
4252              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
4253              
4254              From: abigail@fnx.com
4255              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
4256              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
4257              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
4258              
4259              From: abigail@fnx.com
4260              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
4261              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
4262              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
4263              
4264              From: abigail@fnx.com
4265              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
4266              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
4267              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
4268              
4269              From: abigail@fnx.com
4270              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
4271              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
4272              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
4273              
4274              From: abigail@fnx.com
4275              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
4276              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
4277              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
4278              
4279              From: abigail@fnx.com
4280              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
4281              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
4282              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
4283              
4284              From: abigail@fnx.com
4285              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
4286              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
4287              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
4288              
4289              From: abigail@fnx.com
4290              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
4291              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
4292              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
4293              
4294              From: abigail@fnx.com
4295              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
4296              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
4297              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
4298              
4299              From: abigail@fnx.com
4300              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
4301              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
4302              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
4303              
4304              From: abigail@fnx.com
4305              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
4306              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
4307              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
4308              
4309              From: abigail@fnx.com
4310              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
4311              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
4312              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
4313      Branch: cfgperl
4314            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
4315            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
4316            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
4317            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
4318            ! lib/Tie/Array.pm lib/Tie/Hash.pm
4319 ____________________________________________________________________________
4320 [  2576] By: jhi                                   on 1999/01/06  17:05:20
4321         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
4322      Branch: cfgperl
4323            ! pp_ctl.c
4324 ____________________________________________________________________________
4325 [  2575] By: jhi                                   on 1999/01/06  13:18:56
4326         Log: Enhance the great_circle_distance() documentation.
4327      Branch: cfgperl
4328            ! lib/Math/Trig.pm
4329 ____________________________________________________________________________
4330 [  2574] By: jhi                                   on 1999/01/06  12:58:03
4331         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
4332              To: perlbug@perl.com
4333              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
4334              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
4335              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
4336      Branch: cfgperl
4337            ! t/op/sysio.t
4338 ____________________________________________________________________________
4339 [  2573] By: jhi                                   on 1999/01/06  12:40:19
4340         Log: From: "W. Phillip Moore" <wpm@ms.com>
4341              To: perlbug@perl.org
4342              Subject: [PATCH] POSIX getpgrp is not -w clean
4343              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
4344              Message-ID: <13970.20107.190314.549471@zappa>
4345      Branch: cfgperl
4346            ! ext/POSIX/POSIX.pm
4347 ____________________________________________________________________________
4348 [  2572] By: jhi                                   on 1999/01/06  12:25:24
4349         Log: Based on
4350              From: jan.dubois@ibm.net (Jan Dubois)
4351              To: perl5-porters@perl.org
4352              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
4353              Date: Wed, 06 Jan 1999 01:24:09 +0100
4354              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
4355              except that
4356              - objXSUB.h was already okay
4357              - embed.h patching is futile, global.sym patched instead
4358              - objpp.h does not exist
4359              - proto.h addition applied manually
4360              - win32/GenCAPI.pl was already okay
4361              - win32/makedef.pl was already okay
4362      Branch: cfgperl
4363            ! global.sym perl.c proto.h
4364 ____________________________________________________________________________
4365 [  2571] By: jhi                                   on 1999/01/06  11:25:48
4366         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
4367              To: perlbug@perl.com
4368              Subject: FindBin.pm on Win32 systems
4369              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
4370              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
4371      Branch: cfgperl
4372            ! lib/FindBin.pm
4373 ____________________________________________________________________________
4374 [  2570] By: jhi                                   on 1999/01/06  11:21:48
4375         Log: From: Dan Sugalski <sugalskd@osshe.edu>
4376              To: perl5-porters@perl.org, vmsperl@perl.org
4377              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
4378              Date: Tue, 05 Jan 1999 16:47:31 -0800
4379              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
4380              
4381              (the ext/IO/lib/IO/Socket.pm was not really changed here;
4382              it was a leftover from #2569)
4383      Branch: cfgperl
4384            ! ext/IO/lib/IO/Socket.pm taint.c
4385 ____________________________________________________________________________
4386 [  2569] By: jhi                                   on 1999/01/06  11:18:22
4387         Log: Jumbo doc patch from Abigail (almost identical to
4388              the 5.005-maint change #2562 except for the
4389              ext/IO/lib/IO/Socket.pm patch which was not
4390              applicable because the IO version of 5.005-devel
4391              is somewhat different (why?))
4392              
4393              From: abigail@fnx.com
4394              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
4395              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
4396              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
4397              
4398              From: abigail@fnx.com
4399              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
4400              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
4401              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
4402              
4403              From: abigail@fnx.com
4404              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
4405              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
4406              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
4407              
4408              From: abigail@fnx.com
4409              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
4410              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
4411              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
4412              
4413              From: abigail@fnx.com
4414              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
4415              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
4416              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
4417              
4418              From: abigail@fnx.com
4419              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
4420              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
4421              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
4422              
4423              From: abigail@fnx.com
4424              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
4425              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
4426              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
4427              
4428              From: abigail@fnx.com
4429              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
4430              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
4431              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
4432              
4433              From: abigail@fnx.com
4434              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
4435              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
4436              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
4437              
4438              From: abigail@fnx.com
4439              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
4440              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
4441              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
4442      Branch: cfgperl
4443            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
4444            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
4445            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
4446            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
4447            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
4448 ____________________________________________________________________________
4449 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
4450         Log: From: jan.dubois@ibm.net (Jan Dubois)
4451              Date: Wed, 06 Jan 1999 01:24:09 +0100
4452              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
4453              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
4454      Branch: maint-5.005/perl
4455            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
4456            ! win32/GenCAPI.pl win32/makedef.pl
4457 ____________________________________________________________________________
4458 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
4459         Log: From: "W. Phillip Moore" <wpm@ms.com>
4460              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
4461              Message-ID: <13970.20107.190314.549471@zappa>
4462              Subject: [PATCH] POSIX getpgrp is not -w clean
4463      Branch: maint-5.005/perl
4464            ! ext/POSIX/POSIX.pm
4465 ____________________________________________________________________________
4466 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
4467         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
4468              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
4469              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
4470              Subject: FindBin.pm on Win32 systems
4471      Branch: maint-5.005/perl
4472            ! lib/FindBin.pm
4473 ____________________________________________________________________________
4474 [  2561] By: jhi                                   on 1999/01/05  10:49:10
4475         Log: Reword the setlocale() 1-arg case better.
4476      Branch: cfgperl
4477            ! ext/POSIX/POSIX.pod
4478 ____________________________________________________________________________
4479 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
4480         Log: From: Blair Zajac <bzajac@geostaff.com>
4481              Date: Wed, 23 Dec 1998 17:13:32 -0800
4482              Message-ID: <3681953C.8B6A90AA@geostaff.com>
4483              Subject: Tie::SubstrHash patch
4484      Branch: maint-5.005/perl
4485            ! lib/Tie/SubstrHash.pm
4486 ____________________________________________________________________________
4487 [  2554] By: jhi                                   on 1999/01/02  14:55:06
4488         Log: Object destruction order testing.
4489      Branch: cfgperl
4490            ! t/op/misc.t
4491 ____________________________________________________________________________
4492 [  2553] By: jhi                                   on 1999/01/02  14:49:40
4493         Log: perldelta the Dumpvalue.pm of change #2513.
4494      Branch: cfgperl
4495            ! lib/Dumpvalue.pm pod/perldelta.pod
4496 ____________________________________________________________________________
4497 [  2552] By: nick                                  on 1999/01/02  14:45:38
4498         Log: Tone down Makefile.PL so it works on Win32
4499      Branch: perl
4500            ! ext/B/Makefile.PL
4501 ____________________________________________________________________________
4502 [  2551] By: nick                                  on 1999/01/02  14:06:30
4503         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
4504              Use them in various B::* rather than have local defs.
4505      Branch: perl
4506            + ext/B/defsubs.h.PL
4507            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
4508            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
4509            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
4510 ____________________________________________________________________________
4511 [  2550] By: nick                                  on 1999/01/02  10:04:02
4512         Log: Integrate ext/B changes from //depot/cfgperl
4513      Branch: perl
4514           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
4515 ____________________________________________________________________________
4516 [  2549] By: jhi                                   on 1999/01/01  13:54:16
4517         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
4518              To: perlbug@perl.com
4519              Subject: op/groups.t fails test 1 on HP-UX 10.20
4520              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
4521              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
4522      Branch: cfgperl
4523            ! t/op/groups.t
4524 ____________________________________________________________________________
4525 [  2548] By: jhi                                   on 1999/01/01  13:53:31
4526         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4527              To: perl5-porters@perl.org
4528              cc: hv@crypt0.demon.co.uk
4529              Subject: [bug 5.004_54] duplicate error message
4530              Date: Thu, 31 Dec 1998 04:05:25 +0000
4531              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
4532              
4533              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
4534              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
4535              To: hv@crypt0.demon.co.uk
4536              Cc: perl5-porters@perl.org
4537              Subject: [PATCH _54] Re: duplicate error message
4538              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
4539              
4540              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
4541              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4542              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
4543              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
4544              Subject: [TEST PATCH _54] Re: duplicate error message 
4545              Date: Fri, 01 Jan 1999 07:32:14 +0000
4546      Branch: cfgperl
4547            ! op.c t/pragma/warn/op
4548 ____________________________________________________________________________
4549 [  2547] By: jhi                                   on 1998/12/31  14:15:04
4550         Log: From: Chris Nandor <pudge@pobox.com>
4551              To: jhi@iki.fi
4552              Cc: perl5-porters@perl.org
4553              Subject: Re: [PATCH] perlport.pod 1.38
4554              Date: Thu, 31 Dec 1998 09:06:48 -0500
4555              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
4556      Branch: cfgperl
4557            ! pod/perlport.pod
4558 ____________________________________________________________________________
4559 [  2546] By: jhi                                   on 1998/12/31  11:18:17
4560         Log: From: Wilson P. Snyder II
4561              To: perl5-porters@perl.org
4562              Subject: [PATCH v5.5.53] REV2: Binary number support
4563              Date: 1998/11/30
4564              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
4565      Branch: cfgperl
4566            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
4567            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
4568            ! toke.c util.c
4569 ____________________________________________________________________________
4570 [  2545] By: jhi                                   on 1998/12/31  09:27:40
4571         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
4572              To: perlbug@perl.com
4573              Subject: "perl -T -P" dumps core on OpenBSD and Linux
4574              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
4575              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
4576      Branch: cfgperl
4577            ! taint.c
4578 ____________________________________________________________________________
4579 [  2544] By: jhi                                   on 1998/12/31  09:21:45
4580         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
4581              To: perlbug@perl.com 
4582              Subject: bug in pod2man search for perl binary [5.005_5x]
4583              Date: Sat, 12 Dec 1998 23:08:51 +0000 
4584              Message-ID: <19981212230851.A20578@ig.co.uk> 
4585      Branch: cfgperl
4586            ! pod/pod2man.PL
4587 ____________________________________________________________________________
4588 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
4589         Log: From: jan.dubois@ibm.net (Jan Dubois)
4590              Date: Wed, 23 Dec 1998 21:26:38 +0100
4591              Message-ID: <36895086.8849224@smtp1.ibm.net>
4592              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
4593      Branch: maint-5.005/perl
4594            ! lib/ExtUtils/MakeMaker.pm
4595 ____________________________________________________________________________
4596 [  2540] By: jhi                                   on 1998/12/30  08:42:04
4597         Log: Evermore AUTHORS and MAINTAIN.
4598      Branch: cfgperl
4599            ! AUTHORS MAINTAIN
4600 ____________________________________________________________________________
4601 [  2539] By: jhi                                   on 1998/12/29  15:10:34
4602         Log: More AUTHORS and MAINTAIN.
4603      Branch: cfgperl
4604            ! AUTHORS MAINTAIN
4605 ____________________________________________________________________________
4606 [  2537] By: jhi                                   on 1998/12/29  14:34:47
4607         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
4608              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
4609              Message-ID: <13942.32480.700000.640927@utensil>
4610              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
4611              (mirror change#2531 in the 5.005-maint)
4612      Branch: cfgperl
4613            ! lib/AutoSplit.pm
4614 ____________________________________________________________________________
4615 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
4616         Log: change in_pod pattern to /^=\w/ from /^=/
4617              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
4618              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
4619              Message-ID: <13942.32480.700000.640927@utensil>
4620              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
4621      Branch: maint-5.005/perl
4622            ! lib/AutoSplit.pm
4623 ____________________________________________________________________________
4624 [  2525] By: jhi                                   on 1998/12/29  13:06:26
4625         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
4626              To: perl5-porters@perl.org
4627              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
4628              Date: 16 Dec 1998 03:17:03 +0200
4629              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
4630      Branch: cfgperl
4631            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
4632 ____________________________________________________________________________
4633 [  2524] By: jhi                                   on 1998/12/29  13:00:06
4634         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
4635              To: perl5-porters@perl.org
4636              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
4637              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
4638              Date: 10 Dec 1998 08:30:02 +0200
4639              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
4640              
4641              (Nick's part was applied earlier, in change #2460)
4642      Branch: cfgperl
4643            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
4644 ____________________________________________________________________________
4645 [  2523] By: jhi                                   on 1998/12/29  12:41:31
4646         Log: From: "vishal bhatia" <vishalb@hotmail.com>
4647              To: nick@ni-s.u-net.com
4648              Cc: perl5-porters@perl.org
4649              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
4650              Date: 9 Dec 1998 06:50:30 +0200
4651              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
4652      Branch: cfgperl
4653            ! ext/B/B/CC.pm
4654 ____________________________________________________________________________
4655 [  2522] By: jhi                                   on 1998/12/29  12:15:18
4656         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
4657              To: perl5-porters@perl.org (Perl 5 Porters)
4658              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
4659              Date: 25 Dec 1998 23:02:28 +0200
4660              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
4661      Branch: cfgperl
4662            ! lib/Pod/Text.pm
4663 ____________________________________________________________________________
4664 [  2521] By: jhi                                   on 1998/12/29  12:07:54
4665         Log: Undo #2519 (breaks universal.c).
4666      Branch: cfgperl
4667            ! XSUB.h
4668 ____________________________________________________________________________
4669 [  2519] By: jhi                                   on 1998/12/29  11:41:10
4670         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
4671              To: perl5-porters@perl.org
4672              Cc: perl-xs@perl.org
4673              Subject: XSUB.h refinement [PATCH]
4674              Date: 18 Dec 1998 03:58:44 +0200
4675              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
4676      Branch: cfgperl
4677            ! XSUB.h
4678 ____________________________________________________________________________
4679 [  2518] By: jhi                                   on 1998/12/29  11:36:19
4680         Log: From: abigail@fnx.com
4681              To: perl5-porters@perl.org (Perl Porters)
4682              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
4683              Date: 28 Dec 1998 21:39:15 +0200
4684              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
4685      Branch: cfgperl
4686            ! lib/fields.pm
4687 ____________________________________________________________________________
4688 [  2517] By: jhi                                   on 1998/12/29  11:35:03
4689         Log: Document change #2516.
4690      Branch: cfgperl
4691            ! pod/perldelta.pod
4692 ____________________________________________________________________________
4693 [  2516] By: jhi                                   on 1998/12/29  11:32:26
4694         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4695              To: perl5-porters@perl.org (Mailing list Perl5)
4696              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
4697              Date: 9 Dec 1998 10:39:31 +0200
4698              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
4699      Branch: cfgperl
4700            ! pod/perldiag.pod regcomp.c toke.c
4701 ____________________________________________________________________________
4702 [  2515] By: jhi                                   on 1998/12/29  11:27:11
4703         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4704              To: perl5-porters@perl.org (Mailing list Perl5)
4705              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
4706              Date: 8 Dec 1998 09:02:04 +0200
4707              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
4708              
4709              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
4710      Branch: cfgperl
4711            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
4712 ____________________________________________________________________________
4713 [  2514] By: jhi                                   on 1998/12/29  11:21:31
4714         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4715              To: perl5-porters@perl.org (Mailing list Perl5)
4716              Subject: [PATCH 5.005_53] Regexp tests and UTF8
4717              Date: 8 Dec 1998 07:02:01 +0200
4718              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
4719      Branch: cfgperl
4720            ! regcomp.c
4721 ____________________________________________________________________________
4722 [  2513] By: jhi                                   on 1998/12/29  11:18:34
4723         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4724              Subject: [PATCH 5.005_*] Dumpvar.pm
4725              To: perl5-porters@perl.org (Mailing list Perl5)
4726              Date: 7 Dec 1998 10:17:35 +0200
4727              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
4728      Branch: cfgperl
4729            + lib/Dumpvalue.pm
4730            ! MANIFEST
4731 ____________________________________________________________________________
4732 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
4733         Log: From: jan.dubois@ibm.net (Jan Dubois)
4734              Date: Tue, 01 Dec 1998 00:07:33 +0100
4735              Message-ID: <366921b5.14512598@smtp1.ibm.net>
4736              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
4737              
4738              From: jan.dubois@ibm.net (Jan Dubois)
4739              Date: Wed, 02 Dec 1998 00:24:54 +0100
4740              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
4741              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
4742      Branch: maint-5.005/perl
4743            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
4744            ! win32/config.bc win32/config.gc win32/config.vc
4745            ! win32/config_sh.PL win32/makedef.pl
4746 ____________________________________________________________________________
4747 [  2509] By: jhi                                   on 1998/12/28  13:00:31
4748     Log: Kickstart AUTHORS and MAINTAIN.
4749  Branch: cfgperl
4750        + AUTHORS MAINTAIN
4751        ! MANIFEST
4752 ____________________________________________________________________________
4753 [  2508] By: jhi                                   on 1998/12/28  08:04:00
4754     Log: From: Nathan Torkington <gnat@frii.com>
4755          To: perlbug@perl.com
4756          Subject: [PATCH] perlxstut.pod fix
4757          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
4758          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
4759  Branch: cfgperl
4760        ! pod/perlxstut.pod
4761 ____________________________________________________________________________
4762 [  2507] By: jhi                                   on 1998/12/28  07:59:00
4763     Log: From: abigail@fnx.com
4764          To: perlbug@perl.com
4765          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
4766          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
4767          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
4768          (slightly modified, a part of the patch was rejected)
4769          (strange, I thought I had already submitted this one
4770          but Perforce disagrees with me...)
4771  Branch: cfgperl
4772        ! pod/perlop.pod
4773 ____________________________________________________________________________
4774 [  2506] By: jhi                                   on 1998/12/28  07:56:59
4775     Log: From: Artur <artur@vogon-solutions.com>
4776          To: perlbug@perl.com
4777          Subject: PATCH: perlmodlib.pod
4778          Date: Fri, 25 Dec 1998 00:48:39 +0000
4779          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
4780  Branch: cfgperl
4781        ! pod/perlmodlib.pod pod/perlop.pod
4782 ____________________________________________________________________________
4783 [  2505] By: jhi                                   on 1998/12/28  07:46:06
4784     Log: From: abigail@fnx.com
4785          To: perl5-porters@perl.org (Perl Porters)
4786          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
4787          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
4788          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
4789  Branch: cfgperl
4790        ! pod/pod2html.PL
4791 ____________________________________________________________________________
4792 [  2504] By: jhi                                   on 1998/12/28  07:44:35
4793     Log: From: Jim Avera <avera@fjst.com>
4794          To: perlbug@perl.com
4795          Subject: perlbug bug - shows dates reversed
4796          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
4797          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
4798  Branch: cfgperl
4799        ! utils/perlbug.PL
4800 ____________________________________________________________________________
4801 [  2503] By: jhi                                   on 1998/12/28  07:41:39
4802     Log: From: jan.dubois@ibm.net (Jan Dubois)
4803          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
4804          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
4805          Date: Wed, 23 Dec 1998 21:26:38 +0100
4806          Message-ID: <36895086.8849224@smtp1.ibm.net>
4807  Branch: cfgperl
4808        ! lib/ExtUtils/MakeMaker.pm
4809 ____________________________________________________________________________
4810 [  2502] By: jhi                                   on 1998/12/28  07:39:20
4811     Log: From: Blair Zajac <bzajac@geostaff.com>
4812          To: perl5-porters@perl.org
4813          Subject: Tie::SubstrHash patch
4814          Date: Wed, 23 Dec 1998 17:13:32 -0800
4815          Message-ID: <3681953C.8B6A90AA@geostaff.com>
4816  Branch: cfgperl
4817        ! lib/Tie/SubstrHash.pm
4818 ____________________________________________________________________________
4819 [  2501] By: jhi                                   on 1998/12/28  07:37:16
4820     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
4821          To: perlbug@perl.com
4822          Subject: perlfaq9 minor error
4823          Date: Wed, 23 Dec 1998 14:54:19 -0800
4824          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
4825  Branch: cfgperl
4826        ! pod/perlfaq9.pod
4827 ____________________________________________________________________________
4828 [  2500] By: jhi                                   on 1998/12/23  10:38:18
4829     Log: More porting notes about filesystems, AmigaOS, and MiNT.
4830  Branch: cfgperl
4831        ! pod/perlport.pod
4832 ____________________________________________________________________________
4833 [  2499] By: jhi                                   on 1998/12/22  09:26:49
4834     Log: Add few MSG_ and uio constants.
4835  Branch: cfgperl
4836        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
4837 ____________________________________________________________________________
4838 [  2498] By: jhi                                   on 1998/12/22  08:39:30
4839     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
4840          a Digital C compiler optimizer bug that broke the 'x'
4841          operator under certain circumstances.  See t/op/repeat.t
4842          test #20 for graphic details.  Reported in
4843          
4844          From: Gisle Aas <gisle@aas.no>
4845          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
4846          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
4847          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
4848          Date: 18 Dec 1998 14:27:40 +0100
4849          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
4850          
4851          and discussed further in the thread
4852          
4853          From: Jarkko Hietaniemi <jhi@iki.fi>
4854          To: Gisle Aas <gisle@aas.no>
4855          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
4856          cpan-testers@perl.org, perl5-porters@perl.org
4857          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
4858          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
4859          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
4860  Branch: cfgperl
4861        ! t/op/repeat.t util.c
4862 ____________________________________________________________________________
4863 [  2497] By: jhi                                   on 1998/12/21  14:18:57
4864     Log: Change #2483 update.
4865  Branch: cfgperl
4866        ! t/op/tr.t
4867 ____________________________________________________________________________
4868 [  2496] By: jhi                                   on 1998/12/21  14:07:41
4869     Log: Update on change #2493.
4870  Branch: cfgperl
4871        ! t/pragma/warn/op
4872 ____________________________________________________________________________
4873 [  2495] By: jhi                                   on 1998/12/21  13:52:00
4874     Log: Change #2487 aftershock.
4875  Branch: cfgperl
4876        ! warning.pl
4877 ____________________________________________________________________________
4878 [  2494] By: jhi                                   on 1998/12/21  12:35:00
4879     Log: From: Chris Nandor <pudge@pobox.com>
4880          To: perl5-porters@perl.org
4881          Subject: [PATCH] perlport.pod v1.37
4882          Date: Sat, 19 Dec 1998 12:54:34 -0500
4883          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
4884  Branch: cfgperl
4885        ! pod/perlport.pod
4886 ____________________________________________________________________________
4887 [  2493] By: jhi                                   on 1998/12/21  12:22:44
4888     Log: From: Mark-Jason Dominus <mjd@plover.com>
4889          To: perl5-porters@perl.com
4890          Subject: PATCH (5.005_02): Dejargonizing
4891          Date: Sun, 20 Dec 1998 14:35:20 -0500
4892          Message-ID: <19981220193520.11230.qmail@plover.com>
4893          
4894          From: Mark-Jason Dominus <mjd@plover.com>
4895          To: perl5-porters@perl.com
4896          Subject: PATCH (5.005_02): Spelling correction in warning message
4897          Date: Sun, 20 Dec 1998 13:51:30 -0500
4898          Message-ID: <19981220185130.11067.qmail@plover.com>
4899  Branch: cfgperl
4900        ! doio.c op.c
4901 ____________________________________________________________________________
4902 [  2492] By: jhi                                   on 1998/12/21  09:00:05
4903     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
4904          To: perl5-porters@perl.org
4905          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
4906          Date: Sun, 20 Dec 1998 19:03:25 PST
4907          Message-ID: <19981221030326.27660.qmail@hotmail.com>
4908          
4909          (slightly reformatted)
4910  Branch: cfgperl
4911        ! ext/B/B/CC.pm
4912 ____________________________________________________________________________
4913 [  2491] By: nick                                  on 1998/12/20  14:21:29
4914     Log: Save _all_ GV's which have SV, AV or HV set.
4915  Branch: perl
4916        ! ext/B/B/C.pm
4917 ____________________________________________________________________________
4918 [  2490] By: jhi                                   on 1998/12/18  15:13:19
4919     Log: Add idea about generalising cpp symbol probing of Errno.
4920  Branch: cfgperl
4921        ! Todo
4922 ____________________________________________________________________________
4923 [  2489] By: jhi                                   on 1998/12/18  14:47:57
4924     Log: Address some of the issues of:
4925          
4926          From: Tom Christiansen <tchrist@jhereg.perl.com>
4927          To: perl-porters-active@jhereg.perl.com
4928          Subject: Undocumentation Issues for 5.005
4929          Date: Thu, 17 Dec 1998 14:46:24 -0700
4930          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
4931  Branch: cfgperl
4932        ! pod/perl5005delta.pod
4933 ____________________________________________________________________________
4934 [  2488] By: jhi                                   on 1998/12/18  11:26:32
4935     Log: From: root <root@dubravka.in-berlin.de>
4936          To: perlbug@perl.com
4937          Cc: k@dubravka.in-berlin.de
4938          Subject: Please add no_modify to PERL_POLLUTE
4939          Date: Fri, 18 Dec 1998 10:45:52 +0100
4940          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
4941          
4942          (Really from Andreas König)
4943  Branch: cfgperl
4944        ! embed.pl
4945 ____________________________________________________________________________
4946 [  2487] By: jhi                                   on 1998/12/17  14:05:52
4947     Log: Some (by far not all) issues of the below message addressed.
4948          
4949          From: Tom Christiansen <tchrist@jhereg.perl.com>
4950          To: The Perl Porters Mailing List <perl5-porters@perl.org>
4951          Subject: important UNDOC issues for 5.005_54
4952          Date: Wed, 16 Dec 1998 21:14:53 -0700
4953          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
4954  Branch: cfgperl
4955        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
4956 ____________________________________________________________________________
4957 [  2486] By: jhi                                   on 1998/12/17  12:47:15
4958     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4959          To: domo@computer.org
4960          Cc: jhi@iki.fi, perl5-porters@perl.org
4961          Subject: Re: stuff related to malloc.c
4962          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
4963          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
4964  Branch: cfgperl
4965        ! malloc.c
4966 ____________________________________________________________________________
4967 [  2485] By: jhi                                   on 1998/12/17  12:17:19
4968     Log: More porting notes.
4969  Branch: cfgperl
4970        ! Porting/pumpkin.pod
4971 ____________________________________________________________________________
4972 [  2484] By: jhi                                   on 1998/12/15  08:38:05
4973     Log: Undo #2386 and #2205.
4974  Branch: cfgperl
4975        ! pod/perlfunc.pod
4976 ____________________________________________________________________________
4977 [  2483] By: jhi                                   on 1998/12/14  17:58:35
4978     Log: lib was missing from @INC.
4979  Branch: cfgperl
4980        ! t/op/tr.t
4981 ____________________________________________________________________________
4982 [  2482] By: jhi                                   on 1998/12/14  17:52:42
4983     Log: Was missing use Text::Wrap.
4984  Branch: cfgperl
4985        ! t/lib/textfill.t
4986 ____________________________________________________________________________
4987 [  2481] By: jhi                                   on 1998/12/14  16:00:22
4988     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
4989          
4990          From: Jonathan Roy <roy@idle.com>
4991          To: perl5-porters@perl.org
4992          Subject: nlist.h add to Configure checks?
4993          Date: Sun, 13 Dec 1998 22:22:49 -0500
4994          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
4995  Branch: cfgperl
4996        + ext/DynaLoader/hints/linux.pl
4997        ! MANIFEST
4998 ____________________________________________________________________________
4999 [  2480] By: jhi                                   on 1998/12/14  15:02:44
5000     Log: Give up completely using nm in AIX.
5001          
5002          From: "Kurt D. Starsinic" <kstar@chapin.edu>
5003          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
5004          Cc: perl5-porters@perl.org
5005          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
5006          Date: Thu, 10 Dec 1998 00:51:46 -0500
5007          Message-ID: <19981210005146.B29986@O2.chapin.edu>
5008  Branch: cfgperl
5009        ! hints/aix.sh
5010 ____________________________________________________________________________
5011 [  2479] By: jhi                                   on 1998/12/14  14:39:52
5012     Log: AIX' error messages are different.
5013          
5014          From: "Kurt D. Starsinic" <kstar@chapin.edu>
5015          To: Gurusamy Sarathy <gsar@engin.umich.edu>
5016          Cc: perl5-porters@perl.org
5017          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
5018          Date: Thu, 10 Dec 1998 00:42:36 -0500
5019          Message-ID: <19981210004236.A29986@O2.chapin.edu>
5020          
5021          From: Michael Engel <engel@nms1.cc.huji.ac.il>
5022          To: perlbug@perl.com
5023          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
5024          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
5025          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
5026  Branch: cfgperl
5027        ! t/pragma/warn/doio
5028 ____________________________________________________________________________
5029 [  2475] By: jhi                                   on 1998/12/13  12:35:55
5030     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5031          To: jhi@iki.fi
5032          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
5033          Subject: Re: stuff related to malloc.c
5034          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
5035          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
5036  Branch: cfgperl
5037        ! malloc.c
5038 ____________________________________________________________________________
5039 [  2474] By: jhi                                   on 1998/12/13  12:32:42
5040     Log: Some notes about porting issues.
5041  Branch: cfgperl
5042        ! Porting/pumpkin.pod
5043 ____________________________________________________________________________
5044 [  2473] By: jhi                                   on 1998/12/13  12:03:58
5045     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
5046          To: Perl 5 Porters <perl5-porters@perl.org>
5047          Subject: [patch 5.005_02] dos-djgpp update
5048          Date: Sun, 13 Dec 1998 00:08:44 +0100
5049          Message-ID: <19981213000844.C264@beeblebrox>
5050  Branch: cfgperl
5051        ! djgpp/config.over
5052 ____________________________________________________________________________
5053 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
5054     Log: undo changes to Exporter.pm from #2312
5055  Branch: maint-5.005/perl
5056        ! lib/Exporter.pm
5057 ____________________________________________________________________________
5058 [  2465] By: jhi                                   on 1998/12/12  12:31:21
5059     Log: Document that qw() taints.
5060          
5061          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
5062          To: perlbug@perl.com 
5063          Subject: taint problems
5064          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
5065          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
5066  Branch: cfgperl
5067        ! pod/perlop.pod
5068 ____________________________________________________________________________
5069 [  2464] By: jhi                                   on 1998/12/11  14:09:51
5070     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
5071          To: dist-users@foretune.co.jp
5072          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
5073          Date: Mon, 07 Dec 1998 20:13:04 -0400
5074          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
5075  Branch: cfgperl
5076        ! Configure
5077 ____________________________________________________________________________
5078 [  2463] By: jhi                                   on 1998/12/11  13:29:54
5079     Log: MAXPATHLEN.
5080  Branch: cfgperl
5081        ! perl.h
5082 ____________________________________________________________________________
5083 [  2462] By: jhi                                   on 1998/12/11  08:37:58
5084     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
5085          To: perl5-porters@perl.org
5086          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
5087          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
5088          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
5089  Branch: cfgperl
5090        + hints/gnu.sh
5091 ____________________________________________________________________________
5092 [  2461] By: nick                                  on 1998/12/10  21:00:50
5093     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
5094          From: Vishal Bhatia <vishalb@hotmail.com>
5095          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
5096          2. Fixes the bug  regarding return value of c-functions generated out 
5097          of perl subs. ( Just includes the patch I sent earlier)
5098          3. Incorporates the other changes that need to be done to get CC.pm
5099          use ISA search for packages and methods on the same lines as C.pm
5100          
5101          Vishal would appreciate comments about B::Stackobj changes from 
5102          someone knowing that module well.
5103  Branch: perl
5104        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
5105 ____________________________________________________________________________
5106 [  2460] By: jhi                                   on 1998/12/08  08:11:27
5107     Log: Integrate from mainperl.
5108  Branch: cfgperl
5109       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
5110       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
5111       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
5112       !> toke.c util.c
5113 ____________________________________________________________________________
5114 [  2459] By: jhi                                   on 1998/12/07  07:50:11
5115     Log: From: hansm@icgroup.nl 
5116          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
5117          Reply-To: hansmu@xs4all.nl 
5118          To: perlbug@perl.com 
5119          Date: Sun, 6 Dec 98 22:19:54 +0100 
5120          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
5121  Branch: cfgperl
5122        ! util.c
5123 ____________________________________________________________________________
5124 [  2458] By: gsar                                  on 1998/12/07  06:00:55
5125     Log: fix dup lexical
5126  Branch: perl
5127        ! ext/B/B/Deparse.pm t/lib/io_unix.t
5128 ____________________________________________________________________________
5129 [  2457] By: gsar                                  on 1998/12/06  14:38:59
5130     Log: mention limit on line numbers reported by diagnostics
5131  Branch: perl
5132        ! pod/perl.pod toke.c
5133 ____________________________________________________________________________
5134 [  2456] By: gsar                                  on 1998/12/06  13:49:02
5135     Log: branch perldelta.pod
5136  Branch: maint-5.005/perl
5137       +> pod/perldelta.pod
5138 ____________________________________________________________________________
5139 [  2455] By: gsar                                  on 1998/12/06  13:47:21
5140     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
5141  Branch: maint-5.005/perl
5142        - pod/perldelta.pod
5143 ____________________________________________________________________________
5144 [  2454] By: gsar                                  on 1998/12/06  13:35:31
5145     Log: fix outdated/incorrect info about arbitrary limits
5146  Branch: perl
5147        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
5148        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
5149 ____________________________________________________________________________
5150 [  2453] By: nick                                  on 1998/12/05  16:14:42
5151     Log: Avoid hard-coding op numbers
5152          Update CC.pm to save %INC, and to co-exist with new C.pm
5153  Branch: perl
5154        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
5155 ____________________________________________________________________________
5156 [  2452] By: nick                                  on 1998/12/05  10:44:28
5157     Log: B.xs had its own code to calculate hash() which differed from
5158          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
5159          which meant that run-time require was re-done.
5160          Removed some debug from C.pm
5161  Branch: perl
5162        ! ext/B/B.xs ext/B/B/C.pm
5163 ____________________________________________________________________________
5164 [  2451] By: nick                                  on 1998/12/04  21:58:49
5165     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
5166          well as _54, but with pre-scan for classes and save the ISA scheme.
5167  Branch: perl
5168        ! ext/B/B/C.pm
5169 ____________________________________________________________________________
5170 [  2450] By: nick                                  on 1998/12/04  17:58:44
5171     Log: Vishal Bhatia's patch as a basis.
5172  Branch: perl
5173        ! ext/B/B/C.pm ext/B/B/CC.pm
5174 ____________________________________________________________________________
5175 [  2449] By: jhi                                   on 1998/12/04  16:39:21
5176     Log: Integrate from mainperl.
5177  Branch: cfgperl
5178       !> t/op/goto.t t/op/tr.t
5179 ____________________________________________________________________________
5180 [  2448] By: gsar                                  on 1998/12/04  06:06:49
5181     Log: tweak test for UTEST
5182  Branch: perl
5183        ! t/op/tr.t
5184 ____________________________________________________________________________
5185 [  2444] By: jhi                                   on 1998/12/03  14:37:22
5186     Log: s/\bthe the\b/the/g *.pod
5187  Branch: cfgperl
5188        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
5189 ____________________________________________________________________________
5190 [  2443] By: jhi                                   on 1998/12/03  13:39:53
5191     Log: Change#2441 aftermath.
5192  Branch: cfgperl
5193        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5194        ! config_h.SH thread.h vms/subconfigure.com
5195 ____________________________________________________________________________
5196 [  2441] By: jhi                                   on 1998/12/03  08:15:13
5197     Log: From: Dan Sugalski <sugalskd@osshe.edu>
5198          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
5199          Subject: [PATCH 5.005_54]Initial VMS patches
5200          Date: 3 Dec 1998 01:05:55 +0200
5201          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
5202          
5203          The patch to config_h.SH requires more study because
5204          metaconfig needs to agree.
5205  Branch: cfgperl
5206        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
5207        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
5208        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
5209 ____________________________________________________________________________
5210 [  2440] By: gsar                                  on 1998/12/03  01:32:16
5211     Log: add failed check-in of goto.t from change#1867
5212  Branch: perl
5213        ! t/op/goto.t
5214 ____________________________________________________________________________
5215 [  2437] By: jhi                                   on 1998/12/02  18:03:51
5216     Log: Fix most of the bad L<> links of
5217          
5218          From: Tom Christiansen <tchrist@jhereg.perl.com> 
5219          Subject: bad L<> links
5220          Reply-to: tchrist@perl.com 
5221          To: perlbug@jhereg.perl.com 
5222          Date: Tue, 11 Aug 1998 10:58:07 -0500 
5223          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
5224          
5225          The ones not fixed may require darker Pod::HTML magic,
5226          for example the perlguts.html#tags should work fine, IMHO.
5227  Branch: cfgperl
5228        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
5229        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
5230        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
5231        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
5232        ! pod/perlvar.pod
5233 ____________________________________________________________________________
5234 [  2436] By: jhi                                   on 1998/12/02  16:35:04
5235     Log: One paste too many in #2345.
5236  Branch: cfgperl
5237        ! lib/Pod/Html.pm
5238 ____________________________________________________________________________
5239 [  2435] By: jhi                                   on 1998/12/02  16:32:33
5240     Log: Pod::Html and Pod::Text were not locale-savvy:
5241          for example in =head1 all non-ASCII-\w-runs were
5242          turned into underscores in NAME tags.  This could
5243          result in several NAME tags becoming identical.
5244          Reported by:
5245          
5246          From: Fyodor Krasnov <fyodor@aha.ru> 
5247          Subject: pod2html vs Russian Characters
5248          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
5249          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
5250          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
5251  Branch: cfgperl
5252        ! lib/Pod/Html.pm lib/Pod/Text.pm
5253 ____________________________________________________________________________
5254 [  2434] By: jhi                                   on 1998/12/02  10:29:00
5255     Log: The real Mc5_54 integration.
5256  Branch: cfgperl
5257       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
5258 ____________________________________________________________________________
5259 [  2433] By: jhi                                   on 1998/12/02  08:52:13
5260     Log: From: Andy Dougherty <doughera@lafayette.edu>
5261          To: Perl Porters <perl5-porters@perl.org>
5262          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
5263          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
5264          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
5265  Branch: cfgperl
5266        ! Configure
5267 ____________________________________________________________________________
5268 [  2432] By: jhi                                   on 1998/12/02  08:49:47
5269     Log: From: Andy Dougherty <doughera@lafayette.edu>
5270          To: Perl Porters <perl5-porters@perl.org>
5271          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
5272          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
5273          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
5274  Branch: cfgperl
5275        ! Configure
5276 ____________________________________________________________________________
5277 [  2431] By: jhi                                   on 1998/12/01  16:11:50
5278     Log: From: achampio@lehman.com (Alan Champion)
5279          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
5280          To: perlbug@perl.com
5281          Date: 1 Dec 1998 17:36:33 +0200
5282          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
5283          
5284          Skip NIS includes.
5285  Branch: cfgperl
5286        ! t/op/pwent.t
5287 ____________________________________________________________________________
5288 [  2430] By: gsar                                  on 1998/12/01  12:12:50
5289     Log: 5.005_54, as released
5290  Branch: perl
5291        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
5292 ____________________________________________________________________________
5293 [  2429] By: jhi                                   on 1998/12/01  11:28:39
5294     Log: From: Anton Berezin <tobez@plab.ku.dk>
5295          To: perl5-porters@perl.org
5296          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
5297          Date: 30 Nov 1998 19:46:24 +0100
5298          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
5299  Branch: cfgperl
5300        ! hints/freebsd.sh
5301 ____________________________________________________________________________
5302 [  2428] By: jhi                                   on 1998/12/01  11:08:16
5303     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
5304  Branch: cfgperl
5305       +> (branch 30 files)
5306       !> (integrate 71 files)
5307 ____________________________________________________________________________
5308 [  2427] By: jhi                                   on 1998/12/01  10:51:37
5309     Log: Default to accepting a hinted $randfunc even when $csym
5310          does not find it.  (the previous defaylt behaviour was not
5311          to accept).
5312  Branch: cfgperl
5313        ! Configure
5314 ____________________________________________________________________________
5315 [  2426] By: jhi                                   on 1998/12/01  10:13:03
5316     Log: Separated the [:foo:] parsing to its own function.
5317          Passes all tests.
5318  Branch: cfgperl
5319        ! regcomp.c
5320 ____________________________________________________________________________
5321 [  2425] By: jhi                                   on 1998/12/01  08:22:49
5322     Log: Typo in comments.
5323  Branch: cfgperl
5324        ! regexec.c
5325 ____________________________________________________________________________
5326 [  2424] By: jhi                                   on 1998/12/01  08:21:38
5327     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5328          Subject: [PATCH 5.005_*] Debugger 'v' command
5329          To: perl5-porters@perl.org (Mailing list Perl5)
5330          Date: 1 Dec 1998 07:55:11 +0200
5331          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
5332  Branch: cfgperl
5333        ! lib/perl5db.pl
5334 ____________________________________________________________________________
5335 [  2423] By: jhi                                   on 1998/12/01  08:19:08
5336     Log: From: pvhp@forte.com (Peter Prymmer)
5337          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
5338          To: perl5-porters@perl.org
5339          Date: 1 Dec 1998 07:27:11 +0200
5340          Message-ID: <MLIST_9812010508.AA07791@forte.com>
5341  Branch: cfgperl
5342        ! hints/os390.sh
5343 ____________________________________________________________________________
5344 [  2417] By: jhi                                   on 1998/11/30  08:14:00
5345     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
5346  Branch: cfgperl
5347        ! ext/Socket/Socket.xs
5348 ____________________________________________________________________________
5349 [  2416] By: jhi                                   on 1998/11/30  08:00:15
5350     Log: Undo #2395, seems more like a problem in netbsd-current.
5351  Branch: cfgperl
5352        ! util.c
5353
5354 ----------------
5355 Version 5.005_54
5356 ----------------
5357
5358 ____________________________________________________________________________
5359 [  2414] By: gsar                                  on 1998/11/30  02:23:55
5360     Log: more JPL tweaks
5361  Branch: perl
5362        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
5363        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
5364 ____________________________________________________________________________
5365 [  2413] By: gsar                                  on 1998/11/30  01:35:56
5366     Log: stub bin/jpl that just runs JPL::Compile::files()
5367  Branch: perl
5368        + jpl/bin/jpl
5369 ____________________________________________________________________________
5370 [  2412] By: gsar                                  on 1998/11/30  01:32:14
5371     Log: delete symlink
5372  Branch: perl
5373        - jpl/bin/jpl
5374 ____________________________________________________________________________
5375 [  2410] By: gsar                                  on 1998/11/30  01:30:44
5376     Log: branch jpl from perlext to perl
5377  Branch: perl
5378       +> (branch 30 files)
5379 ____________________________________________________________________________
5380 [  2407] By: gsar                                  on 1998/11/30  01:24:53
5381     Log: JPL tweaks to build with 5.005
5382  Branch: perlext
5383        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
5384        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
5385 ____________________________________________________________________________
5386 [  2406] By: gsar                                  on 1998/11/30  00:55:54
5387     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
5388  Branch: perl
5389        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
5390 ____________________________________________________________________________
5391 [  2405] By: gsar                                  on 1998/11/30  00:28:55
5392     Log: patchlevel up to 54
5393  Branch: perl
5394        ! patchlevel.h win32/Makefile win32/config_H.bc
5395        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
5396 ____________________________________________________________________________
5397 [  2403] By: gsar                                  on 1998/11/29  23:35:50
5398     Log: integrate cfgperl changes into mainline
5399  Branch: perl
5400       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
5401       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
5402 ____________________________________________________________________________
5403 [  2402] By: gsar                                  on 1998/11/29  23:08:42
5404     Log: sync Text::Wrap version number
5405  Branch: perl
5406        ! lib/Text/Wrap.pm
5407 ____________________________________________________________________________
5408 [  2401] By: gsar                                  on 1998/11/29  22:56:21
5409     Log: textfill.t tweak
5410  Branch: perl
5411        ! t/lib/textfill.t
5412 ____________________________________________________________________________
5413 [  2400] By: gsar                                  on 1998/11/29  22:50:41
5414     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
5415          <muir@idiom.com>
5416  Branch: perl
5417        + t/lib/textfill.t
5418        ! MANIFEST lib/Text/Wrap.pm
5419 ____________________________________________________________________________
5420 [  2399] By: gsar                                  on 1998/11/29  22:28:05
5421     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
5422          has happened without the authors knowledge or consent; the subversive
5423          version (which is in 5.00502) breaks one of the tests in the
5424          authors testsuite; attempts are being made to find a fix that
5425          avoids breaking code already running with the 5.005_02 version
5426          From:    David Muir Sharnoff <muir@idiom.com>
5427          Date:    Sat, 28 Nov 1998 04:34:17 PST
5428          Message-Id: <199811281234.EAA03082@idiom.com>
5429          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
5430  Branch: perl
5431        ! lib/Text/Wrap.pm t/lib/textwrap.t
5432 ____________________________________________________________________________
5433 [  2397] By: nick                                  on 1998/11/29  20:13:58
5434     Log: Update docs and English.pm for $^C
5435  Branch: perl
5436        ! lib/English.pm pod/perlvar.pod
5437 ____________________________________________________________________________
5438 [  2396] By: jhi                                   on 1998/11/29  20:13:03
5439     Log: Mirror #2384.
5440  Branch: cfgperl
5441        ! t/op/pwent.t
5442 ____________________________________________________________________________
5443 [  2395] By: jhi                                   on 1998/11/29  19:59:12
5444     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
5445  Branch: cfgperl
5446        ! util.c
5447 ____________________________________________________________________________
5448 [  2394] By: gsar                                  on 1998/11/29  19:49:08
5449     Log: updated perlreftut.pod
5450  Branch: perl
5451        ! pod/perlreftut.pod
5452 ____________________________________________________________________________
5453 [  2393] By: gsar                                  on 1998/11/29  19:31:56
5454     Log: misc tweaks
5455  Branch: perl
5456        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
5457 ____________________________________________________________________________
5458 [  2392] By: gsar                                  on 1998/11/29  19:31:18
5459     Log: notes about -DPERL_POLLUTE
5460  Branch: perl
5461        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
5462 ____________________________________________________________________________
5463 [  2391] By: gsar                                  on 1998/11/29  19:13:52
5464     Log: explain various win32 build caveats more clearly
5465  Branch: perl
5466        ! README.win32 win32/Makefile win32/makefile.mk
5467 ____________________________________________________________________________
5468 [  2390] By: gsar                                  on 1998/11/29  16:51:59
5469     Log: remove I_POLL detection (Configure will do that now)
5470  Branch: perl
5471        ! ext/IO/Makefile.PL
5472 ____________________________________________________________________________
5473 [  2389] By: jhi                                   on 1998/11/29  16:39:16
5474     Log: Add I_POLL for IO 1.20.
5475  Branch: cfgperl
5476        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5477        ! config_h.SH
5478 ____________________________________________________________________________
5479 [  2388] By: gsar                                  on 1998/11/29  16:23:30
5480     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
5481  Branch: perl
5482        + Porting/p4desc
5483        ! MANIFEST
5484 ____________________________________________________________________________
5485 [  2387] By: gsar                                  on 1998/11/29  16:08:03
5486     Log: another threads reliability fix: serialize writes to thr->threadsv
5487          avoid most uses of PL_na (which is much more inefficient than a
5488          simple local); update docs to suit; PL_na now being thr->Tna may
5489          be a minor compatibility issue for extensions--will require dTHR
5490          outside of XSUBs (those get automatic dTHR)
5491  Branch: perl
5492        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
5493        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
5494        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
5495        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
5496        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
5497        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
5498        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
5499        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
5500        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
5501 ____________________________________________________________________________
5502 [  2386] By: jhi                                   on 1998/11/29  15:40:42
5503     Log: Tune the "if" entry.
5504  Branch: cfgperl
5505        ! pod/perlfunc.pod
5506 ____________________________________________________________________________
5507 [  2385] By: gsar                                  on 1998/11/29  12:40:28
5508     Log: various fixes for race conditions under threads: mutex locks based
5509          on PL_threadnum were seriously flawed, since it means more than one
5510          thread could enter the critical region; PL_na was global instead of
5511          thread-local; child thread could finish and free thr structures
5512          before Thread->new() got around to creating the Thread object;
5513          cv_clone() needed locking, as it mucks with PL_comppad and other
5514          global data; new_struct_thread() needed to lock template-thread's
5515          mutex while copying its data
5516  Branch: perl
5517        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
5518        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
5519 ____________________________________________________________________________
5520 [  2384] By: gsar                                  on 1998/11/29  10:54:38
5521     Log: s/warn/print/ on multiply defined groups
5522  Branch: perl
5523        ! t/op/grent.t
5524 ____________________________________________________________________________
5525 [  2383] By: gsar                                  on 1998/11/29  10:48:39
5526     Log: backout change#2334
5527  Branch: perl
5528        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
5529 ____________________________________________________________________________
5530 [  2382] By: jhi                                   on 1998/11/29  10:33:40
5531     Log: Better NetInfo behaviour.
5532  Branch: cfgperl
5533        ! t/op/grent.t t/op/pwent.t
5534 ____________________________________________________________________________
5535 [  2381] By: jhi                                   on 1998/11/29  10:08:15
5536     Log: Integrate from mainperl.
5537  Branch: cfgperl
5538       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
5539       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
5540       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
5541       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
5542       +> t/lib/io_poll.t t/lib/io_unix.t
5543       !> (integrate 58 files)
5544 ____________________________________________________________________________
5545 [  2380] By: gsar                                  on 1998/11/29  08:22:49
5546     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
5547          Tim Bunce)
5548  Branch: perl
5549        ! gv.c
5550 ____________________________________________________________________________
5551 [  2379] By: gsar                                  on 1998/11/29  07:06:43
5552     Log: fix for pat.t failure under USE_THREADS
5553  Branch: perl
5554        ! pp_ctl.c regexec.c
5555 ____________________________________________________________________________
5556 [  2378] By: nick                                  on 1998/11/28  22:46:57
5557     Log: More C.pm tweaks
5558          Save globs even if we have saved cv itself before - may be imported.
5559          
5560          While we don't save "bootstrap" CV we need to provide a stub,
5561          so that if we require it later we don't fall through and attempt
5562          to DynaLoad module again.
5563          
5564          Attempt to save %INC so that "require" does not reload things
5565          we have compiled-in (does not work right yet - seems to be due
5566          to PL_incgv being created in perl_parse() current scheme setting 
5567          GvHV() is "better" than saving the glob, but still does not 
5568          work as I expect). 
5569  Branch: perl
5570        ! ext/B/B/C.pm
5571 ____________________________________________________________________________
5572 [  2377] By: gsar                                  on 1998/11/28  22:30:38
5573     Log: various tweaks; result passes all tests for normal build on Solaris;
5574          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
5575          win32 due to lack of select() that works on non-socket fds
5576  Branch: perl
5577        ! ext/IO/poll.c regcomp.c regexec.c scope.c
5578        ! t/lib/io_multihomed.t win32/makefile.mk
5579 ____________________________________________________________________________
5580 [  2376] By: gsar                                  on 1998/11/28  20:44:39
5581     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
5582  Branch: perl
5583        ! myconfig
5584 ____________________________________________________________________________
5585 [  2375] By: gsar                                  on 1998/11/28  20:42:58
5586     Log: integrate cfgperl changes into mainline
5587  Branch: perl
5588       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
5589       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
5590 ____________________________________________________________________________
5591 [  2374] By: gsar                                  on 1998/11/28  20:02:03
5592     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5593          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
5594          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
5595          Subject: [PATCH 5.00553] Yet another OS/2 patch
5596  Branch: perl
5597        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
5598 ____________________________________________________________________________
5599 [  2373] By: gsar                                  on 1998/11/28  19:30:06
5600     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5601          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
5602          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
5603          Subject: [PATCH 5.005_53] Change $#+
5604  Branch: perl
5605        ! mg.c pod/perlvar.pod t/op/pat.t
5606 ____________________________________________________________________________
5607 [  2372] By: gsar                                  on 1998/11/28  19:28:00
5608     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5609          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
5610          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
5611          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
5612  Branch: perl
5613        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
5614        ! thrdvar.h
5615 ____________________________________________________________________________
5616 [  2371] By: gsar                                  on 1998/11/28  19:23:53
5617     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5618          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
5619          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
5620          Subject: [PATCH 5.005_53] better -Mre=debugcolor
5621  Branch: perl
5622        ! embedvar.h objXSUB.h regexec.c thrdvar.h
5623 ____________________________________________________________________________
5624 [  2370] By: gsar                                  on 1998/11/28  19:21:17
5625     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5626          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
5627          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
5628          Subject: [PATCH 5.005_*] regcolors
5629  Branch: perl
5630        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
5631 ____________________________________________________________________________
5632 [  2369] By: gsar                                  on 1998/11/28  19:00:15
5633     Log: allow final period in a file (not followed by a newline) to
5634          terminate format spec
5635  Branch: perl
5636        ! toke.c
5637 ____________________________________________________________________________
5638 [  2368] By: gsar                                  on 1998/11/28  18:58:25
5639     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
5640          add C<$Config{installarchlib}/CORE> to the default locations searched
5641          on win32
5642  Branch: perl
5643        ! lib/ExtUtils/Liblist.pm
5644 ____________________________________________________________________________
5645 [  2367] By: gsar                                  on 1998/11/28  18:46:05
5646     Log: applied suggested patch with PERL_OBJECT tweaks
5647          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5648          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
5649          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
5650          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
5651  Branch: perl
5652        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
5653        ! regexec.c t/op/pat.t thrdvar.h
5654 ____________________________________________________________________________
5655 [  2366] By: gsar                                  on 1998/11/28  18:38:34
5656     Log: additional documentation for qr//
5657          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5658          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
5659          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
5660          Subject: [PATCH 5.005_*] Documentation (fwd)
5661  Branch: perl
5662        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
5663 ____________________________________________________________________________
5664 [  2365] By: gsar                                  on 1998/11/28  18:35:35
5665     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5666          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
5667          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
5668          Subject: [PATCH 5.005_*] Fix \G in REx without //g
5669  Branch: perl
5670        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
5671        ! regexp.h t/op/pat.t thrdvar.h
5672 ____________________________________________________________________________
5673 [  2364] By: gsar                                  on 1998/11/28  18:24:20
5674     Log: update Test.pm to Test-1.12; tweak 're' detection
5675  Branch: perl
5676        ! lib/Test.pm
5677 ____________________________________________________________________________
5678 [  2363] By: gsar                                  on 1998/11/28  18:12:04
5679     Log: avoid command-line quoting portability problems in lex_assign.t
5680  Branch: perl
5681        ! t/op/lex_assign.t
5682 ____________________________________________________________________________
5683 [  2362] By: gsar                                  on 1998/11/28  18:08:50
5684     Log: From: John Tobey <jtobey@channel1.com>
5685          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
5686          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
5687          Subject: PATCH: document English.pm sawampersand and thread issues
5688  Branch: perl
5689        ! lib/English.pm pod/perlvar.pod
5690 ____________________________________________________________________________
5691 [  2361] By: gsar                                  on 1998/11/28  18:03:04
5692     Log: fix uninitialized warnings
5693          From: Brian Callaghan <callagh@itginc.com>
5694          Date: Thu, 19 Nov 1998 17:49:10 -0800
5695          Message-Id: <3654CA96.B64FCAEB@itginc.com>
5696          Subject: Complete.pm patch (version 1.1)
5697  Branch: perl
5698        ! lib/Term/Complete.pm
5699 ____________________________________________________________________________
5700 [  2360] By: gsar                                  on 1998/11/28  17:59:16
5701     Log: s/Array/List/ suggested by John Tobey
5702  Branch: perl
5703        ! pod/perldata.pod
5704 ____________________________________________________________________________
5705 [  2359] By: gsar                                  on 1998/11/28  17:47:48
5706     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
5707  Branch: perl
5708        ! lib/Tie/Handle.pm pod/perlfunc.pod
5709 ____________________________________________________________________________
5710 [  2358] By: jhi                                   on 1998/11/28  17:23:15
5711     Log: Revamp the locale tests.
5712          (0) Instead of rewiring a few locales scan for them.
5713          (1) Bogus test #101 removed.
5714          (2) All the locales are checked, the lists of failed
5715          and non-failed ones are displayed.
5716          (3) The test #103 is again 'active' so that it may fail.
5717          (4) To balance (3) a hopefully pacifying message is shown
5718          if the #103 fails.
5719  Branch: cfgperl
5720        ! t/pragma/locale.t
5721 ____________________________________________________________________________
5722 [  2357] By: gsar                                  on 1998/11/28  17:21:07
5723     Log: add perlreftut.pod
5724  Branch: perl
5725        + pod/perlreftut.pod
5726        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
5727        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
5728        ! win32/pod.mak
5729 ____________________________________________________________________________
5730 [  2356] By: jhi                                   on 1998/11/28  16:58:01
5731     Log: Change #2346 fallout.
5732  Branch: cfgperl
5733        ! t/op/undef.t
5734 ____________________________________________________________________________
5735 [  2355] By: gsar                                  on 1998/11/28  16:46:43
5736     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
5737          ANSI prototypes
5738  Branch: perl
5739        ! ext/IO/IO.xs
5740 ____________________________________________________________________________
5741 [  2354] By: gsar                                  on 1998/11/28  16:08:07
5742     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
5743          keep platform hacks that aren't in the 1.20 dist; add new files
5744          to MANIFEST; hack Makefile.PL; result hasn't been tested
5745          anywhere
5746  Branch: perl
5747        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
5748        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
5749        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
5750        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
5751        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
5752        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
5753        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
5754        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
5755        ! t/lib/io_sock.t t/lib/io_udp.t
5756 ____________________________________________________________________________
5757 [  2353] By: jhi                                   on 1998/11/28  15:51:03
5758     Log: Locale collation, ctype, and numeric, were initialized wrong
5759          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
5760          as reported by
5761          
5762          From: Ilya.Sandler@etak.com (Ilya Sandler)
5763          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
5764          To: perlbug@perl.com
5765          Date: 25 Nov 1998 04:53:52 +0200
5766          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
5767  Branch: cfgperl
5768        ! util.c
5769 ____________________________________________________________________________
5770 [  2352] By: nick                                  on 1998/11/28  15:21:59
5771     Log: Implement $^C to allow perl access to -c flag - I think this 
5772          was agreed once...
5773  Branch: perl
5774        ! gv.c mg.c
5775 ____________________________________________________________________________
5776 [  2351] By: jhi                                   on 1998/11/28  15:14:24
5777     Log: Change #2251 fixup.
5778  Branch: cfgperl
5779        ! myconfig
5780 ____________________________________________________________________________
5781 [  2350] By: jhi                                   on 1998/11/28  14:58:19
5782     Log: Integrate from mainperl.
5783  Branch: cfgperl
5784       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
5785       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
5786       +> pod/perl5005delta.pod
5787       !> (integrate 49 files)
5788 ____________________________________________________________________________
5789 [  2349] By: jhi                                   on 1998/11/28  14:27:36
5790     Log: Passwd and group file groveling.
5791  Branch: cfgperl
5792        ! t/op/grent.t t/op/pwent.t
5793 ____________________________________________________________________________
5794 [  2348] By: gsar                                  on 1998/11/28  14:09:50
5795     Log: more conservative version of changes#2345,2346,2347; those break
5796          C<defined(@{"foo::ISA"})> which seems to be extensively used in
5797          the libs :-(
5798  Branch: perl
5799        ! pp.c t/op/method.t
5800 ____________________________________________________________________________
5801 [  2347] By: gsar                                  on 1998/11/28  13:36:08
5802     Log: tweak bogus test
5803  Branch: perl
5804        ! t/op/method.t
5805 ____________________________________________________________________________
5806 [  2346] By: gsar                                  on 1998/11/28  13:20:34
5807     Log: test cases for previous change
5808  Branch: perl
5809        ! t/op/undef.t
5810 ____________________________________________________________________________
5811 [  2345] By: gsar                                  on 1998/11/28  13:07:17
5812     Log: fix typo in pp_defined() causing C<defined %tied> to fail
5813  Branch: perl
5814        ! pp.c
5815 ____________________________________________________________________________
5816 [  2344] By: gsar                                  on 1998/11/28  13:03:29
5817     Log: s/comment/comment_t/ tweak (suggested by John Gorman
5818          <jgorman@webbysoft.com>)
5819  Branch: perl
5820        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
5821 ____________________________________________________________________________
5822 [  2343] By: gsar                                  on 1998/11/28  12:52:40
5823     Log: add (stub) perldelta.pod
5824  Branch: perl
5825        + pod/perldelta.pod
5826 ____________________________________________________________________________
5827 [  2342] By: gsar                                  on 1998/11/28  12:49:26
5828     Log: rename perldelta.pod to perl5005delta.pod in preparation for
5829          starting a new one
5830  Branch: perl
5831       +> pod/perl5005delta.pod
5832        - pod/perldelta.pod
5833        ! MANIFEST pod/perl.pod
5834 ____________________________________________________________________________
5835 [  2341] By: gsar                                  on 1998/11/28  12:41:55
5836     Log: fix MALLOC_LOCK #define
5837  Branch: perl
5838        ! malloc.c
5839 ____________________________________________________________________________
5840 [  2340] By: gsar                                  on 1998/11/28  12:18:23
5841     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5842          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
5843          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
5844          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
5845  Branch: perl
5846        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
5847 ____________________________________________________________________________
5848 [  2339] By: jhi                                   on 1998/11/28  11:59:01
5849     Log: Add -lm to dynix/ptx POSIX hints.
5850          From: "Martin J. Bligh" <mbligh@sequent.com>
5851          To: jhi@iki.fi
5852          Subject: Re: Making Perl work on DYNIX/ptx
5853          Date: Wed, 25 Nov 1998 10:34:41 -0800
5854          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
5855  Branch: cfgperl
5856        ! ext/POSIX/hints/dynixptx.pl
5857 ____________________________________________________________________________
5858 [  2338] By: jhi                                   on 1998/11/28  11:57:19
5859     Log: Detypo.
5860  Branch: cfgperl
5861        ! lib/filetest.pm
5862 ____________________________________________________________________________
5863 [  2337] By: jhi                                   on 1998/11/28  11:56:29
5864     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
5865  Branch: cfgperl
5866        ! Configure
5867 ____________________________________________________________________________
5868 [  2336] By: gsar                                  on 1998/11/28  11:41:14
5869     Log: teach CPAN.pm to ignore beta perl distributions when looking for
5870          modules
5871          From: root@dogberry.rutgers.edu (root)
5872          Date: Thu, 12 Nov 1998 23:08:39 -0500
5873          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
5874          Subject: recompile tries getting a perl distribution
5875  Branch: perl
5876        ! lib/CPAN.pm
5877 ____________________________________________________________________________
5878 [  2335] By: gsar                                  on 1998/11/28  11:27:46
5879     Log: make $1 et al readonly under threads; make C<undef $1> fail like
5880          C<$1 = undef> does
5881  Branch: perl
5882        ! op.c pp.c t/op/undef.t
5883 ____________________________________________________________________________
5884 [  2334] By: gsar                                  on 1998/11/28  10:24:52
5885     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
5886  Branch: perl
5887        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
5888 ____________________________________________________________________________
5889 [  2333] By: gsar                                  on 1998/11/28  09:36:40
5890     Log: document changed PERL_HASH()
5891  Branch: perl
5892        ! pod/perlfunc.pod pod/perlguts.pod
5893 ____________________________________________________________________________
5894 [  2332] By: nick                                  on 1998/11/27  21:10:27
5895     Log: Handle INIT list in C.pm
5896          1. Provide init_av() from B.xs
5897          2. Export it in B.pm
5898          3. Use it in C.pm
5899          Also disable some pruning in savecv() which seems to undo
5900          my previous patch.
5901          Experimental feature - save pathnames of .so files in easily 
5902          grep-able form for use in wrapper to feed to linker.  
5903  Branch: perl
5904        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
5905 ____________________________________________________________________________
5906 [  2327] By: gsar                                  on 1998/11/27  15:12:01
5907     Log: integrate change#2315 from maint-5.005
5908  Branch: perl
5909        ! t/op/sort.t
5910       !> op.c sv.c
5911 ____________________________________________________________________________
5912 [  2326] By: gsar                                  on 1998/11/27  15:00:42
5913     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
5914  Branch: perl
5915       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
5916       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
5917       !> lib/ExtUtils/typemap
5918 ____________________________________________________________________________
5919 [  2325] By: gsar                                  on 1998/11/27  14:46:18
5920     Log: malloc bugfix and documentation from Ilya Zakharevich
5921          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
5922          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
5923          Subject: [PATCH 5.005_*] Re: Internal coredump
5924          --
5925          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
5926          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
5927          Subject: [PATCH 5.005_*] malloc.c documentation
5928  Branch: perl
5929        ! malloc.c
5930 ____________________________________________________________________________
5931 [  2324] By: gsar                                  on 1998/11/27  14:41:38
5932     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
5933  Branch: perl
5934        ! ext/B/B/C.pm
5935 ____________________________________________________________________________
5936 [  2323] By: gsar                                  on 1998/11/27  14:33:44
5937     Log: From: maeda@src.ricoh.co.jp
5938          Date: Tue, 24 Nov 1998 10:37:45 +0900
5939          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
5940          Subject: format "..." bug
5941  Branch: perl
5942        ! pp_ctl.c t/op/write.t
5943 ____________________________________________________________________________
5944 [  2322] By: gsar                                  on 1998/11/27  14:20:12
5945     Log: add ext/Devel/Peek
5946          From: jan.dubois@ibm.net (Jan Dubois)
5947          Date: Mon, 23 Nov 1998 00:48:11 +0100
5948          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
5949          Subject: [PATCH 5.005_53] Devel::Peek integration
5950  Branch: perl
5951        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
5952        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
5953        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
5954        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
5955        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
5956 ____________________________________________________________________________
5957 [  2321] By: gsar                                  on 1998/11/27  13:03:08
5958     Log: ensure 'make regen_headers' even without perl installed
5959          (suggested by Ilya Zakharevich)
5960  Branch: perl
5961        ! bytecode.pl warning.pl
5962 ____________________________________________________________________________
5963 [  2320] By: gsar                                  on 1998/11/27  12:58:36
5964     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5965          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
5966          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
5967          Subject: [PATCH 5.005_*] Cosmetic malloc patch
5968  Branch: perl
5969        ! malloc.c
5970 ____________________________________________________________________________
5971 [  2319] By: gsar                                  on 1998/11/27  12:56:13
5972     Log: eliminate dup hunk from integration
5973  Branch: perl
5974        ! lib/filetest.pm perl.h
5975 ____________________________________________________________________________
5976 [  2318] By: gsar                                  on 1998/11/27  12:50:08
5977     Log: integrate cfgperl changes into mainline
5978  Branch: perl
5979       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
5980        ! pod/perlfaq4.pod
5981       !> (integrate 30 files)
5982 ____________________________________________________________________________
5983 [  2317] By: jhi                                   on 1998/11/27  11:38:13
5984     Log: C<-x>.
5985  Branch: cfgperl
5986        ! lib/filetest.pm
5987 ____________________________________________________________________________
5988 [  2316] By: jhi                                   on 1998/11/27  11:10:22
5989     Log: Integrate from mainperl.
5990  Branch: cfgperl
5991       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
5992       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
5993       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
5994       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
5995       !> win32/win32sck.c
5996 ____________________________________________________________________________
5997 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
5998     Log: integrate change#2246 from mainline, while still allowing
5999          C<sort $globref @foo>
6000          
6001          allow C<sort $coderef @foo>
6002  Branch: maint-5.005/perl
6003        ! op.c sv.c
6004       !> t/op/sort.t
6005 ____________________________________________________________________________
6006 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
6007     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
6008          forwarded by Jarkko Hietaniemi from Mark Bixby
6009  Branch: maint-5.005/perl
6010        ! ext/DynaLoader/dl_mpeix.xs installperl
6011 ____________________________________________________________________________
6012 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
6013     Log: Allow PL_FILES to have multiple targets from one source by allowing
6014          an array ref as the value in the hash
6015  Branch: maint-5.005/perl
6016        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
6017        ! lib/ExtUtils/MakeMaker.pm
6018 ____________________________________________________________________________
6019 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
6020     Log: fix unsigned variables to use SvUV and sv_setuv
6021  Branch: maint-5.005/perl
6022        ! lib/ExtUtils/typemap
6023 ____________________________________________________________________________
6024 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
6025     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
6026  Branch: maint-5.005/perl
6027        ! lib/ExtUtils/MM_Unix.pm
6028 ____________________________________________________________________________
6029 [  2301] By: gsar                                  on 1998/11/26  10:16:54
6030     Log: fix PL_defoutgv leak under threads
6031  Branch: perl
6032        ! ext/Thread/Thread.xs
6033 ____________________________________________________________________________
6034 [  2300] By: gsar                                  on 1998/11/26  09:04:44
6035     Log: properly free temporaries created by threads
6036  Branch: perl
6037        ! ext/Thread/Thread.xs
6038 ____________________________________________________________________________
6039 [  2299] By: gsar                                  on 1998/11/26  06:51:16
6040     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
6041          to set the package for the block properly
6042  Branch: perl
6043        ! op.c t/comp/package.t t/lib/dumper.t
6044 ____________________________________________________________________________
6045 [  2298] By: nick                                  on 1998/11/24  22:04:20
6046     Log: Part-1 of tweaks to allow Tk to be "compiled"
6047          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
6048          (May also need attention to exports etc. - to follow.)
6049  Branch: perl
6050        ! universal.c
6051 ____________________________________________________________________________
6052 [  2294] By: jhi                                   on 1998/11/23  10:44:26
6053     Log: The new socket tests need in some platforms
6054          to #include <sys/types.h>.
6055  Branch: cfgperl
6056        ! Configure
6057 ____________________________________________________________________________
6058 [  2293] By: jhi                                   on 1998/11/23  10:33:42
6059     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
6060          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
6061          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
6062          Date: Mon, 23 Nov 1998 10:07:04 +0100
6063          Message-Id: <9811230907.AA06484@AWT.nl>
6064          
6065          NeXTstep NetInfo uses nidump to get the user/group databases.
6066  Branch: cfgperl
6067        ! t/op/grent.t t/op/pwent.t
6068 ____________________________________________________________________________
6069 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
6070     Log: Updated Porting/patchls utility.
6071  Branch: maint-5.004/perl
6072        ! Porting/patchls
6073 ____________________________________________________________________________
6074 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
6075     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
6076          From:  Henrik Tougaard <ht.000@foa.dk>
6077          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
6078          Files:  lib/Sys/Syslog.pm
6079  Branch: maint-5.004/perl
6080        ! lib/Sys/Syslog.pm
6081 ____________________________________________________________________________
6082 [  2286] By: jhi                                   on 1998/11/22  19:08:42
6083     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
6084  Branch: cfgperl
6085        ! ext/Socket/Socket.xs
6086 ____________________________________________________________________________
6087 [  2285] By: jhi                                   on 1998/11/22  18:21:07
6088     Log: MSG_PROXY for GNU/Hurd (previously we believed that
6089          all GNU libc platforms have MSG_PROXY.  Untrue).
6090          In fact this ended up as a major MSG_* and SCM_*
6091          update.  The MSG_XXX known to be enums in some
6092          versions of the glibc are now probed for and respective
6093          HAS_MSG_XXX are defined.  While I was at it I noticed
6094          SCM_RIGHTS being similarly an enum.  This reminded me of
6095          an ancient discussion in perl5-porters:
6096          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
6097          The BSD socket interface has a nifty feature for passing
6098          file descriptors and credentials--via sockets.  It may be
6099          too late to add this functionality to the CORE but
6100          at least Configure now probes for the functions,
6101          structs, and includes, defining the appropriate
6102          HAS_YYY and I_ZZZ, and the Socket extension exports
6103          the constants, in case somebody wants to write an
6104          extension for this interface.
6105  Branch: cfgperl
6106        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6107        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
6108        ! iperlsys.h
6109 ____________________________________________________________________________
6110 [  2284] By: jhi                                   on 1998/11/22  18:13:21
6111     Log: perlhist.pod 1.54, containing 5_53.
6112  Branch: cfgperl
6113        ! pod/perlhist.pod
6114 ____________________________________________________________________________
6115 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
6116     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
6117  Branch: maint-5.004/perl
6118        ! doio.c
6119 ____________________________________________________________________________
6120 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
6121     Log: Improve op/die_exit.t test for implicit close changing $!
6122  Branch: maint-5.004/perl
6123        ! t/op/die_exit.t
6124 ____________________________________________________________________________
6125 [  2268] By: jhi                                   on 1998/11/22  14:44:11
6126     Log: Fix thinko.
6127  Branch: cfgperl
6128        ! hints/dynixptx.sh
6129 ____________________________________________________________________________
6130 [  2267] By: jhi                                   on 1998/11/22  13:19:41
6131     Log: Document the d_socket override.
6132  Branch: cfgperl
6133        ! hints/dynixptx.sh
6134 ____________________________________________________________________________
6135 [  2266] By: jhi                                   on 1998/11/22  12:12:29
6136     Log: From: John Tobey <jtobey@channel1.com>
6137          Subject: [PATCH] perlfaq typos
6138          To: perl5-porters@perl.com
6139          Date: 22 Nov 1998 04:25:15 +0200
6140          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
6141  Branch: cfgperl
6142        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
6143        ! pod/perlfaq7.pod pod/perlfaq8.pod
6144 ____________________________________________________________________________
6145 [  2265] By: jhi                                   on 1998/11/22  12:06:29
6146     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
6147          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
6148          Newsgroups: hut.lists.perl5-porters
6149          To: gsar@engin.umich.edu (Gurusamy Sarathy)
6150          Cc: perl5-porters@perl.org (Perl5 Porters)
6151          Date: 20 Nov 1998 12:20:41 +0200
6152  Branch: cfgperl
6153        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6154        ! ext/DB_File/DB_File.xs
6155 ____________________________________________________________________________
6156 [  2264] By: jhi                                   on 1998/11/22  11:55:09
6157     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
6158          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
6159          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
6160          To: perlbug@perl.com
6161          Date: 20 Nov 1998 18:39:06 +0200
6162          Lines: 47
6163          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
6164  Branch: cfgperl
6165        ! t/op/grent.t t/op/pwent.t
6166 ____________________________________________________________________________
6167 [  2263] By: jhi                                   on 1998/11/22  11:42:59
6168     Log: Permission testing is tricky when we have too much power.
6169          Problem reported in
6170          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
6171          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
6172          To: perlbug@perl.com
6173          Date: 20 Nov 1998 18:39:06 +0200
6174          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
6175  Branch: cfgperl
6176        ! t/op/filetest.t
6177 ____________________________________________________________________________
6178 [  2262] By: gsar                                  on 1998/11/22  11:37:02
6179     Log: fix broken CAPI generation
6180  Branch: perl
6181        ! win32/GenCAPI.pl
6182 ____________________________________________________________________________
6183 [  2261] By: jhi                                   on 1998/11/22  11:17:00
6184     Log: -x should be C<-x>, reported by Gerben Wierda.
6185  Branch: cfgperl
6186        ! pod/perlfunc.pod
6187 ____________________________________________________________________________
6188 [  2260] By: gsar                                  on 1998/11/22  11:12:02
6189     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
6190  Branch: perl
6191        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
6192        ! proto.h
6193 ____________________________________________________________________________
6194 [  2259] By: jhi                                   on 1998/11/22  11:06:40
6195     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
6196          Subject: Re: [PATCH] Re: pod2man bug in date generated line
6197          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
6198          Cc: perlbug@perl.com
6199          Date: 20 Nov 1998 21:30:17 +0200
6200          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
6201  Branch: cfgperl
6202        ! pod/pod2man.PL
6203 ____________________________________________________________________________
6204 [  2256] By: jhi                                   on 1998/11/21  10:44:01
6205     Log: From: Thomas Bowditch <bowditch@inmet.com>
6206          Subject: Benchmark.pm suggestion
6207          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
6208          Date: Fri, 20 Nov 1998 17:43:46 -0500
6209          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
6210          
6211          Added timesum().
6212  Branch: cfgperl
6213        ! lib/Benchmark.pm
6214 ____________________________________________________________________________
6215 [  2255] By: gsar                                  on 1998/11/21  08:45:06
6216     Log: another win32 portability fix: make sysread() and syswrite()
6217          work on sockets
6218  Branch: perl
6219        ! pp_sys.c win32/win32.h
6220 ____________________________________________________________________________
6221 [  2254] By: gsar                                  on 1998/11/21  07:49:06
6222     Log: win32_recvfrom() compatibility fix
6223  Branch: perl
6224        ! win32/win32sck.c
6225 ____________________________________________________________________________
6226 [  2253] By: jhi                                   on 1998/11/20  08:22:06
6227     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
6228          To: jhi@iki.fi
6229          Subject: MPE/iX Perl 5.005_02 oops
6230          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
6231          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
6232  Branch: cfgperl
6233        ! ext/DynaLoader/dl_mpeix.xs installperl
6234 ____________________________________________________________________________
6235 [  2252] By: gsar                                  on 1998/11/19  17:38:03
6236     Log: mess_sv tweak for change#2249
6237  Branch: perl
6238        ! util.c
6239 ____________________________________________________________________________
6240 [  2251] By: jhi                                   on 1998/11/18  12:32:19
6241     Log: Display use64bits and usemultiplicity but only if necessary.
6242  Branch: cfgperl
6243        ! myconfig
6244 ____________________________________________________________________________
6245 [  2250] By: jhi                                   on 1998/11/18  12:26:50
6246     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
6247          Subject: pp.c uses 'unsigned Quad_t'
6248          To: perlbug@perl.com 
6249          Date: Sun, 15 Nov 1998 20:57:05 -0300 
6250          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
6251  Branch: cfgperl
6252        ! perl.h pp.c
6253 ____________________________________________________________________________
6254 [  2249] By: gsar                                  on 1998/11/18  05:43:11
6255     Log: use PL_mess_sv only during global destruction (fixes problems with
6256          overlapping invocations of form()/warn()/die()/croak() trampling on
6257          each other's messages)
6258  Branch: perl
6259        ! mg.c util.c
6260 ____________________________________________________________________________
6261 [  2248] By: gsar                                  on 1998/11/18  05:39:36
6262     Log: tweak change#2245 to skip previous message if any
6263  Branch: perl
6264        ! pp_ctl.c t/pragma/warn/pp_ctl
6265 ____________________________________________________________________________
6266 [  2247] By: jhi                                   on 1998/11/17  11:46:56
6267     Log: Integrate from mainperl.
6268  Branch: cfgperl
6269       !> (integrate 26 files)
6270 ____________________________________________________________________________
6271 [  2246] By: gsar                                  on 1998/11/17  09:41:10
6272     Log: allow C<sort $coderef @foo>
6273  Branch: perl
6274        ! op.c t/op/sort.t t/pragma/overload.t
6275 ____________________________________________________________________________
6276 [  2245] By: gsar                                  on 1998/11/17  08:28:26
6277     Log: propagate failures in DESTROY() as (optional) warnings
6278  Branch: perl
6279        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
6280 ____________________________________________________________________________
6281 [  2244] By: gsar                                  on 1998/11/17  07:43:08
6282     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
6283  Branch: perl
6284        ! perl.c thrdvar.h
6285 ____________________________________________________________________________
6286 [  2243] By: gsar                                  on 1998/11/17  07:40:09
6287     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
6288  Branch: perl
6289        ! lib/warning.pm warning.h warning.pl
6290 ____________________________________________________________________________
6291 [  2242] By: gsar                                  on 1998/11/17  06:32:39
6292     Log: fix skipspace() to properly account for newlines in eval''-ed
6293          strings (caused bogus line numbers in diagnostics and debugger)
6294  Branch: perl
6295        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
6296 ____________________________________________________________________________
6297 [  2241] By: gsar                                  on 1998/11/17  03:48:12
6298     Log: s/Perl_utf8skip/PL_utf8skip/g
6299  Branch: perl
6300        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
6301 ____________________________________________________________________________
6302 [  2240] By: gsar                                  on 1998/11/14  06:09:06
6303     Log: rework op/groups.t
6304  Branch: perl
6305        ! t/op/filetest.t t/op/groups.t
6306 ____________________________________________________________________________
6307 [  2235] By: gsar                                  on 1998/11/14  00:17:05
6308     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
6309  Branch: perl
6310        ! op.c
6311 ____________________________________________________________________________
6312 [  2234] By: gsar                                  on 1998/11/14  00:14:02
6313     Log: update Changes
6314  Branch: perl
6315        ! Changes win32/config.bc win32/config.gc win32/config.vc
6316 ____________________________________________________________________________
6317 [  2233] By: gsar                                  on 1998/11/13  09:43:03
6318     Log: doc tweak
6319  Branch: perl
6320        ! README.win32
6321 ____________________________________________________________________________
6322 [  2230] By: jhi                                   on 1998/11/12  17:07:45
6323     Log: Allow hints file override for d_socket
6324          (based on Sequent-induced change #2229).
6325  Branch: cfgperl
6326        ! Configure
6327 ____________________________________________________________________________
6328 [  2229] By: jhi                                   on 1998/11/12  16:32:33
6329     Log: 
6330          From: "Martin J. Bligh" <mbligh@sequent.com>
6331          To: jhi@iki.fi
6332          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
6333          Subject: Re: Making Perl work on DYNIX/ptx
6334          Date: Tue, 10 Nov 1998 16:24:26 -0800
6335          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
6336  Branch: cfgperl
6337        ! hints/dynixptx.sh
6338 ____________________________________________________________________________
6339 [  2228] By: jhi                                   on 1998/11/12  11:40:37
6340     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
6341          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
6342          To: jhi@iki.fi
6343          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
6344          Subject: Re: Making Perl work on DYNIX/ptx
6345          Date: Tue, 10 Nov 1998 18:01:10 -0800
6346  Branch: cfgperl
6347        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
6348 ____________________________________________________________________________
6349 [  2227] By: jhi                                   on 1998/11/12  11:17:42
6350     Log: Integrate from mainperl.
6351  Branch: cfgperl
6352       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
6353       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
6354       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
6355       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
6356       !> win32/win32.c x2p/s2p.PL
6357 ____________________________________________________________________________
6358 [  2226] By: gsar                                  on 1998/11/11  21:05:42
6359     Log: provide -DPERL_POLLUTE
6360  Branch: perl
6361        ! embed.pl embedvar.h
6362 ____________________________________________________________________________
6363 [  2225] By: jhi                                   on 1998/11/09  07:45:12
6364     Log: From: Hans Mulder <hansm@icgroup.nl>
6365          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
6366          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
6367          perl5-porters@perl.org
6368          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
6369          (UNINSTALLED)
6370          Date: Sun,  8 Nov 98 22:20:23 +0100
6371          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
6372  Branch: cfgperl
6373        ! malloc.c perl.h
6374 ____________________________________________________________________________
6375 [  2224] By: gsar                                  on 1998/11/09  03:13:14
6376     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
6377          Christoph <lupe@alanya.m.isar.de>)
6378  Branch: perl
6379        ! lib/Text/Wrap.pm
6380 ____________________________________________________________________________
6381 [  2223] By: gsar                                  on 1998/11/09  02:09:06
6382     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
6383          <lionel.fourquaux@wanadoo.fr>)
6384  Branch: perl
6385        ! x2p/s2p.PL
6386 ____________________________________________________________________________
6387 [  2222] By: gsar                                  on 1998/11/09  01:56:24
6388     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
6389          Date: Wed, 04 Nov 1998 12:19:44 +0000
6390          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
6391          Subject: [PATCH] Re: [5.005_53] read overflow? 
6392          --
6393          Date: Wed, 04 Nov 1998 13:15:18 +0000
6394          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
6395          Subject: [PATCH 5.005_53] perl -V fix
6396  Branch: perl
6397        ! perl.c regexec.c
6398 ____________________________________________________________________________
6399 [  2221] By: gsar                                  on 1998/11/09  01:34:56
6400     Log: From: jan.dubois@ibm.net (Jan Dubois)
6401          Date: Sun, 01 Nov 1998 00:05:01 +0100
6402          Message-ID: <364294bd.18052307@smtp1.ibm.net>
6403          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
6404  Branch: perl
6405        ! Changes win32/makedef.pl
6406 ____________________________________________________________________________
6407 [  2220] By: gsar                                  on 1998/11/08  21:13:07
6408     Log: integrate changes#2120,2168,2218 from maint-5.005;
6409          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
6410          enum; make regen_headers
6411  Branch: perl
6412        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
6413        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
6414 ____________________________________________________________________________
6415 [  2219] By: gsar                                  on 1998/11/08  19:42:57
6416     Log: integrate cfgperl changes into mainline
6417  Branch: perl
6418       +> README.vmesa
6419       !> Configure MANIFEST Porting/Glossary Porting/config.sh
6420       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
6421       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
6422       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
6423       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
6424       !> thread.h vms/subconfigure.com vos/config.h
6425 ____________________________________________________________________________
6426 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
6427     Log: From: Graham Barr <gbarr@ti.com>
6428          Date: Mon, 2 Nov 1998 07:38:52 -0600
6429          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
6430          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
6431  Branch: maint-5.005/perl
6432        ! ext/IPC/SysV/Msg.pm
6433 ____________________________________________________________________________
6434 [  2215] By: gsar                                  on 1998/11/08  02:52:52
6435     Log: set close-on-exec bit on pipe() FDs
6436  Branch: perl
6437        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
6438 ____________________________________________________________________________
6439 [  2214] By: gsar                                  on 1998/11/08  02:27:57
6440     Log: typo in newHVhv()
6441  Branch: perl
6442        ! hv.c
6443 ____________________________________________________________________________
6444 [  2211] By: jhi                                   on 1998/11/07  21:14:18
6445     Log: Finalize the Mach CThreads support.
6446          
6447          From: Hans Mulder <hansm@icgroup.nl>
6448          Date: Sat,  7 Nov 98 22:06:20 +0100
6449          To: Gurusamy Sarathy <gsar@engin.umich.edu>
6450          Cc: jhi@iki.fi, perl5-porters@perl.org
6451          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
6452          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
6453  Branch: cfgperl
6454        ! malloc.c perl.h
6455 ____________________________________________________________________________
6456 [  2210] By: gsar                                  on 1998/11/06  20:36:50
6457     Log: fix AvREALISH bogusness
6458  Branch: perl
6459        ! av.c t/op/array.t
6460 ____________________________________________________________________________
6461 [  2209] By: jhi                                   on 1998/11/06  08:05:31
6462     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
6463          ASSERT() causes problems in {NeXTStep,OpenStep}.
6464          
6465          From: Hans Mulder <hansm@icgroup.nl>
6466          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
6467          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
6468          Date: Fri,  6 Nov 98 01:27:41 +0100
6469          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
6470          
6471          and
6472          
6473          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6474          Subject: Re: ASSERT() in malloc.c
6475          To: jhi@iki.fi
6476          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
6477          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
6478  Branch: cfgperl
6479        ! malloc.c
6480 ____________________________________________________________________________
6481 [  2208] By: jhi                                   on 1998/11/06  07:55:38
6482     Log: Mach CThreads needs #include <mach/cthreads.h>.
6483  Branch: cfgperl
6484        ! perl.h
6485 ____________________________________________________________________________
6486 [  2206] By: jhi                                   on 1998/11/05  14:54:52
6487     Log: PERL_BADLANG wrongly documented.
6488          
6489          From: ts <decoux@moulon.inra.fr>
6490          To: jhi@cc.hut.fi
6491          Subject: Re: Locale warning messages
6492          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
6493          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
6494          
6495          and
6496          
6497          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6498          Subject: Re: PERL_BADLANG
6499          To: jhi@iki.fi
6500          Subject: Re: PERL_BADLANG
6501          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
6502          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
6503  Branch: cfgperl
6504        ! pod/perllocale.pod
6505 ____________________________________________________________________________
6506 [  2205] By: jhi                                   on 1998/11/05  14:24:33
6507     Log: Document all the control flow keywords in perlfunc
6508          so that "perlfunc -f while" works.
6509  Branch: cfgperl
6510        ! pod/perlfunc.pod
6511 ____________________________________________________________________________
6512 [  2204] By: jhi                                   on 1998/11/05  12:46:02
6513     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
6514          (from vos/config.h).  Update Porting/{Glossary,config*}.
6515  Branch: cfgperl
6516        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6517        ! config_h.SH vos/config.h
6518 ____________________________________________________________________________
6519 [  2203] By: jhi                                   on 1998/11/05  08:34:39
6520     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
6521  Branch: cfgperl
6522        ! hints/vmesa.sh vms/subconfigure.com
6523 ____________________________________________________________________________
6524 [  2202] By: jhi                                   on 1998/11/05  08:03:20
6525     Log: Integrate from mainperl.
6526  Branch: cfgperl
6527       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
6528       !> win32/Makefile win32/makefile.mk win32/win32.c
6529 ____________________________________________________________________________
6530 [  2201] By: gsar                                  on 1998/11/05  04:40:44
6531     Log: another POPSTACK victim
6532  Branch: perl
6533        ! cop.h sv.c
6534 ____________________________________________________________________________
6535 [  2196] By: gsar                                  on 1998/11/05  02:07:54
6536     Log: fix a location affected by change#2191, add note about POPSTACK
6537  Branch: perl
6538        ! cop.h gv.c pp_ctl.c
6539 ____________________________________________________________________________
6540 [  2195] By: gsar                                  on 1998/11/05  02:04:45
6541     Log: makefile notes
6542  Branch: perl
6543        ! win32/Makefile win32/makefile.mk
6544 ____________________________________________________________________________
6545 [  2192] By: gsar                                  on 1998/11/04  23:48:53
6546     Log: indeterminate order-of-evaluation fixes
6547  Branch: perl
6548        ! mg.c
6549 ____________________________________________________________________________
6550 [  2191] By: gsar                                  on 1998/11/04  23:02:16
6551     Log: refetch local stack pointer in POPSTACK
6552  Branch: perl
6553        ! cop.h perl.c
6554 ____________________________________________________________________________
6555 [  2190] By: jhi                                   on 1998/11/04  08:50:40
6556     Log: Configure update.
6557          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
6558          
6559          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6560          To: Martin Bligh <mbligh@sequent.com>
6561          Cc: Jarkko Hietaniemi <jhi@iki.fi>
6562          Subject: Re: Perl 5's configure on DYNIX/ptx
6563          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
6564          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
6565          
6566          find sockets also from libsocket, not just libnet.
6567          OS390: $compile_ok instead of $compile for <inttypes.h>,
6568          
6569          From: pvhp@forte.com (Peter Prymmer)
6570          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
6571          Subject: _53 not OK on os390 but looking better than ever
6572          Date: Tue, 3 Nov 98 17:33:22 PST
6573          Message-Id: <9811040133.AA09450@forte.com>
6574  Branch: cfgperl
6575        ! Configure
6576 ____________________________________________________________________________
6577 [  2189] By: jhi                                   on 1998/11/04  07:43:58
6578     Log: sysio.t failure: fix undefined order of evaluation, from
6579          
6580          From: Spider Boardman <spider@web.zk3.dec.com>
6581          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
6582          To: perlbug@perl.com
6583          Date: 4 Nov 1998 01:22:30 +0200
6584          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
6585  Branch: cfgperl
6586        ! pp_sys.c
6587 ____________________________________________________________________________
6588 [  2188] By: gsar                                  on 1998/11/04  02:59:16
6589     Log: fix return value of win32_pclose()
6590  Branch: perl
6591        ! win32/win32.c
6592 ____________________________________________________________________________
6593 [  2187] By: gsar                                  on 1998/11/04  02:56:34
6594     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
6595  Branch: perl
6596        ! Changes doop.c gv.c util.c
6597 ____________________________________________________________________________
6598 [  2186] By: jhi                                   on 1998/11/03  08:17:52
6599     Log: Document quads in pack.
6600  Branch: cfgperl
6601        ! pod/perlfunc.pod
6602 ____________________________________________________________________________
6603 [  2185] By: jhi                                   on 1998/11/03  07:49:35
6604     Log: (IV) vs (I32) vs I_V()
6605          
6606          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
6607          From: Anton Berezin <tobez@plab.ku.dk> 
6608          To: "p5p" <perl5-porters@perl.org> 
6609          Date: 01 Nov 1998 15:09:11 +0100 
6610          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
6611          
6612          and
6613          
6614          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
6615          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
6616          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
6617  Branch: cfgperl
6618        ! sv.c
6619 ____________________________________________________________________________
6620 [  2184] By: jhi                                   on 1998/11/03  07:42:46
6621     Log: VM/ESA updates.
6622  Branch: cfgperl
6623        + README.vmesa
6624        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
6625 ____________________________________________________________________________
6626 [  2183] By: jhi                                   on 1998/11/02  12:58:13
6627     Log: The id(1)-parsing is real fun.
6628  Branch: cfgperl
6629        ! t/op/groups.t
6630 ____________________________________________________________________________
6631 [  2182] By: jhi                                   on 1998/11/02  12:07:43
6632     Log: Decommission the symlink test.
6633  Branch: cfgperl
6634        ! t/op/lex_assign.t
6635 ____________________________________________________________________________
6636 [  2181] By: jhi                                   on 1998/11/02  12:03:08
6637     Log: Replace ATTR_JOINABLE with true Configure probe
6638          for PTHREAD_CREATE_JOINABLE (or equivalent:
6639          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
6640          Remove ATTR_JOINABLE itself: Thread.xs uses
6641          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
6642          
6643          Really scan for <mach/cthreads.h> only if usethreads.
6644  Branch: cfgperl
6645        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
6646 ____________________________________________________________________________
6647 [  2180] By: jhi                                   on 1998/11/02  11:07:34
6648     Log: In HP-UX 10.X usethreads only if the required files are present.
6649  Branch: cfgperl
6650        ! hints/hpux.sh
6651 ____________________________________________________________________________
6652 [  2179] By: jhi                                   on 1998/11/02  09:10:33
6653     Log: Prefer groups(1).
6654          id -Gn can be broken.
6655          id -a can save the day.
6656  Branch: cfgperl
6657        ! t/op/groups.t
6658 ____________________________________________________________________________
6659 [  2178] By: jhi                                   on 1998/11/02  08:35:29
6660     Log: Detrail enum comma.
6661  Branch: cfgperl
6662        ! perl.h
6663 ____________________________________________________________________________
6664 [  2177] By: jhi                                   on 1998/11/02  08:24:12
6665     Log: 0**0 = 1, from
6666          
6667          From: d-lewart@uiuc.edu (Daniel S. Lewart)
6668          Subject: Math::Complex 0**0 patches
6669          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
6670          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
6671          To: jhi@iki.fi (Jarkko Hietaniemi),
6672          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
6673  Branch: cfgperl
6674        ! lib/Math/Complex.pm t/lib/complex.t
6675 ____________________________________________________________________________
6676 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
6677     Log: From: jan.dubois@ibm.net (Jan Dubois)   
6678          Date: Fri, 09 Oct 1998 23:28:31 +0200
6679          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
6680          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
6681  Branch: maint-5.005/perl
6682        ! XSUB.h
6683 ____________________________________________________________________________
6684 [  2164] By: jhi                                   on 1998/10/31  15:50:02
6685     Log: Integrate from mainperl.
6686  Branch: cfgperl
6687       +> t/op/lex_assign.t
6688       !> (integrate 45 files)
6689
6690 ----------------
6691 Version 5.005_53
6692 ----------------
6693
6694 ____________________________________________________________________________
6695 [  2163] By: gsar                                  on 1998/10/31  11:31:12
6696     Log: bump patchlevel; other minor fixes for clean build and test on
6697          Solaris and win32
6698  Branch: perl
6699        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
6700        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
6701        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
6702        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
6703        ! x2p/a2p.c
6704 ____________________________________________________________________________
6705 [  2162] By: gsar                                  on 1998/10/31  09:40:31
6706     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6707          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
6708          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
6709          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
6710  Branch: perl
6711        ! pp.h
6712 ____________________________________________________________________________
6713 [  2161] By: gsar                                  on 1998/10/31  09:39:13
6714     Log: From: Albert Dvornik <bert@genscan.com>
6715          Date: 30 Oct 1998 17:50:04 -0500
6716          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
6717          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
6718  Branch: perl
6719        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
6720 ____________________________________________________________________________
6721 [  2160] By: gsar                                  on 1998/10/31  09:35:03
6722     Log: fix for bugs in -x mode
6723          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6724          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
6725          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
6726          Subject: [PATCH 5.00552] Fix h2xs
6727  Branch: perl
6728        ! utils/h2xs.PL
6729 ____________________________________________________________________________
6730 [  2159] By: gsar                                  on 1998/10/31  09:31:36
6731     Log: Data::Dumper update
6732  Branch: perl
6733        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
6734        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
6735 ____________________________________________________________________________
6736 [  2153] By: gsar                                  on 1998/10/30  21:40:09
6737     Log: add testsuite portion of patch
6738          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6739          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
6740          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
6741          Subject: [PATCH 5.00321 ;-)] 87% speedup
6742  Branch: perl
6743        + t/op/lex_assign.t
6744        ! MANIFEST
6745 ____________________________________________________________________________
6746 [  2152] By: gsar                                  on 1998/10/30  21:08:11
6747     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
6748  Branch: perl
6749        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
6750 ____________________________________________________________________________
6751 [  2151] By: gsar                                  on 1998/10/30  20:18:09
6752     Log: From: Mark-Jason Dominus <mjd@plover.com>
6753          Date: Fri, 30 Oct 1998 14:24:23 EST
6754          Message-Id: <19981030192423.27276.qmail@plover.com>
6755          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
6756  Branch: perl
6757        ! x2p/walk.c
6758 ____________________________________________________________________________
6759 [  2150] By: gsar                                  on 1998/10/30  20:08:57
6760     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6761          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
6762          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
6763          Subject: [PATCH 5.00552] Overloaded <> and deref again
6764  Branch: perl
6765        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
6766        ! t/pragma/overload.t toke.c
6767 ____________________________________________________________________________
6768 [  2149] By: gsar                                  on 1998/10/30  19:38:15
6769     Log: From: Roderick Schertler <roderick@argon.org>
6770          Date: Thu, 29 Oct 1998 14:50:18 -0500
6771          Message-ID: <17625.909690618@eeyore.ibcinc.com>
6772          Subject: patch for daemonization docs in perlipc
6773  Branch: perl
6774        ! pod/perlipc.pod
6775 ____________________________________________________________________________
6776 [  2148] By: gsar                                  on 1998/10/30  19:36:07
6777     Log: From: Anton Berezin <tobez@plab.ku.dk>
6778          Date: 29 Oct 1998 17:06:25 +0100
6779          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
6780          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
6781  Branch: perl
6782        ! win32/win32.c
6783 ____________________________________________________________________________
6784 [  2147] By: gsar                                  on 1998/10/30  19:31:37
6785     Log: tweaked version of suggested patch
6786          From: Anton Berezin <tobez@plab.ku.dk>
6787          Date: 29 Oct 1998 14:48:54 +0100
6788          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
6789          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
6790  Branch: perl
6791        ! win32/win32.c
6792 ____________________________________________________________________________
6793 [  2146] By: gsar                                  on 1998/10/30  19:03:50
6794     Log: hand-apply whitespace-mutiliated patch
6795          From: "vishal bhatia" <vishalb@hotmail.com>
6796          Date: Wed, 28 Oct 1998 23:45:32 PST
6797          Message-ID: <19981029074534.2334.qmail@hotmail.com>
6798          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
6799  Branch: perl
6800        ! ext/B/B/C.pm ext/B/B/CC.pm
6801 ____________________________________________________________________________
6802 [  2145] By: gsar                                  on 1998/10/30  18:46:58
6803     Log: remaining PL_foo stragglers
6804  Branch: perl
6805        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
6806        ! op.h os2/os2.c vms/gen_shrfls.pl
6807 ____________________________________________________________________________
6808 [  2144] By: gsar                                  on 1998/10/30  17:38:36
6809     Log: integrate cfgperl tweaks into mainline
6810  Branch: perl
6811       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
6812       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
6813 ____________________________________________________________________________
6814 [  2143] By: jhi                                   on 1998/10/30  13:27:39
6815     Log: There can be multiple yacc/bison errors.
6816  Branch: cfgperl
6817        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
6818 ____________________________________________________________________________
6819 [  2142] By: jhi                                   on 1998/10/30  13:18:43
6820     Log: README.posix-bc update.
6821  Branch: cfgperl
6822        ! README.posix-bc
6823 ____________________________________________________________________________
6824 [  2141] By: jhi                                   on 1998/10/30  09:12:59
6825     Log: #2133 fallout.
6826  Branch: cfgperl
6827        ! doio.c ext/POSIX/POSIX.xs
6828 ____________________________________________________________________________
6829 [  2140] By: jhi                                   on 1998/10/30  08:43:18
6830     Log: Integrate from mainperl.
6831  Branch: cfgperl
6832       +> globvar.sym pp.sym
6833        - objpp.h thread.sym
6834       !> (integrate 61 files)
6835 ____________________________________________________________________________
6836 [  2133] By: gsar                                  on 1998/10/30  02:51:39
6837     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
6838          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
6839          should soon be automated also; the global variables that
6840          escaped the PL_foo conversion are now reined in; renamed
6841          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
6842          type of same name; duplicated lists of pp_things in various
6843          places is now gone; result has only been tested on win32
6844  Branch: perl
6845        + globvar.sym pp.sym
6846        - objpp.h thread.sym
6847        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
6848        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
6849        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
6850        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
6851        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
6852        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
6853        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
6854        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
6855        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
6856        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6857        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
6858 ____________________________________________________________________________
6859 [  2130] By: jhi                                   on 1998/10/29  15:31:26
6860     Log: Pure bison yylex() proto was broken.
6861  Branch: cfgperl
6862        ! proto.h
6863 ____________________________________________________________________________
6864 [  2126] By: jhi                                   on 1998/10/29  08:35:54
6865     Log: Integrate mainperl.
6866  Branch: cfgperl
6867       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
6868       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
6869       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
6870       !> t/pragma/warn/doio toke.c win32/makefile.mk
6871 ____________________________________________________________________________
6872 [  2125] By: jhi                                   on 1998/10/29  08:32:38
6873     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
6874  Branch: cfgperl
6875        ! Makefile.SH
6876 ____________________________________________________________________________
6877 [  2124] By: jhi                                   on 1998/10/29  08:06:44
6878     Log: EBCDIC Makefile.SH tuneup.
6879  Branch: cfgperl
6880        ! Makefile.SH
6881 ____________________________________________________________________________
6882 [  2119] By: gsar                                  on 1998/10/28  23:24:04
6883     Log: remove doubled hunk from integration
6884  Branch: perl
6885        ! pp.c
6886 ____________________________________________________________________________
6887 [  2118] By: gsar                                  on 1998/10/28  22:03:31
6888     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6889          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
6890          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
6891          Subject: [PATCH 5.00552] Minor debugger tweaks
6892  Branch: perl
6893        ! lib/perl5db.pl
6894 ____________________________________________________________________________
6895 [  2117] By: gsar                                  on 1998/10/28  22:02:30
6896     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6897          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
6898          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
6899          Subject: [PATCH 5.00552] Make sort respect overloading
6900  Branch: perl
6901        ! pp_ctl.c proto.h t/pragma/overload.t
6902 ____________________________________________________________________________
6903 [  2116] By: gsar                                  on 1998/10/28  21:51:11
6904     Log: MM patches from Ilya Zakharevich
6905          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
6906          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
6907          Subject: [PATCH 5.00552] Make MakeMaker more verbose
6908          --
6909          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
6910          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
6911          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
6912  Branch: perl
6913        ! lib/ExtUtils/MakeMaker.pm
6914 ____________________________________________________________________________
6915 [  2115] By: gsar                                  on 1998/10/28  21:46:19
6916     Log: add explicit references to perl source path in ld2 and gcc2
6917  Branch: perl
6918        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
6919 ____________________________________________________________________________
6920 [  2114] By: gsar                                  on 1998/10/28  21:39:56
6921     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6922          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
6923          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
6924          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
6925  Branch: perl
6926        ! INSTALL
6927 ____________________________________________________________________________
6928 [  2113] By: gsar                                  on 1998/10/28  21:21:16
6929     Log: integrate cfgperl into mainline
6930  Branch: perl
6931       +> t/op/filetest.t
6932       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
6933       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
6934       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
6935       !> thread.h toke.c vmesa/Makefile
6936 ____________________________________________________________________________
6937 [  2112] By: gsar                                  on 1998/10/28  21:14:18
6938     Log: minor cleanup
6939  Branch: perl
6940        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
6941 ____________________________________________________________________________
6942 [  2111] By: gsar                                  on 1998/10/28  18:52:10
6943     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
6944  Branch: perl
6945        ! toke.c
6946 ____________________________________________________________________________
6947 [  2110] By: jhi                                   on 1998/10/28  15:07:54
6948     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
6949  Branch: cfgperl
6950        ! Makefile.SH
6951 ____________________________________________________________________________
6952 [  2109] By: jhi                                   on 1998/10/28  13:39:54
6953     Log: a2p.y needs to generate also y.tab.h.
6954  Branch: cfgperl
6955        ! Makefile.SH
6956 ____________________________________________________________________________
6957 [  2108] By: jhi                                   on 1998/10/28  10:33:36
6958     Log: The "parse error" must be converted to "syntax error",
6959          just matching it aint' enough.
6960  Branch: cfgperl
6961        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
6962        ! t/pragma/warning.t
6963 ____________________________________________________________________________
6964 [  2107] By: jhi                                   on 1998/10/28  10:23:05
6965     Log: Regen sig_n{ame,umber}* if slightest doubt.
6966  Branch: cfgperl
6967        ! Configure
6968 ____________________________________________________________________________
6969 [  2106] By: jhi                                   on 1998/10/28  08:44:49
6970     Log: Bison says 'parse error', not 'parser error'.
6971  Branch: cfgperl
6972        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
6973        ! t/pragma/warning.t
6974 ____________________________________________________________________________
6975 [  2105] By: jhi                                   on 1998/10/28  08:42:09
6976     Log: yylex() parametrization.
6977  Branch: cfgperl
6978        ! proto.h toke.c
6979 ____________________________________________________________________________
6980 [  2104] By: jhi                                   on 1998/10/28  08:25:09
6981     Log: Bring in #2102.
6982  Branch: cfgperl
6983        ! pp.c
6984 ____________________________________________________________________________
6985 [  2103] By: jhi                                   on 1998/10/28  08:22:04
6986     Log: From: Dominic Dunlop <domo@vo.lu>
6987          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
6988          Date: 27 Oct 1998 20:47:25 +0200
6989          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
6990  Branch: cfgperl
6991        ! t/op/groups.t
6992 ____________________________________________________________________________
6993 [  2102] By: larry                                 on 1998/10/27  18:58:55
6994     Log: utf8 change to quotemeta broke EBCDIC
6995  Branch: perl
6996        ! pp.c
6997 ____________________________________________________________________________
6998 [  2101] By: jhi                                   on 1998/10/27  12:55:34
6999     Log: $Config{sig_num_init}.
7000          Also, a new approach to the 'pthreads-created-joinable': drop
7001          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
7002          directly. (See also #2096).
7003  Branch: cfgperl
7004        ! Configure config_h.SH
7005 ____________________________________________________________________________
7006 [  2100] By: jhi                                   on 1998/10/27  10:48:55
7007     Log: Regenerated perly_c.diff.
7008  Branch: cfgperl
7009        ! perly_c.diff
7010 ____________________________________________________________________________
7011 [  2099] By: jhi                                   on 1998/10/27  08:42:25
7012     Log: First the mangler was Netscape, then it was me.
7013  Branch: cfgperl
7014        ! vmesa/Makefile
7015 ____________________________________________________________________________
7016 [  2098] By: jhi                                   on 1998/10/27  08:34:40
7017     Log: `id -Gn` might be available where `groups` is not.
7018  Branch: cfgperl
7019        ! t/op/groups.t
7020 ____________________________________________________________________________
7021 [  2097] By: jhi                                   on 1998/10/27  08:05:17
7022     Log: Netscape had mangled the tabs.
7023  Branch: cfgperl
7024        ! vmesa/Makefile
7025 ____________________________________________________________________________
7026 [  2096] By: jhi                                   on 1998/10/27  08:03:05
7027     Log: ATTR_JOINABLE logic, based on (private email)
7028          
7029          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
7030          Subject: Some little diffs
7031          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
7032          Date: Tue, 27 Oct 1998 13:44:42 +1300
7033  Branch: cfgperl
7034        ! thread.h
7035 ____________________________________________________________________________
7036 [  2095] By: jhi                                   on 1998/10/27  07:56:57
7037     Log: Mach cthreads support based on:
7038          
7039          From: brie@corp.home.net (Brian Harrison)
7040          Subject: perl5.005_02 patch for mthreads
7041          To: perl5-porters@perl.org
7042          Date: 24 Oct 1998 01:01:55 +0300
7043          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
7044          
7045          Pthread yield probe (dejavu)
7046          Cosmetic nanochange for the union semun output.
7047          Better inttypes.h probe.
7048          Undo the 'void *' $selecttype probe from #1971 because
7049          it breaks the $selectminbits test.
7050  Branch: cfgperl
7051        ! Configure config_h.SH perl.h thread.h
7052 ____________________________________________________________________________
7053 [  2094] By: jhi                                   on 1998/10/26  13:02:07
7054     Log: Also posix-bc wants to reyacc.
7055  Branch: cfgperl
7056        ! Makefile.SH
7057 ____________________________________________________________________________
7058 [  2093] By: jhi                                   on 1998/10/26  10:17:21
7059     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
7060          5_02 and really breaking things in non-ASCII worlds.
7061  Branch: cfgperl
7062        ! pp.c
7063 ____________________________________________________________________________
7064 [  2092] By: jhi                                   on 1998/10/26  09:08:00
7065     Log: More robustness.
7066  Branch: cfgperl
7067        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
7068        ! t/pragma/warning.t
7069 ____________________________________________________________________________
7070 [  2091] By: jhi                                   on 1998/10/26  08:47:32
7071     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
7072          Bison really wants YYLEX_PARAM.
7073  Branch: cfgperl
7074        ! perly.y proto.h toke.c
7075 ____________________________________________________________________________
7076 [  2090] By: jhi                                   on 1998/10/26  08:21:25
7077     Log: s/YYLEX_PARAM/YYLEXPARAM/
7078  Branch: cfgperl
7079        ! perly.y
7080 ____________________________________________________________________________
7081 [  2089] By: jhi                                   on 1998/10/26  08:17:33
7082     Log: Indicate skipped subtests.
7083  Branch: cfgperl
7084        ! t/io/pipe.t
7085 ____________________________________________________________________________
7086 [  2088] By: jhi                                   on 1998/10/26  08:11:36
7087     Log: Integrate from mainperl.
7088  Branch: cfgperl
7089       !> (integrate 54 files)
7090 ____________________________________________________________________________
7091 [  2087] By: jhi                                   on 1998/10/26  08:08:02
7092     Log: Add test for filetests.
7093  Branch: cfgperl
7094        + t/op/filetest.t
7095        ! MANIFEST
7096 ____________________________________________________________________________
7097 [  2086] By: gsar                                  on 1998/10/26  02:44:44
7098     Log: various win32 tweaks; disable new xs_cpp section (it creates
7099          ambiguous inference graph for %.xs --> %.o)
7100  Branch: perl
7101        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
7102        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
7103        ! win32/config.gc win32/config_H.gc win32/makedef.pl
7104        ! win32/makefile.mk win32/win32.h
7105 ____________________________________________________________________________
7106 [  2085] By: gsar                                  on 1998/10/26  00:50:02
7107     Log: sanity-check $Config{drand01} in rand.t
7108  Branch: perl
7109        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
7110        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7111 ____________________________________________________________________________
7112 [  2078] By: gsar                                  on 1998/10/25  10:22:04
7113     Log: update win32/config*.?c
7114  Branch: perl
7115        ! Changes win32/config.bc win32/config.gc win32/config.vc
7116        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7117 ____________________________________________________________________________
7118 [  2077] By: gsar                                  on 1998/10/25  08:39:25
7119     Log: From: Graham Barr <gbarr@pobox.com>
7120          Date: Sat, 24 Oct 1998 21:45:50 -0500
7121          Message-ID: <19981024214550.C508@pobox.com>
7122          Subject: Re: die with a reference  should use overload "" operator
7123  Branch: perl
7124        ! pp_ctl.c
7125 ____________________________________________________________________________
7126 [  2076] By: gsar                                  on 1998/10/25  08:37:49
7127     Log: From: Graham Barr <gbarr@pobox.com>
7128          Date: Sat, 24 Oct 1998 12:45:21 -0500
7129          Message-ID: <19981024124521.C512@pobox.com>
7130          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
7131  Branch: perl
7132        ! sv.c
7133 ____________________________________________________________________________
7134 [  2075] By: gsar                                  on 1998/10/25  08:24:09
7135     Log: fix C<print $n += 5;> etc.
7136  Branch: perl
7137        ! toke.c
7138 ____________________________________________________________________________
7139 [  2074] By: gsar                                  on 1998/10/25  08:12:28
7140     Log: list builtins with portability caveats
7141          From: Jarkko Hietaniemi <jhi@iki.fi>
7142          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
7143          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
7144          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
7145  Branch: perl
7146        ! pod/perlfunc.pod
7147 ____________________________________________________________________________
7148 [  2073] By: gsar                                  on 1998/10/25  07:55:43
7149     Log: fix stack overrun in file test operators
7150  Branch: perl
7151        ! pp_sys.c
7152 ____________________________________________________________________________
7153 [  2072] By: gsar                                  on 1998/10/25  07:29:45
7154     Log: implement C<goto &func> and other fixes (via private mail)
7155          From:    "vishal bhatia" <vishalb@hotmail.com>
7156          Date:    Wed, 21 Oct 1998 22:59:03 PDT
7157          Message-Id: <19981022055904.20083.qmail@hotmail.com>
7158          Subject: [PATCH 5.005_52] More fixes for B
7159  Branch: perl
7160        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
7161 ____________________________________________________________________________
7162 [  2071] By: gsar                                  on 1998/10/25  07:14:41
7163     Log: From: Graham Barr <gbarr@pobox.com>
7164          Date: Sat, 17 Oct 1998 20:42:41 -0500
7165          Message-ID: <19981017204241.G510@pobox.com>
7166          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
7167  Branch: perl
7168        ! pp_ctl.c
7169 ____________________________________________________________________________
7170 [  2070] By: gsar                                  on 1998/10/25  07:07:29
7171     Log: avoid bogus line number in XSUB redefined warnings
7172  Branch: perl
7173        ! op.c
7174 ____________________________________________________________________________
7175 [  2069] By: gsar                                  on 1998/10/25  06:59:03
7176     Log: From: Martijn Koster <mak@excitecorp.com>
7177          Date: Wed, 21 Oct 1998 13:12:03 +0100
7178          Message-ID: <19981021131203.A15661@excitecorp.com>
7179          Subject: File::Path::mkpath reports the wrong error
7180  Branch: perl
7181        ! lib/File/Path.pm
7182 ____________________________________________________________________________
7183 [  2068] By: gsar                                  on 1998/10/25  06:54:43
7184     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
7185          Date: Tue, 20 Oct 1998 20:52:20 -0500
7186          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
7187          Subject: Exporter.pm's export_to_level() argument handling buggy
7188  Branch: perl
7189        ! lib/Exporter.pm
7190 ____________________________________________________________________________
7191 [  2067] By: gsar                                  on 1998/10/25  06:50:19
7192     Log: From: jan.dubois@ibm.net (Jan Dubois)
7193          Date: Wed, 21 Oct 1998 00:55:51 +0200
7194          Message-ID: <36380269.55370608@smtp1.ibm.net>
7195          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
7196  Branch: perl
7197        ! ext/DynaLoader/DynaLoader_pm.PL
7198 ____________________________________________________________________________
7199 [  2066] By: gsar                                  on 1998/10/25  06:48:19
7200     Log: recognize '%' as a shell metachar for win32
7201          From: jan.dubois@ibm.net (Jan Dubois)
7202          Date: Tue, 20 Oct 1998 21:57:35 +0200
7203          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
7204          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
7205  Branch: perl
7206        ! win32/win32.c
7207 ____________________________________________________________________________
7208 [  2065] By: gsar                                  on 1998/10/25  06:46:30
7209     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
7210  Branch: perl
7211        ! sv.c
7212 ____________________________________________________________________________
7213 [  2064] By: gsar                                  on 1998/10/25  06:45:09
7214     Log: From: Gisle Aas <gisle@aas.no>
7215          Date: 20 Oct 1998 14:24:44 +0200
7216          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
7217          Subject: ord() and unpack("U*",...) should not be negative
7218  Branch: perl
7219        ! pp.c
7220 ____________________________________________________________________________
7221 [  2063] By: gsar                                  on 1998/10/25  06:42:29
7222     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7223          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
7224          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
7225          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
7226  Branch: perl
7227        ! os2/os2.c
7228 ____________________________________________________________________________
7229 [  2062] By: gsar                                  on 1998/10/25  06:41:26
7230     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7231          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
7232          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
7233          Subject: [PATCH 5.005_*] Speed up aassign
7234  Branch: perl
7235        ! pp_hot.c
7236 ____________________________________________________________________________
7237 [  2061] By: gsar                                  on 1998/10/25  06:39:04
7238     Log: From: Graham Barr <gbarr@pobox.com>
7239          Date: Sat, 17 Oct 1998 22:22:02 -0500
7240          Message-ID: <19981017222202.J510@pobox.com>
7241          Subject: Re: '*' prototype does not allow bareword with strict
7242  Branch: perl
7243        ! toke.c
7244 ____________________________________________________________________________
7245 [  2060] By: gsar                                  on 1998/10/25  06:37:34
7246     Log: handle '::' in section names properly
7247          From: Graham Barr <gbarr@pobox.com>
7248          Date: Sat, 17 Oct 1998 12:57:54 -0500
7249          Message-ID: <19981017125754.C510@pobox.com>
7250          Subject: Re: pod2html
7251  Branch: perl
7252        ! lib/Pod/Html.pm
7253 ____________________________________________________________________________
7254 [  2059] By: gsar                                  on 1998/10/25  06:33:43
7255     Log: integrate changes#1982,2014,2021 (from maint-5.005)
7256  Branch: perl
7257       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
7258       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
7259 ____________________________________________________________________________
7260 [  2058] By: gsar                                  on 1998/10/25  05:44:17
7261     Log: allow more win32 symbol exports (suggested by Jan Dubois)
7262  Branch: perl
7263        ! win32/makedef.pl
7264 ____________________________________________________________________________
7265 [  2057] By: gsar                                  on 1998/10/25  05:40:40
7266     Log: integrate change#2053 from maint-5.005
7267  Branch: perl
7268       !> cop.h t/cmd/while.t
7269 ____________________________________________________________________________
7270 [  2056] By: gsar                                  on 1998/10/25  05:16:41
7271     Log: commented version of a patch suggested by Drago Goricanec
7272          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
7273          Date: 16 Oct 1998 15:24:45 +0300
7274          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
7275          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
7276  Branch: perl
7277        ! pp_sys.c
7278 ____________________________________________________________________________
7279 [  2055] By: gsar                                  on 1998/10/25  05:11:03
7280     Log: include eof() in description of buffering caveats
7281          From: Anton Berezin <tobez@plab.ku.dk>
7282          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
7283          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
7284          Subject: [DOCPATCH] pod/perlfunc.pod
7285  Branch: perl
7286        ! pod/perlfunc.pod
7287 ____________________________________________________________________________
7288 [  2054] By: gsar                                  on 1998/10/25  05:07:42
7289     Log: disallow 'x' in hex numbers (except leading '0x')
7290          From: Gisle Aas <gisle@aas.no>
7291          Date: 16 Oct 1998 16:33:12 +0200
7292          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
7293          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
7294  Branch: perl
7295        ! perlvars.h t/op/oct.t util.c
7296 ____________________________________________________________________________
7297 [  2052] By: gsar                                  on 1998/10/25  04:49:04
7298     Log: avoid the circular refcnt logic in magic_mutexfree()
7299  Branch: perl
7300        ! mg.c pp.c pp_hot.c
7301 ____________________________________________________________________________
7302 [  2051] By: gsar                                  on 1998/10/25  04:35:07
7303     Log: properly restore PL_rsfp_filters after require
7304  Branch: perl
7305        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
7306        ! scope.h
7307 ____________________________________________________________________________
7308 [  2050] By: gsar                                  on 1998/10/25  02:42:32
7309     Log: integrate cfgperl changes back into mainline
7310  Branch: perl
7311       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
7312       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
7313       !> (integrate 33 files)
7314 ____________________________________________________________________________
7315 [  2049] By: gsar                                  on 1998/10/25  01:30:48
7316     Log: avoid "mysterious" compile-time failures without messages
7317  Branch: perl
7318        ! gv.c
7319 ____________________________________________________________________________
7320 [  2041] By: gsar                                  on 1998/10/23  21:11:56
7321     Log: checkin jpl under //depot/perlext/jpl/...
7322  Branch: perlext
7323        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
7324        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
7325        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
7326        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
7327        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
7328        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
7329        + jpl/PerlInterpreter/Makefile.PL
7330        + jpl/PerlInterpreter/PerlInterpreter.c
7331        + jpl/PerlInterpreter/PerlInterpreter.h
7332        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
7333        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
7334        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
7335        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
7336        + jpl/get_jdk/jdk_hosts jpl/install-jpl
7337 ____________________________________________________________________________
7338 [  2040] By: larry                                 on 1998/10/23  19:31:42
7339     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
7340  Branch: perl
7341        ! pp.c
7342 ____________________________________________________________________________
7343 [  2039] By: larry                                 on 1998/10/23  18:48:34
7344     Log: tr///d does not seem to work
7345  Branch: perl
7346        ! lib/utf8_heavy.pl
7347 ____________________________________________________________________________
7348 [  2038] By: larry                                 on 1998/10/23  18:00:41
7349     Log: Program with utf8 identifiers fails to compile
7350  Branch: perl
7351        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
7352 ____________________________________________________________________________
7353 [  2037] By: jhi                                   on 1998/10/23  14:04:51
7354     Log: Test suite portability:
7355          - posix-bc does not write to broken pipes
7356          - filehand #11 only iff we have fork
7357          - warning.t can now match $expected using regular expressions
7358  Branch: cfgperl
7359        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
7360        ! t/pragma/warning.t
7361 ____________________________________________________________________________
7362 [  2036] By: jhi                                   on 1998/10/23  12:12:07
7363     Log: yacc clarification.
7364  Branch: cfgperl
7365        ! README.posix-bc
7366 ____________________________________________________________________________
7367 [  2035] By: jhi                                   on 1998/10/23  12:09:59
7368     Log: Some C compilers get upset about 8-bit characters in /* comments. */
7369  Branch: cfgperl
7370        ! mg.c
7371 ____________________________________________________________________________
7372 [  2034] By: jhi                                   on 1998/10/22  09:11:52
7373     Log: Configure update: both for pthread_yield more robust
7374          testing (all variants of pthread_attr_getdetachstate()) --
7375          and because Configure was broken in major way! About 1000
7376          last lines were truncated.
7377  Branch: cfgperl
7378        ! Configure
7379 ____________________________________________________________________________
7380 [  2033] By: jhi                                   on 1998/10/22  07:47:10
7381     Log: DJGPP feedback for #2028.
7382  Branch: cfgperl
7383        ! thread.h
7384 ____________________________________________________________________________
7385 [  2032] By: jhi                                   on 1998/10/21  13:03:57
7386     Log: yielding, the saga continues.
7387  Branch: cfgperl
7388        ! Configure config_h.SH
7389       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
7390       !> t/op/goto.t t/pragma/constant.t
7391 ____________________________________________________________________________
7392 [  2031] By: jhi                                   on 1998/10/21  09:15:42
7393     Log: VM/ESA feedback for #2028.
7394  Branch: cfgperl
7395        ! Configure config_h.SH thread.h
7396 ____________________________________________________________________________
7397 [  2030] By: gsar                                  on 1998/10/21  04:22:53
7398     Log: fix handling of mayhaps-extended @_ in goto &sub
7399  Branch: perl
7400        ! av.c pp_ctl.c t/op/goto.t
7401 ____________________________________________________________________________
7402 [  2029] By: gsar                                  on 1998/10/21  00:54:14
7403     Log: restore sanity to "constant" references
7404  Branch: perl
7405        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
7406 ____________________________________________________________________________
7407 [  2028] By: jhi                                   on 1998/10/20  15:01:20
7408     Log: OLD_PTHREADS_API reorganizing.
7409  Branch: cfgperl
7410        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
7411        ! vmesa/vmesaish.h
7412 ____________________________________________________________________________
7413 [  2027] By: jhi                                   on 1998/10/20  14:14:51
7414     Log: #2026 fallout.
7415  Branch: cfgperl
7416        ! Makefile.SH
7417 ____________________________________________________________________________
7418 [  2026] By: jhi                                   on 1998/10/20  11:47:21
7419     Log: VM/ESA update.
7420  Branch: cfgperl
7421        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
7422 ____________________________________________________________________________
7423 [  2025] By: jhi                                   on 1998/10/20  08:20:56
7424     Log: 64-bitness, based on
7425          
7426          From: Scott Henry <scotth@sgi.com>
7427          To: perl-64bit@perl.org
7428          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
7429          Subject: Re: Configure problems/questions...
7430          Date: 19 Oct 1998 22:38:06 -0700
7431  Branch: cfgperl
7432        ! hints/irix_6.sh perl.h
7433 ____________________________________________________________________________
7434 [  2024] By: jhi                                   on 1998/10/20  08:09:07
7435     Log: Add lseeksize.
7436  Branch: cfgperl
7437        ! config_h.SH
7438 ____________________________________________________________________________
7439 [  2023] By: jhi                                   on 1998/10/20  08:08:33
7440     Log: Mumble about _yields() only when threaded.
7441  Branch: cfgperl
7442        ! Configure
7443 ____________________________________________________________________________
7444 [  2022] By: jhi                                   on 1998/10/20  07:46:26
7445     Log: Thinko at PTHREADS_CREATED_JOINABLE.
7446  Branch: cfgperl
7447        ! thread.h
7448 ____________________________________________________________________________
7449 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
7450     Log: From: Chip Salzenberg <chip@perlsupport.com>
7451          Date: Tue, 6 Oct 1998 13:33:05 -0400
7452          Message-ID: <19981006133305.A2348@perlsupport.com>
7453          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
7454  Branch: maint-5.005/perl
7455        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
7456        ! t/op/tie.t
7457 ____________________________________________________________________________
7458 [  2020] By: jhi                                   on 1998/10/19  09:15:53
7459     Log: YIELD more robustly.
7460  Branch: cfgperl
7461        ! thread.h
7462 ____________________________________________________________________________
7463 [  2019] By: jhi                                   on 1998/10/19  08:48:33
7464     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
7465          the 'new' one (just like DJGPP, it seems).
7466  Branch: cfgperl
7467        ! thread.h
7468 ____________________________________________________________________________
7469 [  2018] By: jhi                                   on 1998/10/19  07:02:44
7470     Log: vmesaish.h doesn't exclude unixish.h.
7471  Branch: cfgperl
7472        ! perl.h
7473 ____________________________________________________________________________
7474 [  2017] By: jhi                                   on 1998/10/19  06:44:19
7475     Log: 1<<$randbits is not good for randbits=48.
7476  Branch: cfgperl
7477        ! t/op/rand.t
7478 ____________________________________________________________________________
7479 [  2016] By: jhi                                   on 1998/10/19  06:39:47
7480     Log: Make #2012 glob pattern more portable.
7481  Branch: cfgperl
7482        ! Makefile.SH
7483 ____________________________________________________________________________
7484 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
7485     Log: Fix POSIX::sigprocmask not to check type of $old parameter
7486          as it is output only
7487  Branch: maint-5.005/perl
7488        ! ext/POSIX/POSIX.xs
7489 ____________________________________________________________________________
7490 [  2012] By: jhi                                   on 1998/10/17  15:04:23
7491     Log: clean numbered core dumps and t/tmp[0-9]*.
7492  Branch: cfgperl
7493        ! Makefile.SH
7494 ____________________________________________________________________________
7495 [  2011] By: jhi                                   on 1998/10/17  14:59:15
7496     Log: More robust yacc/bison failure output handling.
7497  Branch: cfgperl
7498        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
7499 ____________________________________________________________________________
7500 [  2010] By: jhi                                   on 1998/10/17  14:51:05
7501     Log: BC2000 POSIX update.
7502  Branch: cfgperl
7503        ! MANIFEST
7504 ____________________________________________________________________________
7505 [  2009] By: jhi                                   on 1998/10/17  14:49:46
7506     Log: POSIX BC2000 port from perl-mvs:
7507          
7508          Subject: Ported perl 5.005.02 to BS2000 / POSIX
7509          From: Dorner Thomas <Thomas.Dorner@start.de> 
7510          Date: Tue, 29 Sep 1998 13:29:36 +0100 
7511          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
7512  Branch: cfgperl
7513        + README.posix-bc hints/posix-bc.sh
7514        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
7515        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
7516        ! unixish.h
7517 ____________________________________________________________________________
7518 [  2008] By: jhi                                   on 1998/10/17  14:07:49
7519     Log: VM/ESA-update.
7520  Branch: cfgperl
7521        ! MANIFEST
7522 ____________________________________________________________________________
7523 [  2007] By: jhi                                   on 1998/10/17  13:55:34
7524     Log: Forgot few S_I* imports.
7525  Branch: cfgperl
7526        ! t/lib/ipc_sysv.t
7527 ____________________________________________________________________________
7528 [  2006] By: jhi                                   on 1998/10/17  13:43:54
7529     Log: The VM/ESA port essentials, based on
7530          
7531          perl-mvs:
7532          
7533          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
7534          Subject: Re: Can't find Data/Dumper.pm
7535          Date: Mon, 28 Sep 1998 07:40:49 +1300
7536          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
7537          
7538          private email:
7539          
7540          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
7541          Subject: Re: Perl thread problems in VM/ESA
7542          Date: Thu, 15 Oct 1998 07:18:35 +1300
7543          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
7544          
7545          and private email:
7546          
7547          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
7548          Subject:  perl archive
7549          Date:  Sun, 11 Oct 1998 19:28:54 EDT
7550          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
7551          which gave a pointer to
7552          
7553          http://pucc.princeton.edu/~neale/perl.tar
7554          
7555          (based on Perl 5.005_51)
7556  Branch: cfgperl
7557        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
7558        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
7559        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
7560        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
7561 ____________________________________________________________________________
7562 [  2005] By: jhi                                   on 1998/10/17  13:17:19
7563     Log: Integrate mainperl.
7564  Branch: cfgperl
7565       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
7566       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
7567       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
7568       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
7569       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
7570       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
7571       !> win32/makefile.mk
7572 ____________________________________________________________________________
7573 [  2004] By: jhi                                   on 1998/10/17  11:19:06
7574     Log: Removed an extra ' from the int64_t test.
7575  Branch: cfgperl
7576        ! Configure
7577 ____________________________________________________________________________
7578 [  2003] By: gsar                                  on 1998/10/17  04:11:40
7579     Log: silence -w noises (suggested by Greg Bacon)
7580  Branch: perl
7581        ! lib/Term/Complete.pm
7582 ____________________________________________________________________________
7583 [  2002] By: gsar                                  on 1998/10/17  04:07:48
7584     Log: From: Gisle Aas <gisle@aas.no>
7585          Date: 14 Oct 1998 15:53:14 +0200
7586          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
7587          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
7588  Branch: perl
7589        ! util.c
7590 ____________________________________________________________________________
7591 [  2001] By: gsar                                  on 1998/10/17  04:06:10
7592     Log: From: Gisle Aas <gisle@aas.no>
7593          Date: 14 Oct 1998 15:17:44 +0200
7594          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
7595          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
7596  Branch: perl
7597        ! toke.c
7598 ____________________________________________________________________________
7599 [  2000] By: gsar                                  on 1998/10/17  03:06:33
7600     Log: From: Gisle Aas <gisle@aas.no>
7601          Date: 14 Oct 1998 00:38:06 +0200
7602          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
7603          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
7604  Branch: perl
7605        ! sv.c
7606 ____________________________________________________________________________
7607 [  1999] By: gsar                                  on 1998/10/17  03:04:48
7608     Log: From: Dan Sugalski <sugalskd@osshe.edu>
7609          Date: Tue, 13 Oct 1998 15:10:57 -0700
7610          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
7611          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
7612  Branch: perl
7613        ! vms/ext/Stdio/Stdio.pm
7614 ____________________________________________________________________________
7615 [  1998] By: gsar                                  on 1998/10/17  03:00:40
7616     Log: skip readonly vars and unref references when doing a reset()
7617  Branch: perl
7618        ! sv.c
7619 ____________________________________________________________________________
7620 [  1997] By: gsar                                  on 1998/10/17  02:49:19
7621     Log: fix buggy treatment of large checksums on unicode strings
7622          From: Gisle Aas <gisle@aas.no>
7623          Date: 13 Oct 1998 21:35:39 +0200
7624          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
7625          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
7626  Branch: perl
7627        ! pp.c
7628 ____________________________________________________________________________
7629 [  1996] By: gsar                                  on 1998/10/17  02:43:22
7630     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7631          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
7632          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
7633          Subject: [PATCH 5.005_52] Memory overrun in os2.c
7634  Branch: perl
7635        ! os2/Makefile.SHs os2/os2.c
7636 ____________________________________________________________________________
7637 [  1995] By: gsar                                  on 1998/10/17  02:42:01
7638     Log: clarify section name rules for typemaps
7639  Branch: perl
7640        ! pod/perlxs.pod
7641 ____________________________________________________________________________
7642 [  1994] By: gsar                                  on 1998/10/17  02:33:02
7643     Log: whitespace-proof grent.t
7644  Branch: perl
7645        ! t/op/grent.t
7646 ____________________________________________________________________________
7647 [  1993] By: gsar                                  on 1998/10/17  02:27:29
7648     Log: fix bug in B::CC::pp_sassign()
7649          From: "vishal bhatia" <vishalb@hotmail.com>
7650          Date: Sun, 11 Oct 1998 18:41:38 PDT
7651          Message-ID: <19981012014139.19614.qmail@hotmail.com>
7652          Subject: B::CC problems with pp_sassign routine
7653  Branch: perl
7654        ! ext/B/B/CC.pm
7655 ____________________________________________________________________________
7656 [  1992] By: gsar                                  on 1998/10/17  02:17:49
7657     Log: applied suggested patch with small doc tweak
7658          From: Gisle Aas <gisle@aas.no>
7659          Date: 11 Oct 1998 12:53:13 +0200
7660          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
7661          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
7662  Branch: perl
7663        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
7664        ! t/op/tiehandle.t
7665 ____________________________________________________________________________
7666 [  1991] By: gsar                                  on 1998/10/17  02:08:30
7667     Log: apply non-conflicting parts from suggested patch
7668          From: jan.dubois@ibm.net (Jan Dubois)
7669          Date: Sat, 10 Oct 1998 13:15:45 +0200
7670          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
7671          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
7672  Branch: perl
7673        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
7674 ____________________________________________________________________________
7675 [  1990] By: gsar                                  on 1998/10/17  02:01:24
7676     Log: provide option to enable optimization with VC (suggested by Jan
7677          Dubois)
7678  Branch: perl
7679        ! win32/Makefile win32/makefile.mk
7680 ____________________________________________________________________________
7681 [  1989] By: gsar                                  on 1998/10/17  01:55:27
7682     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
7683          Dave Leppik <dleppik@gage.com>
7684  Branch: perl
7685        ! perl.h
7686 ____________________________________________________________________________
7687 [  1988] By: gsar                                  on 1998/10/17  01:49:05
7688     Log: stray typo found by Hugo van der Sanden
7689  Branch: perl
7690        ! op.c
7691 ____________________________________________________________________________
7692 [  1987] By: gsar                                  on 1998/10/17  01:45:52
7693     Log: perldoc pod update
7694          From: Daniel Grisinger <dgris@perrin.dimensional.com>
7695          Date: 06 Oct 1998 23:56:51 -0600
7696          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
7697          Subject: [PATCH _02 and _52] perldoc
7698  Branch: perl
7699        ! utils/perldoc.PL
7700 ____________________________________________________________________________
7701 [  1986] By: gsar                                  on 1998/10/17  01:41:40
7702     Log: qualify names of builtins
7703  Branch: perl
7704        ! ext/POSIX/POSIX.pm
7705 ____________________________________________________________________________
7706 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
7707     Log: From: Jochen Wiedmann <joe@ispsoft.de>
7708          Date: Thu, 17 Sep 1998 17:16:06 +0200
7709          Message-ID: <360127B6.E44564A@ispsoft.de>
7710          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
7711  Branch: maint-5.005/perl
7712        ! lib/ExtUtils/MakeMaker.pm
7713 ____________________________________________________________________________
7714 [  1978] By: gsar                                  on 1998/10/16  01:58:58
7715     Log: integrate cfgperl mods into mainline
7716  Branch: perl
7717       +> ext/DynaLoader/dl_vmesa.xs
7718        ! Porting/genlog
7719       !> Configure MANIFEST Makefile.SH config_h.SH
7720       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
7721       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
7722       !> x2p/Makefile.SH
7723 ____________________________________________________________________________
7724 [  1976] By: gsar                                  on 1998/10/16  00:10:52
7725     Log: stray tweak
7726  Branch: perl
7727        ! op.c
7728 ____________________________________________________________________________
7729 [  1975] By: gsar                                  on 1998/10/15  23:54:38
7730     Log: propagate typeness of lexicals while cloning them
7731  Branch: perl
7732        ! op.c
7733 ____________________________________________________________________________
7734 [  1974] By: gsar                                  on 1998/10/15  23:53:25
7735     Log: s/last/first/ typo in append_list()
7736  Branch: perl
7737        ! op.c
7738 ____________________________________________________________________________
7739 [  1973] By: gsar                                  on 1998/10/15  20:06:17
7740     Log: nuke confperl branch and contents
7741  Branch: confperl
7742        - (delete 1284 files)
7743 ____________________________________________________________________________
7744 [  1972] By: jhi                                   on 1998/10/15  07:07:35
7745     Log: Test #162 had been added but the "print 1..161" had not been updated.
7746  Branch: cfgperl
7747        ! t/op/pat.t
7748 ____________________________________________________________________________
7749 [  1971] By: gsar                                  on 1998/10/15  03:09:58
7750     Log: check in all confperl changes as of change#1964 into cfgperl
7751  Branch: cfgperl
7752        + ext/DynaLoader/dl_vmesa.xs
7753        ! Configure MANIFEST Makefile.SH config_h.SH
7754        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
7755        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
7756 ____________________________________________________________________________
7757 [  1970] By: gsar                                  on 1998/10/15  03:05:59
7758     Log: integrate mainline to get tr.t
7759  Branch: cfgperl
7760       +> t/op/tr.t
7761 ____________________________________________________________________________
7762 [  1969] By: gsar                                  on 1998/10/15  03:04:17
7763     Log: add missing tr.t to repository
7764  Branch: perl
7765        + t/op/tr.t
7766 ____________________________________________________________________________
7767 [  1968] By: gsar                                  on 1998/10/15  03:02:43
7768     Log: create cfgperl branch
7769  Branch: cfgperl
7770       +> (branch 1282 files)
7771 ____________________________________________________________________________
7772 [  1967] By: gsar                                  on 1998/10/15  02:46:08
7773     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
7774          (MAN3PODS cannot be set to ' '; stray stricture violation)
7775  Branch: perl
7776        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
7777        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
7778        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
7779        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
7780        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
7781        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
7782        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
7783        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
7784        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
7785        ! lib/ExtUtils/MM_Unix.pm
7786 ____________________________________________________________________________
7787 [  1966] By: gsar                                  on 1998/10/15  02:19:03
7788     Log: tweak to make fix in change#1944 behave correctly for closures
7789          created within eval''
7790  Branch: perl
7791        ! op.c t/op/eval.t
7792 ____________________________________________________________________________
7793 [  1965] By: gsar                                  on 1998/10/14  23:22:41
7794     Log: use better numbers for exitstatus test
7795  Branch: perl
7796        ! t/op/die_exit.t
7797 ____________________________________________________________________________
7798 [  1964] By: jhi                                   on 1998/10/14  17:25:41
7799     Log: Add VM/ESA dynaloading (uses <dll.h>).
7800  Branch: confperl
7801        + ext/DynaLoader/dl_vmesa.xs
7802        ! MANIFEST
7803 ____________________________________________________________________________
7804 [  1963] By: jhi                                   on 1998/10/14  17:17:10
7805     Log: Remove a2p.loadmap in 'clean' target.
7806  Branch: confperl
7807        ! x2p/Makefile.SH
7808 ____________________________________________________________________________
7809 [  1962] By: jhi                                   on 1998/10/14  17:13:11
7810     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
7811  Branch: confperl
7812        ! Makefile.SH
7813 ____________________________________________________________________________
7814 [  1961] By: jhi                                   on 1998/10/14  16:27:39
7815     Log: VM/ESA creates executable.loadmaps.
7816  Branch: confperl
7817        ! Makefile.SH
7818 ____________________________________________________________________________
7819 [  1960] By: jhi                                   on 1998/10/14  15:37:39
7820     Log: Introduce SCHED_YIELD (one of sched_yield(),
7821          pthread_yield(), or pthread_yield(NULL)).
7822          YIELD is then defined using SCHED_YIELD unless
7823          a platform-specific YIELD has already been defined.
7824          
7825          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
7826          
7827          The need for pthread_yield(NULL) and pthread_attr_setdet...
7828          introduced by (private email)
7829          
7830          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
7831          Date: Sat, 10 Oct 1998 21:08:15 +1300
7832          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
7833          Subject: Re: Perl thread problems in VM/ESA
7834          
7835          Better select() protoprobe (for AIX), from (private email)
7836          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
7837          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
7838          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
7839          Subject: AIX select (fwd)
7840          From: Lars Hecking <lhecking@nmrc.ucc.ie>
7841          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
7842          Date: Fri, 2 Oct 1998 10:40:01 +0100
7843          Subject: AIX select
7844          
7845          Linux-avoid-so.X.Y, based on
7846          From: "Kurt D. Starsinic" <kstar@chapin.edu>
7847          Date: Tue, 13 Oct 1998 15:55:07 -0400
7848          Message-ID: <19981013155507.B4004@O2.chapin.edu>
7849          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
7850  Branch: confperl
7851        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
7852        ! thread.h
7853 ____________________________________________________________________________
7854 [  1959] By: jhi                                   on 1998/10/14  12:51:26
7855     Log: Some old pthread implementations have
7856          pthread_attr_setdetachstate(pthread_attr_t*, int*).
7857  Branch: confperl
7858        ! ext/Thread/Thread.xs
7859 ____________________________________________________________________________
7860 [  1958] By: jhi                                   on 1998/10/14  12:41:11
7861     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
7862          counterparts will follow soon.
7863  Branch: confperl
7864        ! thread.h
7865 ____________________________________________________________________________
7866 [  1957] By: jhi                                   on 1998/10/14  12:38:11
7867     Log: Add tr.t (MANIFEST already knew about it, strange)
7868  Branch: confperl
7869        + t/op/tr.t
7870 ____________________________________________________________________________
7871 [  1956] By: jhi                                   on 1998/10/14  12:24:35
7872     Log: Mutexen should be initialized only once.
7873  Branch: confperl
7874        ! gv.c op.c
7875 ____________________________________________________________________________
7876 [  1955] By: jhi                                   on 1998/10/14  12:19:38
7877     Log: os390 has its own cppstdin.
7878  Branch: confperl
7879        ! hints/os390.sh
7880 ____________________________________________________________________________
7881 [  1954] By: jhi                                   on 1998/10/14  12:15:06
7882     Log: Integrate with mainperl.
7883  Branch: confperl
7884       !> (integrate 1280 files)
7885 ____________________________________________________________________________
7886 [  1953] By: jhi                                   on 1998/10/14  11:48:08
7887     Log: Removed duplicate CMA threads code for HPUX 10.X.
7888          (probably residue of patch(1) being too understanding)
7889          Enhanced 64-bit settings. (redo change#1940)
7890  Branch: confperl
7891        ! hints/hpux.sh
7892 ____________________________________________________________________________
7893 [  1952] By: jhi                                   on 1998/10/14  11:45:16
7894     Log: (redo change#1949) Detypo in the d_open64 warning about
7895          the impending WHOA.
7896  Branch: confperl
7897        ! hints/irix_6.sh
7898 ____________________________________________________________________________
7899 [  1951] By: jhi                                   on 1998/10/14  10:54:16
7900     Log: Mutexen should only be inited once, after they have been New()ed.
7901  Branch: confperl
7902        ! gv.c op.c
7903 ____________________________________________________________________________
7904 [  1950] By: jhi                                   on 1998/10/14  10:41:43
7905     Log: Own cppstdin.
7906  Branch: confperl
7907        ! hints/os390.sh
7908 ____________________________________________________________________________
7909 [  1949] By: jhi                                   on 1998/10/14  10:34:23
7910     Log: Detypo in the d_open64 warning about the impending WHOA.
7911  Branch: confperl
7912        ! hints/irix_6.sh
7913 ____________________________________________________________________________
7914 [  1948] By: gsar                                  on 1998/10/14  05:38:01
7915     Log: two typos
7916  Branch: perl
7917        ! pp_hot.c t/op/eval.t
7918 ____________________________________________________________________________
7919 [  1947] By: gsar                                  on 1998/10/14  05:37:10
7920     Log: let docatch() pass the buck when restartop turns out to be null,
7921          making exceptions in BEGIN{} propagate as expected
7922  Branch: perl
7923        ! pp_ctl.c t/op/misc.t
7924 ____________________________________________________________________________
7925 [  1946] By: gsar                                  on 1998/10/13  03:41:49
7926     Log: add missing file from change#1943
7927  Branch: perl
7928        ! proto.h
7929 ____________________________________________________________________________
7930 [  1945] By: gsar                                  on 1998/10/13  03:32:02
7931     Log: defer "deep recursion" warnings until CXt_SUB context is properly
7932          set up
7933  Branch: perl
7934        ! pp_hot.c t/pragma/warn/pp_hot
7935 ____________________________________________________________________________
7936 [  1944] By: gsar                                  on 1998/10/13  03:15:50
7937     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
7938          fixup the cop_seq value that must be seen by lexical lookups that
7939          emanate within eval''
7940  Branch: perl
7941        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
7942 ____________________________________________________________________________
7943 [  1943] By: gsar                                  on 1998/10/13  02:06:09
7944     Log: ensure recursive attempts to findlex()icals know enough about where
7945          the last eval'' context was encountered
7946  Branch: perl
7947        ! op.c t/op/eval.t
7948 ____________________________________________________________________________
7949 [  1942] By: gsar                                  on 1998/10/13  02:01:24
7950     Log: force copy of substrings when matching against temporaries
7951  Branch: perl
7952        ! pp_hot.c t/op/pat.t
7953 ____________________________________________________________________________
7954 [  1941] By: gsar                                  on 1998/10/13  01:49:16
7955     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
7956          implementation)
7957  Branch: perl
7958        ! pp_ctl.c t/op/runlevel.t
7959 ____________________________________________________________________________
7960 [  1940] By: jhi                                   on 1998/10/12  09:57:44
7961     Log: Removed duplicate CMA threads code for HPUX 10.X.
7962          (probably residue of patch(1) being too understanding)
7963          Enhanced 64-bit settings.
7964  Branch: confperl
7965        ! hints/hpux.sh
7966 ____________________________________________________________________________
7967 [  1939] By: jhi                                   on 1998/10/12  09:53:11
7968     Log: Initial sync from mainline perl.
7969  Branch: confperl
7970        + (add 1282 files)
7971 ____________________________________________________________________________
7972 [  1937] By: gsar                                  on 1998/10/06  21:16:34
7973     Log: fix $/ init for USE_THREADS
7974  Branch: perl
7975        ! perl.c
7976 ____________________________________________________________________________
7977 [  1936] By: gsar                                  on 1998/10/06  07:19:39
7978     Log: fix globals caught by change#1927; builds and tests on Solaris
7979  Branch: perl
7980        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
7981        ! warning.h warning.pl
7982 ____________________________________________________________________________
7983 [  1935] By: gsar                                  on 1998/10/06  06:50:35
7984     Log: add test for previous fix
7985  Branch: perl
7986        ! ext/Thread/create.t
7987 ____________________________________________________________________________
7988 [  1934] By: gsar                                  on 1998/10/06  06:37:36
7989     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
7990  Branch: perl
7991        ! util.c
7992 ____________________________________________________________________________
7993 [  1933] By: gsar                                  on 1998/10/06  05:04:20
7994     Log: undo bogus part of change#1903 (as pointed out by Larry)
7995  Branch: perl
7996        ! pp_ctl.c
7997 ____________________________________________________________________________
7998 [  1932] By: gsar                                  on 1998/10/06  04:21:31
7999     Log: added tweaked version of suggested patch
8000          From: jan.dubois@ibm.net (Jan Dubois)
8001          Date: Sat, 03 Oct 1998 19:04:48 +0200
8002          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
8003          Subject: [PATCH 5.005_52] More MakeMaker  patches
8004  Branch: perl
8005        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
8006        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
8007 ____________________________________________________________________________
8008 [  1931] By: gsar                                  on 1998/10/06  04:04:33
8009     Log: use cpp symbols instead of hardwired constants
8010          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8011          Date: Mon, 05 Oct 1998 09:23:33 +0100
8012          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
8013          Subject: [PATCH 5.005_52] By the numbers (resend)
8014  Branch: perl
8015        ! op.c
8016 ____________________________________________________________________________
8017 [  1930] By: gsar                                  on 1998/10/06  04:01:55
8018     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8019          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
8020          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
8021          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
8022  Branch: perl
8023        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
8024        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
8025 ____________________________________________________________________________
8026 [  1929] By: gsar                                  on 1998/10/06  03:50:36
8027     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8028          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
8029          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
8030          Subject: [PATCH 5.00552] Minor test improvement
8031  Branch: perl
8032        ! t/op/magic.t
8033 ____________________________________________________________________________
8034 [  1928] By: gsar                                  on 1998/10/06  03:49:03
8035     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8036          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
8037          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
8038          Subject: [PATCH 5.00552] emacs/ptags inprovements
8039  Branch: perl
8040        ! emacs/ptags
8041 ____________________________________________________________________________
8042 [  1927] By: gsar                                  on 1998/10/06  03:47:44
8043     Log: disable C<#define dirty PL_dirty> et al.
8044  Branch: perl
8045        ! embed.pl embedvar.h
8046 ____________________________________________________________________________
8047 [  1926] By: gsar                                  on 1998/10/06  03:43:32
8048     Log: From: Mark-Jason Dominus <mjd@plover.com>
8049          Date: Sun, 04 Oct 1998 14:48:11 -0400
8050          Message-ID: <19981004184811.16048.qmail@plover.com>
8051          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
8052  Branch: perl
8053        ! utils/perldoc.PL
8054 ____________________________________________________________________________
8055 [  1925] By: gsar                                  on 1998/10/06  03:27:35
8056     Log: disable USE_THREADS when PERL_OBJECT is enabled
8057  Branch: perl
8058        ! win32/Makefile win32/makefile.mk
8059 ____________________________________________________________________________
8060 [  1924] By: gsar                                  on 1998/10/06  03:26:54
8061     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
8062  Branch: perl
8063        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
8064        ! vms/perly_c.vms
8065 ____________________________________________________________________________
8066 [  1923] By: gsar                                  on 1998/10/03  05:19:56
8067     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
8068          overridden
8069  Branch: perl
8070        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
8071        ! proto.h vms/perly_c.vms
8072 ____________________________________________________________________________
8073 [  1922] By: gsar                                  on 1998/10/03  03:59:50
8074     Log: suppress manifypods leak in extensions
8075  Branch: perl
8076        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
8077 ____________________________________________________________________________
8078 [  1921] By: gsar                                  on 1998/10/02  22:30:15
8079     Log: os390 fixes (suggested by Peter Prymmer)
8080  Branch: perl
8081        ! Makefile.SH regcomp.c
8082 ____________________________________________________________________________
8083 [  1920] By: gsar                                  on 1998/10/02  21:41:19
8084     Log: squelch undef warnings
8085          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8086          Date: Fri, 02 Oct 1998 11:01:14 +0100
8087          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
8088          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
8089  Branch: perl
8090        ! Changes lib/Math/BigInt.pm
8091 ____________________________________________________________________________
8092 [  1919] By: gsar                                  on 1998/10/02  04:59:13
8093     Log: add note to INSTALL about ANSI C
8094  Branch: perl
8095        ! INSTALL
8096 ____________________________________________________________________________
8097 [  1918] By: gsar                                  on 1998/10/02  04:21:10
8098     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
8099          From: jan.dubois@ibm.net (Jan Dubois)
8100          Date: Wed, 30 Sep 1998 23:35:30 +0200
8101          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
8102          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
8103  Branch: perl
8104        ! lib/ExtUtils/xsubpp
8105 ____________________________________________________________________________
8106 [  1917] By: gsar                                  on 1998/10/02  04:16:02
8107     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
8108          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
8109          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
8110          Subject: Re: Configure test for selectbits busted
8111  Branch: perl
8112        ! Configure
8113 ____________________________________________________________________________
8114 [  1916] By: gsar                                  on 1998/10/02  04:14:17
8115     Log: From: Dan Sugalski <sugalskd@osshe.edu>
8116          Date: Wed, 30 Sep 1998 17:15:20 -0700
8117          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
8118          Subject: [PATCH 5.005_02]VMS config tweaks
8119  Branch: perl
8120        ! vms/descrip_mms.template vms/subconfigure.com
8121 ____________________________________________________________________________
8122 [  1915] By: gsar                                  on 1998/10/02  04:10:47
8123     Log: use Off_t to permit 64-bit seek()
8124          From: Scott Henry <scotth@sgi.com>
8125          Date: 29 Sep 1998 17:38:46 -0700
8126          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
8127          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
8128          --
8129          Date: 28 Sep 1998 18:55:37 -0700
8130          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
8131          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
8132  Branch: perl
8133        ! doio.c pp_sys.c proto.h sv.c
8134 ____________________________________________________________________________
8135 [  1914] By: gsar                                  on 1998/10/02  04:05:36
8136     Log: normalize tm struct passed to strftime() with mktime()
8137          From: Spider Boardman <spider@orb.nashua.nh.us>
8138          Date: Wed, 30 Sep 1998 15:12:09 -0400
8139          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
8140          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
8141  Branch: perl
8142        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
8143 ____________________________________________________________________________
8144 [  1913] By: gsar                                  on 1998/10/02  03:59:46
8145     Log: don't try to run foo_SH.orig etc.
8146  Branch: perl
8147        ! Configure
8148 ____________________________________________________________________________
8149 [  1912] By: gsar                                  on 1998/10/02  03:45:37
8150     Log: make warning about glob process failure optional
8151  Branch: perl
8152        ! pod/perldiag.pod pp_hot.c
8153 ____________________________________________________________________________
8154 [  1911] By: gsar                                  on 1998/10/02  02:52:21
8155     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
8156          From: Dominic Dunlop <domo@vo.lu>
8157          Date: Tue, 29 Sep 1998 21:06:30 +0000
8158          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
8159          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
8160          --
8161          Date: Wed, 30 Sep 1998 11:46:44 +0000
8162          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
8163          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
8164  Branch: perl
8165        ! pod/perldiag.pod regcomp.c
8166 ____________________________________________________________________________
8167 [  1910] By: gsar                                  on 1998/10/02  02:48:48
8168     Log: minor Configure tweaks (via private mail)
8169          From: Jarkko Hietaniemi <jhi@iki.fi>
8170          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
8171          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
8172          Subject: [PATCH] 5.005_52: the drizzle continues
8173  Branch: perl
8174        ! Configure config_h.SH handy.h
8175 ____________________________________________________________________________
8176 [  1909] By: gsar                                  on 1998/10/02  02:46:39
8177     Log: update SCO hints for dynamic loading
8178          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
8179          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
8180          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
8181          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
8182          --
8183          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
8184          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
8185          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
8186  Branch: perl
8187        ! hints/sco.sh
8188 ____________________________________________________________________________
8189 [  1908] By: gsar                                  on 1998/10/02  02:33:39
8190     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
8191  Branch: perl
8192        ! lib/File/Find.pm
8193 ____________________________________________________________________________
8194 [  1907] By: gsar                                  on 1998/10/02  02:21:52
8195     Log: applied patches, but retained old behavior for win32 (where compilers
8196          can't read from stdin at all)
8197          From: Graham Barr <gbarr@ti.com>
8198          Date: Mon, 28 Sep 1998 09:41:49 -0500
8199          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
8200          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
8201          --
8202          Date: Tue, 29 Sep 1998 12:35:43 -0500
8203          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
8204          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
8205  Branch: perl
8206        ! ext/Errno/Errno_pm.PL
8207 ____________________________________________________________________________
8208 [  1906] By: gsar                                  on 1998/10/02  02:02:19
8209     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
8210          Hietaniemi)
8211  Branch: perl
8212        ! t/op/grent.t
8213 ____________________________________________________________________________
8214 [  1905] By: gsar                                  on 1998/10/02  01:59:56
8215     Log: win32 caveats about truncate()
8216  Branch: perl
8217        ! pod/perlport.pod
8218 ____________________________________________________________________________
8219 [  1904] By: gsar                                  on 1998/10/02  01:53:25
8220     Log: various Configure and hints updates (prefer drand48() or random()
8221          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
8222          applied modulo SCO hints superceded by later patch
8223          From: Jarkko Hietaniemi <jhi@iki.fi>
8224          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
8225          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
8226          Subject: [PATCH] 5.005_52: Configure et al:
8227  Branch: perl
8228        + ext/IPC/SysV/hints/next_3.pl
8229        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
8230        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
8231        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
8232 ____________________________________________________________________________
8233 [  1903] By: gsar                                  on 1998/10/02  01:42:37
8234     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
8235          Date: Mon, 28 Sep 1998 17:41:49 +0100
8236          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
8237          Subject: [PATCH 5.005_52] Re: More on ?p 
8238          --
8239          Date: Thu, 01 Oct 1998 09:10:58 +0100
8240          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
8241          Subject: [PATCH 5.005_52] ?p fix
8242          --
8243          Date: Thu, 01 Oct 1998 10:45:56 +0100
8244          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
8245          Subject: [PATCH 5.005_52] more on ?p
8246  Branch: perl
8247        ! pp_ctl.c
8248 ____________________________________________________________________________
8249 [  1902] By: gsar                                  on 1998/10/02  01:36:14
8250     Log: From: Kenneth Duda <kjd@cisco.com>
8251          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
8252          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
8253          Subject: writemain dies when there are more than 4000 characters of extensions
8254  Branch: perl
8255        ! writemain.SH
8256 ____________________________________________________________________________
8257 [  1901] By: gsar                                  on 1998/10/02  01:33:16
8258     Log: tweak run_byacc recipe
8259  Branch: perl
8260        ! Makefile.SH Porting/pumpkin.pod
8261 ____________________________________________________________________________
8262 [  1900] By: gsar                                  on 1998/10/02  01:02:09
8263     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
8264  Branch: perl
8265        ! perl.h pp_ctl.c
8266 ____________________________________________________________________________
8267 [  1899] By: gsar                                  on 1998/09/28  20:46:30
8268     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
8269          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
8270          Dvornik)
8271  Branch: perl
8272        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
8273 ____________________________________________________________________________
8274 [  1898] By: gsar                                  on 1998/09/28  20:42:52
8275     Log: flush unsubmitted 5.00552 change
8276  Branch: perl
8277        ! MANIFEST
8278 ____________________________________________________________________________
8279 [  1897] By: gsar                                  on 1998/09/27  04:43:06
8280     Log: run vms_yfix.pl
8281  Branch: perl
8282        ! vms/perly_c.vms
8283 ____________________________________________________________________________
8284 [  1896] By: gsar                                  on 1998/09/27  03:38:55
8285     Log: small tweak on last change
8286  Branch: perl
8287        ! win32/win32.c
8288 ____________________________________________________________________________
8289 [  1895] By: gsar                                  on 1998/09/27  03:17:17
8290     Log: fix win32_stat() to do the right thing for share names
8291  Branch: perl
8292        ! win32/win32.c
8293 ____________________________________________________________________________
8294 [  1891] By: larry                                 on 1998/09/25  18:50:40
8295     Log: Fixed apostrophe problem from Mark Knutsen.
8296  Branch: perl
8297        ! sv.h
8298
8299 ----------------
8300 Version 5.005_52
8301 ----------------
8302
8303 ____________________________________________________________________________
8304 [  1890] By: gsar                                  on 1998/09/25  10:25:00
8305     Log: update template config.sh, add new config vars to win32 stuff
8306  Branch: perl
8307        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
8308        ! pp_sys.c proto.h win32/config.bc win32/config.gc
8309        ! win32/config.vc win32/config_H.bc win32/config_H.gc
8310        ! win32/config_H.vc win32/win32.h
8311 ____________________________________________________________________________
8312 [  1889] By: gsar                                  on 1998/09/25  07:13:13
8313     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
8314          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
8315          of full-fledged 64-bit support (including support for: fseeko/ftello,
8316          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
8317          in Fcntl)
8318          From: Jarkko Hietaniemi <jhi@iki.fi>
8319          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
8320          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
8321          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
8322          --
8323          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
8324          Date: 12 Sep 1998 09:44:25 +0300
8325          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
8326          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
8327  Branch: perl
8328        + lib/filetest.pm
8329        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
8330        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
8331        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
8332        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
8333        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
8334        ! win32/makedef.pl
8335 ____________________________________________________________________________
8336 [  1888] By: gsar                                  on 1998/09/25  06:27:12
8337     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
8338  Branch: perl
8339        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
8340        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8341        ! win32/makedef.pl win32/makefile.mk win32/win32.c
8342 ____________________________________________________________________________
8343 [  1887] By: gsar                                  on 1998/09/25  04:50:49
8344     Log: win32.c tweak
8345  Branch: perl
8346        ! win32/win32.c
8347 ____________________________________________________________________________
8348 [  1886] By: gsar                                  on 1998/09/25  04:47:32
8349     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
8350  Branch: perl
8351        ! lib/ExtUtils/MakeMaker.pm
8352 ____________________________________________________________________________
8353 [  1885] By: gsar                                  on 1998/09/25  04:05:09
8354     Log: From: Dominic Dunlop <domo@vo.lu>
8355          Date: Thu, 10 Sep 1998 11:02:46 +0000
8356          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
8357          Subject: MM_Unix::canonpath erroneously turns leading // into /
8358  Branch: perl
8359        ! lib/ExtUtils/MM_Unix.pm
8360 ____________________________________________________________________________
8361 [  1884] By: gsar                                  on 1998/09/25  03:06:10
8362     Log: temporarily disable perl malloc for a2p until we clean up
8363          conflicting malloc() declarations everywhere
8364  Branch: perl
8365        ! x2p/Makefile.SH
8366 ____________________________________________________________________________
8367 [  1883] By: gsar                                  on 1998/09/25  02:27:00
8368     Log: remove obsolete win32/bin/*.pl
8369  Branch: perl
8370        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
8371        ! Changes MANIFEST win32/Makefile win32/makefile.mk
8372 ____________________________________________________________________________
8373 [  1882] By: gsar                                  on 1998/09/25  02:04:43
8374     Log: missing file in last submit
8375  Branch: perl
8376        ! proto.h
8377 ____________________________________________________________________________
8378 [  1881] By: gsar                                  on 1998/09/25  01:56:54
8379     Log: serial access to PL_x[inpr]v_root for USE_THREADS
8380  Branch: perl
8381        ! sv.c
8382 ____________________________________________________________________________
8383 [  1880] By: gsar                                  on 1998/09/25  01:19:38
8384     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
8385          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
8386          Date: Thu, 24 Sep 1998 22:01:09 +0900
8387          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
8388          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
8389  Branch: perl
8390        ! hv.c proto.h
8391 ____________________________________________________________________________
8392 [  1879] By: gsar                                  on 1998/09/25  00:20:07
8393     Log: tweaks to enable PERL_OBJECT to build & test on win32
8394  Branch: perl
8395        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
8396        ! win32/GenCAPI.pl
8397 ____________________________________________________________________________
8398 [  1878] By: gsar                                  on 1998/09/25  00:13:36
8399     Log: fix change#1861, which breaks default boot_xxx symbol generation
8400  Branch: perl
8401        ! lib/ExtUtils/Mksymlists.pm
8402 ____________________________________________________________________________
8403 [  1877] By: gsar                                  on 1998/09/24  10:29:54
8404     Log: two tweaks for clean build and test on Solaris
8405  Branch: perl
8406        ! op.c t/op/subst.t
8407 ____________________________________________________________________________
8408 [  1876] By: gsar                                  on 1998/09/24  09:04:43
8409     Log: From: Colin Kuskie <ckuskie@cadence.com>
8410          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
8411          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
8412          Subject: [PATCH 5.005_51] perlform.pod
8413  Branch: perl
8414        ! pod/perlform.pod
8415 ____________________________________________________________________________
8416 [  1875] By: gsar                                  on 1998/09/24  08:47:47
8417     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8418          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
8419          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
8420          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
8421  Branch: perl
8422        ! regexec.c
8423 ____________________________________________________________________________
8424 [  1874] By: gsar                                  on 1998/09/24  08:44:55
8425     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8426          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
8427          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
8428          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
8429  Branch: perl
8430        ! toke.c
8431 ____________________________________________________________________________
8432 [  1873] By: gsar                                  on 1998/09/24  08:39:41
8433     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8434          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
8435          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
8436          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
8437  Branch: perl
8438        ! Changes regcomp.c
8439 ____________________________________________________________________________
8440 [  1872] By: gsar                                  on 1998/09/24  08:37:00
8441     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
8442          Date: Sun, 23 Aug 1998 23:18:38 PDT
8443          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
8444          Subject: new irix_6.sh hints file
8445  Branch: perl
8446        ! hints/irix_6.sh
8447 ____________________________________________________________________________
8448 [  1871] By: gsar                                  on 1998/09/24  07:26:37
8449     Log: correct FSF address in various places
8450  Branch: perl
8451        ! Copying README ext/B/README lib/Getopt/Long.pm
8452 ____________________________________________________________________________
8453 [  1870] By: gsar                                  on 1998/09/24  07:11:56
8454     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
8455          Date:    Fri, 14 Aug 1998 09:20:16 PDT
8456          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
8457          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
8458  Branch: perl
8459        ! configure.com
8460 ____________________________________________________________________________
8461 [  1869] By: gsar                                  on 1998/09/24  06:55:59
8462     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
8463          From:    Scott Henry <scotth@sgi.com>
8464          Date:    13 Aug 1998 09:52:15 PDT
8465          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
8466          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
8467  Branch: perl
8468        ! hints/irix_6.sh
8469 ____________________________________________________________________________
8470 [  1868] By: gsar                                  on 1998/09/24  06:51:23
8471     Log: From:    Nathan Torkington <gnat@frii.com>
8472          Date:    Thu, 13 Aug 1998 10:59:48 MDT
8473          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
8474          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
8475  Branch: perl
8476        ! pod/perlfunc.pod
8477 ____________________________________________________________________________
8478 [  1867] By: gsar                                  on 1998/09/24  06:45:13
8479     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
8480          that are autoloaded)
8481  Branch: perl
8482        ! pp_ctl.c
8483 ____________________________________________________________________________
8484 [  1866] By: gsar                                  on 1998/09/24  05:21:19
8485     Log: grandfather deprecated "$$<digit>" no more
8486  Branch: perl
8487        ! pod/perldiag.pod toke.c
8488 ____________________________________________________________________________
8489 [  1865] By: gsar                                  on 1998/09/24  04:52:48
8490     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
8491          low bits (suggested by Ilya Zakharevich)
8492  Branch: perl
8493        ! hv.h
8494 ____________________________________________________________________________
8495 [  1864] By: gsar                                  on 1998/09/24  04:29:14
8496     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
8497          perly_c.diff
8498  Branch: perl
8499        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
8500        ! perly_c.diff toke.c
8501 ____________________________________________________________________________
8502 [  1863] By: gsar                                  on 1998/09/24  03:36:30
8503     Log: provide locked access to string table for USE_THREADS
8504  Branch: perl
8505        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
8506 ____________________________________________________________________________
8507 [  1862] By: gsar                                  on 1998/09/24  03:30:32
8508     Log: remove bogus warn()
8509  Branch: perl
8510        ! embed.pl
8511 ____________________________________________________________________________
8512 [  1861] By: gsar                                  on 1998/09/24  02:58:51
8513     Log: applied suggested patch, adapted for all platforms
8514          From: jan.dubois@ibm.net (Jan Dubois)
8515          Date: Sun, 20 Sep 1998 12:56:38 +0200
8516          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
8517          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
8518  Branch: perl
8519        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
8520        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
8521        ! lib/ExtUtils/MakeMaker.pm
8522 ____________________________________________________________________________
8523 [  1860] By: gsar                                  on 1998/09/24  02:16:14
8524     Log: upgrade to CPAN-1.40
8525  Branch: perl
8526        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
8527 ____________________________________________________________________________
8528 [  1859] By: gsar                                  on 1998/09/24  02:08:59
8529     Log: use $ENV{MAKEMAKEROPT} to set default command line args
8530  Branch: perl
8531        ! lib/ExtUtils/MakeMaker.pm
8532 ____________________________________________________________________________
8533 [  1857] By: gsar                                  on 1998/09/23  10:58:36
8534     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8535          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
8536          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
8537          Subject: More verbose Test::Harness [PATCH]
8538  Branch: perl
8539        ! lib/Test/Harness.pm
8540 ____________________________________________________________________________
8541 [  1856] By: gsar                                  on 1998/09/23  10:56:24
8542     Log: update hints for OPENSTEP 4.2 on i386
8543          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
8544          Date: Sun, 20 Sep 1998 01:03:18 +0200
8545          Message-Id: <9809192303.AA29190@Spike>
8546          Subject: Perl 5.005_02 compilation problems
8547  Branch: perl
8548        ! hints/next_4.sh
8549 ____________________________________________________________________________
8550 [  1855] By: gsar                                  on 1998/09/23  10:52:27
8551     Log: reset errno after C<require> search (as suggested by Larry)
8552  Branch: perl
8553        ! pp_ctl.c
8554 ____________________________________________________________________________
8555 [  1854] By: gsar                                  on 1998/09/23  10:50:26
8556     Log: misc pod tweaks
8557  Branch: perl
8558        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
8559 ____________________________________________________________________________
8560 [  1853] By: gsar                                  on 1998/09/23  10:46:06
8561     Log: make Pod/Html.pm handle the --title option properly (as suggested
8562          by gml4410@ggr.co.uk)
8563  Branch: perl
8564        ! lib/Pod/Html.pm
8565 ____________________________________________________________________________
8566 [  1852] By: gsar                                  on 1998/09/23  10:41:39
8567     Log: SSNEW() API for allocating memory on the savestack
8568          From: Albert Dvornik <bert@genscan.com>
8569          Date: 17 Sep 1998 19:23:07 -0400
8570          Message-Id: <tqemtae338.fsf@puma.genscan.com>
8571          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
8572  Branch: perl
8573        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
8574        ! perl.h proto.h scope.c scope.h t/io/tell.t
8575 ____________________________________________________________________________
8576 [  1851] By: gsar                                  on 1998/09/23  10:37:05
8577     Log: From: Jochen Wiedmann <joe@ispsoft.de>
8578          Date: Thu, 17 Sep 1998 17:16:06 +0200
8579          Message-ID: <360127B6.E44564A@ispsoft.de>
8580          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
8581  Branch: perl
8582        ! lib/ExtUtils/MakeMaker.pm
8583 ____________________________________________________________________________
8584 [  1850] By: gsar                                  on 1998/09/23  10:33:05
8585     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
8586          Date: 15 Sep 1998 01:32:31 +0200
8587          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
8588          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
8589  Branch: perl
8590        ! lib/ExtUtils/MM_Unix.pm
8591 ____________________________________________________________________________
8592 [  1849] By: gsar                                  on 1998/09/23  10:29:04
8593     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
8594          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
8595          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
8596          Subject: Re: extralibs.ld problem in MM_VMS.pm
8597  Branch: perl
8598        ! lib/ExtUtils/MM_VMS.pm
8599 ____________________________________________________________________________
8600 [  1848] By: gsar                                  on 1998/09/23  10:25:24
8601     Log: From: Roderick Schertler <roderick@argon.org>
8602          Date: 11 Sep 1998 16:19:21 -0400
8603          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
8604          Subject: Re: Open2 and memory leaks
8605  Branch: perl
8606        ! lib/IPC/Open3.pm
8607 ____________________________________________________________________________
8608 [  1847] By: gsar                                  on 1998/09/23  10:18:31
8609     Log: From: Roderick Schertler <roderick@argon.org>
8610          Date: Wed, 09 Sep 1998 23:52:48 -0400
8611          Message-ID: <20567.905399568@eeyore.ibcinc.com>
8612          Subject: seed srand from /dev/urandom when possible
8613  Branch: perl
8614        ! pod/perlfunc.pod pp.c
8615 ____________________________________________________________________________
8616 [  1846] By: gsar                                  on 1998/09/23  10:12:22
8617     Log: From: Roderick Schertler <roderick@argon.org>
8618          Date: Thu, 10 Sep 1998 00:32:17 -0400
8619          Message-ID: <21142.905401937@eeyore.ibcinc.com>
8620          Subject: doc update for crypt()'s salt
8621  Branch: perl
8622        ! pod/perlfunc.pod
8623 ____________________________________________________________________________
8624 [  1845] By: gsar                                  on 1998/09/23  10:09:23
8625     Log: fix h2ph handling of C<#error "foo">
8626          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
8627          Date: Thu, 10 Sep 1998 09:59:33 +0900
8628          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
8629          Subject: [5.005_02] h2ph problem
8630  Branch: perl
8631        ! utils/h2ph.PL
8632 ____________________________________________________________________________
8633 [  1844] By: gsar                                  on 1998/09/23  10:06:13
8634     Log: plug strictly private function leaks in API listing
8635  Branch: perl
8636        ! pod/perlguts.pod
8637 ____________________________________________________________________________
8638 [  1843] By: gsar                                  on 1998/09/23  10:02:57
8639     Log: hide symbol for static build
8640          From: Dominic Dunlop <domo@vo.lu>
8641          Date: Tue, 8 Sep 1998 21:40:46 +0000
8642          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
8643          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
8644  Branch: perl
8645        ! regcomp.c
8646 ____________________________________________________________________________
8647 [  1842] By: gsar                                  on 1998/09/23  09:52:46
8648     Log: define PUT_svindex(), PUT_opindex()
8649  Branch: perl
8650        ! ext/B/B/Assembler.pm
8651 ____________________________________________________________________________
8652 [  1841] By: gsar                                  on 1998/09/23  09:44:25
8653     Log: From: Dominic Dunlop <domo@vo.lu>
8654          Date: Tue, 8 Sep 1998 15:34:53 +0000
8655          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
8656          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
8657  Branch: perl
8658        ! t/pragma/warn/regexec
8659 ____________________________________________________________________________
8660 [  1840] By: gsar                                  on 1998/09/23  09:42:17
8661     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
8662  Branch: perl
8663        ! win32/bin/pl2bat.pl
8664 ____________________________________________________________________________
8665 [  1839] By: gsar                                  on 1998/09/23  09:38:18
8666     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
8667          Date: Mon, 7 Sep 1998 17:36:09 +0900
8668          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
8669          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
8670  Branch: perl
8671        ! ext/Thread/Thread.xs
8672 ____________________________________________________________________________
8673 [  1838] By: gsar                                  on 1998/09/23  09:21:11
8674     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
8675          Date: Thu, 10 Sep 1998 00:02:07 -0400
8676          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
8677          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
8678  Branch: perl
8679        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
8680        + vos/config.h vos/config_h.SH_orig vos/perl.bind
8681        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
8682        ! MANIFEST perl.c perl.h pod/perlport.pod
8683 ____________________________________________________________________________
8684 [  1837] By: gsar                                  on 1998/09/23  08:45:58
8685     Log: (via private mail)
8686          From: Charles Bailey <BAILEY@newman.upenn.edu>
8687          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
8688          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
8689          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
8690  Branch: perl
8691        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
8692        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
8693        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
8694        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
8695        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
8696        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
8697        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
8698        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
8699        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
8700        ! vms/writemain.pl
8701 ____________________________________________________________________________
8702 [  1836] By: gsar                                  on 1998/09/23  08:17:42
8703     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8704          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
8705          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
8706          Subject: [PATCH 5.005_*] OS/2 spawning typos
8707  Branch: perl
8708        ! os2/os2.c
8709 ____________________________________________________________________________
8710 [  1835] By: gsar                                  on 1998/09/23  08:09:55
8711     Log: warn on C<my($foo,$foo)>
8712  Branch: perl
8713        ! op.c pod/perldiag.pod
8714 ____________________________________________________________________________
8715 [  1834] By: gsar                                  on 1998/09/23  07:35:56
8716     Log: From: pvhp@forte.com (Peter Prymmer)
8717          Date: Fri, 4 Sep 98 13:27:41 PDT
8718          Message-Id: <9809042027.AA04463@forte.com>
8719          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
8720  Branch: perl
8721        ! README.vms
8722 ____________________________________________________________________________
8723 [  1833] By: gsar                                  on 1998/09/23  07:27:34
8724     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
8725          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
8726          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
8727          Subject: PATCH: 5.005_02 hint/hpux.sh
8728  Branch: perl
8729        ! hints/hpux.sh
8730 ____________________________________________________________________________
8731 [  1832] By: gsar                                  on 1998/09/23  07:22:40
8732     Log: fix (some) installhtml bugs
8733          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
8734          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
8735          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
8736          Subject: installhtml script needs work
8737  Branch: perl
8738        ! installhtml
8739 ____________________________________________________________________________
8740 [  1831] By: gsar                                  on 1998/09/23  07:19:30
8741     Log: document 'U' magic with examples
8742          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
8743          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
8744          Message-Id: <199809011455.PAA00631@sale-wts>
8745          Subject: Re: Looking for some XS MAGIC examples...
8746  Branch: perl
8747        ! pod/perlguts.pod
8748 ____________________________________________________________________________
8749 [  1830] By: gsar                                  on 1998/09/23  07:16:43
8750     Log: From: pvhp@forte.com (Peter Prymmer)
8751          Date: Mon, 31 Aug 98 17:13:49 PDT
8752          Message-Id: <9809010013.AA06737@forte.com>
8753          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
8754  Branch: perl
8755        ! README.os390
8756 ____________________________________________________________________________
8757 [  1829] By: gsar                                  on 1998/09/23  07:15:08
8758     Log: fix problematic typecast in filter_del()
8759          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
8760          Date: Mon, 31 Aug 1998 21:13:11 GMT
8761          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
8762          Subject: perl5.005_02 does not build on Cray T90
8763  Branch: perl
8764        ! toke.c
8765 ____________________________________________________________________________
8766 [  1828] By: gsar                                  on 1998/09/23  07:11:34
8767     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8768          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
8769          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
8770          Subject: [PATCH 5.005_5*] (?>) broken in RE
8771  Branch: perl
8772        ! regexec.c t/op/re_tests
8773 ____________________________________________________________________________
8774 [  1827] By: gsar                                  on 1998/09/23  07:09:50
8775     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
8776  Branch: perl
8777        ! t/op/grent.t t/op/groups.t
8778 ____________________________________________________________________________
8779 [  1826] By: gsar                                  on 1998/09/23  07:03:16
8780     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
8781          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
8782          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
8783          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
8784  Branch: perl
8785        - interp.sym
8786        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
8787 ____________________________________________________________________________
8788 [  1825] By: gsar                                  on 1998/09/23  06:56:40
8789     Log: re-introduce change#1703
8790  Branch: perl
8791        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
8792 ____________________________________________________________________________
8793 [  1824] By: gsar                                  on 1998/09/23  06:44:19
8794     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8795          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
8796          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
8797          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
8798  Branch: perl
8799        ! lib/perl5db.pl
8800 ____________________________________________________________________________
8801 [  1823] By: gsar                                  on 1998/09/23  06:41:34
8802         Log: From: Joe Buehler <jhpb@hekimian.com>
8803              Date: 29 Aug 1998 17:13:28 -0400
8804              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
8805              Subject: patches for perl 5.005_51 under U/WIN
8806      Branch: perl
8807            + hints/uwin.sh
8808            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
8809            ! t/lib/posix.t
8810 ____________________________________________________________________________
8811 [  1822] By: gsar                                  on 1998/09/23  06:36:59
8812         Log: add missing C<no utf8;> tweak from Larry
8813      Branch: perl
8814            ! t/op/subst.t
8815 ____________________________________________________________________________
8816 [  1821] By: gsar                                  on 1998/09/23  06:27:51
8817         Log: s/runops/CALLRUNOPS/
8818      Branch: perl
8819            ! cc_runtime.h
8820 ____________________________________________________________________________
8821 [  1820] By: gsar                                  on 1998/09/23  06:24:49
8822         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
8823      Branch: perl
8824           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
8825           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
8826           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
8827           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
8828           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
8829           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
8830           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
8831           +> t/pragma/warn/util
8832            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
8833            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
8834            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
8835            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
8836            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
8837            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
8838            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
8839            - t/pragma/warn-util
8840            ! MANIFEST t/pragma/warning.t
8841 ____________________________________________________________________________
8842 [  1819] By: gsar                                  on 1998/09/23  06:08:46
8843         Log: make \(%foo) return refs to values (not copies of values)
8844              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
8845              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
8846              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
8847              --
8848              From: Roderick Schertler <roderick@argon.org>
8849              Date: Sat, 29 Aug 1998 00:58:33 -0400
8850              Message-ID: <29894.904366713@eeyore.ibcinc.com>
8851              Subject: Re: \(%x) problems
8852      Branch: perl
8853            ! doop.c pod/perlref.pod
8854 ____________________________________________________________________________
8855 [  1818] By: gsar                                  on 1998/09/23  06:05:08
8856         Log: make h2xs generate ANSI prototypes
8857      Branch: perl
8858            ! utils/h2xs.PL
8859 ____________________________________________________________________________
8860 [  1817] By: gsar                                  on 1998/09/23  05:57:16
8861         Log: updated usethreads hints for hpux 10.X
8862              From: Matthew T Harden <mthard@mthard1.monsanto.com>
8863              Date: Fri, 28 Aug 1998 14:10:42 GMT
8864              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
8865              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
8866      Branch: perl
8867            ! hints/hpux.sh perl.h
8868 ____________________________________________________________________________
8869 [  1816] By: gsar                                  on 1998/09/23  05:53:31
8870         Log: don't create empty directories in installperl
8871              From: Robin Barker <rmb1@cise.npl.co.uk>
8872              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
8873              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
8874              Subject: [PATCH 5.005_02] install: empty dirs
8875      Branch: perl
8876            ! installperl
8877 ____________________________________________________________________________
8878 [  1815] By: gsar                                  on 1998/09/23  05:50:36
8879         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
8880              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8881              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
8882              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
8883              Subject: Re: your mail
8884      Branch: perl
8885            ! regexec.c t/op/re_tests
8886 ____________________________________________________________________________
8887 [  1814] By: gsar                                  on 1998/09/23  05:45:17
8888         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
8889              Date: Thu, 20 Aug 1998 20:59:03 -0400
8890              Message-ID: <19980820205903.A12908@O2.chapin.edu>
8891              Subject: [PATCH] h2ph misquotes #error directives
8892      Branch: perl
8893            ! t/lib/h2ph.pht utils/h2ph.PL
8894 ____________________________________________________________________________
8895 [  1813] By: gsar                                  on 1998/09/23  05:42:41
8896         Log: patch to support computed regular subexpressions
8897              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8898              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
8899              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
8900              Subject: [5.005_5* PATCH] Postponed RE - now!
8901      Branch: perl
8902            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
8903            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
8904 ____________________________________________________________________________
8905 [  1812] By: gsar                                  on 1998/09/23  05:26:26
8906         Log: better CR-handling on shebang line and in formats (fixed variant of
8907              patch suggested by Igor Sysoev <igor@nitek.ru>)
8908      Branch: perl
8909            ! perl.c toke.c
8910 ____________________________________________________________________________
8911 [  1811] By: gsar                                  on 1998/09/23  04:35:46
8912         Log: document non-loopish blocks better
8913              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8914              Date: Tue, 18 Aug 1998 12:28:36 +0100
8915              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
8916              Subject: Re: next in do {} while block gives error message
8917      Branch: perl
8918            ! pod/perlfunc.pod
8919 ____________________________________________________________________________
8920 [  1810] By: gsar                                  on 1998/09/23  04:12:05
8921         Log: fix bogus integerization of pop()'s return value
8922              From: Gurusamy Sarathy <gsar@engin.umich.edu>
8923              Date: Sat, 15 Aug 1998 23:27:54 -0400
8924              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
8925              Subject: Re: Complex expression does integer arithmetic 
8926      Branch: perl
8927            ! opcode.h opcode.pl
8928 ____________________________________________________________________________
8929 [  1809] By: gsar                                  on 1998/09/23  04:09:43
8930         Log: tweak README.win32
8931      Branch: perl
8932            ! README.win32
8933 ____________________________________________________________________________
8934 [  1808] By: gsar                                  on 1998/09/23  03:40:57
8935         Log: better diagnostic for do{} used as lvalue
8936      Branch: perl
8937            ! op.c pod/perlport.pod
8938 ____________________________________________________________________________
8939 [  1807] By: gsar                                  on 1998/09/23  03:38:30
8940         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
8941              From: hansm@icgroup.nl
8942              Date: Tue, 11 Aug 98 21:08:51 +0200
8943              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
8944              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
8945      Branch: perl
8946            ! malloc.c
8947 ____________________________________________________________________________
8948 [  1806] By: gsar                                  on 1998/09/23  03:36:08
8949         Log: support make written in perl (aka "pmake") on win32
8950      Branch: perl
8951            ! lib/ExtUtils/MM_Win32.pm
8952 ____________________________________________________________________________
8953 [  1805] By: gsar                                  on 1998/09/23  03:30:07
8954         Log: fix mismatched UV/U32 types for to_utf8_*()
8955      Branch: perl
8956            ! utf8.c
8957 ____________________________________________________________________________
8958 [  1804] By: gsar                                  on 1998/09/23  03:22:22
8959         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
8960              Date: Sun, 9 Aug 1998 22:38:23 +0200
8961              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
8962              Subject: [PATCH 5.5002] dos-djgpp update
8963      Branch: perl
8964            ! t/io/fs.t
8965 ____________________________________________________________________________
8966 [  1803] By: gsar                                  on 1998/09/23  03:20:13
8967         Log: apply minimal variant of patch (sent via private mail)
8968              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
8969              Date: Wed, 12 Aug 1998 15:42:35 +0300
8970              Message-Id: <199808121242.PAA29761@comanche.spices>
8971              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
8972      Branch: perl
8973            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
8974            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
8975 ____________________________________________________________________________
8976 [  1802] By: gsar                                  on 1998/09/23  03:03:39
8977         Log: adjust searchdict.t for EBCDIC (still needs documenting)
8978              From: pvhp@forte.com (Peter Prymmer)
8979              Date: Thu, 6 Aug 98 18:09:39 PDT
8980              Message-Id: <9808070109.AA06158@forte.com>
8981              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
8982      Branch: perl
8983            ! README.os390 t/lib/searchdict.t
8984 ____________________________________________________________________________
8985 [  1801] By: gsar                                  on 1998/09/23  02:54:15
8986         Log: silence redefined warning for XS(INIT) {}
8987      Branch: perl
8988            ! op.c
8989 ____________________________________________________________________________
8990 [  1800] By: gsar                                  on 1998/09/23  02:42:23
8991         Log: support match indices via special variables @- and @+
8992              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8993              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
8994              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
8995              Subject: [PATCH 5.004_76] @- and @+
8996      Branch: perl
8997            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
8998            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
8999 ____________________________________________________________________________
9000 [  1799] By: gsar                                  on 1998/09/23  01:44:31
9001         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9002              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
9003              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
9004              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
9005      Branch: perl
9006            ! regcomp.c t/op/re_tests
9007 ____________________________________________________________________________
9008 [  1798] By: gsar                                  on 1998/09/23  01:39:23
9009         Log: integrate maint-5.005 changes (except conflicting change#1794)
9010      Branch: perl
9011            ! Changes
9012           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
9013           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
9014           !> win32/win32.h
9015 ____________________________________________________________________________
9016 [  1797] By: gsar                                  on 1998/09/23  01:32:36
9017         Log: add note to win32/Makefile about setting CCHOME
9018      Branch: perl
9019            ! win32/Makefile win32/makefile.mk
9020 ____________________________________________________________________________
9021 [  1796] By: gsar                                  on 1998/09/23  01:31:32
9022         Log: perl.pod tweak
9023      Branch: perl
9024            ! pod/perl.pod
9025 ____________________________________________________________________________
9026 [  1795] By: gsar                                  on 1998/09/21  20:34:10
9027         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
9028      Branch: perl
9029            ! lib/ExtUtils/xsubpp
9030 ____________________________________________________________________________
9031 [  1789] By: gsar                                  on 1998/09/18  18:01:37
9032         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
9033      Branch: perl
9034            ! cop.h t/cmd/for.t
9035 ____________________________________________________________________________
9036 [  1788] By: gsar                                  on 1998/09/17  02:19:11
9037         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
9038      Branch: perl
9039            ! win32/config.bc win32/config.gc win32/config.vc
9040 ____________________________________________________________________________
9041 [  1787] By: gsar                                  on 1998/09/17  01:45:14
9042         Log: suppress bogus warning on C<sub x {} x()>
9043      Branch: perl
9044            ! toke.c
9045 ____________________________________________________________________________
9046 [  1786] By: gsar                                  on 1998/09/17  01:42:51
9047         Log: ntohl typo in objXSUB.h
9048      Branch: perl
9049            ! objXSUB.h
9050 ____________________________________________________________________________
9051 [  1785] By: gsar                                  on 1998/09/17  01:41:48
9052         Log: fill gaps in sig_* entries in win32/config.?c
9053      Branch: perl
9054            ! win32/config.bc win32/config.gc win32/config.vc
9055 ____________________________________________________________________________
9056 [  1781] By: larry                                 on 1998/09/05  23:48:24
9057         Log: tr/// logic was hosed under utf8
9058      Branch: perl
9059            ! doop.c op.c op.h pp.c proto.h
9060 ____________________________________________________________________________
9061 [  1780] By: larry                                 on 1998/09/05  23:44:16
9062         Log: several new tests needed tweaking to work under utf8
9063      Branch: perl
9064            ! t/comp/require.t t/op/pack.t t/op/substr.t
9065 ____________________________________________________________________________
9066 [  1779] By: larry                                 on 1998/09/05  23:41:42
9067         Log: index() applied BM optimization to wrong argument
9068      Branch: perl
9069            ! op.c util.c
9070 ____________________________________________________________________________
9071 [  1778] By: larry                                 on 1998/09/05  23:38:29
9072         Log: Implicit require during compile reset line numbering
9073      Branch: perl
9074            ! pp_ctl.c
9075
9076 ----------------
9077 Version 5.005_51
9078 ----------------
9079
9080 ____________________________________________________________________________
9081 [  1777] By: gsar                                  on 1998/08/10  07:02:38
9082         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
9083              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
9084              lexical warning testsuite for win32
9085      Branch: perl
9086            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
9087            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
9088            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
9089            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
9090            ! win32/Makefile win32/makefile.mk
9091 ____________________________________________________________________________
9092 [  1776] By: gsar                                  on 1998/08/09  17:53:48
9093         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
9094      Branch: perl
9095            ! Changes MANIFEST perl.c pod/perlhist.pod
9096 ____________________________________________________________________________
9097 [  1775] By: gsar                                  on 1998/08/09  14:35:33
9098         Log: tweak warning test
9099      Branch: perl
9100            ! t/pragma/warn-toke
9101 ____________________________________________________________________________
9102 [  1774] By: gsar                                  on 1998/08/09  14:13:46
9103         Log: add missing dTHR; notes for test failures due to small stacksize
9104      Branch: perl
9105            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
9106            ! toke.c universal.c util.c
9107 ____________________________________________________________________________
9108 [  1773] By: gsar                                  on 1998/08/09  11:31:53
9109         Log: lexical warnings; tweaks to places that didn't apply correctly
9110              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
9111              Date:    Wed, 29 Jul 1998 09:28:45 BST
9112              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
9113              Subject: lexical warnings patch for 5.005_50
9114      Branch: perl
9115            + README.lexwarn lib/warning.pm t/pragma/warn-2use
9116            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
9117            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
9118            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
9119            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
9120            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
9121            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
9122            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
9123            + warning.h warning.pl
9124            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
9125            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
9126            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
9127            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
9128            ! universal.c util.c
9129 ____________________________________________________________________________
9130 [  1772] By: gsar                                  on 1998/08/08  23:06:00
9131         Log: bump patchlevel to 5.005_51
9132      Branch: perl
9133            ! patchlevel.h win32/Makefile win32/config_H.bc
9134            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
9135 ____________________________________________________________________________
9136 [  1771] By: gsar                                  on 1998/08/08  23:01:57
9137         Log: fix bogus warning on "\x{123}"
9138              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
9139              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
9140              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
9141              Subject: [5.005_50 PATCH] Some unicode problems
9142      Branch: perl
9143            ! regcomp.c toke.c
9144 ____________________________________________________________________________
9145 [  1770] By: gsar                                  on 1998/08/08  22:56:55
9146         Log: hide dup symbol for static build of ext/re
9147              From: Dominic Dunlop <domo@ppp72.vo.lu>
9148              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
9149              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
9150              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
9151      Branch: perl
9152            ! regcomp.c
9153 ____________________________________________________________________________
9154 [  1769] By: gsar                                  on 1998/08/08  22:45:06
9155         Log: fix double free on -Mutf8 -e '$b=uc("")'
9156              From: larry@wall.org (Larry Wall)
9157              Date: Fri, 7 Aug 1998 14:42:43 -0700
9158              Message-Id: <199808072142.OAA14920@wall.org>
9159              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
9160      Branch: perl
9161            ! pp.c
9162 ____________________________________________________________________________
9163 [  1768] By: gsar                                  on 1998/08/08  22:42:29
9164         Log: substr() assumes utf8 without say-so
9165              From: larry@wall.org (Larry Wall)
9166              Date: Fri, 7 Aug 1998 12:25:12 -0700
9167              Message-Id: <199808071925.MAA13436@wall.org>
9168              Subject: [PATCH 5.005_50] substr bug?
9169      Branch: perl
9170            ! pp.c
9171 ____________________________________________________________________________
9172 [  1767] By: gsar                                  on 1998/08/08  22:38:25
9173         Log: fix intolerance of SWASHes for blank lines
9174              From: Gisle Aas <aas@sn.no>
9175              Date: 06 Aug 1998 23:28:57 +0200
9176              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
9177              Subject: Re: Re[2]: another joyride begins
9178      Branch: perl
9179            ! lib/utf8_heavy.pl
9180 ____________________________________________________________________________
9181 [  1766] By: gsar                                  on 1998/08/08  22:33:10
9182         Log: utf8 doc tweak
9183              From: Gisle Aas <aas@sn.no>
9184              Date: 05 Aug 1998 00:41:04 +0200
9185              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
9186              Subject: Matching clumps
9187      Branch: perl
9188            ! lib/utf8.pm
9189 ____________________________________________________________________________
9190 [  1765] By: gsar                                  on 1998/08/08  22:31:37
9191         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
9192              From: Gisle Aas <aas@sn.no>
9193              Date: 04 Aug 1998 22:56:11 +0200
9194              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
9195              Subject: Re: another joyride begins
9196      Branch: perl
9197            ! lib/utf8_heavy.pl
9198 ____________________________________________________________________________
9199 [  1764] By: gsar                                  on 1998/08/08  22:28:43
9200         Log: From: larry@wall.org (Larry Wall)
9201              Date: Tue, 4 Aug 1998 17:04:51 -0700
9202              Message-Id: <199808050004.RAA22592@wall.org>
9203              Subject: [PATCH 5.005_50] \pX not implemented!
9204      Branch: perl
9205            ! regcomp.c
9206 ____________________________________________________________________________
9207 [  1763] By: gsar                                  on 1998/08/08  22:27:15
9208         Log: From: Stephen McCamant <alias@mcs.com>
9209              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
9210              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
9211              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
9212      Branch: perl
9213            ! op.c
9214 ____________________________________________________________________________
9215 [  1762] By: gsar                                  on 1998/08/08  22:26:09
9216         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
9217              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
9218              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
9219              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
9220      Branch: perl
9221            + t/op/grent.t t/op/pwent.t
9222            ! MANIFEST
9223 ____________________________________________________________________________
9224 [  1761] By: gsar                                  on 1998/08/08  22:21:52
9225         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9226              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
9227              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
9228              Subject: [5.005_50 PATCH] misprint in RE engine
9229      Branch: perl
9230            ! regexec.c t/op/re_tests
9231 ____________________________________________________________________________
9232 [  1760] By: gsar                                  on 1998/08/08  22:18:54
9233         Log: integrate maint-5.005 changes into mainline
9234      Branch: perl
9235           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
9236           !> (integrate 138 files)
9237 ____________________________________________________________________________
9238 [  1672] By: gsar                                  on 1998/07/27  18:35:28
9239         Log: create new Changes
9240      Branch: perl
9241            + Changes
9242            ! Changes5.005 MANIFEST
9243 ____________________________________________________________________________
9244 [  1671] By: gsar                                  on 1998/07/27  18:30:57
9245         Log: rename Changes --> Changes5.005
9246      Branch: perl
9247           +> Changes5.005
9248            - Changes
9249 ____________________________________________________________________________
9250 [  1670] By: gsar                                  on 1998/07/27  18:10:14
9251         Log: integrate 5.005_01 changes from maint
9252      Branch: perl
9253            ! Changes
9254           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
9255           !> win32/win32.c
9256 ____________________________________________________________________________
9257 [  1667] By: nick                                  on 1998/07/26  14:31:01
9258         Log: Add dTHR so that it compiles miniperl in threaded mode
9259      Branch: perl
9260            ! doop.c mg.c regcomp.c regexec.c
9261 ____________________________________________________________________________
9262 [  1666] By: nick                                  on 1998/07/26  13:01:10
9263         Log: Resolve ansiperl against mainline (@1648?)
9264              Unclear that change number has "taken".
9265      Branch: ansiperl
9266           +> (branch 169 files)
9267            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
9268           !> (integrate 131 files)
9269
9270 ----------------
9271 Version 5.005_50
9272 ----------------
9273
9274 ____________________________________________________________________________
9275 [  1665] By: gsar                                  on 1998/07/26  05:38:48
9276         Log: add trailing newline to file
9277      Branch: perl
9278            ! Changes lib/unicode/blocks.txt
9279 ____________________________________________________________________________
9280 [  1664] By: gsar                                  on 1998/07/26  05:08:48
9281         Log: integrate proto.h additions from maint-5.005
9282      Branch: perl
9283           !> pod/perlhist.pod proto.h
9284 ____________________________________________________________________________
9285 [  1663] By: gsar                                  on 1998/07/26  05:07:05
9286         Log: add new files to MANIFEST; add missing prototypes to proto.h;
9287              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
9288              add typecasts to silence warnings; tweaks for win32 builds
9289      Branch: perl
9290            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
9291            ! win32/Makefile win32/makefile.mk
9292 ____________________________________________________________________________
9293 [  1662] By: gsar                                  on 1998/07/26  05:01:52
9294         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
9295      Branch: maint-5.005/perl
9296            ! pod/perlhist.pod proto.h
9297 ____________________________________________________________________________
9298 [  1661] By: gsar                                  on 1998/07/26  02:52:48
9299         Log: up patchlevel to 5.005_50
9300      Branch: perl
9301            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
9302            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
9303 ____________________________________________________________________________
9304 [  1660] By: gsar                                  on 1998/07/26  02:43:57
9305         Log: integrate utfperl
9306      Branch: perl
9307           +> (branch 162 files)
9308           !> (integrate 29 files)
9309 ____________________________________________________________________________
9310 [  1659] By: gsar                                  on 1998/07/26  02:38:22
9311         Log: integrate maint-5.005 changes
9312      Branch: perl
9313           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
9314           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
9315           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
9316           !> vms/descrip_mms.template vms/subconfigure.com
9317 ____________________________________________________________________________
9318 [  1658] By: gsar                                  on 1998/07/26  02:23:46
9319         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
9320              Date: Fri, 24 Jul 1998 11:38:25 -0700
9321              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
9322              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
9323              --
9324              Date: Fri, 24 Jul 1998 12:30:36 -0700
9325              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
9326              Subject: [PATCH 5.005]Tweaks to README.vms
9327              --
9328              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
9329              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
9330              Subject: [PATCH 5.005] Final build cleanup patch
9331      Branch: maint-5.005/perl
9332            ! README.vms vms/descrip_mms.template vms/subconfigure.com
9333 ____________________________________________________________________________
9334 [  1657] By: gsar                                  on 1998/07/26  02:19:50
9335         Log: another platform where pp_sselect() needs a whole fd_set buffer
9336              From: Lupe Christoph <lupe@alanya.m.isar.de>
9337              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
9338              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
9339              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
9340      Branch: maint-5.005/perl
9341            ! pp_sys.c
9342 ____________________________________________________________________________
9343 [  1656] By: gsar                                  on 1998/07/26  02:12:46
9344         Log: fix problem building modules on dos-djgpp
9345              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
9346              Date: Sat, 25 Jul 1998 00:53:39 +0200
9347              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
9348              Subject: [PATCH 5.005] dos-djgpp and modules problem
9349      Branch: maint-5.005/perl
9350            ! djgpp/fixpmain
9351 ____________________________________________________________________________
9352 [  1655] By: gsar                                  on 1998/07/26  02:11:09
9353         Log: From: Tom Spindler <dogcow@home.merit.edu>
9354              Date: Wed, 22 Jul 1998 16:11:07 -0400
9355              Message-ID: <19980722161107.A16813@home.merit.edu>
9356              Subject: [PATCH 5.005] BeOS tweak
9357      Branch: maint-5.005/perl
9358            ! hints/beos.sh
9359 ____________________________________________________________________________
9360 [  1654] By: gsar                                  on 1998/07/26  02:09:29
9361         Log: various pod tweaks
9362      Branch: maint-5.005/perl
9363            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
9364            ! pod/perltoc.pod
9365 ____________________________________________________________________________
9366 [  1653] By: gsar                                  on 1998/07/26  02:05:46
9367         Log: fix emacs/ptags for PL_* changes
9368              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9369              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
9370              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
9371              Subject: [PATCH 5.004_76] Yet better ptags
9372      Branch: maint-5.005/perl
9373            ! emacs/ptags
9374 ____________________________________________________________________________
9375 [  1652] By: gsar                                  on 1998/07/26  02:03:01
9376         Log: fix behavior of <=> on bigints
9377              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
9378              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
9379              Date: Fri, 24 Jul 1998 18:29:53 +0100
9380              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
9381      Branch: maint-5.005/perl
9382            ! lib/Math/BigInt.pm t/lib/bigintpm.t
9383 ____________________________________________________________________________
9384 [  1651] By: larry                                 on 1998/07/24  05:44:33
9385         Log: Here are the long-expected Unicode/UTF-8 modifications.
9386      Branch: utfperl
9387            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
9388            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
9389            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
9390            + lib/unicode/Decomposition.pl
9391            + lib/unicode/In/AlphabeticPresentationForms.pl
9392            + lib/unicode/In/Arabic.pl
9393            + lib/unicode/In/ArabicPresentationForms-A.pl
9394            + lib/unicode/In/ArabicPresentationForms-B.pl
9395            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
9396            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
9397            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
9398            + lib/unicode/In/BoxDrawing.pl
9399            + lib/unicode/In/CJKCompatibility.pl
9400            + lib/unicode/In/CJKCompatibilityForms.pl
9401            + lib/unicode/In/CJKCompatibilityIdeographs.pl
9402            + lib/unicode/In/CJKSymbolsandPunctuation.pl
9403            + lib/unicode/In/CJKUnifiedIdeographs.pl
9404            + lib/unicode/In/CombiningDiacriticalMarks.pl
9405            + lib/unicode/In/CombiningHalfMarks.pl
9406            + lib/unicode/In/CombiningMarksforSymbols.pl
9407            + lib/unicode/In/ControlPictures.pl
9408            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
9409            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
9410            + lib/unicode/In/EnclosedAlphanumerics.pl
9411            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
9412            + lib/unicode/In/GeneralPunctuation.pl
9413            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
9414            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
9415            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
9416            + lib/unicode/In/HalfwidthandFullwidthForms.pl
9417            + lib/unicode/In/HangulCompatibilityJamo.pl
9418            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
9419            + lib/unicode/In/Hebrew.pl
9420            + lib/unicode/In/HighPrivateUseSurrogates.pl
9421            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
9422            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
9423            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
9424            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
9425            + lib/unicode/In/LatinExtended-A.pl
9426            + lib/unicode/In/LatinExtended-B.pl
9427            + lib/unicode/In/LatinExtendedAdditional.pl
9428            + lib/unicode/In/LetterlikeSymbols.pl
9429            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
9430            + lib/unicode/In/MathematicalOperators.pl
9431            + lib/unicode/In/MiscellaneousSymbols.pl
9432            + lib/unicode/In/MiscellaneousTechnical.pl
9433            + lib/unicode/In/NumberForms.pl
9434            + lib/unicode/In/OpticalCharacterRecognition.pl
9435            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
9436            + lib/unicode/In/SmallFormVariants.pl
9437            + lib/unicode/In/SpacingModifierLetters.pl
9438            + lib/unicode/In/Specials.pl
9439            + lib/unicode/In/SuperscriptsandSubscripts.pl
9440            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
9441            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
9442            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
9443            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
9444            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
9445            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
9446            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
9447            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
9448            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
9449            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
9450            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
9451            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
9452            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
9453            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
9454            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
9455            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
9456            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
9457            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
9458            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
9459            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
9460            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
9461            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
9462            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
9463            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
9464            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
9465            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
9466            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
9467            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
9468            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
9469            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
9470            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
9471            + lib/unicode/JamoShort.pl lib/unicode/Makefile
9472            + lib/unicode/Name.pl lib/unicode/Number.pl
9473            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
9474            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
9475            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
9476            + lib/unicode/blocks.txt lib/unicode/index2.txt
9477            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
9478            + lib/unicode/names2.txt lib/unicode/props2.txt
9479            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
9480            + utf8.c utf8.h
9481            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
9482            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
9483            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
9484            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
9485            ! t/op/vec.t toke.c util.c vms/vmsish.h
9486 ____________________________________________________________________________
9487 [  1650] By: gsar                                  on 1998/07/24  04:06:48
9488         Log: create utfperl branch
9489      Branch: utfperl
9490           +> (branch 1079 files)
9491 ____________________________________________________________________________
9492 [  1649] By: gsar                                  on 1998/07/24  03:56:56
9493         Log: create maint-5.005 branch
9494      Branch: maint-5.005/perl
9495           +> (branch 1079 files)
9496 ____________________________________________________________________________
9497 [  1648] By: gsar                                  on 1998/07/24  03:36:35
9498         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
9499      Branch: perl
9500            ! Changes
9501