major pod update from Tom Christiansen
[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 [  3455] By: gsar                                  on 1999/05/24  05:05:19
83         Log: return 0 rather than "" when scalar grep has nothing to iterate
84              on (brings behavior in line with documentation)
85      Branch: perl
86            ! pp_ctl.c
87 ____________________________________________________________________________
88 [  3454] By: gsar                                  on 1999/05/24  04:52:52
89         Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
90              Date: Thu, 20 May 1999 13:27:02 -1000
91              Message-Id: <E10kcDN-0007TA-00@lapaki>
92              Subject: Problem with MM_Unix in 5.005_03
93      Branch: perl
94            ! lib/ExtUtils/MM_Unix.pm
95 ____________________________________________________________________________
96 [  3453] By: gsar                                  on 1999/05/24  04:39:49
97         Log: avoid removing duplicates in user-generated warnings
98              From: byron@omix.com (Byron Brummer)
99              Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
100              Message-Id: <199905201101.EAA91175@thrush.omix.com>
101              Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
102      Branch: perl
103            ! lib/diagnostics.pm
104 ____________________________________________________________________________
105 [  3452] By: gsar                                  on 1999/05/24  04:23:10
106         Log: straighten some code to avoid NeXT compiler bugs (from
107              Geoff Kuenning <geoff@cs.hmc.edu>)
108      Branch: perl
109            ! pp_ctl.c
110 ____________________________________________________________________________
111 [  3451] By: gsar                                  on 1999/05/24  03:03:05
112         Log: minor logic tweak for reserved word warning
113      Branch: perl
114            ! lib/Test/Harness.pm toke.c
115 ____________________________________________________________________________
116 [  3450] By: gsar                                  on 1999/05/24  02:34:20
117         Log: oops, some files missing in change#3449
118      Branch: perl
119            ! op.c op.h toke.c
120 ____________________________________________________________________________
121 [  3449] By: gsar                                  on 1999/05/24  02:33:12
122         Log: allow '*' prototype to autoquote even barewords that happen to be
123              function names; parens or ampersand continue to force the other
124              interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
125              do the right thing, for example
126      Branch: perl
127            ! t/comp/proto.t
128 ____________________________________________________________________________
129 [  3448] By: gsar                                  on 1999/05/24  01:51:24
130         Log: remove vestiges of PL_last_proto
131      Branch: perl
132            ! embedvar.h intrpvar.h objXSUB.h
133 ____________________________________________________________________________
134 [  3447] By: gsar                                  on 1999/05/24  01:49:20
135         Log: redo change#2061 and parts of change#1169 with code in the
136              parser; PL_last_proto hackery gone, strict 'subs' in now
137              implemented in the optimizer where specifying the exceptional
138              cases is much more robust; '*' (bareword) prototype now works
139              reliably when used in second and subsequent arguments
140      Branch: perl
141            ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
142 ____________________________________________________________________________
143 [  3446] By: gsar                                  on 1999/05/23  05:00:55
144         Log: remove redundant part of change#1169 superceded by change#2061;
145              avoid "future reserved word" warning on prototypical bearwords
146      Branch: perl
147            ! t/lib/fatal.t toke.c
148 ____________________________________________________________________________
149 [  3445] By: gsar                                  on 1999/05/21  23:36:49
150         Log: s/isspace/isSPACE/g and make sure the CRT version is always
151              passed an unsigned char (fixes random occurrence of spaces in
152              arguments containing high-bit chars passed to spawned children,
153              on win32)
154      Branch: perl
155            ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
156 ____________________________________________________________________________
157 [  3444] By: gsar                                  on 1999/05/21  23:08:55
158         Log: integrate Configure changes from cfgperl
159      Branch: perl
160           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
161           !> config_h.SH
162 ____________________________________________________________________________
163 [  3443] By: jhi                                   on 1999/05/21  22:00:56
164         Log: Integrate from mainperl.
165      Branch: cfgperl
166           !> Changes doop.c ext/SDBM_File/sdbm/dba.c
167           !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
168           !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
169           !> win32/perlhost.h win32/win32.c x2p/walk.c
170 ____________________________________________________________________________
171 [  3442] By: jhi                                   on 1999/05/21  21:59:46
172         Log: fflush.
173      Branch: cfgperl
174            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
175            ! config_h.SH
176 ____________________________________________________________________________
177 [  3441] By: gsar                                  on 1999/05/21  17:48:55
178         Log: integrate cfgperl changes
179      Branch: perl
180           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
181           !> config_h.SH hints/sunos_4_1.sh installperl
182 ____________________________________________________________________________
183 [  3440] By: gsar                                  on 1999/05/21  17:42:49
184         Log: test tweak
185      Branch: perl
186            ! t/comp/proto.t
187 ____________________________________________________________________________
188 [  3439] By: gsar                                  on 1999/05/21  17:31:26
189         Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
190              (Configure fflush(NULL) detection seems broken on Solaris, which
191              is why I hit the problem)
192      Branch: perl
193            ! Changes perl.h
194 ____________________________________________________________________________
195 [  3438] By: gsar                                  on 1999/05/20  16:41:01
196         Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
197      Branch: perl
198            ! pod/perlport.pod
199 ____________________________________________________________________________
200 [  3437] By: jhi                                   on 1999/05/20  07:14:39
201         Log: Patches to fflushing in SunOS 4 from Andy Dougherty
202              (via private email).
203      Branch: cfgperl
204            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
205            ! config_h.SH hints/sunos_4_1.sh
206 ____________________________________________________________________________
207 [  3436] By: gsar                                  on 1999/05/20  05:18:26
208         Log: various little nits
209      Branch: perl
210            ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
211            ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
212            ! win32/perlhost.h win32/win32.c x2p/walk.c
213 ____________________________________________________________________________
214 [  3435] By: jhi                                   on 1999/05/18  16:25:49
215         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
216              To: perl5-porters@perl.org
217              Subject: installperl
218              Date: Fri, 14 May 1999 21:34:58 +0100
219              Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
220      Branch: cfgperl
221            ! installperl
222 ____________________________________________________________________________
223 [  3434] By: jhi                                   on 1999/05/17  21:25:54
224         Log: Integrate from mainperl.
225      Branch: cfgperl
226           +> lib/ExtUtils/MM_Cygwin.pm
227            - cygwin32/impure_ptr.c
228           !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
229           !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
230           !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
231           !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
232           !> x2p/find2perl.PL
233 ____________________________________________________________________________
234 [  3433] By: gsar                                  on 1999/05/17  09:49:01
235         Log: integrate cfgperl changes into mainline
236      Branch: perl
237           !> Configure INSTALL config_h.SH configure.com embed.h
238           !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
239           !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
240           !> util.c
241 ____________________________________________________________________________
242 [  3432] By: gsar                                  on 1999/05/17  09:06:45
243         Log: emit more appropriate diagnostic for failed glob (variant
244              of patch suggested by Graham Barr)
245      Branch: perl
246            ! gv.c pod/perldiag.pod pp.c pp_hot.c
247 ____________________________________________________________________________
248 [  3431] By: gsar                                  on 1999/05/17  08:38:09
249         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
250              Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
251              Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
252              Subject: find2perl does not grok the 'c' suffix to the -size argument
253      Branch: perl
254            ! x2p/find2perl.PL
255 ____________________________________________________________________________
256 [  3430] By: gsar                                  on 1999/05/17  08:26:21
257         Log: additional cleanups for cygwin32 port
258              From: "Fifer, Eric" <EFifer@sanwaint.com>
259              Date: Wed, 12 May 1999 20:25:54 +0100
260              Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
261              Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
262      Branch: perl
263            + lib/ExtUtils/MM_Cygwin.pm
264            - cygwin32/impure_ptr.c
265            ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
266            ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
267            ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
268            ! perl.h util.c
269 ____________________________________________________________________________
270 [  3429] By: gsar                                  on 1999/05/17  08:01:04
271         Log: From: Andy Dougherty <doughera@lafayette.edu>
272              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
273              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
274              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
275      Branch: perl
276            ! INSTALL
277 ____________________________________________________________________________
278 [  3428] By: jhi                                   on 1999/05/17  07:03:26
279         Log: Integrate from mainperl modulo the Socket.xs change.
280      Branch: cfgperl
281           !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
282           !> win32/win32.c win32/win32.h
283 ____________________________________________________________________________
284 [  3427] By: jhi                                   on 1999/05/16  22:09:11
285         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
286              To: perl5-porters@perl.org (Mailing list Perl5)
287              Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
288              Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
289              Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
290      Branch: cfgperl
291            ! ext/Devel/Peek/Peek.xs
292 ____________________________________________________________________________
293 [  3426] By: jhi                                   on 1999/05/16  22:07:11
294         Log: From: Mark-Jason Dominus <mjd@plover.com>
295              To: perl5-porters@perl.com
296              Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
297              Date: Sat, 15 May 1999 12:43:47 -0400
298              Message-ID: <19990515164348.7313.qmail@plover.com>
299      Branch: cfgperl
300            ! pod/perldiag.pod
301 ____________________________________________________________________________
302 [  3425] By: nick                                  on 1999/05/15  15:56:10
303         Log: Mingw32 + w32api-0.1.5 tweaks
304              - now more like other Win32 compilers
305      Branch: perl
306            ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
307            ! win32/win32.h
308 ____________________________________________________________________________
309 [  3424] By: nick                                  on 1999/05/14  21:04:22
310         Log: Experimental "slab" allocator for ops.
311              To try it -DPL_OP_SLAB_ALLOC for op.c 
312              This is for proof of concept only, it leaks memory 
313              (ops are not free'd) so don't use in embedded apps.
314              If this minimalist version does not show performance 
315              gain then whole idea is worthless. 
316              Nick see's approx 12% speed up vs perlmalloc running
317              perl -Ilib -MCPAN -e '' 
318              Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
319      Branch: perl
320            ! op.c
321 ____________________________________________________________________________
322 [  3423] By: gsar                                  on 1999/05/14  19:55:04
323         Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
324              found (brings sitelib intuition in line with privlib)
325      Branch: perl
326            ! win32/win32.c
327 ____________________________________________________________________________
328 [  3422] By: jhi                                   on 1999/05/14  08:08:01
329         Log: From: pvhp@forte.com (Peter Prymmer)
330              To: perl5-porters@perl.org, vmsperl@perl.org
331              Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
332              Date: Thu, 13 May 99 15:29:57 PDT
333              Message-Id: <9905132229.AA15854@forte.com>
334      Branch: cfgperl
335            ! configure.com
336 ____________________________________________________________________________
337 [  3421] By: jhi                                   on 1999/05/14  07:34:20
338         Log: Integrate from mainperl.
339      Branch: cfgperl
340           !> lib/ExtUtils/MM_Unix.pm win32/win32.c
341 ____________________________________________________________________________
342 [  3420] By: jhi                                   on 1999/05/14  07:33:26
343         Log: Still fflushing.
344      Branch: cfgperl
345            ! Configure config_h.SH util.c
346 ____________________________________________________________________________
347 [  3419] By: gsar                                  on 1999/05/14  03:08:29
348         Log: mortalize string allocations by win32_get_{priv,site}lib()
349              (fixes small memory leak in interpreter)
350      Branch: perl
351            ! win32/win32.c
352 ____________________________________________________________________________
353 [  3418] By: gsar                                  on 1999/05/14  03:06:50
354         Log: make win32_longname() preserve kind of slashes in argument
355      Branch: perl
356            ! win32/win32.c
357 ____________________________________________________________________________
358 [  3417] By: gsar                                  on 1999/05/14  03:04:44
359         Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
360      Branch: perl
361            ! lib/ExtUtils/MM_Unix.pm
362 ____________________________________________________________________________
363 [  3416] By: jhi                                   on 1999/05/13  21:18:06
364         Log: Integrate from mainperl.
365      Branch: cfgperl
366           !> pp_ctl.c
367 ____________________________________________________________________________
368 [  3415] By: jhi                                   on 1999/05/13  21:16:49
369         Log: Fixes from Andy Dougherty (via private email).
370      Branch: cfgperl
371            ! Configure config_h.SH
372 ____________________________________________________________________________
373 [  3414] By: nick                                  on 1999/05/13  20:04:26
374         Log: valist vs va_list typo
375      Branch: perl
376            ! pp_ctl.c
377 ____________________________________________________________________________
378 [  3413] By: jhi                                   on 1999/05/13  15:04:05
379         Log: From: Andy Dougherty <doughera@lafayette.edu>
380              To: perlbug@perl.com
381              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
382              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
383              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
384      Branch: cfgperl
385            ! INSTALL
386 ____________________________________________________________________________
387 [  3412] By: jhi                                   on 1999/05/13  14:20:17
388         Log: Integrate from mainperl.
389      Branch: cfgperl
390           !> pp_ctl.c
391 ____________________________________________________________________________
392 [  3411] By: gsar                                  on 1999/05/13  14:16:56
393         Log: docatch_body() declaration mismatch
394      Branch: perl
395            ! pp_ctl.c
396 ____________________________________________________________________________
397 [  3410] By: jhi                                   on 1999/05/13  13:51:44
398         Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
399      Branch: cfgperl
400            ! Configure config_h.SH perl.h
401 ____________________________________________________________________________
402 [  3409] By: jhi                                   on 1999/05/13  13:31:53
403         Log: Still fflushing strong.
404      Branch: cfgperl
405            ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
406            ! proto.h util.c
407 ____________________________________________________________________________
408 [  3408] By: jhi                                   on 1999/05/12  14:30:23
409         Log: Integrate from mainperl.
410      Branch: cfgperl
411           !> (integrate 30 files)
412 ____________________________________________________________________________
413 [  3407] By: jhi                                   on 1999/05/12  12:28:31
414         Log: Be tidier with fflush(NULL) testing.
415      Branch: cfgperl
416            ! Configure config_h.SH
417 ____________________________________________________________________________
418 [  3406] By: gsar                                  on 1999/05/12  11:26:03
419         Log: better range-checking on list slices, with test
420              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
421              Date: Sun, 02 May 1999 17:02:53 +0100
422              Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
423              Subject: Re: List slice of undefs returns 0 items 
424      Branch: perl
425            ! pp.c t/op/list.t
426 ____________________________________________________________________________
427 [  3405] By: gsar                                  on 1999/05/12  11:22:27
428         Log: change#3397 needs test tweak
429      Branch: perl
430            ! Changes t/pragma/warn/sv
431 ____________________________________________________________________________
432 [  3404] By: gsar                                  on 1999/05/12  11:07:44
433         Log: typo in change#3397
434      Branch: perl
435            ! doop.c
436 ____________________________________________________________________________
437 [  3403] By: gsar                                  on 1999/05/12  10:49:01
438         Log: From: Stephen Zander <gibreel@pobox.com>
439              Date: 12 May 1999 01:22:31 -0700
440              Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
441              Subject: Re: Test::Harness runs tainted tests with wrong library path
442      Branch: perl
443            ! lib/Test/Harness.pm
444 ____________________________________________________________________________
445 [  3402] By: gsar                                  on 1999/05/12  10:42:06
446         Log: typo in change#3400
447      Branch: perl
448            ! ext/B/B/Deparse.pm
449 ____________________________________________________________________________
450 [  3401] By: jhi                                   on 1999/05/12  10:40:42
451         Log: A better, shinier, and possibly even correctly working
452              reincarnation of #3398.
453      Branch: cfgperl
454            ! Configure config_h.SH
455 ____________________________________________________________________________
456 [  3400] By: gsar                                  on 1999/05/12  10:40:11
457         Log: deparse \&func() as \(&func()) for clarity
458              From: Albert Dvornik <bert@genscan.com>
459              Date: 11 May 1999 13:32:04 -0400
460              Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
461              Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
462      Branch: perl
463            ! ext/B/B/Deparse.pm
464 ____________________________________________________________________________
465 [  3399] By: gsar                                  on 1999/05/12  10:36:02
466         Log: more testsuite smarts (many of them courtesy Ilya)
467      Branch: perl
468            ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
469            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
470            ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
471            ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
472            ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
473            ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
474            ! t/op/pwent.t
475 ____________________________________________________________________________
476 [  3398] By: jhi                                   on 1999/05/12  09:33:08
477         Log: Detect whether fflush(NULL) works as per change #3352.
478      Branch: cfgperl
479            ! Configure config_h.SH perl.h
480 ____________________________________________________________________________
481 [  3397] By: gsar                                  on 1999/05/12  08:56:03
482         Log: From: jan.dubois@ibm.net (Jan Dubois)
483              Date: Wed, 12 May 1999 01:01:00 +0200
484              Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
485              Subject: [PATCH 5.005_03] chop/chomp modify readonly values
486      Branch: perl
487            ! doop.c
488 ____________________________________________________________________________
489 [  3396] By: gsar                                  on 1999/05/12  08:23:27
490         Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
491              stat() behaves similarly
492      Branch: perl
493            ! win32/win32.c
494 ____________________________________________________________________________
495 [  3395] By: jhi                                   on 1999/05/11  22:21:32
496         Log: Redo parts of #3341 and #3358 that #3394 undid.
497      Branch: cfgperl
498            ! Configure config_h.SH
499 ____________________________________________________________________________
500 [  3394] By: jhi                                   on 1999/05/11  22:03:48
501         Log: Add I_NETINET_TCP to help change #3391.
502      Branch: cfgperl
503            ! Configure config_h.SH ext/Socket/Socket.xs
504 ____________________________________________________________________________
505 [  3393] By: jhi                                   on 1999/05/11  21:44:59
506         Log: Integrate from mainperl.
507      Branch: cfgperl
508           !> (integrate 55 files)
509 ____________________________________________________________________________
510 [  3392] By: gsar                                  on 1999/05/11  20:56:43
511         Log: update embedvar.h
512      Branch: perl
513            ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
514 ____________________________________________________________________________
515 [  3391] By: gsar                                  on 1999/05/11  16:32:05
516         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
517              Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
518              Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
519              Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
520      Branch: perl
521            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
522 ____________________________________________________________________________
523 [  3390] By: gsar                                  on 1999/05/11  15:27:40
524         Log: display more frequent progress messages when STDOUT is a tty
525      Branch: perl
526            ! lib/Test/Harness.pm
527 ____________________________________________________________________________
528 [  3389] By: gsar                                  on 1999/05/11  14:40:58
529         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
530              Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
531              Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
532              Subject: [PATCH 5.005_53] Explanations by Test::Harness
533      Branch: perl
534            ! lib/Test/Harness.pm
535 ____________________________________________________________________________
536 [  3388] By: gsar                                  on 1999/05/11  14:08:14
537         Log: avoid creating spurious subroutine stubs on failed subroutine
538              call and other places of sv_2cv() misuse; fixes problems with
539              failed subroutine calls "hiding" later attempts to lookup methods
540              in base classes
541      Branch: perl
542            ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
543 ____________________________________________________________________________
544 [  3387] By: gsar                                  on 1999/05/11  09:34:13
545         Log: various fixes for clean build and test on win32; configpm broken,
546              needed to open myconfig.SH rather than myconfig; sundry adjustments
547              to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
548              work under win32; getenv_sv() changed to getenv_len() since SVs
549              aren't visible in the lower echelons; remove bogus exports from
550              config.sym; PERL_OBJECT-ness for C++ exception support; null out
551              IoDIRP in filter_del() or sv_free() will attempt to close it
552      Branch: perl
553            ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
554            ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
555            ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
556            ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
557            ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
558            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
559            ! win32/config.gc win32/config.vc win32/makedef.pl
560            ! win32/makefile.mk win32/perlhost.h win32/runperl.c
561            ! win32/win32.c win32/win32.h
562 ____________________________________________________________________________
563 [  3386] By: gsar                                  on 1999/05/11  02:49:07
564         Log: gutsupport for C++ exceptions
565              From: Chip Salzenberg <chip@perlsupport.com>
566              Date: Tue, 9 Mar 1999 11:51:57 -0500
567              Message-ID: <19990309115157.E7911@perlsupport.com>
568              Subject: [PATCH 5.005] Flexible Exceptions
569      Branch: perl
570            ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
571            ! scope.c scope.h thrdvar.h util.c
572 ____________________________________________________________________________
573 [  3385] By: gsar                                  on 1999/05/10  19:33:36
574         Log: "weak" references internals, still needs perlguts documentation
575              (somewhat modified version of patch suggested by Tuomas J. Lukka
576              <lukka@fas.harvard.edu>)
577      Branch: perl
578            ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
579            ! pod/perldiag.pod proto.h sv.c sv.h util.c
580 ____________________________________________________________________________
581 [  3384] By: jhi                                   on 1999/05/10  18:21:43
582         Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
583              (due to QAR 56761) (the bug has been fixed in 4.0E or better)
584      Branch: cfgperl
585            ! INSTALL hints/dec_osf.sh
586 ____________________________________________________________________________
587 [  3381] By: jhi                                   on 1999/05/10  14:39:28
588         Log: Integrate from mainperl.
589      Branch: cfgperl
590           +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
591           +> cygwin32/build-instructions.charles-wilson
592           +> cygwin32/build-instructions.sebastien-barre
593           +> cygwin32/build-instructions.steven-morlock
594           +> cygwin32/build-instructions.steven-morlock2
595           +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
596           +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
597           +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
598           +> t/op/numconvert.t utils/perlbc.PL
599            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
600            - cygwin32/perlld
601           !> (integrate 105 files)
602 ____________________________________________________________________________
603 [  3380] By: gsar                                  on 1999/05/10  12:27:14
604         Log: regen regnodes.h
605      Branch: perl
606            ! Changes regnodes.h
607 ____________________________________________________________________________
608 [  3379] By: gsar                                  on 1999/05/10  12:17:26
609         Log: From: jan.dubois@ibm.net (Jan Dubois)
610              Date: Sat, 01 May 1999 22:55:36 +0200
611              Message-ID: <373067e9.56194713@smtp1.ibm.net>
612              Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
613      Branch: perl
614            ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
615            ! win32/config_H.vc
616 ____________________________________________________________________________
617 [  3378] By: gsar                                  on 1999/05/10  12:07:13
618         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
619              Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
620              Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
621              Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
622      Branch: perl
623            + t/op/numconvert.t
624            ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
625            ! util.c
626 ____________________________________________________________________________
627 [  3377] By: gsar                                  on 1999/05/10  11:39:48
628         Log: pp_modulo comment tweak from Ilya
629      Branch: perl
630            ! pp.c
631 ____________________________________________________________________________
632 [  3376] By: gsar                                  on 1999/05/10  11:30:40
633         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
634              Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
635              Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
636              Subject: Test.pm update [PATCH _56]
637      Branch: perl
638            ! lib/Test.pm
639 ____________________________________________________________________________
640 [  3375] By: gsar                                  on 1999/05/10  11:28:30
641         Log: From: jan.dubois@ibm.net (Jan Dubois)
642              Date: Fri, 07 May 1999 00:59:54 +0200
643              Message-ID: <373318ae.19292461@smtp1.ibm.net>
644              Subject: Re: Using existing memory for an SV's PV 
645      Branch: perl
646            ! sv.c
647 ____________________________________________________________________________
648 [  3374] By: gsar                                  on 1999/05/10  11:23:44
649         Log: From: jan.dubois@ibm.net (Jan Dubois)
650              Date: Fri, 07 May 1999 00:59:52 +0200
651              Message-ID: <37321800.19118320@smtp1.ibm.net>
652              Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
653      Branch: perl
654            ! perl.h
655 ____________________________________________________________________________
656 [  3373] By: gsar                                  on 1999/05/10  11:22:10
657         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
658              Date: Thu, 6 May 1999 18:17:28 -0400
659              Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
660              Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
661      Branch: perl
662            ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
663            ! util.c
664 ____________________________________________________________________________
665 [  3372] By: gsar                                  on 1999/05/10  10:57:49
666         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
667              Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
668              Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
669              Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
670      Branch: perl
671            ! regcomp.c regcomp.pl
672 ____________________________________________________________________________
673 [  3371] By: gsar                                  on 1999/05/10  10:54:01
674         Log: From: lane@duphy4.physics.drexel.edu
675              Date: Tue, 04 May 1999 10:19:25 -0700
676              Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
677              Subject: [PATCH 5.005.56] pod->html VMS fixes
678      Branch: perl
679            ! installhtml lib/Pod/Html.pm
680 ____________________________________________________________________________
681 [  3370] By: gsar                                  on 1999/05/10  10:45:52
682         Log: testsuite nits
683      Branch: perl
684            ! t/lib/io_linenum.t t/op/filetest.t
685 ____________________________________________________________________________
686 [  3369] By: gsar                                  on 1999/05/10  10:35:22
687         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
688              Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
689              Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
690              Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
691      Branch: perl
692            ! os2/os2ish.h os2/os2thread.h
693 ____________________________________________________________________________
694 [  3368] By: gsar                                  on 1999/05/10  10:00:11
695         Log: From: Albert Dvornik <bert@genscan.com>
696              Date: 03 May 1999 12:20:57 -0400
697              Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
698              Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
699      Branch: perl
700            ! dump.c
701 ____________________________________________________________________________
702 [  3367] By: gsar                                  on 1999/05/10  09:55:51
703         Log: shadow password support for Solaris (needs Configure help to
704              determine HAS_GETSPENT)
705              From: "Patrick O'Brien" <pdo@cs.umd.edu>
706              Date: Sat, 01 May 1999 19:41:17 -0400
707              Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
708              Subject: getpwent() under solaris
709      Branch: perl
710            ! pp_sys.c
711 ____________________________________________________________________________
712 [  3366] By: gsar                                  on 1999/05/10  09:45:58
713         Log: From: jan.dubois@ibm.net (Jan Dubois)
714              Date: Sat, 01 May 1999 23:45:47 +0200
715              Message-ID: <373373fb.59284266@smtp1.ibm.net>
716              Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
717      Branch: perl
718            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
719            ! pod/perldelta.pod
720 ____________________________________________________________________________
721 [  3365] By: gsar                                  on 1999/05/10  09:34:22
722         Log: test suite and fix input_line_number()
723              From: Paul Johnson <pjcj@transeda.com>
724              Date: Thu, 29 Apr 1999 06:28:14 +0100
725              Message-ID: <19990429062814.A17906@west-tip.transeda.com>
726              Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
727      Branch: perl
728            + t/lib/io_linenum.t
729            ! MANIFEST ext/IO/lib/IO/Handle.pm
730 ____________________________________________________________________________
731 [  3364] By: gsar                                  on 1999/05/10  09:20:56
732         Log: fix overeager [:foo:] parsing
733              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
734              Date: Fri, 30 Apr 1999 09:26:18 +0100
735              Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
736              Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005 
737      Branch: perl
738            ! regcomp.c t/op/re_tests
739 ____________________________________________________________________________
740 [  3363] By: gsar                                  on 1999/05/10  09:09:21
741         Log: documentation for Win32 builtins (somewhat modified)
742              From: jan.dubois@ibm.net (Jan Dubois)
743              Date: Tue, 30 Mar 1999 08:05:03 +0200
744              Message-ID: <37006783.1926460@smtp1.ibm.net>
745              Subject: Re: Issues with build 509 
746      Branch: perl
747            + pod/Win32.pod
748            ! MANIFEST
749 ____________________________________________________________________________
750 [  3362] By: gsar                                  on 1999/05/10  08:22:07
751         Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
752      Branch: perl
753            ! lib/File/Copy.pm win32/win32.c
754 ____________________________________________________________________________
755 [  3361] By: gsar                                  on 1999/05/10  08:11:29
756         Log: escape ampersands in <pre> sections
757      Branch: perl
758            ! Changes lib/Pod/Html.pm
759 ____________________________________________________________________________
760 [  3360] By: gsar                                  on 1999/05/10  08:04:14
761         Log: AIX hints enhancements (threads build, SOCKS support)
762              From: "David R. Favor" <dfavor@austin.ibm.com>
763              Date: Wed, 28 Apr 1999 08:45:28 -0500
764              Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
765              Subject: Working build for AIX + gcc + threading
766      Branch: perl
767            ! hints/aix.sh
768 ____________________________________________________________________________
769 [  3359] By: gsar                                  on 1999/05/10  07:49:26
770         Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
771              Date: Tue, 27 Apr 1999 23:47:24 PDT
772              Message-ID: <19990428064724.95244.qmail@hotmail.com>
773              Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
774              --
775              Date: Thu, 29 Apr 1999 18:21:06 -0700
776              Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
777              Subject: [PATCH 5.005_56] double constants ( C.pm)
778              --
779              Date: Mon, 03 May 1999 20:21:31 PDT
780              Message-ID: <19990504032131.81113.qmail@hotmail.com>
781              Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
782              --
783              Date: Thu, 06 May 1999 17:57:09 -0700
784              Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
785              Subject: Stash.pm
786      Branch: perl
787            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
788            ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
789 ____________________________________________________________________________
790 [  3358] By: gsar                                  on 1999/05/10  04:39:15
791         Log: cygwin32 update (untested adaptation of patch against 5.005_03)
792              From: alexander smishlajev <als@turnhere.com>
793              Date: Sun, 25 Apr 1999 14:58:29 +0300
794              Message-ID: <37230365.5F68B460@turnhere.com>
795              Subject: [PATCH]5.005_03 (CORE) cygwin32 port
796      Branch: perl
797            + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
798            + cygwin32/build-instructions.charles-wilson
799            + cygwin32/build-instructions.sebastien-barre
800            + cygwin32/build-instructions.steven-morlock
801            + cygwin32/build-instructions.steven-morlock2
802            + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
803            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
804            - cygwin32/perlld
805            ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
806            ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
807            ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
808            ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
809            ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
810            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
811 ____________________________________________________________________________
812 [  3357] By: gsar                                  on 1999/05/10  04:07:07
813         Log: applied suggested patch, modulo already applied parts
814              From: Charles Bailey <BAILEY@newman.upenn.edu>
815              Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
816              Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
817              Subject: [Patch 5.005_56] VMS consolidated patch #2
818      Branch: perl
819            ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
820            ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
821            ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
822            ! vms/subconfigure.com vms/test.com vms/vms.c
823 ____________________________________________________________________________
824 [  3356] By: gsar                                  on 1999/05/10  03:48:08
825         Log: applied suggested patch, with win32 and PERL_OBJECT additions
826              From: Tom Hughes <tom@compton.nu>
827              Date: Sat, 24 Apr 1999 18:11:59 +0100
828              Message-ID: <609bdff748.tom@compton.compton.nu>
829              Subject: ByteLoader patch
830      Branch: perl
831            + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
832            + ext/ByteLoader/Makefile.PL utils/perlbc.PL
833            ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
834            ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
835            ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
836            ! utils/Makefile win32/Makefile win32/makefile.mk
837 ____________________________________________________________________________
838 [  3355] By: gsar                                  on 1999/05/10  03:22:49
839         Log: document 'test' attribute (from Andreas Koenig)
840      Branch: perl
841            ! lib/ExtUtils/MakeMaker.pm
842 ____________________________________________________________________________
843 [  3354] By: gsar                                  on 1999/05/10  03:12:37
844         Log: From: pmarquess@bfsec.bt.co.uk
845              Date: Thu, 22 Apr 1999 23:12:08 +0100
846              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
847              Subject: PATCH for small bug in scan_bin
848      Branch: perl
849            ! util.c
850 ____________________________________________________________________________
851 [  3353] By: gsar                                  on 1999/05/10  02:39:33
852         Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
853              provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
854      Branch: perl
855            ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
856            ! win32/win32iop.h
857 ____________________________________________________________________________
858 [  3352] By: gsar                                  on 1999/05/09  22:47:39
859         Log: flush all open output buffers before fork(), exec(), system, qx//
860              and pipe open() operations, simplifying buffering headaches faced
861              by users; uses fflush(NULL), which may need Configure test
862      Branch: perl
863            ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
864            ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
865 ____________________________________________________________________________
866 [  3351] By: gsar                                  on 1999/05/09  21:11:51
867         Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
868              Leroy <jll@skynet.be>)
869      Branch: perl
870            ! utils/perlcc.PL
871 ____________________________________________________________________________
872 [  3350] By: gsar                                  on 1999/05/09  20:39:11
873         Log: normalize $^X to full pathname on win32
874      Branch: perl
875            ! win32/runperl.c
876 ____________________________________________________________________________
877 [  3349] By: gsar                                  on 1999/05/09  20:23:07
878         Log: allow readline($globref), <$globref> already works
879      Branch: perl
880            ! pp_hot.c
881 ____________________________________________________________________________
882 [  3348] By: gsar                                  on 1999/05/09  20:00:09
883         Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
884              <lemburg@online-club.de>)
885      Branch: perl
886            ! utils/perldoc.PL
887 ____________________________________________________________________________
888 [  3347] By: gsar                                  on 1999/05/09  18:47:21
889         Log: additions to Thread.pm docs from Tuomas J. Lukka
890              <lukka@fas.harvard.edu>
891      Branch: perl
892            ! ext/Thread/Thread.pm
893 ____________________________________________________________________________
894 [  3346] By: gsar                                  on 1999/05/09  18:38:00
895         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
896              Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
897              Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
898              Subject: [PATCH _56] Re: pdt: Perl Development Tools? 
899      Branch: perl
900            ! ext/B/B/Xref.pm
901 ____________________________________________________________________________
902 [  3345] By: gsar                                  on 1999/05/09  18:22:43
903         Log: work around mangled archname on win32 while finding privlib/sitelib;
904              normalize lib paths to forward slashes internally
905      Branch: perl
906            ! win32/win32.c
907 ____________________________________________________________________________
908 [  3344] By: gsar                                  on 1999/05/09  03:20:06
909         Log: fix typo in dbm filters that caused odbm.t to fail
910      Branch: perl
911            ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
912 ____________________________________________________________________________
913 [  3343] By: gsar                                  on 1999/05/09  02:02:59
914         Log: tweak test totals
915      Branch: perl
916            ! Changes t/lib/tie-stdhandle.t
917 ____________________________________________________________________________
918 [  3342] By: gsar                                  on 1999/05/09  01:42:06
919         Log: import list propagation busted (pointed out by Ton Hospel
920              <thospel@mail.dma.be>)
921      Branch: perl
922            ! lib/autouse.pm
923 ____________________________________________________________________________
924 [  3341] By: gsar                                  on 1999/05/09  00:54:18
925         Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
926              (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
927      Branch: perl
928            ! Configure Makefile.SH
929 ____________________________________________________________________________
930 [  3340] By: gsar                                  on 1999/05/09  00:40:41
931         Log: generate manpages for newly added utils
932      Branch: perl
933            ! installman
934 ____________________________________________________________________________
935 [  3339] By: gsar                                  on 1999/05/09  00:33:50
936         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
937              Date: Sun, 02 May 1999 17:59:24 +0100
938              Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
939              Subject: [PATCH] Re: ptr to realloced memory in yylex
940      Branch: perl
941            ! toke.c
942 ____________________________________________________________________________
943 [  3338] By: jhi                                   on 1999/05/08  22:40:29
944         Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
945      Branch: cfgperl
946            ! INSTALL
947 ____________________________________________________________________________
948 [  3337] By: jhi                                   on 1999/05/08  22:22:26
949         Log: Integrate from mainperl.
950      Branch: cfgperl
951           +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
952           !> (integrate 54 files)
953 ____________________________________________________________________________
954 [  3336] By: gsar                                  on 1999/05/08  21:48:22
955         Log: make perldoc -f grok nested =items
956      Branch: perl
957            ! utils/perldoc.PL
958 ____________________________________________________________________________
959 [  3335] By: gsar                                  on 1999/05/08  19:48:11
960         Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
961      Branch: perl
962            ! op.c t/lib/fields.t
963 ____________________________________________________________________________
964 [  3334] By: gsar                                  on 1999/05/08  19:09:41
965         Log: update test totals
966      Branch: perl
967            ! t/lib/bigintpm.t
968 ____________________________________________________________________________
969 [  3333] By: gsar                                  on 1999/05/08  16:56:02
970         Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
971      Branch: perl
972            ! pod/perlfunc.pod
973 ____________________________________________________________________________
974 [  3332] By: gsar                                  on 1999/05/08  16:46:44
975         Log: applied suggested patch, added tests
976              From: William Mann <wmann@avici.com>
977              Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
978              Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
979              Subject: BigInt.pm extensions for logical operations
980      Branch: perl
981            ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
982 ____________________________________________________________________________
983 [  3331] By: gsar                                  on 1999/05/08  16:09:33
984         Log: avoid temporary files named 'tmp'
985      Branch: perl
986            ! Makefile.SH pp.c
987 ____________________________________________________________________________
988 [  3330] By: nick                                  on 1999/05/08  14:16:30
989         Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
990              Provide Tie::StdHandle
991              Basic update of docs.
992      Branch: perl
993            + t/lib/tie-stdhandle.t
994            ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
995 ____________________________________________________________________________
996 [  3329] By: nick                                  on 1999/05/08  12:03:45
997         Log: Tweaks to open(my $fh,...) stuff
998      Branch: perl
999            ! op.c pp.c pp_sys.c t/io/open.t
1000 ____________________________________________________________________________
1001 [  3328] By: nick                                  on 1999/05/08  11:18:42
1002         Log: Bring SDBM_File.xs into line with new typemap
1003      Branch: perl
1004            ! ext/SDBM_File/SDBM_File.xs
1005 ____________________________________________________________________________
1006 [  3327] By: gsar                                  on 1999/05/08  00:07:11
1007         Log: add test case for AUTOLOAD reentrancy fix in change#3279
1008      Branch: perl
1009            ! t/lib/autoloader.t
1010 ____________________________________________________________________________
1011 [  3326] By: nick                                  on 1999/05/07  21:24:50
1012         Log: Implement open( my $fh, ...) and similar.
1013              Set flag in op.c for "constructor ops"
1014              In pp_rv2gv, if flag is set and arg is PADSV and uninit
1015              vivify as reference to a detached GV.
1016              (Name of GV is the pad name.)
1017              This scheme should "just work" for pipe/socket etc. too.
1018              
1019              #if 0 out the open(FH,undef) for now.
1020              Change t/io/open.t to test open(my $fh,...)
1021      Branch: perl
1022            ! op.c pp.c pp_sys.c t/io/open.t
1023 ____________________________________________________________________________
1024 [  3325] By: nick                                  on 1999/05/07  21:18:42
1025         Log: Correct SvLEN vs SvCUR  which leads to odd "chunk" vs "line" in mess().
1026      Branch: perl
1027            ! util.c
1028 ____________________________________________________________________________
1029 [  3324] By: gsar                                  on 1999/05/07  20:28:31
1030         Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
1031              intervening code has to allocate SVs)
1032      Branch: perl
1033            ! util.c
1034 ____________________________________________________________________________
1035 [  3323] By: gsar                                  on 1999/05/07  19:45:08
1036         Log: allow line numbers to show in diagnostics during global destruction
1037      Branch: perl
1038            ! util.c
1039 ____________________________________________________________________________
1040 [  3322] By: gsar                                  on 1999/05/07  09:38:11
1041         Log: From: Dan Sugalski <sugalskd@ous.edu>
1042              Date: Fri, 09 Apr 1999 16:16:39 -0700
1043              Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
1044              Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
1045      Branch: perl
1046            ! lib/ExtUtils/MM_VMS.pm
1047 ____________________________________________________________________________
1048 [  3321] By: gsar                                  on 1999/05/07  09:08:23
1049         Log: From: kwzh@gnu.org (Karl Heuer)
1050              Date: Wed, 7 Apr 1999 23:58:58 -0400
1051              Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
1052              Subject: [perl-5.005.02] detect lack of /dev/tty
1053      Branch: perl
1054            ! Makefile.SH
1055 ____________________________________________________________________________
1056 [  3320] By: gsar                                  on 1999/05/07  08:52:14
1057         Log: allow distinct prefix for versioned executables
1058              From: Roderick Schertler <roderick@argon.org>
1059              Date: Wed, 07 Apr 1999 15:34:56 -0400
1060              Message-ID: <3003.923513696@eeyore.ibcinc.com>
1061              Subject: perl55.00503 -> perl5.00503 patch for installperl
1062      Branch: perl
1063            ! INSTALL installperl
1064 ____________________________________________________________________________
1065 [  3319] By: gsar                                  on 1999/05/07  08:07:02
1066         Log: From: Dan Sugalski <sugalskd@osshe.edu>
1067              Date: Mon, 05 Apr 1999 15:38:42 -0700
1068              Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
1069              Subject: Re: chomp fails with $/ in fixed-length record mode
1070              --
1071              From: Roderick Schertler <roderick@argon.org>
1072              Date: Tue, 06 Apr 1999 21:11:37 -0400
1073              Message-ID: <2795.923447497@eeyore.ibcinc.com>
1074              Subject: Re: chomp fails with $/ in fixed-length record mode
1075      Branch: perl
1076            ! doop.c pod/perlfunc.pod t/op/chop.t
1077 ____________________________________________________________________________
1078 [  3318] By: gsar                                  on 1999/05/07  07:56:35
1079         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1080              Date: Tue, 6 Apr 1999 01:40:36 -0400
1081              Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
1082              Subject: [PATCH 5.005_*] Make % use fmod()
1083      Branch: perl
1084            ! pp.c t/op/arith.t
1085 ____________________________________________________________________________
1086 [  3317] By: gsar                                  on 1999/05/07  04:18:11
1087         Log: DBM Filters (via private mail)
1088              From: pmarquess@bfsec.bt.co.uk
1089              Date: Sun, 18 Apr 1999 21:05:52 +0100
1090              Message-Id: <199904182009.NAA19152@activestate.com>
1091              Subject: DBM Filters
1092      Branch: perl
1093            + pod/perldbmfilter.pod
1094            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
1095            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
1096            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
1097            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
1098            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
1099            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
1100            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
1101            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
1102            ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
1103            ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
1104            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
1105            ! t/lib/sdbm.t
1106 ____________________________________________________________________________
1107 [  3316] By: gsar                                  on 1999/05/07  03:28:53
1108         Log: avoid negative return value from Win32::GetTickCount()
1109              From: jan.dubois@ibm.net (Jan Dubois)
1110              Date: Sat, 03 Apr 1999 19:04:18 +0200
1111              Message-ID: <37084742.22824479@smtp1.ibm.net>
1112              Subject: Re: Win32::GetTickCount
1113      Branch: perl
1114            ! win32/win32.c
1115 ____________________________________________________________________________
1116 [  3315] By: nick                                  on 1999/05/06  21:44:38
1117         Log: open(FH,undef) # creates new_tmpfile opened read/write
1118              Add t/io/open.t with test for above.
1119      Branch: perl
1120            + t/io/open.t
1121            ! pp_sys.c
1122 ____________________________________________________________________________
1123 [  3314] By: gsar                                  on 1999/05/06  08:01:23
1124         Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
1125              Date: Tue, 30 Mar 1999 23:40:34 PST
1126              Message-ID: <19990331074034.6117.qmail@hotmail.com>
1127              Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
1128              --
1129              Date: Wed, 07 Apr 1999 00:28:23 -0800
1130              Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
1131              Subject: [PATCH 5.005_56] function prototypes(B.pm)
1132              --
1133              Date: Thu, 22 Apr 1999 23:40:52 -0700
1134              Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
1135              Subject: [PATCH 5.005_56 ] discarding worthless padsvs
1136              --
1137              Date: Tue, 27 Apr 1999 01:14:49 PDT
1138              Message-ID: <19990427081449.28615.qmail@hotmail.com>
1139              Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
1140      Branch: perl
1141            ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
1142            ! t/op/ref.t
1143 ____________________________________________________________________________
1144 [  3313] By: jhi                                   on 1999/05/06  07:59:52
1145         Log: Integrate from mainperl.
1146      Branch: cfgperl
1147           !> (integrate 33 files)
1148 ____________________________________________________________________________
1149 [  3312] By: gsar                                  on 1999/05/06  07:11:50
1150         Log: add Ethiopic section to unicode master database (from Ken
1151              Whistler <kenw@sybase.com>)
1152      Branch: perl
1153            ! lib/unicode/UnicodeData-Latest.txt
1154 ____________________________________________________________________________
1155 [  3311] By: gsar                                  on 1999/05/06  05:37:55
1156         Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
1157              Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
1158              Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
1159              Subject: Largefiles for Solaris
1160      Branch: perl
1161            ! hints/solaris_2.sh
1162 ____________________________________________________________________________
1163 [  3310] By: gsar                                  on 1999/05/06  05:14:35
1164         Log: emit more accurate diagnostic for syntax errors involving <>
1165              within eval""
1166      Branch: perl
1167            ! toke.c utils/perldoc.PL
1168 ____________________________________________________________________________
1169 [  3309] By: gsar                                  on 1999/05/06  04:36:31
1170         Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
1171      Branch: perl
1172            ! t/lib/open3.t
1173 ____________________________________________________________________________
1174 [  3308] By: gsar                                  on 1999/05/06  03:19:16
1175         Log: applied first part of suggested patch (bug described cannot be
1176              reproduced any longer, so the second inconclusive part has not
1177              been applied)
1178              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1179              Date: Sun, 28 Mar 1999 04:51:34 +0100
1180              Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
1181              Subject: [PATCH 5.005_56] Re: A core dump 
1182      Branch: perl
1183            ! toke.c
1184 ____________________________________________________________________________
1185 [  3307] By: gsar                                  on 1999/05/06  01:56:06
1186         Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
1187              change#3810)
1188      Branch: perl
1189            ! op.c
1190 ____________________________________________________________________________
1191 [  3306] By: gsar                                  on 1999/05/05  17:17:34
1192         Log: applied non-conflicting parts of suggested patch
1193              From: Charles Bailey <BAILEY@newman.upenn.edu>
1194              Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
1195              Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
1196              Subject: [Patch 5.005_56] Revised VMS patch
1197      Branch: perl
1198            ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
1199            ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
1200 ____________________________________________________________________________
1201 [  3305] By: gsar                                  on 1999/05/05  16:20:19
1202         Log: make perldoc use backslashed pathnames within system() on win32
1203      Branch: perl
1204            ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
1205 ____________________________________________________________________________
1206 [  3304] By: gsar                                  on 1999/05/05  07:29:43
1207         Log: upgrade Pod::Parser to v1.081 from CPAN
1208      Branch: perl
1209            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
1210            ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
1211            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
1212 ____________________________________________________________________________
1213 [  3303] By: gsar                                  on 1999/05/05  07:02:07
1214         Log: From: Andy Dougherty <doughera@lafayette.edu>
1215              Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
1216              Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
1217              Subject: [PATCH 5.005_03-MT3] INSTALL patches
1218      Branch: perl
1219            ! INSTALL
1220 ____________________________________________________________________________
1221 [  3302] By: gsar                                  on 1999/05/05  06:55:21
1222         Log: load base packages based on nonexistent $VERSION
1223              From: andreas.koenig@anima.de (Andreas J. Koenig)
1224              Date: 19 Mar 1999 06:00:28 +0100
1225              Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
1226              Subject: Re: base.pm flaw
1227      Branch: perl
1228            ! lib/base.pm lib/locale.pm
1229 ____________________________________________________________________________
1230 [  3301] By: gsar                                  on 1999/05/04  05:41:08
1231         Log: pod2man outputs switched date and revision label (fix suggested by
1232              EthanSasiela@mede.com)
1233      Branch: perl
1234            ! pod/pod2man.PL
1235 ____________________________________________________________________________
1236 [  3300] By: gsar                                  on 1999/05/03  18:48:25
1237         Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
1238              (makes opendir(D,"c:") work reliably)
1239      Branch: perl
1240            ! win32/win32.c
1241 ____________________________________________________________________________
1242 [  3299] By: gsar                                  on 1999/05/02  19:39:55
1243         Log: add test case for change#3298
1244      Branch: perl
1245            ! sv.c t/op/readdir.t
1246 ____________________________________________________________________________
1247 [  3298] By: gsar                                  on 1999/05/02  19:24:41
1248         Log: close directory handles properly when localized
1249      Branch: perl
1250            ! sv.c
1251 ____________________________________________________________________________
1252 [  3297] By: jhi                                   on 1999/04/30  11:42:14
1253         Log: Integrate from mainperl.
1254      Branch: cfgperl
1255           !> Changes config_h.SH configure.com lib/AutoLoader.pm
1256           !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
1257           !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
1258           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
1259           !> vms/subconfigure.com win32/win32.c
1260 ____________________________________________________________________________
1261 [  3293] By: chip                                  on 1999/04/29  18:50:49
1262         Log: Fix shebang lines.
1263      Branch: maint-5.004/perl
1264            ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
1265            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
1266            ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
1267            ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
1268            ! x2p/find2perl.PL x2p/s2p.PL
1269 ____________________________________________________________________________
1270 [  3284] By: gsar                                  on 1999/04/27  00:48:42
1271         Log: integrate change#3279 from maint-5.004
1272      Branch: perl
1273            ! lib/AutoLoader.pm
1274 ____________________________________________________________________________
1275 [  3279] By: chip                                  on 1999/04/26  23:09:26
1276         Log: Make &AutoLoad::AUTOLOAD reentrant.
1277      Branch: maint-5.004/perl
1278            ! lib/AutoLoader.pm
1279 ____________________________________________________________________________
1280 [  3276] By: chip                                  on 1999/04/26  22:34:36
1281         Log: Make porting scripts executable.
1282      Branch: maint-5.004/perl
1283            ! Changes Porting/genlog Porting/makerel Porting/p4desc
1284            ! Porting/patchls
1285 ____________________________________________________________________________
1286 [  3274] By: gsar                                  on 1999/04/26  17:30:31
1287         Log: allow embedded null characters in diagnostics
1288      Branch: perl
1289            ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
1290 ____________________________________________________________________________
1291 [  3273] By: gsar                                  on 1999/04/26  08:27:22
1292         Log: hand-applied conflicting parts of suggested patch
1293              From: Charles Bailey <BAILEY@newman.upenn.edu>
1294              Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
1295              Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
1296              Subject: [PATCH 5.005_56] VMS configuration/build
1297      Branch: perl
1298            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
1299            ! vms/munchconfig.c vms/subconfigure.com
1300 ____________________________________________________________________________
1301 [  3272] By: gsar                                  on 1999/04/26  08:25:41
1302         Log: update Changes; tweak minor regressions
1303      Branch: perl
1304            ! Changes lib/AutoSplit.pm lib/File/Path.pm
1305 ____________________________________________________________________________
1306 [  3271] By: gsar                                  on 1999/04/26  07:52:51
1307         Log: integrate change#3229 from maint-5.004
1308      Branch: perl
1309            ! pp_ctl.c util.c
1310 ____________________________________________________________________________
1311 [  3270] By: gsar                                  on 1999/04/25  22:58:27
1312         Log: fix buggy reference count on refs to SVs with autoviv magic
1313              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
1314              accessing free()d memory)
1315      Branch: perl
1316            ! pp.c t/op/ref.t
1317 ____________________________________________________________________________
1318 [  3269] By: gsar                                  on 1999/04/24  17:07:55
1319         Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
1320              on win32)
1321      Branch: perl
1322            ! win32/win32.c
1323 ____________________________________________________________________________
1324 [  3268] By: gsar                                  on 1999/04/24  16:38:25
1325         Log: kill dup hunk
1326      Branch: perl
1327            ! config_h.SH
1328 ____________________________________________________________________________
1329 [  3267] By: gsar                                  on 1999/04/24  16:35:57
1330         Log: integrate cfgperl changes into mainline
1331      Branch: perl
1332           +> myconfig.SH
1333            - myconfig
1334            ! pod/perlre.pod
1335           !> (integrate 38 files)
1336 ____________________________________________________________________________
1337 [  3266] By: jhi                                   on 1999/04/23  18:42:44
1338         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
1339              To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
1340              Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
1341              Cc: Lionel Cons <lionel.cons@cern.ch>,
1342              Ilya Zakharevich <ilya@math.ohio-state.edu>,
1343              David Hayes <david@bdel.com>
1344              Subject: [PATCH] h2ph
1345              Date: Fri, 23 Apr 1999 12:37:23 -0400
1346              Message-ID: <19990423123723.A49550@O2.chapin.edu>
1347      Branch: cfgperl
1348            ! utils/h2ph.PL
1349 ____________________________________________________________________________
1350 [  3265] By: jhi                                   on 1999/04/21  18:17:12
1351         Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
1352              To: perlbug@perl.org
1353              Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
1354              Date: Wed, 21 Apr 1999 08:17:54 -0700
1355              Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
1356      Branch: cfgperl
1357            ! vms/descrip_mms.template
1358 ____________________________________________________________________________
1359 [  3264] By: jhi                                   on 1999/04/20  08:50:54
1360         Log: From: Andy Dougherty <doughera@lafayette.edu>
1361              To: The Perl Porters Mailing List <perl5-porters@perl.org>
1362              Subject: [PATCH 5.005_56] Re: 5.006 Todo
1363              Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
1364              Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
1365      Branch: cfgperl
1366            ! Porting/pumpkin.pod
1367 ____________________________________________________________________________
1368 [  3263] By: jhi                                   on 1999/04/20  08:05:01
1369         Log: From: Chip Salzenberg <chip@perlsupport.com>
1370              To: Perl 5 Porters <perl5-porters@perl.org>
1371              Subject: [PATCH 5.005_56] Configure: $sig_count
1372              Date: Sun, 18 Apr 1999 17:54:36 -0400
1373              Message-ID: <19990418175436.A27496@perlsupport.com>
1374      Branch: cfgperl
1375            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1376            ! config_h.SH
1377 ____________________________________________________________________________
1378 [  3262] By: jhi                                   on 1999/04/19  18:23:50
1379         Log: Subject: PATCH wrong faq reference in perlbook.pod
1380              From: Robin Barker <rmb1@cise.npl.co.uk>
1381              To: perlbug@perl.com
1382              Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
1383              Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
1384      Branch: cfgperl
1385            ! pod/perlbook.pod
1386 ____________________________________________________________________________
1387 [  3261] By: jhi                                   on 1999/04/15  13:59:04
1388         Log: From: Andy Dougherty <doughera@lafayette.edu>
1389              To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
1390              Cc: Perl Porters <perl5-porters@perl.org>
1391              Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
1392              Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
1393              Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
1394      Branch: cfgperl
1395            ! hints/solaris_2.sh
1396 ____________________________________________________________________________
1397 [  3260] By: jhi                                   on 1999/04/15  13:56:53
1398         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
1399              To: pumpkings@jhereg.perl.com
1400              Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
1401              Date: Thu, 15 Apr 1999 07:13:41 -0600
1402              Message-Id: <199904151313.HAA07682@jhereg.perl.com>
1403      Branch: cfgperl
1404            ! pod/perldata.pod
1405 ____________________________________________________________________________
1406 [  3259] By: jhi                                   on 1999/04/13  23:12:52
1407         Log: LDLIBPTH also on 'clean' targets.
1408      Branch: cfgperl
1409            ! Makefile.SH
1410 ____________________________________________________________________________
1411 [  3258] By: jhi                                   on 1999/04/13  21:38:46
1412         Log: Add information about the two DEC C compiler optimizer bugs
1413              (what patch levels of the compilers fix them).
1414      Branch: cfgperl
1415            ! pp.c t/op/repeat.t
1416 ____________________________________________________________________________
1417 [  3257] By: jhi                                   on 1999/04/13  14:25:08
1418         Log: Be polite about ccdlflags and lddflags, too.
1419              Avoid Perl's malloc only when threaded.
1420      Branch: cfgperl
1421            ! hints/aix.sh
1422 ____________________________________________________________________________
1423 [  3256] By: jhi                                   on 1999/04/13  10:21:33
1424         Log: Croak if no known ways to semctl() (don't assume union semun).
1425      Branch: cfgperl
1426            ! doio.c perl.h
1427 ____________________________________________________________________________
1428 [  3255] By: jhi                                   on 1999/04/13  09:10:26
1429         Log: From: Dan Sugalski <sugalskd@osshe.edu>
1430              To: perl5-porters@perl.org, vmsperl@perl.org
1431              Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
1432              Date: Mon, 12 Apr 1999 13:36:48 -0700
1433              Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
1434      Branch: cfgperl
1435            ! lib/ExtUtils/MM_VMS.pm
1436 ____________________________________________________________________________
1437 [  3254] By: jhi                                   on 1999/04/13  06:56:26
1438         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
1439              To: perlbug@perl.com
1440              Subject: Update for OpenBSD hints
1441              Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
1442              Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
1443      Branch: cfgperl
1444            ! hints/openbsd.sh
1445 ____________________________________________________________________________
1446 [  3229] By: chip                                  on 1999/04/13  04:04:14
1447         Log: Preserve errno from importunities of sfio.
1448      Branch: maint-5.004/perl
1449            ! pp_ctl.c util.c
1450 ____________________________________________________________________________
1451 [  3226] By: jhi                                   on 1999/04/11  12:52:26
1452         Log: If both ways to call semctl are broken,    skip the tests.
1453      Branch: cfgperl
1454            ! t/lib/ipc_sysv.t
1455 ____________________________________________________________________________
1456 [  3225] By: jhi                                   on 1999/04/10  22:27:28
1457         Log: From: Andy Dougherty <doughera@lafayette.edu>
1458              To: dsembr01@ox.slug.louisville.edu
1459              Cc: perlbug@perl.com
1460              Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
1461              Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
1462              Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
1463      Branch: cfgperl
1464            ! ext/POSIX/POSIX.xs
1465 ____________________________________________________________________________
1466 [  3224] By: jhi                                   on 1999/04/09  18:50:32
1467         Log: From: Andy Dougherty <doughera@lafayette.edu>
1468              To: Perl Porters <perl5-porters@perl.org>
1469              Subject: [PATCH 5.005_56] Re: prefix= in hints
1470              Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
1471              Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
1472              
1473              (Overrides change #3204 from Kurt)
1474      Branch: cfgperl
1475            ! hints/linux.sh
1476 ____________________________________________________________________________
1477 [  3223] By: jhi                                   on 1999/04/09  18:37:55
1478         Log: Understand Apollo's //node notation.
1479              
1480              From: Johann Klasek <jk@auto.tuwien.ac.at>
1481              To: jhi@iki.fi
1482              Subject: Re: DomainPerl
1483              Date: Fri, 9 Apr 1999 18:21:37 +0200
1484              Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
1485      Branch: cfgperl
1486            ! lib/Cwd.pm
1487 ____________________________________________________________________________
1488 [  3220] By: jhi                                   on 1999/04/04  16:33:49
1489         Log: Integrate from mainperl.
1490      Branch: cfgperl
1491           !> (integrate 39 files)
1492 ____________________________________________________________________________
1493 [  3219] By: gsar                                  on 1999/04/04  02:48:17
1494         Log: tweak previous change
1495      Branch: maint-5.005/perl
1496            ! win32/win32.c
1497 ____________________________________________________________________________
1498 [  3218] By: gsar                                  on 1999/04/04  02:44:47
1499         Log: be careful about extending the stack for the Win32:: builtins
1500      Branch: maint-5.005/perl
1501            ! win32/win32.c
1502 ____________________________________________________________________________
1503 [  3217] By: gsar                                  on 1999/04/04  01:59:26
1504         Log: correct places that said newSVpv() when they meant newSVpvn()
1505      Branch: perl
1506            ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
1507            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
1508            ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
1509            ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
1510            ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
1511            ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
1512            ! win32/win32.c
1513 ____________________________________________________________________________
1514 [  3216] By: gsar                                  on 1999/04/03  23:58:27
1515         Log: avoid duplicate code
1516      Branch: perl
1517            ! sv.c
1518 ____________________________________________________________________________
1519 [  3215] By: gsar                                  on 1999/04/03  23:14:34
1520         Log: grow PL_tmps_stack more efficiently; make it more amenable to
1521              STRESS_REALLOC testing
1522      Branch: perl
1523            ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
1524            ! sv.c
1525 ____________________________________________________________________________
1526 [  3214] By: gsar                                  on 1999/04/03  21:01:09
1527         Log: scrounge and save three extra branches in pp_entersub()
1528      Branch: perl
1529            ! cv.h pp_ctl.c pp_hot.c
1530 ____________________________________________________________________________
1531 [  3213] By: gsar                                  on 1999/04/03  17:43:23
1532         Log: remove duplicate code and an extra branch in sv_setsv() and
1533              other hot code by making SvTHINKFIRST() think about FAKE SVs
1534      Branch: perl
1535            ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
1536            ! proto.h scope.c sv.c sv.h
1537 ____________________________________________________________________________
1538 [  3212] By: jhi                                   on 1999/04/03  16:20:09
1539         Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
1540              
1541              From: John Bley <jbb6@acpub.duke.edu>
1542              To: perlbug@perl.org
1543              Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
1544              Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
1545              Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
1546      Branch: cfgperl
1547            ! doio.c pp_sys.c
1548 ____________________________________________________________________________
1549 [  3211] By: jhi                                   on 1999/04/03  13:27:26
1550         Log: Change #3210 was rather unportable.  This is better.
1551      Branch: cfgperl
1552            ! Configure config_h.SH
1553 ____________________________________________________________________________
1554 [  3210] By: jhi                                   on 1999/04/03  13:16:20
1555         Log: Avoid Digital UNIX' ksh.
1556              
1557              From: Jarkko Hietaniemi <jhi@iki.fi> 
1558              To: Henrik Tougaard <ht000@siberut.foa.dk> 
1559              Cc: perlbug@perl.com, ht000@foa.dk 
1560              Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
1561              Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET) 
1562              Message-ID: <13999.10289.319422.239987@alpha.hut.fi> 
1563      Branch: cfgperl
1564            ! Configure config_h.SH
1565 ____________________________________________________________________________
1566 [  3209] By: jhi                                   on 1999/04/03  12:49:04
1567         Log: Integrate from mainperl.
1568      Branch: cfgperl
1569           !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
1570 ____________________________________________________________________________
1571 [  3208] By: jhi                                   on 1999/04/03  12:27:24
1572         Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
1573              
1574              From: Lionel Cons <lionel.cons@cern.ch>
1575              To: jhi@iki.fi
1576              Cc: perlbug@perl.com, kstar@isinet.com,
1577              Philippe Defert <philippe.defert@cern.ch>
1578              Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
1579              Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
1580              Message-Id: <199904011205.OAA11380@mercury.cern.ch>
1581      Branch: cfgperl
1582            ! hints/irix_6.sh
1583 ____________________________________________________________________________
1584 [  3207] By: jhi                                   on 1999/04/03  12:20:21
1585         Log: Be polite about usemymalloc.
1586      Branch: cfgperl
1587            ! hints/aix.sh
1588 ____________________________________________________________________________
1589 [  3206] By: gsar                                  on 1999/04/02  23:31:59
1590         Log: a typo in change#3205
1591      Branch: perl
1592            ! t/lib/bigfloatpm.t
1593 ____________________________________________________________________________
1594 [  3205] By: gsar                                  on 1999/04/02  23:20:31
1595         Log: make testsuite reflect change#3157  (Math::BigFloat->new now
1596              returns NaNs faithfully)
1597      Branch: perl
1598            ! t/lib/bigfloatpm.t
1599 ____________________________________________________________________________
1600 [  3204] By: jhi                                   on 1999/04/02  22:03:23
1601         Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
1602              
1603              From: "Kurt D. Starsinic" <kstar@chapin.edu>
1604              To: perl5-porters@perl.org
1605              Subject: linux hints nit
1606              Date: Fri, 2 Apr 1999 16:49:47 -0500
1607              Message-ID: <19990402164947.E80926@O2.chapin.edu>
1608      Branch: cfgperl
1609            ! hints/linux.sh
1610 ____________________________________________________________________________
1611 [  3203] By: jhi                                   on 1999/04/02  22:00:56
1612         Log: Display exact glibc version in Linux. 
1613              
1614              From: Andy Dougherty <doughera@lafayette.edu>
1615              To: Perl Porters <perl5-porters@perl.org>
1616              Subject: Displaying glibc version on Linux
1617              Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
1618              Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
1619      Branch: cfgperl
1620            ! hints/linux.sh
1621 ____________________________________________________________________________
1622 [  3202] By: gsar                                  on 1999/04/02  21:23:18
1623         Log: various little goofs
1624      Branch: perl
1625            ! Changes Makefile.SH README installperl
1626 ____________________________________________________________________________
1627 [  3201] By: jhi                                   on 1999/04/02  13:13:39
1628         Log: Configure regen.
1629              
1630              Add llseek + offset_t probing.
1631              Change CONFIG to CONFIGDOTSH.
1632              'unset foo' is unportable, use foo=''.
1633      Branch: cfgperl
1634            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
1635            ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
1636            ! perl_exp.SH writemain.SH
1637 ____________________________________________________________________________
1638 [  3200] By: jhi                                   on 1999/04/02  12:06:22
1639         Log: Introduce myconfig.SH.
1640              
1641              From: Andy Dougherty <doughera@lafayette.edu>
1642              To: Jarkko Hietaniemi <jhi@iki.fi>
1643              Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
1644              Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
1645              Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
1646              Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
1647      Branch: cfgperl
1648            + myconfig.SH
1649            - myconfig
1650            ! MANIFEST
1651 ____________________________________________________________________________
1652 [  3195] By: jhi                                   on 1999/03/28  16:42:54
1653         Log: Update perlhist on 5_03.
1654      Branch: maint-5.005/perl
1655            ! pod/perlhist.pod
1656 ____________________________________________________________________________
1657 [  3194] By: jhi                                   on 1999/03/28  12:30:01
1658         Log: Integrate from mainperl.
1659      Branch: cfgperl
1660           +> t/op/grep.t
1661            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
1662            ! t/lib/bigintpm.t
1663           !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
1664           !> t/lib/thread.t
1665 ____________________________________________________________________________
1666 [  3189] By: gsar                                  on 1999/03/28  08:22:00
1667         Log: various pod niggles
1668      Branch: maint-5.005/perl
1669            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
1670            ! pod/perlfunc.pod pod/perlhist.pod
1671 ____________________________________________________________________________
1672 [  3187] By: gsar                                  on 1999/03/28  07:31:16
1673         Log: regularize CAPI declarations (CAPI extensions now build under
1674              the Borland compiler)
1675      Branch: maint-5.005/perl
1676            ! win32/GenCAPI.pl
1677 ____________________________________________________________________________
1678 [  3186] By: gsar                                  on 1999/03/28  07:26:33
1679         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
1680              -DPERL_CAPI
1681      Branch: maint-5.005/perl
1682            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
1683 ____________________________________________________________________________
1684 [  3183] By: gsar                                  on 1999/03/28  06:00:46
1685         Log: update p4 utility to ignore non-text files
1686      Branch: perl
1687            ! Porting/p4desc
1688 ____________________________________________________________________________
1689 [  3181] By: gsar                                  on 1999/03/28  03:37:23
1690         Log: integrate change#3179 from maint-5.005
1691      Branch: perl
1692           !> ext/Thread/Thread.xs t/lib/thread.t
1693 ____________________________________________________________________________
1694 [  3180] By: gsar                                  on 1999/03/28  02:28:20
1695         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
1696              (sometimes caused bizarreness in the BLOCK)
1697      Branch: perl
1698            + t/op/grep.t
1699            ! MANIFEST op.c
1700 ____________________________________________________________________________
1701 [  3179] By: gsar                                  on 1999/03/28  02:14:04
1702         Log: fix thread segfault when passing large number of arguments to child
1703              a la C<Thread->new($foo, 1..1000)>
1704      Branch: maint-5.005/perl
1705            ! ext/Thread/Thread.xs t/lib/thread.t
1706 ____________________________________________________________________________
1707 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
1708         Log: fix $Config{'usethreads'} typo in perlthrtut
1709              
1710              From: Ian Maloney <szhmf9@wsblob.ubs.com>
1711              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
1712              Message-Id: <199903251540.QAA02439@wsblob.>
1713              Subject: perlthrtut documentation error
1714      Branch: maint-5.005/perl
1715            ! pod/perlthrtut.pod
1716 ____________________________________________________________________________
1717 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
1718         Log: Update Test.pm to VERSION 1.122 from CPAN
1719      Branch: maint-5.005/perl
1720            ! lib/Test.pm
1721 ____________________________________________________________________________
1722 [  3171] By: jhi                                   on 1999/03/26  22:38:28
1723         Log: Integrate from mainperl.
1724      Branch: cfgperl
1725           !> (integrate 37 files)
1726 ____________________________________________________________________________
1727 [  3170] By: gsar                                  on 1999/03/26  01:30:25
1728         Log: specify type of bracket in "Unmatched bracket" diagnostic;
1729              prefer 'brace' or 'curly bracket' over 'curly brace'
1730      Branch: perl
1731            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
1732            ! t/op/misc.t t/op/re_tests toke.c
1733 ____________________________________________________________________________
1734 [  3169] By: gsar                                  on 1999/03/26  00:50:51
1735         Log: better description of "Integer overflow" diagnostic
1736      Branch: perl
1737            ! pod/perldiag.pod
1738 ____________________________________________________________________________
1739 [  3168] By: gsar                                  on 1999/03/25  11:02:46
1740         Log: applied needful parts of suggested patch
1741              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
1742              Date: Tue, 23 Mar 1999 16:21:43 -0800
1743              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
1744              Subject: [PATCH 5.005_56] pp_formline correction
1745      Branch: perl
1746            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
1747 ____________________________________________________________________________
1748 [  3167] By: gsar                                  on 1999/03/25  10:39:02
1749         Log: clarify what a "comment" means (due to Mark-Jason Dominus
1750              <mjd@plover.com>)
1751      Branch: perl
1752            ! pod/perlsyn.pod
1753 ____________________________________________________________________________
1754 [  3166] By: gsar                                  on 1999/03/25  10:33:18
1755         Log: describe current behavior on local($foo{nothere}) (suggested by
1756              Lionel Cons <lionel.cons@cern.ch>)
1757      Branch: perl
1758            ! pod/perlsub.pod
1759 ____________________________________________________________________________
1760 [  3165] By: gsar                                  on 1999/03/25  06:21:05
1761         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
1762              <vishalb@hotmail.com>)
1763      Branch: perl
1764            ! ext/B/B/C.pm
1765 ____________________________________________________________________________
1766 [  3164] By: gsar                                  on 1999/03/25  06:17:27
1767         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
1768              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
1769              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
1770              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
1771      Branch: perl
1772            ! ext/B/B.xs op.h opcode.pl
1773 ____________________________________________________________________________
1774 [  3163] By: gsar                                  on 1999/03/25  06:15:49
1775         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
1776              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
1777              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
1778              Subject: [PATCH _56] B::Deparse 0.57
1779              --
1780              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
1781              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
1782              Subject: Re: [PATCH _56] B::Deparse 0.57 
1783      Branch: perl
1784            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
1785 ____________________________________________________________________________
1786 [  3162] By: gsar                                  on 1999/03/25  06:11:46
1787         Log: fix a few places that said 'int', but meant 'STRLEN'
1788      Branch: perl
1789            ! pod/perlguts.pod proto.h sv.c
1790 ____________________________________________________________________________
1791 [  3161] By: gsar                                  on 1999/03/25  06:01:18
1792         Log: From: Russ Allbery <rra@stanford.edu>
1793              Date: 22 Mar 1999 04:26:26 -0800
1794              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
1795              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
1796      Branch: perl
1797            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
1798            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
1799            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
1800            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
1801 ____________________________________________________________________________
1802 [  3160] By: gsar                                  on 1999/03/25  02:26:31
1803         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
1804      Branch: perl
1805            ! opcode.h opcode.pl
1806 ____________________________________________________________________________
1807 [  3159] By: gsar                                  on 1999/03/25  02:18:17
1808         Log: add statement-modifier loops to :base_loop class
1809      Branch: perl
1810            ! ext/Opcode/Opcode.pm
1811 ____________________________________________________________________________
1812 [  3158] By: gsar                                  on 1999/03/25  00:36:57
1813         Log: integrate changes#3105,3130,3154 from maint-5.005
1814      Branch: perl
1815           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
1816 ____________________________________________________________________________
1817 [  3157] By: gsar                                  on 1999/03/25  00:24:17
1818         Log: remove bogus panic()
1819      Branch: perl
1820            ! Changes lib/Math/BigFloat.pm
1821 ____________________________________________________________________________
1822 [  3156] By: jhi                                   on 1999/03/24  22:43:43
1823         Log: Integrate from mainperl.
1824      Branch: cfgperl
1825           +> (branch 38 files)
1826           !> (integrate 68 files)
1827 ____________________________________________________________________________
1828 [  3155] By: jhi                                   on 1999/03/24  22:12:17
1829         Log: Configure regenerated because of changes #3130/#3154 and #3147.
1830      Branch: cfgperl
1831            ! Configure config_h.SH
1832 ____________________________________________________________________________
1833 [  3154] By: jhi                                   on 1999/03/24  21:40:51
1834         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
1835              based on suggestions from Andy Dougherty.
1836      Branch: maint-5.005/perl
1837            ! INSTALL
1838 ____________________________________________________________________________
1839 [  3153] By: gsar                                  on 1999/03/24  10:38:05
1840         Log: applied suggested patch, modulo superceded parts
1841              From: Charles Bailey <BAILEY@newman.upenn.edu>
1842              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
1843              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
1844              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
1845      Branch: perl
1846            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
1847            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
1848            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
1849            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
1850 ____________________________________________________________________________
1851 [  3152] By: gsar                                  on 1999/03/24  10:30:51
1852         Log: applied suggested patch, modulo superceded parts
1853              From: Charles Bailey <BAILEY@newman.upenn.edu>
1854              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
1855              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
1856              Subject: [PATCH 5.005_56] Miscellaneous small fixes
1857      Branch: perl
1858            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
1859            ! lib/File/Basename.pm
1860 ____________________________________________________________________________
1861 [  3151] By: gsar                                  on 1999/03/24  10:15:00
1862         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
1863      Branch: perl
1864            ! pod/perlop.pod
1865 ____________________________________________________________________________
1866 [  3150] By: gsar                                  on 1999/03/24  10:09:13
1867         Log: missing integration in previous change
1868      Branch: perl
1869           !> README.apollo
1870 ____________________________________________________________________________
1871 [  3149] By: gsar                                  on 1999/03/24  10:06:44
1872         Log: integrate changes#3116,3119 from maint-5.005
1873      Branch: perl
1874            + README.apollo
1875           +> apollo/netinet/in.h
1876           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
1877 ____________________________________________________________________________
1878 [  3148] By: gsar                                  on 1999/03/24  10:01:56
1879         Log: integrate changes#3091-3094 from maint-5.005
1880      Branch: perl
1881           !> README.hurd vms/subconfigure.com vos/config.h
1882           !> vos/config_h.SH_orig
1883 ____________________________________________________________________________
1884 [  3147] By: gsar                                  on 1999/03/24  09:31:49
1885         Log: warn about newfangled vfork() caveats
1886      Branch: perl
1887            ! Configure
1888 ____________________________________________________________________________
1889 [  3146] By: jhi                                   on 1999/03/24  09:20:14
1890         Log: Bring in changes #2808 and #2812 (from mainline perl)
1891              that enhance the perlbug checklist.
1892      Branch: maint-5.005/perl
1893            ! utils/perlbug.PL
1894 ____________________________________________________________________________
1895 [  3145] By: gsar                                  on 1999/03/24  08:37:02
1896         Log: integrate change#3115 from maint-5.005
1897      Branch: perl
1898           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
1899           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
1900 ____________________________________________________________________________
1901 [  3144] By: gsar                                  on 1999/03/24  08:33:59
1902         Log: add note about map in scalar context
1903      Branch: perl
1904            ! pod/perlfunc.pod
1905 ____________________________________________________________________________
1906 [  3143] By: gsar                                  on 1999/03/24  08:25:59
1907         Log: doc tweak
1908      Branch: perl
1909            ! lib/Time/Local.pm
1910 ____________________________________________________________________________
1911 [  3142] By: gsar                                  on 1999/03/24  08:20:37
1912         Log: applied suggested patch, modulo bogus hunk
1913              From: "Vishal Bhatia" <vishalb@hotmail.com>
1914              Date: Thu, 11 Mar 1999 07:40:27 PST
1915              Message-ID: <19990311154027.25891.qmail@hotmail.com>
1916              Subject: [PATCH 5.005_56] Minor fixes in perlcc
1917      Branch: perl
1918            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
1919 ____________________________________________________________________________
1920 [  3141] By: gsar                                  on 1999/03/24  08:06:12
1921         Log: integrate change#3104 from maint-5.005
1922      Branch: perl
1923           !> README.os390 t/lib/posix.t
1924 ____________________________________________________________________________
1925 [  3140] By: gsar                                  on 1999/03/24  06:34:56
1926         Log: fix failure of C<&locked_sub;> under -Dusethreads
1927      Branch: perl
1928            ! pp_hot.c t/lib/thread.t
1929 ____________________________________________________________________________
1930 [  3139] By: gsar                                  on 1999/03/24  05:52:00
1931         Log: debugger tweak (wasn't printing a newline after recalled commands)
1932      Branch: perl
1933            ! lib/perl5db.pl
1934 ____________________________________________________________________________
1935 [  3138] By: gsar                                  on 1999/03/24  05:33:28
1936         Log: document OO exceptions (based on a suggestion by Andreas Koenig
1937              <andreas.koenig@anima.de>)
1938      Branch: perl
1939            ! pod/perlfunc.pod
1940 ____________________________________________________________________________
1941 [  3137] By: gsar                                  on 1999/03/24  02:50:20
1942         Log: better "Illegal %s digit ignored" warnings
1943      Branch: perl
1944            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
1945            ! toke.c util.c
1946 ____________________________________________________________________________
1947 [  3136] By: gsar                                  on 1999/03/24  02:26:38
1948         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
1949      Branch: perl
1950            + t/pragma/utf8.t
1951            ! regcomp.c
1952 ____________________________________________________________________________
1953 [  3135] By: gsar                                  on 1999/03/24  01:29:09
1954         Log: flip release & version in win32_uname()
1955      Branch: perl
1956            ! win32/win32.c
1957 ____________________________________________________________________________
1958 [  3134] By: gsar                                  on 1999/03/24  01:08:33
1959         Log: support POSIX::uname() via win32_uname()
1960      Branch: perl
1961            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
1962            ! win32/config.gc win32/config.vc win32/config_H.bc
1963            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
1964            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
1965 ____________________________________________________________________________
1966 [  3133] By: gsar                                  on 1999/03/23  22:20:10
1967         Log: From: jan.dubois@ibm.net (Jan Dubois)
1968              Date: Sat, 06 Mar 1999 21:42:56 +0100
1969              Message-ID: <36e49281.50337171@smtp1.ibm.net>
1970              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
1971      Branch: perl
1972            ! pod/perldelta.pod
1973 ____________________________________________________________________________
1974 [  3132] By: gsar                                  on 1999/03/23  22:17:45
1975         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
1976              Date: Sat, 06 Mar 1999 17:50:49 +0100
1977              Message-ID: <36e25209.33833760@smtp1.ibm.net>
1978              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
1979              --
1980              Date: Sat, 06 Mar 1999 18:15:00 +0100
1981              Message-ID: <36e36222.37954195@smtp1.ibm.net>
1982              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
1983      Branch: perl
1984            + t/lib/filefunc.t
1985            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
1986            ! pod/perldelta.pod pod/perlmodlib.pod
1987 ____________________________________________________________________________
1988 [  3131] By: gsar                                  on 1999/03/23  22:07:59
1989         Log: integrate cfgperl changes into mainline
1990      Branch: perl
1991           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
1992           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
1993           !> installperl malloc.c perl.c perl.h pod/perl.pod
1994           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
1995 ____________________________________________________________________________
1996 [  3130] By: jhi                                   on 1999/03/23  22:02:23
1997         Log: Don't use config.msg to remind about the
1998              LD_LIBRARY_PATH because Makefile.SH takes
1999              care of that.
2000              
2001              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
2002              This used to be the default but in some MT or another it
2003              was dropped because of some transient error or another.
2004      Branch: maint-5.005/perl
2005            ! Configure hints/dec_osf.sh
2006 ____________________________________________________________________________
2007 [  3129] By: gsar                                  on 1999/03/23  21:38:03
2008         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
2009              to size    and better maintainability)
2010      Branch: perl
2011            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
2012            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
2013            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
2014            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
2015            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
2016            + t/pod/include.xr t/pod/included.t t/pod/included.xr
2017            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
2018            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
2019            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
2020            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
2021            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
2022            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
2023            ! win32/Makefile win32/makefile.mk win32/pod.mak
2024 ____________________________________________________________________________
2025 [  3128] By: jhi                                   on 1999/03/23  10:14:54
2026         Log: Integrate from mainperl.
2027      Branch: cfgperl
2028           !> (integrate 46 files)
2029 ____________________________________________________________________________
2030 [  3127] By: gsar                                  on 1999/03/23  06:57:30
2031         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
2032              Date: Thu, 4 Mar 1999 10:54:01 -0800
2033              Message-Id: <9903041854.AA46868@frc0000>
2034              Subject: patch for useless Math::BigInt warnings
2035      Branch: perl
2036            ! lib/Math/BigInt.pm
2037 ____________________________________________________________________________
2038 [  3126] By: gsar                                  on 1999/03/23  05:54:37
2039         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
2040              From: "Kurt D. Starsinic" <kstar@chapin.edu>
2041              Date: Fri, 19 Feb 1999 15:47:59 -0500
2042              Message-ID: <19990219154759.A32350@O2.chapin.edu>
2043              Subject: [PATCH] OSF/1 hints
2044      Branch: perl
2045            ! hints/dec_osf.sh
2046 ____________________________________________________________________________
2047 [  3125] By: gsar                                  on 1999/03/23  00:56:38
2048         Log: avoid typeglob persistence in pp_readline()
2049      Branch: perl
2050            ! sv.c t/op/gv.t
2051 ____________________________________________________________________________
2052 [  3124] By: gsar                                  on 1999/03/22  21:12:23
2053         Log: update copyright years
2054      Branch: perl
2055            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
2056            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
2057            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
2058            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
2059            ! sv.c sv.h toke.c utf8.c utf8.h util.c
2060 ____________________________________________________________________________
2061 [  3123] By: gsar                                  on 1999/03/22  07:07:06
2062         Log: implement win32_spawnvp() internally, making it return true PIDs
2063              for asynchronous spawns; fix win32_kill() to always deal with
2064              PIDs
2065      Branch: perl
2066            ! win32/win32.c win32/win32.h
2067 ____________________________________________________________________________
2068 [  3122] By: jhi                                   on 1999/03/19  21:12:14
2069         Log: Describe the new Benchmark feature in more detail.
2070      Branch: cfgperl
2071            ! pod/perldelta.pod
2072      Branch: maint-5.005/perl
2073            ! pod/perldelta.pod
2074 ____________________________________________________________________________
2075 [  3121] By: jhi                                   on 1999/03/19  08:16:12
2076         Log: AVAILABILITY tuning.
2077      Branch: cfgperl
2078            ! pod/perl.pod
2079      Branch: maint-5.005/perl
2080            ! pod/perl.pod
2081 ____________________________________________________________________________
2082 [  3120] By: jhi                                   on 1999/03/17  14:52:17
2083         Log: Rhapsody change assumed too much.
2084      Branch: cfgperl
2085            ! t/op/stat.t
2086 ____________________________________________________________________________
2087 [  3119] By: jhi                                   on 1999/03/17  14:33:43
2088         Log: More Apollo fixes.
2089      Branch: maint-5.005/perl
2090            ! README.apollo hints/apollo.sh t/lib/io_udp.t
2091 ____________________________________________________________________________
2092 [  3118] By: jhi                                   on 1999/03/16  17:23:39
2093         Log: Nada.
2094      Branch: maint-5.005/perl
2095            ! README.apollo
2096 ____________________________________________________________________________
2097 [  3117] By: jhi                                   on 1999/03/16  17:18:49
2098         Log: Apollo DomainOS AVAILABILITY.
2099      Branch: cfgperl
2100            ! pod/perl.pod
2101      Branch: maint-5.005/perl
2102            ! pod/perl.pod
2103 ____________________________________________________________________________
2104 [  3116] By: jhi                                   on 1999/03/16  17:14:00
2105         Log: Apollo DomainOS patch
2106              From: Johann Klasek <jk@auto.tuwien.ac.at>
2107              Subject: Re: DomainPerl
2108              Date: Tue, 16 Mar 1999 17:46:32 +0100
2109              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
2110      Branch: maint-5.005/perl
2111            + README.apollo apollo/netinet/in.h
2112            ! MANIFEST hints/apollo.sh
2113 ____________________________________________________________________________
2114 [  3115] By: jhi                                   on 1999/03/16  14:23:54
2115         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
2116              To: Gurusamy Sarathy <gsar@activestate.com>,
2117              Graham Barr <gbarr@pobox.com>
2118              Cc: Perl5 Porters <perl5-porters@perl.org>,
2119              "Paul.Marquess" <Paul.Marquess@btinternet.com>
2120              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
2121              Date: Sun, 14 Mar 1999 14:43:57 -0000
2122              Message-Id: <199903141841.NAA17040@defender.perl.org>
2123      Branch: maint-5.005/perl
2124            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
2125            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
2126 ____________________________________________________________________________
2127 [  3114] By: jhi                                   on 1999/03/16  12:42:20
2128         Log: Mention Rhapsody in 5.005_5X perldelta,
2129              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
2130              *planned* AVAILABILITY.
2131      Branch: cfgperl
2132            ! pod/perl.pod pod/perldelta.pod
2133      Branch: maint-5.005/perl
2134            ! pod/perl.pod
2135 ____________________________________________________________________________
2136 [  3113] By: jhi                                   on 1999/03/16  10:38:53
2137         Log: perldelta niggling.
2138      Branch: cfgperl
2139            ! pod/perldelta.pod
2140      Branch: maint-5.005/perl
2141            ! pod/perldelta.pod
2142 ____________________________________________________________________________
2143 [  3112] By: jhi                                   on 1999/03/16  10:35:21
2144         Log: Integrate from mainperl.
2145      Branch: cfgperl
2146           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
2147           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
2148 ____________________________________________________________________________
2149 [  3111] By: jhi                                   on 1999/03/16  10:28:10
2150         Log: AVAILABILITY update: still mention PowerUX,
2151              Novell Netware now has sources available.
2152      Branch: cfgperl
2153            ! pod/perl.pod
2154      Branch: maint-5.005/perl
2155            ! pod/perl.pod
2156 ____________________________________________________________________________
2157 [  3110] By: gsar                                  on 1999/03/16  04:34:23
2158         Log: sundry pod niggles
2159      Branch: perl
2160            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
2161            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
2162 ____________________________________________________________________________
2163 [  3109] By: jhi                                   on 1999/03/15  17:00:11
2164         Log: Integrate from mainperl.
2165      Branch: cfgperl
2166           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
2167           +> lib/unicode/Is/Syllable.pl
2168           +> lib/unicode/MakeEthiopicSyllables.PL
2169           +> lib/unicode/README.Ethiopic
2170           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
2171           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
2172           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
2173           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
2174           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
2175           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
2176           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
2177           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
2178 ____________________________________________________________________________
2179 [  3108] By: jhi                                   on 1999/03/15  16:58:12
2180         Log: First pass of integrating the Rhapsody port,
2181              
2182              From: Wilfredo Sanchez <wsanchez@apple.com> 
2183              Subject: Keeping the world in sync.
2184              Reply-To: wsanchez@apple.com 
2185              To: perlbug@perl.com 
2186              Date: Fri, 13 Nov 1998 17:11:30 -0800 
2187              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
2188      Branch: cfgperl
2189            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
2190            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
2191            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
2192            ! x2p/util.c
2193 ____________________________________________________________________________
2194 [  3107] By: gsar                                  on 1999/03/15  03:22:10
2195         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
2196              From: Daniel Yacob <dmulholl@cs.indiana.edu>
2197              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
2198              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
2199              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
2200      Branch: perl
2201            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
2202            + lib/unicode/Is/Syllable.pl
2203            + lib/unicode/MakeEthiopicSyllables.PL
2204            + lib/unicode/README.Ethiopic
2205            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
2206            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
2207            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
2208            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
2209            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
2210            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
2211            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
2212            ! lib/unicode/Name.pl lib/unicode/Number.pl
2213 ____________________________________________________________________________
2214 [  3106] By: gsar                                  on 1999/03/12  20:35:36
2215         Log: change#3067 failed package.t due to needless creation of $a and $b;
2216              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
2217      Branch: perl
2218            ! op.c
2219 ____________________________________________________________________________
2220 [  3105] By: jhi                                   on 1999/03/12  15:54:57
2221         Log: Recognize the NetBSD packages collection.
2222      Branch: maint-5.005/perl
2223            ! hints/netbsd.sh
2224 ____________________________________________________________________________
2225 [  3104] By: jhi                                   on 1999/03/12  09:07:04
2226         Log: From: pvhp@forte.com (Peter Prymmer)
2227              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
2228              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
2229              Date: Thu, 11 Mar 99 14:24:54 PST
2230              Message-Id: <9903112224.AA24346@forte.com>
2231      Branch: maint-5.005/perl
2232            ! README.os390 t/lib/posix.t
2233 ____________________________________________________________________________
2234 [  3103] By: jhi                                   on 1999/03/10  11:07:46
2235         Log: Integrate from mainperl.
2236      Branch: cfgperl
2237           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
2238           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
2239           !> t/pragma/warn/1global toke.c win32/makedef.pl
2240 ____________________________________________________________________________
2241 [  3102] By: jhi                                   on 1999/03/10  11:01:20
2242         Log: From: pvhp@forte.com (Peter Prymmer)
2243              To: perl5-porters@perl.org
2244              Subject: [5.005_03-MT6]Patch: time passes
2245              Date: Tue, 9 Mar 99 18:42:17 PST
2246              Message-Id: <9903100242.AA29057@forte.com>
2247      Branch: maint-5.005/perl
2248            ! perl.c
2249 ____________________________________________________________________________
2250 [  3101] By: jhi                                   on 1999/03/10  10:30:15
2251         Log: From: Mark-Jason Dominus <mjd@plover.com>
2252              To: perl5-porters@perl.com
2253              Subject: Minor fix to perlfunc.pod
2254              Date: Mon, 08 Mar 1999 20:05:53 -0500
2255              Message-ID: <19990309010553.13757.qmail@plover.com>
2256      Branch: maint-5.005/perl
2257            ! pod/perlfunc.pod
2258 ____________________________________________________________________________
2259 [  3100] By: gsar                                  on 1999/03/09  23:04:44
2260         Log: change#3060 had the wrong quotes
2261      Branch: perl
2262            ! pod/pod2man.PL
2263 ____________________________________________________________________________
2264 [  3099] By: jhi                                   on 1999/03/09  12:52:21
2265         Log: d_uname was broken (probably since _53), reported by
2266              
2267              From: Alan Burlison <Alan.Burlison@uk.sun.com>
2268              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
2269              cpan-testers@perl.org
2270              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
2271              Date: Mon, 08 Mar 1999 13:22:31 +0000
2272              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
2273              
2274              and
2275              
2276              From: lvirden@cas.org (Larry W. Virden)
2277              To: perlbug@perl.com
2278              Subject: configure not correctly identifying uname posix compatibility
2279              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
2280              Message-Id: <199903081136.GAA23682@cas.org>
2281      Branch: cfgperl
2282            ! Configure config_h.SH
2283 ____________________________________________________________________________
2284 [  3098] By: gsar                                  on 1999/03/09  03:16:07
2285         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
2286      Branch: perl
2287            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
2288 ____________________________________________________________________________
2289 [  3097] By: gsar                                  on 1999/03/09  02:50:43
2290         Log: use yyerror() instead of croak() so that compile-time failures in
2291              my(LIST) don't confuse globals with lexicals
2292      Branch: perl
2293            ! op.c toke.c
2294 ____________________________________________________________________________
2295 [  3096] By: gsar                                  on 1999/03/09  02:47:36
2296         Log: adjust testsuite for change#3067
2297      Branch: perl
2298            ! t/pragma/warn/1global
2299 ____________________________________________________________________________
2300 [  3095] By: gsar                                  on 1999/03/08  21:04:48
2301         Log: remove bogus symbols from global.sym
2302      Branch: perl
2303            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
2304            ! perl.h win32/makedef.pl
2305 ____________________________________________________________________________
2306 [  3094] By: jhi                                   on 1999/03/06  16:16:15
2307         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
2308              To: jhi@iki.fi
2309              Subject: Oops
2310              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
2311              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
2312      Branch: maint-5.005/perl
2313            ! README.hurd
2314 ____________________________________________________________________________
2315 [  3093] By: jhi                                   on 1999/03/06  15:59:46
2316         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
2317              To: jhi@iki.fi
2318              Subject: New Hurd README
2319              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
2320              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
2321      Branch: maint-5.005/perl
2322            ! README.hurd
2323 ____________________________________________________________________________
2324 [  3092] By: jhi                                   on 1999/03/06  12:52:06
2325         Log: From: Paul_Green@stratus.com
2326              To: perl5-porters@perl.org
2327              Cc: jhi@iki.fi, Paul_Green@stratus.com
2328              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
2329              Date: Fri, 5 Mar 1999 18:08:49 -0500 
2330              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
2331      Branch: maint-5.005/perl
2332            ! vos/config.h vos/config_h.SH_orig
2333 ____________________________________________________________________________
2334 [  3091] By: jhi                                   on 1999/03/06  12:42:21
2335         Log: From: Dan Sugalski <sugalskd@osshe.edu>
2336              To: perl5-porters@perl.org, vmsperl@perl.org
2337              Subject: [PATCH 5.005_03-MT6]VMS build patch
2338              Date: Fri, 05 Mar 1999 12:36:19 -0800
2339              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
2340      Branch: maint-5.005/perl
2341            ! vms/subconfigure.com
2342 ____________________________________________________________________________
2343 [  3090] By: gsar                                  on 1999/03/06  04:40:03
2344         Log: integrate change#3089 from mainline
2345              
2346              tolerate CRs after options
2347      Branch: maint-5.005/perl
2348           !> perl.c
2349 ____________________________________________________________________________
2350 [  3089] By: gsar                                  on 1999/03/06  04:30:40
2351         Log: tolerate CRs after options
2352      Branch: perl
2353            ! perl.c
2354 ____________________________________________________________________________
2355 [  3088] By: jhi                                   on 1999/03/05  12:49:01
2356         Log: Integrate from mainperl.
2357      Branch: cfgperl
2358           +> README.hurd
2359           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
2360 ____________________________________________________________________________
2361 [  3087] By: gsar                                  on 1999/03/05  06:41:16
2362         Log: adjust timeouts to accomodate slow/busy systems
2363      Branch: perl
2364            ! t/lib/io_sock.t
2365 ____________________________________________________________________________
2366 [  3083] By: gsar                                  on 1999/03/05  01:32:47
2367         Log: integrate change#3081 from maint-5.005
2368      Branch: perl
2369           !> ext/Errno/Errno_pm.PL
2370 ____________________________________________________________________________
2371 [  3082] By: gsar                                  on 1999/03/05  01:31:06
2372         Log: integrate change#2904 from maint-5.005
2373      Branch: perl
2374           +> README.hurd
2375           !> MANIFEST
2376 ____________________________________________________________________________
2377 [  3081] By: gsar                                  on 1999/03/05  00:14:33
2378         Log: protect against doubled backslashes
2379      Branch: maint-5.005/perl
2380            ! ext/Errno/Errno_pm.PL
2381 ____________________________________________________________________________
2382 [  3077] By: jhi                                   on 1999/03/04  08:10:13
2383         Log: Integrate from mainperl.
2384      Branch: cfgperl
2385           +> ext/B/B/Stash.pm
2386           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
2387           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
2388           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
2389           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
2390 ____________________________________________________________________________
2391 [  3076] By: jhi                                   on 1999/03/04  08:07:59
2392         Log: Regen config_h.SH once more because of *size, 
2393              noticed by
2394              
2395              From: Hans Mulder <hansm@icgned.icgroup.nl>
2396              To: Jarkko Hietaniemi <jhi@iki.fi>
2397              Cc: perl5-porters@perl.org
2398              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
2399              Date: Thu,  4 Mar 99 00:10:45 +0100
2400              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
2401      Branch: cfgperl
2402            ! Configure config_h.SH
2403 ____________________________________________________________________________
2404 [  3068] By: gsar                                  on 1999/03/04  05:48:03
2405         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
2406              Date: Thu,  4 Mar 99 00:10:45 +0100
2407              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
2408              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
2409      Branch: perl
2410            ! config_h.SH
2411 ____________________________________________________________________________
2412 [  3067] By: gsar                                  on 1999/03/04  05:44:32
2413         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
2414              From: Graham Barr <gbarr@ti.com>
2415              Date: Wed, 3 Mar 1999 17:23:56 -0600
2416              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
2417              Subject: Re: 'use strict' doesn't work for one-letter variables
2418      Branch: perl
2419            ! gv.c op.c
2420 ____________________________________________________________________________
2421 [  3066] By: gsar                                  on 1999/03/04  05:20:50
2422         Log: updates to compiler modules
2423              From: "Vishal Bhatia" <vishalb@hotmail.com>
2424              Date: Tue, 02 Mar 1999 23:27:25 PST
2425              Message-ID: <19990303072725.779.qmail@hotmail.com>
2426              Subject: PATCH 5.005_56 + Test procedure
2427      Branch: perl
2428            + ext/B/B/Stash.pm
2429            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
2430            ! lib/Test/Harness.pm utils/perlcc.PL
2431 ____________________________________________________________________________
2432 [  3065] By: gsar                                  on 1999/03/04  05:03:30
2433         Log: more s/s_/s!/ etc.
2434      Branch: perl
2435            ! pod/perldelta.pod pod/perlfunc.pod
2436 ____________________________________________________________________________
2437 [  3064] By: gsar                                  on 1999/03/04  04:50:45
2438         Log: integrate cfgperl contents into mainline
2439      Branch: perl
2440           !> Configure README.vms bytecode.h config_h.SH configure.com
2441           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
2442           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
2443           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
2444 ____________________________________________________________________________
2445 [  3063] By: gsar                                  on 1999/03/04  04:44:13
2446         Log: HP-UX has yet another spelling for /NaNQ?/
2447      Branch: perl
2448            ! t/lib/bigfloatpm.t
2449 ____________________________________________________________________________
2450 [  3062] By: gsar                                  on 1999/03/04  04:36:08
2451         Log: error-check for accept() test
2452      Branch: perl
2453            ! t/lib/io_sock.t
2454 ____________________________________________________________________________
2455 [  3061] By: gsar                                  on 1999/03/04  03:40:25
2456         Log: allow custom comparison function in File::Compare::compare_text()
2457              From: jan.dubois@ibm.net (Jan Dubois)
2458              Date: Fri, 26 Feb 1999 21:56:09 +0100
2459              Message-ID: <36db0838.8805651@smtp1.ibm.net>
2460              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
2461      Branch: perl
2462            ! lib/File/Compare.pm
2463 ____________________________________________________________________________
2464 [  3060] By: gsar                                  on 1999/03/04  03:37:38
2465         Log: better version of change#3038
2466              From: abigail@fnx.com
2467              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
2468              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
2469              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
2470      Branch: perl
2471            ! pod/pod2man.PL
2472 ____________________________________________________________________________
2473 [  3058] By: jhi                                   on 1999/03/03  22:30:40
2474         Log: Configure regen to
2475              (1) match maint-5.005 patches #3056 and #3057
2476              (2) better version of PHOSTNAME of #3050
2477              (3) the crosscompile/multiarch config_h.SH trouble solved for now
2478      Branch: cfgperl
2479            ! Configure config_h.SH
2480 ____________________________________________________________________________
2481 [  3054] By: jhi                                   on 1999/03/03  09:57:59
2482         Log: Change #3053 missed perldelta.
2483      Branch: cfgperl
2484            ! pod/perldelta.pod
2485 ____________________________________________________________________________
2486 [  3053] By: jhi                                   on 1999/03/03  08:29:43
2487         Log: Use '!' to mark native integer packings instead of '_'.
2488      Branch: cfgperl
2489            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
2490 ____________________________________________________________________________
2491 [  3052] By: jhi                                   on 1999/03/02  23:12:36
2492         Log: The HP-UX threads patch (change #3028) is needed also here.
2493      Branch: cfgperl
2494            ! hints/hpux.sh thread.h
2495 ____________________________________________________________________________
2496 [  3051] By: jhi                                   on 1999/03/02  08:24:52
2497         Log: From: Dan Sugalski <sugalskd@osshe.edu>
2498              To: perl5-porters@perl.org, vmsperl@perl.org
2499              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
2500              Date: Mon, 01 Mar 1999 16:10:57 -0800
2501              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
2502      Branch: cfgperl
2503            ! README.vms
2504      Branch: maint-5.005/perl
2505            ! README.vms
2506 ____________________________________________________________________________
2507 [  3050] By: jhi                                   on 1999/03/02  08:22:29
2508         Log: From: Dan Sugalski <sugalskd@osshe.edu>
2509              To: perl5-porters@perl.org, vmsperl@perl.org
2510              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
2511              Date: Mon, 01 Mar 1999 16:06:29 -0800
2512              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
2513              
2514              From: Dan Sugalski <sugalskd@osshe.edu>
2515              To: perl5-porters@perl.org, vmsperl@perl.org
2516              Subject: [PATCH 5.005_56]vmsish.pm patch
2517              Date: Mon, 01 Mar 1999 20:19:04 -0800
2518              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
2519              
2520              plus Configure regen containing a "solution" to the
2521              crosscompile/multiarch problem.
2522      Branch: cfgperl
2523            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
2524            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
2525 ____________________________________________________________________________
2526 [  3049] By: jhi                                   on 1999/03/02  07:34:21
2527         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
2528              To: perl5-porters@perl.org
2529              Subject: [PATCH] Eliminate (valid) warning in byterun.c
2530              Date: Mon, 01 Mar 1999 17:27:59 -0500
2531              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
2532      Branch: cfgperl
2533            ! bytecode.h
2534      Branch: maint-5.005/perl
2535            ! bytecode.h
2536 ____________________________________________________________________________
2537 [  3048] By: gsar                                  on 1999/03/02  06:41:21
2538         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
2539      Branch: perl
2540            ! MANIFEST README.hpux
2541 ____________________________________________________________________________
2542 [  3047] By: jhi                                   on 1999/03/01  06:34:43
2543         Log: Integrate from mainperl.
2544      Branch: cfgperl
2545           +> README.hpux lib/File/Spec/Functions.pm
2546           !> (integrate 28 files)
2547 ____________________________________________________________________________
2548 [  3046] By: gsar                                  on 1999/03/01  05:34:28
2549         Log: this is 5.005_56
2550      Branch: perl
2551            ! Changes
2552
2553 ----------------
2554 Version 5.005_56
2555 ----------------
2556
2557 ____________________________________________________________________________
2558 [  3045] By: gsar                                  on 1999/03/01  03:32:30
2559         Log: destroy PL_svref_mutex in perl_destruct()
2560      Branch: perl
2561            ! perl.c
2562 ____________________________________________________________________________
2563 [  3044] By: gsar                                  on 1999/03/01  00:38:50
2564         Log: up patchlevel &c.
2565      Branch: perl
2566            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
2567            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2568            ! win32/makefile.mk
2569 ____________________________________________________________________________
2570 [  3043] By: gsar                                  on 1999/03/01  00:14:15
2571         Log: integrate cfgperl contents into mainline
2572      Branch: perl
2573            ! pod/perldelta.pod
2574           !> Configure config_h.SH
2575 ____________________________________________________________________________
2576 [  3042] By: gsar                                  on 1999/02/28  23:55:08
2577         Log: slightly edited version of suggested patch
2578              From: jan.dubois@ibm.net (Jan Dubois)
2579              Date: Mon, 01 Mar 1999 00:32:05 +0100
2580              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
2581              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
2582      Branch: perl
2583            + lib/File/Spec/Functions.pm
2584            ! MANIFEST lib/File/Spec.pm
2585 ____________________________________________________________________________
2586 [  3041] By: gsar                                  on 1999/02/28  22:47:19
2587         Log: fix subtle bug in eval'' testsuite
2588      Branch: perl
2589            ! t/op/eval.t
2590 ____________________________________________________________________________
2591 [  3040] By: gsar                                  on 1999/02/28  22:46:24
2592         Log: avoid literal control characters in change#3039
2593      Branch: perl
2594            ! t/base/lex.t
2595 ____________________________________________________________________________
2596 [  3039] By: gsar                                  on 1999/02/28  21:47:18
2597         Log: todo item: permit extended control variables a la ${^Foo} (patch
2598              courtesy Mark-Jason Dominus <mjd@plover.com>)
2599      Branch: perl
2600            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
2601            ! t/base/lex.t toke.c
2602 ____________________________________________________________________________
2603 [  3038] By: gsar                                  on 1999/02/28  21:21:05
2604         Log: From: abigail@fnx.com
2605              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
2606              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
2607              Subject: Recognize -> and => inside [A-Z]<> sequences.
2608      Branch: perl
2609            ! pod/pod2man.PL
2610 ____________________________________________________________________________
2611 [  3037] By: gsar                                  on 1999/02/28  21:12:22
2612         Log: fix longstanding bug: searches for lexicals originating within eval''
2613              weren't stopping at the subroutine boundary correctly
2614      Branch: perl
2615            ! op.c proto.h t/op/eval.t
2616 ____________________________________________________________________________
2617 [  3036] By: gsar                                  on 1999/02/28  20:02:29
2618         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
2619              as stacked list values
2620              From: jan.dubois@ibm.net (Jan Dubois)
2621              Date: Sat, 27 Feb 1999 18:24:17 +0100
2622              Message-ID: <36e22849.36531259@smtp1.ibm.net>
2623              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
2624      Branch: perl
2625            ! win32/win32.c
2626 ____________________________________________________________________________
2627 [  3035] By: gsar                                  on 1999/02/28  19:48:54
2628         Log: remove superfluous stack_sp decl
2629      Branch: perl
2630            ! jpl/JNI/JNI.xs
2631 ____________________________________________________________________________
2632 [  3034] By: gsar                                  on 1999/02/28  19:34:58
2633         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
2634      Branch: perl
2635            ! lib/Getopt/Std.pm
2636 ____________________________________________________________________________
2637 [  3033] By: gsar                                  on 1999/02/28  19:23:41
2638         Log: add File::Compare::compare_text()
2639              From: jan.dubois@ibm.net (Jan Dubois)
2640              Date: Fri, 26 Feb 1999 00:20:41 +0100
2641              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
2642              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
2643      Branch: perl
2644            ! lib/File/Compare.pm pod/perltodo.pod
2645 ____________________________________________________________________________
2646 [  3032] By: gsar                                  on 1999/02/28  19:01:33
2647         Log: add README.hpux
2648      Branch: perl
2649            + README.hpux
2650            ! MAINTAIN MANIFEST
2651 ____________________________________________________________________________
2652 [  3031] By: gsar                                  on 1999/02/28  18:49:08
2653         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
2654              James Cromie <jcromie@fossil.uswc.uswest.com>
2655      Branch: perl
2656            ! lib/Pod/Html.pm
2657 ____________________________________________________________________________
2658 [  3030] By: gsar                                  on 1999/02/28  18:35:09
2659         Log: From: jan.dubois@ibm.net (Jan Dubois)
2660              Date: Wed, 24 Feb 1999 22:34:56 +0100
2661              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
2662              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
2663      Branch: perl
2664            ! lib/Test/Harness.pm
2665 ____________________________________________________________________________
2666 [  3029] By: gsar                                  on 1999/02/28  18:28:18
2667         Log: add note about env pollution
2668      Branch: perl
2669            ! INSTALL pod/perltodo.pod
2670 ____________________________________________________________________________
2671 [  3028] By: jhi                                   on 1999/02/26  14:40:00
2672         Log: HP-UX 11 threads.
2673              
2674              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
2675              To: perl5-porters@perl.org
2676              Cc: jhi@cc.hut.fi
2677              Subject: Maint 5 and _54 with threading on HP-UX 11.00
2678              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
2679              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
2680              
2681              NOTE from jhi: the hpux hints could still be more robust by
2682              disabling gdbm when necessary.
2683              
2684              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
2685              linking -lgdbm -lpthread creates an executable that instantly
2686              core dumps on a pthreads internal panic:
2687              
2688              ./gdpt
2689              
2690              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
2691              Return Pointer is 0xc082bf33
2692              17639 quit (core dumped)  ./gdpt
2693              
2694              You don't have to *use* either gdbm or pthreads in the executable,
2695              just linking them together is enough.  Workaround is to recompile
2696              the GDBM under HP-UX 11, that makes the problem go away.
2697      Branch: maint-5.005/perl
2698            ! hints/hpux.sh thread.h
2699 ____________________________________________________________________________
2700 [  3025] By: jhi                                   on 1999/02/25  20:41:07
2701         Log: Temporary workaround for the config_h.SH versus
2702              crosscompile and multiarch plus introduce 'rt'
2703              to $libswanted: in UNIX98 sched_yield() lives there.
2704      Branch: cfgperl
2705            ! Configure config_h.SH
2706 ____________________________________________________________________________
2707 [  3024] By: jhi                                   on 1999/02/24  12:54:59
2708         Log: Integrate from mainperl.
2709      Branch: cfgperl
2710           +> t/lib/fatal.t
2711           !> (integrate 44 files)
2712 ____________________________________________________________________________
2713 [  3023] By: gsar                                  on 1999/02/24  07:02:12
2714         Log: integrate cfgperl contents
2715      Branch: perl
2716           !> (integrate 30 files)
2717 ____________________________________________________________________________
2718 [  3022] By: gsar                                  on 1999/02/24  05:59:47
2719         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
2720              Date: 23 Feb 1999 17:53:22 -0700
2721              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
2722              Subject: [PATCH: _55] perldoc -q broken
2723      Branch: perl
2724            ! utils/perldoc.PL
2725 ____________________________________________________________________________
2726 [  3021] By: gsar                                  on 1999/02/24  05:51:53
2727         Log: ansify perlio.c, fix PerlIO-ish typos
2728      Branch: perl
2729            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
2730            ! iperlsys.h perlio.c
2731 ____________________________________________________________________________
2732 [  3020] By: gsar                                  on 1999/02/24  05:28:06
2733         Log: adjust a Perl_malloc() flag for NeXT
2734              From: Hans Mulder <hansm@icgned.icgroup.nl>
2735              Date: Tue, 23 Feb 99 00:26:25 +0100
2736              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
2737              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
2738      Branch: perl
2739            ! perl.h
2740 ____________________________________________________________________________
2741 [  3019] By: gsar                                  on 1999/02/24  05:19:42
2742         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
2743      Branch: perl
2744            ! pod/perltodo.pod
2745 ____________________________________________________________________________
2746 [  3018] By: gsar                                  on 1999/02/24  04:15:18
2747         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
2748              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
2749              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
2750              Subject: improved error message [PATCH _55] [RESEND]
2751      Branch: perl
2752            ! sv.c
2753 ____________________________________________________________________________
2754 [  3017] By: gsar                                  on 1999/02/24  03:50:34
2755         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
2756              Date: Sun, 21 Feb 1999 20:02:18 -0700
2757              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
2758              Subject: perlfunc updates (against 55)
2759      Branch: perl
2760            ! pod/perlfunc.pod
2761 ____________________________________________________________________________
2762 [  3016] By: gsar                                  on 1999/02/24  03:17:05
2763         Log: testsuite adjustments
2764              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2765              Date: Sat, 20 Feb 1999 15:24:57 +0000
2766              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
2767              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
2768      Branch: perl
2769            ! t/lib/io_sock.t t/op/lex_assign.t
2770 ____________________________________________________________________________
2771 [  3015] By: gsar                                  on 1999/02/24  02:54:47
2772         Log: avoid modifying readonly values from qw()
2773      Branch: perl
2774            ! lib/ExtUtils/MM_Unix.pm
2775 ____________________________________________________________________________
2776 [  3014] By: gsar                                  on 1999/02/24  02:49:04
2777         Log: more "correct" utbuf for utime()
2778      Branch: perl
2779            ! doio.c
2780 ____________________________________________________________________________
2781 [  3013] By: jhi                                   on 1999/02/22  19:27:44
2782         Log: Fix MacPerl version, change PowerUX to PowerMAX.
2783              
2784              From: Chris Nandor <pudge@pobox.com>
2785              To: jhi@iki.fi
2786              Cc: perl5-porters@perl.org
2787              Subject: Re: perl current availability as documented by perl.pod
2788              Date: Sun, 21 Feb 1999 11:06:03 -0500
2789              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
2790              
2791              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
2792              To: jhi@iki.fi
2793              Cc: perl5-porters@perl.org
2794              Subject: Re: perl current availability as documented by perl.pod
2795              Date: Mon, 22 Feb 1999 13:08:30 GMT
2796              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
2797      Branch: cfgperl
2798            ! pod/perl.pod
2799      Branch: maint-5.005/perl
2800            ! pod/perl.pod
2801 ____________________________________________________________________________
2802 [  3012] By: jhi                                   on 1999/02/22  10:26:11
2803         Log: Snapshot the cross-compilation/multiarchitecture stuff
2804              (currently broken in next)
2805      Branch: cfgperl
2806            ! Configure config_h.SH pp.c
2807 ____________________________________________________________________________
2808 [  3011] By: jhi                                   on 1999/02/22  10:24:51
2809         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
2810              To: gsar@activestate.com (Gurusamy Sarathy)
2811              Cc: perl5-porters@perl.org (Perl5 Porters)
2812              Subject: [PATCH 5.005_55] DB_File 1.64 patch
2813              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
2814              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
2815      Branch: cfgperl
2816            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
2817            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
2818 ____________________________________________________________________________
2819 [  3009] By: jhi                                   on 1999/02/22  09:14:26
2820         Log: Scratch #3008 and introduce $crosscompile and $multiarch
2821              also in non-Configure lands.
2822      Branch: cfgperl
2823            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
2824            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
2825            ! win32/config.gc win32/config.vc win32/config_H.bc
2826            ! win32/config_H.gc win32/config_H.vc
2827 ____________________________________________________________________________
2828 [  3008] By: jhi                                   on 1999/02/22  08:58:04
2829         Log: Add -DMULTIARCH (see change #3006).
2830      Branch: cfgperl
2831            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
2832 ____________________________________________________________________________
2833 [  3007] By: jhi                                   on 1999/02/22  08:54:06
2834         Log: Undo the references to local{lib,arch} introduced by #3006.
2835      Branch: cfgperl
2836            ! Configure config_h.SH
2837 ____________________________________________________________________________
2838 [  3006] By: jhi                                   on 1999/02/22  08:43:50
2839         Log: From: hansm@icgned.icgroup.nl
2840              To: perlbug@perl.com
2841              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
2842              Date: Sun, 21 Feb 1999 22:58:55 +0100
2843              Reply-To: hansmu@xs4all.nl
2844              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
2845              
2846              plus other Configure changes: prepare for cross-compilation/
2847              multiarchitecture builds.
2848      Branch: cfgperl
2849            ! Configure config_h.SH
2850 ____________________________________________________________________________
2851 [  3005] By: jhi                                   on 1999/02/22  08:35:30
2852         Log: Configure/Perl knew how to look for use Mach cthreads
2853              but Configure didn't let them to be used ($osname 'next').
2854      Branch: cfgperl
2855            ! Configure config_h.SH
2856      Branch: maint-5.005/perl
2857            ! Configure
2858 ____________________________________________________________________________
2859 [  3004] By: jhi                                   on 1999/02/21  15:46:02
2860         Log: Update Acorn AVAILABILITY.
2861      Branch: cfgperl
2862            ! pod/perl.pod
2863      Branch: maint-5.005/perl
2864            ! pod/perl.pod
2865 ____________________________________________________________________________
2866 [  3003] By: jhi                                   on 1999/02/21  14:50:42
2867         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
2868              To: perl5-porters@perl.org (Perl 5 Porters)
2869              Subject: PATCH: perlref.pod - symbolic ref example
2870              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
2871              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
2872      Branch: cfgperl
2873            ! pod/perlref.pod
2874      Branch: maint-5.005/perl
2875            ! pod/perlref.pod
2876 ____________________________________________________________________________
2877 [  3002] By: jhi                                   on 1999/02/21  14:35:22
2878         Log: Sync cfgperl with maint-5.005 change #3000.
2879      Branch: cfgperl
2880            ! pod/perlfunc.pod t/op/pack.t
2881 ____________________________________________________________________________
2882 [  2999] By: gsar                                  on 1999/02/20  22:48:30
2883         Log: From:    John Bley <jbb6@acpub.duke.edu>
2884              Date:    Sat, 20 Feb 1999 16:02:34 EST
2885              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
2886              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
2887      Branch: perl
2888            ! regcomp.c
2889 ____________________________________________________________________________
2890 [  2998] By: jhi                                   on 1999/02/20  14:13:06
2891         Log: Enhanced the endianness description.
2892      Branch: cfgperl
2893            ! pod/perlfunc.pod
2894 ____________________________________________________________________________
2895 [  2996] By: jhi                                   on 1999/02/20  13:55:41
2896         Log: Glossary now mostly fixed.
2897      Branch: cfgperl
2898            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2899            ! config_h.SH
2900 ____________________________________________________________________________
2901 [  2994] By: jhi                                   on 1999/02/20  11:58:33
2902         Log: Perldeltify GNU/Hurd.
2903      Branch: cfgperl
2904            ! pod/perldelta.pod
2905 ____________________________________________________________________________
2906 [  2993] By: gsar                                  on 1999/02/20  00:59:10
2907         Log: fix typo in Perl_sbrk()
2908              From: hansm@icgned.icgroup.nl
2909              Date: Fri, 19 Feb 1999 23:19:31 +0100
2910              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
2911              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
2912      Branch: perl
2913            ! malloc.c
2914 ____________________________________________________________________________
2915 [  2992] By: gsar                                  on 1999/02/20  00:51:08
2916         Log: integrate change#2980 from maint-5.005
2917      Branch: perl
2918           !> utils/h2xs.PL
2919 ____________________________________________________________________________
2920 [  2991] By: gsar                                  on 1999/02/20  00:34:01
2921         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2922              Date: Thu, 18 Feb 1999 18:51:38 +0000
2923              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
2924              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
2925      Branch: perl
2926            ! pp_hot.c t/op/pat.t
2927 ____________________________________________________________________________
2928 [  2990] By: gsar                                  on 1999/02/20  00:30:48
2929         Log: From: jan.dubois@ibm.net (Jan Dubois)
2930              Date: Thu, 18 Feb 1999 19:14:07 +0100
2931              Message-ID: <36d15809.40853323@smtp1.ibm.net>
2932              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
2933      Branch: perl
2934            ! win32/win32.c
2935 ____________________________________________________________________________
2936 [  2989] By: gsar                                  on 1999/02/20  00:27:01
2937         Log: do poll() emulation unless HAS_POLL && I_POLL
2938      Branch: perl
2939            ! ext/IO/poll.h
2940 ____________________________________________________________________________
2941 [  2988] By: gsar                                  on 1999/02/19  23:52:12
2942         Log: tweak RE for NaNQ? recognition
2943      Branch: perl
2944            ! t/lib/bigfloatpm.t
2945 ____________________________________________________________________________
2946 [  2987] By: gsar                                  on 1999/02/19  23:29:59
2947         Log: mention C<use utf8> and C<use warning> in perldelta
2948      Branch: perl
2949            ! pod/perldelta.pod
2950 ____________________________________________________________________________
2951 [  2985] By: jhi                                   on 1999/02/19  20:43:19
2952         Log: pack/unpack better in (network-)short-non-16-bits and
2953              (network-)long-non-32-bits systems such as Cray C90.
2954      Branch: cfgperl
2955            ! perl.h pp.c t/op/pack.t
2956 ____________________________________________________________________________
2957 [  2984] By: jhi                                   on 1999/02/19  20:38:54
2958         Log: Regen Configure.
2959      Branch: cfgperl
2960            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2961            ! perl.c
2962 ____________________________________________________________________________
2963 [  2982] By: jhi                                   on 1999/02/19  19:51:49
2964         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
2965              not probed for and         
2966              
2967              From: "Kurt D. Starsinic" <kstar@chapin.edu>
2968              To: Chaim Frenkel <chaimf@pobox.com>,
2969              Russ Allbery <rra@stanford.edu>,
2970              Jarkko Hietaniemi <jhi@iki.fi>,
2971              Gurusamy Sarathy <gsar@activestate.com>,
2972              Graham Barr <gbarr@pobox.com>
2973              Cc: bdensch@ameritech.net, perlbug@perl.com
2974              Subject: [PATCH] Re: Solaris 7 for Intel
2975              Message-ID: <19990219124404.A30182@O2.chapin.edu>
2976              
2977              Glossary is still missing some terms because
2978              mkglossary is misbehaving (change #2981 updated
2979              Glossary manually)
2980      Branch: cfgperl
2981            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
2982            ! Porting/config_H
2983 ____________________________________________________________________________
2984 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
2985         Log: Make result of h2xs work when user adds C<use strict>
2986      Branch: maint-5.005/perl
2987            ! utils/h2xs.PL
2988 ____________________________________________________________________________
2989 [  2979] By: gsar                                  on 1999/02/19  05:24:29
2990         Log: doc for change#2978
2991      Branch: perl
2992            ! pod/perlsub.pod
2993 ____________________________________________________________________________
2994 [  2978] By: gsar                                  on 1999/02/19  05:08:29
2995         Log: bring '*' prototype closer to how it behaves internally
2996      Branch: perl
2997            + t/lib/fatal.t
2998            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
2999 ____________________________________________________________________________
3000 [  2977] By: gsar                                  on 1999/02/19  02:50:31
3001         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
3002      Branch: perl
3003            ! perly.h
3004 ____________________________________________________________________________
3005 [  2975] By: gsar                                  on 1999/02/18  21:41:57
3006         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
3007              of lexical searches in BEGIN|INIT|END)
3008      Branch: perl
3009            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
3010            ! vms/perly_c.vms
3011 ____________________________________________________________________________
3012 [  2974] By: gsar                                  on 1999/02/18  21:03:06
3013         Log: missing PERL_POLLUTE_MALLOC
3014      Branch: perl
3015            ! ext/SDBM_File/sdbm/sdbm.h
3016 ____________________________________________________________________________
3017 [  2973] By: gsar                                  on 1999/02/18  17:10:49
3018         Log: From:    Andy Dougherty <doughera@lafayette.edu>
3019              Date:    Wed, 17 Feb 1999 17:22:50 EST
3020              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
3021              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
3022      Branch: perl
3023            ! lib/dotsh.pl
3024 ____________________________________________________________________________
3025 [  2972] By: gsar                                  on 1999/02/18  17:04:12
3026         Log: s/#defined/#define/
3027      Branch: perl
3028            ! ext/Data/Dumper/Dumper.xs
3029 ____________________________________________________________________________
3030 [  2970] By: gsar                                  on 1999/02/18  03:26:43
3031         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
3032      Branch: perl
3033            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
3034            ! ext/GDBM_File/typemap
3035 ____________________________________________________________________________
3036 [  2969] By: gsar                                  on 1999/02/17  23:30:47
3037         Log: correct slurp mode doc
3038      Branch: perl
3039            ! pod/perlfunc.pod pod/perlop.pod
3040 ____________________________________________________________________________
3041 [  2968] By: jhi                                   on 1999/02/17  23:15:49
3042         Log: Ultrix hints update.
3043              
3044              From: Spider Boardman <spider@zk3.dec.com>
3045              To: perlbug@perl.com
3046              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
3047              Date: Tue, 16 Feb 1999 23:04:28 -0500
3048              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
3049      Branch: cfgperl
3050            ! hints/ultrix_4.sh
3051 ____________________________________________________________________________
3052 [  2966] By: jhi                                   on 1999/02/17  23:09:21
3053         Log: Change #2965 wiped out some Sarathy's _55 changes.
3054              Now unwiped.
3055      Branch: cfgperl
3056            ! Configure pp.c t/op/pack.t
3057 ____________________________________________________________________________
3058 [  2965] By: jhi                                   on 1999/02/17  23:00:04
3059         Log: Configure tweaks.
3060              
3061              Fix the Unixware/SCO uname scan:
3062              
3063              From: Tom Hughes <thh@cyberscience.com>
3064              To: perlbug@perl.com
3065              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
3066              Date: 17 Feb 1999 15:34:15 +0000    
3067              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
3068              
3069              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
3070              
3071              From: Joe Buehler <jhpb@hekimian.com>
3072              To: perl5-porters@perl.org
3073              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
3074              Date: 12 Feb 1999 11:25:21 -0500
3075              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
3076              
3077              Make the pthreads joinable constant scan to output to fd 4, not 2.
3078      Branch: cfgperl
3079            ! Configure
3080 ____________________________________________________________________________
3081 [  2964] By: gsar                                  on 1999/02/17  21:30:07
3082         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
3083              Date: Wed, 17 Feb 1999 06:53:13 -0700
3084              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
3085              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
3086      Branch: perl
3087            ! lib/Pod/Functions.pm
3088 ____________________________________________________________________________
3089 [  2963] By: gsar                                  on 1999/02/17  21:18:21
3090         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
3091              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3092              Date: Wed, 17 Feb 1999 10:06:01 +0000
3093              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
3094              Subject: Re: [5.005_53] panic: pad_free curpad 
3095      Branch: perl
3096            ! regcomp.c regexec.c t/op/misc.t
3097 ____________________________________________________________________________
3098 [  2962] By: gsar                                  on 1999/02/16  21:26:28
3099         Log: NaNQ? tweak
3100      Branch: perl
3101            ! t/lib/bigfloatpm.t
3102 ____________________________________________________________________________
3103 [  2961] By: jhi                                   on 1999/02/16  19:26:38
3104         Log: Integrate from mainperl.
3105      Branch: cfgperl
3106           !> (integrate 37 files)
3107 ____________________________________________________________________________
3108 [  2960] By: gsar                                  on 1999/02/16  18:04:29
3109         Log: undo change#2465 (qw[] is a real list now)
3110      Branch: perl
3111            ! pod/perlop.pod
3112 ____________________________________________________________________________
3113 [  2959] By: gsar                                  on 1999/02/16  07:09:33
3114         Log: this was 5.005_55
3115      Branch: perl
3116            ! Changes
3117
3118 ----------------
3119 Version 5.005_55
3120 ----------------
3121
3122 ____________________________________________________________________________
3123 [  2958] By: gsar                                  on 1999/02/16  06:18:27
3124         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
3125              elide dups and non-dependents from Changes
3126      Branch: perl
3127            ! Changes pod/perlhist.pod
3128           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
3129           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
3130           !> pod/perlport.pod pp.c t/op/pack.t
3131 ____________________________________________________________________________
3132 [  2957] By: gsar                                  on 1999/02/16  04:09:47
3133         Log: propagate PERL_VERSION everywhere, add to pod
3134      Branch: perl
3135            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
3136            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
3137            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
3138            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
3139            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
3140            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
3141            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
3142            ! win32/config.gc win32/config.vc win32/config_sh.PL
3143            ! win32/win32.c x2p/a2py.c
3144 ____________________________________________________________________________
3145 [  2955] By: jhi                                   on 1999/02/15  16:15:03
3146         Log: The pack tests now better in C90 (after the packnative patches).
3147      Branch: cfgperl
3148            ! t/op/pack.t
3149 ____________________________________________________________________________
3150 [  2954] By: gsar                                  on 1999/02/15  14:11:50
3151         Log: tweak Configure to follow new PERL_VERSION etc.
3152      Branch: perl
3153            ! Configure patchlevel.h pod/perlhist.pod
3154 ____________________________________________________________________________
3155 [  2953] By: jhi                                   on 1999/02/15  14:02:21
3156         Log: Integrate from mainperl.
3157      Branch: cfgperl
3158           !> MANIFEST Porting/makerel
3159 ____________________________________________________________________________
3160 [  2952] By: jhi                                   on 1999/02/15  13:50:07
3161         Log: Enhance the packnative patch: use the packnative code
3162              only if required.  Also added hefty testing (hopefully
3163              I didn't assume too much...).  Tested on alpha, ix86, sparc.
3164      Branch: cfgperl
3165            ! pod/perlfunc.pod pp.c t/op/pack.t
3166 ____________________________________________________________________________
3167 [  2951] By: jhi                                   on 1999/02/15  13:46:56
3168         Log: AVAILABILITY from 5.005_03-tobe, will of course
3169              require updating when 5.006 comes out.
3170      Branch: cfgperl
3171            ! pod/perl.pod
3172 ____________________________________________________________________________
3173 [  2949] By: gsar                                  on 1999/02/15  13:28:51
3174         Log: will this be it for 5.005_55?
3175      Branch: perl
3176            ! MANIFEST Porting/makerel
3177 ____________________________________________________________________________
3178 [  2948] By: jhi                                   on 1999/02/15  13:23:52
3179         Log: Integrate from mainperl.
3180      Branch: cfgperl
3181           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
3182           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
3183           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
3184           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
3185           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
3186           !> win32/config.gc win32/config.vc win32/config_H.bc
3187           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
3188 ____________________________________________________________________________
3189 [  2947] By: jhi                                   on 1999/02/15  13:20:41
3190         Log: perlport.pod 1.39 from Chris.
3191      Branch: cfgperl
3192            ! pod/perlport.pod
3193 ____________________________________________________________________________
3194 [  2946] By: jhi                                   on 1999/02/15  13:09:58
3195         Log: Import Ultrix update, change #2864, 
3196              
3197              From: Spider Boardman <spider@zk3.dec.com>
3198              To: perlbug@perl.com
3199              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
3200              Date: Wed, 10 Feb 1999 23:33:31 -0500
3201              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
3202      Branch: cfgperl
3203            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
3204 ____________________________________________________________________________
3205 [  2945] By: jhi                                   on 1999/02/15  13:04:50
3206         Log: OpenBSD sparc SHMLBA.
3207      Branch: cfgperl
3208            ! ext/IPC/SysV/SysV.xs
3209 ____________________________________________________________________________
3210 [  2944] By: gsar                                  on 1999/02/15  12:09:52
3211         Log: update win32/config* stuff, Changes
3212      Branch: perl
3213            ! Changes win32/Makefile win32/config.bc win32/config.gc
3214            ! win32/config.vc win32/config_H.bc win32/config_H.gc
3215            ! win32/config_H.vc win32/makefile.mk
3216 ____________________________________________________________________________
3217 [  2943] By: gsar                                  on 1999/02/15  11:54:08
3218         Log: #include patchlevel.h by default, provide
3219              PERL_{REVISION,VERSION,SUBVERSION}
3220      Branch: perl
3221            ! patchlevel.h perl.h
3222 ____________________________________________________________________________
3223 [  2942] By: gsar                                  on 1999/02/15  10:26:59
3224         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
3225              misc fixes
3226      Branch: perl
3227            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
3228 ____________________________________________________________________________
3229 [  2941] By: gsar                                  on 1999/02/15  10:24:37
3230         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
3231              Message-ID: <19990207002851.B9185@toldyouso.com>
3232              Message-ID: <19990207212152.A9765@toldyouso.com>
3233              Message-ID: <19990207212041.A9622@toldyouso.com>
3234              Message-ID: <19990207213127.A10244@toldyouso.com>
3235              Message-ID: <19990207212559.A9950@toldyouso.com>
3236              Message-ID: <19990207212842.A9994@toldyouso.com>
3237              Message-ID: <19990207212500.A9860@toldyouso.com>
3238              Message-ID: <19990207213013.A10105@toldyouso.com>
3239      Branch: perl
3240            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
3241            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
3242            ! pod/perlmodlib.pod pod/perltoc.pod
3243 ____________________________________________________________________________
3244 [  2940] By: gsar                                  on 1999/02/15  10:07:08
3245         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
3246              of suggested patch)
3247              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
3248              Date: Mon, 08 Feb 1999 01:14:41 -0000
3249              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
3250              Subject: [PATCH 5.005_54] some pending C.pm stuff 
3251      Branch: perl
3252            ! ext/B/B/C.pm
3253 ____________________________________________________________________________
3254 [  2939] By: jhi                                   on 1999/02/15  08:40:18
3255         Log: Integrate from mainperl.
3256      Branch: cfgperl
3257           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
3258            - lib/File/PathConvert.pm
3259           !> (integrate 81 files)
3260 ____________________________________________________________________________
3261 [  2938] By: gsar                                  on 1999/02/15  06:56:39
3262         Log: change#2839 was bogus, redo
3263      Branch: perl
3264           !> t/lib/h2ph.pht
3265 ____________________________________________________________________________
3266 [  2937] By: gsar                                  on 1999/02/15  06:38:15
3267         Log: support Win32::GetFullPathName() and Win32::SetLastError()
3268              From: jan.dubois@ibm.net (Jan Dubois)
3269              Date: Tue, 09 Feb 1999 22:27:31 +0100
3270              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
3271              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
3272      Branch: perl
3273            ! win32/win32.c
3274 ____________________________________________________________________________
3275 [  2936] By: gsar                                  on 1999/02/15  06:26:39
3276         Log: support native integers, pack("L_",...) etc. (via private mail)
3277              From: Jarkko Hietaniemi <jhi@iki.fi>
3278              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
3279              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
3280              Subject: the "packnative" patch
3281      Branch: perl
3282            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
3283            ! t/lib/ipc_sysv.t t/op/pack.t
3284 ____________________________________________________________________________
3285 [  2935] By: gsar                                  on 1999/02/15  06:04:02
3286         Log: From: Michael G Schwern <schwern@pobox.com>
3287              Date: Tue, 9 Feb 1999 04:13:12 -0500
3288              Message-ID: <19990209041312.A15788@toldyouso.com>
3289              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
3290      Branch: perl
3291            ! utils/h2xs.PL
3292 ____________________________________________________________________________
3293 [  2934] By: gsar                                  on 1999/02/15  05:30:13
3294         Log: fix bugs in the handling of negative numbers, among other things
3295              From: Steven Knight <knight@theopera.baldmt.citilink.com>
3296              Date: Mon, 8 Feb 1999 01:16:24 -0600
3297              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
3298              Subject: Math::BigFloat and Math::BigInt
3299      Branch: perl
3300            + t/lib/bigfloat.t t/lib/bigfloatpm.t
3301            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
3302            ! t/lib/bigintpm.t
3303 ____________________________________________________________________________
3304 [  2933] By: gsar                                  on 1999/02/15  04:57:52
3305         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
3306              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
3307              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
3308              Subject: s2p incorrectly handles hold space commands
3309      Branch: perl
3310            ! x2p/s2p.PL
3311 ____________________________________________________________________________
3312 [  2932] By: gsar                                  on 1999/02/15  04:45:55
3313         Log: clarify what a "line" is
3314      Branch: perl
3315            ! pod/perlfunc.pod pod/perlvar.pod
3316 ____________________________________________________________________________
3317 [  2931] By: gsar                                  on 1999/02/15  04:23:29
3318         Log: backout change#2811 and add newer version based on File::Spec
3319              From: Barrie Slaymaker <rbs@telerama.com>
3320              Date: Thu, 11 Feb 1999 16:29:24 -0500
3321              Message-ID: <36C34BB4.A62090E0@telerama.com>
3322              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
3323      Branch: perl
3324            - lib/File/PathConvert.pm
3325            ! MANIFEST installhtml lib/Pod/Html.pm
3326 ____________________________________________________________________________
3327 [  2930] By: gsar                                  on 1999/02/15  04:16:25
3328         Log: From: Barrie Slaymaker <rbs@telerama.com>
3329              Date: Thu, 11 Feb 1999 19:39:48 -0500
3330              Message-ID: <36C37854.707D139@telerama.com>
3331              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
3332      Branch: perl
3333            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
3334 ____________________________________________________________________________
3335 [  2929] By: gsar                                  on 1999/02/15  04:06:50
3336         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
3337              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
3338              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
3339              Subject: [PATCH]5.005_54 (DOC) fix many typos
3340              --
3341              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
3342              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
3343              Subject: [PATCH]5.005_54 (DOC) typos
3344      Branch: perl
3345            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
3346            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
3347            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
3348            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
3349            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
3350            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
3351            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
3352            ! pod/perlvar.pod pod/perlxs.pod
3353 ____________________________________________________________________________
3354 [  2928] By: gsar                                  on 1999/02/15  03:39:53
3355         Log: allow the Carp routines to pass through exception objects
3356      Branch: perl
3357            ! lib/Carp.pm
3358 ____________________________________________________________________________
3359 [  2927] By: gsar                                  on 1999/02/15  03:22:57
3360         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
3361      Branch: perl
3362            ! pod/perlfaq8.pod
3363 ____________________________________________________________________________
3364 [  2926] By: gsar                                  on 1999/02/15  03:19:39
3365         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
3366              have done that, but didn't)
3367      Branch: perl
3368           !> utils/h2ph.PL
3369 ____________________________________________________________________________
3370 [  2925] By: gsar                                  on 1999/02/15  03:17:01
3371         Log: integrate cfgperl changes into mainline
3372      Branch: perl
3373            ! Changes
3374           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3375           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
3376           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
3377           !> vms/subconfigure.com
3378 ____________________________________________________________________________
3379 [  2924] By: gsar                                  on 1999/02/15  03:07:08
3380         Log: add const qualifier to most char* prototypes, handle ripple effect
3381      Branch: perl
3382            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
3383            ! universal.c util.c
3384 ____________________________________________________________________________
3385 [  2923] By: gsar                                  on 1999/02/15  01:04:30
3386         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3387              Date: Thu, 04 Feb 1999 02:37:31 +0000
3388              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
3389              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
3390      Branch: perl
3391            ! pp_ctl.c t/op/range.t
3392 ____________________________________________________________________________
3393 [  2922] By: gsar                                  on 1999/02/15  00:24:34
3394         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3395              Date: Sun, 31 Jan 1999 01:50:06 +0000
3396              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
3397              Subject: [PATCH 5.005_03t4] regexp flags bug
3398      Branch: perl
3399            ! regcomp.c t/op/re_tests
3400 ____________________________________________________________________________
3401 [  2921] By: gsar                                  on 1999/02/15  00:13:02
3402         Log: use New() et al., rather than safemalloc() et al.
3403              From: jan.dubois@ibm.net (Jan Dubois)
3404              Date: Fri, 29 Jan 1999 23:27:22 +0100
3405              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
3406              Subject: [PATCH _03-MT5] POSIX.xs memory API
3407      Branch: perl
3408            ! ext/POSIX/POSIX.xs
3409 ____________________________________________________________________________
3410 [  2920] By: gsar                                  on 1999/02/15  00:05:33
3411         Log: tweak READ() docs to mention $buffer must be altered by reference
3412      Branch: perl
3413            ! pod/perltie.pod
3414 ____________________________________________________________________________
3415 [  2919] By: gsar                                  on 1999/02/14  23:50:39
3416         Log: applied suggested patch, with several language/readability tweaks
3417              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3418              Date: Fri, 29 Jan 1999 00:25:02 -0500
3419              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
3420              Subject: Re: [PATCH 5.005_*] Better parsing docs
3421      Branch: perl
3422            ! pod/perlop.pod
3423 ____________________________________________________________________________
3424 [  2918] By: gsar                                  on 1999/02/14  23:20:42
3425         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
3426              of silently returning bogus values)
3427              From: Peter Chines <pchines@nhgri.nih.gov>
3428              Date: Wed, 27 Jan 1999 16:11:31 -0500
3429              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
3430              Subject: Time::Local
3431      Branch: perl
3432            ! lib/Time/Local.pm pod/perldelta.pod
3433 ____________________________________________________________________________
3434 [  2917] By: gsar                                  on 1999/02/14  11:21:43
3435         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3436              Date: Thu, 28 Jan 1999 10:02:20 -0500
3437              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
3438              Subject: Re: [PATCH 5.005_53] Better perldoc
3439      Branch: perl
3440            ! utils/perldoc.PL
3441 ____________________________________________________________________________
3442 [  2916] By: gsar                                  on 1999/02/14  10:59:38
3443         Log: back out change#2751, apply updated version 
3444              From: jan.dubois@ibm.net (Jan Dubois)
3445              Date: Sat, 06 Feb 1999 01:06:29 +0100
3446              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
3447              Subject: [PATCH] Cleanup of File::Spec module
3448      Branch: perl
3449            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
3450            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
3451            ! lib/File/Spec/Win32.pm
3452 ____________________________________________________________________________
3453 [  2915] By: gsar                                  on 1999/02/14  10:48:01
3454         Log: tweak select() test
3455      Branch: perl
3456            ! pod/perlipc.pod t/op/fh.t
3457 ____________________________________________________________________________
3458 [  2914] By: gsar                                  on 1999/02/14  10:25:55
3459         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
3460      Branch: perl
3461            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
3462 ____________________________________________________________________________
3463 [  2913] By: gsar                                  on 1999/02/14  10:03:51
3464         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
3465              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
3466              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
3467              Subject: Re: SvOPV() or SvPV_nolen() or ...
3468      Branch: perl
3469            ! pod/perlguts.pod
3470 ____________________________________________________________________________
3471 [  2912] By: gsar                                  on 1999/02/14  09:57:29
3472         Log: provide SvPV_nolen(sv) to avoid use of PL_na
3473              From: jan.dubois@ibm.net (Jan Dubois)
3474              Date: Sun, 24 Jan 1999 02:45:32 +0100
3475              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
3476              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
3477      Branch: perl
3478            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
3479            ! sv.h
3480 ____________________________________________________________________________
3481 [  2911] By: gsar                                  on 1999/02/14  06:51:05
3482         Log: elide stray effluvium
3483      Branch: perl
3484            ! pod/perldelta.pod
3485 ____________________________________________________________________________
3486 [  2910] By: gsar                                  on 1999/02/14  05:51:56
3487         Log: slurping an empty file should return '' rather than undef, with
3488              commensurate effects on ARGV processing
3489      Branch: perl
3490            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
3491            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
3492 ____________________________________________________________________________
3493 [  2909] By: gsar                                  on 1999/02/14  00:02:11
3494         Log: perly_c.diff typo
3495      Branch: perl
3496            ! perly.c perly_c.diff vms/perly_c.vms
3497 ____________________________________________________________________________
3498 [  2908] By: gsar                                  on 1999/02/13  18:20:13
3499         Log: From: jan.dubois@ibm.net (Jan Dubois)
3500              Date: Sat, 13 Feb 1999 13:25:53 +0100
3501              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
3502              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
3503      Branch: perl
3504            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
3505 ____________________________________________________________________________
3506 [  2907] By: jhi                                   on 1999/02/13  15:07:26
3507         Log: Integrate from mainperl.
3508      Branch: cfgperl
3509           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
3510           !> (integrate 150 files)
3511 ____________________________________________________________________________
3512 [  2903] By: gsar                                  on 1999/02/12  13:25:59
3513         Log: From: jan.dubois@ibm.net (Jan Dubois)
3514              Date: Sun, 24 Jan 1999 01:12:00 +0100
3515              Message-ID: <36b66479.62756298@smtp1.ibm.net>
3516              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
3517      Branch: perl
3518            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
3519            ! proto.h sv.c sv.h
3520 ____________________________________________________________________________
3521 [  2902] By: gsar                                  on 1999/02/12  12:55:11
3522         Log: script to generate ctags from etags
3523              From: Colin Kuskie <ckuskie@cadence.com>
3524              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
3525              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
3526              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
3527      Branch: perl
3528            + emacs/e2ctags.pl
3529            ! Makefile.SH pod/perlfaq3.pod
3530 ____________________________________________________________________________
3531 [  2901] By: gsar                                  on 1999/02/12  12:40:17
3532         Log: allow boolean assign ops to be lvalues
3533              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
3534              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
3535              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
3536              --
3537              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3538              Date: Mon, 18 Jan 1999 10:04:00 +0000
3539              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
3540              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
3541      Branch: perl
3542            + t/op/lop.t
3543            ! MANIFEST op.c
3544 ____________________________________________________________________________
3545 [  2899] By: jhi                                   on 1999/02/12  12:03:48
3546         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
3547      Branch: cfgperl
3548            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3549            ! config_h.SH hints/openbsd.sh
3550 ____________________________________________________________________________
3551 [  2898] By: gsar                                  on 1999/02/12  11:49:25
3552         Log: support win32_putenv()
3553      Branch: perl
3554            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
3555            ! win32/win32.c win32/win32iop.h
3556 ____________________________________________________________________________
3557 [  2894] By: gsar                                  on 1999/02/12  11:09:27
3558         Log: add missing hunk in change#2657
3559      Branch: perl
3560            ! ext/B/B/CC.pm
3561 ____________________________________________________________________________
3562 [  2893] By: gsar                                  on 1999/02/12  11:00:13
3563         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3564              Date: Tue, 19 Jan 1999 20:13:15 -0500
3565              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
3566              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
3567      Branch: perl
3568            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
3569            ! t/pragma/subs.t t/pragma/warning.t
3570 ____________________________________________________________________________
3571 [  2892] By: gsar                                  on 1999/02/12  10:44:38
3572         Log: update change#2670 to later version
3573              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3574              Date: Sun, 31 Jan 1999 16:16:14 +0000
3575              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
3576              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
3577      Branch: perl
3578            ! t/op/subst.t toke.c
3579 ____________________________________________________________________________
3580 [  2891] By: gsar                                  on 1999/02/12  10:31:17
3581         Log: make testsuite somewhat location independent
3582      Branch: perl
3583            ! (edit 117 files)
3584 ____________________________________________________________________________
3585 [  2890] By: gsar                                  on 1999/02/12  10:00:30
3586         Log: add $AutoLoader::VERSION
3587      Branch: perl
3588            ! lib/AutoLoader.pm
3589 ____________________________________________________________________________
3590 [  2889] By: gsar                                  on 1999/02/12  09:55:48
3591         Log: tweak PERL_STRICT_CR notes
3592      Branch: perl
3593            ! pod/perl5005delta.pod
3594 ____________________________________________________________________________
3595 [  2888] By: gsar                                  on 1999/02/12  09:41:45
3596         Log: add note about test-notty target
3597      Branch: perl
3598            ! README.win32
3599 ____________________________________________________________________________
3600 [  2887] By: gsar                                  on 1999/02/12  09:37:37
3601         Log: add perltodo.pod
3602      Branch: perl
3603            + pod/perltodo.pod
3604            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
3605            ! win32/pod.mak
3606 ____________________________________________________________________________
3607 [  2886] By: jhi                                   on 1999/02/12  08:52:14
3608         Log: Integrate from mainperl.
3609      Branch: cfgperl
3610           +> t/op/fh.t
3611           !> (integrate 30 files)
3612 ____________________________________________________________________________
3613 [  2885] By: gsar                                  on 1999/02/12  08:42:10
3614         Log: note how to find REG_INFTY limit
3615      Branch: perl
3616            ! pod/perlre.pod
3617 ____________________________________________________________________________
3618 [  2884] By: jhi                                   on 1999/02/12  08:36:14
3619         Log: OpenBSD pthreads awareness, thanks to
3620              David Leonard <david.leonard@csee.uq.edu.au>
3621      Branch: maint-5.005/perl
3622            ! Configure hints/openbsd.sh
3623 ____________________________________________________________________________
3624 [  2882] By: gsar                                  on 1999/02/12  08:05:20
3625         Log: IO is maintained by p5p (per Graham Barr's wishes)
3626      Branch: perl
3627            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
3628            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
3629            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
3630            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
3631 ____________________________________________________________________________
3632 [  2881] By: gsar                                  on 1999/02/12  07:57:13
3633         Log: fh.t typo
3634      Branch: perl
3635            ! t/op/fh.t
3636 ____________________________________________________________________________
3637 [  2880] By: gsar                                  on 1999/02/12  07:38:16
3638         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
3639      Branch: perl
3640            ! perl.c pod/perlrun.pod
3641 ____________________________________________________________________________
3642 [  2879] By: gsar                                  on 1999/02/12  05:39:29
3643         Log: fix ops that are not filehandle constructors to not create GV if it
3644              doesn't already exist (avoids leaks); extend semantics of defined()
3645              so that defined(*{$foo}) works (experimental)
3646      Branch: perl
3647            + t/op/fh.t
3648            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
3649            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
3650 ____________________________________________________________________________
3651 [  2877] By: jhi                                   on 1999/02/11  20:44:00
3652         Log: From: Chris Nandor <pudge@pobox.com>
3653              To: perl5-porters@perl.org
3654              Subject: [PATCH] perlport.pod 1.39
3655              Date: Thu, 11 Feb 1999 12:28:35 -0500
3656              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
3657      Branch: cfgperl
3658            ! pod/perlport.pod
3659 ____________________________________________________________________________
3660 [  2870] By: gsar                                  on 1999/02/11  11:17:08
3661         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
3662      Branch: perl
3663            ! ext/IO/lib/IO/Pipe.pm
3664 ____________________________________________________________________________
3665 [  2869] By: gsar                                  on 1999/02/11  11:00:56
3666         Log: update win32/pod.mak
3667      Branch: perl
3668            ! win32/pod.mak
3669 ____________________________________________________________________________
3670 [  2868] By: gsar                                  on 1999/02/11  10:42:44
3671         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
3672              Date: Fri, 08 Jan 1999 14:36:53 +1100
3673              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
3674              Subject: Re: [Fwd: IO::Socket::connect and blocking]
3675      Branch: perl
3676            ! ext/IO/lib/IO/Socket.pm
3677 ____________________________________________________________________________
3678 [  2867] By: gsar                                  on 1999/02/11  09:43:03
3679         Log: av_extend() doc tweak from Jan Dubois
3680      Branch: perl
3681            ! pod/perlguts.pod
3682 ____________________________________________________________________________
3683 [  2866] By: gsar                                  on 1999/02/11  09:27:17
3684         Log: display full pathname of unreadable files
3685      Branch: perl
3686            ! utils/perldoc.PL
3687 ____________________________________________________________________________
3688 [  2865] By: gsar                                  on 1999/02/11  09:02:31
3689         Log: missing patch in change#2522
3690      Branch: perl
3691            ! lib/Pod/Text.pm
3692 ____________________________________________________________________________
3693 [  2864] By: jhi                                   on 1999/02/11  08:45:00
3694         Log: From: Spider Boardman <spider@zk3.dec.com>
3695              To: perlbug@perl.com
3696              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
3697              Date: Wed, 10 Feb 1999 23:33:31 -0500
3698              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
3699      Branch: maint-5.005/perl
3700            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
3701 ____________________________________________________________________________
3702 [  2862] By: gsar                                  on 1999/02/11  08:14:34
3703         Log: integrate changes#2738,2740 from maint-5.005
3704      Branch: perl
3705           !> lib/ExtUtils/MakeMaker.pm
3706 ____________________________________________________________________________
3707 [  2861] By: jhi                                   on 1999/02/11  08:04:25
3708         Log: Integrate from mainperl.
3709      Branch: cfgperl
3710           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
3711           !> t/op/range.t win32/config.gc
3712 ____________________________________________________________________________
3713 [  2860] By: gsar                                  on 1999/02/11  07:30:08
3714         Log: binmode() support for cygwin32 (suggested by Steven Morlock
3715              <newspost@morlock.net>)
3716      Branch: perl
3717            ! perl.h
3718 ____________________________________________________________________________
3719 [  2859] By: gsar                                  on 1999/02/11  07:14:21
3720         Log: update Changes
3721      Branch: perl
3722            ! Changes
3723           !> pod/perl5005delta.pod
3724 ____________________________________________________________________________
3725 [  2856] By: gsar                                  on 1999/02/11  07:07:39
3726         Log: integrate perldelta changes from maint-5.005
3727      Branch: perl
3728           !> pod/perl5005delta.pod
3729 ____________________________________________________________________________
3730 [  2855] By: gsar                                  on 1999/02/11  06:31:50
3731         Log: applied suggested patch; added tests
3732              From: Adam Krolnik <adamk@gypsy.cyrix.com>
3733              Date: Sat, 12 Dec 98 15:30:18 -0600
3734              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
3735              Subject: Range operation doesn't handle IV_MAX
3736      Branch: perl
3737            ! pp_ctl.c t/op/range.t
3738 ____________________________________________________________________________
3739 [  2854] By: gsar                                  on 1999/02/11  05:00:55
3740         Log: compatibility fix: magic non-propagation in foreach implicit localization
3741      Branch: perl
3742            ! pp_ctl.c t/op/local.t win32/config.gc
3743 ____________________________________________________________________________
3744 [  2852] By: gsar                                  on 1999/02/10  23:17:49
3745         Log: fair warning about -Dusethreads
3746      Branch: maint-5.005/perl
3747            ! Configure INSTALL README.threads
3748 ____________________________________________________________________________
3749 [  2847] By: jhi                                   on 1999/02/09  19:13:28
3750         Log: Integrate from mainperl.
3751      Branch: cfgperl
3752           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
3753           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
3754 ____________________________________________________________________________
3755 [  2846] By: gsar                                  on 1999/02/09  13:53:28
3756         Log: a modified version of suggested patch for pack template 'Z'; added docs
3757              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
3758              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
3759              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
3760              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
3761      Branch: perl
3762            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
3763 ____________________________________________________________________________
3764 [  2845] By: gsar                                  on 1999/02/09  00:03:26
3765         Log: clarify docs for change#2835
3766      Branch: perl
3767            ! pod/perldelta.pod pod/perlop.pod
3768 ____________________________________________________________________________
3769 [  2844] By: gsar                                  on 1999/02/08  23:40:57
3770         Log: addendum to change#2823
3771              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
3772              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
3773              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
3774              Subject: [PATCH] Docs and tests for method-call syntax
3775      Branch: perl
3776            ! pod/perlobj.pod t/op/method.t
3777 ____________________________________________________________________________
3778 [  2843] By: jhi                                   on 1999/02/08  21:06:28
3779         Log: Ultrix mmap tidbit.
3780      Branch: cfgperl
3781            ! hints/ultrix_4.sh
3782 ____________________________________________________________________________
3783 [  2842] By: jhi                                   on 1999/02/08  20:22:55
3784         Log: Integrate from mainperl.
3785      Branch: cfgperl
3786           +> t/op/subst_wamp.t
3787           !> (integrate 35 files)
3788 ____________________________________________________________________________
3789 [  2841] By: jhi                                   on 1999/02/08  18:23:26
3790         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3791              To: Mailing list Perl5 <perl5-porters@perl.org>
3792              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
3793              Date: Sun, 7 Feb 1999 17:25:22 -0500
3794              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
3795      Branch: cfgperl
3796            + t/op/subst_amp.t
3797            ! MANIFEST regcomp.c t/op/subst.t
3798 ____________________________________________________________________________
3799 [  2840] By: jhi                                   on 1999/02/08  18:16:54
3800         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3801              To: Mailing list Perl5 <perl5-porters@perl.org>
3802              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
3803              Date: Sun, 7 Feb 1999 17:00:10 -0500
3804              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
3805      Branch: cfgperl
3806            ! pp_hot.c t/op/pat.t
3807 ____________________________________________________________________________
3808 [  2839] By: jhi                                   on 1999/02/08  17:25:30
3809         Log: A require was missing.
3810      Branch: cfgperl
3811            ! t/lib/h2ph.pht
3812 ____________________________________________________________________________
3813 [  2838] By: jhi                                   on 1999/02/08  16:38:41
3814         Log: Bring in the change #2809 (the Configure part has been
3815              modified rather a lot since the #2809, though.)
3816      Branch: cfgperl
3817            ! Configure utils/h2ph.PL
3818 ____________________________________________________________________________
3819 [  2835] By: gsar                                  on 1999/02/08  14:40:23
3820         Log: make qw() into a true list at compile time (slightly modified
3821              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
3822      Branch: perl
3823            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
3824 ____________________________________________________________________________
3825 [  2834] By: gsar                                  on 1999/02/08  13:23:16
3826         Log: make safesysmalloc() etc., always available; safemalloc() et al are
3827              now macros that point to the right malloc; fix various places in
3828              sources that need to always use safesysmalloc() et al
3829      Branch: perl
3830            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
3831            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
3832 ____________________________________________________________________________
3833 [  2833] By: gsar                                  on 1999/02/08  10:56:16
3834         Log: remove spurious #endif in last change
3835      Branch: perl
3836            ! perl.h
3837 ____________________________________________________________________________
3838 [  2832] By: gsar                                  on 1999/02/08  10:34:55
3839         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
3840              them ask for insanity (untested)
3841      Branch: perl
3842            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
3843            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
3844            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
3845 ____________________________________________________________________________
3846 [  2831] By: jhi                                   on 1999/02/08  08:33:33
3847         Log: Update vms/subconfigure.com along the lines of change #2829.
3848      Branch: cfgperl
3849            ! vms/subconfigure.com
3850 ____________________________________________________________________________
3851 [  2830] By: gsar                                  on 1999/02/08  00:19:46
3852         Log: integrate cfgperl changes into mainline
3853      Branch: perl
3854           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
3855           +> lib/File/PathConvert.pm pod/perlthrtut.pod
3856            ! Changes
3857           !> (integrate 93 files)
3858 ____________________________________________________________________________
3859 [  2829] By: jhi                                   on 1999/02/07  23:49:46
3860         Log: Configure update.
3861              
3862              Probe for mmap() et alia.
3863              The *cc*symbols patch (just Configure, no h2ph).
3864      Branch: cfgperl
3865            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3866            ! config_h.SH perl.h
3867 ____________________________________________________________________________
3868 [  2828] By: gsar                                  on 1999/02/07  23:38:47
3869         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3870              Date: Sun, 7 Feb 1999 17:25:22 -0500
3871              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
3872              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
3873      Branch: perl
3874            + t/op/subst_amp.t t/op/subst_wamp.t
3875            ! MANIFEST regcomp.c t/op/subst.t
3876 ____________________________________________________________________________
3877 [  2827] By: gsar                                  on 1999/02/07  23:27:32
3878         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3879              Date: Sun, 7 Feb 1999 17:00:10 -0500
3880              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
3881              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
3882      Branch: perl
3883            ! pp_hot.c t/op/pat.t
3884 ____________________________________________________________________________
3885 [  2826] By: gsar                                  on 1999/02/07  23:26:04
3886         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
3887              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3888              Date: Sun, 7 Feb 1999 15:07:27 -0500
3889              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
3890              Subject: Re: fixing memory leaks in REx compilation
3891      Branch: perl
3892            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
3893            ! regexec.c
3894 ____________________________________________________________________________
3895 [  2825] By: jhi                                   on 1999/02/07  18:05:13
3896         Log: Integrate from mainperl.
3897      Branch: cfgperl
3898           +> lib/DB.pm t/comp/bproto.t
3899           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
3900           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
3901           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
3902           !> toke.c vms/perly_c.vms
3903 ____________________________________________________________________________
3904 [  2824] By: gsar                                  on 1999/02/07  14:21:48
3905         Log: tweak doc on bitwise ops
3906      Branch: perl
3907            ! pod/perlop.pod
3908 ____________________________________________________________________________
3909 [  2823] By: gsar                                  on 1999/02/07  13:38:31
3910         Log: applied suggested patch; regen perly* and vms/perly*
3911              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
3912              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
3913              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
3914              Subject: [PATCH] Re: Suggestion for perlobj man page
3915      Branch: perl
3916            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
3917 ____________________________________________________________________________
3918 [  2822] By: gsar                                  on 1999/02/07  12:39:09
3919         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
3920              disabled, fails tests)
3921      Branch: perl
3922            ! regcomp.h
3923 ____________________________________________________________________________
3924 [  2821] By: gsar                                  on 1999/02/07  11:09:39
3925         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
3926              <Alexander.Barilo@aexp.com>)
3927      Branch: perl
3928            ! lib/Pod/Html.pm
3929 ____________________________________________________________________________
3930 [  2820] By: gsar                                  on 1999/02/07  10:20:35
3931         Log: add draft debugging API implementation
3932      Branch: perl
3933            + lib/DB.pm
3934            ! MANIFEST
3935 ____________________________________________________________________________
3936 [  2819] By: gsar                                  on 1999/02/07  09:58:45
3937         Log: avoid garbage in db->dirbuf
3938              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
3939              Date: Sat, 05 Dec 1998 14:14:54 +0900
3940              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
3941              Subject: SDBM bug
3942      Branch: perl
3943            ! ext/SDBM_File/sdbm/sdbm.c
3944 ____________________________________________________________________________
3945 [  2818] By: gsar                                  on 1999/02/07  09:32:24
3946         Log: missing entry
3947      Branch: perl
3948            ! MANIFEST
3949 ____________________________________________________________________________
3950 [  2817] By: gsar                                  on 1999/02/07  09:30:47
3951         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
3952      Branch: perl
3953            + t/comp/bproto.t
3954            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
3955 ____________________________________________________________________________
3956 [  2816] By: gsar                                  on 1999/02/06  00:14:29
3957         Log: minor bug in dumping blessed subrefs
3958      Branch: perl
3959            ! ext/Data/Dumper/Dumper.pm
3960 ____________________________________________________________________________
3961 [  2812] By: jhi                                   on 1999/02/03  22:02:24
3962         Log: Enhance change #2808.
3963              
3964              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3965              To: perl5-porters@perl.org
3966              Subject: Re: [PATCH 5.00*]: perlbug checklist
3967              Date: Wed, 3 Feb 1999 19:02:27 +0000
3968              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
3969      Branch: cfgperl
3970            ! utils/perlbug.PL
3971 ____________________________________________________________________________
3972 [  2811] By: jhi                                   on 1999/02/03  21:53:23
3973         Log: From: Barrie Slaymaker <rbs@telerama.com>
3974              To: perl5-porters@perl.org
3975              CC: pod-people@perl.org
3976              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
3977              Date: Wed, 03 Feb 1999 10:34:18 -0500
3978              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
3979              
3980              Add File::PathConvert.pm.
3981              Fix Pod::Html and installhtml to understand relative urls.
3982      Branch: cfgperl
3983            + lib/File/PathConvert.pm
3984            ! MANIFEST installhtml lib/Pod/Html.pm
3985 ____________________________________________________________________________
3986 [  2810] By: jhi                                   on 1999/02/03  20:25:10
3987         Log: From: Francois Desarmenien <desar@club-internet.fr>
3988              To: Mailing list Perl5 <perl5-porters@perl.org>
3989              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
3990              Date: Wed, 03 Feb 1999 13:13:24 +0000
3991              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
3992              
3993              (note: this patch completely overrides Tom Wolfe's patch,
3994              change #2604)
3995      Branch: cfgperl
3996            + ext/GDBM_File/hints/sco.pl
3997            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
3998 ____________________________________________________________________________
3999 [  2809] By: jhi                                   on 1999/02/03  19:54:16
4000         Log: h2ph fixes + Configure patch to support them.
4001              
4002              From: "Kurt D. Starsinic" <kstar@chapin.edu>
4003              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
4004              Gurusamy Sarathy <gsar@engin.umich.edu>
4005              Cc: perl5-porters@perl.org
4006              Subject: [PATCH 5.00503_MT5] h2ph.PL
4007              Date: Tue, 2 Feb 1999 19:48:06 -0500
4008              Message-ID: <19990202194806.E10647@O2.chapin.edu>
4009      Branch: maint-5.005/perl
4010            ! Configure utils/h2ph.PL
4011 ____________________________________________________________________________
4012 [  2808] By: jhi                                   on 1999/02/03  16:59:55
4013         Log: Enhance the perlbug checklist.
4014      Branch: cfgperl
4015            ! utils/perlbug.PL
4016 ____________________________________________________________________________
4017 [  2807] By: jhi                                   on 1999/02/03  14:01:37
4018         Log: Document the standard strftime %formats.
4019              
4020              From: Dominic Dunlop <domo@vo.lu>
4021              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
4022              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
4023              Date: Tue, 2 Feb 1999 15:55:29 +0100
4024              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
4025      Branch: cfgperl
4026            ! ext/POSIX/POSIX.pod
4027 ____________________________________________________________________________
4028 [  2806] By: jhi                                   on 1999/02/03  13:58:00
4029         Log: Integrate from mainperl.
4030      Branch: cfgperl
4031           !> perl.h
4032 ____________________________________________________________________________
4033 [  2805] By: gsar                                  on 1999/02/03  03:32:31
4034         Log: PL_uuemap[] init needs help for sizeof()
4035      Branch: perl
4036            ! perl.h
4037 ____________________________________________________________________________
4038 [  2804] By: jhi                                   on 1999/02/02  20:44:30
4039         Log: These should've been already in #2803.
4040      Branch: cfgperl
4041            ! Configure config_h.SH vms/subconfigure.com
4042 ____________________________________________________________________________
4043 [  2803] By: jhi                                   on 1999/02/02  20:38:45
4044         Log: telldir prototype issue, from mists of time...
4045      Branch: cfgperl
4046            ! hints/netbsd.sh pp_sys.c
4047 ____________________________________________________________________________
4048 [  2801] By: jhi                                   on 1999/02/02  17:40:14
4049         Log: From: John Bley <jbb6@acpub.duke.edu>
4050              To: perlbug@perl.org
4051              Subject: [PATCH]5.005_54 (DOC) fix minor typos
4052              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
4053              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
4054      Branch: cfgperl
4055            ! pod/perlre.pod
4056 ____________________________________________________________________________
4057 [  2800] By: jhi                                   on 1999/02/02  17:26:49
4058         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
4059      Branch: cfgperl
4060            ! Todo-5.005
4061 ____________________________________________________________________________
4062 [  2799] By: jhi                                   on 1999/02/02  17:18:51
4063         Log: Update FindBin from maint-5.005.
4064      Branch: cfgperl
4065            ! lib/FindBin.pm
4066 ____________________________________________________________________________
4067 [  2798] By: jhi                                   on 1999/02/02  17:16:07
4068         Log: Fix typecasts in #2797
4069              
4070              From: "G. Del Merritt" <del@intranetics.com>
4071              Date: Fri, 29 Jan 1999 11:47:25 -0700
4072              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
4073              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
4074      Branch: cfgperl
4075            ! ext/POSIX/POSIX.xs
4076 ____________________________________________________________________________
4077 [  2797] By: jhi                                   on 1999/02/02  17:14:37
4078         Log: From: Ted Law <tedlaw@cibcwg.com>
4079              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
4080              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
4081              Subject: POSIX::strftime buffer overflow problem
4082      Branch: cfgperl
4083            ! ext/POSIX/POSIX.xs
4084 ____________________________________________________________________________
4085 [  2796] By: jhi                                   on 1999/02/02  17:13:23
4086         Log: Do not use File::Slurp.
4087      Branch: cfgperl
4088            ! t/lib/textfill.t
4089 ____________________________________________________________________________
4090 [  2795] By: jhi                                   on 1999/02/02  17:11:48
4091         Log: perlhist update from maint-5.005.
4092      Branch: cfgperl
4093            ! pod/perlhist.pod
4094 ____________________________________________________________________________
4095 [  2794] By: jhi                                   on 1999/02/02  17:10:33
4096         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
4097      Branch: cfgperl
4098            ! ext/POSIX/POSIX.pm
4099 ____________________________________________________________________________
4100 [  2793] By: jhi                                   on 1999/02/02  17:08:39
4101         Log: Missed the html test from change #2787. 
4102      Branch: cfgperl
4103            ! t/lib/cgi-html.t
4104 ____________________________________________________________________________
4105 [  2792] By: jhi                                   on 1999/02/02  17:01:24
4106         Log: Update Getopt::Long to 2.19.
4107      Branch: cfgperl
4108            ! lib/Getopt/Long.pm
4109 ____________________________________________________________________________
4110 [  2791] By: jhi                                   on 1999/02/02  16:59:13
4111         Log: overload syntax is no longer experimental
4112      Branch: cfgperl
4113            ! lib/overload.pm
4114 ____________________________________________________________________________
4115 [  2789] By: jhi                                   on 1999/02/02  16:47:50
4116         Log: Still doc fixes.
4117      Branch: cfgperl
4118            ! lib/diagnostics.pm
4119 ____________________________________________________________________________
4120 [  2788] By: jhi                                   on 1999/02/02  16:47:07
4121         Log: Doc fixes.
4122      Branch: cfgperl
4123            ! lib/CGI.pm lib/diagnostics.pm
4124 ____________________________________________________________________________
4125 [  2787] By: jhi                                   on 1999/02/02  16:38:55
4126         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
4127              where applicable).
4128      Branch: cfgperl
4129            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
4130            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
4131            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
4132            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
4133            ! eg/cgi/frameset.cgi eg/cgi/index.html
4134            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
4135            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
4136            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
4137            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
4138            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
4139            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
4140 ____________________________________________________________________________
4141 [  2786] By: jhi                                   on 1999/02/02  16:17:52
4142         Log: Update CPAN to 1.47.
4143      Branch: cfgperl
4144            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
4145 ____________________________________________________________________________
4146 [  2785] By: jhi                                   on 1999/02/02  16:09:03
4147         Log: From: Mark-Jason Dominus <mjd@plover.com>
4148              Date: Sat, 16 Jan 1999 17:22:06 -0500
4149              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
4150              Message-ID: <19990116222206.3674.qmail@plover.com>
4151      Branch: cfgperl
4152            ! pod/perlsub.pod
4153 ____________________________________________________________________________
4154 [  2784] By: jhi                                   on 1999/02/02  16:01:31
4155         Log: Fix incorrect "used only once" warnings
4156              
4157              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4158              Date: Fri, 8 Jan 1999 04:37:10 -0500
4159              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
4160              Subject: Re: change#965 flakiness
4161      Branch: cfgperl
4162            ! gv.c
4163 ____________________________________________________________________________
4164 [  2783] By: jhi                                   on 1999/02/02  15:50:38
4165         Log: perldelta updates.
4166      Branch: cfgperl
4167            ! pod/perldelta.pod
4168 ____________________________________________________________________________
4169 [  2782] By: jhi                                   on 1999/02/02  14:28:26
4170         Log: Mirror change #2781.
4171      Branch: cfgperl
4172            ! hints/linux.sh
4173 ____________________________________________________________________________
4174 [  2781] By: jhi                                   on 1999/02/02  14:27:01
4175         Log: Update the MkLinux note.
4176      Branch: maint-5.005/perl
4177            ! hints/linux.sh
4178 ____________________________________________________________________________
4179 [  2780] By: jhi                                   on 1999/02/02  14:10:59
4180         Log: Update todo.
4181      Branch: cfgperl
4182            ! Todo-5.005
4183 ____________________________________________________________________________
4184 [  2779] By: jhi                                   on 1999/02/02  14:00:25
4185         Log: Integrate from mainperl.
4186      Branch: cfgperl
4187            ! t/lib/textfill.t t/lib/textwrap.t
4188           !> (integrate 32 files)
4189 ____________________________________________________________________________
4190 [  2778] By: jhi                                   on 1999/02/02  13:56:23
4191         Log: VMS update, applicable parts of
4192              
4193              From: Dan Sugalski <sugalskd@osshe.edu>
4194              To: perl5-porters@perl.org
4195              Subject: [PATCH 5.005_03MT3]VMS configure tweak
4196              Date: Wed, 20 Jan 1999 12:05:18 -0800
4197              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
4198              
4199              From: Dan Sugalski <sugalskd@osshe.edu>
4200              To: perlbug@perl.com, vmsperl@perl.org
4201              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
4202              Date: Tue, 26 Jan 1999 14:40:38 -0800
4203              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
4204              
4205              From: Dan Sugalski <sugalskd@osshe.edu>
4206              To: perl5-porters@perl.org, vmsperl@perl.org
4207              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
4208              Date: Tue, 26 Jan 1999 14:55:29 -0800
4209              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
4210      Branch: cfgperl
4211            ! vms/ext/Stdio/test.pl vms/subconfigure.com
4212 ____________________________________________________________________________
4213 [  2777] By: jhi                                   on 1999/02/02  13:43:24
4214         Log: Synch usethreads parts from maint-5.005.
4215      Branch: cfgperl
4216            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
4217            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
4218            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
4219            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
4220 ____________________________________________________________________________
4221 [  2776] By: jhi                                   on 1999/02/02  13:17:16
4222         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
4223      Branch: cfgperl
4224            ! Makefile.SH hints/freebsd.sh
4225 ____________________________________________________________________________
4226 [  2774] By: jhi                                   on 1999/02/02  13:10:39
4227         Log: Add perlthrtut, update pod/* machinery.
4228              (a pod/Makefile.SH is sorely needed)
4229      Branch: cfgperl
4230            + pod/perlthrtut.pod
4231            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
4232 ____________________________________________________________________________
4233 [  2773] By: jhi                                   on 1999/02/02  12:54:24
4234         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
4235              To: perl5-porters@perl.org
4236              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
4237              Date: Tue, 26 Jan 1999 22:25:07 +0000
4238              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
4239      Branch: cfgperl
4240            ! pod/perlguts.pod
4241 ____________________________________________________________________________
4242 [  2771] By: jhi                                   on 1999/02/02  12:47:34
4243         Log: Use perlbug instead of personal email address.
4244      Branch: cfgperl
4245            ! Configure
4246 ____________________________________________________________________________
4247 [  2770] By: jhi                                   on 1999/02/02  12:42:06
4248         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
4249              
4250              From: "G. Del Merritt" <del@intranetics.com>
4251              To: perlbug@perl.com
4252              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
4253              Date: Tue, 26 Jan 1999 12:09:09 -0700
4254              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
4255      Branch: cfgperl
4256            ! iperlsys.h
4257 ____________________________________________________________________________
4258 [  2769] By: jhi                                   on 1999/02/02  12:37:57
4259         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4260              To: Mailing list Perl5 <perl5-porters@perl.org>
4261              Subject: [PATCH 5.005_*] OS/2 threads
4262              Date: Tue, 26 Jan 1999 13:39:46 -0500
4263              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
4264      Branch: cfgperl
4265            ! os2/os2ish.h
4266 ____________________________________________________________________________
4267 [  2768] By: jhi                                   on 1999/02/02  12:36:16
4268         Log: Apply change #2711 from maint-5.005:
4269              
4270              make ok", "make okfile", and "make nok" were broken
4271              with -Duseshrplib, because of a shared typo.
4272              
4273              From: Spider Boardman <spider@web.zk3.dec.com>
4274              To: perlbug@perl.com
4275              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
4276              Date: Wed, 27 Jan 1999 12:27:15 -0500
4277              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
4278      Branch: cfgperl
4279            ! Makefile.SH
4280 ____________________________________________________________________________
4281 [  2766] By: jhi                                   on 1999/02/02  12:27:08
4282         Log: Make Configure use "int main()" instead of bare "main()".
4283              Like maint-5.005 change #2703 but now via metaconfig.
4284      Branch: cfgperl
4285            ! Configure
4286 ____________________________________________________________________________
4287 [  2765] By: jhi                                   on 1999/02/02  11:59:30
4288         Log: Undo part of change #2562.
4289      Branch: cfgperl
4290            ! Configure
4291 ____________________________________________________________________________
4292 [  2764] By: jhi                                   on 1999/02/02  11:52:39
4293         Log: NetBSD synch with maint-5.005.
4294      Branch: cfgperl
4295            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
4296 ____________________________________________________________________________
4297 [  2763] By: jhi                                   on 1999/02/02  11:44:07
4298         Log: $Config{installusrbinperl}
4299              (maint-5.005 changes #2614 and #2709)
4300      Branch: cfgperl
4301            ! Configure installperl
4302 ____________________________________________________________________________
4303 [  2762] By: jhi                                   on 1999/02/02  11:29:13
4304         Log: Errno update from maint-5.005 (changes #2583, #2710).
4305      Branch: cfgperl
4306            ! Configure ext/Errno/Errno_pm.PL
4307 ____________________________________________________________________________
4308 [  2759] By: jhi                                   on 1999/02/02  10:53:20
4309         Log: Update Trig.pm from maint-5.005.
4310      Branch: cfgperl
4311            ! lib/Math/Trig.pm
4312 ____________________________________________________________________________
4313 [  2757] By: jhi                                   on 1999/02/02  10:41:26
4314         Log: MPE/iX update (mirror maint-5.005 change #2715)
4315      Branch: cfgperl
4316            ! hints/mpeix.sh mpeix/relink
4317 ____________________________________________________________________________
4318 [  2756] By: jhi                                   on 1999/02/02  10:38:08
4319         Log: BeOS update (Mirror maint-5.005 change #2727).
4320      Branch: cfgperl
4321            + ext/DynaLoader/dl_beos.xs
4322            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
4323            ! lib/ExtUtils/MM_Unix.pm
4324 ____________________________________________________________________________
4325 [  2754] By: gsar                                  on 1999/02/02  08:52:13
4326         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
4327      Branch: perl
4328            ! Porting/pumpkin.pod Todo Todo-5.005
4329 ____________________________________________________________________________
4330 [  2753] By: gsar                                  on 1999/02/02  08:46:21
4331         Log: Todo tweaks
4332      Branch: perl
4333            ! Todo Todo-5.005
4334 ____________________________________________________________________________
4335 [  2752] By: jhi                                   on 1999/02/01  22:15:12
4336         Log: Add perlthrtut.pod.
4337              
4338              From: Dan Sugalski <sugalskd@osshe.edu>
4339              To: perl5-porters@perl.org
4340              Subject: perlthrtut.pod
4341              Date: Mon, 01 Feb 1999 10:57:11 -0800
4342              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
4343      Branch: maint-5.005/perl
4344            + pod/perlthrtut.pod
4345            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
4346            ! pod/roffitall
4347 ____________________________________________________________________________
4348 [  2751] By: gsar                                  on 1999/02/01  07:28:05
4349         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
4350      Branch: perl
4351            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
4352            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
4353 ____________________________________________________________________________
4354 [  2750] By: gsar                                  on 1999/02/01  07:09:20
4355         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4356              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
4357              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
4358              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
4359      Branch: perl
4360            ! regexec.c
4361 ____________________________________________________________________________
4362 [  2749] By: gsar                                  on 1999/02/01  07:07:59
4363         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4364              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
4365              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
4366              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
4367      Branch: perl
4368            ! regexec.c
4369 ____________________________________________________________________________
4370 [  2748] By: gsar                                  on 1999/02/01  06:47:06
4371         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
4372              Date: Thu, 3 Dec 1998 15:10:17 -0500
4373              Message-Id: <199812032010.PAA09692@jik.shore.net>
4374              Subject: sample checksum code in "perlfunc" man page is wrong
4375      Branch: perl
4376            ! pod/perlfunc.pod
4377 ____________________________________________________________________________
4378 [  2747] By: gsar                                  on 1999/02/01  06:35:13
4379         Log: typos in Pod/Text.pm
4380              From: "Greg Chapman" <glc@well.com>
4381              Date: Tue, 1 Dec 1998 10:50:18 -0800
4382              Message-Id: <199812011849.KAA08816@smtp.well.com>
4383              Subject: Glitch in Pod::Text
4384      Branch: perl
4385            ! lib/Pod/Text.pm
4386 ____________________________________________________________________________
4387 [  2746] By: gsar                                  on 1999/02/01  06:27:35
4388         Log: various win32-ish changes merged from maint-5.005
4389      Branch: perl
4390            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
4391            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
4392            ! win32/Makefile win32/config.bc win32/config.vc
4393            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
4394            ! win32/win32.c
4395 ____________________________________________________________________________
4396 [  2745] By: gsar                                  on 1999/02/01  04:51:54
4397         Log: integrate cfgperl changes into mainline
4398      Branch: perl
4399           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
4400 ____________________________________________________________________________
4401 [  2744] By: gsar                                  on 1999/02/01  04:31:09
4402         Log: improved diagnostic on syntax errors at EOL
4403      Branch: perl
4404            ! toke.c
4405 ____________________________________________________________________________
4406 [  2743] By: gsar                                  on 1999/02/01  03:59:13
4407         Log: don't attempt connect() to bogus IP addresses
4408              From:    Graham Barr <gbarr@pobox.com>
4409              Date:    Sun, 31 Jan 1999 21:50:45 CST
4410              Message-Id: <19990131215045.A633@pobox.com>
4411      Branch: perl
4412            ! t/lib/io_multihomed.t
4413 ____________________________________________________________________________
4414 [  2742] By: gsar                                  on 1999/02/01  03:08:58
4415         Log: update Changes
4416      Branch: perl
4417            ! Changes pod/perldelta.pod
4418 ____________________________________________________________________________
4419 [  2740] By: gsar                                  on 1999/02/01  02:43:07
4420         Log: CAPI inheritance tweak and doc
4421      Branch: maint-5.005/perl
4422            ! lib/ExtUtils/MakeMaker.pm
4423 ____________________________________________________________________________
4424 [  2739] By: jhi                                   on 1999/01/31  18:31:54
4425         Log: Undo changes #2730 and #2731 and replace them
4426              with an extensively tested patch from
4427              Anton Berezin <tobez@plab.ku.dk> (via private email).
4428      Branch: maint-5.005/perl
4429            ! Makefile.SH hints/freebsd.sh
4430 ____________________________________________________________________________
4431 [  2738] By: gsar                                  on 1999/01/31  05:04:32
4432         Log: fix bogus CAPI inheritance from change#2541
4433      Branch: maint-5.005/perl
4434            ! lib/ExtUtils/MakeMaker.pm
4435 ____________________________________________________________________________
4436 [  2731] By: jhi                                   on 1999/01/29  14:33:12
4437         Log: FreeBSD version numbers can be like "2.2.8-release".
4438      Branch: maint-5.005/perl
4439            ! hints/freebsd.sh
4440 ____________________________________________________________________________
4441 [  2730] By: jhi                                   on 1999/01/29  12:40:38
4442         Log: FreeBSD hints iteration (hopefully convergent).
4443              usethreads: require at least FreeBSD 2.2.8.
4444              signal type: mirror change #2429 in cfgperl.
4445      Branch: maint-5.005/perl
4446            ! hints/freebsd.sh
4447 ____________________________________________________________________________
4448 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
4449         Log: From: Tom Spindler <dogcow@isi.net>
4450              Date: Thu, 28 Jan 1999 17:15:11 -0800
4451              Message-ID: <19990128171510.A11778@isi.net>
4452              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
4453      Branch: maint-5.005/perl
4454            + ext/DynaLoader/dl_beos.xs
4455            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
4456            ! lib/ExtUtils/MM_Unix.pm
4457 ____________________________________________________________________________
4458 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
4459         Log: Remove use of File::Slurp in t/lib/textfill.t
4460      Branch: maint-5.005/perl
4461            ! t/lib/textfill.t
4462 ____________________________________________________________________________
4463 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
4464         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
4465              Date: Wed, 27 Jan 1999 23:14:33 -0800
4466              Message-Id: <199901280714.XAA10176@activestate.com>
4467              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
4468      Branch: maint-5.005/perl
4469            ! win32/Makefile win32/makefile.mk
4470 ____________________________________________________________________________
4471 [  2720] By: gsar                                  on 1999/01/27  21:54:42
4472         Log: missing space while munging CCFLAGS for PERL_CAPI
4473      Branch: perl
4474            ! lib/ExtUtils/MM_Unix.pm
4475 ____________________________________________________________________________
4476 [  2718] By: jhi                                   on 1999/01/27  19:46:04
4477         Log: io/fs.t fails test #18 (sense of tests appears to have been
4478              changed incompletely; this patch just skips the test attached,
4479              a la test #17 preceding it).
4480              
4481              From: "G. Del Merritt" <del@intranetics.com>
4482              To: perlbug@perl.com
4483              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
4484              Date: Tue, 26 Jan 1999 12:09:09 -0700
4485              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
4486      Branch: maint-5.005/perl
4487            ! t/io/fs.t
4488 ____________________________________________________________________________
4489 [  2717] By: jhi                                   on 1999/01/27  19:44:46
4490         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
4491              
4492              From: "G. Del Merritt" <del@intranetics.com>
4493              To: perlbug@perl.com
4494              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
4495              Date: Tue, 26 Jan 1999 12:09:09 -0700
4496              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
4497      Branch: maint-5.005/perl
4498            ! iperlsys.h
4499 ____________________________________________________________________________
4500 [  2715] By: jhi                                   on 1999/01/27  19:34:28
4501         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
4502              To: perl5-porters@perl.org
4503              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
4504              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
4505              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
4506      Branch: maint-5.005/perl
4507            ! hints/mpeix.sh mpeix/relink
4508 ____________________________________________________________________________
4509 [  2710] By: jhi                                   on 1999/01/27  19:22:23
4510         Log: Errno fixes:
4511              
4512              From: Spider Boardman <spider@web.zk3.dec.com>
4513              To: perlbug@perl.com
4514              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
4515              Date: Wed, 27 Jan 1999 12:27:15 -0500
4516              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
4517              
4518              From: Spider Boardman <spider@web.zk3.dec.com>
4519              To: perlbug@perl.com
4520              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
4521              Date: Wed, 27 Jan 1999 13:31:16 -0500
4522              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
4523      Branch: maint-5.005/perl
4524            ! Configure ext/Errno/Errno_pm.PL
4525 ____________________________________________________________________________
4526 [  2709] By: jhi                                   on 1999/01/27  19:17:35
4527         Log: Fix Configure installusrbinperl:
4528              
4529              From: Spider Boardman <spider@web.zk3.dec.com>
4530              To: jhi@iki.fi
4531              cc: perl5-porters@perl.org
4532              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
4533              Date: Wed, 27 Jan 1999 13:03:35 -0500
4534              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
4535      Branch: maint-5.005/perl
4536            ! Configure
4537 ____________________________________________________________________________
4538 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
4539         Log: Add redef IO::Handle::* for setv?buf()
4540      Branch: maint-5.005/perl
4541            ! ext/POSIX/POSIX.pm
4542 ____________________________________________________________________________
4543 [  2705] By: jhi                                   on 1999/01/24  15:14:30
4544         Log: Mention year-1900 and month 0..11.
4545      Branch: cfgperl
4546            ! lib/Time/Local.pm
4547 ____________________________________________________________________________
4548 [  2704] By: jhi                                   on 1999/01/24  15:13:36
4549         Log: Document Configure -Uinstallusrbinperl.
4550      Branch: cfgperl
4551            ! INSTALL pod/perldelta.pod
4552 ____________________________________________________________________________
4553 [  2698] By: jhi                                   on 1999/01/24  12:46:00
4554         Log: Use only xlc_r for usethreads.
4555      Branch: cfgperl
4556            ! hints/aix.sh
4557 ____________________________________________________________________________
4558 [  2695] By: gsar                                  on 1999/01/24  07:09:05
4559         Log: integrate cfgperl changes into mainline
4560      Branch: perl
4561           +> lib/Exporter/Heavy.pm
4562           !> (integrate 65 files)
4563 ____________________________________________________________________________
4564 [  2694] By: gsar                                  on 1999/01/24  01:28:49
4565         Log: better notes on 'make' on win32
4566      Branch: perl
4567            ! README.win32
4568 ____________________________________________________________________________
4569 [  2683] By: jhi                                   on 1999/01/22  15:41:00
4570         Log: More de-cut-and-pastos.
4571      Branch: cfgperl
4572            ! hints/irix_6.sh hints/os2.sh
4573 ____________________________________________________________________________
4574 [  2682] By: jhi                                   on 1999/01/22  15:30:51
4575         Log: usethreads.cbu cut-and-pasto.
4576      Branch: cfgperl
4577            ! hints/solaris_2.sh
4578 ____________________________________________________________________________
4579 [  2681] By: jhi                                   on 1999/01/22  14:54:55
4580         Log: Better (I hope) LANGUAGE documentation.
4581      Branch: cfgperl
4582            ! pod/perllocale.pod
4583 ____________________________________________________________________________
4584 [  2680] By: jhi                                   on 1999/01/22  09:20:29
4585         Log: From: Dan Sugalski <sugalskd@osshe.edu>
4586              To: perl5-porters@perl.org
4587              Subject: [PATCH 5.005_03MT3]VMS configure tweak
4588              Date: Wed, 20 Jan 1999 12:05:18 -0800
4589              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
4590      Branch: cfgperl
4591            ! vms/subconfigure.com
4592 ____________________________________________________________________________
4593 [  2679] By: jhi                                   on 1999/01/22  09:13:18
4594         Log: nosuid getmntent() branch.
4595      Branch: cfgperl
4596            ! perl.c perl.h
4597 ____________________________________________________________________________
4598 [  2678] By: jhi                                   on 1999/01/22  08:54:19
4599         Log: nosuid patch continued: *BSD needs <sys/param.h>.
4600      Branch: cfgperl
4601            ! Configure config_h.SH
4602 ____________________________________________________________________________
4603 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
4604         Log: Fixup FindBin to use File::Spec
4605              
4606              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
4607              Date: Wed, 20 Jan 1999 18:51:57 +0000
4608              From: Paul Johnson <pjcj@transeda.com>
4609              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
4610      Branch: maint-5.005/perl
4611            ! lib/FindBin.pm
4612 ____________________________________________________________________________
4613 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
4614         Log: Fix win32 for Borland compiler and spaces in paths
4615              
4616              From: Gurusamy Sarathy <gsar@activestate.com>
4617              Date: Mon, 18 Jan 1999 20:33:17 -0800
4618              Message-Id: <199901190433.UAA03656@activestate.com>
4619              Subject: [PATCH] 5.005_03-trial3 win32 issues
4620      Branch: maint-5.005/perl
4621            ! README.win32 win32/Makefile win32/config_sh.PL
4622            ! win32/makefile.mk win32/runperl.c
4623 ____________________________________________________________________________
4624 [  2670] By: jhi                                   on 1999/01/21  16:12:38
4625         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4626              To: perl5-porters@perl.org
4627              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
4628              Date: Thu, 21 Jan 1999 12:08:01 +0000
4629              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
4630      Branch: cfgperl
4631            ! pod/perldiag.pod t/op/subst.t toke.c
4632 ____________________________________________________________________________
4633 [  2669] By: jhi                                   on 1999/01/21  16:11:46
4634         Log: To: perl5-porters@perl.org
4635              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
4636              From: Anton Berezin <tobez@plab.ku.dk>
4637              Date: 21 Jan 1999 17:07:28 +0100
4638              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
4639      Branch: cfgperl
4640            ! hints/freebsd.sh
4641 ____________________________________________________________________________
4642 [  2668] By: jhi                                   on 1999/01/21  15:38:34
4643         Log: Add Daniel Grisinger <dgris@dimensional.com>.
4644      Branch: cfgperl
4645            ! AUTHORS MAINTAIN
4646 ____________________________________________________________________________
4647 [  2667] By: jhi                                   on 1999/01/21  15:32:28
4648         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4649              To: Mailing list Perl5 <perl5-porters@perl.org>
4650              Subject: [PATCH 5.005_53] Lean Exporter.pm
4651              Date: Thu, 21 Jan 1999 03:25:23 -0500
4652              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
4653      Branch: cfgperl
4654            + lib/Exporter/Heavy.pm
4655            ! MANIFEST lib/Exporter.pm
4656 ____________________________________________________________________________
4657 [  2666] By: jhi                                   on 1999/01/21  15:24:10
4658         Log: From: "W. Phillip Moore" <wpm@ms.com>
4659              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
4660              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
4661              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
4662              Message-ID: <13988.46383.298992.97303@zappa>
4663      Branch: cfgperl
4664            ! lib/File/Path.pm
4665 ____________________________________________________________________________
4666 [  2665] By: jhi                                   on 1999/01/21  15:20:48
4667         Log: CPAN update (CPAN-1.44_54) from Andreas and
4668              jumbo doc patch from Abigail.
4669              
4670              From: abigail@fnx.com
4671              To: perl5-porters@perl.org (Perl Porters)
4672              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
4673              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
4674              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
4675              
4676              From: abigail@fnx.com
4677              To: perl5-porters@perl.org (Perl Porters)
4678              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
4679              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
4680              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
4681              
4682              From: abigail@fnx.com
4683              To: perl5-porters@perl.org (Perl Porters)
4684              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
4685              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
4686              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
4687              
4688              From: abigail@fnx.com
4689              To: perl5-porters@perl.org (Perl Porters)
4690              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
4691              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
4692              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
4693              
4694              From: abigail@fnx.com
4695              To: perl5-porters@perl.org (Perl Porters)
4696              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
4697              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
4698              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
4699              
4700              From: abigail@fnx.com
4701              To: perl5-porters@perl.org (Perl Porters)
4702              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
4703              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
4704              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
4705              
4706              From: abigail@fnx.com
4707              To: perl5-porters@perl.org (Perl Porters)
4708              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
4709              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
4710              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
4711              
4712              From: abigail@fnx.com
4713              To: perl5-porters@perl.org (Perl Porters)
4714              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
4715              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
4716              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
4717              
4718              From: abigail@fnx.com
4719              To: perl5-porters@perl.org (Perl Porters)
4720              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
4721              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
4722              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
4723              
4724              From: abigail@fnx.com
4725              To: perl5-porters@perl.org (Perl Porters)
4726              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
4727              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
4728              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
4729              
4730              From: abigail@fnx.com
4731              To: perl5-porters@perl.org (Perl Porters)
4732              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
4733              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
4734              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
4735              
4736              From: abigail@fnx.com
4737              To: perl5-porters@perl.org (Perl Porters)
4738              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
4739              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
4740              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
4741              
4742              From: abigail@fnx.com
4743              To: perl5-porters@perl.org (Perl Porters)
4744              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
4745              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
4746              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
4747      Branch: cfgperl
4748            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
4749            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
4750            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
4751            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
4752 ____________________________________________________________________________
4753 [  2664] By: jhi                                   on 1999/01/21  14:47:43
4754         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4755              To: Mailing list Perl5 <perl5-porters@perl.org>
4756              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
4757              Date: Thu, 21 Jan 1999 03:58:29 -0500
4758              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
4759      Branch: cfgperl
4760            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
4761 ____________________________________________________________________________
4762 [  2663] By: jhi                                   on 1999/01/21  14:43:58
4763         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4764              To: Mailing list Perl5 <perl5-porters@perl.org>
4765              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
4766              Date: Thu, 21 Jan 1999 02:46:34 -0500
4767              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
4768      Branch: cfgperl
4769            ! ext/Errno/Errno_pm.PL
4770 ____________________________________________________________________________
4771 [  2662] By: jhi                                   on 1999/01/21  14:42:42
4772         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
4773              To: Francois Desarmenien <desar@club-internet.fr>
4774              Cc: Gurusamy Sarathy <gsar@activestate.com>,
4775              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
4776              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
4777              Date: 21 Jan 1999 00:17:35 -0700
4778              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
4779      Branch: cfgperl
4780            ! Porting/patching.pod
4781 ____________________________________________________________________________
4782 [  2661] By: jhi                                   on 1999/01/21  14:41:13
4783         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4784              To: Mailing list Perl5 <perl5-porters@perl.org>
4785              Subject: [PATCH 5.00*] makedepend
4786              Date: Thu, 21 Jan 1999 02:08:27 -0500
4787              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
4788      Branch: cfgperl
4789            ! makedepend.SH
4790 ____________________________________________________________________________
4791 [  2660] By: jhi                                   on 1999/01/21  14:36:45
4792         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4793              To: Mailing list Perl5 <perl5-porters@perl.org>
4794              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
4795              Date: Tue, 19 Jan 1999 20:06:45 -0500
4796              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
4797      Branch: cfgperl
4798            ! os2/Changes os2/os2.c
4799 ____________________________________________________________________________
4800 [  2657] By: jhi                                   on 1999/01/21  11:40:35
4801         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
4802              To: perl5-porters@perl.org
4803              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
4804              Date: Mon, 18 Jan 1999 01:32:31 PST
4805              Message-ID: <19990118093231.18443.qmail@hotmail.com>
4806      Branch: cfgperl
4807            ! ext/B/B/CC.pm
4808 ____________________________________________________________________________
4809 [  2656] By: jhi                                   on 1999/01/21  11:35:34
4810         Log: From: Achim Bohnet <ach@mpe.mpg.de>
4811              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
4812              Date: Wed, 20 Jan 1999 20:25:53 +0100
4813              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
4814      Branch: cfgperl
4815            ! pp.c
4816 ____________________________________________________________________________
4817 [  2655] By: jhi                                   on 1999/01/21  10:46:01
4818         Log: Handle NIS (and NetInfo) more robustly.
4819      Branch: cfgperl
4820            ! t/op/grent.t t/op/pwent.t
4821 ____________________________________________________________________________
4822 [  2654] By: jhi                                   on 1999/01/21  10:17:20
4823         Log: Two-argument eaccess() of SCO.
4824      Branch: cfgperl
4825            ! pp_sys.c
4826 ____________________________________________________________________________
4827 [  2653] By: jhi                                   on 1999/01/21  08:53:14
4828         Log: -DNO_NOSUID_CHECK for those platforms which have no way
4829              of checking for nosuid but still want suidperl.
4830      Branch: cfgperl
4831            ! perl.c
4832 ____________________________________________________________________________
4833 [  2652] By: jhi                                   on 1999/01/21  08:22:50
4834         Log: The LANGUAGE mirrors LC_ALL usage.
4835      Branch: cfgperl
4836            ! Configure config_h.SH
4837 ____________________________________________________________________________
4838 [  2651] By: jhi                                   on 1999/01/20  22:01:21
4839         Log: I_MNTENT was missing.
4840      Branch: cfgperl
4841            ! Configure config_h.SH
4842 ____________________________________________________________________________
4843 [  2650] By: jhi                                   on 1999/01/19  13:42:03
4844         Log: NetBSD update, based on patches from the NetBSD packages system.
4845      Branch: cfgperl
4846            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
4847 ____________________________________________________________________________
4848 [  2649] By: jhi                                   on 1999/01/19  12:44:02
4849         Log: Jumbo Configure update.
4850              * -Uinstallusrbinperl: disable /usr/bin/perl installation
4851              by installperl
4852              * usethreads.cbu
4853              * use64bits.cbu
4854              * "nosuid"
4855      Branch: cfgperl
4856            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
4857            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
4858            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
4859            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
4860            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
4861            ! pod/perldiag.pod
4862 ____________________________________________________________________________
4863 [  2648] By: jhi                                   on 1999/01/19  09:16:44
4864         Log: Mention /usr/share/locale.
4865      Branch: cfgperl
4866            ! pod/perllocale.pod
4867 ____________________________________________________________________________
4868 [  2647] By: jhi                                   on 1999/01/19  09:11:11
4869         Log: SHMLBA strikes back in NetBSD/sparc.
4870              
4871              From: Dave Nelson <David.Nelson@bellcow.com>
4872              To: jhi@iki.fi
4873              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
4874              Date: Mon, 18 Jan 1999 22:07:56 -0600
4875              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
4876      Branch: cfgperl
4877            ! ext/IPC/SysV/SysV.xs
4878 ____________________________________________________________________________
4879 [  2646] By: jhi                                   on 1999/01/19  08:58:17
4880         Log: Show LANGUAGE env var when needed. (Augment change #2645).
4881      Branch: cfgperl
4882            ! util.c utils/perlbug.PL
4883 ____________________________________________________________________________
4884 [  2645] By: jhi                                   on 1999/01/19  08:52:15
4885         Log: Document the GNU LANGUAGE env var.
4886      Branch: cfgperl
4887            ! pod/perllocale.pod
4888 ____________________________________________________________________________
4889 [  2644] By: jhi                                   on 1999/01/19  08:42:25
4890         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4891              To: Mailing list Perl5 <perl5-porters@perl.org>
4892              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
4893              Date: Mon, 18 Jan 1999 20:57:02 -0500
4894              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
4895      Branch: cfgperl
4896            ! pp_hot.c t/op/pat.t
4897 ____________________________________________________________________________
4898 [  2643] By: jhi                                   on 1999/01/18  11:23:41
4899         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
4900      Branch: cfgperl
4901            ! Makefile.SH
4902 ____________________________________________________________________________
4903 [  2642] By: jhi                                   on 1999/01/18  11:03:38
4904         Log: GNU libc locale system has LANGUAGE env var that partly
4905              overrides even LC_ALL.
4906      Branch: cfgperl
4907            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
4908 ____________________________________________________________________________
4909 [  2641] By: jhi                                   on 1999/01/18  10:55:04
4910         Log: Integrate from mainperl.
4911      Branch: cfgperl
4912           +> ext/B/defsubs.h.PL
4913            ! t/op/groups.t
4914           !> (integrate 38 files)
4915 ____________________________________________________________________________
4916 [  2640] By: gsar                                  on 1999/01/18  10:06:29
4917         Log: a few random cleanups
4918      Branch: perl
4919            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
4920 ____________________________________________________________________________
4921 [  2639] By: gsar                                  on 1999/01/18  05:56:21
4922         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
4923              Date:    Sun, 17 Jan 1999 16:41:10 PST
4924              Message-Id: <19990118004111.29667.qmail@hotmail.com>
4925              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
4926      Branch: perl
4927            ! ext/B/B/C.pm
4928 ____________________________________________________________________________
4929 [  2638] By: gsar                                  on 1999/01/18  05:41:21
4930         Log: From:    jan.dubois@ibm.net (Jan Dubois)
4931              Date:    Mon, 18 Jan 1999 00:37:41 +0100
4932              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
4933              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
4934      Branch: perl
4935            ! dump.c
4936 ____________________________________________________________________________
4937 [  2633] By: gsar                                  on 1999/01/17  13:39:59
4938         Log: bogus assert()
4939      Branch: perl
4940            ! pp.c t/op/groups.t
4941 ____________________________________________________________________________
4942 [  2632] By: gsar                                  on 1999/01/17  13:22:04
4943         Log: various tweaks for clean build and test on win32
4944      Branch: perl
4945            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
4946            ! op.c t/pragma/warn/doio
4947 ____________________________________________________________________________
4948 [  2631] By: gsar                                  on 1999/01/17  12:28:06
4949         Log: undo change#2336, and add clarification about subversive
4950              CPAN distributions from Andreas Koenig
4951      Branch: perl
4952            ! Porting/pumpkin.pod lib/CPAN.pm
4953 ____________________________________________________________________________
4954 [  2630] By: gsar                                  on 1999/01/17  12:04:06
4955         Log: fix silent taint failures under -U
4956      Branch: perl
4957            ! doio.c
4958 ____________________________________________________________________________
4959 [  2629] By: gsar                                  on 1999/01/17  12:00:23
4960         Log: sanity check piped opens (tweaked version of patch suggested
4961              by Mark-Jason Dominus)
4962      Branch: perl
4963            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
4964            ! t/op/taint.t t/pragma/warn/doio
4965 ____________________________________________________________________________
4966 [  2628] By: gsar                                  on 1999/01/17  11:26:21
4967         Log: regen headers
4968      Branch: perl
4969            ! embed.h embedvar.h objXSUB.h
4970 ____________________________________________________________________________
4971 [  2627] By: gsar                                  on 1999/01/17  11:23:37
4972         Log: PERL_OBJECTness for change#2595
4973      Branch: perl
4974            ! embed.pl op.c pod/perlport.pod proto.h
4975 ____________________________________________________________________________
4976 [  2626] By: gsar                                  on 1999/01/17  09:47:07
4977         Log: PERL_OBJECT tweaks for change#2426
4978      Branch: perl
4979            ! embed.pl proto.h regcomp.c
4980 ____________________________________________________________________________
4981 [  2625] By: gsar                                  on 1999/01/17  09:37:58
4982         Log: documentation in change#2596 is not quite right; fix it
4983      Branch: perl
4984            ! lib/Math/BigFloat.pm pod/perlguts.pod
4985 ____________________________________________________________________________
4986 [  2624] By: gsar                                  on 1999/01/17  09:28:34
4987         Log: undo change#2571; C<use File::Spec> instead
4988      Branch: perl
4989            ! lib/FindBin.pm
4990 ____________________________________________________________________________
4991 [  2623] By: gsar                                  on 1999/01/17  09:20:42
4992         Log: change#2572 is not applicable; undo, retaining scan_bin addition
4993              to global.sym
4994      Branch: perl
4995            ! global.sym perl.c proto.h
4996 ____________________________________________________________________________
4997 [  2622] By: gsar                                  on 1999/01/17  09:17:42
4998         Log: change#2576 is based on a wrong premise; undo it
4999      Branch: perl
5000            ! pp_ctl.c
5001 ____________________________________________________________________________
5002 [  2621] By: gsar                                  on 1999/01/17  09:12:42
5003         Log: fix change#2602 to not used hard coded constants
5004      Branch: perl
5005            ! ext/B/B/C.pm ext/B/defsubs.h.PL
5006 ____________________________________________________________________________
5007 [  2620] By: gsar                                  on 1999/01/17  09:02:07
5008         Log: integrate cfgperl changes into mainline, fix conflicts
5009      Branch: perl
5010           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
5011           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
5012           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
5013           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
5014           +> pod/perlopentut.pod
5015           !> (integrate 162 files)
5016 ____________________________________________________________________________
5017 [  2619] By: gsar                                  on 1999/01/17  08:42:04
5018         Log: a few doc typos
5019      Branch: perl
5020            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
5021 ____________________________________________________________________________
5022 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
5023         Log: Win32 changes from Jan
5024              
5025              From: jan.dubois@ibm.net (Jan Dubois)
5026              Date: Fri, 15 Jan 1999 23:38:35 +0100
5027              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
5028              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
5029              
5030              From: jan.dubois@ibm.net (Jan Dubois)
5031              Date: Sat, 16 Jan 1999 13:02:45 +0100
5032              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
5033              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
5034      Branch: maint-5.005/perl
5035            ! README.win32 win32/Makefile win32/makefile.mk
5036 ____________________________________________________________________________
5037 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
5038         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
5039              
5040              From: Gurusamy Sarathy <gsar@engin.umich.edu>
5041              Date: Thu, 07 Jan 1999 00:12:00 -0500
5042              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
5043              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
5044              
5045              From: Gurusamy Sarathy <gsar@engin.umich.edu>
5046              Date: Thu, 14 Jan 1999 19:21:46 -0500
5047              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
5048              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
5049      Branch: maint-5.005/perl
5050            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
5051            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
5052            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
5053            ! win32/makedef.pl win32/runperl.c win32/win32.c
5054 ____________________________________________________________________________
5055 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
5056         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
5057              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
5058              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
5059              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
5060              
5061              From: Jarkko Hietaniemi <jhi@iki.fi>
5062              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
5063              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
5064              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
5065              
5066              From: Jarkko Hietaniemi <jhi@iki.fi>
5067              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
5068              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
5069              Subject: the promised "installusrbinperl + NetBSD" fix
5070      Branch: maint-5.005/perl
5071            ! Configure Makefile.SH hints/netbsd.sh installperl
5072            ! makedepend.SH unixish.h
5073 ____________________________________________________________________________
5074 [  2611] By: jhi                                   on 1999/01/14  12:16:14
5075         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
5076              To: pumpkings@jhereg.perl.com
5077              Subject: perlopentut.pod
5078              Date: Sat, 09 Jan 1999 08:13:18 -0700
5079              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
5080      Branch: cfgperl
5081            + pod/perlopentut.pod
5082            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
5083 ____________________________________________________________________________
5084 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
5085         Log: Added Carp::cluck to perldelta.pod
5086      Branch: maint-5.005/perl
5087            ! pod/perldelta.pod
5088 ____________________________________________________________________________
5089 [  2605] By: jhi                                   on 1999/01/13  18:26:19
5090         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
5091              To: "'cpan@perl.org'" <cpan@perl.org>
5092              Subject: "Bug" fix for File::Find.pm
5093              Date:   Thu, 31 Dec 1998 13:01:50 -0500
5094              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
5095      Branch: cfgperl
5096            ! lib/File/Find.pm
5097 ____________________________________________________________________________
5098 [  2604] By: jhi                                   on 1999/01/13  18:08:45
5099         Log: From: Peter Wolfe <wolfe@teloseng.com>
5100              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
5101              To: perlbug@perl.com
5102              Date: 11 Jan 1999 23:00:05 +0200
5103              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
5104      Branch: cfgperl
5105            ! hints/sco.sh
5106 ____________________________________________________________________________
5107 [  2603] By: jhi                                   on 1999/01/13  18:06:56
5108         Log: From: hans@icgroup.nl (Hans Mulder)
5109              Subject: [Patch for 5.005_54] re::debugcolors dumps core
5110              To: perlbug@perl.com
5111              Cc: hansmu@xs4all.nl
5112              Date: 11 Jan 1999 22:22:45 +0200
5113              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
5114      Branch: cfgperl
5115            ! ext/re/re.pm regcomp.c
5116 ____________________________________________________________________________
5117 [  2602] By: jhi                                   on 1999/01/13  18:05:43
5118         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
5119              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
5120              Date: 11 Jan 1999 08:02:41 +0200
5121              Lines: 134
5122              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
5123      Branch: cfgperl
5124            ! ext/B/B.xs ext/B/B/C.pm
5125 ____________________________________________________________________________
5126 [  2601] By: jhi                                   on 1999/01/13  18:01:53
5127         Log: From: James FitzGibbon <james@ican.net>
5128              Subject: Trivial patch for HP-UX 11 and shared libperl
5129              To: perl5-porters@perl.org
5130              Date: 8 Jan 1999 19:13:23 +0200
5131              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
5132      Branch: cfgperl
5133            ! Makefile.SH
5134 ____________________________________________________________________________
5135 [  2600] By: jhi                                   on 1999/01/13  17:59:45
5136         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
5137              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
5138              To: perl5-porters@perl.org
5139              Date: 8 Jan 1999 12:43:36 +0200
5140              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
5141      Branch: cfgperl
5142            ! ext/B/B/CC.pm
5143 ____________________________________________________________________________
5144 [  2599] By: jhi                                   on 1999/01/13  17:50:11
5145         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
5146              Subject: PATCH to installperl
5147              To: perl5-porters@perl.org
5148              Date: 4 Jan 1999 16:15:18 +0200
5149              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
5150      Branch: cfgperl
5151            ! installperl
5152 ____________________________________________________________________________
5153 [  2598] By: jhi                                   on 1999/01/13  17:34:51
5154         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
5155              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
5156              Cc: perl5-porters@perl.org
5157              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
5158              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
5159              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
5160      Branch: cfgperl
5161            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5162            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
5163 ____________________________________________________________________________
5164 [  2597] By: jhi                                   on 1999/01/13  17:30:33
5165         Log: From: David Dyck <dcd@tc.fluke.com>
5166              To: Perl Porters <perl5-porters@perl.org>,
5167              Gurusamy Sarathy <gsar@engin.umich.edu>
5168              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
5169              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
5170              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
5171      Branch: cfgperl
5172            ! pod/perldsc.pod
5173 ____________________________________________________________________________
5174 [  2596] By: jhi                                   on 1999/01/13  17:26:44
5175         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
5176              To: perl5-porters@perl.org
5177              Subject: [PATCH] modglobal w/ spelling fixes
5178              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
5179              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
5180      Branch: cfgperl
5181            ! pod/perlguts.pod
5182 ____________________________________________________________________________
5183 [  2595] By: jhi                                   on 1999/01/13  17:24:59
5184         Log: From: Hans Mulder <hansm@icgroup.nl>
5185              Optimize common sort routines.  Thread started by the message
5186              
5187              From: Hans Mulder <hansm@icgroup.nl>
5188              Sender: owner-perl5-porters@perl.org
5189              To: perl5-porters@perl.org
5190              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
5191              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
5192              
5193              and the patch from the message
5194              
5195              From: Hans Mulder <hans@icgroup.nl>
5196              To: jhi@iki.fi
5197              Cc: perl5-porters@perl.org
5198              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
5199              $b }
5200              Date: Wed, 13 Jan 1999 17:39:35 +0100
5201              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
5202      Branch: cfgperl
5203            ! Todo op.c op.h pp_ctl.c t/op/sort.t
5204 ____________________________________________________________________________
5205 [  2594] By: jhi                                   on 1999/01/13  16:50:17
5206         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
5207              (the diffs were based on 5.004_02).  Tested by Guido
5208              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
5209      Branch: cfgperl
5210            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
5211            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
5212            + mint/sys/time.h mint/time.h
5213            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
5214            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
5215 ____________________________________________________________________________
5216 [  2593] By: jhi                                   on 1999/01/09  16:54:26
5217         Log: Detypo.
5218      Branch: cfgperl
5219            ! hints/dec_osf.sh
5220 ____________________________________________________________________________
5221 [  2592] By: jhi                                   on 1999/01/09  16:17:13
5222         Log: Move usethreads and use64bits logic from hints to Configure.
5223      Branch: cfgperl
5224            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
5225            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
5226            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
5227            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
5228 ____________________________________________________________________________
5229 [  2591] By: jhi                                   on 1999/01/09  14:45:24
5230         Log: Missing dTHRs added.
5231      Branch: cfgperl
5232            ! regcomp.c toke.c
5233 ____________________________________________________________________________
5234 [  2590] By: jhi                                   on 1999/01/08  15:27:17
5235         Log: Finalize change #2589 and add better AIX nm scanning from:
5236              
5237              Message-Id: <m0zyNW0-00017VC@gentoo.com>
5238              From: bll@gentoo.com (Brad Lanam)
5239              Subject: Re: mailhelp returned a non-zero status
5240              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
5241              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
5242      Branch: cfgperl
5243            ! Configure hints/freebsd.sh hints/linux.sh
5244 ____________________________________________________________________________
5245 [  2589] By: jhi                                   on 1999/01/08  15:14:54
5246         Log: Undo change #2581.
5247      Branch: cfgperl
5248            ! Configure hints/freebsd.sh hints/linux.sh
5249 ____________________________________________________________________________
5250 [  2588] By: jhi                                   on 1999/01/08  11:51:52
5251         Log: FAQ jumbo patch from tchrist.
5252              
5253              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
5254              From: Tom Christiansen <tchrist@jhereg.perl.com>
5255              To: pumpkings@jhereg.perl.com
5256              Subject: newest version of perlfaq.pod
5257              Date: Thu, 7 Jan 1999 23:05:02 -0700
5258              
5259              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
5260              From: Tom Christiansen <tchrist@jhereg.perl.com>
5261              To: pumpkings@jhereg.perl.com
5262              Subject: newest version of perlfaq1.pod
5263              Date: Thu, 7 Jan 1999 23:05:02 -0700
5264              
5265              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
5266              From: Tom Christiansen <tchrist@jhereg.perl.com>
5267              To: pumpkings@jhereg.perl.com
5268              Subject: newest version of perlfaq2.pod
5269              Date: Thu, 7 Jan 1999 23:05:02 -0700
5270              
5271              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
5272              From: Tom Christiansen <tchrist@jhereg.perl.com>
5273              To: pumpkings@jhereg.perl.com
5274              Subject: newest version of perlfaq3.pod
5275              Date: Thu, 7 Jan 1999 23:05:02 -0700
5276              
5277              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
5278              From: Tom Christiansen <tchrist@jhereg.perl.com>
5279              To: pumpkings@jhereg.perl.com
5280              Subject: newest version of perlfaq4.pod
5281              Date: Thu, 7 Jan 1999 23:05:02 -0700
5282              
5283              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
5284              From: Tom Christiansen <tchrist@jhereg.perl.com>
5285              To: pumpkings@jhereg.perl.com
5286              Subject: newest version of perlfaq5.pod
5287              Date: Thu, 7 Jan 1999 23:05:02 -0700
5288              
5289              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
5290              From: Tom Christiansen <tchrist@jhereg.perl.com>
5291              To: pumpkings@jhereg.perl.com
5292              Subject: newest version of perlfaq6.pod
5293              Date: Thu, 7 Jan 1999 23:05:02 -0700
5294              
5295              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
5296              From: Tom Christiansen <tchrist@jhereg.perl.com>
5297              To: pumpkings@jhereg.perl.com
5298              Subject: newest version of perlfaq7.pod
5299              Date: Thu, 7 Jan 1999 23:05:03 -0700
5300              
5301              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
5302              From: Tom Christiansen <tchrist@jhereg.perl.com>
5303              To: pumpkings@jhereg.perl.com
5304              Subject: newest version of perlfaq8.pod
5305              Date: Thu, 7 Jan 1999 23:05:03 -0700
5306              
5307              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
5308              From: Tom Christiansen <tchrist@jhereg.perl.com>
5309              To: pumpkings@jhereg.perl.com
5310              Subject: newest version of perlfaq9.pod
5311              Date: Thu, 7 Jan 1999 23:05:03 -0700
5312      Branch: cfgperl
5313            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
5314            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
5315            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
5316            ! pod/perlfaq9.pod
5317 ____________________________________________________________________________
5318 [  2587] By: jhi                                   on 1999/01/08  11:17:43
5319         Log: More doc fixes from Abigail.
5320      Branch: cfgperl
5321            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
5322            ! lib/User/pwent.pm
5323 ____________________________________________________________________________
5324 [  2585] By: jhi                                   on 1999/01/08  08:31:02
5325         Log: Change #2584 from maint-5.005:
5326              
5327              implemented Ilya's suggested fix, and added a testcase
5328              
5329              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5330              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
5331              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
5332              Subject: Re: Text::ParseWords: regex fix
5333      Branch: cfgperl
5334            ! lib/Text/ParseWords.pm t/lib/parsewords.t
5335 ____________________________________________________________________________
5336 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
5337         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
5338              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
5339              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
5340              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
5341      Branch: maint-5.005/perl
5342            ! ext/Errno/Errno_pm.PL
5343 ____________________________________________________________________________
5344 [  2581] By: jhi                                   on 1999/01/07  16:38:03
5345         Log: Configure update:
5346              - usethreads, use64bits, and usemultiplicity
5347              are no more interactively asked by Configure
5348              - "int main()" (vs bare "main()") enforced in test programs
5349      Branch: cfgperl
5350            ! Configure hints/freebsd.sh hints/linux.sh
5351 ____________________________________________________________________________
5352 [  2580] By: jhi                                   on 1999/01/07  11:19:12
5353         Log: From: Dan Sugalski <sugalskd@osshe.edu>
5354              Date: Wed, 06 Jan 1999 13:47:34 -0800
5355              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
5356              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
5357      Branch: cfgperl
5358            ! vms/vms.c
5359 ____________________________________________________________________________
5360 [  2579] By: jhi                                   on 1999/01/07  09:08:36
5361         Log: Another set of doc patches from Abigail
5362              
5363              From: abigail@fnx.com
5364              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
5365              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
5366              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
5367              
5368              From: abigail@fnx.com
5369              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
5370              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
5371              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
5372              
5373              From: abigail@fnx.com
5374              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
5375              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
5376              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
5377              
5378              From: abigail@fnx.com
5379              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
5380              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
5381              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
5382              
5383              From: abigail@fnx.com
5384              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
5385              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
5386              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
5387              
5388              From: abigail@fnx.com
5389              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
5390              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
5391              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
5392              
5393              From: abigail@fnx.com
5394              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
5395              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
5396              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
5397              
5398              From: abigail@fnx.com
5399              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
5400              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
5401              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
5402              
5403              From: abigail@fnx.com
5404              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
5405              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
5406              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
5407              
5408              From: abigail@fnx.com
5409              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
5410              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
5411              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
5412              
5413              From: abigail@fnx.com
5414              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
5415              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
5416              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
5417              
5418              From: abigail@fnx.com
5419              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
5420              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
5421              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
5422              
5423              From: abigail@fnx.com
5424              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
5425              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
5426              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
5427              
5428              From: abigail@fnx.com
5429              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
5430              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
5431              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
5432      Branch: cfgperl
5433            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
5434            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
5435            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
5436            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
5437            ! lib/Tie/Array.pm lib/Tie/Hash.pm
5438 ____________________________________________________________________________
5439 [  2576] By: jhi                                   on 1999/01/06  17:05:20
5440         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
5441      Branch: cfgperl
5442            ! pp_ctl.c
5443 ____________________________________________________________________________
5444 [  2575] By: jhi                                   on 1999/01/06  13:18:56
5445         Log: Enhance the great_circle_distance() documentation.
5446      Branch: cfgperl
5447            ! lib/Math/Trig.pm
5448 ____________________________________________________________________________
5449 [  2574] By: jhi                                   on 1999/01/06  12:58:03
5450         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
5451              To: perlbug@perl.com
5452              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
5453              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
5454              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
5455      Branch: cfgperl
5456            ! t/op/sysio.t
5457 ____________________________________________________________________________
5458 [  2573] By: jhi                                   on 1999/01/06  12:40:19
5459         Log: From: "W. Phillip Moore" <wpm@ms.com>
5460              To: perlbug@perl.org
5461              Subject: [PATCH] POSIX getpgrp is not -w clean
5462              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
5463              Message-ID: <13970.20107.190314.549471@zappa>
5464      Branch: cfgperl
5465            ! ext/POSIX/POSIX.pm
5466 ____________________________________________________________________________
5467 [  2572] By: jhi                                   on 1999/01/06  12:25:24
5468         Log: Based on
5469              From: jan.dubois@ibm.net (Jan Dubois)
5470              To: perl5-porters@perl.org
5471              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
5472              Date: Wed, 06 Jan 1999 01:24:09 +0100
5473              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
5474              except that
5475              - objXSUB.h was already okay
5476              - embed.h patching is futile, global.sym patched instead
5477              - objpp.h does not exist
5478              - proto.h addition applied manually
5479              - win32/GenCAPI.pl was already okay
5480              - win32/makedef.pl was already okay
5481      Branch: cfgperl
5482            ! global.sym perl.c proto.h
5483 ____________________________________________________________________________
5484 [  2571] By: jhi                                   on 1999/01/06  11:25:48
5485         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
5486              To: perlbug@perl.com
5487              Subject: FindBin.pm on Win32 systems
5488              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
5489              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
5490      Branch: cfgperl
5491            ! lib/FindBin.pm
5492 ____________________________________________________________________________
5493 [  2570] By: jhi                                   on 1999/01/06  11:21:48
5494         Log: From: Dan Sugalski <sugalskd@osshe.edu>
5495              To: perl5-porters@perl.org, vmsperl@perl.org
5496              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
5497              Date: Tue, 05 Jan 1999 16:47:31 -0800
5498              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
5499              
5500              (the ext/IO/lib/IO/Socket.pm was not really changed here;
5501              it was a leftover from #2569)
5502      Branch: cfgperl
5503            ! ext/IO/lib/IO/Socket.pm taint.c
5504 ____________________________________________________________________________
5505 [  2569] By: jhi                                   on 1999/01/06  11:18:22
5506         Log: Jumbo doc patch from Abigail (almost identical to
5507              the 5.005-maint change #2562 except for the
5508              ext/IO/lib/IO/Socket.pm patch which was not
5509              applicable because the IO version of 5.005-devel
5510              is somewhat different (why?))
5511              
5512              From: abigail@fnx.com
5513              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
5514              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
5515              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
5516              
5517              From: abigail@fnx.com
5518              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
5519              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
5520              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
5521              
5522              From: abigail@fnx.com
5523              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
5524              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
5525              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
5526              
5527              From: abigail@fnx.com
5528              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
5529              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
5530              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
5531              
5532              From: abigail@fnx.com
5533              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
5534              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
5535              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
5536              
5537              From: abigail@fnx.com
5538              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
5539              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
5540              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
5541              
5542              From: abigail@fnx.com
5543              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
5544              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
5545              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
5546              
5547              From: abigail@fnx.com
5548              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
5549              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
5550              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
5551              
5552              From: abigail@fnx.com
5553              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
5554              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
5555              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
5556              
5557              From: abigail@fnx.com
5558              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
5559              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
5560              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
5561      Branch: cfgperl
5562            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
5563            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
5564            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
5565            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
5566            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
5567 ____________________________________________________________________________
5568 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
5569         Log: From: jan.dubois@ibm.net (Jan Dubois)
5570              Date: Wed, 06 Jan 1999 01:24:09 +0100
5571              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
5572              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
5573      Branch: maint-5.005/perl
5574            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
5575            ! win32/GenCAPI.pl win32/makedef.pl
5576 ____________________________________________________________________________
5577 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
5578         Log: From: "W. Phillip Moore" <wpm@ms.com>
5579              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
5580              Message-ID: <13970.20107.190314.549471@zappa>
5581              Subject: [PATCH] POSIX getpgrp is not -w clean
5582      Branch: maint-5.005/perl
5583            ! ext/POSIX/POSIX.pm
5584 ____________________________________________________________________________
5585 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
5586         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
5587              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
5588              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
5589              Subject: FindBin.pm on Win32 systems
5590      Branch: maint-5.005/perl
5591            ! lib/FindBin.pm
5592 ____________________________________________________________________________
5593 [  2561] By: jhi                                   on 1999/01/05  10:49:10
5594         Log: Reword the setlocale() 1-arg case better.
5595      Branch: cfgperl
5596            ! ext/POSIX/POSIX.pod
5597 ____________________________________________________________________________
5598 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
5599         Log: From: Blair Zajac <bzajac@geostaff.com>
5600              Date: Wed, 23 Dec 1998 17:13:32 -0800
5601              Message-ID: <3681953C.8B6A90AA@geostaff.com>
5602              Subject: Tie::SubstrHash patch
5603      Branch: maint-5.005/perl
5604            ! lib/Tie/SubstrHash.pm
5605 ____________________________________________________________________________
5606 [  2554] By: jhi                                   on 1999/01/02  14:55:06
5607         Log: Object destruction order testing.
5608      Branch: cfgperl
5609            ! t/op/misc.t
5610 ____________________________________________________________________________
5611 [  2553] By: jhi                                   on 1999/01/02  14:49:40
5612         Log: perldelta the Dumpvalue.pm of change #2513.
5613      Branch: cfgperl
5614            ! lib/Dumpvalue.pm pod/perldelta.pod
5615 ____________________________________________________________________________
5616 [  2552] By: nick                                  on 1999/01/02  14:45:38
5617         Log: Tone down Makefile.PL so it works on Win32
5618      Branch: perl
5619            ! ext/B/Makefile.PL
5620 ____________________________________________________________________________
5621 [  2551] By: nick                                  on 1999/01/02  14:06:30
5622         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
5623              Use them in various B::* rather than have local defs.
5624      Branch: perl
5625            + ext/B/defsubs.h.PL
5626            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
5627            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
5628            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
5629 ____________________________________________________________________________
5630 [  2550] By: nick                                  on 1999/01/02  10:04:02
5631         Log: Integrate ext/B changes from //depot/cfgperl
5632      Branch: perl
5633           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
5634 ____________________________________________________________________________
5635 [  2549] By: jhi                                   on 1999/01/01  13:54:16
5636         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
5637              To: perlbug@perl.com
5638              Subject: op/groups.t fails test 1 on HP-UX 10.20
5639              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
5640              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
5641      Branch: cfgperl
5642            ! t/op/groups.t
5643 ____________________________________________________________________________
5644 [  2548] By: jhi                                   on 1999/01/01  13:53:31
5645         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5646              To: perl5-porters@perl.org
5647              cc: hv@crypt0.demon.co.uk
5648              Subject: [bug 5.004_54] duplicate error message
5649              Date: Thu, 31 Dec 1998 04:05:25 +0000
5650              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
5651              
5652              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
5653              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
5654              To: hv@crypt0.demon.co.uk
5655              Cc: perl5-porters@perl.org
5656              Subject: [PATCH _54] Re: duplicate error message
5657              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
5658              
5659              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
5660              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5661              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
5662              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
5663              Subject: [TEST PATCH _54] Re: duplicate error message 
5664              Date: Fri, 01 Jan 1999 07:32:14 +0000
5665      Branch: cfgperl
5666            ! op.c t/pragma/warn/op
5667 ____________________________________________________________________________
5668 [  2547] By: jhi                                   on 1998/12/31  14:15:04
5669         Log: From: Chris Nandor <pudge@pobox.com>
5670              To: jhi@iki.fi
5671              Cc: perl5-porters@perl.org
5672              Subject: Re: [PATCH] perlport.pod 1.38
5673              Date: Thu, 31 Dec 1998 09:06:48 -0500
5674              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
5675      Branch: cfgperl
5676            ! pod/perlport.pod
5677 ____________________________________________________________________________
5678 [  2546] By: jhi                                   on 1998/12/31  11:18:17
5679         Log: From: Wilson P. Snyder II
5680              To: perl5-porters@perl.org
5681              Subject: [PATCH v5.5.53] REV2: Binary number support
5682              Date: 1998/11/30
5683              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
5684      Branch: cfgperl
5685            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
5686            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
5687            ! toke.c util.c
5688 ____________________________________________________________________________
5689 [  2545] By: jhi                                   on 1998/12/31  09:27:40
5690         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
5691              To: perlbug@perl.com
5692              Subject: "perl -T -P" dumps core on OpenBSD and Linux
5693              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
5694              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
5695      Branch: cfgperl
5696            ! taint.c
5697 ____________________________________________________________________________
5698 [  2544] By: jhi                                   on 1998/12/31  09:21:45
5699         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
5700              To: perlbug@perl.com 
5701              Subject: bug in pod2man search for perl binary [5.005_5x]
5702              Date: Sat, 12 Dec 1998 23:08:51 +0000 
5703              Message-ID: <19981212230851.A20578@ig.co.uk> 
5704      Branch: cfgperl
5705            ! pod/pod2man.PL
5706 ____________________________________________________________________________
5707 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
5708         Log: From: jan.dubois@ibm.net (Jan Dubois)
5709              Date: Wed, 23 Dec 1998 21:26:38 +0100
5710              Message-ID: <36895086.8849224@smtp1.ibm.net>
5711              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
5712      Branch: maint-5.005/perl
5713            ! lib/ExtUtils/MakeMaker.pm
5714 ____________________________________________________________________________
5715 [  2540] By: jhi                                   on 1998/12/30  08:42:04
5716         Log: Evermore AUTHORS and MAINTAIN.
5717      Branch: cfgperl
5718            ! AUTHORS MAINTAIN
5719 ____________________________________________________________________________
5720 [  2539] By: jhi                                   on 1998/12/29  15:10:34
5721         Log: More AUTHORS and MAINTAIN.
5722      Branch: cfgperl
5723            ! AUTHORS MAINTAIN
5724 ____________________________________________________________________________
5725 [  2537] By: jhi                                   on 1998/12/29  14:34:47
5726         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
5727              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
5728              Message-ID: <13942.32480.700000.640927@utensil>
5729              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
5730              (mirror change#2531 in the 5.005-maint)
5731      Branch: cfgperl
5732            ! lib/AutoSplit.pm
5733 ____________________________________________________________________________
5734 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
5735         Log: change in_pod pattern to /^=\w/ from /^=/
5736              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
5737              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
5738              Message-ID: <13942.32480.700000.640927@utensil>
5739              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
5740      Branch: maint-5.005/perl
5741            ! lib/AutoSplit.pm
5742 ____________________________________________________________________________
5743 [  2525] By: jhi                                   on 1998/12/29  13:06:26
5744         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
5745              To: perl5-porters@perl.org
5746              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
5747              Date: 16 Dec 1998 03:17:03 +0200
5748              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
5749      Branch: cfgperl
5750            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
5751 ____________________________________________________________________________
5752 [  2524] By: jhi                                   on 1998/12/29  13:00:06
5753         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
5754              To: perl5-porters@perl.org
5755              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
5756              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
5757              Date: 10 Dec 1998 08:30:02 +0200
5758              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
5759              
5760              (Nick's part was applied earlier, in change #2460)
5761      Branch: cfgperl
5762            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
5763 ____________________________________________________________________________
5764 [  2523] By: jhi                                   on 1998/12/29  12:41:31
5765         Log: From: "vishal bhatia" <vishalb@hotmail.com>
5766              To: nick@ni-s.u-net.com
5767              Cc: perl5-porters@perl.org
5768              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
5769              Date: 9 Dec 1998 06:50:30 +0200
5770              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
5771      Branch: cfgperl
5772            ! ext/B/B/CC.pm
5773 ____________________________________________________________________________
5774 [  2522] By: jhi                                   on 1998/12/29  12:15:18
5775         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
5776              To: perl5-porters@perl.org (Perl 5 Porters)
5777              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
5778              Date: 25 Dec 1998 23:02:28 +0200
5779              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
5780      Branch: cfgperl
5781            ! lib/Pod/Text.pm
5782 ____________________________________________________________________________
5783 [  2521] By: jhi                                   on 1998/12/29  12:07:54
5784         Log: Undo #2519 (breaks universal.c).
5785      Branch: cfgperl
5786            ! XSUB.h
5787 ____________________________________________________________________________
5788 [  2519] By: jhi                                   on 1998/12/29  11:41:10
5789         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
5790              To: perl5-porters@perl.org
5791              Cc: perl-xs@perl.org
5792              Subject: XSUB.h refinement [PATCH]
5793              Date: 18 Dec 1998 03:58:44 +0200
5794              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
5795      Branch: cfgperl
5796            ! XSUB.h
5797 ____________________________________________________________________________
5798 [  2518] By: jhi                                   on 1998/12/29  11:36:19
5799         Log: From: abigail@fnx.com
5800              To: perl5-porters@perl.org (Perl Porters)
5801              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
5802              Date: 28 Dec 1998 21:39:15 +0200
5803              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
5804      Branch: cfgperl
5805            ! lib/fields.pm
5806 ____________________________________________________________________________
5807 [  2517] By: jhi                                   on 1998/12/29  11:35:03
5808         Log: Document change #2516.
5809      Branch: cfgperl
5810            ! pod/perldelta.pod
5811 ____________________________________________________________________________
5812 [  2516] By: jhi                                   on 1998/12/29  11:32:26
5813         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5814              To: perl5-porters@perl.org (Mailing list Perl5)
5815              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
5816              Date: 9 Dec 1998 10:39:31 +0200
5817              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
5818      Branch: cfgperl
5819            ! pod/perldiag.pod regcomp.c toke.c
5820 ____________________________________________________________________________
5821 [  2515] By: jhi                                   on 1998/12/29  11:27:11
5822         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5823              To: perl5-porters@perl.org (Mailing list Perl5)
5824              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
5825              Date: 8 Dec 1998 09:02:04 +0200
5826              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
5827              
5828              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
5829      Branch: cfgperl
5830            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
5831 ____________________________________________________________________________
5832 [  2514] By: jhi                                   on 1998/12/29  11:21:31
5833         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5834              To: perl5-porters@perl.org (Mailing list Perl5)
5835              Subject: [PATCH 5.005_53] Regexp tests and UTF8
5836              Date: 8 Dec 1998 07:02:01 +0200
5837              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
5838      Branch: cfgperl
5839            ! regcomp.c
5840 ____________________________________________________________________________
5841 [  2513] By: jhi                                   on 1998/12/29  11:18:34
5842         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5843              Subject: [PATCH 5.005_*] Dumpvar.pm
5844              To: perl5-porters@perl.org (Mailing list Perl5)
5845              Date: 7 Dec 1998 10:17:35 +0200
5846              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
5847      Branch: cfgperl
5848            + lib/Dumpvalue.pm
5849            ! MANIFEST
5850 ____________________________________________________________________________
5851 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
5852         Log: From: jan.dubois@ibm.net (Jan Dubois)
5853              Date: Tue, 01 Dec 1998 00:07:33 +0100
5854              Message-ID: <366921b5.14512598@smtp1.ibm.net>
5855              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
5856              
5857              From: jan.dubois@ibm.net (Jan Dubois)
5858              Date: Wed, 02 Dec 1998 00:24:54 +0100
5859              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
5860              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
5861      Branch: maint-5.005/perl
5862            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
5863            ! win32/config.bc win32/config.gc win32/config.vc
5864            ! win32/config_sh.PL win32/makedef.pl
5865 ____________________________________________________________________________
5866 [  2509] By: jhi                                   on 1998/12/28  13:00:31
5867     Log: Kickstart AUTHORS and MAINTAIN.
5868  Branch: cfgperl
5869        + AUTHORS MAINTAIN
5870        ! MANIFEST
5871 ____________________________________________________________________________
5872 [  2508] By: jhi                                   on 1998/12/28  08:04:00
5873     Log: From: Nathan Torkington <gnat@frii.com>
5874          To: perlbug@perl.com
5875          Subject: [PATCH] perlxstut.pod fix
5876          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
5877          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
5878  Branch: cfgperl
5879        ! pod/perlxstut.pod
5880 ____________________________________________________________________________
5881 [  2507] By: jhi                                   on 1998/12/28  07:59:00
5882     Log: From: abigail@fnx.com
5883          To: perlbug@perl.com
5884          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
5885          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
5886          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
5887          (slightly modified, a part of the patch was rejected)
5888          (strange, I thought I had already submitted this one
5889          but Perforce disagrees with me...)
5890  Branch: cfgperl
5891        ! pod/perlop.pod
5892 ____________________________________________________________________________
5893 [  2506] By: jhi                                   on 1998/12/28  07:56:59
5894     Log: From: Artur <artur@vogon-solutions.com>
5895          To: perlbug@perl.com
5896          Subject: PATCH: perlmodlib.pod
5897          Date: Fri, 25 Dec 1998 00:48:39 +0000
5898          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
5899  Branch: cfgperl
5900        ! pod/perlmodlib.pod pod/perlop.pod
5901 ____________________________________________________________________________
5902 [  2505] By: jhi                                   on 1998/12/28  07:46:06
5903     Log: From: abigail@fnx.com
5904          To: perl5-porters@perl.org (Perl Porters)
5905          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
5906          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
5907          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
5908  Branch: cfgperl
5909        ! pod/pod2html.PL
5910 ____________________________________________________________________________
5911 [  2504] By: jhi                                   on 1998/12/28  07:44:35
5912     Log: From: Jim Avera <avera@fjst.com>
5913          To: perlbug@perl.com
5914          Subject: perlbug bug - shows dates reversed
5915          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
5916          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
5917  Branch: cfgperl
5918        ! utils/perlbug.PL
5919 ____________________________________________________________________________
5920 [  2503] By: jhi                                   on 1998/12/28  07:41:39
5921     Log: From: jan.dubois@ibm.net (Jan Dubois)
5922          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
5923          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
5924          Date: Wed, 23 Dec 1998 21:26:38 +0100
5925          Message-ID: <36895086.8849224@smtp1.ibm.net>
5926  Branch: cfgperl
5927        ! lib/ExtUtils/MakeMaker.pm
5928 ____________________________________________________________________________
5929 [  2502] By: jhi                                   on 1998/12/28  07:39:20
5930     Log: From: Blair Zajac <bzajac@geostaff.com>
5931          To: perl5-porters@perl.org
5932          Subject: Tie::SubstrHash patch
5933          Date: Wed, 23 Dec 1998 17:13:32 -0800
5934          Message-ID: <3681953C.8B6A90AA@geostaff.com>
5935  Branch: cfgperl
5936        ! lib/Tie/SubstrHash.pm
5937 ____________________________________________________________________________
5938 [  2501] By: jhi                                   on 1998/12/28  07:37:16
5939     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
5940          To: perlbug@perl.com
5941          Subject: perlfaq9 minor error
5942          Date: Wed, 23 Dec 1998 14:54:19 -0800
5943          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
5944  Branch: cfgperl
5945        ! pod/perlfaq9.pod
5946 ____________________________________________________________________________
5947 [  2500] By: jhi                                   on 1998/12/23  10:38:18
5948     Log: More porting notes about filesystems, AmigaOS, and MiNT.
5949  Branch: cfgperl
5950        ! pod/perlport.pod
5951 ____________________________________________________________________________
5952 [  2499] By: jhi                                   on 1998/12/22  09:26:49
5953     Log: Add few MSG_ and uio constants.
5954  Branch: cfgperl
5955        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
5956 ____________________________________________________________________________
5957 [  2498] By: jhi                                   on 1998/12/22  08:39:30
5958     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
5959          a Digital C compiler optimizer bug that broke the 'x'
5960          operator under certain circumstances.  See t/op/repeat.t
5961          test #20 for graphic details.  Reported in
5962          
5963          From: Gisle Aas <gisle@aas.no>
5964          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
5965          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
5966          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
5967          Date: 18 Dec 1998 14:27:40 +0100
5968          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
5969          
5970          and discussed further in the thread
5971          
5972          From: Jarkko Hietaniemi <jhi@iki.fi>
5973          To: Gisle Aas <gisle@aas.no>
5974          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
5975          cpan-testers@perl.org, perl5-porters@perl.org
5976          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
5977          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
5978          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
5979  Branch: cfgperl
5980        ! t/op/repeat.t util.c
5981 ____________________________________________________________________________
5982 [  2497] By: jhi                                   on 1998/12/21  14:18:57
5983     Log: Change #2483 update.
5984  Branch: cfgperl
5985        ! t/op/tr.t
5986 ____________________________________________________________________________
5987 [  2496] By: jhi                                   on 1998/12/21  14:07:41
5988     Log: Update on change #2493.
5989  Branch: cfgperl
5990        ! t/pragma/warn/op
5991 ____________________________________________________________________________
5992 [  2495] By: jhi                                   on 1998/12/21  13:52:00
5993     Log: Change #2487 aftershock.
5994  Branch: cfgperl
5995        ! warning.pl
5996 ____________________________________________________________________________
5997 [  2494] By: jhi                                   on 1998/12/21  12:35:00
5998     Log: From: Chris Nandor <pudge@pobox.com>
5999          To: perl5-porters@perl.org
6000          Subject: [PATCH] perlport.pod v1.37
6001          Date: Sat, 19 Dec 1998 12:54:34 -0500
6002          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
6003  Branch: cfgperl
6004        ! pod/perlport.pod
6005 ____________________________________________________________________________
6006 [  2493] By: jhi                                   on 1998/12/21  12:22:44
6007     Log: From: Mark-Jason Dominus <mjd@plover.com>
6008          To: perl5-porters@perl.com
6009          Subject: PATCH (5.005_02): Dejargonizing
6010          Date: Sun, 20 Dec 1998 14:35:20 -0500
6011          Message-ID: <19981220193520.11230.qmail@plover.com>
6012          
6013          From: Mark-Jason Dominus <mjd@plover.com>
6014          To: perl5-porters@perl.com
6015          Subject: PATCH (5.005_02): Spelling correction in warning message
6016          Date: Sun, 20 Dec 1998 13:51:30 -0500
6017          Message-ID: <19981220185130.11067.qmail@plover.com>
6018  Branch: cfgperl
6019        ! doio.c op.c
6020 ____________________________________________________________________________
6021 [  2492] By: jhi                                   on 1998/12/21  09:00:05
6022     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
6023          To: perl5-porters@perl.org
6024          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
6025          Date: Sun, 20 Dec 1998 19:03:25 PST
6026          Message-ID: <19981221030326.27660.qmail@hotmail.com>
6027          
6028          (slightly reformatted)
6029  Branch: cfgperl
6030        ! ext/B/B/CC.pm
6031 ____________________________________________________________________________
6032 [  2491] By: nick                                  on 1998/12/20  14:21:29
6033     Log: Save _all_ GV's which have SV, AV or HV set.
6034  Branch: perl
6035        ! ext/B/B/C.pm
6036 ____________________________________________________________________________
6037 [  2490] By: jhi                                   on 1998/12/18  15:13:19
6038     Log: Add idea about generalising cpp symbol probing of Errno.
6039  Branch: cfgperl
6040        ! Todo
6041 ____________________________________________________________________________
6042 [  2489] By: jhi                                   on 1998/12/18  14:47:57
6043     Log: Address some of the issues of:
6044          
6045          From: Tom Christiansen <tchrist@jhereg.perl.com>
6046          To: perl-porters-active@jhereg.perl.com
6047          Subject: Undocumentation Issues for 5.005
6048          Date: Thu, 17 Dec 1998 14:46:24 -0700
6049          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
6050  Branch: cfgperl
6051        ! pod/perl5005delta.pod
6052 ____________________________________________________________________________
6053 [  2488] By: jhi                                   on 1998/12/18  11:26:32
6054     Log: From: root <root@dubravka.in-berlin.de>
6055          To: perlbug@perl.com
6056          Cc: k@dubravka.in-berlin.de
6057          Subject: Please add no_modify to PERL_POLLUTE
6058          Date: Fri, 18 Dec 1998 10:45:52 +0100
6059          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
6060          
6061          (Really from Andreas König)
6062  Branch: cfgperl
6063        ! embed.pl
6064 ____________________________________________________________________________
6065 [  2487] By: jhi                                   on 1998/12/17  14:05:52
6066     Log: Some (by far not all) issues of the below message addressed.
6067          
6068          From: Tom Christiansen <tchrist@jhereg.perl.com>
6069          To: The Perl Porters Mailing List <perl5-porters@perl.org>
6070          Subject: important UNDOC issues for 5.005_54
6071          Date: Wed, 16 Dec 1998 21:14:53 -0700
6072          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
6073  Branch: cfgperl
6074        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
6075 ____________________________________________________________________________
6076 [  2486] By: jhi                                   on 1998/12/17  12:47:15
6077     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6078          To: domo@computer.org
6079          Cc: jhi@iki.fi, perl5-porters@perl.org
6080          Subject: Re: stuff related to malloc.c
6081          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
6082          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
6083  Branch: cfgperl
6084        ! malloc.c
6085 ____________________________________________________________________________
6086 [  2485] By: jhi                                   on 1998/12/17  12:17:19
6087     Log: More porting notes.
6088  Branch: cfgperl
6089        ! Porting/pumpkin.pod
6090 ____________________________________________________________________________
6091 [  2484] By: jhi                                   on 1998/12/15  08:38:05
6092     Log: Undo #2386 and #2205.
6093  Branch: cfgperl
6094        ! pod/perlfunc.pod
6095 ____________________________________________________________________________
6096 [  2483] By: jhi                                   on 1998/12/14  17:58:35
6097     Log: lib was missing from @INC.
6098  Branch: cfgperl
6099        ! t/op/tr.t
6100 ____________________________________________________________________________
6101 [  2482] By: jhi                                   on 1998/12/14  17:52:42
6102     Log: Was missing use Text::Wrap.
6103  Branch: cfgperl
6104        ! t/lib/textfill.t
6105 ____________________________________________________________________________
6106 [  2481] By: jhi                                   on 1998/12/14  16:00:22
6107     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
6108          
6109          From: Jonathan Roy <roy@idle.com>
6110          To: perl5-porters@perl.org
6111          Subject: nlist.h add to Configure checks?
6112          Date: Sun, 13 Dec 1998 22:22:49 -0500
6113          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
6114  Branch: cfgperl
6115        + ext/DynaLoader/hints/linux.pl
6116        ! MANIFEST
6117 ____________________________________________________________________________
6118 [  2480] By: jhi                                   on 1998/12/14  15:02:44
6119     Log: Give up completely using nm in AIX.
6120          
6121          From: "Kurt D. Starsinic" <kstar@chapin.edu>
6122          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
6123          Cc: perl5-porters@perl.org
6124          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
6125          Date: Thu, 10 Dec 1998 00:51:46 -0500
6126          Message-ID: <19981210005146.B29986@O2.chapin.edu>
6127  Branch: cfgperl
6128        ! hints/aix.sh
6129 ____________________________________________________________________________
6130 [  2479] By: jhi                                   on 1998/12/14  14:39:52
6131     Log: AIX' error messages are different.
6132          
6133          From: "Kurt D. Starsinic" <kstar@chapin.edu>
6134          To: Gurusamy Sarathy <gsar@engin.umich.edu>
6135          Cc: perl5-porters@perl.org
6136          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
6137          Date: Thu, 10 Dec 1998 00:42:36 -0500
6138          Message-ID: <19981210004236.A29986@O2.chapin.edu>
6139          
6140          From: Michael Engel <engel@nms1.cc.huji.ac.il>
6141          To: perlbug@perl.com
6142          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
6143          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
6144          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
6145  Branch: cfgperl
6146        ! t/pragma/warn/doio
6147 ____________________________________________________________________________
6148 [  2475] By: jhi                                   on 1998/12/13  12:35:55
6149     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6150          To: jhi@iki.fi
6151          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
6152          Subject: Re: stuff related to malloc.c
6153          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
6154          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
6155  Branch: cfgperl
6156        ! malloc.c
6157 ____________________________________________________________________________
6158 [  2474] By: jhi                                   on 1998/12/13  12:32:42
6159     Log: Some notes about porting issues.
6160  Branch: cfgperl
6161        ! Porting/pumpkin.pod
6162 ____________________________________________________________________________
6163 [  2473] By: jhi                                   on 1998/12/13  12:03:58
6164     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
6165          To: Perl 5 Porters <perl5-porters@perl.org>
6166          Subject: [patch 5.005_02] dos-djgpp update
6167          Date: Sun, 13 Dec 1998 00:08:44 +0100
6168          Message-ID: <19981213000844.C264@beeblebrox>
6169  Branch: cfgperl
6170        ! djgpp/config.over
6171 ____________________________________________________________________________
6172 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
6173     Log: undo changes to Exporter.pm from #2312
6174  Branch: maint-5.005/perl
6175        ! lib/Exporter.pm
6176 ____________________________________________________________________________
6177 [  2465] By: jhi                                   on 1998/12/12  12:31:21
6178     Log: Document that qw() taints.
6179          
6180          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
6181          To: perlbug@perl.com 
6182          Subject: taint problems
6183          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
6184          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
6185  Branch: cfgperl
6186        ! pod/perlop.pod
6187 ____________________________________________________________________________
6188 [  2464] By: jhi                                   on 1998/12/11  14:09:51
6189     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
6190          To: dist-users@foretune.co.jp
6191          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
6192          Date: Mon, 07 Dec 1998 20:13:04 -0400
6193          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
6194  Branch: cfgperl
6195        ! Configure
6196 ____________________________________________________________________________
6197 [  2463] By: jhi                                   on 1998/12/11  13:29:54
6198     Log: MAXPATHLEN.
6199  Branch: cfgperl
6200        ! perl.h
6201 ____________________________________________________________________________
6202 [  2462] By: jhi                                   on 1998/12/11  08:37:58
6203     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
6204          To: perl5-porters@perl.org
6205          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
6206          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
6207          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
6208  Branch: cfgperl
6209        + hints/gnu.sh
6210 ____________________________________________________________________________
6211 [  2461] By: nick                                  on 1998/12/10  21:00:50
6212     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
6213          From: Vishal Bhatia <vishalb@hotmail.com>
6214          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
6215          2. Fixes the bug  regarding return value of c-functions generated out 
6216          of perl subs. ( Just includes the patch I sent earlier)
6217          3. Incorporates the other changes that need to be done to get CC.pm
6218          use ISA search for packages and methods on the same lines as C.pm
6219          
6220          Vishal would appreciate comments about B::Stackobj changes from 
6221          someone knowing that module well.
6222  Branch: perl
6223        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
6224 ____________________________________________________________________________
6225 [  2460] By: jhi                                   on 1998/12/08  08:11:27
6226     Log: Integrate from mainperl.
6227  Branch: cfgperl
6228       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
6229       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
6230       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
6231       !> toke.c util.c
6232 ____________________________________________________________________________
6233 [  2459] By: jhi                                   on 1998/12/07  07:50:11
6234     Log: From: hansm@icgroup.nl 
6235          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
6236          Reply-To: hansmu@xs4all.nl 
6237          To: perlbug@perl.com 
6238          Date: Sun, 6 Dec 98 22:19:54 +0100 
6239          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
6240  Branch: cfgperl
6241        ! util.c
6242 ____________________________________________________________________________
6243 [  2458] By: gsar                                  on 1998/12/07  06:00:55
6244     Log: fix dup lexical
6245  Branch: perl
6246        ! ext/B/B/Deparse.pm t/lib/io_unix.t
6247 ____________________________________________________________________________
6248 [  2457] By: gsar                                  on 1998/12/06  14:38:59
6249     Log: mention limit on line numbers reported by diagnostics
6250  Branch: perl
6251        ! pod/perl.pod toke.c
6252 ____________________________________________________________________________
6253 [  2456] By: gsar                                  on 1998/12/06  13:49:02
6254     Log: branch perldelta.pod
6255  Branch: maint-5.005/perl
6256       +> pod/perldelta.pod
6257 ____________________________________________________________________________
6258 [  2455] By: gsar                                  on 1998/12/06  13:47:21
6259     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
6260  Branch: maint-5.005/perl
6261        - pod/perldelta.pod
6262 ____________________________________________________________________________
6263 [  2454] By: gsar                                  on 1998/12/06  13:35:31
6264     Log: fix outdated/incorrect info about arbitrary limits
6265  Branch: perl
6266        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
6267        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
6268 ____________________________________________________________________________
6269 [  2453] By: nick                                  on 1998/12/05  16:14:42
6270     Log: Avoid hard-coding op numbers
6271          Update CC.pm to save %INC, and to co-exist with new C.pm
6272  Branch: perl
6273        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
6274 ____________________________________________________________________________
6275 [  2452] By: nick                                  on 1998/12/05  10:44:28
6276     Log: B.xs had its own code to calculate hash() which differed from
6277          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
6278          which meant that run-time require was re-done.
6279          Removed some debug from C.pm
6280  Branch: perl
6281        ! ext/B/B.xs ext/B/B/C.pm
6282 ____________________________________________________________________________
6283 [  2451] By: nick                                  on 1998/12/04  21:58:49
6284     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
6285          well as _54, but with pre-scan for classes and save the ISA scheme.
6286  Branch: perl
6287        ! ext/B/B/C.pm
6288 ____________________________________________________________________________
6289 [  2450] By: nick                                  on 1998/12/04  17:58:44
6290     Log: Vishal Bhatia's patch as a basis.
6291  Branch: perl
6292        ! ext/B/B/C.pm ext/B/B/CC.pm
6293 ____________________________________________________________________________
6294 [  2449] By: jhi                                   on 1998/12/04  16:39:21
6295     Log: Integrate from mainperl.
6296  Branch: cfgperl
6297       !> t/op/goto.t t/op/tr.t
6298 ____________________________________________________________________________
6299 [  2448] By: gsar                                  on 1998/12/04  06:06:49
6300     Log: tweak test for UTEST
6301  Branch: perl
6302        ! t/op/tr.t
6303 ____________________________________________________________________________
6304 [  2444] By: jhi                                   on 1998/12/03  14:37:22
6305     Log: s/\bthe the\b/the/g *.pod
6306  Branch: cfgperl
6307        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
6308 ____________________________________________________________________________
6309 [  2443] By: jhi                                   on 1998/12/03  13:39:53
6310     Log: Change#2441 aftermath.
6311  Branch: cfgperl
6312        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6313        ! config_h.SH thread.h vms/subconfigure.com
6314 ____________________________________________________________________________
6315 [  2441] By: jhi                                   on 1998/12/03  08:15:13
6316     Log: From: Dan Sugalski <sugalskd@osshe.edu>
6317          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
6318          Subject: [PATCH 5.005_54]Initial VMS patches
6319          Date: 3 Dec 1998 01:05:55 +0200
6320          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
6321          
6322          The patch to config_h.SH requires more study because
6323          metaconfig needs to agree.
6324  Branch: cfgperl
6325        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
6326        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
6327        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
6328 ____________________________________________________________________________
6329 [  2440] By: gsar                                  on 1998/12/03  01:32:16
6330     Log: add failed check-in of goto.t from change#1867
6331  Branch: perl
6332        ! t/op/goto.t
6333 ____________________________________________________________________________
6334 [  2437] By: jhi                                   on 1998/12/02  18:03:51
6335     Log: Fix most of the bad L<> links of
6336          
6337          From: Tom Christiansen <tchrist@jhereg.perl.com> 
6338          Subject: bad L<> links
6339          Reply-to: tchrist@perl.com 
6340          To: perlbug@jhereg.perl.com 
6341          Date: Tue, 11 Aug 1998 10:58:07 -0500 
6342          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
6343          
6344          The ones not fixed may require darker Pod::HTML magic,
6345          for example the perlguts.html#tags should work fine, IMHO.
6346  Branch: cfgperl
6347        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
6348        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
6349        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
6350        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
6351        ! pod/perlvar.pod
6352 ____________________________________________________________________________
6353 [  2436] By: jhi                                   on 1998/12/02  16:35:04
6354     Log: One paste too many in #2345.
6355  Branch: cfgperl
6356        ! lib/Pod/Html.pm
6357 ____________________________________________________________________________
6358 [  2435] By: jhi                                   on 1998/12/02  16:32:33
6359     Log: Pod::Html and Pod::Text were not locale-savvy:
6360          for example in =head1 all non-ASCII-\w-runs were
6361          turned into underscores in NAME tags.  This could
6362          result in several NAME tags becoming identical.
6363          Reported by:
6364          
6365          From: Fyodor Krasnov <fyodor@aha.ru> 
6366          Subject: pod2html vs Russian Characters
6367          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
6368          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
6369          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
6370  Branch: cfgperl
6371        ! lib/Pod/Html.pm lib/Pod/Text.pm
6372 ____________________________________________________________________________
6373 [  2434] By: jhi                                   on 1998/12/02  10:29:00
6374     Log: The real Mc5_54 integration.
6375  Branch: cfgperl
6376       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
6377 ____________________________________________________________________________
6378 [  2433] By: jhi                                   on 1998/12/02  08:52:13
6379     Log: From: Andy Dougherty <doughera@lafayette.edu>
6380          To: Perl Porters <perl5-porters@perl.org>
6381          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
6382          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
6383          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
6384  Branch: cfgperl
6385        ! Configure
6386 ____________________________________________________________________________
6387 [  2432] By: jhi                                   on 1998/12/02  08:49:47
6388     Log: From: Andy Dougherty <doughera@lafayette.edu>
6389          To: Perl Porters <perl5-porters@perl.org>
6390          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
6391          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
6392          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
6393  Branch: cfgperl
6394        ! Configure
6395 ____________________________________________________________________________
6396 [  2431] By: jhi                                   on 1998/12/01  16:11:50
6397     Log: From: achampio@lehman.com (Alan Champion)
6398          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
6399          To: perlbug@perl.com
6400          Date: 1 Dec 1998 17:36:33 +0200
6401          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
6402          
6403          Skip NIS includes.
6404  Branch: cfgperl
6405        ! t/op/pwent.t
6406 ____________________________________________________________________________
6407 [  2430] By: gsar                                  on 1998/12/01  12:12:50
6408     Log: 5.005_54, as released
6409  Branch: perl
6410        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
6411 ____________________________________________________________________________
6412 [  2429] By: jhi                                   on 1998/12/01  11:28:39
6413     Log: From: Anton Berezin <tobez@plab.ku.dk>
6414          To: perl5-porters@perl.org
6415          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
6416          Date: 30 Nov 1998 19:46:24 +0100
6417          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
6418  Branch: cfgperl
6419        ! hints/freebsd.sh
6420 ____________________________________________________________________________
6421 [  2428] By: jhi                                   on 1998/12/01  11:08:16
6422     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
6423  Branch: cfgperl
6424       +> (branch 30 files)
6425       !> (integrate 71 files)
6426 ____________________________________________________________________________
6427 [  2427] By: jhi                                   on 1998/12/01  10:51:37
6428     Log: Default to accepting a hinted $randfunc even when $csym
6429          does not find it.  (the previous defaylt behaviour was not
6430          to accept).
6431  Branch: cfgperl
6432        ! Configure
6433 ____________________________________________________________________________
6434 [  2426] By: jhi                                   on 1998/12/01  10:13:03
6435     Log: Separated the [:foo:] parsing to its own function.
6436          Passes all tests.
6437  Branch: cfgperl
6438        ! regcomp.c
6439 ____________________________________________________________________________
6440 [  2425] By: jhi                                   on 1998/12/01  08:22:49
6441     Log: Typo in comments.
6442  Branch: cfgperl
6443        ! regexec.c
6444 ____________________________________________________________________________
6445 [  2424] By: jhi                                   on 1998/12/01  08:21:38
6446     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6447          Subject: [PATCH 5.005_*] Debugger 'v' command
6448          To: perl5-porters@perl.org (Mailing list Perl5)
6449          Date: 1 Dec 1998 07:55:11 +0200
6450          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
6451  Branch: cfgperl
6452        ! lib/perl5db.pl
6453 ____________________________________________________________________________
6454 [  2423] By: jhi                                   on 1998/12/01  08:19:08
6455     Log: From: pvhp@forte.com (Peter Prymmer)
6456          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
6457          To: perl5-porters@perl.org
6458          Date: 1 Dec 1998 07:27:11 +0200
6459          Message-ID: <MLIST_9812010508.AA07791@forte.com>
6460  Branch: cfgperl
6461        ! hints/os390.sh
6462 ____________________________________________________________________________
6463 [  2417] By: jhi                                   on 1998/11/30  08:14:00
6464     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
6465  Branch: cfgperl
6466        ! ext/Socket/Socket.xs
6467 ____________________________________________________________________________
6468 [  2416] By: jhi                                   on 1998/11/30  08:00:15
6469     Log: Undo #2395, seems more like a problem in netbsd-current.
6470  Branch: cfgperl
6471        ! util.c
6472
6473 ----------------
6474 Version 5.005_54
6475 ----------------
6476
6477 ____________________________________________________________________________
6478 [  2414] By: gsar                                  on 1998/11/30  02:23:55
6479     Log: more JPL tweaks
6480  Branch: perl
6481        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
6482        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
6483 ____________________________________________________________________________
6484 [  2413] By: gsar                                  on 1998/11/30  01:35:56
6485     Log: stub bin/jpl that just runs JPL::Compile::files()
6486  Branch: perl
6487        + jpl/bin/jpl
6488 ____________________________________________________________________________
6489 [  2412] By: gsar                                  on 1998/11/30  01:32:14
6490     Log: delete symlink
6491  Branch: perl
6492        - jpl/bin/jpl
6493 ____________________________________________________________________________
6494 [  2410] By: gsar                                  on 1998/11/30  01:30:44
6495     Log: branch jpl from perlext to perl
6496  Branch: perl
6497       +> (branch 30 files)
6498 ____________________________________________________________________________
6499 [  2407] By: gsar                                  on 1998/11/30  01:24:53
6500     Log: JPL tweaks to build with 5.005
6501  Branch: perlext
6502        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
6503        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
6504 ____________________________________________________________________________
6505 [  2406] By: gsar                                  on 1998/11/30  00:55:54
6506     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
6507  Branch: perl
6508        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
6509 ____________________________________________________________________________
6510 [  2405] By: gsar                                  on 1998/11/30  00:28:55
6511     Log: patchlevel up to 54
6512  Branch: perl
6513        ! patchlevel.h win32/Makefile win32/config_H.bc
6514        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
6515 ____________________________________________________________________________
6516 [  2403] By: gsar                                  on 1998/11/29  23:35:50
6517     Log: integrate cfgperl changes into mainline
6518  Branch: perl
6519       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6520       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
6521 ____________________________________________________________________________
6522 [  2402] By: gsar                                  on 1998/11/29  23:08:42
6523     Log: sync Text::Wrap version number
6524  Branch: perl
6525        ! lib/Text/Wrap.pm
6526 ____________________________________________________________________________
6527 [  2401] By: gsar                                  on 1998/11/29  22:56:21
6528     Log: textfill.t tweak
6529  Branch: perl
6530        ! t/lib/textfill.t
6531 ____________________________________________________________________________
6532 [  2400] By: gsar                                  on 1998/11/29  22:50:41
6533     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
6534          <muir@idiom.com>
6535  Branch: perl
6536        + t/lib/textfill.t
6537        ! MANIFEST lib/Text/Wrap.pm
6538 ____________________________________________________________________________
6539 [  2399] By: gsar                                  on 1998/11/29  22:28:05
6540     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
6541          has happened without the authors knowledge or consent; the subversive
6542          version (which is in 5.00502) breaks one of the tests in the
6543          authors testsuite; attempts are being made to find a fix that
6544          avoids breaking code already running with the 5.005_02 version
6545          From:    David Muir Sharnoff <muir@idiom.com>
6546          Date:    Sat, 28 Nov 1998 04:34:17 PST
6547          Message-Id: <199811281234.EAA03082@idiom.com>
6548          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
6549  Branch: perl
6550        ! lib/Text/Wrap.pm t/lib/textwrap.t
6551 ____________________________________________________________________________
6552 [  2397] By: nick                                  on 1998/11/29  20:13:58
6553     Log: Update docs and English.pm for $^C
6554  Branch: perl
6555        ! lib/English.pm pod/perlvar.pod
6556 ____________________________________________________________________________
6557 [  2396] By: jhi                                   on 1998/11/29  20:13:03
6558     Log: Mirror #2384.
6559  Branch: cfgperl
6560        ! t/op/pwent.t
6561 ____________________________________________________________________________
6562 [  2395] By: jhi                                   on 1998/11/29  19:59:12
6563     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
6564  Branch: cfgperl
6565        ! util.c
6566 ____________________________________________________________________________
6567 [  2394] By: gsar                                  on 1998/11/29  19:49:08
6568     Log: updated perlreftut.pod
6569  Branch: perl
6570        ! pod/perlreftut.pod
6571 ____________________________________________________________________________
6572 [  2393] By: gsar                                  on 1998/11/29  19:31:56
6573     Log: misc tweaks
6574  Branch: perl
6575        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
6576 ____________________________________________________________________________
6577 [  2392] By: gsar                                  on 1998/11/29  19:31:18
6578     Log: notes about -DPERL_POLLUTE
6579  Branch: perl
6580        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
6581 ____________________________________________________________________________
6582 [  2391] By: gsar                                  on 1998/11/29  19:13:52
6583     Log: explain various win32 build caveats more clearly
6584  Branch: perl
6585        ! README.win32 win32/Makefile win32/makefile.mk
6586 ____________________________________________________________________________
6587 [  2390] By: gsar                                  on 1998/11/29  16:51:59
6588     Log: remove I_POLL detection (Configure will do that now)
6589  Branch: perl
6590        ! ext/IO/Makefile.PL
6591 ____________________________________________________________________________
6592 [  2389] By: jhi                                   on 1998/11/29  16:39:16
6593     Log: Add I_POLL for IO 1.20.
6594  Branch: cfgperl
6595        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6596        ! config_h.SH
6597 ____________________________________________________________________________
6598 [  2388] By: gsar                                  on 1998/11/29  16:23:30
6599     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
6600  Branch: perl
6601        + Porting/p4desc
6602        ! MANIFEST
6603 ____________________________________________________________________________
6604 [  2387] By: gsar                                  on 1998/11/29  16:08:03
6605     Log: another threads reliability fix: serialize writes to thr->threadsv
6606          avoid most uses of PL_na (which is much more inefficient than a
6607          simple local); update docs to suit; PL_na now being thr->Tna may
6608          be a minor compatibility issue for extensions--will require dTHR
6609          outside of XSUBs (those get automatic dTHR)
6610  Branch: perl
6611        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
6612        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
6613        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
6614        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
6615        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
6616        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
6617        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
6618        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
6619        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
6620 ____________________________________________________________________________
6621 [  2386] By: jhi                                   on 1998/11/29  15:40:42
6622     Log: Tune the "if" entry.
6623  Branch: cfgperl
6624        ! pod/perlfunc.pod
6625 ____________________________________________________________________________
6626 [  2385] By: gsar                                  on 1998/11/29  12:40:28
6627     Log: various fixes for race conditions under threads: mutex locks based
6628          on PL_threadnum were seriously flawed, since it means more than one
6629          thread could enter the critical region; PL_na was global instead of
6630          thread-local; child thread could finish and free thr structures
6631          before Thread->new() got around to creating the Thread object;
6632          cv_clone() needed locking, as it mucks with PL_comppad and other
6633          global data; new_struct_thread() needed to lock template-thread's
6634          mutex while copying its data
6635  Branch: perl
6636        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
6637        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
6638 ____________________________________________________________________________
6639 [  2384] By: gsar                                  on 1998/11/29  10:54:38
6640     Log: s/warn/print/ on multiply defined groups
6641  Branch: perl
6642        ! t/op/grent.t
6643 ____________________________________________________________________________
6644 [  2383] By: gsar                                  on 1998/11/29  10:48:39
6645     Log: backout change#2334
6646  Branch: perl
6647        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
6648 ____________________________________________________________________________
6649 [  2382] By: jhi                                   on 1998/11/29  10:33:40
6650     Log: Better NetInfo behaviour.
6651  Branch: cfgperl
6652        ! t/op/grent.t t/op/pwent.t
6653 ____________________________________________________________________________
6654 [  2381] By: jhi                                   on 1998/11/29  10:08:15
6655     Log: Integrate from mainperl.
6656  Branch: cfgperl
6657       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
6658       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
6659       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
6660       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
6661       +> t/lib/io_poll.t t/lib/io_unix.t
6662       !> (integrate 58 files)
6663 ____________________________________________________________________________
6664 [  2380] By: gsar                                  on 1998/11/29  08:22:49
6665     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
6666          Tim Bunce)
6667  Branch: perl
6668        ! gv.c
6669 ____________________________________________________________________________
6670 [  2379] By: gsar                                  on 1998/11/29  07:06:43
6671     Log: fix for pat.t failure under USE_THREADS
6672  Branch: perl
6673        ! pp_ctl.c regexec.c
6674 ____________________________________________________________________________
6675 [  2378] By: nick                                  on 1998/11/28  22:46:57
6676     Log: More C.pm tweaks
6677          Save globs even if we have saved cv itself before - may be imported.
6678          
6679          While we don't save "bootstrap" CV we need to provide a stub,
6680          so that if we require it later we don't fall through and attempt
6681          to DynaLoad module again.
6682          
6683          Attempt to save %INC so that "require" does not reload things
6684          we have compiled-in (does not work right yet - seems to be due
6685          to PL_incgv being created in perl_parse() current scheme setting 
6686          GvHV() is "better" than saving the glob, but still does not 
6687          work as I expect). 
6688  Branch: perl
6689        ! ext/B/B/C.pm
6690 ____________________________________________________________________________
6691 [  2377] By: gsar                                  on 1998/11/28  22:30:38
6692     Log: various tweaks; result passes all tests for normal build on Solaris;
6693          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
6694          win32 due to lack of select() that works on non-socket fds
6695  Branch: perl
6696        ! ext/IO/poll.c regcomp.c regexec.c scope.c
6697        ! t/lib/io_multihomed.t win32/makefile.mk
6698 ____________________________________________________________________________
6699 [  2376] By: gsar                                  on 1998/11/28  20:44:39
6700     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
6701  Branch: perl
6702        ! myconfig
6703 ____________________________________________________________________________
6704 [  2375] By: gsar                                  on 1998/11/28  20:42:58
6705     Log: integrate cfgperl changes into mainline
6706  Branch: perl
6707       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
6708       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
6709 ____________________________________________________________________________
6710 [  2374] By: gsar                                  on 1998/11/28  20:02:03
6711     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6712          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
6713          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
6714          Subject: [PATCH 5.00553] Yet another OS/2 patch
6715  Branch: perl
6716        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
6717 ____________________________________________________________________________
6718 [  2373] By: gsar                                  on 1998/11/28  19:30:06
6719     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6720          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
6721          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
6722          Subject: [PATCH 5.005_53] Change $#+
6723  Branch: perl
6724        ! mg.c pod/perlvar.pod t/op/pat.t
6725 ____________________________________________________________________________
6726 [  2372] By: gsar                                  on 1998/11/28  19:28:00
6727     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6728          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
6729          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
6730          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
6731  Branch: perl
6732        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
6733        ! thrdvar.h
6734 ____________________________________________________________________________
6735 [  2371] By: gsar                                  on 1998/11/28  19:23:53
6736     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6737          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
6738          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
6739          Subject: [PATCH 5.005_53] better -Mre=debugcolor
6740  Branch: perl
6741        ! embedvar.h objXSUB.h regexec.c thrdvar.h
6742 ____________________________________________________________________________
6743 [  2370] By: gsar                                  on 1998/11/28  19:21:17
6744     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6745          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
6746          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
6747          Subject: [PATCH 5.005_*] regcolors
6748  Branch: perl
6749        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
6750 ____________________________________________________________________________
6751 [  2369] By: gsar                                  on 1998/11/28  19:00:15
6752     Log: allow final period in a file (not followed by a newline) to
6753          terminate format spec
6754  Branch: perl
6755        ! toke.c
6756 ____________________________________________________________________________
6757 [  2368] By: gsar                                  on 1998/11/28  18:58:25
6758     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
6759          add C<$Config{installarchlib}/CORE> to the default locations searched
6760          on win32
6761  Branch: perl
6762        ! lib/ExtUtils/Liblist.pm
6763 ____________________________________________________________________________
6764 [  2367] By: gsar                                  on 1998/11/28  18:46:05
6765     Log: applied suggested patch with PERL_OBJECT tweaks
6766          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6767          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
6768          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
6769          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
6770  Branch: perl
6771        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
6772        ! regexec.c t/op/pat.t thrdvar.h
6773 ____________________________________________________________________________
6774 [  2366] By: gsar                                  on 1998/11/28  18:38:34
6775     Log: additional documentation for qr//
6776          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6777          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
6778          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
6779          Subject: [PATCH 5.005_*] Documentation (fwd)
6780  Branch: perl
6781        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
6782 ____________________________________________________________________________
6783 [  2365] By: gsar                                  on 1998/11/28  18:35:35
6784     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6785          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
6786          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
6787          Subject: [PATCH 5.005_*] Fix \G in REx without //g
6788  Branch: perl
6789        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
6790        ! regexp.h t/op/pat.t thrdvar.h
6791 ____________________________________________________________________________
6792 [  2364] By: gsar                                  on 1998/11/28  18:24:20
6793     Log: update Test.pm to Test-1.12; tweak 're' detection
6794  Branch: perl
6795        ! lib/Test.pm
6796 ____________________________________________________________________________
6797 [  2363] By: gsar                                  on 1998/11/28  18:12:04
6798     Log: avoid command-line quoting portability problems in lex_assign.t
6799  Branch: perl
6800        ! t/op/lex_assign.t
6801 ____________________________________________________________________________
6802 [  2362] By: gsar                                  on 1998/11/28  18:08:50
6803     Log: From: John Tobey <jtobey@channel1.com>
6804          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
6805          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
6806          Subject: PATCH: document English.pm sawampersand and thread issues
6807  Branch: perl
6808        ! lib/English.pm pod/perlvar.pod
6809 ____________________________________________________________________________
6810 [  2361] By: gsar                                  on 1998/11/28  18:03:04
6811     Log: fix uninitialized warnings
6812          From: Brian Callaghan <callagh@itginc.com>
6813          Date: Thu, 19 Nov 1998 17:49:10 -0800
6814          Message-Id: <3654CA96.B64FCAEB@itginc.com>
6815          Subject: Complete.pm patch (version 1.1)
6816  Branch: perl
6817        ! lib/Term/Complete.pm
6818 ____________________________________________________________________________
6819 [  2360] By: gsar                                  on 1998/11/28  17:59:16
6820     Log: s/Array/List/ suggested by John Tobey
6821  Branch: perl
6822        ! pod/perldata.pod
6823 ____________________________________________________________________________
6824 [  2359] By: gsar                                  on 1998/11/28  17:47:48
6825     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
6826  Branch: perl
6827        ! lib/Tie/Handle.pm pod/perlfunc.pod
6828 ____________________________________________________________________________
6829 [  2358] By: jhi                                   on 1998/11/28  17:23:15
6830     Log: Revamp the locale tests.
6831          (0) Instead of rewiring a few locales scan for them.
6832          (1) Bogus test #101 removed.
6833          (2) All the locales are checked, the lists of failed
6834          and non-failed ones are displayed.
6835          (3) The test #103 is again 'active' so that it may fail.
6836          (4) To balance (3) a hopefully pacifying message is shown
6837          if the #103 fails.
6838  Branch: cfgperl
6839        ! t/pragma/locale.t
6840 ____________________________________________________________________________
6841 [  2357] By: gsar                                  on 1998/11/28  17:21:07
6842     Log: add perlreftut.pod
6843  Branch: perl
6844        + pod/perlreftut.pod
6845        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
6846        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
6847        ! win32/pod.mak
6848 ____________________________________________________________________________
6849 [  2356] By: jhi                                   on 1998/11/28  16:58:01
6850     Log: Change #2346 fallout.
6851  Branch: cfgperl
6852        ! t/op/undef.t
6853 ____________________________________________________________________________
6854 [  2355] By: gsar                                  on 1998/11/28  16:46:43
6855     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
6856          ANSI prototypes
6857  Branch: perl
6858        ! ext/IO/IO.xs
6859 ____________________________________________________________________________
6860 [  2354] By: gsar                                  on 1998/11/28  16:08:07
6861     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
6862          keep platform hacks that aren't in the 1.20 dist; add new files
6863          to MANIFEST; hack Makefile.PL; result hasn't been tested
6864          anywhere
6865  Branch: perl
6866        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
6867        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
6868        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
6869        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
6870        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
6871        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
6872        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
6873        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
6874        ! t/lib/io_sock.t t/lib/io_udp.t
6875 ____________________________________________________________________________
6876 [  2353] By: jhi                                   on 1998/11/28  15:51:03
6877     Log: Locale collation, ctype, and numeric, were initialized wrong
6878          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
6879          as reported by
6880          
6881          From: Ilya.Sandler@etak.com (Ilya Sandler)
6882          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
6883          To: perlbug@perl.com
6884          Date: 25 Nov 1998 04:53:52 +0200
6885          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
6886  Branch: cfgperl
6887        ! util.c
6888 ____________________________________________________________________________
6889 [  2352] By: nick                                  on 1998/11/28  15:21:59
6890     Log: Implement $^C to allow perl access to -c flag - I think this 
6891          was agreed once...
6892  Branch: perl
6893        ! gv.c mg.c
6894 ____________________________________________________________________________
6895 [  2351] By: jhi                                   on 1998/11/28  15:14:24
6896     Log: Change #2251 fixup.
6897  Branch: cfgperl
6898        ! myconfig
6899 ____________________________________________________________________________
6900 [  2350] By: jhi                                   on 1998/11/28  14:58:19
6901     Log: Integrate from mainperl.
6902  Branch: cfgperl
6903       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
6904       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
6905       +> pod/perl5005delta.pod
6906       !> (integrate 49 files)
6907 ____________________________________________________________________________
6908 [  2349] By: jhi                                   on 1998/11/28  14:27:36
6909     Log: Passwd and group file groveling.
6910  Branch: cfgperl
6911        ! t/op/grent.t t/op/pwent.t
6912 ____________________________________________________________________________
6913 [  2348] By: gsar                                  on 1998/11/28  14:09:50
6914     Log: more conservative version of changes#2345,2346,2347; those break
6915          C<defined(@{"foo::ISA"})> which seems to be extensively used in
6916          the libs :-(
6917  Branch: perl
6918        ! pp.c t/op/method.t
6919 ____________________________________________________________________________
6920 [  2347] By: gsar                                  on 1998/11/28  13:36:08
6921     Log: tweak bogus test
6922  Branch: perl
6923        ! t/op/method.t
6924 ____________________________________________________________________________
6925 [  2346] By: gsar                                  on 1998/11/28  13:20:34
6926     Log: test cases for previous change
6927  Branch: perl
6928        ! t/op/undef.t
6929 ____________________________________________________________________________
6930 [  2345] By: gsar                                  on 1998/11/28  13:07:17
6931     Log: fix typo in pp_defined() causing C<defined %tied> to fail
6932  Branch: perl
6933        ! pp.c
6934 ____________________________________________________________________________
6935 [  2344] By: gsar                                  on 1998/11/28  13:03:29
6936     Log: s/comment/comment_t/ tweak (suggested by John Gorman
6937          <jgorman@webbysoft.com>)
6938  Branch: perl
6939        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
6940 ____________________________________________________________________________
6941 [  2343] By: gsar                                  on 1998/11/28  12:52:40
6942     Log: add (stub) perldelta.pod
6943  Branch: perl
6944        + pod/perldelta.pod
6945 ____________________________________________________________________________
6946 [  2342] By: gsar                                  on 1998/11/28  12:49:26
6947     Log: rename perldelta.pod to perl5005delta.pod in preparation for
6948          starting a new one
6949  Branch: perl
6950       +> pod/perl5005delta.pod
6951        - pod/perldelta.pod
6952        ! MANIFEST pod/perl.pod
6953 ____________________________________________________________________________
6954 [  2341] By: gsar                                  on 1998/11/28  12:41:55
6955     Log: fix MALLOC_LOCK #define
6956  Branch: perl
6957        ! malloc.c
6958 ____________________________________________________________________________
6959 [  2340] By: gsar                                  on 1998/11/28  12:18:23
6960     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6961          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
6962          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
6963          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
6964  Branch: perl
6965        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
6966 ____________________________________________________________________________
6967 [  2339] By: jhi                                   on 1998/11/28  11:59:01
6968     Log: Add -lm to dynix/ptx POSIX hints.
6969          From: "Martin J. Bligh" <mbligh@sequent.com>
6970          To: jhi@iki.fi
6971          Subject: Re: Making Perl work on DYNIX/ptx
6972          Date: Wed, 25 Nov 1998 10:34:41 -0800
6973          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
6974  Branch: cfgperl
6975        ! ext/POSIX/hints/dynixptx.pl
6976 ____________________________________________________________________________
6977 [  2338] By: jhi                                   on 1998/11/28  11:57:19
6978     Log: Detypo.
6979  Branch: cfgperl
6980        ! lib/filetest.pm
6981 ____________________________________________________________________________
6982 [  2337] By: jhi                                   on 1998/11/28  11:56:29
6983     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
6984  Branch: cfgperl
6985        ! Configure
6986 ____________________________________________________________________________
6987 [  2336] By: gsar                                  on 1998/11/28  11:41:14
6988     Log: teach CPAN.pm to ignore beta perl distributions when looking for
6989          modules
6990          From: root@dogberry.rutgers.edu (root)
6991          Date: Thu, 12 Nov 1998 23:08:39 -0500
6992          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
6993          Subject: recompile tries getting a perl distribution
6994  Branch: perl
6995        ! lib/CPAN.pm
6996 ____________________________________________________________________________
6997 [  2335] By: gsar                                  on 1998/11/28  11:27:46
6998     Log: make $1 et al readonly under threads; make C<undef $1> fail like
6999          C<$1 = undef> does
7000  Branch: perl
7001        ! op.c pp.c t/op/undef.t
7002 ____________________________________________________________________________
7003 [  2334] By: gsar                                  on 1998/11/28  10:24:52
7004     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
7005  Branch: perl
7006        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
7007 ____________________________________________________________________________
7008 [  2333] By: gsar                                  on 1998/11/28  09:36:40
7009     Log: document changed PERL_HASH()
7010  Branch: perl
7011        ! pod/perlfunc.pod pod/perlguts.pod
7012 ____________________________________________________________________________
7013 [  2332] By: nick                                  on 1998/11/27  21:10:27
7014     Log: Handle INIT list in C.pm
7015          1. Provide init_av() from B.xs
7016          2. Export it in B.pm
7017          3. Use it in C.pm
7018          Also disable some pruning in savecv() which seems to undo
7019          my previous patch.
7020          Experimental feature - save pathnames of .so files in easily 
7021          grep-able form for use in wrapper to feed to linker.  
7022  Branch: perl
7023        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
7024 ____________________________________________________________________________
7025 [  2327] By: gsar                                  on 1998/11/27  15:12:01
7026     Log: integrate change#2315 from maint-5.005
7027  Branch: perl
7028        ! t/op/sort.t
7029       !> op.c sv.c
7030 ____________________________________________________________________________
7031 [  2326] By: gsar                                  on 1998/11/27  15:00:42
7032     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
7033  Branch: perl
7034       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
7035       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
7036       !> lib/ExtUtils/typemap
7037 ____________________________________________________________________________
7038 [  2325] By: gsar                                  on 1998/11/27  14:46:18
7039     Log: malloc bugfix and documentation from Ilya Zakharevich
7040          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
7041          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
7042          Subject: [PATCH 5.005_*] Re: Internal coredump
7043          --
7044          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
7045          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
7046          Subject: [PATCH 5.005_*] malloc.c documentation
7047  Branch: perl
7048        ! malloc.c
7049 ____________________________________________________________________________
7050 [  2324] By: gsar                                  on 1998/11/27  14:41:38
7051     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
7052  Branch: perl
7053        ! ext/B/B/C.pm
7054 ____________________________________________________________________________
7055 [  2323] By: gsar                                  on 1998/11/27  14:33:44
7056     Log: From: maeda@src.ricoh.co.jp
7057          Date: Tue, 24 Nov 1998 10:37:45 +0900
7058          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
7059          Subject: format "..." bug
7060  Branch: perl
7061        ! pp_ctl.c t/op/write.t
7062 ____________________________________________________________________________
7063 [  2322] By: gsar                                  on 1998/11/27  14:20:12
7064     Log: add ext/Devel/Peek
7065          From: jan.dubois@ibm.net (Jan Dubois)
7066          Date: Mon, 23 Nov 1998 00:48:11 +0100
7067          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
7068          Subject: [PATCH 5.005_53] Devel::Peek integration
7069  Branch: perl
7070        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
7071        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
7072        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
7073        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
7074        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
7075 ____________________________________________________________________________
7076 [  2321] By: gsar                                  on 1998/11/27  13:03:08
7077     Log: ensure 'make regen_headers' even without perl installed
7078          (suggested by Ilya Zakharevich)
7079  Branch: perl
7080        ! bytecode.pl warning.pl
7081 ____________________________________________________________________________
7082 [  2320] By: gsar                                  on 1998/11/27  12:58:36
7083     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7084          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
7085          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
7086          Subject: [PATCH 5.005_*] Cosmetic malloc patch
7087  Branch: perl
7088        ! malloc.c
7089 ____________________________________________________________________________
7090 [  2319] By: gsar                                  on 1998/11/27  12:56:13
7091     Log: eliminate dup hunk from integration
7092  Branch: perl
7093        ! lib/filetest.pm perl.h
7094 ____________________________________________________________________________
7095 [  2318] By: gsar                                  on 1998/11/27  12:50:08
7096     Log: integrate cfgperl changes into mainline
7097  Branch: perl
7098       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
7099        ! pod/perlfaq4.pod
7100       !> (integrate 30 files)
7101 ____________________________________________________________________________
7102 [  2317] By: jhi                                   on 1998/11/27  11:38:13
7103     Log: C<-x>.
7104  Branch: cfgperl
7105        ! lib/filetest.pm
7106 ____________________________________________________________________________
7107 [  2316] By: jhi                                   on 1998/11/27  11:10:22
7108     Log: Integrate from mainperl.
7109  Branch: cfgperl
7110       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
7111       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
7112       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
7113       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
7114       !> win32/win32sck.c
7115 ____________________________________________________________________________
7116 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
7117     Log: integrate change#2246 from mainline, while still allowing
7118          C<sort $globref @foo>
7119          
7120          allow C<sort $coderef @foo>
7121  Branch: maint-5.005/perl
7122        ! op.c sv.c
7123       !> t/op/sort.t
7124 ____________________________________________________________________________
7125 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
7126     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
7127          forwarded by Jarkko Hietaniemi from Mark Bixby
7128  Branch: maint-5.005/perl
7129        ! ext/DynaLoader/dl_mpeix.xs installperl
7130 ____________________________________________________________________________
7131 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
7132     Log: Allow PL_FILES to have multiple targets from one source by allowing
7133          an array ref as the value in the hash
7134  Branch: maint-5.005/perl
7135        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
7136        ! lib/ExtUtils/MakeMaker.pm
7137 ____________________________________________________________________________
7138 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
7139     Log: fix unsigned variables to use SvUV and sv_setuv
7140  Branch: maint-5.005/perl
7141        ! lib/ExtUtils/typemap
7142 ____________________________________________________________________________
7143 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
7144     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
7145  Branch: maint-5.005/perl
7146        ! lib/ExtUtils/MM_Unix.pm
7147 ____________________________________________________________________________
7148 [  2301] By: gsar                                  on 1998/11/26  10:16:54
7149     Log: fix PL_defoutgv leak under threads
7150  Branch: perl
7151        ! ext/Thread/Thread.xs
7152 ____________________________________________________________________________
7153 [  2300] By: gsar                                  on 1998/11/26  09:04:44
7154     Log: properly free temporaries created by threads
7155  Branch: perl
7156        ! ext/Thread/Thread.xs
7157 ____________________________________________________________________________
7158 [  2299] By: gsar                                  on 1998/11/26  06:51:16
7159     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
7160          to set the package for the block properly
7161  Branch: perl
7162        ! op.c t/comp/package.t t/lib/dumper.t
7163 ____________________________________________________________________________
7164 [  2298] By: nick                                  on 1998/11/24  22:04:20
7165     Log: Part-1 of tweaks to allow Tk to be "compiled"
7166          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
7167          (May also need attention to exports etc. - to follow.)
7168  Branch: perl
7169        ! universal.c
7170 ____________________________________________________________________________
7171 [  2294] By: jhi                                   on 1998/11/23  10:44:26
7172     Log: The new socket tests need in some platforms
7173          to #include <sys/types.h>.
7174  Branch: cfgperl
7175        ! Configure
7176 ____________________________________________________________________________
7177 [  2293] By: jhi                                   on 1998/11/23  10:33:42
7178     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
7179          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
7180          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
7181          Date: Mon, 23 Nov 1998 10:07:04 +0100
7182          Message-Id: <9811230907.AA06484@AWT.nl>
7183          
7184          NeXTstep NetInfo uses nidump to get the user/group databases.
7185  Branch: cfgperl
7186        ! t/op/grent.t t/op/pwent.t
7187 ____________________________________________________________________________
7188 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
7189     Log: Updated Porting/patchls utility.
7190  Branch: maint-5.004/perl
7191        ! Porting/patchls
7192 ____________________________________________________________________________
7193 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
7194     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
7195          From:  Henrik Tougaard <ht.000@foa.dk>
7196          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
7197          Files:  lib/Sys/Syslog.pm
7198  Branch: maint-5.004/perl
7199        ! lib/Sys/Syslog.pm
7200 ____________________________________________________________________________
7201 [  2286] By: jhi                                   on 1998/11/22  19:08:42
7202     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
7203  Branch: cfgperl
7204        ! ext/Socket/Socket.xs
7205 ____________________________________________________________________________
7206 [  2285] By: jhi                                   on 1998/11/22  18:21:07
7207     Log: MSG_PROXY for GNU/Hurd (previously we believed that
7208          all GNU libc platforms have MSG_PROXY.  Untrue).
7209          In fact this ended up as a major MSG_* and SCM_*
7210          update.  The MSG_XXX known to be enums in some
7211          versions of the glibc are now probed for and respective
7212          HAS_MSG_XXX are defined.  While I was at it I noticed
7213          SCM_RIGHTS being similarly an enum.  This reminded me of
7214          an ancient discussion in perl5-porters:
7215          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
7216          The BSD socket interface has a nifty feature for passing
7217          file descriptors and credentials--via sockets.  It may be
7218          too late to add this functionality to the CORE but
7219          at least Configure now probes for the functions,
7220          structs, and includes, defining the appropriate
7221          HAS_YYY and I_ZZZ, and the Socket extension exports
7222          the constants, in case somebody wants to write an
7223          extension for this interface.
7224  Branch: cfgperl
7225        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7226        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
7227        ! iperlsys.h
7228 ____________________________________________________________________________
7229 [  2284] By: jhi                                   on 1998/11/22  18:13:21
7230     Log: perlhist.pod 1.54, containing 5_53.
7231  Branch: cfgperl
7232        ! pod/perlhist.pod
7233 ____________________________________________________________________________
7234 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
7235     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
7236  Branch: maint-5.004/perl
7237        ! doio.c
7238 ____________________________________________________________________________
7239 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
7240     Log: Improve op/die_exit.t test for implicit close changing $!
7241  Branch: maint-5.004/perl
7242        ! t/op/die_exit.t
7243 ____________________________________________________________________________
7244 [  2268] By: jhi                                   on 1998/11/22  14:44:11
7245     Log: Fix thinko.
7246  Branch: cfgperl
7247        ! hints/dynixptx.sh
7248 ____________________________________________________________________________
7249 [  2267] By: jhi                                   on 1998/11/22  13:19:41
7250     Log: Document the d_socket override.
7251  Branch: cfgperl
7252        ! hints/dynixptx.sh
7253 ____________________________________________________________________________
7254 [  2266] By: jhi                                   on 1998/11/22  12:12:29
7255     Log: From: John Tobey <jtobey@channel1.com>
7256          Subject: [PATCH] perlfaq typos
7257          To: perl5-porters@perl.com
7258          Date: 22 Nov 1998 04:25:15 +0200
7259          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
7260  Branch: cfgperl
7261        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
7262        ! pod/perlfaq7.pod pod/perlfaq8.pod
7263 ____________________________________________________________________________
7264 [  2265] By: jhi                                   on 1998/11/22  12:06:29
7265     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
7266          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
7267          Newsgroups: hut.lists.perl5-porters
7268          To: gsar@engin.umich.edu (Gurusamy Sarathy)
7269          Cc: perl5-porters@perl.org (Perl5 Porters)
7270          Date: 20 Nov 1998 12:20:41 +0200
7271  Branch: cfgperl
7272        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
7273        ! ext/DB_File/DB_File.xs
7274 ____________________________________________________________________________
7275 [  2264] By: jhi                                   on 1998/11/22  11:55:09
7276     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
7277          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
7278          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
7279          To: perlbug@perl.com
7280          Date: 20 Nov 1998 18:39:06 +0200
7281          Lines: 47
7282          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
7283  Branch: cfgperl
7284        ! t/op/grent.t t/op/pwent.t
7285 ____________________________________________________________________________
7286 [  2263] By: jhi                                   on 1998/11/22  11:42:59
7287     Log: Permission testing is tricky when we have too much power.
7288          Problem reported in
7289          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
7290          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
7291          To: perlbug@perl.com
7292          Date: 20 Nov 1998 18:39:06 +0200
7293          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
7294  Branch: cfgperl
7295        ! t/op/filetest.t
7296 ____________________________________________________________________________
7297 [  2262] By: gsar                                  on 1998/11/22  11:37:02
7298     Log: fix broken CAPI generation
7299  Branch: perl
7300        ! win32/GenCAPI.pl
7301 ____________________________________________________________________________
7302 [  2261] By: jhi                                   on 1998/11/22  11:17:00
7303     Log: -x should be C<-x>, reported by Gerben Wierda.
7304  Branch: cfgperl
7305        ! pod/perlfunc.pod
7306 ____________________________________________________________________________
7307 [  2260] By: gsar                                  on 1998/11/22  11:12:02
7308     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
7309  Branch: perl
7310        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
7311        ! proto.h
7312 ____________________________________________________________________________
7313 [  2259] By: jhi                                   on 1998/11/22  11:06:40
7314     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
7315          Subject: Re: [PATCH] Re: pod2man bug in date generated line
7316          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
7317          Cc: perlbug@perl.com
7318          Date: 20 Nov 1998 21:30:17 +0200
7319          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
7320  Branch: cfgperl
7321        ! pod/pod2man.PL
7322 ____________________________________________________________________________
7323 [  2256] By: jhi                                   on 1998/11/21  10:44:01
7324     Log: From: Thomas Bowditch <bowditch@inmet.com>
7325          Subject: Benchmark.pm suggestion
7326          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
7327          Date: Fri, 20 Nov 1998 17:43:46 -0500
7328          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
7329          
7330          Added timesum().
7331  Branch: cfgperl
7332        ! lib/Benchmark.pm
7333 ____________________________________________________________________________
7334 [  2255] By: gsar                                  on 1998/11/21  08:45:06
7335     Log: another win32 portability fix: make sysread() and syswrite()
7336          work on sockets
7337  Branch: perl
7338        ! pp_sys.c win32/win32.h
7339 ____________________________________________________________________________
7340 [  2254] By: gsar                                  on 1998/11/21  07:49:06
7341     Log: win32_recvfrom() compatibility fix
7342  Branch: perl
7343        ! win32/win32sck.c
7344 ____________________________________________________________________________
7345 [  2253] By: jhi                                   on 1998/11/20  08:22:06
7346     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
7347          To: jhi@iki.fi
7348          Subject: MPE/iX Perl 5.005_02 oops
7349          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
7350          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
7351  Branch: cfgperl
7352        ! ext/DynaLoader/dl_mpeix.xs installperl
7353 ____________________________________________________________________________
7354 [  2252] By: gsar                                  on 1998/11/19  17:38:03
7355     Log: mess_sv tweak for change#2249
7356  Branch: perl
7357        ! util.c
7358 ____________________________________________________________________________
7359 [  2251] By: jhi                                   on 1998/11/18  12:32:19
7360     Log: Display use64bits and usemultiplicity but only if necessary.
7361  Branch: cfgperl
7362        ! myconfig
7363 ____________________________________________________________________________
7364 [  2250] By: jhi                                   on 1998/11/18  12:26:50
7365     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
7366          Subject: pp.c uses 'unsigned Quad_t'
7367          To: perlbug@perl.com 
7368          Date: Sun, 15 Nov 1998 20:57:05 -0300 
7369          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
7370  Branch: cfgperl
7371        ! perl.h pp.c
7372 ____________________________________________________________________________
7373 [  2249] By: gsar                                  on 1998/11/18  05:43:11
7374     Log: use PL_mess_sv only during global destruction (fixes problems with
7375          overlapping invocations of form()/warn()/die()/croak() trampling on
7376          each other's messages)
7377  Branch: perl
7378        ! mg.c util.c
7379 ____________________________________________________________________________
7380 [  2248] By: gsar                                  on 1998/11/18  05:39:36
7381     Log: tweak change#2245 to skip previous message if any
7382  Branch: perl
7383        ! pp_ctl.c t/pragma/warn/pp_ctl
7384 ____________________________________________________________________________
7385 [  2247] By: jhi                                   on 1998/11/17  11:46:56
7386     Log: Integrate from mainperl.
7387  Branch: cfgperl
7388       !> (integrate 26 files)
7389 ____________________________________________________________________________
7390 [  2246] By: gsar                                  on 1998/11/17  09:41:10
7391     Log: allow C<sort $coderef @foo>
7392  Branch: perl
7393        ! op.c t/op/sort.t t/pragma/overload.t
7394 ____________________________________________________________________________
7395 [  2245] By: gsar                                  on 1998/11/17  08:28:26
7396     Log: propagate failures in DESTROY() as (optional) warnings
7397  Branch: perl
7398        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
7399 ____________________________________________________________________________
7400 [  2244] By: gsar                                  on 1998/11/17  07:43:08
7401     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
7402  Branch: perl
7403        ! perl.c thrdvar.h
7404 ____________________________________________________________________________
7405 [  2243] By: gsar                                  on 1998/11/17  07:40:09
7406     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
7407  Branch: perl
7408        ! lib/warning.pm warning.h warning.pl
7409 ____________________________________________________________________________
7410 [  2242] By: gsar                                  on 1998/11/17  06:32:39
7411     Log: fix skipspace() to properly account for newlines in eval''-ed
7412          strings (caused bogus line numbers in diagnostics and debugger)
7413  Branch: perl
7414        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
7415 ____________________________________________________________________________
7416 [  2241] By: gsar                                  on 1998/11/17  03:48:12
7417     Log: s/Perl_utf8skip/PL_utf8skip/g
7418  Branch: perl
7419        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
7420 ____________________________________________________________________________
7421 [  2240] By: gsar                                  on 1998/11/14  06:09:06
7422     Log: rework op/groups.t
7423  Branch: perl
7424        ! t/op/filetest.t t/op/groups.t
7425 ____________________________________________________________________________
7426 [  2235] By: gsar                                  on 1998/11/14  00:17:05
7427     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
7428  Branch: perl
7429        ! op.c
7430 ____________________________________________________________________________
7431 [  2234] By: gsar                                  on 1998/11/14  00:14:02
7432     Log: update Changes
7433  Branch: perl
7434        ! Changes win32/config.bc win32/config.gc win32/config.vc
7435 ____________________________________________________________________________
7436 [  2233] By: gsar                                  on 1998/11/13  09:43:03
7437     Log: doc tweak
7438  Branch: perl
7439        ! README.win32
7440 ____________________________________________________________________________
7441 [  2230] By: jhi                                   on 1998/11/12  17:07:45
7442     Log: Allow hints file override for d_socket
7443          (based on Sequent-induced change #2229).
7444  Branch: cfgperl
7445        ! Configure
7446 ____________________________________________________________________________
7447 [  2229] By: jhi                                   on 1998/11/12  16:32:33
7448     Log: 
7449          From: "Martin J. Bligh" <mbligh@sequent.com>
7450          To: jhi@iki.fi
7451          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
7452          Subject: Re: Making Perl work on DYNIX/ptx
7453          Date: Tue, 10 Nov 1998 16:24:26 -0800
7454          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
7455  Branch: cfgperl
7456        ! hints/dynixptx.sh
7457 ____________________________________________________________________________
7458 [  2228] By: jhi                                   on 1998/11/12  11:40:37
7459     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
7460          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
7461          To: jhi@iki.fi
7462          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
7463          Subject: Re: Making Perl work on DYNIX/ptx
7464          Date: Tue, 10 Nov 1998 18:01:10 -0800
7465  Branch: cfgperl
7466        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
7467 ____________________________________________________________________________
7468 [  2227] By: jhi                                   on 1998/11/12  11:17:42
7469     Log: Integrate from mainperl.
7470  Branch: cfgperl
7471       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
7472       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
7473       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
7474       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
7475       !> win32/win32.c x2p/s2p.PL
7476 ____________________________________________________________________________
7477 [  2226] By: gsar                                  on 1998/11/11  21:05:42
7478     Log: provide -DPERL_POLLUTE
7479  Branch: perl
7480        ! embed.pl embedvar.h
7481 ____________________________________________________________________________
7482 [  2225] By: jhi                                   on 1998/11/09  07:45:12
7483     Log: From: Hans Mulder <hansm@icgroup.nl>
7484          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
7485          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
7486          perl5-porters@perl.org
7487          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
7488          (UNINSTALLED)
7489          Date: Sun,  8 Nov 98 22:20:23 +0100
7490          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
7491  Branch: cfgperl
7492        ! malloc.c perl.h
7493 ____________________________________________________________________________
7494 [  2224] By: gsar                                  on 1998/11/09  03:13:14
7495     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
7496          Christoph <lupe@alanya.m.isar.de>)
7497  Branch: perl
7498        ! lib/Text/Wrap.pm
7499 ____________________________________________________________________________
7500 [  2223] By: gsar                                  on 1998/11/09  02:09:06
7501     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
7502          <lionel.fourquaux@wanadoo.fr>)
7503  Branch: perl
7504        ! x2p/s2p.PL
7505 ____________________________________________________________________________
7506 [  2222] By: gsar                                  on 1998/11/09  01:56:24
7507     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
7508          Date: Wed, 04 Nov 1998 12:19:44 +0000
7509          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
7510          Subject: [PATCH] Re: [5.005_53] read overflow? 
7511          --
7512          Date: Wed, 04 Nov 1998 13:15:18 +0000
7513          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
7514          Subject: [PATCH 5.005_53] perl -V fix
7515  Branch: perl
7516        ! perl.c regexec.c
7517 ____________________________________________________________________________
7518 [  2221] By: gsar                                  on 1998/11/09  01:34:56
7519     Log: From: jan.dubois@ibm.net (Jan Dubois)
7520          Date: Sun, 01 Nov 1998 00:05:01 +0100
7521          Message-ID: <364294bd.18052307@smtp1.ibm.net>
7522          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
7523  Branch: perl
7524        ! Changes win32/makedef.pl
7525 ____________________________________________________________________________
7526 [  2220] By: gsar                                  on 1998/11/08  21:13:07
7527     Log: integrate changes#2120,2168,2218 from maint-5.005;
7528          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
7529          enum; make regen_headers
7530  Branch: perl
7531        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
7532        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
7533 ____________________________________________________________________________
7534 [  2219] By: gsar                                  on 1998/11/08  19:42:57
7535     Log: integrate cfgperl changes into mainline
7536  Branch: perl
7537       +> README.vmesa
7538       !> Configure MANIFEST Porting/Glossary Porting/config.sh
7539       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
7540       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
7541       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
7542       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
7543       !> thread.h vms/subconfigure.com vos/config.h
7544 ____________________________________________________________________________
7545 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
7546     Log: From: Graham Barr <gbarr@ti.com>
7547          Date: Mon, 2 Nov 1998 07:38:52 -0600
7548          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
7549          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
7550  Branch: maint-5.005/perl
7551        ! ext/IPC/SysV/Msg.pm
7552 ____________________________________________________________________________
7553 [  2215] By: gsar                                  on 1998/11/08  02:52:52
7554     Log: set close-on-exec bit on pipe() FDs
7555  Branch: perl
7556        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
7557 ____________________________________________________________________________
7558 [  2214] By: gsar                                  on 1998/11/08  02:27:57
7559     Log: typo in newHVhv()
7560  Branch: perl
7561        ! hv.c
7562 ____________________________________________________________________________
7563 [  2211] By: jhi                                   on 1998/11/07  21:14:18
7564     Log: Finalize the Mach CThreads support.
7565          
7566          From: Hans Mulder <hansm@icgroup.nl>
7567          Date: Sat,  7 Nov 98 22:06:20 +0100
7568          To: Gurusamy Sarathy <gsar@engin.umich.edu>
7569          Cc: jhi@iki.fi, perl5-porters@perl.org
7570          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
7571          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
7572  Branch: cfgperl
7573        ! malloc.c perl.h
7574 ____________________________________________________________________________
7575 [  2210] By: gsar                                  on 1998/11/06  20:36:50
7576     Log: fix AvREALISH bogusness
7577  Branch: perl
7578        ! av.c t/op/array.t
7579 ____________________________________________________________________________
7580 [  2209] By: jhi                                   on 1998/11/06  08:05:31
7581     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
7582          ASSERT() causes problems in {NeXTStep,OpenStep}.
7583          
7584          From: Hans Mulder <hansm@icgroup.nl>
7585          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
7586          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
7587          Date: Fri,  6 Nov 98 01:27:41 +0100
7588          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
7589          
7590          and
7591          
7592          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7593          Subject: Re: ASSERT() in malloc.c
7594          To: jhi@iki.fi
7595          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
7596          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
7597  Branch: cfgperl
7598        ! malloc.c
7599 ____________________________________________________________________________
7600 [  2208] By: jhi                                   on 1998/11/06  07:55:38
7601     Log: Mach CThreads needs #include <mach/cthreads.h>.
7602  Branch: cfgperl
7603        ! perl.h
7604 ____________________________________________________________________________
7605 [  2206] By: jhi                                   on 1998/11/05  14:54:52
7606     Log: PERL_BADLANG wrongly documented.
7607          
7608          From: ts <decoux@moulon.inra.fr>
7609          To: jhi@cc.hut.fi
7610          Subject: Re: Locale warning messages
7611          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
7612          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
7613          
7614          and
7615          
7616          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7617          Subject: Re: PERL_BADLANG
7618          To: jhi@iki.fi
7619          Subject: Re: PERL_BADLANG
7620          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
7621          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
7622  Branch: cfgperl
7623        ! pod/perllocale.pod
7624 ____________________________________________________________________________
7625 [  2205] By: jhi                                   on 1998/11/05  14:24:33
7626     Log: Document all the control flow keywords in perlfunc
7627          so that "perlfunc -f while" works.
7628  Branch: cfgperl
7629        ! pod/perlfunc.pod
7630 ____________________________________________________________________________
7631 [  2204] By: jhi                                   on 1998/11/05  12:46:02
7632     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
7633          (from vos/config.h).  Update Porting/{Glossary,config*}.
7634  Branch: cfgperl
7635        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7636        ! config_h.SH vos/config.h
7637 ____________________________________________________________________________
7638 [  2203] By: jhi                                   on 1998/11/05  08:34:39
7639     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
7640  Branch: cfgperl
7641        ! hints/vmesa.sh vms/subconfigure.com
7642 ____________________________________________________________________________
7643 [  2202] By: jhi                                   on 1998/11/05  08:03:20
7644     Log: Integrate from mainperl.
7645  Branch: cfgperl
7646       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
7647       !> win32/Makefile win32/makefile.mk win32/win32.c
7648 ____________________________________________________________________________
7649 [  2201] By: gsar                                  on 1998/11/05  04:40:44
7650     Log: another POPSTACK victim
7651  Branch: perl
7652        ! cop.h sv.c
7653 ____________________________________________________________________________
7654 [  2196] By: gsar                                  on 1998/11/05  02:07:54
7655     Log: fix a location affected by change#2191, add note about POPSTACK
7656  Branch: perl
7657        ! cop.h gv.c pp_ctl.c
7658 ____________________________________________________________________________
7659 [  2195] By: gsar                                  on 1998/11/05  02:04:45
7660     Log: makefile notes
7661  Branch: perl
7662        ! win32/Makefile win32/makefile.mk
7663 ____________________________________________________________________________
7664 [  2192] By: gsar                                  on 1998/11/04  23:48:53
7665     Log: indeterminate order-of-evaluation fixes
7666  Branch: perl
7667        ! mg.c
7668 ____________________________________________________________________________
7669 [  2191] By: gsar                                  on 1998/11/04  23:02:16
7670     Log: refetch local stack pointer in POPSTACK
7671  Branch: perl
7672        ! cop.h perl.c
7673 ____________________________________________________________________________
7674 [  2190] By: jhi                                   on 1998/11/04  08:50:40
7675     Log: Configure update.
7676          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
7677          
7678          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
7679          To: Martin Bligh <mbligh@sequent.com>
7680          Cc: Jarkko Hietaniemi <jhi@iki.fi>
7681          Subject: Re: Perl 5's configure on DYNIX/ptx
7682          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
7683          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
7684          
7685          find sockets also from libsocket, not just libnet.
7686          OS390: $compile_ok instead of $compile for <inttypes.h>,
7687          
7688          From: pvhp@forte.com (Peter Prymmer)
7689          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
7690          Subject: _53 not OK on os390 but looking better than ever
7691          Date: Tue, 3 Nov 98 17:33:22 PST
7692          Message-Id: <9811040133.AA09450@forte.com>
7693  Branch: cfgperl
7694        ! Configure
7695 ____________________________________________________________________________
7696 [  2189] By: jhi                                   on 1998/11/04  07:43:58
7697     Log: sysio.t failure: fix undefined order of evaluation, from
7698          
7699          From: Spider Boardman <spider@web.zk3.dec.com>
7700          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
7701          To: perlbug@perl.com
7702          Date: 4 Nov 1998 01:22:30 +0200
7703          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
7704  Branch: cfgperl
7705        ! pp_sys.c
7706 ____________________________________________________________________________
7707 [  2188] By: gsar                                  on 1998/11/04  02:59:16
7708     Log: fix return value of win32_pclose()
7709  Branch: perl
7710        ! win32/win32.c
7711 ____________________________________________________________________________
7712 [  2187] By: gsar                                  on 1998/11/04  02:56:34
7713     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
7714  Branch: perl
7715        ! Changes doop.c gv.c util.c
7716 ____________________________________________________________________________
7717 [  2186] By: jhi                                   on 1998/11/03  08:17:52
7718     Log: Document quads in pack.
7719  Branch: cfgperl
7720        ! pod/perlfunc.pod
7721 ____________________________________________________________________________
7722 [  2185] By: jhi                                   on 1998/11/03  07:49:35
7723     Log: (IV) vs (I32) vs I_V()
7724          
7725          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
7726          From: Anton Berezin <tobez@plab.ku.dk> 
7727          To: "p5p" <perl5-porters@perl.org> 
7728          Date: 01 Nov 1998 15:09:11 +0100 
7729          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
7730          
7731          and
7732          
7733          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
7734          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
7735          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
7736  Branch: cfgperl
7737        ! sv.c
7738 ____________________________________________________________________________
7739 [  2184] By: jhi                                   on 1998/11/03  07:42:46
7740     Log: VM/ESA updates.
7741  Branch: cfgperl
7742        + README.vmesa
7743        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
7744 ____________________________________________________________________________
7745 [  2183] By: jhi                                   on 1998/11/02  12:58:13
7746     Log: The id(1)-parsing is real fun.
7747  Branch: cfgperl
7748        ! t/op/groups.t
7749 ____________________________________________________________________________
7750 [  2182] By: jhi                                   on 1998/11/02  12:07:43
7751     Log: Decommission the symlink test.
7752  Branch: cfgperl
7753        ! t/op/lex_assign.t
7754 ____________________________________________________________________________
7755 [  2181] By: jhi                                   on 1998/11/02  12:03:08
7756     Log: Replace ATTR_JOINABLE with true Configure probe
7757          for PTHREAD_CREATE_JOINABLE (or equivalent:
7758          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
7759          Remove ATTR_JOINABLE itself: Thread.xs uses
7760          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
7761          
7762          Really scan for <mach/cthreads.h> only if usethreads.
7763  Branch: cfgperl
7764        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
7765 ____________________________________________________________________________
7766 [  2180] By: jhi                                   on 1998/11/02  11:07:34
7767     Log: In HP-UX 10.X usethreads only if the required files are present.
7768  Branch: cfgperl
7769        ! hints/hpux.sh
7770 ____________________________________________________________________________
7771 [  2179] By: jhi                                   on 1998/11/02  09:10:33
7772     Log: Prefer groups(1).
7773          id -Gn can be broken.
7774          id -a can save the day.
7775  Branch: cfgperl
7776        ! t/op/groups.t
7777 ____________________________________________________________________________
7778 [  2178] By: jhi                                   on 1998/11/02  08:35:29
7779     Log: Detrail enum comma.
7780  Branch: cfgperl
7781        ! perl.h
7782 ____________________________________________________________________________
7783 [  2177] By: jhi                                   on 1998/11/02  08:24:12
7784     Log: 0**0 = 1, from
7785          
7786          From: d-lewart@uiuc.edu (Daniel S. Lewart)
7787          Subject: Math::Complex 0**0 patches
7788          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
7789          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
7790          To: jhi@iki.fi (Jarkko Hietaniemi),
7791          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
7792  Branch: cfgperl
7793        ! lib/Math/Complex.pm t/lib/complex.t
7794 ____________________________________________________________________________
7795 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
7796     Log: From: jan.dubois@ibm.net (Jan Dubois)   
7797          Date: Fri, 09 Oct 1998 23:28:31 +0200
7798          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
7799          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
7800  Branch: maint-5.005/perl
7801        ! XSUB.h
7802 ____________________________________________________________________________
7803 [  2164] By: jhi                                   on 1998/10/31  15:50:02
7804     Log: Integrate from mainperl.
7805  Branch: cfgperl
7806       +> t/op/lex_assign.t
7807       !> (integrate 45 files)
7808
7809 ----------------
7810 Version 5.005_53
7811 ----------------
7812
7813 ____________________________________________________________________________
7814 [  2163] By: gsar                                  on 1998/10/31  11:31:12
7815     Log: bump patchlevel; other minor fixes for clean build and test on
7816          Solaris and win32
7817  Branch: perl
7818        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
7819        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
7820        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
7821        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
7822        ! x2p/a2p.c
7823 ____________________________________________________________________________
7824 [  2162] By: gsar                                  on 1998/10/31  09:40:31
7825     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7826          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
7827          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
7828          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
7829  Branch: perl
7830        ! pp.h
7831 ____________________________________________________________________________
7832 [  2161] By: gsar                                  on 1998/10/31  09:39:13
7833     Log: From: Albert Dvornik <bert@genscan.com>
7834          Date: 30 Oct 1998 17:50:04 -0500
7835          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
7836          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
7837  Branch: perl
7838        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
7839 ____________________________________________________________________________
7840 [  2160] By: gsar                                  on 1998/10/31  09:35:03
7841     Log: fix for bugs in -x mode
7842          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7843          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
7844          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
7845          Subject: [PATCH 5.00552] Fix h2xs
7846  Branch: perl
7847        ! utils/h2xs.PL
7848 ____________________________________________________________________________
7849 [  2159] By: gsar                                  on 1998/10/31  09:31:36
7850     Log: Data::Dumper update
7851  Branch: perl
7852        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
7853        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
7854 ____________________________________________________________________________
7855 [  2153] By: gsar                                  on 1998/10/30  21:40:09
7856     Log: add testsuite portion of patch
7857          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7858          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
7859          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
7860          Subject: [PATCH 5.00321 ;-)] 87% speedup
7861  Branch: perl
7862        + t/op/lex_assign.t
7863        ! MANIFEST
7864 ____________________________________________________________________________
7865 [  2152] By: gsar                                  on 1998/10/30  21:08:11
7866     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
7867  Branch: perl
7868        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
7869 ____________________________________________________________________________
7870 [  2151] By: gsar                                  on 1998/10/30  20:18:09
7871     Log: From: Mark-Jason Dominus <mjd@plover.com>
7872          Date: Fri, 30 Oct 1998 14:24:23 EST
7873          Message-Id: <19981030192423.27276.qmail@plover.com>
7874          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
7875  Branch: perl
7876        ! x2p/walk.c
7877 ____________________________________________________________________________
7878 [  2150] By: gsar                                  on 1998/10/30  20:08:57
7879     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7880          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
7881          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
7882          Subject: [PATCH 5.00552] Overloaded <> and deref again
7883  Branch: perl
7884        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
7885        ! t/pragma/overload.t toke.c
7886 ____________________________________________________________________________
7887 [  2149] By: gsar                                  on 1998/10/30  19:38:15
7888     Log: From: Roderick Schertler <roderick@argon.org>
7889          Date: Thu, 29 Oct 1998 14:50:18 -0500
7890          Message-ID: <17625.909690618@eeyore.ibcinc.com>
7891          Subject: patch for daemonization docs in perlipc
7892  Branch: perl
7893        ! pod/perlipc.pod
7894 ____________________________________________________________________________
7895 [  2148] By: gsar                                  on 1998/10/30  19:36:07
7896     Log: From: Anton Berezin <tobez@plab.ku.dk>
7897          Date: 29 Oct 1998 17:06:25 +0100
7898          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
7899          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
7900  Branch: perl
7901        ! win32/win32.c
7902 ____________________________________________________________________________
7903 [  2147] By: gsar                                  on 1998/10/30  19:31:37
7904     Log: tweaked version of suggested patch
7905          From: Anton Berezin <tobez@plab.ku.dk>
7906          Date: 29 Oct 1998 14:48:54 +0100
7907          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
7908          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
7909  Branch: perl
7910        ! win32/win32.c
7911 ____________________________________________________________________________
7912 [  2146] By: gsar                                  on 1998/10/30  19:03:50
7913     Log: hand-apply whitespace-mutiliated patch
7914          From: "vishal bhatia" <vishalb@hotmail.com>
7915          Date: Wed, 28 Oct 1998 23:45:32 PST
7916          Message-ID: <19981029074534.2334.qmail@hotmail.com>
7917          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
7918  Branch: perl
7919        ! ext/B/B/C.pm ext/B/B/CC.pm
7920 ____________________________________________________________________________
7921 [  2145] By: gsar                                  on 1998/10/30  18:46:58
7922     Log: remaining PL_foo stragglers
7923  Branch: perl
7924        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
7925        ! op.h os2/os2.c vms/gen_shrfls.pl
7926 ____________________________________________________________________________
7927 [  2144] By: gsar                                  on 1998/10/30  17:38:36
7928     Log: integrate cfgperl tweaks into mainline
7929  Branch: perl
7930       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
7931       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
7932 ____________________________________________________________________________
7933 [  2143] By: jhi                                   on 1998/10/30  13:27:39
7934     Log: There can be multiple yacc/bison errors.
7935  Branch: cfgperl
7936        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
7937 ____________________________________________________________________________
7938 [  2142] By: jhi                                   on 1998/10/30  13:18:43
7939     Log: README.posix-bc update.
7940  Branch: cfgperl
7941        ! README.posix-bc
7942 ____________________________________________________________________________
7943 [  2141] By: jhi                                   on 1998/10/30  09:12:59
7944     Log: #2133 fallout.
7945  Branch: cfgperl
7946        ! doio.c ext/POSIX/POSIX.xs
7947 ____________________________________________________________________________
7948 [  2140] By: jhi                                   on 1998/10/30  08:43:18
7949     Log: Integrate from mainperl.
7950  Branch: cfgperl
7951       +> globvar.sym pp.sym
7952        - objpp.h thread.sym
7953       !> (integrate 61 files)
7954 ____________________________________________________________________________
7955 [  2133] By: gsar                                  on 1998/10/30  02:51:39
7956     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
7957          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
7958          should soon be automated also; the global variables that
7959          escaped the PL_foo conversion are now reined in; renamed
7960          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
7961          type of same name; duplicated lists of pp_things in various
7962          places is now gone; result has only been tested on win32
7963  Branch: perl
7964        + globvar.sym pp.sym
7965        - objpp.h thread.sym
7966        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
7967        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
7968        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
7969        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
7970        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
7971        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
7972        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
7973        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
7974        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
7975        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7976        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
7977 ____________________________________________________________________________
7978 [  2130] By: jhi                                   on 1998/10/29  15:31:26
7979     Log: Pure bison yylex() proto was broken.
7980  Branch: cfgperl
7981        ! proto.h
7982 ____________________________________________________________________________
7983 [  2126] By: jhi                                   on 1998/10/29  08:35:54
7984     Log: Integrate mainperl.
7985  Branch: cfgperl
7986       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
7987       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
7988       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
7989       !> t/pragma/warn/doio toke.c win32/makefile.mk
7990 ____________________________________________________________________________
7991 [  2125] By: jhi                                   on 1998/10/29  08:32:38
7992     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
7993  Branch: cfgperl
7994        ! Makefile.SH
7995 ____________________________________________________________________________
7996 [  2124] By: jhi                                   on 1998/10/29  08:06:44
7997     Log: EBCDIC Makefile.SH tuneup.
7998  Branch: cfgperl
7999        ! Makefile.SH
8000 ____________________________________________________________________________
8001 [  2119] By: gsar                                  on 1998/10/28  23:24:04
8002     Log: remove doubled hunk from integration
8003  Branch: perl
8004        ! pp.c
8005 ____________________________________________________________________________
8006 [  2118] By: gsar                                  on 1998/10/28  22:03:31
8007     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8008          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
8009          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
8010          Subject: [PATCH 5.00552] Minor debugger tweaks
8011  Branch: perl
8012        ! lib/perl5db.pl
8013 ____________________________________________________________________________
8014 [  2117] By: gsar                                  on 1998/10/28  22:02:30
8015     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8016          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
8017          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
8018          Subject: [PATCH 5.00552] Make sort respect overloading
8019  Branch: perl
8020        ! pp_ctl.c proto.h t/pragma/overload.t
8021 ____________________________________________________________________________
8022 [  2116] By: gsar                                  on 1998/10/28  21:51:11
8023     Log: MM patches from Ilya Zakharevich
8024          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
8025          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
8026          Subject: [PATCH 5.00552] Make MakeMaker more verbose
8027          --
8028          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
8029          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
8030          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
8031  Branch: perl
8032        ! lib/ExtUtils/MakeMaker.pm
8033 ____________________________________________________________________________
8034 [  2115] By: gsar                                  on 1998/10/28  21:46:19
8035     Log: add explicit references to perl source path in ld2 and gcc2
8036  Branch: perl
8037        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
8038 ____________________________________________________________________________
8039 [  2114] By: gsar                                  on 1998/10/28  21:39:56
8040     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
8041          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
8042          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
8043          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
8044  Branch: perl
8045        ! INSTALL
8046 ____________________________________________________________________________
8047 [  2113] By: gsar                                  on 1998/10/28  21:21:16
8048     Log: integrate cfgperl into mainline
8049  Branch: perl
8050       +> t/op/filetest.t
8051       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
8052       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
8053       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
8054       !> thread.h toke.c vmesa/Makefile
8055 ____________________________________________________________________________
8056 [  2112] By: gsar                                  on 1998/10/28  21:14:18
8057     Log: minor cleanup
8058  Branch: perl
8059        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
8060 ____________________________________________________________________________
8061 [  2111] By: gsar                                  on 1998/10/28  18:52:10
8062     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
8063  Branch: perl
8064        ! toke.c
8065 ____________________________________________________________________________
8066 [  2110] By: jhi                                   on 1998/10/28  15:07:54
8067     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
8068  Branch: cfgperl
8069        ! Makefile.SH
8070 ____________________________________________________________________________
8071 [  2109] By: jhi                                   on 1998/10/28  13:39:54
8072     Log: a2p.y needs to generate also y.tab.h.
8073  Branch: cfgperl
8074        ! Makefile.SH
8075 ____________________________________________________________________________
8076 [  2108] By: jhi                                   on 1998/10/28  10:33:36
8077     Log: The "parse error" must be converted to "syntax error",
8078          just matching it aint' enough.
8079  Branch: cfgperl
8080        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
8081        ! t/pragma/warning.t
8082 ____________________________________________________________________________
8083 [  2107] By: jhi                                   on 1998/10/28  10:23:05
8084     Log: Regen sig_n{ame,umber}* if slightest doubt.
8085  Branch: cfgperl
8086        ! Configure
8087 ____________________________________________________________________________
8088 [  2106] By: jhi                                   on 1998/10/28  08:44:49
8089     Log: Bison says 'parse error', not 'parser error'.
8090  Branch: cfgperl
8091        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
8092        ! t/pragma/warning.t
8093 ____________________________________________________________________________
8094 [  2105] By: jhi                                   on 1998/10/28  08:42:09
8095     Log: yylex() parametrization.
8096  Branch: cfgperl
8097        ! proto.h toke.c
8098 ____________________________________________________________________________
8099 [  2104] By: jhi                                   on 1998/10/28  08:25:09
8100     Log: Bring in #2102.
8101  Branch: cfgperl
8102        ! pp.c
8103 ____________________________________________________________________________
8104 [  2103] By: jhi                                   on 1998/10/28  08:22:04
8105     Log: From: Dominic Dunlop <domo@vo.lu>
8106          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
8107          Date: 27 Oct 1998 20:47:25 +0200
8108          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
8109  Branch: cfgperl
8110        ! t/op/groups.t
8111 ____________________________________________________________________________
8112 [  2102] By: larry                                 on 1998/10/27  18:58:55
8113     Log: utf8 change to quotemeta broke EBCDIC
8114  Branch: perl
8115        ! pp.c
8116 ____________________________________________________________________________
8117 [  2101] By: jhi                                   on 1998/10/27  12:55:34
8118     Log: $Config{sig_num_init}.
8119          Also, a new approach to the 'pthreads-created-joinable': drop
8120          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
8121          directly. (See also #2096).
8122  Branch: cfgperl
8123        ! Configure config_h.SH
8124 ____________________________________________________________________________
8125 [  2100] By: jhi                                   on 1998/10/27  10:48:55
8126     Log: Regenerated perly_c.diff.
8127  Branch: cfgperl
8128        ! perly_c.diff
8129 ____________________________________________________________________________
8130 [  2099] By: jhi                                   on 1998/10/27  08:42:25
8131     Log: First the mangler was Netscape, then it was me.
8132  Branch: cfgperl
8133        ! vmesa/Makefile
8134 ____________________________________________________________________________
8135 [  2098] By: jhi                                   on 1998/10/27  08:34:40
8136     Log: `id -Gn` might be available where `groups` is not.
8137  Branch: cfgperl
8138        ! t/op/groups.t
8139 ____________________________________________________________________________
8140 [  2097] By: jhi                                   on 1998/10/27  08:05:17
8141     Log: Netscape had mangled the tabs.
8142  Branch: cfgperl
8143        ! vmesa/Makefile
8144 ____________________________________________________________________________
8145 [  2096] By: jhi                                   on 1998/10/27  08:03:05
8146     Log: ATTR_JOINABLE logic, based on (private email)
8147          
8148          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
8149          Subject: Some little diffs
8150          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
8151          Date: Tue, 27 Oct 1998 13:44:42 +1300
8152  Branch: cfgperl
8153        ! thread.h
8154 ____________________________________________________________________________
8155 [  2095] By: jhi                                   on 1998/10/27  07:56:57
8156     Log: Mach cthreads support based on:
8157          
8158          From: brie@corp.home.net (Brian Harrison)
8159          Subject: perl5.005_02 patch for mthreads
8160          To: perl5-porters@perl.org
8161          Date: 24 Oct 1998 01:01:55 +0300
8162          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
8163          
8164          Pthread yield probe (dejavu)
8165          Cosmetic nanochange for the union semun output.
8166          Better inttypes.h probe.
8167          Undo the 'void *' $selecttype probe from #1971 because
8168          it breaks the $selectminbits test.
8169  Branch: cfgperl
8170        ! Configure config_h.SH perl.h thread.h
8171 ____________________________________________________________________________
8172 [  2094] By: jhi                                   on 1998/10/26  13:02:07
8173     Log: Also posix-bc wants to reyacc.
8174  Branch: cfgperl
8175        ! Makefile.SH
8176 ____________________________________________________________________________
8177 [  2093] By: jhi                                   on 1998/10/26  10:17:21
8178     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
8179          5_02 and really breaking things in non-ASCII worlds.
8180  Branch: cfgperl
8181        ! pp.c
8182 ____________________________________________________________________________
8183 [  2092] By: jhi                                   on 1998/10/26  09:08:00
8184     Log: More robustness.
8185  Branch: cfgperl
8186        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
8187        ! t/pragma/warning.t
8188 ____________________________________________________________________________
8189 [  2091] By: jhi                                   on 1998/10/26  08:47:32
8190     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
8191          Bison really wants YYLEX_PARAM.
8192  Branch: cfgperl
8193        ! perly.y proto.h toke.c
8194 ____________________________________________________________________________
8195 [  2090] By: jhi                                   on 1998/10/26  08:21:25
8196     Log: s/YYLEX_PARAM/YYLEXPARAM/
8197  Branch: cfgperl
8198        ! perly.y
8199 ____________________________________________________________________________
8200 [  2089] By: jhi                                   on 1998/10/26  08:17:33
8201     Log: Indicate skipped subtests.
8202  Branch: cfgperl
8203        ! t/io/pipe.t
8204 ____________________________________________________________________________
8205 [  2088] By: jhi                                   on 1998/10/26  08:11:36
8206     Log: Integrate from mainperl.
8207  Branch: cfgperl
8208       !> (integrate 54 files)
8209 ____________________________________________________________________________
8210 [  2087] By: jhi                                   on 1998/10/26  08:08:02
8211     Log: Add test for filetests.
8212  Branch: cfgperl
8213        + t/op/filetest.t
8214        ! MANIFEST
8215 ____________________________________________________________________________
8216 [  2086] By: gsar                                  on 1998/10/26  02:44:44
8217     Log: various win32 tweaks; disable new xs_cpp section (it creates
8218          ambiguous inference graph for %.xs --> %.o)
8219  Branch: perl
8220        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
8221        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
8222        ! win32/config.gc win32/config_H.gc win32/makedef.pl
8223        ! win32/makefile.mk win32/win32.h
8224 ____________________________________________________________________________
8225 [  2085] By: gsar                                  on 1998/10/26  00:50:02
8226     Log: sanity-check $Config{drand01} in rand.t
8227  Branch: perl
8228        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
8229        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8230 ____________________________________________________________________________
8231 [  2078] By: gsar                                  on 1998/10/25  10:22:04
8232     Log: update win32/config*.?c
8233  Branch: perl
8234        ! Changes win32/config.bc win32/config.gc win32/config.vc
8235        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8236 ____________________________________________________________________________
8237 [  2077] By: gsar                                  on 1998/10/25  08:39:25
8238     Log: From: Graham Barr <gbarr@pobox.com>
8239          Date: Sat, 24 Oct 1998 21:45:50 -0500
8240          Message-ID: <19981024214550.C508@pobox.com>
8241          Subject: Re: die with a reference  should use overload "" operator
8242  Branch: perl
8243        ! pp_ctl.c
8244 ____________________________________________________________________________
8245 [  2076] By: gsar                                  on 1998/10/25  08:37:49
8246     Log: From: Graham Barr <gbarr@pobox.com>
8247          Date: Sat, 24 Oct 1998 12:45:21 -0500
8248          Message-ID: <19981024124521.C512@pobox.com>
8249          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
8250  Branch: perl
8251        ! sv.c
8252 ____________________________________________________________________________
8253 [  2075] By: gsar                                  on 1998/10/25  08:24:09
8254     Log: fix C<print $n += 5;> etc.
8255  Branch: perl
8256        ! toke.c
8257 ____________________________________________________________________________
8258 [  2074] By: gsar                                  on 1998/10/25  08:12:28
8259     Log: list builtins with portability caveats
8260          From: Jarkko Hietaniemi <jhi@iki.fi>
8261          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
8262          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
8263          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
8264  Branch: perl
8265        ! pod/perlfunc.pod
8266 ____________________________________________________________________________
8267 [  2073] By: gsar                                  on 1998/10/25  07:55:43
8268     Log: fix stack overrun in file test operators
8269  Branch: perl
8270        ! pp_sys.c
8271 ____________________________________________________________________________
8272 [  2072] By: gsar                                  on 1998/10/25  07:29:45
8273     Log: implement C<goto &func> and other fixes (via private mail)
8274          From:    "vishal bhatia" <vishalb@hotmail.com>
8275          Date:    Wed, 21 Oct 1998 22:59:03 PDT
8276          Message-Id: <19981022055904.20083.qmail@hotmail.com>
8277          Subject: [PATCH 5.005_52] More fixes for B
8278  Branch: perl
8279        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
8280 ____________________________________________________________________________
8281 [  2071] By: gsar                                  on 1998/10/25  07:14:41
8282     Log: From: Graham Barr <gbarr@pobox.com>
8283          Date: Sat, 17 Oct 1998 20:42:41 -0500
8284          Message-ID: <19981017204241.G510@pobox.com>
8285          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
8286  Branch: perl
8287        ! pp_ctl.c
8288 ____________________________________________________________________________
8289 [  2070] By: gsar                                  on 1998/10/25  07:07:29
8290     Log: avoid bogus line number in XSUB redefined warnings
8291  Branch: perl
8292        ! op.c
8293 ____________________________________________________________________________
8294 [  2069] By: gsar                                  on 1998/10/25  06:59:03
8295     Log: From: Martijn Koster <mak@excitecorp.com>
8296          Date: Wed, 21 Oct 1998 13:12:03 +0100
8297          Message-ID: <19981021131203.A15661@excitecorp.com>
8298          Subject: File::Path::mkpath reports the wrong error
8299  Branch: perl
8300        ! lib/File/Path.pm
8301 ____________________________________________________________________________
8302 [  2068] By: gsar                                  on 1998/10/25  06:54:43
8303     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
8304          Date: Tue, 20 Oct 1998 20:52:20 -0500
8305          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
8306          Subject: Exporter.pm's export_to_level() argument handling buggy
8307  Branch: perl
8308        ! lib/Exporter.pm
8309 ____________________________________________________________________________
8310 [  2067] By: gsar                                  on 1998/10/25  06:50:19
8311     Log: From: jan.dubois@ibm.net (Jan Dubois)
8312          Date: Wed, 21 Oct 1998 00:55:51 +0200
8313          Message-ID: <36380269.55370608@smtp1.ibm.net>
8314          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
8315  Branch: perl
8316        ! ext/DynaLoader/DynaLoader_pm.PL
8317 ____________________________________________________________________________
8318 [  2066] By: gsar                                  on 1998/10/25  06:48:19
8319     Log: recognize '%' as a shell metachar for win32
8320          From: jan.dubois@ibm.net (Jan Dubois)
8321          Date: Tue, 20 Oct 1998 21:57:35 +0200
8322          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
8323          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
8324  Branch: perl
8325        ! win32/win32.c
8326 ____________________________________________________________________________
8327 [  2065] By: gsar                                  on 1998/10/25  06:46:30
8328     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
8329  Branch: perl
8330        ! sv.c
8331 ____________________________________________________________________________
8332 [  2064] By: gsar                                  on 1998/10/25  06:45:09
8333     Log: From: Gisle Aas <gisle@aas.no>
8334          Date: 20 Oct 1998 14:24:44 +0200
8335          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
8336          Subject: ord() and unpack("U*",...) should not be negative
8337  Branch: perl
8338        ! pp.c
8339 ____________________________________________________________________________
8340 [  2063] By: gsar                                  on 1998/10/25  06:42:29
8341     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8342          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
8343          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
8344          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
8345  Branch: perl
8346        ! os2/os2.c
8347 ____________________________________________________________________________
8348 [  2062] By: gsar                                  on 1998/10/25  06:41:26
8349     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8350          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
8351          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
8352          Subject: [PATCH 5.005_*] Speed up aassign
8353  Branch: perl
8354        ! pp_hot.c
8355 ____________________________________________________________________________
8356 [  2061] By: gsar                                  on 1998/10/25  06:39:04
8357     Log: From: Graham Barr <gbarr@pobox.com>
8358          Date: Sat, 17 Oct 1998 22:22:02 -0500
8359          Message-ID: <19981017222202.J510@pobox.com>
8360          Subject: Re: '*' prototype does not allow bareword with strict
8361  Branch: perl
8362        ! toke.c
8363 ____________________________________________________________________________
8364 [  2060] By: gsar                                  on 1998/10/25  06:37:34
8365     Log: handle '::' in section names properly
8366          From: Graham Barr <gbarr@pobox.com>
8367          Date: Sat, 17 Oct 1998 12:57:54 -0500
8368          Message-ID: <19981017125754.C510@pobox.com>
8369          Subject: Re: pod2html
8370  Branch: perl
8371        ! lib/Pod/Html.pm
8372 ____________________________________________________________________________
8373 [  2059] By: gsar                                  on 1998/10/25  06:33:43
8374     Log: integrate changes#1982,2014,2021 (from maint-5.005)
8375  Branch: perl
8376       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
8377       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
8378 ____________________________________________________________________________
8379 [  2058] By: gsar                                  on 1998/10/25  05:44:17
8380     Log: allow more win32 symbol exports (suggested by Jan Dubois)
8381  Branch: perl
8382        ! win32/makedef.pl
8383 ____________________________________________________________________________
8384 [  2057] By: gsar                                  on 1998/10/25  05:40:40
8385     Log: integrate change#2053 from maint-5.005
8386  Branch: perl
8387       !> cop.h t/cmd/while.t
8388 ____________________________________________________________________________
8389 [  2056] By: gsar                                  on 1998/10/25  05:16:41
8390     Log: commented version of a patch suggested by Drago Goricanec
8391          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
8392          Date: 16 Oct 1998 15:24:45 +0300
8393          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
8394          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
8395  Branch: perl
8396        ! pp_sys.c
8397 ____________________________________________________________________________
8398 [  2055] By: gsar                                  on 1998/10/25  05:11:03
8399     Log: include eof() in description of buffering caveats
8400          From: Anton Berezin <tobez@plab.ku.dk>
8401          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
8402          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
8403          Subject: [DOCPATCH] pod/perlfunc.pod
8404  Branch: perl
8405        ! pod/perlfunc.pod
8406 ____________________________________________________________________________
8407 [  2054] By: gsar                                  on 1998/10/25  05:07:42
8408     Log: disallow 'x' in hex numbers (except leading '0x')
8409          From: Gisle Aas <gisle@aas.no>
8410          Date: 16 Oct 1998 16:33:12 +0200
8411          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
8412          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
8413  Branch: perl
8414        ! perlvars.h t/op/oct.t util.c
8415 ____________________________________________________________________________
8416 [  2052] By: gsar                                  on 1998/10/25  04:49:04
8417     Log: avoid the circular refcnt logic in magic_mutexfree()
8418  Branch: perl
8419        ! mg.c pp.c pp_hot.c
8420 ____________________________________________________________________________
8421 [  2051] By: gsar                                  on 1998/10/25  04:35:07
8422     Log: properly restore PL_rsfp_filters after require
8423  Branch: perl
8424        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
8425        ! scope.h
8426 ____________________________________________________________________________
8427 [  2050] By: gsar                                  on 1998/10/25  02:42:32
8428     Log: integrate cfgperl changes back into mainline
8429  Branch: perl
8430       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
8431       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
8432       !> (integrate 33 files)
8433 ____________________________________________________________________________
8434 [  2049] By: gsar                                  on 1998/10/25  01:30:48
8435     Log: avoid "mysterious" compile-time failures without messages
8436  Branch: perl
8437        ! gv.c
8438 ____________________________________________________________________________
8439 [  2041] By: gsar                                  on 1998/10/23  21:11:56
8440     Log: checkin jpl under //depot/perlext/jpl/...
8441  Branch: perlext
8442        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
8443        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
8444        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
8445        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
8446        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
8447        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
8448        + jpl/PerlInterpreter/Makefile.PL
8449        + jpl/PerlInterpreter/PerlInterpreter.c
8450        + jpl/PerlInterpreter/PerlInterpreter.h
8451        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
8452        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
8453        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
8454        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
8455        + jpl/get_jdk/jdk_hosts jpl/install-jpl
8456 ____________________________________________________________________________
8457 [  2040] By: larry                                 on 1998/10/23  19:31:42
8458     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
8459  Branch: perl
8460        ! pp.c
8461 ____________________________________________________________________________
8462 [  2039] By: larry                                 on 1998/10/23  18:48:34
8463     Log: tr///d does not seem to work
8464  Branch: perl
8465        ! lib/utf8_heavy.pl
8466 ____________________________________________________________________________
8467 [  2038] By: larry                                 on 1998/10/23  18:00:41
8468     Log: Program with utf8 identifiers fails to compile
8469  Branch: perl
8470        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
8471 ____________________________________________________________________________
8472 [  2037] By: jhi                                   on 1998/10/23  14:04:51
8473     Log: Test suite portability:
8474          - posix-bc does not write to broken pipes
8475          - filehand #11 only iff we have fork
8476          - warning.t can now match $expected using regular expressions
8477  Branch: cfgperl
8478        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
8479        ! t/pragma/warning.t
8480 ____________________________________________________________________________
8481 [  2036] By: jhi                                   on 1998/10/23  12:12:07
8482     Log: yacc clarification.
8483  Branch: cfgperl
8484        ! README.posix-bc
8485 ____________________________________________________________________________
8486 [  2035] By: jhi                                   on 1998/10/23  12:09:59
8487     Log: Some C compilers get upset about 8-bit characters in /* comments. */
8488  Branch: cfgperl
8489        ! mg.c
8490 ____________________________________________________________________________
8491 [  2034] By: jhi                                   on 1998/10/22  09:11:52
8492     Log: Configure update: both for pthread_yield more robust
8493          testing (all variants of pthread_attr_getdetachstate()) --
8494          and because Configure was broken in major way! About 1000
8495          last lines were truncated.
8496  Branch: cfgperl
8497        ! Configure
8498 ____________________________________________________________________________
8499 [  2033] By: jhi                                   on 1998/10/22  07:47:10
8500     Log: DJGPP feedback for #2028.
8501  Branch: cfgperl
8502        ! thread.h
8503 ____________________________________________________________________________
8504 [  2032] By: jhi                                   on 1998/10/21  13:03:57
8505     Log: yielding, the saga continues.
8506  Branch: cfgperl
8507        ! Configure config_h.SH
8508       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
8509       !> t/op/goto.t t/pragma/constant.t
8510 ____________________________________________________________________________
8511 [  2031] By: jhi                                   on 1998/10/21  09:15:42
8512     Log: VM/ESA feedback for #2028.
8513  Branch: cfgperl
8514        ! Configure config_h.SH thread.h
8515 ____________________________________________________________________________
8516 [  2030] By: gsar                                  on 1998/10/21  04:22:53
8517     Log: fix handling of mayhaps-extended @_ in goto &sub
8518  Branch: perl
8519        ! av.c pp_ctl.c t/op/goto.t
8520 ____________________________________________________________________________
8521 [  2029] By: gsar                                  on 1998/10/21  00:54:14
8522     Log: restore sanity to "constant" references
8523  Branch: perl
8524        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
8525 ____________________________________________________________________________
8526 [  2028] By: jhi                                   on 1998/10/20  15:01:20
8527     Log: OLD_PTHREADS_API reorganizing.
8528  Branch: cfgperl
8529        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
8530        ! vmesa/vmesaish.h
8531 ____________________________________________________________________________
8532 [  2027] By: jhi                                   on 1998/10/20  14:14:51
8533     Log: #2026 fallout.
8534  Branch: cfgperl
8535        ! Makefile.SH
8536 ____________________________________________________________________________
8537 [  2026] By: jhi                                   on 1998/10/20  11:47:21
8538     Log: VM/ESA update.
8539  Branch: cfgperl
8540        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
8541 ____________________________________________________________________________
8542 [  2025] By: jhi                                   on 1998/10/20  08:20:56
8543     Log: 64-bitness, based on
8544          
8545          From: Scott Henry <scotth@sgi.com>
8546          To: perl-64bit@perl.org
8547          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
8548          Subject: Re: Configure problems/questions...
8549          Date: 19 Oct 1998 22:38:06 -0700
8550  Branch: cfgperl
8551        ! hints/irix_6.sh perl.h
8552 ____________________________________________________________________________
8553 [  2024] By: jhi                                   on 1998/10/20  08:09:07
8554     Log: Add lseeksize.
8555  Branch: cfgperl
8556        ! config_h.SH
8557 ____________________________________________________________________________
8558 [  2023] By: jhi                                   on 1998/10/20  08:08:33
8559     Log: Mumble about _yields() only when threaded.
8560  Branch: cfgperl
8561        ! Configure
8562 ____________________________________________________________________________
8563 [  2022] By: jhi                                   on 1998/10/20  07:46:26
8564     Log: Thinko at PTHREADS_CREATED_JOINABLE.
8565  Branch: cfgperl
8566        ! thread.h
8567 ____________________________________________________________________________
8568 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
8569     Log: From: Chip Salzenberg <chip@perlsupport.com>
8570          Date: Tue, 6 Oct 1998 13:33:05 -0400
8571          Message-ID: <19981006133305.A2348@perlsupport.com>
8572          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
8573  Branch: maint-5.005/perl
8574        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
8575        ! t/op/tie.t
8576 ____________________________________________________________________________
8577 [  2020] By: jhi                                   on 1998/10/19  09:15:53
8578     Log: YIELD more robustly.
8579  Branch: cfgperl
8580        ! thread.h
8581 ____________________________________________________________________________
8582 [  2019] By: jhi                                   on 1998/10/19  08:48:33
8583     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
8584          the 'new' one (just like DJGPP, it seems).
8585  Branch: cfgperl
8586        ! thread.h
8587 ____________________________________________________________________________
8588 [  2018] By: jhi                                   on 1998/10/19  07:02:44
8589     Log: vmesaish.h doesn't exclude unixish.h.
8590  Branch: cfgperl
8591        ! perl.h
8592 ____________________________________________________________________________
8593 [  2017] By: jhi                                   on 1998/10/19  06:44:19
8594     Log: 1<<$randbits is not good for randbits=48.
8595  Branch: cfgperl
8596        ! t/op/rand.t
8597 ____________________________________________________________________________
8598 [  2016] By: jhi                                   on 1998/10/19  06:39:47
8599     Log: Make #2012 glob pattern more portable.
8600  Branch: cfgperl
8601        ! Makefile.SH
8602 ____________________________________________________________________________
8603 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
8604     Log: Fix POSIX::sigprocmask not to check type of $old parameter
8605          as it is output only
8606  Branch: maint-5.005/perl
8607        ! ext/POSIX/POSIX.xs
8608 ____________________________________________________________________________
8609 [  2012] By: jhi                                   on 1998/10/17  15:04:23
8610     Log: clean numbered core dumps and t/tmp[0-9]*.
8611  Branch: cfgperl
8612        ! Makefile.SH
8613 ____________________________________________________________________________
8614 [  2011] By: jhi                                   on 1998/10/17  14:59:15
8615     Log: More robust yacc/bison failure output handling.
8616  Branch: cfgperl
8617        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
8618 ____________________________________________________________________________
8619 [  2010] By: jhi                                   on 1998/10/17  14:51:05
8620     Log: BC2000 POSIX update.
8621  Branch: cfgperl
8622        ! MANIFEST
8623 ____________________________________________________________________________
8624 [  2009] By: jhi                                   on 1998/10/17  14:49:46
8625     Log: POSIX BC2000 port from perl-mvs:
8626          
8627          Subject: Ported perl 5.005.02 to BS2000 / POSIX
8628          From: Dorner Thomas <Thomas.Dorner@start.de> 
8629          Date: Tue, 29 Sep 1998 13:29:36 +0100 
8630          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
8631  Branch: cfgperl
8632        + README.posix-bc hints/posix-bc.sh
8633        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
8634        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
8635        ! unixish.h
8636 ____________________________________________________________________________
8637 [  2008] By: jhi                                   on 1998/10/17  14:07:49
8638     Log: VM/ESA-update.
8639  Branch: cfgperl
8640        ! MANIFEST
8641 ____________________________________________________________________________
8642 [  2007] By: jhi                                   on 1998/10/17  13:55:34
8643     Log: Forgot few S_I* imports.
8644  Branch: cfgperl
8645        ! t/lib/ipc_sysv.t
8646 ____________________________________________________________________________
8647 [  2006] By: jhi                                   on 1998/10/17  13:43:54
8648     Log: The VM/ESA port essentials, based on
8649          
8650          perl-mvs:
8651          
8652          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
8653          Subject: Re: Can't find Data/Dumper.pm
8654          Date: Mon, 28 Sep 1998 07:40:49 +1300
8655          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
8656          
8657          private email:
8658          
8659          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
8660          Subject: Re: Perl thread problems in VM/ESA
8661          Date: Thu, 15 Oct 1998 07:18:35 +1300
8662          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
8663          
8664          and private email:
8665          
8666          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
8667          Subject:  perl archive
8668          Date:  Sun, 11 Oct 1998 19:28:54 EDT
8669          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
8670          which gave a pointer to
8671          
8672          http://pucc.princeton.edu/~neale/perl.tar
8673          
8674          (based on Perl 5.005_51)
8675  Branch: cfgperl
8676        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
8677        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
8678        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
8679        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
8680 ____________________________________________________________________________
8681 [  2005] By: jhi                                   on 1998/10/17  13:17:19
8682     Log: Integrate mainperl.
8683  Branch: cfgperl
8684       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
8685       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
8686       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
8687       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
8688       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
8689       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
8690       !> win32/makefile.mk
8691 ____________________________________________________________________________
8692 [  2004] By: jhi                                   on 1998/10/17  11:19:06
8693     Log: Removed an extra ' from the int64_t test.
8694  Branch: cfgperl
8695        ! Configure
8696 ____________________________________________________________________________
8697 [  2003] By: gsar                                  on 1998/10/17  04:11:40
8698     Log: silence -w noises (suggested by Greg Bacon)
8699  Branch: perl
8700        ! lib/Term/Complete.pm
8701 ____________________________________________________________________________
8702 [  2002] By: gsar                                  on 1998/10/17  04:07:48
8703     Log: From: Gisle Aas <gisle@aas.no>
8704          Date: 14 Oct 1998 15:53:14 +0200
8705          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
8706          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
8707  Branch: perl
8708        ! util.c
8709 ____________________________________________________________________________
8710 [  2001] By: gsar                                  on 1998/10/17  04:06:10
8711     Log: From: Gisle Aas <gisle@aas.no>
8712          Date: 14 Oct 1998 15:17:44 +0200
8713          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
8714          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
8715  Branch: perl
8716        ! toke.c
8717 ____________________________________________________________________________
8718 [  2000] By: gsar                                  on 1998/10/17  03:06:33
8719     Log: From: Gisle Aas <gisle@aas.no>
8720          Date: 14 Oct 1998 00:38:06 +0200
8721          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
8722          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
8723  Branch: perl
8724        ! sv.c
8725 ____________________________________________________________________________
8726 [  1999] By: gsar                                  on 1998/10/17  03:04:48
8727     Log: From: Dan Sugalski <sugalskd@osshe.edu>
8728          Date: Tue, 13 Oct 1998 15:10:57 -0700
8729          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
8730          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
8731  Branch: perl
8732        ! vms/ext/Stdio/Stdio.pm
8733 ____________________________________________________________________________
8734 [  1998] By: gsar                                  on 1998/10/17  03:00:40
8735     Log: skip readonly vars and unref references when doing a reset()
8736  Branch: perl
8737        ! sv.c
8738 ____________________________________________________________________________
8739 [  1997] By: gsar                                  on 1998/10/17  02:49:19
8740     Log: fix buggy treatment of large checksums on unicode strings
8741          From: Gisle Aas <gisle@aas.no>
8742          Date: 13 Oct 1998 21:35:39 +0200
8743          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
8744          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
8745  Branch: perl
8746        ! pp.c
8747 ____________________________________________________________________________
8748 [  1996] By: gsar                                  on 1998/10/17  02:43:22
8749     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8750          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
8751          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
8752          Subject: [PATCH 5.005_52] Memory overrun in os2.c
8753  Branch: perl
8754        ! os2/Makefile.SHs os2/os2.c
8755 ____________________________________________________________________________
8756 [  1995] By: gsar                                  on 1998/10/17  02:42:01
8757     Log: clarify section name rules for typemaps
8758  Branch: perl
8759        ! pod/perlxs.pod
8760 ____________________________________________________________________________
8761 [  1994] By: gsar                                  on 1998/10/17  02:33:02
8762     Log: whitespace-proof grent.t
8763  Branch: perl
8764        ! t/op/grent.t
8765 ____________________________________________________________________________
8766 [  1993] By: gsar                                  on 1998/10/17  02:27:29
8767     Log: fix bug in B::CC::pp_sassign()
8768          From: "vishal bhatia" <vishalb@hotmail.com>
8769          Date: Sun, 11 Oct 1998 18:41:38 PDT
8770          Message-ID: <19981012014139.19614.qmail@hotmail.com>
8771          Subject: B::CC problems with pp_sassign routine
8772  Branch: perl
8773        ! ext/B/B/CC.pm
8774 ____________________________________________________________________________
8775 [  1992] By: gsar                                  on 1998/10/17  02:17:49
8776     Log: applied suggested patch with small doc tweak
8777          From: Gisle Aas <gisle@aas.no>
8778          Date: 11 Oct 1998 12:53:13 +0200
8779          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
8780          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
8781  Branch: perl
8782        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
8783        ! t/op/tiehandle.t
8784 ____________________________________________________________________________
8785 [  1991] By: gsar                                  on 1998/10/17  02:08:30
8786     Log: apply non-conflicting parts from suggested patch
8787          From: jan.dubois@ibm.net (Jan Dubois)
8788          Date: Sat, 10 Oct 1998 13:15:45 +0200
8789          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
8790          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
8791  Branch: perl
8792        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
8793 ____________________________________________________________________________
8794 [  1990] By: gsar                                  on 1998/10/17  02:01:24
8795     Log: provide option to enable optimization with VC (suggested by Jan
8796          Dubois)
8797  Branch: perl
8798        ! win32/Makefile win32/makefile.mk
8799 ____________________________________________________________________________
8800 [  1989] By: gsar                                  on 1998/10/17  01:55:27
8801     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
8802          Dave Leppik <dleppik@gage.com>
8803  Branch: perl
8804        ! perl.h
8805 ____________________________________________________________________________
8806 [  1988] By: gsar                                  on 1998/10/17  01:49:05
8807     Log: stray typo found by Hugo van der Sanden
8808  Branch: perl
8809        ! op.c
8810 ____________________________________________________________________________
8811 [  1987] By: gsar                                  on 1998/10/17  01:45:52
8812     Log: perldoc pod update
8813          From: Daniel Grisinger <dgris@perrin.dimensional.com>
8814          Date: 06 Oct 1998 23:56:51 -0600
8815          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
8816          Subject: [PATCH _02 and _52] perldoc
8817  Branch: perl
8818        ! utils/perldoc.PL
8819 ____________________________________________________________________________
8820 [  1986] By: gsar                                  on 1998/10/17  01:41:40
8821     Log: qualify names of builtins
8822  Branch: perl
8823        ! ext/POSIX/POSIX.pm
8824 ____________________________________________________________________________
8825 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
8826     Log: From: Jochen Wiedmann <joe@ispsoft.de>
8827          Date: Thu, 17 Sep 1998 17:16:06 +0200
8828          Message-ID: <360127B6.E44564A@ispsoft.de>
8829          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
8830  Branch: maint-5.005/perl
8831        ! lib/ExtUtils/MakeMaker.pm
8832 ____________________________________________________________________________
8833 [  1978] By: gsar                                  on 1998/10/16  01:58:58
8834     Log: integrate cfgperl mods into mainline
8835  Branch: perl
8836       +> ext/DynaLoader/dl_vmesa.xs
8837        ! Porting/genlog
8838       !> Configure MANIFEST Makefile.SH config_h.SH
8839       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
8840       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
8841       !> x2p/Makefile.SH
8842 ____________________________________________________________________________
8843 [  1976] By: gsar                                  on 1998/10/16  00:10:52
8844     Log: stray tweak
8845  Branch: perl
8846        ! op.c
8847 ____________________________________________________________________________
8848 [  1975] By: gsar                                  on 1998/10/15  23:54:38
8849     Log: propagate typeness of lexicals while cloning them
8850  Branch: perl
8851        ! op.c
8852 ____________________________________________________________________________
8853 [  1974] By: gsar                                  on 1998/10/15  23:53:25
8854     Log: s/last/first/ typo in append_list()
8855  Branch: perl
8856        ! op.c
8857 ____________________________________________________________________________
8858 [  1973] By: gsar                                  on 1998/10/15  20:06:17
8859     Log: nuke confperl branch and contents
8860  Branch: confperl
8861        - (delete 1284 files)
8862 ____________________________________________________________________________
8863 [  1972] By: jhi                                   on 1998/10/15  07:07:35
8864     Log: Test #162 had been added but the "print 1..161" had not been updated.
8865  Branch: cfgperl
8866        ! t/op/pat.t
8867 ____________________________________________________________________________
8868 [  1971] By: gsar                                  on 1998/10/15  03:09:58
8869     Log: check in all confperl changes as of change#1964 into cfgperl
8870  Branch: cfgperl
8871        + ext/DynaLoader/dl_vmesa.xs
8872        ! Configure MANIFEST Makefile.SH config_h.SH
8873        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
8874        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
8875 ____________________________________________________________________________
8876 [  1970] By: gsar                                  on 1998/10/15  03:05:59
8877     Log: integrate mainline to get tr.t
8878  Branch: cfgperl
8879       +> t/op/tr.t
8880 ____________________________________________________________________________
8881 [  1969] By: gsar                                  on 1998/10/15  03:04:17
8882     Log: add missing tr.t to repository
8883  Branch: perl
8884        + t/op/tr.t
8885 ____________________________________________________________________________
8886 [  1968] By: gsar                                  on 1998/10/15  03:02:43
8887     Log: create cfgperl branch
8888  Branch: cfgperl
8889       +> (branch 1282 files)
8890 ____________________________________________________________________________
8891 [  1967] By: gsar                                  on 1998/10/15  02:46:08
8892     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
8893          (MAN3PODS cannot be set to ' '; stray stricture violation)
8894  Branch: perl
8895        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
8896        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
8897        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
8898        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
8899        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
8900        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
8901        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
8902        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
8903        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
8904        ! lib/ExtUtils/MM_Unix.pm
8905 ____________________________________________________________________________
8906 [  1966] By: gsar                                  on 1998/10/15  02:19:03
8907     Log: tweak to make fix in change#1944 behave correctly for closures
8908          created within eval''
8909  Branch: perl
8910        ! op.c t/op/eval.t
8911 ____________________________________________________________________________
8912 [  1965] By: gsar                                  on 1998/10/14  23:22:41
8913     Log: use better numbers for exitstatus test
8914  Branch: perl
8915        ! t/op/die_exit.t
8916 ____________________________________________________________________________
8917 [  1964] By: jhi                                   on 1998/10/14  17:25:41
8918     Log: Add VM/ESA dynaloading (uses <dll.h>).
8919  Branch: confperl
8920        + ext/DynaLoader/dl_vmesa.xs
8921        ! MANIFEST
8922 ____________________________________________________________________________
8923 [  1963] By: jhi                                   on 1998/10/14  17:17:10
8924     Log: Remove a2p.loadmap in 'clean' target.
8925  Branch: confperl
8926        ! x2p/Makefile.SH
8927 ____________________________________________________________________________
8928 [  1962] By: jhi                                   on 1998/10/14  17:13:11
8929     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
8930  Branch: confperl
8931        ! Makefile.SH
8932 ____________________________________________________________________________
8933 [  1961] By: jhi                                   on 1998/10/14  16:27:39
8934     Log: VM/ESA creates executable.loadmaps.
8935  Branch: confperl
8936        ! Makefile.SH
8937 ____________________________________________________________________________
8938 [  1960] By: jhi                                   on 1998/10/14  15:37:39
8939     Log: Introduce SCHED_YIELD (one of sched_yield(),
8940          pthread_yield(), or pthread_yield(NULL)).
8941          YIELD is then defined using SCHED_YIELD unless
8942          a platform-specific YIELD has already been defined.
8943          
8944          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
8945          
8946          The need for pthread_yield(NULL) and pthread_attr_setdet...
8947          introduced by (private email)
8948          
8949          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
8950          Date: Sat, 10 Oct 1998 21:08:15 +1300
8951          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
8952          Subject: Re: Perl thread problems in VM/ESA
8953          
8954          Better select() protoprobe (for AIX), from (private email)
8955          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
8956          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
8957          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
8958          Subject: AIX select (fwd)
8959          From: Lars Hecking <lhecking@nmrc.ucc.ie>
8960          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
8961          Date: Fri, 2 Oct 1998 10:40:01 +0100
8962          Subject: AIX select
8963          
8964          Linux-avoid-so.X.Y, based on
8965          From: "Kurt D. Starsinic" <kstar@chapin.edu>
8966          Date: Tue, 13 Oct 1998 15:55:07 -0400
8967          Message-ID: <19981013155507.B4004@O2.chapin.edu>
8968          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
8969  Branch: confperl
8970        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
8971        ! thread.h
8972 ____________________________________________________________________________
8973 [  1959] By: jhi                                   on 1998/10/14  12:51:26
8974     Log: Some old pthread implementations have
8975          pthread_attr_setdetachstate(pthread_attr_t*, int*).
8976  Branch: confperl
8977        ! ext/Thread/Thread.xs
8978 ____________________________________________________________________________
8979 [  1958] By: jhi                                   on 1998/10/14  12:41:11
8980     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
8981          counterparts will follow soon.
8982  Branch: confperl
8983        ! thread.h
8984 ____________________________________________________________________________
8985 [  1957] By: jhi                                   on 1998/10/14  12:38:11
8986     Log: Add tr.t (MANIFEST already knew about it, strange)
8987  Branch: confperl
8988        + t/op/tr.t
8989 ____________________________________________________________________________
8990 [  1956] By: jhi                                   on 1998/10/14  12:24:35
8991     Log: Mutexen should be initialized only once.
8992  Branch: confperl
8993        ! gv.c op.c
8994 ____________________________________________________________________________
8995 [  1955] By: jhi                                   on 1998/10/14  12:19:38
8996     Log: os390 has its own cppstdin.
8997  Branch: confperl
8998        ! hints/os390.sh
8999 ____________________________________________________________________________
9000 [  1954] By: jhi                                   on 1998/10/14  12:15:06
9001     Log: Integrate with mainperl.
9002  Branch: confperl
9003       !> (integrate 1280 files)
9004 ____________________________________________________________________________
9005 [  1953] By: jhi                                   on 1998/10/14  11:48:08
9006     Log: Removed duplicate CMA threads code for HPUX 10.X.
9007          (probably residue of patch(1) being too understanding)
9008          Enhanced 64-bit settings. (redo change#1940)
9009  Branch: confperl
9010        ! hints/hpux.sh
9011 ____________________________________________________________________________
9012 [  1952] By: jhi                                   on 1998/10/14  11:45:16
9013     Log: (redo change#1949) Detypo in the d_open64 warning about
9014          the impending WHOA.
9015  Branch: confperl
9016        ! hints/irix_6.sh
9017 ____________________________________________________________________________
9018 [  1951] By: jhi                                   on 1998/10/14  10:54:16
9019     Log: Mutexen should only be inited once, after they have been New()ed.
9020  Branch: confperl
9021        ! gv.c op.c
9022 ____________________________________________________________________________
9023 [  1950] By: jhi                                   on 1998/10/14  10:41:43
9024     Log: Own cppstdin.
9025  Branch: confperl
9026        ! hints/os390.sh
9027 ____________________________________________________________________________
9028 [  1949] By: jhi                                   on 1998/10/14  10:34:23
9029     Log: Detypo in the d_open64 warning about the impending WHOA.
9030  Branch: confperl
9031        ! hints/irix_6.sh
9032 ____________________________________________________________________________
9033 [  1948] By: gsar                                  on 1998/10/14  05:38:01
9034     Log: two typos
9035  Branch: perl
9036        ! pp_hot.c t/op/eval.t
9037 ____________________________________________________________________________
9038 [  1947] By: gsar                                  on 1998/10/14  05:37:10
9039     Log: let docatch() pass the buck when restartop turns out to be null,
9040          making exceptions in BEGIN{} propagate as expected
9041  Branch: perl
9042        ! pp_ctl.c t/op/misc.t
9043 ____________________________________________________________________________
9044 [  1946] By: gsar                                  on 1998/10/13  03:41:49
9045     Log: add missing file from change#1943
9046  Branch: perl
9047        ! proto.h
9048 ____________________________________________________________________________
9049 [  1945] By: gsar                                  on 1998/10/13  03:32:02
9050     Log: defer "deep recursion" warnings until CXt_SUB context is properly
9051          set up
9052  Branch: perl
9053        ! pp_hot.c t/pragma/warn/pp_hot
9054 ____________________________________________________________________________
9055 [  1944] By: gsar                                  on 1998/10/13  03:15:50
9056     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
9057          fixup the cop_seq value that must be seen by lexical lookups that
9058          emanate within eval''
9059  Branch: perl
9060        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
9061 ____________________________________________________________________________
9062 [  1943] By: gsar                                  on 1998/10/13  02:06:09
9063     Log: ensure recursive attempts to findlex()icals know enough about where
9064          the last eval'' context was encountered
9065  Branch: perl
9066        ! op.c t/op/eval.t
9067 ____________________________________________________________________________
9068 [  1942] By: gsar                                  on 1998/10/13  02:01:24
9069     Log: force copy of substrings when matching against temporaries
9070  Branch: perl
9071        ! pp_hot.c t/op/pat.t
9072 ____________________________________________________________________________
9073 [  1941] By: gsar                                  on 1998/10/13  01:49:16
9074     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
9075          implementation)
9076  Branch: perl
9077        ! pp_ctl.c t/op/runlevel.t
9078 ____________________________________________________________________________
9079 [  1940] By: jhi                                   on 1998/10/12  09:57:44
9080     Log: Removed duplicate CMA threads code for HPUX 10.X.
9081          (probably residue of patch(1) being too understanding)
9082          Enhanced 64-bit settings.
9083  Branch: confperl
9084        ! hints/hpux.sh
9085 ____________________________________________________________________________
9086 [  1939] By: jhi                                   on 1998/10/12  09:53:11
9087     Log: Initial sync from mainline perl.
9088  Branch: confperl
9089        + (add 1282 files)
9090 ____________________________________________________________________________
9091 [  1937] By: gsar                                  on 1998/10/06  21:16:34
9092     Log: fix $/ init for USE_THREADS
9093  Branch: perl
9094        ! perl.c
9095 ____________________________________________________________________________
9096 [  1936] By: gsar                                  on 1998/10/06  07:19:39
9097     Log: fix globals caught by change#1927; builds and tests on Solaris
9098  Branch: perl
9099        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
9100        ! warning.h warning.pl
9101 ____________________________________________________________________________
9102 [  1935] By: gsar                                  on 1998/10/06  06:50:35
9103     Log: add test for previous fix
9104  Branch: perl
9105        ! ext/Thread/create.t
9106 ____________________________________________________________________________
9107 [  1934] By: gsar                                  on 1998/10/06  06:37:36
9108     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
9109  Branch: perl
9110        ! util.c
9111 ____________________________________________________________________________
9112 [  1933] By: gsar                                  on 1998/10/06  05:04:20
9113     Log: undo bogus part of change#1903 (as pointed out by Larry)
9114  Branch: perl
9115        ! pp_ctl.c
9116 ____________________________________________________________________________
9117 [  1932] By: gsar                                  on 1998/10/06  04:21:31
9118     Log: added tweaked version of suggested patch
9119          From: jan.dubois@ibm.net (Jan Dubois)
9120          Date: Sat, 03 Oct 1998 19:04:48 +0200
9121          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
9122          Subject: [PATCH 5.005_52] More MakeMaker  patches
9123  Branch: perl
9124        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
9125        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
9126 ____________________________________________________________________________
9127 [  1931] By: gsar                                  on 1998/10/06  04:04:33
9128     Log: use cpp symbols instead of hardwired constants
9129          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9130          Date: Mon, 05 Oct 1998 09:23:33 +0100
9131          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
9132          Subject: [PATCH 5.005_52] By the numbers (resend)
9133  Branch: perl
9134        ! op.c
9135 ____________________________________________________________________________
9136 [  1930] By: gsar                                  on 1998/10/06  04:01:55
9137     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9138          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
9139          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
9140          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
9141  Branch: perl
9142        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
9143        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
9144 ____________________________________________________________________________
9145 [  1929] By: gsar                                  on 1998/10/06  03:50:36
9146     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9147          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
9148          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
9149          Subject: [PATCH 5.00552] Minor test improvement
9150  Branch: perl
9151        ! t/op/magic.t
9152 ____________________________________________________________________________
9153 [  1928] By: gsar                                  on 1998/10/06  03:49:03
9154     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9155          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
9156          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
9157          Subject: [PATCH 5.00552] emacs/ptags inprovements
9158  Branch: perl
9159        ! emacs/ptags
9160 ____________________________________________________________________________
9161 [  1927] By: gsar                                  on 1998/10/06  03:47:44
9162     Log: disable C<#define dirty PL_dirty> et al.
9163  Branch: perl
9164        ! embed.pl embedvar.h
9165 ____________________________________________________________________________
9166 [  1926] By: gsar                                  on 1998/10/06  03:43:32
9167     Log: From: Mark-Jason Dominus <mjd@plover.com>
9168          Date: Sun, 04 Oct 1998 14:48:11 -0400
9169          Message-ID: <19981004184811.16048.qmail@plover.com>
9170          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
9171  Branch: perl
9172        ! utils/perldoc.PL
9173 ____________________________________________________________________________
9174 [  1925] By: gsar                                  on 1998/10/06  03:27:35
9175     Log: disable USE_THREADS when PERL_OBJECT is enabled
9176  Branch: perl
9177        ! win32/Makefile win32/makefile.mk
9178 ____________________________________________________________________________
9179 [  1924] By: gsar                                  on 1998/10/06  03:26:54
9180     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
9181  Branch: perl
9182        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
9183        ! vms/perly_c.vms
9184 ____________________________________________________________________________
9185 [  1923] By: gsar                                  on 1998/10/03  05:19:56
9186     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
9187          overridden
9188  Branch: perl
9189        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
9190        ! proto.h vms/perly_c.vms
9191 ____________________________________________________________________________
9192 [  1922] By: gsar                                  on 1998/10/03  03:59:50
9193     Log: suppress manifypods leak in extensions
9194  Branch: perl
9195        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
9196 ____________________________________________________________________________
9197 [  1921] By: gsar                                  on 1998/10/02  22:30:15
9198     Log: os390 fixes (suggested by Peter Prymmer)
9199  Branch: perl
9200        ! Makefile.SH regcomp.c
9201 ____________________________________________________________________________
9202 [  1920] By: gsar                                  on 1998/10/02  21:41:19
9203     Log: squelch undef warnings
9204          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9205          Date: Fri, 02 Oct 1998 11:01:14 +0100
9206          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
9207          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
9208  Branch: perl
9209        ! Changes lib/Math/BigInt.pm
9210 ____________________________________________________________________________
9211 [  1919] By: gsar                                  on 1998/10/02  04:59:13
9212     Log: add note to INSTALL about ANSI C
9213  Branch: perl
9214        ! INSTALL
9215 ____________________________________________________________________________
9216 [  1918] By: gsar                                  on 1998/10/02  04:21:10
9217     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
9218          From: jan.dubois@ibm.net (Jan Dubois)
9219          Date: Wed, 30 Sep 1998 23:35:30 +0200
9220          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
9221          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
9222  Branch: perl
9223        ! lib/ExtUtils/xsubpp
9224 ____________________________________________________________________________
9225 [  1917] By: gsar                                  on 1998/10/02  04:16:02
9226     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
9227          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
9228          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
9229          Subject: Re: Configure test for selectbits busted
9230  Branch: perl
9231        ! Configure
9232 ____________________________________________________________________________
9233 [  1916] By: gsar                                  on 1998/10/02  04:14:17
9234     Log: From: Dan Sugalski <sugalskd@osshe.edu>
9235          Date: Wed, 30 Sep 1998 17:15:20 -0700
9236          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
9237          Subject: [PATCH 5.005_02]VMS config tweaks
9238  Branch: perl
9239        ! vms/descrip_mms.template vms/subconfigure.com
9240 ____________________________________________________________________________
9241 [  1915] By: gsar                                  on 1998/10/02  04:10:47
9242     Log: use Off_t to permit 64-bit seek()
9243          From: Scott Henry <scotth@sgi.com>
9244          Date: 29 Sep 1998 17:38:46 -0700
9245          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
9246          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
9247          --
9248          Date: 28 Sep 1998 18:55:37 -0700
9249          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
9250          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
9251  Branch: perl
9252        ! doio.c pp_sys.c proto.h sv.c
9253 ____________________________________________________________________________
9254 [  1914] By: gsar                                  on 1998/10/02  04:05:36
9255     Log: normalize tm struct passed to strftime() with mktime()
9256          From: Spider Boardman <spider@orb.nashua.nh.us>
9257          Date: Wed, 30 Sep 1998 15:12:09 -0400
9258          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
9259          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
9260  Branch: perl
9261        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
9262 ____________________________________________________________________________
9263 [  1913] By: gsar                                  on 1998/10/02  03:59:46
9264     Log: don't try to run foo_SH.orig etc.
9265  Branch: perl
9266        ! Configure
9267 ____________________________________________________________________________
9268 [  1912] By: gsar                                  on 1998/10/02  03:45:37
9269     Log: make warning about glob process failure optional
9270  Branch: perl
9271        ! pod/perldiag.pod pp_hot.c
9272 ____________________________________________________________________________
9273 [  1911] By: gsar                                  on 1998/10/02  02:52:21
9274     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
9275          From: Dominic Dunlop <domo@vo.lu>
9276          Date: Tue, 29 Sep 1998 21:06:30 +0000
9277          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
9278          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
9279          --
9280          Date: Wed, 30 Sep 1998 11:46:44 +0000
9281          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
9282          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
9283  Branch: perl
9284        ! pod/perldiag.pod regcomp.c
9285 ____________________________________________________________________________
9286 [  1910] By: gsar                                  on 1998/10/02  02:48:48
9287     Log: minor Configure tweaks (via private mail)
9288          From: Jarkko Hietaniemi <jhi@iki.fi>
9289          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
9290          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
9291          Subject: [PATCH] 5.005_52: the drizzle continues
9292  Branch: perl
9293        ! Configure config_h.SH handy.h
9294 ____________________________________________________________________________
9295 [  1909] By: gsar                                  on 1998/10/02  02:46:39
9296     Log: update SCO hints for dynamic loading
9297          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
9298          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
9299          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
9300          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
9301          --
9302          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
9303          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
9304          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
9305  Branch: perl
9306        ! hints/sco.sh
9307 ____________________________________________________________________________
9308 [  1908] By: gsar                                  on 1998/10/02  02:33:39
9309     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
9310  Branch: perl
9311        ! lib/File/Find.pm
9312 ____________________________________________________________________________
9313 [  1907] By: gsar                                  on 1998/10/02  02:21:52
9314     Log: applied patches, but retained old behavior for win32 (where compilers
9315          can't read from stdin at all)
9316          From: Graham Barr <gbarr@ti.com>
9317          Date: Mon, 28 Sep 1998 09:41:49 -0500
9318          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
9319          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
9320          --
9321          Date: Tue, 29 Sep 1998 12:35:43 -0500
9322          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
9323          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
9324  Branch: perl
9325        ! ext/Errno/Errno_pm.PL
9326 ____________________________________________________________________________
9327 [  1906] By: gsar                                  on 1998/10/02  02:02:19
9328     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
9329          Hietaniemi)
9330  Branch: perl
9331        ! t/op/grent.t
9332 ____________________________________________________________________________
9333 [  1905] By: gsar                                  on 1998/10/02  01:59:56
9334     Log: win32 caveats about truncate()
9335  Branch: perl
9336        ! pod/perlport.pod
9337 ____________________________________________________________________________
9338 [  1904] By: gsar                                  on 1998/10/02  01:53:25
9339     Log: various Configure and hints updates (prefer drand48() or random()
9340          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
9341          applied modulo SCO hints superceded by later patch
9342          From: Jarkko Hietaniemi <jhi@iki.fi>
9343          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
9344          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
9345          Subject: [PATCH] 5.005_52: Configure et al:
9346  Branch: perl
9347        + ext/IPC/SysV/hints/next_3.pl
9348        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
9349        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
9350        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
9351 ____________________________________________________________________________
9352 [  1903] By: gsar                                  on 1998/10/02  01:42:37
9353     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
9354          Date: Mon, 28 Sep 1998 17:41:49 +0100
9355          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
9356          Subject: [PATCH 5.005_52] Re: More on ?p 
9357          --
9358          Date: Thu, 01 Oct 1998 09:10:58 +0100
9359          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
9360          Subject: [PATCH 5.005_52] ?p fix
9361          --
9362          Date: Thu, 01 Oct 1998 10:45:56 +0100
9363          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
9364          Subject: [PATCH 5.005_52] more on ?p
9365  Branch: perl
9366        ! pp_ctl.c
9367 ____________________________________________________________________________
9368 [  1902] By: gsar                                  on 1998/10/02  01:36:14
9369     Log: From: Kenneth Duda <kjd@cisco.com>
9370          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
9371          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
9372          Subject: writemain dies when there are more than 4000 characters of extensions
9373  Branch: perl
9374        ! writemain.SH
9375 ____________________________________________________________________________
9376 [  1901] By: gsar                                  on 1998/10/02  01:33:16
9377     Log: tweak run_byacc recipe
9378  Branch: perl
9379        ! Makefile.SH Porting/pumpkin.pod
9380 ____________________________________________________________________________
9381 [  1900] By: gsar                                  on 1998/10/02  01:02:09
9382     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
9383  Branch: perl
9384        ! perl.h pp_ctl.c
9385 ____________________________________________________________________________
9386 [  1899] By: gsar                                  on 1998/09/28  20:46:30
9387     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
9388          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
9389          Dvornik)
9390  Branch: perl
9391        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
9392 ____________________________________________________________________________
9393 [  1898] By: gsar                                  on 1998/09/28  20:42:52
9394     Log: flush unsubmitted 5.00552 change
9395  Branch: perl
9396        ! MANIFEST
9397 ____________________________________________________________________________
9398 [  1897] By: gsar                                  on 1998/09/27  04:43:06
9399     Log: run vms_yfix.pl
9400  Branch: perl
9401        ! vms/perly_c.vms
9402 ____________________________________________________________________________
9403 [  1896] By: gsar                                  on 1998/09/27  03:38:55
9404     Log: small tweak on last change
9405  Branch: perl
9406        ! win32/win32.c
9407 ____________________________________________________________________________
9408 [  1895] By: gsar                                  on 1998/09/27  03:17:17
9409     Log: fix win32_stat() to do the right thing for share names
9410  Branch: perl
9411        ! win32/win32.c
9412 ____________________________________________________________________________
9413 [  1891] By: larry                                 on 1998/09/25  18:50:40
9414     Log: Fixed apostrophe problem from Mark Knutsen.
9415  Branch: perl
9416        ! sv.h
9417
9418 ----------------
9419 Version 5.005_52
9420 ----------------
9421
9422 ____________________________________________________________________________
9423 [  1890] By: gsar                                  on 1998/09/25  10:25:00
9424     Log: update template config.sh, add new config vars to win32 stuff
9425  Branch: perl
9426        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
9427        ! pp_sys.c proto.h win32/config.bc win32/config.gc
9428        ! win32/config.vc win32/config_H.bc win32/config_H.gc
9429        ! win32/config_H.vc win32/win32.h
9430 ____________________________________________________________________________
9431 [  1889] By: gsar                                  on 1998/09/25  07:13:13
9432     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
9433          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
9434          of full-fledged 64-bit support (including support for: fseeko/ftello,
9435          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
9436          in Fcntl)
9437          From: Jarkko Hietaniemi <jhi@iki.fi>
9438          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
9439          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
9440          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
9441          --
9442          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
9443          Date: 12 Sep 1998 09:44:25 +0300
9444          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
9445          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
9446  Branch: perl
9447        + lib/filetest.pm
9448        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
9449        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
9450        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
9451        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
9452        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
9453        ! win32/makedef.pl
9454 ____________________________________________________________________________
9455 [  1888] By: gsar                                  on 1998/09/25  06:27:12
9456     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
9457  Branch: perl
9458        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
9459        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9460        ! win32/makedef.pl win32/makefile.mk win32/win32.c
9461 ____________________________________________________________________________
9462 [  1887] By: gsar                                  on 1998/09/25  04:50:49
9463     Log: win32.c tweak
9464  Branch: perl
9465        ! win32/win32.c
9466 ____________________________________________________________________________
9467 [  1886] By: gsar                                  on 1998/09/25  04:47:32
9468     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
9469  Branch: perl
9470        ! lib/ExtUtils/MakeMaker.pm
9471 ____________________________________________________________________________
9472 [  1885] By: gsar                                  on 1998/09/25  04:05:09
9473     Log: From: Dominic Dunlop <domo@vo.lu>
9474          Date: Thu, 10 Sep 1998 11:02:46 +0000
9475          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
9476          Subject: MM_Unix::canonpath erroneously turns leading // into /
9477  Branch: perl
9478        ! lib/ExtUtils/MM_Unix.pm
9479 ____________________________________________________________________________
9480 [  1884] By: gsar                                  on 1998/09/25  03:06:10
9481     Log: temporarily disable perl malloc for a2p until we clean up
9482          conflicting malloc() declarations everywhere
9483  Branch: perl
9484        ! x2p/Makefile.SH
9485 ____________________________________________________________________________
9486 [  1883] By: gsar                                  on 1998/09/25  02:27:00
9487     Log: remove obsolete win32/bin/*.pl
9488  Branch: perl
9489        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
9490        ! Changes MANIFEST win32/Makefile win32/makefile.mk
9491 ____________________________________________________________________________
9492 [  1882] By: gsar                                  on 1998/09/25  02:04:43
9493     Log: missing file in last submit
9494  Branch: perl
9495        ! proto.h
9496 ____________________________________________________________________________
9497 [  1881] By: gsar                                  on 1998/09/25  01:56:54
9498     Log: serial access to PL_x[inpr]v_root for USE_THREADS
9499  Branch: perl
9500        ! sv.c
9501 ____________________________________________________________________________
9502 [  1880] By: gsar                                  on 1998/09/25  01:19:38
9503     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
9504          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
9505          Date: Thu, 24 Sep 1998 22:01:09 +0900
9506          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
9507          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
9508  Branch: perl
9509        ! hv.c proto.h
9510 ____________________________________________________________________________
9511 [  1879] By: gsar                                  on 1998/09/25  00:20:07
9512     Log: tweaks to enable PERL_OBJECT to build & test on win32
9513  Branch: perl
9514        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
9515        ! win32/GenCAPI.pl
9516 ____________________________________________________________________________
9517 [  1878] By: gsar                                  on 1998/09/25  00:13:36
9518     Log: fix change#1861, which breaks default boot_xxx symbol generation
9519  Branch: perl
9520        ! lib/ExtUtils/Mksymlists.pm
9521 ____________________________________________________________________________
9522 [  1877] By: gsar                                  on 1998/09/24  10:29:54
9523     Log: two tweaks for clean build and test on Solaris
9524  Branch: perl
9525        ! op.c t/op/subst.t
9526 ____________________________________________________________________________
9527 [  1876] By: gsar                                  on 1998/09/24  09:04:43
9528     Log: From: Colin Kuskie <ckuskie@cadence.com>
9529          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
9530          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
9531          Subject: [PATCH 5.005_51] perlform.pod
9532  Branch: perl
9533        ! pod/perlform.pod
9534 ____________________________________________________________________________
9535 [  1875] By: gsar                                  on 1998/09/24  08:47:47
9536     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9537          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
9538          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
9539          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
9540  Branch: perl
9541        ! regexec.c
9542 ____________________________________________________________________________
9543 [  1874] By: gsar                                  on 1998/09/24  08:44:55
9544     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9545          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
9546          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
9547          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
9548  Branch: perl
9549        ! toke.c
9550 ____________________________________________________________________________
9551 [  1873] By: gsar                                  on 1998/09/24  08:39:41
9552     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9553          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
9554          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
9555          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
9556  Branch: perl
9557        ! Changes regcomp.c
9558 ____________________________________________________________________________
9559 [  1872] By: gsar                                  on 1998/09/24  08:37:00
9560     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
9561          Date: Sun, 23 Aug 1998 23:18:38 PDT
9562          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
9563          Subject: new irix_6.sh hints file
9564  Branch: perl
9565        ! hints/irix_6.sh
9566 ____________________________________________________________________________
9567 [  1871] By: gsar                                  on 1998/09/24  07:26:37
9568     Log: correct FSF address in various places
9569  Branch: perl
9570        ! Copying README ext/B/README lib/Getopt/Long.pm
9571 ____________________________________________________________________________
9572 [  1870] By: gsar                                  on 1998/09/24  07:11:56
9573     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
9574          Date:    Fri, 14 Aug 1998 09:20:16 PDT
9575          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
9576          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
9577  Branch: perl
9578        ! configure.com
9579 ____________________________________________________________________________
9580 [  1869] By: gsar                                  on 1998/09/24  06:55:59
9581     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
9582          From:    Scott Henry <scotth@sgi.com>
9583          Date:    13 Aug 1998 09:52:15 PDT
9584          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
9585          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
9586  Branch: perl
9587        ! hints/irix_6.sh
9588 ____________________________________________________________________________
9589 [  1868] By: gsar                                  on 1998/09/24  06:51:23
9590     Log: From:    Nathan Torkington <gnat@frii.com>
9591          Date:    Thu, 13 Aug 1998 10:59:48 MDT
9592          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
9593          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
9594  Branch: perl
9595        ! pod/perlfunc.pod
9596 ____________________________________________________________________________
9597 [  1867] By: gsar                                  on 1998/09/24  06:45:13
9598     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
9599          that are autoloaded)
9600  Branch: perl
9601        ! pp_ctl.c
9602 ____________________________________________________________________________
9603 [  1866] By: gsar                                  on 1998/09/24  05:21:19
9604     Log: grandfather deprecated "$$<digit>" no more
9605  Branch: perl
9606        ! pod/perldiag.pod toke.c
9607 ____________________________________________________________________________
9608 [  1865] By: gsar                                  on 1998/09/24  04:52:48
9609     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
9610          low bits (suggested by Ilya Zakharevich)
9611  Branch: perl
9612        ! hv.h
9613 ____________________________________________________________________________
9614 [  1864] By: gsar                                  on 1998/09/24  04:29:14
9615     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
9616          perly_c.diff
9617  Branch: perl
9618        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
9619        ! perly_c.diff toke.c
9620 ____________________________________________________________________________
9621 [  1863] By: gsar                                  on 1998/09/24  03:36:30
9622     Log: provide locked access to string table for USE_THREADS
9623  Branch: perl
9624        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
9625 ____________________________________________________________________________
9626 [  1862] By: gsar                                  on 1998/09/24  03:30:32
9627     Log: remove bogus warn()
9628  Branch: perl
9629        ! embed.pl
9630 ____________________________________________________________________________
9631 [  1861] By: gsar                                  on 1998/09/24  02:58:51
9632     Log: applied suggested patch, adapted for all platforms
9633          From: jan.dubois@ibm.net (Jan Dubois)
9634          Date: Sun, 20 Sep 1998 12:56:38 +0200
9635          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
9636          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
9637  Branch: perl
9638        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
9639        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
9640        ! lib/ExtUtils/MakeMaker.pm
9641 ____________________________________________________________________________
9642 [  1860] By: gsar                                  on 1998/09/24  02:16:14
9643     Log: upgrade to CPAN-1.40
9644  Branch: perl
9645        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
9646 ____________________________________________________________________________
9647 [  1859] By: gsar                                  on 1998/09/24  02:08:59
9648     Log: use $ENV{MAKEMAKEROPT} to set default command line args
9649  Branch: perl
9650        ! lib/ExtUtils/MakeMaker.pm
9651 ____________________________________________________________________________
9652 [  1857] By: gsar                                  on 1998/09/23  10:58:36
9653     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9654          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
9655          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
9656          Subject: More verbose Test::Harness [PATCH]
9657  Branch: perl
9658        ! lib/Test/Harness.pm
9659 ____________________________________________________________________________
9660 [  1856] By: gsar                                  on 1998/09/23  10:56:24
9661     Log: update hints for OPENSTEP 4.2 on i386
9662          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
9663          Date: Sun, 20 Sep 1998 01:03:18 +0200
9664          Message-Id: <9809192303.AA29190@Spike>
9665          Subject: Perl 5.005_02 compilation problems
9666  Branch: perl
9667        ! hints/next_4.sh
9668 ____________________________________________________________________________
9669 [  1855] By: gsar                                  on 1998/09/23  10:52:27
9670     Log: reset errno after C<require> search (as suggested by Larry)
9671  Branch: perl
9672        ! pp_ctl.c
9673 ____________________________________________________________________________
9674 [  1854] By: gsar                                  on 1998/09/23  10:50:26
9675     Log: misc pod tweaks
9676  Branch: perl
9677        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
9678 ____________________________________________________________________________
9679 [  1853] By: gsar                                  on 1998/09/23  10:46:06
9680     Log: make Pod/Html.pm handle the --title option properly (as suggested
9681          by gml4410@ggr.co.uk)
9682  Branch: perl
9683        ! lib/Pod/Html.pm
9684 ____________________________________________________________________________
9685 [  1852] By: gsar                                  on 1998/09/23  10:41:39
9686     Log: SSNEW() API for allocating memory on the savestack
9687          From: Albert Dvornik <bert@genscan.com>
9688          Date: 17 Sep 1998 19:23:07 -0400
9689          Message-Id: <tqemtae338.fsf@puma.genscan.com>
9690          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
9691  Branch: perl
9692        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
9693        ! perl.h proto.h scope.c scope.h t/io/tell.t
9694 ____________________________________________________________________________
9695 [  1851] By: gsar                                  on 1998/09/23  10:37:05
9696     Log: From: Jochen Wiedmann <joe@ispsoft.de>
9697          Date: Thu, 17 Sep 1998 17:16:06 +0200
9698          Message-ID: <360127B6.E44564A@ispsoft.de>
9699          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
9700  Branch: perl
9701        ! lib/ExtUtils/MakeMaker.pm
9702 ____________________________________________________________________________
9703 [  1850] By: gsar                                  on 1998/09/23  10:33:05
9704     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
9705          Date: 15 Sep 1998 01:32:31 +0200
9706          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
9707          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
9708  Branch: perl
9709        ! lib/ExtUtils/MM_Unix.pm
9710 ____________________________________________________________________________
9711 [  1849] By: gsar                                  on 1998/09/23  10:29:04
9712     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
9713          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
9714          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
9715          Subject: Re: extralibs.ld problem in MM_VMS.pm
9716  Branch: perl
9717        ! lib/ExtUtils/MM_VMS.pm
9718 ____________________________________________________________________________
9719 [  1848] By: gsar                                  on 1998/09/23  10:25:24
9720     Log: From: Roderick Schertler <roderick@argon.org>
9721          Date: 11 Sep 1998 16:19:21 -0400
9722          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
9723          Subject: Re: Open2 and memory leaks
9724  Branch: perl
9725        ! lib/IPC/Open3.pm
9726 ____________________________________________________________________________
9727 [  1847] By: gsar                                  on 1998/09/23  10:18:31
9728     Log: From: Roderick Schertler <roderick@argon.org>
9729          Date: Wed, 09 Sep 1998 23:52:48 -0400
9730          Message-ID: <20567.905399568@eeyore.ibcinc.com>
9731          Subject: seed srand from /dev/urandom when possible
9732  Branch: perl
9733        ! pod/perlfunc.pod pp.c
9734 ____________________________________________________________________________
9735 [  1846] By: gsar                                  on 1998/09/23  10:12:22
9736     Log: From: Roderick Schertler <roderick@argon.org>
9737          Date: Thu, 10 Sep 1998 00:32:17 -0400
9738          Message-ID: <21142.905401937@eeyore.ibcinc.com>
9739          Subject: doc update for crypt()'s salt
9740  Branch: perl
9741        ! pod/perlfunc.pod
9742 ____________________________________________________________________________
9743 [  1845] By: gsar                                  on 1998/09/23  10:09:23
9744     Log: fix h2ph handling of C<#error "foo">
9745          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
9746          Date: Thu, 10 Sep 1998 09:59:33 +0900
9747          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
9748          Subject: [5.005_02] h2ph problem
9749  Branch: perl
9750        ! utils/h2ph.PL
9751 ____________________________________________________________________________
9752 [  1844] By: gsar                                  on 1998/09/23  10:06:13
9753     Log: plug strictly private function leaks in API listing
9754  Branch: perl
9755        ! pod/perlguts.pod
9756 ____________________________________________________________________________
9757 [  1843] By: gsar                                  on 1998/09/23  10:02:57
9758     Log: hide symbol for static build
9759          From: Dominic Dunlop <domo@vo.lu>
9760          Date: Tue, 8 Sep 1998 21:40:46 +0000
9761          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
9762          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
9763  Branch: perl
9764        ! regcomp.c
9765 ____________________________________________________________________________
9766 [  1842] By: gsar                                  on 1998/09/23  09:52:46
9767     Log: define PUT_svindex(), PUT_opindex()
9768  Branch: perl
9769        ! ext/B/B/Assembler.pm
9770 ____________________________________________________________________________
9771 [  1841] By: gsar                                  on 1998/09/23  09:44:25
9772     Log: From: Dominic Dunlop <domo@vo.lu>
9773          Date: Tue, 8 Sep 1998 15:34:53 +0000
9774          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
9775          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
9776  Branch: perl
9777        ! t/pragma/warn/regexec
9778 ____________________________________________________________________________
9779 [  1840] By: gsar                                  on 1998/09/23  09:42:17
9780     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
9781  Branch: perl
9782        ! win32/bin/pl2bat.pl
9783 ____________________________________________________________________________
9784 [  1839] By: gsar                                  on 1998/09/23  09:38:18
9785     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
9786          Date: Mon, 7 Sep 1998 17:36:09 +0900
9787          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
9788          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
9789  Branch: perl
9790        ! ext/Thread/Thread.xs
9791 ____________________________________________________________________________
9792 [  1838] By: gsar                                  on 1998/09/23  09:21:11
9793     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
9794          Date: Thu, 10 Sep 1998 00:02:07 -0400
9795          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
9796          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
9797  Branch: perl
9798        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
9799        + vos/config.h vos/config_h.SH_orig vos/perl.bind
9800        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
9801        ! MANIFEST perl.c perl.h pod/perlport.pod
9802 ____________________________________________________________________________
9803 [  1837] By: gsar                                  on 1998/09/23  08:45:58
9804     Log: (via private mail)
9805          From: Charles Bailey <BAILEY@newman.upenn.edu>
9806          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
9807          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
9808          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
9809  Branch: perl
9810        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
9811        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
9812        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
9813        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
9814        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
9815        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
9816        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
9817        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
9818        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
9819        ! vms/writemain.pl
9820 ____________________________________________________________________________
9821 [  1836] By: gsar                                  on 1998/09/23  08:17:42
9822     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9823          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
9824          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
9825          Subject: [PATCH 5.005_*] OS/2 spawning typos
9826  Branch: perl
9827        ! os2/os2.c
9828 ____________________________________________________________________________
9829 [  1835] By: gsar                                  on 1998/09/23  08:09:55
9830     Log: warn on C<my($foo,$foo)>
9831  Branch: perl
9832        ! op.c pod/perldiag.pod
9833 ____________________________________________________________________________
9834 [  1834] By: gsar                                  on 1998/09/23  07:35:56
9835     Log: From: pvhp@forte.com (Peter Prymmer)
9836          Date: Fri, 4 Sep 98 13:27:41 PDT
9837          Message-Id: <9809042027.AA04463@forte.com>
9838          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
9839  Branch: perl
9840        ! README.vms
9841 ____________________________________________________________________________
9842 [  1833] By: gsar                                  on 1998/09/23  07:27:34
9843     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
9844          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
9845          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
9846          Subject: PATCH: 5.005_02 hint/hpux.sh
9847  Branch: perl
9848        ! hints/hpux.sh
9849 ____________________________________________________________________________
9850 [  1832] By: gsar                                  on 1998/09/23  07:22:40
9851     Log: fix (some) installhtml bugs
9852          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
9853          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
9854          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
9855          Subject: installhtml script needs work
9856  Branch: perl
9857        ! installhtml
9858 ____________________________________________________________________________
9859 [  1831] By: gsar                                  on 1998/09/23  07:19:30
9860     Log: document 'U' magic with examples
9861          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
9862          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
9863          Message-Id: <199809011455.PAA00631@sale-wts>
9864          Subject: Re: Looking for some XS MAGIC examples...
9865  Branch: perl
9866        ! pod/perlguts.pod
9867 ____________________________________________________________________________
9868 [  1830] By: gsar                                  on 1998/09/23  07:16:43
9869     Log: From: pvhp@forte.com (Peter Prymmer)
9870          Date: Mon, 31 Aug 98 17:13:49 PDT
9871          Message-Id: <9809010013.AA06737@forte.com>
9872          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
9873  Branch: perl
9874        ! README.os390
9875 ____________________________________________________________________________
9876 [  1829] By: gsar                                  on 1998/09/23  07:15:08
9877     Log: fix problematic typecast in filter_del()
9878          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
9879          Date: Mon, 31 Aug 1998 21:13:11 GMT
9880          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
9881          Subject: perl5.005_02 does not build on Cray T90
9882  Branch: perl
9883        ! toke.c
9884 ____________________________________________________________________________
9885 [  1828] By: gsar                                  on 1998/09/23  07:11:34
9886     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9887          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
9888          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
9889          Subject: [PATCH 5.005_5*] (?>) broken in RE
9890  Branch: perl
9891        ! regexec.c t/op/re_tests
9892 ____________________________________________________________________________
9893 [  1827] By: gsar                                  on 1998/09/23  07:09:50
9894     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
9895  Branch: perl
9896        ! t/op/grent.t t/op/groups.t
9897 ____________________________________________________________________________
9898 [  1826] By: gsar                                  on 1998/09/23  07:03:16
9899     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
9900          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
9901          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
9902          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
9903  Branch: perl
9904        - interp.sym
9905        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
9906 ____________________________________________________________________________
9907 [  1825] By: gsar                                  on 1998/09/23  06:56:40
9908     Log: re-introduce change#1703
9909  Branch: perl
9910        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
9911 ____________________________________________________________________________
9912 [  1824] By: gsar                                  on 1998/09/23  06:44:19
9913     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9914          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
9915          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
9916          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
9917  Branch: perl
9918        ! lib/perl5db.pl
9919 ____________________________________________________________________________
9920 [  1823] By: gsar                                  on 1998/09/23  06:41:34
9921         Log: From: Joe Buehler <jhpb@hekimian.com>
9922              Date: 29 Aug 1998 17:13:28 -0400
9923              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
9924              Subject: patches for perl 5.005_51 under U/WIN
9925      Branch: perl
9926            + hints/uwin.sh
9927            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
9928            ! t/lib/posix.t
9929 ____________________________________________________________________________
9930 [  1822] By: gsar                                  on 1998/09/23  06:36:59
9931         Log: add missing C<no utf8;> tweak from Larry
9932      Branch: perl
9933            ! t/op/subst.t
9934 ____________________________________________________________________________
9935 [  1821] By: gsar                                  on 1998/09/23  06:27:51
9936         Log: s/runops/CALLRUNOPS/
9937      Branch: perl
9938            ! cc_runtime.h
9939 ____________________________________________________________________________
9940 [  1820] By: gsar                                  on 1998/09/23  06:24:49
9941         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
9942      Branch: perl
9943           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
9944           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
9945           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
9946           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
9947           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
9948           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
9949           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
9950           +> t/pragma/warn/util
9951            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
9952            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
9953            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
9954            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
9955            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
9956            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
9957            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
9958            - t/pragma/warn-util
9959            ! MANIFEST t/pragma/warning.t
9960 ____________________________________________________________________________
9961 [  1819] By: gsar                                  on 1998/09/23  06:08:46
9962         Log: make \(%foo) return refs to values (not copies of values)
9963              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
9964              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
9965              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
9966              --
9967              From: Roderick Schertler <roderick@argon.org>
9968              Date: Sat, 29 Aug 1998 00:58:33 -0400
9969              Message-ID: <29894.904366713@eeyore.ibcinc.com>
9970              Subject: Re: \(%x) problems
9971      Branch: perl
9972            ! doop.c pod/perlref.pod
9973 ____________________________________________________________________________
9974 [  1818] By: gsar                                  on 1998/09/23  06:05:08
9975         Log: make h2xs generate ANSI prototypes
9976      Branch: perl
9977            ! utils/h2xs.PL
9978 ____________________________________________________________________________
9979 [  1817] By: gsar                                  on 1998/09/23  05:57:16
9980         Log: updated usethreads hints for hpux 10.X
9981              From: Matthew T Harden <mthard@mthard1.monsanto.com>
9982              Date: Fri, 28 Aug 1998 14:10:42 GMT
9983              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
9984              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
9985      Branch: perl
9986            ! hints/hpux.sh perl.h
9987 ____________________________________________________________________________
9988 [  1816] By: gsar                                  on 1998/09/23  05:53:31
9989         Log: don't create empty directories in installperl
9990              From: Robin Barker <rmb1@cise.npl.co.uk>
9991              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
9992              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
9993              Subject: [PATCH 5.005_02] install: empty dirs
9994      Branch: perl
9995            ! installperl
9996 ____________________________________________________________________________
9997 [  1815] By: gsar                                  on 1998/09/23  05:50:36
9998         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
9999              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10000              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
10001              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
10002              Subject: Re: your mail
10003      Branch: perl
10004            ! regexec.c t/op/re_tests
10005 ____________________________________________________________________________
10006 [  1814] By: gsar                                  on 1998/09/23  05:45:17
10007         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
10008              Date: Thu, 20 Aug 1998 20:59:03 -0400
10009              Message-ID: <19980820205903.A12908@O2.chapin.edu>
10010              Subject: [PATCH] h2ph misquotes #error directives
10011      Branch: perl
10012            ! t/lib/h2ph.pht utils/h2ph.PL
10013 ____________________________________________________________________________
10014 [  1813] By: gsar                                  on 1998/09/23  05:42:41
10015         Log: patch to support computed regular subexpressions
10016              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10017              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
10018              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
10019              Subject: [5.005_5* PATCH] Postponed RE - now!
10020      Branch: perl
10021            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
10022            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
10023 ____________________________________________________________________________
10024 [  1812] By: gsar                                  on 1998/09/23  05:26:26
10025         Log: better CR-handling on shebang line and in formats (fixed variant of
10026              patch suggested by Igor Sysoev <igor@nitek.ru>)
10027      Branch: perl
10028            ! perl.c toke.c
10029 ____________________________________________________________________________
10030 [  1811] By: gsar                                  on 1998/09/23  04:35:46
10031         Log: document non-loopish blocks better
10032              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
10033              Date: Tue, 18 Aug 1998 12:28:36 +0100
10034              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
10035              Subject: Re: next in do {} while block gives error message
10036      Branch: perl
10037            ! pod/perlfunc.pod
10038 ____________________________________________________________________________
10039 [  1810] By: gsar                                  on 1998/09/23  04:12:05
10040         Log: fix bogus integerization of pop()'s return value
10041              From: Gurusamy Sarathy <gsar@engin.umich.edu>
10042              Date: Sat, 15 Aug 1998 23:27:54 -0400
10043              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
10044              Subject: Re: Complex expression does integer arithmetic 
10045      Branch: perl
10046            ! opcode.h opcode.pl
10047 ____________________________________________________________________________
10048 [  1809] By: gsar                                  on 1998/09/23  04:09:43
10049         Log: tweak README.win32
10050      Branch: perl
10051            ! README.win32
10052 ____________________________________________________________________________
10053 [  1808] By: gsar                                  on 1998/09/23  03:40:57
10054         Log: better diagnostic for do{} used as lvalue
10055      Branch: perl
10056            ! op.c pod/perlport.pod
10057 ____________________________________________________________________________
10058 [  1807] By: gsar                                  on 1998/09/23  03:38:30
10059         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
10060              From: hansm@icgroup.nl
10061              Date: Tue, 11 Aug 98 21:08:51 +0200
10062              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
10063              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
10064      Branch: perl
10065            ! malloc.c
10066 ____________________________________________________________________________
10067 [  1806] By: gsar                                  on 1998/09/23  03:36:08
10068         Log: support make written in perl (aka "pmake") on win32
10069      Branch: perl
10070            ! lib/ExtUtils/MM_Win32.pm
10071 ____________________________________________________________________________
10072 [  1805] By: gsar                                  on 1998/09/23  03:30:07
10073         Log: fix mismatched UV/U32 types for to_utf8_*()
10074      Branch: perl
10075            ! utf8.c
10076 ____________________________________________________________________________
10077 [  1804] By: gsar                                  on 1998/09/23  03:22:22
10078         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
10079              Date: Sun, 9 Aug 1998 22:38:23 +0200
10080              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
10081              Subject: [PATCH 5.5002] dos-djgpp update
10082      Branch: perl
10083            ! t/io/fs.t
10084 ____________________________________________________________________________
10085 [  1803] By: gsar                                  on 1998/09/23  03:20:13
10086         Log: apply minimal variant of patch (sent via private mail)
10087              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
10088              Date: Wed, 12 Aug 1998 15:42:35 +0300
10089              Message-Id: <199808121242.PAA29761@comanche.spices>
10090              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
10091      Branch: perl
10092            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
10093            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
10094 ____________________________________________________________________________
10095 [  1802] By: gsar                                  on 1998/09/23  03:03:39
10096         Log: adjust searchdict.t for EBCDIC (still needs documenting)
10097              From: pvhp@forte.com (Peter Prymmer)
10098              Date: Thu, 6 Aug 98 18:09:39 PDT
10099              Message-Id: <9808070109.AA06158@forte.com>
10100              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
10101      Branch: perl
10102            ! README.os390 t/lib/searchdict.t
10103 ____________________________________________________________________________
10104 [  1801] By: gsar                                  on 1998/09/23  02:54:15
10105         Log: silence redefined warning for XS(INIT) {}
10106      Branch: perl
10107            ! op.c
10108 ____________________________________________________________________________
10109 [  1800] By: gsar                                  on 1998/09/23  02:42:23
10110         Log: support match indices via special variables @- and @+
10111              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10112              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
10113              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
10114              Subject: [PATCH 5.004_76] @- and @+
10115      Branch: perl
10116            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
10117            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
10118 ____________________________________________________________________________
10119 [  1799] By: gsar                                  on 1998/09/23  01:44:31
10120         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10121              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
10122              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
10123              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
10124      Branch: perl
10125            ! regcomp.c t/op/re_tests
10126 ____________________________________________________________________________
10127 [  1798] By: gsar                                  on 1998/09/23  01:39:23
10128         Log: integrate maint-5.005 changes (except conflicting change#1794)
10129      Branch: perl
10130            ! Changes
10131           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
10132           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
10133           !> win32/win32.h
10134 ____________________________________________________________________________
10135 [  1797] By: gsar                                  on 1998/09/23  01:32:36
10136         Log: add note to win32/Makefile about setting CCHOME
10137      Branch: perl
10138            ! win32/Makefile win32/makefile.mk
10139 ____________________________________________________________________________
10140 [  1796] By: gsar                                  on 1998/09/23  01:31:32
10141         Log: perl.pod tweak
10142      Branch: perl
10143            ! pod/perl.pod
10144 ____________________________________________________________________________
10145 [  1795] By: gsar                                  on 1998/09/21  20:34:10
10146         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
10147      Branch: perl
10148            ! lib/ExtUtils/xsubpp
10149 ____________________________________________________________________________
10150 [  1789] By: gsar                                  on 1998/09/18  18:01:37
10151         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
10152      Branch: perl
10153            ! cop.h t/cmd/for.t
10154 ____________________________________________________________________________
10155 [  1788] By: gsar                                  on 1998/09/17  02:19:11
10156         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
10157      Branch: perl
10158            ! win32/config.bc win32/config.gc win32/config.vc
10159 ____________________________________________________________________________
10160 [  1787] By: gsar                                  on 1998/09/17  01:45:14
10161         Log: suppress bogus warning on C<sub x {} x()>
10162      Branch: perl
10163            ! toke.c
10164 ____________________________________________________________________________
10165 [  1786] By: gsar                                  on 1998/09/17  01:42:51
10166         Log: ntohl typo in objXSUB.h
10167      Branch: perl
10168            ! objXSUB.h
10169 ____________________________________________________________________________
10170 [  1785] By: gsar                                  on 1998/09/17  01:41:48
10171         Log: fill gaps in sig_* entries in win32/config.?c
10172      Branch: perl
10173            ! win32/config.bc win32/config.gc win32/config.vc
10174 ____________________________________________________________________________
10175 [  1781] By: larry                                 on 1998/09/05  23:48:24
10176         Log: tr/// logic was hosed under utf8
10177      Branch: perl
10178            ! doop.c op.c op.h pp.c proto.h
10179 ____________________________________________________________________________
10180 [  1780] By: larry                                 on 1998/09/05  23:44:16
10181         Log: several new tests needed tweaking to work under utf8
10182      Branch: perl
10183            ! t/comp/require.t t/op/pack.t t/op/substr.t
10184 ____________________________________________________________________________
10185 [  1779] By: larry                                 on 1998/09/05  23:41:42
10186         Log: index() applied BM optimization to wrong argument
10187      Branch: perl
10188            ! op.c util.c
10189 ____________________________________________________________________________
10190 [  1778] By: larry                                 on 1998/09/05  23:38:29
10191         Log: Implicit require during compile reset line numbering
10192      Branch: perl
10193            ! pp_ctl.c
10194
10195 ----------------
10196 Version 5.005_51
10197 ----------------
10198
10199 ____________________________________________________________________________
10200 [  1777] By: gsar                                  on 1998/08/10  07:02:38
10201         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
10202              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
10203              lexical warning testsuite for win32
10204      Branch: perl
10205            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
10206            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
10207            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
10208            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
10209            ! win32/Makefile win32/makefile.mk
10210 ____________________________________________________________________________
10211 [  1776] By: gsar                                  on 1998/08/09  17:53:48
10212         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
10213      Branch: perl
10214            ! Changes MANIFEST perl.c pod/perlhist.pod
10215 ____________________________________________________________________________
10216 [  1775] By: gsar                                  on 1998/08/09  14:35:33
10217         Log: tweak warning test
10218      Branch: perl
10219            ! t/pragma/warn-toke
10220 ____________________________________________________________________________
10221 [  1774] By: gsar                                  on 1998/08/09  14:13:46
10222         Log: add missing dTHR; notes for test failures due to small stacksize
10223      Branch: perl
10224            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
10225            ! toke.c universal.c util.c
10226 ____________________________________________________________________________
10227 [  1773] By: gsar                                  on 1998/08/09  11:31:53
10228         Log: lexical warnings; tweaks to places that didn't apply correctly
10229              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
10230              Date:    Wed, 29 Jul 1998 09:28:45 BST
10231              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
10232              Subject: lexical warnings patch for 5.005_50
10233      Branch: perl
10234            + README.lexwarn lib/warning.pm t/pragma/warn-2use
10235            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
10236            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
10237            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
10238            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
10239            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
10240            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
10241            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
10242            + warning.h warning.pl
10243            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
10244            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
10245            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
10246            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
10247            ! universal.c util.c
10248 ____________________________________________________________________________
10249 [  1772] By: gsar                                  on 1998/08/08  23:06:00
10250         Log: bump patchlevel to 5.005_51
10251      Branch: perl
10252            ! patchlevel.h win32/Makefile win32/config_H.bc
10253            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
10254 ____________________________________________________________________________
10255 [  1771] By: gsar                                  on 1998/08/08  23:01:57
10256         Log: fix bogus warning on "\x{123}"
10257              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
10258              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
10259              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
10260              Subject: [5.005_50 PATCH] Some unicode problems
10261      Branch: perl
10262            ! regcomp.c toke.c
10263 ____________________________________________________________________________
10264 [  1770] By: gsar                                  on 1998/08/08  22:56:55
10265         Log: hide dup symbol for static build of ext/re
10266              From: Dominic Dunlop <domo@ppp72.vo.lu>
10267              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
10268              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
10269              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
10270      Branch: perl
10271            ! regcomp.c
10272 ____________________________________________________________________________
10273 [  1769] By: gsar                                  on 1998/08/08  22:45:06
10274         Log: fix double free on -Mutf8 -e '$b=uc("")'
10275              From: larry@wall.org (Larry Wall)
10276              Date: Fri, 7 Aug 1998 14:42:43 -0700
10277              Message-Id: <199808072142.OAA14920@wall.org>
10278              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
10279      Branch: perl
10280            ! pp.c
10281 ____________________________________________________________________________
10282 [  1768] By: gsar                                  on 1998/08/08  22:42:29
10283         Log: substr() assumes utf8 without say-so
10284              From: larry@wall.org (Larry Wall)
10285              Date: Fri, 7 Aug 1998 12:25:12 -0700
10286              Message-Id: <199808071925.MAA13436@wall.org>
10287              Subject: [PATCH 5.005_50] substr bug?
10288      Branch: perl
10289            ! pp.c
10290 ____________________________________________________________________________
10291 [  1767] By: gsar                                  on 1998/08/08  22:38:25
10292         Log: fix intolerance of SWASHes for blank lines
10293              From: Gisle Aas <aas@sn.no>
10294              Date: 06 Aug 1998 23:28:57 +0200
10295              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
10296              Subject: Re: Re[2]: another joyride begins
10297      Branch: perl
10298            ! lib/utf8_heavy.pl
10299 ____________________________________________________________________________
10300 [  1766] By: gsar                                  on 1998/08/08  22:33:10
10301         Log: utf8 doc tweak
10302              From: Gisle Aas <aas@sn.no>
10303              Date: 05 Aug 1998 00:41:04 +0200
10304              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
10305              Subject: Matching clumps
10306      Branch: perl
10307            ! lib/utf8.pm
10308 ____________________________________________________________________________
10309 [  1765] By: gsar                                  on 1998/08/08  22:31:37
10310         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
10311              From: Gisle Aas <aas@sn.no>
10312              Date: 04 Aug 1998 22:56:11 +0200
10313              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
10314              Subject: Re: another joyride begins
10315      Branch: perl
10316            ! lib/utf8_heavy.pl
10317 ____________________________________________________________________________
10318 [  1764] By: gsar                                  on 1998/08/08  22:28:43
10319         Log: From: larry@wall.org (Larry Wall)
10320              Date: Tue, 4 Aug 1998 17:04:51 -0700
10321              Message-Id: <199808050004.RAA22592@wall.org>
10322              Subject: [PATCH 5.005_50] \pX not implemented!
10323      Branch: perl
10324            ! regcomp.c
10325 ____________________________________________________________________________
10326 [  1763] By: gsar                                  on 1998/08/08  22:27:15
10327         Log: From: Stephen McCamant <alias@mcs.com>
10328              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
10329              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
10330              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
10331      Branch: perl
10332            ! op.c
10333 ____________________________________________________________________________
10334 [  1762] By: gsar                                  on 1998/08/08  22:26:09
10335         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
10336              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
10337              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
10338              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
10339      Branch: perl
10340            + t/op/grent.t t/op/pwent.t
10341            ! MANIFEST
10342 ____________________________________________________________________________
10343 [  1761] By: gsar                                  on 1998/08/08  22:21:52
10344         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10345              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
10346              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
10347              Subject: [5.005_50 PATCH] misprint in RE engine
10348      Branch: perl
10349            ! regexec.c t/op/re_tests
10350 ____________________________________________________________________________
10351 [  1760] By: gsar                                  on 1998/08/08  22:18:54
10352         Log: integrate maint-5.005 changes into mainline
10353      Branch: perl
10354           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
10355           !> (integrate 138 files)
10356 ____________________________________________________________________________
10357 [  1672] By: gsar                                  on 1998/07/27  18:35:28
10358         Log: create new Changes
10359      Branch: perl
10360            + Changes
10361            ! Changes5.005 MANIFEST
10362 ____________________________________________________________________________
10363 [  1671] By: gsar                                  on 1998/07/27  18:30:57
10364         Log: rename Changes --> Changes5.005
10365      Branch: perl
10366           +> Changes5.005
10367            - Changes
10368 ____________________________________________________________________________
10369 [  1670] By: gsar                                  on 1998/07/27  18:10:14
10370         Log: integrate 5.005_01 changes from maint
10371      Branch: perl
10372            ! Changes
10373           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
10374           !> win32/win32.c
10375 ____________________________________________________________________________
10376 [  1667] By: nick                                  on 1998/07/26  14:31:01
10377         Log: Add dTHR so that it compiles miniperl in threaded mode
10378      Branch: perl
10379            ! doop.c mg.c regcomp.c regexec.c
10380 ____________________________________________________________________________
10381 [  1666] By: nick                                  on 1998/07/26  13:01:10
10382         Log: Resolve ansiperl against mainline (@1648?)
10383              Unclear that change number has "taken".
10384      Branch: ansiperl
10385           +> (branch 169 files)
10386            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
10387           !> (integrate 131 files)
10388
10389 ----------------
10390 Version 5.005_50
10391 ----------------
10392
10393 ____________________________________________________________________________
10394 [  1665] By: gsar                                  on 1998/07/26  05:38:48
10395         Log: add trailing newline to file
10396      Branch: perl
10397            ! Changes lib/unicode/blocks.txt
10398 ____________________________________________________________________________
10399 [  1664] By: gsar                                  on 1998/07/26  05:08:48
10400         Log: integrate proto.h additions from maint-5.005
10401      Branch: perl
10402           !> pod/perlhist.pod proto.h
10403 ____________________________________________________________________________
10404 [  1663] By: gsar                                  on 1998/07/26  05:07:05
10405         Log: add new files to MANIFEST; add missing prototypes to proto.h;
10406              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
10407              add typecasts to silence warnings; tweaks for win32 builds
10408      Branch: perl
10409            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
10410            ! win32/Makefile win32/makefile.mk
10411 ____________________________________________________________________________
10412 [  1662] By: gsar                                  on 1998/07/26  05:01:52
10413         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
10414      Branch: maint-5.005/perl
10415            ! pod/perlhist.pod proto.h
10416 ____________________________________________________________________________
10417 [  1661] By: gsar                                  on 1998/07/26  02:52:48
10418         Log: up patchlevel to 5.005_50
10419      Branch: perl
10420            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
10421            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
10422 ____________________________________________________________________________
10423 [  1660] By: gsar                                  on 1998/07/26  02:43:57
10424         Log: integrate utfperl
10425      Branch: perl
10426           +> (branch 162 files)
10427           !> (integrate 29 files)
10428 ____________________________________________________________________________
10429 [  1659] By: gsar                                  on 1998/07/26  02:38:22
10430         Log: integrate maint-5.005 changes
10431      Branch: perl
10432           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
10433           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
10434           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
10435           !> vms/descrip_mms.template vms/subconfigure.com
10436 ____________________________________________________________________________
10437 [  1658] By: gsar                                  on 1998/07/26  02:23:46
10438         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
10439              Date: Fri, 24 Jul 1998 11:38:25 -0700
10440              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
10441              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
10442              --
10443              Date: Fri, 24 Jul 1998 12:30:36 -0700
10444              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
10445              Subject: [PATCH 5.005]Tweaks to README.vms
10446              --
10447              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
10448              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
10449              Subject: [PATCH 5.005] Final build cleanup patch
10450      Branch: maint-5.005/perl
10451            ! README.vms vms/descrip_mms.template vms/subconfigure.com
10452 ____________________________________________________________________________
10453 [  1657] By: gsar                                  on 1998/07/26  02:19:50
10454         Log: another platform where pp_sselect() needs a whole fd_set buffer
10455              From: Lupe Christoph <lupe@alanya.m.isar.de>
10456              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
10457              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
10458              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
10459      Branch: maint-5.005/perl
10460            ! pp_sys.c
10461 ____________________________________________________________________________
10462 [  1656] By: gsar                                  on 1998/07/26  02:12:46
10463         Log: fix problem building modules on dos-djgpp
10464              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
10465              Date: Sat, 25 Jul 1998 00:53:39 +0200
10466              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
10467              Subject: [PATCH 5.005] dos-djgpp and modules problem
10468      Branch: maint-5.005/perl
10469            ! djgpp/fixpmain
10470 ____________________________________________________________________________
10471 [  1655] By: gsar                                  on 1998/07/26  02:11:09
10472         Log: From: Tom Spindler <dogcow@home.merit.edu>
10473              Date: Wed, 22 Jul 1998 16:11:07 -0400
10474              Message-ID: <19980722161107.A16813@home.merit.edu>
10475              Subject: [PATCH 5.005] BeOS tweak
10476      Branch: maint-5.005/perl
10477            ! hints/beos.sh
10478 ____________________________________________________________________________
10479 [  1654] By: gsar                                  on 1998/07/26  02:09:29
10480         Log: various pod tweaks
10481      Branch: maint-5.005/perl
10482            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
10483            ! pod/perltoc.pod
10484 ____________________________________________________________________________
10485 [  1653] By: gsar                                  on 1998/07/26  02:05:46
10486         Log: fix emacs/ptags for PL_* changes
10487              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10488              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
10489              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
10490              Subject: [PATCH 5.004_76] Yet better ptags
10491      Branch: maint-5.005/perl
10492            ! emacs/ptags
10493 ____________________________________________________________________________
10494 [  1652] By: gsar                                  on 1998/07/26  02:03:01
10495         Log: fix behavior of <=> on bigints
10496              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
10497              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
10498              Date: Fri, 24 Jul 1998 18:29:53 +0100
10499              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
10500      Branch: maint-5.005/perl
10501            ! lib/Math/BigInt.pm t/lib/bigintpm.t
10502 ____________________________________________________________________________
10503 [  1651] By: larry                                 on 1998/07/24  05:44:33
10504         Log: Here are the long-expected Unicode/UTF-8 modifications.
10505      Branch: utfperl
10506            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
10507            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
10508            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
10509            + lib/unicode/Decomposition.pl
10510            + lib/unicode/In/AlphabeticPresentationForms.pl
10511            + lib/unicode/In/Arabic.pl
10512            + lib/unicode/In/ArabicPresentationForms-A.pl
10513            + lib/unicode/In/ArabicPresentationForms-B.pl
10514            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
10515            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
10516            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
10517            + lib/unicode/In/BoxDrawing.pl
10518            + lib/unicode/In/CJKCompatibility.pl
10519            + lib/unicode/In/CJKCompatibilityForms.pl
10520            + lib/unicode/In/CJKCompatibilityIdeographs.pl
10521            + lib/unicode/In/CJKSymbolsandPunctuation.pl
10522            + lib/unicode/In/CJKUnifiedIdeographs.pl
10523            + lib/unicode/In/CombiningDiacriticalMarks.pl
10524            + lib/unicode/In/CombiningHalfMarks.pl
10525            + lib/unicode/In/CombiningMarksforSymbols.pl
10526            + lib/unicode/In/ControlPictures.pl
10527            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
10528            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
10529            + lib/unicode/In/EnclosedAlphanumerics.pl
10530            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
10531            + lib/unicode/In/GeneralPunctuation.pl
10532            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
10533            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
10534            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
10535            + lib/unicode/In/HalfwidthandFullwidthForms.pl
10536            + lib/unicode/In/HangulCompatibilityJamo.pl
10537            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
10538            + lib/unicode/In/Hebrew.pl
10539            + lib/unicode/In/HighPrivateUseSurrogates.pl
10540            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
10541            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
10542            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
10543            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
10544            + lib/unicode/In/LatinExtended-A.pl
10545            + lib/unicode/In/LatinExtended-B.pl
10546            + lib/unicode/In/LatinExtendedAdditional.pl
10547            + lib/unicode/In/LetterlikeSymbols.pl
10548            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
10549            + lib/unicode/In/MathematicalOperators.pl
10550            + lib/unicode/In/MiscellaneousSymbols.pl
10551            + lib/unicode/In/MiscellaneousTechnical.pl
10552            + lib/unicode/In/NumberForms.pl
10553            + lib/unicode/In/OpticalCharacterRecognition.pl
10554            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
10555            + lib/unicode/In/SmallFormVariants.pl
10556            + lib/unicode/In/SpacingModifierLetters.pl
10557            + lib/unicode/In/Specials.pl
10558            + lib/unicode/In/SuperscriptsandSubscripts.pl
10559            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
10560            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
10561            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
10562            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
10563            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
10564            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
10565            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
10566            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
10567            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
10568            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
10569            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
10570            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
10571            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
10572            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
10573            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
10574            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
10575            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
10576            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
10577            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
10578            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
10579            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
10580            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
10581            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
10582            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
10583            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
10584            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
10585            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
10586            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
10587            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
10588            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
10589            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
10590            + lib/unicode/JamoShort.pl lib/unicode/Makefile
10591            + lib/unicode/Name.pl lib/unicode/Number.pl
10592            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
10593            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
10594            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
10595            + lib/unicode/blocks.txt lib/unicode/index2.txt
10596            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
10597            + lib/unicode/names2.txt lib/unicode/props2.txt
10598            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
10599            + utf8.c utf8.h
10600            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
10601            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
10602            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
10603            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
10604            ! t/op/vec.t toke.c util.c vms/vmsish.h
10605 ____________________________________________________________________________
10606 [  1650] By: gsar                                  on 1998/07/24  04:06:48
10607         Log: create utfperl branch
10608      Branch: utfperl
10609           +> (branch 1079 files)
10610 ____________________________________________________________________________
10611 [  1649] By: gsar                                  on 1998/07/24  03:56:56
10612         Log: create maint-5.005 branch
10613      Branch: maint-5.005/perl
10614           +> (branch 1079 files)
10615 ____________________________________________________________________________
10616 [  1648] By: gsar                                  on 1998/07/24  03:36:35
10617         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
10618      Branch: perl
10619            ! Changes
10620