make perldoc use backslashed pathnames within system() on win32
[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 [  3270] By: gsar                                  on 1999/04/25  22:58:27
83         Log: fix buggy reference count on refs to SVs with autoviv magic
84              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
85              accessing free()d memory)
86      Branch: perl
87            ! pp.c t/op/ref.t
88 ____________________________________________________________________________
89 [  3269] By: gsar                                  on 1999/04/24  17:07:55
90         Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
91              on win32)
92      Branch: perl
93            ! win32/win32.c
94 ____________________________________________________________________________
95 [  3268] By: gsar                                  on 1999/04/24  16:38:25
96         Log: kill dup hunk
97      Branch: perl
98            ! config_h.SH
99 ____________________________________________________________________________
100 [  3267] By: gsar                                  on 1999/04/24  16:35:57
101         Log: integrate cfgperl changes into mainline
102      Branch: perl
103           +> myconfig.SH
104            - myconfig
105            ! pod/perlre.pod
106           !> (integrate 38 files)
107 ____________________________________________________________________________
108 [  3266] By: jhi                                   on 1999/04/23  18:42:44
109         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
110              To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
111              Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
112              Cc: Lionel Cons <lionel.cons@cern.ch>,
113              Ilya Zakharevich <ilya@math.ohio-state.edu>,
114              David Hayes <david@bdel.com>
115              Subject: [PATCH] h2ph
116              Date: Fri, 23 Apr 1999 12:37:23 -0400
117              Message-ID: <19990423123723.A49550@O2.chapin.edu>
118      Branch: cfgperl
119            ! utils/h2ph.PL
120 ____________________________________________________________________________
121 [  3265] By: jhi                                   on 1999/04/21  18:17:12
122         Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
123              To: perlbug@perl.org
124              Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
125              Date: Wed, 21 Apr 1999 08:17:54 -0700
126              Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
127      Branch: cfgperl
128            ! vms/descrip_mms.template
129 ____________________________________________________________________________
130 [  3264] By: jhi                                   on 1999/04/20  08:50:54
131         Log: From: Andy Dougherty <doughera@lafayette.edu>
132              To: The Perl Porters Mailing List <perl5-porters@perl.org>
133              Subject: [PATCH 5.005_56] Re: 5.006 Todo
134              Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
135              Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
136      Branch: cfgperl
137            ! Porting/pumpkin.pod
138 ____________________________________________________________________________
139 [  3263] By: jhi                                   on 1999/04/20  08:05:01
140         Log: From: Chip Salzenberg <chip@perlsupport.com>
141              To: Perl 5 Porters <perl5-porters@perl.org>
142              Subject: [PATCH 5.005_56] Configure: $sig_count
143              Date: Sun, 18 Apr 1999 17:54:36 -0400
144              Message-ID: <19990418175436.A27496@perlsupport.com>
145      Branch: cfgperl
146            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
147            ! config_h.SH
148 ____________________________________________________________________________
149 [  3262] By: jhi                                   on 1999/04/19  18:23:50
150         Log: Subject: PATCH wrong faq reference in perlbook.pod
151              From: Robin Barker <rmb1@cise.npl.co.uk>
152              To: perlbug@perl.com
153              Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
154              Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
155      Branch: cfgperl
156            ! pod/perlbook.pod
157 ____________________________________________________________________________
158 [  3261] By: jhi                                   on 1999/04/15  13:59:04
159         Log: From: Andy Dougherty <doughera@lafayette.edu>
160              To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
161              Cc: Perl Porters <perl5-porters@perl.org>
162              Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
163              Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
164              Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
165      Branch: cfgperl
166            ! hints/solaris_2.sh
167 ____________________________________________________________________________
168 [  3260] By: jhi                                   on 1999/04/15  13:56:53
169         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
170              To: pumpkings@jhereg.perl.com
171              Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
172              Date: Thu, 15 Apr 1999 07:13:41 -0600
173              Message-Id: <199904151313.HAA07682@jhereg.perl.com>
174      Branch: cfgperl
175            ! pod/perldata.pod
176 ____________________________________________________________________________
177 [  3259] By: jhi                                   on 1999/04/13  23:12:52
178         Log: LDLIBPTH also on 'clean' targets.
179      Branch: cfgperl
180            ! Makefile.SH
181 ____________________________________________________________________________
182 [  3258] By: jhi                                   on 1999/04/13  21:38:46
183         Log: Add information about the two DEC C compiler optimizer bugs
184              (what patch levels of the compilers fix them).
185      Branch: cfgperl
186            ! pp.c t/op/repeat.t
187 ____________________________________________________________________________
188 [  3257] By: jhi                                   on 1999/04/13  14:25:08
189         Log: Be polite about ccdlflags and lddflags, too.
190              Avoid Perl's malloc only when threaded.
191      Branch: cfgperl
192            ! hints/aix.sh
193 ____________________________________________________________________________
194 [  3256] By: jhi                                   on 1999/04/13  10:21:33
195         Log: Croak if no known ways to semctl() (don't assume union semun).
196      Branch: cfgperl
197            ! doio.c perl.h
198 ____________________________________________________________________________
199 [  3255] By: jhi                                   on 1999/04/13  09:10:26
200         Log: From: Dan Sugalski <sugalskd@osshe.edu>
201              To: perl5-porters@perl.org, vmsperl@perl.org
202              Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
203              Date: Mon, 12 Apr 1999 13:36:48 -0700
204              Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
205      Branch: cfgperl
206            ! lib/ExtUtils/MM_VMS.pm
207 ____________________________________________________________________________
208 [  3254] By: jhi                                   on 1999/04/13  06:56:26
209         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
210              To: perlbug@perl.com
211              Subject: Update for OpenBSD hints
212              Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
213              Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
214      Branch: cfgperl
215            ! hints/openbsd.sh
216 ____________________________________________________________________________
217 [  3229] By: chip                                  on 1999/04/13  04:04:14
218         Log: Preserve errno from importunities of sfio.
219      Branch: maint-5.004/perl
220            ! pp_ctl.c util.c
221 ____________________________________________________________________________
222 [  3226] By: jhi                                   on 1999/04/11  12:52:26
223         Log: If both ways to call semctl are broken,    skip the tests.
224      Branch: cfgperl
225            ! t/lib/ipc_sysv.t
226 ____________________________________________________________________________
227 [  3225] By: jhi                                   on 1999/04/10  22:27:28
228         Log: From: Andy Dougherty <doughera@lafayette.edu>
229              To: dsembr01@ox.slug.louisville.edu
230              Cc: perlbug@perl.com
231              Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
232              Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
233              Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
234      Branch: cfgperl
235            ! ext/POSIX/POSIX.xs
236 ____________________________________________________________________________
237 [  3224] By: jhi                                   on 1999/04/09  18:50:32
238         Log: From: Andy Dougherty <doughera@lafayette.edu>
239              To: Perl Porters <perl5-porters@perl.org>
240              Subject: [PATCH 5.005_56] Re: prefix= in hints
241              Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
242              Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
243              
244              (Overrides change #3204 from Kurt)
245      Branch: cfgperl
246            ! hints/linux.sh
247 ____________________________________________________________________________
248 [  3223] By: jhi                                   on 1999/04/09  18:37:55
249         Log: Understand Apollo's //node notation.
250              
251              From: Johann Klasek <jk@auto.tuwien.ac.at>
252              To: jhi@iki.fi
253              Subject: Re: DomainPerl
254              Date: Fri, 9 Apr 1999 18:21:37 +0200
255              Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
256      Branch: cfgperl
257            ! lib/Cwd.pm
258 ____________________________________________________________________________
259 [  3220] By: jhi                                   on 1999/04/04  16:33:49
260         Log: Integrate from mainperl.
261      Branch: cfgperl
262           !> (integrate 39 files)
263 ____________________________________________________________________________
264 [  3219] By: gsar                                  on 1999/04/04  02:48:17
265         Log: tweak previous change
266      Branch: maint-5.005/perl
267            ! win32/win32.c
268 ____________________________________________________________________________
269 [  3218] By: gsar                                  on 1999/04/04  02:44:47
270         Log: be careful about extending the stack for the Win32:: builtins
271      Branch: maint-5.005/perl
272            ! win32/win32.c
273 ____________________________________________________________________________
274 [  3217] By: gsar                                  on 1999/04/04  01:59:26
275         Log: correct places that said newSVpv() when they meant newSVpvn()
276      Branch: perl
277            ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
278            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
279            ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
280            ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
281            ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
282            ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
283            ! win32/win32.c
284 ____________________________________________________________________________
285 [  3216] By: gsar                                  on 1999/04/03  23:58:27
286         Log: avoid duplicate code
287      Branch: perl
288            ! sv.c
289 ____________________________________________________________________________
290 [  3215] By: gsar                                  on 1999/04/03  23:14:34
291         Log: grow PL_tmps_stack more efficiently; make it more amenable to
292              STRESS_REALLOC testing
293      Branch: perl
294            ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
295            ! sv.c
296 ____________________________________________________________________________
297 [  3214] By: gsar                                  on 1999/04/03  21:01:09
298         Log: scrounge and save three extra branches in pp_entersub()
299      Branch: perl
300            ! cv.h pp_ctl.c pp_hot.c
301 ____________________________________________________________________________
302 [  3213] By: gsar                                  on 1999/04/03  17:43:23
303         Log: remove duplicate code and an extra branch in sv_setsv() and
304              other hot code by making SvTHINKFIRST() think about FAKE SVs
305      Branch: perl
306            ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
307            ! proto.h scope.c sv.c sv.h
308 ____________________________________________________________________________
309 [  3212] By: jhi                                   on 1999/04/03  16:20:09
310         Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
311              
312              From: John Bley <jbb6@acpub.duke.edu>
313              To: perlbug@perl.org
314              Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
315              Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
316              Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
317      Branch: cfgperl
318            ! doio.c pp_sys.c
319 ____________________________________________________________________________
320 [  3211] By: jhi                                   on 1999/04/03  13:27:26
321         Log: Change #3210 was rather unportable.  This is better.
322      Branch: cfgperl
323            ! Configure config_h.SH
324 ____________________________________________________________________________
325 [  3210] By: jhi                                   on 1999/04/03  13:16:20
326         Log: Avoid Digital UNIX' ksh.
327              
328              From: Jarkko Hietaniemi <jhi@iki.fi> 
329              To: Henrik Tougaard <ht000@siberut.foa.dk> 
330              Cc: perlbug@perl.com, ht000@foa.dk 
331              Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
332              Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET) 
333              Message-ID: <13999.10289.319422.239987@alpha.hut.fi> 
334      Branch: cfgperl
335            ! Configure config_h.SH
336 ____________________________________________________________________________
337 [  3209] By: jhi                                   on 1999/04/03  12:49:04
338         Log: Integrate from mainperl.
339      Branch: cfgperl
340           !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
341 ____________________________________________________________________________
342 [  3208] By: jhi                                   on 1999/04/03  12:27:24
343         Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
344              
345              From: Lionel Cons <lionel.cons@cern.ch>
346              To: jhi@iki.fi
347              Cc: perlbug@perl.com, kstar@isinet.com,
348              Philippe Defert <philippe.defert@cern.ch>
349              Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
350              Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
351              Message-Id: <199904011205.OAA11380@mercury.cern.ch>
352      Branch: cfgperl
353            ! hints/irix_6.sh
354 ____________________________________________________________________________
355 [  3207] By: jhi                                   on 1999/04/03  12:20:21
356         Log: Be polite about usemymalloc.
357      Branch: cfgperl
358            ! hints/aix.sh
359 ____________________________________________________________________________
360 [  3206] By: gsar                                  on 1999/04/02  23:31:59
361         Log: a typo in change#3205
362      Branch: perl
363            ! t/lib/bigfloatpm.t
364 ____________________________________________________________________________
365 [  3205] By: gsar                                  on 1999/04/02  23:20:31
366         Log: make testsuite reflect change#3157  (Math::BigFloat->new now
367              returns NaNs faithfully)
368      Branch: perl
369            ! t/lib/bigfloatpm.t
370 ____________________________________________________________________________
371 [  3204] By: jhi                                   on 1999/04/02  22:03:23
372         Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
373              
374              From: "Kurt D. Starsinic" <kstar@chapin.edu>
375              To: perl5-porters@perl.org
376              Subject: linux hints nit
377              Date: Fri, 2 Apr 1999 16:49:47 -0500
378              Message-ID: <19990402164947.E80926@O2.chapin.edu>
379      Branch: cfgperl
380            ! hints/linux.sh
381 ____________________________________________________________________________
382 [  3203] By: jhi                                   on 1999/04/02  22:00:56
383         Log: Display exact glibc version in Linux. 
384              
385              From: Andy Dougherty <doughera@lafayette.edu>
386              To: Perl Porters <perl5-porters@perl.org>
387              Subject: Displaying glibc version on Linux
388              Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
389              Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
390      Branch: cfgperl
391            ! hints/linux.sh
392 ____________________________________________________________________________
393 [  3202] By: gsar                                  on 1999/04/02  21:23:18
394         Log: various little goofs
395      Branch: perl
396            ! Changes Makefile.SH README installperl
397 ____________________________________________________________________________
398 [  3201] By: jhi                                   on 1999/04/02  13:13:39
399         Log: Configure regen.
400              
401              Add llseek + offset_t probing.
402              Change CONFIG to CONFIGDOTSH.
403              'unset foo' is unportable, use foo=''.
404      Branch: cfgperl
405            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
406            ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
407            ! perl_exp.SH writemain.SH
408 ____________________________________________________________________________
409 [  3200] By: jhi                                   on 1999/04/02  12:06:22
410         Log: Introduce myconfig.SH.
411              
412              From: Andy Dougherty <doughera@lafayette.edu>
413              To: Jarkko Hietaniemi <jhi@iki.fi>
414              Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
415              Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
416              Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
417              Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
418      Branch: cfgperl
419            + myconfig.SH
420            - myconfig
421            ! MANIFEST
422 ____________________________________________________________________________
423 [  3195] By: jhi                                   on 1999/03/28  16:42:54
424         Log: Update perlhist on 5_03.
425      Branch: maint-5.005/perl
426            ! pod/perlhist.pod
427 ____________________________________________________________________________
428 [  3194] By: jhi                                   on 1999/03/28  12:30:01
429         Log: Integrate from mainperl.
430      Branch: cfgperl
431           +> t/op/grep.t
432            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
433            ! t/lib/bigintpm.t
434           !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
435           !> t/lib/thread.t
436 ____________________________________________________________________________
437 [  3189] By: gsar                                  on 1999/03/28  08:22:00
438         Log: various pod niggles
439      Branch: maint-5.005/perl
440            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
441            ! pod/perlfunc.pod pod/perlhist.pod
442 ____________________________________________________________________________
443 [  3187] By: gsar                                  on 1999/03/28  07:31:16
444         Log: regularize CAPI declarations (CAPI extensions now build under
445              the Borland compiler)
446      Branch: maint-5.005/perl
447            ! win32/GenCAPI.pl
448 ____________________________________________________________________________
449 [  3186] By: gsar                                  on 1999/03/28  07:26:33
450         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
451              -DPERL_CAPI
452      Branch: maint-5.005/perl
453            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
454 ____________________________________________________________________________
455 [  3183] By: gsar                                  on 1999/03/28  06:00:46
456         Log: update p4 utility to ignore non-text files
457      Branch: perl
458            ! Porting/p4desc
459 ____________________________________________________________________________
460 [  3181] By: gsar                                  on 1999/03/28  03:37:23
461         Log: integrate change#3179 from maint-5.005
462      Branch: perl
463           !> ext/Thread/Thread.xs t/lib/thread.t
464 ____________________________________________________________________________
465 [  3180] By: gsar                                  on 1999/03/28  02:28:20
466         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
467              (sometimes caused bizarreness in the BLOCK)
468      Branch: perl
469            + t/op/grep.t
470            ! MANIFEST op.c
471 ____________________________________________________________________________
472 [  3179] By: gsar                                  on 1999/03/28  02:14:04
473         Log: fix thread segfault when passing large number of arguments to child
474              a la C<Thread->new($foo, 1..1000)>
475      Branch: maint-5.005/perl
476            ! ext/Thread/Thread.xs t/lib/thread.t
477 ____________________________________________________________________________
478 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
479         Log: fix $Config{'usethreads'} typo in perlthrtut
480              
481              From: Ian Maloney <szhmf9@wsblob.ubs.com>
482              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
483              Message-Id: <199903251540.QAA02439@wsblob.>
484              Subject: perlthrtut documentation error
485      Branch: maint-5.005/perl
486            ! pod/perlthrtut.pod
487 ____________________________________________________________________________
488 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
489         Log: Update Test.pm to VERSION 1.122 from CPAN
490      Branch: maint-5.005/perl
491            ! lib/Test.pm
492 ____________________________________________________________________________
493 [  3171] By: jhi                                   on 1999/03/26  22:38:28
494         Log: Integrate from mainperl.
495      Branch: cfgperl
496           !> (integrate 37 files)
497 ____________________________________________________________________________
498 [  3170] By: gsar                                  on 1999/03/26  01:30:25
499         Log: specify type of bracket in "Unmatched bracket" diagnostic;
500              prefer 'brace' or 'curly bracket' over 'curly brace'
501      Branch: perl
502            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
503            ! t/op/misc.t t/op/re_tests toke.c
504 ____________________________________________________________________________
505 [  3169] By: gsar                                  on 1999/03/26  00:50:51
506         Log: better description of "Integer overflow" diagnostic
507      Branch: perl
508            ! pod/perldiag.pod
509 ____________________________________________________________________________
510 [  3168] By: gsar                                  on 1999/03/25  11:02:46
511         Log: applied needful parts of suggested patch
512              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
513              Date: Tue, 23 Mar 1999 16:21:43 -0800
514              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
515              Subject: [PATCH 5.005_56] pp_formline correction
516      Branch: perl
517            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
518 ____________________________________________________________________________
519 [  3167] By: gsar                                  on 1999/03/25  10:39:02
520         Log: clarify what a "comment" means (due to Mark-Jason Dominus
521              <mjd@plover.com>)
522      Branch: perl
523            ! pod/perlsyn.pod
524 ____________________________________________________________________________
525 [  3166] By: gsar                                  on 1999/03/25  10:33:18
526         Log: describe current behavior on local($foo{nothere}) (suggested by
527              Lionel Cons <lionel.cons@cern.ch>)
528      Branch: perl
529            ! pod/perlsub.pod
530 ____________________________________________________________________________
531 [  3165] By: gsar                                  on 1999/03/25  06:21:05
532         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
533              <vishalb@hotmail.com>)
534      Branch: perl
535            ! ext/B/B/C.pm
536 ____________________________________________________________________________
537 [  3164] By: gsar                                  on 1999/03/25  06:17:27
538         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
539              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
540              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
541              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
542      Branch: perl
543            ! ext/B/B.xs op.h opcode.pl
544 ____________________________________________________________________________
545 [  3163] By: gsar                                  on 1999/03/25  06:15:49
546         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
547              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
548              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
549              Subject: [PATCH _56] B::Deparse 0.57
550              --
551              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
552              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
553              Subject: Re: [PATCH _56] B::Deparse 0.57 
554      Branch: perl
555            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
556 ____________________________________________________________________________
557 [  3162] By: gsar                                  on 1999/03/25  06:11:46
558         Log: fix a few places that said 'int', but meant 'STRLEN'
559      Branch: perl
560            ! pod/perlguts.pod proto.h sv.c
561 ____________________________________________________________________________
562 [  3161] By: gsar                                  on 1999/03/25  06:01:18
563         Log: From: Russ Allbery <rra@stanford.edu>
564              Date: 22 Mar 1999 04:26:26 -0800
565              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
566              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
567      Branch: perl
568            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
569            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
570            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
571            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
572 ____________________________________________________________________________
573 [  3160] By: gsar                                  on 1999/03/25  02:26:31
574         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
575      Branch: perl
576            ! opcode.h opcode.pl
577 ____________________________________________________________________________
578 [  3159] By: gsar                                  on 1999/03/25  02:18:17
579         Log: add statement-modifier loops to :base_loop class
580      Branch: perl
581            ! ext/Opcode/Opcode.pm
582 ____________________________________________________________________________
583 [  3158] By: gsar                                  on 1999/03/25  00:36:57
584         Log: integrate changes#3105,3130,3154 from maint-5.005
585      Branch: perl
586           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
587 ____________________________________________________________________________
588 [  3157] By: gsar                                  on 1999/03/25  00:24:17
589         Log: remove bogus panic()
590      Branch: perl
591            ! Changes lib/Math/BigFloat.pm
592 ____________________________________________________________________________
593 [  3156] By: jhi                                   on 1999/03/24  22:43:43
594         Log: Integrate from mainperl.
595      Branch: cfgperl
596           +> (branch 38 files)
597           !> (integrate 68 files)
598 ____________________________________________________________________________
599 [  3155] By: jhi                                   on 1999/03/24  22:12:17
600         Log: Configure regenerated because of changes #3130/#3154 and #3147.
601      Branch: cfgperl
602            ! Configure config_h.SH
603 ____________________________________________________________________________
604 [  3154] By: jhi                                   on 1999/03/24  21:40:51
605         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
606              based on suggestions from Andy Dougherty.
607      Branch: maint-5.005/perl
608            ! INSTALL
609 ____________________________________________________________________________
610 [  3153] By: gsar                                  on 1999/03/24  10:38:05
611         Log: applied suggested patch, modulo superceded parts
612              From: Charles Bailey <BAILEY@newman.upenn.edu>
613              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
614              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
615              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
616      Branch: perl
617            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
618            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
619            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
620            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
621 ____________________________________________________________________________
622 [  3152] By: gsar                                  on 1999/03/24  10:30:51
623         Log: applied suggested patch, modulo superceded parts
624              From: Charles Bailey <BAILEY@newman.upenn.edu>
625              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
626              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
627              Subject: [PATCH 5.005_56] Miscellaneous small fixes
628      Branch: perl
629            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
630            ! lib/File/Basename.pm
631 ____________________________________________________________________________
632 [  3151] By: gsar                                  on 1999/03/24  10:15:00
633         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
634      Branch: perl
635            ! pod/perlop.pod
636 ____________________________________________________________________________
637 [  3150] By: gsar                                  on 1999/03/24  10:09:13
638         Log: missing integration in previous change
639      Branch: perl
640           !> README.apollo
641 ____________________________________________________________________________
642 [  3149] By: gsar                                  on 1999/03/24  10:06:44
643         Log: integrate changes#3116,3119 from maint-5.005
644      Branch: perl
645            + README.apollo
646           +> apollo/netinet/in.h
647           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
648 ____________________________________________________________________________
649 [  3148] By: gsar                                  on 1999/03/24  10:01:56
650         Log: integrate changes#3091-3094 from maint-5.005
651      Branch: perl
652           !> README.hurd vms/subconfigure.com vos/config.h
653           !> vos/config_h.SH_orig
654 ____________________________________________________________________________
655 [  3147] By: gsar                                  on 1999/03/24  09:31:49
656         Log: warn about newfangled vfork() caveats
657      Branch: perl
658            ! Configure
659 ____________________________________________________________________________
660 [  3146] By: jhi                                   on 1999/03/24  09:20:14
661         Log: Bring in changes #2808 and #2812 (from mainline perl)
662              that enhance the perlbug checklist.
663      Branch: maint-5.005/perl
664            ! utils/perlbug.PL
665 ____________________________________________________________________________
666 [  3145] By: gsar                                  on 1999/03/24  08:37:02
667         Log: integrate change#3115 from maint-5.005
668      Branch: perl
669           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
670           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
671 ____________________________________________________________________________
672 [  3144] By: gsar                                  on 1999/03/24  08:33:59
673         Log: add note about map in scalar context
674      Branch: perl
675            ! pod/perlfunc.pod
676 ____________________________________________________________________________
677 [  3143] By: gsar                                  on 1999/03/24  08:25:59
678         Log: doc tweak
679      Branch: perl
680            ! lib/Time/Local.pm
681 ____________________________________________________________________________
682 [  3142] By: gsar                                  on 1999/03/24  08:20:37
683         Log: applied suggested patch, modulo bogus hunk
684              From: "Vishal Bhatia" <vishalb@hotmail.com>
685              Date: Thu, 11 Mar 1999 07:40:27 PST
686              Message-ID: <19990311154027.25891.qmail@hotmail.com>
687              Subject: [PATCH 5.005_56] Minor fixes in perlcc
688      Branch: perl
689            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
690 ____________________________________________________________________________
691 [  3141] By: gsar                                  on 1999/03/24  08:06:12
692         Log: integrate change#3104 from maint-5.005
693      Branch: perl
694           !> README.os390 t/lib/posix.t
695 ____________________________________________________________________________
696 [  3140] By: gsar                                  on 1999/03/24  06:34:56
697         Log: fix failure of C<&locked_sub;> under -Dusethreads
698      Branch: perl
699            ! pp_hot.c t/lib/thread.t
700 ____________________________________________________________________________
701 [  3139] By: gsar                                  on 1999/03/24  05:52:00
702         Log: debugger tweak (wasn't printing a newline after recalled commands)
703      Branch: perl
704            ! lib/perl5db.pl
705 ____________________________________________________________________________
706 [  3138] By: gsar                                  on 1999/03/24  05:33:28
707         Log: document OO exceptions (based on a suggestion by Andreas Koenig
708              <andreas.koenig@anima.de>)
709      Branch: perl
710            ! pod/perlfunc.pod
711 ____________________________________________________________________________
712 [  3137] By: gsar                                  on 1999/03/24  02:50:20
713         Log: better "Illegal %s digit ignored" warnings
714      Branch: perl
715            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
716            ! toke.c util.c
717 ____________________________________________________________________________
718 [  3136] By: gsar                                  on 1999/03/24  02:26:38
719         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
720      Branch: perl
721            + t/pragma/utf8.t
722            ! regcomp.c
723 ____________________________________________________________________________
724 [  3135] By: gsar                                  on 1999/03/24  01:29:09
725         Log: flip release & version in win32_uname()
726      Branch: perl
727            ! win32/win32.c
728 ____________________________________________________________________________
729 [  3134] By: gsar                                  on 1999/03/24  01:08:33
730         Log: support POSIX::uname() via win32_uname()
731      Branch: perl
732            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
733            ! win32/config.gc win32/config.vc win32/config_H.bc
734            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
735            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
736 ____________________________________________________________________________
737 [  3133] By: gsar                                  on 1999/03/23  22:20:10
738         Log: From: jan.dubois@ibm.net (Jan Dubois)
739              Date: Sat, 06 Mar 1999 21:42:56 +0100
740              Message-ID: <36e49281.50337171@smtp1.ibm.net>
741              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
742      Branch: perl
743            ! pod/perldelta.pod
744 ____________________________________________________________________________
745 [  3132] By: gsar                                  on 1999/03/23  22:17:45
746         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
747              Date: Sat, 06 Mar 1999 17:50:49 +0100
748              Message-ID: <36e25209.33833760@smtp1.ibm.net>
749              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
750              --
751              Date: Sat, 06 Mar 1999 18:15:00 +0100
752              Message-ID: <36e36222.37954195@smtp1.ibm.net>
753              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
754      Branch: perl
755            + t/lib/filefunc.t
756            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
757            ! pod/perldelta.pod pod/perlmodlib.pod
758 ____________________________________________________________________________
759 [  3131] By: gsar                                  on 1999/03/23  22:07:59
760         Log: integrate cfgperl changes into mainline
761      Branch: perl
762           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
763           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
764           !> installperl malloc.c perl.c perl.h pod/perl.pod
765           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
766 ____________________________________________________________________________
767 [  3130] By: jhi                                   on 1999/03/23  22:02:23
768         Log: Don't use config.msg to remind about the
769              LD_LIBRARY_PATH because Makefile.SH takes
770              care of that.
771              
772              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
773              This used to be the default but in some MT or another it
774              was dropped because of some transient error or another.
775      Branch: maint-5.005/perl
776            ! Configure hints/dec_osf.sh
777 ____________________________________________________________________________
778 [  3129] By: gsar                                  on 1999/03/23  21:38:03
779         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
780              to size    and better maintainability)
781      Branch: perl
782            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
783            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
784            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
785            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
786            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
787            + t/pod/include.xr t/pod/included.t t/pod/included.xr
788            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
789            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
790            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
791            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
792            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
793            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
794            ! win32/Makefile win32/makefile.mk win32/pod.mak
795 ____________________________________________________________________________
796 [  3128] By: jhi                                   on 1999/03/23  10:14:54
797         Log: Integrate from mainperl.
798      Branch: cfgperl
799           !> (integrate 46 files)
800 ____________________________________________________________________________
801 [  3127] By: gsar                                  on 1999/03/23  06:57:30
802         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
803              Date: Thu, 4 Mar 1999 10:54:01 -0800
804              Message-Id: <9903041854.AA46868@frc0000>
805              Subject: patch for useless Math::BigInt warnings
806      Branch: perl
807            ! lib/Math/BigInt.pm
808 ____________________________________________________________________________
809 [  3126] By: gsar                                  on 1999/03/23  05:54:37
810         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
811              From: "Kurt D. Starsinic" <kstar@chapin.edu>
812              Date: Fri, 19 Feb 1999 15:47:59 -0500
813              Message-ID: <19990219154759.A32350@O2.chapin.edu>
814              Subject: [PATCH] OSF/1 hints
815      Branch: perl
816            ! hints/dec_osf.sh
817 ____________________________________________________________________________
818 [  3125] By: gsar                                  on 1999/03/23  00:56:38
819         Log: avoid typeglob persistence in pp_readline()
820      Branch: perl
821            ! sv.c t/op/gv.t
822 ____________________________________________________________________________
823 [  3124] By: gsar                                  on 1999/03/22  21:12:23
824         Log: update copyright years
825      Branch: perl
826            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
827            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
828            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
829            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
830            ! sv.c sv.h toke.c utf8.c utf8.h util.c
831 ____________________________________________________________________________
832 [  3123] By: gsar                                  on 1999/03/22  07:07:06
833         Log: implement win32_spawnvp() internally, making it return true PIDs
834              for asynchronous spawns; fix win32_kill() to always deal with
835              PIDs
836      Branch: perl
837            ! win32/win32.c win32/win32.h
838 ____________________________________________________________________________
839 [  3122] By: jhi                                   on 1999/03/19  21:12:14
840         Log: Describe the new Benchmark feature in more detail.
841      Branch: cfgperl
842            ! pod/perldelta.pod
843      Branch: maint-5.005/perl
844            ! pod/perldelta.pod
845 ____________________________________________________________________________
846 [  3121] By: jhi                                   on 1999/03/19  08:16:12
847         Log: AVAILABILITY tuning.
848      Branch: cfgperl
849            ! pod/perl.pod
850      Branch: maint-5.005/perl
851            ! pod/perl.pod
852 ____________________________________________________________________________
853 [  3120] By: jhi                                   on 1999/03/17  14:52:17
854         Log: Rhapsody change assumed too much.
855      Branch: cfgperl
856            ! t/op/stat.t
857 ____________________________________________________________________________
858 [  3119] By: jhi                                   on 1999/03/17  14:33:43
859         Log: More Apollo fixes.
860      Branch: maint-5.005/perl
861            ! README.apollo hints/apollo.sh t/lib/io_udp.t
862 ____________________________________________________________________________
863 [  3118] By: jhi                                   on 1999/03/16  17:23:39
864         Log: Nada.
865      Branch: maint-5.005/perl
866            ! README.apollo
867 ____________________________________________________________________________
868 [  3117] By: jhi                                   on 1999/03/16  17:18:49
869         Log: Apollo DomainOS AVAILABILITY.
870      Branch: cfgperl
871            ! pod/perl.pod
872      Branch: maint-5.005/perl
873            ! pod/perl.pod
874 ____________________________________________________________________________
875 [  3116] By: jhi                                   on 1999/03/16  17:14:00
876         Log: Apollo DomainOS patch
877              From: Johann Klasek <jk@auto.tuwien.ac.at>
878              Subject: Re: DomainPerl
879              Date: Tue, 16 Mar 1999 17:46:32 +0100
880              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
881      Branch: maint-5.005/perl
882            + README.apollo apollo/netinet/in.h
883            ! MANIFEST hints/apollo.sh
884 ____________________________________________________________________________
885 [  3115] By: jhi                                   on 1999/03/16  14:23:54
886         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
887              To: Gurusamy Sarathy <gsar@activestate.com>,
888              Graham Barr <gbarr@pobox.com>
889              Cc: Perl5 Porters <perl5-porters@perl.org>,
890              "Paul.Marquess" <Paul.Marquess@btinternet.com>
891              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
892              Date: Sun, 14 Mar 1999 14:43:57 -0000
893              Message-Id: <199903141841.NAA17040@defender.perl.org>
894      Branch: maint-5.005/perl
895            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
896            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
897 ____________________________________________________________________________
898 [  3114] By: jhi                                   on 1999/03/16  12:42:20
899         Log: Mention Rhapsody in 5.005_5X perldelta,
900              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
901              *planned* AVAILABILITY.
902      Branch: cfgperl
903            ! pod/perl.pod pod/perldelta.pod
904      Branch: maint-5.005/perl
905            ! pod/perl.pod
906 ____________________________________________________________________________
907 [  3113] By: jhi                                   on 1999/03/16  10:38:53
908         Log: perldelta niggling.
909      Branch: cfgperl
910            ! pod/perldelta.pod
911      Branch: maint-5.005/perl
912            ! pod/perldelta.pod
913 ____________________________________________________________________________
914 [  3112] By: jhi                                   on 1999/03/16  10:35:21
915         Log: Integrate from mainperl.
916      Branch: cfgperl
917           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
918           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
919 ____________________________________________________________________________
920 [  3111] By: jhi                                   on 1999/03/16  10:28:10
921         Log: AVAILABILITY update: still mention PowerUX,
922              Novell Netware now has sources available.
923      Branch: cfgperl
924            ! pod/perl.pod
925      Branch: maint-5.005/perl
926            ! pod/perl.pod
927 ____________________________________________________________________________
928 [  3110] By: gsar                                  on 1999/03/16  04:34:23
929         Log: sundry pod niggles
930      Branch: perl
931            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
932            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
933 ____________________________________________________________________________
934 [  3109] By: jhi                                   on 1999/03/15  17:00:11
935         Log: Integrate from mainperl.
936      Branch: cfgperl
937           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
938           +> lib/unicode/Is/Syllable.pl
939           +> lib/unicode/MakeEthiopicSyllables.PL
940           +> lib/unicode/README.Ethiopic
941           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
942           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
943           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
944           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
945           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
946           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
947           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
948           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
949 ____________________________________________________________________________
950 [  3108] By: jhi                                   on 1999/03/15  16:58:12
951         Log: First pass of integrating the Rhapsody port,
952              
953              From: Wilfredo Sanchez <wsanchez@apple.com> 
954              Subject: Keeping the world in sync.
955              Reply-To: wsanchez@apple.com 
956              To: perlbug@perl.com 
957              Date: Fri, 13 Nov 1998 17:11:30 -0800 
958              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
959      Branch: cfgperl
960            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
961            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
962            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
963            ! x2p/util.c
964 ____________________________________________________________________________
965 [  3107] By: gsar                                  on 1999/03/15  03:22:10
966         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
967              From: Daniel Yacob <dmulholl@cs.indiana.edu>
968              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
969              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
970              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
971      Branch: perl
972            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
973            + lib/unicode/Is/Syllable.pl
974            + lib/unicode/MakeEthiopicSyllables.PL
975            + lib/unicode/README.Ethiopic
976            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
977            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
978            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
979            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
980            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
981            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
982            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
983            ! lib/unicode/Name.pl lib/unicode/Number.pl
984 ____________________________________________________________________________
985 [  3106] By: gsar                                  on 1999/03/12  20:35:36
986         Log: change#3067 failed package.t due to needless creation of $a and $b;
987              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
988      Branch: perl
989            ! op.c
990 ____________________________________________________________________________
991 [  3105] By: jhi                                   on 1999/03/12  15:54:57
992         Log: Recognize the NetBSD packages collection.
993      Branch: maint-5.005/perl
994            ! hints/netbsd.sh
995 ____________________________________________________________________________
996 [  3104] By: jhi                                   on 1999/03/12  09:07:04
997         Log: From: pvhp@forte.com (Peter Prymmer)
998              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
999              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
1000              Date: Thu, 11 Mar 99 14:24:54 PST
1001              Message-Id: <9903112224.AA24346@forte.com>
1002      Branch: maint-5.005/perl
1003            ! README.os390 t/lib/posix.t
1004 ____________________________________________________________________________
1005 [  3103] By: jhi                                   on 1999/03/10  11:07:46
1006         Log: Integrate from mainperl.
1007      Branch: cfgperl
1008           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
1009           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
1010           !> t/pragma/warn/1global toke.c win32/makedef.pl
1011 ____________________________________________________________________________
1012 [  3102] By: jhi                                   on 1999/03/10  11:01:20
1013         Log: From: pvhp@forte.com (Peter Prymmer)
1014              To: perl5-porters@perl.org
1015              Subject: [5.005_03-MT6]Patch: time passes
1016              Date: Tue, 9 Mar 99 18:42:17 PST
1017              Message-Id: <9903100242.AA29057@forte.com>
1018      Branch: maint-5.005/perl
1019            ! perl.c
1020 ____________________________________________________________________________
1021 [  3101] By: jhi                                   on 1999/03/10  10:30:15
1022         Log: From: Mark-Jason Dominus <mjd@plover.com>
1023              To: perl5-porters@perl.com
1024              Subject: Minor fix to perlfunc.pod
1025              Date: Mon, 08 Mar 1999 20:05:53 -0500
1026              Message-ID: <19990309010553.13757.qmail@plover.com>
1027      Branch: maint-5.005/perl
1028            ! pod/perlfunc.pod
1029 ____________________________________________________________________________
1030 [  3100] By: gsar                                  on 1999/03/09  23:04:44
1031         Log: change#3060 had the wrong quotes
1032      Branch: perl
1033            ! pod/pod2man.PL
1034 ____________________________________________________________________________
1035 [  3099] By: jhi                                   on 1999/03/09  12:52:21
1036         Log: d_uname was broken (probably since _53), reported by
1037              
1038              From: Alan Burlison <Alan.Burlison@uk.sun.com>
1039              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
1040              cpan-testers@perl.org
1041              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
1042              Date: Mon, 08 Mar 1999 13:22:31 +0000
1043              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
1044              
1045              and
1046              
1047              From: lvirden@cas.org (Larry W. Virden)
1048              To: perlbug@perl.com
1049              Subject: configure not correctly identifying uname posix compatibility
1050              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
1051              Message-Id: <199903081136.GAA23682@cas.org>
1052      Branch: cfgperl
1053            ! Configure config_h.SH
1054 ____________________________________________________________________________
1055 [  3098] By: gsar                                  on 1999/03/09  03:16:07
1056         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
1057      Branch: perl
1058            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
1059 ____________________________________________________________________________
1060 [  3097] By: gsar                                  on 1999/03/09  02:50:43
1061         Log: use yyerror() instead of croak() so that compile-time failures in
1062              my(LIST) don't confuse globals with lexicals
1063      Branch: perl
1064            ! op.c toke.c
1065 ____________________________________________________________________________
1066 [  3096] By: gsar                                  on 1999/03/09  02:47:36
1067         Log: adjust testsuite for change#3067
1068      Branch: perl
1069            ! t/pragma/warn/1global
1070 ____________________________________________________________________________
1071 [  3095] By: gsar                                  on 1999/03/08  21:04:48
1072         Log: remove bogus symbols from global.sym
1073      Branch: perl
1074            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
1075            ! perl.h win32/makedef.pl
1076 ____________________________________________________________________________
1077 [  3094] By: jhi                                   on 1999/03/06  16:16:15
1078         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
1079              To: jhi@iki.fi
1080              Subject: Oops
1081              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
1082              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
1083      Branch: maint-5.005/perl
1084            ! README.hurd
1085 ____________________________________________________________________________
1086 [  3093] By: jhi                                   on 1999/03/06  15:59:46
1087         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
1088              To: jhi@iki.fi
1089              Subject: New Hurd README
1090              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
1091              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
1092      Branch: maint-5.005/perl
1093            ! README.hurd
1094 ____________________________________________________________________________
1095 [  3092] By: jhi                                   on 1999/03/06  12:52:06
1096         Log: From: Paul_Green@stratus.com
1097              To: perl5-porters@perl.org
1098              Cc: jhi@iki.fi, Paul_Green@stratus.com
1099              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
1100              Date: Fri, 5 Mar 1999 18:08:49 -0500 
1101              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
1102      Branch: maint-5.005/perl
1103            ! vos/config.h vos/config_h.SH_orig
1104 ____________________________________________________________________________
1105 [  3091] By: jhi                                   on 1999/03/06  12:42:21
1106         Log: From: Dan Sugalski <sugalskd@osshe.edu>
1107              To: perl5-porters@perl.org, vmsperl@perl.org
1108              Subject: [PATCH 5.005_03-MT6]VMS build patch
1109              Date: Fri, 05 Mar 1999 12:36:19 -0800
1110              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
1111      Branch: maint-5.005/perl
1112            ! vms/subconfigure.com
1113 ____________________________________________________________________________
1114 [  3090] By: gsar                                  on 1999/03/06  04:40:03
1115         Log: integrate change#3089 from mainline
1116              
1117              tolerate CRs after options
1118      Branch: maint-5.005/perl
1119           !> perl.c
1120 ____________________________________________________________________________
1121 [  3089] By: gsar                                  on 1999/03/06  04:30:40
1122         Log: tolerate CRs after options
1123      Branch: perl
1124            ! perl.c
1125 ____________________________________________________________________________
1126 [  3088] By: jhi                                   on 1999/03/05  12:49:01
1127         Log: Integrate from mainperl.
1128      Branch: cfgperl
1129           +> README.hurd
1130           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
1131 ____________________________________________________________________________
1132 [  3087] By: gsar                                  on 1999/03/05  06:41:16
1133         Log: adjust timeouts to accomodate slow/busy systems
1134      Branch: perl
1135            ! t/lib/io_sock.t
1136 ____________________________________________________________________________
1137 [  3083] By: gsar                                  on 1999/03/05  01:32:47
1138         Log: integrate change#3081 from maint-5.005
1139      Branch: perl
1140           !> ext/Errno/Errno_pm.PL
1141 ____________________________________________________________________________
1142 [  3082] By: gsar                                  on 1999/03/05  01:31:06
1143         Log: integrate change#2904 from maint-5.005
1144      Branch: perl
1145           +> README.hurd
1146           !> MANIFEST
1147 ____________________________________________________________________________
1148 [  3081] By: gsar                                  on 1999/03/05  00:14:33
1149         Log: protect against doubled backslashes
1150      Branch: maint-5.005/perl
1151            ! ext/Errno/Errno_pm.PL
1152 ____________________________________________________________________________
1153 [  3077] By: jhi                                   on 1999/03/04  08:10:13
1154         Log: Integrate from mainperl.
1155      Branch: cfgperl
1156           +> ext/B/B/Stash.pm
1157           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
1158           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
1159           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
1160           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
1161 ____________________________________________________________________________
1162 [  3076] By: jhi                                   on 1999/03/04  08:07:59
1163         Log: Regen config_h.SH once more because of *size, 
1164              noticed by
1165              
1166              From: Hans Mulder <hansm@icgned.icgroup.nl>
1167              To: Jarkko Hietaniemi <jhi@iki.fi>
1168              Cc: perl5-porters@perl.org
1169              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
1170              Date: Thu,  4 Mar 99 00:10:45 +0100
1171              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
1172      Branch: cfgperl
1173            ! Configure config_h.SH
1174 ____________________________________________________________________________
1175 [  3068] By: gsar                                  on 1999/03/04  05:48:03
1176         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
1177              Date: Thu,  4 Mar 99 00:10:45 +0100
1178              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
1179              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
1180      Branch: perl
1181            ! config_h.SH
1182 ____________________________________________________________________________
1183 [  3067] By: gsar                                  on 1999/03/04  05:44:32
1184         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
1185              From: Graham Barr <gbarr@ti.com>
1186              Date: Wed, 3 Mar 1999 17:23:56 -0600
1187              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
1188              Subject: Re: 'use strict' doesn't work for one-letter variables
1189      Branch: perl
1190            ! gv.c op.c
1191 ____________________________________________________________________________
1192 [  3066] By: gsar                                  on 1999/03/04  05:20:50
1193         Log: updates to compiler modules
1194              From: "Vishal Bhatia" <vishalb@hotmail.com>
1195              Date: Tue, 02 Mar 1999 23:27:25 PST
1196              Message-ID: <19990303072725.779.qmail@hotmail.com>
1197              Subject: PATCH 5.005_56 + Test procedure
1198      Branch: perl
1199            + ext/B/B/Stash.pm
1200            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
1201            ! lib/Test/Harness.pm utils/perlcc.PL
1202 ____________________________________________________________________________
1203 [  3065] By: gsar                                  on 1999/03/04  05:03:30
1204         Log: more s/s_/s!/ etc.
1205      Branch: perl
1206            ! pod/perldelta.pod pod/perlfunc.pod
1207 ____________________________________________________________________________
1208 [  3064] By: gsar                                  on 1999/03/04  04:50:45
1209         Log: integrate cfgperl contents into mainline
1210      Branch: perl
1211           !> Configure README.vms bytecode.h config_h.SH configure.com
1212           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
1213           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
1214           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
1215 ____________________________________________________________________________
1216 [  3063] By: gsar                                  on 1999/03/04  04:44:13
1217         Log: HP-UX has yet another spelling for /NaNQ?/
1218      Branch: perl
1219            ! t/lib/bigfloatpm.t
1220 ____________________________________________________________________________
1221 [  3062] By: gsar                                  on 1999/03/04  04:36:08
1222         Log: error-check for accept() test
1223      Branch: perl
1224            ! t/lib/io_sock.t
1225 ____________________________________________________________________________
1226 [  3061] By: gsar                                  on 1999/03/04  03:40:25
1227         Log: allow custom comparison function in File::Compare::compare_text()
1228              From: jan.dubois@ibm.net (Jan Dubois)
1229              Date: Fri, 26 Feb 1999 21:56:09 +0100
1230              Message-ID: <36db0838.8805651@smtp1.ibm.net>
1231              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
1232      Branch: perl
1233            ! lib/File/Compare.pm
1234 ____________________________________________________________________________
1235 [  3060] By: gsar                                  on 1999/03/04  03:37:38
1236         Log: better version of change#3038
1237              From: abigail@fnx.com
1238              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
1239              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
1240              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
1241      Branch: perl
1242            ! pod/pod2man.PL
1243 ____________________________________________________________________________
1244 [  3058] By: jhi                                   on 1999/03/03  22:30:40
1245         Log: Configure regen to
1246              (1) match maint-5.005 patches #3056 and #3057
1247              (2) better version of PHOSTNAME of #3050
1248              (3) the crosscompile/multiarch config_h.SH trouble solved for now
1249      Branch: cfgperl
1250            ! Configure config_h.SH
1251 ____________________________________________________________________________
1252 [  3054] By: jhi                                   on 1999/03/03  09:57:59
1253         Log: Change #3053 missed perldelta.
1254      Branch: cfgperl
1255            ! pod/perldelta.pod
1256 ____________________________________________________________________________
1257 [  3053] By: jhi                                   on 1999/03/03  08:29:43
1258         Log: Use '!' to mark native integer packings instead of '_'.
1259      Branch: cfgperl
1260            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
1261 ____________________________________________________________________________
1262 [  3052] By: jhi                                   on 1999/03/02  23:12:36
1263         Log: The HP-UX threads patch (change #3028) is needed also here.
1264      Branch: cfgperl
1265            ! hints/hpux.sh thread.h
1266 ____________________________________________________________________________
1267 [  3051] By: jhi                                   on 1999/03/02  08:24:52
1268         Log: From: Dan Sugalski <sugalskd@osshe.edu>
1269              To: perl5-porters@perl.org, vmsperl@perl.org
1270              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
1271              Date: Mon, 01 Mar 1999 16:10:57 -0800
1272              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
1273      Branch: cfgperl
1274            ! README.vms
1275      Branch: maint-5.005/perl
1276            ! README.vms
1277 ____________________________________________________________________________
1278 [  3050] By: jhi                                   on 1999/03/02  08:22:29
1279         Log: From: Dan Sugalski <sugalskd@osshe.edu>
1280              To: perl5-porters@perl.org, vmsperl@perl.org
1281              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
1282              Date: Mon, 01 Mar 1999 16:06:29 -0800
1283              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
1284              
1285              From: Dan Sugalski <sugalskd@osshe.edu>
1286              To: perl5-porters@perl.org, vmsperl@perl.org
1287              Subject: [PATCH 5.005_56]vmsish.pm patch
1288              Date: Mon, 01 Mar 1999 20:19:04 -0800
1289              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
1290              
1291              plus Configure regen containing a "solution" to the
1292              crosscompile/multiarch problem.
1293      Branch: cfgperl
1294            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
1295            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
1296 ____________________________________________________________________________
1297 [  3049] By: jhi                                   on 1999/03/02  07:34:21
1298         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
1299              To: perl5-porters@perl.org
1300              Subject: [PATCH] Eliminate (valid) warning in byterun.c
1301              Date: Mon, 01 Mar 1999 17:27:59 -0500
1302              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
1303      Branch: cfgperl
1304            ! bytecode.h
1305      Branch: maint-5.005/perl
1306            ! bytecode.h
1307 ____________________________________________________________________________
1308 [  3048] By: gsar                                  on 1999/03/02  06:41:21
1309         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
1310      Branch: perl
1311            ! MANIFEST README.hpux
1312 ____________________________________________________________________________
1313 [  3047] By: jhi                                   on 1999/03/01  06:34:43
1314         Log: Integrate from mainperl.
1315      Branch: cfgperl
1316           +> README.hpux lib/File/Spec/Functions.pm
1317           !> (integrate 28 files)
1318 ____________________________________________________________________________
1319 [  3046] By: gsar                                  on 1999/03/01  05:34:28
1320         Log: this is 5.005_56
1321      Branch: perl
1322            ! Changes
1323
1324 ----------------
1325 Version 5.005_56
1326 ----------------
1327
1328 ____________________________________________________________________________
1329 [  3045] By: gsar                                  on 1999/03/01  03:32:30
1330         Log: destroy PL_svref_mutex in perl_destruct()
1331      Branch: perl
1332            ! perl.c
1333 ____________________________________________________________________________
1334 [  3044] By: gsar                                  on 1999/03/01  00:38:50
1335         Log: up patchlevel &c.
1336      Branch: perl
1337            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
1338            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1339            ! win32/makefile.mk
1340 ____________________________________________________________________________
1341 [  3043] By: gsar                                  on 1999/03/01  00:14:15
1342         Log: integrate cfgperl contents into mainline
1343      Branch: perl
1344            ! pod/perldelta.pod
1345           !> Configure config_h.SH
1346 ____________________________________________________________________________
1347 [  3042] By: gsar                                  on 1999/02/28  23:55:08
1348         Log: slightly edited version of suggested patch
1349              From: jan.dubois@ibm.net (Jan Dubois)
1350              Date: Mon, 01 Mar 1999 00:32:05 +0100
1351              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
1352              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
1353      Branch: perl
1354            + lib/File/Spec/Functions.pm
1355            ! MANIFEST lib/File/Spec.pm
1356 ____________________________________________________________________________
1357 [  3041] By: gsar                                  on 1999/02/28  22:47:19
1358         Log: fix subtle bug in eval'' testsuite
1359      Branch: perl
1360            ! t/op/eval.t
1361 ____________________________________________________________________________
1362 [  3040] By: gsar                                  on 1999/02/28  22:46:24
1363         Log: avoid literal control characters in change#3039
1364      Branch: perl
1365            ! t/base/lex.t
1366 ____________________________________________________________________________
1367 [  3039] By: gsar                                  on 1999/02/28  21:47:18
1368         Log: todo item: permit extended control variables a la ${^Foo} (patch
1369              courtesy Mark-Jason Dominus <mjd@plover.com>)
1370      Branch: perl
1371            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
1372            ! t/base/lex.t toke.c
1373 ____________________________________________________________________________
1374 [  3038] By: gsar                                  on 1999/02/28  21:21:05
1375         Log: From: abigail@fnx.com
1376              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
1377              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
1378              Subject: Recognize -> and => inside [A-Z]<> sequences.
1379      Branch: perl
1380            ! pod/pod2man.PL
1381 ____________________________________________________________________________
1382 [  3037] By: gsar                                  on 1999/02/28  21:12:22
1383         Log: fix longstanding bug: searches for lexicals originating within eval''
1384              weren't stopping at the subroutine boundary correctly
1385      Branch: perl
1386            ! op.c proto.h t/op/eval.t
1387 ____________________________________________________________________________
1388 [  3036] By: gsar                                  on 1999/02/28  20:02:29
1389         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
1390              as stacked list values
1391              From: jan.dubois@ibm.net (Jan Dubois)
1392              Date: Sat, 27 Feb 1999 18:24:17 +0100
1393              Message-ID: <36e22849.36531259@smtp1.ibm.net>
1394              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
1395      Branch: perl
1396            ! win32/win32.c
1397 ____________________________________________________________________________
1398 [  3035] By: gsar                                  on 1999/02/28  19:48:54
1399         Log: remove superfluous stack_sp decl
1400      Branch: perl
1401            ! jpl/JNI/JNI.xs
1402 ____________________________________________________________________________
1403 [  3034] By: gsar                                  on 1999/02/28  19:34:58
1404         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
1405      Branch: perl
1406            ! lib/Getopt/Std.pm
1407 ____________________________________________________________________________
1408 [  3033] By: gsar                                  on 1999/02/28  19:23:41
1409         Log: add File::Compare::compare_text()
1410              From: jan.dubois@ibm.net (Jan Dubois)
1411              Date: Fri, 26 Feb 1999 00:20:41 +0100
1412              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
1413              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
1414      Branch: perl
1415            ! lib/File/Compare.pm pod/perltodo.pod
1416 ____________________________________________________________________________
1417 [  3032] By: gsar                                  on 1999/02/28  19:01:33
1418         Log: add README.hpux
1419      Branch: perl
1420            + README.hpux
1421            ! MAINTAIN MANIFEST
1422 ____________________________________________________________________________
1423 [  3031] By: gsar                                  on 1999/02/28  18:49:08
1424         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
1425              James Cromie <jcromie@fossil.uswc.uswest.com>
1426      Branch: perl
1427            ! lib/Pod/Html.pm
1428 ____________________________________________________________________________
1429 [  3030] By: gsar                                  on 1999/02/28  18:35:09
1430         Log: From: jan.dubois@ibm.net (Jan Dubois)
1431              Date: Wed, 24 Feb 1999 22:34:56 +0100
1432              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
1433              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
1434      Branch: perl
1435            ! lib/Test/Harness.pm
1436 ____________________________________________________________________________
1437 [  3029] By: gsar                                  on 1999/02/28  18:28:18
1438         Log: add note about env pollution
1439      Branch: perl
1440            ! INSTALL pod/perltodo.pod
1441 ____________________________________________________________________________
1442 [  3028] By: jhi                                   on 1999/02/26  14:40:00
1443         Log: HP-UX 11 threads.
1444              
1445              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
1446              To: perl5-porters@perl.org
1447              Cc: jhi@cc.hut.fi
1448              Subject: Maint 5 and _54 with threading on HP-UX 11.00
1449              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
1450              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
1451              
1452              NOTE from jhi: the hpux hints could still be more robust by
1453              disabling gdbm when necessary.
1454              
1455              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
1456              linking -lgdbm -lpthread creates an executable that instantly
1457              core dumps on a pthreads internal panic:
1458              
1459              ./gdpt
1460              
1461              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
1462              Return Pointer is 0xc082bf33
1463              17639 quit (core dumped)  ./gdpt
1464              
1465              You don't have to *use* either gdbm or pthreads in the executable,
1466              just linking them together is enough.  Workaround is to recompile
1467              the GDBM under HP-UX 11, that makes the problem go away.
1468      Branch: maint-5.005/perl
1469            ! hints/hpux.sh thread.h
1470 ____________________________________________________________________________
1471 [  3025] By: jhi                                   on 1999/02/25  20:41:07
1472         Log: Temporary workaround for the config_h.SH versus
1473              crosscompile and multiarch plus introduce 'rt'
1474              to $libswanted: in UNIX98 sched_yield() lives there.
1475      Branch: cfgperl
1476            ! Configure config_h.SH
1477 ____________________________________________________________________________
1478 [  3024] By: jhi                                   on 1999/02/24  12:54:59
1479         Log: Integrate from mainperl.
1480      Branch: cfgperl
1481           +> t/lib/fatal.t
1482           !> (integrate 44 files)
1483 ____________________________________________________________________________
1484 [  3023] By: gsar                                  on 1999/02/24  07:02:12
1485         Log: integrate cfgperl contents
1486      Branch: perl
1487           !> (integrate 30 files)
1488 ____________________________________________________________________________
1489 [  3022] By: gsar                                  on 1999/02/24  05:59:47
1490         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
1491              Date: 23 Feb 1999 17:53:22 -0700
1492              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
1493              Subject: [PATCH: _55] perldoc -q broken
1494      Branch: perl
1495            ! utils/perldoc.PL
1496 ____________________________________________________________________________
1497 [  3021] By: gsar                                  on 1999/02/24  05:51:53
1498         Log: ansify perlio.c, fix PerlIO-ish typos
1499      Branch: perl
1500            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
1501            ! iperlsys.h perlio.c
1502 ____________________________________________________________________________
1503 [  3020] By: gsar                                  on 1999/02/24  05:28:06
1504         Log: adjust a Perl_malloc() flag for NeXT
1505              From: Hans Mulder <hansm@icgned.icgroup.nl>
1506              Date: Tue, 23 Feb 99 00:26:25 +0100
1507              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
1508              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
1509      Branch: perl
1510            ! perl.h
1511 ____________________________________________________________________________
1512 [  3019] By: gsar                                  on 1999/02/24  05:19:42
1513         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
1514      Branch: perl
1515            ! pod/perltodo.pod
1516 ____________________________________________________________________________
1517 [  3018] By: gsar                                  on 1999/02/24  04:15:18
1518         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
1519              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
1520              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
1521              Subject: improved error message [PATCH _55] [RESEND]
1522      Branch: perl
1523            ! sv.c
1524 ____________________________________________________________________________
1525 [  3017] By: gsar                                  on 1999/02/24  03:50:34
1526         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
1527              Date: Sun, 21 Feb 1999 20:02:18 -0700
1528              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
1529              Subject: perlfunc updates (against 55)
1530      Branch: perl
1531            ! pod/perlfunc.pod
1532 ____________________________________________________________________________
1533 [  3016] By: gsar                                  on 1999/02/24  03:17:05
1534         Log: testsuite adjustments
1535              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1536              Date: Sat, 20 Feb 1999 15:24:57 +0000
1537              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
1538              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
1539      Branch: perl
1540            ! t/lib/io_sock.t t/op/lex_assign.t
1541 ____________________________________________________________________________
1542 [  3015] By: gsar                                  on 1999/02/24  02:54:47
1543         Log: avoid modifying readonly values from qw()
1544      Branch: perl
1545            ! lib/ExtUtils/MM_Unix.pm
1546 ____________________________________________________________________________
1547 [  3014] By: gsar                                  on 1999/02/24  02:49:04
1548         Log: more "correct" utbuf for utime()
1549      Branch: perl
1550            ! doio.c
1551 ____________________________________________________________________________
1552 [  3013] By: jhi                                   on 1999/02/22  19:27:44
1553         Log: Fix MacPerl version, change PowerUX to PowerMAX.
1554              
1555              From: Chris Nandor <pudge@pobox.com>
1556              To: jhi@iki.fi
1557              Cc: perl5-porters@perl.org
1558              Subject: Re: perl current availability as documented by perl.pod
1559              Date: Sun, 21 Feb 1999 11:06:03 -0500
1560              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
1561              
1562              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
1563              To: jhi@iki.fi
1564              Cc: perl5-porters@perl.org
1565              Subject: Re: perl current availability as documented by perl.pod
1566              Date: Mon, 22 Feb 1999 13:08:30 GMT
1567              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
1568      Branch: cfgperl
1569            ! pod/perl.pod
1570      Branch: maint-5.005/perl
1571            ! pod/perl.pod
1572 ____________________________________________________________________________
1573 [  3012] By: jhi                                   on 1999/02/22  10:26:11
1574         Log: Snapshot the cross-compilation/multiarchitecture stuff
1575              (currently broken in next)
1576      Branch: cfgperl
1577            ! Configure config_h.SH pp.c
1578 ____________________________________________________________________________
1579 [  3011] By: jhi                                   on 1999/02/22  10:24:51
1580         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
1581              To: gsar@activestate.com (Gurusamy Sarathy)
1582              Cc: perl5-porters@perl.org (Perl5 Porters)
1583              Subject: [PATCH 5.005_55] DB_File 1.64 patch
1584              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
1585              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
1586      Branch: cfgperl
1587            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
1588            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
1589 ____________________________________________________________________________
1590 [  3009] By: jhi                                   on 1999/02/22  09:14:26
1591         Log: Scratch #3008 and introduce $crosscompile and $multiarch
1592              also in non-Configure lands.
1593      Branch: cfgperl
1594            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
1595            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
1596            ! win32/config.gc win32/config.vc win32/config_H.bc
1597            ! win32/config_H.gc win32/config_H.vc
1598 ____________________________________________________________________________
1599 [  3008] By: jhi                                   on 1999/02/22  08:58:04
1600         Log: Add -DMULTIARCH (see change #3006).
1601      Branch: cfgperl
1602            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
1603 ____________________________________________________________________________
1604 [  3007] By: jhi                                   on 1999/02/22  08:54:06
1605         Log: Undo the references to local{lib,arch} introduced by #3006.
1606      Branch: cfgperl
1607            ! Configure config_h.SH
1608 ____________________________________________________________________________
1609 [  3006] By: jhi                                   on 1999/02/22  08:43:50
1610         Log: From: hansm@icgned.icgroup.nl
1611              To: perlbug@perl.com
1612              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
1613              Date: Sun, 21 Feb 1999 22:58:55 +0100
1614              Reply-To: hansmu@xs4all.nl
1615              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
1616              
1617              plus other Configure changes: prepare for cross-compilation/
1618              multiarchitecture builds.
1619      Branch: cfgperl
1620            ! Configure config_h.SH
1621 ____________________________________________________________________________
1622 [  3005] By: jhi                                   on 1999/02/22  08:35:30
1623         Log: Configure/Perl knew how to look for use Mach cthreads
1624              but Configure didn't let them to be used ($osname 'next').
1625      Branch: cfgperl
1626            ! Configure config_h.SH
1627      Branch: maint-5.005/perl
1628            ! Configure
1629 ____________________________________________________________________________
1630 [  3004] By: jhi                                   on 1999/02/21  15:46:02
1631         Log: Update Acorn AVAILABILITY.
1632      Branch: cfgperl
1633            ! pod/perl.pod
1634      Branch: maint-5.005/perl
1635            ! pod/perl.pod
1636 ____________________________________________________________________________
1637 [  3003] By: jhi                                   on 1999/02/21  14:50:42
1638         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
1639              To: perl5-porters@perl.org (Perl 5 Porters)
1640              Subject: PATCH: perlref.pod - symbolic ref example
1641              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
1642              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
1643      Branch: cfgperl
1644            ! pod/perlref.pod
1645      Branch: maint-5.005/perl
1646            ! pod/perlref.pod
1647 ____________________________________________________________________________
1648 [  3002] By: jhi                                   on 1999/02/21  14:35:22
1649         Log: Sync cfgperl with maint-5.005 change #3000.
1650      Branch: cfgperl
1651            ! pod/perlfunc.pod t/op/pack.t
1652 ____________________________________________________________________________
1653 [  2999] By: gsar                                  on 1999/02/20  22:48:30
1654         Log: From:    John Bley <jbb6@acpub.duke.edu>
1655              Date:    Sat, 20 Feb 1999 16:02:34 EST
1656              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
1657              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
1658      Branch: perl
1659            ! regcomp.c
1660 ____________________________________________________________________________
1661 [  2998] By: jhi                                   on 1999/02/20  14:13:06
1662         Log: Enhanced the endianness description.
1663      Branch: cfgperl
1664            ! pod/perlfunc.pod
1665 ____________________________________________________________________________
1666 [  2996] By: jhi                                   on 1999/02/20  13:55:41
1667         Log: Glossary now mostly fixed.
1668      Branch: cfgperl
1669            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1670            ! config_h.SH
1671 ____________________________________________________________________________
1672 [  2994] By: jhi                                   on 1999/02/20  11:58:33
1673         Log: Perldeltify GNU/Hurd.
1674      Branch: cfgperl
1675            ! pod/perldelta.pod
1676 ____________________________________________________________________________
1677 [  2993] By: gsar                                  on 1999/02/20  00:59:10
1678         Log: fix typo in Perl_sbrk()
1679              From: hansm@icgned.icgroup.nl
1680              Date: Fri, 19 Feb 1999 23:19:31 +0100
1681              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
1682              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
1683      Branch: perl
1684            ! malloc.c
1685 ____________________________________________________________________________
1686 [  2992] By: gsar                                  on 1999/02/20  00:51:08
1687         Log: integrate change#2980 from maint-5.005
1688      Branch: perl
1689           !> utils/h2xs.PL
1690 ____________________________________________________________________________
1691 [  2991] By: gsar                                  on 1999/02/20  00:34:01
1692         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1693              Date: Thu, 18 Feb 1999 18:51:38 +0000
1694              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
1695              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
1696      Branch: perl
1697            ! pp_hot.c t/op/pat.t
1698 ____________________________________________________________________________
1699 [  2990] By: gsar                                  on 1999/02/20  00:30:48
1700         Log: From: jan.dubois@ibm.net (Jan Dubois)
1701              Date: Thu, 18 Feb 1999 19:14:07 +0100
1702              Message-ID: <36d15809.40853323@smtp1.ibm.net>
1703              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
1704      Branch: perl
1705            ! win32/win32.c
1706 ____________________________________________________________________________
1707 [  2989] By: gsar                                  on 1999/02/20  00:27:01
1708         Log: do poll() emulation unless HAS_POLL && I_POLL
1709      Branch: perl
1710            ! ext/IO/poll.h
1711 ____________________________________________________________________________
1712 [  2988] By: gsar                                  on 1999/02/19  23:52:12
1713         Log: tweak RE for NaNQ? recognition
1714      Branch: perl
1715            ! t/lib/bigfloatpm.t
1716 ____________________________________________________________________________
1717 [  2987] By: gsar                                  on 1999/02/19  23:29:59
1718         Log: mention C<use utf8> and C<use warning> in perldelta
1719      Branch: perl
1720            ! pod/perldelta.pod
1721 ____________________________________________________________________________
1722 [  2985] By: jhi                                   on 1999/02/19  20:43:19
1723         Log: pack/unpack better in (network-)short-non-16-bits and
1724              (network-)long-non-32-bits systems such as Cray C90.
1725      Branch: cfgperl
1726            ! perl.h pp.c t/op/pack.t
1727 ____________________________________________________________________________
1728 [  2984] By: jhi                                   on 1999/02/19  20:38:54
1729         Log: Regen Configure.
1730      Branch: cfgperl
1731            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1732            ! perl.c
1733 ____________________________________________________________________________
1734 [  2982] By: jhi                                   on 1999/02/19  19:51:49
1735         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
1736              not probed for and         
1737              
1738              From: "Kurt D. Starsinic" <kstar@chapin.edu>
1739              To: Chaim Frenkel <chaimf@pobox.com>,
1740              Russ Allbery <rra@stanford.edu>,
1741              Jarkko Hietaniemi <jhi@iki.fi>,
1742              Gurusamy Sarathy <gsar@activestate.com>,
1743              Graham Barr <gbarr@pobox.com>
1744              Cc: bdensch@ameritech.net, perlbug@perl.com
1745              Subject: [PATCH] Re: Solaris 7 for Intel
1746              Message-ID: <19990219124404.A30182@O2.chapin.edu>
1747              
1748              Glossary is still missing some terms because
1749              mkglossary is misbehaving (change #2981 updated
1750              Glossary manually)
1751      Branch: cfgperl
1752            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
1753            ! Porting/config_H
1754 ____________________________________________________________________________
1755 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
1756         Log: Make result of h2xs work when user adds C<use strict>
1757      Branch: maint-5.005/perl
1758            ! utils/h2xs.PL
1759 ____________________________________________________________________________
1760 [  2979] By: gsar                                  on 1999/02/19  05:24:29
1761         Log: doc for change#2978
1762      Branch: perl
1763            ! pod/perlsub.pod
1764 ____________________________________________________________________________
1765 [  2978] By: gsar                                  on 1999/02/19  05:08:29
1766         Log: bring '*' prototype closer to how it behaves internally
1767      Branch: perl
1768            + t/lib/fatal.t
1769            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
1770 ____________________________________________________________________________
1771 [  2977] By: gsar                                  on 1999/02/19  02:50:31
1772         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
1773      Branch: perl
1774            ! perly.h
1775 ____________________________________________________________________________
1776 [  2975] By: gsar                                  on 1999/02/18  21:41:57
1777         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
1778              of lexical searches in BEGIN|INIT|END)
1779      Branch: perl
1780            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
1781            ! vms/perly_c.vms
1782 ____________________________________________________________________________
1783 [  2974] By: gsar                                  on 1999/02/18  21:03:06
1784         Log: missing PERL_POLLUTE_MALLOC
1785      Branch: perl
1786            ! ext/SDBM_File/sdbm/sdbm.h
1787 ____________________________________________________________________________
1788 [  2973] By: gsar                                  on 1999/02/18  17:10:49
1789         Log: From:    Andy Dougherty <doughera@lafayette.edu>
1790              Date:    Wed, 17 Feb 1999 17:22:50 EST
1791              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
1792              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
1793      Branch: perl
1794            ! lib/dotsh.pl
1795 ____________________________________________________________________________
1796 [  2972] By: gsar                                  on 1999/02/18  17:04:12
1797         Log: s/#defined/#define/
1798      Branch: perl
1799            ! ext/Data/Dumper/Dumper.xs
1800 ____________________________________________________________________________
1801 [  2970] By: gsar                                  on 1999/02/18  03:26:43
1802         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
1803      Branch: perl
1804            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
1805            ! ext/GDBM_File/typemap
1806 ____________________________________________________________________________
1807 [  2969] By: gsar                                  on 1999/02/17  23:30:47
1808         Log: correct slurp mode doc
1809      Branch: perl
1810            ! pod/perlfunc.pod pod/perlop.pod
1811 ____________________________________________________________________________
1812 [  2968] By: jhi                                   on 1999/02/17  23:15:49
1813         Log: Ultrix hints update.
1814              
1815              From: Spider Boardman <spider@zk3.dec.com>
1816              To: perlbug@perl.com
1817              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
1818              Date: Tue, 16 Feb 1999 23:04:28 -0500
1819              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
1820      Branch: cfgperl
1821            ! hints/ultrix_4.sh
1822 ____________________________________________________________________________
1823 [  2966] By: jhi                                   on 1999/02/17  23:09:21
1824         Log: Change #2965 wiped out some Sarathy's _55 changes.
1825              Now unwiped.
1826      Branch: cfgperl
1827            ! Configure pp.c t/op/pack.t
1828 ____________________________________________________________________________
1829 [  2965] By: jhi                                   on 1999/02/17  23:00:04
1830         Log: Configure tweaks.
1831              
1832              Fix the Unixware/SCO uname scan:
1833              
1834              From: Tom Hughes <thh@cyberscience.com>
1835              To: perlbug@perl.com
1836              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
1837              Date: 17 Feb 1999 15:34:15 +0000    
1838              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
1839              
1840              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
1841              
1842              From: Joe Buehler <jhpb@hekimian.com>
1843              To: perl5-porters@perl.org
1844              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
1845              Date: 12 Feb 1999 11:25:21 -0500
1846              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
1847              
1848              Make the pthreads joinable constant scan to output to fd 4, not 2.
1849      Branch: cfgperl
1850            ! Configure
1851 ____________________________________________________________________________
1852 [  2964] By: gsar                                  on 1999/02/17  21:30:07
1853         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
1854              Date: Wed, 17 Feb 1999 06:53:13 -0700
1855              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
1856              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
1857      Branch: perl
1858            ! lib/Pod/Functions.pm
1859 ____________________________________________________________________________
1860 [  2963] By: gsar                                  on 1999/02/17  21:18:21
1861         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
1862              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1863              Date: Wed, 17 Feb 1999 10:06:01 +0000
1864              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
1865              Subject: Re: [5.005_53] panic: pad_free curpad 
1866      Branch: perl
1867            ! regcomp.c regexec.c t/op/misc.t
1868 ____________________________________________________________________________
1869 [  2962] By: gsar                                  on 1999/02/16  21:26:28
1870         Log: NaNQ? tweak
1871      Branch: perl
1872            ! t/lib/bigfloatpm.t
1873 ____________________________________________________________________________
1874 [  2961] By: jhi                                   on 1999/02/16  19:26:38
1875         Log: Integrate from mainperl.
1876      Branch: cfgperl
1877           !> (integrate 37 files)
1878 ____________________________________________________________________________
1879 [  2960] By: gsar                                  on 1999/02/16  18:04:29
1880         Log: undo change#2465 (qw[] is a real list now)
1881      Branch: perl
1882            ! pod/perlop.pod
1883 ____________________________________________________________________________
1884 [  2959] By: gsar                                  on 1999/02/16  07:09:33
1885         Log: this was 5.005_55
1886      Branch: perl
1887            ! Changes
1888
1889 ----------------
1890 Version 5.005_55
1891 ----------------
1892
1893 ____________________________________________________________________________
1894 [  2958] By: gsar                                  on 1999/02/16  06:18:27
1895         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
1896              elide dups and non-dependents from Changes
1897      Branch: perl
1898            ! Changes pod/perlhist.pod
1899           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
1900           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
1901           !> pod/perlport.pod pp.c t/op/pack.t
1902 ____________________________________________________________________________
1903 [  2957] By: gsar                                  on 1999/02/16  04:09:47
1904         Log: propagate PERL_VERSION everywhere, add to pod
1905      Branch: perl
1906            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
1907            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
1908            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
1909            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
1910            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
1911            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
1912            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
1913            ! win32/config.gc win32/config.vc win32/config_sh.PL
1914            ! win32/win32.c x2p/a2py.c
1915 ____________________________________________________________________________
1916 [  2955] By: jhi                                   on 1999/02/15  16:15:03
1917         Log: The pack tests now better in C90 (after the packnative patches).
1918      Branch: cfgperl
1919            ! t/op/pack.t
1920 ____________________________________________________________________________
1921 [  2954] By: gsar                                  on 1999/02/15  14:11:50
1922         Log: tweak Configure to follow new PERL_VERSION etc.
1923      Branch: perl
1924            ! Configure patchlevel.h pod/perlhist.pod
1925 ____________________________________________________________________________
1926 [  2953] By: jhi                                   on 1999/02/15  14:02:21
1927         Log: Integrate from mainperl.
1928      Branch: cfgperl
1929           !> MANIFEST Porting/makerel
1930 ____________________________________________________________________________
1931 [  2952] By: jhi                                   on 1999/02/15  13:50:07
1932         Log: Enhance the packnative patch: use the packnative code
1933              only if required.  Also added hefty testing (hopefully
1934              I didn't assume too much...).  Tested on alpha, ix86, sparc.
1935      Branch: cfgperl
1936            ! pod/perlfunc.pod pp.c t/op/pack.t
1937 ____________________________________________________________________________
1938 [  2951] By: jhi                                   on 1999/02/15  13:46:56
1939         Log: AVAILABILITY from 5.005_03-tobe, will of course
1940              require updating when 5.006 comes out.
1941      Branch: cfgperl
1942            ! pod/perl.pod
1943 ____________________________________________________________________________
1944 [  2949] By: gsar                                  on 1999/02/15  13:28:51
1945         Log: will this be it for 5.005_55?
1946      Branch: perl
1947            ! MANIFEST Porting/makerel
1948 ____________________________________________________________________________
1949 [  2948] By: jhi                                   on 1999/02/15  13:23:52
1950         Log: Integrate from mainperl.
1951      Branch: cfgperl
1952           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
1953           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
1954           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
1955           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
1956           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
1957           !> win32/config.gc win32/config.vc win32/config_H.bc
1958           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
1959 ____________________________________________________________________________
1960 [  2947] By: jhi                                   on 1999/02/15  13:20:41
1961         Log: perlport.pod 1.39 from Chris.
1962      Branch: cfgperl
1963            ! pod/perlport.pod
1964 ____________________________________________________________________________
1965 [  2946] By: jhi                                   on 1999/02/15  13:09:58
1966         Log: Import Ultrix update, change #2864, 
1967              
1968              From: Spider Boardman <spider@zk3.dec.com>
1969              To: perlbug@perl.com
1970              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
1971              Date: Wed, 10 Feb 1999 23:33:31 -0500
1972              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
1973      Branch: cfgperl
1974            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
1975 ____________________________________________________________________________
1976 [  2945] By: jhi                                   on 1999/02/15  13:04:50
1977         Log: OpenBSD sparc SHMLBA.
1978      Branch: cfgperl
1979            ! ext/IPC/SysV/SysV.xs
1980 ____________________________________________________________________________
1981 [  2944] By: gsar                                  on 1999/02/15  12:09:52
1982         Log: update win32/config* stuff, Changes
1983      Branch: perl
1984            ! Changes win32/Makefile win32/config.bc win32/config.gc
1985            ! win32/config.vc win32/config_H.bc win32/config_H.gc
1986            ! win32/config_H.vc win32/makefile.mk
1987 ____________________________________________________________________________
1988 [  2943] By: gsar                                  on 1999/02/15  11:54:08
1989         Log: #include patchlevel.h by default, provide
1990              PERL_{REVISION,VERSION,SUBVERSION}
1991      Branch: perl
1992            ! patchlevel.h perl.h
1993 ____________________________________________________________________________
1994 [  2942] By: gsar                                  on 1999/02/15  10:26:59
1995         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
1996              misc fixes
1997      Branch: perl
1998            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
1999 ____________________________________________________________________________
2000 [  2941] By: gsar                                  on 1999/02/15  10:24:37
2001         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
2002              Message-ID: <19990207002851.B9185@toldyouso.com>
2003              Message-ID: <19990207212152.A9765@toldyouso.com>
2004              Message-ID: <19990207212041.A9622@toldyouso.com>
2005              Message-ID: <19990207213127.A10244@toldyouso.com>
2006              Message-ID: <19990207212559.A9950@toldyouso.com>
2007              Message-ID: <19990207212842.A9994@toldyouso.com>
2008              Message-ID: <19990207212500.A9860@toldyouso.com>
2009              Message-ID: <19990207213013.A10105@toldyouso.com>
2010      Branch: perl
2011            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
2012            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
2013            ! pod/perlmodlib.pod pod/perltoc.pod
2014 ____________________________________________________________________________
2015 [  2940] By: gsar                                  on 1999/02/15  10:07:08
2016         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
2017              of suggested patch)
2018              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
2019              Date: Mon, 08 Feb 1999 01:14:41 -0000
2020              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
2021              Subject: [PATCH 5.005_54] some pending C.pm stuff 
2022      Branch: perl
2023            ! ext/B/B/C.pm
2024 ____________________________________________________________________________
2025 [  2939] By: jhi                                   on 1999/02/15  08:40:18
2026         Log: Integrate from mainperl.
2027      Branch: cfgperl
2028           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
2029            - lib/File/PathConvert.pm
2030           !> (integrate 81 files)
2031 ____________________________________________________________________________
2032 [  2938] By: gsar                                  on 1999/02/15  06:56:39
2033         Log: change#2839 was bogus, redo
2034      Branch: perl
2035           !> t/lib/h2ph.pht
2036 ____________________________________________________________________________
2037 [  2937] By: gsar                                  on 1999/02/15  06:38:15
2038         Log: support Win32::GetFullPathName() and Win32::SetLastError()
2039              From: jan.dubois@ibm.net (Jan Dubois)
2040              Date: Tue, 09 Feb 1999 22:27:31 +0100
2041              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
2042              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
2043      Branch: perl
2044            ! win32/win32.c
2045 ____________________________________________________________________________
2046 [  2936] By: gsar                                  on 1999/02/15  06:26:39
2047         Log: support native integers, pack("L_",...) etc. (via private mail)
2048              From: Jarkko Hietaniemi <jhi@iki.fi>
2049              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
2050              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
2051              Subject: the "packnative" patch
2052      Branch: perl
2053            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
2054            ! t/lib/ipc_sysv.t t/op/pack.t
2055 ____________________________________________________________________________
2056 [  2935] By: gsar                                  on 1999/02/15  06:04:02
2057         Log: From: Michael G Schwern <schwern@pobox.com>
2058              Date: Tue, 9 Feb 1999 04:13:12 -0500
2059              Message-ID: <19990209041312.A15788@toldyouso.com>
2060              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
2061      Branch: perl
2062            ! utils/h2xs.PL
2063 ____________________________________________________________________________
2064 [  2934] By: gsar                                  on 1999/02/15  05:30:13
2065         Log: fix bugs in the handling of negative numbers, among other things
2066              From: Steven Knight <knight@theopera.baldmt.citilink.com>
2067              Date: Mon, 8 Feb 1999 01:16:24 -0600
2068              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
2069              Subject: Math::BigFloat and Math::BigInt
2070      Branch: perl
2071            + t/lib/bigfloat.t t/lib/bigfloatpm.t
2072            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
2073            ! t/lib/bigintpm.t
2074 ____________________________________________________________________________
2075 [  2933] By: gsar                                  on 1999/02/15  04:57:52
2076         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
2077              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
2078              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
2079              Subject: s2p incorrectly handles hold space commands
2080      Branch: perl
2081            ! x2p/s2p.PL
2082 ____________________________________________________________________________
2083 [  2932] By: gsar                                  on 1999/02/15  04:45:55
2084         Log: clarify what a "line" is
2085      Branch: perl
2086            ! pod/perlfunc.pod pod/perlvar.pod
2087 ____________________________________________________________________________
2088 [  2931] By: gsar                                  on 1999/02/15  04:23:29
2089         Log: backout change#2811 and add newer version based on File::Spec
2090              From: Barrie Slaymaker <rbs@telerama.com>
2091              Date: Thu, 11 Feb 1999 16:29:24 -0500
2092              Message-ID: <36C34BB4.A62090E0@telerama.com>
2093              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
2094      Branch: perl
2095            - lib/File/PathConvert.pm
2096            ! MANIFEST installhtml lib/Pod/Html.pm
2097 ____________________________________________________________________________
2098 [  2930] By: gsar                                  on 1999/02/15  04:16:25
2099         Log: From: Barrie Slaymaker <rbs@telerama.com>
2100              Date: Thu, 11 Feb 1999 19:39:48 -0500
2101              Message-ID: <36C37854.707D139@telerama.com>
2102              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
2103      Branch: perl
2104            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
2105 ____________________________________________________________________________
2106 [  2929] By: gsar                                  on 1999/02/15  04:06:50
2107         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
2108              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
2109              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
2110              Subject: [PATCH]5.005_54 (DOC) fix many typos
2111              --
2112              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
2113              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
2114              Subject: [PATCH]5.005_54 (DOC) typos
2115      Branch: perl
2116            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
2117            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
2118            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
2119            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
2120            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
2121            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
2122            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
2123            ! pod/perlvar.pod pod/perlxs.pod
2124 ____________________________________________________________________________
2125 [  2928] By: gsar                                  on 1999/02/15  03:39:53
2126         Log: allow the Carp routines to pass through exception objects
2127      Branch: perl
2128            ! lib/Carp.pm
2129 ____________________________________________________________________________
2130 [  2927] By: gsar                                  on 1999/02/15  03:22:57
2131         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
2132      Branch: perl
2133            ! pod/perlfaq8.pod
2134 ____________________________________________________________________________
2135 [  2926] By: gsar                                  on 1999/02/15  03:19:39
2136         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
2137              have done that, but didn't)
2138      Branch: perl
2139           !> utils/h2ph.PL
2140 ____________________________________________________________________________
2141 [  2925] By: gsar                                  on 1999/02/15  03:17:01
2142         Log: integrate cfgperl changes into mainline
2143      Branch: perl
2144            ! Changes
2145           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
2146           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
2147           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
2148           !> vms/subconfigure.com
2149 ____________________________________________________________________________
2150 [  2924] By: gsar                                  on 1999/02/15  03:07:08
2151         Log: add const qualifier to most char* prototypes, handle ripple effect
2152      Branch: perl
2153            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
2154            ! universal.c util.c
2155 ____________________________________________________________________________
2156 [  2923] By: gsar                                  on 1999/02/15  01:04:30
2157         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2158              Date: Thu, 04 Feb 1999 02:37:31 +0000
2159              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
2160              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
2161      Branch: perl
2162            ! pp_ctl.c t/op/range.t
2163 ____________________________________________________________________________
2164 [  2922] By: gsar                                  on 1999/02/15  00:24:34
2165         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2166              Date: Sun, 31 Jan 1999 01:50:06 +0000
2167              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
2168              Subject: [PATCH 5.005_03t4] regexp flags bug
2169      Branch: perl
2170            ! regcomp.c t/op/re_tests
2171 ____________________________________________________________________________
2172 [  2921] By: gsar                                  on 1999/02/15  00:13:02
2173         Log: use New() et al., rather than safemalloc() et al.
2174              From: jan.dubois@ibm.net (Jan Dubois)
2175              Date: Fri, 29 Jan 1999 23:27:22 +0100
2176              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
2177              Subject: [PATCH _03-MT5] POSIX.xs memory API
2178      Branch: perl
2179            ! ext/POSIX/POSIX.xs
2180 ____________________________________________________________________________
2181 [  2920] By: gsar                                  on 1999/02/15  00:05:33
2182         Log: tweak READ() docs to mention $buffer must be altered by reference
2183      Branch: perl
2184            ! pod/perltie.pod
2185 ____________________________________________________________________________
2186 [  2919] By: gsar                                  on 1999/02/14  23:50:39
2187         Log: applied suggested patch, with several language/readability tweaks
2188              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2189              Date: Fri, 29 Jan 1999 00:25:02 -0500
2190              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
2191              Subject: Re: [PATCH 5.005_*] Better parsing docs
2192      Branch: perl
2193            ! pod/perlop.pod
2194 ____________________________________________________________________________
2195 [  2918] By: gsar                                  on 1999/02/14  23:20:42
2196         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
2197              of silently returning bogus values)
2198              From: Peter Chines <pchines@nhgri.nih.gov>
2199              Date: Wed, 27 Jan 1999 16:11:31 -0500
2200              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
2201              Subject: Time::Local
2202      Branch: perl
2203            ! lib/Time/Local.pm pod/perldelta.pod
2204 ____________________________________________________________________________
2205 [  2917] By: gsar                                  on 1999/02/14  11:21:43
2206         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2207              Date: Thu, 28 Jan 1999 10:02:20 -0500
2208              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
2209              Subject: Re: [PATCH 5.005_53] Better perldoc
2210      Branch: perl
2211            ! utils/perldoc.PL
2212 ____________________________________________________________________________
2213 [  2916] By: gsar                                  on 1999/02/14  10:59:38
2214         Log: back out change#2751, apply updated version 
2215              From: jan.dubois@ibm.net (Jan Dubois)
2216              Date: Sat, 06 Feb 1999 01:06:29 +0100
2217              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
2218              Subject: [PATCH] Cleanup of File::Spec module
2219      Branch: perl
2220            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
2221            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
2222            ! lib/File/Spec/Win32.pm
2223 ____________________________________________________________________________
2224 [  2915] By: gsar                                  on 1999/02/14  10:48:01
2225         Log: tweak select() test
2226      Branch: perl
2227            ! pod/perlipc.pod t/op/fh.t
2228 ____________________________________________________________________________
2229 [  2914] By: gsar                                  on 1999/02/14  10:25:55
2230         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
2231      Branch: perl
2232            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
2233 ____________________________________________________________________________
2234 [  2913] By: gsar                                  on 1999/02/14  10:03:51
2235         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
2236              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
2237              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
2238              Subject: Re: SvOPV() or SvPV_nolen() or ...
2239      Branch: perl
2240            ! pod/perlguts.pod
2241 ____________________________________________________________________________
2242 [  2912] By: gsar                                  on 1999/02/14  09:57:29
2243         Log: provide SvPV_nolen(sv) to avoid use of PL_na
2244              From: jan.dubois@ibm.net (Jan Dubois)
2245              Date: Sun, 24 Jan 1999 02:45:32 +0100
2246              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
2247              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
2248      Branch: perl
2249            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
2250            ! sv.h
2251 ____________________________________________________________________________
2252 [  2911] By: gsar                                  on 1999/02/14  06:51:05
2253         Log: elide stray effluvium
2254      Branch: perl
2255            ! pod/perldelta.pod
2256 ____________________________________________________________________________
2257 [  2910] By: gsar                                  on 1999/02/14  05:51:56
2258         Log: slurping an empty file should return '' rather than undef, with
2259              commensurate effects on ARGV processing
2260      Branch: perl
2261            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
2262            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
2263 ____________________________________________________________________________
2264 [  2909] By: gsar                                  on 1999/02/14  00:02:11
2265         Log: perly_c.diff typo
2266      Branch: perl
2267            ! perly.c perly_c.diff vms/perly_c.vms
2268 ____________________________________________________________________________
2269 [  2908] By: gsar                                  on 1999/02/13  18:20:13
2270         Log: From: jan.dubois@ibm.net (Jan Dubois)
2271              Date: Sat, 13 Feb 1999 13:25:53 +0100
2272              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
2273              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
2274      Branch: perl
2275            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
2276 ____________________________________________________________________________
2277 [  2907] By: jhi                                   on 1999/02/13  15:07:26
2278         Log: Integrate from mainperl.
2279      Branch: cfgperl
2280           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
2281           !> (integrate 150 files)
2282 ____________________________________________________________________________
2283 [  2903] By: gsar                                  on 1999/02/12  13:25:59
2284         Log: From: jan.dubois@ibm.net (Jan Dubois)
2285              Date: Sun, 24 Jan 1999 01:12:00 +0100
2286              Message-ID: <36b66479.62756298@smtp1.ibm.net>
2287              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
2288      Branch: perl
2289            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
2290            ! proto.h sv.c sv.h
2291 ____________________________________________________________________________
2292 [  2902] By: gsar                                  on 1999/02/12  12:55:11
2293         Log: script to generate ctags from etags
2294              From: Colin Kuskie <ckuskie@cadence.com>
2295              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
2296              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
2297              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
2298      Branch: perl
2299            + emacs/e2ctags.pl
2300            ! Makefile.SH pod/perlfaq3.pod
2301 ____________________________________________________________________________
2302 [  2901] By: gsar                                  on 1999/02/12  12:40:17
2303         Log: allow boolean assign ops to be lvalues
2304              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
2305              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
2306              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
2307              --
2308              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2309              Date: Mon, 18 Jan 1999 10:04:00 +0000
2310              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
2311              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
2312      Branch: perl
2313            + t/op/lop.t
2314            ! MANIFEST op.c
2315 ____________________________________________________________________________
2316 [  2899] By: jhi                                   on 1999/02/12  12:03:48
2317         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
2318      Branch: cfgperl
2319            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2320            ! config_h.SH hints/openbsd.sh
2321 ____________________________________________________________________________
2322 [  2898] By: gsar                                  on 1999/02/12  11:49:25
2323         Log: support win32_putenv()
2324      Branch: perl
2325            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
2326            ! win32/win32.c win32/win32iop.h
2327 ____________________________________________________________________________
2328 [  2894] By: gsar                                  on 1999/02/12  11:09:27
2329         Log: add missing hunk in change#2657
2330      Branch: perl
2331            ! ext/B/B/CC.pm
2332 ____________________________________________________________________________
2333 [  2893] By: gsar                                  on 1999/02/12  11:00:13
2334         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2335              Date: Tue, 19 Jan 1999 20:13:15 -0500
2336              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
2337              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
2338      Branch: perl
2339            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
2340            ! t/pragma/subs.t t/pragma/warning.t
2341 ____________________________________________________________________________
2342 [  2892] By: gsar                                  on 1999/02/12  10:44:38
2343         Log: update change#2670 to later version
2344              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2345              Date: Sun, 31 Jan 1999 16:16:14 +0000
2346              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
2347              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
2348      Branch: perl
2349            ! t/op/subst.t toke.c
2350 ____________________________________________________________________________
2351 [  2891] By: gsar                                  on 1999/02/12  10:31:17
2352         Log: make testsuite somewhat location independent
2353      Branch: perl
2354            ! (edit 117 files)
2355 ____________________________________________________________________________
2356 [  2890] By: gsar                                  on 1999/02/12  10:00:30
2357         Log: add $AutoLoader::VERSION
2358      Branch: perl
2359            ! lib/AutoLoader.pm
2360 ____________________________________________________________________________
2361 [  2889] By: gsar                                  on 1999/02/12  09:55:48
2362         Log: tweak PERL_STRICT_CR notes
2363      Branch: perl
2364            ! pod/perl5005delta.pod
2365 ____________________________________________________________________________
2366 [  2888] By: gsar                                  on 1999/02/12  09:41:45
2367         Log: add note about test-notty target
2368      Branch: perl
2369            ! README.win32
2370 ____________________________________________________________________________
2371 [  2887] By: gsar                                  on 1999/02/12  09:37:37
2372         Log: add perltodo.pod
2373      Branch: perl
2374            + pod/perltodo.pod
2375            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
2376            ! win32/pod.mak
2377 ____________________________________________________________________________
2378 [  2886] By: jhi                                   on 1999/02/12  08:52:14
2379         Log: Integrate from mainperl.
2380      Branch: cfgperl
2381           +> t/op/fh.t
2382           !> (integrate 30 files)
2383 ____________________________________________________________________________
2384 [  2885] By: gsar                                  on 1999/02/12  08:42:10
2385         Log: note how to find REG_INFTY limit
2386      Branch: perl
2387            ! pod/perlre.pod
2388 ____________________________________________________________________________
2389 [  2884] By: jhi                                   on 1999/02/12  08:36:14
2390         Log: OpenBSD pthreads awareness, thanks to
2391              David Leonard <david.leonard@csee.uq.edu.au>
2392      Branch: maint-5.005/perl
2393            ! Configure hints/openbsd.sh
2394 ____________________________________________________________________________
2395 [  2882] By: gsar                                  on 1999/02/12  08:05:20
2396         Log: IO is maintained by p5p (per Graham Barr's wishes)
2397      Branch: perl
2398            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
2399            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
2400            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
2401            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
2402 ____________________________________________________________________________
2403 [  2881] By: gsar                                  on 1999/02/12  07:57:13
2404         Log: fh.t typo
2405      Branch: perl
2406            ! t/op/fh.t
2407 ____________________________________________________________________________
2408 [  2880] By: gsar                                  on 1999/02/12  07:38:16
2409         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
2410      Branch: perl
2411            ! perl.c pod/perlrun.pod
2412 ____________________________________________________________________________
2413 [  2879] By: gsar                                  on 1999/02/12  05:39:29
2414         Log: fix ops that are not filehandle constructors to not create GV if it
2415              doesn't already exist (avoids leaks); extend semantics of defined()
2416              so that defined(*{$foo}) works (experimental)
2417      Branch: perl
2418            + t/op/fh.t
2419            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
2420            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
2421 ____________________________________________________________________________
2422 [  2877] By: jhi                                   on 1999/02/11  20:44:00
2423         Log: From: Chris Nandor <pudge@pobox.com>
2424              To: perl5-porters@perl.org
2425              Subject: [PATCH] perlport.pod 1.39
2426              Date: Thu, 11 Feb 1999 12:28:35 -0500
2427              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
2428      Branch: cfgperl
2429            ! pod/perlport.pod
2430 ____________________________________________________________________________
2431 [  2870] By: gsar                                  on 1999/02/11  11:17:08
2432         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
2433      Branch: perl
2434            ! ext/IO/lib/IO/Pipe.pm
2435 ____________________________________________________________________________
2436 [  2869] By: gsar                                  on 1999/02/11  11:00:56
2437         Log: update win32/pod.mak
2438      Branch: perl
2439            ! win32/pod.mak
2440 ____________________________________________________________________________
2441 [  2868] By: gsar                                  on 1999/02/11  10:42:44
2442         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
2443              Date: Fri, 08 Jan 1999 14:36:53 +1100
2444              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
2445              Subject: Re: [Fwd: IO::Socket::connect and blocking]
2446      Branch: perl
2447            ! ext/IO/lib/IO/Socket.pm
2448 ____________________________________________________________________________
2449 [  2867] By: gsar                                  on 1999/02/11  09:43:03
2450         Log: av_extend() doc tweak from Jan Dubois
2451      Branch: perl
2452            ! pod/perlguts.pod
2453 ____________________________________________________________________________
2454 [  2866] By: gsar                                  on 1999/02/11  09:27:17
2455         Log: display full pathname of unreadable files
2456      Branch: perl
2457            ! utils/perldoc.PL
2458 ____________________________________________________________________________
2459 [  2865] By: gsar                                  on 1999/02/11  09:02:31
2460         Log: missing patch in change#2522
2461      Branch: perl
2462            ! lib/Pod/Text.pm
2463 ____________________________________________________________________________
2464 [  2864] By: jhi                                   on 1999/02/11  08:45:00
2465         Log: From: Spider Boardman <spider@zk3.dec.com>
2466              To: perlbug@perl.com
2467              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
2468              Date: Wed, 10 Feb 1999 23:33:31 -0500
2469              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
2470      Branch: maint-5.005/perl
2471            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
2472 ____________________________________________________________________________
2473 [  2862] By: gsar                                  on 1999/02/11  08:14:34
2474         Log: integrate changes#2738,2740 from maint-5.005
2475      Branch: perl
2476           !> lib/ExtUtils/MakeMaker.pm
2477 ____________________________________________________________________________
2478 [  2861] By: jhi                                   on 1999/02/11  08:04:25
2479         Log: Integrate from mainperl.
2480      Branch: cfgperl
2481           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
2482           !> t/op/range.t win32/config.gc
2483 ____________________________________________________________________________
2484 [  2860] By: gsar                                  on 1999/02/11  07:30:08
2485         Log: binmode() support for cygwin32 (suggested by Steven Morlock
2486              <newspost@morlock.net>)
2487      Branch: perl
2488            ! perl.h
2489 ____________________________________________________________________________
2490 [  2859] By: gsar                                  on 1999/02/11  07:14:21
2491         Log: update Changes
2492      Branch: perl
2493            ! Changes
2494           !> pod/perl5005delta.pod
2495 ____________________________________________________________________________
2496 [  2856] By: gsar                                  on 1999/02/11  07:07:39
2497         Log: integrate perldelta changes from maint-5.005
2498      Branch: perl
2499           !> pod/perl5005delta.pod
2500 ____________________________________________________________________________
2501 [  2855] By: gsar                                  on 1999/02/11  06:31:50
2502         Log: applied suggested patch; added tests
2503              From: Adam Krolnik <adamk@gypsy.cyrix.com>
2504              Date: Sat, 12 Dec 98 15:30:18 -0600
2505              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
2506              Subject: Range operation doesn't handle IV_MAX
2507      Branch: perl
2508            ! pp_ctl.c t/op/range.t
2509 ____________________________________________________________________________
2510 [  2854] By: gsar                                  on 1999/02/11  05:00:55
2511         Log: compatibility fix: magic non-propagation in foreach implicit localization
2512      Branch: perl
2513            ! pp_ctl.c t/op/local.t win32/config.gc
2514 ____________________________________________________________________________
2515 [  2852] By: gsar                                  on 1999/02/10  23:17:49
2516         Log: fair warning about -Dusethreads
2517      Branch: maint-5.005/perl
2518            ! Configure INSTALL README.threads
2519 ____________________________________________________________________________
2520 [  2847] By: jhi                                   on 1999/02/09  19:13:28
2521         Log: Integrate from mainperl.
2522      Branch: cfgperl
2523           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
2524           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
2525 ____________________________________________________________________________
2526 [  2846] By: gsar                                  on 1999/02/09  13:53:28
2527         Log: a modified version of suggested patch for pack template 'Z'; added docs
2528              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
2529              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
2530              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
2531              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
2532      Branch: perl
2533            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
2534 ____________________________________________________________________________
2535 [  2845] By: gsar                                  on 1999/02/09  00:03:26
2536         Log: clarify docs for change#2835
2537      Branch: perl
2538            ! pod/perldelta.pod pod/perlop.pod
2539 ____________________________________________________________________________
2540 [  2844] By: gsar                                  on 1999/02/08  23:40:57
2541         Log: addendum to change#2823
2542              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
2543              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
2544              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
2545              Subject: [PATCH] Docs and tests for method-call syntax
2546      Branch: perl
2547            ! pod/perlobj.pod t/op/method.t
2548 ____________________________________________________________________________
2549 [  2843] By: jhi                                   on 1999/02/08  21:06:28
2550         Log: Ultrix mmap tidbit.
2551      Branch: cfgperl
2552            ! hints/ultrix_4.sh
2553 ____________________________________________________________________________
2554 [  2842] By: jhi                                   on 1999/02/08  20:22:55
2555         Log: Integrate from mainperl.
2556      Branch: cfgperl
2557           +> t/op/subst_wamp.t
2558           !> (integrate 35 files)
2559 ____________________________________________________________________________
2560 [  2841] By: jhi                                   on 1999/02/08  18:23:26
2561         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2562              To: Mailing list Perl5 <perl5-porters@perl.org>
2563              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
2564              Date: Sun, 7 Feb 1999 17:25:22 -0500
2565              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
2566      Branch: cfgperl
2567            + t/op/subst_amp.t
2568            ! MANIFEST regcomp.c t/op/subst.t
2569 ____________________________________________________________________________
2570 [  2840] By: jhi                                   on 1999/02/08  18:16:54
2571         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2572              To: Mailing list Perl5 <perl5-porters@perl.org>
2573              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
2574              Date: Sun, 7 Feb 1999 17:00:10 -0500
2575              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
2576      Branch: cfgperl
2577            ! pp_hot.c t/op/pat.t
2578 ____________________________________________________________________________
2579 [  2839] By: jhi                                   on 1999/02/08  17:25:30
2580         Log: A require was missing.
2581      Branch: cfgperl
2582            ! t/lib/h2ph.pht
2583 ____________________________________________________________________________
2584 [  2838] By: jhi                                   on 1999/02/08  16:38:41
2585         Log: Bring in the change #2809 (the Configure part has been
2586              modified rather a lot since the #2809, though.)
2587      Branch: cfgperl
2588            ! Configure utils/h2ph.PL
2589 ____________________________________________________________________________
2590 [  2835] By: gsar                                  on 1999/02/08  14:40:23
2591         Log: make qw() into a true list at compile time (slightly modified
2592              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
2593      Branch: perl
2594            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
2595 ____________________________________________________________________________
2596 [  2834] By: gsar                                  on 1999/02/08  13:23:16
2597         Log: make safesysmalloc() etc., always available; safemalloc() et al are
2598              now macros that point to the right malloc; fix various places in
2599              sources that need to always use safesysmalloc() et al
2600      Branch: perl
2601            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
2602            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
2603 ____________________________________________________________________________
2604 [  2833] By: gsar                                  on 1999/02/08  10:56:16
2605         Log: remove spurious #endif in last change
2606      Branch: perl
2607            ! perl.h
2608 ____________________________________________________________________________
2609 [  2832] By: gsar                                  on 1999/02/08  10:34:55
2610         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
2611              them ask for insanity (untested)
2612      Branch: perl
2613            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
2614            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
2615            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
2616 ____________________________________________________________________________
2617 [  2831] By: jhi                                   on 1999/02/08  08:33:33
2618         Log: Update vms/subconfigure.com along the lines of change #2829.
2619      Branch: cfgperl
2620            ! vms/subconfigure.com
2621 ____________________________________________________________________________
2622 [  2830] By: gsar                                  on 1999/02/08  00:19:46
2623         Log: integrate cfgperl changes into mainline
2624      Branch: perl
2625           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
2626           +> lib/File/PathConvert.pm pod/perlthrtut.pod
2627            ! Changes
2628           !> (integrate 93 files)
2629 ____________________________________________________________________________
2630 [  2829] By: jhi                                   on 1999/02/07  23:49:46
2631         Log: Configure update.
2632              
2633              Probe for mmap() et alia.
2634              The *cc*symbols patch (just Configure, no h2ph).
2635      Branch: cfgperl
2636            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2637            ! config_h.SH perl.h
2638 ____________________________________________________________________________
2639 [  2828] By: gsar                                  on 1999/02/07  23:38:47
2640         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2641              Date: Sun, 7 Feb 1999 17:25:22 -0500
2642              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
2643              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
2644      Branch: perl
2645            + t/op/subst_amp.t t/op/subst_wamp.t
2646            ! MANIFEST regcomp.c t/op/subst.t
2647 ____________________________________________________________________________
2648 [  2827] By: gsar                                  on 1999/02/07  23:27:32
2649         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2650              Date: Sun, 7 Feb 1999 17:00:10 -0500
2651              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
2652              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
2653      Branch: perl
2654            ! pp_hot.c t/op/pat.t
2655 ____________________________________________________________________________
2656 [  2826] By: gsar                                  on 1999/02/07  23:26:04
2657         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
2658              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2659              Date: Sun, 7 Feb 1999 15:07:27 -0500
2660              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
2661              Subject: Re: fixing memory leaks in REx compilation
2662      Branch: perl
2663            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
2664            ! regexec.c
2665 ____________________________________________________________________________
2666 [  2825] By: jhi                                   on 1999/02/07  18:05:13
2667         Log: Integrate from mainperl.
2668      Branch: cfgperl
2669           +> lib/DB.pm t/comp/bproto.t
2670           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
2671           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
2672           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
2673           !> toke.c vms/perly_c.vms
2674 ____________________________________________________________________________
2675 [  2824] By: gsar                                  on 1999/02/07  14:21:48
2676         Log: tweak doc on bitwise ops
2677      Branch: perl
2678            ! pod/perlop.pod
2679 ____________________________________________________________________________
2680 [  2823] By: gsar                                  on 1999/02/07  13:38:31
2681         Log: applied suggested patch; regen perly* and vms/perly*
2682              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
2683              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
2684              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
2685              Subject: [PATCH] Re: Suggestion for perlobj man page
2686      Branch: perl
2687            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
2688 ____________________________________________________________________________
2689 [  2822] By: gsar                                  on 1999/02/07  12:39:09
2690         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
2691              disabled, fails tests)
2692      Branch: perl
2693            ! regcomp.h
2694 ____________________________________________________________________________
2695 [  2821] By: gsar                                  on 1999/02/07  11:09:39
2696         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
2697              <Alexander.Barilo@aexp.com>)
2698      Branch: perl
2699            ! lib/Pod/Html.pm
2700 ____________________________________________________________________________
2701 [  2820] By: gsar                                  on 1999/02/07  10:20:35
2702         Log: add draft debugging API implementation
2703      Branch: perl
2704            + lib/DB.pm
2705            ! MANIFEST
2706 ____________________________________________________________________________
2707 [  2819] By: gsar                                  on 1999/02/07  09:58:45
2708         Log: avoid garbage in db->dirbuf
2709              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
2710              Date: Sat, 05 Dec 1998 14:14:54 +0900
2711              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
2712              Subject: SDBM bug
2713      Branch: perl
2714            ! ext/SDBM_File/sdbm/sdbm.c
2715 ____________________________________________________________________________
2716 [  2818] By: gsar                                  on 1999/02/07  09:32:24
2717         Log: missing entry
2718      Branch: perl
2719            ! MANIFEST
2720 ____________________________________________________________________________
2721 [  2817] By: gsar                                  on 1999/02/07  09:30:47
2722         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
2723      Branch: perl
2724            + t/comp/bproto.t
2725            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
2726 ____________________________________________________________________________
2727 [  2816] By: gsar                                  on 1999/02/06  00:14:29
2728         Log: minor bug in dumping blessed subrefs
2729      Branch: perl
2730            ! ext/Data/Dumper/Dumper.pm
2731 ____________________________________________________________________________
2732 [  2812] By: jhi                                   on 1999/02/03  22:02:24
2733         Log: Enhance change #2808.
2734              
2735              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2736              To: perl5-porters@perl.org
2737              Subject: Re: [PATCH 5.00*]: perlbug checklist
2738              Date: Wed, 3 Feb 1999 19:02:27 +0000
2739              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
2740      Branch: cfgperl
2741            ! utils/perlbug.PL
2742 ____________________________________________________________________________
2743 [  2811] By: jhi                                   on 1999/02/03  21:53:23
2744         Log: From: Barrie Slaymaker <rbs@telerama.com>
2745              To: perl5-porters@perl.org
2746              CC: pod-people@perl.org
2747              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
2748              Date: Wed, 03 Feb 1999 10:34:18 -0500
2749              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
2750              
2751              Add File::PathConvert.pm.
2752              Fix Pod::Html and installhtml to understand relative urls.
2753      Branch: cfgperl
2754            + lib/File/PathConvert.pm
2755            ! MANIFEST installhtml lib/Pod/Html.pm
2756 ____________________________________________________________________________
2757 [  2810] By: jhi                                   on 1999/02/03  20:25:10
2758         Log: From: Francois Desarmenien <desar@club-internet.fr>
2759              To: Mailing list Perl5 <perl5-porters@perl.org>
2760              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
2761              Date: Wed, 03 Feb 1999 13:13:24 +0000
2762              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
2763              
2764              (note: this patch completely overrides Tom Wolfe's patch,
2765              change #2604)
2766      Branch: cfgperl
2767            + ext/GDBM_File/hints/sco.pl
2768            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
2769 ____________________________________________________________________________
2770 [  2809] By: jhi                                   on 1999/02/03  19:54:16
2771         Log: h2ph fixes + Configure patch to support them.
2772              
2773              From: "Kurt D. Starsinic" <kstar@chapin.edu>
2774              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
2775              Gurusamy Sarathy <gsar@engin.umich.edu>
2776              Cc: perl5-porters@perl.org
2777              Subject: [PATCH 5.00503_MT5] h2ph.PL
2778              Date: Tue, 2 Feb 1999 19:48:06 -0500
2779              Message-ID: <19990202194806.E10647@O2.chapin.edu>
2780      Branch: maint-5.005/perl
2781            ! Configure utils/h2ph.PL
2782 ____________________________________________________________________________
2783 [  2808] By: jhi                                   on 1999/02/03  16:59:55
2784         Log: Enhance the perlbug checklist.
2785      Branch: cfgperl
2786            ! utils/perlbug.PL
2787 ____________________________________________________________________________
2788 [  2807] By: jhi                                   on 1999/02/03  14:01:37
2789         Log: Document the standard strftime %formats.
2790              
2791              From: Dominic Dunlop <domo@vo.lu>
2792              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
2793              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
2794              Date: Tue, 2 Feb 1999 15:55:29 +0100
2795              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
2796      Branch: cfgperl
2797            ! ext/POSIX/POSIX.pod
2798 ____________________________________________________________________________
2799 [  2806] By: jhi                                   on 1999/02/03  13:58:00
2800         Log: Integrate from mainperl.
2801      Branch: cfgperl
2802           !> perl.h
2803 ____________________________________________________________________________
2804 [  2805] By: gsar                                  on 1999/02/03  03:32:31
2805         Log: PL_uuemap[] init needs help for sizeof()
2806      Branch: perl
2807            ! perl.h
2808 ____________________________________________________________________________
2809 [  2804] By: jhi                                   on 1999/02/02  20:44:30
2810         Log: These should've been already in #2803.
2811      Branch: cfgperl
2812            ! Configure config_h.SH vms/subconfigure.com
2813 ____________________________________________________________________________
2814 [  2803] By: jhi                                   on 1999/02/02  20:38:45
2815         Log: telldir prototype issue, from mists of time...
2816      Branch: cfgperl
2817            ! hints/netbsd.sh pp_sys.c
2818 ____________________________________________________________________________
2819 [  2801] By: jhi                                   on 1999/02/02  17:40:14
2820         Log: From: John Bley <jbb6@acpub.duke.edu>
2821              To: perlbug@perl.org
2822              Subject: [PATCH]5.005_54 (DOC) fix minor typos
2823              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
2824              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
2825      Branch: cfgperl
2826            ! pod/perlre.pod
2827 ____________________________________________________________________________
2828 [  2800] By: jhi                                   on 1999/02/02  17:26:49
2829         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
2830      Branch: cfgperl
2831            ! Todo-5.005
2832 ____________________________________________________________________________
2833 [  2799] By: jhi                                   on 1999/02/02  17:18:51
2834         Log: Update FindBin from maint-5.005.
2835      Branch: cfgperl
2836            ! lib/FindBin.pm
2837 ____________________________________________________________________________
2838 [  2798] By: jhi                                   on 1999/02/02  17:16:07
2839         Log: Fix typecasts in #2797
2840              
2841              From: "G. Del Merritt" <del@intranetics.com>
2842              Date: Fri, 29 Jan 1999 11:47:25 -0700
2843              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
2844              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
2845      Branch: cfgperl
2846            ! ext/POSIX/POSIX.xs
2847 ____________________________________________________________________________
2848 [  2797] By: jhi                                   on 1999/02/02  17:14:37
2849         Log: From: Ted Law <tedlaw@cibcwg.com>
2850              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
2851              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
2852              Subject: POSIX::strftime buffer overflow problem
2853      Branch: cfgperl
2854            ! ext/POSIX/POSIX.xs
2855 ____________________________________________________________________________
2856 [  2796] By: jhi                                   on 1999/02/02  17:13:23
2857         Log: Do not use File::Slurp.
2858      Branch: cfgperl
2859            ! t/lib/textfill.t
2860 ____________________________________________________________________________
2861 [  2795] By: jhi                                   on 1999/02/02  17:11:48
2862         Log: perlhist update from maint-5.005.
2863      Branch: cfgperl
2864            ! pod/perlhist.pod
2865 ____________________________________________________________________________
2866 [  2794] By: jhi                                   on 1999/02/02  17:10:33
2867         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
2868      Branch: cfgperl
2869            ! ext/POSIX/POSIX.pm
2870 ____________________________________________________________________________
2871 [  2793] By: jhi                                   on 1999/02/02  17:08:39
2872         Log: Missed the html test from change #2787. 
2873      Branch: cfgperl
2874            ! t/lib/cgi-html.t
2875 ____________________________________________________________________________
2876 [  2792] By: jhi                                   on 1999/02/02  17:01:24
2877         Log: Update Getopt::Long to 2.19.
2878      Branch: cfgperl
2879            ! lib/Getopt/Long.pm
2880 ____________________________________________________________________________
2881 [  2791] By: jhi                                   on 1999/02/02  16:59:13
2882         Log: overload syntax is no longer experimental
2883      Branch: cfgperl
2884            ! lib/overload.pm
2885 ____________________________________________________________________________
2886 [  2789] By: jhi                                   on 1999/02/02  16:47:50
2887         Log: Still doc fixes.
2888      Branch: cfgperl
2889            ! lib/diagnostics.pm
2890 ____________________________________________________________________________
2891 [  2788] By: jhi                                   on 1999/02/02  16:47:07
2892         Log: Doc fixes.
2893      Branch: cfgperl
2894            ! lib/CGI.pm lib/diagnostics.pm
2895 ____________________________________________________________________________
2896 [  2787] By: jhi                                   on 1999/02/02  16:38:55
2897         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
2898              where applicable).
2899      Branch: cfgperl
2900            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
2901            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
2902            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
2903            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
2904            ! eg/cgi/frameset.cgi eg/cgi/index.html
2905            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
2906            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
2907            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
2908            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
2909            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
2910            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
2911 ____________________________________________________________________________
2912 [  2786] By: jhi                                   on 1999/02/02  16:17:52
2913         Log: Update CPAN to 1.47.
2914      Branch: cfgperl
2915            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
2916 ____________________________________________________________________________
2917 [  2785] By: jhi                                   on 1999/02/02  16:09:03
2918         Log: From: Mark-Jason Dominus <mjd@plover.com>
2919              Date: Sat, 16 Jan 1999 17:22:06 -0500
2920              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
2921              Message-ID: <19990116222206.3674.qmail@plover.com>
2922      Branch: cfgperl
2923            ! pod/perlsub.pod
2924 ____________________________________________________________________________
2925 [  2784] By: jhi                                   on 1999/02/02  16:01:31
2926         Log: Fix incorrect "used only once" warnings
2927              
2928              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2929              Date: Fri, 8 Jan 1999 04:37:10 -0500
2930              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
2931              Subject: Re: change#965 flakiness
2932      Branch: cfgperl
2933            ! gv.c
2934 ____________________________________________________________________________
2935 [  2783] By: jhi                                   on 1999/02/02  15:50:38
2936         Log: perldelta updates.
2937      Branch: cfgperl
2938            ! pod/perldelta.pod
2939 ____________________________________________________________________________
2940 [  2782] By: jhi                                   on 1999/02/02  14:28:26
2941         Log: Mirror change #2781.
2942      Branch: cfgperl
2943            ! hints/linux.sh
2944 ____________________________________________________________________________
2945 [  2781] By: jhi                                   on 1999/02/02  14:27:01
2946         Log: Update the MkLinux note.
2947      Branch: maint-5.005/perl
2948            ! hints/linux.sh
2949 ____________________________________________________________________________
2950 [  2780] By: jhi                                   on 1999/02/02  14:10:59
2951         Log: Update todo.
2952      Branch: cfgperl
2953            ! Todo-5.005
2954 ____________________________________________________________________________
2955 [  2779] By: jhi                                   on 1999/02/02  14:00:25
2956         Log: Integrate from mainperl.
2957      Branch: cfgperl
2958            ! t/lib/textfill.t t/lib/textwrap.t
2959           !> (integrate 32 files)
2960 ____________________________________________________________________________
2961 [  2778] By: jhi                                   on 1999/02/02  13:56:23
2962         Log: VMS update, applicable parts of
2963              
2964              From: Dan Sugalski <sugalskd@osshe.edu>
2965              To: perl5-porters@perl.org
2966              Subject: [PATCH 5.005_03MT3]VMS configure tweak
2967              Date: Wed, 20 Jan 1999 12:05:18 -0800
2968              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
2969              
2970              From: Dan Sugalski <sugalskd@osshe.edu>
2971              To: perlbug@perl.com, vmsperl@perl.org
2972              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
2973              Date: Tue, 26 Jan 1999 14:40:38 -0800
2974              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
2975              
2976              From: Dan Sugalski <sugalskd@osshe.edu>
2977              To: perl5-porters@perl.org, vmsperl@perl.org
2978              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
2979              Date: Tue, 26 Jan 1999 14:55:29 -0800
2980              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
2981      Branch: cfgperl
2982            ! vms/ext/Stdio/test.pl vms/subconfigure.com
2983 ____________________________________________________________________________
2984 [  2777] By: jhi                                   on 1999/02/02  13:43:24
2985         Log: Synch usethreads parts from maint-5.005.
2986      Branch: cfgperl
2987            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
2988            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
2989            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
2990            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
2991 ____________________________________________________________________________
2992 [  2776] By: jhi                                   on 1999/02/02  13:17:16
2993         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
2994      Branch: cfgperl
2995            ! Makefile.SH hints/freebsd.sh
2996 ____________________________________________________________________________
2997 [  2774] By: jhi                                   on 1999/02/02  13:10:39
2998         Log: Add perlthrtut, update pod/* machinery.
2999              (a pod/Makefile.SH is sorely needed)
3000      Branch: cfgperl
3001            + pod/perlthrtut.pod
3002            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
3003 ____________________________________________________________________________
3004 [  2773] By: jhi                                   on 1999/02/02  12:54:24
3005         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3006              To: perl5-porters@perl.org
3007              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
3008              Date: Tue, 26 Jan 1999 22:25:07 +0000
3009              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
3010      Branch: cfgperl
3011            ! pod/perlguts.pod
3012 ____________________________________________________________________________
3013 [  2771] By: jhi                                   on 1999/02/02  12:47:34
3014         Log: Use perlbug instead of personal email address.
3015      Branch: cfgperl
3016            ! Configure
3017 ____________________________________________________________________________
3018 [  2770] By: jhi                                   on 1999/02/02  12:42:06
3019         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
3020              
3021              From: "G. Del Merritt" <del@intranetics.com>
3022              To: perlbug@perl.com
3023              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
3024              Date: Tue, 26 Jan 1999 12:09:09 -0700
3025              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
3026      Branch: cfgperl
3027            ! iperlsys.h
3028 ____________________________________________________________________________
3029 [  2769] By: jhi                                   on 1999/02/02  12:37:57
3030         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3031              To: Mailing list Perl5 <perl5-porters@perl.org>
3032              Subject: [PATCH 5.005_*] OS/2 threads
3033              Date: Tue, 26 Jan 1999 13:39:46 -0500
3034              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
3035      Branch: cfgperl
3036            ! os2/os2ish.h
3037 ____________________________________________________________________________
3038 [  2768] By: jhi                                   on 1999/02/02  12:36:16
3039         Log: Apply change #2711 from maint-5.005:
3040              
3041              make ok", "make okfile", and "make nok" were broken
3042              with -Duseshrplib, because of a shared typo.
3043              
3044              From: Spider Boardman <spider@web.zk3.dec.com>
3045              To: perlbug@perl.com
3046              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
3047              Date: Wed, 27 Jan 1999 12:27:15 -0500
3048              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
3049      Branch: cfgperl
3050            ! Makefile.SH
3051 ____________________________________________________________________________
3052 [  2766] By: jhi                                   on 1999/02/02  12:27:08
3053         Log: Make Configure use "int main()" instead of bare "main()".
3054              Like maint-5.005 change #2703 but now via metaconfig.
3055      Branch: cfgperl
3056            ! Configure
3057 ____________________________________________________________________________
3058 [  2765] By: jhi                                   on 1999/02/02  11:59:30
3059         Log: Undo part of change #2562.
3060      Branch: cfgperl
3061            ! Configure
3062 ____________________________________________________________________________
3063 [  2764] By: jhi                                   on 1999/02/02  11:52:39
3064         Log: NetBSD synch with maint-5.005.
3065      Branch: cfgperl
3066            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
3067 ____________________________________________________________________________
3068 [  2763] By: jhi                                   on 1999/02/02  11:44:07
3069         Log: $Config{installusrbinperl}
3070              (maint-5.005 changes #2614 and #2709)
3071      Branch: cfgperl
3072            ! Configure installperl
3073 ____________________________________________________________________________
3074 [  2762] By: jhi                                   on 1999/02/02  11:29:13
3075         Log: Errno update from maint-5.005 (changes #2583, #2710).
3076      Branch: cfgperl
3077            ! Configure ext/Errno/Errno_pm.PL
3078 ____________________________________________________________________________
3079 [  2759] By: jhi                                   on 1999/02/02  10:53:20
3080         Log: Update Trig.pm from maint-5.005.
3081      Branch: cfgperl
3082            ! lib/Math/Trig.pm
3083 ____________________________________________________________________________
3084 [  2757] By: jhi                                   on 1999/02/02  10:41:26
3085         Log: MPE/iX update (mirror maint-5.005 change #2715)
3086      Branch: cfgperl
3087            ! hints/mpeix.sh mpeix/relink
3088 ____________________________________________________________________________
3089 [  2756] By: jhi                                   on 1999/02/02  10:38:08
3090         Log: BeOS update (Mirror maint-5.005 change #2727).
3091      Branch: cfgperl
3092            + ext/DynaLoader/dl_beos.xs
3093            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
3094            ! lib/ExtUtils/MM_Unix.pm
3095 ____________________________________________________________________________
3096 [  2754] By: gsar                                  on 1999/02/02  08:52:13
3097         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
3098      Branch: perl
3099            ! Porting/pumpkin.pod Todo Todo-5.005
3100 ____________________________________________________________________________
3101 [  2753] By: gsar                                  on 1999/02/02  08:46:21
3102         Log: Todo tweaks
3103      Branch: perl
3104            ! Todo Todo-5.005
3105 ____________________________________________________________________________
3106 [  2752] By: jhi                                   on 1999/02/01  22:15:12
3107         Log: Add perlthrtut.pod.
3108              
3109              From: Dan Sugalski <sugalskd@osshe.edu>
3110              To: perl5-porters@perl.org
3111              Subject: perlthrtut.pod
3112              Date: Mon, 01 Feb 1999 10:57:11 -0800
3113              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
3114      Branch: maint-5.005/perl
3115            + pod/perlthrtut.pod
3116            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
3117            ! pod/roffitall
3118 ____________________________________________________________________________
3119 [  2751] By: gsar                                  on 1999/02/01  07:28:05
3120         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
3121      Branch: perl
3122            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
3123            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
3124 ____________________________________________________________________________
3125 [  2750] By: gsar                                  on 1999/02/01  07:09:20
3126         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3127              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
3128              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
3129              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
3130      Branch: perl
3131            ! regexec.c
3132 ____________________________________________________________________________
3133 [  2749] By: gsar                                  on 1999/02/01  07:07:59
3134         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3135              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
3136              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
3137              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
3138      Branch: perl
3139            ! regexec.c
3140 ____________________________________________________________________________
3141 [  2748] By: gsar                                  on 1999/02/01  06:47:06
3142         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
3143              Date: Thu, 3 Dec 1998 15:10:17 -0500
3144              Message-Id: <199812032010.PAA09692@jik.shore.net>
3145              Subject: sample checksum code in "perlfunc" man page is wrong
3146      Branch: perl
3147            ! pod/perlfunc.pod
3148 ____________________________________________________________________________
3149 [  2747] By: gsar                                  on 1999/02/01  06:35:13
3150         Log: typos in Pod/Text.pm
3151              From: "Greg Chapman" <glc@well.com>
3152              Date: Tue, 1 Dec 1998 10:50:18 -0800
3153              Message-Id: <199812011849.KAA08816@smtp.well.com>
3154              Subject: Glitch in Pod::Text
3155      Branch: perl
3156            ! lib/Pod/Text.pm
3157 ____________________________________________________________________________
3158 [  2746] By: gsar                                  on 1999/02/01  06:27:35
3159         Log: various win32-ish changes merged from maint-5.005
3160      Branch: perl
3161            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
3162            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
3163            ! win32/Makefile win32/config.bc win32/config.vc
3164            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
3165            ! win32/win32.c
3166 ____________________________________________________________________________
3167 [  2745] By: gsar                                  on 1999/02/01  04:51:54
3168         Log: integrate cfgperl changes into mainline
3169      Branch: perl
3170           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
3171 ____________________________________________________________________________
3172 [  2744] By: gsar                                  on 1999/02/01  04:31:09
3173         Log: improved diagnostic on syntax errors at EOL
3174      Branch: perl
3175            ! toke.c
3176 ____________________________________________________________________________
3177 [  2743] By: gsar                                  on 1999/02/01  03:59:13
3178         Log: don't attempt connect() to bogus IP addresses
3179              From:    Graham Barr <gbarr@pobox.com>
3180              Date:    Sun, 31 Jan 1999 21:50:45 CST
3181              Message-Id: <19990131215045.A633@pobox.com>
3182      Branch: perl
3183            ! t/lib/io_multihomed.t
3184 ____________________________________________________________________________
3185 [  2742] By: gsar                                  on 1999/02/01  03:08:58
3186         Log: update Changes
3187      Branch: perl
3188            ! Changes pod/perldelta.pod
3189 ____________________________________________________________________________
3190 [  2740] By: gsar                                  on 1999/02/01  02:43:07
3191         Log: CAPI inheritance tweak and doc
3192      Branch: maint-5.005/perl
3193            ! lib/ExtUtils/MakeMaker.pm
3194 ____________________________________________________________________________
3195 [  2739] By: jhi                                   on 1999/01/31  18:31:54
3196         Log: Undo changes #2730 and #2731 and replace them
3197              with an extensively tested patch from
3198              Anton Berezin <tobez@plab.ku.dk> (via private email).
3199      Branch: maint-5.005/perl
3200            ! Makefile.SH hints/freebsd.sh
3201 ____________________________________________________________________________
3202 [  2738] By: gsar                                  on 1999/01/31  05:04:32
3203         Log: fix bogus CAPI inheritance from change#2541
3204      Branch: maint-5.005/perl
3205            ! lib/ExtUtils/MakeMaker.pm
3206 ____________________________________________________________________________
3207 [  2731] By: jhi                                   on 1999/01/29  14:33:12
3208         Log: FreeBSD version numbers can be like "2.2.8-release".
3209      Branch: maint-5.005/perl
3210            ! hints/freebsd.sh
3211 ____________________________________________________________________________
3212 [  2730] By: jhi                                   on 1999/01/29  12:40:38
3213         Log: FreeBSD hints iteration (hopefully convergent).
3214              usethreads: require at least FreeBSD 2.2.8.
3215              signal type: mirror change #2429 in cfgperl.
3216      Branch: maint-5.005/perl
3217            ! hints/freebsd.sh
3218 ____________________________________________________________________________
3219 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
3220         Log: From: Tom Spindler <dogcow@isi.net>
3221              Date: Thu, 28 Jan 1999 17:15:11 -0800
3222              Message-ID: <19990128171510.A11778@isi.net>
3223              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
3224      Branch: maint-5.005/perl
3225            + ext/DynaLoader/dl_beos.xs
3226            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
3227            ! lib/ExtUtils/MM_Unix.pm
3228 ____________________________________________________________________________
3229 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
3230         Log: Remove use of File::Slurp in t/lib/textfill.t
3231      Branch: maint-5.005/perl
3232            ! t/lib/textfill.t
3233 ____________________________________________________________________________
3234 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
3235         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
3236              Date: Wed, 27 Jan 1999 23:14:33 -0800
3237              Message-Id: <199901280714.XAA10176@activestate.com>
3238              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
3239      Branch: maint-5.005/perl
3240            ! win32/Makefile win32/makefile.mk
3241 ____________________________________________________________________________
3242 [  2720] By: gsar                                  on 1999/01/27  21:54:42
3243         Log: missing space while munging CCFLAGS for PERL_CAPI
3244      Branch: perl
3245            ! lib/ExtUtils/MM_Unix.pm
3246 ____________________________________________________________________________
3247 [  2718] By: jhi                                   on 1999/01/27  19:46:04
3248         Log: io/fs.t fails test #18 (sense of tests appears to have been
3249              changed incompletely; this patch just skips the test attached,
3250              a la test #17 preceding it).
3251              
3252              From: "G. Del Merritt" <del@intranetics.com>
3253              To: perlbug@perl.com
3254              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
3255              Date: Tue, 26 Jan 1999 12:09:09 -0700
3256              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
3257      Branch: maint-5.005/perl
3258            ! t/io/fs.t
3259 ____________________________________________________________________________
3260 [  2717] By: jhi                                   on 1999/01/27  19:44:46
3261         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
3262              
3263              From: "G. Del Merritt" <del@intranetics.com>
3264              To: perlbug@perl.com
3265              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
3266              Date: Tue, 26 Jan 1999 12:09:09 -0700
3267              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
3268      Branch: maint-5.005/perl
3269            ! iperlsys.h
3270 ____________________________________________________________________________
3271 [  2715] By: jhi                                   on 1999/01/27  19:34:28
3272         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
3273              To: perl5-porters@perl.org
3274              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
3275              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
3276              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
3277      Branch: maint-5.005/perl
3278            ! hints/mpeix.sh mpeix/relink
3279 ____________________________________________________________________________
3280 [  2710] By: jhi                                   on 1999/01/27  19:22:23
3281         Log: Errno fixes:
3282              
3283              From: Spider Boardman <spider@web.zk3.dec.com>
3284              To: perlbug@perl.com
3285              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
3286              Date: Wed, 27 Jan 1999 12:27:15 -0500
3287              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
3288              
3289              From: Spider Boardman <spider@web.zk3.dec.com>
3290              To: perlbug@perl.com
3291              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
3292              Date: Wed, 27 Jan 1999 13:31:16 -0500
3293              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
3294      Branch: maint-5.005/perl
3295            ! Configure ext/Errno/Errno_pm.PL
3296 ____________________________________________________________________________
3297 [  2709] By: jhi                                   on 1999/01/27  19:17:35
3298         Log: Fix Configure installusrbinperl:
3299              
3300              From: Spider Boardman <spider@web.zk3.dec.com>
3301              To: jhi@iki.fi
3302              cc: perl5-porters@perl.org
3303              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
3304              Date: Wed, 27 Jan 1999 13:03:35 -0500
3305              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
3306      Branch: maint-5.005/perl
3307            ! Configure
3308 ____________________________________________________________________________
3309 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
3310         Log: Add redef IO::Handle::* for setv?buf()
3311      Branch: maint-5.005/perl
3312            ! ext/POSIX/POSIX.pm
3313 ____________________________________________________________________________
3314 [  2705] By: jhi                                   on 1999/01/24  15:14:30
3315         Log: Mention year-1900 and month 0..11.
3316      Branch: cfgperl
3317            ! lib/Time/Local.pm
3318 ____________________________________________________________________________
3319 [  2704] By: jhi                                   on 1999/01/24  15:13:36
3320         Log: Document Configure -Uinstallusrbinperl.
3321      Branch: cfgperl
3322            ! INSTALL pod/perldelta.pod
3323 ____________________________________________________________________________
3324 [  2698] By: jhi                                   on 1999/01/24  12:46:00
3325         Log: Use only xlc_r for usethreads.
3326      Branch: cfgperl
3327            ! hints/aix.sh
3328 ____________________________________________________________________________
3329 [  2695] By: gsar                                  on 1999/01/24  07:09:05
3330         Log: integrate cfgperl changes into mainline
3331      Branch: perl
3332           +> lib/Exporter/Heavy.pm
3333           !> (integrate 65 files)
3334 ____________________________________________________________________________
3335 [  2694] By: gsar                                  on 1999/01/24  01:28:49
3336         Log: better notes on 'make' on win32
3337      Branch: perl
3338            ! README.win32
3339 ____________________________________________________________________________
3340 [  2683] By: jhi                                   on 1999/01/22  15:41:00
3341         Log: More de-cut-and-pastos.
3342      Branch: cfgperl
3343            ! hints/irix_6.sh hints/os2.sh
3344 ____________________________________________________________________________
3345 [  2682] By: jhi                                   on 1999/01/22  15:30:51
3346         Log: usethreads.cbu cut-and-pasto.
3347      Branch: cfgperl
3348            ! hints/solaris_2.sh
3349 ____________________________________________________________________________
3350 [  2681] By: jhi                                   on 1999/01/22  14:54:55
3351         Log: Better (I hope) LANGUAGE documentation.
3352      Branch: cfgperl
3353            ! pod/perllocale.pod
3354 ____________________________________________________________________________
3355 [  2680] By: jhi                                   on 1999/01/22  09:20:29
3356         Log: From: Dan Sugalski <sugalskd@osshe.edu>
3357              To: perl5-porters@perl.org
3358              Subject: [PATCH 5.005_03MT3]VMS configure tweak
3359              Date: Wed, 20 Jan 1999 12:05:18 -0800
3360              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
3361      Branch: cfgperl
3362            ! vms/subconfigure.com
3363 ____________________________________________________________________________
3364 [  2679] By: jhi                                   on 1999/01/22  09:13:18
3365         Log: nosuid getmntent() branch.
3366      Branch: cfgperl
3367            ! perl.c perl.h
3368 ____________________________________________________________________________
3369 [  2678] By: jhi                                   on 1999/01/22  08:54:19
3370         Log: nosuid patch continued: *BSD needs <sys/param.h>.
3371      Branch: cfgperl
3372            ! Configure config_h.SH
3373 ____________________________________________________________________________
3374 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
3375         Log: Fixup FindBin to use File::Spec
3376              
3377              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
3378              Date: Wed, 20 Jan 1999 18:51:57 +0000
3379              From: Paul Johnson <pjcj@transeda.com>
3380              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
3381      Branch: maint-5.005/perl
3382            ! lib/FindBin.pm
3383 ____________________________________________________________________________
3384 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
3385         Log: Fix win32 for Borland compiler and spaces in paths
3386              
3387              From: Gurusamy Sarathy <gsar@activestate.com>
3388              Date: Mon, 18 Jan 1999 20:33:17 -0800
3389              Message-Id: <199901190433.UAA03656@activestate.com>
3390              Subject: [PATCH] 5.005_03-trial3 win32 issues
3391      Branch: maint-5.005/perl
3392            ! README.win32 win32/Makefile win32/config_sh.PL
3393            ! win32/makefile.mk win32/runperl.c
3394 ____________________________________________________________________________
3395 [  2670] By: jhi                                   on 1999/01/21  16:12:38
3396         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3397              To: perl5-porters@perl.org
3398              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
3399              Date: Thu, 21 Jan 1999 12:08:01 +0000
3400              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
3401      Branch: cfgperl
3402            ! pod/perldiag.pod t/op/subst.t toke.c
3403 ____________________________________________________________________________
3404 [  2669] By: jhi                                   on 1999/01/21  16:11:46
3405         Log: To: perl5-porters@perl.org
3406              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
3407              From: Anton Berezin <tobez@plab.ku.dk>
3408              Date: 21 Jan 1999 17:07:28 +0100
3409              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
3410      Branch: cfgperl
3411            ! hints/freebsd.sh
3412 ____________________________________________________________________________
3413 [  2668] By: jhi                                   on 1999/01/21  15:38:34
3414         Log: Add Daniel Grisinger <dgris@dimensional.com>.
3415      Branch: cfgperl
3416            ! AUTHORS MAINTAIN
3417 ____________________________________________________________________________
3418 [  2667] By: jhi                                   on 1999/01/21  15:32:28
3419         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3420              To: Mailing list Perl5 <perl5-porters@perl.org>
3421              Subject: [PATCH 5.005_53] Lean Exporter.pm
3422              Date: Thu, 21 Jan 1999 03:25:23 -0500
3423              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
3424      Branch: cfgperl
3425            + lib/Exporter/Heavy.pm
3426            ! MANIFEST lib/Exporter.pm
3427 ____________________________________________________________________________
3428 [  2666] By: jhi                                   on 1999/01/21  15:24:10
3429         Log: From: "W. Phillip Moore" <wpm@ms.com>
3430              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
3431              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
3432              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
3433              Message-ID: <13988.46383.298992.97303@zappa>
3434      Branch: cfgperl
3435            ! lib/File/Path.pm
3436 ____________________________________________________________________________
3437 [  2665] By: jhi                                   on 1999/01/21  15:20:48
3438         Log: CPAN update (CPAN-1.44_54) from Andreas and
3439              jumbo doc patch from Abigail.
3440              
3441              From: abigail@fnx.com
3442              To: perl5-porters@perl.org (Perl Porters)
3443              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
3444              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
3445              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
3446              
3447              From: abigail@fnx.com
3448              To: perl5-porters@perl.org (Perl Porters)
3449              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
3450              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
3451              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
3452              
3453              From: abigail@fnx.com
3454              To: perl5-porters@perl.org (Perl Porters)
3455              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
3456              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
3457              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
3458              
3459              From: abigail@fnx.com
3460              To: perl5-porters@perl.org (Perl Porters)
3461              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
3462              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
3463              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
3464              
3465              From: abigail@fnx.com
3466              To: perl5-porters@perl.org (Perl Porters)
3467              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
3468              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
3469              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
3470              
3471              From: abigail@fnx.com
3472              To: perl5-porters@perl.org (Perl Porters)
3473              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
3474              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
3475              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
3476              
3477              From: abigail@fnx.com
3478              To: perl5-porters@perl.org (Perl Porters)
3479              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
3480              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
3481              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
3482              
3483              From: abigail@fnx.com
3484              To: perl5-porters@perl.org (Perl Porters)
3485              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
3486              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
3487              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
3488              
3489              From: abigail@fnx.com
3490              To: perl5-porters@perl.org (Perl Porters)
3491              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
3492              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
3493              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
3494              
3495              From: abigail@fnx.com
3496              To: perl5-porters@perl.org (Perl Porters)
3497              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
3498              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
3499              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
3500              
3501              From: abigail@fnx.com
3502              To: perl5-porters@perl.org (Perl Porters)
3503              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
3504              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
3505              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
3506              
3507              From: abigail@fnx.com
3508              To: perl5-porters@perl.org (Perl Porters)
3509              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
3510              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
3511              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
3512              
3513              From: abigail@fnx.com
3514              To: perl5-porters@perl.org (Perl Porters)
3515              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
3516              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
3517              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
3518      Branch: cfgperl
3519            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
3520            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
3521            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
3522            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
3523 ____________________________________________________________________________
3524 [  2664] By: jhi                                   on 1999/01/21  14:47:43
3525         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3526              To: Mailing list Perl5 <perl5-porters@perl.org>
3527              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
3528              Date: Thu, 21 Jan 1999 03:58:29 -0500
3529              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
3530      Branch: cfgperl
3531            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
3532 ____________________________________________________________________________
3533 [  2663] By: jhi                                   on 1999/01/21  14:43:58
3534         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3535              To: Mailing list Perl5 <perl5-porters@perl.org>
3536              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
3537              Date: Thu, 21 Jan 1999 02:46:34 -0500
3538              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
3539      Branch: cfgperl
3540            ! ext/Errno/Errno_pm.PL
3541 ____________________________________________________________________________
3542 [  2662] By: jhi                                   on 1999/01/21  14:42:42
3543         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
3544              To: Francois Desarmenien <desar@club-internet.fr>
3545              Cc: Gurusamy Sarathy <gsar@activestate.com>,
3546              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
3547              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
3548              Date: 21 Jan 1999 00:17:35 -0700
3549              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
3550      Branch: cfgperl
3551            ! Porting/patching.pod
3552 ____________________________________________________________________________
3553 [  2661] By: jhi                                   on 1999/01/21  14:41:13
3554         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3555              To: Mailing list Perl5 <perl5-porters@perl.org>
3556              Subject: [PATCH 5.00*] makedepend
3557              Date: Thu, 21 Jan 1999 02:08:27 -0500
3558              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
3559      Branch: cfgperl
3560            ! makedepend.SH
3561 ____________________________________________________________________________
3562 [  2660] By: jhi                                   on 1999/01/21  14:36:45
3563         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3564              To: Mailing list Perl5 <perl5-porters@perl.org>
3565              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
3566              Date: Tue, 19 Jan 1999 20:06:45 -0500
3567              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
3568      Branch: cfgperl
3569            ! os2/Changes os2/os2.c
3570 ____________________________________________________________________________
3571 [  2657] By: jhi                                   on 1999/01/21  11:40:35
3572         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
3573              To: perl5-porters@perl.org
3574              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
3575              Date: Mon, 18 Jan 1999 01:32:31 PST
3576              Message-ID: <19990118093231.18443.qmail@hotmail.com>
3577      Branch: cfgperl
3578            ! ext/B/B/CC.pm
3579 ____________________________________________________________________________
3580 [  2656] By: jhi                                   on 1999/01/21  11:35:34
3581         Log: From: Achim Bohnet <ach@mpe.mpg.de>
3582              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
3583              Date: Wed, 20 Jan 1999 20:25:53 +0100
3584              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
3585      Branch: cfgperl
3586            ! pp.c
3587 ____________________________________________________________________________
3588 [  2655] By: jhi                                   on 1999/01/21  10:46:01
3589         Log: Handle NIS (and NetInfo) more robustly.
3590      Branch: cfgperl
3591            ! t/op/grent.t t/op/pwent.t
3592 ____________________________________________________________________________
3593 [  2654] By: jhi                                   on 1999/01/21  10:17:20
3594         Log: Two-argument eaccess() of SCO.
3595      Branch: cfgperl
3596            ! pp_sys.c
3597 ____________________________________________________________________________
3598 [  2653] By: jhi                                   on 1999/01/21  08:53:14
3599         Log: -DNO_NOSUID_CHECK for those platforms which have no way
3600              of checking for nosuid but still want suidperl.
3601      Branch: cfgperl
3602            ! perl.c
3603 ____________________________________________________________________________
3604 [  2652] By: jhi                                   on 1999/01/21  08:22:50
3605         Log: The LANGUAGE mirrors LC_ALL usage.
3606      Branch: cfgperl
3607            ! Configure config_h.SH
3608 ____________________________________________________________________________
3609 [  2651] By: jhi                                   on 1999/01/20  22:01:21
3610         Log: I_MNTENT was missing.
3611      Branch: cfgperl
3612            ! Configure config_h.SH
3613 ____________________________________________________________________________
3614 [  2650] By: jhi                                   on 1999/01/19  13:42:03
3615         Log: NetBSD update, based on patches from the NetBSD packages system.
3616      Branch: cfgperl
3617            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
3618 ____________________________________________________________________________
3619 [  2649] By: jhi                                   on 1999/01/19  12:44:02
3620         Log: Jumbo Configure update.
3621              * -Uinstallusrbinperl: disable /usr/bin/perl installation
3622              by installperl
3623              * usethreads.cbu
3624              * use64bits.cbu
3625              * "nosuid"
3626      Branch: cfgperl
3627            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
3628            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
3629            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
3630            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
3631            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
3632            ! pod/perldiag.pod
3633 ____________________________________________________________________________
3634 [  2648] By: jhi                                   on 1999/01/19  09:16:44
3635         Log: Mention /usr/share/locale.
3636      Branch: cfgperl
3637            ! pod/perllocale.pod
3638 ____________________________________________________________________________
3639 [  2647] By: jhi                                   on 1999/01/19  09:11:11
3640         Log: SHMLBA strikes back in NetBSD/sparc.
3641              
3642              From: Dave Nelson <David.Nelson@bellcow.com>
3643              To: jhi@iki.fi
3644              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
3645              Date: Mon, 18 Jan 1999 22:07:56 -0600
3646              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
3647      Branch: cfgperl
3648            ! ext/IPC/SysV/SysV.xs
3649 ____________________________________________________________________________
3650 [  2646] By: jhi                                   on 1999/01/19  08:58:17
3651         Log: Show LANGUAGE env var when needed. (Augment change #2645).
3652      Branch: cfgperl
3653            ! util.c utils/perlbug.PL
3654 ____________________________________________________________________________
3655 [  2645] By: jhi                                   on 1999/01/19  08:52:15
3656         Log: Document the GNU LANGUAGE env var.
3657      Branch: cfgperl
3658            ! pod/perllocale.pod
3659 ____________________________________________________________________________
3660 [  2644] By: jhi                                   on 1999/01/19  08:42:25
3661         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3662              To: Mailing list Perl5 <perl5-porters@perl.org>
3663              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
3664              Date: Mon, 18 Jan 1999 20:57:02 -0500
3665              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
3666      Branch: cfgperl
3667            ! pp_hot.c t/op/pat.t
3668 ____________________________________________________________________________
3669 [  2643] By: jhi                                   on 1999/01/18  11:23:41
3670         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
3671      Branch: cfgperl
3672            ! Makefile.SH
3673 ____________________________________________________________________________
3674 [  2642] By: jhi                                   on 1999/01/18  11:03:38
3675         Log: GNU libc locale system has LANGUAGE env var that partly
3676              overrides even LC_ALL.
3677      Branch: cfgperl
3678            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
3679 ____________________________________________________________________________
3680 [  2641] By: jhi                                   on 1999/01/18  10:55:04
3681         Log: Integrate from mainperl.
3682      Branch: cfgperl
3683           +> ext/B/defsubs.h.PL
3684            ! t/op/groups.t
3685           !> (integrate 38 files)
3686 ____________________________________________________________________________
3687 [  2640] By: gsar                                  on 1999/01/18  10:06:29
3688         Log: a few random cleanups
3689      Branch: perl
3690            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
3691 ____________________________________________________________________________
3692 [  2639] By: gsar                                  on 1999/01/18  05:56:21
3693         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
3694              Date:    Sun, 17 Jan 1999 16:41:10 PST
3695              Message-Id: <19990118004111.29667.qmail@hotmail.com>
3696              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
3697      Branch: perl
3698            ! ext/B/B/C.pm
3699 ____________________________________________________________________________
3700 [  2638] By: gsar                                  on 1999/01/18  05:41:21
3701         Log: From:    jan.dubois@ibm.net (Jan Dubois)
3702              Date:    Mon, 18 Jan 1999 00:37:41 +0100
3703              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
3704              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
3705      Branch: perl
3706            ! dump.c
3707 ____________________________________________________________________________
3708 [  2633] By: gsar                                  on 1999/01/17  13:39:59
3709         Log: bogus assert()
3710      Branch: perl
3711            ! pp.c t/op/groups.t
3712 ____________________________________________________________________________
3713 [  2632] By: gsar                                  on 1999/01/17  13:22:04
3714         Log: various tweaks for clean build and test on win32
3715      Branch: perl
3716            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
3717            ! op.c t/pragma/warn/doio
3718 ____________________________________________________________________________
3719 [  2631] By: gsar                                  on 1999/01/17  12:28:06
3720         Log: undo change#2336, and add clarification about subversive
3721              CPAN distributions from Andreas Koenig
3722      Branch: perl
3723            ! Porting/pumpkin.pod lib/CPAN.pm
3724 ____________________________________________________________________________
3725 [  2630] By: gsar                                  on 1999/01/17  12:04:06
3726         Log: fix silent taint failures under -U
3727      Branch: perl
3728            ! doio.c
3729 ____________________________________________________________________________
3730 [  2629] By: gsar                                  on 1999/01/17  12:00:23
3731         Log: sanity check piped opens (tweaked version of patch suggested
3732              by Mark-Jason Dominus)
3733      Branch: perl
3734            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
3735            ! t/op/taint.t t/pragma/warn/doio
3736 ____________________________________________________________________________
3737 [  2628] By: gsar                                  on 1999/01/17  11:26:21
3738         Log: regen headers
3739      Branch: perl
3740            ! embed.h embedvar.h objXSUB.h
3741 ____________________________________________________________________________
3742 [  2627] By: gsar                                  on 1999/01/17  11:23:37
3743         Log: PERL_OBJECTness for change#2595
3744      Branch: perl
3745            ! embed.pl op.c pod/perlport.pod proto.h
3746 ____________________________________________________________________________
3747 [  2626] By: gsar                                  on 1999/01/17  09:47:07
3748         Log: PERL_OBJECT tweaks for change#2426
3749      Branch: perl
3750            ! embed.pl proto.h regcomp.c
3751 ____________________________________________________________________________
3752 [  2625] By: gsar                                  on 1999/01/17  09:37:58
3753         Log: documentation in change#2596 is not quite right; fix it
3754      Branch: perl
3755            ! lib/Math/BigFloat.pm pod/perlguts.pod
3756 ____________________________________________________________________________
3757 [  2624] By: gsar                                  on 1999/01/17  09:28:34
3758         Log: undo change#2571; C<use File::Spec> instead
3759      Branch: perl
3760            ! lib/FindBin.pm
3761 ____________________________________________________________________________
3762 [  2623] By: gsar                                  on 1999/01/17  09:20:42
3763         Log: change#2572 is not applicable; undo, retaining scan_bin addition
3764              to global.sym
3765      Branch: perl
3766            ! global.sym perl.c proto.h
3767 ____________________________________________________________________________
3768 [  2622] By: gsar                                  on 1999/01/17  09:17:42
3769         Log: change#2576 is based on a wrong premise; undo it
3770      Branch: perl
3771            ! pp_ctl.c
3772 ____________________________________________________________________________
3773 [  2621] By: gsar                                  on 1999/01/17  09:12:42
3774         Log: fix change#2602 to not used hard coded constants
3775      Branch: perl
3776            ! ext/B/B/C.pm ext/B/defsubs.h.PL
3777 ____________________________________________________________________________
3778 [  2620] By: gsar                                  on 1999/01/17  09:02:07
3779         Log: integrate cfgperl changes into mainline, fix conflicts
3780      Branch: perl
3781           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
3782           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
3783           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
3784           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
3785           +> pod/perlopentut.pod
3786           !> (integrate 162 files)
3787 ____________________________________________________________________________
3788 [  2619] By: gsar                                  on 1999/01/17  08:42:04
3789         Log: a few doc typos
3790      Branch: perl
3791            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
3792 ____________________________________________________________________________
3793 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
3794         Log: Win32 changes from Jan
3795              
3796              From: jan.dubois@ibm.net (Jan Dubois)
3797              Date: Fri, 15 Jan 1999 23:38:35 +0100
3798              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
3799              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
3800              
3801              From: jan.dubois@ibm.net (Jan Dubois)
3802              Date: Sat, 16 Jan 1999 13:02:45 +0100
3803              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
3804              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
3805      Branch: maint-5.005/perl
3806            ! README.win32 win32/Makefile win32/makefile.mk
3807 ____________________________________________________________________________
3808 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
3809         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
3810              
3811              From: Gurusamy Sarathy <gsar@engin.umich.edu>
3812              Date: Thu, 07 Jan 1999 00:12:00 -0500
3813              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
3814              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
3815              
3816              From: Gurusamy Sarathy <gsar@engin.umich.edu>
3817              Date: Thu, 14 Jan 1999 19:21:46 -0500
3818              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
3819              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
3820      Branch: maint-5.005/perl
3821            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
3822            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
3823            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
3824            ! win32/makedef.pl win32/runperl.c win32/win32.c
3825 ____________________________________________________________________________
3826 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
3827         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
3828              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
3829              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
3830              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
3831              
3832              From: Jarkko Hietaniemi <jhi@iki.fi>
3833              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
3834              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
3835              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
3836              
3837              From: Jarkko Hietaniemi <jhi@iki.fi>
3838              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
3839              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
3840              Subject: the promised "installusrbinperl + NetBSD" fix
3841      Branch: maint-5.005/perl
3842            ! Configure Makefile.SH hints/netbsd.sh installperl
3843            ! makedepend.SH unixish.h
3844 ____________________________________________________________________________
3845 [  2611] By: jhi                                   on 1999/01/14  12:16:14
3846         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
3847              To: pumpkings@jhereg.perl.com
3848              Subject: perlopentut.pod
3849              Date: Sat, 09 Jan 1999 08:13:18 -0700
3850              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
3851      Branch: cfgperl
3852            + pod/perlopentut.pod
3853            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
3854 ____________________________________________________________________________
3855 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
3856         Log: Added Carp::cluck to perldelta.pod
3857      Branch: maint-5.005/perl
3858            ! pod/perldelta.pod
3859 ____________________________________________________________________________
3860 [  2605] By: jhi                                   on 1999/01/13  18:26:19
3861         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
3862              To: "'cpan@perl.org'" <cpan@perl.org>
3863              Subject: "Bug" fix for File::Find.pm
3864              Date:   Thu, 31 Dec 1998 13:01:50 -0500
3865              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
3866      Branch: cfgperl
3867            ! lib/File/Find.pm
3868 ____________________________________________________________________________
3869 [  2604] By: jhi                                   on 1999/01/13  18:08:45
3870         Log: From: Peter Wolfe <wolfe@teloseng.com>
3871              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
3872              To: perlbug@perl.com
3873              Date: 11 Jan 1999 23:00:05 +0200
3874              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
3875      Branch: cfgperl
3876            ! hints/sco.sh
3877 ____________________________________________________________________________
3878 [  2603] By: jhi                                   on 1999/01/13  18:06:56
3879         Log: From: hans@icgroup.nl (Hans Mulder)
3880              Subject: [Patch for 5.005_54] re::debugcolors dumps core
3881              To: perlbug@perl.com
3882              Cc: hansmu@xs4all.nl
3883              Date: 11 Jan 1999 22:22:45 +0200
3884              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
3885      Branch: cfgperl
3886            ! ext/re/re.pm regcomp.c
3887 ____________________________________________________________________________
3888 [  2602] By: jhi                                   on 1999/01/13  18:05:43
3889         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
3890              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
3891              Date: 11 Jan 1999 08:02:41 +0200
3892              Lines: 134
3893              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
3894      Branch: cfgperl
3895            ! ext/B/B.xs ext/B/B/C.pm
3896 ____________________________________________________________________________
3897 [  2601] By: jhi                                   on 1999/01/13  18:01:53
3898         Log: From: James FitzGibbon <james@ican.net>
3899              Subject: Trivial patch for HP-UX 11 and shared libperl
3900              To: perl5-porters@perl.org
3901              Date: 8 Jan 1999 19:13:23 +0200
3902              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
3903      Branch: cfgperl
3904            ! Makefile.SH
3905 ____________________________________________________________________________
3906 [  2600] By: jhi                                   on 1999/01/13  17:59:45
3907         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
3908              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
3909              To: perl5-porters@perl.org
3910              Date: 8 Jan 1999 12:43:36 +0200
3911              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
3912      Branch: cfgperl
3913            ! ext/B/B/CC.pm
3914 ____________________________________________________________________________
3915 [  2599] By: jhi                                   on 1999/01/13  17:50:11
3916         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
3917              Subject: PATCH to installperl
3918              To: perl5-porters@perl.org
3919              Date: 4 Jan 1999 16:15:18 +0200
3920              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
3921      Branch: cfgperl
3922            ! installperl
3923 ____________________________________________________________________________
3924 [  2598] By: jhi                                   on 1999/01/13  17:34:51
3925         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
3926              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
3927              Cc: perl5-porters@perl.org
3928              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
3929              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
3930              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
3931      Branch: cfgperl
3932            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
3933            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
3934 ____________________________________________________________________________
3935 [  2597] By: jhi                                   on 1999/01/13  17:30:33
3936         Log: From: David Dyck <dcd@tc.fluke.com>
3937              To: Perl Porters <perl5-porters@perl.org>,
3938              Gurusamy Sarathy <gsar@engin.umich.edu>
3939              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
3940              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
3941              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
3942      Branch: cfgperl
3943            ! pod/perldsc.pod
3944 ____________________________________________________________________________
3945 [  2596] By: jhi                                   on 1999/01/13  17:26:44
3946         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
3947              To: perl5-porters@perl.org
3948              Subject: [PATCH] modglobal w/ spelling fixes
3949              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
3950              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
3951      Branch: cfgperl
3952            ! pod/perlguts.pod
3953 ____________________________________________________________________________
3954 [  2595] By: jhi                                   on 1999/01/13  17:24:59
3955         Log: From: Hans Mulder <hansm@icgroup.nl>
3956              Optimize common sort routines.  Thread started by the message
3957              
3958              From: Hans Mulder <hansm@icgroup.nl>
3959              Sender: owner-perl5-porters@perl.org
3960              To: perl5-porters@perl.org
3961              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
3962              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
3963              
3964              and the patch from the message
3965              
3966              From: Hans Mulder <hans@icgroup.nl>
3967              To: jhi@iki.fi
3968              Cc: perl5-porters@perl.org
3969              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
3970              $b }
3971              Date: Wed, 13 Jan 1999 17:39:35 +0100
3972              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
3973      Branch: cfgperl
3974            ! Todo op.c op.h pp_ctl.c t/op/sort.t
3975 ____________________________________________________________________________
3976 [  2594] By: jhi                                   on 1999/01/13  16:50:17
3977         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
3978              (the diffs were based on 5.004_02).  Tested by Guido
3979              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
3980      Branch: cfgperl
3981            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
3982            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
3983            + mint/sys/time.h mint/time.h
3984            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
3985            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
3986 ____________________________________________________________________________
3987 [  2593] By: jhi                                   on 1999/01/09  16:54:26
3988         Log: Detypo.
3989      Branch: cfgperl
3990            ! hints/dec_osf.sh
3991 ____________________________________________________________________________
3992 [  2592] By: jhi                                   on 1999/01/09  16:17:13
3993         Log: Move usethreads and use64bits logic from hints to Configure.
3994      Branch: cfgperl
3995            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
3996            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
3997            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
3998            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
3999 ____________________________________________________________________________
4000 [  2591] By: jhi                                   on 1999/01/09  14:45:24
4001         Log: Missing dTHRs added.
4002      Branch: cfgperl
4003            ! regcomp.c toke.c
4004 ____________________________________________________________________________
4005 [  2590] By: jhi                                   on 1999/01/08  15:27:17
4006         Log: Finalize change #2589 and add better AIX nm scanning from:
4007              
4008              Message-Id: <m0zyNW0-00017VC@gentoo.com>
4009              From: bll@gentoo.com (Brad Lanam)
4010              Subject: Re: mailhelp returned a non-zero status
4011              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
4012              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
4013      Branch: cfgperl
4014            ! Configure hints/freebsd.sh hints/linux.sh
4015 ____________________________________________________________________________
4016 [  2589] By: jhi                                   on 1999/01/08  15:14:54
4017         Log: Undo change #2581.
4018      Branch: cfgperl
4019            ! Configure hints/freebsd.sh hints/linux.sh
4020 ____________________________________________________________________________
4021 [  2588] By: jhi                                   on 1999/01/08  11:51:52
4022         Log: FAQ jumbo patch from tchrist.
4023              
4024              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
4025              From: Tom Christiansen <tchrist@jhereg.perl.com>
4026              To: pumpkings@jhereg.perl.com
4027              Subject: newest version of perlfaq.pod
4028              Date: Thu, 7 Jan 1999 23:05:02 -0700
4029              
4030              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
4031              From: Tom Christiansen <tchrist@jhereg.perl.com>
4032              To: pumpkings@jhereg.perl.com
4033              Subject: newest version of perlfaq1.pod
4034              Date: Thu, 7 Jan 1999 23:05:02 -0700
4035              
4036              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
4037              From: Tom Christiansen <tchrist@jhereg.perl.com>
4038              To: pumpkings@jhereg.perl.com
4039              Subject: newest version of perlfaq2.pod
4040              Date: Thu, 7 Jan 1999 23:05:02 -0700
4041              
4042              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
4043              From: Tom Christiansen <tchrist@jhereg.perl.com>
4044              To: pumpkings@jhereg.perl.com
4045              Subject: newest version of perlfaq3.pod
4046              Date: Thu, 7 Jan 1999 23:05:02 -0700
4047              
4048              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
4049              From: Tom Christiansen <tchrist@jhereg.perl.com>
4050              To: pumpkings@jhereg.perl.com
4051              Subject: newest version of perlfaq4.pod
4052              Date: Thu, 7 Jan 1999 23:05:02 -0700
4053              
4054              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
4055              From: Tom Christiansen <tchrist@jhereg.perl.com>
4056              To: pumpkings@jhereg.perl.com
4057              Subject: newest version of perlfaq5.pod
4058              Date: Thu, 7 Jan 1999 23:05:02 -0700
4059              
4060              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
4061              From: Tom Christiansen <tchrist@jhereg.perl.com>
4062              To: pumpkings@jhereg.perl.com
4063              Subject: newest version of perlfaq6.pod
4064              Date: Thu, 7 Jan 1999 23:05:02 -0700
4065              
4066              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
4067              From: Tom Christiansen <tchrist@jhereg.perl.com>
4068              To: pumpkings@jhereg.perl.com
4069              Subject: newest version of perlfaq7.pod
4070              Date: Thu, 7 Jan 1999 23:05:03 -0700
4071              
4072              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
4073              From: Tom Christiansen <tchrist@jhereg.perl.com>
4074              To: pumpkings@jhereg.perl.com
4075              Subject: newest version of perlfaq8.pod
4076              Date: Thu, 7 Jan 1999 23:05:03 -0700
4077              
4078              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
4079              From: Tom Christiansen <tchrist@jhereg.perl.com>
4080              To: pumpkings@jhereg.perl.com
4081              Subject: newest version of perlfaq9.pod
4082              Date: Thu, 7 Jan 1999 23:05:03 -0700
4083      Branch: cfgperl
4084            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
4085            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
4086            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
4087            ! pod/perlfaq9.pod
4088 ____________________________________________________________________________
4089 [  2587] By: jhi                                   on 1999/01/08  11:17:43
4090         Log: More doc fixes from Abigail.
4091      Branch: cfgperl
4092            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
4093            ! lib/User/pwent.pm
4094 ____________________________________________________________________________
4095 [  2585] By: jhi                                   on 1999/01/08  08:31:02
4096         Log: Change #2584 from maint-5.005:
4097              
4098              implemented Ilya's suggested fix, and added a testcase
4099              
4100              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4101              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
4102              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
4103              Subject: Re: Text::ParseWords: regex fix
4104      Branch: cfgperl
4105            ! lib/Text/ParseWords.pm t/lib/parsewords.t
4106 ____________________________________________________________________________
4107 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
4108         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
4109              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
4110              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
4111              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
4112      Branch: maint-5.005/perl
4113            ! ext/Errno/Errno_pm.PL
4114 ____________________________________________________________________________
4115 [  2581] By: jhi                                   on 1999/01/07  16:38:03
4116         Log: Configure update:
4117              - usethreads, use64bits, and usemultiplicity
4118              are no more interactively asked by Configure
4119              - "int main()" (vs bare "main()") enforced in test programs
4120      Branch: cfgperl
4121            ! Configure hints/freebsd.sh hints/linux.sh
4122 ____________________________________________________________________________
4123 [  2580] By: jhi                                   on 1999/01/07  11:19:12
4124         Log: From: Dan Sugalski <sugalskd@osshe.edu>
4125              Date: Wed, 06 Jan 1999 13:47:34 -0800
4126              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
4127              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
4128      Branch: cfgperl
4129            ! vms/vms.c
4130 ____________________________________________________________________________
4131 [  2579] By: jhi                                   on 1999/01/07  09:08:36
4132         Log: Another set of doc patches from Abigail
4133              
4134              From: abigail@fnx.com
4135              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
4136              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
4137              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
4138              
4139              From: abigail@fnx.com
4140              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
4141              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
4142              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
4143              
4144              From: abigail@fnx.com
4145              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
4146              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
4147              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
4148              
4149              From: abigail@fnx.com
4150              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
4151              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
4152              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
4153              
4154              From: abigail@fnx.com
4155              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
4156              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
4157              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
4158              
4159              From: abigail@fnx.com
4160              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
4161              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
4162              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
4163              
4164              From: abigail@fnx.com
4165              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
4166              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
4167              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
4168              
4169              From: abigail@fnx.com
4170              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
4171              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
4172              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
4173              
4174              From: abigail@fnx.com
4175              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
4176              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
4177              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
4178              
4179              From: abigail@fnx.com
4180              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
4181              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
4182              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
4183              
4184              From: abigail@fnx.com
4185              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
4186              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
4187              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
4188              
4189              From: abigail@fnx.com
4190              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
4191              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
4192              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
4193              
4194              From: abigail@fnx.com
4195              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
4196              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
4197              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
4198              
4199              From: abigail@fnx.com
4200              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
4201              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
4202              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
4203      Branch: cfgperl
4204            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
4205            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
4206            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
4207            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
4208            ! lib/Tie/Array.pm lib/Tie/Hash.pm
4209 ____________________________________________________________________________
4210 [  2576] By: jhi                                   on 1999/01/06  17:05:20
4211         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
4212      Branch: cfgperl
4213            ! pp_ctl.c
4214 ____________________________________________________________________________
4215 [  2575] By: jhi                                   on 1999/01/06  13:18:56
4216         Log: Enhance the great_circle_distance() documentation.
4217      Branch: cfgperl
4218            ! lib/Math/Trig.pm
4219 ____________________________________________________________________________
4220 [  2574] By: jhi                                   on 1999/01/06  12:58:03
4221         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
4222              To: perlbug@perl.com
4223              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
4224              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
4225              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
4226      Branch: cfgperl
4227            ! t/op/sysio.t
4228 ____________________________________________________________________________
4229 [  2573] By: jhi                                   on 1999/01/06  12:40:19
4230         Log: From: "W. Phillip Moore" <wpm@ms.com>
4231              To: perlbug@perl.org
4232              Subject: [PATCH] POSIX getpgrp is not -w clean
4233              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
4234              Message-ID: <13970.20107.190314.549471@zappa>
4235      Branch: cfgperl
4236            ! ext/POSIX/POSIX.pm
4237 ____________________________________________________________________________
4238 [  2572] By: jhi                                   on 1999/01/06  12:25:24
4239         Log: Based on
4240              From: jan.dubois@ibm.net (Jan Dubois)
4241              To: perl5-porters@perl.org
4242              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
4243              Date: Wed, 06 Jan 1999 01:24:09 +0100
4244              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
4245              except that
4246              - objXSUB.h was already okay
4247              - embed.h patching is futile, global.sym patched instead
4248              - objpp.h does not exist
4249              - proto.h addition applied manually
4250              - win32/GenCAPI.pl was already okay
4251              - win32/makedef.pl was already okay
4252      Branch: cfgperl
4253            ! global.sym perl.c proto.h
4254 ____________________________________________________________________________
4255 [  2571] By: jhi                                   on 1999/01/06  11:25:48
4256         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
4257              To: perlbug@perl.com
4258              Subject: FindBin.pm on Win32 systems
4259              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
4260              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
4261      Branch: cfgperl
4262            ! lib/FindBin.pm
4263 ____________________________________________________________________________
4264 [  2570] By: jhi                                   on 1999/01/06  11:21:48
4265         Log: From: Dan Sugalski <sugalskd@osshe.edu>
4266              To: perl5-porters@perl.org, vmsperl@perl.org
4267              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
4268              Date: Tue, 05 Jan 1999 16:47:31 -0800
4269              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
4270              
4271              (the ext/IO/lib/IO/Socket.pm was not really changed here;
4272              it was a leftover from #2569)
4273      Branch: cfgperl
4274            ! ext/IO/lib/IO/Socket.pm taint.c
4275 ____________________________________________________________________________
4276 [  2569] By: jhi                                   on 1999/01/06  11:18:22
4277         Log: Jumbo doc patch from Abigail (almost identical to
4278              the 5.005-maint change #2562 except for the
4279              ext/IO/lib/IO/Socket.pm patch which was not
4280              applicable because the IO version of 5.005-devel
4281              is somewhat different (why?))
4282              
4283              From: abigail@fnx.com
4284              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
4285              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
4286              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
4287              
4288              From: abigail@fnx.com
4289              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
4290              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
4291              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
4292              
4293              From: abigail@fnx.com
4294              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
4295              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
4296              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
4297              
4298              From: abigail@fnx.com
4299              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
4300              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
4301              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
4302              
4303              From: abigail@fnx.com
4304              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
4305              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
4306              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
4307              
4308              From: abigail@fnx.com
4309              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
4310              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
4311              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
4312              
4313              From: abigail@fnx.com
4314              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
4315              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
4316              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
4317              
4318              From: abigail@fnx.com
4319              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
4320              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
4321              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
4322              
4323              From: abigail@fnx.com
4324              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
4325              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
4326              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
4327              
4328              From: abigail@fnx.com
4329              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
4330              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
4331              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
4332      Branch: cfgperl
4333            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
4334            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
4335            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
4336            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
4337            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
4338 ____________________________________________________________________________
4339 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
4340         Log: From: jan.dubois@ibm.net (Jan Dubois)
4341              Date: Wed, 06 Jan 1999 01:24:09 +0100
4342              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
4343              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
4344      Branch: maint-5.005/perl
4345            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
4346            ! win32/GenCAPI.pl win32/makedef.pl
4347 ____________________________________________________________________________
4348 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
4349         Log: From: "W. Phillip Moore" <wpm@ms.com>
4350              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
4351              Message-ID: <13970.20107.190314.549471@zappa>
4352              Subject: [PATCH] POSIX getpgrp is not -w clean
4353      Branch: maint-5.005/perl
4354            ! ext/POSIX/POSIX.pm
4355 ____________________________________________________________________________
4356 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
4357         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
4358              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
4359              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
4360              Subject: FindBin.pm on Win32 systems
4361      Branch: maint-5.005/perl
4362            ! lib/FindBin.pm
4363 ____________________________________________________________________________
4364 [  2561] By: jhi                                   on 1999/01/05  10:49:10
4365         Log: Reword the setlocale() 1-arg case better.
4366      Branch: cfgperl
4367            ! ext/POSIX/POSIX.pod
4368 ____________________________________________________________________________
4369 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
4370         Log: From: Blair Zajac <bzajac@geostaff.com>
4371              Date: Wed, 23 Dec 1998 17:13:32 -0800
4372              Message-ID: <3681953C.8B6A90AA@geostaff.com>
4373              Subject: Tie::SubstrHash patch
4374      Branch: maint-5.005/perl
4375            ! lib/Tie/SubstrHash.pm
4376 ____________________________________________________________________________
4377 [  2554] By: jhi                                   on 1999/01/02  14:55:06
4378         Log: Object destruction order testing.
4379      Branch: cfgperl
4380            ! t/op/misc.t
4381 ____________________________________________________________________________
4382 [  2553] By: jhi                                   on 1999/01/02  14:49:40
4383         Log: perldelta the Dumpvalue.pm of change #2513.
4384      Branch: cfgperl
4385            ! lib/Dumpvalue.pm pod/perldelta.pod
4386 ____________________________________________________________________________
4387 [  2552] By: nick                                  on 1999/01/02  14:45:38
4388         Log: Tone down Makefile.PL so it works on Win32
4389      Branch: perl
4390            ! ext/B/Makefile.PL
4391 ____________________________________________________________________________
4392 [  2551] By: nick                                  on 1999/01/02  14:06:30
4393         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
4394              Use them in various B::* rather than have local defs.
4395      Branch: perl
4396            + ext/B/defsubs.h.PL
4397            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
4398            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
4399            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
4400 ____________________________________________________________________________
4401 [  2550] By: nick                                  on 1999/01/02  10:04:02
4402         Log: Integrate ext/B changes from //depot/cfgperl
4403      Branch: perl
4404           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
4405 ____________________________________________________________________________
4406 [  2549] By: jhi                                   on 1999/01/01  13:54:16
4407         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
4408              To: perlbug@perl.com
4409              Subject: op/groups.t fails test 1 on HP-UX 10.20
4410              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
4411              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
4412      Branch: cfgperl
4413            ! t/op/groups.t
4414 ____________________________________________________________________________
4415 [  2548] By: jhi                                   on 1999/01/01  13:53:31
4416         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4417              To: perl5-porters@perl.org
4418              cc: hv@crypt0.demon.co.uk
4419              Subject: [bug 5.004_54] duplicate error message
4420              Date: Thu, 31 Dec 1998 04:05:25 +0000
4421              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
4422              
4423              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
4424              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
4425              To: hv@crypt0.demon.co.uk
4426              Cc: perl5-porters@perl.org
4427              Subject: [PATCH _54] Re: duplicate error message
4428              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
4429              
4430              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
4431              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4432              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
4433              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
4434              Subject: [TEST PATCH _54] Re: duplicate error message 
4435              Date: Fri, 01 Jan 1999 07:32:14 +0000
4436      Branch: cfgperl
4437            ! op.c t/pragma/warn/op
4438 ____________________________________________________________________________
4439 [  2547] By: jhi                                   on 1998/12/31  14:15:04
4440         Log: From: Chris Nandor <pudge@pobox.com>
4441              To: jhi@iki.fi
4442              Cc: perl5-porters@perl.org
4443              Subject: Re: [PATCH] perlport.pod 1.38
4444              Date: Thu, 31 Dec 1998 09:06:48 -0500
4445              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
4446      Branch: cfgperl
4447            ! pod/perlport.pod
4448 ____________________________________________________________________________
4449 [  2546] By: jhi                                   on 1998/12/31  11:18:17
4450         Log: From: Wilson P. Snyder II
4451              To: perl5-porters@perl.org
4452              Subject: [PATCH v5.5.53] REV2: Binary number support
4453              Date: 1998/11/30
4454              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
4455      Branch: cfgperl
4456            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
4457            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
4458            ! toke.c util.c
4459 ____________________________________________________________________________
4460 [  2545] By: jhi                                   on 1998/12/31  09:27:40
4461         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
4462              To: perlbug@perl.com
4463              Subject: "perl -T -P" dumps core on OpenBSD and Linux
4464              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
4465              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
4466      Branch: cfgperl
4467            ! taint.c
4468 ____________________________________________________________________________
4469 [  2544] By: jhi                                   on 1998/12/31  09:21:45
4470         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
4471              To: perlbug@perl.com 
4472              Subject: bug in pod2man search for perl binary [5.005_5x]
4473              Date: Sat, 12 Dec 1998 23:08:51 +0000 
4474              Message-ID: <19981212230851.A20578@ig.co.uk> 
4475      Branch: cfgperl
4476            ! pod/pod2man.PL
4477 ____________________________________________________________________________
4478 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
4479         Log: From: jan.dubois@ibm.net (Jan Dubois)
4480              Date: Wed, 23 Dec 1998 21:26:38 +0100
4481              Message-ID: <36895086.8849224@smtp1.ibm.net>
4482              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
4483      Branch: maint-5.005/perl
4484            ! lib/ExtUtils/MakeMaker.pm
4485 ____________________________________________________________________________
4486 [  2540] By: jhi                                   on 1998/12/30  08:42:04
4487         Log: Evermore AUTHORS and MAINTAIN.
4488      Branch: cfgperl
4489            ! AUTHORS MAINTAIN
4490 ____________________________________________________________________________
4491 [  2539] By: jhi                                   on 1998/12/29  15:10:34
4492         Log: More AUTHORS and MAINTAIN.
4493      Branch: cfgperl
4494            ! AUTHORS MAINTAIN
4495 ____________________________________________________________________________
4496 [  2537] By: jhi                                   on 1998/12/29  14:34:47
4497         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
4498              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
4499              Message-ID: <13942.32480.700000.640927@utensil>
4500              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
4501              (mirror change#2531 in the 5.005-maint)
4502      Branch: cfgperl
4503            ! lib/AutoSplit.pm
4504 ____________________________________________________________________________
4505 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
4506         Log: change in_pod pattern to /^=\w/ from /^=/
4507              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
4508              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
4509              Message-ID: <13942.32480.700000.640927@utensil>
4510              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
4511      Branch: maint-5.005/perl
4512            ! lib/AutoSplit.pm
4513 ____________________________________________________________________________
4514 [  2525] By: jhi                                   on 1998/12/29  13:06:26
4515         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
4516              To: perl5-porters@perl.org
4517              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
4518              Date: 16 Dec 1998 03:17:03 +0200
4519              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
4520      Branch: cfgperl
4521            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
4522 ____________________________________________________________________________
4523 [  2524] By: jhi                                   on 1998/12/29  13:00:06
4524         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
4525              To: perl5-porters@perl.org
4526              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
4527              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
4528              Date: 10 Dec 1998 08:30:02 +0200
4529              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
4530              
4531              (Nick's part was applied earlier, in change #2460)
4532      Branch: cfgperl
4533            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
4534 ____________________________________________________________________________
4535 [  2523] By: jhi                                   on 1998/12/29  12:41:31
4536         Log: From: "vishal bhatia" <vishalb@hotmail.com>
4537              To: nick@ni-s.u-net.com
4538              Cc: perl5-porters@perl.org
4539              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
4540              Date: 9 Dec 1998 06:50:30 +0200
4541              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
4542      Branch: cfgperl
4543            ! ext/B/B/CC.pm
4544 ____________________________________________________________________________
4545 [  2522] By: jhi                                   on 1998/12/29  12:15:18
4546         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
4547              To: perl5-porters@perl.org (Perl 5 Porters)
4548              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
4549              Date: 25 Dec 1998 23:02:28 +0200
4550              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
4551      Branch: cfgperl
4552            ! lib/Pod/Text.pm
4553 ____________________________________________________________________________
4554 [  2521] By: jhi                                   on 1998/12/29  12:07:54
4555         Log: Undo #2519 (breaks universal.c).
4556      Branch: cfgperl
4557            ! XSUB.h
4558 ____________________________________________________________________________
4559 [  2519] By: jhi                                   on 1998/12/29  11:41:10
4560         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
4561              To: perl5-porters@perl.org
4562              Cc: perl-xs@perl.org
4563              Subject: XSUB.h refinement [PATCH]
4564              Date: 18 Dec 1998 03:58:44 +0200
4565              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
4566      Branch: cfgperl
4567            ! XSUB.h
4568 ____________________________________________________________________________
4569 [  2518] By: jhi                                   on 1998/12/29  11:36:19
4570         Log: From: abigail@fnx.com
4571              To: perl5-porters@perl.org (Perl Porters)
4572              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
4573              Date: 28 Dec 1998 21:39:15 +0200
4574              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
4575      Branch: cfgperl
4576            ! lib/fields.pm
4577 ____________________________________________________________________________
4578 [  2517] By: jhi                                   on 1998/12/29  11:35:03
4579         Log: Document change #2516.
4580      Branch: cfgperl
4581            ! pod/perldelta.pod
4582 ____________________________________________________________________________
4583 [  2516] By: jhi                                   on 1998/12/29  11:32:26
4584         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4585              To: perl5-porters@perl.org (Mailing list Perl5)
4586              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
4587              Date: 9 Dec 1998 10:39:31 +0200
4588              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
4589      Branch: cfgperl
4590            ! pod/perldiag.pod regcomp.c toke.c
4591 ____________________________________________________________________________
4592 [  2515] By: jhi                                   on 1998/12/29  11:27:11
4593         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4594              To: perl5-porters@perl.org (Mailing list Perl5)
4595              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
4596              Date: 8 Dec 1998 09:02:04 +0200
4597              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
4598              
4599              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
4600      Branch: cfgperl
4601            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
4602 ____________________________________________________________________________
4603 [  2514] By: jhi                                   on 1998/12/29  11:21:31
4604         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4605              To: perl5-porters@perl.org (Mailing list Perl5)
4606              Subject: [PATCH 5.005_53] Regexp tests and UTF8
4607              Date: 8 Dec 1998 07:02:01 +0200
4608              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
4609      Branch: cfgperl
4610            ! regcomp.c
4611 ____________________________________________________________________________
4612 [  2513] By: jhi                                   on 1998/12/29  11:18:34
4613         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4614              Subject: [PATCH 5.005_*] Dumpvar.pm
4615              To: perl5-porters@perl.org (Mailing list Perl5)
4616              Date: 7 Dec 1998 10:17:35 +0200
4617              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
4618      Branch: cfgperl
4619            + lib/Dumpvalue.pm
4620            ! MANIFEST
4621 ____________________________________________________________________________
4622 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
4623         Log: From: jan.dubois@ibm.net (Jan Dubois)
4624              Date: Tue, 01 Dec 1998 00:07:33 +0100
4625              Message-ID: <366921b5.14512598@smtp1.ibm.net>
4626              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
4627              
4628              From: jan.dubois@ibm.net (Jan Dubois)
4629              Date: Wed, 02 Dec 1998 00:24:54 +0100
4630              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
4631              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
4632      Branch: maint-5.005/perl
4633            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
4634            ! win32/config.bc win32/config.gc win32/config.vc
4635            ! win32/config_sh.PL win32/makedef.pl
4636 ____________________________________________________________________________
4637 [  2509] By: jhi                                   on 1998/12/28  13:00:31
4638     Log: Kickstart AUTHORS and MAINTAIN.
4639  Branch: cfgperl
4640        + AUTHORS MAINTAIN
4641        ! MANIFEST
4642 ____________________________________________________________________________
4643 [  2508] By: jhi                                   on 1998/12/28  08:04:00
4644     Log: From: Nathan Torkington <gnat@frii.com>
4645          To: perlbug@perl.com
4646          Subject: [PATCH] perlxstut.pod fix
4647          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
4648          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
4649  Branch: cfgperl
4650        ! pod/perlxstut.pod
4651 ____________________________________________________________________________
4652 [  2507] By: jhi                                   on 1998/12/28  07:59:00
4653     Log: From: abigail@fnx.com
4654          To: perlbug@perl.com
4655          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
4656          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
4657          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
4658          (slightly modified, a part of the patch was rejected)
4659          (strange, I thought I had already submitted this one
4660          but Perforce disagrees with me...)
4661  Branch: cfgperl
4662        ! pod/perlop.pod
4663 ____________________________________________________________________________
4664 [  2506] By: jhi                                   on 1998/12/28  07:56:59
4665     Log: From: Artur <artur@vogon-solutions.com>
4666          To: perlbug@perl.com
4667          Subject: PATCH: perlmodlib.pod
4668          Date: Fri, 25 Dec 1998 00:48:39 +0000
4669          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
4670  Branch: cfgperl
4671        ! pod/perlmodlib.pod pod/perlop.pod
4672 ____________________________________________________________________________
4673 [  2505] By: jhi                                   on 1998/12/28  07:46:06
4674     Log: From: abigail@fnx.com
4675          To: perl5-porters@perl.org (Perl Porters)
4676          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
4677          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
4678          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
4679  Branch: cfgperl
4680        ! pod/pod2html.PL
4681 ____________________________________________________________________________
4682 [  2504] By: jhi                                   on 1998/12/28  07:44:35
4683     Log: From: Jim Avera <avera@fjst.com>
4684          To: perlbug@perl.com
4685          Subject: perlbug bug - shows dates reversed
4686          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
4687          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
4688  Branch: cfgperl
4689        ! utils/perlbug.PL
4690 ____________________________________________________________________________
4691 [  2503] By: jhi                                   on 1998/12/28  07:41:39
4692     Log: From: jan.dubois@ibm.net (Jan Dubois)
4693          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
4694          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
4695          Date: Wed, 23 Dec 1998 21:26:38 +0100
4696          Message-ID: <36895086.8849224@smtp1.ibm.net>
4697  Branch: cfgperl
4698        ! lib/ExtUtils/MakeMaker.pm
4699 ____________________________________________________________________________
4700 [  2502] By: jhi                                   on 1998/12/28  07:39:20
4701     Log: From: Blair Zajac <bzajac@geostaff.com>
4702          To: perl5-porters@perl.org
4703          Subject: Tie::SubstrHash patch
4704          Date: Wed, 23 Dec 1998 17:13:32 -0800
4705          Message-ID: <3681953C.8B6A90AA@geostaff.com>
4706  Branch: cfgperl
4707        ! lib/Tie/SubstrHash.pm
4708 ____________________________________________________________________________
4709 [  2501] By: jhi                                   on 1998/12/28  07:37:16
4710     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
4711          To: perlbug@perl.com
4712          Subject: perlfaq9 minor error
4713          Date: Wed, 23 Dec 1998 14:54:19 -0800
4714          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
4715  Branch: cfgperl
4716        ! pod/perlfaq9.pod
4717 ____________________________________________________________________________
4718 [  2500] By: jhi                                   on 1998/12/23  10:38:18
4719     Log: More porting notes about filesystems, AmigaOS, and MiNT.
4720  Branch: cfgperl
4721        ! pod/perlport.pod
4722 ____________________________________________________________________________
4723 [  2499] By: jhi                                   on 1998/12/22  09:26:49
4724     Log: Add few MSG_ and uio constants.
4725  Branch: cfgperl
4726        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
4727 ____________________________________________________________________________
4728 [  2498] By: jhi                                   on 1998/12/22  08:39:30
4729     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
4730          a Digital C compiler optimizer bug that broke the 'x'
4731          operator under certain circumstances.  See t/op/repeat.t
4732          test #20 for graphic details.  Reported in
4733          
4734          From: Gisle Aas <gisle@aas.no>
4735          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
4736          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
4737          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
4738          Date: 18 Dec 1998 14:27:40 +0100
4739          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
4740          
4741          and discussed further in the thread
4742          
4743          From: Jarkko Hietaniemi <jhi@iki.fi>
4744          To: Gisle Aas <gisle@aas.no>
4745          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
4746          cpan-testers@perl.org, perl5-porters@perl.org
4747          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
4748          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
4749          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
4750  Branch: cfgperl
4751        ! t/op/repeat.t util.c
4752 ____________________________________________________________________________
4753 [  2497] By: jhi                                   on 1998/12/21  14:18:57
4754     Log: Change #2483 update.
4755  Branch: cfgperl
4756        ! t/op/tr.t
4757 ____________________________________________________________________________
4758 [  2496] By: jhi                                   on 1998/12/21  14:07:41
4759     Log: Update on change #2493.
4760  Branch: cfgperl
4761        ! t/pragma/warn/op
4762 ____________________________________________________________________________
4763 [  2495] By: jhi                                   on 1998/12/21  13:52:00
4764     Log: Change #2487 aftershock.
4765  Branch: cfgperl
4766        ! warning.pl
4767 ____________________________________________________________________________
4768 [  2494] By: jhi                                   on 1998/12/21  12:35:00
4769     Log: From: Chris Nandor <pudge@pobox.com>
4770          To: perl5-porters@perl.org
4771          Subject: [PATCH] perlport.pod v1.37
4772          Date: Sat, 19 Dec 1998 12:54:34 -0500
4773          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
4774  Branch: cfgperl
4775        ! pod/perlport.pod
4776 ____________________________________________________________________________
4777 [  2493] By: jhi                                   on 1998/12/21  12:22:44
4778     Log: From: Mark-Jason Dominus <mjd@plover.com>
4779          To: perl5-porters@perl.com
4780          Subject: PATCH (5.005_02): Dejargonizing
4781          Date: Sun, 20 Dec 1998 14:35:20 -0500
4782          Message-ID: <19981220193520.11230.qmail@plover.com>
4783          
4784          From: Mark-Jason Dominus <mjd@plover.com>
4785          To: perl5-porters@perl.com
4786          Subject: PATCH (5.005_02): Spelling correction in warning message
4787          Date: Sun, 20 Dec 1998 13:51:30 -0500
4788          Message-ID: <19981220185130.11067.qmail@plover.com>
4789  Branch: cfgperl
4790        ! doio.c op.c
4791 ____________________________________________________________________________
4792 [  2492] By: jhi                                   on 1998/12/21  09:00:05
4793     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
4794          To: perl5-porters@perl.org
4795          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
4796          Date: Sun, 20 Dec 1998 19:03:25 PST
4797          Message-ID: <19981221030326.27660.qmail@hotmail.com>
4798          
4799          (slightly reformatted)
4800  Branch: cfgperl
4801        ! ext/B/B/CC.pm
4802 ____________________________________________________________________________
4803 [  2491] By: nick                                  on 1998/12/20  14:21:29
4804     Log: Save _all_ GV's which have SV, AV or HV set.
4805  Branch: perl
4806        ! ext/B/B/C.pm
4807 ____________________________________________________________________________
4808 [  2490] By: jhi                                   on 1998/12/18  15:13:19
4809     Log: Add idea about generalising cpp symbol probing of Errno.
4810  Branch: cfgperl
4811        ! Todo
4812 ____________________________________________________________________________
4813 [  2489] By: jhi                                   on 1998/12/18  14:47:57
4814     Log: Address some of the issues of:
4815          
4816          From: Tom Christiansen <tchrist@jhereg.perl.com>
4817          To: perl-porters-active@jhereg.perl.com
4818          Subject: Undocumentation Issues for 5.005
4819          Date: Thu, 17 Dec 1998 14:46:24 -0700
4820          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
4821  Branch: cfgperl
4822        ! pod/perl5005delta.pod
4823 ____________________________________________________________________________
4824 [  2488] By: jhi                                   on 1998/12/18  11:26:32
4825     Log: From: root <root@dubravka.in-berlin.de>
4826          To: perlbug@perl.com
4827          Cc: k@dubravka.in-berlin.de
4828          Subject: Please add no_modify to PERL_POLLUTE
4829          Date: Fri, 18 Dec 1998 10:45:52 +0100
4830          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
4831          
4832          (Really from Andreas König)
4833  Branch: cfgperl
4834        ! embed.pl
4835 ____________________________________________________________________________
4836 [  2487] By: jhi                                   on 1998/12/17  14:05:52
4837     Log: Some (by far not all) issues of the below message addressed.
4838          
4839          From: Tom Christiansen <tchrist@jhereg.perl.com>
4840          To: The Perl Porters Mailing List <perl5-porters@perl.org>
4841          Subject: important UNDOC issues for 5.005_54
4842          Date: Wed, 16 Dec 1998 21:14:53 -0700
4843          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
4844  Branch: cfgperl
4845        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
4846 ____________________________________________________________________________
4847 [  2486] By: jhi                                   on 1998/12/17  12:47:15
4848     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4849          To: domo@computer.org
4850          Cc: jhi@iki.fi, perl5-porters@perl.org
4851          Subject: Re: stuff related to malloc.c
4852          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
4853          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
4854  Branch: cfgperl
4855        ! malloc.c
4856 ____________________________________________________________________________
4857 [  2485] By: jhi                                   on 1998/12/17  12:17:19
4858     Log: More porting notes.
4859  Branch: cfgperl
4860        ! Porting/pumpkin.pod
4861 ____________________________________________________________________________
4862 [  2484] By: jhi                                   on 1998/12/15  08:38:05
4863     Log: Undo #2386 and #2205.
4864  Branch: cfgperl
4865        ! pod/perlfunc.pod
4866 ____________________________________________________________________________
4867 [  2483] By: jhi                                   on 1998/12/14  17:58:35
4868     Log: lib was missing from @INC.
4869  Branch: cfgperl
4870        ! t/op/tr.t
4871 ____________________________________________________________________________
4872 [  2482] By: jhi                                   on 1998/12/14  17:52:42
4873     Log: Was missing use Text::Wrap.
4874  Branch: cfgperl
4875        ! t/lib/textfill.t
4876 ____________________________________________________________________________
4877 [  2481] By: jhi                                   on 1998/12/14  16:00:22
4878     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
4879          
4880          From: Jonathan Roy <roy@idle.com>
4881          To: perl5-porters@perl.org
4882          Subject: nlist.h add to Configure checks?
4883          Date: Sun, 13 Dec 1998 22:22:49 -0500
4884          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
4885  Branch: cfgperl
4886        + ext/DynaLoader/hints/linux.pl
4887        ! MANIFEST
4888 ____________________________________________________________________________
4889 [  2480] By: jhi                                   on 1998/12/14  15:02:44
4890     Log: Give up completely using nm in AIX.
4891          
4892          From: "Kurt D. Starsinic" <kstar@chapin.edu>
4893          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
4894          Cc: perl5-porters@perl.org
4895          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
4896          Date: Thu, 10 Dec 1998 00:51:46 -0500
4897          Message-ID: <19981210005146.B29986@O2.chapin.edu>
4898  Branch: cfgperl
4899        ! hints/aix.sh
4900 ____________________________________________________________________________
4901 [  2479] By: jhi                                   on 1998/12/14  14:39:52
4902     Log: AIX' error messages are different.
4903          
4904          From: "Kurt D. Starsinic" <kstar@chapin.edu>
4905          To: Gurusamy Sarathy <gsar@engin.umich.edu>
4906          Cc: perl5-porters@perl.org
4907          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
4908          Date: Thu, 10 Dec 1998 00:42:36 -0500
4909          Message-ID: <19981210004236.A29986@O2.chapin.edu>
4910          
4911          From: Michael Engel <engel@nms1.cc.huji.ac.il>
4912          To: perlbug@perl.com
4913          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
4914          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
4915          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
4916  Branch: cfgperl
4917        ! t/pragma/warn/doio
4918 ____________________________________________________________________________
4919 [  2475] By: jhi                                   on 1998/12/13  12:35:55
4920     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4921          To: jhi@iki.fi
4922          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
4923          Subject: Re: stuff related to malloc.c
4924          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
4925          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
4926  Branch: cfgperl
4927        ! malloc.c
4928 ____________________________________________________________________________
4929 [  2474] By: jhi                                   on 1998/12/13  12:32:42
4930     Log: Some notes about porting issues.
4931  Branch: cfgperl
4932        ! Porting/pumpkin.pod
4933 ____________________________________________________________________________
4934 [  2473] By: jhi                                   on 1998/12/13  12:03:58
4935     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
4936          To: Perl 5 Porters <perl5-porters@perl.org>
4937          Subject: [patch 5.005_02] dos-djgpp update
4938          Date: Sun, 13 Dec 1998 00:08:44 +0100
4939          Message-ID: <19981213000844.C264@beeblebrox>
4940  Branch: cfgperl
4941        ! djgpp/config.over
4942 ____________________________________________________________________________
4943 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
4944     Log: undo changes to Exporter.pm from #2312
4945  Branch: maint-5.005/perl
4946        ! lib/Exporter.pm
4947 ____________________________________________________________________________
4948 [  2465] By: jhi                                   on 1998/12/12  12:31:21
4949     Log: Document that qw() taints.
4950          
4951          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
4952          To: perlbug@perl.com 
4953          Subject: taint problems
4954          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
4955          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
4956  Branch: cfgperl
4957        ! pod/perlop.pod
4958 ____________________________________________________________________________
4959 [  2464] By: jhi                                   on 1998/12/11  14:09:51
4960     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
4961          To: dist-users@foretune.co.jp
4962          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
4963          Date: Mon, 07 Dec 1998 20:13:04 -0400
4964          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
4965  Branch: cfgperl
4966        ! Configure
4967 ____________________________________________________________________________
4968 [  2463] By: jhi                                   on 1998/12/11  13:29:54
4969     Log: MAXPATHLEN.
4970  Branch: cfgperl
4971        ! perl.h
4972 ____________________________________________________________________________
4973 [  2462] By: jhi                                   on 1998/12/11  08:37:58
4974     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
4975          To: perl5-porters@perl.org
4976          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
4977          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
4978          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
4979  Branch: cfgperl
4980        + hints/gnu.sh
4981 ____________________________________________________________________________
4982 [  2461] By: nick                                  on 1998/12/10  21:00:50
4983     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
4984          From: Vishal Bhatia <vishalb@hotmail.com>
4985          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
4986          2. Fixes the bug  regarding return value of c-functions generated out 
4987          of perl subs. ( Just includes the patch I sent earlier)
4988          3. Incorporates the other changes that need to be done to get CC.pm
4989          use ISA search for packages and methods on the same lines as C.pm
4990          
4991          Vishal would appreciate comments about B::Stackobj changes from 
4992          someone knowing that module well.
4993  Branch: perl
4994        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
4995 ____________________________________________________________________________
4996 [  2460] By: jhi                                   on 1998/12/08  08:11:27
4997     Log: Integrate from mainperl.
4998  Branch: cfgperl
4999       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
5000       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
5001       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
5002       !> toke.c util.c
5003 ____________________________________________________________________________
5004 [  2459] By: jhi                                   on 1998/12/07  07:50:11
5005     Log: From: hansm@icgroup.nl 
5006          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
5007          Reply-To: hansmu@xs4all.nl 
5008          To: perlbug@perl.com 
5009          Date: Sun, 6 Dec 98 22:19:54 +0100 
5010          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
5011  Branch: cfgperl
5012        ! util.c
5013 ____________________________________________________________________________
5014 [  2458] By: gsar                                  on 1998/12/07  06:00:55
5015     Log: fix dup lexical
5016  Branch: perl
5017        ! ext/B/B/Deparse.pm t/lib/io_unix.t
5018 ____________________________________________________________________________
5019 [  2457] By: gsar                                  on 1998/12/06  14:38:59
5020     Log: mention limit on line numbers reported by diagnostics
5021  Branch: perl
5022        ! pod/perl.pod toke.c
5023 ____________________________________________________________________________
5024 [  2456] By: gsar                                  on 1998/12/06  13:49:02
5025     Log: branch perldelta.pod
5026  Branch: maint-5.005/perl
5027       +> pod/perldelta.pod
5028 ____________________________________________________________________________
5029 [  2455] By: gsar                                  on 1998/12/06  13:47:21
5030     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
5031  Branch: maint-5.005/perl
5032        - pod/perldelta.pod
5033 ____________________________________________________________________________
5034 [  2454] By: gsar                                  on 1998/12/06  13:35:31
5035     Log: fix outdated/incorrect info about arbitrary limits
5036  Branch: perl
5037        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
5038        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
5039 ____________________________________________________________________________
5040 [  2453] By: nick                                  on 1998/12/05  16:14:42
5041     Log: Avoid hard-coding op numbers
5042          Update CC.pm to save %INC, and to co-exist with new C.pm
5043  Branch: perl
5044        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
5045 ____________________________________________________________________________
5046 [  2452] By: nick                                  on 1998/12/05  10:44:28
5047     Log: B.xs had its own code to calculate hash() which differed from
5048          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
5049          which meant that run-time require was re-done.
5050          Removed some debug from C.pm
5051  Branch: perl
5052        ! ext/B/B.xs ext/B/B/C.pm
5053 ____________________________________________________________________________
5054 [  2451] By: nick                                  on 1998/12/04  21:58:49
5055     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
5056          well as _54, but with pre-scan for classes and save the ISA scheme.
5057  Branch: perl
5058        ! ext/B/B/C.pm
5059 ____________________________________________________________________________
5060 [  2450] By: nick                                  on 1998/12/04  17:58:44
5061     Log: Vishal Bhatia's patch as a basis.
5062  Branch: perl
5063        ! ext/B/B/C.pm ext/B/B/CC.pm
5064 ____________________________________________________________________________
5065 [  2449] By: jhi                                   on 1998/12/04  16:39:21
5066     Log: Integrate from mainperl.
5067  Branch: cfgperl
5068       !> t/op/goto.t t/op/tr.t
5069 ____________________________________________________________________________
5070 [  2448] By: gsar                                  on 1998/12/04  06:06:49
5071     Log: tweak test for UTEST
5072  Branch: perl
5073        ! t/op/tr.t
5074 ____________________________________________________________________________
5075 [  2444] By: jhi                                   on 1998/12/03  14:37:22
5076     Log: s/\bthe the\b/the/g *.pod
5077  Branch: cfgperl
5078        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
5079 ____________________________________________________________________________
5080 [  2443] By: jhi                                   on 1998/12/03  13:39:53
5081     Log: Change#2441 aftermath.
5082  Branch: cfgperl
5083        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5084        ! config_h.SH thread.h vms/subconfigure.com
5085 ____________________________________________________________________________
5086 [  2441] By: jhi                                   on 1998/12/03  08:15:13
5087     Log: From: Dan Sugalski <sugalskd@osshe.edu>
5088          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
5089          Subject: [PATCH 5.005_54]Initial VMS patches
5090          Date: 3 Dec 1998 01:05:55 +0200
5091          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
5092          
5093          The patch to config_h.SH requires more study because
5094          metaconfig needs to agree.
5095  Branch: cfgperl
5096        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
5097        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
5098        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
5099 ____________________________________________________________________________
5100 [  2440] By: gsar                                  on 1998/12/03  01:32:16
5101     Log: add failed check-in of goto.t from change#1867
5102  Branch: perl
5103        ! t/op/goto.t
5104 ____________________________________________________________________________
5105 [  2437] By: jhi                                   on 1998/12/02  18:03:51
5106     Log: Fix most of the bad L<> links of
5107          
5108          From: Tom Christiansen <tchrist@jhereg.perl.com> 
5109          Subject: bad L<> links
5110          Reply-to: tchrist@perl.com 
5111          To: perlbug@jhereg.perl.com 
5112          Date: Tue, 11 Aug 1998 10:58:07 -0500 
5113          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
5114          
5115          The ones not fixed may require darker Pod::HTML magic,
5116          for example the perlguts.html#tags should work fine, IMHO.
5117  Branch: cfgperl
5118        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
5119        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
5120        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
5121        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
5122        ! pod/perlvar.pod
5123 ____________________________________________________________________________
5124 [  2436] By: jhi                                   on 1998/12/02  16:35:04
5125     Log: One paste too many in #2345.
5126  Branch: cfgperl
5127        ! lib/Pod/Html.pm
5128 ____________________________________________________________________________
5129 [  2435] By: jhi                                   on 1998/12/02  16:32:33
5130     Log: Pod::Html and Pod::Text were not locale-savvy:
5131          for example in =head1 all non-ASCII-\w-runs were
5132          turned into underscores in NAME tags.  This could
5133          result in several NAME tags becoming identical.
5134          Reported by:
5135          
5136          From: Fyodor Krasnov <fyodor@aha.ru> 
5137          Subject: pod2html vs Russian Characters
5138          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
5139          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
5140          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
5141  Branch: cfgperl
5142        ! lib/Pod/Html.pm lib/Pod/Text.pm
5143 ____________________________________________________________________________
5144 [  2434] By: jhi                                   on 1998/12/02  10:29:00
5145     Log: The real Mc5_54 integration.
5146  Branch: cfgperl
5147       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
5148 ____________________________________________________________________________
5149 [  2433] By: jhi                                   on 1998/12/02  08:52:13
5150     Log: From: Andy Dougherty <doughera@lafayette.edu>
5151          To: Perl Porters <perl5-porters@perl.org>
5152          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
5153          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
5154          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
5155  Branch: cfgperl
5156        ! Configure
5157 ____________________________________________________________________________
5158 [  2432] By: jhi                                   on 1998/12/02  08:49:47
5159     Log: From: Andy Dougherty <doughera@lafayette.edu>
5160          To: Perl Porters <perl5-porters@perl.org>
5161          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
5162          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
5163          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
5164  Branch: cfgperl
5165        ! Configure
5166 ____________________________________________________________________________
5167 [  2431] By: jhi                                   on 1998/12/01  16:11:50
5168     Log: From: achampio@lehman.com (Alan Champion)
5169          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
5170          To: perlbug@perl.com
5171          Date: 1 Dec 1998 17:36:33 +0200
5172          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
5173          
5174          Skip NIS includes.
5175  Branch: cfgperl
5176        ! t/op/pwent.t
5177 ____________________________________________________________________________
5178 [  2430] By: gsar                                  on 1998/12/01  12:12:50
5179     Log: 5.005_54, as released
5180  Branch: perl
5181        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
5182 ____________________________________________________________________________
5183 [  2429] By: jhi                                   on 1998/12/01  11:28:39
5184     Log: From: Anton Berezin <tobez@plab.ku.dk>
5185          To: perl5-porters@perl.org
5186          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
5187          Date: 30 Nov 1998 19:46:24 +0100
5188          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
5189  Branch: cfgperl
5190        ! hints/freebsd.sh
5191 ____________________________________________________________________________
5192 [  2428] By: jhi                                   on 1998/12/01  11:08:16
5193     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
5194  Branch: cfgperl
5195       +> (branch 30 files)
5196       !> (integrate 71 files)
5197 ____________________________________________________________________________
5198 [  2427] By: jhi                                   on 1998/12/01  10:51:37
5199     Log: Default to accepting a hinted $randfunc even when $csym
5200          does not find it.  (the previous defaylt behaviour was not
5201          to accept).
5202  Branch: cfgperl
5203        ! Configure
5204 ____________________________________________________________________________
5205 [  2426] By: jhi                                   on 1998/12/01  10:13:03
5206     Log: Separated the [:foo:] parsing to its own function.
5207          Passes all tests.
5208  Branch: cfgperl
5209        ! regcomp.c
5210 ____________________________________________________________________________
5211 [  2425] By: jhi                                   on 1998/12/01  08:22:49
5212     Log: Typo in comments.
5213  Branch: cfgperl
5214        ! regexec.c
5215 ____________________________________________________________________________
5216 [  2424] By: jhi                                   on 1998/12/01  08:21:38
5217     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5218          Subject: [PATCH 5.005_*] Debugger 'v' command
5219          To: perl5-porters@perl.org (Mailing list Perl5)
5220          Date: 1 Dec 1998 07:55:11 +0200
5221          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
5222  Branch: cfgperl
5223        ! lib/perl5db.pl
5224 ____________________________________________________________________________
5225 [  2423] By: jhi                                   on 1998/12/01  08:19:08
5226     Log: From: pvhp@forte.com (Peter Prymmer)
5227          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
5228          To: perl5-porters@perl.org
5229          Date: 1 Dec 1998 07:27:11 +0200
5230          Message-ID: <MLIST_9812010508.AA07791@forte.com>
5231  Branch: cfgperl
5232        ! hints/os390.sh
5233 ____________________________________________________________________________
5234 [  2417] By: jhi                                   on 1998/11/30  08:14:00
5235     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
5236  Branch: cfgperl
5237        ! ext/Socket/Socket.xs
5238 ____________________________________________________________________________
5239 [  2416] By: jhi                                   on 1998/11/30  08:00:15
5240     Log: Undo #2395, seems more like a problem in netbsd-current.
5241  Branch: cfgperl
5242        ! util.c
5243
5244 ----------------
5245 Version 5.005_54
5246 ----------------
5247
5248 ____________________________________________________________________________
5249 [  2414] By: gsar                                  on 1998/11/30  02:23:55
5250     Log: more JPL tweaks
5251  Branch: perl
5252        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
5253        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
5254 ____________________________________________________________________________
5255 [  2413] By: gsar                                  on 1998/11/30  01:35:56
5256     Log: stub bin/jpl that just runs JPL::Compile::files()
5257  Branch: perl
5258        + jpl/bin/jpl
5259 ____________________________________________________________________________
5260 [  2412] By: gsar                                  on 1998/11/30  01:32:14
5261     Log: delete symlink
5262  Branch: perl
5263        - jpl/bin/jpl
5264 ____________________________________________________________________________
5265 [  2410] By: gsar                                  on 1998/11/30  01:30:44
5266     Log: branch jpl from perlext to perl
5267  Branch: perl
5268       +> (branch 30 files)
5269 ____________________________________________________________________________
5270 [  2407] By: gsar                                  on 1998/11/30  01:24:53
5271     Log: JPL tweaks to build with 5.005
5272  Branch: perlext
5273        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
5274        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
5275 ____________________________________________________________________________
5276 [  2406] By: gsar                                  on 1998/11/30  00:55:54
5277     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
5278  Branch: perl
5279        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
5280 ____________________________________________________________________________
5281 [  2405] By: gsar                                  on 1998/11/30  00:28:55
5282     Log: patchlevel up to 54
5283  Branch: perl
5284        ! patchlevel.h win32/Makefile win32/config_H.bc
5285        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
5286 ____________________________________________________________________________
5287 [  2403] By: gsar                                  on 1998/11/29  23:35:50
5288     Log: integrate cfgperl changes into mainline
5289  Branch: perl
5290       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
5291       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
5292 ____________________________________________________________________________
5293 [  2402] By: gsar                                  on 1998/11/29  23:08:42
5294     Log: sync Text::Wrap version number
5295  Branch: perl
5296        ! lib/Text/Wrap.pm
5297 ____________________________________________________________________________
5298 [  2401] By: gsar                                  on 1998/11/29  22:56:21
5299     Log: textfill.t tweak
5300  Branch: perl
5301        ! t/lib/textfill.t
5302 ____________________________________________________________________________
5303 [  2400] By: gsar                                  on 1998/11/29  22:50:41
5304     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
5305          <muir@idiom.com>
5306  Branch: perl
5307        + t/lib/textfill.t
5308        ! MANIFEST lib/Text/Wrap.pm
5309 ____________________________________________________________________________
5310 [  2399] By: gsar                                  on 1998/11/29  22:28:05
5311     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
5312          has happened without the authors knowledge or consent; the subversive
5313          version (which is in 5.00502) breaks one of the tests in the
5314          authors testsuite; attempts are being made to find a fix that
5315          avoids breaking code already running with the 5.005_02 version
5316          From:    David Muir Sharnoff <muir@idiom.com>
5317          Date:    Sat, 28 Nov 1998 04:34:17 PST
5318          Message-Id: <199811281234.EAA03082@idiom.com>
5319          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
5320  Branch: perl
5321        ! lib/Text/Wrap.pm t/lib/textwrap.t
5322 ____________________________________________________________________________
5323 [  2397] By: nick                                  on 1998/11/29  20:13:58
5324     Log: Update docs and English.pm for $^C
5325  Branch: perl
5326        ! lib/English.pm pod/perlvar.pod
5327 ____________________________________________________________________________
5328 [  2396] By: jhi                                   on 1998/11/29  20:13:03
5329     Log: Mirror #2384.
5330  Branch: cfgperl
5331        ! t/op/pwent.t
5332 ____________________________________________________________________________
5333 [  2395] By: jhi                                   on 1998/11/29  19:59:12
5334     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
5335  Branch: cfgperl
5336        ! util.c
5337 ____________________________________________________________________________
5338 [  2394] By: gsar                                  on 1998/11/29  19:49:08
5339     Log: updated perlreftut.pod
5340  Branch: perl
5341        ! pod/perlreftut.pod
5342 ____________________________________________________________________________
5343 [  2393] By: gsar                                  on 1998/11/29  19:31:56
5344     Log: misc tweaks
5345  Branch: perl
5346        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
5347 ____________________________________________________________________________
5348 [  2392] By: gsar                                  on 1998/11/29  19:31:18
5349     Log: notes about -DPERL_POLLUTE
5350  Branch: perl
5351        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
5352 ____________________________________________________________________________
5353 [  2391] By: gsar                                  on 1998/11/29  19:13:52
5354     Log: explain various win32 build caveats more clearly
5355  Branch: perl
5356        ! README.win32 win32/Makefile win32/makefile.mk
5357 ____________________________________________________________________________
5358 [  2390] By: gsar                                  on 1998/11/29  16:51:59
5359     Log: remove I_POLL detection (Configure will do that now)
5360  Branch: perl
5361        ! ext/IO/Makefile.PL
5362 ____________________________________________________________________________
5363 [  2389] By: jhi                                   on 1998/11/29  16:39:16
5364     Log: Add I_POLL for IO 1.20.
5365  Branch: cfgperl
5366        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5367        ! config_h.SH
5368 ____________________________________________________________________________
5369 [  2388] By: gsar                                  on 1998/11/29  16:23:30
5370     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
5371  Branch: perl
5372        + Porting/p4desc
5373        ! MANIFEST
5374 ____________________________________________________________________________
5375 [  2387] By: gsar                                  on 1998/11/29  16:08:03
5376     Log: another threads reliability fix: serialize writes to thr->threadsv
5377          avoid most uses of PL_na (which is much more inefficient than a
5378          simple local); update docs to suit; PL_na now being thr->Tna may
5379          be a minor compatibility issue for extensions--will require dTHR
5380          outside of XSUBs (those get automatic dTHR)
5381  Branch: perl
5382        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
5383        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
5384        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
5385        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
5386        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
5387        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
5388        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
5389        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
5390        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
5391 ____________________________________________________________________________
5392 [  2386] By: jhi                                   on 1998/11/29  15:40:42
5393     Log: Tune the "if" entry.
5394  Branch: cfgperl
5395        ! pod/perlfunc.pod
5396 ____________________________________________________________________________
5397 [  2385] By: gsar                                  on 1998/11/29  12:40:28
5398     Log: various fixes for race conditions under threads: mutex locks based
5399          on PL_threadnum were seriously flawed, since it means more than one
5400          thread could enter the critical region; PL_na was global instead of
5401          thread-local; child thread could finish and free thr structures
5402          before Thread->new() got around to creating the Thread object;
5403          cv_clone() needed locking, as it mucks with PL_comppad and other
5404          global data; new_struct_thread() needed to lock template-thread's
5405          mutex while copying its data
5406  Branch: perl
5407        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
5408        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
5409 ____________________________________________________________________________
5410 [  2384] By: gsar                                  on 1998/11/29  10:54:38
5411     Log: s/warn/print/ on multiply defined groups
5412  Branch: perl
5413        ! t/op/grent.t
5414 ____________________________________________________________________________
5415 [  2383] By: gsar                                  on 1998/11/29  10:48:39
5416     Log: backout change#2334
5417  Branch: perl
5418        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
5419 ____________________________________________________________________________
5420 [  2382] By: jhi                                   on 1998/11/29  10:33:40
5421     Log: Better NetInfo behaviour.
5422  Branch: cfgperl
5423        ! t/op/grent.t t/op/pwent.t
5424 ____________________________________________________________________________
5425 [  2381] By: jhi                                   on 1998/11/29  10:08:15
5426     Log: Integrate from mainperl.
5427  Branch: cfgperl
5428       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
5429       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
5430       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
5431       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
5432       +> t/lib/io_poll.t t/lib/io_unix.t
5433       !> (integrate 58 files)
5434 ____________________________________________________________________________
5435 [  2380] By: gsar                                  on 1998/11/29  08:22:49
5436     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
5437          Tim Bunce)
5438  Branch: perl
5439        ! gv.c
5440 ____________________________________________________________________________
5441 [  2379] By: gsar                                  on 1998/11/29  07:06:43
5442     Log: fix for pat.t failure under USE_THREADS
5443  Branch: perl
5444        ! pp_ctl.c regexec.c
5445 ____________________________________________________________________________
5446 [  2378] By: nick                                  on 1998/11/28  22:46:57
5447     Log: More C.pm tweaks
5448          Save globs even if we have saved cv itself before - may be imported.
5449          
5450          While we don't save "bootstrap" CV we need to provide a stub,
5451          so that if we require it later we don't fall through and attempt
5452          to DynaLoad module again.
5453          
5454          Attempt to save %INC so that "require" does not reload things
5455          we have compiled-in (does not work right yet - seems to be due
5456          to PL_incgv being created in perl_parse() current scheme setting 
5457          GvHV() is "better" than saving the glob, but still does not 
5458          work as I expect). 
5459  Branch: perl
5460        ! ext/B/B/C.pm
5461 ____________________________________________________________________________
5462 [  2377] By: gsar                                  on 1998/11/28  22:30:38
5463     Log: various tweaks; result passes all tests for normal build on Solaris;
5464          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
5465          win32 due to lack of select() that works on non-socket fds
5466  Branch: perl
5467        ! ext/IO/poll.c regcomp.c regexec.c scope.c
5468        ! t/lib/io_multihomed.t win32/makefile.mk
5469 ____________________________________________________________________________
5470 [  2376] By: gsar                                  on 1998/11/28  20:44:39
5471     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
5472  Branch: perl
5473        ! myconfig
5474 ____________________________________________________________________________
5475 [  2375] By: gsar                                  on 1998/11/28  20:42:58
5476     Log: integrate cfgperl changes into mainline
5477  Branch: perl
5478       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
5479       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
5480 ____________________________________________________________________________
5481 [  2374] By: gsar                                  on 1998/11/28  20:02:03
5482     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5483          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
5484          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
5485          Subject: [PATCH 5.00553] Yet another OS/2 patch
5486  Branch: perl
5487        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
5488 ____________________________________________________________________________
5489 [  2373] By: gsar                                  on 1998/11/28  19:30:06
5490     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5491          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
5492          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
5493          Subject: [PATCH 5.005_53] Change $#+
5494  Branch: perl
5495        ! mg.c pod/perlvar.pod t/op/pat.t
5496 ____________________________________________________________________________
5497 [  2372] By: gsar                                  on 1998/11/28  19:28:00
5498     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5499          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
5500          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
5501          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
5502  Branch: perl
5503        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
5504        ! thrdvar.h
5505 ____________________________________________________________________________
5506 [  2371] By: gsar                                  on 1998/11/28  19:23:53
5507     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5508          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
5509          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
5510          Subject: [PATCH 5.005_53] better -Mre=debugcolor
5511  Branch: perl
5512        ! embedvar.h objXSUB.h regexec.c thrdvar.h
5513 ____________________________________________________________________________
5514 [  2370] By: gsar                                  on 1998/11/28  19:21:17
5515     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5516          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
5517          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
5518          Subject: [PATCH 5.005_*] regcolors
5519  Branch: perl
5520        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
5521 ____________________________________________________________________________
5522 [  2369] By: gsar                                  on 1998/11/28  19:00:15
5523     Log: allow final period in a file (not followed by a newline) to
5524          terminate format spec
5525  Branch: perl
5526        ! toke.c
5527 ____________________________________________________________________________
5528 [  2368] By: gsar                                  on 1998/11/28  18:58:25
5529     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
5530          add C<$Config{installarchlib}/CORE> to the default locations searched
5531          on win32
5532  Branch: perl
5533        ! lib/ExtUtils/Liblist.pm
5534 ____________________________________________________________________________
5535 [  2367] By: gsar                                  on 1998/11/28  18:46:05
5536     Log: applied suggested patch with PERL_OBJECT tweaks
5537          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5538          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
5539          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
5540          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
5541  Branch: perl
5542        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
5543        ! regexec.c t/op/pat.t thrdvar.h
5544 ____________________________________________________________________________
5545 [  2366] By: gsar                                  on 1998/11/28  18:38:34
5546     Log: additional documentation for qr//
5547          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5548          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
5549          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
5550          Subject: [PATCH 5.005_*] Documentation (fwd)
5551  Branch: perl
5552        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
5553 ____________________________________________________________________________
5554 [  2365] By: gsar                                  on 1998/11/28  18:35:35
5555     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5556          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
5557          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
5558          Subject: [PATCH 5.005_*] Fix \G in REx without //g
5559  Branch: perl
5560        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
5561        ! regexp.h t/op/pat.t thrdvar.h
5562 ____________________________________________________________________________
5563 [  2364] By: gsar                                  on 1998/11/28  18:24:20
5564     Log: update Test.pm to Test-1.12; tweak 're' detection
5565  Branch: perl
5566        ! lib/Test.pm
5567 ____________________________________________________________________________
5568 [  2363] By: gsar                                  on 1998/11/28  18:12:04
5569     Log: avoid command-line quoting portability problems in lex_assign.t
5570  Branch: perl
5571        ! t/op/lex_assign.t
5572 ____________________________________________________________________________
5573 [  2362] By: gsar                                  on 1998/11/28  18:08:50
5574     Log: From: John Tobey <jtobey@channel1.com>
5575          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
5576          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
5577          Subject: PATCH: document English.pm sawampersand and thread issues
5578  Branch: perl
5579        ! lib/English.pm pod/perlvar.pod
5580 ____________________________________________________________________________
5581 [  2361] By: gsar                                  on 1998/11/28  18:03:04
5582     Log: fix uninitialized warnings
5583          From: Brian Callaghan <callagh@itginc.com>
5584          Date: Thu, 19 Nov 1998 17:49:10 -0800
5585          Message-Id: <3654CA96.B64FCAEB@itginc.com>
5586          Subject: Complete.pm patch (version 1.1)
5587  Branch: perl
5588        ! lib/Term/Complete.pm
5589 ____________________________________________________________________________
5590 [  2360] By: gsar                                  on 1998/11/28  17:59:16
5591     Log: s/Array/List/ suggested by John Tobey
5592  Branch: perl
5593        ! pod/perldata.pod
5594 ____________________________________________________________________________
5595 [  2359] By: gsar                                  on 1998/11/28  17:47:48
5596     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
5597  Branch: perl
5598        ! lib/Tie/Handle.pm pod/perlfunc.pod
5599 ____________________________________________________________________________
5600 [  2358] By: jhi                                   on 1998/11/28  17:23:15
5601     Log: Revamp the locale tests.
5602          (0) Instead of rewiring a few locales scan for them.
5603          (1) Bogus test #101 removed.
5604          (2) All the locales are checked, the lists of failed
5605          and non-failed ones are displayed.
5606          (3) The test #103 is again 'active' so that it may fail.
5607          (4) To balance (3) a hopefully pacifying message is shown
5608          if the #103 fails.
5609  Branch: cfgperl
5610        ! t/pragma/locale.t
5611 ____________________________________________________________________________
5612 [  2357] By: gsar                                  on 1998/11/28  17:21:07
5613     Log: add perlreftut.pod
5614  Branch: perl
5615        + pod/perlreftut.pod
5616        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
5617        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
5618        ! win32/pod.mak
5619 ____________________________________________________________________________
5620 [  2356] By: jhi                                   on 1998/11/28  16:58:01
5621     Log: Change #2346 fallout.
5622  Branch: cfgperl
5623        ! t/op/undef.t
5624 ____________________________________________________________________________
5625 [  2355] By: gsar                                  on 1998/11/28  16:46:43
5626     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
5627          ANSI prototypes
5628  Branch: perl
5629        ! ext/IO/IO.xs
5630 ____________________________________________________________________________
5631 [  2354] By: gsar                                  on 1998/11/28  16:08:07
5632     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
5633          keep platform hacks that aren't in the 1.20 dist; add new files
5634          to MANIFEST; hack Makefile.PL; result hasn't been tested
5635          anywhere
5636  Branch: perl
5637        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
5638        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
5639        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
5640        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
5641        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
5642        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
5643        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
5644        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
5645        ! t/lib/io_sock.t t/lib/io_udp.t
5646 ____________________________________________________________________________
5647 [  2353] By: jhi                                   on 1998/11/28  15:51:03
5648     Log: Locale collation, ctype, and numeric, were initialized wrong
5649          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
5650          as reported by
5651          
5652          From: Ilya.Sandler@etak.com (Ilya Sandler)
5653          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
5654          To: perlbug@perl.com
5655          Date: 25 Nov 1998 04:53:52 +0200
5656          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
5657  Branch: cfgperl
5658        ! util.c
5659 ____________________________________________________________________________
5660 [  2352] By: nick                                  on 1998/11/28  15:21:59
5661     Log: Implement $^C to allow perl access to -c flag - I think this 
5662          was agreed once...
5663  Branch: perl
5664        ! gv.c mg.c
5665 ____________________________________________________________________________
5666 [  2351] By: jhi                                   on 1998/11/28  15:14:24
5667     Log: Change #2251 fixup.
5668  Branch: cfgperl
5669        ! myconfig
5670 ____________________________________________________________________________
5671 [  2350] By: jhi                                   on 1998/11/28  14:58:19
5672     Log: Integrate from mainperl.
5673  Branch: cfgperl
5674       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
5675       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
5676       +> pod/perl5005delta.pod
5677       !> (integrate 49 files)
5678 ____________________________________________________________________________
5679 [  2349] By: jhi                                   on 1998/11/28  14:27:36
5680     Log: Passwd and group file groveling.
5681  Branch: cfgperl
5682        ! t/op/grent.t t/op/pwent.t
5683 ____________________________________________________________________________
5684 [  2348] By: gsar                                  on 1998/11/28  14:09:50
5685     Log: more conservative version of changes#2345,2346,2347; those break
5686          C<defined(@{"foo::ISA"})> which seems to be extensively used in
5687          the libs :-(
5688  Branch: perl
5689        ! pp.c t/op/method.t
5690 ____________________________________________________________________________
5691 [  2347] By: gsar                                  on 1998/11/28  13:36:08
5692     Log: tweak bogus test
5693  Branch: perl
5694        ! t/op/method.t
5695 ____________________________________________________________________________
5696 [  2346] By: gsar                                  on 1998/11/28  13:20:34
5697     Log: test cases for previous change
5698  Branch: perl
5699        ! t/op/undef.t
5700 ____________________________________________________________________________
5701 [  2345] By: gsar                                  on 1998/11/28  13:07:17
5702     Log: fix typo in pp_defined() causing C<defined %tied> to fail
5703  Branch: perl
5704        ! pp.c
5705 ____________________________________________________________________________
5706 [  2344] By: gsar                                  on 1998/11/28  13:03:29
5707     Log: s/comment/comment_t/ tweak (suggested by John Gorman
5708          <jgorman@webbysoft.com>)
5709  Branch: perl
5710        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
5711 ____________________________________________________________________________
5712 [  2343] By: gsar                                  on 1998/11/28  12:52:40
5713     Log: add (stub) perldelta.pod
5714  Branch: perl
5715        + pod/perldelta.pod
5716 ____________________________________________________________________________
5717 [  2342] By: gsar                                  on 1998/11/28  12:49:26
5718     Log: rename perldelta.pod to perl5005delta.pod in preparation for
5719          starting a new one
5720  Branch: perl
5721       +> pod/perl5005delta.pod
5722        - pod/perldelta.pod
5723        ! MANIFEST pod/perl.pod
5724 ____________________________________________________________________________
5725 [  2341] By: gsar                                  on 1998/11/28  12:41:55
5726     Log: fix MALLOC_LOCK #define
5727  Branch: perl
5728        ! malloc.c
5729 ____________________________________________________________________________
5730 [  2340] By: gsar                                  on 1998/11/28  12:18:23
5731     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5732          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
5733          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
5734          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
5735  Branch: perl
5736        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
5737 ____________________________________________________________________________
5738 [  2339] By: jhi                                   on 1998/11/28  11:59:01
5739     Log: Add -lm to dynix/ptx POSIX hints.
5740          From: "Martin J. Bligh" <mbligh@sequent.com>
5741          To: jhi@iki.fi
5742          Subject: Re: Making Perl work on DYNIX/ptx
5743          Date: Wed, 25 Nov 1998 10:34:41 -0800
5744          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
5745  Branch: cfgperl
5746        ! ext/POSIX/hints/dynixptx.pl
5747 ____________________________________________________________________________
5748 [  2338] By: jhi                                   on 1998/11/28  11:57:19
5749     Log: Detypo.
5750  Branch: cfgperl
5751        ! lib/filetest.pm
5752 ____________________________________________________________________________
5753 [  2337] By: jhi                                   on 1998/11/28  11:56:29
5754     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
5755  Branch: cfgperl
5756        ! Configure
5757 ____________________________________________________________________________
5758 [  2336] By: gsar                                  on 1998/11/28  11:41:14
5759     Log: teach CPAN.pm to ignore beta perl distributions when looking for
5760          modules
5761          From: root@dogberry.rutgers.edu (root)
5762          Date: Thu, 12 Nov 1998 23:08:39 -0500
5763          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
5764          Subject: recompile tries getting a perl distribution
5765  Branch: perl
5766        ! lib/CPAN.pm
5767 ____________________________________________________________________________
5768 [  2335] By: gsar                                  on 1998/11/28  11:27:46
5769     Log: make $1 et al readonly under threads; make C<undef $1> fail like
5770          C<$1 = undef> does
5771  Branch: perl
5772        ! op.c pp.c t/op/undef.t
5773 ____________________________________________________________________________
5774 [  2334] By: gsar                                  on 1998/11/28  10:24:52
5775     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
5776  Branch: perl
5777        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
5778 ____________________________________________________________________________
5779 [  2333] By: gsar                                  on 1998/11/28  09:36:40
5780     Log: document changed PERL_HASH()
5781  Branch: perl
5782        ! pod/perlfunc.pod pod/perlguts.pod
5783 ____________________________________________________________________________
5784 [  2332] By: nick                                  on 1998/11/27  21:10:27
5785     Log: Handle INIT list in C.pm
5786          1. Provide init_av() from B.xs
5787          2. Export it in B.pm
5788          3. Use it in C.pm
5789          Also disable some pruning in savecv() which seems to undo
5790          my previous patch.
5791          Experimental feature - save pathnames of .so files in easily 
5792          grep-able form for use in wrapper to feed to linker.  
5793  Branch: perl
5794        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
5795 ____________________________________________________________________________
5796 [  2327] By: gsar                                  on 1998/11/27  15:12:01
5797     Log: integrate change#2315 from maint-5.005
5798  Branch: perl
5799        ! t/op/sort.t
5800       !> op.c sv.c
5801 ____________________________________________________________________________
5802 [  2326] By: gsar                                  on 1998/11/27  15:00:42
5803     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
5804  Branch: perl
5805       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
5806       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
5807       !> lib/ExtUtils/typemap
5808 ____________________________________________________________________________
5809 [  2325] By: gsar                                  on 1998/11/27  14:46:18
5810     Log: malloc bugfix and documentation from Ilya Zakharevich
5811          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
5812          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
5813          Subject: [PATCH 5.005_*] Re: Internal coredump
5814          --
5815          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
5816          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
5817          Subject: [PATCH 5.005_*] malloc.c documentation
5818  Branch: perl
5819        ! malloc.c
5820 ____________________________________________________________________________
5821 [  2324] By: gsar                                  on 1998/11/27  14:41:38
5822     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
5823  Branch: perl
5824        ! ext/B/B/C.pm
5825 ____________________________________________________________________________
5826 [  2323] By: gsar                                  on 1998/11/27  14:33:44
5827     Log: From: maeda@src.ricoh.co.jp
5828          Date: Tue, 24 Nov 1998 10:37:45 +0900
5829          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
5830          Subject: format "..." bug
5831  Branch: perl
5832        ! pp_ctl.c t/op/write.t
5833 ____________________________________________________________________________
5834 [  2322] By: gsar                                  on 1998/11/27  14:20:12
5835     Log: add ext/Devel/Peek
5836          From: jan.dubois@ibm.net (Jan Dubois)
5837          Date: Mon, 23 Nov 1998 00:48:11 +0100
5838          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
5839          Subject: [PATCH 5.005_53] Devel::Peek integration
5840  Branch: perl
5841        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
5842        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
5843        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
5844        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
5845        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
5846 ____________________________________________________________________________
5847 [  2321] By: gsar                                  on 1998/11/27  13:03:08
5848     Log: ensure 'make regen_headers' even without perl installed
5849          (suggested by Ilya Zakharevich)
5850  Branch: perl
5851        ! bytecode.pl warning.pl
5852 ____________________________________________________________________________
5853 [  2320] By: gsar                                  on 1998/11/27  12:58:36
5854     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5855          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
5856          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
5857          Subject: [PATCH 5.005_*] Cosmetic malloc patch
5858  Branch: perl
5859        ! malloc.c
5860 ____________________________________________________________________________
5861 [  2319] By: gsar                                  on 1998/11/27  12:56:13
5862     Log: eliminate dup hunk from integration
5863  Branch: perl
5864        ! lib/filetest.pm perl.h
5865 ____________________________________________________________________________
5866 [  2318] By: gsar                                  on 1998/11/27  12:50:08
5867     Log: integrate cfgperl changes into mainline
5868  Branch: perl
5869       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
5870        ! pod/perlfaq4.pod
5871       !> (integrate 30 files)
5872 ____________________________________________________________________________
5873 [  2317] By: jhi                                   on 1998/11/27  11:38:13
5874     Log: C<-x>.
5875  Branch: cfgperl
5876        ! lib/filetest.pm
5877 ____________________________________________________________________________
5878 [  2316] By: jhi                                   on 1998/11/27  11:10:22
5879     Log: Integrate from mainperl.
5880  Branch: cfgperl
5881       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
5882       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
5883       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
5884       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
5885       !> win32/win32sck.c
5886 ____________________________________________________________________________
5887 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
5888     Log: integrate change#2246 from mainline, while still allowing
5889          C<sort $globref @foo>
5890          
5891          allow C<sort $coderef @foo>
5892  Branch: maint-5.005/perl
5893        ! op.c sv.c
5894       !> t/op/sort.t
5895 ____________________________________________________________________________
5896 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
5897     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
5898          forwarded by Jarkko Hietaniemi from Mark Bixby
5899  Branch: maint-5.005/perl
5900        ! ext/DynaLoader/dl_mpeix.xs installperl
5901 ____________________________________________________________________________
5902 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
5903     Log: Allow PL_FILES to have multiple targets from one source by allowing
5904          an array ref as the value in the hash
5905  Branch: maint-5.005/perl
5906        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
5907        ! lib/ExtUtils/MakeMaker.pm
5908 ____________________________________________________________________________
5909 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
5910     Log: fix unsigned variables to use SvUV and sv_setuv
5911  Branch: maint-5.005/perl
5912        ! lib/ExtUtils/typemap
5913 ____________________________________________________________________________
5914 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
5915     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
5916  Branch: maint-5.005/perl
5917        ! lib/ExtUtils/MM_Unix.pm
5918 ____________________________________________________________________________
5919 [  2301] By: gsar                                  on 1998/11/26  10:16:54
5920     Log: fix PL_defoutgv leak under threads
5921  Branch: perl
5922        ! ext/Thread/Thread.xs
5923 ____________________________________________________________________________
5924 [  2300] By: gsar                                  on 1998/11/26  09:04:44
5925     Log: properly free temporaries created by threads
5926  Branch: perl
5927        ! ext/Thread/Thread.xs
5928 ____________________________________________________________________________
5929 [  2299] By: gsar                                  on 1998/11/26  06:51:16
5930     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
5931          to set the package for the block properly
5932  Branch: perl
5933        ! op.c t/comp/package.t t/lib/dumper.t
5934 ____________________________________________________________________________
5935 [  2298] By: nick                                  on 1998/11/24  22:04:20
5936     Log: Part-1 of tweaks to allow Tk to be "compiled"
5937          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
5938          (May also need attention to exports etc. - to follow.)
5939  Branch: perl
5940        ! universal.c
5941 ____________________________________________________________________________
5942 [  2294] By: jhi                                   on 1998/11/23  10:44:26
5943     Log: The new socket tests need in some platforms
5944          to #include <sys/types.h>.
5945  Branch: cfgperl
5946        ! Configure
5947 ____________________________________________________________________________
5948 [  2293] By: jhi                                   on 1998/11/23  10:33:42
5949     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
5950          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
5951          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
5952          Date: Mon, 23 Nov 1998 10:07:04 +0100
5953          Message-Id: <9811230907.AA06484@AWT.nl>
5954          
5955          NeXTstep NetInfo uses nidump to get the user/group databases.
5956  Branch: cfgperl
5957        ! t/op/grent.t t/op/pwent.t
5958 ____________________________________________________________________________
5959 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
5960     Log: Updated Porting/patchls utility.
5961  Branch: maint-5.004/perl
5962        ! Porting/patchls
5963 ____________________________________________________________________________
5964 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
5965     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
5966          From:  Henrik Tougaard <ht.000@foa.dk>
5967          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
5968          Files:  lib/Sys/Syslog.pm
5969  Branch: maint-5.004/perl
5970        ! lib/Sys/Syslog.pm
5971 ____________________________________________________________________________
5972 [  2286] By: jhi                                   on 1998/11/22  19:08:42
5973     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
5974  Branch: cfgperl
5975        ! ext/Socket/Socket.xs
5976 ____________________________________________________________________________
5977 [  2285] By: jhi                                   on 1998/11/22  18:21:07
5978     Log: MSG_PROXY for GNU/Hurd (previously we believed that
5979          all GNU libc platforms have MSG_PROXY.  Untrue).
5980          In fact this ended up as a major MSG_* and SCM_*
5981          update.  The MSG_XXX known to be enums in some
5982          versions of the glibc are now probed for and respective
5983          HAS_MSG_XXX are defined.  While I was at it I noticed
5984          SCM_RIGHTS being similarly an enum.  This reminded me of
5985          an ancient discussion in perl5-porters:
5986          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
5987          The BSD socket interface has a nifty feature for passing
5988          file descriptors and credentials--via sockets.  It may be
5989          too late to add this functionality to the CORE but
5990          at least Configure now probes for the functions,
5991          structs, and includes, defining the appropriate
5992          HAS_YYY and I_ZZZ, and the Socket extension exports
5993          the constants, in case somebody wants to write an
5994          extension for this interface.
5995  Branch: cfgperl
5996        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5997        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
5998        ! iperlsys.h
5999 ____________________________________________________________________________
6000 [  2284] By: jhi                                   on 1998/11/22  18:13:21
6001     Log: perlhist.pod 1.54, containing 5_53.
6002  Branch: cfgperl
6003        ! pod/perlhist.pod
6004 ____________________________________________________________________________
6005 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
6006     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
6007  Branch: maint-5.004/perl
6008        ! doio.c
6009 ____________________________________________________________________________
6010 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
6011     Log: Improve op/die_exit.t test for implicit close changing $!
6012  Branch: maint-5.004/perl
6013        ! t/op/die_exit.t
6014 ____________________________________________________________________________
6015 [  2268] By: jhi                                   on 1998/11/22  14:44:11
6016     Log: Fix thinko.
6017  Branch: cfgperl
6018        ! hints/dynixptx.sh
6019 ____________________________________________________________________________
6020 [  2267] By: jhi                                   on 1998/11/22  13:19:41
6021     Log: Document the d_socket override.
6022  Branch: cfgperl
6023        ! hints/dynixptx.sh
6024 ____________________________________________________________________________
6025 [  2266] By: jhi                                   on 1998/11/22  12:12:29
6026     Log: From: John Tobey <jtobey@channel1.com>
6027          Subject: [PATCH] perlfaq typos
6028          To: perl5-porters@perl.com
6029          Date: 22 Nov 1998 04:25:15 +0200
6030          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
6031  Branch: cfgperl
6032        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
6033        ! pod/perlfaq7.pod pod/perlfaq8.pod
6034 ____________________________________________________________________________
6035 [  2265] By: jhi                                   on 1998/11/22  12:06:29
6036     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
6037          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
6038          Newsgroups: hut.lists.perl5-porters
6039          To: gsar@engin.umich.edu (Gurusamy Sarathy)
6040          Cc: perl5-porters@perl.org (Perl5 Porters)
6041          Date: 20 Nov 1998 12:20:41 +0200
6042  Branch: cfgperl
6043        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6044        ! ext/DB_File/DB_File.xs
6045 ____________________________________________________________________________
6046 [  2264] By: jhi                                   on 1998/11/22  11:55:09
6047     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
6048          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
6049          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
6050          To: perlbug@perl.com
6051          Date: 20 Nov 1998 18:39:06 +0200
6052          Lines: 47
6053          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
6054  Branch: cfgperl
6055        ! t/op/grent.t t/op/pwent.t
6056 ____________________________________________________________________________
6057 [  2263] By: jhi                                   on 1998/11/22  11:42:59
6058     Log: Permission testing is tricky when we have too much power.
6059          Problem reported in
6060          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
6061          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
6062          To: perlbug@perl.com
6063          Date: 20 Nov 1998 18:39:06 +0200
6064          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
6065  Branch: cfgperl
6066        ! t/op/filetest.t
6067 ____________________________________________________________________________
6068 [  2262] By: gsar                                  on 1998/11/22  11:37:02
6069     Log: fix broken CAPI generation
6070  Branch: perl
6071        ! win32/GenCAPI.pl
6072 ____________________________________________________________________________
6073 [  2261] By: jhi                                   on 1998/11/22  11:17:00
6074     Log: -x should be C<-x>, reported by Gerben Wierda.
6075  Branch: cfgperl
6076        ! pod/perlfunc.pod
6077 ____________________________________________________________________________
6078 [  2260] By: gsar                                  on 1998/11/22  11:12:02
6079     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
6080  Branch: perl
6081        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
6082        ! proto.h
6083 ____________________________________________________________________________
6084 [  2259] By: jhi                                   on 1998/11/22  11:06:40
6085     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
6086          Subject: Re: [PATCH] Re: pod2man bug in date generated line
6087          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
6088          Cc: perlbug@perl.com
6089          Date: 20 Nov 1998 21:30:17 +0200
6090          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
6091  Branch: cfgperl
6092        ! pod/pod2man.PL
6093 ____________________________________________________________________________
6094 [  2256] By: jhi                                   on 1998/11/21  10:44:01
6095     Log: From: Thomas Bowditch <bowditch@inmet.com>
6096          Subject: Benchmark.pm suggestion
6097          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
6098          Date: Fri, 20 Nov 1998 17:43:46 -0500
6099          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
6100          
6101          Added timesum().
6102  Branch: cfgperl
6103        ! lib/Benchmark.pm
6104 ____________________________________________________________________________
6105 [  2255] By: gsar                                  on 1998/11/21  08:45:06
6106     Log: another win32 portability fix: make sysread() and syswrite()
6107          work on sockets
6108  Branch: perl
6109        ! pp_sys.c win32/win32.h
6110 ____________________________________________________________________________
6111 [  2254] By: gsar                                  on 1998/11/21  07:49:06
6112     Log: win32_recvfrom() compatibility fix
6113  Branch: perl
6114        ! win32/win32sck.c
6115 ____________________________________________________________________________
6116 [  2253] By: jhi                                   on 1998/11/20  08:22:06
6117     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
6118          To: jhi@iki.fi
6119          Subject: MPE/iX Perl 5.005_02 oops
6120          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
6121          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
6122  Branch: cfgperl
6123        ! ext/DynaLoader/dl_mpeix.xs installperl
6124 ____________________________________________________________________________
6125 [  2252] By: gsar                                  on 1998/11/19  17:38:03
6126     Log: mess_sv tweak for change#2249
6127  Branch: perl
6128        ! util.c
6129 ____________________________________________________________________________
6130 [  2251] By: jhi                                   on 1998/11/18  12:32:19
6131     Log: Display use64bits and usemultiplicity but only if necessary.
6132  Branch: cfgperl
6133        ! myconfig
6134 ____________________________________________________________________________
6135 [  2250] By: jhi                                   on 1998/11/18  12:26:50
6136     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
6137          Subject: pp.c uses 'unsigned Quad_t'
6138          To: perlbug@perl.com 
6139          Date: Sun, 15 Nov 1998 20:57:05 -0300 
6140          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
6141  Branch: cfgperl
6142        ! perl.h pp.c
6143 ____________________________________________________________________________
6144 [  2249] By: gsar                                  on 1998/11/18  05:43:11
6145     Log: use PL_mess_sv only during global destruction (fixes problems with
6146          overlapping invocations of form()/warn()/die()/croak() trampling on
6147          each other's messages)
6148  Branch: perl
6149        ! mg.c util.c
6150 ____________________________________________________________________________
6151 [  2248] By: gsar                                  on 1998/11/18  05:39:36
6152     Log: tweak change#2245 to skip previous message if any
6153  Branch: perl
6154        ! pp_ctl.c t/pragma/warn/pp_ctl
6155 ____________________________________________________________________________
6156 [  2247] By: jhi                                   on 1998/11/17  11:46:56
6157     Log: Integrate from mainperl.
6158  Branch: cfgperl
6159       !> (integrate 26 files)
6160 ____________________________________________________________________________
6161 [  2246] By: gsar                                  on 1998/11/17  09:41:10
6162     Log: allow C<sort $coderef @foo>
6163  Branch: perl
6164        ! op.c t/op/sort.t t/pragma/overload.t
6165 ____________________________________________________________________________
6166 [  2245] By: gsar                                  on 1998/11/17  08:28:26
6167     Log: propagate failures in DESTROY() as (optional) warnings
6168  Branch: perl
6169        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
6170 ____________________________________________________________________________
6171 [  2244] By: gsar                                  on 1998/11/17  07:43:08
6172     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
6173  Branch: perl
6174        ! perl.c thrdvar.h
6175 ____________________________________________________________________________
6176 [  2243] By: gsar                                  on 1998/11/17  07:40:09
6177     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
6178  Branch: perl
6179        ! lib/warning.pm warning.h warning.pl
6180 ____________________________________________________________________________
6181 [  2242] By: gsar                                  on 1998/11/17  06:32:39
6182     Log: fix skipspace() to properly account for newlines in eval''-ed
6183          strings (caused bogus line numbers in diagnostics and debugger)
6184  Branch: perl
6185        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
6186 ____________________________________________________________________________
6187 [  2241] By: gsar                                  on 1998/11/17  03:48:12
6188     Log: s/Perl_utf8skip/PL_utf8skip/g
6189  Branch: perl
6190        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
6191 ____________________________________________________________________________
6192 [  2240] By: gsar                                  on 1998/11/14  06:09:06
6193     Log: rework op/groups.t
6194  Branch: perl
6195        ! t/op/filetest.t t/op/groups.t
6196 ____________________________________________________________________________
6197 [  2235] By: gsar                                  on 1998/11/14  00:17:05
6198     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
6199  Branch: perl
6200        ! op.c
6201 ____________________________________________________________________________
6202 [  2234] By: gsar                                  on 1998/11/14  00:14:02
6203     Log: update Changes
6204  Branch: perl
6205        ! Changes win32/config.bc win32/config.gc win32/config.vc
6206 ____________________________________________________________________________
6207 [  2233] By: gsar                                  on 1998/11/13  09:43:03
6208     Log: doc tweak
6209  Branch: perl
6210        ! README.win32
6211 ____________________________________________________________________________
6212 [  2230] By: jhi                                   on 1998/11/12  17:07:45
6213     Log: Allow hints file override for d_socket
6214          (based on Sequent-induced change #2229).
6215  Branch: cfgperl
6216        ! Configure
6217 ____________________________________________________________________________
6218 [  2229] By: jhi                                   on 1998/11/12  16:32:33
6219     Log: 
6220          From: "Martin J. Bligh" <mbligh@sequent.com>
6221          To: jhi@iki.fi
6222          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
6223          Subject: Re: Making Perl work on DYNIX/ptx
6224          Date: Tue, 10 Nov 1998 16:24:26 -0800
6225          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
6226  Branch: cfgperl
6227        ! hints/dynixptx.sh
6228 ____________________________________________________________________________
6229 [  2228] By: jhi                                   on 1998/11/12  11:40:37
6230     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
6231          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
6232          To: jhi@iki.fi
6233          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
6234          Subject: Re: Making Perl work on DYNIX/ptx
6235          Date: Tue, 10 Nov 1998 18:01:10 -0800
6236  Branch: cfgperl
6237        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
6238 ____________________________________________________________________________
6239 [  2227] By: jhi                                   on 1998/11/12  11:17:42
6240     Log: Integrate from mainperl.
6241  Branch: cfgperl
6242       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
6243       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
6244       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
6245       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
6246       !> win32/win32.c x2p/s2p.PL
6247 ____________________________________________________________________________
6248 [  2226] By: gsar                                  on 1998/11/11  21:05:42
6249     Log: provide -DPERL_POLLUTE
6250  Branch: perl
6251        ! embed.pl embedvar.h
6252 ____________________________________________________________________________
6253 [  2225] By: jhi                                   on 1998/11/09  07:45:12
6254     Log: From: Hans Mulder <hansm@icgroup.nl>
6255          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
6256          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
6257          perl5-porters@perl.org
6258          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
6259          (UNINSTALLED)
6260          Date: Sun,  8 Nov 98 22:20:23 +0100
6261          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
6262  Branch: cfgperl
6263        ! malloc.c perl.h
6264 ____________________________________________________________________________
6265 [  2224] By: gsar                                  on 1998/11/09  03:13:14
6266     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
6267          Christoph <lupe@alanya.m.isar.de>)
6268  Branch: perl
6269        ! lib/Text/Wrap.pm
6270 ____________________________________________________________________________
6271 [  2223] By: gsar                                  on 1998/11/09  02:09:06
6272     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
6273          <lionel.fourquaux@wanadoo.fr>)
6274  Branch: perl
6275        ! x2p/s2p.PL
6276 ____________________________________________________________________________
6277 [  2222] By: gsar                                  on 1998/11/09  01:56:24
6278     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
6279          Date: Wed, 04 Nov 1998 12:19:44 +0000
6280          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
6281          Subject: [PATCH] Re: [5.005_53] read overflow? 
6282          --
6283          Date: Wed, 04 Nov 1998 13:15:18 +0000
6284          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
6285          Subject: [PATCH 5.005_53] perl -V fix
6286  Branch: perl
6287        ! perl.c regexec.c
6288 ____________________________________________________________________________
6289 [  2221] By: gsar                                  on 1998/11/09  01:34:56
6290     Log: From: jan.dubois@ibm.net (Jan Dubois)
6291          Date: Sun, 01 Nov 1998 00:05:01 +0100
6292          Message-ID: <364294bd.18052307@smtp1.ibm.net>
6293          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
6294  Branch: perl
6295        ! Changes win32/makedef.pl
6296 ____________________________________________________________________________
6297 [  2220] By: gsar                                  on 1998/11/08  21:13:07
6298     Log: integrate changes#2120,2168,2218 from maint-5.005;
6299          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
6300          enum; make regen_headers
6301  Branch: perl
6302        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
6303        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
6304 ____________________________________________________________________________
6305 [  2219] By: gsar                                  on 1998/11/08  19:42:57
6306     Log: integrate cfgperl changes into mainline
6307  Branch: perl
6308       +> README.vmesa
6309       !> Configure MANIFEST Porting/Glossary Porting/config.sh
6310       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
6311       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
6312       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
6313       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
6314       !> thread.h vms/subconfigure.com vos/config.h
6315 ____________________________________________________________________________
6316 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
6317     Log: From: Graham Barr <gbarr@ti.com>
6318          Date: Mon, 2 Nov 1998 07:38:52 -0600
6319          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
6320          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
6321  Branch: maint-5.005/perl
6322        ! ext/IPC/SysV/Msg.pm
6323 ____________________________________________________________________________
6324 [  2215] By: gsar                                  on 1998/11/08  02:52:52
6325     Log: set close-on-exec bit on pipe() FDs
6326  Branch: perl
6327        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
6328 ____________________________________________________________________________
6329 [  2214] By: gsar                                  on 1998/11/08  02:27:57
6330     Log: typo in newHVhv()
6331  Branch: perl
6332        ! hv.c
6333 ____________________________________________________________________________
6334 [  2211] By: jhi                                   on 1998/11/07  21:14:18
6335     Log: Finalize the Mach CThreads support.
6336          
6337          From: Hans Mulder <hansm@icgroup.nl>
6338          Date: Sat,  7 Nov 98 22:06:20 +0100
6339          To: Gurusamy Sarathy <gsar@engin.umich.edu>
6340          Cc: jhi@iki.fi, perl5-porters@perl.org
6341          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
6342          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
6343  Branch: cfgperl
6344        ! malloc.c perl.h
6345 ____________________________________________________________________________
6346 [  2210] By: gsar                                  on 1998/11/06  20:36:50
6347     Log: fix AvREALISH bogusness
6348  Branch: perl
6349        ! av.c t/op/array.t
6350 ____________________________________________________________________________
6351 [  2209] By: jhi                                   on 1998/11/06  08:05:31
6352     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
6353          ASSERT() causes problems in {NeXTStep,OpenStep}.
6354          
6355          From: Hans Mulder <hansm@icgroup.nl>
6356          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
6357          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
6358          Date: Fri,  6 Nov 98 01:27:41 +0100
6359          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
6360          
6361          and
6362          
6363          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6364          Subject: Re: ASSERT() in malloc.c
6365          To: jhi@iki.fi
6366          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
6367          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
6368  Branch: cfgperl
6369        ! malloc.c
6370 ____________________________________________________________________________
6371 [  2208] By: jhi                                   on 1998/11/06  07:55:38
6372     Log: Mach CThreads needs #include <mach/cthreads.h>.
6373  Branch: cfgperl
6374        ! perl.h
6375 ____________________________________________________________________________
6376 [  2206] By: jhi                                   on 1998/11/05  14:54:52
6377     Log: PERL_BADLANG wrongly documented.
6378          
6379          From: ts <decoux@moulon.inra.fr>
6380          To: jhi@cc.hut.fi
6381          Subject: Re: Locale warning messages
6382          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
6383          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
6384          
6385          and
6386          
6387          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6388          Subject: Re: PERL_BADLANG
6389          To: jhi@iki.fi
6390          Subject: Re: PERL_BADLANG
6391          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
6392          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
6393  Branch: cfgperl
6394        ! pod/perllocale.pod
6395 ____________________________________________________________________________
6396 [  2205] By: jhi                                   on 1998/11/05  14:24:33
6397     Log: Document all the control flow keywords in perlfunc
6398          so that "perlfunc -f while" works.
6399  Branch: cfgperl
6400        ! pod/perlfunc.pod
6401 ____________________________________________________________________________
6402 [  2204] By: jhi                                   on 1998/11/05  12:46:02
6403     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
6404          (from vos/config.h).  Update Porting/{Glossary,config*}.
6405  Branch: cfgperl
6406        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6407        ! config_h.SH vos/config.h
6408 ____________________________________________________________________________
6409 [  2203] By: jhi                                   on 1998/11/05  08:34:39
6410     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
6411  Branch: cfgperl
6412        ! hints/vmesa.sh vms/subconfigure.com
6413 ____________________________________________________________________________
6414 [  2202] By: jhi                                   on 1998/11/05  08:03:20
6415     Log: Integrate from mainperl.
6416  Branch: cfgperl
6417       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
6418       !> win32/Makefile win32/makefile.mk win32/win32.c
6419 ____________________________________________________________________________
6420 [  2201] By: gsar                                  on 1998/11/05  04:40:44
6421     Log: another POPSTACK victim
6422  Branch: perl
6423        ! cop.h sv.c
6424 ____________________________________________________________________________
6425 [  2196] By: gsar                                  on 1998/11/05  02:07:54
6426     Log: fix a location affected by change#2191, add note about POPSTACK
6427  Branch: perl
6428        ! cop.h gv.c pp_ctl.c
6429 ____________________________________________________________________________
6430 [  2195] By: gsar                                  on 1998/11/05  02:04:45
6431     Log: makefile notes
6432  Branch: perl
6433        ! win32/Makefile win32/makefile.mk
6434 ____________________________________________________________________________
6435 [  2192] By: gsar                                  on 1998/11/04  23:48:53
6436     Log: indeterminate order-of-evaluation fixes
6437  Branch: perl
6438        ! mg.c
6439 ____________________________________________________________________________
6440 [  2191] By: gsar                                  on 1998/11/04  23:02:16
6441     Log: refetch local stack pointer in POPSTACK
6442  Branch: perl
6443        ! cop.h perl.c
6444 ____________________________________________________________________________
6445 [  2190] By: jhi                                   on 1998/11/04  08:50:40
6446     Log: Configure update.
6447          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
6448          
6449          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6450          To: Martin Bligh <mbligh@sequent.com>
6451          Cc: Jarkko Hietaniemi <jhi@iki.fi>
6452          Subject: Re: Perl 5's configure on DYNIX/ptx
6453          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
6454          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
6455          
6456          find sockets also from libsocket, not just libnet.
6457          OS390: $compile_ok instead of $compile for <inttypes.h>,
6458          
6459          From: pvhp@forte.com (Peter Prymmer)
6460          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
6461          Subject: _53 not OK on os390 but looking better than ever
6462          Date: Tue, 3 Nov 98 17:33:22 PST
6463          Message-Id: <9811040133.AA09450@forte.com>
6464  Branch: cfgperl
6465        ! Configure
6466 ____________________________________________________________________________
6467 [  2189] By: jhi                                   on 1998/11/04  07:43:58
6468     Log: sysio.t failure: fix undefined order of evaluation, from
6469          
6470          From: Spider Boardman <spider@web.zk3.dec.com>
6471          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
6472          To: perlbug@perl.com
6473          Date: 4 Nov 1998 01:22:30 +0200
6474          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
6475  Branch: cfgperl
6476        ! pp_sys.c
6477 ____________________________________________________________________________
6478 [  2188] By: gsar                                  on 1998/11/04  02:59:16
6479     Log: fix return value of win32_pclose()
6480  Branch: perl
6481        ! win32/win32.c
6482 ____________________________________________________________________________
6483 [  2187] By: gsar                                  on 1998/11/04  02:56:34
6484     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
6485  Branch: perl
6486        ! Changes doop.c gv.c util.c
6487 ____________________________________________________________________________
6488 [  2186] By: jhi                                   on 1998/11/03  08:17:52
6489     Log: Document quads in pack.
6490  Branch: cfgperl
6491        ! pod/perlfunc.pod
6492 ____________________________________________________________________________
6493 [  2185] By: jhi                                   on 1998/11/03  07:49:35
6494     Log: (IV) vs (I32) vs I_V()
6495          
6496          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
6497          From: Anton Berezin <tobez@plab.ku.dk> 
6498          To: "p5p" <perl5-porters@perl.org> 
6499          Date: 01 Nov 1998 15:09:11 +0100 
6500          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
6501          
6502          and
6503          
6504          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
6505          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
6506          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
6507  Branch: cfgperl
6508        ! sv.c
6509 ____________________________________________________________________________
6510 [  2184] By: jhi                                   on 1998/11/03  07:42:46
6511     Log: VM/ESA updates.
6512  Branch: cfgperl
6513        + README.vmesa
6514        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
6515 ____________________________________________________________________________
6516 [  2183] By: jhi                                   on 1998/11/02  12:58:13
6517     Log: The id(1)-parsing is real fun.
6518  Branch: cfgperl
6519        ! t/op/groups.t
6520 ____________________________________________________________________________
6521 [  2182] By: jhi                                   on 1998/11/02  12:07:43
6522     Log: Decommission the symlink test.
6523  Branch: cfgperl
6524        ! t/op/lex_assign.t
6525 ____________________________________________________________________________
6526 [  2181] By: jhi                                   on 1998/11/02  12:03:08
6527     Log: Replace ATTR_JOINABLE with true Configure probe
6528          for PTHREAD_CREATE_JOINABLE (or equivalent:
6529          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
6530          Remove ATTR_JOINABLE itself: Thread.xs uses
6531          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
6532          
6533          Really scan for <mach/cthreads.h> only if usethreads.
6534  Branch: cfgperl
6535        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
6536 ____________________________________________________________________________
6537 [  2180] By: jhi                                   on 1998/11/02  11:07:34
6538     Log: In HP-UX 10.X usethreads only if the required files are present.
6539  Branch: cfgperl
6540        ! hints/hpux.sh
6541 ____________________________________________________________________________
6542 [  2179] By: jhi                                   on 1998/11/02  09:10:33
6543     Log: Prefer groups(1).
6544          id -Gn can be broken.
6545          id -a can save the day.
6546  Branch: cfgperl
6547        ! t/op/groups.t
6548 ____________________________________________________________________________
6549 [  2178] By: jhi                                   on 1998/11/02  08:35:29
6550     Log: Detrail enum comma.
6551  Branch: cfgperl
6552        ! perl.h
6553 ____________________________________________________________________________
6554 [  2177] By: jhi                                   on 1998/11/02  08:24:12
6555     Log: 0**0 = 1, from
6556          
6557          From: d-lewart@uiuc.edu (Daniel S. Lewart)
6558          Subject: Math::Complex 0**0 patches
6559          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
6560          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
6561          To: jhi@iki.fi (Jarkko Hietaniemi),
6562          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
6563  Branch: cfgperl
6564        ! lib/Math/Complex.pm t/lib/complex.t
6565 ____________________________________________________________________________
6566 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
6567     Log: From: jan.dubois@ibm.net (Jan Dubois)   
6568          Date: Fri, 09 Oct 1998 23:28:31 +0200
6569          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
6570          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
6571  Branch: maint-5.005/perl
6572        ! XSUB.h
6573 ____________________________________________________________________________
6574 [  2164] By: jhi                                   on 1998/10/31  15:50:02
6575     Log: Integrate from mainperl.
6576  Branch: cfgperl
6577       +> t/op/lex_assign.t
6578       !> (integrate 45 files)
6579
6580 ----------------
6581 Version 5.005_53
6582 ----------------
6583
6584 ____________________________________________________________________________
6585 [  2163] By: gsar                                  on 1998/10/31  11:31:12
6586     Log: bump patchlevel; other minor fixes for clean build and test on
6587          Solaris and win32
6588  Branch: perl
6589        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
6590        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
6591        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
6592        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
6593        ! x2p/a2p.c
6594 ____________________________________________________________________________
6595 [  2162] By: gsar                                  on 1998/10/31  09:40:31
6596     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6597          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
6598          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
6599          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
6600  Branch: perl
6601        ! pp.h
6602 ____________________________________________________________________________
6603 [  2161] By: gsar                                  on 1998/10/31  09:39:13
6604     Log: From: Albert Dvornik <bert@genscan.com>
6605          Date: 30 Oct 1998 17:50:04 -0500
6606          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
6607          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
6608  Branch: perl
6609        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
6610 ____________________________________________________________________________
6611 [  2160] By: gsar                                  on 1998/10/31  09:35:03
6612     Log: fix for bugs in -x mode
6613          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6614          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
6615          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
6616          Subject: [PATCH 5.00552] Fix h2xs
6617  Branch: perl
6618        ! utils/h2xs.PL
6619 ____________________________________________________________________________
6620 [  2159] By: gsar                                  on 1998/10/31  09:31:36
6621     Log: Data::Dumper update
6622  Branch: perl
6623        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
6624        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
6625 ____________________________________________________________________________
6626 [  2153] By: gsar                                  on 1998/10/30  21:40:09
6627     Log: add testsuite portion of patch
6628          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6629          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
6630          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
6631          Subject: [PATCH 5.00321 ;-)] 87% speedup
6632  Branch: perl
6633        + t/op/lex_assign.t
6634        ! MANIFEST
6635 ____________________________________________________________________________
6636 [  2152] By: gsar                                  on 1998/10/30  21:08:11
6637     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
6638  Branch: perl
6639        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
6640 ____________________________________________________________________________
6641 [  2151] By: gsar                                  on 1998/10/30  20:18:09
6642     Log: From: Mark-Jason Dominus <mjd@plover.com>
6643          Date: Fri, 30 Oct 1998 14:24:23 EST
6644          Message-Id: <19981030192423.27276.qmail@plover.com>
6645          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
6646  Branch: perl
6647        ! x2p/walk.c
6648 ____________________________________________________________________________
6649 [  2150] By: gsar                                  on 1998/10/30  20:08:57
6650     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6651          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
6652          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
6653          Subject: [PATCH 5.00552] Overloaded <> and deref again
6654  Branch: perl
6655        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
6656        ! t/pragma/overload.t toke.c
6657 ____________________________________________________________________________
6658 [  2149] By: gsar                                  on 1998/10/30  19:38:15
6659     Log: From: Roderick Schertler <roderick@argon.org>
6660          Date: Thu, 29 Oct 1998 14:50:18 -0500
6661          Message-ID: <17625.909690618@eeyore.ibcinc.com>
6662          Subject: patch for daemonization docs in perlipc
6663  Branch: perl
6664        ! pod/perlipc.pod
6665 ____________________________________________________________________________
6666 [  2148] By: gsar                                  on 1998/10/30  19:36:07
6667     Log: From: Anton Berezin <tobez@plab.ku.dk>
6668          Date: 29 Oct 1998 17:06:25 +0100
6669          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
6670          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
6671  Branch: perl
6672        ! win32/win32.c
6673 ____________________________________________________________________________
6674 [  2147] By: gsar                                  on 1998/10/30  19:31:37
6675     Log: tweaked version of suggested patch
6676          From: Anton Berezin <tobez@plab.ku.dk>
6677          Date: 29 Oct 1998 14:48:54 +0100
6678          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
6679          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
6680  Branch: perl
6681        ! win32/win32.c
6682 ____________________________________________________________________________
6683 [  2146] By: gsar                                  on 1998/10/30  19:03:50
6684     Log: hand-apply whitespace-mutiliated patch
6685          From: "vishal bhatia" <vishalb@hotmail.com>
6686          Date: Wed, 28 Oct 1998 23:45:32 PST
6687          Message-ID: <19981029074534.2334.qmail@hotmail.com>
6688          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
6689  Branch: perl
6690        ! ext/B/B/C.pm ext/B/B/CC.pm
6691 ____________________________________________________________________________
6692 [  2145] By: gsar                                  on 1998/10/30  18:46:58
6693     Log: remaining PL_foo stragglers
6694  Branch: perl
6695        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
6696        ! op.h os2/os2.c vms/gen_shrfls.pl
6697 ____________________________________________________________________________
6698 [  2144] By: gsar                                  on 1998/10/30  17:38:36
6699     Log: integrate cfgperl tweaks into mainline
6700  Branch: perl
6701       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
6702       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
6703 ____________________________________________________________________________
6704 [  2143] By: jhi                                   on 1998/10/30  13:27:39
6705     Log: There can be multiple yacc/bison errors.
6706  Branch: cfgperl
6707        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
6708 ____________________________________________________________________________
6709 [  2142] By: jhi                                   on 1998/10/30  13:18:43
6710     Log: README.posix-bc update.
6711  Branch: cfgperl
6712        ! README.posix-bc
6713 ____________________________________________________________________________
6714 [  2141] By: jhi                                   on 1998/10/30  09:12:59
6715     Log: #2133 fallout.
6716  Branch: cfgperl
6717        ! doio.c ext/POSIX/POSIX.xs
6718 ____________________________________________________________________________
6719 [  2140] By: jhi                                   on 1998/10/30  08:43:18
6720     Log: Integrate from mainperl.
6721  Branch: cfgperl
6722       +> globvar.sym pp.sym
6723        - objpp.h thread.sym
6724       !> (integrate 61 files)
6725 ____________________________________________________________________________
6726 [  2133] By: gsar                                  on 1998/10/30  02:51:39
6727     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
6728          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
6729          should soon be automated also; the global variables that
6730          escaped the PL_foo conversion are now reined in; renamed
6731          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
6732          type of same name; duplicated lists of pp_things in various
6733          places is now gone; result has only been tested on win32
6734  Branch: perl
6735        + globvar.sym pp.sym
6736        - objpp.h thread.sym
6737        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
6738        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
6739        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
6740        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
6741        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
6742        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
6743        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
6744        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
6745        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
6746        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6747        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
6748 ____________________________________________________________________________
6749 [  2130] By: jhi                                   on 1998/10/29  15:31:26
6750     Log: Pure bison yylex() proto was broken.
6751  Branch: cfgperl
6752        ! proto.h
6753 ____________________________________________________________________________
6754 [  2126] By: jhi                                   on 1998/10/29  08:35:54
6755     Log: Integrate mainperl.
6756  Branch: cfgperl
6757       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
6758       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
6759       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
6760       !> t/pragma/warn/doio toke.c win32/makefile.mk
6761 ____________________________________________________________________________
6762 [  2125] By: jhi                                   on 1998/10/29  08:32:38
6763     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
6764  Branch: cfgperl
6765        ! Makefile.SH
6766 ____________________________________________________________________________
6767 [  2124] By: jhi                                   on 1998/10/29  08:06:44
6768     Log: EBCDIC Makefile.SH tuneup.
6769  Branch: cfgperl
6770        ! Makefile.SH
6771 ____________________________________________________________________________
6772 [  2119] By: gsar                                  on 1998/10/28  23:24:04
6773     Log: remove doubled hunk from integration
6774  Branch: perl
6775        ! pp.c
6776 ____________________________________________________________________________
6777 [  2118] By: gsar                                  on 1998/10/28  22:03:31
6778     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6779          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
6780          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
6781          Subject: [PATCH 5.00552] Minor debugger tweaks
6782  Branch: perl
6783        ! lib/perl5db.pl
6784 ____________________________________________________________________________
6785 [  2117] By: gsar                                  on 1998/10/28  22:02:30
6786     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6787          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
6788          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
6789          Subject: [PATCH 5.00552] Make sort respect overloading
6790  Branch: perl
6791        ! pp_ctl.c proto.h t/pragma/overload.t
6792 ____________________________________________________________________________
6793 [  2116] By: gsar                                  on 1998/10/28  21:51:11
6794     Log: MM patches from Ilya Zakharevich
6795          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
6796          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
6797          Subject: [PATCH 5.00552] Make MakeMaker more verbose
6798          --
6799          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
6800          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
6801          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
6802  Branch: perl
6803        ! lib/ExtUtils/MakeMaker.pm
6804 ____________________________________________________________________________
6805 [  2115] By: gsar                                  on 1998/10/28  21:46:19
6806     Log: add explicit references to perl source path in ld2 and gcc2
6807  Branch: perl
6808        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
6809 ____________________________________________________________________________
6810 [  2114] By: gsar                                  on 1998/10/28  21:39:56
6811     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6812          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
6813          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
6814          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
6815  Branch: perl
6816        ! INSTALL
6817 ____________________________________________________________________________
6818 [  2113] By: gsar                                  on 1998/10/28  21:21:16
6819     Log: integrate cfgperl into mainline
6820  Branch: perl
6821       +> t/op/filetest.t
6822       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
6823       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
6824       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
6825       !> thread.h toke.c vmesa/Makefile
6826 ____________________________________________________________________________
6827 [  2112] By: gsar                                  on 1998/10/28  21:14:18
6828     Log: minor cleanup
6829  Branch: perl
6830        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
6831 ____________________________________________________________________________
6832 [  2111] By: gsar                                  on 1998/10/28  18:52:10
6833     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
6834  Branch: perl
6835        ! toke.c
6836 ____________________________________________________________________________
6837 [  2110] By: jhi                                   on 1998/10/28  15:07:54
6838     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
6839  Branch: cfgperl
6840        ! Makefile.SH
6841 ____________________________________________________________________________
6842 [  2109] By: jhi                                   on 1998/10/28  13:39:54
6843     Log: a2p.y needs to generate also y.tab.h.
6844  Branch: cfgperl
6845        ! Makefile.SH
6846 ____________________________________________________________________________
6847 [  2108] By: jhi                                   on 1998/10/28  10:33:36
6848     Log: The "parse error" must be converted to "syntax error",
6849          just matching it aint' enough.
6850  Branch: cfgperl
6851        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
6852        ! t/pragma/warning.t
6853 ____________________________________________________________________________
6854 [  2107] By: jhi                                   on 1998/10/28  10:23:05
6855     Log: Regen sig_n{ame,umber}* if slightest doubt.
6856  Branch: cfgperl
6857        ! Configure
6858 ____________________________________________________________________________
6859 [  2106] By: jhi                                   on 1998/10/28  08:44:49
6860     Log: Bison says 'parse error', not 'parser error'.
6861  Branch: cfgperl
6862        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
6863        ! t/pragma/warning.t
6864 ____________________________________________________________________________
6865 [  2105] By: jhi                                   on 1998/10/28  08:42:09
6866     Log: yylex() parametrization.
6867  Branch: cfgperl
6868        ! proto.h toke.c
6869 ____________________________________________________________________________
6870 [  2104] By: jhi                                   on 1998/10/28  08:25:09
6871     Log: Bring in #2102.
6872  Branch: cfgperl
6873        ! pp.c
6874 ____________________________________________________________________________
6875 [  2103] By: jhi                                   on 1998/10/28  08:22:04
6876     Log: From: Dominic Dunlop <domo@vo.lu>
6877          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
6878          Date: 27 Oct 1998 20:47:25 +0200
6879          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
6880  Branch: cfgperl
6881        ! t/op/groups.t
6882 ____________________________________________________________________________
6883 [  2102] By: larry                                 on 1998/10/27  18:58:55
6884     Log: utf8 change to quotemeta broke EBCDIC
6885  Branch: perl
6886        ! pp.c
6887 ____________________________________________________________________________
6888 [  2101] By: jhi                                   on 1998/10/27  12:55:34
6889     Log: $Config{sig_num_init}.
6890          Also, a new approach to the 'pthreads-created-joinable': drop
6891          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
6892          directly. (See also #2096).
6893  Branch: cfgperl
6894        ! Configure config_h.SH
6895 ____________________________________________________________________________
6896 [  2100] By: jhi                                   on 1998/10/27  10:48:55
6897     Log: Regenerated perly_c.diff.
6898  Branch: cfgperl
6899        ! perly_c.diff
6900 ____________________________________________________________________________
6901 [  2099] By: jhi                                   on 1998/10/27  08:42:25
6902     Log: First the mangler was Netscape, then it was me.
6903  Branch: cfgperl
6904        ! vmesa/Makefile
6905 ____________________________________________________________________________
6906 [  2098] By: jhi                                   on 1998/10/27  08:34:40
6907     Log: `id -Gn` might be available where `groups` is not.
6908  Branch: cfgperl
6909        ! t/op/groups.t
6910 ____________________________________________________________________________
6911 [  2097] By: jhi                                   on 1998/10/27  08:05:17
6912     Log: Netscape had mangled the tabs.
6913  Branch: cfgperl
6914        ! vmesa/Makefile
6915 ____________________________________________________________________________
6916 [  2096] By: jhi                                   on 1998/10/27  08:03:05
6917     Log: ATTR_JOINABLE logic, based on (private email)
6918          
6919          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
6920          Subject: Some little diffs
6921          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
6922          Date: Tue, 27 Oct 1998 13:44:42 +1300
6923  Branch: cfgperl
6924        ! thread.h
6925 ____________________________________________________________________________
6926 [  2095] By: jhi                                   on 1998/10/27  07:56:57
6927     Log: Mach cthreads support based on:
6928          
6929          From: brie@corp.home.net (Brian Harrison)
6930          Subject: perl5.005_02 patch for mthreads
6931          To: perl5-porters@perl.org
6932          Date: 24 Oct 1998 01:01:55 +0300
6933          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
6934          
6935          Pthread yield probe (dejavu)
6936          Cosmetic nanochange for the union semun output.
6937          Better inttypes.h probe.
6938          Undo the 'void *' $selecttype probe from #1971 because
6939          it breaks the $selectminbits test.
6940  Branch: cfgperl
6941        ! Configure config_h.SH perl.h thread.h
6942 ____________________________________________________________________________
6943 [  2094] By: jhi                                   on 1998/10/26  13:02:07
6944     Log: Also posix-bc wants to reyacc.
6945  Branch: cfgperl
6946        ! Makefile.SH
6947 ____________________________________________________________________________
6948 [  2093] By: jhi                                   on 1998/10/26  10:17:21
6949     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
6950          5_02 and really breaking things in non-ASCII worlds.
6951  Branch: cfgperl
6952        ! pp.c
6953 ____________________________________________________________________________
6954 [  2092] By: jhi                                   on 1998/10/26  09:08:00
6955     Log: More robustness.
6956  Branch: cfgperl
6957        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
6958        ! t/pragma/warning.t
6959 ____________________________________________________________________________
6960 [  2091] By: jhi                                   on 1998/10/26  08:47:32
6961     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
6962          Bison really wants YYLEX_PARAM.
6963  Branch: cfgperl
6964        ! perly.y proto.h toke.c
6965 ____________________________________________________________________________
6966 [  2090] By: jhi                                   on 1998/10/26  08:21:25
6967     Log: s/YYLEX_PARAM/YYLEXPARAM/
6968  Branch: cfgperl
6969        ! perly.y
6970 ____________________________________________________________________________
6971 [  2089] By: jhi                                   on 1998/10/26  08:17:33
6972     Log: Indicate skipped subtests.
6973  Branch: cfgperl
6974        ! t/io/pipe.t
6975 ____________________________________________________________________________
6976 [  2088] By: jhi                                   on 1998/10/26  08:11:36
6977     Log: Integrate from mainperl.
6978  Branch: cfgperl
6979       !> (integrate 54 files)
6980 ____________________________________________________________________________
6981 [  2087] By: jhi                                   on 1998/10/26  08:08:02
6982     Log: Add test for filetests.
6983  Branch: cfgperl
6984        + t/op/filetest.t
6985        ! MANIFEST
6986 ____________________________________________________________________________
6987 [  2086] By: gsar                                  on 1998/10/26  02:44:44
6988     Log: various win32 tweaks; disable new xs_cpp section (it creates
6989          ambiguous inference graph for %.xs --> %.o)
6990  Branch: perl
6991        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
6992        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
6993        ! win32/config.gc win32/config_H.gc win32/makedef.pl
6994        ! win32/makefile.mk win32/win32.h
6995 ____________________________________________________________________________
6996 [  2085] By: gsar                                  on 1998/10/26  00:50:02
6997     Log: sanity-check $Config{drand01} in rand.t
6998  Branch: perl
6999        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
7000        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7001 ____________________________________________________________________________
7002 [  2078] By: gsar                                  on 1998/10/25  10:22:04
7003     Log: update win32/config*.?c
7004  Branch: perl
7005        ! Changes win32/config.bc win32/config.gc win32/config.vc
7006        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7007 ____________________________________________________________________________
7008 [  2077] By: gsar                                  on 1998/10/25  08:39:25
7009     Log: From: Graham Barr <gbarr@pobox.com>
7010          Date: Sat, 24 Oct 1998 21:45:50 -0500
7011          Message-ID: <19981024214550.C508@pobox.com>
7012          Subject: Re: die with a reference  should use overload "" operator
7013  Branch: perl
7014        ! pp_ctl.c
7015 ____________________________________________________________________________
7016 [  2076] By: gsar                                  on 1998/10/25  08:37:49
7017     Log: From: Graham Barr <gbarr@pobox.com>
7018          Date: Sat, 24 Oct 1998 12:45:21 -0500
7019          Message-ID: <19981024124521.C512@pobox.com>
7020          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
7021  Branch: perl
7022        ! sv.c
7023 ____________________________________________________________________________
7024 [  2075] By: gsar                                  on 1998/10/25  08:24:09
7025     Log: fix C<print $n += 5;> etc.
7026  Branch: perl
7027        ! toke.c
7028 ____________________________________________________________________________
7029 [  2074] By: gsar                                  on 1998/10/25  08:12:28
7030     Log: list builtins with portability caveats
7031          From: Jarkko Hietaniemi <jhi@iki.fi>
7032          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
7033          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
7034          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
7035  Branch: perl
7036        ! pod/perlfunc.pod
7037 ____________________________________________________________________________
7038 [  2073] By: gsar                                  on 1998/10/25  07:55:43
7039     Log: fix stack overrun in file test operators
7040  Branch: perl
7041        ! pp_sys.c
7042 ____________________________________________________________________________
7043 [  2072] By: gsar                                  on 1998/10/25  07:29:45
7044     Log: implement C<goto &func> and other fixes (via private mail)
7045          From:    "vishal bhatia" <vishalb@hotmail.com>
7046          Date:    Wed, 21 Oct 1998 22:59:03 PDT
7047          Message-Id: <19981022055904.20083.qmail@hotmail.com>
7048          Subject: [PATCH 5.005_52] More fixes for B
7049  Branch: perl
7050        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
7051 ____________________________________________________________________________
7052 [  2071] By: gsar                                  on 1998/10/25  07:14:41
7053     Log: From: Graham Barr <gbarr@pobox.com>
7054          Date: Sat, 17 Oct 1998 20:42:41 -0500
7055          Message-ID: <19981017204241.G510@pobox.com>
7056          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
7057  Branch: perl
7058        ! pp_ctl.c
7059 ____________________________________________________________________________
7060 [  2070] By: gsar                                  on 1998/10/25  07:07:29
7061     Log: avoid bogus line number in XSUB redefined warnings
7062  Branch: perl
7063        ! op.c
7064 ____________________________________________________________________________
7065 [  2069] By: gsar                                  on 1998/10/25  06:59:03
7066     Log: From: Martijn Koster <mak@excitecorp.com>
7067          Date: Wed, 21 Oct 1998 13:12:03 +0100
7068          Message-ID: <19981021131203.A15661@excitecorp.com>
7069          Subject: File::Path::mkpath reports the wrong error
7070  Branch: perl
7071        ! lib/File/Path.pm
7072 ____________________________________________________________________________
7073 [  2068] By: gsar                                  on 1998/10/25  06:54:43
7074     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
7075          Date: Tue, 20 Oct 1998 20:52:20 -0500
7076          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
7077          Subject: Exporter.pm's export_to_level() argument handling buggy
7078  Branch: perl
7079        ! lib/Exporter.pm
7080 ____________________________________________________________________________
7081 [  2067] By: gsar                                  on 1998/10/25  06:50:19
7082     Log: From: jan.dubois@ibm.net (Jan Dubois)
7083          Date: Wed, 21 Oct 1998 00:55:51 +0200
7084          Message-ID: <36380269.55370608@smtp1.ibm.net>
7085          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
7086  Branch: perl
7087        ! ext/DynaLoader/DynaLoader_pm.PL
7088 ____________________________________________________________________________
7089 [  2066] By: gsar                                  on 1998/10/25  06:48:19
7090     Log: recognize '%' as a shell metachar for win32
7091          From: jan.dubois@ibm.net (Jan Dubois)
7092          Date: Tue, 20 Oct 1998 21:57:35 +0200
7093          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
7094          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
7095  Branch: perl
7096        ! win32/win32.c
7097 ____________________________________________________________________________
7098 [  2065] By: gsar                                  on 1998/10/25  06:46:30
7099     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
7100  Branch: perl
7101        ! sv.c
7102 ____________________________________________________________________________
7103 [  2064] By: gsar                                  on 1998/10/25  06:45:09
7104     Log: From: Gisle Aas <gisle@aas.no>
7105          Date: 20 Oct 1998 14:24:44 +0200
7106          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
7107          Subject: ord() and unpack("U*",...) should not be negative
7108  Branch: perl
7109        ! pp.c
7110 ____________________________________________________________________________
7111 [  2063] By: gsar                                  on 1998/10/25  06:42:29
7112     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7113          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
7114          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
7115          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
7116  Branch: perl
7117        ! os2/os2.c
7118 ____________________________________________________________________________
7119 [  2062] By: gsar                                  on 1998/10/25  06:41:26
7120     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7121          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
7122          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
7123          Subject: [PATCH 5.005_*] Speed up aassign
7124  Branch: perl
7125        ! pp_hot.c
7126 ____________________________________________________________________________
7127 [  2061] By: gsar                                  on 1998/10/25  06:39:04
7128     Log: From: Graham Barr <gbarr@pobox.com>
7129          Date: Sat, 17 Oct 1998 22:22:02 -0500
7130          Message-ID: <19981017222202.J510@pobox.com>
7131          Subject: Re: '*' prototype does not allow bareword with strict
7132  Branch: perl
7133        ! toke.c
7134 ____________________________________________________________________________
7135 [  2060] By: gsar                                  on 1998/10/25  06:37:34
7136     Log: handle '::' in section names properly
7137          From: Graham Barr <gbarr@pobox.com>
7138          Date: Sat, 17 Oct 1998 12:57:54 -0500
7139          Message-ID: <19981017125754.C510@pobox.com>
7140          Subject: Re: pod2html
7141  Branch: perl
7142        ! lib/Pod/Html.pm
7143 ____________________________________________________________________________
7144 [  2059] By: gsar                                  on 1998/10/25  06:33:43
7145     Log: integrate changes#1982,2014,2021 (from maint-5.005)
7146  Branch: perl
7147       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
7148       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
7149 ____________________________________________________________________________
7150 [  2058] By: gsar                                  on 1998/10/25  05:44:17
7151     Log: allow more win32 symbol exports (suggested by Jan Dubois)
7152  Branch: perl
7153        ! win32/makedef.pl
7154 ____________________________________________________________________________
7155 [  2057] By: gsar                                  on 1998/10/25  05:40:40
7156     Log: integrate change#2053 from maint-5.005
7157  Branch: perl
7158       !> cop.h t/cmd/while.t
7159 ____________________________________________________________________________
7160 [  2056] By: gsar                                  on 1998/10/25  05:16:41
7161     Log: commented version of a patch suggested by Drago Goricanec
7162          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
7163          Date: 16 Oct 1998 15:24:45 +0300
7164          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
7165          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
7166  Branch: perl
7167        ! pp_sys.c
7168 ____________________________________________________________________________
7169 [  2055] By: gsar                                  on 1998/10/25  05:11:03
7170     Log: include eof() in description of buffering caveats
7171          From: Anton Berezin <tobez@plab.ku.dk>
7172          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
7173          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
7174          Subject: [DOCPATCH] pod/perlfunc.pod
7175  Branch: perl
7176        ! pod/perlfunc.pod
7177 ____________________________________________________________________________
7178 [  2054] By: gsar                                  on 1998/10/25  05:07:42
7179     Log: disallow 'x' in hex numbers (except leading '0x')
7180          From: Gisle Aas <gisle@aas.no>
7181          Date: 16 Oct 1998 16:33:12 +0200
7182          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
7183          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
7184  Branch: perl
7185        ! perlvars.h t/op/oct.t util.c
7186 ____________________________________________________________________________
7187 [  2052] By: gsar                                  on 1998/10/25  04:49:04
7188     Log: avoid the circular refcnt logic in magic_mutexfree()
7189  Branch: perl
7190        ! mg.c pp.c pp_hot.c
7191 ____________________________________________________________________________
7192 [  2051] By: gsar                                  on 1998/10/25  04:35:07
7193     Log: properly restore PL_rsfp_filters after require
7194  Branch: perl
7195        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
7196        ! scope.h
7197 ____________________________________________________________________________
7198 [  2050] By: gsar                                  on 1998/10/25  02:42:32
7199     Log: integrate cfgperl changes back into mainline
7200  Branch: perl
7201       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
7202       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
7203       !> (integrate 33 files)
7204 ____________________________________________________________________________
7205 [  2049] By: gsar                                  on 1998/10/25  01:30:48
7206     Log: avoid "mysterious" compile-time failures without messages
7207  Branch: perl
7208        ! gv.c
7209 ____________________________________________________________________________
7210 [  2041] By: gsar                                  on 1998/10/23  21:11:56
7211     Log: checkin jpl under //depot/perlext/jpl/...
7212  Branch: perlext
7213        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
7214        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
7215        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
7216        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
7217        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
7218        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
7219        + jpl/PerlInterpreter/Makefile.PL
7220        + jpl/PerlInterpreter/PerlInterpreter.c
7221        + jpl/PerlInterpreter/PerlInterpreter.h
7222        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
7223        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
7224        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
7225        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
7226        + jpl/get_jdk/jdk_hosts jpl/install-jpl
7227 ____________________________________________________________________________
7228 [  2040] By: larry                                 on 1998/10/23  19:31:42
7229     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
7230  Branch: perl
7231        ! pp.c
7232 ____________________________________________________________________________
7233 [  2039] By: larry                                 on 1998/10/23  18:48:34
7234     Log: tr///d does not seem to work
7235  Branch: perl
7236        ! lib/utf8_heavy.pl
7237 ____________________________________________________________________________
7238 [  2038] By: larry                                 on 1998/10/23  18:00:41
7239     Log: Program with utf8 identifiers fails to compile
7240  Branch: perl
7241        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
7242 ____________________________________________________________________________
7243 [  2037] By: jhi                                   on 1998/10/23  14:04:51
7244     Log: Test suite portability:
7245          - posix-bc does not write to broken pipes
7246          - filehand #11 only iff we have fork
7247          - warning.t can now match $expected using regular expressions
7248  Branch: cfgperl
7249        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
7250        ! t/pragma/warning.t
7251 ____________________________________________________________________________
7252 [  2036] By: jhi                                   on 1998/10/23  12:12:07
7253     Log: yacc clarification.
7254  Branch: cfgperl
7255        ! README.posix-bc
7256 ____________________________________________________________________________
7257 [  2035] By: jhi                                   on 1998/10/23  12:09:59
7258     Log: Some C compilers get upset about 8-bit characters in /* comments. */
7259  Branch: cfgperl
7260        ! mg.c
7261 ____________________________________________________________________________
7262 [  2034] By: jhi                                   on 1998/10/22  09:11:52
7263     Log: Configure update: both for pthread_yield more robust
7264          testing (all variants of pthread_attr_getdetachstate()) --
7265          and because Configure was broken in major way! About 1000
7266          last lines were truncated.
7267  Branch: cfgperl
7268        ! Configure
7269 ____________________________________________________________________________
7270 [  2033] By: jhi                                   on 1998/10/22  07:47:10
7271     Log: DJGPP feedback for #2028.
7272  Branch: cfgperl
7273        ! thread.h
7274 ____________________________________________________________________________
7275 [  2032] By: jhi                                   on 1998/10/21  13:03:57
7276     Log: yielding, the saga continues.
7277  Branch: cfgperl
7278        ! Configure config_h.SH
7279       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
7280       !> t/op/goto.t t/pragma/constant.t
7281 ____________________________________________________________________________
7282 [  2031] By: jhi                                   on 1998/10/21  09:15:42
7283     Log: VM/ESA feedback for #2028.
7284  Branch: cfgperl
7285        ! Configure config_h.SH thread.h
7286 ____________________________________________________________________________
7287 [  2030] By: gsar                                  on 1998/10/21  04:22:53
7288     Log: fix handling of mayhaps-extended @_ in goto &sub
7289  Branch: perl
7290        ! av.c pp_ctl.c t/op/goto.t
7291 ____________________________________________________________________________
7292 [  2029] By: gsar                                  on 1998/10/21  00:54:14
7293     Log: restore sanity to "constant" references
7294  Branch: perl
7295        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
7296 ____________________________________________________________________________
7297 [  2028] By: jhi                                   on 1998/10/20  15:01:20
7298     Log: OLD_PTHREADS_API reorganizing.
7299  Branch: cfgperl
7300        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
7301        ! vmesa/vmesaish.h
7302 ____________________________________________________________________________
7303 [  2027] By: jhi                                   on 1998/10/20  14:14:51
7304     Log: #2026 fallout.
7305  Branch: cfgperl
7306        ! Makefile.SH
7307 ____________________________________________________________________________
7308 [  2026] By: jhi                                   on 1998/10/20  11:47:21
7309     Log: VM/ESA update.
7310  Branch: cfgperl
7311        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
7312 ____________________________________________________________________________
7313 [  2025] By: jhi                                   on 1998/10/20  08:20:56
7314     Log: 64-bitness, based on
7315          
7316          From: Scott Henry <scotth@sgi.com>
7317          To: perl-64bit@perl.org
7318          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
7319          Subject: Re: Configure problems/questions...
7320          Date: 19 Oct 1998 22:38:06 -0700
7321  Branch: cfgperl
7322        ! hints/irix_6.sh perl.h
7323 ____________________________________________________________________________
7324 [  2024] By: jhi                                   on 1998/10/20  08:09:07
7325     Log: Add lseeksize.
7326  Branch: cfgperl
7327        ! config_h.SH
7328 ____________________________________________________________________________
7329 [  2023] By: jhi                                   on 1998/10/20  08:08:33
7330     Log: Mumble about _yields() only when threaded.
7331  Branch: cfgperl
7332        ! Configure
7333 ____________________________________________________________________________
7334 [  2022] By: jhi                                   on 1998/10/20  07:46:26
7335     Log: Thinko at PTHREADS_CREATED_JOINABLE.
7336  Branch: cfgperl
7337        ! thread.h
7338 ____________________________________________________________________________
7339 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
7340     Log: From: Chip Salzenberg <chip@perlsupport.com>
7341          Date: Tue, 6 Oct 1998 13:33:05 -0400
7342          Message-ID: <19981006133305.A2348@perlsupport.com>
7343          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
7344  Branch: maint-5.005/perl
7345        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
7346        ! t/op/tie.t
7347 ____________________________________________________________________________
7348 [  2020] By: jhi                                   on 1998/10/19  09:15:53
7349     Log: YIELD more robustly.
7350  Branch: cfgperl
7351        ! thread.h
7352 ____________________________________________________________________________
7353 [  2019] By: jhi                                   on 1998/10/19  08:48:33
7354     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
7355          the 'new' one (just like DJGPP, it seems).
7356  Branch: cfgperl
7357        ! thread.h
7358 ____________________________________________________________________________
7359 [  2018] By: jhi                                   on 1998/10/19  07:02:44
7360     Log: vmesaish.h doesn't exclude unixish.h.
7361  Branch: cfgperl
7362        ! perl.h
7363 ____________________________________________________________________________
7364 [  2017] By: jhi                                   on 1998/10/19  06:44:19
7365     Log: 1<<$randbits is not good for randbits=48.
7366  Branch: cfgperl
7367        ! t/op/rand.t
7368 ____________________________________________________________________________
7369 [  2016] By: jhi                                   on 1998/10/19  06:39:47
7370     Log: Make #2012 glob pattern more portable.
7371  Branch: cfgperl
7372        ! Makefile.SH
7373 ____________________________________________________________________________
7374 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
7375     Log: Fix POSIX::sigprocmask not to check type of $old parameter
7376          as it is output only
7377  Branch: maint-5.005/perl
7378        ! ext/POSIX/POSIX.xs
7379 ____________________________________________________________________________
7380 [  2012] By: jhi                                   on 1998/10/17  15:04:23
7381     Log: clean numbered core dumps and t/tmp[0-9]*.
7382  Branch: cfgperl
7383        ! Makefile.SH
7384 ____________________________________________________________________________
7385 [  2011] By: jhi                                   on 1998/10/17  14:59:15
7386     Log: More robust yacc/bison failure output handling.
7387  Branch: cfgperl
7388        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
7389 ____________________________________________________________________________
7390 [  2010] By: jhi                                   on 1998/10/17  14:51:05
7391     Log: BC2000 POSIX update.
7392  Branch: cfgperl
7393        ! MANIFEST
7394 ____________________________________________________________________________
7395 [  2009] By: jhi                                   on 1998/10/17  14:49:46
7396     Log: POSIX BC2000 port from perl-mvs:
7397          
7398          Subject: Ported perl 5.005.02 to BS2000 / POSIX
7399          From: Dorner Thomas <Thomas.Dorner@start.de> 
7400          Date: Tue, 29 Sep 1998 13:29:36 +0100 
7401          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
7402  Branch: cfgperl
7403        + README.posix-bc hints/posix-bc.sh
7404        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
7405        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
7406        ! unixish.h
7407 ____________________________________________________________________________
7408 [  2008] By: jhi                                   on 1998/10/17  14:07:49
7409     Log: VM/ESA-update.
7410  Branch: cfgperl
7411        ! MANIFEST
7412 ____________________________________________________________________________
7413 [  2007] By: jhi                                   on 1998/10/17  13:55:34
7414     Log: Forgot few S_I* imports.
7415  Branch: cfgperl
7416        ! t/lib/ipc_sysv.t
7417 ____________________________________________________________________________
7418 [  2006] By: jhi                                   on 1998/10/17  13:43:54
7419     Log: The VM/ESA port essentials, based on
7420          
7421          perl-mvs:
7422          
7423          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
7424          Subject: Re: Can't find Data/Dumper.pm
7425          Date: Mon, 28 Sep 1998 07:40:49 +1300
7426          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
7427          
7428          private email:
7429          
7430          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
7431          Subject: Re: Perl thread problems in VM/ESA
7432          Date: Thu, 15 Oct 1998 07:18:35 +1300
7433          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
7434          
7435          and private email:
7436          
7437          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
7438          Subject:  perl archive
7439          Date:  Sun, 11 Oct 1998 19:28:54 EDT
7440          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
7441          which gave a pointer to
7442          
7443          http://pucc.princeton.edu/~neale/perl.tar
7444          
7445          (based on Perl 5.005_51)
7446  Branch: cfgperl
7447        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
7448        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
7449        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
7450        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
7451 ____________________________________________________________________________
7452 [  2005] By: jhi                                   on 1998/10/17  13:17:19
7453     Log: Integrate mainperl.
7454  Branch: cfgperl
7455       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
7456       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
7457       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
7458       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
7459       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
7460       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
7461       !> win32/makefile.mk
7462 ____________________________________________________________________________
7463 [  2004] By: jhi                                   on 1998/10/17  11:19:06
7464     Log: Removed an extra ' from the int64_t test.
7465  Branch: cfgperl
7466        ! Configure
7467 ____________________________________________________________________________
7468 [  2003] By: gsar                                  on 1998/10/17  04:11:40
7469     Log: silence -w noises (suggested by Greg Bacon)
7470  Branch: perl
7471        ! lib/Term/Complete.pm
7472 ____________________________________________________________________________
7473 [  2002] By: gsar                                  on 1998/10/17  04:07:48
7474     Log: From: Gisle Aas <gisle@aas.no>
7475          Date: 14 Oct 1998 15:53:14 +0200
7476          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
7477          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
7478  Branch: perl
7479        ! util.c
7480 ____________________________________________________________________________
7481 [  2001] By: gsar                                  on 1998/10/17  04:06:10
7482     Log: From: Gisle Aas <gisle@aas.no>
7483          Date: 14 Oct 1998 15:17:44 +0200
7484          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
7485          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
7486  Branch: perl
7487        ! toke.c
7488 ____________________________________________________________________________
7489 [  2000] By: gsar                                  on 1998/10/17  03:06:33
7490     Log: From: Gisle Aas <gisle@aas.no>
7491          Date: 14 Oct 1998 00:38:06 +0200
7492          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
7493          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
7494  Branch: perl
7495        ! sv.c
7496 ____________________________________________________________________________
7497 [  1999] By: gsar                                  on 1998/10/17  03:04:48
7498     Log: From: Dan Sugalski <sugalskd@osshe.edu>
7499          Date: Tue, 13 Oct 1998 15:10:57 -0700
7500          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
7501          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
7502  Branch: perl
7503        ! vms/ext/Stdio/Stdio.pm
7504 ____________________________________________________________________________
7505 [  1998] By: gsar                                  on 1998/10/17  03:00:40
7506     Log: skip readonly vars and unref references when doing a reset()
7507  Branch: perl
7508        ! sv.c
7509 ____________________________________________________________________________
7510 [  1997] By: gsar                                  on 1998/10/17  02:49:19
7511     Log: fix buggy treatment of large checksums on unicode strings
7512          From: Gisle Aas <gisle@aas.no>
7513          Date: 13 Oct 1998 21:35:39 +0200
7514          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
7515          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
7516  Branch: perl
7517        ! pp.c
7518 ____________________________________________________________________________
7519 [  1996] By: gsar                                  on 1998/10/17  02:43:22
7520     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7521          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
7522          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
7523          Subject: [PATCH 5.005_52] Memory overrun in os2.c
7524  Branch: perl
7525        ! os2/Makefile.SHs os2/os2.c
7526 ____________________________________________________________________________
7527 [  1995] By: gsar                                  on 1998/10/17  02:42:01
7528     Log: clarify section name rules for typemaps
7529  Branch: perl
7530        ! pod/perlxs.pod
7531 ____________________________________________________________________________
7532 [  1994] By: gsar                                  on 1998/10/17  02:33:02
7533     Log: whitespace-proof grent.t
7534  Branch: perl
7535        ! t/op/grent.t
7536 ____________________________________________________________________________
7537 [  1993] By: gsar                                  on 1998/10/17  02:27:29
7538     Log: fix bug in B::CC::pp_sassign()
7539          From: "vishal bhatia" <vishalb@hotmail.com>
7540          Date: Sun, 11 Oct 1998 18:41:38 PDT
7541          Message-ID: <19981012014139.19614.qmail@hotmail.com>
7542          Subject: B::CC problems with pp_sassign routine
7543  Branch: perl
7544        ! ext/B/B/CC.pm
7545 ____________________________________________________________________________
7546 [  1992] By: gsar                                  on 1998/10/17  02:17:49
7547     Log: applied suggested patch with small doc tweak
7548          From: Gisle Aas <gisle@aas.no>
7549          Date: 11 Oct 1998 12:53:13 +0200
7550          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
7551          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
7552  Branch: perl
7553        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
7554        ! t/op/tiehandle.t
7555 ____________________________________________________________________________
7556 [  1991] By: gsar                                  on 1998/10/17  02:08:30
7557     Log: apply non-conflicting parts from suggested patch
7558          From: jan.dubois@ibm.net (Jan Dubois)
7559          Date: Sat, 10 Oct 1998 13:15:45 +0200
7560          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
7561          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
7562  Branch: perl
7563        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
7564 ____________________________________________________________________________
7565 [  1990] By: gsar                                  on 1998/10/17  02:01:24
7566     Log: provide option to enable optimization with VC (suggested by Jan
7567          Dubois)
7568  Branch: perl
7569        ! win32/Makefile win32/makefile.mk
7570 ____________________________________________________________________________
7571 [  1989] By: gsar                                  on 1998/10/17  01:55:27
7572     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
7573          Dave Leppik <dleppik@gage.com>
7574  Branch: perl
7575        ! perl.h
7576 ____________________________________________________________________________
7577 [  1988] By: gsar                                  on 1998/10/17  01:49:05
7578     Log: stray typo found by Hugo van der Sanden
7579  Branch: perl
7580        ! op.c
7581 ____________________________________________________________________________
7582 [  1987] By: gsar                                  on 1998/10/17  01:45:52
7583     Log: perldoc pod update
7584          From: Daniel Grisinger <dgris@perrin.dimensional.com>
7585          Date: 06 Oct 1998 23:56:51 -0600
7586          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
7587          Subject: [PATCH _02 and _52] perldoc
7588  Branch: perl
7589        ! utils/perldoc.PL
7590 ____________________________________________________________________________
7591 [  1986] By: gsar                                  on 1998/10/17  01:41:40
7592     Log: qualify names of builtins
7593  Branch: perl
7594        ! ext/POSIX/POSIX.pm
7595 ____________________________________________________________________________
7596 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
7597     Log: From: Jochen Wiedmann <joe@ispsoft.de>
7598          Date: Thu, 17 Sep 1998 17:16:06 +0200
7599          Message-ID: <360127B6.E44564A@ispsoft.de>
7600          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
7601  Branch: maint-5.005/perl
7602        ! lib/ExtUtils/MakeMaker.pm
7603 ____________________________________________________________________________
7604 [  1978] By: gsar                                  on 1998/10/16  01:58:58
7605     Log: integrate cfgperl mods into mainline
7606  Branch: perl
7607       +> ext/DynaLoader/dl_vmesa.xs
7608        ! Porting/genlog
7609       !> Configure MANIFEST Makefile.SH config_h.SH
7610       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
7611       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
7612       !> x2p/Makefile.SH
7613 ____________________________________________________________________________
7614 [  1976] By: gsar                                  on 1998/10/16  00:10:52
7615     Log: stray tweak
7616  Branch: perl
7617        ! op.c
7618 ____________________________________________________________________________
7619 [  1975] By: gsar                                  on 1998/10/15  23:54:38
7620     Log: propagate typeness of lexicals while cloning them
7621  Branch: perl
7622        ! op.c
7623 ____________________________________________________________________________
7624 [  1974] By: gsar                                  on 1998/10/15  23:53:25
7625     Log: s/last/first/ typo in append_list()
7626  Branch: perl
7627        ! op.c
7628 ____________________________________________________________________________
7629 [  1973] By: gsar                                  on 1998/10/15  20:06:17
7630     Log: nuke confperl branch and contents
7631  Branch: confperl
7632        - (delete 1284 files)
7633 ____________________________________________________________________________
7634 [  1972] By: jhi                                   on 1998/10/15  07:07:35
7635     Log: Test #162 had been added but the "print 1..161" had not been updated.
7636  Branch: cfgperl
7637        ! t/op/pat.t
7638 ____________________________________________________________________________
7639 [  1971] By: gsar                                  on 1998/10/15  03:09:58
7640     Log: check in all confperl changes as of change#1964 into cfgperl
7641  Branch: cfgperl
7642        + ext/DynaLoader/dl_vmesa.xs
7643        ! Configure MANIFEST Makefile.SH config_h.SH
7644        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
7645        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
7646 ____________________________________________________________________________
7647 [  1970] By: gsar                                  on 1998/10/15  03:05:59
7648     Log: integrate mainline to get tr.t
7649  Branch: cfgperl
7650       +> t/op/tr.t
7651 ____________________________________________________________________________
7652 [  1969] By: gsar                                  on 1998/10/15  03:04:17
7653     Log: add missing tr.t to repository
7654  Branch: perl
7655        + t/op/tr.t
7656 ____________________________________________________________________________
7657 [  1968] By: gsar                                  on 1998/10/15  03:02:43
7658     Log: create cfgperl branch
7659  Branch: cfgperl
7660       +> (branch 1282 files)
7661 ____________________________________________________________________________
7662 [  1967] By: gsar                                  on 1998/10/15  02:46:08
7663     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
7664          (MAN3PODS cannot be set to ' '; stray stricture violation)
7665  Branch: perl
7666        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
7667        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
7668        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
7669        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
7670        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
7671        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
7672        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
7673        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
7674        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
7675        ! lib/ExtUtils/MM_Unix.pm
7676 ____________________________________________________________________________
7677 [  1966] By: gsar                                  on 1998/10/15  02:19:03
7678     Log: tweak to make fix in change#1944 behave correctly for closures
7679          created within eval''
7680  Branch: perl
7681        ! op.c t/op/eval.t
7682 ____________________________________________________________________________
7683 [  1965] By: gsar                                  on 1998/10/14  23:22:41
7684     Log: use better numbers for exitstatus test
7685  Branch: perl
7686        ! t/op/die_exit.t
7687 ____________________________________________________________________________
7688 [  1964] By: jhi                                   on 1998/10/14  17:25:41
7689     Log: Add VM/ESA dynaloading (uses <dll.h>).
7690  Branch: confperl
7691        + ext/DynaLoader/dl_vmesa.xs
7692        ! MANIFEST
7693 ____________________________________________________________________________
7694 [  1963] By: jhi                                   on 1998/10/14  17:17:10
7695     Log: Remove a2p.loadmap in 'clean' target.
7696  Branch: confperl
7697        ! x2p/Makefile.SH
7698 ____________________________________________________________________________
7699 [  1962] By: jhi                                   on 1998/10/14  17:13:11
7700     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
7701  Branch: confperl
7702        ! Makefile.SH
7703 ____________________________________________________________________________
7704 [  1961] By: jhi                                   on 1998/10/14  16:27:39
7705     Log: VM/ESA creates executable.loadmaps.
7706  Branch: confperl
7707        ! Makefile.SH
7708 ____________________________________________________________________________
7709 [  1960] By: jhi                                   on 1998/10/14  15:37:39
7710     Log: Introduce SCHED_YIELD (one of sched_yield(),
7711          pthread_yield(), or pthread_yield(NULL)).
7712          YIELD is then defined using SCHED_YIELD unless
7713          a platform-specific YIELD has already been defined.
7714          
7715          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
7716          
7717          The need for pthread_yield(NULL) and pthread_attr_setdet...
7718          introduced by (private email)
7719          
7720          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
7721          Date: Sat, 10 Oct 1998 21:08:15 +1300
7722          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
7723          Subject: Re: Perl thread problems in VM/ESA
7724          
7725          Better select() protoprobe (for AIX), from (private email)
7726          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
7727          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
7728          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
7729          Subject: AIX select (fwd)
7730          From: Lars Hecking <lhecking@nmrc.ucc.ie>
7731          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
7732          Date: Fri, 2 Oct 1998 10:40:01 +0100
7733          Subject: AIX select
7734          
7735          Linux-avoid-so.X.Y, based on
7736          From: "Kurt D. Starsinic" <kstar@chapin.edu>
7737          Date: Tue, 13 Oct 1998 15:55:07 -0400
7738          Message-ID: <19981013155507.B4004@O2.chapin.edu>
7739          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
7740  Branch: confperl
7741        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
7742        ! thread.h
7743 ____________________________________________________________________________
7744 [  1959] By: jhi                                   on 1998/10/14  12:51:26
7745     Log: Some old pthread implementations have
7746          pthread_attr_setdetachstate(pthread_attr_t*, int*).
7747  Branch: confperl
7748        ! ext/Thread/Thread.xs
7749 ____________________________________________________________________________
7750 [  1958] By: jhi                                   on 1998/10/14  12:41:11
7751     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
7752          counterparts will follow soon.
7753  Branch: confperl
7754        ! thread.h
7755 ____________________________________________________________________________
7756 [  1957] By: jhi                                   on 1998/10/14  12:38:11
7757     Log: Add tr.t (MANIFEST already knew about it, strange)
7758  Branch: confperl
7759        + t/op/tr.t
7760 ____________________________________________________________________________
7761 [  1956] By: jhi                                   on 1998/10/14  12:24:35
7762     Log: Mutexen should be initialized only once.
7763  Branch: confperl
7764        ! gv.c op.c
7765 ____________________________________________________________________________
7766 [  1955] By: jhi                                   on 1998/10/14  12:19:38
7767     Log: os390 has its own cppstdin.
7768  Branch: confperl
7769        ! hints/os390.sh
7770 ____________________________________________________________________________
7771 [  1954] By: jhi                                   on 1998/10/14  12:15:06
7772     Log: Integrate with mainperl.
7773  Branch: confperl
7774       !> (integrate 1280 files)
7775 ____________________________________________________________________________
7776 [  1953] By: jhi                                   on 1998/10/14  11:48:08
7777     Log: Removed duplicate CMA threads code for HPUX 10.X.
7778          (probably residue of patch(1) being too understanding)
7779          Enhanced 64-bit settings. (redo change#1940)
7780  Branch: confperl
7781        ! hints/hpux.sh
7782 ____________________________________________________________________________
7783 [  1952] By: jhi                                   on 1998/10/14  11:45:16
7784     Log: (redo change#1949) Detypo in the d_open64 warning about
7785          the impending WHOA.
7786  Branch: confperl
7787        ! hints/irix_6.sh
7788 ____________________________________________________________________________
7789 [  1951] By: jhi                                   on 1998/10/14  10:54:16
7790     Log: Mutexen should only be inited once, after they have been New()ed.
7791  Branch: confperl
7792        ! gv.c op.c
7793 ____________________________________________________________________________
7794 [  1950] By: jhi                                   on 1998/10/14  10:41:43
7795     Log: Own cppstdin.
7796  Branch: confperl
7797        ! hints/os390.sh
7798 ____________________________________________________________________________
7799 [  1949] By: jhi                                   on 1998/10/14  10:34:23
7800     Log: Detypo in the d_open64 warning about the impending WHOA.
7801  Branch: confperl
7802        ! hints/irix_6.sh
7803 ____________________________________________________________________________
7804 [  1948] By: gsar                                  on 1998/10/14  05:38:01
7805     Log: two typos
7806  Branch: perl
7807        ! pp_hot.c t/op/eval.t
7808 ____________________________________________________________________________
7809 [  1947] By: gsar                                  on 1998/10/14  05:37:10
7810     Log: let docatch() pass the buck when restartop turns out to be null,
7811          making exceptions in BEGIN{} propagate as expected
7812  Branch: perl
7813        ! pp_ctl.c t/op/misc.t
7814 ____________________________________________________________________________
7815 [  1946] By: gsar                                  on 1998/10/13  03:41:49
7816     Log: add missing file from change#1943
7817  Branch: perl
7818        ! proto.h
7819 ____________________________________________________________________________
7820 [  1945] By: gsar                                  on 1998/10/13  03:32:02
7821     Log: defer "deep recursion" warnings until CXt_SUB context is properly
7822          set up
7823  Branch: perl
7824        ! pp_hot.c t/pragma/warn/pp_hot
7825 ____________________________________________________________________________
7826 [  1944] By: gsar                                  on 1998/10/13  03:15:50
7827     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
7828          fixup the cop_seq value that must be seen by lexical lookups that
7829          emanate within eval''
7830  Branch: perl
7831        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
7832 ____________________________________________________________________________
7833 [  1943] By: gsar                                  on 1998/10/13  02:06:09
7834     Log: ensure recursive attempts to findlex()icals know enough about where
7835          the last eval'' context was encountered
7836  Branch: perl
7837        ! op.c t/op/eval.t
7838 ____________________________________________________________________________
7839 [  1942] By: gsar                                  on 1998/10/13  02:01:24
7840     Log: force copy of substrings when matching against temporaries
7841  Branch: perl
7842        ! pp_hot.c t/op/pat.t
7843 ____________________________________________________________________________
7844 [  1941] By: gsar                                  on 1998/10/13  01:49:16
7845     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
7846          implementation)
7847  Branch: perl
7848        ! pp_ctl.c t/op/runlevel.t
7849 ____________________________________________________________________________
7850 [  1940] By: jhi                                   on 1998/10/12  09:57:44
7851     Log: Removed duplicate CMA threads code for HPUX 10.X.
7852          (probably residue of patch(1) being too understanding)
7853          Enhanced 64-bit settings.
7854  Branch: confperl
7855        ! hints/hpux.sh
7856 ____________________________________________________________________________
7857 [  1939] By: jhi                                   on 1998/10/12  09:53:11
7858     Log: Initial sync from mainline perl.
7859  Branch: confperl
7860        + (add 1282 files)
7861 ____________________________________________________________________________
7862 [  1937] By: gsar                                  on 1998/10/06  21:16:34
7863     Log: fix $/ init for USE_THREADS
7864  Branch: perl
7865        ! perl.c
7866 ____________________________________________________________________________
7867 [  1936] By: gsar                                  on 1998/10/06  07:19:39
7868     Log: fix globals caught by change#1927; builds and tests on Solaris
7869  Branch: perl
7870        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
7871        ! warning.h warning.pl
7872 ____________________________________________________________________________
7873 [  1935] By: gsar                                  on 1998/10/06  06:50:35
7874     Log: add test for previous fix
7875  Branch: perl
7876        ! ext/Thread/create.t
7877 ____________________________________________________________________________
7878 [  1934] By: gsar                                  on 1998/10/06  06:37:36
7879     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
7880  Branch: perl
7881        ! util.c
7882 ____________________________________________________________________________
7883 [  1933] By: gsar                                  on 1998/10/06  05:04:20
7884     Log: undo bogus part of change#1903 (as pointed out by Larry)
7885  Branch: perl
7886        ! pp_ctl.c
7887 ____________________________________________________________________________
7888 [  1932] By: gsar                                  on 1998/10/06  04:21:31
7889     Log: added tweaked version of suggested patch
7890          From: jan.dubois@ibm.net (Jan Dubois)
7891          Date: Sat, 03 Oct 1998 19:04:48 +0200
7892          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
7893          Subject: [PATCH 5.005_52] More MakeMaker  patches
7894  Branch: perl
7895        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
7896        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
7897 ____________________________________________________________________________
7898 [  1931] By: gsar                                  on 1998/10/06  04:04:33
7899     Log: use cpp symbols instead of hardwired constants
7900          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7901          Date: Mon, 05 Oct 1998 09:23:33 +0100
7902          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
7903          Subject: [PATCH 5.005_52] By the numbers (resend)
7904  Branch: perl
7905        ! op.c
7906 ____________________________________________________________________________
7907 [  1930] By: gsar                                  on 1998/10/06  04:01:55
7908     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7909          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
7910          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
7911          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
7912  Branch: perl
7913        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
7914        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
7915 ____________________________________________________________________________
7916 [  1929] By: gsar                                  on 1998/10/06  03:50:36
7917     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7918          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
7919          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
7920          Subject: [PATCH 5.00552] Minor test improvement
7921  Branch: perl
7922        ! t/op/magic.t
7923 ____________________________________________________________________________
7924 [  1928] By: gsar                                  on 1998/10/06  03:49:03
7925     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7926          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
7927          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
7928          Subject: [PATCH 5.00552] emacs/ptags inprovements
7929  Branch: perl
7930        ! emacs/ptags
7931 ____________________________________________________________________________
7932 [  1927] By: gsar                                  on 1998/10/06  03:47:44
7933     Log: disable C<#define dirty PL_dirty> et al.
7934  Branch: perl
7935        ! embed.pl embedvar.h
7936 ____________________________________________________________________________
7937 [  1926] By: gsar                                  on 1998/10/06  03:43:32
7938     Log: From: Mark-Jason Dominus <mjd@plover.com>
7939          Date: Sun, 04 Oct 1998 14:48:11 -0400
7940          Message-ID: <19981004184811.16048.qmail@plover.com>
7941          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
7942  Branch: perl
7943        ! utils/perldoc.PL
7944 ____________________________________________________________________________
7945 [  1925] By: gsar                                  on 1998/10/06  03:27:35
7946     Log: disable USE_THREADS when PERL_OBJECT is enabled
7947  Branch: perl
7948        ! win32/Makefile win32/makefile.mk
7949 ____________________________________________________________________________
7950 [  1924] By: gsar                                  on 1998/10/06  03:26:54
7951     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
7952  Branch: perl
7953        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
7954        ! vms/perly_c.vms
7955 ____________________________________________________________________________
7956 [  1923] By: gsar                                  on 1998/10/03  05:19:56
7957     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
7958          overridden
7959  Branch: perl
7960        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
7961        ! proto.h vms/perly_c.vms
7962 ____________________________________________________________________________
7963 [  1922] By: gsar                                  on 1998/10/03  03:59:50
7964     Log: suppress manifypods leak in extensions
7965  Branch: perl
7966        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
7967 ____________________________________________________________________________
7968 [  1921] By: gsar                                  on 1998/10/02  22:30:15
7969     Log: os390 fixes (suggested by Peter Prymmer)
7970  Branch: perl
7971        ! Makefile.SH regcomp.c
7972 ____________________________________________________________________________
7973 [  1920] By: gsar                                  on 1998/10/02  21:41:19
7974     Log: squelch undef warnings
7975          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7976          Date: Fri, 02 Oct 1998 11:01:14 +0100
7977          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
7978          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
7979  Branch: perl
7980        ! Changes lib/Math/BigInt.pm
7981 ____________________________________________________________________________
7982 [  1919] By: gsar                                  on 1998/10/02  04:59:13
7983     Log: add note to INSTALL about ANSI C
7984  Branch: perl
7985        ! INSTALL
7986 ____________________________________________________________________________
7987 [  1918] By: gsar                                  on 1998/10/02  04:21:10
7988     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
7989          From: jan.dubois@ibm.net (Jan Dubois)
7990          Date: Wed, 30 Sep 1998 23:35:30 +0200
7991          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
7992          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
7993  Branch: perl
7994        ! lib/ExtUtils/xsubpp
7995 ____________________________________________________________________________
7996 [  1917] By: gsar                                  on 1998/10/02  04:16:02
7997     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
7998          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
7999          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
8000          Subject: Re: Configure test for selectbits busted
8001  Branch: perl
8002        ! Configure
8003 ____________________________________________________________________________
8004 [  1916] By: gsar                                  on 1998/10/02  04:14:17
8005     Log: From: Dan Sugalski <sugalskd@osshe.edu>
8006          Date: Wed, 30 Sep 1998 17:15:20 -0700
8007          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
8008          Subject: [PATCH 5.005_02]VMS config tweaks
8009  Branch: perl
8010        ! vms/descrip_mms.template vms/subconfigure.com
8011 ____________________________________________________________________________
8012 [  1915] By: gsar                                  on 1998/10/02  04:10:47
8013     Log: use Off_t to permit 64-bit seek()
8014          From: Scott Henry <scotth@sgi.com>
8015          Date: 29 Sep 1998 17:38:46 -0700
8016          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
8017          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
8018          --
8019          Date: 28 Sep 1998 18:55:37 -0700
8020          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
8021          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
8022  Branch: perl
8023        ! doio.c pp_sys.c proto.h sv.c
8024 ____________________________________________________________________________
8025 [  1914] By: gsar                                  on 1998/10/02  04:05:36
8026     Log: normalize tm struct passed to strftime() with mktime()
8027          From: Spider Boardman <spider@orb.nashua.nh.us>
8028          Date: Wed, 30 Sep 1998 15:12:09 -0400
8029          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
8030          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
8031  Branch: perl
8032        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
8033 ____________________________________________________________________________
8034 [  1913] By: gsar                                  on 1998/10/02  03:59:46
8035     Log: don't try to run foo_SH.orig etc.
8036  Branch: perl
8037        ! Configure
8038 ____________________________________________________________________________
8039 [  1912] By: gsar                                  on 1998/10/02  03:45:37
8040     Log: make warning about glob process failure optional
8041  Branch: perl
8042        ! pod/perldiag.pod pp_hot.c
8043 ____________________________________________________________________________
8044 [  1911] By: gsar                                  on 1998/10/02  02:52:21
8045     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
8046          From: Dominic Dunlop <domo@vo.lu>
8047          Date: Tue, 29 Sep 1998 21:06:30 +0000
8048          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
8049          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
8050          --
8051          Date: Wed, 30 Sep 1998 11:46:44 +0000
8052          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
8053          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
8054  Branch: perl
8055        ! pod/perldiag.pod regcomp.c
8056 ____________________________________________________________________________
8057 [  1910] By: gsar                                  on 1998/10/02  02:48:48
8058     Log: minor Configure tweaks (via private mail)
8059          From: Jarkko Hietaniemi <jhi@iki.fi>
8060          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
8061          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
8062          Subject: [PATCH] 5.005_52: the drizzle continues
8063  Branch: perl
8064        ! Configure config_h.SH handy.h
8065 ____________________________________________________________________________
8066 [  1909] By: gsar                                  on 1998/10/02  02:46:39
8067     Log: update SCO hints for dynamic loading
8068          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
8069          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
8070          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
8071          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
8072          --
8073          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
8074          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
8075          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
8076  Branch: perl
8077        ! hints/sco.sh
8078 ____________________________________________________________________________
8079 [  1908] By: gsar                                  on 1998/10/02  02:33:39
8080     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
8081  Branch: perl
8082        ! lib/File/Find.pm
8083 ____________________________________________________________________________
8084 [  1907] By: gsar                                  on 1998/10/02  02:21:52
8085     Log: applied patches, but retained old behavior for win32 (where compilers
8086          can't read from stdin at all)
8087          From: Graham Barr <gbarr@ti.com>
8088          Date: Mon, 28 Sep 1998 09:41:49 -0500
8089          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
8090          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
8091          --
8092          Date: Tue, 29 Sep 1998 12:35:43 -0500
8093          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
8094          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
8095  Branch: perl
8096        ! ext/Errno/Errno_pm.PL
8097 ____________________________________________________________________________
8098 [  1906] By: gsar                                  on 1998/10/02  02:02:19
8099     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
8100          Hietaniemi)
8101  Branch: perl
8102        ! t/op/grent.t
8103 ____________________________________________________________________________
8104 [  1905] By: gsar                                  on 1998/10/02  01:59:56
8105     Log: win32 caveats about truncate()
8106  Branch: perl
8107        ! pod/perlport.pod
8108 ____________________________________________________________________________
8109 [  1904] By: gsar                                  on 1998/10/02  01:53:25
8110     Log: various Configure and hints updates (prefer drand48() or random()
8111          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
8112          applied modulo SCO hints superceded by later patch
8113          From: Jarkko Hietaniemi <jhi@iki.fi>
8114          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
8115          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
8116          Subject: [PATCH] 5.005_52: Configure et al:
8117  Branch: perl
8118        + ext/IPC/SysV/hints/next_3.pl
8119        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
8120        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
8121        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
8122 ____________________________________________________________________________
8123 [  1903] By: gsar                                  on 1998/10/02  01:42:37
8124     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
8125          Date: Mon, 28 Sep 1998 17:41:49 +0100
8126          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
8127          Subject: [PATCH 5.005_52] Re: More on ?p 
8128          --
8129          Date: Thu, 01 Oct 1998 09:10:58 +0100
8130          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
8131          Subject: [PATCH 5.005_52] ?p fix
8132          --
8133          Date: Thu, 01 Oct 1998 10:45:56 +0100
8134          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
8135          Subject: [PATCH 5.005_52] more on ?p
8136  Branch: perl
8137        ! pp_ctl.c
8138 ____________________________________________________________________________
8139 [  1902] By: gsar                                  on 1998/10/02  01:36:14
8140     Log: From: Kenneth Duda <kjd@cisco.com>
8141          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
8142          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
8143          Subject: writemain dies when there are more than 4000 characters of extensions
8144  Branch: perl
8145        ! writemain.SH
8146 ____________________________________________________________________________
8147 [  1901] By: gsar                                  on 1998/10/02  01:33:16
8148     Log: tweak run_byacc recipe
8149  Branch: perl
8150        ! Makefile.SH Porting/pumpkin.pod
8151 ____________________________________________________________________________
8152 [  1900] By: gsar                                  on 1998/10/02  01:02:09
8153     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
8154  Branch: perl
8155        ! perl.h pp_ctl.c
8156 ____________________________________________________________________________
8157 [  1899] By: gsar                                  on 1998/09/28  20:46:30
8158     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
8159          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
8160          Dvornik)
8161  Branch: perl
8162        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
8163 ____________________________________________________________________________
8164 [  1898] By: gsar                                  on 1998/09/28  20:42:52
8165     Log: flush unsubmitted 5.00552 change
8166  Branch: perl
8167        ! MANIFEST
8168 ____________________________________________________________________________
8169 [  1897] By: gsar                                  on 1998/09/27  04:43:06
8170     Log: run vms_yfix.pl
8171  Branch: perl
8172        ! vms/perly_c.vms
8173 ____________________________________________________________________________
8174 [  1896] By: gsar                                  on 1998/09/27  03:38:55
8175     Log: small tweak on last change
8176  Branch: perl
8177        ! win32/win32.c
8178 ____________________________________________________________________________
8179 [  1895] By: gsar                                  on 1998/09/27  03:17:17
8180     Log: fix win32_stat() to do the right thing for share names
8181  Branch: perl
8182        ! win32/win32.c
8183 ____________________________________________________________________________
8184 [  1891] By: larry                                 on 1998/09/25  18:50:40
8185     Log: Fixed apostrophe problem from Mark Knutsen.
8186  Branch: perl
8187        ! sv.h
8188
8189 ----------------
8190 Version 5.005_52
8191 ----------------
8192
8193 ____________________________________________________________________________
8194 [  1890] By: gsar                                  on 1998/09/25  10:25:00
8195     Log: update template config.sh, add new config vars to win32 stuff
8196  Branch: perl
8197        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
8198        ! pp_sys.c proto.h win32/config.bc win32/config.gc
8199        ! win32/config.vc win32/config_H.bc win32/config_H.gc
8200        ! win32/config_H.vc win32/win32.h
8201 ____________________________________________________________________________
8202 [  1889] By: gsar                                  on 1998/09/25  07:13:13
8203     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
8204          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
8205          of full-fledged 64-bit support (including support for: fseeko/ftello,
8206          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
8207          in Fcntl)
8208          From: Jarkko Hietaniemi <jhi@iki.fi>
8209          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
8210          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
8211          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
8212          --
8213          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
8214          Date: 12 Sep 1998 09:44:25 +0300
8215          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
8216          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
8217  Branch: perl
8218        + lib/filetest.pm
8219        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
8220        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
8221        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
8222        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
8223        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
8224        ! win32/makedef.pl
8225 ____________________________________________________________________________
8226 [  1888] By: gsar                                  on 1998/09/25  06:27:12
8227     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
8228  Branch: perl
8229        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
8230        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8231        ! win32/makedef.pl win32/makefile.mk win32/win32.c
8232 ____________________________________________________________________________
8233 [  1887] By: gsar                                  on 1998/09/25  04:50:49
8234     Log: win32.c tweak
8235  Branch: perl
8236        ! win32/win32.c
8237 ____________________________________________________________________________
8238 [  1886] By: gsar                                  on 1998/09/25  04:47:32
8239     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
8240  Branch: perl
8241        ! lib/ExtUtils/MakeMaker.pm
8242 ____________________________________________________________________________
8243 [  1885] By: gsar                                  on 1998/09/25  04:05:09
8244     Log: From: Dominic Dunlop <domo@vo.lu>
8245          Date: Thu, 10 Sep 1998 11:02:46 +0000
8246          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
8247          Subject: MM_Unix::canonpath erroneously turns leading // into /
8248  Branch: perl
8249        ! lib/ExtUtils/MM_Unix.pm
8250 ____________________________________________________________________________
8251 [  1884] By: gsar                                  on 1998/09/25  03:06:10
8252     Log: temporarily disable perl malloc for a2p until we clean up
8253          conflicting malloc() declarations everywhere
8254  Branch: perl
8255        ! x2p/Makefile.SH
8256 ____________________________________________________________________________
8257 [  1883] By: gsar                                  on 1998/09/25  02:27:00
8258     Log: remove obsolete win32/bin/*.pl
8259  Branch: perl
8260        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
8261        ! Changes MANIFEST win32/Makefile win32/makefile.mk
8262 ____________________________________________________________________________
8263 [  1882] By: gsar                                  on 1998/09/25  02:04:43
8264     Log: missing file in last submit
8265  Branch: perl
8266        ! proto.h
8267 ____________________________________________________________________________
8268 [  1881] By: gsar                                  on 1998/09/25  01:56:54
8269     Log: serial access to PL_x[inpr]v_root for USE_THREADS
8270  Branch: perl
8271        ! sv.c
8272 ____________________________________________________________________________
8273 [  1880] By: gsar                                  on 1998/09/25  01:19:38
8274     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
8275          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
8276          Date: Thu, 24 Sep 1998 22:01:09 +0900
8277          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
8278          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
8279  Branch: perl
8280        ! hv.c proto.h
8281 ____________________________________________________________________________
8282 [  1879] By: gsar                                  on 1998/09/25  00:20:07
8283     Log: tweaks to enable PERL_OBJECT to build & test on win32
8284  Branch: perl
8285        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
8286        ! win32/GenCAPI.pl
8287 ____________________________________________________________________________
8288 [  1878] By: gsar                                  on 1998/09/25  00:13:36
8289     Log: fix change#1861, which breaks default boot_xxx symbol generation
8290  Branch: perl
8291        ! lib/ExtUtils/Mksymlists.pm
8292 ____________________________________________________________________________
8293 [  1877] By: gsar                                  on 1998/09/24  10:29:54
8294     Log: two tweaks for clean build and test on Solaris
8295  Branch: perl
8296        ! op.c t/op/subst.t
8297 ____________________________________________________________________________
8298 [  1876] By: gsar                                  on 1998/09/24  09:04:43
8299     Log: From: Colin Kuskie <ckuskie@cadence.com>
8300          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
8301          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
8302          Subject: [PATCH 5.005_51] perlform.pod
8303  Branch: perl
8304        ! pod/perlform.pod
8305 ____________________________________________________________________________
8306 [  1875] By: gsar                                  on 1998/09/24  08:47:47
8307     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8308          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
8309          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
8310          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
8311  Branch: perl
8312        ! regexec.c
8313 ____________________________________________________________________________
8314 [  1874] By: gsar                                  on 1998/09/24  08:44:55
8315     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8316          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
8317          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
8318          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
8319  Branch: perl
8320        ! toke.c
8321 ____________________________________________________________________________
8322 [  1873] By: gsar                                  on 1998/09/24  08:39:41
8323     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8324          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
8325          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
8326          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
8327  Branch: perl
8328        ! Changes regcomp.c
8329 ____________________________________________________________________________
8330 [  1872] By: gsar                                  on 1998/09/24  08:37:00
8331     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
8332          Date: Sun, 23 Aug 1998 23:18:38 PDT
8333          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
8334          Subject: new irix_6.sh hints file
8335  Branch: perl
8336        ! hints/irix_6.sh
8337 ____________________________________________________________________________
8338 [  1871] By: gsar                                  on 1998/09/24  07:26:37
8339     Log: correct FSF address in various places
8340  Branch: perl
8341        ! Copying README ext/B/README lib/Getopt/Long.pm
8342 ____________________________________________________________________________
8343 [  1870] By: gsar                                  on 1998/09/24  07:11:56
8344     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
8345          Date:    Fri, 14 Aug 1998 09:20:16 PDT
8346          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
8347          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
8348  Branch: perl
8349        ! configure.com
8350 ____________________________________________________________________________
8351 [  1869] By: gsar                                  on 1998/09/24  06:55:59
8352     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
8353          From:    Scott Henry <scotth@sgi.com>
8354          Date:    13 Aug 1998 09:52:15 PDT
8355          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
8356          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
8357  Branch: perl
8358        ! hints/irix_6.sh
8359 ____________________________________________________________________________
8360 [  1868] By: gsar                                  on 1998/09/24  06:51:23
8361     Log: From:    Nathan Torkington <gnat@frii.com>
8362          Date:    Thu, 13 Aug 1998 10:59:48 MDT
8363          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
8364          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
8365  Branch: perl
8366        ! pod/perlfunc.pod
8367 ____________________________________________________________________________
8368 [  1867] By: gsar                                  on 1998/09/24  06:45:13
8369     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
8370          that are autoloaded)
8371  Branch: perl
8372        ! pp_ctl.c
8373 ____________________________________________________________________________
8374 [  1866] By: gsar                                  on 1998/09/24  05:21:19
8375     Log: grandfather deprecated "$$<digit>" no more
8376  Branch: perl
8377        ! pod/perldiag.pod toke.c
8378 ____________________________________________________________________________
8379 [  1865] By: gsar                                  on 1998/09/24  04:52:48
8380     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
8381          low bits (suggested by Ilya Zakharevich)
8382  Branch: perl
8383        ! hv.h
8384 ____________________________________________________________________________
8385 [  1864] By: gsar                                  on 1998/09/24  04:29:14
8386     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
8387          perly_c.diff
8388  Branch: perl
8389        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
8390        ! perly_c.diff toke.c
8391 ____________________________________________________________________________
8392 [  1863] By: gsar                                  on 1998/09/24  03:36:30
8393     Log: provide locked access to string table for USE_THREADS
8394  Branch: perl
8395        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
8396 ____________________________________________________________________________
8397 [  1862] By: gsar                                  on 1998/09/24  03:30:32
8398     Log: remove bogus warn()
8399  Branch: perl
8400        ! embed.pl
8401 ____________________________________________________________________________
8402 [  1861] By: gsar                                  on 1998/09/24  02:58:51
8403     Log: applied suggested patch, adapted for all platforms
8404          From: jan.dubois@ibm.net (Jan Dubois)
8405          Date: Sun, 20 Sep 1998 12:56:38 +0200
8406          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
8407          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
8408  Branch: perl
8409        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
8410        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
8411        ! lib/ExtUtils/MakeMaker.pm
8412 ____________________________________________________________________________
8413 [  1860] By: gsar                                  on 1998/09/24  02:16:14
8414     Log: upgrade to CPAN-1.40
8415  Branch: perl
8416        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
8417 ____________________________________________________________________________
8418 [  1859] By: gsar                                  on 1998/09/24  02:08:59
8419     Log: use $ENV{MAKEMAKEROPT} to set default command line args
8420  Branch: perl
8421        ! lib/ExtUtils/MakeMaker.pm
8422 ____________________________________________________________________________
8423 [  1857] By: gsar                                  on 1998/09/23  10:58:36
8424     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8425          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
8426          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
8427          Subject: More verbose Test::Harness [PATCH]
8428  Branch: perl
8429        ! lib/Test/Harness.pm
8430 ____________________________________________________________________________
8431 [  1856] By: gsar                                  on 1998/09/23  10:56:24
8432     Log: update hints for OPENSTEP 4.2 on i386
8433          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
8434          Date: Sun, 20 Sep 1998 01:03:18 +0200
8435          Message-Id: <9809192303.AA29190@Spike>
8436          Subject: Perl 5.005_02 compilation problems
8437  Branch: perl
8438        ! hints/next_4.sh
8439 ____________________________________________________________________________
8440 [  1855] By: gsar                                  on 1998/09/23  10:52:27
8441     Log: reset errno after C<require> search (as suggested by Larry)
8442  Branch: perl
8443        ! pp_ctl.c
8444 ____________________________________________________________________________
8445 [  1854] By: gsar                                  on 1998/09/23  10:50:26
8446     Log: misc pod tweaks
8447  Branch: perl
8448        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
8449 ____________________________________________________________________________
8450 [  1853] By: gsar                                  on 1998/09/23  10:46:06
8451     Log: make Pod/Html.pm handle the --title option properly (as suggested
8452          by gml4410@ggr.co.uk)
8453  Branch: perl
8454        ! lib/Pod/Html.pm
8455 ____________________________________________________________________________
8456 [  1852] By: gsar                                  on 1998/09/23  10:41:39
8457     Log: SSNEW() API for allocating memory on the savestack
8458          From: Albert Dvornik <bert@genscan.com>
8459          Date: 17 Sep 1998 19:23:07 -0400
8460          Message-Id: <tqemtae338.fsf@puma.genscan.com>
8461          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
8462  Branch: perl
8463        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
8464        ! perl.h proto.h scope.c scope.h t/io/tell.t
8465 ____________________________________________________________________________
8466 [  1851] By: gsar                                  on 1998/09/23  10:37:05
8467     Log: From: Jochen Wiedmann <joe@ispsoft.de>
8468          Date: Thu, 17 Sep 1998 17:16:06 +0200
8469          Message-ID: <360127B6.E44564A@ispsoft.de>
8470          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
8471  Branch: perl
8472        ! lib/ExtUtils/MakeMaker.pm
8473 ____________________________________________________________________________
8474 [  1850] By: gsar                                  on 1998/09/23  10:33:05
8475     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
8476          Date: 15 Sep 1998 01:32:31 +0200
8477          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
8478          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
8479  Branch: perl
8480        ! lib/ExtUtils/MM_Unix.pm
8481 ____________________________________________________________________________
8482 [  1849] By: gsar                                  on 1998/09/23  10:29:04
8483     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
8484          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
8485          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
8486          Subject: Re: extralibs.ld problem in MM_VMS.pm
8487  Branch: perl
8488        ! lib/ExtUtils/MM_VMS.pm
8489 ____________________________________________________________________________
8490 [  1848] By: gsar                                  on 1998/09/23  10:25:24
8491     Log: From: Roderick Schertler <roderick@argon.org>
8492          Date: 11 Sep 1998 16:19:21 -0400
8493          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
8494          Subject: Re: Open2 and memory leaks
8495  Branch: perl
8496        ! lib/IPC/Open3.pm
8497 ____________________________________________________________________________
8498 [  1847] By: gsar                                  on 1998/09/23  10:18:31
8499     Log: From: Roderick Schertler <roderick@argon.org>
8500          Date: Wed, 09 Sep 1998 23:52:48 -0400
8501          Message-ID: <20567.905399568@eeyore.ibcinc.com>
8502          Subject: seed srand from /dev/urandom when possible
8503  Branch: perl
8504        ! pod/perlfunc.pod pp.c
8505 ____________________________________________________________________________
8506 [  1846] By: gsar                                  on 1998/09/23  10:12:22
8507     Log: From: Roderick Schertler <roderick@argon.org>
8508          Date: Thu, 10 Sep 1998 00:32:17 -0400
8509          Message-ID: <21142.905401937@eeyore.ibcinc.com>
8510          Subject: doc update for crypt()'s salt
8511  Branch: perl
8512        ! pod/perlfunc.pod
8513 ____________________________________________________________________________
8514 [  1845] By: gsar                                  on 1998/09/23  10:09:23
8515     Log: fix h2ph handling of C<#error "foo">
8516          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
8517          Date: Thu, 10 Sep 1998 09:59:33 +0900
8518          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
8519          Subject: [5.005_02] h2ph problem
8520  Branch: perl
8521        ! utils/h2ph.PL
8522 ____________________________________________________________________________
8523 [  1844] By: gsar                                  on 1998/09/23  10:06:13
8524     Log: plug strictly private function leaks in API listing
8525  Branch: perl
8526        ! pod/perlguts.pod
8527 ____________________________________________________________________________
8528 [  1843] By: gsar                                  on 1998/09/23  10:02:57
8529     Log: hide symbol for static build
8530          From: Dominic Dunlop <domo@vo.lu>
8531          Date: Tue, 8 Sep 1998 21:40:46 +0000
8532          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
8533          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
8534  Branch: perl
8535        ! regcomp.c
8536 ____________________________________________________________________________
8537 [  1842] By: gsar                                  on 1998/09/23  09:52:46
8538     Log: define PUT_svindex(), PUT_opindex()
8539  Branch: perl
8540        ! ext/B/B/Assembler.pm
8541 ____________________________________________________________________________
8542 [  1841] By: gsar                                  on 1998/09/23  09:44:25
8543     Log: From: Dominic Dunlop <domo@vo.lu>
8544          Date: Tue, 8 Sep 1998 15:34:53 +0000
8545          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
8546          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
8547  Branch: perl
8548        ! t/pragma/warn/regexec
8549 ____________________________________________________________________________
8550 [  1840] By: gsar                                  on 1998/09/23  09:42:17
8551     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
8552  Branch: perl
8553        ! win32/bin/pl2bat.pl
8554 ____________________________________________________________________________
8555 [  1839] By: gsar                                  on 1998/09/23  09:38:18
8556     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
8557          Date: Mon, 7 Sep 1998 17:36:09 +0900
8558          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
8559          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
8560  Branch: perl
8561        ! ext/Thread/Thread.xs
8562 ____________________________________________________________________________
8563 [  1838] By: gsar                                  on 1998/09/23  09:21:11
8564     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
8565          Date: Thu, 10 Sep 1998 00:02:07 -0400
8566          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
8567          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
8568  Branch: perl
8569        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
8570        + vos/config.h vos/config_h.SH_orig vos/perl.bind
8571        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
8572        ! MANIFEST perl.c perl.h pod/perlport.pod
8573 ____________________________________________________________________________
8574 [  1837] By: gsar                                  on 1998/09/23  08:45:58
8575     Log: (via private mail)
8576          From: Charles Bailey <BAILEY@newman.upenn.edu>
8577          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
8578          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
8579          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
8580  Branch: perl
8581        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
8582        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
8583        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
8584        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
8585        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
8586        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
8587        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
8588        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
8589        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
8590        ! vms/writemain.pl
8591 ____________________________________________________________________________
8592 [  1836] By: gsar                                  on 1998/09/23  08:17:42
8593     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8594          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
8595          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
8596          Subject: [PATCH 5.005_*] OS/2 spawning typos
8597  Branch: perl
8598        ! os2/os2.c
8599 ____________________________________________________________________________
8600 [  1835] By: gsar                                  on 1998/09/23  08:09:55
8601     Log: warn on C<my($foo,$foo)>
8602  Branch: perl
8603        ! op.c pod/perldiag.pod
8604 ____________________________________________________________________________
8605 [  1834] By: gsar                                  on 1998/09/23  07:35:56
8606     Log: From: pvhp@forte.com (Peter Prymmer)
8607          Date: Fri, 4 Sep 98 13:27:41 PDT
8608          Message-Id: <9809042027.AA04463@forte.com>
8609          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
8610  Branch: perl
8611        ! README.vms
8612 ____________________________________________________________________________
8613 [  1833] By: gsar                                  on 1998/09/23  07:27:34
8614     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
8615          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
8616          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
8617          Subject: PATCH: 5.005_02 hint/hpux.sh
8618  Branch: perl
8619        ! hints/hpux.sh
8620 ____________________________________________________________________________
8621 [  1832] By: gsar                                  on 1998/09/23  07:22:40
8622     Log: fix (some) installhtml bugs
8623          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
8624          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
8625          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
8626          Subject: installhtml script needs work
8627  Branch: perl
8628        ! installhtml
8629 ____________________________________________________________________________
8630 [  1831] By: gsar                                  on 1998/09/23  07:19:30
8631     Log: document 'U' magic with examples
8632          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
8633          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
8634          Message-Id: <199809011455.PAA00631@sale-wts>
8635          Subject: Re: Looking for some XS MAGIC examples...
8636  Branch: perl
8637        ! pod/perlguts.pod
8638 ____________________________________________________________________________
8639 [  1830] By: gsar                                  on 1998/09/23  07:16:43
8640     Log: From: pvhp@forte.com (Peter Prymmer)
8641          Date: Mon, 31 Aug 98 17:13:49 PDT
8642          Message-Id: <9809010013.AA06737@forte.com>
8643          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
8644  Branch: perl
8645        ! README.os390
8646 ____________________________________________________________________________
8647 [  1829] By: gsar                                  on 1998/09/23  07:15:08
8648     Log: fix problematic typecast in filter_del()
8649          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
8650          Date: Mon, 31 Aug 1998 21:13:11 GMT
8651          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
8652          Subject: perl5.005_02 does not build on Cray T90
8653  Branch: perl
8654        ! toke.c
8655 ____________________________________________________________________________
8656 [  1828] By: gsar                                  on 1998/09/23  07:11:34
8657     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8658          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
8659          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
8660          Subject: [PATCH 5.005_5*] (?>) broken in RE
8661  Branch: perl
8662        ! regexec.c t/op/re_tests
8663 ____________________________________________________________________________
8664 [  1827] By: gsar                                  on 1998/09/23  07:09:50
8665     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
8666  Branch: perl
8667        ! t/op/grent.t t/op/groups.t
8668 ____________________________________________________________________________
8669 [  1826] By: gsar                                  on 1998/09/23  07:03:16
8670     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
8671          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
8672          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
8673          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
8674  Branch: perl
8675        - interp.sym
8676        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
8677 ____________________________________________________________________________
8678 [  1825] By: gsar                                  on 1998/09/23  06:56:40
8679     Log: re-introduce change#1703
8680  Branch: perl
8681        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
8682 ____________________________________________________________________________
8683 [  1824] By: gsar                                  on 1998/09/23  06:44:19
8684     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8685          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
8686          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
8687          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
8688  Branch: perl
8689        ! lib/perl5db.pl
8690 ____________________________________________________________________________
8691 [  1823] By: gsar                                  on 1998/09/23  06:41:34
8692         Log: From: Joe Buehler <jhpb@hekimian.com>
8693              Date: 29 Aug 1998 17:13:28 -0400
8694              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
8695              Subject: patches for perl 5.005_51 under U/WIN
8696      Branch: perl
8697            + hints/uwin.sh
8698            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
8699            ! t/lib/posix.t
8700 ____________________________________________________________________________
8701 [  1822] By: gsar                                  on 1998/09/23  06:36:59
8702         Log: add missing C<no utf8;> tweak from Larry
8703      Branch: perl
8704            ! t/op/subst.t
8705 ____________________________________________________________________________
8706 [  1821] By: gsar                                  on 1998/09/23  06:27:51
8707         Log: s/runops/CALLRUNOPS/
8708      Branch: perl
8709            ! cc_runtime.h
8710 ____________________________________________________________________________
8711 [  1820] By: gsar                                  on 1998/09/23  06:24:49
8712         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
8713      Branch: perl
8714           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
8715           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
8716           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
8717           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
8718           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
8719           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
8720           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
8721           +> t/pragma/warn/util
8722            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
8723            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
8724            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
8725            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
8726            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
8727            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
8728            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
8729            - t/pragma/warn-util
8730            ! MANIFEST t/pragma/warning.t
8731 ____________________________________________________________________________
8732 [  1819] By: gsar                                  on 1998/09/23  06:08:46
8733         Log: make \(%foo) return refs to values (not copies of values)
8734              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
8735              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
8736              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
8737              --
8738              From: Roderick Schertler <roderick@argon.org>
8739              Date: Sat, 29 Aug 1998 00:58:33 -0400
8740              Message-ID: <29894.904366713@eeyore.ibcinc.com>
8741              Subject: Re: \(%x) problems
8742      Branch: perl
8743            ! doop.c pod/perlref.pod
8744 ____________________________________________________________________________
8745 [  1818] By: gsar                                  on 1998/09/23  06:05:08
8746         Log: make h2xs generate ANSI prototypes
8747      Branch: perl
8748            ! utils/h2xs.PL
8749 ____________________________________________________________________________
8750 [  1817] By: gsar                                  on 1998/09/23  05:57:16
8751         Log: updated usethreads hints for hpux 10.X
8752              From: Matthew T Harden <mthard@mthard1.monsanto.com>
8753              Date: Fri, 28 Aug 1998 14:10:42 GMT
8754              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
8755              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
8756      Branch: perl
8757            ! hints/hpux.sh perl.h
8758 ____________________________________________________________________________
8759 [  1816] By: gsar                                  on 1998/09/23  05:53:31
8760         Log: don't create empty directories in installperl
8761              From: Robin Barker <rmb1@cise.npl.co.uk>
8762              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
8763              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
8764              Subject: [PATCH 5.005_02] install: empty dirs
8765      Branch: perl
8766            ! installperl
8767 ____________________________________________________________________________
8768 [  1815] By: gsar                                  on 1998/09/23  05:50:36
8769         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
8770              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8771              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
8772              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
8773              Subject: Re: your mail
8774      Branch: perl
8775            ! regexec.c t/op/re_tests
8776 ____________________________________________________________________________
8777 [  1814] By: gsar                                  on 1998/09/23  05:45:17
8778         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
8779              Date: Thu, 20 Aug 1998 20:59:03 -0400
8780              Message-ID: <19980820205903.A12908@O2.chapin.edu>
8781              Subject: [PATCH] h2ph misquotes #error directives
8782      Branch: perl
8783            ! t/lib/h2ph.pht utils/h2ph.PL
8784 ____________________________________________________________________________
8785 [  1813] By: gsar                                  on 1998/09/23  05:42:41
8786         Log: patch to support computed regular subexpressions
8787              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8788              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
8789              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
8790              Subject: [5.005_5* PATCH] Postponed RE - now!
8791      Branch: perl
8792            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
8793            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
8794 ____________________________________________________________________________
8795 [  1812] By: gsar                                  on 1998/09/23  05:26:26
8796         Log: better CR-handling on shebang line and in formats (fixed variant of
8797              patch suggested by Igor Sysoev <igor@nitek.ru>)
8798      Branch: perl
8799            ! perl.c toke.c
8800 ____________________________________________________________________________
8801 [  1811] By: gsar                                  on 1998/09/23  04:35:46
8802         Log: document non-loopish blocks better
8803              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8804              Date: Tue, 18 Aug 1998 12:28:36 +0100
8805              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
8806              Subject: Re: next in do {} while block gives error message
8807      Branch: perl
8808            ! pod/perlfunc.pod
8809 ____________________________________________________________________________
8810 [  1810] By: gsar                                  on 1998/09/23  04:12:05
8811         Log: fix bogus integerization of pop()'s return value
8812              From: Gurusamy Sarathy <gsar@engin.umich.edu>
8813              Date: Sat, 15 Aug 1998 23:27:54 -0400
8814              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
8815              Subject: Re: Complex expression does integer arithmetic 
8816      Branch: perl
8817            ! opcode.h opcode.pl
8818 ____________________________________________________________________________
8819 [  1809] By: gsar                                  on 1998/09/23  04:09:43
8820         Log: tweak README.win32
8821      Branch: perl
8822            ! README.win32
8823 ____________________________________________________________________________
8824 [  1808] By: gsar                                  on 1998/09/23  03:40:57
8825         Log: better diagnostic for do{} used as lvalue
8826      Branch: perl
8827            ! op.c pod/perlport.pod
8828 ____________________________________________________________________________
8829 [  1807] By: gsar                                  on 1998/09/23  03:38:30
8830         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
8831              From: hansm@icgroup.nl
8832              Date: Tue, 11 Aug 98 21:08:51 +0200
8833              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
8834              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
8835      Branch: perl
8836            ! malloc.c
8837 ____________________________________________________________________________
8838 [  1806] By: gsar                                  on 1998/09/23  03:36:08
8839         Log: support make written in perl (aka "pmake") on win32
8840      Branch: perl
8841            ! lib/ExtUtils/MM_Win32.pm
8842 ____________________________________________________________________________
8843 [  1805] By: gsar                                  on 1998/09/23  03:30:07
8844         Log: fix mismatched UV/U32 types for to_utf8_*()
8845      Branch: perl
8846            ! utf8.c
8847 ____________________________________________________________________________
8848 [  1804] By: gsar                                  on 1998/09/23  03:22:22
8849         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
8850              Date: Sun, 9 Aug 1998 22:38:23 +0200
8851              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
8852              Subject: [PATCH 5.5002] dos-djgpp update
8853      Branch: perl
8854            ! t/io/fs.t
8855 ____________________________________________________________________________
8856 [  1803] By: gsar                                  on 1998/09/23  03:20:13
8857         Log: apply minimal variant of patch (sent via private mail)
8858              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
8859              Date: Wed, 12 Aug 1998 15:42:35 +0300
8860              Message-Id: <199808121242.PAA29761@comanche.spices>
8861              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
8862      Branch: perl
8863            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
8864            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
8865 ____________________________________________________________________________
8866 [  1802] By: gsar                                  on 1998/09/23  03:03:39
8867         Log: adjust searchdict.t for EBCDIC (still needs documenting)
8868              From: pvhp@forte.com (Peter Prymmer)
8869              Date: Thu, 6 Aug 98 18:09:39 PDT
8870              Message-Id: <9808070109.AA06158@forte.com>
8871              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
8872      Branch: perl
8873            ! README.os390 t/lib/searchdict.t
8874 ____________________________________________________________________________
8875 [  1801] By: gsar                                  on 1998/09/23  02:54:15
8876         Log: silence redefined warning for XS(INIT) {}
8877      Branch: perl
8878            ! op.c
8879 ____________________________________________________________________________
8880 [  1800] By: gsar                                  on 1998/09/23  02:42:23
8881         Log: support match indices via special variables @- and @+
8882              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8883              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
8884              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
8885              Subject: [PATCH 5.004_76] @- and @+
8886      Branch: perl
8887            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
8888            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
8889 ____________________________________________________________________________
8890 [  1799] By: gsar                                  on 1998/09/23  01:44:31
8891         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8892              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
8893              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
8894              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
8895      Branch: perl
8896            ! regcomp.c t/op/re_tests
8897 ____________________________________________________________________________
8898 [  1798] By: gsar                                  on 1998/09/23  01:39:23
8899         Log: integrate maint-5.005 changes (except conflicting change#1794)
8900      Branch: perl
8901            ! Changes
8902           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
8903           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
8904           !> win32/win32.h
8905 ____________________________________________________________________________
8906 [  1797] By: gsar                                  on 1998/09/23  01:32:36
8907         Log: add note to win32/Makefile about setting CCHOME
8908      Branch: perl
8909            ! win32/Makefile win32/makefile.mk
8910 ____________________________________________________________________________
8911 [  1796] By: gsar                                  on 1998/09/23  01:31:32
8912         Log: perl.pod tweak
8913      Branch: perl
8914            ! pod/perl.pod
8915 ____________________________________________________________________________
8916 [  1795] By: gsar                                  on 1998/09/21  20:34:10
8917         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
8918      Branch: perl
8919            ! lib/ExtUtils/xsubpp
8920 ____________________________________________________________________________
8921 [  1789] By: gsar                                  on 1998/09/18  18:01:37
8922         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
8923      Branch: perl
8924            ! cop.h t/cmd/for.t
8925 ____________________________________________________________________________
8926 [  1788] By: gsar                                  on 1998/09/17  02:19:11
8927         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
8928      Branch: perl
8929            ! win32/config.bc win32/config.gc win32/config.vc
8930 ____________________________________________________________________________
8931 [  1787] By: gsar                                  on 1998/09/17  01:45:14
8932         Log: suppress bogus warning on C<sub x {} x()>
8933      Branch: perl
8934            ! toke.c
8935 ____________________________________________________________________________
8936 [  1786] By: gsar                                  on 1998/09/17  01:42:51
8937         Log: ntohl typo in objXSUB.h
8938      Branch: perl
8939            ! objXSUB.h
8940 ____________________________________________________________________________
8941 [  1785] By: gsar                                  on 1998/09/17  01:41:48
8942         Log: fill gaps in sig_* entries in win32/config.?c
8943      Branch: perl
8944            ! win32/config.bc win32/config.gc win32/config.vc
8945 ____________________________________________________________________________
8946 [  1781] By: larry                                 on 1998/09/05  23:48:24
8947         Log: tr/// logic was hosed under utf8
8948      Branch: perl
8949            ! doop.c op.c op.h pp.c proto.h
8950 ____________________________________________________________________________
8951 [  1780] By: larry                                 on 1998/09/05  23:44:16
8952         Log: several new tests needed tweaking to work under utf8
8953      Branch: perl
8954            ! t/comp/require.t t/op/pack.t t/op/substr.t
8955 ____________________________________________________________________________
8956 [  1779] By: larry                                 on 1998/09/05  23:41:42
8957         Log: index() applied BM optimization to wrong argument
8958      Branch: perl
8959            ! op.c util.c
8960 ____________________________________________________________________________
8961 [  1778] By: larry                                 on 1998/09/05  23:38:29
8962         Log: Implicit require during compile reset line numbering
8963      Branch: perl
8964            ! pp_ctl.c
8965
8966 ----------------
8967 Version 5.005_51
8968 ----------------
8969
8970 ____________________________________________________________________________
8971 [  1777] By: gsar                                  on 1998/08/10  07:02:38
8972         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
8973              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
8974              lexical warning testsuite for win32
8975      Branch: perl
8976            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
8977            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
8978            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
8979            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
8980            ! win32/Makefile win32/makefile.mk
8981 ____________________________________________________________________________
8982 [  1776] By: gsar                                  on 1998/08/09  17:53:48
8983         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
8984      Branch: perl
8985            ! Changes MANIFEST perl.c pod/perlhist.pod
8986 ____________________________________________________________________________
8987 [  1775] By: gsar                                  on 1998/08/09  14:35:33
8988         Log: tweak warning test
8989      Branch: perl
8990            ! t/pragma/warn-toke
8991 ____________________________________________________________________________
8992 [  1774] By: gsar                                  on 1998/08/09  14:13:46
8993         Log: add missing dTHR; notes for test failures due to small stacksize
8994      Branch: perl
8995            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
8996            ! toke.c universal.c util.c
8997 ____________________________________________________________________________
8998 [  1773] By: gsar                                  on 1998/08/09  11:31:53
8999         Log: lexical warnings; tweaks to places that didn't apply correctly
9000              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
9001              Date:    Wed, 29 Jul 1998 09:28:45 BST
9002              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
9003              Subject: lexical warnings patch for 5.005_50
9004      Branch: perl
9005            + README.lexwarn lib/warning.pm t/pragma/warn-2use
9006            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
9007            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
9008            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
9009            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
9010            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
9011            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
9012            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
9013            + warning.h warning.pl
9014            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
9015            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
9016            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
9017            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
9018            ! universal.c util.c
9019 ____________________________________________________________________________
9020 [  1772] By: gsar                                  on 1998/08/08  23:06:00
9021         Log: bump patchlevel to 5.005_51
9022      Branch: perl
9023            ! patchlevel.h win32/Makefile win32/config_H.bc
9024            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
9025 ____________________________________________________________________________
9026 [  1771] By: gsar                                  on 1998/08/08  23:01:57
9027         Log: fix bogus warning on "\x{123}"
9028              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
9029              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
9030              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
9031              Subject: [5.005_50 PATCH] Some unicode problems
9032      Branch: perl
9033            ! regcomp.c toke.c
9034 ____________________________________________________________________________
9035 [  1770] By: gsar                                  on 1998/08/08  22:56:55
9036         Log: hide dup symbol for static build of ext/re
9037              From: Dominic Dunlop <domo@ppp72.vo.lu>
9038              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
9039              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
9040              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
9041      Branch: perl
9042            ! regcomp.c
9043 ____________________________________________________________________________
9044 [  1769] By: gsar                                  on 1998/08/08  22:45:06
9045         Log: fix double free on -Mutf8 -e '$b=uc("")'
9046              From: larry@wall.org (Larry Wall)
9047              Date: Fri, 7 Aug 1998 14:42:43 -0700
9048              Message-Id: <199808072142.OAA14920@wall.org>
9049              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
9050      Branch: perl
9051            ! pp.c
9052 ____________________________________________________________________________
9053 [  1768] By: gsar                                  on 1998/08/08  22:42:29
9054         Log: substr() assumes utf8 without say-so
9055              From: larry@wall.org (Larry Wall)
9056              Date: Fri, 7 Aug 1998 12:25:12 -0700
9057              Message-Id: <199808071925.MAA13436@wall.org>
9058              Subject: [PATCH 5.005_50] substr bug?
9059      Branch: perl
9060            ! pp.c
9061 ____________________________________________________________________________
9062 [  1767] By: gsar                                  on 1998/08/08  22:38:25
9063         Log: fix intolerance of SWASHes for blank lines
9064              From: Gisle Aas <aas@sn.no>
9065              Date: 06 Aug 1998 23:28:57 +0200
9066              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
9067              Subject: Re: Re[2]: another joyride begins
9068      Branch: perl
9069            ! lib/utf8_heavy.pl
9070 ____________________________________________________________________________
9071 [  1766] By: gsar                                  on 1998/08/08  22:33:10
9072         Log: utf8 doc tweak
9073              From: Gisle Aas <aas@sn.no>
9074              Date: 05 Aug 1998 00:41:04 +0200
9075              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
9076              Subject: Matching clumps
9077      Branch: perl
9078            ! lib/utf8.pm
9079 ____________________________________________________________________________
9080 [  1765] By: gsar                                  on 1998/08/08  22:31:37
9081         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
9082              From: Gisle Aas <aas@sn.no>
9083              Date: 04 Aug 1998 22:56:11 +0200
9084              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
9085              Subject: Re: another joyride begins
9086      Branch: perl
9087            ! lib/utf8_heavy.pl
9088 ____________________________________________________________________________
9089 [  1764] By: gsar                                  on 1998/08/08  22:28:43
9090         Log: From: larry@wall.org (Larry Wall)
9091              Date: Tue, 4 Aug 1998 17:04:51 -0700
9092              Message-Id: <199808050004.RAA22592@wall.org>
9093              Subject: [PATCH 5.005_50] \pX not implemented!
9094      Branch: perl
9095            ! regcomp.c
9096 ____________________________________________________________________________
9097 [  1763] By: gsar                                  on 1998/08/08  22:27:15
9098         Log: From: Stephen McCamant <alias@mcs.com>
9099              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
9100              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
9101              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
9102      Branch: perl
9103            ! op.c
9104 ____________________________________________________________________________
9105 [  1762] By: gsar                                  on 1998/08/08  22:26:09
9106         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
9107              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
9108              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
9109              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
9110      Branch: perl
9111            + t/op/grent.t t/op/pwent.t
9112            ! MANIFEST
9113 ____________________________________________________________________________
9114 [  1761] By: gsar                                  on 1998/08/08  22:21:52
9115         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9116              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
9117              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
9118              Subject: [5.005_50 PATCH] misprint in RE engine
9119      Branch: perl
9120            ! regexec.c t/op/re_tests
9121 ____________________________________________________________________________
9122 [  1760] By: gsar                                  on 1998/08/08  22:18:54
9123         Log: integrate maint-5.005 changes into mainline
9124      Branch: perl
9125           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
9126           !> (integrate 138 files)
9127 ____________________________________________________________________________
9128 [  1672] By: gsar                                  on 1998/07/27  18:35:28
9129         Log: create new Changes
9130      Branch: perl
9131            + Changes
9132            ! Changes5.005 MANIFEST
9133 ____________________________________________________________________________
9134 [  1671] By: gsar                                  on 1998/07/27  18:30:57
9135         Log: rename Changes --> Changes5.005
9136      Branch: perl
9137           +> Changes5.005
9138            - Changes
9139 ____________________________________________________________________________
9140 [  1670] By: gsar                                  on 1998/07/27  18:10:14
9141         Log: integrate 5.005_01 changes from maint
9142      Branch: perl
9143            ! Changes
9144           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
9145           !> win32/win32.c
9146 ____________________________________________________________________________
9147 [  1667] By: nick                                  on 1998/07/26  14:31:01
9148         Log: Add dTHR so that it compiles miniperl in threaded mode
9149      Branch: perl
9150            ! doop.c mg.c regcomp.c regexec.c
9151 ____________________________________________________________________________
9152 [  1666] By: nick                                  on 1998/07/26  13:01:10
9153         Log: Resolve ansiperl against mainline (@1648?)
9154              Unclear that change number has "taken".
9155      Branch: ansiperl
9156           +> (branch 169 files)
9157            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
9158           !> (integrate 131 files)
9159
9160 ----------------
9161 Version 5.005_50
9162 ----------------
9163
9164 ____________________________________________________________________________
9165 [  1665] By: gsar                                  on 1998/07/26  05:38:48
9166         Log: add trailing newline to file
9167      Branch: perl
9168            ! Changes lib/unicode/blocks.txt
9169 ____________________________________________________________________________
9170 [  1664] By: gsar                                  on 1998/07/26  05:08:48
9171         Log: integrate proto.h additions from maint-5.005
9172      Branch: perl
9173           !> pod/perlhist.pod proto.h
9174 ____________________________________________________________________________
9175 [  1663] By: gsar                                  on 1998/07/26  05:07:05
9176         Log: add new files to MANIFEST; add missing prototypes to proto.h;
9177              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
9178              add typecasts to silence warnings; tweaks for win32 builds
9179      Branch: perl
9180            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
9181            ! win32/Makefile win32/makefile.mk
9182 ____________________________________________________________________________
9183 [  1662] By: gsar                                  on 1998/07/26  05:01:52
9184         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
9185      Branch: maint-5.005/perl
9186            ! pod/perlhist.pod proto.h
9187 ____________________________________________________________________________
9188 [  1661] By: gsar                                  on 1998/07/26  02:52:48
9189         Log: up patchlevel to 5.005_50
9190      Branch: perl
9191            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
9192            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
9193 ____________________________________________________________________________
9194 [  1660] By: gsar                                  on 1998/07/26  02:43:57
9195         Log: integrate utfperl
9196      Branch: perl
9197           +> (branch 162 files)
9198           !> (integrate 29 files)
9199 ____________________________________________________________________________
9200 [  1659] By: gsar                                  on 1998/07/26  02:38:22
9201         Log: integrate maint-5.005 changes
9202      Branch: perl
9203           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
9204           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
9205           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
9206           !> vms/descrip_mms.template vms/subconfigure.com
9207 ____________________________________________________________________________
9208 [  1658] By: gsar                                  on 1998/07/26  02:23:46
9209         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
9210              Date: Fri, 24 Jul 1998 11:38:25 -0700
9211              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
9212              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
9213              --
9214              Date: Fri, 24 Jul 1998 12:30:36 -0700
9215              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
9216              Subject: [PATCH 5.005]Tweaks to README.vms
9217              --
9218              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
9219              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
9220              Subject: [PATCH 5.005] Final build cleanup patch
9221      Branch: maint-5.005/perl
9222            ! README.vms vms/descrip_mms.template vms/subconfigure.com
9223 ____________________________________________________________________________
9224 [  1657] By: gsar                                  on 1998/07/26  02:19:50
9225         Log: another platform where pp_sselect() needs a whole fd_set buffer
9226              From: Lupe Christoph <lupe@alanya.m.isar.de>
9227              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
9228              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
9229              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
9230      Branch: maint-5.005/perl
9231            ! pp_sys.c
9232 ____________________________________________________________________________
9233 [  1656] By: gsar                                  on 1998/07/26  02:12:46
9234         Log: fix problem building modules on dos-djgpp
9235              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
9236              Date: Sat, 25 Jul 1998 00:53:39 +0200
9237              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
9238              Subject: [PATCH 5.005] dos-djgpp and modules problem
9239      Branch: maint-5.005/perl
9240            ! djgpp/fixpmain
9241 ____________________________________________________________________________
9242 [  1655] By: gsar                                  on 1998/07/26  02:11:09
9243         Log: From: Tom Spindler <dogcow@home.merit.edu>
9244              Date: Wed, 22 Jul 1998 16:11:07 -0400
9245              Message-ID: <19980722161107.A16813@home.merit.edu>
9246              Subject: [PATCH 5.005] BeOS tweak
9247      Branch: maint-5.005/perl
9248            ! hints/beos.sh
9249 ____________________________________________________________________________
9250 [  1654] By: gsar                                  on 1998/07/26  02:09:29
9251         Log: various pod tweaks
9252      Branch: maint-5.005/perl
9253            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
9254            ! pod/perltoc.pod
9255 ____________________________________________________________________________
9256 [  1653] By: gsar                                  on 1998/07/26  02:05:46
9257         Log: fix emacs/ptags for PL_* changes
9258              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9259              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
9260              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
9261              Subject: [PATCH 5.004_76] Yet better ptags
9262      Branch: maint-5.005/perl
9263            ! emacs/ptags
9264 ____________________________________________________________________________
9265 [  1652] By: gsar                                  on 1998/07/26  02:03:01
9266         Log: fix behavior of <=> on bigints
9267              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
9268              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
9269              Date: Fri, 24 Jul 1998 18:29:53 +0100
9270              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
9271      Branch: maint-5.005/perl
9272            ! lib/Math/BigInt.pm t/lib/bigintpm.t
9273 ____________________________________________________________________________
9274 [  1651] By: larry                                 on 1998/07/24  05:44:33
9275         Log: Here are the long-expected Unicode/UTF-8 modifications.
9276      Branch: utfperl
9277            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
9278            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
9279            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
9280            + lib/unicode/Decomposition.pl
9281            + lib/unicode/In/AlphabeticPresentationForms.pl
9282            + lib/unicode/In/Arabic.pl
9283            + lib/unicode/In/ArabicPresentationForms-A.pl
9284            + lib/unicode/In/ArabicPresentationForms-B.pl
9285            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
9286            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
9287            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
9288            + lib/unicode/In/BoxDrawing.pl
9289            + lib/unicode/In/CJKCompatibility.pl
9290            + lib/unicode/In/CJKCompatibilityForms.pl
9291            + lib/unicode/In/CJKCompatibilityIdeographs.pl
9292            + lib/unicode/In/CJKSymbolsandPunctuation.pl
9293            + lib/unicode/In/CJKUnifiedIdeographs.pl
9294            + lib/unicode/In/CombiningDiacriticalMarks.pl
9295            + lib/unicode/In/CombiningHalfMarks.pl
9296            + lib/unicode/In/CombiningMarksforSymbols.pl
9297            + lib/unicode/In/ControlPictures.pl
9298            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
9299            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
9300            + lib/unicode/In/EnclosedAlphanumerics.pl
9301            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
9302            + lib/unicode/In/GeneralPunctuation.pl
9303            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
9304            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
9305            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
9306            + lib/unicode/In/HalfwidthandFullwidthForms.pl
9307            + lib/unicode/In/HangulCompatibilityJamo.pl
9308            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
9309            + lib/unicode/In/Hebrew.pl
9310            + lib/unicode/In/HighPrivateUseSurrogates.pl
9311            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
9312            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
9313            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
9314            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
9315            + lib/unicode/In/LatinExtended-A.pl
9316            + lib/unicode/In/LatinExtended-B.pl
9317            + lib/unicode/In/LatinExtendedAdditional.pl
9318            + lib/unicode/In/LetterlikeSymbols.pl
9319            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
9320            + lib/unicode/In/MathematicalOperators.pl
9321            + lib/unicode/In/MiscellaneousSymbols.pl
9322            + lib/unicode/In/MiscellaneousTechnical.pl
9323            + lib/unicode/In/NumberForms.pl
9324            + lib/unicode/In/OpticalCharacterRecognition.pl
9325            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
9326            + lib/unicode/In/SmallFormVariants.pl
9327            + lib/unicode/In/SpacingModifierLetters.pl
9328            + lib/unicode/In/Specials.pl
9329            + lib/unicode/In/SuperscriptsandSubscripts.pl
9330            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
9331            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
9332            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
9333            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
9334            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
9335            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
9336            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
9337            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
9338            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
9339            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
9340            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
9341            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
9342            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
9343            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
9344            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
9345            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
9346            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
9347            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
9348            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
9349            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
9350            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
9351            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
9352            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
9353            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
9354            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
9355            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
9356            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
9357            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
9358            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
9359            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
9360            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
9361            + lib/unicode/JamoShort.pl lib/unicode/Makefile
9362            + lib/unicode/Name.pl lib/unicode/Number.pl
9363            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
9364            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
9365            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
9366            + lib/unicode/blocks.txt lib/unicode/index2.txt
9367            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
9368            + lib/unicode/names2.txt lib/unicode/props2.txt
9369            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
9370            + utf8.c utf8.h
9371            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
9372            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
9373            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
9374            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
9375            ! t/op/vec.t toke.c util.c vms/vmsish.h
9376 ____________________________________________________________________________
9377 [  1650] By: gsar                                  on 1998/07/24  04:06:48
9378         Log: create utfperl branch
9379      Branch: utfperl
9380           +> (branch 1079 files)
9381 ____________________________________________________________________________
9382 [  1649] By: gsar                                  on 1998/07/24  03:56:56
9383         Log: create maint-5.005 branch
9384      Branch: maint-5.005/perl
9385           +> (branch 1079 files)
9386 ____________________________________________________________________________
9387 [  1648] By: gsar                                  on 1998/07/24  03:36:35
9388         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
9389      Branch: perl
9390            ! Changes
9391