additions to Thread.pm docs from Tuomas J. Lukka
[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 [  3342] By: gsar                                  on 1999/05/09  01:42:06
83         Log: import list propagation busted (pointed out by Ton Hospel
84              <thospel@mail.dma.be>)
85      Branch: perl
86            ! lib/autouse.pm
87 ____________________________________________________________________________
88 [  3341] By: gsar                                  on 1999/05/09  00:54:18
89         Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
90              (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
91      Branch: perl
92            ! Configure Makefile.SH
93 ____________________________________________________________________________
94 [  3340] By: gsar                                  on 1999/05/09  00:40:41
95         Log: generate manpages for newly added utils
96      Branch: perl
97            ! installman
98 ____________________________________________________________________________
99 [  3339] By: gsar                                  on 1999/05/09  00:33:50
100         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
101              Date: Sun, 02 May 1999 17:59:24 +0100
102              Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
103              Subject: [PATCH] Re: ptr to realloced memory in yylex
104      Branch: perl
105            ! toke.c
106 ____________________________________________________________________________
107 [  3338] By: jhi                                   on 1999/05/08  22:40:29
108         Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
109      Branch: cfgperl
110            ! INSTALL
111 ____________________________________________________________________________
112 [  3337] By: jhi                                   on 1999/05/08  22:22:26
113         Log: Integrate from mainperl.
114      Branch: cfgperl
115           +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
116           !> (integrate 54 files)
117 ____________________________________________________________________________
118 [  3336] By: gsar                                  on 1999/05/08  21:48:22
119         Log: make perldoc -f grok nested =items
120      Branch: perl
121            ! utils/perldoc.PL
122 ____________________________________________________________________________
123 [  3335] By: gsar                                  on 1999/05/08  19:48:11
124         Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
125      Branch: perl
126            ! op.c t/lib/fields.t
127 ____________________________________________________________________________
128 [  3334] By: gsar                                  on 1999/05/08  19:09:41
129         Log: update test totals
130      Branch: perl
131            ! t/lib/bigintpm.t
132 ____________________________________________________________________________
133 [  3333] By: gsar                                  on 1999/05/08  16:56:02
134         Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
135      Branch: perl
136            ! pod/perlfunc.pod
137 ____________________________________________________________________________
138 [  3332] By: gsar                                  on 1999/05/08  16:46:44
139         Log: applied suggested patch, added tests
140              From: William Mann <wmann@avici.com>
141              Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
142              Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
143              Subject: BigInt.pm extensions for logical operations
144      Branch: perl
145            ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
146 ____________________________________________________________________________
147 [  3331] By: gsar                                  on 1999/05/08  16:09:33
148         Log: avoid temporary files named 'tmp'
149      Branch: perl
150            ! Makefile.SH pp.c
151 ____________________________________________________________________________
152 [  3330] By: nick                                  on 1999/05/08  14:16:30
153         Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
154              Provide Tie::StdHandle
155              Basic update of docs.
156      Branch: perl
157            + t/lib/tie-stdhandle.t
158            ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
159 ____________________________________________________________________________
160 [  3329] By: nick                                  on 1999/05/08  12:03:45
161         Log: Tweaks to open(my $fh,...) stuff
162      Branch: perl
163            ! op.c pp.c pp_sys.c t/io/open.t
164 ____________________________________________________________________________
165 [  3328] By: nick                                  on 1999/05/08  11:18:42
166         Log: Bring SDBM_File.xs into line with new typemap
167      Branch: perl
168            ! ext/SDBM_File/SDBM_File.xs
169 ____________________________________________________________________________
170 [  3327] By: gsar                                  on 1999/05/08  00:07:11
171         Log: add test case for AUTOLOAD reentrancy fix in change#3279
172      Branch: perl
173            ! t/lib/autoloader.t
174 ____________________________________________________________________________
175 [  3326] By: nick                                  on 1999/05/07  21:24:50
176         Log: Implement open( my $fh, ...) and similar.
177              Set flag in op.c for "constructor ops"
178              In pp_rv2gv, if flag is set and arg is PADSV and uninit
179              vivify as reference to a detached GV.
180              (Name of GV is the pad name.)
181              This scheme should "just work" for pipe/socket etc. too.
182              
183              #if 0 out the open(FH,undef) for now.
184              Change t/io/open.t to test open(my $fh,...)
185      Branch: perl
186            ! op.c pp.c pp_sys.c t/io/open.t
187 ____________________________________________________________________________
188 [  3325] By: nick                                  on 1999/05/07  21:18:42
189         Log: Correct SvLEN vs SvCUR  which leads to odd "chunk" vs "line" in mess().
190      Branch: perl
191            ! util.c
192 ____________________________________________________________________________
193 [  3324] By: gsar                                  on 1999/05/07  20:28:31
194         Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
195              intervening code has to allocate SVs)
196      Branch: perl
197            ! util.c
198 ____________________________________________________________________________
199 [  3323] By: gsar                                  on 1999/05/07  19:45:08
200         Log: allow line numbers to show in diagnostics during global destruction
201      Branch: perl
202            ! util.c
203 ____________________________________________________________________________
204 [  3322] By: gsar                                  on 1999/05/07  09:38:11
205         Log: From: Dan Sugalski <sugalskd@ous.edu>
206              Date: Fri, 09 Apr 1999 16:16:39 -0700
207              Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
208              Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
209      Branch: perl
210            ! lib/ExtUtils/MM_VMS.pm
211 ____________________________________________________________________________
212 [  3321] By: gsar                                  on 1999/05/07  09:08:23
213         Log: From: kwzh@gnu.org (Karl Heuer)
214              Date: Wed, 7 Apr 1999 23:58:58 -0400
215              Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
216              Subject: [perl-5.005.02] detect lack of /dev/tty
217      Branch: perl
218            ! Makefile.SH
219 ____________________________________________________________________________
220 [  3320] By: gsar                                  on 1999/05/07  08:52:14
221         Log: allow distinct prefix for versioned executables
222              From: Roderick Schertler <roderick@argon.org>
223              Date: Wed, 07 Apr 1999 15:34:56 -0400
224              Message-ID: <3003.923513696@eeyore.ibcinc.com>
225              Subject: perl55.00503 -> perl5.00503 patch for installperl
226      Branch: perl
227            ! INSTALL installperl
228 ____________________________________________________________________________
229 [  3319] By: gsar                                  on 1999/05/07  08:07:02
230         Log: From: Dan Sugalski <sugalskd@osshe.edu>
231              Date: Mon, 05 Apr 1999 15:38:42 -0700
232              Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
233              Subject: Re: chomp fails with $/ in fixed-length record mode
234              --
235              From: Roderick Schertler <roderick@argon.org>
236              Date: Tue, 06 Apr 1999 21:11:37 -0400
237              Message-ID: <2795.923447497@eeyore.ibcinc.com>
238              Subject: Re: chomp fails with $/ in fixed-length record mode
239      Branch: perl
240            ! doop.c pod/perlfunc.pod t/op/chop.t
241 ____________________________________________________________________________
242 [  3318] By: gsar                                  on 1999/05/07  07:56:35
243         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
244              Date: Tue, 6 Apr 1999 01:40:36 -0400
245              Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
246              Subject: [PATCH 5.005_*] Make % use fmod()
247      Branch: perl
248            ! pp.c t/op/arith.t
249 ____________________________________________________________________________
250 [  3317] By: gsar                                  on 1999/05/07  04:18:11
251         Log: DBM Filters (via private mail)
252              From: pmarquess@bfsec.bt.co.uk
253              Date: Sun, 18 Apr 1999 21:05:52 +0100
254              Message-Id: <199904182009.NAA19152@activestate.com>
255              Subject: DBM Filters
256      Branch: perl
257            + pod/perldbmfilter.pod
258            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
259            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
260            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
261            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
262            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
263            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
264            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
265            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
266            ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
267            ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
268            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
269            ! t/lib/sdbm.t
270 ____________________________________________________________________________
271 [  3316] By: gsar                                  on 1999/05/07  03:28:53
272         Log: avoid negative return value from Win32::GetTickCount()
273              From: jan.dubois@ibm.net (Jan Dubois)
274              Date: Sat, 03 Apr 1999 19:04:18 +0200
275              Message-ID: <37084742.22824479@smtp1.ibm.net>
276              Subject: Re: Win32::GetTickCount
277      Branch: perl
278            ! win32/win32.c
279 ____________________________________________________________________________
280 [  3315] By: nick                                  on 1999/05/06  21:44:38
281         Log: open(FH,undef) # creates new_tmpfile opened read/write
282              Add t/io/open.t with test for above.
283      Branch: perl
284            + t/io/open.t
285            ! pp_sys.c
286 ____________________________________________________________________________
287 [  3314] By: gsar                                  on 1999/05/06  08:01:23
288         Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
289              Date: Tue, 30 Mar 1999 23:40:34 PST
290              Message-ID: <19990331074034.6117.qmail@hotmail.com>
291              Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
292              --
293              Date: Wed, 07 Apr 1999 00:28:23 -0800
294              Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
295              Subject: [PATCH 5.005_56] function prototypes(B.pm)
296              --
297              Date: Thu, 22 Apr 1999 23:40:52 -0700
298              Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
299              Subject: [PATCH 5.005_56 ] discarding worthless padsvs
300              --
301              Date: Tue, 27 Apr 1999 01:14:49 PDT
302              Message-ID: <19990427081449.28615.qmail@hotmail.com>
303              Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
304      Branch: perl
305            ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
306            ! t/op/ref.t
307 ____________________________________________________________________________
308 [  3313] By: jhi                                   on 1999/05/06  07:59:52
309         Log: Integrate from mainperl.
310      Branch: cfgperl
311           !> (integrate 33 files)
312 ____________________________________________________________________________
313 [  3312] By: gsar                                  on 1999/05/06  07:11:50
314         Log: add Ethiopic section to unicode master database (from Ken
315              Whistler <kenw@sybase.com>)
316      Branch: perl
317            ! lib/unicode/UnicodeData-Latest.txt
318 ____________________________________________________________________________
319 [  3311] By: gsar                                  on 1999/05/06  05:37:55
320         Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
321              Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
322              Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
323              Subject: Largefiles for Solaris
324      Branch: perl
325            ! hints/solaris_2.sh
326 ____________________________________________________________________________
327 [  3310] By: gsar                                  on 1999/05/06  05:14:35
328         Log: emit more accurate diagnostic for syntax errors involving <>
329              within eval""
330      Branch: perl
331            ! toke.c utils/perldoc.PL
332 ____________________________________________________________________________
333 [  3309] By: gsar                                  on 1999/05/06  04:36:31
334         Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
335      Branch: perl
336            ! t/lib/open3.t
337 ____________________________________________________________________________
338 [  3308] By: gsar                                  on 1999/05/06  03:19:16
339         Log: applied first part of suggested patch (bug described cannot be
340              reproduced any longer, so the second inconclusive part has not
341              been applied)
342              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
343              Date: Sun, 28 Mar 1999 04:51:34 +0100
344              Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
345              Subject: [PATCH 5.005_56] Re: A core dump 
346      Branch: perl
347            ! toke.c
348 ____________________________________________________________________________
349 [  3307] By: gsar                                  on 1999/05/06  01:56:06
350         Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
351              change#3810)
352      Branch: perl
353            ! op.c
354 ____________________________________________________________________________
355 [  3306] By: gsar                                  on 1999/05/05  17:17:34
356         Log: applied non-conflicting parts of suggested patch
357              From: Charles Bailey <BAILEY@newman.upenn.edu>
358              Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
359              Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
360              Subject: [Patch 5.005_56] Revised VMS patch
361      Branch: perl
362            ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
363            ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
364 ____________________________________________________________________________
365 [  3305] By: gsar                                  on 1999/05/05  16:20:19
366         Log: make perldoc use backslashed pathnames within system() on win32
367      Branch: perl
368            ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
369 ____________________________________________________________________________
370 [  3304] By: gsar                                  on 1999/05/05  07:29:43
371         Log: upgrade Pod::Parser to v1.081 from CPAN
372      Branch: perl
373            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
374            ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
375            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
376 ____________________________________________________________________________
377 [  3303] By: gsar                                  on 1999/05/05  07:02:07
378         Log: From: Andy Dougherty <doughera@lafayette.edu>
379              Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
380              Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
381              Subject: [PATCH 5.005_03-MT3] INSTALL patches
382      Branch: perl
383            ! INSTALL
384 ____________________________________________________________________________
385 [  3302] By: gsar                                  on 1999/05/05  06:55:21
386         Log: load base packages based on nonexistent $VERSION
387              From: andreas.koenig@anima.de (Andreas J. Koenig)
388              Date: 19 Mar 1999 06:00:28 +0100
389              Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
390              Subject: Re: base.pm flaw
391      Branch: perl
392            ! lib/base.pm lib/locale.pm
393 ____________________________________________________________________________
394 [  3301] By: gsar                                  on 1999/05/04  05:41:08
395         Log: pod2man outputs switched date and revision label (fix suggested by
396              EthanSasiela@mede.com)
397      Branch: perl
398            ! pod/pod2man.PL
399 ____________________________________________________________________________
400 [  3300] By: gsar                                  on 1999/05/03  18:48:25
401         Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
402              (makes opendir(D,"c:") work reliably)
403      Branch: perl
404            ! win32/win32.c
405 ____________________________________________________________________________
406 [  3299] By: gsar                                  on 1999/05/02  19:39:55
407         Log: add test case for change#3298
408      Branch: perl
409            ! sv.c t/op/readdir.t
410 ____________________________________________________________________________
411 [  3298] By: gsar                                  on 1999/05/02  19:24:41
412         Log: close directory handles properly when localized
413      Branch: perl
414            ! sv.c
415 ____________________________________________________________________________
416 [  3297] By: jhi                                   on 1999/04/30  11:42:14
417         Log: Integrate from mainperl.
418      Branch: cfgperl
419           !> Changes config_h.SH configure.com lib/AutoLoader.pm
420           !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
421           !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
422           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
423           !> vms/subconfigure.com win32/win32.c
424 ____________________________________________________________________________
425 [  3293] By: chip                                  on 1999/04/29  18:50:49
426         Log: Fix shebang lines.
427      Branch: maint-5.004/perl
428            ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
429            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
430            ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
431            ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
432            ! x2p/find2perl.PL x2p/s2p.PL
433 ____________________________________________________________________________
434 [  3284] By: gsar                                  on 1999/04/27  00:48:42
435         Log: integrate change#3279 from maint-5.004
436      Branch: perl
437            ! lib/AutoLoader.pm
438 ____________________________________________________________________________
439 [  3279] By: chip                                  on 1999/04/26  23:09:26
440         Log: Make &AutoLoad::AUTOLOAD reentrant.
441      Branch: maint-5.004/perl
442            ! lib/AutoLoader.pm
443 ____________________________________________________________________________
444 [  3276] By: chip                                  on 1999/04/26  22:34:36
445         Log: Make porting scripts executable.
446      Branch: maint-5.004/perl
447            ! Changes Porting/genlog Porting/makerel Porting/p4desc
448            ! Porting/patchls
449 ____________________________________________________________________________
450 [  3274] By: gsar                                  on 1999/04/26  17:30:31
451         Log: allow embedded null characters in diagnostics
452      Branch: perl
453            ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
454 ____________________________________________________________________________
455 [  3273] By: gsar                                  on 1999/04/26  08:27:22
456         Log: hand-applied conflicting parts of suggested patch
457              From: Charles Bailey <BAILEY@newman.upenn.edu>
458              Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
459              Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
460              Subject: [PATCH 5.005_56] VMS configuration/build
461      Branch: perl
462            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
463            ! vms/munchconfig.c vms/subconfigure.com
464 ____________________________________________________________________________
465 [  3272] By: gsar                                  on 1999/04/26  08:25:41
466         Log: update Changes; tweak minor regressions
467      Branch: perl
468            ! Changes lib/AutoSplit.pm lib/File/Path.pm
469 ____________________________________________________________________________
470 [  3271] By: gsar                                  on 1999/04/26  07:52:51
471         Log: integrate change#3229 from maint-5.004
472      Branch: perl
473            ! pp_ctl.c util.c
474 ____________________________________________________________________________
475 [  3270] By: gsar                                  on 1999/04/25  22:58:27
476         Log: fix buggy reference count on refs to SVs with autoviv magic
477              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
478              accessing free()d memory)
479      Branch: perl
480            ! pp.c t/op/ref.t
481 ____________________________________________________________________________
482 [  3269] By: gsar                                  on 1999/04/24  17:07:55
483         Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
484              on win32)
485      Branch: perl
486            ! win32/win32.c
487 ____________________________________________________________________________
488 [  3268] By: gsar                                  on 1999/04/24  16:38:25
489         Log: kill dup hunk
490      Branch: perl
491            ! config_h.SH
492 ____________________________________________________________________________
493 [  3267] By: gsar                                  on 1999/04/24  16:35:57
494         Log: integrate cfgperl changes into mainline
495      Branch: perl
496           +> myconfig.SH
497            - myconfig
498            ! pod/perlre.pod
499           !> (integrate 38 files)
500 ____________________________________________________________________________
501 [  3266] By: jhi                                   on 1999/04/23  18:42:44
502         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
503              To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
504              Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
505              Cc: Lionel Cons <lionel.cons@cern.ch>,
506              Ilya Zakharevich <ilya@math.ohio-state.edu>,
507              David Hayes <david@bdel.com>
508              Subject: [PATCH] h2ph
509              Date: Fri, 23 Apr 1999 12:37:23 -0400
510              Message-ID: <19990423123723.A49550@O2.chapin.edu>
511      Branch: cfgperl
512            ! utils/h2ph.PL
513 ____________________________________________________________________________
514 [  3265] By: jhi                                   on 1999/04/21  18:17:12
515         Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
516              To: perlbug@perl.org
517              Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
518              Date: Wed, 21 Apr 1999 08:17:54 -0700
519              Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
520      Branch: cfgperl
521            ! vms/descrip_mms.template
522 ____________________________________________________________________________
523 [  3264] By: jhi                                   on 1999/04/20  08:50:54
524         Log: From: Andy Dougherty <doughera@lafayette.edu>
525              To: The Perl Porters Mailing List <perl5-porters@perl.org>
526              Subject: [PATCH 5.005_56] Re: 5.006 Todo
527              Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
528              Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
529      Branch: cfgperl
530            ! Porting/pumpkin.pod
531 ____________________________________________________________________________
532 [  3263] By: jhi                                   on 1999/04/20  08:05:01
533         Log: From: Chip Salzenberg <chip@perlsupport.com>
534              To: Perl 5 Porters <perl5-porters@perl.org>
535              Subject: [PATCH 5.005_56] Configure: $sig_count
536              Date: Sun, 18 Apr 1999 17:54:36 -0400
537              Message-ID: <19990418175436.A27496@perlsupport.com>
538      Branch: cfgperl
539            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
540            ! config_h.SH
541 ____________________________________________________________________________
542 [  3262] By: jhi                                   on 1999/04/19  18:23:50
543         Log: Subject: PATCH wrong faq reference in perlbook.pod
544              From: Robin Barker <rmb1@cise.npl.co.uk>
545              To: perlbug@perl.com
546              Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
547              Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
548      Branch: cfgperl
549            ! pod/perlbook.pod
550 ____________________________________________________________________________
551 [  3261] By: jhi                                   on 1999/04/15  13:59:04
552         Log: From: Andy Dougherty <doughera@lafayette.edu>
553              To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
554              Cc: Perl Porters <perl5-porters@perl.org>
555              Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
556              Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
557              Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
558      Branch: cfgperl
559            ! hints/solaris_2.sh
560 ____________________________________________________________________________
561 [  3260] By: jhi                                   on 1999/04/15  13:56:53
562         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
563              To: pumpkings@jhereg.perl.com
564              Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
565              Date: Thu, 15 Apr 1999 07:13:41 -0600
566              Message-Id: <199904151313.HAA07682@jhereg.perl.com>
567      Branch: cfgperl
568            ! pod/perldata.pod
569 ____________________________________________________________________________
570 [  3259] By: jhi                                   on 1999/04/13  23:12:52
571         Log: LDLIBPTH also on 'clean' targets.
572      Branch: cfgperl
573            ! Makefile.SH
574 ____________________________________________________________________________
575 [  3258] By: jhi                                   on 1999/04/13  21:38:46
576         Log: Add information about the two DEC C compiler optimizer bugs
577              (what patch levels of the compilers fix them).
578      Branch: cfgperl
579            ! pp.c t/op/repeat.t
580 ____________________________________________________________________________
581 [  3257] By: jhi                                   on 1999/04/13  14:25:08
582         Log: Be polite about ccdlflags and lddflags, too.
583              Avoid Perl's malloc only when threaded.
584      Branch: cfgperl
585            ! hints/aix.sh
586 ____________________________________________________________________________
587 [  3256] By: jhi                                   on 1999/04/13  10:21:33
588         Log: Croak if no known ways to semctl() (don't assume union semun).
589      Branch: cfgperl
590            ! doio.c perl.h
591 ____________________________________________________________________________
592 [  3255] By: jhi                                   on 1999/04/13  09:10:26
593         Log: From: Dan Sugalski <sugalskd@osshe.edu>
594              To: perl5-porters@perl.org, vmsperl@perl.org
595              Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
596              Date: Mon, 12 Apr 1999 13:36:48 -0700
597              Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
598      Branch: cfgperl
599            ! lib/ExtUtils/MM_VMS.pm
600 ____________________________________________________________________________
601 [  3254] By: jhi                                   on 1999/04/13  06:56:26
602         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
603              To: perlbug@perl.com
604              Subject: Update for OpenBSD hints
605              Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
606              Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
607      Branch: cfgperl
608            ! hints/openbsd.sh
609 ____________________________________________________________________________
610 [  3229] By: chip                                  on 1999/04/13  04:04:14
611         Log: Preserve errno from importunities of sfio.
612      Branch: maint-5.004/perl
613            ! pp_ctl.c util.c
614 ____________________________________________________________________________
615 [  3226] By: jhi                                   on 1999/04/11  12:52:26
616         Log: If both ways to call semctl are broken,    skip the tests.
617      Branch: cfgperl
618            ! t/lib/ipc_sysv.t
619 ____________________________________________________________________________
620 [  3225] By: jhi                                   on 1999/04/10  22:27:28
621         Log: From: Andy Dougherty <doughera@lafayette.edu>
622              To: dsembr01@ox.slug.louisville.edu
623              Cc: perlbug@perl.com
624              Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
625              Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
626              Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
627      Branch: cfgperl
628            ! ext/POSIX/POSIX.xs
629 ____________________________________________________________________________
630 [  3224] By: jhi                                   on 1999/04/09  18:50:32
631         Log: From: Andy Dougherty <doughera@lafayette.edu>
632              To: Perl Porters <perl5-porters@perl.org>
633              Subject: [PATCH 5.005_56] Re: prefix= in hints
634              Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
635              Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
636              
637              (Overrides change #3204 from Kurt)
638      Branch: cfgperl
639            ! hints/linux.sh
640 ____________________________________________________________________________
641 [  3223] By: jhi                                   on 1999/04/09  18:37:55
642         Log: Understand Apollo's //node notation.
643              
644              From: Johann Klasek <jk@auto.tuwien.ac.at>
645              To: jhi@iki.fi
646              Subject: Re: DomainPerl
647              Date: Fri, 9 Apr 1999 18:21:37 +0200
648              Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
649      Branch: cfgperl
650            ! lib/Cwd.pm
651 ____________________________________________________________________________
652 [  3220] By: jhi                                   on 1999/04/04  16:33:49
653         Log: Integrate from mainperl.
654      Branch: cfgperl
655           !> (integrate 39 files)
656 ____________________________________________________________________________
657 [  3219] By: gsar                                  on 1999/04/04  02:48:17
658         Log: tweak previous change
659      Branch: maint-5.005/perl
660            ! win32/win32.c
661 ____________________________________________________________________________
662 [  3218] By: gsar                                  on 1999/04/04  02:44:47
663         Log: be careful about extending the stack for the Win32:: builtins
664      Branch: maint-5.005/perl
665            ! win32/win32.c
666 ____________________________________________________________________________
667 [  3217] By: gsar                                  on 1999/04/04  01:59:26
668         Log: correct places that said newSVpv() when they meant newSVpvn()
669      Branch: perl
670            ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
671            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
672            ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
673            ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
674            ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
675            ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
676            ! win32/win32.c
677 ____________________________________________________________________________
678 [  3216] By: gsar                                  on 1999/04/03  23:58:27
679         Log: avoid duplicate code
680      Branch: perl
681            ! sv.c
682 ____________________________________________________________________________
683 [  3215] By: gsar                                  on 1999/04/03  23:14:34
684         Log: grow PL_tmps_stack more efficiently; make it more amenable to
685              STRESS_REALLOC testing
686      Branch: perl
687            ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
688            ! sv.c
689 ____________________________________________________________________________
690 [  3214] By: gsar                                  on 1999/04/03  21:01:09
691         Log: scrounge and save three extra branches in pp_entersub()
692      Branch: perl
693            ! cv.h pp_ctl.c pp_hot.c
694 ____________________________________________________________________________
695 [  3213] By: gsar                                  on 1999/04/03  17:43:23
696         Log: remove duplicate code and an extra branch in sv_setsv() and
697              other hot code by making SvTHINKFIRST() think about FAKE SVs
698      Branch: perl
699            ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
700            ! proto.h scope.c sv.c sv.h
701 ____________________________________________________________________________
702 [  3212] By: jhi                                   on 1999/04/03  16:20:09
703         Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
704              
705              From: John Bley <jbb6@acpub.duke.edu>
706              To: perlbug@perl.org
707              Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
708              Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
709              Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
710      Branch: cfgperl
711            ! doio.c pp_sys.c
712 ____________________________________________________________________________
713 [  3211] By: jhi                                   on 1999/04/03  13:27:26
714         Log: Change #3210 was rather unportable.  This is better.
715      Branch: cfgperl
716            ! Configure config_h.SH
717 ____________________________________________________________________________
718 [  3210] By: jhi                                   on 1999/04/03  13:16:20
719         Log: Avoid Digital UNIX' ksh.
720              
721              From: Jarkko Hietaniemi <jhi@iki.fi> 
722              To: Henrik Tougaard <ht000@siberut.foa.dk> 
723              Cc: perlbug@perl.com, ht000@foa.dk 
724              Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
725              Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET) 
726              Message-ID: <13999.10289.319422.239987@alpha.hut.fi> 
727      Branch: cfgperl
728            ! Configure config_h.SH
729 ____________________________________________________________________________
730 [  3209] By: jhi                                   on 1999/04/03  12:49:04
731         Log: Integrate from mainperl.
732      Branch: cfgperl
733           !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
734 ____________________________________________________________________________
735 [  3208] By: jhi                                   on 1999/04/03  12:27:24
736         Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
737              
738              From: Lionel Cons <lionel.cons@cern.ch>
739              To: jhi@iki.fi
740              Cc: perlbug@perl.com, kstar@isinet.com,
741              Philippe Defert <philippe.defert@cern.ch>
742              Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
743              Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
744              Message-Id: <199904011205.OAA11380@mercury.cern.ch>
745      Branch: cfgperl
746            ! hints/irix_6.sh
747 ____________________________________________________________________________
748 [  3207] By: jhi                                   on 1999/04/03  12:20:21
749         Log: Be polite about usemymalloc.
750      Branch: cfgperl
751            ! hints/aix.sh
752 ____________________________________________________________________________
753 [  3206] By: gsar                                  on 1999/04/02  23:31:59
754         Log: a typo in change#3205
755      Branch: perl
756            ! t/lib/bigfloatpm.t
757 ____________________________________________________________________________
758 [  3205] By: gsar                                  on 1999/04/02  23:20:31
759         Log: make testsuite reflect change#3157  (Math::BigFloat->new now
760              returns NaNs faithfully)
761      Branch: perl
762            ! t/lib/bigfloatpm.t
763 ____________________________________________________________________________
764 [  3204] By: jhi                                   on 1999/04/02  22:03:23
765         Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
766              
767              From: "Kurt D. Starsinic" <kstar@chapin.edu>
768              To: perl5-porters@perl.org
769              Subject: linux hints nit
770              Date: Fri, 2 Apr 1999 16:49:47 -0500
771              Message-ID: <19990402164947.E80926@O2.chapin.edu>
772      Branch: cfgperl
773            ! hints/linux.sh
774 ____________________________________________________________________________
775 [  3203] By: jhi                                   on 1999/04/02  22:00:56
776         Log: Display exact glibc version in Linux. 
777              
778              From: Andy Dougherty <doughera@lafayette.edu>
779              To: Perl Porters <perl5-porters@perl.org>
780              Subject: Displaying glibc version on Linux
781              Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
782              Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
783      Branch: cfgperl
784            ! hints/linux.sh
785 ____________________________________________________________________________
786 [  3202] By: gsar                                  on 1999/04/02  21:23:18
787         Log: various little goofs
788      Branch: perl
789            ! Changes Makefile.SH README installperl
790 ____________________________________________________________________________
791 [  3201] By: jhi                                   on 1999/04/02  13:13:39
792         Log: Configure regen.
793              
794              Add llseek + offset_t probing.
795              Change CONFIG to CONFIGDOTSH.
796              'unset foo' is unportable, use foo=''.
797      Branch: cfgperl
798            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
799            ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
800            ! perl_exp.SH writemain.SH
801 ____________________________________________________________________________
802 [  3200] By: jhi                                   on 1999/04/02  12:06:22
803         Log: Introduce myconfig.SH.
804              
805              From: Andy Dougherty <doughera@lafayette.edu>
806              To: Jarkko Hietaniemi <jhi@iki.fi>
807              Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
808              Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
809              Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
810              Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
811      Branch: cfgperl
812            + myconfig.SH
813            - myconfig
814            ! MANIFEST
815 ____________________________________________________________________________
816 [  3195] By: jhi                                   on 1999/03/28  16:42:54
817         Log: Update perlhist on 5_03.
818      Branch: maint-5.005/perl
819            ! pod/perlhist.pod
820 ____________________________________________________________________________
821 [  3194] By: jhi                                   on 1999/03/28  12:30:01
822         Log: Integrate from mainperl.
823      Branch: cfgperl
824           +> t/op/grep.t
825            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
826            ! t/lib/bigintpm.t
827           !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
828           !> t/lib/thread.t
829 ____________________________________________________________________________
830 [  3189] By: gsar                                  on 1999/03/28  08:22:00
831         Log: various pod niggles
832      Branch: maint-5.005/perl
833            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
834            ! pod/perlfunc.pod pod/perlhist.pod
835 ____________________________________________________________________________
836 [  3187] By: gsar                                  on 1999/03/28  07:31:16
837         Log: regularize CAPI declarations (CAPI extensions now build under
838              the Borland compiler)
839      Branch: maint-5.005/perl
840            ! win32/GenCAPI.pl
841 ____________________________________________________________________________
842 [  3186] By: gsar                                  on 1999/03/28  07:26:33
843         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
844              -DPERL_CAPI
845      Branch: maint-5.005/perl
846            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
847 ____________________________________________________________________________
848 [  3183] By: gsar                                  on 1999/03/28  06:00:46
849         Log: update p4 utility to ignore non-text files
850      Branch: perl
851            ! Porting/p4desc
852 ____________________________________________________________________________
853 [  3181] By: gsar                                  on 1999/03/28  03:37:23
854         Log: integrate change#3179 from maint-5.005
855      Branch: perl
856           !> ext/Thread/Thread.xs t/lib/thread.t
857 ____________________________________________________________________________
858 [  3180] By: gsar                                  on 1999/03/28  02:28:20
859         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
860              (sometimes caused bizarreness in the BLOCK)
861      Branch: perl
862            + t/op/grep.t
863            ! MANIFEST op.c
864 ____________________________________________________________________________
865 [  3179] By: gsar                                  on 1999/03/28  02:14:04
866         Log: fix thread segfault when passing large number of arguments to child
867              a la C<Thread->new($foo, 1..1000)>
868      Branch: maint-5.005/perl
869            ! ext/Thread/Thread.xs t/lib/thread.t
870 ____________________________________________________________________________
871 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
872         Log: fix $Config{'usethreads'} typo in perlthrtut
873              
874              From: Ian Maloney <szhmf9@wsblob.ubs.com>
875              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
876              Message-Id: <199903251540.QAA02439@wsblob.>
877              Subject: perlthrtut documentation error
878      Branch: maint-5.005/perl
879            ! pod/perlthrtut.pod
880 ____________________________________________________________________________
881 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
882         Log: Update Test.pm to VERSION 1.122 from CPAN
883      Branch: maint-5.005/perl
884            ! lib/Test.pm
885 ____________________________________________________________________________
886 [  3171] By: jhi                                   on 1999/03/26  22:38:28
887         Log: Integrate from mainperl.
888      Branch: cfgperl
889           !> (integrate 37 files)
890 ____________________________________________________________________________
891 [  3170] By: gsar                                  on 1999/03/26  01:30:25
892         Log: specify type of bracket in "Unmatched bracket" diagnostic;
893              prefer 'brace' or 'curly bracket' over 'curly brace'
894      Branch: perl
895            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
896            ! t/op/misc.t t/op/re_tests toke.c
897 ____________________________________________________________________________
898 [  3169] By: gsar                                  on 1999/03/26  00:50:51
899         Log: better description of "Integer overflow" diagnostic
900      Branch: perl
901            ! pod/perldiag.pod
902 ____________________________________________________________________________
903 [  3168] By: gsar                                  on 1999/03/25  11:02:46
904         Log: applied needful parts of suggested patch
905              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
906              Date: Tue, 23 Mar 1999 16:21:43 -0800
907              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
908              Subject: [PATCH 5.005_56] pp_formline correction
909      Branch: perl
910            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
911 ____________________________________________________________________________
912 [  3167] By: gsar                                  on 1999/03/25  10:39:02
913         Log: clarify what a "comment" means (due to Mark-Jason Dominus
914              <mjd@plover.com>)
915      Branch: perl
916            ! pod/perlsyn.pod
917 ____________________________________________________________________________
918 [  3166] By: gsar                                  on 1999/03/25  10:33:18
919         Log: describe current behavior on local($foo{nothere}) (suggested by
920              Lionel Cons <lionel.cons@cern.ch>)
921      Branch: perl
922            ! pod/perlsub.pod
923 ____________________________________________________________________________
924 [  3165] By: gsar                                  on 1999/03/25  06:21:05
925         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
926              <vishalb@hotmail.com>)
927      Branch: perl
928            ! ext/B/B/C.pm
929 ____________________________________________________________________________
930 [  3164] By: gsar                                  on 1999/03/25  06:17:27
931         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
932              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
933              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
934              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
935      Branch: perl
936            ! ext/B/B.xs op.h opcode.pl
937 ____________________________________________________________________________
938 [  3163] By: gsar                                  on 1999/03/25  06:15:49
939         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
940              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
941              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
942              Subject: [PATCH _56] B::Deparse 0.57
943              --
944              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
945              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
946              Subject: Re: [PATCH _56] B::Deparse 0.57 
947      Branch: perl
948            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
949 ____________________________________________________________________________
950 [  3162] By: gsar                                  on 1999/03/25  06:11:46
951         Log: fix a few places that said 'int', but meant 'STRLEN'
952      Branch: perl
953            ! pod/perlguts.pod proto.h sv.c
954 ____________________________________________________________________________
955 [  3161] By: gsar                                  on 1999/03/25  06:01:18
956         Log: From: Russ Allbery <rra@stanford.edu>
957              Date: 22 Mar 1999 04:26:26 -0800
958              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
959              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
960      Branch: perl
961            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
962            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
963            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
964            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
965 ____________________________________________________________________________
966 [  3160] By: gsar                                  on 1999/03/25  02:26:31
967         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
968      Branch: perl
969            ! opcode.h opcode.pl
970 ____________________________________________________________________________
971 [  3159] By: gsar                                  on 1999/03/25  02:18:17
972         Log: add statement-modifier loops to :base_loop class
973      Branch: perl
974            ! ext/Opcode/Opcode.pm
975 ____________________________________________________________________________
976 [  3158] By: gsar                                  on 1999/03/25  00:36:57
977         Log: integrate changes#3105,3130,3154 from maint-5.005
978      Branch: perl
979           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
980 ____________________________________________________________________________
981 [  3157] By: gsar                                  on 1999/03/25  00:24:17
982         Log: remove bogus panic()
983      Branch: perl
984            ! Changes lib/Math/BigFloat.pm
985 ____________________________________________________________________________
986 [  3156] By: jhi                                   on 1999/03/24  22:43:43
987         Log: Integrate from mainperl.
988      Branch: cfgperl
989           +> (branch 38 files)
990           !> (integrate 68 files)
991 ____________________________________________________________________________
992 [  3155] By: jhi                                   on 1999/03/24  22:12:17
993         Log: Configure regenerated because of changes #3130/#3154 and #3147.
994      Branch: cfgperl
995            ! Configure config_h.SH
996 ____________________________________________________________________________
997 [  3154] By: jhi                                   on 1999/03/24  21:40:51
998         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
999              based on suggestions from Andy Dougherty.
1000      Branch: maint-5.005/perl
1001            ! INSTALL
1002 ____________________________________________________________________________
1003 [  3153] By: gsar                                  on 1999/03/24  10:38:05
1004         Log: applied suggested patch, modulo superceded parts
1005              From: Charles Bailey <BAILEY@newman.upenn.edu>
1006              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
1007              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
1008              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
1009      Branch: perl
1010            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
1011            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
1012            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
1013            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
1014 ____________________________________________________________________________
1015 [  3152] By: gsar                                  on 1999/03/24  10:30:51
1016         Log: applied suggested patch, modulo superceded parts
1017              From: Charles Bailey <BAILEY@newman.upenn.edu>
1018              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
1019              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
1020              Subject: [PATCH 5.005_56] Miscellaneous small fixes
1021      Branch: perl
1022            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
1023            ! lib/File/Basename.pm
1024 ____________________________________________________________________________
1025 [  3151] By: gsar                                  on 1999/03/24  10:15:00
1026         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
1027      Branch: perl
1028            ! pod/perlop.pod
1029 ____________________________________________________________________________
1030 [  3150] By: gsar                                  on 1999/03/24  10:09:13
1031         Log: missing integration in previous change
1032      Branch: perl
1033           !> README.apollo
1034 ____________________________________________________________________________
1035 [  3149] By: gsar                                  on 1999/03/24  10:06:44
1036         Log: integrate changes#3116,3119 from maint-5.005
1037      Branch: perl
1038            + README.apollo
1039           +> apollo/netinet/in.h
1040           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
1041 ____________________________________________________________________________
1042 [  3148] By: gsar                                  on 1999/03/24  10:01:56
1043         Log: integrate changes#3091-3094 from maint-5.005
1044      Branch: perl
1045           !> README.hurd vms/subconfigure.com vos/config.h
1046           !> vos/config_h.SH_orig
1047 ____________________________________________________________________________
1048 [  3147] By: gsar                                  on 1999/03/24  09:31:49
1049         Log: warn about newfangled vfork() caveats
1050      Branch: perl
1051            ! Configure
1052 ____________________________________________________________________________
1053 [  3146] By: jhi                                   on 1999/03/24  09:20:14
1054         Log: Bring in changes #2808 and #2812 (from mainline perl)
1055              that enhance the perlbug checklist.
1056      Branch: maint-5.005/perl
1057            ! utils/perlbug.PL
1058 ____________________________________________________________________________
1059 [  3145] By: gsar                                  on 1999/03/24  08:37:02
1060         Log: integrate change#3115 from maint-5.005
1061      Branch: perl
1062           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
1063           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
1064 ____________________________________________________________________________
1065 [  3144] By: gsar                                  on 1999/03/24  08:33:59
1066         Log: add note about map in scalar context
1067      Branch: perl
1068            ! pod/perlfunc.pod
1069 ____________________________________________________________________________
1070 [  3143] By: gsar                                  on 1999/03/24  08:25:59
1071         Log: doc tweak
1072      Branch: perl
1073            ! lib/Time/Local.pm
1074 ____________________________________________________________________________
1075 [  3142] By: gsar                                  on 1999/03/24  08:20:37
1076         Log: applied suggested patch, modulo bogus hunk
1077              From: "Vishal Bhatia" <vishalb@hotmail.com>
1078              Date: Thu, 11 Mar 1999 07:40:27 PST
1079              Message-ID: <19990311154027.25891.qmail@hotmail.com>
1080              Subject: [PATCH 5.005_56] Minor fixes in perlcc
1081      Branch: perl
1082            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
1083 ____________________________________________________________________________
1084 [  3141] By: gsar                                  on 1999/03/24  08:06:12
1085         Log: integrate change#3104 from maint-5.005
1086      Branch: perl
1087           !> README.os390 t/lib/posix.t
1088 ____________________________________________________________________________
1089 [  3140] By: gsar                                  on 1999/03/24  06:34:56
1090         Log: fix failure of C<&locked_sub;> under -Dusethreads
1091      Branch: perl
1092            ! pp_hot.c t/lib/thread.t
1093 ____________________________________________________________________________
1094 [  3139] By: gsar                                  on 1999/03/24  05:52:00
1095         Log: debugger tweak (wasn't printing a newline after recalled commands)
1096      Branch: perl
1097            ! lib/perl5db.pl
1098 ____________________________________________________________________________
1099 [  3138] By: gsar                                  on 1999/03/24  05:33:28
1100         Log: document OO exceptions (based on a suggestion by Andreas Koenig
1101              <andreas.koenig@anima.de>)
1102      Branch: perl
1103            ! pod/perlfunc.pod
1104 ____________________________________________________________________________
1105 [  3137] By: gsar                                  on 1999/03/24  02:50:20
1106         Log: better "Illegal %s digit ignored" warnings
1107      Branch: perl
1108            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
1109            ! toke.c util.c
1110 ____________________________________________________________________________
1111 [  3136] By: gsar                                  on 1999/03/24  02:26:38
1112         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
1113      Branch: perl
1114            + t/pragma/utf8.t
1115            ! regcomp.c
1116 ____________________________________________________________________________
1117 [  3135] By: gsar                                  on 1999/03/24  01:29:09
1118         Log: flip release & version in win32_uname()
1119      Branch: perl
1120            ! win32/win32.c
1121 ____________________________________________________________________________
1122 [  3134] By: gsar                                  on 1999/03/24  01:08:33
1123         Log: support POSIX::uname() via win32_uname()
1124      Branch: perl
1125            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
1126            ! win32/config.gc win32/config.vc win32/config_H.bc
1127            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
1128            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
1129 ____________________________________________________________________________
1130 [  3133] By: gsar                                  on 1999/03/23  22:20:10
1131         Log: From: jan.dubois@ibm.net (Jan Dubois)
1132              Date: Sat, 06 Mar 1999 21:42:56 +0100
1133              Message-ID: <36e49281.50337171@smtp1.ibm.net>
1134              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
1135      Branch: perl
1136            ! pod/perldelta.pod
1137 ____________________________________________________________________________
1138 [  3132] By: gsar                                  on 1999/03/23  22:17:45
1139         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
1140              Date: Sat, 06 Mar 1999 17:50:49 +0100
1141              Message-ID: <36e25209.33833760@smtp1.ibm.net>
1142              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
1143              --
1144              Date: Sat, 06 Mar 1999 18:15:00 +0100
1145              Message-ID: <36e36222.37954195@smtp1.ibm.net>
1146              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
1147      Branch: perl
1148            + t/lib/filefunc.t
1149            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
1150            ! pod/perldelta.pod pod/perlmodlib.pod
1151 ____________________________________________________________________________
1152 [  3131] By: gsar                                  on 1999/03/23  22:07:59
1153         Log: integrate cfgperl changes into mainline
1154      Branch: perl
1155           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
1156           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
1157           !> installperl malloc.c perl.c perl.h pod/perl.pod
1158           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
1159 ____________________________________________________________________________
1160 [  3130] By: jhi                                   on 1999/03/23  22:02:23
1161         Log: Don't use config.msg to remind about the
1162              LD_LIBRARY_PATH because Makefile.SH takes
1163              care of that.
1164              
1165              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
1166              This used to be the default but in some MT or another it
1167              was dropped because of some transient error or another.
1168      Branch: maint-5.005/perl
1169            ! Configure hints/dec_osf.sh
1170 ____________________________________________________________________________
1171 [  3129] By: gsar                                  on 1999/03/23  21:38:03
1172         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
1173              to size    and better maintainability)
1174      Branch: perl
1175            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
1176            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
1177            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
1178            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
1179            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
1180            + t/pod/include.xr t/pod/included.t t/pod/included.xr
1181            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
1182            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
1183            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
1184            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
1185            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
1186            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
1187            ! win32/Makefile win32/makefile.mk win32/pod.mak
1188 ____________________________________________________________________________
1189 [  3128] By: jhi                                   on 1999/03/23  10:14:54
1190         Log: Integrate from mainperl.
1191      Branch: cfgperl
1192           !> (integrate 46 files)
1193 ____________________________________________________________________________
1194 [  3127] By: gsar                                  on 1999/03/23  06:57:30
1195         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
1196              Date: Thu, 4 Mar 1999 10:54:01 -0800
1197              Message-Id: <9903041854.AA46868@frc0000>
1198              Subject: patch for useless Math::BigInt warnings
1199      Branch: perl
1200            ! lib/Math/BigInt.pm
1201 ____________________________________________________________________________
1202 [  3126] By: gsar                                  on 1999/03/23  05:54:37
1203         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
1204              From: "Kurt D. Starsinic" <kstar@chapin.edu>
1205              Date: Fri, 19 Feb 1999 15:47:59 -0500
1206              Message-ID: <19990219154759.A32350@O2.chapin.edu>
1207              Subject: [PATCH] OSF/1 hints
1208      Branch: perl
1209            ! hints/dec_osf.sh
1210 ____________________________________________________________________________
1211 [  3125] By: gsar                                  on 1999/03/23  00:56:38
1212         Log: avoid typeglob persistence in pp_readline()
1213      Branch: perl
1214            ! sv.c t/op/gv.t
1215 ____________________________________________________________________________
1216 [  3124] By: gsar                                  on 1999/03/22  21:12:23
1217         Log: update copyright years
1218      Branch: perl
1219            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
1220            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
1221            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
1222            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
1223            ! sv.c sv.h toke.c utf8.c utf8.h util.c
1224 ____________________________________________________________________________
1225 [  3123] By: gsar                                  on 1999/03/22  07:07:06
1226         Log: implement win32_spawnvp() internally, making it return true PIDs
1227              for asynchronous spawns; fix win32_kill() to always deal with
1228              PIDs
1229      Branch: perl
1230            ! win32/win32.c win32/win32.h
1231 ____________________________________________________________________________
1232 [  3122] By: jhi                                   on 1999/03/19  21:12:14
1233         Log: Describe the new Benchmark feature in more detail.
1234      Branch: cfgperl
1235            ! pod/perldelta.pod
1236      Branch: maint-5.005/perl
1237            ! pod/perldelta.pod
1238 ____________________________________________________________________________
1239 [  3121] By: jhi                                   on 1999/03/19  08:16:12
1240         Log: AVAILABILITY tuning.
1241      Branch: cfgperl
1242            ! pod/perl.pod
1243      Branch: maint-5.005/perl
1244            ! pod/perl.pod
1245 ____________________________________________________________________________
1246 [  3120] By: jhi                                   on 1999/03/17  14:52:17
1247         Log: Rhapsody change assumed too much.
1248      Branch: cfgperl
1249            ! t/op/stat.t
1250 ____________________________________________________________________________
1251 [  3119] By: jhi                                   on 1999/03/17  14:33:43
1252         Log: More Apollo fixes.
1253      Branch: maint-5.005/perl
1254            ! README.apollo hints/apollo.sh t/lib/io_udp.t
1255 ____________________________________________________________________________
1256 [  3118] By: jhi                                   on 1999/03/16  17:23:39
1257         Log: Nada.
1258      Branch: maint-5.005/perl
1259            ! README.apollo
1260 ____________________________________________________________________________
1261 [  3117] By: jhi                                   on 1999/03/16  17:18:49
1262         Log: Apollo DomainOS AVAILABILITY.
1263      Branch: cfgperl
1264            ! pod/perl.pod
1265      Branch: maint-5.005/perl
1266            ! pod/perl.pod
1267 ____________________________________________________________________________
1268 [  3116] By: jhi                                   on 1999/03/16  17:14:00
1269         Log: Apollo DomainOS patch
1270              From: Johann Klasek <jk@auto.tuwien.ac.at>
1271              Subject: Re: DomainPerl
1272              Date: Tue, 16 Mar 1999 17:46:32 +0100
1273              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
1274      Branch: maint-5.005/perl
1275            + README.apollo apollo/netinet/in.h
1276            ! MANIFEST hints/apollo.sh
1277 ____________________________________________________________________________
1278 [  3115] By: jhi                                   on 1999/03/16  14:23:54
1279         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
1280              To: Gurusamy Sarathy <gsar@activestate.com>,
1281              Graham Barr <gbarr@pobox.com>
1282              Cc: Perl5 Porters <perl5-porters@perl.org>,
1283              "Paul.Marquess" <Paul.Marquess@btinternet.com>
1284              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
1285              Date: Sun, 14 Mar 1999 14:43:57 -0000
1286              Message-Id: <199903141841.NAA17040@defender.perl.org>
1287      Branch: maint-5.005/perl
1288            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
1289            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
1290 ____________________________________________________________________________
1291 [  3114] By: jhi                                   on 1999/03/16  12:42:20
1292         Log: Mention Rhapsody in 5.005_5X perldelta,
1293              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
1294              *planned* AVAILABILITY.
1295      Branch: cfgperl
1296            ! pod/perl.pod pod/perldelta.pod
1297      Branch: maint-5.005/perl
1298            ! pod/perl.pod
1299 ____________________________________________________________________________
1300 [  3113] By: jhi                                   on 1999/03/16  10:38:53
1301         Log: perldelta niggling.
1302      Branch: cfgperl
1303            ! pod/perldelta.pod
1304      Branch: maint-5.005/perl
1305            ! pod/perldelta.pod
1306 ____________________________________________________________________________
1307 [  3112] By: jhi                                   on 1999/03/16  10:35:21
1308         Log: Integrate from mainperl.
1309      Branch: cfgperl
1310           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
1311           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
1312 ____________________________________________________________________________
1313 [  3111] By: jhi                                   on 1999/03/16  10:28:10
1314         Log: AVAILABILITY update: still mention PowerUX,
1315              Novell Netware now has sources available.
1316      Branch: cfgperl
1317            ! pod/perl.pod
1318      Branch: maint-5.005/perl
1319            ! pod/perl.pod
1320 ____________________________________________________________________________
1321 [  3110] By: gsar                                  on 1999/03/16  04:34:23
1322         Log: sundry pod niggles
1323      Branch: perl
1324            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
1325            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
1326 ____________________________________________________________________________
1327 [  3109] By: jhi                                   on 1999/03/15  17:00:11
1328         Log: Integrate from mainperl.
1329      Branch: cfgperl
1330           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
1331           +> lib/unicode/Is/Syllable.pl
1332           +> lib/unicode/MakeEthiopicSyllables.PL
1333           +> lib/unicode/README.Ethiopic
1334           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
1335           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
1336           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
1337           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
1338           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
1339           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
1340           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
1341           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
1342 ____________________________________________________________________________
1343 [  3108] By: jhi                                   on 1999/03/15  16:58:12
1344         Log: First pass of integrating the Rhapsody port,
1345              
1346              From: Wilfredo Sanchez <wsanchez@apple.com> 
1347              Subject: Keeping the world in sync.
1348              Reply-To: wsanchez@apple.com 
1349              To: perlbug@perl.com 
1350              Date: Fri, 13 Nov 1998 17:11:30 -0800 
1351              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
1352      Branch: cfgperl
1353            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
1354            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
1355            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
1356            ! x2p/util.c
1357 ____________________________________________________________________________
1358 [  3107] By: gsar                                  on 1999/03/15  03:22:10
1359         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
1360              From: Daniel Yacob <dmulholl@cs.indiana.edu>
1361              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
1362              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
1363              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
1364      Branch: perl
1365            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
1366            + lib/unicode/Is/Syllable.pl
1367            + lib/unicode/MakeEthiopicSyllables.PL
1368            + lib/unicode/README.Ethiopic
1369            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
1370            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
1371            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
1372            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
1373            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
1374            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
1375            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
1376            ! lib/unicode/Name.pl lib/unicode/Number.pl
1377 ____________________________________________________________________________
1378 [  3106] By: gsar                                  on 1999/03/12  20:35:36
1379         Log: change#3067 failed package.t due to needless creation of $a and $b;
1380              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
1381      Branch: perl
1382            ! op.c
1383 ____________________________________________________________________________
1384 [  3105] By: jhi                                   on 1999/03/12  15:54:57
1385         Log: Recognize the NetBSD packages collection.
1386      Branch: maint-5.005/perl
1387            ! hints/netbsd.sh
1388 ____________________________________________________________________________
1389 [  3104] By: jhi                                   on 1999/03/12  09:07:04
1390         Log: From: pvhp@forte.com (Peter Prymmer)
1391              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
1392              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
1393              Date: Thu, 11 Mar 99 14:24:54 PST
1394              Message-Id: <9903112224.AA24346@forte.com>
1395      Branch: maint-5.005/perl
1396            ! README.os390 t/lib/posix.t
1397 ____________________________________________________________________________
1398 [  3103] By: jhi                                   on 1999/03/10  11:07:46
1399         Log: Integrate from mainperl.
1400      Branch: cfgperl
1401           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
1402           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
1403           !> t/pragma/warn/1global toke.c win32/makedef.pl
1404 ____________________________________________________________________________
1405 [  3102] By: jhi                                   on 1999/03/10  11:01:20
1406         Log: From: pvhp@forte.com (Peter Prymmer)
1407              To: perl5-porters@perl.org
1408              Subject: [5.005_03-MT6]Patch: time passes
1409              Date: Tue, 9 Mar 99 18:42:17 PST
1410              Message-Id: <9903100242.AA29057@forte.com>
1411      Branch: maint-5.005/perl
1412            ! perl.c
1413 ____________________________________________________________________________
1414 [  3101] By: jhi                                   on 1999/03/10  10:30:15
1415         Log: From: Mark-Jason Dominus <mjd@plover.com>
1416              To: perl5-porters@perl.com
1417              Subject: Minor fix to perlfunc.pod
1418              Date: Mon, 08 Mar 1999 20:05:53 -0500
1419              Message-ID: <19990309010553.13757.qmail@plover.com>
1420      Branch: maint-5.005/perl
1421            ! pod/perlfunc.pod
1422 ____________________________________________________________________________
1423 [  3100] By: gsar                                  on 1999/03/09  23:04:44
1424         Log: change#3060 had the wrong quotes
1425      Branch: perl
1426            ! pod/pod2man.PL
1427 ____________________________________________________________________________
1428 [  3099] By: jhi                                   on 1999/03/09  12:52:21
1429         Log: d_uname was broken (probably since _53), reported by
1430              
1431              From: Alan Burlison <Alan.Burlison@uk.sun.com>
1432              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
1433              cpan-testers@perl.org
1434              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
1435              Date: Mon, 08 Mar 1999 13:22:31 +0000
1436              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
1437              
1438              and
1439              
1440              From: lvirden@cas.org (Larry W. Virden)
1441              To: perlbug@perl.com
1442              Subject: configure not correctly identifying uname posix compatibility
1443              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
1444              Message-Id: <199903081136.GAA23682@cas.org>
1445      Branch: cfgperl
1446            ! Configure config_h.SH
1447 ____________________________________________________________________________
1448 [  3098] By: gsar                                  on 1999/03/09  03:16:07
1449         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
1450      Branch: perl
1451            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
1452 ____________________________________________________________________________
1453 [  3097] By: gsar                                  on 1999/03/09  02:50:43
1454         Log: use yyerror() instead of croak() so that compile-time failures in
1455              my(LIST) don't confuse globals with lexicals
1456      Branch: perl
1457            ! op.c toke.c
1458 ____________________________________________________________________________
1459 [  3096] By: gsar                                  on 1999/03/09  02:47:36
1460         Log: adjust testsuite for change#3067
1461      Branch: perl
1462            ! t/pragma/warn/1global
1463 ____________________________________________________________________________
1464 [  3095] By: gsar                                  on 1999/03/08  21:04:48
1465         Log: remove bogus symbols from global.sym
1466      Branch: perl
1467            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
1468            ! perl.h win32/makedef.pl
1469 ____________________________________________________________________________
1470 [  3094] By: jhi                                   on 1999/03/06  16:16:15
1471         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
1472              To: jhi@iki.fi
1473              Subject: Oops
1474              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
1475              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
1476      Branch: maint-5.005/perl
1477            ! README.hurd
1478 ____________________________________________________________________________
1479 [  3093] By: jhi                                   on 1999/03/06  15:59:46
1480         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
1481              To: jhi@iki.fi
1482              Subject: New Hurd README
1483              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
1484              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
1485      Branch: maint-5.005/perl
1486            ! README.hurd
1487 ____________________________________________________________________________
1488 [  3092] By: jhi                                   on 1999/03/06  12:52:06
1489         Log: From: Paul_Green@stratus.com
1490              To: perl5-porters@perl.org
1491              Cc: jhi@iki.fi, Paul_Green@stratus.com
1492              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
1493              Date: Fri, 5 Mar 1999 18:08:49 -0500 
1494              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
1495      Branch: maint-5.005/perl
1496            ! vos/config.h vos/config_h.SH_orig
1497 ____________________________________________________________________________
1498 [  3091] By: jhi                                   on 1999/03/06  12:42:21
1499         Log: From: Dan Sugalski <sugalskd@osshe.edu>
1500              To: perl5-porters@perl.org, vmsperl@perl.org
1501              Subject: [PATCH 5.005_03-MT6]VMS build patch
1502              Date: Fri, 05 Mar 1999 12:36:19 -0800
1503              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
1504      Branch: maint-5.005/perl
1505            ! vms/subconfigure.com
1506 ____________________________________________________________________________
1507 [  3090] By: gsar                                  on 1999/03/06  04:40:03
1508         Log: integrate change#3089 from mainline
1509              
1510              tolerate CRs after options
1511      Branch: maint-5.005/perl
1512           !> perl.c
1513 ____________________________________________________________________________
1514 [  3089] By: gsar                                  on 1999/03/06  04:30:40
1515         Log: tolerate CRs after options
1516      Branch: perl
1517            ! perl.c
1518 ____________________________________________________________________________
1519 [  3088] By: jhi                                   on 1999/03/05  12:49:01
1520         Log: Integrate from mainperl.
1521      Branch: cfgperl
1522           +> README.hurd
1523           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
1524 ____________________________________________________________________________
1525 [  3087] By: gsar                                  on 1999/03/05  06:41:16
1526         Log: adjust timeouts to accomodate slow/busy systems
1527      Branch: perl
1528            ! t/lib/io_sock.t
1529 ____________________________________________________________________________
1530 [  3083] By: gsar                                  on 1999/03/05  01:32:47
1531         Log: integrate change#3081 from maint-5.005
1532      Branch: perl
1533           !> ext/Errno/Errno_pm.PL
1534 ____________________________________________________________________________
1535 [  3082] By: gsar                                  on 1999/03/05  01:31:06
1536         Log: integrate change#2904 from maint-5.005
1537      Branch: perl
1538           +> README.hurd
1539           !> MANIFEST
1540 ____________________________________________________________________________
1541 [  3081] By: gsar                                  on 1999/03/05  00:14:33
1542         Log: protect against doubled backslashes
1543      Branch: maint-5.005/perl
1544            ! ext/Errno/Errno_pm.PL
1545 ____________________________________________________________________________
1546 [  3077] By: jhi                                   on 1999/03/04  08:10:13
1547         Log: Integrate from mainperl.
1548      Branch: cfgperl
1549           +> ext/B/B/Stash.pm
1550           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
1551           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
1552           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
1553           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
1554 ____________________________________________________________________________
1555 [  3076] By: jhi                                   on 1999/03/04  08:07:59
1556         Log: Regen config_h.SH once more because of *size, 
1557              noticed by
1558              
1559              From: Hans Mulder <hansm@icgned.icgroup.nl>
1560              To: Jarkko Hietaniemi <jhi@iki.fi>
1561              Cc: perl5-porters@perl.org
1562              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
1563              Date: Thu,  4 Mar 99 00:10:45 +0100
1564              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
1565      Branch: cfgperl
1566            ! Configure config_h.SH
1567 ____________________________________________________________________________
1568 [  3068] By: gsar                                  on 1999/03/04  05:48:03
1569         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
1570              Date: Thu,  4 Mar 99 00:10:45 +0100
1571              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
1572              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
1573      Branch: perl
1574            ! config_h.SH
1575 ____________________________________________________________________________
1576 [  3067] By: gsar                                  on 1999/03/04  05:44:32
1577         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
1578              From: Graham Barr <gbarr@ti.com>
1579              Date: Wed, 3 Mar 1999 17:23:56 -0600
1580              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
1581              Subject: Re: 'use strict' doesn't work for one-letter variables
1582      Branch: perl
1583            ! gv.c op.c
1584 ____________________________________________________________________________
1585 [  3066] By: gsar                                  on 1999/03/04  05:20:50
1586         Log: updates to compiler modules
1587              From: "Vishal Bhatia" <vishalb@hotmail.com>
1588              Date: Tue, 02 Mar 1999 23:27:25 PST
1589              Message-ID: <19990303072725.779.qmail@hotmail.com>
1590              Subject: PATCH 5.005_56 + Test procedure
1591      Branch: perl
1592            + ext/B/B/Stash.pm
1593            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
1594            ! lib/Test/Harness.pm utils/perlcc.PL
1595 ____________________________________________________________________________
1596 [  3065] By: gsar                                  on 1999/03/04  05:03:30
1597         Log: more s/s_/s!/ etc.
1598      Branch: perl
1599            ! pod/perldelta.pod pod/perlfunc.pod
1600 ____________________________________________________________________________
1601 [  3064] By: gsar                                  on 1999/03/04  04:50:45
1602         Log: integrate cfgperl contents into mainline
1603      Branch: perl
1604           !> Configure README.vms bytecode.h config_h.SH configure.com
1605           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
1606           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
1607           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
1608 ____________________________________________________________________________
1609 [  3063] By: gsar                                  on 1999/03/04  04:44:13
1610         Log: HP-UX has yet another spelling for /NaNQ?/
1611      Branch: perl
1612            ! t/lib/bigfloatpm.t
1613 ____________________________________________________________________________
1614 [  3062] By: gsar                                  on 1999/03/04  04:36:08
1615         Log: error-check for accept() test
1616      Branch: perl
1617            ! t/lib/io_sock.t
1618 ____________________________________________________________________________
1619 [  3061] By: gsar                                  on 1999/03/04  03:40:25
1620         Log: allow custom comparison function in File::Compare::compare_text()
1621              From: jan.dubois@ibm.net (Jan Dubois)
1622              Date: Fri, 26 Feb 1999 21:56:09 +0100
1623              Message-ID: <36db0838.8805651@smtp1.ibm.net>
1624              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
1625      Branch: perl
1626            ! lib/File/Compare.pm
1627 ____________________________________________________________________________
1628 [  3060] By: gsar                                  on 1999/03/04  03:37:38
1629         Log: better version of change#3038
1630              From: abigail@fnx.com
1631              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
1632              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
1633              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
1634      Branch: perl
1635            ! pod/pod2man.PL
1636 ____________________________________________________________________________
1637 [  3058] By: jhi                                   on 1999/03/03  22:30:40
1638         Log: Configure regen to
1639              (1) match maint-5.005 patches #3056 and #3057
1640              (2) better version of PHOSTNAME of #3050
1641              (3) the crosscompile/multiarch config_h.SH trouble solved for now
1642      Branch: cfgperl
1643            ! Configure config_h.SH
1644 ____________________________________________________________________________
1645 [  3054] By: jhi                                   on 1999/03/03  09:57:59
1646         Log: Change #3053 missed perldelta.
1647      Branch: cfgperl
1648            ! pod/perldelta.pod
1649 ____________________________________________________________________________
1650 [  3053] By: jhi                                   on 1999/03/03  08:29:43
1651         Log: Use '!' to mark native integer packings instead of '_'.
1652      Branch: cfgperl
1653            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
1654 ____________________________________________________________________________
1655 [  3052] By: jhi                                   on 1999/03/02  23:12:36
1656         Log: The HP-UX threads patch (change #3028) is needed also here.
1657      Branch: cfgperl
1658            ! hints/hpux.sh thread.h
1659 ____________________________________________________________________________
1660 [  3051] By: jhi                                   on 1999/03/02  08:24:52
1661         Log: From: Dan Sugalski <sugalskd@osshe.edu>
1662              To: perl5-porters@perl.org, vmsperl@perl.org
1663              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
1664              Date: Mon, 01 Mar 1999 16:10:57 -0800
1665              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
1666      Branch: cfgperl
1667            ! README.vms
1668      Branch: maint-5.005/perl
1669            ! README.vms
1670 ____________________________________________________________________________
1671 [  3050] By: jhi                                   on 1999/03/02  08:22:29
1672         Log: From: Dan Sugalski <sugalskd@osshe.edu>
1673              To: perl5-porters@perl.org, vmsperl@perl.org
1674              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
1675              Date: Mon, 01 Mar 1999 16:06:29 -0800
1676              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
1677              
1678              From: Dan Sugalski <sugalskd@osshe.edu>
1679              To: perl5-porters@perl.org, vmsperl@perl.org
1680              Subject: [PATCH 5.005_56]vmsish.pm patch
1681              Date: Mon, 01 Mar 1999 20:19:04 -0800
1682              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
1683              
1684              plus Configure regen containing a "solution" to the
1685              crosscompile/multiarch problem.
1686      Branch: cfgperl
1687            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
1688            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
1689 ____________________________________________________________________________
1690 [  3049] By: jhi                                   on 1999/03/02  07:34:21
1691         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
1692              To: perl5-porters@perl.org
1693              Subject: [PATCH] Eliminate (valid) warning in byterun.c
1694              Date: Mon, 01 Mar 1999 17:27:59 -0500
1695              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
1696      Branch: cfgperl
1697            ! bytecode.h
1698      Branch: maint-5.005/perl
1699            ! bytecode.h
1700 ____________________________________________________________________________
1701 [  3048] By: gsar                                  on 1999/03/02  06:41:21
1702         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
1703      Branch: perl
1704            ! MANIFEST README.hpux
1705 ____________________________________________________________________________
1706 [  3047] By: jhi                                   on 1999/03/01  06:34:43
1707         Log: Integrate from mainperl.
1708      Branch: cfgperl
1709           +> README.hpux lib/File/Spec/Functions.pm
1710           !> (integrate 28 files)
1711 ____________________________________________________________________________
1712 [  3046] By: gsar                                  on 1999/03/01  05:34:28
1713         Log: this is 5.005_56
1714      Branch: perl
1715            ! Changes
1716
1717 ----------------
1718 Version 5.005_56
1719 ----------------
1720
1721 ____________________________________________________________________________
1722 [  3045] By: gsar                                  on 1999/03/01  03:32:30
1723         Log: destroy PL_svref_mutex in perl_destruct()
1724      Branch: perl
1725            ! perl.c
1726 ____________________________________________________________________________
1727 [  3044] By: gsar                                  on 1999/03/01  00:38:50
1728         Log: up patchlevel &c.
1729      Branch: perl
1730            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
1731            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1732            ! win32/makefile.mk
1733 ____________________________________________________________________________
1734 [  3043] By: gsar                                  on 1999/03/01  00:14:15
1735         Log: integrate cfgperl contents into mainline
1736      Branch: perl
1737            ! pod/perldelta.pod
1738           !> Configure config_h.SH
1739 ____________________________________________________________________________
1740 [  3042] By: gsar                                  on 1999/02/28  23:55:08
1741         Log: slightly edited version of suggested patch
1742              From: jan.dubois@ibm.net (Jan Dubois)
1743              Date: Mon, 01 Mar 1999 00:32:05 +0100
1744              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
1745              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
1746      Branch: perl
1747            + lib/File/Spec/Functions.pm
1748            ! MANIFEST lib/File/Spec.pm
1749 ____________________________________________________________________________
1750 [  3041] By: gsar                                  on 1999/02/28  22:47:19
1751         Log: fix subtle bug in eval'' testsuite
1752      Branch: perl
1753            ! t/op/eval.t
1754 ____________________________________________________________________________
1755 [  3040] By: gsar                                  on 1999/02/28  22:46:24
1756         Log: avoid literal control characters in change#3039
1757      Branch: perl
1758            ! t/base/lex.t
1759 ____________________________________________________________________________
1760 [  3039] By: gsar                                  on 1999/02/28  21:47:18
1761         Log: todo item: permit extended control variables a la ${^Foo} (patch
1762              courtesy Mark-Jason Dominus <mjd@plover.com>)
1763      Branch: perl
1764            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
1765            ! t/base/lex.t toke.c
1766 ____________________________________________________________________________
1767 [  3038] By: gsar                                  on 1999/02/28  21:21:05
1768         Log: From: abigail@fnx.com
1769              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
1770              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
1771              Subject: Recognize -> and => inside [A-Z]<> sequences.
1772      Branch: perl
1773            ! pod/pod2man.PL
1774 ____________________________________________________________________________
1775 [  3037] By: gsar                                  on 1999/02/28  21:12:22
1776         Log: fix longstanding bug: searches for lexicals originating within eval''
1777              weren't stopping at the subroutine boundary correctly
1778      Branch: perl
1779            ! op.c proto.h t/op/eval.t
1780 ____________________________________________________________________________
1781 [  3036] By: gsar                                  on 1999/02/28  20:02:29
1782         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
1783              as stacked list values
1784              From: jan.dubois@ibm.net (Jan Dubois)
1785              Date: Sat, 27 Feb 1999 18:24:17 +0100
1786              Message-ID: <36e22849.36531259@smtp1.ibm.net>
1787              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
1788      Branch: perl
1789            ! win32/win32.c
1790 ____________________________________________________________________________
1791 [  3035] By: gsar                                  on 1999/02/28  19:48:54
1792         Log: remove superfluous stack_sp decl
1793      Branch: perl
1794            ! jpl/JNI/JNI.xs
1795 ____________________________________________________________________________
1796 [  3034] By: gsar                                  on 1999/02/28  19:34:58
1797         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
1798      Branch: perl
1799            ! lib/Getopt/Std.pm
1800 ____________________________________________________________________________
1801 [  3033] By: gsar                                  on 1999/02/28  19:23:41
1802         Log: add File::Compare::compare_text()
1803              From: jan.dubois@ibm.net (Jan Dubois)
1804              Date: Fri, 26 Feb 1999 00:20:41 +0100
1805              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
1806              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
1807      Branch: perl
1808            ! lib/File/Compare.pm pod/perltodo.pod
1809 ____________________________________________________________________________
1810 [  3032] By: gsar                                  on 1999/02/28  19:01:33
1811         Log: add README.hpux
1812      Branch: perl
1813            + README.hpux
1814            ! MAINTAIN MANIFEST
1815 ____________________________________________________________________________
1816 [  3031] By: gsar                                  on 1999/02/28  18:49:08
1817         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
1818              James Cromie <jcromie@fossil.uswc.uswest.com>
1819      Branch: perl
1820            ! lib/Pod/Html.pm
1821 ____________________________________________________________________________
1822 [  3030] By: gsar                                  on 1999/02/28  18:35:09
1823         Log: From: jan.dubois@ibm.net (Jan Dubois)
1824              Date: Wed, 24 Feb 1999 22:34:56 +0100
1825              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
1826              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
1827      Branch: perl
1828            ! lib/Test/Harness.pm
1829 ____________________________________________________________________________
1830 [  3029] By: gsar                                  on 1999/02/28  18:28:18
1831         Log: add note about env pollution
1832      Branch: perl
1833            ! INSTALL pod/perltodo.pod
1834 ____________________________________________________________________________
1835 [  3028] By: jhi                                   on 1999/02/26  14:40:00
1836         Log: HP-UX 11 threads.
1837              
1838              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
1839              To: perl5-porters@perl.org
1840              Cc: jhi@cc.hut.fi
1841              Subject: Maint 5 and _54 with threading on HP-UX 11.00
1842              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
1843              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
1844              
1845              NOTE from jhi: the hpux hints could still be more robust by
1846              disabling gdbm when necessary.
1847              
1848              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
1849              linking -lgdbm -lpthread creates an executable that instantly
1850              core dumps on a pthreads internal panic:
1851              
1852              ./gdpt
1853              
1854              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
1855              Return Pointer is 0xc082bf33
1856              17639 quit (core dumped)  ./gdpt
1857              
1858              You don't have to *use* either gdbm or pthreads in the executable,
1859              just linking them together is enough.  Workaround is to recompile
1860              the GDBM under HP-UX 11, that makes the problem go away.
1861      Branch: maint-5.005/perl
1862            ! hints/hpux.sh thread.h
1863 ____________________________________________________________________________
1864 [  3025] By: jhi                                   on 1999/02/25  20:41:07
1865         Log: Temporary workaround for the config_h.SH versus
1866              crosscompile and multiarch plus introduce 'rt'
1867              to $libswanted: in UNIX98 sched_yield() lives there.
1868      Branch: cfgperl
1869            ! Configure config_h.SH
1870 ____________________________________________________________________________
1871 [  3024] By: jhi                                   on 1999/02/24  12:54:59
1872         Log: Integrate from mainperl.
1873      Branch: cfgperl
1874           +> t/lib/fatal.t
1875           !> (integrate 44 files)
1876 ____________________________________________________________________________
1877 [  3023] By: gsar                                  on 1999/02/24  07:02:12
1878         Log: integrate cfgperl contents
1879      Branch: perl
1880           !> (integrate 30 files)
1881 ____________________________________________________________________________
1882 [  3022] By: gsar                                  on 1999/02/24  05:59:47
1883         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
1884              Date: 23 Feb 1999 17:53:22 -0700
1885              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
1886              Subject: [PATCH: _55] perldoc -q broken
1887      Branch: perl
1888            ! utils/perldoc.PL
1889 ____________________________________________________________________________
1890 [  3021] By: gsar                                  on 1999/02/24  05:51:53
1891         Log: ansify perlio.c, fix PerlIO-ish typos
1892      Branch: perl
1893            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
1894            ! iperlsys.h perlio.c
1895 ____________________________________________________________________________
1896 [  3020] By: gsar                                  on 1999/02/24  05:28:06
1897         Log: adjust a Perl_malloc() flag for NeXT
1898              From: Hans Mulder <hansm@icgned.icgroup.nl>
1899              Date: Tue, 23 Feb 99 00:26:25 +0100
1900              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
1901              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
1902      Branch: perl
1903            ! perl.h
1904 ____________________________________________________________________________
1905 [  3019] By: gsar                                  on 1999/02/24  05:19:42
1906         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
1907      Branch: perl
1908            ! pod/perltodo.pod
1909 ____________________________________________________________________________
1910 [  3018] By: gsar                                  on 1999/02/24  04:15:18
1911         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
1912              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
1913              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
1914              Subject: improved error message [PATCH _55] [RESEND]
1915      Branch: perl
1916            ! sv.c
1917 ____________________________________________________________________________
1918 [  3017] By: gsar                                  on 1999/02/24  03:50:34
1919         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
1920              Date: Sun, 21 Feb 1999 20:02:18 -0700
1921              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
1922              Subject: perlfunc updates (against 55)
1923      Branch: perl
1924            ! pod/perlfunc.pod
1925 ____________________________________________________________________________
1926 [  3016] By: gsar                                  on 1999/02/24  03:17:05
1927         Log: testsuite adjustments
1928              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1929              Date: Sat, 20 Feb 1999 15:24:57 +0000
1930              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
1931              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
1932      Branch: perl
1933            ! t/lib/io_sock.t t/op/lex_assign.t
1934 ____________________________________________________________________________
1935 [  3015] By: gsar                                  on 1999/02/24  02:54:47
1936         Log: avoid modifying readonly values from qw()
1937      Branch: perl
1938            ! lib/ExtUtils/MM_Unix.pm
1939 ____________________________________________________________________________
1940 [  3014] By: gsar                                  on 1999/02/24  02:49:04
1941         Log: more "correct" utbuf for utime()
1942      Branch: perl
1943            ! doio.c
1944 ____________________________________________________________________________
1945 [  3013] By: jhi                                   on 1999/02/22  19:27:44
1946         Log: Fix MacPerl version, change PowerUX to PowerMAX.
1947              
1948              From: Chris Nandor <pudge@pobox.com>
1949              To: jhi@iki.fi
1950              Cc: perl5-porters@perl.org
1951              Subject: Re: perl current availability as documented by perl.pod
1952              Date: Sun, 21 Feb 1999 11:06:03 -0500
1953              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
1954              
1955              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
1956              To: jhi@iki.fi
1957              Cc: perl5-porters@perl.org
1958              Subject: Re: perl current availability as documented by perl.pod
1959              Date: Mon, 22 Feb 1999 13:08:30 GMT
1960              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
1961      Branch: cfgperl
1962            ! pod/perl.pod
1963      Branch: maint-5.005/perl
1964            ! pod/perl.pod
1965 ____________________________________________________________________________
1966 [  3012] By: jhi                                   on 1999/02/22  10:26:11
1967         Log: Snapshot the cross-compilation/multiarchitecture stuff
1968              (currently broken in next)
1969      Branch: cfgperl
1970            ! Configure config_h.SH pp.c
1971 ____________________________________________________________________________
1972 [  3011] By: jhi                                   on 1999/02/22  10:24:51
1973         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
1974              To: gsar@activestate.com (Gurusamy Sarathy)
1975              Cc: perl5-porters@perl.org (Perl5 Porters)
1976              Subject: [PATCH 5.005_55] DB_File 1.64 patch
1977              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
1978              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
1979      Branch: cfgperl
1980            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
1981            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
1982 ____________________________________________________________________________
1983 [  3009] By: jhi                                   on 1999/02/22  09:14:26
1984         Log: Scratch #3008 and introduce $crosscompile and $multiarch
1985              also in non-Configure lands.
1986      Branch: cfgperl
1987            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
1988            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
1989            ! win32/config.gc win32/config.vc win32/config_H.bc
1990            ! win32/config_H.gc win32/config_H.vc
1991 ____________________________________________________________________________
1992 [  3008] By: jhi                                   on 1999/02/22  08:58:04
1993         Log: Add -DMULTIARCH (see change #3006).
1994      Branch: cfgperl
1995            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
1996 ____________________________________________________________________________
1997 [  3007] By: jhi                                   on 1999/02/22  08:54:06
1998         Log: Undo the references to local{lib,arch} introduced by #3006.
1999      Branch: cfgperl
2000            ! Configure config_h.SH
2001 ____________________________________________________________________________
2002 [  3006] By: jhi                                   on 1999/02/22  08:43:50
2003         Log: From: hansm@icgned.icgroup.nl
2004              To: perlbug@perl.com
2005              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
2006              Date: Sun, 21 Feb 1999 22:58:55 +0100
2007              Reply-To: hansmu@xs4all.nl
2008              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
2009              
2010              plus other Configure changes: prepare for cross-compilation/
2011              multiarchitecture builds.
2012      Branch: cfgperl
2013            ! Configure config_h.SH
2014 ____________________________________________________________________________
2015 [  3005] By: jhi                                   on 1999/02/22  08:35:30
2016         Log: Configure/Perl knew how to look for use Mach cthreads
2017              but Configure didn't let them to be used ($osname 'next').
2018      Branch: cfgperl
2019            ! Configure config_h.SH
2020      Branch: maint-5.005/perl
2021            ! Configure
2022 ____________________________________________________________________________
2023 [  3004] By: jhi                                   on 1999/02/21  15:46:02
2024         Log: Update Acorn AVAILABILITY.
2025      Branch: cfgperl
2026            ! pod/perl.pod
2027      Branch: maint-5.005/perl
2028            ! pod/perl.pod
2029 ____________________________________________________________________________
2030 [  3003] By: jhi                                   on 1999/02/21  14:50:42
2031         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
2032              To: perl5-porters@perl.org (Perl 5 Porters)
2033              Subject: PATCH: perlref.pod - symbolic ref example
2034              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
2035              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
2036      Branch: cfgperl
2037            ! pod/perlref.pod
2038      Branch: maint-5.005/perl
2039            ! pod/perlref.pod
2040 ____________________________________________________________________________
2041 [  3002] By: jhi                                   on 1999/02/21  14:35:22
2042         Log: Sync cfgperl with maint-5.005 change #3000.
2043      Branch: cfgperl
2044            ! pod/perlfunc.pod t/op/pack.t
2045 ____________________________________________________________________________
2046 [  2999] By: gsar                                  on 1999/02/20  22:48:30
2047         Log: From:    John Bley <jbb6@acpub.duke.edu>
2048              Date:    Sat, 20 Feb 1999 16:02:34 EST
2049              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
2050              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
2051      Branch: perl
2052            ! regcomp.c
2053 ____________________________________________________________________________
2054 [  2998] By: jhi                                   on 1999/02/20  14:13:06
2055         Log: Enhanced the endianness description.
2056      Branch: cfgperl
2057            ! pod/perlfunc.pod
2058 ____________________________________________________________________________
2059 [  2996] By: jhi                                   on 1999/02/20  13:55:41
2060         Log: Glossary now mostly fixed.
2061      Branch: cfgperl
2062            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2063            ! config_h.SH
2064 ____________________________________________________________________________
2065 [  2994] By: jhi                                   on 1999/02/20  11:58:33
2066         Log: Perldeltify GNU/Hurd.
2067      Branch: cfgperl
2068            ! pod/perldelta.pod
2069 ____________________________________________________________________________
2070 [  2993] By: gsar                                  on 1999/02/20  00:59:10
2071         Log: fix typo in Perl_sbrk()
2072              From: hansm@icgned.icgroup.nl
2073              Date: Fri, 19 Feb 1999 23:19:31 +0100
2074              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
2075              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
2076      Branch: perl
2077            ! malloc.c
2078 ____________________________________________________________________________
2079 [  2992] By: gsar                                  on 1999/02/20  00:51:08
2080         Log: integrate change#2980 from maint-5.005
2081      Branch: perl
2082           !> utils/h2xs.PL
2083 ____________________________________________________________________________
2084 [  2991] By: gsar                                  on 1999/02/20  00:34:01
2085         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2086              Date: Thu, 18 Feb 1999 18:51:38 +0000
2087              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
2088              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
2089      Branch: perl
2090            ! pp_hot.c t/op/pat.t
2091 ____________________________________________________________________________
2092 [  2990] By: gsar                                  on 1999/02/20  00:30:48
2093         Log: From: jan.dubois@ibm.net (Jan Dubois)
2094              Date: Thu, 18 Feb 1999 19:14:07 +0100
2095              Message-ID: <36d15809.40853323@smtp1.ibm.net>
2096              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
2097      Branch: perl
2098            ! win32/win32.c
2099 ____________________________________________________________________________
2100 [  2989] By: gsar                                  on 1999/02/20  00:27:01
2101         Log: do poll() emulation unless HAS_POLL && I_POLL
2102      Branch: perl
2103            ! ext/IO/poll.h
2104 ____________________________________________________________________________
2105 [  2988] By: gsar                                  on 1999/02/19  23:52:12
2106         Log: tweak RE for NaNQ? recognition
2107      Branch: perl
2108            ! t/lib/bigfloatpm.t
2109 ____________________________________________________________________________
2110 [  2987] By: gsar                                  on 1999/02/19  23:29:59
2111         Log: mention C<use utf8> and C<use warning> in perldelta
2112      Branch: perl
2113            ! pod/perldelta.pod
2114 ____________________________________________________________________________
2115 [  2985] By: jhi                                   on 1999/02/19  20:43:19
2116         Log: pack/unpack better in (network-)short-non-16-bits and
2117              (network-)long-non-32-bits systems such as Cray C90.
2118      Branch: cfgperl
2119            ! perl.h pp.c t/op/pack.t
2120 ____________________________________________________________________________
2121 [  2984] By: jhi                                   on 1999/02/19  20:38:54
2122         Log: Regen Configure.
2123      Branch: cfgperl
2124            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2125            ! perl.c
2126 ____________________________________________________________________________
2127 [  2982] By: jhi                                   on 1999/02/19  19:51:49
2128         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
2129              not probed for and         
2130              
2131              From: "Kurt D. Starsinic" <kstar@chapin.edu>
2132              To: Chaim Frenkel <chaimf@pobox.com>,
2133              Russ Allbery <rra@stanford.edu>,
2134              Jarkko Hietaniemi <jhi@iki.fi>,
2135              Gurusamy Sarathy <gsar@activestate.com>,
2136              Graham Barr <gbarr@pobox.com>
2137              Cc: bdensch@ameritech.net, perlbug@perl.com
2138              Subject: [PATCH] Re: Solaris 7 for Intel
2139              Message-ID: <19990219124404.A30182@O2.chapin.edu>
2140              
2141              Glossary is still missing some terms because
2142              mkglossary is misbehaving (change #2981 updated
2143              Glossary manually)
2144      Branch: cfgperl
2145            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
2146            ! Porting/config_H
2147 ____________________________________________________________________________
2148 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
2149         Log: Make result of h2xs work when user adds C<use strict>
2150      Branch: maint-5.005/perl
2151            ! utils/h2xs.PL
2152 ____________________________________________________________________________
2153 [  2979] By: gsar                                  on 1999/02/19  05:24:29
2154         Log: doc for change#2978
2155      Branch: perl
2156            ! pod/perlsub.pod
2157 ____________________________________________________________________________
2158 [  2978] By: gsar                                  on 1999/02/19  05:08:29
2159         Log: bring '*' prototype closer to how it behaves internally
2160      Branch: perl
2161            + t/lib/fatal.t
2162            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
2163 ____________________________________________________________________________
2164 [  2977] By: gsar                                  on 1999/02/19  02:50:31
2165         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
2166      Branch: perl
2167            ! perly.h
2168 ____________________________________________________________________________
2169 [  2975] By: gsar                                  on 1999/02/18  21:41:57
2170         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
2171              of lexical searches in BEGIN|INIT|END)
2172      Branch: perl
2173            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
2174            ! vms/perly_c.vms
2175 ____________________________________________________________________________
2176 [  2974] By: gsar                                  on 1999/02/18  21:03:06
2177         Log: missing PERL_POLLUTE_MALLOC
2178      Branch: perl
2179            ! ext/SDBM_File/sdbm/sdbm.h
2180 ____________________________________________________________________________
2181 [  2973] By: gsar                                  on 1999/02/18  17:10:49
2182         Log: From:    Andy Dougherty <doughera@lafayette.edu>
2183              Date:    Wed, 17 Feb 1999 17:22:50 EST
2184              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
2185              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
2186      Branch: perl
2187            ! lib/dotsh.pl
2188 ____________________________________________________________________________
2189 [  2972] By: gsar                                  on 1999/02/18  17:04:12
2190         Log: s/#defined/#define/
2191      Branch: perl
2192            ! ext/Data/Dumper/Dumper.xs
2193 ____________________________________________________________________________
2194 [  2970] By: gsar                                  on 1999/02/18  03:26:43
2195         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
2196      Branch: perl
2197            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
2198            ! ext/GDBM_File/typemap
2199 ____________________________________________________________________________
2200 [  2969] By: gsar                                  on 1999/02/17  23:30:47
2201         Log: correct slurp mode doc
2202      Branch: perl
2203            ! pod/perlfunc.pod pod/perlop.pod
2204 ____________________________________________________________________________
2205 [  2968] By: jhi                                   on 1999/02/17  23:15:49
2206         Log: Ultrix hints update.
2207              
2208              From: Spider Boardman <spider@zk3.dec.com>
2209              To: perlbug@perl.com
2210              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
2211              Date: Tue, 16 Feb 1999 23:04:28 -0500
2212              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
2213      Branch: cfgperl
2214            ! hints/ultrix_4.sh
2215 ____________________________________________________________________________
2216 [  2966] By: jhi                                   on 1999/02/17  23:09:21
2217         Log: Change #2965 wiped out some Sarathy's _55 changes.
2218              Now unwiped.
2219      Branch: cfgperl
2220            ! Configure pp.c t/op/pack.t
2221 ____________________________________________________________________________
2222 [  2965] By: jhi                                   on 1999/02/17  23:00:04
2223         Log: Configure tweaks.
2224              
2225              Fix the Unixware/SCO uname scan:
2226              
2227              From: Tom Hughes <thh@cyberscience.com>
2228              To: perlbug@perl.com
2229              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
2230              Date: 17 Feb 1999 15:34:15 +0000    
2231              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
2232              
2233              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
2234              
2235              From: Joe Buehler <jhpb@hekimian.com>
2236              To: perl5-porters@perl.org
2237              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
2238              Date: 12 Feb 1999 11:25:21 -0500
2239              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
2240              
2241              Make the pthreads joinable constant scan to output to fd 4, not 2.
2242      Branch: cfgperl
2243            ! Configure
2244 ____________________________________________________________________________
2245 [  2964] By: gsar                                  on 1999/02/17  21:30:07
2246         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
2247              Date: Wed, 17 Feb 1999 06:53:13 -0700
2248              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
2249              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
2250      Branch: perl
2251            ! lib/Pod/Functions.pm
2252 ____________________________________________________________________________
2253 [  2963] By: gsar                                  on 1999/02/17  21:18:21
2254         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
2255              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2256              Date: Wed, 17 Feb 1999 10:06:01 +0000
2257              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
2258              Subject: Re: [5.005_53] panic: pad_free curpad 
2259      Branch: perl
2260            ! regcomp.c regexec.c t/op/misc.t
2261 ____________________________________________________________________________
2262 [  2962] By: gsar                                  on 1999/02/16  21:26:28
2263         Log: NaNQ? tweak
2264      Branch: perl
2265            ! t/lib/bigfloatpm.t
2266 ____________________________________________________________________________
2267 [  2961] By: jhi                                   on 1999/02/16  19:26:38
2268         Log: Integrate from mainperl.
2269      Branch: cfgperl
2270           !> (integrate 37 files)
2271 ____________________________________________________________________________
2272 [  2960] By: gsar                                  on 1999/02/16  18:04:29
2273         Log: undo change#2465 (qw[] is a real list now)
2274      Branch: perl
2275            ! pod/perlop.pod
2276 ____________________________________________________________________________
2277 [  2959] By: gsar                                  on 1999/02/16  07:09:33
2278         Log: this was 5.005_55
2279      Branch: perl
2280            ! Changes
2281
2282 ----------------
2283 Version 5.005_55
2284 ----------------
2285
2286 ____________________________________________________________________________
2287 [  2958] By: gsar                                  on 1999/02/16  06:18:27
2288         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
2289              elide dups and non-dependents from Changes
2290      Branch: perl
2291            ! Changes pod/perlhist.pod
2292           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
2293           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
2294           !> pod/perlport.pod pp.c t/op/pack.t
2295 ____________________________________________________________________________
2296 [  2957] By: gsar                                  on 1999/02/16  04:09:47
2297         Log: propagate PERL_VERSION everywhere, add to pod
2298      Branch: perl
2299            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
2300            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
2301            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
2302            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
2303            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
2304            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
2305            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
2306            ! win32/config.gc win32/config.vc win32/config_sh.PL
2307            ! win32/win32.c x2p/a2py.c
2308 ____________________________________________________________________________
2309 [  2955] By: jhi                                   on 1999/02/15  16:15:03
2310         Log: The pack tests now better in C90 (after the packnative patches).
2311      Branch: cfgperl
2312            ! t/op/pack.t
2313 ____________________________________________________________________________
2314 [  2954] By: gsar                                  on 1999/02/15  14:11:50
2315         Log: tweak Configure to follow new PERL_VERSION etc.
2316      Branch: perl
2317            ! Configure patchlevel.h pod/perlhist.pod
2318 ____________________________________________________________________________
2319 [  2953] By: jhi                                   on 1999/02/15  14:02:21
2320         Log: Integrate from mainperl.
2321      Branch: cfgperl
2322           !> MANIFEST Porting/makerel
2323 ____________________________________________________________________________
2324 [  2952] By: jhi                                   on 1999/02/15  13:50:07
2325         Log: Enhance the packnative patch: use the packnative code
2326              only if required.  Also added hefty testing (hopefully
2327              I didn't assume too much...).  Tested on alpha, ix86, sparc.
2328      Branch: cfgperl
2329            ! pod/perlfunc.pod pp.c t/op/pack.t
2330 ____________________________________________________________________________
2331 [  2951] By: jhi                                   on 1999/02/15  13:46:56
2332         Log: AVAILABILITY from 5.005_03-tobe, will of course
2333              require updating when 5.006 comes out.
2334      Branch: cfgperl
2335            ! pod/perl.pod
2336 ____________________________________________________________________________
2337 [  2949] By: gsar                                  on 1999/02/15  13:28:51
2338         Log: will this be it for 5.005_55?
2339      Branch: perl
2340            ! MANIFEST Porting/makerel
2341 ____________________________________________________________________________
2342 [  2948] By: jhi                                   on 1999/02/15  13:23:52
2343         Log: Integrate from mainperl.
2344      Branch: cfgperl
2345           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
2346           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
2347           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
2348           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
2349           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
2350           !> win32/config.gc win32/config.vc win32/config_H.bc
2351           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
2352 ____________________________________________________________________________
2353 [  2947] By: jhi                                   on 1999/02/15  13:20:41
2354         Log: perlport.pod 1.39 from Chris.
2355      Branch: cfgperl
2356            ! pod/perlport.pod
2357 ____________________________________________________________________________
2358 [  2946] By: jhi                                   on 1999/02/15  13:09:58
2359         Log: Import Ultrix update, change #2864, 
2360              
2361              From: Spider Boardman <spider@zk3.dec.com>
2362              To: perlbug@perl.com
2363              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
2364              Date: Wed, 10 Feb 1999 23:33:31 -0500
2365              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
2366      Branch: cfgperl
2367            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
2368 ____________________________________________________________________________
2369 [  2945] By: jhi                                   on 1999/02/15  13:04:50
2370         Log: OpenBSD sparc SHMLBA.
2371      Branch: cfgperl
2372            ! ext/IPC/SysV/SysV.xs
2373 ____________________________________________________________________________
2374 [  2944] By: gsar                                  on 1999/02/15  12:09:52
2375         Log: update win32/config* stuff, Changes
2376      Branch: perl
2377            ! Changes win32/Makefile win32/config.bc win32/config.gc
2378            ! win32/config.vc win32/config_H.bc win32/config_H.gc
2379            ! win32/config_H.vc win32/makefile.mk
2380 ____________________________________________________________________________
2381 [  2943] By: gsar                                  on 1999/02/15  11:54:08
2382         Log: #include patchlevel.h by default, provide
2383              PERL_{REVISION,VERSION,SUBVERSION}
2384      Branch: perl
2385            ! patchlevel.h perl.h
2386 ____________________________________________________________________________
2387 [  2942] By: gsar                                  on 1999/02/15  10:26:59
2388         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
2389              misc fixes
2390      Branch: perl
2391            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
2392 ____________________________________________________________________________
2393 [  2941] By: gsar                                  on 1999/02/15  10:24:37
2394         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
2395              Message-ID: <19990207002851.B9185@toldyouso.com>
2396              Message-ID: <19990207212152.A9765@toldyouso.com>
2397              Message-ID: <19990207212041.A9622@toldyouso.com>
2398              Message-ID: <19990207213127.A10244@toldyouso.com>
2399              Message-ID: <19990207212559.A9950@toldyouso.com>
2400              Message-ID: <19990207212842.A9994@toldyouso.com>
2401              Message-ID: <19990207212500.A9860@toldyouso.com>
2402              Message-ID: <19990207213013.A10105@toldyouso.com>
2403      Branch: perl
2404            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
2405            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
2406            ! pod/perlmodlib.pod pod/perltoc.pod
2407 ____________________________________________________________________________
2408 [  2940] By: gsar                                  on 1999/02/15  10:07:08
2409         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
2410              of suggested patch)
2411              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
2412              Date: Mon, 08 Feb 1999 01:14:41 -0000
2413              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
2414              Subject: [PATCH 5.005_54] some pending C.pm stuff 
2415      Branch: perl
2416            ! ext/B/B/C.pm
2417 ____________________________________________________________________________
2418 [  2939] By: jhi                                   on 1999/02/15  08:40:18
2419         Log: Integrate from mainperl.
2420      Branch: cfgperl
2421           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
2422            - lib/File/PathConvert.pm
2423           !> (integrate 81 files)
2424 ____________________________________________________________________________
2425 [  2938] By: gsar                                  on 1999/02/15  06:56:39
2426         Log: change#2839 was bogus, redo
2427      Branch: perl
2428           !> t/lib/h2ph.pht
2429 ____________________________________________________________________________
2430 [  2937] By: gsar                                  on 1999/02/15  06:38:15
2431         Log: support Win32::GetFullPathName() and Win32::SetLastError()
2432              From: jan.dubois@ibm.net (Jan Dubois)
2433              Date: Tue, 09 Feb 1999 22:27:31 +0100
2434              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
2435              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
2436      Branch: perl
2437            ! win32/win32.c
2438 ____________________________________________________________________________
2439 [  2936] By: gsar                                  on 1999/02/15  06:26:39
2440         Log: support native integers, pack("L_",...) etc. (via private mail)
2441              From: Jarkko Hietaniemi <jhi@iki.fi>
2442              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
2443              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
2444              Subject: the "packnative" patch
2445      Branch: perl
2446            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
2447            ! t/lib/ipc_sysv.t t/op/pack.t
2448 ____________________________________________________________________________
2449 [  2935] By: gsar                                  on 1999/02/15  06:04:02
2450         Log: From: Michael G Schwern <schwern@pobox.com>
2451              Date: Tue, 9 Feb 1999 04:13:12 -0500
2452              Message-ID: <19990209041312.A15788@toldyouso.com>
2453              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
2454      Branch: perl
2455            ! utils/h2xs.PL
2456 ____________________________________________________________________________
2457 [  2934] By: gsar                                  on 1999/02/15  05:30:13
2458         Log: fix bugs in the handling of negative numbers, among other things
2459              From: Steven Knight <knight@theopera.baldmt.citilink.com>
2460              Date: Mon, 8 Feb 1999 01:16:24 -0600
2461              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
2462              Subject: Math::BigFloat and Math::BigInt
2463      Branch: perl
2464            + t/lib/bigfloat.t t/lib/bigfloatpm.t
2465            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
2466            ! t/lib/bigintpm.t
2467 ____________________________________________________________________________
2468 [  2933] By: gsar                                  on 1999/02/15  04:57:52
2469         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
2470              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
2471              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
2472              Subject: s2p incorrectly handles hold space commands
2473      Branch: perl
2474            ! x2p/s2p.PL
2475 ____________________________________________________________________________
2476 [  2932] By: gsar                                  on 1999/02/15  04:45:55
2477         Log: clarify what a "line" is
2478      Branch: perl
2479            ! pod/perlfunc.pod pod/perlvar.pod
2480 ____________________________________________________________________________
2481 [  2931] By: gsar                                  on 1999/02/15  04:23:29
2482         Log: backout change#2811 and add newer version based on File::Spec
2483              From: Barrie Slaymaker <rbs@telerama.com>
2484              Date: Thu, 11 Feb 1999 16:29:24 -0500
2485              Message-ID: <36C34BB4.A62090E0@telerama.com>
2486              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
2487      Branch: perl
2488            - lib/File/PathConvert.pm
2489            ! MANIFEST installhtml lib/Pod/Html.pm
2490 ____________________________________________________________________________
2491 [  2930] By: gsar                                  on 1999/02/15  04:16:25
2492         Log: From: Barrie Slaymaker <rbs@telerama.com>
2493              Date: Thu, 11 Feb 1999 19:39:48 -0500
2494              Message-ID: <36C37854.707D139@telerama.com>
2495              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
2496      Branch: perl
2497            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
2498 ____________________________________________________________________________
2499 [  2929] By: gsar                                  on 1999/02/15  04:06:50
2500         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
2501              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
2502              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
2503              Subject: [PATCH]5.005_54 (DOC) fix many typos
2504              --
2505              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
2506              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
2507              Subject: [PATCH]5.005_54 (DOC) typos
2508      Branch: perl
2509            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
2510            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
2511            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
2512            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
2513            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
2514            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
2515            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
2516            ! pod/perlvar.pod pod/perlxs.pod
2517 ____________________________________________________________________________
2518 [  2928] By: gsar                                  on 1999/02/15  03:39:53
2519         Log: allow the Carp routines to pass through exception objects
2520      Branch: perl
2521            ! lib/Carp.pm
2522 ____________________________________________________________________________
2523 [  2927] By: gsar                                  on 1999/02/15  03:22:57
2524         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
2525      Branch: perl
2526            ! pod/perlfaq8.pod
2527 ____________________________________________________________________________
2528 [  2926] By: gsar                                  on 1999/02/15  03:19:39
2529         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
2530              have done that, but didn't)
2531      Branch: perl
2532           !> utils/h2ph.PL
2533 ____________________________________________________________________________
2534 [  2925] By: gsar                                  on 1999/02/15  03:17:01
2535         Log: integrate cfgperl changes into mainline
2536      Branch: perl
2537            ! Changes
2538           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
2539           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
2540           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
2541           !> vms/subconfigure.com
2542 ____________________________________________________________________________
2543 [  2924] By: gsar                                  on 1999/02/15  03:07:08
2544         Log: add const qualifier to most char* prototypes, handle ripple effect
2545      Branch: perl
2546            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
2547            ! universal.c util.c
2548 ____________________________________________________________________________
2549 [  2923] By: gsar                                  on 1999/02/15  01:04:30
2550         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2551              Date: Thu, 04 Feb 1999 02:37:31 +0000
2552              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
2553              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
2554      Branch: perl
2555            ! pp_ctl.c t/op/range.t
2556 ____________________________________________________________________________
2557 [  2922] By: gsar                                  on 1999/02/15  00:24:34
2558         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2559              Date: Sun, 31 Jan 1999 01:50:06 +0000
2560              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
2561              Subject: [PATCH 5.005_03t4] regexp flags bug
2562      Branch: perl
2563            ! regcomp.c t/op/re_tests
2564 ____________________________________________________________________________
2565 [  2921] By: gsar                                  on 1999/02/15  00:13:02
2566         Log: use New() et al., rather than safemalloc() et al.
2567              From: jan.dubois@ibm.net (Jan Dubois)
2568              Date: Fri, 29 Jan 1999 23:27:22 +0100
2569              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
2570              Subject: [PATCH _03-MT5] POSIX.xs memory API
2571      Branch: perl
2572            ! ext/POSIX/POSIX.xs
2573 ____________________________________________________________________________
2574 [  2920] By: gsar                                  on 1999/02/15  00:05:33
2575         Log: tweak READ() docs to mention $buffer must be altered by reference
2576      Branch: perl
2577            ! pod/perltie.pod
2578 ____________________________________________________________________________
2579 [  2919] By: gsar                                  on 1999/02/14  23:50:39
2580         Log: applied suggested patch, with several language/readability tweaks
2581              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2582              Date: Fri, 29 Jan 1999 00:25:02 -0500
2583              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
2584              Subject: Re: [PATCH 5.005_*] Better parsing docs
2585      Branch: perl
2586            ! pod/perlop.pod
2587 ____________________________________________________________________________
2588 [  2918] By: gsar                                  on 1999/02/14  23:20:42
2589         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
2590              of silently returning bogus values)
2591              From: Peter Chines <pchines@nhgri.nih.gov>
2592              Date: Wed, 27 Jan 1999 16:11:31 -0500
2593              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
2594              Subject: Time::Local
2595      Branch: perl
2596            ! lib/Time/Local.pm pod/perldelta.pod
2597 ____________________________________________________________________________
2598 [  2917] By: gsar                                  on 1999/02/14  11:21:43
2599         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2600              Date: Thu, 28 Jan 1999 10:02:20 -0500
2601              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
2602              Subject: Re: [PATCH 5.005_53] Better perldoc
2603      Branch: perl
2604            ! utils/perldoc.PL
2605 ____________________________________________________________________________
2606 [  2916] By: gsar                                  on 1999/02/14  10:59:38
2607         Log: back out change#2751, apply updated version 
2608              From: jan.dubois@ibm.net (Jan Dubois)
2609              Date: Sat, 06 Feb 1999 01:06:29 +0100
2610              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
2611              Subject: [PATCH] Cleanup of File::Spec module
2612      Branch: perl
2613            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
2614            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
2615            ! lib/File/Spec/Win32.pm
2616 ____________________________________________________________________________
2617 [  2915] By: gsar                                  on 1999/02/14  10:48:01
2618         Log: tweak select() test
2619      Branch: perl
2620            ! pod/perlipc.pod t/op/fh.t
2621 ____________________________________________________________________________
2622 [  2914] By: gsar                                  on 1999/02/14  10:25:55
2623         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
2624      Branch: perl
2625            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
2626 ____________________________________________________________________________
2627 [  2913] By: gsar                                  on 1999/02/14  10:03:51
2628         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
2629              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
2630              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
2631              Subject: Re: SvOPV() or SvPV_nolen() or ...
2632      Branch: perl
2633            ! pod/perlguts.pod
2634 ____________________________________________________________________________
2635 [  2912] By: gsar                                  on 1999/02/14  09:57:29
2636         Log: provide SvPV_nolen(sv) to avoid use of PL_na
2637              From: jan.dubois@ibm.net (Jan Dubois)
2638              Date: Sun, 24 Jan 1999 02:45:32 +0100
2639              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
2640              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
2641      Branch: perl
2642            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
2643            ! sv.h
2644 ____________________________________________________________________________
2645 [  2911] By: gsar                                  on 1999/02/14  06:51:05
2646         Log: elide stray effluvium
2647      Branch: perl
2648            ! pod/perldelta.pod
2649 ____________________________________________________________________________
2650 [  2910] By: gsar                                  on 1999/02/14  05:51:56
2651         Log: slurping an empty file should return '' rather than undef, with
2652              commensurate effects on ARGV processing
2653      Branch: perl
2654            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
2655            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
2656 ____________________________________________________________________________
2657 [  2909] By: gsar                                  on 1999/02/14  00:02:11
2658         Log: perly_c.diff typo
2659      Branch: perl
2660            ! perly.c perly_c.diff vms/perly_c.vms
2661 ____________________________________________________________________________
2662 [  2908] By: gsar                                  on 1999/02/13  18:20:13
2663         Log: From: jan.dubois@ibm.net (Jan Dubois)
2664              Date: Sat, 13 Feb 1999 13:25:53 +0100
2665              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
2666              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
2667      Branch: perl
2668            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
2669 ____________________________________________________________________________
2670 [  2907] By: jhi                                   on 1999/02/13  15:07:26
2671         Log: Integrate from mainperl.
2672      Branch: cfgperl
2673           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
2674           !> (integrate 150 files)
2675 ____________________________________________________________________________
2676 [  2903] By: gsar                                  on 1999/02/12  13:25:59
2677         Log: From: jan.dubois@ibm.net (Jan Dubois)
2678              Date: Sun, 24 Jan 1999 01:12:00 +0100
2679              Message-ID: <36b66479.62756298@smtp1.ibm.net>
2680              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
2681      Branch: perl
2682            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
2683            ! proto.h sv.c sv.h
2684 ____________________________________________________________________________
2685 [  2902] By: gsar                                  on 1999/02/12  12:55:11
2686         Log: script to generate ctags from etags
2687              From: Colin Kuskie <ckuskie@cadence.com>
2688              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
2689              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
2690              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
2691      Branch: perl
2692            + emacs/e2ctags.pl
2693            ! Makefile.SH pod/perlfaq3.pod
2694 ____________________________________________________________________________
2695 [  2901] By: gsar                                  on 1999/02/12  12:40:17
2696         Log: allow boolean assign ops to be lvalues
2697              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
2698              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
2699              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
2700              --
2701              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2702              Date: Mon, 18 Jan 1999 10:04:00 +0000
2703              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
2704              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
2705      Branch: perl
2706            + t/op/lop.t
2707            ! MANIFEST op.c
2708 ____________________________________________________________________________
2709 [  2899] By: jhi                                   on 1999/02/12  12:03:48
2710         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
2711      Branch: cfgperl
2712            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2713            ! config_h.SH hints/openbsd.sh
2714 ____________________________________________________________________________
2715 [  2898] By: gsar                                  on 1999/02/12  11:49:25
2716         Log: support win32_putenv()
2717      Branch: perl
2718            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
2719            ! win32/win32.c win32/win32iop.h
2720 ____________________________________________________________________________
2721 [  2894] By: gsar                                  on 1999/02/12  11:09:27
2722         Log: add missing hunk in change#2657
2723      Branch: perl
2724            ! ext/B/B/CC.pm
2725 ____________________________________________________________________________
2726 [  2893] By: gsar                                  on 1999/02/12  11:00:13
2727         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2728              Date: Tue, 19 Jan 1999 20:13:15 -0500
2729              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
2730              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
2731      Branch: perl
2732            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
2733            ! t/pragma/subs.t t/pragma/warning.t
2734 ____________________________________________________________________________
2735 [  2892] By: gsar                                  on 1999/02/12  10:44:38
2736         Log: update change#2670 to later version
2737              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2738              Date: Sun, 31 Jan 1999 16:16:14 +0000
2739              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
2740              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
2741      Branch: perl
2742            ! t/op/subst.t toke.c
2743 ____________________________________________________________________________
2744 [  2891] By: gsar                                  on 1999/02/12  10:31:17
2745         Log: make testsuite somewhat location independent
2746      Branch: perl
2747            ! (edit 117 files)
2748 ____________________________________________________________________________
2749 [  2890] By: gsar                                  on 1999/02/12  10:00:30
2750         Log: add $AutoLoader::VERSION
2751      Branch: perl
2752            ! lib/AutoLoader.pm
2753 ____________________________________________________________________________
2754 [  2889] By: gsar                                  on 1999/02/12  09:55:48
2755         Log: tweak PERL_STRICT_CR notes
2756      Branch: perl
2757            ! pod/perl5005delta.pod
2758 ____________________________________________________________________________
2759 [  2888] By: gsar                                  on 1999/02/12  09:41:45
2760         Log: add note about test-notty target
2761      Branch: perl
2762            ! README.win32
2763 ____________________________________________________________________________
2764 [  2887] By: gsar                                  on 1999/02/12  09:37:37
2765         Log: add perltodo.pod
2766      Branch: perl
2767            + pod/perltodo.pod
2768            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
2769            ! win32/pod.mak
2770 ____________________________________________________________________________
2771 [  2886] By: jhi                                   on 1999/02/12  08:52:14
2772         Log: Integrate from mainperl.
2773      Branch: cfgperl
2774           +> t/op/fh.t
2775           !> (integrate 30 files)
2776 ____________________________________________________________________________
2777 [  2885] By: gsar                                  on 1999/02/12  08:42:10
2778         Log: note how to find REG_INFTY limit
2779      Branch: perl
2780            ! pod/perlre.pod
2781 ____________________________________________________________________________
2782 [  2884] By: jhi                                   on 1999/02/12  08:36:14
2783         Log: OpenBSD pthreads awareness, thanks to
2784              David Leonard <david.leonard@csee.uq.edu.au>
2785      Branch: maint-5.005/perl
2786            ! Configure hints/openbsd.sh
2787 ____________________________________________________________________________
2788 [  2882] By: gsar                                  on 1999/02/12  08:05:20
2789         Log: IO is maintained by p5p (per Graham Barr's wishes)
2790      Branch: perl
2791            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
2792            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
2793            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
2794            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
2795 ____________________________________________________________________________
2796 [  2881] By: gsar                                  on 1999/02/12  07:57:13
2797         Log: fh.t typo
2798      Branch: perl
2799            ! t/op/fh.t
2800 ____________________________________________________________________________
2801 [  2880] By: gsar                                  on 1999/02/12  07:38:16
2802         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
2803      Branch: perl
2804            ! perl.c pod/perlrun.pod
2805 ____________________________________________________________________________
2806 [  2879] By: gsar                                  on 1999/02/12  05:39:29
2807         Log: fix ops that are not filehandle constructors to not create GV if it
2808              doesn't already exist (avoids leaks); extend semantics of defined()
2809              so that defined(*{$foo}) works (experimental)
2810      Branch: perl
2811            + t/op/fh.t
2812            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
2813            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
2814 ____________________________________________________________________________
2815 [  2877] By: jhi                                   on 1999/02/11  20:44:00
2816         Log: From: Chris Nandor <pudge@pobox.com>
2817              To: perl5-porters@perl.org
2818              Subject: [PATCH] perlport.pod 1.39
2819              Date: Thu, 11 Feb 1999 12:28:35 -0500
2820              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
2821      Branch: cfgperl
2822            ! pod/perlport.pod
2823 ____________________________________________________________________________
2824 [  2870] By: gsar                                  on 1999/02/11  11:17:08
2825         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
2826      Branch: perl
2827            ! ext/IO/lib/IO/Pipe.pm
2828 ____________________________________________________________________________
2829 [  2869] By: gsar                                  on 1999/02/11  11:00:56
2830         Log: update win32/pod.mak
2831      Branch: perl
2832            ! win32/pod.mak
2833 ____________________________________________________________________________
2834 [  2868] By: gsar                                  on 1999/02/11  10:42:44
2835         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
2836              Date: Fri, 08 Jan 1999 14:36:53 +1100
2837              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
2838              Subject: Re: [Fwd: IO::Socket::connect and blocking]
2839      Branch: perl
2840            ! ext/IO/lib/IO/Socket.pm
2841 ____________________________________________________________________________
2842 [  2867] By: gsar                                  on 1999/02/11  09:43:03
2843         Log: av_extend() doc tweak from Jan Dubois
2844      Branch: perl
2845            ! pod/perlguts.pod
2846 ____________________________________________________________________________
2847 [  2866] By: gsar                                  on 1999/02/11  09:27:17
2848         Log: display full pathname of unreadable files
2849      Branch: perl
2850            ! utils/perldoc.PL
2851 ____________________________________________________________________________
2852 [  2865] By: gsar                                  on 1999/02/11  09:02:31
2853         Log: missing patch in change#2522
2854      Branch: perl
2855            ! lib/Pod/Text.pm
2856 ____________________________________________________________________________
2857 [  2864] By: jhi                                   on 1999/02/11  08:45:00
2858         Log: From: Spider Boardman <spider@zk3.dec.com>
2859              To: perlbug@perl.com
2860              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
2861              Date: Wed, 10 Feb 1999 23:33:31 -0500
2862              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
2863      Branch: maint-5.005/perl
2864            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
2865 ____________________________________________________________________________
2866 [  2862] By: gsar                                  on 1999/02/11  08:14:34
2867         Log: integrate changes#2738,2740 from maint-5.005
2868      Branch: perl
2869           !> lib/ExtUtils/MakeMaker.pm
2870 ____________________________________________________________________________
2871 [  2861] By: jhi                                   on 1999/02/11  08:04:25
2872         Log: Integrate from mainperl.
2873      Branch: cfgperl
2874           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
2875           !> t/op/range.t win32/config.gc
2876 ____________________________________________________________________________
2877 [  2860] By: gsar                                  on 1999/02/11  07:30:08
2878         Log: binmode() support for cygwin32 (suggested by Steven Morlock
2879              <newspost@morlock.net>)
2880      Branch: perl
2881            ! perl.h
2882 ____________________________________________________________________________
2883 [  2859] By: gsar                                  on 1999/02/11  07:14:21
2884         Log: update Changes
2885      Branch: perl
2886            ! Changes
2887           !> pod/perl5005delta.pod
2888 ____________________________________________________________________________
2889 [  2856] By: gsar                                  on 1999/02/11  07:07:39
2890         Log: integrate perldelta changes from maint-5.005
2891      Branch: perl
2892           !> pod/perl5005delta.pod
2893 ____________________________________________________________________________
2894 [  2855] By: gsar                                  on 1999/02/11  06:31:50
2895         Log: applied suggested patch; added tests
2896              From: Adam Krolnik <adamk@gypsy.cyrix.com>
2897              Date: Sat, 12 Dec 98 15:30:18 -0600
2898              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
2899              Subject: Range operation doesn't handle IV_MAX
2900      Branch: perl
2901            ! pp_ctl.c t/op/range.t
2902 ____________________________________________________________________________
2903 [  2854] By: gsar                                  on 1999/02/11  05:00:55
2904         Log: compatibility fix: magic non-propagation in foreach implicit localization
2905      Branch: perl
2906            ! pp_ctl.c t/op/local.t win32/config.gc
2907 ____________________________________________________________________________
2908 [  2852] By: gsar                                  on 1999/02/10  23:17:49
2909         Log: fair warning about -Dusethreads
2910      Branch: maint-5.005/perl
2911            ! Configure INSTALL README.threads
2912 ____________________________________________________________________________
2913 [  2847] By: jhi                                   on 1999/02/09  19:13:28
2914         Log: Integrate from mainperl.
2915      Branch: cfgperl
2916           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
2917           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
2918 ____________________________________________________________________________
2919 [  2846] By: gsar                                  on 1999/02/09  13:53:28
2920         Log: a modified version of suggested patch for pack template 'Z'; added docs
2921              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
2922              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
2923              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
2924              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
2925      Branch: perl
2926            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
2927 ____________________________________________________________________________
2928 [  2845] By: gsar                                  on 1999/02/09  00:03:26
2929         Log: clarify docs for change#2835
2930      Branch: perl
2931            ! pod/perldelta.pod pod/perlop.pod
2932 ____________________________________________________________________________
2933 [  2844] By: gsar                                  on 1999/02/08  23:40:57
2934         Log: addendum to change#2823
2935              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
2936              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
2937              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
2938              Subject: [PATCH] Docs and tests for method-call syntax
2939      Branch: perl
2940            ! pod/perlobj.pod t/op/method.t
2941 ____________________________________________________________________________
2942 [  2843] By: jhi                                   on 1999/02/08  21:06:28
2943         Log: Ultrix mmap tidbit.
2944      Branch: cfgperl
2945            ! hints/ultrix_4.sh
2946 ____________________________________________________________________________
2947 [  2842] By: jhi                                   on 1999/02/08  20:22:55
2948         Log: Integrate from mainperl.
2949      Branch: cfgperl
2950           +> t/op/subst_wamp.t
2951           !> (integrate 35 files)
2952 ____________________________________________________________________________
2953 [  2841] By: jhi                                   on 1999/02/08  18:23:26
2954         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2955              To: Mailing list Perl5 <perl5-porters@perl.org>
2956              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
2957              Date: Sun, 7 Feb 1999 17:25:22 -0500
2958              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
2959      Branch: cfgperl
2960            + t/op/subst_amp.t
2961            ! MANIFEST regcomp.c t/op/subst.t
2962 ____________________________________________________________________________
2963 [  2840] By: jhi                                   on 1999/02/08  18:16:54
2964         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2965              To: Mailing list Perl5 <perl5-porters@perl.org>
2966              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
2967              Date: Sun, 7 Feb 1999 17:00:10 -0500
2968              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
2969      Branch: cfgperl
2970            ! pp_hot.c t/op/pat.t
2971 ____________________________________________________________________________
2972 [  2839] By: jhi                                   on 1999/02/08  17:25:30
2973         Log: A require was missing.
2974      Branch: cfgperl
2975            ! t/lib/h2ph.pht
2976 ____________________________________________________________________________
2977 [  2838] By: jhi                                   on 1999/02/08  16:38:41
2978         Log: Bring in the change #2809 (the Configure part has been
2979              modified rather a lot since the #2809, though.)
2980      Branch: cfgperl
2981            ! Configure utils/h2ph.PL
2982 ____________________________________________________________________________
2983 [  2835] By: gsar                                  on 1999/02/08  14:40:23
2984         Log: make qw() into a true list at compile time (slightly modified
2985              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
2986      Branch: perl
2987            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
2988 ____________________________________________________________________________
2989 [  2834] By: gsar                                  on 1999/02/08  13:23:16
2990         Log: make safesysmalloc() etc., always available; safemalloc() et al are
2991              now macros that point to the right malloc; fix various places in
2992              sources that need to always use safesysmalloc() et al
2993      Branch: perl
2994            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
2995            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
2996 ____________________________________________________________________________
2997 [  2833] By: gsar                                  on 1999/02/08  10:56:16
2998         Log: remove spurious #endif in last change
2999      Branch: perl
3000            ! perl.h
3001 ____________________________________________________________________________
3002 [  2832] By: gsar                                  on 1999/02/08  10:34:55
3003         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
3004              them ask for insanity (untested)
3005      Branch: perl
3006            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
3007            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
3008            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
3009 ____________________________________________________________________________
3010 [  2831] By: jhi                                   on 1999/02/08  08:33:33
3011         Log: Update vms/subconfigure.com along the lines of change #2829.
3012      Branch: cfgperl
3013            ! vms/subconfigure.com
3014 ____________________________________________________________________________
3015 [  2830] By: gsar                                  on 1999/02/08  00:19:46
3016         Log: integrate cfgperl changes into mainline
3017      Branch: perl
3018           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
3019           +> lib/File/PathConvert.pm pod/perlthrtut.pod
3020            ! Changes
3021           !> (integrate 93 files)
3022 ____________________________________________________________________________
3023 [  2829] By: jhi                                   on 1999/02/07  23:49:46
3024         Log: Configure update.
3025              
3026              Probe for mmap() et alia.
3027              The *cc*symbols patch (just Configure, no h2ph).
3028      Branch: cfgperl
3029            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3030            ! config_h.SH perl.h
3031 ____________________________________________________________________________
3032 [  2828] By: gsar                                  on 1999/02/07  23:38:47
3033         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3034              Date: Sun, 7 Feb 1999 17:25:22 -0500
3035              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
3036              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
3037      Branch: perl
3038            + t/op/subst_amp.t t/op/subst_wamp.t
3039            ! MANIFEST regcomp.c t/op/subst.t
3040 ____________________________________________________________________________
3041 [  2827] By: gsar                                  on 1999/02/07  23:27:32
3042         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3043              Date: Sun, 7 Feb 1999 17:00:10 -0500
3044              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
3045              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
3046      Branch: perl
3047            ! pp_hot.c t/op/pat.t
3048 ____________________________________________________________________________
3049 [  2826] By: gsar                                  on 1999/02/07  23:26:04
3050         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
3051              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3052              Date: Sun, 7 Feb 1999 15:07:27 -0500
3053              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
3054              Subject: Re: fixing memory leaks in REx compilation
3055      Branch: perl
3056            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
3057            ! regexec.c
3058 ____________________________________________________________________________
3059 [  2825] By: jhi                                   on 1999/02/07  18:05:13
3060         Log: Integrate from mainperl.
3061      Branch: cfgperl
3062           +> lib/DB.pm t/comp/bproto.t
3063           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
3064           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
3065           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
3066           !> toke.c vms/perly_c.vms
3067 ____________________________________________________________________________
3068 [  2824] By: gsar                                  on 1999/02/07  14:21:48
3069         Log: tweak doc on bitwise ops
3070      Branch: perl
3071            ! pod/perlop.pod
3072 ____________________________________________________________________________
3073 [  2823] By: gsar                                  on 1999/02/07  13:38:31
3074         Log: applied suggested patch; regen perly* and vms/perly*
3075              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
3076              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
3077              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
3078              Subject: [PATCH] Re: Suggestion for perlobj man page
3079      Branch: perl
3080            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
3081 ____________________________________________________________________________
3082 [  2822] By: gsar                                  on 1999/02/07  12:39:09
3083         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
3084              disabled, fails tests)
3085      Branch: perl
3086            ! regcomp.h
3087 ____________________________________________________________________________
3088 [  2821] By: gsar                                  on 1999/02/07  11:09:39
3089         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
3090              <Alexander.Barilo@aexp.com>)
3091      Branch: perl
3092            ! lib/Pod/Html.pm
3093 ____________________________________________________________________________
3094 [  2820] By: gsar                                  on 1999/02/07  10:20:35
3095         Log: add draft debugging API implementation
3096      Branch: perl
3097            + lib/DB.pm
3098            ! MANIFEST
3099 ____________________________________________________________________________
3100 [  2819] By: gsar                                  on 1999/02/07  09:58:45
3101         Log: avoid garbage in db->dirbuf
3102              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
3103              Date: Sat, 05 Dec 1998 14:14:54 +0900
3104              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
3105              Subject: SDBM bug
3106      Branch: perl
3107            ! ext/SDBM_File/sdbm/sdbm.c
3108 ____________________________________________________________________________
3109 [  2818] By: gsar                                  on 1999/02/07  09:32:24
3110         Log: missing entry
3111      Branch: perl
3112            ! MANIFEST
3113 ____________________________________________________________________________
3114 [  2817] By: gsar                                  on 1999/02/07  09:30:47
3115         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
3116      Branch: perl
3117            + t/comp/bproto.t
3118            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
3119 ____________________________________________________________________________
3120 [  2816] By: gsar                                  on 1999/02/06  00:14:29
3121         Log: minor bug in dumping blessed subrefs
3122      Branch: perl
3123            ! ext/Data/Dumper/Dumper.pm
3124 ____________________________________________________________________________
3125 [  2812] By: jhi                                   on 1999/02/03  22:02:24
3126         Log: Enhance change #2808.
3127              
3128              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3129              To: perl5-porters@perl.org
3130              Subject: Re: [PATCH 5.00*]: perlbug checklist
3131              Date: Wed, 3 Feb 1999 19:02:27 +0000
3132              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
3133      Branch: cfgperl
3134            ! utils/perlbug.PL
3135 ____________________________________________________________________________
3136 [  2811] By: jhi                                   on 1999/02/03  21:53:23
3137         Log: From: Barrie Slaymaker <rbs@telerama.com>
3138              To: perl5-porters@perl.org
3139              CC: pod-people@perl.org
3140              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
3141              Date: Wed, 03 Feb 1999 10:34:18 -0500
3142              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
3143              
3144              Add File::PathConvert.pm.
3145              Fix Pod::Html and installhtml to understand relative urls.
3146      Branch: cfgperl
3147            + lib/File/PathConvert.pm
3148            ! MANIFEST installhtml lib/Pod/Html.pm
3149 ____________________________________________________________________________
3150 [  2810] By: jhi                                   on 1999/02/03  20:25:10
3151         Log: From: Francois Desarmenien <desar@club-internet.fr>
3152              To: Mailing list Perl5 <perl5-porters@perl.org>
3153              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
3154              Date: Wed, 03 Feb 1999 13:13:24 +0000
3155              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
3156              
3157              (note: this patch completely overrides Tom Wolfe's patch,
3158              change #2604)
3159      Branch: cfgperl
3160            + ext/GDBM_File/hints/sco.pl
3161            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
3162 ____________________________________________________________________________
3163 [  2809] By: jhi                                   on 1999/02/03  19:54:16
3164         Log: h2ph fixes + Configure patch to support them.
3165              
3166              From: "Kurt D. Starsinic" <kstar@chapin.edu>
3167              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
3168              Gurusamy Sarathy <gsar@engin.umich.edu>
3169              Cc: perl5-porters@perl.org
3170              Subject: [PATCH 5.00503_MT5] h2ph.PL
3171              Date: Tue, 2 Feb 1999 19:48:06 -0500
3172              Message-ID: <19990202194806.E10647@O2.chapin.edu>
3173      Branch: maint-5.005/perl
3174            ! Configure utils/h2ph.PL
3175 ____________________________________________________________________________
3176 [  2808] By: jhi                                   on 1999/02/03  16:59:55
3177         Log: Enhance the perlbug checklist.
3178      Branch: cfgperl
3179            ! utils/perlbug.PL
3180 ____________________________________________________________________________
3181 [  2807] By: jhi                                   on 1999/02/03  14:01:37
3182         Log: Document the standard strftime %formats.
3183              
3184              From: Dominic Dunlop <domo@vo.lu>
3185              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
3186              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
3187              Date: Tue, 2 Feb 1999 15:55:29 +0100
3188              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
3189      Branch: cfgperl
3190            ! ext/POSIX/POSIX.pod
3191 ____________________________________________________________________________
3192 [  2806] By: jhi                                   on 1999/02/03  13:58:00
3193         Log: Integrate from mainperl.
3194      Branch: cfgperl
3195           !> perl.h
3196 ____________________________________________________________________________
3197 [  2805] By: gsar                                  on 1999/02/03  03:32:31
3198         Log: PL_uuemap[] init needs help for sizeof()
3199      Branch: perl
3200            ! perl.h
3201 ____________________________________________________________________________
3202 [  2804] By: jhi                                   on 1999/02/02  20:44:30
3203         Log: These should've been already in #2803.
3204      Branch: cfgperl
3205            ! Configure config_h.SH vms/subconfigure.com
3206 ____________________________________________________________________________
3207 [  2803] By: jhi                                   on 1999/02/02  20:38:45
3208         Log: telldir prototype issue, from mists of time...
3209      Branch: cfgperl
3210            ! hints/netbsd.sh pp_sys.c
3211 ____________________________________________________________________________
3212 [  2801] By: jhi                                   on 1999/02/02  17:40:14
3213         Log: From: John Bley <jbb6@acpub.duke.edu>
3214              To: perlbug@perl.org
3215              Subject: [PATCH]5.005_54 (DOC) fix minor typos
3216              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
3217              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
3218      Branch: cfgperl
3219            ! pod/perlre.pod
3220 ____________________________________________________________________________
3221 [  2800] By: jhi                                   on 1999/02/02  17:26:49
3222         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
3223      Branch: cfgperl
3224            ! Todo-5.005
3225 ____________________________________________________________________________
3226 [  2799] By: jhi                                   on 1999/02/02  17:18:51
3227         Log: Update FindBin from maint-5.005.
3228      Branch: cfgperl
3229            ! lib/FindBin.pm
3230 ____________________________________________________________________________
3231 [  2798] By: jhi                                   on 1999/02/02  17:16:07
3232         Log: Fix typecasts in #2797
3233              
3234              From: "G. Del Merritt" <del@intranetics.com>
3235              Date: Fri, 29 Jan 1999 11:47:25 -0700
3236              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
3237              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
3238      Branch: cfgperl
3239            ! ext/POSIX/POSIX.xs
3240 ____________________________________________________________________________
3241 [  2797] By: jhi                                   on 1999/02/02  17:14:37
3242         Log: From: Ted Law <tedlaw@cibcwg.com>
3243              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
3244              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
3245              Subject: POSIX::strftime buffer overflow problem
3246      Branch: cfgperl
3247            ! ext/POSIX/POSIX.xs
3248 ____________________________________________________________________________
3249 [  2796] By: jhi                                   on 1999/02/02  17:13:23
3250         Log: Do not use File::Slurp.
3251      Branch: cfgperl
3252            ! t/lib/textfill.t
3253 ____________________________________________________________________________
3254 [  2795] By: jhi                                   on 1999/02/02  17:11:48
3255         Log: perlhist update from maint-5.005.
3256      Branch: cfgperl
3257            ! pod/perlhist.pod
3258 ____________________________________________________________________________
3259 [  2794] By: jhi                                   on 1999/02/02  17:10:33
3260         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
3261      Branch: cfgperl
3262            ! ext/POSIX/POSIX.pm
3263 ____________________________________________________________________________
3264 [  2793] By: jhi                                   on 1999/02/02  17:08:39
3265         Log: Missed the html test from change #2787. 
3266      Branch: cfgperl
3267            ! t/lib/cgi-html.t
3268 ____________________________________________________________________________
3269 [  2792] By: jhi                                   on 1999/02/02  17:01:24
3270         Log: Update Getopt::Long to 2.19.
3271      Branch: cfgperl
3272            ! lib/Getopt/Long.pm
3273 ____________________________________________________________________________
3274 [  2791] By: jhi                                   on 1999/02/02  16:59:13
3275         Log: overload syntax is no longer experimental
3276      Branch: cfgperl
3277            ! lib/overload.pm
3278 ____________________________________________________________________________
3279 [  2789] By: jhi                                   on 1999/02/02  16:47:50
3280         Log: Still doc fixes.
3281      Branch: cfgperl
3282            ! lib/diagnostics.pm
3283 ____________________________________________________________________________
3284 [  2788] By: jhi                                   on 1999/02/02  16:47:07
3285         Log: Doc fixes.
3286      Branch: cfgperl
3287            ! lib/CGI.pm lib/diagnostics.pm
3288 ____________________________________________________________________________
3289 [  2787] By: jhi                                   on 1999/02/02  16:38:55
3290         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
3291              where applicable).
3292      Branch: cfgperl
3293            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
3294            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
3295            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
3296            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
3297            ! eg/cgi/frameset.cgi eg/cgi/index.html
3298            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
3299            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
3300            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
3301            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
3302            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
3303            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
3304 ____________________________________________________________________________
3305 [  2786] By: jhi                                   on 1999/02/02  16:17:52
3306         Log: Update CPAN to 1.47.
3307      Branch: cfgperl
3308            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
3309 ____________________________________________________________________________
3310 [  2785] By: jhi                                   on 1999/02/02  16:09:03
3311         Log: From: Mark-Jason Dominus <mjd@plover.com>
3312              Date: Sat, 16 Jan 1999 17:22:06 -0500
3313              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
3314              Message-ID: <19990116222206.3674.qmail@plover.com>
3315      Branch: cfgperl
3316            ! pod/perlsub.pod
3317 ____________________________________________________________________________
3318 [  2784] By: jhi                                   on 1999/02/02  16:01:31
3319         Log: Fix incorrect "used only once" warnings
3320              
3321              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3322              Date: Fri, 8 Jan 1999 04:37:10 -0500
3323              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
3324              Subject: Re: change#965 flakiness
3325      Branch: cfgperl
3326            ! gv.c
3327 ____________________________________________________________________________
3328 [  2783] By: jhi                                   on 1999/02/02  15:50:38
3329         Log: perldelta updates.
3330      Branch: cfgperl
3331            ! pod/perldelta.pod
3332 ____________________________________________________________________________
3333 [  2782] By: jhi                                   on 1999/02/02  14:28:26
3334         Log: Mirror change #2781.
3335      Branch: cfgperl
3336            ! hints/linux.sh
3337 ____________________________________________________________________________
3338 [  2781] By: jhi                                   on 1999/02/02  14:27:01
3339         Log: Update the MkLinux note.
3340      Branch: maint-5.005/perl
3341            ! hints/linux.sh
3342 ____________________________________________________________________________
3343 [  2780] By: jhi                                   on 1999/02/02  14:10:59
3344         Log: Update todo.
3345      Branch: cfgperl
3346            ! Todo-5.005
3347 ____________________________________________________________________________
3348 [  2779] By: jhi                                   on 1999/02/02  14:00:25
3349         Log: Integrate from mainperl.
3350      Branch: cfgperl
3351            ! t/lib/textfill.t t/lib/textwrap.t
3352           !> (integrate 32 files)
3353 ____________________________________________________________________________
3354 [  2778] By: jhi                                   on 1999/02/02  13:56:23
3355         Log: VMS update, applicable parts of
3356              
3357              From: Dan Sugalski <sugalskd@osshe.edu>
3358              To: perl5-porters@perl.org
3359              Subject: [PATCH 5.005_03MT3]VMS configure tweak
3360              Date: Wed, 20 Jan 1999 12:05:18 -0800
3361              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
3362              
3363              From: Dan Sugalski <sugalskd@osshe.edu>
3364              To: perlbug@perl.com, vmsperl@perl.org
3365              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
3366              Date: Tue, 26 Jan 1999 14:40:38 -0800
3367              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
3368              
3369              From: Dan Sugalski <sugalskd@osshe.edu>
3370              To: perl5-porters@perl.org, vmsperl@perl.org
3371              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
3372              Date: Tue, 26 Jan 1999 14:55:29 -0800
3373              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
3374      Branch: cfgperl
3375            ! vms/ext/Stdio/test.pl vms/subconfigure.com
3376 ____________________________________________________________________________
3377 [  2777] By: jhi                                   on 1999/02/02  13:43:24
3378         Log: Synch usethreads parts from maint-5.005.
3379      Branch: cfgperl
3380            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
3381            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
3382            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
3383            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
3384 ____________________________________________________________________________
3385 [  2776] By: jhi                                   on 1999/02/02  13:17:16
3386         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
3387      Branch: cfgperl
3388            ! Makefile.SH hints/freebsd.sh
3389 ____________________________________________________________________________
3390 [  2774] By: jhi                                   on 1999/02/02  13:10:39
3391         Log: Add perlthrtut, update pod/* machinery.
3392              (a pod/Makefile.SH is sorely needed)
3393      Branch: cfgperl
3394            + pod/perlthrtut.pod
3395            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
3396 ____________________________________________________________________________
3397 [  2773] By: jhi                                   on 1999/02/02  12:54:24
3398         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3399              To: perl5-porters@perl.org
3400              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
3401              Date: Tue, 26 Jan 1999 22:25:07 +0000
3402              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
3403      Branch: cfgperl
3404            ! pod/perlguts.pod
3405 ____________________________________________________________________________
3406 [  2771] By: jhi                                   on 1999/02/02  12:47:34
3407         Log: Use perlbug instead of personal email address.
3408      Branch: cfgperl
3409            ! Configure
3410 ____________________________________________________________________________
3411 [  2770] By: jhi                                   on 1999/02/02  12:42:06
3412         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
3413              
3414              From: "G. Del Merritt" <del@intranetics.com>
3415              To: perlbug@perl.com
3416              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
3417              Date: Tue, 26 Jan 1999 12:09:09 -0700
3418              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
3419      Branch: cfgperl
3420            ! iperlsys.h
3421 ____________________________________________________________________________
3422 [  2769] By: jhi                                   on 1999/02/02  12:37:57
3423         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3424              To: Mailing list Perl5 <perl5-porters@perl.org>
3425              Subject: [PATCH 5.005_*] OS/2 threads
3426              Date: Tue, 26 Jan 1999 13:39:46 -0500
3427              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
3428      Branch: cfgperl
3429            ! os2/os2ish.h
3430 ____________________________________________________________________________
3431 [  2768] By: jhi                                   on 1999/02/02  12:36:16
3432         Log: Apply change #2711 from maint-5.005:
3433              
3434              make ok", "make okfile", and "make nok" were broken
3435              with -Duseshrplib, because of a shared typo.
3436              
3437              From: Spider Boardman <spider@web.zk3.dec.com>
3438              To: perlbug@perl.com
3439              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
3440              Date: Wed, 27 Jan 1999 12:27:15 -0500
3441              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
3442      Branch: cfgperl
3443            ! Makefile.SH
3444 ____________________________________________________________________________
3445 [  2766] By: jhi                                   on 1999/02/02  12:27:08
3446         Log: Make Configure use "int main()" instead of bare "main()".
3447              Like maint-5.005 change #2703 but now via metaconfig.
3448      Branch: cfgperl
3449            ! Configure
3450 ____________________________________________________________________________
3451 [  2765] By: jhi                                   on 1999/02/02  11:59:30
3452         Log: Undo part of change #2562.
3453      Branch: cfgperl
3454            ! Configure
3455 ____________________________________________________________________________
3456 [  2764] By: jhi                                   on 1999/02/02  11:52:39
3457         Log: NetBSD synch with maint-5.005.
3458      Branch: cfgperl
3459            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
3460 ____________________________________________________________________________
3461 [  2763] By: jhi                                   on 1999/02/02  11:44:07
3462         Log: $Config{installusrbinperl}
3463              (maint-5.005 changes #2614 and #2709)
3464      Branch: cfgperl
3465            ! Configure installperl
3466 ____________________________________________________________________________
3467 [  2762] By: jhi                                   on 1999/02/02  11:29:13
3468         Log: Errno update from maint-5.005 (changes #2583, #2710).
3469      Branch: cfgperl
3470            ! Configure ext/Errno/Errno_pm.PL
3471 ____________________________________________________________________________
3472 [  2759] By: jhi                                   on 1999/02/02  10:53:20
3473         Log: Update Trig.pm from maint-5.005.
3474      Branch: cfgperl
3475            ! lib/Math/Trig.pm
3476 ____________________________________________________________________________
3477 [  2757] By: jhi                                   on 1999/02/02  10:41:26
3478         Log: MPE/iX update (mirror maint-5.005 change #2715)
3479      Branch: cfgperl
3480            ! hints/mpeix.sh mpeix/relink
3481 ____________________________________________________________________________
3482 [  2756] By: jhi                                   on 1999/02/02  10:38:08
3483         Log: BeOS update (Mirror maint-5.005 change #2727).
3484      Branch: cfgperl
3485            + ext/DynaLoader/dl_beos.xs
3486            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
3487            ! lib/ExtUtils/MM_Unix.pm
3488 ____________________________________________________________________________
3489 [  2754] By: gsar                                  on 1999/02/02  08:52:13
3490         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
3491      Branch: perl
3492            ! Porting/pumpkin.pod Todo Todo-5.005
3493 ____________________________________________________________________________
3494 [  2753] By: gsar                                  on 1999/02/02  08:46:21
3495         Log: Todo tweaks
3496      Branch: perl
3497            ! Todo Todo-5.005
3498 ____________________________________________________________________________
3499 [  2752] By: jhi                                   on 1999/02/01  22:15:12
3500         Log: Add perlthrtut.pod.
3501              
3502              From: Dan Sugalski <sugalskd@osshe.edu>
3503              To: perl5-porters@perl.org
3504              Subject: perlthrtut.pod
3505              Date: Mon, 01 Feb 1999 10:57:11 -0800
3506              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
3507      Branch: maint-5.005/perl
3508            + pod/perlthrtut.pod
3509            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
3510            ! pod/roffitall
3511 ____________________________________________________________________________
3512 [  2751] By: gsar                                  on 1999/02/01  07:28:05
3513         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
3514      Branch: perl
3515            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
3516            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
3517 ____________________________________________________________________________
3518 [  2750] By: gsar                                  on 1999/02/01  07:09:20
3519         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3520              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
3521              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
3522              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
3523      Branch: perl
3524            ! regexec.c
3525 ____________________________________________________________________________
3526 [  2749] By: gsar                                  on 1999/02/01  07:07:59
3527         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3528              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
3529              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
3530              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
3531      Branch: perl
3532            ! regexec.c
3533 ____________________________________________________________________________
3534 [  2748] By: gsar                                  on 1999/02/01  06:47:06
3535         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
3536              Date: Thu, 3 Dec 1998 15:10:17 -0500
3537              Message-Id: <199812032010.PAA09692@jik.shore.net>
3538              Subject: sample checksum code in "perlfunc" man page is wrong
3539      Branch: perl
3540            ! pod/perlfunc.pod
3541 ____________________________________________________________________________
3542 [  2747] By: gsar                                  on 1999/02/01  06:35:13
3543         Log: typos in Pod/Text.pm
3544              From: "Greg Chapman" <glc@well.com>
3545              Date: Tue, 1 Dec 1998 10:50:18 -0800
3546              Message-Id: <199812011849.KAA08816@smtp.well.com>
3547              Subject: Glitch in Pod::Text
3548      Branch: perl
3549            ! lib/Pod/Text.pm
3550 ____________________________________________________________________________
3551 [  2746] By: gsar                                  on 1999/02/01  06:27:35
3552         Log: various win32-ish changes merged from maint-5.005
3553      Branch: perl
3554            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
3555            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
3556            ! win32/Makefile win32/config.bc win32/config.vc
3557            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
3558            ! win32/win32.c
3559 ____________________________________________________________________________
3560 [  2745] By: gsar                                  on 1999/02/01  04:51:54
3561         Log: integrate cfgperl changes into mainline
3562      Branch: perl
3563           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
3564 ____________________________________________________________________________
3565 [  2744] By: gsar                                  on 1999/02/01  04:31:09
3566         Log: improved diagnostic on syntax errors at EOL
3567      Branch: perl
3568            ! toke.c
3569 ____________________________________________________________________________
3570 [  2743] By: gsar                                  on 1999/02/01  03:59:13
3571         Log: don't attempt connect() to bogus IP addresses
3572              From:    Graham Barr <gbarr@pobox.com>
3573              Date:    Sun, 31 Jan 1999 21:50:45 CST
3574              Message-Id: <19990131215045.A633@pobox.com>
3575      Branch: perl
3576            ! t/lib/io_multihomed.t
3577 ____________________________________________________________________________
3578 [  2742] By: gsar                                  on 1999/02/01  03:08:58
3579         Log: update Changes
3580      Branch: perl
3581            ! Changes pod/perldelta.pod
3582 ____________________________________________________________________________
3583 [  2740] By: gsar                                  on 1999/02/01  02:43:07
3584         Log: CAPI inheritance tweak and doc
3585      Branch: maint-5.005/perl
3586            ! lib/ExtUtils/MakeMaker.pm
3587 ____________________________________________________________________________
3588 [  2739] By: jhi                                   on 1999/01/31  18:31:54
3589         Log: Undo changes #2730 and #2731 and replace them
3590              with an extensively tested patch from
3591              Anton Berezin <tobez@plab.ku.dk> (via private email).
3592      Branch: maint-5.005/perl
3593            ! Makefile.SH hints/freebsd.sh
3594 ____________________________________________________________________________
3595 [  2738] By: gsar                                  on 1999/01/31  05:04:32
3596         Log: fix bogus CAPI inheritance from change#2541
3597      Branch: maint-5.005/perl
3598            ! lib/ExtUtils/MakeMaker.pm
3599 ____________________________________________________________________________
3600 [  2731] By: jhi                                   on 1999/01/29  14:33:12
3601         Log: FreeBSD version numbers can be like "2.2.8-release".
3602      Branch: maint-5.005/perl
3603            ! hints/freebsd.sh
3604 ____________________________________________________________________________
3605 [  2730] By: jhi                                   on 1999/01/29  12:40:38
3606         Log: FreeBSD hints iteration (hopefully convergent).
3607              usethreads: require at least FreeBSD 2.2.8.
3608              signal type: mirror change #2429 in cfgperl.
3609      Branch: maint-5.005/perl
3610            ! hints/freebsd.sh
3611 ____________________________________________________________________________
3612 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
3613         Log: From: Tom Spindler <dogcow@isi.net>
3614              Date: Thu, 28 Jan 1999 17:15:11 -0800
3615              Message-ID: <19990128171510.A11778@isi.net>
3616              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
3617      Branch: maint-5.005/perl
3618            + ext/DynaLoader/dl_beos.xs
3619            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
3620            ! lib/ExtUtils/MM_Unix.pm
3621 ____________________________________________________________________________
3622 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
3623         Log: Remove use of File::Slurp in t/lib/textfill.t
3624      Branch: maint-5.005/perl
3625            ! t/lib/textfill.t
3626 ____________________________________________________________________________
3627 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
3628         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
3629              Date: Wed, 27 Jan 1999 23:14:33 -0800
3630              Message-Id: <199901280714.XAA10176@activestate.com>
3631              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
3632      Branch: maint-5.005/perl
3633            ! win32/Makefile win32/makefile.mk
3634 ____________________________________________________________________________
3635 [  2720] By: gsar                                  on 1999/01/27  21:54:42
3636         Log: missing space while munging CCFLAGS for PERL_CAPI
3637      Branch: perl
3638            ! lib/ExtUtils/MM_Unix.pm
3639 ____________________________________________________________________________
3640 [  2718] By: jhi                                   on 1999/01/27  19:46:04
3641         Log: io/fs.t fails test #18 (sense of tests appears to have been
3642              changed incompletely; this patch just skips the test attached,
3643              a la test #17 preceding it).
3644              
3645              From: "G. Del Merritt" <del@intranetics.com>
3646              To: perlbug@perl.com
3647              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
3648              Date: Tue, 26 Jan 1999 12:09:09 -0700
3649              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
3650      Branch: maint-5.005/perl
3651            ! t/io/fs.t
3652 ____________________________________________________________________________
3653 [  2717] By: jhi                                   on 1999/01/27  19:44:46
3654         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
3655              
3656              From: "G. Del Merritt" <del@intranetics.com>
3657              To: perlbug@perl.com
3658              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
3659              Date: Tue, 26 Jan 1999 12:09:09 -0700
3660              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
3661      Branch: maint-5.005/perl
3662            ! iperlsys.h
3663 ____________________________________________________________________________
3664 [  2715] By: jhi                                   on 1999/01/27  19:34:28
3665         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
3666              To: perl5-porters@perl.org
3667              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
3668              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
3669              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
3670      Branch: maint-5.005/perl
3671            ! hints/mpeix.sh mpeix/relink
3672 ____________________________________________________________________________
3673 [  2710] By: jhi                                   on 1999/01/27  19:22:23
3674         Log: Errno fixes:
3675              
3676              From: Spider Boardman <spider@web.zk3.dec.com>
3677              To: perlbug@perl.com
3678              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
3679              Date: Wed, 27 Jan 1999 12:27:15 -0500
3680              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
3681              
3682              From: Spider Boardman <spider@web.zk3.dec.com>
3683              To: perlbug@perl.com
3684              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
3685              Date: Wed, 27 Jan 1999 13:31:16 -0500
3686              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
3687      Branch: maint-5.005/perl
3688            ! Configure ext/Errno/Errno_pm.PL
3689 ____________________________________________________________________________
3690 [  2709] By: jhi                                   on 1999/01/27  19:17:35
3691         Log: Fix Configure installusrbinperl:
3692              
3693              From: Spider Boardman <spider@web.zk3.dec.com>
3694              To: jhi@iki.fi
3695              cc: perl5-porters@perl.org
3696              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
3697              Date: Wed, 27 Jan 1999 13:03:35 -0500
3698              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
3699      Branch: maint-5.005/perl
3700            ! Configure
3701 ____________________________________________________________________________
3702 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
3703         Log: Add redef IO::Handle::* for setv?buf()
3704      Branch: maint-5.005/perl
3705            ! ext/POSIX/POSIX.pm
3706 ____________________________________________________________________________
3707 [  2705] By: jhi                                   on 1999/01/24  15:14:30
3708         Log: Mention year-1900 and month 0..11.
3709      Branch: cfgperl
3710            ! lib/Time/Local.pm
3711 ____________________________________________________________________________
3712 [  2704] By: jhi                                   on 1999/01/24  15:13:36
3713         Log: Document Configure -Uinstallusrbinperl.
3714      Branch: cfgperl
3715            ! INSTALL pod/perldelta.pod
3716 ____________________________________________________________________________
3717 [  2698] By: jhi                                   on 1999/01/24  12:46:00
3718         Log: Use only xlc_r for usethreads.
3719      Branch: cfgperl
3720            ! hints/aix.sh
3721 ____________________________________________________________________________
3722 [  2695] By: gsar                                  on 1999/01/24  07:09:05
3723         Log: integrate cfgperl changes into mainline
3724      Branch: perl
3725           +> lib/Exporter/Heavy.pm
3726           !> (integrate 65 files)
3727 ____________________________________________________________________________
3728 [  2694] By: gsar                                  on 1999/01/24  01:28:49
3729         Log: better notes on 'make' on win32
3730      Branch: perl
3731            ! README.win32
3732 ____________________________________________________________________________
3733 [  2683] By: jhi                                   on 1999/01/22  15:41:00
3734         Log: More de-cut-and-pastos.
3735      Branch: cfgperl
3736            ! hints/irix_6.sh hints/os2.sh
3737 ____________________________________________________________________________
3738 [  2682] By: jhi                                   on 1999/01/22  15:30:51
3739         Log: usethreads.cbu cut-and-pasto.
3740      Branch: cfgperl
3741            ! hints/solaris_2.sh
3742 ____________________________________________________________________________
3743 [  2681] By: jhi                                   on 1999/01/22  14:54:55
3744         Log: Better (I hope) LANGUAGE documentation.
3745      Branch: cfgperl
3746            ! pod/perllocale.pod
3747 ____________________________________________________________________________
3748 [  2680] By: jhi                                   on 1999/01/22  09:20:29
3749         Log: From: Dan Sugalski <sugalskd@osshe.edu>
3750              To: perl5-porters@perl.org
3751              Subject: [PATCH 5.005_03MT3]VMS configure tweak
3752              Date: Wed, 20 Jan 1999 12:05:18 -0800
3753              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
3754      Branch: cfgperl
3755            ! vms/subconfigure.com
3756 ____________________________________________________________________________
3757 [  2679] By: jhi                                   on 1999/01/22  09:13:18
3758         Log: nosuid getmntent() branch.
3759      Branch: cfgperl
3760            ! perl.c perl.h
3761 ____________________________________________________________________________
3762 [  2678] By: jhi                                   on 1999/01/22  08:54:19
3763         Log: nosuid patch continued: *BSD needs <sys/param.h>.
3764      Branch: cfgperl
3765            ! Configure config_h.SH
3766 ____________________________________________________________________________
3767 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
3768         Log: Fixup FindBin to use File::Spec
3769              
3770              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
3771              Date: Wed, 20 Jan 1999 18:51:57 +0000
3772              From: Paul Johnson <pjcj@transeda.com>
3773              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
3774      Branch: maint-5.005/perl
3775            ! lib/FindBin.pm
3776 ____________________________________________________________________________
3777 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
3778         Log: Fix win32 for Borland compiler and spaces in paths
3779              
3780              From: Gurusamy Sarathy <gsar@activestate.com>
3781              Date: Mon, 18 Jan 1999 20:33:17 -0800
3782              Message-Id: <199901190433.UAA03656@activestate.com>
3783              Subject: [PATCH] 5.005_03-trial3 win32 issues
3784      Branch: maint-5.005/perl
3785            ! README.win32 win32/Makefile win32/config_sh.PL
3786            ! win32/makefile.mk win32/runperl.c
3787 ____________________________________________________________________________
3788 [  2670] By: jhi                                   on 1999/01/21  16:12:38
3789         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3790              To: perl5-porters@perl.org
3791              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
3792              Date: Thu, 21 Jan 1999 12:08:01 +0000
3793              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
3794      Branch: cfgperl
3795            ! pod/perldiag.pod t/op/subst.t toke.c
3796 ____________________________________________________________________________
3797 [  2669] By: jhi                                   on 1999/01/21  16:11:46
3798         Log: To: perl5-porters@perl.org
3799              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
3800              From: Anton Berezin <tobez@plab.ku.dk>
3801              Date: 21 Jan 1999 17:07:28 +0100
3802              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
3803      Branch: cfgperl
3804            ! hints/freebsd.sh
3805 ____________________________________________________________________________
3806 [  2668] By: jhi                                   on 1999/01/21  15:38:34
3807         Log: Add Daniel Grisinger <dgris@dimensional.com>.
3808      Branch: cfgperl
3809            ! AUTHORS MAINTAIN
3810 ____________________________________________________________________________
3811 [  2667] By: jhi                                   on 1999/01/21  15:32:28
3812         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3813              To: Mailing list Perl5 <perl5-porters@perl.org>
3814              Subject: [PATCH 5.005_53] Lean Exporter.pm
3815              Date: Thu, 21 Jan 1999 03:25:23 -0500
3816              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
3817      Branch: cfgperl
3818            + lib/Exporter/Heavy.pm
3819            ! MANIFEST lib/Exporter.pm
3820 ____________________________________________________________________________
3821 [  2666] By: jhi                                   on 1999/01/21  15:24:10
3822         Log: From: "W. Phillip Moore" <wpm@ms.com>
3823              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
3824              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
3825              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
3826              Message-ID: <13988.46383.298992.97303@zappa>
3827      Branch: cfgperl
3828            ! lib/File/Path.pm
3829 ____________________________________________________________________________
3830 [  2665] By: jhi                                   on 1999/01/21  15:20:48
3831         Log: CPAN update (CPAN-1.44_54) from Andreas and
3832              jumbo doc patch from Abigail.
3833              
3834              From: abigail@fnx.com
3835              To: perl5-porters@perl.org (Perl Porters)
3836              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
3837              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
3838              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
3839              
3840              From: abigail@fnx.com
3841              To: perl5-porters@perl.org (Perl Porters)
3842              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
3843              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
3844              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
3845              
3846              From: abigail@fnx.com
3847              To: perl5-porters@perl.org (Perl Porters)
3848              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
3849              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
3850              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
3851              
3852              From: abigail@fnx.com
3853              To: perl5-porters@perl.org (Perl Porters)
3854              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
3855              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
3856              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
3857              
3858              From: abigail@fnx.com
3859              To: perl5-porters@perl.org (Perl Porters)
3860              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
3861              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
3862              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
3863              
3864              From: abigail@fnx.com
3865              To: perl5-porters@perl.org (Perl Porters)
3866              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
3867              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
3868              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
3869              
3870              From: abigail@fnx.com
3871              To: perl5-porters@perl.org (Perl Porters)
3872              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
3873              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
3874              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
3875              
3876              From: abigail@fnx.com
3877              To: perl5-porters@perl.org (Perl Porters)
3878              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
3879              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
3880              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
3881              
3882              From: abigail@fnx.com
3883              To: perl5-porters@perl.org (Perl Porters)
3884              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
3885              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
3886              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
3887              
3888              From: abigail@fnx.com
3889              To: perl5-porters@perl.org (Perl Porters)
3890              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
3891              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
3892              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
3893              
3894              From: abigail@fnx.com
3895              To: perl5-porters@perl.org (Perl Porters)
3896              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
3897              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
3898              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
3899              
3900              From: abigail@fnx.com
3901              To: perl5-porters@perl.org (Perl Porters)
3902              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
3903              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
3904              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
3905              
3906              From: abigail@fnx.com
3907              To: perl5-porters@perl.org (Perl Porters)
3908              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
3909              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
3910              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
3911      Branch: cfgperl
3912            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
3913            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
3914            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
3915            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
3916 ____________________________________________________________________________
3917 [  2664] By: jhi                                   on 1999/01/21  14:47:43
3918         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3919              To: Mailing list Perl5 <perl5-porters@perl.org>
3920              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
3921              Date: Thu, 21 Jan 1999 03:58:29 -0500
3922              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
3923      Branch: cfgperl
3924            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
3925 ____________________________________________________________________________
3926 [  2663] By: jhi                                   on 1999/01/21  14:43:58
3927         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3928              To: Mailing list Perl5 <perl5-porters@perl.org>
3929              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
3930              Date: Thu, 21 Jan 1999 02:46:34 -0500
3931              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
3932      Branch: cfgperl
3933            ! ext/Errno/Errno_pm.PL
3934 ____________________________________________________________________________
3935 [  2662] By: jhi                                   on 1999/01/21  14:42:42
3936         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
3937              To: Francois Desarmenien <desar@club-internet.fr>
3938              Cc: Gurusamy Sarathy <gsar@activestate.com>,
3939              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
3940              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
3941              Date: 21 Jan 1999 00:17:35 -0700
3942              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
3943      Branch: cfgperl
3944            ! Porting/patching.pod
3945 ____________________________________________________________________________
3946 [  2661] By: jhi                                   on 1999/01/21  14:41:13
3947         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3948              To: Mailing list Perl5 <perl5-porters@perl.org>
3949              Subject: [PATCH 5.00*] makedepend
3950              Date: Thu, 21 Jan 1999 02:08:27 -0500
3951              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
3952      Branch: cfgperl
3953            ! makedepend.SH
3954 ____________________________________________________________________________
3955 [  2660] By: jhi                                   on 1999/01/21  14:36:45
3956         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3957              To: Mailing list Perl5 <perl5-porters@perl.org>
3958              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
3959              Date: Tue, 19 Jan 1999 20:06:45 -0500
3960              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
3961      Branch: cfgperl
3962            ! os2/Changes os2/os2.c
3963 ____________________________________________________________________________
3964 [  2657] By: jhi                                   on 1999/01/21  11:40:35
3965         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
3966              To: perl5-porters@perl.org
3967              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
3968              Date: Mon, 18 Jan 1999 01:32:31 PST
3969              Message-ID: <19990118093231.18443.qmail@hotmail.com>
3970      Branch: cfgperl
3971            ! ext/B/B/CC.pm
3972 ____________________________________________________________________________
3973 [  2656] By: jhi                                   on 1999/01/21  11:35:34
3974         Log: From: Achim Bohnet <ach@mpe.mpg.de>
3975              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
3976              Date: Wed, 20 Jan 1999 20:25:53 +0100
3977              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
3978      Branch: cfgperl
3979            ! pp.c
3980 ____________________________________________________________________________
3981 [  2655] By: jhi                                   on 1999/01/21  10:46:01
3982         Log: Handle NIS (and NetInfo) more robustly.
3983      Branch: cfgperl
3984            ! t/op/grent.t t/op/pwent.t
3985 ____________________________________________________________________________
3986 [  2654] By: jhi                                   on 1999/01/21  10:17:20
3987         Log: Two-argument eaccess() of SCO.
3988      Branch: cfgperl
3989            ! pp_sys.c
3990 ____________________________________________________________________________
3991 [  2653] By: jhi                                   on 1999/01/21  08:53:14
3992         Log: -DNO_NOSUID_CHECK for those platforms which have no way
3993              of checking for nosuid but still want suidperl.
3994      Branch: cfgperl
3995            ! perl.c
3996 ____________________________________________________________________________
3997 [  2652] By: jhi                                   on 1999/01/21  08:22:50
3998         Log: The LANGUAGE mirrors LC_ALL usage.
3999      Branch: cfgperl
4000            ! Configure config_h.SH
4001 ____________________________________________________________________________
4002 [  2651] By: jhi                                   on 1999/01/20  22:01:21
4003         Log: I_MNTENT was missing.
4004      Branch: cfgperl
4005            ! Configure config_h.SH
4006 ____________________________________________________________________________
4007 [  2650] By: jhi                                   on 1999/01/19  13:42:03
4008         Log: NetBSD update, based on patches from the NetBSD packages system.
4009      Branch: cfgperl
4010            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
4011 ____________________________________________________________________________
4012 [  2649] By: jhi                                   on 1999/01/19  12:44:02
4013         Log: Jumbo Configure update.
4014              * -Uinstallusrbinperl: disable /usr/bin/perl installation
4015              by installperl
4016              * usethreads.cbu
4017              * use64bits.cbu
4018              * "nosuid"
4019      Branch: cfgperl
4020            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
4021            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
4022            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
4023            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
4024            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
4025            ! pod/perldiag.pod
4026 ____________________________________________________________________________
4027 [  2648] By: jhi                                   on 1999/01/19  09:16:44
4028         Log: Mention /usr/share/locale.
4029      Branch: cfgperl
4030            ! pod/perllocale.pod
4031 ____________________________________________________________________________
4032 [  2647] By: jhi                                   on 1999/01/19  09:11:11
4033         Log: SHMLBA strikes back in NetBSD/sparc.
4034              
4035              From: Dave Nelson <David.Nelson@bellcow.com>
4036              To: jhi@iki.fi
4037              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
4038              Date: Mon, 18 Jan 1999 22:07:56 -0600
4039              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
4040      Branch: cfgperl
4041            ! ext/IPC/SysV/SysV.xs
4042 ____________________________________________________________________________
4043 [  2646] By: jhi                                   on 1999/01/19  08:58:17
4044         Log: Show LANGUAGE env var when needed. (Augment change #2645).
4045      Branch: cfgperl
4046            ! util.c utils/perlbug.PL
4047 ____________________________________________________________________________
4048 [  2645] By: jhi                                   on 1999/01/19  08:52:15
4049         Log: Document the GNU LANGUAGE env var.
4050      Branch: cfgperl
4051            ! pod/perllocale.pod
4052 ____________________________________________________________________________
4053 [  2644] By: jhi                                   on 1999/01/19  08:42:25
4054         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4055              To: Mailing list Perl5 <perl5-porters@perl.org>
4056              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
4057              Date: Mon, 18 Jan 1999 20:57:02 -0500
4058              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
4059      Branch: cfgperl
4060            ! pp_hot.c t/op/pat.t
4061 ____________________________________________________________________________
4062 [  2643] By: jhi                                   on 1999/01/18  11:23:41
4063         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
4064      Branch: cfgperl
4065            ! Makefile.SH
4066 ____________________________________________________________________________
4067 [  2642] By: jhi                                   on 1999/01/18  11:03:38
4068         Log: GNU libc locale system has LANGUAGE env var that partly
4069              overrides even LC_ALL.
4070      Branch: cfgperl
4071            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
4072 ____________________________________________________________________________
4073 [  2641] By: jhi                                   on 1999/01/18  10:55:04
4074         Log: Integrate from mainperl.
4075      Branch: cfgperl
4076           +> ext/B/defsubs.h.PL
4077            ! t/op/groups.t
4078           !> (integrate 38 files)
4079 ____________________________________________________________________________
4080 [  2640] By: gsar                                  on 1999/01/18  10:06:29
4081         Log: a few random cleanups
4082      Branch: perl
4083            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
4084 ____________________________________________________________________________
4085 [  2639] By: gsar                                  on 1999/01/18  05:56:21
4086         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
4087              Date:    Sun, 17 Jan 1999 16:41:10 PST
4088              Message-Id: <19990118004111.29667.qmail@hotmail.com>
4089              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
4090      Branch: perl
4091            ! ext/B/B/C.pm
4092 ____________________________________________________________________________
4093 [  2638] By: gsar                                  on 1999/01/18  05:41:21
4094         Log: From:    jan.dubois@ibm.net (Jan Dubois)
4095              Date:    Mon, 18 Jan 1999 00:37:41 +0100
4096              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
4097              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
4098      Branch: perl
4099            ! dump.c
4100 ____________________________________________________________________________
4101 [  2633] By: gsar                                  on 1999/01/17  13:39:59
4102         Log: bogus assert()
4103      Branch: perl
4104            ! pp.c t/op/groups.t
4105 ____________________________________________________________________________
4106 [  2632] By: gsar                                  on 1999/01/17  13:22:04
4107         Log: various tweaks for clean build and test on win32
4108      Branch: perl
4109            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
4110            ! op.c t/pragma/warn/doio
4111 ____________________________________________________________________________
4112 [  2631] By: gsar                                  on 1999/01/17  12:28:06
4113         Log: undo change#2336, and add clarification about subversive
4114              CPAN distributions from Andreas Koenig
4115      Branch: perl
4116            ! Porting/pumpkin.pod lib/CPAN.pm
4117 ____________________________________________________________________________
4118 [  2630] By: gsar                                  on 1999/01/17  12:04:06
4119         Log: fix silent taint failures under -U
4120      Branch: perl
4121            ! doio.c
4122 ____________________________________________________________________________
4123 [  2629] By: gsar                                  on 1999/01/17  12:00:23
4124         Log: sanity check piped opens (tweaked version of patch suggested
4125              by Mark-Jason Dominus)
4126      Branch: perl
4127            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
4128            ! t/op/taint.t t/pragma/warn/doio
4129 ____________________________________________________________________________
4130 [  2628] By: gsar                                  on 1999/01/17  11:26:21
4131         Log: regen headers
4132      Branch: perl
4133            ! embed.h embedvar.h objXSUB.h
4134 ____________________________________________________________________________
4135 [  2627] By: gsar                                  on 1999/01/17  11:23:37
4136         Log: PERL_OBJECTness for change#2595
4137      Branch: perl
4138            ! embed.pl op.c pod/perlport.pod proto.h
4139 ____________________________________________________________________________
4140 [  2626] By: gsar                                  on 1999/01/17  09:47:07
4141         Log: PERL_OBJECT tweaks for change#2426
4142      Branch: perl
4143            ! embed.pl proto.h regcomp.c
4144 ____________________________________________________________________________
4145 [  2625] By: gsar                                  on 1999/01/17  09:37:58
4146         Log: documentation in change#2596 is not quite right; fix it
4147      Branch: perl
4148            ! lib/Math/BigFloat.pm pod/perlguts.pod
4149 ____________________________________________________________________________
4150 [  2624] By: gsar                                  on 1999/01/17  09:28:34
4151         Log: undo change#2571; C<use File::Spec> instead
4152      Branch: perl
4153            ! lib/FindBin.pm
4154 ____________________________________________________________________________
4155 [  2623] By: gsar                                  on 1999/01/17  09:20:42
4156         Log: change#2572 is not applicable; undo, retaining scan_bin addition
4157              to global.sym
4158      Branch: perl
4159            ! global.sym perl.c proto.h
4160 ____________________________________________________________________________
4161 [  2622] By: gsar                                  on 1999/01/17  09:17:42
4162         Log: change#2576 is based on a wrong premise; undo it
4163      Branch: perl
4164            ! pp_ctl.c
4165 ____________________________________________________________________________
4166 [  2621] By: gsar                                  on 1999/01/17  09:12:42
4167         Log: fix change#2602 to not used hard coded constants
4168      Branch: perl
4169            ! ext/B/B/C.pm ext/B/defsubs.h.PL
4170 ____________________________________________________________________________
4171 [  2620] By: gsar                                  on 1999/01/17  09:02:07
4172         Log: integrate cfgperl changes into mainline, fix conflicts
4173      Branch: perl
4174           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
4175           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
4176           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
4177           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
4178           +> pod/perlopentut.pod
4179           !> (integrate 162 files)
4180 ____________________________________________________________________________
4181 [  2619] By: gsar                                  on 1999/01/17  08:42:04
4182         Log: a few doc typos
4183      Branch: perl
4184            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
4185 ____________________________________________________________________________
4186 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
4187         Log: Win32 changes from Jan
4188              
4189              From: jan.dubois@ibm.net (Jan Dubois)
4190              Date: Fri, 15 Jan 1999 23:38:35 +0100
4191              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
4192              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
4193              
4194              From: jan.dubois@ibm.net (Jan Dubois)
4195              Date: Sat, 16 Jan 1999 13:02:45 +0100
4196              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
4197              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
4198      Branch: maint-5.005/perl
4199            ! README.win32 win32/Makefile win32/makefile.mk
4200 ____________________________________________________________________________
4201 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
4202         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
4203              
4204              From: Gurusamy Sarathy <gsar@engin.umich.edu>
4205              Date: Thu, 07 Jan 1999 00:12:00 -0500
4206              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
4207              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
4208              
4209              From: Gurusamy Sarathy <gsar@engin.umich.edu>
4210              Date: Thu, 14 Jan 1999 19:21:46 -0500
4211              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
4212              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
4213      Branch: maint-5.005/perl
4214            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
4215            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
4216            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
4217            ! win32/makedef.pl win32/runperl.c win32/win32.c
4218 ____________________________________________________________________________
4219 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
4220         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
4221              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
4222              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
4223              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
4224              
4225              From: Jarkko Hietaniemi <jhi@iki.fi>
4226              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
4227              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
4228              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
4229              
4230              From: Jarkko Hietaniemi <jhi@iki.fi>
4231              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
4232              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
4233              Subject: the promised "installusrbinperl + NetBSD" fix
4234      Branch: maint-5.005/perl
4235            ! Configure Makefile.SH hints/netbsd.sh installperl
4236            ! makedepend.SH unixish.h
4237 ____________________________________________________________________________
4238 [  2611] By: jhi                                   on 1999/01/14  12:16:14
4239         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
4240              To: pumpkings@jhereg.perl.com
4241              Subject: perlopentut.pod
4242              Date: Sat, 09 Jan 1999 08:13:18 -0700
4243              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
4244      Branch: cfgperl
4245            + pod/perlopentut.pod
4246            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
4247 ____________________________________________________________________________
4248 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
4249         Log: Added Carp::cluck to perldelta.pod
4250      Branch: maint-5.005/perl
4251            ! pod/perldelta.pod
4252 ____________________________________________________________________________
4253 [  2605] By: jhi                                   on 1999/01/13  18:26:19
4254         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
4255              To: "'cpan@perl.org'" <cpan@perl.org>
4256              Subject: "Bug" fix for File::Find.pm
4257              Date:   Thu, 31 Dec 1998 13:01:50 -0500
4258              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
4259      Branch: cfgperl
4260            ! lib/File/Find.pm
4261 ____________________________________________________________________________
4262 [  2604] By: jhi                                   on 1999/01/13  18:08:45
4263         Log: From: Peter Wolfe <wolfe@teloseng.com>
4264              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
4265              To: perlbug@perl.com
4266              Date: 11 Jan 1999 23:00:05 +0200
4267              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
4268      Branch: cfgperl
4269            ! hints/sco.sh
4270 ____________________________________________________________________________
4271 [  2603] By: jhi                                   on 1999/01/13  18:06:56
4272         Log: From: hans@icgroup.nl (Hans Mulder)
4273              Subject: [Patch for 5.005_54] re::debugcolors dumps core
4274              To: perlbug@perl.com
4275              Cc: hansmu@xs4all.nl
4276              Date: 11 Jan 1999 22:22:45 +0200
4277              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
4278      Branch: cfgperl
4279            ! ext/re/re.pm regcomp.c
4280 ____________________________________________________________________________
4281 [  2602] By: jhi                                   on 1999/01/13  18:05:43
4282         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
4283              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
4284              Date: 11 Jan 1999 08:02:41 +0200
4285              Lines: 134
4286              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
4287      Branch: cfgperl
4288            ! ext/B/B.xs ext/B/B/C.pm
4289 ____________________________________________________________________________
4290 [  2601] By: jhi                                   on 1999/01/13  18:01:53
4291         Log: From: James FitzGibbon <james@ican.net>
4292              Subject: Trivial patch for HP-UX 11 and shared libperl
4293              To: perl5-porters@perl.org
4294              Date: 8 Jan 1999 19:13:23 +0200
4295              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
4296      Branch: cfgperl
4297            ! Makefile.SH
4298 ____________________________________________________________________________
4299 [  2600] By: jhi                                   on 1999/01/13  17:59:45
4300         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
4301              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
4302              To: perl5-porters@perl.org
4303              Date: 8 Jan 1999 12:43:36 +0200
4304              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
4305      Branch: cfgperl
4306            ! ext/B/B/CC.pm
4307 ____________________________________________________________________________
4308 [  2599] By: jhi                                   on 1999/01/13  17:50:11
4309         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
4310              Subject: PATCH to installperl
4311              To: perl5-porters@perl.org
4312              Date: 4 Jan 1999 16:15:18 +0200
4313              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
4314      Branch: cfgperl
4315            ! installperl
4316 ____________________________________________________________________________
4317 [  2598] By: jhi                                   on 1999/01/13  17:34:51
4318         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
4319              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
4320              Cc: perl5-porters@perl.org
4321              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
4322              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
4323              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
4324      Branch: cfgperl
4325            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
4326            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
4327 ____________________________________________________________________________
4328 [  2597] By: jhi                                   on 1999/01/13  17:30:33
4329         Log: From: David Dyck <dcd@tc.fluke.com>
4330              To: Perl Porters <perl5-porters@perl.org>,
4331              Gurusamy Sarathy <gsar@engin.umich.edu>
4332              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
4333              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
4334              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
4335      Branch: cfgperl
4336            ! pod/perldsc.pod
4337 ____________________________________________________________________________
4338 [  2596] By: jhi                                   on 1999/01/13  17:26:44
4339         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
4340              To: perl5-porters@perl.org
4341              Subject: [PATCH] modglobal w/ spelling fixes
4342              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
4343              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
4344      Branch: cfgperl
4345            ! pod/perlguts.pod
4346 ____________________________________________________________________________
4347 [  2595] By: jhi                                   on 1999/01/13  17:24:59
4348         Log: From: Hans Mulder <hansm@icgroup.nl>
4349              Optimize common sort routines.  Thread started by the message
4350              
4351              From: Hans Mulder <hansm@icgroup.nl>
4352              Sender: owner-perl5-porters@perl.org
4353              To: perl5-porters@perl.org
4354              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
4355              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
4356              
4357              and the patch from the message
4358              
4359              From: Hans Mulder <hans@icgroup.nl>
4360              To: jhi@iki.fi
4361              Cc: perl5-porters@perl.org
4362              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
4363              $b }
4364              Date: Wed, 13 Jan 1999 17:39:35 +0100
4365              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
4366      Branch: cfgperl
4367            ! Todo op.c op.h pp_ctl.c t/op/sort.t
4368 ____________________________________________________________________________
4369 [  2594] By: jhi                                   on 1999/01/13  16:50:17
4370         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
4371              (the diffs were based on 5.004_02).  Tested by Guido
4372              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
4373      Branch: cfgperl
4374            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
4375            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
4376            + mint/sys/time.h mint/time.h
4377            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
4378            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
4379 ____________________________________________________________________________
4380 [  2593] By: jhi                                   on 1999/01/09  16:54:26
4381         Log: Detypo.
4382      Branch: cfgperl
4383            ! hints/dec_osf.sh
4384 ____________________________________________________________________________
4385 [  2592] By: jhi                                   on 1999/01/09  16:17:13
4386         Log: Move usethreads and use64bits logic from hints to Configure.
4387      Branch: cfgperl
4388            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
4389            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
4390            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
4391            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
4392 ____________________________________________________________________________
4393 [  2591] By: jhi                                   on 1999/01/09  14:45:24
4394         Log: Missing dTHRs added.
4395      Branch: cfgperl
4396            ! regcomp.c toke.c
4397 ____________________________________________________________________________
4398 [  2590] By: jhi                                   on 1999/01/08  15:27:17
4399         Log: Finalize change #2589 and add better AIX nm scanning from:
4400              
4401              Message-Id: <m0zyNW0-00017VC@gentoo.com>
4402              From: bll@gentoo.com (Brad Lanam)
4403              Subject: Re: mailhelp returned a non-zero status
4404              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
4405              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
4406      Branch: cfgperl
4407            ! Configure hints/freebsd.sh hints/linux.sh
4408 ____________________________________________________________________________
4409 [  2589] By: jhi                                   on 1999/01/08  15:14:54
4410         Log: Undo change #2581.
4411      Branch: cfgperl
4412            ! Configure hints/freebsd.sh hints/linux.sh
4413 ____________________________________________________________________________
4414 [  2588] By: jhi                                   on 1999/01/08  11:51:52
4415         Log: FAQ jumbo patch from tchrist.
4416              
4417              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
4418              From: Tom Christiansen <tchrist@jhereg.perl.com>
4419              To: pumpkings@jhereg.perl.com
4420              Subject: newest version of perlfaq.pod
4421              Date: Thu, 7 Jan 1999 23:05:02 -0700
4422              
4423              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
4424              From: Tom Christiansen <tchrist@jhereg.perl.com>
4425              To: pumpkings@jhereg.perl.com
4426              Subject: newest version of perlfaq1.pod
4427              Date: Thu, 7 Jan 1999 23:05:02 -0700
4428              
4429              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
4430              From: Tom Christiansen <tchrist@jhereg.perl.com>
4431              To: pumpkings@jhereg.perl.com
4432              Subject: newest version of perlfaq2.pod
4433              Date: Thu, 7 Jan 1999 23:05:02 -0700
4434              
4435              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
4436              From: Tom Christiansen <tchrist@jhereg.perl.com>
4437              To: pumpkings@jhereg.perl.com
4438              Subject: newest version of perlfaq3.pod
4439              Date: Thu, 7 Jan 1999 23:05:02 -0700
4440              
4441              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
4442              From: Tom Christiansen <tchrist@jhereg.perl.com>
4443              To: pumpkings@jhereg.perl.com
4444              Subject: newest version of perlfaq4.pod
4445              Date: Thu, 7 Jan 1999 23:05:02 -0700
4446              
4447              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
4448              From: Tom Christiansen <tchrist@jhereg.perl.com>
4449              To: pumpkings@jhereg.perl.com
4450              Subject: newest version of perlfaq5.pod
4451              Date: Thu, 7 Jan 1999 23:05:02 -0700
4452              
4453              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
4454              From: Tom Christiansen <tchrist@jhereg.perl.com>
4455              To: pumpkings@jhereg.perl.com
4456              Subject: newest version of perlfaq6.pod
4457              Date: Thu, 7 Jan 1999 23:05:02 -0700
4458              
4459              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
4460              From: Tom Christiansen <tchrist@jhereg.perl.com>
4461              To: pumpkings@jhereg.perl.com
4462              Subject: newest version of perlfaq7.pod
4463              Date: Thu, 7 Jan 1999 23:05:03 -0700
4464              
4465              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
4466              From: Tom Christiansen <tchrist@jhereg.perl.com>
4467              To: pumpkings@jhereg.perl.com
4468              Subject: newest version of perlfaq8.pod
4469              Date: Thu, 7 Jan 1999 23:05:03 -0700
4470              
4471              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
4472              From: Tom Christiansen <tchrist@jhereg.perl.com>
4473              To: pumpkings@jhereg.perl.com
4474              Subject: newest version of perlfaq9.pod
4475              Date: Thu, 7 Jan 1999 23:05:03 -0700
4476      Branch: cfgperl
4477            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
4478            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
4479            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
4480            ! pod/perlfaq9.pod
4481 ____________________________________________________________________________
4482 [  2587] By: jhi                                   on 1999/01/08  11:17:43
4483         Log: More doc fixes from Abigail.
4484      Branch: cfgperl
4485            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
4486            ! lib/User/pwent.pm
4487 ____________________________________________________________________________
4488 [  2585] By: jhi                                   on 1999/01/08  08:31:02
4489         Log: Change #2584 from maint-5.005:
4490              
4491              implemented Ilya's suggested fix, and added a testcase
4492              
4493              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4494              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
4495              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
4496              Subject: Re: Text::ParseWords: regex fix
4497      Branch: cfgperl
4498            ! lib/Text/ParseWords.pm t/lib/parsewords.t
4499 ____________________________________________________________________________
4500 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
4501         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
4502              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
4503              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
4504              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
4505      Branch: maint-5.005/perl
4506            ! ext/Errno/Errno_pm.PL
4507 ____________________________________________________________________________
4508 [  2581] By: jhi                                   on 1999/01/07  16:38:03
4509         Log: Configure update:
4510              - usethreads, use64bits, and usemultiplicity
4511              are no more interactively asked by Configure
4512              - "int main()" (vs bare "main()") enforced in test programs
4513      Branch: cfgperl
4514            ! Configure hints/freebsd.sh hints/linux.sh
4515 ____________________________________________________________________________
4516 [  2580] By: jhi                                   on 1999/01/07  11:19:12
4517         Log: From: Dan Sugalski <sugalskd@osshe.edu>
4518              Date: Wed, 06 Jan 1999 13:47:34 -0800
4519              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
4520              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
4521      Branch: cfgperl
4522            ! vms/vms.c
4523 ____________________________________________________________________________
4524 [  2579] By: jhi                                   on 1999/01/07  09:08:36
4525         Log: Another set of doc patches from Abigail
4526              
4527              From: abigail@fnx.com
4528              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
4529              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
4530              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
4531              
4532              From: abigail@fnx.com
4533              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
4534              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
4535              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
4536              
4537              From: abigail@fnx.com
4538              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
4539              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
4540              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
4541              
4542              From: abigail@fnx.com
4543              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
4544              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
4545              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
4546              
4547              From: abigail@fnx.com
4548              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
4549              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
4550              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
4551              
4552              From: abigail@fnx.com
4553              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
4554              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
4555              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
4556              
4557              From: abigail@fnx.com
4558              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
4559              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
4560              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
4561              
4562              From: abigail@fnx.com
4563              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
4564              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
4565              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
4566              
4567              From: abigail@fnx.com
4568              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
4569              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
4570              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
4571              
4572              From: abigail@fnx.com
4573              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
4574              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
4575              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
4576              
4577              From: abigail@fnx.com
4578              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
4579              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
4580              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
4581              
4582              From: abigail@fnx.com
4583              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
4584              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
4585              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
4586              
4587              From: abigail@fnx.com
4588              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
4589              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
4590              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
4591              
4592              From: abigail@fnx.com
4593              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
4594              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
4595              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
4596      Branch: cfgperl
4597            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
4598            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
4599            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
4600            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
4601            ! lib/Tie/Array.pm lib/Tie/Hash.pm
4602 ____________________________________________________________________________
4603 [  2576] By: jhi                                   on 1999/01/06  17:05:20
4604         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
4605      Branch: cfgperl
4606            ! pp_ctl.c
4607 ____________________________________________________________________________
4608 [  2575] By: jhi                                   on 1999/01/06  13:18:56
4609         Log: Enhance the great_circle_distance() documentation.
4610      Branch: cfgperl
4611            ! lib/Math/Trig.pm
4612 ____________________________________________________________________________
4613 [  2574] By: jhi                                   on 1999/01/06  12:58:03
4614         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
4615              To: perlbug@perl.com
4616              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
4617              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
4618              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
4619      Branch: cfgperl
4620            ! t/op/sysio.t
4621 ____________________________________________________________________________
4622 [  2573] By: jhi                                   on 1999/01/06  12:40:19
4623         Log: From: "W. Phillip Moore" <wpm@ms.com>
4624              To: perlbug@perl.org
4625              Subject: [PATCH] POSIX getpgrp is not -w clean
4626              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
4627              Message-ID: <13970.20107.190314.549471@zappa>
4628      Branch: cfgperl
4629            ! ext/POSIX/POSIX.pm
4630 ____________________________________________________________________________
4631 [  2572] By: jhi                                   on 1999/01/06  12:25:24
4632         Log: Based on
4633              From: jan.dubois@ibm.net (Jan Dubois)
4634              To: perl5-porters@perl.org
4635              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
4636              Date: Wed, 06 Jan 1999 01:24:09 +0100
4637              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
4638              except that
4639              - objXSUB.h was already okay
4640              - embed.h patching is futile, global.sym patched instead
4641              - objpp.h does not exist
4642              - proto.h addition applied manually
4643              - win32/GenCAPI.pl was already okay
4644              - win32/makedef.pl was already okay
4645      Branch: cfgperl
4646            ! global.sym perl.c proto.h
4647 ____________________________________________________________________________
4648 [  2571] By: jhi                                   on 1999/01/06  11:25:48
4649         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
4650              To: perlbug@perl.com
4651              Subject: FindBin.pm on Win32 systems
4652              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
4653              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
4654      Branch: cfgperl
4655            ! lib/FindBin.pm
4656 ____________________________________________________________________________
4657 [  2570] By: jhi                                   on 1999/01/06  11:21:48
4658         Log: From: Dan Sugalski <sugalskd@osshe.edu>
4659              To: perl5-porters@perl.org, vmsperl@perl.org
4660              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
4661              Date: Tue, 05 Jan 1999 16:47:31 -0800
4662              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
4663              
4664              (the ext/IO/lib/IO/Socket.pm was not really changed here;
4665              it was a leftover from #2569)
4666      Branch: cfgperl
4667            ! ext/IO/lib/IO/Socket.pm taint.c
4668 ____________________________________________________________________________
4669 [  2569] By: jhi                                   on 1999/01/06  11:18:22
4670         Log: Jumbo doc patch from Abigail (almost identical to
4671              the 5.005-maint change #2562 except for the
4672              ext/IO/lib/IO/Socket.pm patch which was not
4673              applicable because the IO version of 5.005-devel
4674              is somewhat different (why?))
4675              
4676              From: abigail@fnx.com
4677              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
4678              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
4679              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
4680              
4681              From: abigail@fnx.com
4682              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
4683              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
4684              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
4685              
4686              From: abigail@fnx.com
4687              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
4688              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
4689              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
4690              
4691              From: abigail@fnx.com
4692              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
4693              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
4694              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
4695              
4696              From: abigail@fnx.com
4697              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
4698              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
4699              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
4700              
4701              From: abigail@fnx.com
4702              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
4703              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
4704              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
4705              
4706              From: abigail@fnx.com
4707              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
4708              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
4709              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
4710              
4711              From: abigail@fnx.com
4712              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
4713              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
4714              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
4715              
4716              From: abigail@fnx.com
4717              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
4718              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
4719              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
4720              
4721              From: abigail@fnx.com
4722              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
4723              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
4724              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
4725      Branch: cfgperl
4726            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
4727            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
4728            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
4729            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
4730            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
4731 ____________________________________________________________________________
4732 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
4733         Log: From: jan.dubois@ibm.net (Jan Dubois)
4734              Date: Wed, 06 Jan 1999 01:24:09 +0100
4735              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
4736              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
4737      Branch: maint-5.005/perl
4738            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
4739            ! win32/GenCAPI.pl win32/makedef.pl
4740 ____________________________________________________________________________
4741 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
4742         Log: From: "W. Phillip Moore" <wpm@ms.com>
4743              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
4744              Message-ID: <13970.20107.190314.549471@zappa>
4745              Subject: [PATCH] POSIX getpgrp is not -w clean
4746      Branch: maint-5.005/perl
4747            ! ext/POSIX/POSIX.pm
4748 ____________________________________________________________________________
4749 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
4750         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
4751              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
4752              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
4753              Subject: FindBin.pm on Win32 systems
4754      Branch: maint-5.005/perl
4755            ! lib/FindBin.pm
4756 ____________________________________________________________________________
4757 [  2561] By: jhi                                   on 1999/01/05  10:49:10
4758         Log: Reword the setlocale() 1-arg case better.
4759      Branch: cfgperl
4760            ! ext/POSIX/POSIX.pod
4761 ____________________________________________________________________________
4762 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
4763         Log: From: Blair Zajac <bzajac@geostaff.com>
4764              Date: Wed, 23 Dec 1998 17:13:32 -0800
4765              Message-ID: <3681953C.8B6A90AA@geostaff.com>
4766              Subject: Tie::SubstrHash patch
4767      Branch: maint-5.005/perl
4768            ! lib/Tie/SubstrHash.pm
4769 ____________________________________________________________________________
4770 [  2554] By: jhi                                   on 1999/01/02  14:55:06
4771         Log: Object destruction order testing.
4772      Branch: cfgperl
4773            ! t/op/misc.t
4774 ____________________________________________________________________________
4775 [  2553] By: jhi                                   on 1999/01/02  14:49:40
4776         Log: perldelta the Dumpvalue.pm of change #2513.
4777      Branch: cfgperl
4778            ! lib/Dumpvalue.pm pod/perldelta.pod
4779 ____________________________________________________________________________
4780 [  2552] By: nick                                  on 1999/01/02  14:45:38
4781         Log: Tone down Makefile.PL so it works on Win32
4782      Branch: perl
4783            ! ext/B/Makefile.PL
4784 ____________________________________________________________________________
4785 [  2551] By: nick                                  on 1999/01/02  14:06:30
4786         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
4787              Use them in various B::* rather than have local defs.
4788      Branch: perl
4789            + ext/B/defsubs.h.PL
4790            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
4791            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
4792            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
4793 ____________________________________________________________________________
4794 [  2550] By: nick                                  on 1999/01/02  10:04:02
4795         Log: Integrate ext/B changes from //depot/cfgperl
4796      Branch: perl
4797           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
4798 ____________________________________________________________________________
4799 [  2549] By: jhi                                   on 1999/01/01  13:54:16
4800         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
4801              To: perlbug@perl.com
4802              Subject: op/groups.t fails test 1 on HP-UX 10.20
4803              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
4804              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
4805      Branch: cfgperl
4806            ! t/op/groups.t
4807 ____________________________________________________________________________
4808 [  2548] By: jhi                                   on 1999/01/01  13:53:31
4809         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4810              To: perl5-porters@perl.org
4811              cc: hv@crypt0.demon.co.uk
4812              Subject: [bug 5.004_54] duplicate error message
4813              Date: Thu, 31 Dec 1998 04:05:25 +0000
4814              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
4815              
4816              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
4817              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
4818              To: hv@crypt0.demon.co.uk
4819              Cc: perl5-porters@perl.org
4820              Subject: [PATCH _54] Re: duplicate error message
4821              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
4822              
4823              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
4824              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4825              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
4826              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
4827              Subject: [TEST PATCH _54] Re: duplicate error message 
4828              Date: Fri, 01 Jan 1999 07:32:14 +0000
4829      Branch: cfgperl
4830            ! op.c t/pragma/warn/op
4831 ____________________________________________________________________________
4832 [  2547] By: jhi                                   on 1998/12/31  14:15:04
4833         Log: From: Chris Nandor <pudge@pobox.com>
4834              To: jhi@iki.fi
4835              Cc: perl5-porters@perl.org
4836              Subject: Re: [PATCH] perlport.pod 1.38
4837              Date: Thu, 31 Dec 1998 09:06:48 -0500
4838              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
4839      Branch: cfgperl
4840            ! pod/perlport.pod
4841 ____________________________________________________________________________
4842 [  2546] By: jhi                                   on 1998/12/31  11:18:17
4843         Log: From: Wilson P. Snyder II
4844              To: perl5-porters@perl.org
4845              Subject: [PATCH v5.5.53] REV2: Binary number support
4846              Date: 1998/11/30
4847              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
4848      Branch: cfgperl
4849            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
4850            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
4851            ! toke.c util.c
4852 ____________________________________________________________________________
4853 [  2545] By: jhi                                   on 1998/12/31  09:27:40
4854         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
4855              To: perlbug@perl.com
4856              Subject: "perl -T -P" dumps core on OpenBSD and Linux
4857              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
4858              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
4859      Branch: cfgperl
4860            ! taint.c
4861 ____________________________________________________________________________
4862 [  2544] By: jhi                                   on 1998/12/31  09:21:45
4863         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
4864              To: perlbug@perl.com 
4865              Subject: bug in pod2man search for perl binary [5.005_5x]
4866              Date: Sat, 12 Dec 1998 23:08:51 +0000 
4867              Message-ID: <19981212230851.A20578@ig.co.uk> 
4868      Branch: cfgperl
4869            ! pod/pod2man.PL
4870 ____________________________________________________________________________
4871 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
4872         Log: From: jan.dubois@ibm.net (Jan Dubois)
4873              Date: Wed, 23 Dec 1998 21:26:38 +0100
4874              Message-ID: <36895086.8849224@smtp1.ibm.net>
4875              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
4876      Branch: maint-5.005/perl
4877            ! lib/ExtUtils/MakeMaker.pm
4878 ____________________________________________________________________________
4879 [  2540] By: jhi                                   on 1998/12/30  08:42:04
4880         Log: Evermore AUTHORS and MAINTAIN.
4881      Branch: cfgperl
4882            ! AUTHORS MAINTAIN
4883 ____________________________________________________________________________
4884 [  2539] By: jhi                                   on 1998/12/29  15:10:34
4885         Log: More AUTHORS and MAINTAIN.
4886      Branch: cfgperl
4887            ! AUTHORS MAINTAIN
4888 ____________________________________________________________________________
4889 [  2537] By: jhi                                   on 1998/12/29  14:34:47
4890         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
4891              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
4892              Message-ID: <13942.32480.700000.640927@utensil>
4893              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
4894              (mirror change#2531 in the 5.005-maint)
4895      Branch: cfgperl
4896            ! lib/AutoSplit.pm
4897 ____________________________________________________________________________
4898 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
4899         Log: change in_pod pattern to /^=\w/ from /^=/
4900              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
4901              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
4902              Message-ID: <13942.32480.700000.640927@utensil>
4903              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
4904      Branch: maint-5.005/perl
4905            ! lib/AutoSplit.pm
4906 ____________________________________________________________________________
4907 [  2525] By: jhi                                   on 1998/12/29  13:06:26
4908         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
4909              To: perl5-porters@perl.org
4910              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
4911              Date: 16 Dec 1998 03:17:03 +0200
4912              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
4913      Branch: cfgperl
4914            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
4915 ____________________________________________________________________________
4916 [  2524] By: jhi                                   on 1998/12/29  13:00:06
4917         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
4918              To: perl5-porters@perl.org
4919              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
4920              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
4921              Date: 10 Dec 1998 08:30:02 +0200
4922              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
4923              
4924              (Nick's part was applied earlier, in change #2460)
4925      Branch: cfgperl
4926            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
4927 ____________________________________________________________________________
4928 [  2523] By: jhi                                   on 1998/12/29  12:41:31
4929         Log: From: "vishal bhatia" <vishalb@hotmail.com>
4930              To: nick@ni-s.u-net.com
4931              Cc: perl5-porters@perl.org
4932              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
4933              Date: 9 Dec 1998 06:50:30 +0200
4934              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
4935      Branch: cfgperl
4936            ! ext/B/B/CC.pm
4937 ____________________________________________________________________________
4938 [  2522] By: jhi                                   on 1998/12/29  12:15:18
4939         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
4940              To: perl5-porters@perl.org (Perl 5 Porters)
4941              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
4942              Date: 25 Dec 1998 23:02:28 +0200
4943              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
4944      Branch: cfgperl
4945            ! lib/Pod/Text.pm
4946 ____________________________________________________________________________
4947 [  2521] By: jhi                                   on 1998/12/29  12:07:54
4948         Log: Undo #2519 (breaks universal.c).
4949      Branch: cfgperl
4950            ! XSUB.h
4951 ____________________________________________________________________________
4952 [  2519] By: jhi                                   on 1998/12/29  11:41:10
4953         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
4954              To: perl5-porters@perl.org
4955              Cc: perl-xs@perl.org
4956              Subject: XSUB.h refinement [PATCH]
4957              Date: 18 Dec 1998 03:58:44 +0200
4958              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
4959      Branch: cfgperl
4960            ! XSUB.h
4961 ____________________________________________________________________________
4962 [  2518] By: jhi                                   on 1998/12/29  11:36:19
4963         Log: From: abigail@fnx.com
4964              To: perl5-porters@perl.org (Perl Porters)
4965              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
4966              Date: 28 Dec 1998 21:39:15 +0200
4967              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
4968      Branch: cfgperl
4969            ! lib/fields.pm
4970 ____________________________________________________________________________
4971 [  2517] By: jhi                                   on 1998/12/29  11:35:03
4972         Log: Document change #2516.
4973      Branch: cfgperl
4974            ! pod/perldelta.pod
4975 ____________________________________________________________________________
4976 [  2516] By: jhi                                   on 1998/12/29  11:32:26
4977         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4978              To: perl5-porters@perl.org (Mailing list Perl5)
4979              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
4980              Date: 9 Dec 1998 10:39:31 +0200
4981              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
4982      Branch: cfgperl
4983            ! pod/perldiag.pod regcomp.c toke.c
4984 ____________________________________________________________________________
4985 [  2515] By: jhi                                   on 1998/12/29  11:27:11
4986         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4987              To: perl5-porters@perl.org (Mailing list Perl5)
4988              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
4989              Date: 8 Dec 1998 09:02:04 +0200
4990              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
4991              
4992              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
4993      Branch: cfgperl
4994            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
4995 ____________________________________________________________________________
4996 [  2514] By: jhi                                   on 1998/12/29  11:21:31
4997         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4998              To: perl5-porters@perl.org (Mailing list Perl5)
4999              Subject: [PATCH 5.005_53] Regexp tests and UTF8
5000              Date: 8 Dec 1998 07:02:01 +0200
5001              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
5002      Branch: cfgperl
5003            ! regcomp.c
5004 ____________________________________________________________________________
5005 [  2513] By: jhi                                   on 1998/12/29  11:18:34
5006         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5007              Subject: [PATCH 5.005_*] Dumpvar.pm
5008              To: perl5-porters@perl.org (Mailing list Perl5)
5009              Date: 7 Dec 1998 10:17:35 +0200
5010              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
5011      Branch: cfgperl
5012            + lib/Dumpvalue.pm
5013            ! MANIFEST
5014 ____________________________________________________________________________
5015 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
5016         Log: From: jan.dubois@ibm.net (Jan Dubois)
5017              Date: Tue, 01 Dec 1998 00:07:33 +0100
5018              Message-ID: <366921b5.14512598@smtp1.ibm.net>
5019              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
5020              
5021              From: jan.dubois@ibm.net (Jan Dubois)
5022              Date: Wed, 02 Dec 1998 00:24:54 +0100
5023              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
5024              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
5025      Branch: maint-5.005/perl
5026            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
5027            ! win32/config.bc win32/config.gc win32/config.vc
5028            ! win32/config_sh.PL win32/makedef.pl
5029 ____________________________________________________________________________
5030 [  2509] By: jhi                                   on 1998/12/28  13:00:31
5031     Log: Kickstart AUTHORS and MAINTAIN.
5032  Branch: cfgperl
5033        + AUTHORS MAINTAIN
5034        ! MANIFEST
5035 ____________________________________________________________________________
5036 [  2508] By: jhi                                   on 1998/12/28  08:04:00
5037     Log: From: Nathan Torkington <gnat@frii.com>
5038          To: perlbug@perl.com
5039          Subject: [PATCH] perlxstut.pod fix
5040          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
5041          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
5042  Branch: cfgperl
5043        ! pod/perlxstut.pod
5044 ____________________________________________________________________________
5045 [  2507] By: jhi                                   on 1998/12/28  07:59:00
5046     Log: From: abigail@fnx.com
5047          To: perlbug@perl.com
5048          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
5049          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
5050          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
5051          (slightly modified, a part of the patch was rejected)
5052          (strange, I thought I had already submitted this one
5053          but Perforce disagrees with me...)
5054  Branch: cfgperl
5055        ! pod/perlop.pod
5056 ____________________________________________________________________________
5057 [  2506] By: jhi                                   on 1998/12/28  07:56:59
5058     Log: From: Artur <artur@vogon-solutions.com>
5059          To: perlbug@perl.com
5060          Subject: PATCH: perlmodlib.pod
5061          Date: Fri, 25 Dec 1998 00:48:39 +0000
5062          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
5063  Branch: cfgperl
5064        ! pod/perlmodlib.pod pod/perlop.pod
5065 ____________________________________________________________________________
5066 [  2505] By: jhi                                   on 1998/12/28  07:46:06
5067     Log: From: abigail@fnx.com
5068          To: perl5-porters@perl.org (Perl Porters)
5069          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
5070          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
5071          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
5072  Branch: cfgperl
5073        ! pod/pod2html.PL
5074 ____________________________________________________________________________
5075 [  2504] By: jhi                                   on 1998/12/28  07:44:35
5076     Log: From: Jim Avera <avera@fjst.com>
5077          To: perlbug@perl.com
5078          Subject: perlbug bug - shows dates reversed
5079          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
5080          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
5081  Branch: cfgperl
5082        ! utils/perlbug.PL
5083 ____________________________________________________________________________
5084 [  2503] By: jhi                                   on 1998/12/28  07:41:39
5085     Log: From: jan.dubois@ibm.net (Jan Dubois)
5086          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
5087          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
5088          Date: Wed, 23 Dec 1998 21:26:38 +0100
5089          Message-ID: <36895086.8849224@smtp1.ibm.net>
5090  Branch: cfgperl
5091        ! lib/ExtUtils/MakeMaker.pm
5092 ____________________________________________________________________________
5093 [  2502] By: jhi                                   on 1998/12/28  07:39:20
5094     Log: From: Blair Zajac <bzajac@geostaff.com>
5095          To: perl5-porters@perl.org
5096          Subject: Tie::SubstrHash patch
5097          Date: Wed, 23 Dec 1998 17:13:32 -0800
5098          Message-ID: <3681953C.8B6A90AA@geostaff.com>
5099  Branch: cfgperl
5100        ! lib/Tie/SubstrHash.pm
5101 ____________________________________________________________________________
5102 [  2501] By: jhi                                   on 1998/12/28  07:37:16
5103     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
5104          To: perlbug@perl.com
5105          Subject: perlfaq9 minor error
5106          Date: Wed, 23 Dec 1998 14:54:19 -0800
5107          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
5108  Branch: cfgperl
5109        ! pod/perlfaq9.pod
5110 ____________________________________________________________________________
5111 [  2500] By: jhi                                   on 1998/12/23  10:38:18
5112     Log: More porting notes about filesystems, AmigaOS, and MiNT.
5113  Branch: cfgperl
5114        ! pod/perlport.pod
5115 ____________________________________________________________________________
5116 [  2499] By: jhi                                   on 1998/12/22  09:26:49
5117     Log: Add few MSG_ and uio constants.
5118  Branch: cfgperl
5119        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
5120 ____________________________________________________________________________
5121 [  2498] By: jhi                                   on 1998/12/22  08:39:30
5122     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
5123          a Digital C compiler optimizer bug that broke the 'x'
5124          operator under certain circumstances.  See t/op/repeat.t
5125          test #20 for graphic details.  Reported in
5126          
5127          From: Gisle Aas <gisle@aas.no>
5128          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
5129          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
5130          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
5131          Date: 18 Dec 1998 14:27:40 +0100
5132          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
5133          
5134          and discussed further in the thread
5135          
5136          From: Jarkko Hietaniemi <jhi@iki.fi>
5137          To: Gisle Aas <gisle@aas.no>
5138          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
5139          cpan-testers@perl.org, perl5-porters@perl.org
5140          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
5141          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
5142          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
5143  Branch: cfgperl
5144        ! t/op/repeat.t util.c
5145 ____________________________________________________________________________
5146 [  2497] By: jhi                                   on 1998/12/21  14:18:57
5147     Log: Change #2483 update.
5148  Branch: cfgperl
5149        ! t/op/tr.t
5150 ____________________________________________________________________________
5151 [  2496] By: jhi                                   on 1998/12/21  14:07:41
5152     Log: Update on change #2493.
5153  Branch: cfgperl
5154        ! t/pragma/warn/op
5155 ____________________________________________________________________________
5156 [  2495] By: jhi                                   on 1998/12/21  13:52:00
5157     Log: Change #2487 aftershock.
5158  Branch: cfgperl
5159        ! warning.pl
5160 ____________________________________________________________________________
5161 [  2494] By: jhi                                   on 1998/12/21  12:35:00
5162     Log: From: Chris Nandor <pudge@pobox.com>
5163          To: perl5-porters@perl.org
5164          Subject: [PATCH] perlport.pod v1.37
5165          Date: Sat, 19 Dec 1998 12:54:34 -0500
5166          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
5167  Branch: cfgperl
5168        ! pod/perlport.pod
5169 ____________________________________________________________________________
5170 [  2493] By: jhi                                   on 1998/12/21  12:22:44
5171     Log: From: Mark-Jason Dominus <mjd@plover.com>
5172          To: perl5-porters@perl.com
5173          Subject: PATCH (5.005_02): Dejargonizing
5174          Date: Sun, 20 Dec 1998 14:35:20 -0500
5175          Message-ID: <19981220193520.11230.qmail@plover.com>
5176          
5177          From: Mark-Jason Dominus <mjd@plover.com>
5178          To: perl5-porters@perl.com
5179          Subject: PATCH (5.005_02): Spelling correction in warning message
5180          Date: Sun, 20 Dec 1998 13:51:30 -0500
5181          Message-ID: <19981220185130.11067.qmail@plover.com>
5182  Branch: cfgperl
5183        ! doio.c op.c
5184 ____________________________________________________________________________
5185 [  2492] By: jhi                                   on 1998/12/21  09:00:05
5186     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
5187          To: perl5-porters@perl.org
5188          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
5189          Date: Sun, 20 Dec 1998 19:03:25 PST
5190          Message-ID: <19981221030326.27660.qmail@hotmail.com>
5191          
5192          (slightly reformatted)
5193  Branch: cfgperl
5194        ! ext/B/B/CC.pm
5195 ____________________________________________________________________________
5196 [  2491] By: nick                                  on 1998/12/20  14:21:29
5197     Log: Save _all_ GV's which have SV, AV or HV set.
5198  Branch: perl
5199        ! ext/B/B/C.pm
5200 ____________________________________________________________________________
5201 [  2490] By: jhi                                   on 1998/12/18  15:13:19
5202     Log: Add idea about generalising cpp symbol probing of Errno.
5203  Branch: cfgperl
5204        ! Todo
5205 ____________________________________________________________________________
5206 [  2489] By: jhi                                   on 1998/12/18  14:47:57
5207     Log: Address some of the issues of:
5208          
5209          From: Tom Christiansen <tchrist@jhereg.perl.com>
5210          To: perl-porters-active@jhereg.perl.com
5211          Subject: Undocumentation Issues for 5.005
5212          Date: Thu, 17 Dec 1998 14:46:24 -0700
5213          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
5214  Branch: cfgperl
5215        ! pod/perl5005delta.pod
5216 ____________________________________________________________________________
5217 [  2488] By: jhi                                   on 1998/12/18  11:26:32
5218     Log: From: root <root@dubravka.in-berlin.de>
5219          To: perlbug@perl.com
5220          Cc: k@dubravka.in-berlin.de
5221          Subject: Please add no_modify to PERL_POLLUTE
5222          Date: Fri, 18 Dec 1998 10:45:52 +0100
5223          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
5224          
5225          (Really from Andreas König)
5226  Branch: cfgperl
5227        ! embed.pl
5228 ____________________________________________________________________________
5229 [  2487] By: jhi                                   on 1998/12/17  14:05:52
5230     Log: Some (by far not all) issues of the below message addressed.
5231          
5232          From: Tom Christiansen <tchrist@jhereg.perl.com>
5233          To: The Perl Porters Mailing List <perl5-porters@perl.org>
5234          Subject: important UNDOC issues for 5.005_54
5235          Date: Wed, 16 Dec 1998 21:14:53 -0700
5236          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
5237  Branch: cfgperl
5238        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
5239 ____________________________________________________________________________
5240 [  2486] By: jhi                                   on 1998/12/17  12:47:15
5241     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5242          To: domo@computer.org
5243          Cc: jhi@iki.fi, perl5-porters@perl.org
5244          Subject: Re: stuff related to malloc.c
5245          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
5246          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
5247  Branch: cfgperl
5248        ! malloc.c
5249 ____________________________________________________________________________
5250 [  2485] By: jhi                                   on 1998/12/17  12:17:19
5251     Log: More porting notes.
5252  Branch: cfgperl
5253        ! Porting/pumpkin.pod
5254 ____________________________________________________________________________
5255 [  2484] By: jhi                                   on 1998/12/15  08:38:05
5256     Log: Undo #2386 and #2205.
5257  Branch: cfgperl
5258        ! pod/perlfunc.pod
5259 ____________________________________________________________________________
5260 [  2483] By: jhi                                   on 1998/12/14  17:58:35
5261     Log: lib was missing from @INC.
5262  Branch: cfgperl
5263        ! t/op/tr.t
5264 ____________________________________________________________________________
5265 [  2482] By: jhi                                   on 1998/12/14  17:52:42
5266     Log: Was missing use Text::Wrap.
5267  Branch: cfgperl
5268        ! t/lib/textfill.t
5269 ____________________________________________________________________________
5270 [  2481] By: jhi                                   on 1998/12/14  16:00:22
5271     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
5272          
5273          From: Jonathan Roy <roy@idle.com>
5274          To: perl5-porters@perl.org
5275          Subject: nlist.h add to Configure checks?
5276          Date: Sun, 13 Dec 1998 22:22:49 -0500
5277          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
5278  Branch: cfgperl
5279        + ext/DynaLoader/hints/linux.pl
5280        ! MANIFEST
5281 ____________________________________________________________________________
5282 [  2480] By: jhi                                   on 1998/12/14  15:02:44
5283     Log: Give up completely using nm in AIX.
5284          
5285          From: "Kurt D. Starsinic" <kstar@chapin.edu>
5286          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
5287          Cc: perl5-porters@perl.org
5288          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
5289          Date: Thu, 10 Dec 1998 00:51:46 -0500
5290          Message-ID: <19981210005146.B29986@O2.chapin.edu>
5291  Branch: cfgperl
5292        ! hints/aix.sh
5293 ____________________________________________________________________________
5294 [  2479] By: jhi                                   on 1998/12/14  14:39:52
5295     Log: AIX' error messages are different.
5296          
5297          From: "Kurt D. Starsinic" <kstar@chapin.edu>
5298          To: Gurusamy Sarathy <gsar@engin.umich.edu>
5299          Cc: perl5-porters@perl.org
5300          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
5301          Date: Thu, 10 Dec 1998 00:42:36 -0500
5302          Message-ID: <19981210004236.A29986@O2.chapin.edu>
5303          
5304          From: Michael Engel <engel@nms1.cc.huji.ac.il>
5305          To: perlbug@perl.com
5306          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
5307          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
5308          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
5309  Branch: cfgperl
5310        ! t/pragma/warn/doio
5311 ____________________________________________________________________________
5312 [  2475] By: jhi                                   on 1998/12/13  12:35:55
5313     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5314          To: jhi@iki.fi
5315          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
5316          Subject: Re: stuff related to malloc.c
5317          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
5318          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
5319  Branch: cfgperl
5320        ! malloc.c
5321 ____________________________________________________________________________
5322 [  2474] By: jhi                                   on 1998/12/13  12:32:42
5323     Log: Some notes about porting issues.
5324  Branch: cfgperl
5325        ! Porting/pumpkin.pod
5326 ____________________________________________________________________________
5327 [  2473] By: jhi                                   on 1998/12/13  12:03:58
5328     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
5329          To: Perl 5 Porters <perl5-porters@perl.org>
5330          Subject: [patch 5.005_02] dos-djgpp update
5331          Date: Sun, 13 Dec 1998 00:08:44 +0100
5332          Message-ID: <19981213000844.C264@beeblebrox>
5333  Branch: cfgperl
5334        ! djgpp/config.over
5335 ____________________________________________________________________________
5336 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
5337     Log: undo changes to Exporter.pm from #2312
5338  Branch: maint-5.005/perl
5339        ! lib/Exporter.pm
5340 ____________________________________________________________________________
5341 [  2465] By: jhi                                   on 1998/12/12  12:31:21
5342     Log: Document that qw() taints.
5343          
5344          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
5345          To: perlbug@perl.com 
5346          Subject: taint problems
5347          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
5348          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
5349  Branch: cfgperl
5350        ! pod/perlop.pod
5351 ____________________________________________________________________________
5352 [  2464] By: jhi                                   on 1998/12/11  14:09:51
5353     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
5354          To: dist-users@foretune.co.jp
5355          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
5356          Date: Mon, 07 Dec 1998 20:13:04 -0400
5357          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
5358  Branch: cfgperl
5359        ! Configure
5360 ____________________________________________________________________________
5361 [  2463] By: jhi                                   on 1998/12/11  13:29:54
5362     Log: MAXPATHLEN.
5363  Branch: cfgperl
5364        ! perl.h
5365 ____________________________________________________________________________
5366 [  2462] By: jhi                                   on 1998/12/11  08:37:58
5367     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
5368          To: perl5-porters@perl.org
5369          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
5370          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
5371          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
5372  Branch: cfgperl
5373        + hints/gnu.sh
5374 ____________________________________________________________________________
5375 [  2461] By: nick                                  on 1998/12/10  21:00:50
5376     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
5377          From: Vishal Bhatia <vishalb@hotmail.com>
5378          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
5379          2. Fixes the bug  regarding return value of c-functions generated out 
5380          of perl subs. ( Just includes the patch I sent earlier)
5381          3. Incorporates the other changes that need to be done to get CC.pm
5382          use ISA search for packages and methods on the same lines as C.pm
5383          
5384          Vishal would appreciate comments about B::Stackobj changes from 
5385          someone knowing that module well.
5386  Branch: perl
5387        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
5388 ____________________________________________________________________________
5389 [  2460] By: jhi                                   on 1998/12/08  08:11:27
5390     Log: Integrate from mainperl.
5391  Branch: cfgperl
5392       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
5393       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
5394       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
5395       !> toke.c util.c
5396 ____________________________________________________________________________
5397 [  2459] By: jhi                                   on 1998/12/07  07:50:11
5398     Log: From: hansm@icgroup.nl 
5399          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
5400          Reply-To: hansmu@xs4all.nl 
5401          To: perlbug@perl.com 
5402          Date: Sun, 6 Dec 98 22:19:54 +0100 
5403          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
5404  Branch: cfgperl
5405        ! util.c
5406 ____________________________________________________________________________
5407 [  2458] By: gsar                                  on 1998/12/07  06:00:55
5408     Log: fix dup lexical
5409  Branch: perl
5410        ! ext/B/B/Deparse.pm t/lib/io_unix.t
5411 ____________________________________________________________________________
5412 [  2457] By: gsar                                  on 1998/12/06  14:38:59
5413     Log: mention limit on line numbers reported by diagnostics
5414  Branch: perl
5415        ! pod/perl.pod toke.c
5416 ____________________________________________________________________________
5417 [  2456] By: gsar                                  on 1998/12/06  13:49:02
5418     Log: branch perldelta.pod
5419  Branch: maint-5.005/perl
5420       +> pod/perldelta.pod
5421 ____________________________________________________________________________
5422 [  2455] By: gsar                                  on 1998/12/06  13:47:21
5423     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
5424  Branch: maint-5.005/perl
5425        - pod/perldelta.pod
5426 ____________________________________________________________________________
5427 [  2454] By: gsar                                  on 1998/12/06  13:35:31
5428     Log: fix outdated/incorrect info about arbitrary limits
5429  Branch: perl
5430        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
5431        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
5432 ____________________________________________________________________________
5433 [  2453] By: nick                                  on 1998/12/05  16:14:42
5434     Log: Avoid hard-coding op numbers
5435          Update CC.pm to save %INC, and to co-exist with new C.pm
5436  Branch: perl
5437        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
5438 ____________________________________________________________________________
5439 [  2452] By: nick                                  on 1998/12/05  10:44:28
5440     Log: B.xs had its own code to calculate hash() which differed from
5441          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
5442          which meant that run-time require was re-done.
5443          Removed some debug from C.pm
5444  Branch: perl
5445        ! ext/B/B.xs ext/B/B/C.pm
5446 ____________________________________________________________________________
5447 [  2451] By: nick                                  on 1998/12/04  21:58:49
5448     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
5449          well as _54, but with pre-scan for classes and save the ISA scheme.
5450  Branch: perl
5451        ! ext/B/B/C.pm
5452 ____________________________________________________________________________
5453 [  2450] By: nick                                  on 1998/12/04  17:58:44
5454     Log: Vishal Bhatia's patch as a basis.
5455  Branch: perl
5456        ! ext/B/B/C.pm ext/B/B/CC.pm
5457 ____________________________________________________________________________
5458 [  2449] By: jhi                                   on 1998/12/04  16:39:21
5459     Log: Integrate from mainperl.
5460  Branch: cfgperl
5461       !> t/op/goto.t t/op/tr.t
5462 ____________________________________________________________________________
5463 [  2448] By: gsar                                  on 1998/12/04  06:06:49
5464     Log: tweak test for UTEST
5465  Branch: perl
5466        ! t/op/tr.t
5467 ____________________________________________________________________________
5468 [  2444] By: jhi                                   on 1998/12/03  14:37:22
5469     Log: s/\bthe the\b/the/g *.pod
5470  Branch: cfgperl
5471        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
5472 ____________________________________________________________________________
5473 [  2443] By: jhi                                   on 1998/12/03  13:39:53
5474     Log: Change#2441 aftermath.
5475  Branch: cfgperl
5476        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5477        ! config_h.SH thread.h vms/subconfigure.com
5478 ____________________________________________________________________________
5479 [  2441] By: jhi                                   on 1998/12/03  08:15:13
5480     Log: From: Dan Sugalski <sugalskd@osshe.edu>
5481          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
5482          Subject: [PATCH 5.005_54]Initial VMS patches
5483          Date: 3 Dec 1998 01:05:55 +0200
5484          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
5485          
5486          The patch to config_h.SH requires more study because
5487          metaconfig needs to agree.
5488  Branch: cfgperl
5489        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
5490        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
5491        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
5492 ____________________________________________________________________________
5493 [  2440] By: gsar                                  on 1998/12/03  01:32:16
5494     Log: add failed check-in of goto.t from change#1867
5495  Branch: perl
5496        ! t/op/goto.t
5497 ____________________________________________________________________________
5498 [  2437] By: jhi                                   on 1998/12/02  18:03:51
5499     Log: Fix most of the bad L<> links of
5500          
5501          From: Tom Christiansen <tchrist@jhereg.perl.com> 
5502          Subject: bad L<> links
5503          Reply-to: tchrist@perl.com 
5504          To: perlbug@jhereg.perl.com 
5505          Date: Tue, 11 Aug 1998 10:58:07 -0500 
5506          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
5507          
5508          The ones not fixed may require darker Pod::HTML magic,
5509          for example the perlguts.html#tags should work fine, IMHO.
5510  Branch: cfgperl
5511        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
5512        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
5513        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
5514        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
5515        ! pod/perlvar.pod
5516 ____________________________________________________________________________
5517 [  2436] By: jhi                                   on 1998/12/02  16:35:04
5518     Log: One paste too many in #2345.
5519  Branch: cfgperl
5520        ! lib/Pod/Html.pm
5521 ____________________________________________________________________________
5522 [  2435] By: jhi                                   on 1998/12/02  16:32:33
5523     Log: Pod::Html and Pod::Text were not locale-savvy:
5524          for example in =head1 all non-ASCII-\w-runs were
5525          turned into underscores in NAME tags.  This could
5526          result in several NAME tags becoming identical.
5527          Reported by:
5528          
5529          From: Fyodor Krasnov <fyodor@aha.ru> 
5530          Subject: pod2html vs Russian Characters
5531          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
5532          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
5533          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
5534  Branch: cfgperl
5535        ! lib/Pod/Html.pm lib/Pod/Text.pm
5536 ____________________________________________________________________________
5537 [  2434] By: jhi                                   on 1998/12/02  10:29:00
5538     Log: The real Mc5_54 integration.
5539  Branch: cfgperl
5540       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
5541 ____________________________________________________________________________
5542 [  2433] By: jhi                                   on 1998/12/02  08:52:13
5543     Log: From: Andy Dougherty <doughera@lafayette.edu>
5544          To: Perl Porters <perl5-porters@perl.org>
5545          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
5546          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
5547          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
5548  Branch: cfgperl
5549        ! Configure
5550 ____________________________________________________________________________
5551 [  2432] By: jhi                                   on 1998/12/02  08:49:47
5552     Log: From: Andy Dougherty <doughera@lafayette.edu>
5553          To: Perl Porters <perl5-porters@perl.org>
5554          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
5555          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
5556          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
5557  Branch: cfgperl
5558        ! Configure
5559 ____________________________________________________________________________
5560 [  2431] By: jhi                                   on 1998/12/01  16:11:50
5561     Log: From: achampio@lehman.com (Alan Champion)
5562          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
5563          To: perlbug@perl.com
5564          Date: 1 Dec 1998 17:36:33 +0200
5565          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
5566          
5567          Skip NIS includes.
5568  Branch: cfgperl
5569        ! t/op/pwent.t
5570 ____________________________________________________________________________
5571 [  2430] By: gsar                                  on 1998/12/01  12:12:50
5572     Log: 5.005_54, as released
5573  Branch: perl
5574        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
5575 ____________________________________________________________________________
5576 [  2429] By: jhi                                   on 1998/12/01  11:28:39
5577     Log: From: Anton Berezin <tobez@plab.ku.dk>
5578          To: perl5-porters@perl.org
5579          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
5580          Date: 30 Nov 1998 19:46:24 +0100
5581          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
5582  Branch: cfgperl
5583        ! hints/freebsd.sh
5584 ____________________________________________________________________________
5585 [  2428] By: jhi                                   on 1998/12/01  11:08:16
5586     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
5587  Branch: cfgperl
5588       +> (branch 30 files)
5589       !> (integrate 71 files)
5590 ____________________________________________________________________________
5591 [  2427] By: jhi                                   on 1998/12/01  10:51:37
5592     Log: Default to accepting a hinted $randfunc even when $csym
5593          does not find it.  (the previous defaylt behaviour was not
5594          to accept).
5595  Branch: cfgperl
5596        ! Configure
5597 ____________________________________________________________________________
5598 [  2426] By: jhi                                   on 1998/12/01  10:13:03
5599     Log: Separated the [:foo:] parsing to its own function.
5600          Passes all tests.
5601  Branch: cfgperl
5602        ! regcomp.c
5603 ____________________________________________________________________________
5604 [  2425] By: jhi                                   on 1998/12/01  08:22:49
5605     Log: Typo in comments.
5606  Branch: cfgperl
5607        ! regexec.c
5608 ____________________________________________________________________________
5609 [  2424] By: jhi                                   on 1998/12/01  08:21:38
5610     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5611          Subject: [PATCH 5.005_*] Debugger 'v' command
5612          To: perl5-porters@perl.org (Mailing list Perl5)
5613          Date: 1 Dec 1998 07:55:11 +0200
5614          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
5615  Branch: cfgperl
5616        ! lib/perl5db.pl
5617 ____________________________________________________________________________
5618 [  2423] By: jhi                                   on 1998/12/01  08:19:08
5619     Log: From: pvhp@forte.com (Peter Prymmer)
5620          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
5621          To: perl5-porters@perl.org
5622          Date: 1 Dec 1998 07:27:11 +0200
5623          Message-ID: <MLIST_9812010508.AA07791@forte.com>
5624  Branch: cfgperl
5625        ! hints/os390.sh
5626 ____________________________________________________________________________
5627 [  2417] By: jhi                                   on 1998/11/30  08:14:00
5628     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
5629  Branch: cfgperl
5630        ! ext/Socket/Socket.xs
5631 ____________________________________________________________________________
5632 [  2416] By: jhi                                   on 1998/11/30  08:00:15
5633     Log: Undo #2395, seems more like a problem in netbsd-current.
5634  Branch: cfgperl
5635        ! util.c
5636
5637 ----------------
5638 Version 5.005_54
5639 ----------------
5640
5641 ____________________________________________________________________________
5642 [  2414] By: gsar                                  on 1998/11/30  02:23:55
5643     Log: more JPL tweaks
5644  Branch: perl
5645        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
5646        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
5647 ____________________________________________________________________________
5648 [  2413] By: gsar                                  on 1998/11/30  01:35:56
5649     Log: stub bin/jpl that just runs JPL::Compile::files()
5650  Branch: perl
5651        + jpl/bin/jpl
5652 ____________________________________________________________________________
5653 [  2412] By: gsar                                  on 1998/11/30  01:32:14
5654     Log: delete symlink
5655  Branch: perl
5656        - jpl/bin/jpl
5657 ____________________________________________________________________________
5658 [  2410] By: gsar                                  on 1998/11/30  01:30:44
5659     Log: branch jpl from perlext to perl
5660  Branch: perl
5661       +> (branch 30 files)
5662 ____________________________________________________________________________
5663 [  2407] By: gsar                                  on 1998/11/30  01:24:53
5664     Log: JPL tweaks to build with 5.005
5665  Branch: perlext
5666        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
5667        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
5668 ____________________________________________________________________________
5669 [  2406] By: gsar                                  on 1998/11/30  00:55:54
5670     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
5671  Branch: perl
5672        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
5673 ____________________________________________________________________________
5674 [  2405] By: gsar                                  on 1998/11/30  00:28:55
5675     Log: patchlevel up to 54
5676  Branch: perl
5677        ! patchlevel.h win32/Makefile win32/config_H.bc
5678        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
5679 ____________________________________________________________________________
5680 [  2403] By: gsar                                  on 1998/11/29  23:35:50
5681     Log: integrate cfgperl changes into mainline
5682  Branch: perl
5683       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
5684       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
5685 ____________________________________________________________________________
5686 [  2402] By: gsar                                  on 1998/11/29  23:08:42
5687     Log: sync Text::Wrap version number
5688  Branch: perl
5689        ! lib/Text/Wrap.pm
5690 ____________________________________________________________________________
5691 [  2401] By: gsar                                  on 1998/11/29  22:56:21
5692     Log: textfill.t tweak
5693  Branch: perl
5694        ! t/lib/textfill.t
5695 ____________________________________________________________________________
5696 [  2400] By: gsar                                  on 1998/11/29  22:50:41
5697     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
5698          <muir@idiom.com>
5699  Branch: perl
5700        + t/lib/textfill.t
5701        ! MANIFEST lib/Text/Wrap.pm
5702 ____________________________________________________________________________
5703 [  2399] By: gsar                                  on 1998/11/29  22:28:05
5704     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
5705          has happened without the authors knowledge or consent; the subversive
5706          version (which is in 5.00502) breaks one of the tests in the
5707          authors testsuite; attempts are being made to find a fix that
5708          avoids breaking code already running with the 5.005_02 version
5709          From:    David Muir Sharnoff <muir@idiom.com>
5710          Date:    Sat, 28 Nov 1998 04:34:17 PST
5711          Message-Id: <199811281234.EAA03082@idiom.com>
5712          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
5713  Branch: perl
5714        ! lib/Text/Wrap.pm t/lib/textwrap.t
5715 ____________________________________________________________________________
5716 [  2397] By: nick                                  on 1998/11/29  20:13:58
5717     Log: Update docs and English.pm for $^C
5718  Branch: perl
5719        ! lib/English.pm pod/perlvar.pod
5720 ____________________________________________________________________________
5721 [  2396] By: jhi                                   on 1998/11/29  20:13:03
5722     Log: Mirror #2384.
5723  Branch: cfgperl
5724        ! t/op/pwent.t
5725 ____________________________________________________________________________
5726 [  2395] By: jhi                                   on 1998/11/29  19:59:12
5727     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
5728  Branch: cfgperl
5729        ! util.c
5730 ____________________________________________________________________________
5731 [  2394] By: gsar                                  on 1998/11/29  19:49:08
5732     Log: updated perlreftut.pod
5733  Branch: perl
5734        ! pod/perlreftut.pod
5735 ____________________________________________________________________________
5736 [  2393] By: gsar                                  on 1998/11/29  19:31:56
5737     Log: misc tweaks
5738  Branch: perl
5739        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
5740 ____________________________________________________________________________
5741 [  2392] By: gsar                                  on 1998/11/29  19:31:18
5742     Log: notes about -DPERL_POLLUTE
5743  Branch: perl
5744        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
5745 ____________________________________________________________________________
5746 [  2391] By: gsar                                  on 1998/11/29  19:13:52
5747     Log: explain various win32 build caveats more clearly
5748  Branch: perl
5749        ! README.win32 win32/Makefile win32/makefile.mk
5750 ____________________________________________________________________________
5751 [  2390] By: gsar                                  on 1998/11/29  16:51:59
5752     Log: remove I_POLL detection (Configure will do that now)
5753  Branch: perl
5754        ! ext/IO/Makefile.PL
5755 ____________________________________________________________________________
5756 [  2389] By: jhi                                   on 1998/11/29  16:39:16
5757     Log: Add I_POLL for IO 1.20.
5758  Branch: cfgperl
5759        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5760        ! config_h.SH
5761 ____________________________________________________________________________
5762 [  2388] By: gsar                                  on 1998/11/29  16:23:30
5763     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
5764  Branch: perl
5765        + Porting/p4desc
5766        ! MANIFEST
5767 ____________________________________________________________________________
5768 [  2387] By: gsar                                  on 1998/11/29  16:08:03
5769     Log: another threads reliability fix: serialize writes to thr->threadsv
5770          avoid most uses of PL_na (which is much more inefficient than a
5771          simple local); update docs to suit; PL_na now being thr->Tna may
5772          be a minor compatibility issue for extensions--will require dTHR
5773          outside of XSUBs (those get automatic dTHR)
5774  Branch: perl
5775        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
5776        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
5777        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
5778        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
5779        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
5780        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
5781        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
5782        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
5783        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
5784 ____________________________________________________________________________
5785 [  2386] By: jhi                                   on 1998/11/29  15:40:42
5786     Log: Tune the "if" entry.
5787  Branch: cfgperl
5788        ! pod/perlfunc.pod
5789 ____________________________________________________________________________
5790 [  2385] By: gsar                                  on 1998/11/29  12:40:28
5791     Log: various fixes for race conditions under threads: mutex locks based
5792          on PL_threadnum were seriously flawed, since it means more than one
5793          thread could enter the critical region; PL_na was global instead of
5794          thread-local; child thread could finish and free thr structures
5795          before Thread->new() got around to creating the Thread object;
5796          cv_clone() needed locking, as it mucks with PL_comppad and other
5797          global data; new_struct_thread() needed to lock template-thread's
5798          mutex while copying its data
5799  Branch: perl
5800        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
5801        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
5802 ____________________________________________________________________________
5803 [  2384] By: gsar                                  on 1998/11/29  10:54:38
5804     Log: s/warn/print/ on multiply defined groups
5805  Branch: perl
5806        ! t/op/grent.t
5807 ____________________________________________________________________________
5808 [  2383] By: gsar                                  on 1998/11/29  10:48:39
5809     Log: backout change#2334
5810  Branch: perl
5811        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
5812 ____________________________________________________________________________
5813 [  2382] By: jhi                                   on 1998/11/29  10:33:40
5814     Log: Better NetInfo behaviour.
5815  Branch: cfgperl
5816        ! t/op/grent.t t/op/pwent.t
5817 ____________________________________________________________________________
5818 [  2381] By: jhi                                   on 1998/11/29  10:08:15
5819     Log: Integrate from mainperl.
5820  Branch: cfgperl
5821       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
5822       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
5823       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
5824       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
5825       +> t/lib/io_poll.t t/lib/io_unix.t
5826       !> (integrate 58 files)
5827 ____________________________________________________________________________
5828 [  2380] By: gsar                                  on 1998/11/29  08:22:49
5829     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
5830          Tim Bunce)
5831  Branch: perl
5832        ! gv.c
5833 ____________________________________________________________________________
5834 [  2379] By: gsar                                  on 1998/11/29  07:06:43
5835     Log: fix for pat.t failure under USE_THREADS
5836  Branch: perl
5837        ! pp_ctl.c regexec.c
5838 ____________________________________________________________________________
5839 [  2378] By: nick                                  on 1998/11/28  22:46:57
5840     Log: More C.pm tweaks
5841          Save globs even if we have saved cv itself before - may be imported.
5842          
5843          While we don't save "bootstrap" CV we need to provide a stub,
5844          so that if we require it later we don't fall through and attempt
5845          to DynaLoad module again.
5846          
5847          Attempt to save %INC so that "require" does not reload things
5848          we have compiled-in (does not work right yet - seems to be due
5849          to PL_incgv being created in perl_parse() current scheme setting 
5850          GvHV() is "better" than saving the glob, but still does not 
5851          work as I expect). 
5852  Branch: perl
5853        ! ext/B/B/C.pm
5854 ____________________________________________________________________________
5855 [  2377] By: gsar                                  on 1998/11/28  22:30:38
5856     Log: various tweaks; result passes all tests for normal build on Solaris;
5857          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
5858          win32 due to lack of select() that works on non-socket fds
5859  Branch: perl
5860        ! ext/IO/poll.c regcomp.c regexec.c scope.c
5861        ! t/lib/io_multihomed.t win32/makefile.mk
5862 ____________________________________________________________________________
5863 [  2376] By: gsar                                  on 1998/11/28  20:44:39
5864     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
5865  Branch: perl
5866        ! myconfig
5867 ____________________________________________________________________________
5868 [  2375] By: gsar                                  on 1998/11/28  20:42:58
5869     Log: integrate cfgperl changes into mainline
5870  Branch: perl
5871       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
5872       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
5873 ____________________________________________________________________________
5874 [  2374] By: gsar                                  on 1998/11/28  20:02:03
5875     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5876          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
5877          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
5878          Subject: [PATCH 5.00553] Yet another OS/2 patch
5879  Branch: perl
5880        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
5881 ____________________________________________________________________________
5882 [  2373] By: gsar                                  on 1998/11/28  19:30:06
5883     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5884          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
5885          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
5886          Subject: [PATCH 5.005_53] Change $#+
5887  Branch: perl
5888        ! mg.c pod/perlvar.pod t/op/pat.t
5889 ____________________________________________________________________________
5890 [  2372] By: gsar                                  on 1998/11/28  19:28:00
5891     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5892          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
5893          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
5894          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
5895  Branch: perl
5896        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
5897        ! thrdvar.h
5898 ____________________________________________________________________________
5899 [  2371] By: gsar                                  on 1998/11/28  19:23:53
5900     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5901          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
5902          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
5903          Subject: [PATCH 5.005_53] better -Mre=debugcolor
5904  Branch: perl
5905        ! embedvar.h objXSUB.h regexec.c thrdvar.h
5906 ____________________________________________________________________________
5907 [  2370] By: gsar                                  on 1998/11/28  19:21:17
5908     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5909          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
5910          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
5911          Subject: [PATCH 5.005_*] regcolors
5912  Branch: perl
5913        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
5914 ____________________________________________________________________________
5915 [  2369] By: gsar                                  on 1998/11/28  19:00:15
5916     Log: allow final period in a file (not followed by a newline) to
5917          terminate format spec
5918  Branch: perl
5919        ! toke.c
5920 ____________________________________________________________________________
5921 [  2368] By: gsar                                  on 1998/11/28  18:58:25
5922     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
5923          add C<$Config{installarchlib}/CORE> to the default locations searched
5924          on win32
5925  Branch: perl
5926        ! lib/ExtUtils/Liblist.pm
5927 ____________________________________________________________________________
5928 [  2367] By: gsar                                  on 1998/11/28  18:46:05
5929     Log: applied suggested patch with PERL_OBJECT tweaks
5930          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5931          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
5932          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
5933          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
5934  Branch: perl
5935        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
5936        ! regexec.c t/op/pat.t thrdvar.h
5937 ____________________________________________________________________________
5938 [  2366] By: gsar                                  on 1998/11/28  18:38:34
5939     Log: additional documentation for qr//
5940          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5941          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
5942          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
5943          Subject: [PATCH 5.005_*] Documentation (fwd)
5944  Branch: perl
5945        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
5946 ____________________________________________________________________________
5947 [  2365] By: gsar                                  on 1998/11/28  18:35:35
5948     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5949          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
5950          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
5951          Subject: [PATCH 5.005_*] Fix \G in REx without //g
5952  Branch: perl
5953        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
5954        ! regexp.h t/op/pat.t thrdvar.h
5955 ____________________________________________________________________________
5956 [  2364] By: gsar                                  on 1998/11/28  18:24:20
5957     Log: update Test.pm to Test-1.12; tweak 're' detection
5958  Branch: perl
5959        ! lib/Test.pm
5960 ____________________________________________________________________________
5961 [  2363] By: gsar                                  on 1998/11/28  18:12:04
5962     Log: avoid command-line quoting portability problems in lex_assign.t
5963  Branch: perl
5964        ! t/op/lex_assign.t
5965 ____________________________________________________________________________
5966 [  2362] By: gsar                                  on 1998/11/28  18:08:50
5967     Log: From: John Tobey <jtobey@channel1.com>
5968          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
5969          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
5970          Subject: PATCH: document English.pm sawampersand and thread issues
5971  Branch: perl
5972        ! lib/English.pm pod/perlvar.pod
5973 ____________________________________________________________________________
5974 [  2361] By: gsar                                  on 1998/11/28  18:03:04
5975     Log: fix uninitialized warnings
5976          From: Brian Callaghan <callagh@itginc.com>
5977          Date: Thu, 19 Nov 1998 17:49:10 -0800
5978          Message-Id: <3654CA96.B64FCAEB@itginc.com>
5979          Subject: Complete.pm patch (version 1.1)
5980  Branch: perl
5981        ! lib/Term/Complete.pm
5982 ____________________________________________________________________________
5983 [  2360] By: gsar                                  on 1998/11/28  17:59:16
5984     Log: s/Array/List/ suggested by John Tobey
5985  Branch: perl
5986        ! pod/perldata.pod
5987 ____________________________________________________________________________
5988 [  2359] By: gsar                                  on 1998/11/28  17:47:48
5989     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
5990  Branch: perl
5991        ! lib/Tie/Handle.pm pod/perlfunc.pod
5992 ____________________________________________________________________________
5993 [  2358] By: jhi                                   on 1998/11/28  17:23:15
5994     Log: Revamp the locale tests.
5995          (0) Instead of rewiring a few locales scan for them.
5996          (1) Bogus test #101 removed.
5997          (2) All the locales are checked, the lists of failed
5998          and non-failed ones are displayed.
5999          (3) The test #103 is again 'active' so that it may fail.
6000          (4) To balance (3) a hopefully pacifying message is shown
6001          if the #103 fails.
6002  Branch: cfgperl
6003        ! t/pragma/locale.t
6004 ____________________________________________________________________________
6005 [  2357] By: gsar                                  on 1998/11/28  17:21:07
6006     Log: add perlreftut.pod
6007  Branch: perl
6008        + pod/perlreftut.pod
6009        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
6010        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
6011        ! win32/pod.mak
6012 ____________________________________________________________________________
6013 [  2356] By: jhi                                   on 1998/11/28  16:58:01
6014     Log: Change #2346 fallout.
6015  Branch: cfgperl
6016        ! t/op/undef.t
6017 ____________________________________________________________________________
6018 [  2355] By: gsar                                  on 1998/11/28  16:46:43
6019     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
6020          ANSI prototypes
6021  Branch: perl
6022        ! ext/IO/IO.xs
6023 ____________________________________________________________________________
6024 [  2354] By: gsar                                  on 1998/11/28  16:08:07
6025     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
6026          keep platform hacks that aren't in the 1.20 dist; add new files
6027          to MANIFEST; hack Makefile.PL; result hasn't been tested
6028          anywhere
6029  Branch: perl
6030        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
6031        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
6032        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
6033        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
6034        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
6035        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
6036        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
6037        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
6038        ! t/lib/io_sock.t t/lib/io_udp.t
6039 ____________________________________________________________________________
6040 [  2353] By: jhi                                   on 1998/11/28  15:51:03
6041     Log: Locale collation, ctype, and numeric, were initialized wrong
6042          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
6043          as reported by
6044          
6045          From: Ilya.Sandler@etak.com (Ilya Sandler)
6046          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
6047          To: perlbug@perl.com
6048          Date: 25 Nov 1998 04:53:52 +0200
6049          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
6050  Branch: cfgperl
6051        ! util.c
6052 ____________________________________________________________________________
6053 [  2352] By: nick                                  on 1998/11/28  15:21:59
6054     Log: Implement $^C to allow perl access to -c flag - I think this 
6055          was agreed once...
6056  Branch: perl
6057        ! gv.c mg.c
6058 ____________________________________________________________________________
6059 [  2351] By: jhi                                   on 1998/11/28  15:14:24
6060     Log: Change #2251 fixup.
6061  Branch: cfgperl
6062        ! myconfig
6063 ____________________________________________________________________________
6064 [  2350] By: jhi                                   on 1998/11/28  14:58:19
6065     Log: Integrate from mainperl.
6066  Branch: cfgperl
6067       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
6068       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
6069       +> pod/perl5005delta.pod
6070       !> (integrate 49 files)
6071 ____________________________________________________________________________
6072 [  2349] By: jhi                                   on 1998/11/28  14:27:36
6073     Log: Passwd and group file groveling.
6074  Branch: cfgperl
6075        ! t/op/grent.t t/op/pwent.t
6076 ____________________________________________________________________________
6077 [  2348] By: gsar                                  on 1998/11/28  14:09:50
6078     Log: more conservative version of changes#2345,2346,2347; those break
6079          C<defined(@{"foo::ISA"})> which seems to be extensively used in
6080          the libs :-(
6081  Branch: perl
6082        ! pp.c t/op/method.t
6083 ____________________________________________________________________________
6084 [  2347] By: gsar                                  on 1998/11/28  13:36:08
6085     Log: tweak bogus test
6086  Branch: perl
6087        ! t/op/method.t
6088 ____________________________________________________________________________
6089 [  2346] By: gsar                                  on 1998/11/28  13:20:34
6090     Log: test cases for previous change
6091  Branch: perl
6092        ! t/op/undef.t
6093 ____________________________________________________________________________
6094 [  2345] By: gsar                                  on 1998/11/28  13:07:17
6095     Log: fix typo in pp_defined() causing C<defined %tied> to fail
6096  Branch: perl
6097        ! pp.c
6098 ____________________________________________________________________________
6099 [  2344] By: gsar                                  on 1998/11/28  13:03:29
6100     Log: s/comment/comment_t/ tweak (suggested by John Gorman
6101          <jgorman@webbysoft.com>)
6102  Branch: perl
6103        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
6104 ____________________________________________________________________________
6105 [  2343] By: gsar                                  on 1998/11/28  12:52:40
6106     Log: add (stub) perldelta.pod
6107  Branch: perl
6108        + pod/perldelta.pod
6109 ____________________________________________________________________________
6110 [  2342] By: gsar                                  on 1998/11/28  12:49:26
6111     Log: rename perldelta.pod to perl5005delta.pod in preparation for
6112          starting a new one
6113  Branch: perl
6114       +> pod/perl5005delta.pod
6115        - pod/perldelta.pod
6116        ! MANIFEST pod/perl.pod
6117 ____________________________________________________________________________
6118 [  2341] By: gsar                                  on 1998/11/28  12:41:55
6119     Log: fix MALLOC_LOCK #define
6120  Branch: perl
6121        ! malloc.c
6122 ____________________________________________________________________________
6123 [  2340] By: gsar                                  on 1998/11/28  12:18:23
6124     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6125          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
6126          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
6127          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
6128  Branch: perl
6129        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
6130 ____________________________________________________________________________
6131 [  2339] By: jhi                                   on 1998/11/28  11:59:01
6132     Log: Add -lm to dynix/ptx POSIX hints.
6133          From: "Martin J. Bligh" <mbligh@sequent.com>
6134          To: jhi@iki.fi
6135          Subject: Re: Making Perl work on DYNIX/ptx
6136          Date: Wed, 25 Nov 1998 10:34:41 -0800
6137          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
6138  Branch: cfgperl
6139        ! ext/POSIX/hints/dynixptx.pl
6140 ____________________________________________________________________________
6141 [  2338] By: jhi                                   on 1998/11/28  11:57:19
6142     Log: Detypo.
6143  Branch: cfgperl
6144        ! lib/filetest.pm
6145 ____________________________________________________________________________
6146 [  2337] By: jhi                                   on 1998/11/28  11:56:29
6147     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
6148  Branch: cfgperl
6149        ! Configure
6150 ____________________________________________________________________________
6151 [  2336] By: gsar                                  on 1998/11/28  11:41:14
6152     Log: teach CPAN.pm to ignore beta perl distributions when looking for
6153          modules
6154          From: root@dogberry.rutgers.edu (root)
6155          Date: Thu, 12 Nov 1998 23:08:39 -0500
6156          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
6157          Subject: recompile tries getting a perl distribution
6158  Branch: perl
6159        ! lib/CPAN.pm
6160 ____________________________________________________________________________
6161 [  2335] By: gsar                                  on 1998/11/28  11:27:46
6162     Log: make $1 et al readonly under threads; make C<undef $1> fail like
6163          C<$1 = undef> does
6164  Branch: perl
6165        ! op.c pp.c t/op/undef.t
6166 ____________________________________________________________________________
6167 [  2334] By: gsar                                  on 1998/11/28  10:24:52
6168     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
6169  Branch: perl
6170        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
6171 ____________________________________________________________________________
6172 [  2333] By: gsar                                  on 1998/11/28  09:36:40
6173     Log: document changed PERL_HASH()
6174  Branch: perl
6175        ! pod/perlfunc.pod pod/perlguts.pod
6176 ____________________________________________________________________________
6177 [  2332] By: nick                                  on 1998/11/27  21:10:27
6178     Log: Handle INIT list in C.pm
6179          1. Provide init_av() from B.xs
6180          2. Export it in B.pm
6181          3. Use it in C.pm
6182          Also disable some pruning in savecv() which seems to undo
6183          my previous patch.
6184          Experimental feature - save pathnames of .so files in easily 
6185          grep-able form for use in wrapper to feed to linker.  
6186  Branch: perl
6187        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
6188 ____________________________________________________________________________
6189 [  2327] By: gsar                                  on 1998/11/27  15:12:01
6190     Log: integrate change#2315 from maint-5.005
6191  Branch: perl
6192        ! t/op/sort.t
6193       !> op.c sv.c
6194 ____________________________________________________________________________
6195 [  2326] By: gsar                                  on 1998/11/27  15:00:42
6196     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
6197  Branch: perl
6198       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
6199       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
6200       !> lib/ExtUtils/typemap
6201 ____________________________________________________________________________
6202 [  2325] By: gsar                                  on 1998/11/27  14:46:18
6203     Log: malloc bugfix and documentation from Ilya Zakharevich
6204          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
6205          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
6206          Subject: [PATCH 5.005_*] Re: Internal coredump
6207          --
6208          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
6209          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
6210          Subject: [PATCH 5.005_*] malloc.c documentation
6211  Branch: perl
6212        ! malloc.c
6213 ____________________________________________________________________________
6214 [  2324] By: gsar                                  on 1998/11/27  14:41:38
6215     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
6216  Branch: perl
6217        ! ext/B/B/C.pm
6218 ____________________________________________________________________________
6219 [  2323] By: gsar                                  on 1998/11/27  14:33:44
6220     Log: From: maeda@src.ricoh.co.jp
6221          Date: Tue, 24 Nov 1998 10:37:45 +0900
6222          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
6223          Subject: format "..." bug
6224  Branch: perl
6225        ! pp_ctl.c t/op/write.t
6226 ____________________________________________________________________________
6227 [  2322] By: gsar                                  on 1998/11/27  14:20:12
6228     Log: add ext/Devel/Peek
6229          From: jan.dubois@ibm.net (Jan Dubois)
6230          Date: Mon, 23 Nov 1998 00:48:11 +0100
6231          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
6232          Subject: [PATCH 5.005_53] Devel::Peek integration
6233  Branch: perl
6234        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
6235        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
6236        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
6237        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
6238        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
6239 ____________________________________________________________________________
6240 [  2321] By: gsar                                  on 1998/11/27  13:03:08
6241     Log: ensure 'make regen_headers' even without perl installed
6242          (suggested by Ilya Zakharevich)
6243  Branch: perl
6244        ! bytecode.pl warning.pl
6245 ____________________________________________________________________________
6246 [  2320] By: gsar                                  on 1998/11/27  12:58:36
6247     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6248          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
6249          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
6250          Subject: [PATCH 5.005_*] Cosmetic malloc patch
6251  Branch: perl
6252        ! malloc.c
6253 ____________________________________________________________________________
6254 [  2319] By: gsar                                  on 1998/11/27  12:56:13
6255     Log: eliminate dup hunk from integration
6256  Branch: perl
6257        ! lib/filetest.pm perl.h
6258 ____________________________________________________________________________
6259 [  2318] By: gsar                                  on 1998/11/27  12:50:08
6260     Log: integrate cfgperl changes into mainline
6261  Branch: perl
6262       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
6263        ! pod/perlfaq4.pod
6264       !> (integrate 30 files)
6265 ____________________________________________________________________________
6266 [  2317] By: jhi                                   on 1998/11/27  11:38:13
6267     Log: C<-x>.
6268  Branch: cfgperl
6269        ! lib/filetest.pm
6270 ____________________________________________________________________________
6271 [  2316] By: jhi                                   on 1998/11/27  11:10:22
6272     Log: Integrate from mainperl.
6273  Branch: cfgperl
6274       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
6275       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
6276       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
6277       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
6278       !> win32/win32sck.c
6279 ____________________________________________________________________________
6280 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
6281     Log: integrate change#2246 from mainline, while still allowing
6282          C<sort $globref @foo>
6283          
6284          allow C<sort $coderef @foo>
6285  Branch: maint-5.005/perl
6286        ! op.c sv.c
6287       !> t/op/sort.t
6288 ____________________________________________________________________________
6289 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
6290     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
6291          forwarded by Jarkko Hietaniemi from Mark Bixby
6292  Branch: maint-5.005/perl
6293        ! ext/DynaLoader/dl_mpeix.xs installperl
6294 ____________________________________________________________________________
6295 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
6296     Log: Allow PL_FILES to have multiple targets from one source by allowing
6297          an array ref as the value in the hash
6298  Branch: maint-5.005/perl
6299        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
6300        ! lib/ExtUtils/MakeMaker.pm
6301 ____________________________________________________________________________
6302 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
6303     Log: fix unsigned variables to use SvUV and sv_setuv
6304  Branch: maint-5.005/perl
6305        ! lib/ExtUtils/typemap
6306 ____________________________________________________________________________
6307 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
6308     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
6309  Branch: maint-5.005/perl
6310        ! lib/ExtUtils/MM_Unix.pm
6311 ____________________________________________________________________________
6312 [  2301] By: gsar                                  on 1998/11/26  10:16:54
6313     Log: fix PL_defoutgv leak under threads
6314  Branch: perl
6315        ! ext/Thread/Thread.xs
6316 ____________________________________________________________________________
6317 [  2300] By: gsar                                  on 1998/11/26  09:04:44
6318     Log: properly free temporaries created by threads
6319  Branch: perl
6320        ! ext/Thread/Thread.xs
6321 ____________________________________________________________________________
6322 [  2299] By: gsar                                  on 1998/11/26  06:51:16
6323     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
6324          to set the package for the block properly
6325  Branch: perl
6326        ! op.c t/comp/package.t t/lib/dumper.t
6327 ____________________________________________________________________________
6328 [  2298] By: nick                                  on 1998/11/24  22:04:20
6329     Log: Part-1 of tweaks to allow Tk to be "compiled"
6330          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
6331          (May also need attention to exports etc. - to follow.)
6332  Branch: perl
6333        ! universal.c
6334 ____________________________________________________________________________
6335 [  2294] By: jhi                                   on 1998/11/23  10:44:26
6336     Log: The new socket tests need in some platforms
6337          to #include <sys/types.h>.
6338  Branch: cfgperl
6339        ! Configure
6340 ____________________________________________________________________________
6341 [  2293] By: jhi                                   on 1998/11/23  10:33:42
6342     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
6343          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
6344          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
6345          Date: Mon, 23 Nov 1998 10:07:04 +0100
6346          Message-Id: <9811230907.AA06484@AWT.nl>
6347          
6348          NeXTstep NetInfo uses nidump to get the user/group databases.
6349  Branch: cfgperl
6350        ! t/op/grent.t t/op/pwent.t
6351 ____________________________________________________________________________
6352 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
6353     Log: Updated Porting/patchls utility.
6354  Branch: maint-5.004/perl
6355        ! Porting/patchls
6356 ____________________________________________________________________________
6357 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
6358     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
6359          From:  Henrik Tougaard <ht.000@foa.dk>
6360          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
6361          Files:  lib/Sys/Syslog.pm
6362  Branch: maint-5.004/perl
6363        ! lib/Sys/Syslog.pm
6364 ____________________________________________________________________________
6365 [  2286] By: jhi                                   on 1998/11/22  19:08:42
6366     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
6367  Branch: cfgperl
6368        ! ext/Socket/Socket.xs
6369 ____________________________________________________________________________
6370 [  2285] By: jhi                                   on 1998/11/22  18:21:07
6371     Log: MSG_PROXY for GNU/Hurd (previously we believed that
6372          all GNU libc platforms have MSG_PROXY.  Untrue).
6373          In fact this ended up as a major MSG_* and SCM_*
6374          update.  The MSG_XXX known to be enums in some
6375          versions of the glibc are now probed for and respective
6376          HAS_MSG_XXX are defined.  While I was at it I noticed
6377          SCM_RIGHTS being similarly an enum.  This reminded me of
6378          an ancient discussion in perl5-porters:
6379          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
6380          The BSD socket interface has a nifty feature for passing
6381          file descriptors and credentials--via sockets.  It may be
6382          too late to add this functionality to the CORE but
6383          at least Configure now probes for the functions,
6384          structs, and includes, defining the appropriate
6385          HAS_YYY and I_ZZZ, and the Socket extension exports
6386          the constants, in case somebody wants to write an
6387          extension for this interface.
6388  Branch: cfgperl
6389        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6390        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
6391        ! iperlsys.h
6392 ____________________________________________________________________________
6393 [  2284] By: jhi                                   on 1998/11/22  18:13:21
6394     Log: perlhist.pod 1.54, containing 5_53.
6395  Branch: cfgperl
6396        ! pod/perlhist.pod
6397 ____________________________________________________________________________
6398 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
6399     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
6400  Branch: maint-5.004/perl
6401        ! doio.c
6402 ____________________________________________________________________________
6403 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
6404     Log: Improve op/die_exit.t test for implicit close changing $!
6405  Branch: maint-5.004/perl
6406        ! t/op/die_exit.t
6407 ____________________________________________________________________________
6408 [  2268] By: jhi                                   on 1998/11/22  14:44:11
6409     Log: Fix thinko.
6410  Branch: cfgperl
6411        ! hints/dynixptx.sh
6412 ____________________________________________________________________________
6413 [  2267] By: jhi                                   on 1998/11/22  13:19:41
6414     Log: Document the d_socket override.
6415  Branch: cfgperl
6416        ! hints/dynixptx.sh
6417 ____________________________________________________________________________
6418 [  2266] By: jhi                                   on 1998/11/22  12:12:29
6419     Log: From: John Tobey <jtobey@channel1.com>
6420          Subject: [PATCH] perlfaq typos
6421          To: perl5-porters@perl.com
6422          Date: 22 Nov 1998 04:25:15 +0200
6423          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
6424  Branch: cfgperl
6425        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
6426        ! pod/perlfaq7.pod pod/perlfaq8.pod
6427 ____________________________________________________________________________
6428 [  2265] By: jhi                                   on 1998/11/22  12:06:29
6429     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
6430          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
6431          Newsgroups: hut.lists.perl5-porters
6432          To: gsar@engin.umich.edu (Gurusamy Sarathy)
6433          Cc: perl5-porters@perl.org (Perl5 Porters)
6434          Date: 20 Nov 1998 12:20:41 +0200
6435  Branch: cfgperl
6436        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6437        ! ext/DB_File/DB_File.xs
6438 ____________________________________________________________________________
6439 [  2264] By: jhi                                   on 1998/11/22  11:55:09
6440     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
6441          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
6442          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
6443          To: perlbug@perl.com
6444          Date: 20 Nov 1998 18:39:06 +0200
6445          Lines: 47
6446          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
6447  Branch: cfgperl
6448        ! t/op/grent.t t/op/pwent.t
6449 ____________________________________________________________________________
6450 [  2263] By: jhi                                   on 1998/11/22  11:42:59
6451     Log: Permission testing is tricky when we have too much power.
6452          Problem reported in
6453          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
6454          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
6455          To: perlbug@perl.com
6456          Date: 20 Nov 1998 18:39:06 +0200
6457          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
6458  Branch: cfgperl
6459        ! t/op/filetest.t
6460 ____________________________________________________________________________
6461 [  2262] By: gsar                                  on 1998/11/22  11:37:02
6462     Log: fix broken CAPI generation
6463  Branch: perl
6464        ! win32/GenCAPI.pl
6465 ____________________________________________________________________________
6466 [  2261] By: jhi                                   on 1998/11/22  11:17:00
6467     Log: -x should be C<-x>, reported by Gerben Wierda.
6468  Branch: cfgperl
6469        ! pod/perlfunc.pod
6470 ____________________________________________________________________________
6471 [  2260] By: gsar                                  on 1998/11/22  11:12:02
6472     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
6473  Branch: perl
6474        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
6475        ! proto.h
6476 ____________________________________________________________________________
6477 [  2259] By: jhi                                   on 1998/11/22  11:06:40
6478     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
6479          Subject: Re: [PATCH] Re: pod2man bug in date generated line
6480          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
6481          Cc: perlbug@perl.com
6482          Date: 20 Nov 1998 21:30:17 +0200
6483          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
6484  Branch: cfgperl
6485        ! pod/pod2man.PL
6486 ____________________________________________________________________________
6487 [  2256] By: jhi                                   on 1998/11/21  10:44:01
6488     Log: From: Thomas Bowditch <bowditch@inmet.com>
6489          Subject: Benchmark.pm suggestion
6490          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
6491          Date: Fri, 20 Nov 1998 17:43:46 -0500
6492          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
6493          
6494          Added timesum().
6495  Branch: cfgperl
6496        ! lib/Benchmark.pm
6497 ____________________________________________________________________________
6498 [  2255] By: gsar                                  on 1998/11/21  08:45:06
6499     Log: another win32 portability fix: make sysread() and syswrite()
6500          work on sockets
6501  Branch: perl
6502        ! pp_sys.c win32/win32.h
6503 ____________________________________________________________________________
6504 [  2254] By: gsar                                  on 1998/11/21  07:49:06
6505     Log: win32_recvfrom() compatibility fix
6506  Branch: perl
6507        ! win32/win32sck.c
6508 ____________________________________________________________________________
6509 [  2253] By: jhi                                   on 1998/11/20  08:22:06
6510     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
6511          To: jhi@iki.fi
6512          Subject: MPE/iX Perl 5.005_02 oops
6513          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
6514          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
6515  Branch: cfgperl
6516        ! ext/DynaLoader/dl_mpeix.xs installperl
6517 ____________________________________________________________________________
6518 [  2252] By: gsar                                  on 1998/11/19  17:38:03
6519     Log: mess_sv tweak for change#2249
6520  Branch: perl
6521        ! util.c
6522 ____________________________________________________________________________
6523 [  2251] By: jhi                                   on 1998/11/18  12:32:19
6524     Log: Display use64bits and usemultiplicity but only if necessary.
6525  Branch: cfgperl
6526        ! myconfig
6527 ____________________________________________________________________________
6528 [  2250] By: jhi                                   on 1998/11/18  12:26:50
6529     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
6530          Subject: pp.c uses 'unsigned Quad_t'
6531          To: perlbug@perl.com 
6532          Date: Sun, 15 Nov 1998 20:57:05 -0300 
6533          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
6534  Branch: cfgperl
6535        ! perl.h pp.c
6536 ____________________________________________________________________________
6537 [  2249] By: gsar                                  on 1998/11/18  05:43:11
6538     Log: use PL_mess_sv only during global destruction (fixes problems with
6539          overlapping invocations of form()/warn()/die()/croak() trampling on
6540          each other's messages)
6541  Branch: perl
6542        ! mg.c util.c
6543 ____________________________________________________________________________
6544 [  2248] By: gsar                                  on 1998/11/18  05:39:36
6545     Log: tweak change#2245 to skip previous message if any
6546  Branch: perl
6547        ! pp_ctl.c t/pragma/warn/pp_ctl
6548 ____________________________________________________________________________
6549 [  2247] By: jhi                                   on 1998/11/17  11:46:56
6550     Log: Integrate from mainperl.
6551  Branch: cfgperl
6552       !> (integrate 26 files)
6553 ____________________________________________________________________________
6554 [  2246] By: gsar                                  on 1998/11/17  09:41:10
6555     Log: allow C<sort $coderef @foo>
6556  Branch: perl
6557        ! op.c t/op/sort.t t/pragma/overload.t
6558 ____________________________________________________________________________
6559 [  2245] By: gsar                                  on 1998/11/17  08:28:26
6560     Log: propagate failures in DESTROY() as (optional) warnings
6561  Branch: perl
6562        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
6563 ____________________________________________________________________________
6564 [  2244] By: gsar                                  on 1998/11/17  07:43:08
6565     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
6566  Branch: perl
6567        ! perl.c thrdvar.h
6568 ____________________________________________________________________________
6569 [  2243] By: gsar                                  on 1998/11/17  07:40:09
6570     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
6571  Branch: perl
6572        ! lib/warning.pm warning.h warning.pl
6573 ____________________________________________________________________________
6574 [  2242] By: gsar                                  on 1998/11/17  06:32:39
6575     Log: fix skipspace() to properly account for newlines in eval''-ed
6576          strings (caused bogus line numbers in diagnostics and debugger)
6577  Branch: perl
6578        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
6579 ____________________________________________________________________________
6580 [  2241] By: gsar                                  on 1998/11/17  03:48:12
6581     Log: s/Perl_utf8skip/PL_utf8skip/g
6582  Branch: perl
6583        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
6584 ____________________________________________________________________________
6585 [  2240] By: gsar                                  on 1998/11/14  06:09:06
6586     Log: rework op/groups.t
6587  Branch: perl
6588        ! t/op/filetest.t t/op/groups.t
6589 ____________________________________________________________________________
6590 [  2235] By: gsar                                  on 1998/11/14  00:17:05
6591     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
6592  Branch: perl
6593        ! op.c
6594 ____________________________________________________________________________
6595 [  2234] By: gsar                                  on 1998/11/14  00:14:02
6596     Log: update Changes
6597  Branch: perl
6598        ! Changes win32/config.bc win32/config.gc win32/config.vc
6599 ____________________________________________________________________________
6600 [  2233] By: gsar                                  on 1998/11/13  09:43:03
6601     Log: doc tweak
6602  Branch: perl
6603        ! README.win32
6604 ____________________________________________________________________________
6605 [  2230] By: jhi                                   on 1998/11/12  17:07:45
6606     Log: Allow hints file override for d_socket
6607          (based on Sequent-induced change #2229).
6608  Branch: cfgperl
6609        ! Configure
6610 ____________________________________________________________________________
6611 [  2229] By: jhi                                   on 1998/11/12  16:32:33
6612     Log: 
6613          From: "Martin J. Bligh" <mbligh@sequent.com>
6614          To: jhi@iki.fi
6615          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
6616          Subject: Re: Making Perl work on DYNIX/ptx
6617          Date: Tue, 10 Nov 1998 16:24:26 -0800
6618          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
6619  Branch: cfgperl
6620        ! hints/dynixptx.sh
6621 ____________________________________________________________________________
6622 [  2228] By: jhi                                   on 1998/11/12  11:40:37
6623     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
6624          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
6625          To: jhi@iki.fi
6626          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
6627          Subject: Re: Making Perl work on DYNIX/ptx
6628          Date: Tue, 10 Nov 1998 18:01:10 -0800
6629  Branch: cfgperl
6630        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
6631 ____________________________________________________________________________
6632 [  2227] By: jhi                                   on 1998/11/12  11:17:42
6633     Log: Integrate from mainperl.
6634  Branch: cfgperl
6635       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
6636       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
6637       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
6638       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
6639       !> win32/win32.c x2p/s2p.PL
6640 ____________________________________________________________________________
6641 [  2226] By: gsar                                  on 1998/11/11  21:05:42
6642     Log: provide -DPERL_POLLUTE
6643  Branch: perl
6644        ! embed.pl embedvar.h
6645 ____________________________________________________________________________
6646 [  2225] By: jhi                                   on 1998/11/09  07:45:12
6647     Log: From: Hans Mulder <hansm@icgroup.nl>
6648          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
6649          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
6650          perl5-porters@perl.org
6651          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
6652          (UNINSTALLED)
6653          Date: Sun,  8 Nov 98 22:20:23 +0100
6654          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
6655  Branch: cfgperl
6656        ! malloc.c perl.h
6657 ____________________________________________________________________________
6658 [  2224] By: gsar                                  on 1998/11/09  03:13:14
6659     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
6660          Christoph <lupe@alanya.m.isar.de>)
6661  Branch: perl
6662        ! lib/Text/Wrap.pm
6663 ____________________________________________________________________________
6664 [  2223] By: gsar                                  on 1998/11/09  02:09:06
6665     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
6666          <lionel.fourquaux@wanadoo.fr>)
6667  Branch: perl
6668        ! x2p/s2p.PL
6669 ____________________________________________________________________________
6670 [  2222] By: gsar                                  on 1998/11/09  01:56:24
6671     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
6672          Date: Wed, 04 Nov 1998 12:19:44 +0000
6673          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
6674          Subject: [PATCH] Re: [5.005_53] read overflow? 
6675          --
6676          Date: Wed, 04 Nov 1998 13:15:18 +0000
6677          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
6678          Subject: [PATCH 5.005_53] perl -V fix
6679  Branch: perl
6680        ! perl.c regexec.c
6681 ____________________________________________________________________________
6682 [  2221] By: gsar                                  on 1998/11/09  01:34:56
6683     Log: From: jan.dubois@ibm.net (Jan Dubois)
6684          Date: Sun, 01 Nov 1998 00:05:01 +0100
6685          Message-ID: <364294bd.18052307@smtp1.ibm.net>
6686          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
6687  Branch: perl
6688        ! Changes win32/makedef.pl
6689 ____________________________________________________________________________
6690 [  2220] By: gsar                                  on 1998/11/08  21:13:07
6691     Log: integrate changes#2120,2168,2218 from maint-5.005;
6692          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
6693          enum; make regen_headers
6694  Branch: perl
6695        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
6696        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
6697 ____________________________________________________________________________
6698 [  2219] By: gsar                                  on 1998/11/08  19:42:57
6699     Log: integrate cfgperl changes into mainline
6700  Branch: perl
6701       +> README.vmesa
6702       !> Configure MANIFEST Porting/Glossary Porting/config.sh
6703       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
6704       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
6705       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
6706       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
6707       !> thread.h vms/subconfigure.com vos/config.h
6708 ____________________________________________________________________________
6709 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
6710     Log: From: Graham Barr <gbarr@ti.com>
6711          Date: Mon, 2 Nov 1998 07:38:52 -0600
6712          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
6713          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
6714  Branch: maint-5.005/perl
6715        ! ext/IPC/SysV/Msg.pm
6716 ____________________________________________________________________________
6717 [  2215] By: gsar                                  on 1998/11/08  02:52:52
6718     Log: set close-on-exec bit on pipe() FDs
6719  Branch: perl
6720        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
6721 ____________________________________________________________________________
6722 [  2214] By: gsar                                  on 1998/11/08  02:27:57
6723     Log: typo in newHVhv()
6724  Branch: perl
6725        ! hv.c
6726 ____________________________________________________________________________
6727 [  2211] By: jhi                                   on 1998/11/07  21:14:18
6728     Log: Finalize the Mach CThreads support.
6729          
6730          From: Hans Mulder <hansm@icgroup.nl>
6731          Date: Sat,  7 Nov 98 22:06:20 +0100
6732          To: Gurusamy Sarathy <gsar@engin.umich.edu>
6733          Cc: jhi@iki.fi, perl5-porters@perl.org
6734          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
6735          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
6736  Branch: cfgperl
6737        ! malloc.c perl.h
6738 ____________________________________________________________________________
6739 [  2210] By: gsar                                  on 1998/11/06  20:36:50
6740     Log: fix AvREALISH bogusness
6741  Branch: perl
6742        ! av.c t/op/array.t
6743 ____________________________________________________________________________
6744 [  2209] By: jhi                                   on 1998/11/06  08:05:31
6745     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
6746          ASSERT() causes problems in {NeXTStep,OpenStep}.
6747          
6748          From: Hans Mulder <hansm@icgroup.nl>
6749          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
6750          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
6751          Date: Fri,  6 Nov 98 01:27:41 +0100
6752          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
6753          
6754          and
6755          
6756          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6757          Subject: Re: ASSERT() in malloc.c
6758          To: jhi@iki.fi
6759          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
6760          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
6761  Branch: cfgperl
6762        ! malloc.c
6763 ____________________________________________________________________________
6764 [  2208] By: jhi                                   on 1998/11/06  07:55:38
6765     Log: Mach CThreads needs #include <mach/cthreads.h>.
6766  Branch: cfgperl
6767        ! perl.h
6768 ____________________________________________________________________________
6769 [  2206] By: jhi                                   on 1998/11/05  14:54:52
6770     Log: PERL_BADLANG wrongly documented.
6771          
6772          From: ts <decoux@moulon.inra.fr>
6773          To: jhi@cc.hut.fi
6774          Subject: Re: Locale warning messages
6775          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
6776          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
6777          
6778          and
6779          
6780          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6781          Subject: Re: PERL_BADLANG
6782          To: jhi@iki.fi
6783          Subject: Re: PERL_BADLANG
6784          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
6785          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
6786  Branch: cfgperl
6787        ! pod/perllocale.pod
6788 ____________________________________________________________________________
6789 [  2205] By: jhi                                   on 1998/11/05  14:24:33
6790     Log: Document all the control flow keywords in perlfunc
6791          so that "perlfunc -f while" works.
6792  Branch: cfgperl
6793        ! pod/perlfunc.pod
6794 ____________________________________________________________________________
6795 [  2204] By: jhi                                   on 1998/11/05  12:46:02
6796     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
6797          (from vos/config.h).  Update Porting/{Glossary,config*}.
6798  Branch: cfgperl
6799        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6800        ! config_h.SH vos/config.h
6801 ____________________________________________________________________________
6802 [  2203] By: jhi                                   on 1998/11/05  08:34:39
6803     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
6804  Branch: cfgperl
6805        ! hints/vmesa.sh vms/subconfigure.com
6806 ____________________________________________________________________________
6807 [  2202] By: jhi                                   on 1998/11/05  08:03:20
6808     Log: Integrate from mainperl.
6809  Branch: cfgperl
6810       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
6811       !> win32/Makefile win32/makefile.mk win32/win32.c
6812 ____________________________________________________________________________
6813 [  2201] By: gsar                                  on 1998/11/05  04:40:44
6814     Log: another POPSTACK victim
6815  Branch: perl
6816        ! cop.h sv.c
6817 ____________________________________________________________________________
6818 [  2196] By: gsar                                  on 1998/11/05  02:07:54
6819     Log: fix a location affected by change#2191, add note about POPSTACK
6820  Branch: perl
6821        ! cop.h gv.c pp_ctl.c
6822 ____________________________________________________________________________
6823 [  2195] By: gsar                                  on 1998/11/05  02:04:45
6824     Log: makefile notes
6825  Branch: perl
6826        ! win32/Makefile win32/makefile.mk
6827 ____________________________________________________________________________
6828 [  2192] By: gsar                                  on 1998/11/04  23:48:53
6829     Log: indeterminate order-of-evaluation fixes
6830  Branch: perl
6831        ! mg.c
6832 ____________________________________________________________________________
6833 [  2191] By: gsar                                  on 1998/11/04  23:02:16
6834     Log: refetch local stack pointer in POPSTACK
6835  Branch: perl
6836        ! cop.h perl.c
6837 ____________________________________________________________________________
6838 [  2190] By: jhi                                   on 1998/11/04  08:50:40
6839     Log: Configure update.
6840          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
6841          
6842          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6843          To: Martin Bligh <mbligh@sequent.com>
6844          Cc: Jarkko Hietaniemi <jhi@iki.fi>
6845          Subject: Re: Perl 5's configure on DYNIX/ptx
6846          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
6847          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
6848          
6849          find sockets also from libsocket, not just libnet.
6850          OS390: $compile_ok instead of $compile for <inttypes.h>,
6851          
6852          From: pvhp@forte.com (Peter Prymmer)
6853          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
6854          Subject: _53 not OK on os390 but looking better than ever
6855          Date: Tue, 3 Nov 98 17:33:22 PST
6856          Message-Id: <9811040133.AA09450@forte.com>
6857  Branch: cfgperl
6858        ! Configure
6859 ____________________________________________________________________________
6860 [  2189] By: jhi                                   on 1998/11/04  07:43:58
6861     Log: sysio.t failure: fix undefined order of evaluation, from
6862          
6863          From: Spider Boardman <spider@web.zk3.dec.com>
6864          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
6865          To: perlbug@perl.com
6866          Date: 4 Nov 1998 01:22:30 +0200
6867          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
6868  Branch: cfgperl
6869        ! pp_sys.c
6870 ____________________________________________________________________________
6871 [  2188] By: gsar                                  on 1998/11/04  02:59:16
6872     Log: fix return value of win32_pclose()
6873  Branch: perl
6874        ! win32/win32.c
6875 ____________________________________________________________________________
6876 [  2187] By: gsar                                  on 1998/11/04  02:56:34
6877     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
6878  Branch: perl
6879        ! Changes doop.c gv.c util.c
6880 ____________________________________________________________________________
6881 [  2186] By: jhi                                   on 1998/11/03  08:17:52
6882     Log: Document quads in pack.
6883  Branch: cfgperl
6884        ! pod/perlfunc.pod
6885 ____________________________________________________________________________
6886 [  2185] By: jhi                                   on 1998/11/03  07:49:35
6887     Log: (IV) vs (I32) vs I_V()
6888          
6889          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
6890          From: Anton Berezin <tobez@plab.ku.dk> 
6891          To: "p5p" <perl5-porters@perl.org> 
6892          Date: 01 Nov 1998 15:09:11 +0100 
6893          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
6894          
6895          and
6896          
6897          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
6898          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
6899          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
6900  Branch: cfgperl
6901        ! sv.c
6902 ____________________________________________________________________________
6903 [  2184] By: jhi                                   on 1998/11/03  07:42:46
6904     Log: VM/ESA updates.
6905  Branch: cfgperl
6906        + README.vmesa
6907        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
6908 ____________________________________________________________________________
6909 [  2183] By: jhi                                   on 1998/11/02  12:58:13
6910     Log: The id(1)-parsing is real fun.
6911  Branch: cfgperl
6912        ! t/op/groups.t
6913 ____________________________________________________________________________
6914 [  2182] By: jhi                                   on 1998/11/02  12:07:43
6915     Log: Decommission the symlink test.
6916  Branch: cfgperl
6917        ! t/op/lex_assign.t
6918 ____________________________________________________________________________
6919 [  2181] By: jhi                                   on 1998/11/02  12:03:08
6920     Log: Replace ATTR_JOINABLE with true Configure probe
6921          for PTHREAD_CREATE_JOINABLE (or equivalent:
6922          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
6923          Remove ATTR_JOINABLE itself: Thread.xs uses
6924          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
6925          
6926          Really scan for <mach/cthreads.h> only if usethreads.
6927  Branch: cfgperl
6928        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
6929 ____________________________________________________________________________
6930 [  2180] By: jhi                                   on 1998/11/02  11:07:34
6931     Log: In HP-UX 10.X usethreads only if the required files are present.
6932  Branch: cfgperl
6933        ! hints/hpux.sh
6934 ____________________________________________________________________________
6935 [  2179] By: jhi                                   on 1998/11/02  09:10:33
6936     Log: Prefer groups(1).
6937          id -Gn can be broken.
6938          id -a can save the day.
6939  Branch: cfgperl
6940        ! t/op/groups.t
6941 ____________________________________________________________________________
6942 [  2178] By: jhi                                   on 1998/11/02  08:35:29
6943     Log: Detrail enum comma.
6944  Branch: cfgperl
6945        ! perl.h
6946 ____________________________________________________________________________
6947 [  2177] By: jhi                                   on 1998/11/02  08:24:12
6948     Log: 0**0 = 1, from
6949          
6950          From: d-lewart@uiuc.edu (Daniel S. Lewart)
6951          Subject: Math::Complex 0**0 patches
6952          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
6953          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
6954          To: jhi@iki.fi (Jarkko Hietaniemi),
6955          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
6956  Branch: cfgperl
6957        ! lib/Math/Complex.pm t/lib/complex.t
6958 ____________________________________________________________________________
6959 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
6960     Log: From: jan.dubois@ibm.net (Jan Dubois)   
6961          Date: Fri, 09 Oct 1998 23:28:31 +0200
6962          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
6963          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
6964  Branch: maint-5.005/perl
6965        ! XSUB.h
6966 ____________________________________________________________________________
6967 [  2164] By: jhi                                   on 1998/10/31  15:50:02
6968     Log: Integrate from mainperl.
6969  Branch: cfgperl
6970       +> t/op/lex_assign.t
6971       !> (integrate 45 files)
6972
6973 ----------------
6974 Version 5.005_53
6975 ----------------
6976
6977 ____________________________________________________________________________
6978 [  2163] By: gsar                                  on 1998/10/31  11:31:12
6979     Log: bump patchlevel; other minor fixes for clean build and test on
6980          Solaris and win32
6981  Branch: perl
6982        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
6983        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
6984        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
6985        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
6986        ! x2p/a2p.c
6987 ____________________________________________________________________________
6988 [  2162] By: gsar                                  on 1998/10/31  09:40:31
6989     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6990          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
6991          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
6992          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
6993  Branch: perl
6994        ! pp.h
6995 ____________________________________________________________________________
6996 [  2161] By: gsar                                  on 1998/10/31  09:39:13
6997     Log: From: Albert Dvornik <bert@genscan.com>
6998          Date: 30 Oct 1998 17:50:04 -0500
6999          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
7000          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
7001  Branch: perl
7002        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
7003 ____________________________________________________________________________
7004 [  2160] By: gsar                                  on 1998/10/31  09:35:03
7005     Log: fix for bugs in -x mode
7006          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7007          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
7008          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
7009          Subject: [PATCH 5.00552] Fix h2xs
7010  Branch: perl
7011        ! utils/h2xs.PL
7012 ____________________________________________________________________________
7013 [  2159] By: gsar                                  on 1998/10/31  09:31:36
7014     Log: Data::Dumper update
7015  Branch: perl
7016        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
7017        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
7018 ____________________________________________________________________________
7019 [  2153] By: gsar                                  on 1998/10/30  21:40:09
7020     Log: add testsuite portion of patch
7021          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7022          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
7023          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
7024          Subject: [PATCH 5.00321 ;-)] 87% speedup
7025  Branch: perl
7026        + t/op/lex_assign.t
7027        ! MANIFEST
7028 ____________________________________________________________________________
7029 [  2152] By: gsar                                  on 1998/10/30  21:08:11
7030     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
7031  Branch: perl
7032        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
7033 ____________________________________________________________________________
7034 [  2151] By: gsar                                  on 1998/10/30  20:18:09
7035     Log: From: Mark-Jason Dominus <mjd@plover.com>
7036          Date: Fri, 30 Oct 1998 14:24:23 EST
7037          Message-Id: <19981030192423.27276.qmail@plover.com>
7038          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
7039  Branch: perl
7040        ! x2p/walk.c
7041 ____________________________________________________________________________
7042 [  2150] By: gsar                                  on 1998/10/30  20:08:57
7043     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7044          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
7045          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
7046          Subject: [PATCH 5.00552] Overloaded <> and deref again
7047  Branch: perl
7048        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
7049        ! t/pragma/overload.t toke.c
7050 ____________________________________________________________________________
7051 [  2149] By: gsar                                  on 1998/10/30  19:38:15
7052     Log: From: Roderick Schertler <roderick@argon.org>
7053          Date: Thu, 29 Oct 1998 14:50:18 -0500
7054          Message-ID: <17625.909690618@eeyore.ibcinc.com>
7055          Subject: patch for daemonization docs in perlipc
7056  Branch: perl
7057        ! pod/perlipc.pod
7058 ____________________________________________________________________________
7059 [  2148] By: gsar                                  on 1998/10/30  19:36:07
7060     Log: From: Anton Berezin <tobez@plab.ku.dk>
7061          Date: 29 Oct 1998 17:06:25 +0100
7062          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
7063          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
7064  Branch: perl
7065        ! win32/win32.c
7066 ____________________________________________________________________________
7067 [  2147] By: gsar                                  on 1998/10/30  19:31:37
7068     Log: tweaked version of suggested patch
7069          From: Anton Berezin <tobez@plab.ku.dk>
7070          Date: 29 Oct 1998 14:48:54 +0100
7071          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
7072          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
7073  Branch: perl
7074        ! win32/win32.c
7075 ____________________________________________________________________________
7076 [  2146] By: gsar                                  on 1998/10/30  19:03:50
7077     Log: hand-apply whitespace-mutiliated patch
7078          From: "vishal bhatia" <vishalb@hotmail.com>
7079          Date: Wed, 28 Oct 1998 23:45:32 PST
7080          Message-ID: <19981029074534.2334.qmail@hotmail.com>
7081          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
7082  Branch: perl
7083        ! ext/B/B/C.pm ext/B/B/CC.pm
7084 ____________________________________________________________________________
7085 [  2145] By: gsar                                  on 1998/10/30  18:46:58
7086     Log: remaining PL_foo stragglers
7087  Branch: perl
7088        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
7089        ! op.h os2/os2.c vms/gen_shrfls.pl
7090 ____________________________________________________________________________
7091 [  2144] By: gsar                                  on 1998/10/30  17:38:36
7092     Log: integrate cfgperl tweaks into mainline
7093  Branch: perl
7094       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
7095       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
7096 ____________________________________________________________________________
7097 [  2143] By: jhi                                   on 1998/10/30  13:27:39
7098     Log: There can be multiple yacc/bison errors.
7099  Branch: cfgperl
7100        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
7101 ____________________________________________________________________________
7102 [  2142] By: jhi                                   on 1998/10/30  13:18:43
7103     Log: README.posix-bc update.
7104  Branch: cfgperl
7105        ! README.posix-bc
7106 ____________________________________________________________________________
7107 [  2141] By: jhi                                   on 1998/10/30  09:12:59
7108     Log: #2133 fallout.
7109  Branch: cfgperl
7110        ! doio.c ext/POSIX/POSIX.xs
7111 ____________________________________________________________________________
7112 [  2140] By: jhi                                   on 1998/10/30  08:43:18
7113     Log: Integrate from mainperl.
7114  Branch: cfgperl
7115       +> globvar.sym pp.sym
7116        - objpp.h thread.sym
7117       !> (integrate 61 files)
7118 ____________________________________________________________________________
7119 [  2133] By: gsar                                  on 1998/10/30  02:51:39
7120     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
7121          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
7122          should soon be automated also; the global variables that
7123          escaped the PL_foo conversion are now reined in; renamed
7124          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
7125          type of same name; duplicated lists of pp_things in various
7126          places is now gone; result has only been tested on win32
7127  Branch: perl
7128        + globvar.sym pp.sym
7129        - objpp.h thread.sym
7130        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
7131        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
7132        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
7133        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
7134        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
7135        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
7136        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
7137        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
7138        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
7139        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7140        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
7141 ____________________________________________________________________________
7142 [  2130] By: jhi                                   on 1998/10/29  15:31:26
7143     Log: Pure bison yylex() proto was broken.
7144  Branch: cfgperl
7145        ! proto.h
7146 ____________________________________________________________________________
7147 [  2126] By: jhi                                   on 1998/10/29  08:35:54
7148     Log: Integrate mainperl.
7149  Branch: cfgperl
7150       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
7151       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
7152       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
7153       !> t/pragma/warn/doio toke.c win32/makefile.mk
7154 ____________________________________________________________________________
7155 [  2125] By: jhi                                   on 1998/10/29  08:32:38
7156     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
7157  Branch: cfgperl
7158        ! Makefile.SH
7159 ____________________________________________________________________________
7160 [  2124] By: jhi                                   on 1998/10/29  08:06:44
7161     Log: EBCDIC Makefile.SH tuneup.
7162  Branch: cfgperl
7163        ! Makefile.SH
7164 ____________________________________________________________________________
7165 [  2119] By: gsar                                  on 1998/10/28  23:24:04
7166     Log: remove doubled hunk from integration
7167  Branch: perl
7168        ! pp.c
7169 ____________________________________________________________________________
7170 [  2118] By: gsar                                  on 1998/10/28  22:03:31
7171     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7172          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
7173          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
7174          Subject: [PATCH 5.00552] Minor debugger tweaks
7175  Branch: perl
7176        ! lib/perl5db.pl
7177 ____________________________________________________________________________
7178 [  2117] By: gsar                                  on 1998/10/28  22:02:30
7179     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7180          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
7181          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
7182          Subject: [PATCH 5.00552] Make sort respect overloading
7183  Branch: perl
7184        ! pp_ctl.c proto.h t/pragma/overload.t
7185 ____________________________________________________________________________
7186 [  2116] By: gsar                                  on 1998/10/28  21:51:11
7187     Log: MM patches from Ilya Zakharevich
7188          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
7189          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
7190          Subject: [PATCH 5.00552] Make MakeMaker more verbose
7191          --
7192          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
7193          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
7194          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
7195  Branch: perl
7196        ! lib/ExtUtils/MakeMaker.pm
7197 ____________________________________________________________________________
7198 [  2115] By: gsar                                  on 1998/10/28  21:46:19
7199     Log: add explicit references to perl source path in ld2 and gcc2
7200  Branch: perl
7201        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
7202 ____________________________________________________________________________
7203 [  2114] By: gsar                                  on 1998/10/28  21:39:56
7204     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
7205          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
7206          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
7207          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
7208  Branch: perl
7209        ! INSTALL
7210 ____________________________________________________________________________
7211 [  2113] By: gsar                                  on 1998/10/28  21:21:16
7212     Log: integrate cfgperl into mainline
7213  Branch: perl
7214       +> t/op/filetest.t
7215       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
7216       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
7217       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
7218       !> thread.h toke.c vmesa/Makefile
7219 ____________________________________________________________________________
7220 [  2112] By: gsar                                  on 1998/10/28  21:14:18
7221     Log: minor cleanup
7222  Branch: perl
7223        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
7224 ____________________________________________________________________________
7225 [  2111] By: gsar                                  on 1998/10/28  18:52:10
7226     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
7227  Branch: perl
7228        ! toke.c
7229 ____________________________________________________________________________
7230 [  2110] By: jhi                                   on 1998/10/28  15:07:54
7231     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
7232  Branch: cfgperl
7233        ! Makefile.SH
7234 ____________________________________________________________________________
7235 [  2109] By: jhi                                   on 1998/10/28  13:39:54
7236     Log: a2p.y needs to generate also y.tab.h.
7237  Branch: cfgperl
7238        ! Makefile.SH
7239 ____________________________________________________________________________
7240 [  2108] By: jhi                                   on 1998/10/28  10:33:36
7241     Log: The "parse error" must be converted to "syntax error",
7242          just matching it aint' enough.
7243  Branch: cfgperl
7244        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
7245        ! t/pragma/warning.t
7246 ____________________________________________________________________________
7247 [  2107] By: jhi                                   on 1998/10/28  10:23:05
7248     Log: Regen sig_n{ame,umber}* if slightest doubt.
7249  Branch: cfgperl
7250        ! Configure
7251 ____________________________________________________________________________
7252 [  2106] By: jhi                                   on 1998/10/28  08:44:49
7253     Log: Bison says 'parse error', not 'parser error'.
7254  Branch: cfgperl
7255        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
7256        ! t/pragma/warning.t
7257 ____________________________________________________________________________
7258 [  2105] By: jhi                                   on 1998/10/28  08:42:09
7259     Log: yylex() parametrization.
7260  Branch: cfgperl
7261        ! proto.h toke.c
7262 ____________________________________________________________________________
7263 [  2104] By: jhi                                   on 1998/10/28  08:25:09
7264     Log: Bring in #2102.
7265  Branch: cfgperl
7266        ! pp.c
7267 ____________________________________________________________________________
7268 [  2103] By: jhi                                   on 1998/10/28  08:22:04
7269     Log: From: Dominic Dunlop <domo@vo.lu>
7270          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
7271          Date: 27 Oct 1998 20:47:25 +0200
7272          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
7273  Branch: cfgperl
7274        ! t/op/groups.t
7275 ____________________________________________________________________________
7276 [  2102] By: larry                                 on 1998/10/27  18:58:55
7277     Log: utf8 change to quotemeta broke EBCDIC
7278  Branch: perl
7279        ! pp.c
7280 ____________________________________________________________________________
7281 [  2101] By: jhi                                   on 1998/10/27  12:55:34
7282     Log: $Config{sig_num_init}.
7283          Also, a new approach to the 'pthreads-created-joinable': drop
7284          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
7285          directly. (See also #2096).
7286  Branch: cfgperl
7287        ! Configure config_h.SH
7288 ____________________________________________________________________________
7289 [  2100] By: jhi                                   on 1998/10/27  10:48:55
7290     Log: Regenerated perly_c.diff.
7291  Branch: cfgperl
7292        ! perly_c.diff
7293 ____________________________________________________________________________
7294 [  2099] By: jhi                                   on 1998/10/27  08:42:25
7295     Log: First the mangler was Netscape, then it was me.
7296  Branch: cfgperl
7297        ! vmesa/Makefile
7298 ____________________________________________________________________________
7299 [  2098] By: jhi                                   on 1998/10/27  08:34:40
7300     Log: `id -Gn` might be available where `groups` is not.
7301  Branch: cfgperl
7302        ! t/op/groups.t
7303 ____________________________________________________________________________
7304 [  2097] By: jhi                                   on 1998/10/27  08:05:17
7305     Log: Netscape had mangled the tabs.
7306  Branch: cfgperl
7307        ! vmesa/Makefile
7308 ____________________________________________________________________________
7309 [  2096] By: jhi                                   on 1998/10/27  08:03:05
7310     Log: ATTR_JOINABLE logic, based on (private email)
7311          
7312          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
7313          Subject: Some little diffs
7314          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
7315          Date: Tue, 27 Oct 1998 13:44:42 +1300
7316  Branch: cfgperl
7317        ! thread.h
7318 ____________________________________________________________________________
7319 [  2095] By: jhi                                   on 1998/10/27  07:56:57
7320     Log: Mach cthreads support based on:
7321          
7322          From: brie@corp.home.net (Brian Harrison)
7323          Subject: perl5.005_02 patch for mthreads
7324          To: perl5-porters@perl.org
7325          Date: 24 Oct 1998 01:01:55 +0300
7326          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
7327          
7328          Pthread yield probe (dejavu)
7329          Cosmetic nanochange for the union semun output.
7330          Better inttypes.h probe.
7331          Undo the 'void *' $selecttype probe from #1971 because
7332          it breaks the $selectminbits test.
7333  Branch: cfgperl
7334        ! Configure config_h.SH perl.h thread.h
7335 ____________________________________________________________________________
7336 [  2094] By: jhi                                   on 1998/10/26  13:02:07
7337     Log: Also posix-bc wants to reyacc.
7338  Branch: cfgperl
7339        ! Makefile.SH
7340 ____________________________________________________________________________
7341 [  2093] By: jhi                                   on 1998/10/26  10:17:21
7342     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
7343          5_02 and really breaking things in non-ASCII worlds.
7344  Branch: cfgperl
7345        ! pp.c
7346 ____________________________________________________________________________
7347 [  2092] By: jhi                                   on 1998/10/26  09:08:00
7348     Log: More robustness.
7349  Branch: cfgperl
7350        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
7351        ! t/pragma/warning.t
7352 ____________________________________________________________________________
7353 [  2091] By: jhi                                   on 1998/10/26  08:47:32
7354     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
7355          Bison really wants YYLEX_PARAM.
7356  Branch: cfgperl
7357        ! perly.y proto.h toke.c
7358 ____________________________________________________________________________
7359 [  2090] By: jhi                                   on 1998/10/26  08:21:25
7360     Log: s/YYLEX_PARAM/YYLEXPARAM/
7361  Branch: cfgperl
7362        ! perly.y
7363 ____________________________________________________________________________
7364 [  2089] By: jhi                                   on 1998/10/26  08:17:33
7365     Log: Indicate skipped subtests.
7366  Branch: cfgperl
7367        ! t/io/pipe.t
7368 ____________________________________________________________________________
7369 [  2088] By: jhi                                   on 1998/10/26  08:11:36
7370     Log: Integrate from mainperl.
7371  Branch: cfgperl
7372       !> (integrate 54 files)
7373 ____________________________________________________________________________
7374 [  2087] By: jhi                                   on 1998/10/26  08:08:02
7375     Log: Add test for filetests.
7376  Branch: cfgperl
7377        + t/op/filetest.t
7378        ! MANIFEST
7379 ____________________________________________________________________________
7380 [  2086] By: gsar                                  on 1998/10/26  02:44:44
7381     Log: various win32 tweaks; disable new xs_cpp section (it creates
7382          ambiguous inference graph for %.xs --> %.o)
7383  Branch: perl
7384        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
7385        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
7386        ! win32/config.gc win32/config_H.gc win32/makedef.pl
7387        ! win32/makefile.mk win32/win32.h
7388 ____________________________________________________________________________
7389 [  2085] By: gsar                                  on 1998/10/26  00:50:02
7390     Log: sanity-check $Config{drand01} in rand.t
7391  Branch: perl
7392        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
7393        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7394 ____________________________________________________________________________
7395 [  2078] By: gsar                                  on 1998/10/25  10:22:04
7396     Log: update win32/config*.?c
7397  Branch: perl
7398        ! Changes win32/config.bc win32/config.gc win32/config.vc
7399        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7400 ____________________________________________________________________________
7401 [  2077] By: gsar                                  on 1998/10/25  08:39:25
7402     Log: From: Graham Barr <gbarr@pobox.com>
7403          Date: Sat, 24 Oct 1998 21:45:50 -0500
7404          Message-ID: <19981024214550.C508@pobox.com>
7405          Subject: Re: die with a reference  should use overload "" operator
7406  Branch: perl
7407        ! pp_ctl.c
7408 ____________________________________________________________________________
7409 [  2076] By: gsar                                  on 1998/10/25  08:37:49
7410     Log: From: Graham Barr <gbarr@pobox.com>
7411          Date: Sat, 24 Oct 1998 12:45:21 -0500
7412          Message-ID: <19981024124521.C512@pobox.com>
7413          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
7414  Branch: perl
7415        ! sv.c
7416 ____________________________________________________________________________
7417 [  2075] By: gsar                                  on 1998/10/25  08:24:09
7418     Log: fix C<print $n += 5;> etc.
7419  Branch: perl
7420        ! toke.c
7421 ____________________________________________________________________________
7422 [  2074] By: gsar                                  on 1998/10/25  08:12:28
7423     Log: list builtins with portability caveats
7424          From: Jarkko Hietaniemi <jhi@iki.fi>
7425          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
7426          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
7427          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
7428  Branch: perl
7429        ! pod/perlfunc.pod
7430 ____________________________________________________________________________
7431 [  2073] By: gsar                                  on 1998/10/25  07:55:43
7432     Log: fix stack overrun in file test operators
7433  Branch: perl
7434        ! pp_sys.c
7435 ____________________________________________________________________________
7436 [  2072] By: gsar                                  on 1998/10/25  07:29:45
7437     Log: implement C<goto &func> and other fixes (via private mail)
7438          From:    "vishal bhatia" <vishalb@hotmail.com>
7439          Date:    Wed, 21 Oct 1998 22:59:03 PDT
7440          Message-Id: <19981022055904.20083.qmail@hotmail.com>
7441          Subject: [PATCH 5.005_52] More fixes for B
7442  Branch: perl
7443        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
7444 ____________________________________________________________________________
7445 [  2071] By: gsar                                  on 1998/10/25  07:14:41
7446     Log: From: Graham Barr <gbarr@pobox.com>
7447          Date: Sat, 17 Oct 1998 20:42:41 -0500
7448          Message-ID: <19981017204241.G510@pobox.com>
7449          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
7450  Branch: perl
7451        ! pp_ctl.c
7452 ____________________________________________________________________________
7453 [  2070] By: gsar                                  on 1998/10/25  07:07:29
7454     Log: avoid bogus line number in XSUB redefined warnings
7455  Branch: perl
7456        ! op.c
7457 ____________________________________________________________________________
7458 [  2069] By: gsar                                  on 1998/10/25  06:59:03
7459     Log: From: Martijn Koster <mak@excitecorp.com>
7460          Date: Wed, 21 Oct 1998 13:12:03 +0100
7461          Message-ID: <19981021131203.A15661@excitecorp.com>
7462          Subject: File::Path::mkpath reports the wrong error
7463  Branch: perl
7464        ! lib/File/Path.pm
7465 ____________________________________________________________________________
7466 [  2068] By: gsar                                  on 1998/10/25  06:54:43
7467     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
7468          Date: Tue, 20 Oct 1998 20:52:20 -0500
7469          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
7470          Subject: Exporter.pm's export_to_level() argument handling buggy
7471  Branch: perl
7472        ! lib/Exporter.pm
7473 ____________________________________________________________________________
7474 [  2067] By: gsar                                  on 1998/10/25  06:50:19
7475     Log: From: jan.dubois@ibm.net (Jan Dubois)
7476          Date: Wed, 21 Oct 1998 00:55:51 +0200
7477          Message-ID: <36380269.55370608@smtp1.ibm.net>
7478          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
7479  Branch: perl
7480        ! ext/DynaLoader/DynaLoader_pm.PL
7481 ____________________________________________________________________________
7482 [  2066] By: gsar                                  on 1998/10/25  06:48:19
7483     Log: recognize '%' as a shell metachar for win32
7484          From: jan.dubois@ibm.net (Jan Dubois)
7485          Date: Tue, 20 Oct 1998 21:57:35 +0200
7486          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
7487          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
7488  Branch: perl
7489        ! win32/win32.c
7490 ____________________________________________________________________________
7491 [  2065] By: gsar                                  on 1998/10/25  06:46:30
7492     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
7493  Branch: perl
7494        ! sv.c
7495 ____________________________________________________________________________
7496 [  2064] By: gsar                                  on 1998/10/25  06:45:09
7497     Log: From: Gisle Aas <gisle@aas.no>
7498          Date: 20 Oct 1998 14:24:44 +0200
7499          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
7500          Subject: ord() and unpack("U*",...) should not be negative
7501  Branch: perl
7502        ! pp.c
7503 ____________________________________________________________________________
7504 [  2063] By: gsar                                  on 1998/10/25  06:42:29
7505     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7506          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
7507          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
7508          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
7509  Branch: perl
7510        ! os2/os2.c
7511 ____________________________________________________________________________
7512 [  2062] By: gsar                                  on 1998/10/25  06:41:26
7513     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7514          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
7515          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
7516          Subject: [PATCH 5.005_*] Speed up aassign
7517  Branch: perl
7518        ! pp_hot.c
7519 ____________________________________________________________________________
7520 [  2061] By: gsar                                  on 1998/10/25  06:39:04
7521     Log: From: Graham Barr <gbarr@pobox.com>
7522          Date: Sat, 17 Oct 1998 22:22:02 -0500
7523          Message-ID: <19981017222202.J510@pobox.com>
7524          Subject: Re: '*' prototype does not allow bareword with strict
7525  Branch: perl
7526        ! toke.c
7527 ____________________________________________________________________________
7528 [  2060] By: gsar                                  on 1998/10/25  06:37:34
7529     Log: handle '::' in section names properly
7530          From: Graham Barr <gbarr@pobox.com>
7531          Date: Sat, 17 Oct 1998 12:57:54 -0500
7532          Message-ID: <19981017125754.C510@pobox.com>
7533          Subject: Re: pod2html
7534  Branch: perl
7535        ! lib/Pod/Html.pm
7536 ____________________________________________________________________________
7537 [  2059] By: gsar                                  on 1998/10/25  06:33:43
7538     Log: integrate changes#1982,2014,2021 (from maint-5.005)
7539  Branch: perl
7540       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
7541       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
7542 ____________________________________________________________________________
7543 [  2058] By: gsar                                  on 1998/10/25  05:44:17
7544     Log: allow more win32 symbol exports (suggested by Jan Dubois)
7545  Branch: perl
7546        ! win32/makedef.pl
7547 ____________________________________________________________________________
7548 [  2057] By: gsar                                  on 1998/10/25  05:40:40
7549     Log: integrate change#2053 from maint-5.005
7550  Branch: perl
7551       !> cop.h t/cmd/while.t
7552 ____________________________________________________________________________
7553 [  2056] By: gsar                                  on 1998/10/25  05:16:41
7554     Log: commented version of a patch suggested by Drago Goricanec
7555          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
7556          Date: 16 Oct 1998 15:24:45 +0300
7557          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
7558          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
7559  Branch: perl
7560        ! pp_sys.c
7561 ____________________________________________________________________________
7562 [  2055] By: gsar                                  on 1998/10/25  05:11:03
7563     Log: include eof() in description of buffering caveats
7564          From: Anton Berezin <tobez@plab.ku.dk>
7565          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
7566          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
7567          Subject: [DOCPATCH] pod/perlfunc.pod
7568  Branch: perl
7569        ! pod/perlfunc.pod
7570 ____________________________________________________________________________
7571 [  2054] By: gsar                                  on 1998/10/25  05:07:42
7572     Log: disallow 'x' in hex numbers (except leading '0x')
7573          From: Gisle Aas <gisle@aas.no>
7574          Date: 16 Oct 1998 16:33:12 +0200
7575          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
7576          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
7577  Branch: perl
7578        ! perlvars.h t/op/oct.t util.c
7579 ____________________________________________________________________________
7580 [  2052] By: gsar                                  on 1998/10/25  04:49:04
7581     Log: avoid the circular refcnt logic in magic_mutexfree()
7582  Branch: perl
7583        ! mg.c pp.c pp_hot.c
7584 ____________________________________________________________________________
7585 [  2051] By: gsar                                  on 1998/10/25  04:35:07
7586     Log: properly restore PL_rsfp_filters after require
7587  Branch: perl
7588        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
7589        ! scope.h
7590 ____________________________________________________________________________
7591 [  2050] By: gsar                                  on 1998/10/25  02:42:32
7592     Log: integrate cfgperl changes back into mainline
7593  Branch: perl
7594       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
7595       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
7596       !> (integrate 33 files)
7597 ____________________________________________________________________________
7598 [  2049] By: gsar                                  on 1998/10/25  01:30:48
7599     Log: avoid "mysterious" compile-time failures without messages
7600  Branch: perl
7601        ! gv.c
7602 ____________________________________________________________________________
7603 [  2041] By: gsar                                  on 1998/10/23  21:11:56
7604     Log: checkin jpl under //depot/perlext/jpl/...
7605  Branch: perlext
7606        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
7607        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
7608        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
7609        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
7610        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
7611        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
7612        + jpl/PerlInterpreter/Makefile.PL
7613        + jpl/PerlInterpreter/PerlInterpreter.c
7614        + jpl/PerlInterpreter/PerlInterpreter.h
7615        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
7616        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
7617        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
7618        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
7619        + jpl/get_jdk/jdk_hosts jpl/install-jpl
7620 ____________________________________________________________________________
7621 [  2040] By: larry                                 on 1998/10/23  19:31:42
7622     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
7623  Branch: perl
7624        ! pp.c
7625 ____________________________________________________________________________
7626 [  2039] By: larry                                 on 1998/10/23  18:48:34
7627     Log: tr///d does not seem to work
7628  Branch: perl
7629        ! lib/utf8_heavy.pl
7630 ____________________________________________________________________________
7631 [  2038] By: larry                                 on 1998/10/23  18:00:41
7632     Log: Program with utf8 identifiers fails to compile
7633  Branch: perl
7634        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
7635 ____________________________________________________________________________
7636 [  2037] By: jhi                                   on 1998/10/23  14:04:51
7637     Log: Test suite portability:
7638          - posix-bc does not write to broken pipes
7639          - filehand #11 only iff we have fork
7640          - warning.t can now match $expected using regular expressions
7641  Branch: cfgperl
7642        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
7643        ! t/pragma/warning.t
7644 ____________________________________________________________________________
7645 [  2036] By: jhi                                   on 1998/10/23  12:12:07
7646     Log: yacc clarification.
7647  Branch: cfgperl
7648        ! README.posix-bc
7649 ____________________________________________________________________________
7650 [  2035] By: jhi                                   on 1998/10/23  12:09:59
7651     Log: Some C compilers get upset about 8-bit characters in /* comments. */
7652  Branch: cfgperl
7653        ! mg.c
7654 ____________________________________________________________________________
7655 [  2034] By: jhi                                   on 1998/10/22  09:11:52
7656     Log: Configure update: both for pthread_yield more robust
7657          testing (all variants of pthread_attr_getdetachstate()) --
7658          and because Configure was broken in major way! About 1000
7659          last lines were truncated.
7660  Branch: cfgperl
7661        ! Configure
7662 ____________________________________________________________________________
7663 [  2033] By: jhi                                   on 1998/10/22  07:47:10
7664     Log: DJGPP feedback for #2028.
7665  Branch: cfgperl
7666        ! thread.h
7667 ____________________________________________________________________________
7668 [  2032] By: jhi                                   on 1998/10/21  13:03:57
7669     Log: yielding, the saga continues.
7670  Branch: cfgperl
7671        ! Configure config_h.SH
7672       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
7673       !> t/op/goto.t t/pragma/constant.t
7674 ____________________________________________________________________________
7675 [  2031] By: jhi                                   on 1998/10/21  09:15:42
7676     Log: VM/ESA feedback for #2028.
7677  Branch: cfgperl
7678        ! Configure config_h.SH thread.h
7679 ____________________________________________________________________________
7680 [  2030] By: gsar                                  on 1998/10/21  04:22:53
7681     Log: fix handling of mayhaps-extended @_ in goto &sub
7682  Branch: perl
7683        ! av.c pp_ctl.c t/op/goto.t
7684 ____________________________________________________________________________
7685 [  2029] By: gsar                                  on 1998/10/21  00:54:14
7686     Log: restore sanity to "constant" references
7687  Branch: perl
7688        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
7689 ____________________________________________________________________________
7690 [  2028] By: jhi                                   on 1998/10/20  15:01:20
7691     Log: OLD_PTHREADS_API reorganizing.
7692  Branch: cfgperl
7693        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
7694        ! vmesa/vmesaish.h
7695 ____________________________________________________________________________
7696 [  2027] By: jhi                                   on 1998/10/20  14:14:51
7697     Log: #2026 fallout.
7698  Branch: cfgperl
7699        ! Makefile.SH
7700 ____________________________________________________________________________
7701 [  2026] By: jhi                                   on 1998/10/20  11:47:21
7702     Log: VM/ESA update.
7703  Branch: cfgperl
7704        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
7705 ____________________________________________________________________________
7706 [  2025] By: jhi                                   on 1998/10/20  08:20:56
7707     Log: 64-bitness, based on
7708          
7709          From: Scott Henry <scotth@sgi.com>
7710          To: perl-64bit@perl.org
7711          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
7712          Subject: Re: Configure problems/questions...
7713          Date: 19 Oct 1998 22:38:06 -0700
7714  Branch: cfgperl
7715        ! hints/irix_6.sh perl.h
7716 ____________________________________________________________________________
7717 [  2024] By: jhi                                   on 1998/10/20  08:09:07
7718     Log: Add lseeksize.
7719  Branch: cfgperl
7720        ! config_h.SH
7721 ____________________________________________________________________________
7722 [  2023] By: jhi                                   on 1998/10/20  08:08:33
7723     Log: Mumble about _yields() only when threaded.
7724  Branch: cfgperl
7725        ! Configure
7726 ____________________________________________________________________________
7727 [  2022] By: jhi                                   on 1998/10/20  07:46:26
7728     Log: Thinko at PTHREADS_CREATED_JOINABLE.
7729  Branch: cfgperl
7730        ! thread.h
7731 ____________________________________________________________________________
7732 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
7733     Log: From: Chip Salzenberg <chip@perlsupport.com>
7734          Date: Tue, 6 Oct 1998 13:33:05 -0400
7735          Message-ID: <19981006133305.A2348@perlsupport.com>
7736          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
7737  Branch: maint-5.005/perl
7738        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
7739        ! t/op/tie.t
7740 ____________________________________________________________________________
7741 [  2020] By: jhi                                   on 1998/10/19  09:15:53
7742     Log: YIELD more robustly.
7743  Branch: cfgperl
7744        ! thread.h
7745 ____________________________________________________________________________
7746 [  2019] By: jhi                                   on 1998/10/19  08:48:33
7747     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
7748          the 'new' one (just like DJGPP, it seems).
7749  Branch: cfgperl
7750        ! thread.h
7751 ____________________________________________________________________________
7752 [  2018] By: jhi                                   on 1998/10/19  07:02:44
7753     Log: vmesaish.h doesn't exclude unixish.h.
7754  Branch: cfgperl
7755        ! perl.h
7756 ____________________________________________________________________________
7757 [  2017] By: jhi                                   on 1998/10/19  06:44:19
7758     Log: 1<<$randbits is not good for randbits=48.
7759  Branch: cfgperl
7760        ! t/op/rand.t
7761 ____________________________________________________________________________
7762 [  2016] By: jhi                                   on 1998/10/19  06:39:47
7763     Log: Make #2012 glob pattern more portable.
7764  Branch: cfgperl
7765        ! Makefile.SH
7766 ____________________________________________________________________________
7767 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
7768     Log: Fix POSIX::sigprocmask not to check type of $old parameter
7769          as it is output only
7770  Branch: maint-5.005/perl
7771        ! ext/POSIX/POSIX.xs
7772 ____________________________________________________________________________
7773 [  2012] By: jhi                                   on 1998/10/17  15:04:23
7774     Log: clean numbered core dumps and t/tmp[0-9]*.
7775  Branch: cfgperl
7776        ! Makefile.SH
7777 ____________________________________________________________________________
7778 [  2011] By: jhi                                   on 1998/10/17  14:59:15
7779     Log: More robust yacc/bison failure output handling.
7780  Branch: cfgperl
7781        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
7782 ____________________________________________________________________________
7783 [  2010] By: jhi                                   on 1998/10/17  14:51:05
7784     Log: BC2000 POSIX update.
7785  Branch: cfgperl
7786        ! MANIFEST
7787 ____________________________________________________________________________
7788 [  2009] By: jhi                                   on 1998/10/17  14:49:46
7789     Log: POSIX BC2000 port from perl-mvs:
7790          
7791          Subject: Ported perl 5.005.02 to BS2000 / POSIX
7792          From: Dorner Thomas <Thomas.Dorner@start.de> 
7793          Date: Tue, 29 Sep 1998 13:29:36 +0100 
7794          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
7795  Branch: cfgperl
7796        + README.posix-bc hints/posix-bc.sh
7797        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
7798        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
7799        ! unixish.h
7800 ____________________________________________________________________________
7801 [  2008] By: jhi                                   on 1998/10/17  14:07:49
7802     Log: VM/ESA-update.
7803  Branch: cfgperl
7804        ! MANIFEST
7805 ____________________________________________________________________________
7806 [  2007] By: jhi                                   on 1998/10/17  13:55:34
7807     Log: Forgot few S_I* imports.
7808  Branch: cfgperl
7809        ! t/lib/ipc_sysv.t
7810 ____________________________________________________________________________
7811 [  2006] By: jhi                                   on 1998/10/17  13:43:54
7812     Log: The VM/ESA port essentials, based on
7813          
7814          perl-mvs:
7815          
7816          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
7817          Subject: Re: Can't find Data/Dumper.pm
7818          Date: Mon, 28 Sep 1998 07:40:49 +1300
7819          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
7820          
7821          private email:
7822          
7823          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
7824          Subject: Re: Perl thread problems in VM/ESA
7825          Date: Thu, 15 Oct 1998 07:18:35 +1300
7826          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
7827          
7828          and private email:
7829          
7830          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
7831          Subject:  perl archive
7832          Date:  Sun, 11 Oct 1998 19:28:54 EDT
7833          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
7834          which gave a pointer to
7835          
7836          http://pucc.princeton.edu/~neale/perl.tar
7837          
7838          (based on Perl 5.005_51)
7839  Branch: cfgperl
7840        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
7841        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
7842        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
7843        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
7844 ____________________________________________________________________________
7845 [  2005] By: jhi                                   on 1998/10/17  13:17:19
7846     Log: Integrate mainperl.
7847  Branch: cfgperl
7848       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
7849       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
7850       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
7851       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
7852       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
7853       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
7854       !> win32/makefile.mk
7855 ____________________________________________________________________________
7856 [  2004] By: jhi                                   on 1998/10/17  11:19:06
7857     Log: Removed an extra ' from the int64_t test.
7858  Branch: cfgperl
7859        ! Configure
7860 ____________________________________________________________________________
7861 [  2003] By: gsar                                  on 1998/10/17  04:11:40
7862     Log: silence -w noises (suggested by Greg Bacon)
7863  Branch: perl
7864        ! lib/Term/Complete.pm
7865 ____________________________________________________________________________
7866 [  2002] By: gsar                                  on 1998/10/17  04:07:48
7867     Log: From: Gisle Aas <gisle@aas.no>
7868          Date: 14 Oct 1998 15:53:14 +0200
7869          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
7870          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
7871  Branch: perl
7872        ! util.c
7873 ____________________________________________________________________________
7874 [  2001] By: gsar                                  on 1998/10/17  04:06:10
7875     Log: From: Gisle Aas <gisle@aas.no>
7876          Date: 14 Oct 1998 15:17:44 +0200
7877          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
7878          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
7879  Branch: perl
7880        ! toke.c
7881 ____________________________________________________________________________
7882 [  2000] By: gsar                                  on 1998/10/17  03:06:33
7883     Log: From: Gisle Aas <gisle@aas.no>
7884          Date: 14 Oct 1998 00:38:06 +0200
7885          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
7886          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
7887  Branch: perl
7888        ! sv.c
7889 ____________________________________________________________________________
7890 [  1999] By: gsar                                  on 1998/10/17  03:04:48
7891     Log: From: Dan Sugalski <sugalskd@osshe.edu>
7892          Date: Tue, 13 Oct 1998 15:10:57 -0700
7893          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
7894          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
7895  Branch: perl
7896        ! vms/ext/Stdio/Stdio.pm
7897 ____________________________________________________________________________
7898 [  1998] By: gsar                                  on 1998/10/17  03:00:40
7899     Log: skip readonly vars and unref references when doing a reset()
7900  Branch: perl
7901        ! sv.c
7902 ____________________________________________________________________________
7903 [  1997] By: gsar                                  on 1998/10/17  02:49:19
7904     Log: fix buggy treatment of large checksums on unicode strings
7905          From: Gisle Aas <gisle@aas.no>
7906          Date: 13 Oct 1998 21:35:39 +0200
7907          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
7908          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
7909  Branch: perl
7910        ! pp.c
7911 ____________________________________________________________________________
7912 [  1996] By: gsar                                  on 1998/10/17  02:43:22
7913     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7914          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
7915          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
7916          Subject: [PATCH 5.005_52] Memory overrun in os2.c
7917  Branch: perl
7918        ! os2/Makefile.SHs os2/os2.c
7919 ____________________________________________________________________________
7920 [  1995] By: gsar                                  on 1998/10/17  02:42:01
7921     Log: clarify section name rules for typemaps
7922  Branch: perl
7923        ! pod/perlxs.pod
7924 ____________________________________________________________________________
7925 [  1994] By: gsar                                  on 1998/10/17  02:33:02
7926     Log: whitespace-proof grent.t
7927  Branch: perl
7928        ! t/op/grent.t
7929 ____________________________________________________________________________
7930 [  1993] By: gsar                                  on 1998/10/17  02:27:29
7931     Log: fix bug in B::CC::pp_sassign()
7932          From: "vishal bhatia" <vishalb@hotmail.com>
7933          Date: Sun, 11 Oct 1998 18:41:38 PDT
7934          Message-ID: <19981012014139.19614.qmail@hotmail.com>
7935          Subject: B::CC problems with pp_sassign routine
7936  Branch: perl
7937        ! ext/B/B/CC.pm
7938 ____________________________________________________________________________
7939 [  1992] By: gsar                                  on 1998/10/17  02:17:49
7940     Log: applied suggested patch with small doc tweak
7941          From: Gisle Aas <gisle@aas.no>
7942          Date: 11 Oct 1998 12:53:13 +0200
7943          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
7944          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
7945  Branch: perl
7946        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
7947        ! t/op/tiehandle.t
7948 ____________________________________________________________________________
7949 [  1991] By: gsar                                  on 1998/10/17  02:08:30
7950     Log: apply non-conflicting parts from suggested patch
7951          From: jan.dubois@ibm.net (Jan Dubois)
7952          Date: Sat, 10 Oct 1998 13:15:45 +0200
7953          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
7954          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
7955  Branch: perl
7956        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
7957 ____________________________________________________________________________
7958 [  1990] By: gsar                                  on 1998/10/17  02:01:24
7959     Log: provide option to enable optimization with VC (suggested by Jan
7960          Dubois)
7961  Branch: perl
7962        ! win32/Makefile win32/makefile.mk
7963 ____________________________________________________________________________
7964 [  1989] By: gsar                                  on 1998/10/17  01:55:27
7965     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
7966          Dave Leppik <dleppik@gage.com>
7967  Branch: perl
7968        ! perl.h
7969 ____________________________________________________________________________
7970 [  1988] By: gsar                                  on 1998/10/17  01:49:05
7971     Log: stray typo found by Hugo van der Sanden
7972  Branch: perl
7973        ! op.c
7974 ____________________________________________________________________________
7975 [  1987] By: gsar                                  on 1998/10/17  01:45:52
7976     Log: perldoc pod update
7977          From: Daniel Grisinger <dgris@perrin.dimensional.com>
7978          Date: 06 Oct 1998 23:56:51 -0600
7979          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
7980          Subject: [PATCH _02 and _52] perldoc
7981  Branch: perl
7982        ! utils/perldoc.PL
7983 ____________________________________________________________________________
7984 [  1986] By: gsar                                  on 1998/10/17  01:41:40
7985     Log: qualify names of builtins
7986  Branch: perl
7987        ! ext/POSIX/POSIX.pm
7988 ____________________________________________________________________________
7989 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
7990     Log: From: Jochen Wiedmann <joe@ispsoft.de>
7991          Date: Thu, 17 Sep 1998 17:16:06 +0200
7992          Message-ID: <360127B6.E44564A@ispsoft.de>
7993          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
7994  Branch: maint-5.005/perl
7995        ! lib/ExtUtils/MakeMaker.pm
7996 ____________________________________________________________________________
7997 [  1978] By: gsar                                  on 1998/10/16  01:58:58
7998     Log: integrate cfgperl mods into mainline
7999  Branch: perl
8000       +> ext/DynaLoader/dl_vmesa.xs
8001        ! Porting/genlog
8002       !> Configure MANIFEST Makefile.SH config_h.SH
8003       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
8004       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
8005       !> x2p/Makefile.SH
8006 ____________________________________________________________________________
8007 [  1976] By: gsar                                  on 1998/10/16  00:10:52
8008     Log: stray tweak
8009  Branch: perl
8010        ! op.c
8011 ____________________________________________________________________________
8012 [  1975] By: gsar                                  on 1998/10/15  23:54:38
8013     Log: propagate typeness of lexicals while cloning them
8014  Branch: perl
8015        ! op.c
8016 ____________________________________________________________________________
8017 [  1974] By: gsar                                  on 1998/10/15  23:53:25
8018     Log: s/last/first/ typo in append_list()
8019  Branch: perl
8020        ! op.c
8021 ____________________________________________________________________________
8022 [  1973] By: gsar                                  on 1998/10/15  20:06:17
8023     Log: nuke confperl branch and contents
8024  Branch: confperl
8025        - (delete 1284 files)
8026 ____________________________________________________________________________
8027 [  1972] By: jhi                                   on 1998/10/15  07:07:35
8028     Log: Test #162 had been added but the "print 1..161" had not been updated.
8029  Branch: cfgperl
8030        ! t/op/pat.t
8031 ____________________________________________________________________________
8032 [  1971] By: gsar                                  on 1998/10/15  03:09:58
8033     Log: check in all confperl changes as of change#1964 into cfgperl
8034  Branch: cfgperl
8035        + ext/DynaLoader/dl_vmesa.xs
8036        ! Configure MANIFEST Makefile.SH config_h.SH
8037        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
8038        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
8039 ____________________________________________________________________________
8040 [  1970] By: gsar                                  on 1998/10/15  03:05:59
8041     Log: integrate mainline to get tr.t
8042  Branch: cfgperl
8043       +> t/op/tr.t
8044 ____________________________________________________________________________
8045 [  1969] By: gsar                                  on 1998/10/15  03:04:17
8046     Log: add missing tr.t to repository
8047  Branch: perl
8048        + t/op/tr.t
8049 ____________________________________________________________________________
8050 [  1968] By: gsar                                  on 1998/10/15  03:02:43
8051     Log: create cfgperl branch
8052  Branch: cfgperl
8053       +> (branch 1282 files)
8054 ____________________________________________________________________________
8055 [  1967] By: gsar                                  on 1998/10/15  02:46:08
8056     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
8057          (MAN3PODS cannot be set to ' '; stray stricture violation)
8058  Branch: perl
8059        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
8060        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
8061        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
8062        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
8063        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
8064        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
8065        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
8066        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
8067        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
8068        ! lib/ExtUtils/MM_Unix.pm
8069 ____________________________________________________________________________
8070 [  1966] By: gsar                                  on 1998/10/15  02:19:03
8071     Log: tweak to make fix in change#1944 behave correctly for closures
8072          created within eval''
8073  Branch: perl
8074        ! op.c t/op/eval.t
8075 ____________________________________________________________________________
8076 [  1965] By: gsar                                  on 1998/10/14  23:22:41
8077     Log: use better numbers for exitstatus test
8078  Branch: perl
8079        ! t/op/die_exit.t
8080 ____________________________________________________________________________
8081 [  1964] By: jhi                                   on 1998/10/14  17:25:41
8082     Log: Add VM/ESA dynaloading (uses <dll.h>).
8083  Branch: confperl
8084        + ext/DynaLoader/dl_vmesa.xs
8085        ! MANIFEST
8086 ____________________________________________________________________________
8087 [  1963] By: jhi                                   on 1998/10/14  17:17:10
8088     Log: Remove a2p.loadmap in 'clean' target.
8089  Branch: confperl
8090        ! x2p/Makefile.SH
8091 ____________________________________________________________________________
8092 [  1962] By: jhi                                   on 1998/10/14  17:13:11
8093     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
8094  Branch: confperl
8095        ! Makefile.SH
8096 ____________________________________________________________________________
8097 [  1961] By: jhi                                   on 1998/10/14  16:27:39
8098     Log: VM/ESA creates executable.loadmaps.
8099  Branch: confperl
8100        ! Makefile.SH
8101 ____________________________________________________________________________
8102 [  1960] By: jhi                                   on 1998/10/14  15:37:39
8103     Log: Introduce SCHED_YIELD (one of sched_yield(),
8104          pthread_yield(), or pthread_yield(NULL)).
8105          YIELD is then defined using SCHED_YIELD unless
8106          a platform-specific YIELD has already been defined.
8107          
8108          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
8109          
8110          The need for pthread_yield(NULL) and pthread_attr_setdet...
8111          introduced by (private email)
8112          
8113          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
8114          Date: Sat, 10 Oct 1998 21:08:15 +1300
8115          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
8116          Subject: Re: Perl thread problems in VM/ESA
8117          
8118          Better select() protoprobe (for AIX), from (private email)
8119          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
8120          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
8121          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
8122          Subject: AIX select (fwd)
8123          From: Lars Hecking <lhecking@nmrc.ucc.ie>
8124          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
8125          Date: Fri, 2 Oct 1998 10:40:01 +0100
8126          Subject: AIX select
8127          
8128          Linux-avoid-so.X.Y, based on
8129          From: "Kurt D. Starsinic" <kstar@chapin.edu>
8130          Date: Tue, 13 Oct 1998 15:55:07 -0400
8131          Message-ID: <19981013155507.B4004@O2.chapin.edu>
8132          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
8133  Branch: confperl
8134        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
8135        ! thread.h
8136 ____________________________________________________________________________
8137 [  1959] By: jhi                                   on 1998/10/14  12:51:26
8138     Log: Some old pthread implementations have
8139          pthread_attr_setdetachstate(pthread_attr_t*, int*).
8140  Branch: confperl
8141        ! ext/Thread/Thread.xs
8142 ____________________________________________________________________________
8143 [  1958] By: jhi                                   on 1998/10/14  12:41:11
8144     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
8145          counterparts will follow soon.
8146  Branch: confperl
8147        ! thread.h
8148 ____________________________________________________________________________
8149 [  1957] By: jhi                                   on 1998/10/14  12:38:11
8150     Log: Add tr.t (MANIFEST already knew about it, strange)
8151  Branch: confperl
8152        + t/op/tr.t
8153 ____________________________________________________________________________
8154 [  1956] By: jhi                                   on 1998/10/14  12:24:35
8155     Log: Mutexen should be initialized only once.
8156  Branch: confperl
8157        ! gv.c op.c
8158 ____________________________________________________________________________
8159 [  1955] By: jhi                                   on 1998/10/14  12:19:38
8160     Log: os390 has its own cppstdin.
8161  Branch: confperl
8162        ! hints/os390.sh
8163 ____________________________________________________________________________
8164 [  1954] By: jhi                                   on 1998/10/14  12:15:06
8165     Log: Integrate with mainperl.
8166  Branch: confperl
8167       !> (integrate 1280 files)
8168 ____________________________________________________________________________
8169 [  1953] By: jhi                                   on 1998/10/14  11:48:08
8170     Log: Removed duplicate CMA threads code for HPUX 10.X.
8171          (probably residue of patch(1) being too understanding)
8172          Enhanced 64-bit settings. (redo change#1940)
8173  Branch: confperl
8174        ! hints/hpux.sh
8175 ____________________________________________________________________________
8176 [  1952] By: jhi                                   on 1998/10/14  11:45:16
8177     Log: (redo change#1949) Detypo in the d_open64 warning about
8178          the impending WHOA.
8179  Branch: confperl
8180        ! hints/irix_6.sh
8181 ____________________________________________________________________________
8182 [  1951] By: jhi                                   on 1998/10/14  10:54:16
8183     Log: Mutexen should only be inited once, after they have been New()ed.
8184  Branch: confperl
8185        ! gv.c op.c
8186 ____________________________________________________________________________
8187 [  1950] By: jhi                                   on 1998/10/14  10:41:43
8188     Log: Own cppstdin.
8189  Branch: confperl
8190        ! hints/os390.sh
8191 ____________________________________________________________________________
8192 [  1949] By: jhi                                   on 1998/10/14  10:34:23
8193     Log: Detypo in the d_open64 warning about the impending WHOA.
8194  Branch: confperl
8195        ! hints/irix_6.sh
8196 ____________________________________________________________________________
8197 [  1948] By: gsar                                  on 1998/10/14  05:38:01
8198     Log: two typos
8199  Branch: perl
8200        ! pp_hot.c t/op/eval.t
8201 ____________________________________________________________________________
8202 [  1947] By: gsar                                  on 1998/10/14  05:37:10
8203     Log: let docatch() pass the buck when restartop turns out to be null,
8204          making exceptions in BEGIN{} propagate as expected
8205  Branch: perl
8206        ! pp_ctl.c t/op/misc.t
8207 ____________________________________________________________________________
8208 [  1946] By: gsar                                  on 1998/10/13  03:41:49
8209     Log: add missing file from change#1943
8210  Branch: perl
8211        ! proto.h
8212 ____________________________________________________________________________
8213 [  1945] By: gsar                                  on 1998/10/13  03:32:02
8214     Log: defer "deep recursion" warnings until CXt_SUB context is properly
8215          set up
8216  Branch: perl
8217        ! pp_hot.c t/pragma/warn/pp_hot
8218 ____________________________________________________________________________
8219 [  1944] By: gsar                                  on 1998/10/13  03:15:50
8220     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
8221          fixup the cop_seq value that must be seen by lexical lookups that
8222          emanate within eval''
8223  Branch: perl
8224        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
8225 ____________________________________________________________________________
8226 [  1943] By: gsar                                  on 1998/10/13  02:06:09
8227     Log: ensure recursive attempts to findlex()icals know enough about where
8228          the last eval'' context was encountered
8229  Branch: perl
8230        ! op.c t/op/eval.t
8231 ____________________________________________________________________________
8232 [  1942] By: gsar                                  on 1998/10/13  02:01:24
8233     Log: force copy of substrings when matching against temporaries
8234  Branch: perl
8235        ! pp_hot.c t/op/pat.t
8236 ____________________________________________________________________________
8237 [  1941] By: gsar                                  on 1998/10/13  01:49:16
8238     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
8239          implementation)
8240  Branch: perl
8241        ! pp_ctl.c t/op/runlevel.t
8242 ____________________________________________________________________________
8243 [  1940] By: jhi                                   on 1998/10/12  09:57:44
8244     Log: Removed duplicate CMA threads code for HPUX 10.X.
8245          (probably residue of patch(1) being too understanding)
8246          Enhanced 64-bit settings.
8247  Branch: confperl
8248        ! hints/hpux.sh
8249 ____________________________________________________________________________
8250 [  1939] By: jhi                                   on 1998/10/12  09:53:11
8251     Log: Initial sync from mainline perl.
8252  Branch: confperl
8253        + (add 1282 files)
8254 ____________________________________________________________________________
8255 [  1937] By: gsar                                  on 1998/10/06  21:16:34
8256     Log: fix $/ init for USE_THREADS
8257  Branch: perl
8258        ! perl.c
8259 ____________________________________________________________________________
8260 [  1936] By: gsar                                  on 1998/10/06  07:19:39
8261     Log: fix globals caught by change#1927; builds and tests on Solaris
8262  Branch: perl
8263        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
8264        ! warning.h warning.pl
8265 ____________________________________________________________________________
8266 [  1935] By: gsar                                  on 1998/10/06  06:50:35
8267     Log: add test for previous fix
8268  Branch: perl
8269        ! ext/Thread/create.t
8270 ____________________________________________________________________________
8271 [  1934] By: gsar                                  on 1998/10/06  06:37:36
8272     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
8273  Branch: perl
8274        ! util.c
8275 ____________________________________________________________________________
8276 [  1933] By: gsar                                  on 1998/10/06  05:04:20
8277     Log: undo bogus part of change#1903 (as pointed out by Larry)
8278  Branch: perl
8279        ! pp_ctl.c
8280 ____________________________________________________________________________
8281 [  1932] By: gsar                                  on 1998/10/06  04:21:31
8282     Log: added tweaked version of suggested patch
8283          From: jan.dubois@ibm.net (Jan Dubois)
8284          Date: Sat, 03 Oct 1998 19:04:48 +0200
8285          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
8286          Subject: [PATCH 5.005_52] More MakeMaker  patches
8287  Branch: perl
8288        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
8289        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
8290 ____________________________________________________________________________
8291 [  1931] By: gsar                                  on 1998/10/06  04:04:33
8292     Log: use cpp symbols instead of hardwired constants
8293          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8294          Date: Mon, 05 Oct 1998 09:23:33 +0100
8295          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
8296          Subject: [PATCH 5.005_52] By the numbers (resend)
8297  Branch: perl
8298        ! op.c
8299 ____________________________________________________________________________
8300 [  1930] By: gsar                                  on 1998/10/06  04:01:55
8301     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8302          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
8303          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
8304          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
8305  Branch: perl
8306        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
8307        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
8308 ____________________________________________________________________________
8309 [  1929] By: gsar                                  on 1998/10/06  03:50:36
8310     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8311          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
8312          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
8313          Subject: [PATCH 5.00552] Minor test improvement
8314  Branch: perl
8315        ! t/op/magic.t
8316 ____________________________________________________________________________
8317 [  1928] By: gsar                                  on 1998/10/06  03:49:03
8318     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8319          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
8320          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
8321          Subject: [PATCH 5.00552] emacs/ptags inprovements
8322  Branch: perl
8323        ! emacs/ptags
8324 ____________________________________________________________________________
8325 [  1927] By: gsar                                  on 1998/10/06  03:47:44
8326     Log: disable C<#define dirty PL_dirty> et al.
8327  Branch: perl
8328        ! embed.pl embedvar.h
8329 ____________________________________________________________________________
8330 [  1926] By: gsar                                  on 1998/10/06  03:43:32
8331     Log: From: Mark-Jason Dominus <mjd@plover.com>
8332          Date: Sun, 04 Oct 1998 14:48:11 -0400
8333          Message-ID: <19981004184811.16048.qmail@plover.com>
8334          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
8335  Branch: perl
8336        ! utils/perldoc.PL
8337 ____________________________________________________________________________
8338 [  1925] By: gsar                                  on 1998/10/06  03:27:35
8339     Log: disable USE_THREADS when PERL_OBJECT is enabled
8340  Branch: perl
8341        ! win32/Makefile win32/makefile.mk
8342 ____________________________________________________________________________
8343 [  1924] By: gsar                                  on 1998/10/06  03:26:54
8344     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
8345  Branch: perl
8346        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
8347        ! vms/perly_c.vms
8348 ____________________________________________________________________________
8349 [  1923] By: gsar                                  on 1998/10/03  05:19:56
8350     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
8351          overridden
8352  Branch: perl
8353        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
8354        ! proto.h vms/perly_c.vms
8355 ____________________________________________________________________________
8356 [  1922] By: gsar                                  on 1998/10/03  03:59:50
8357     Log: suppress manifypods leak in extensions
8358  Branch: perl
8359        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
8360 ____________________________________________________________________________
8361 [  1921] By: gsar                                  on 1998/10/02  22:30:15
8362     Log: os390 fixes (suggested by Peter Prymmer)
8363  Branch: perl
8364        ! Makefile.SH regcomp.c
8365 ____________________________________________________________________________
8366 [  1920] By: gsar                                  on 1998/10/02  21:41:19
8367     Log: squelch undef warnings
8368          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8369          Date: Fri, 02 Oct 1998 11:01:14 +0100
8370          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
8371          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
8372  Branch: perl
8373        ! Changes lib/Math/BigInt.pm
8374 ____________________________________________________________________________
8375 [  1919] By: gsar                                  on 1998/10/02  04:59:13
8376     Log: add note to INSTALL about ANSI C
8377  Branch: perl
8378        ! INSTALL
8379 ____________________________________________________________________________
8380 [  1918] By: gsar                                  on 1998/10/02  04:21:10
8381     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
8382          From: jan.dubois@ibm.net (Jan Dubois)
8383          Date: Wed, 30 Sep 1998 23:35:30 +0200
8384          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
8385          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
8386  Branch: perl
8387        ! lib/ExtUtils/xsubpp
8388 ____________________________________________________________________________
8389 [  1917] By: gsar                                  on 1998/10/02  04:16:02
8390     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
8391          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
8392          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
8393          Subject: Re: Configure test for selectbits busted
8394  Branch: perl
8395        ! Configure
8396 ____________________________________________________________________________
8397 [  1916] By: gsar                                  on 1998/10/02  04:14:17
8398     Log: From: Dan Sugalski <sugalskd@osshe.edu>
8399          Date: Wed, 30 Sep 1998 17:15:20 -0700
8400          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
8401          Subject: [PATCH 5.005_02]VMS config tweaks
8402  Branch: perl
8403        ! vms/descrip_mms.template vms/subconfigure.com
8404 ____________________________________________________________________________
8405 [  1915] By: gsar                                  on 1998/10/02  04:10:47
8406     Log: use Off_t to permit 64-bit seek()
8407          From: Scott Henry <scotth@sgi.com>
8408          Date: 29 Sep 1998 17:38:46 -0700
8409          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
8410          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
8411          --
8412          Date: 28 Sep 1998 18:55:37 -0700
8413          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
8414          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
8415  Branch: perl
8416        ! doio.c pp_sys.c proto.h sv.c
8417 ____________________________________________________________________________
8418 [  1914] By: gsar                                  on 1998/10/02  04:05:36
8419     Log: normalize tm struct passed to strftime() with mktime()
8420          From: Spider Boardman <spider@orb.nashua.nh.us>
8421          Date: Wed, 30 Sep 1998 15:12:09 -0400
8422          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
8423          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
8424  Branch: perl
8425        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
8426 ____________________________________________________________________________
8427 [  1913] By: gsar                                  on 1998/10/02  03:59:46
8428     Log: don't try to run foo_SH.orig etc.
8429  Branch: perl
8430        ! Configure
8431 ____________________________________________________________________________
8432 [  1912] By: gsar                                  on 1998/10/02  03:45:37
8433     Log: make warning about glob process failure optional
8434  Branch: perl
8435        ! pod/perldiag.pod pp_hot.c
8436 ____________________________________________________________________________
8437 [  1911] By: gsar                                  on 1998/10/02  02:52:21
8438     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
8439          From: Dominic Dunlop <domo@vo.lu>
8440          Date: Tue, 29 Sep 1998 21:06:30 +0000
8441          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
8442          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
8443          --
8444          Date: Wed, 30 Sep 1998 11:46:44 +0000
8445          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
8446          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
8447  Branch: perl
8448        ! pod/perldiag.pod regcomp.c
8449 ____________________________________________________________________________
8450 [  1910] By: gsar                                  on 1998/10/02  02:48:48
8451     Log: minor Configure tweaks (via private mail)
8452          From: Jarkko Hietaniemi <jhi@iki.fi>
8453          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
8454          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
8455          Subject: [PATCH] 5.005_52: the drizzle continues
8456  Branch: perl
8457        ! Configure config_h.SH handy.h
8458 ____________________________________________________________________________
8459 [  1909] By: gsar                                  on 1998/10/02  02:46:39
8460     Log: update SCO hints for dynamic loading
8461          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
8462          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
8463          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
8464          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
8465          --
8466          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
8467          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
8468          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
8469  Branch: perl
8470        ! hints/sco.sh
8471 ____________________________________________________________________________
8472 [  1908] By: gsar                                  on 1998/10/02  02:33:39
8473     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
8474  Branch: perl
8475        ! lib/File/Find.pm
8476 ____________________________________________________________________________
8477 [  1907] By: gsar                                  on 1998/10/02  02:21:52
8478     Log: applied patches, but retained old behavior for win32 (where compilers
8479          can't read from stdin at all)
8480          From: Graham Barr <gbarr@ti.com>
8481          Date: Mon, 28 Sep 1998 09:41:49 -0500
8482          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
8483          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
8484          --
8485          Date: Tue, 29 Sep 1998 12:35:43 -0500
8486          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
8487          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
8488  Branch: perl
8489        ! ext/Errno/Errno_pm.PL
8490 ____________________________________________________________________________
8491 [  1906] By: gsar                                  on 1998/10/02  02:02:19
8492     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
8493          Hietaniemi)
8494  Branch: perl
8495        ! t/op/grent.t
8496 ____________________________________________________________________________
8497 [  1905] By: gsar                                  on 1998/10/02  01:59:56
8498     Log: win32 caveats about truncate()
8499  Branch: perl
8500        ! pod/perlport.pod
8501 ____________________________________________________________________________
8502 [  1904] By: gsar                                  on 1998/10/02  01:53:25
8503     Log: various Configure and hints updates (prefer drand48() or random()
8504          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
8505          applied modulo SCO hints superceded by later patch
8506          From: Jarkko Hietaniemi <jhi@iki.fi>
8507          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
8508          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
8509          Subject: [PATCH] 5.005_52: Configure et al:
8510  Branch: perl
8511        + ext/IPC/SysV/hints/next_3.pl
8512        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
8513        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
8514        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
8515 ____________________________________________________________________________
8516 [  1903] By: gsar                                  on 1998/10/02  01:42:37
8517     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
8518          Date: Mon, 28 Sep 1998 17:41:49 +0100
8519          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
8520          Subject: [PATCH 5.005_52] Re: More on ?p 
8521          --
8522          Date: Thu, 01 Oct 1998 09:10:58 +0100
8523          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
8524          Subject: [PATCH 5.005_52] ?p fix
8525          --
8526          Date: Thu, 01 Oct 1998 10:45:56 +0100
8527          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
8528          Subject: [PATCH 5.005_52] more on ?p
8529  Branch: perl
8530        ! pp_ctl.c
8531 ____________________________________________________________________________
8532 [  1902] By: gsar                                  on 1998/10/02  01:36:14
8533     Log: From: Kenneth Duda <kjd@cisco.com>
8534          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
8535          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
8536          Subject: writemain dies when there are more than 4000 characters of extensions
8537  Branch: perl
8538        ! writemain.SH
8539 ____________________________________________________________________________
8540 [  1901] By: gsar                                  on 1998/10/02  01:33:16
8541     Log: tweak run_byacc recipe
8542  Branch: perl
8543        ! Makefile.SH Porting/pumpkin.pod
8544 ____________________________________________________________________________
8545 [  1900] By: gsar                                  on 1998/10/02  01:02:09
8546     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
8547  Branch: perl
8548        ! perl.h pp_ctl.c
8549 ____________________________________________________________________________
8550 [  1899] By: gsar                                  on 1998/09/28  20:46:30
8551     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
8552          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
8553          Dvornik)
8554  Branch: perl
8555        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
8556 ____________________________________________________________________________
8557 [  1898] By: gsar                                  on 1998/09/28  20:42:52
8558     Log: flush unsubmitted 5.00552 change
8559  Branch: perl
8560        ! MANIFEST
8561 ____________________________________________________________________________
8562 [  1897] By: gsar                                  on 1998/09/27  04:43:06
8563     Log: run vms_yfix.pl
8564  Branch: perl
8565        ! vms/perly_c.vms
8566 ____________________________________________________________________________
8567 [  1896] By: gsar                                  on 1998/09/27  03:38:55
8568     Log: small tweak on last change
8569  Branch: perl
8570        ! win32/win32.c
8571 ____________________________________________________________________________
8572 [  1895] By: gsar                                  on 1998/09/27  03:17:17
8573     Log: fix win32_stat() to do the right thing for share names
8574  Branch: perl
8575        ! win32/win32.c
8576 ____________________________________________________________________________
8577 [  1891] By: larry                                 on 1998/09/25  18:50:40
8578     Log: Fixed apostrophe problem from Mark Knutsen.
8579  Branch: perl
8580        ! sv.h
8581
8582 ----------------
8583 Version 5.005_52
8584 ----------------
8585
8586 ____________________________________________________________________________
8587 [  1890] By: gsar                                  on 1998/09/25  10:25:00
8588     Log: update template config.sh, add new config vars to win32 stuff
8589  Branch: perl
8590        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
8591        ! pp_sys.c proto.h win32/config.bc win32/config.gc
8592        ! win32/config.vc win32/config_H.bc win32/config_H.gc
8593        ! win32/config_H.vc win32/win32.h
8594 ____________________________________________________________________________
8595 [  1889] By: gsar                                  on 1998/09/25  07:13:13
8596     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
8597          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
8598          of full-fledged 64-bit support (including support for: fseeko/ftello,
8599          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
8600          in Fcntl)
8601          From: Jarkko Hietaniemi <jhi@iki.fi>
8602          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
8603          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
8604          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
8605          --
8606          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
8607          Date: 12 Sep 1998 09:44:25 +0300
8608          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
8609          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
8610  Branch: perl
8611        + lib/filetest.pm
8612        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
8613        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
8614        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
8615        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
8616        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
8617        ! win32/makedef.pl
8618 ____________________________________________________________________________
8619 [  1888] By: gsar                                  on 1998/09/25  06:27:12
8620     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
8621  Branch: perl
8622        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
8623        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8624        ! win32/makedef.pl win32/makefile.mk win32/win32.c
8625 ____________________________________________________________________________
8626 [  1887] By: gsar                                  on 1998/09/25  04:50:49
8627     Log: win32.c tweak
8628  Branch: perl
8629        ! win32/win32.c
8630 ____________________________________________________________________________
8631 [  1886] By: gsar                                  on 1998/09/25  04:47:32
8632     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
8633  Branch: perl
8634        ! lib/ExtUtils/MakeMaker.pm
8635 ____________________________________________________________________________
8636 [  1885] By: gsar                                  on 1998/09/25  04:05:09
8637     Log: From: Dominic Dunlop <domo@vo.lu>
8638          Date: Thu, 10 Sep 1998 11:02:46 +0000
8639          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
8640          Subject: MM_Unix::canonpath erroneously turns leading // into /
8641  Branch: perl
8642        ! lib/ExtUtils/MM_Unix.pm
8643 ____________________________________________________________________________
8644 [  1884] By: gsar                                  on 1998/09/25  03:06:10
8645     Log: temporarily disable perl malloc for a2p until we clean up
8646          conflicting malloc() declarations everywhere
8647  Branch: perl
8648        ! x2p/Makefile.SH
8649 ____________________________________________________________________________
8650 [  1883] By: gsar                                  on 1998/09/25  02:27:00
8651     Log: remove obsolete win32/bin/*.pl
8652  Branch: perl
8653        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
8654        ! Changes MANIFEST win32/Makefile win32/makefile.mk
8655 ____________________________________________________________________________
8656 [  1882] By: gsar                                  on 1998/09/25  02:04:43
8657     Log: missing file in last submit
8658  Branch: perl
8659        ! proto.h
8660 ____________________________________________________________________________
8661 [  1881] By: gsar                                  on 1998/09/25  01:56:54
8662     Log: serial access to PL_x[inpr]v_root for USE_THREADS
8663  Branch: perl
8664        ! sv.c
8665 ____________________________________________________________________________
8666 [  1880] By: gsar                                  on 1998/09/25  01:19:38
8667     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
8668          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
8669          Date: Thu, 24 Sep 1998 22:01:09 +0900
8670          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
8671          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
8672  Branch: perl
8673        ! hv.c proto.h
8674 ____________________________________________________________________________
8675 [  1879] By: gsar                                  on 1998/09/25  00:20:07
8676     Log: tweaks to enable PERL_OBJECT to build & test on win32
8677  Branch: perl
8678        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
8679        ! win32/GenCAPI.pl
8680 ____________________________________________________________________________
8681 [  1878] By: gsar                                  on 1998/09/25  00:13:36
8682     Log: fix change#1861, which breaks default boot_xxx symbol generation
8683  Branch: perl
8684        ! lib/ExtUtils/Mksymlists.pm
8685 ____________________________________________________________________________
8686 [  1877] By: gsar                                  on 1998/09/24  10:29:54
8687     Log: two tweaks for clean build and test on Solaris
8688  Branch: perl
8689        ! op.c t/op/subst.t
8690 ____________________________________________________________________________
8691 [  1876] By: gsar                                  on 1998/09/24  09:04:43
8692     Log: From: Colin Kuskie <ckuskie@cadence.com>
8693          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
8694          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
8695          Subject: [PATCH 5.005_51] perlform.pod
8696  Branch: perl
8697        ! pod/perlform.pod
8698 ____________________________________________________________________________
8699 [  1875] By: gsar                                  on 1998/09/24  08:47:47
8700     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8701          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
8702          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
8703          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
8704  Branch: perl
8705        ! regexec.c
8706 ____________________________________________________________________________
8707 [  1874] By: gsar                                  on 1998/09/24  08:44:55
8708     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8709          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
8710          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
8711          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
8712  Branch: perl
8713        ! toke.c
8714 ____________________________________________________________________________
8715 [  1873] By: gsar                                  on 1998/09/24  08:39:41
8716     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8717          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
8718          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
8719          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
8720  Branch: perl
8721        ! Changes regcomp.c
8722 ____________________________________________________________________________
8723 [  1872] By: gsar                                  on 1998/09/24  08:37:00
8724     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
8725          Date: Sun, 23 Aug 1998 23:18:38 PDT
8726          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
8727          Subject: new irix_6.sh hints file
8728  Branch: perl
8729        ! hints/irix_6.sh
8730 ____________________________________________________________________________
8731 [  1871] By: gsar                                  on 1998/09/24  07:26:37
8732     Log: correct FSF address in various places
8733  Branch: perl
8734        ! Copying README ext/B/README lib/Getopt/Long.pm
8735 ____________________________________________________________________________
8736 [  1870] By: gsar                                  on 1998/09/24  07:11:56
8737     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
8738          Date:    Fri, 14 Aug 1998 09:20:16 PDT
8739          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
8740          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
8741  Branch: perl
8742        ! configure.com
8743 ____________________________________________________________________________
8744 [  1869] By: gsar                                  on 1998/09/24  06:55:59
8745     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
8746          From:    Scott Henry <scotth@sgi.com>
8747          Date:    13 Aug 1998 09:52:15 PDT
8748          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
8749          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
8750  Branch: perl
8751        ! hints/irix_6.sh
8752 ____________________________________________________________________________
8753 [  1868] By: gsar                                  on 1998/09/24  06:51:23
8754     Log: From:    Nathan Torkington <gnat@frii.com>
8755          Date:    Thu, 13 Aug 1998 10:59:48 MDT
8756          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
8757          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
8758  Branch: perl
8759        ! pod/perlfunc.pod
8760 ____________________________________________________________________________
8761 [  1867] By: gsar                                  on 1998/09/24  06:45:13
8762     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
8763          that are autoloaded)
8764  Branch: perl
8765        ! pp_ctl.c
8766 ____________________________________________________________________________
8767 [  1866] By: gsar                                  on 1998/09/24  05:21:19
8768     Log: grandfather deprecated "$$<digit>" no more
8769  Branch: perl
8770        ! pod/perldiag.pod toke.c
8771 ____________________________________________________________________________
8772 [  1865] By: gsar                                  on 1998/09/24  04:52:48
8773     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
8774          low bits (suggested by Ilya Zakharevich)
8775  Branch: perl
8776        ! hv.h
8777 ____________________________________________________________________________
8778 [  1864] By: gsar                                  on 1998/09/24  04:29:14
8779     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
8780          perly_c.diff
8781  Branch: perl
8782        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
8783        ! perly_c.diff toke.c
8784 ____________________________________________________________________________
8785 [  1863] By: gsar                                  on 1998/09/24  03:36:30
8786     Log: provide locked access to string table for USE_THREADS
8787  Branch: perl
8788        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
8789 ____________________________________________________________________________
8790 [  1862] By: gsar                                  on 1998/09/24  03:30:32
8791     Log: remove bogus warn()
8792  Branch: perl
8793        ! embed.pl
8794 ____________________________________________________________________________
8795 [  1861] By: gsar                                  on 1998/09/24  02:58:51
8796     Log: applied suggested patch, adapted for all platforms
8797          From: jan.dubois@ibm.net (Jan Dubois)
8798          Date: Sun, 20 Sep 1998 12:56:38 +0200
8799          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
8800          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
8801  Branch: perl
8802        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
8803        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
8804        ! lib/ExtUtils/MakeMaker.pm
8805 ____________________________________________________________________________
8806 [  1860] By: gsar                                  on 1998/09/24  02:16:14
8807     Log: upgrade to CPAN-1.40
8808  Branch: perl
8809        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
8810 ____________________________________________________________________________
8811 [  1859] By: gsar                                  on 1998/09/24  02:08:59
8812     Log: use $ENV{MAKEMAKEROPT} to set default command line args
8813  Branch: perl
8814        ! lib/ExtUtils/MakeMaker.pm
8815 ____________________________________________________________________________
8816 [  1857] By: gsar                                  on 1998/09/23  10:58:36
8817     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8818          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
8819          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
8820          Subject: More verbose Test::Harness [PATCH]
8821  Branch: perl
8822        ! lib/Test/Harness.pm
8823 ____________________________________________________________________________
8824 [  1856] By: gsar                                  on 1998/09/23  10:56:24
8825     Log: update hints for OPENSTEP 4.2 on i386
8826          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
8827          Date: Sun, 20 Sep 1998 01:03:18 +0200
8828          Message-Id: <9809192303.AA29190@Spike>
8829          Subject: Perl 5.005_02 compilation problems
8830  Branch: perl
8831        ! hints/next_4.sh
8832 ____________________________________________________________________________
8833 [  1855] By: gsar                                  on 1998/09/23  10:52:27
8834     Log: reset errno after C<require> search (as suggested by Larry)
8835  Branch: perl
8836        ! pp_ctl.c
8837 ____________________________________________________________________________
8838 [  1854] By: gsar                                  on 1998/09/23  10:50:26
8839     Log: misc pod tweaks
8840  Branch: perl
8841        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
8842 ____________________________________________________________________________
8843 [  1853] By: gsar                                  on 1998/09/23  10:46:06
8844     Log: make Pod/Html.pm handle the --title option properly (as suggested
8845          by gml4410@ggr.co.uk)
8846  Branch: perl
8847        ! lib/Pod/Html.pm
8848 ____________________________________________________________________________
8849 [  1852] By: gsar                                  on 1998/09/23  10:41:39
8850     Log: SSNEW() API for allocating memory on the savestack
8851          From: Albert Dvornik <bert@genscan.com>
8852          Date: 17 Sep 1998 19:23:07 -0400
8853          Message-Id: <tqemtae338.fsf@puma.genscan.com>
8854          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
8855  Branch: perl
8856        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
8857        ! perl.h proto.h scope.c scope.h t/io/tell.t
8858 ____________________________________________________________________________
8859 [  1851] By: gsar                                  on 1998/09/23  10:37:05
8860     Log: From: Jochen Wiedmann <joe@ispsoft.de>
8861          Date: Thu, 17 Sep 1998 17:16:06 +0200
8862          Message-ID: <360127B6.E44564A@ispsoft.de>
8863          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
8864  Branch: perl
8865        ! lib/ExtUtils/MakeMaker.pm
8866 ____________________________________________________________________________
8867 [  1850] By: gsar                                  on 1998/09/23  10:33:05
8868     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
8869          Date: 15 Sep 1998 01:32:31 +0200
8870          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
8871          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
8872  Branch: perl
8873        ! lib/ExtUtils/MM_Unix.pm
8874 ____________________________________________________________________________
8875 [  1849] By: gsar                                  on 1998/09/23  10:29:04
8876     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
8877          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
8878          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
8879          Subject: Re: extralibs.ld problem in MM_VMS.pm
8880  Branch: perl
8881        ! lib/ExtUtils/MM_VMS.pm
8882 ____________________________________________________________________________
8883 [  1848] By: gsar                                  on 1998/09/23  10:25:24
8884     Log: From: Roderick Schertler <roderick@argon.org>
8885          Date: 11 Sep 1998 16:19:21 -0400
8886          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
8887          Subject: Re: Open2 and memory leaks
8888  Branch: perl
8889        ! lib/IPC/Open3.pm
8890 ____________________________________________________________________________
8891 [  1847] By: gsar                                  on 1998/09/23  10:18:31
8892     Log: From: Roderick Schertler <roderick@argon.org>
8893          Date: Wed, 09 Sep 1998 23:52:48 -0400
8894          Message-ID: <20567.905399568@eeyore.ibcinc.com>
8895          Subject: seed srand from /dev/urandom when possible
8896  Branch: perl
8897        ! pod/perlfunc.pod pp.c
8898 ____________________________________________________________________________
8899 [  1846] By: gsar                                  on 1998/09/23  10:12:22
8900     Log: From: Roderick Schertler <roderick@argon.org>
8901          Date: Thu, 10 Sep 1998 00:32:17 -0400
8902          Message-ID: <21142.905401937@eeyore.ibcinc.com>
8903          Subject: doc update for crypt()'s salt
8904  Branch: perl
8905        ! pod/perlfunc.pod
8906 ____________________________________________________________________________
8907 [  1845] By: gsar                                  on 1998/09/23  10:09:23
8908     Log: fix h2ph handling of C<#error "foo">
8909          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
8910          Date: Thu, 10 Sep 1998 09:59:33 +0900
8911          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
8912          Subject: [5.005_02] h2ph problem
8913  Branch: perl
8914        ! utils/h2ph.PL
8915 ____________________________________________________________________________
8916 [  1844] By: gsar                                  on 1998/09/23  10:06:13
8917     Log: plug strictly private function leaks in API listing
8918  Branch: perl
8919        ! pod/perlguts.pod
8920 ____________________________________________________________________________
8921 [  1843] By: gsar                                  on 1998/09/23  10:02:57
8922     Log: hide symbol for static build
8923          From: Dominic Dunlop <domo@vo.lu>
8924          Date: Tue, 8 Sep 1998 21:40:46 +0000
8925          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
8926          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
8927  Branch: perl
8928        ! regcomp.c
8929 ____________________________________________________________________________
8930 [  1842] By: gsar                                  on 1998/09/23  09:52:46
8931     Log: define PUT_svindex(), PUT_opindex()
8932  Branch: perl
8933        ! ext/B/B/Assembler.pm
8934 ____________________________________________________________________________
8935 [  1841] By: gsar                                  on 1998/09/23  09:44:25
8936     Log: From: Dominic Dunlop <domo@vo.lu>
8937          Date: Tue, 8 Sep 1998 15:34:53 +0000
8938          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
8939          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
8940  Branch: perl
8941        ! t/pragma/warn/regexec
8942 ____________________________________________________________________________
8943 [  1840] By: gsar                                  on 1998/09/23  09:42:17
8944     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
8945  Branch: perl
8946        ! win32/bin/pl2bat.pl
8947 ____________________________________________________________________________
8948 [  1839] By: gsar                                  on 1998/09/23  09:38:18
8949     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
8950          Date: Mon, 7 Sep 1998 17:36:09 +0900
8951          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
8952          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
8953  Branch: perl
8954        ! ext/Thread/Thread.xs
8955 ____________________________________________________________________________
8956 [  1838] By: gsar                                  on 1998/09/23  09:21:11
8957     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
8958          Date: Thu, 10 Sep 1998 00:02:07 -0400
8959          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
8960          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
8961  Branch: perl
8962        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
8963        + vos/config.h vos/config_h.SH_orig vos/perl.bind
8964        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
8965        ! MANIFEST perl.c perl.h pod/perlport.pod
8966 ____________________________________________________________________________
8967 [  1837] By: gsar                                  on 1998/09/23  08:45:58
8968     Log: (via private mail)
8969          From: Charles Bailey <BAILEY@newman.upenn.edu>
8970          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
8971          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
8972          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
8973  Branch: perl
8974        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
8975        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
8976        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
8977        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
8978        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
8979        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
8980        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
8981        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
8982        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
8983        ! vms/writemain.pl
8984 ____________________________________________________________________________
8985 [  1836] By: gsar                                  on 1998/09/23  08:17:42
8986     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8987          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
8988          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
8989          Subject: [PATCH 5.005_*] OS/2 spawning typos
8990  Branch: perl
8991        ! os2/os2.c
8992 ____________________________________________________________________________
8993 [  1835] By: gsar                                  on 1998/09/23  08:09:55
8994     Log: warn on C<my($foo,$foo)>
8995  Branch: perl
8996        ! op.c pod/perldiag.pod
8997 ____________________________________________________________________________
8998 [  1834] By: gsar                                  on 1998/09/23  07:35:56
8999     Log: From: pvhp@forte.com (Peter Prymmer)
9000          Date: Fri, 4 Sep 98 13:27:41 PDT
9001          Message-Id: <9809042027.AA04463@forte.com>
9002          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
9003  Branch: perl
9004        ! README.vms
9005 ____________________________________________________________________________
9006 [  1833] By: gsar                                  on 1998/09/23  07:27:34
9007     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
9008          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
9009          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
9010          Subject: PATCH: 5.005_02 hint/hpux.sh
9011  Branch: perl
9012        ! hints/hpux.sh
9013 ____________________________________________________________________________
9014 [  1832] By: gsar                                  on 1998/09/23  07:22:40
9015     Log: fix (some) installhtml bugs
9016          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
9017          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
9018          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
9019          Subject: installhtml script needs work
9020  Branch: perl
9021        ! installhtml
9022 ____________________________________________________________________________
9023 [  1831] By: gsar                                  on 1998/09/23  07:19:30
9024     Log: document 'U' magic with examples
9025          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
9026          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
9027          Message-Id: <199809011455.PAA00631@sale-wts>
9028          Subject: Re: Looking for some XS MAGIC examples...
9029  Branch: perl
9030        ! pod/perlguts.pod
9031 ____________________________________________________________________________
9032 [  1830] By: gsar                                  on 1998/09/23  07:16:43
9033     Log: From: pvhp@forte.com (Peter Prymmer)
9034          Date: Mon, 31 Aug 98 17:13:49 PDT
9035          Message-Id: <9809010013.AA06737@forte.com>
9036          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
9037  Branch: perl
9038        ! README.os390
9039 ____________________________________________________________________________
9040 [  1829] By: gsar                                  on 1998/09/23  07:15:08
9041     Log: fix problematic typecast in filter_del()
9042          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
9043          Date: Mon, 31 Aug 1998 21:13:11 GMT
9044          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
9045          Subject: perl5.005_02 does not build on Cray T90
9046  Branch: perl
9047        ! toke.c
9048 ____________________________________________________________________________
9049 [  1828] By: gsar                                  on 1998/09/23  07:11:34
9050     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9051          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
9052          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
9053          Subject: [PATCH 5.005_5*] (?>) broken in RE
9054  Branch: perl
9055        ! regexec.c t/op/re_tests
9056 ____________________________________________________________________________
9057 [  1827] By: gsar                                  on 1998/09/23  07:09:50
9058     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
9059  Branch: perl
9060        ! t/op/grent.t t/op/groups.t
9061 ____________________________________________________________________________
9062 [  1826] By: gsar                                  on 1998/09/23  07:03:16
9063     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
9064          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
9065          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
9066          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
9067  Branch: perl
9068        - interp.sym
9069        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
9070 ____________________________________________________________________________
9071 [  1825] By: gsar                                  on 1998/09/23  06:56:40
9072     Log: re-introduce change#1703
9073  Branch: perl
9074        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
9075 ____________________________________________________________________________
9076 [  1824] By: gsar                                  on 1998/09/23  06:44:19
9077     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9078          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
9079          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
9080          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
9081  Branch: perl
9082        ! lib/perl5db.pl
9083 ____________________________________________________________________________
9084 [  1823] By: gsar                                  on 1998/09/23  06:41:34
9085         Log: From: Joe Buehler <jhpb@hekimian.com>
9086              Date: 29 Aug 1998 17:13:28 -0400
9087              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
9088              Subject: patches for perl 5.005_51 under U/WIN
9089      Branch: perl
9090            + hints/uwin.sh
9091            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
9092            ! t/lib/posix.t
9093 ____________________________________________________________________________
9094 [  1822] By: gsar                                  on 1998/09/23  06:36:59
9095         Log: add missing C<no utf8;> tweak from Larry
9096      Branch: perl
9097            ! t/op/subst.t
9098 ____________________________________________________________________________
9099 [  1821] By: gsar                                  on 1998/09/23  06:27:51
9100         Log: s/runops/CALLRUNOPS/
9101      Branch: perl
9102            ! cc_runtime.h
9103 ____________________________________________________________________________
9104 [  1820] By: gsar                                  on 1998/09/23  06:24:49
9105         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
9106      Branch: perl
9107           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
9108           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
9109           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
9110           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
9111           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
9112           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
9113           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
9114           +> t/pragma/warn/util
9115            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
9116            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
9117            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
9118            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
9119            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
9120            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
9121            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
9122            - t/pragma/warn-util
9123            ! MANIFEST t/pragma/warning.t
9124 ____________________________________________________________________________
9125 [  1819] By: gsar                                  on 1998/09/23  06:08:46
9126         Log: make \(%foo) return refs to values (not copies of values)
9127              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
9128              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
9129              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
9130              --
9131              From: Roderick Schertler <roderick@argon.org>
9132              Date: Sat, 29 Aug 1998 00:58:33 -0400
9133              Message-ID: <29894.904366713@eeyore.ibcinc.com>
9134              Subject: Re: \(%x) problems
9135      Branch: perl
9136            ! doop.c pod/perlref.pod
9137 ____________________________________________________________________________
9138 [  1818] By: gsar                                  on 1998/09/23  06:05:08
9139         Log: make h2xs generate ANSI prototypes
9140      Branch: perl
9141            ! utils/h2xs.PL
9142 ____________________________________________________________________________
9143 [  1817] By: gsar                                  on 1998/09/23  05:57:16
9144         Log: updated usethreads hints for hpux 10.X
9145              From: Matthew T Harden <mthard@mthard1.monsanto.com>
9146              Date: Fri, 28 Aug 1998 14:10:42 GMT
9147              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
9148              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
9149      Branch: perl
9150            ! hints/hpux.sh perl.h
9151 ____________________________________________________________________________
9152 [  1816] By: gsar                                  on 1998/09/23  05:53:31
9153         Log: don't create empty directories in installperl
9154              From: Robin Barker <rmb1@cise.npl.co.uk>
9155              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
9156              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
9157              Subject: [PATCH 5.005_02] install: empty dirs
9158      Branch: perl
9159            ! installperl
9160 ____________________________________________________________________________
9161 [  1815] By: gsar                                  on 1998/09/23  05:50:36
9162         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
9163              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9164              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
9165              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
9166              Subject: Re: your mail
9167      Branch: perl
9168            ! regexec.c t/op/re_tests
9169 ____________________________________________________________________________
9170 [  1814] By: gsar                                  on 1998/09/23  05:45:17
9171         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
9172              Date: Thu, 20 Aug 1998 20:59:03 -0400
9173              Message-ID: <19980820205903.A12908@O2.chapin.edu>
9174              Subject: [PATCH] h2ph misquotes #error directives
9175      Branch: perl
9176            ! t/lib/h2ph.pht utils/h2ph.PL
9177 ____________________________________________________________________________
9178 [  1813] By: gsar                                  on 1998/09/23  05:42:41
9179         Log: patch to support computed regular subexpressions
9180              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9181              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
9182              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
9183              Subject: [5.005_5* PATCH] Postponed RE - now!
9184      Branch: perl
9185            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
9186            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
9187 ____________________________________________________________________________
9188 [  1812] By: gsar                                  on 1998/09/23  05:26:26
9189         Log: better CR-handling on shebang line and in formats (fixed variant of
9190              patch suggested by Igor Sysoev <igor@nitek.ru>)
9191      Branch: perl
9192            ! perl.c toke.c
9193 ____________________________________________________________________________
9194 [  1811] By: gsar                                  on 1998/09/23  04:35:46
9195         Log: document non-loopish blocks better
9196              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
9197              Date: Tue, 18 Aug 1998 12:28:36 +0100
9198              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
9199              Subject: Re: next in do {} while block gives error message
9200      Branch: perl
9201            ! pod/perlfunc.pod
9202 ____________________________________________________________________________
9203 [  1810] By: gsar                                  on 1998/09/23  04:12:05
9204         Log: fix bogus integerization of pop()'s return value
9205              From: Gurusamy Sarathy <gsar@engin.umich.edu>
9206              Date: Sat, 15 Aug 1998 23:27:54 -0400
9207              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
9208              Subject: Re: Complex expression does integer arithmetic 
9209      Branch: perl
9210            ! opcode.h opcode.pl
9211 ____________________________________________________________________________
9212 [  1809] By: gsar                                  on 1998/09/23  04:09:43
9213         Log: tweak README.win32
9214      Branch: perl
9215            ! README.win32
9216 ____________________________________________________________________________
9217 [  1808] By: gsar                                  on 1998/09/23  03:40:57
9218         Log: better diagnostic for do{} used as lvalue
9219      Branch: perl
9220            ! op.c pod/perlport.pod
9221 ____________________________________________________________________________
9222 [  1807] By: gsar                                  on 1998/09/23  03:38:30
9223         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
9224              From: hansm@icgroup.nl
9225              Date: Tue, 11 Aug 98 21:08:51 +0200
9226              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
9227              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
9228      Branch: perl
9229            ! malloc.c
9230 ____________________________________________________________________________
9231 [  1806] By: gsar                                  on 1998/09/23  03:36:08
9232         Log: support make written in perl (aka "pmake") on win32
9233      Branch: perl
9234            ! lib/ExtUtils/MM_Win32.pm
9235 ____________________________________________________________________________
9236 [  1805] By: gsar                                  on 1998/09/23  03:30:07
9237         Log: fix mismatched UV/U32 types for to_utf8_*()
9238      Branch: perl
9239            ! utf8.c
9240 ____________________________________________________________________________
9241 [  1804] By: gsar                                  on 1998/09/23  03:22:22
9242         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
9243              Date: Sun, 9 Aug 1998 22:38:23 +0200
9244              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
9245              Subject: [PATCH 5.5002] dos-djgpp update
9246      Branch: perl
9247            ! t/io/fs.t
9248 ____________________________________________________________________________
9249 [  1803] By: gsar                                  on 1998/09/23  03:20:13
9250         Log: apply minimal variant of patch (sent via private mail)
9251              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
9252              Date: Wed, 12 Aug 1998 15:42:35 +0300
9253              Message-Id: <199808121242.PAA29761@comanche.spices>
9254              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
9255      Branch: perl
9256            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
9257            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
9258 ____________________________________________________________________________
9259 [  1802] By: gsar                                  on 1998/09/23  03:03:39
9260         Log: adjust searchdict.t for EBCDIC (still needs documenting)
9261              From: pvhp@forte.com (Peter Prymmer)
9262              Date: Thu, 6 Aug 98 18:09:39 PDT
9263              Message-Id: <9808070109.AA06158@forte.com>
9264              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
9265      Branch: perl
9266            ! README.os390 t/lib/searchdict.t
9267 ____________________________________________________________________________
9268 [  1801] By: gsar                                  on 1998/09/23  02:54:15
9269         Log: silence redefined warning for XS(INIT) {}
9270      Branch: perl
9271            ! op.c
9272 ____________________________________________________________________________
9273 [  1800] By: gsar                                  on 1998/09/23  02:42:23
9274         Log: support match indices via special variables @- and @+
9275              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9276              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
9277              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
9278              Subject: [PATCH 5.004_76] @- and @+
9279      Branch: perl
9280            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
9281            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
9282 ____________________________________________________________________________
9283 [  1799] By: gsar                                  on 1998/09/23  01:44:31
9284         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9285              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
9286              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
9287              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
9288      Branch: perl
9289            ! regcomp.c t/op/re_tests
9290 ____________________________________________________________________________
9291 [  1798] By: gsar                                  on 1998/09/23  01:39:23
9292         Log: integrate maint-5.005 changes (except conflicting change#1794)
9293      Branch: perl
9294            ! Changes
9295           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
9296           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
9297           !> win32/win32.h
9298 ____________________________________________________________________________
9299 [  1797] By: gsar                                  on 1998/09/23  01:32:36
9300         Log: add note to win32/Makefile about setting CCHOME
9301      Branch: perl
9302            ! win32/Makefile win32/makefile.mk
9303 ____________________________________________________________________________
9304 [  1796] By: gsar                                  on 1998/09/23  01:31:32
9305         Log: perl.pod tweak
9306      Branch: perl
9307            ! pod/perl.pod
9308 ____________________________________________________________________________
9309 [  1795] By: gsar                                  on 1998/09/21  20:34:10
9310         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
9311      Branch: perl
9312            ! lib/ExtUtils/xsubpp
9313 ____________________________________________________________________________
9314 [  1789] By: gsar                                  on 1998/09/18  18:01:37
9315         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
9316      Branch: perl
9317            ! cop.h t/cmd/for.t
9318 ____________________________________________________________________________
9319 [  1788] By: gsar                                  on 1998/09/17  02:19:11
9320         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
9321      Branch: perl
9322            ! win32/config.bc win32/config.gc win32/config.vc
9323 ____________________________________________________________________________
9324 [  1787] By: gsar                                  on 1998/09/17  01:45:14
9325         Log: suppress bogus warning on C<sub x {} x()>
9326      Branch: perl
9327            ! toke.c
9328 ____________________________________________________________________________
9329 [  1786] By: gsar                                  on 1998/09/17  01:42:51
9330         Log: ntohl typo in objXSUB.h
9331      Branch: perl
9332            ! objXSUB.h
9333 ____________________________________________________________________________
9334 [  1785] By: gsar                                  on 1998/09/17  01:41:48
9335         Log: fill gaps in sig_* entries in win32/config.?c
9336      Branch: perl
9337            ! win32/config.bc win32/config.gc win32/config.vc
9338 ____________________________________________________________________________
9339 [  1781] By: larry                                 on 1998/09/05  23:48:24
9340         Log: tr/// logic was hosed under utf8
9341      Branch: perl
9342            ! doop.c op.c op.h pp.c proto.h
9343 ____________________________________________________________________________
9344 [  1780] By: larry                                 on 1998/09/05  23:44:16
9345         Log: several new tests needed tweaking to work under utf8
9346      Branch: perl
9347            ! t/comp/require.t t/op/pack.t t/op/substr.t
9348 ____________________________________________________________________________
9349 [  1779] By: larry                                 on 1998/09/05  23:41:42
9350         Log: index() applied BM optimization to wrong argument
9351      Branch: perl
9352            ! op.c util.c
9353 ____________________________________________________________________________
9354 [  1778] By: larry                                 on 1998/09/05  23:38:29
9355         Log: Implicit require during compile reset line numbering
9356      Branch: perl
9357            ! pp_ctl.c
9358
9359 ----------------
9360 Version 5.005_51
9361 ----------------
9362
9363 ____________________________________________________________________________
9364 [  1777] By: gsar                                  on 1998/08/10  07:02:38
9365         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
9366              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
9367              lexical warning testsuite for win32
9368      Branch: perl
9369            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
9370            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
9371            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
9372            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
9373            ! win32/Makefile win32/makefile.mk
9374 ____________________________________________________________________________
9375 [  1776] By: gsar                                  on 1998/08/09  17:53:48
9376         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
9377      Branch: perl
9378            ! Changes MANIFEST perl.c pod/perlhist.pod
9379 ____________________________________________________________________________
9380 [  1775] By: gsar                                  on 1998/08/09  14:35:33
9381         Log: tweak warning test
9382      Branch: perl
9383            ! t/pragma/warn-toke
9384 ____________________________________________________________________________
9385 [  1774] By: gsar                                  on 1998/08/09  14:13:46
9386         Log: add missing dTHR; notes for test failures due to small stacksize
9387      Branch: perl
9388            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
9389            ! toke.c universal.c util.c
9390 ____________________________________________________________________________
9391 [  1773] By: gsar                                  on 1998/08/09  11:31:53
9392         Log: lexical warnings; tweaks to places that didn't apply correctly
9393              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
9394              Date:    Wed, 29 Jul 1998 09:28:45 BST
9395              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
9396              Subject: lexical warnings patch for 5.005_50
9397      Branch: perl
9398            + README.lexwarn lib/warning.pm t/pragma/warn-2use
9399            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
9400            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
9401            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
9402            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
9403            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
9404            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
9405            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
9406            + warning.h warning.pl
9407            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
9408            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
9409            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
9410            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
9411            ! universal.c util.c
9412 ____________________________________________________________________________
9413 [  1772] By: gsar                                  on 1998/08/08  23:06:00
9414         Log: bump patchlevel to 5.005_51
9415      Branch: perl
9416            ! patchlevel.h win32/Makefile win32/config_H.bc
9417            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
9418 ____________________________________________________________________________
9419 [  1771] By: gsar                                  on 1998/08/08  23:01:57
9420         Log: fix bogus warning on "\x{123}"
9421              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
9422              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
9423              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
9424              Subject: [5.005_50 PATCH] Some unicode problems
9425      Branch: perl
9426            ! regcomp.c toke.c
9427 ____________________________________________________________________________
9428 [  1770] By: gsar                                  on 1998/08/08  22:56:55
9429         Log: hide dup symbol for static build of ext/re
9430              From: Dominic Dunlop <domo@ppp72.vo.lu>
9431              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
9432              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
9433              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
9434      Branch: perl
9435            ! regcomp.c
9436 ____________________________________________________________________________
9437 [  1769] By: gsar                                  on 1998/08/08  22:45:06
9438         Log: fix double free on -Mutf8 -e '$b=uc("")'
9439              From: larry@wall.org (Larry Wall)
9440              Date: Fri, 7 Aug 1998 14:42:43 -0700
9441              Message-Id: <199808072142.OAA14920@wall.org>
9442              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
9443      Branch: perl
9444            ! pp.c
9445 ____________________________________________________________________________
9446 [  1768] By: gsar                                  on 1998/08/08  22:42:29
9447         Log: substr() assumes utf8 without say-so
9448              From: larry@wall.org (Larry Wall)
9449              Date: Fri, 7 Aug 1998 12:25:12 -0700
9450              Message-Id: <199808071925.MAA13436@wall.org>
9451              Subject: [PATCH 5.005_50] substr bug?
9452      Branch: perl
9453            ! pp.c
9454 ____________________________________________________________________________
9455 [  1767] By: gsar                                  on 1998/08/08  22:38:25
9456         Log: fix intolerance of SWASHes for blank lines
9457              From: Gisle Aas <aas@sn.no>
9458              Date: 06 Aug 1998 23:28:57 +0200
9459              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
9460              Subject: Re: Re[2]: another joyride begins
9461      Branch: perl
9462            ! lib/utf8_heavy.pl
9463 ____________________________________________________________________________
9464 [  1766] By: gsar                                  on 1998/08/08  22:33:10
9465         Log: utf8 doc tweak
9466              From: Gisle Aas <aas@sn.no>
9467              Date: 05 Aug 1998 00:41:04 +0200
9468              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
9469              Subject: Matching clumps
9470      Branch: perl
9471            ! lib/utf8.pm
9472 ____________________________________________________________________________
9473 [  1765] By: gsar                                  on 1998/08/08  22:31:37
9474         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
9475              From: Gisle Aas <aas@sn.no>
9476              Date: 04 Aug 1998 22:56:11 +0200
9477              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
9478              Subject: Re: another joyride begins
9479      Branch: perl
9480            ! lib/utf8_heavy.pl
9481 ____________________________________________________________________________
9482 [  1764] By: gsar                                  on 1998/08/08  22:28:43
9483         Log: From: larry@wall.org (Larry Wall)
9484              Date: Tue, 4 Aug 1998 17:04:51 -0700
9485              Message-Id: <199808050004.RAA22592@wall.org>
9486              Subject: [PATCH 5.005_50] \pX not implemented!
9487      Branch: perl
9488            ! regcomp.c
9489 ____________________________________________________________________________
9490 [  1763] By: gsar                                  on 1998/08/08  22:27:15
9491         Log: From: Stephen McCamant <alias@mcs.com>
9492              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
9493              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
9494              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
9495      Branch: perl
9496            ! op.c
9497 ____________________________________________________________________________
9498 [  1762] By: gsar                                  on 1998/08/08  22:26:09
9499         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
9500              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
9501              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
9502              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
9503      Branch: perl
9504            + t/op/grent.t t/op/pwent.t
9505            ! MANIFEST
9506 ____________________________________________________________________________
9507 [  1761] By: gsar                                  on 1998/08/08  22:21:52
9508         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9509              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
9510              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
9511              Subject: [5.005_50 PATCH] misprint in RE engine
9512      Branch: perl
9513            ! regexec.c t/op/re_tests
9514 ____________________________________________________________________________
9515 [  1760] By: gsar                                  on 1998/08/08  22:18:54
9516         Log: integrate maint-5.005 changes into mainline
9517      Branch: perl
9518           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
9519           !> (integrate 138 files)
9520 ____________________________________________________________________________
9521 [  1672] By: gsar                                  on 1998/07/27  18:35:28
9522         Log: create new Changes
9523      Branch: perl
9524            + Changes
9525            ! Changes5.005 MANIFEST
9526 ____________________________________________________________________________
9527 [  1671] By: gsar                                  on 1998/07/27  18:30:57
9528         Log: rename Changes --> Changes5.005
9529      Branch: perl
9530           +> Changes5.005
9531            - Changes
9532 ____________________________________________________________________________
9533 [  1670] By: gsar                                  on 1998/07/27  18:10:14
9534         Log: integrate 5.005_01 changes from maint
9535      Branch: perl
9536            ! Changes
9537           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
9538           !> win32/win32.c
9539 ____________________________________________________________________________
9540 [  1667] By: nick                                  on 1998/07/26  14:31:01
9541         Log: Add dTHR so that it compiles miniperl in threaded mode
9542      Branch: perl
9543            ! doop.c mg.c regcomp.c regexec.c
9544 ____________________________________________________________________________
9545 [  1666] By: nick                                  on 1998/07/26  13:01:10
9546         Log: Resolve ansiperl against mainline (@1648?)
9547              Unclear that change number has "taken".
9548      Branch: ansiperl
9549           +> (branch 169 files)
9550            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
9551           !> (integrate 131 files)
9552
9553 ----------------
9554 Version 5.005_50
9555 ----------------
9556
9557 ____________________________________________________________________________
9558 [  1665] By: gsar                                  on 1998/07/26  05:38:48
9559         Log: add trailing newline to file
9560      Branch: perl
9561            ! Changes lib/unicode/blocks.txt
9562 ____________________________________________________________________________
9563 [  1664] By: gsar                                  on 1998/07/26  05:08:48
9564         Log: integrate proto.h additions from maint-5.005
9565      Branch: perl
9566           !> pod/perlhist.pod proto.h
9567 ____________________________________________________________________________
9568 [  1663] By: gsar                                  on 1998/07/26  05:07:05
9569         Log: add new files to MANIFEST; add missing prototypes to proto.h;
9570              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
9571              add typecasts to silence warnings; tweaks for win32 builds
9572      Branch: perl
9573            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
9574            ! win32/Makefile win32/makefile.mk
9575 ____________________________________________________________________________
9576 [  1662] By: gsar                                  on 1998/07/26  05:01:52
9577         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
9578      Branch: maint-5.005/perl
9579            ! pod/perlhist.pod proto.h
9580 ____________________________________________________________________________
9581 [  1661] By: gsar                                  on 1998/07/26  02:52:48
9582         Log: up patchlevel to 5.005_50
9583      Branch: perl
9584            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
9585            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
9586 ____________________________________________________________________________
9587 [  1660] By: gsar                                  on 1998/07/26  02:43:57
9588         Log: integrate utfperl
9589      Branch: perl
9590           +> (branch 162 files)
9591           !> (integrate 29 files)
9592 ____________________________________________________________________________
9593 [  1659] By: gsar                                  on 1998/07/26  02:38:22
9594         Log: integrate maint-5.005 changes
9595      Branch: perl
9596           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
9597           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
9598           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
9599           !> vms/descrip_mms.template vms/subconfigure.com
9600 ____________________________________________________________________________
9601 [  1658] By: gsar                                  on 1998/07/26  02:23:46
9602         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
9603              Date: Fri, 24 Jul 1998 11:38:25 -0700
9604              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
9605              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
9606              --
9607              Date: Fri, 24 Jul 1998 12:30:36 -0700
9608              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
9609              Subject: [PATCH 5.005]Tweaks to README.vms
9610              --
9611              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
9612              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
9613              Subject: [PATCH 5.005] Final build cleanup patch
9614      Branch: maint-5.005/perl
9615            ! README.vms vms/descrip_mms.template vms/subconfigure.com
9616 ____________________________________________________________________________
9617 [  1657] By: gsar                                  on 1998/07/26  02:19:50
9618         Log: another platform where pp_sselect() needs a whole fd_set buffer
9619              From: Lupe Christoph <lupe@alanya.m.isar.de>
9620              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
9621              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
9622              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
9623      Branch: maint-5.005/perl
9624            ! pp_sys.c
9625 ____________________________________________________________________________
9626 [  1656] By: gsar                                  on 1998/07/26  02:12:46
9627         Log: fix problem building modules on dos-djgpp
9628              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
9629              Date: Sat, 25 Jul 1998 00:53:39 +0200
9630              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
9631              Subject: [PATCH 5.005] dos-djgpp and modules problem
9632      Branch: maint-5.005/perl
9633            ! djgpp/fixpmain
9634 ____________________________________________________________________________
9635 [  1655] By: gsar                                  on 1998/07/26  02:11:09
9636         Log: From: Tom Spindler <dogcow@home.merit.edu>
9637              Date: Wed, 22 Jul 1998 16:11:07 -0400
9638              Message-ID: <19980722161107.A16813@home.merit.edu>
9639              Subject: [PATCH 5.005] BeOS tweak
9640      Branch: maint-5.005/perl
9641            ! hints/beos.sh
9642 ____________________________________________________________________________
9643 [  1654] By: gsar                                  on 1998/07/26  02:09:29
9644         Log: various pod tweaks
9645      Branch: maint-5.005/perl
9646            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
9647            ! pod/perltoc.pod
9648 ____________________________________________________________________________
9649 [  1653] By: gsar                                  on 1998/07/26  02:05:46
9650         Log: fix emacs/ptags for PL_* changes
9651              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9652              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
9653              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
9654              Subject: [PATCH 5.004_76] Yet better ptags
9655      Branch: maint-5.005/perl
9656            ! emacs/ptags
9657 ____________________________________________________________________________
9658 [  1652] By: gsar                                  on 1998/07/26  02:03:01
9659         Log: fix behavior of <=> on bigints
9660              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
9661              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
9662              Date: Fri, 24 Jul 1998 18:29:53 +0100
9663              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
9664      Branch: maint-5.005/perl
9665            ! lib/Math/BigInt.pm t/lib/bigintpm.t
9666 ____________________________________________________________________________
9667 [  1651] By: larry                                 on 1998/07/24  05:44:33
9668         Log: Here are the long-expected Unicode/UTF-8 modifications.
9669      Branch: utfperl
9670            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
9671            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
9672            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
9673            + lib/unicode/Decomposition.pl
9674            + lib/unicode/In/AlphabeticPresentationForms.pl
9675            + lib/unicode/In/Arabic.pl
9676            + lib/unicode/In/ArabicPresentationForms-A.pl
9677            + lib/unicode/In/ArabicPresentationForms-B.pl
9678            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
9679            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
9680            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
9681            + lib/unicode/In/BoxDrawing.pl
9682            + lib/unicode/In/CJKCompatibility.pl
9683            + lib/unicode/In/CJKCompatibilityForms.pl
9684            + lib/unicode/In/CJKCompatibilityIdeographs.pl
9685            + lib/unicode/In/CJKSymbolsandPunctuation.pl
9686            + lib/unicode/In/CJKUnifiedIdeographs.pl
9687            + lib/unicode/In/CombiningDiacriticalMarks.pl
9688            + lib/unicode/In/CombiningHalfMarks.pl
9689            + lib/unicode/In/CombiningMarksforSymbols.pl
9690            + lib/unicode/In/ControlPictures.pl
9691            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
9692            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
9693            + lib/unicode/In/EnclosedAlphanumerics.pl
9694            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
9695            + lib/unicode/In/GeneralPunctuation.pl
9696            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
9697            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
9698            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
9699            + lib/unicode/In/HalfwidthandFullwidthForms.pl
9700            + lib/unicode/In/HangulCompatibilityJamo.pl
9701            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
9702            + lib/unicode/In/Hebrew.pl
9703            + lib/unicode/In/HighPrivateUseSurrogates.pl
9704            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
9705            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
9706            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
9707            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
9708            + lib/unicode/In/LatinExtended-A.pl
9709            + lib/unicode/In/LatinExtended-B.pl
9710            + lib/unicode/In/LatinExtendedAdditional.pl
9711            + lib/unicode/In/LetterlikeSymbols.pl
9712            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
9713            + lib/unicode/In/MathematicalOperators.pl
9714            + lib/unicode/In/MiscellaneousSymbols.pl
9715            + lib/unicode/In/MiscellaneousTechnical.pl
9716            + lib/unicode/In/NumberForms.pl
9717            + lib/unicode/In/OpticalCharacterRecognition.pl
9718            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
9719            + lib/unicode/In/SmallFormVariants.pl
9720            + lib/unicode/In/SpacingModifierLetters.pl
9721            + lib/unicode/In/Specials.pl
9722            + lib/unicode/In/SuperscriptsandSubscripts.pl
9723            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
9724            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
9725            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
9726            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
9727            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
9728            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
9729            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
9730            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
9731            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
9732            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
9733            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
9734            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
9735            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
9736            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
9737            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
9738            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
9739            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
9740            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
9741            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
9742            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
9743            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
9744            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
9745            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
9746            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
9747            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
9748            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
9749            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
9750            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
9751            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
9752            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
9753            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
9754            + lib/unicode/JamoShort.pl lib/unicode/Makefile
9755            + lib/unicode/Name.pl lib/unicode/Number.pl
9756            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
9757            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
9758            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
9759            + lib/unicode/blocks.txt lib/unicode/index2.txt
9760            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
9761            + lib/unicode/names2.txt lib/unicode/props2.txt
9762            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
9763            + utf8.c utf8.h
9764            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
9765            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
9766            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
9767            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
9768            ! t/op/vec.t toke.c util.c vms/vmsish.h
9769 ____________________________________________________________________________
9770 [  1650] By: gsar                                  on 1998/07/24  04:06:48
9771         Log: create utfperl branch
9772      Branch: utfperl
9773           +> (branch 1079 files)
9774 ____________________________________________________________________________
9775 [  1649] By: gsar                                  on 1998/07/24  03:56:56
9776         Log: create maint-5.005 branch
9777      Branch: maint-5.005/perl
9778           +> (branch 1079 files)
9779 ____________________________________________________________________________
9780 [  1648] By: gsar                                  on 1998/07/24  03:36:35
9781         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
9782      Branch: perl
9783            ! Changes
9784