7812197e17e4a589f4400e8edcad8494e5853321
[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       <laszlo.molnar@eth.ericsson.se>
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@activestate.com>
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_63        Development release working toward 5.6
79 ----------------
80
81 ____________________________________________________________________________
82 [  4665] By: gsar                                  on 1999/12/08  02:22:31
83         Log: introduce save_I8() for saving byte values
84      Branch: perl
85            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
86            ! regcomp.c regexec.c scope.c scope.h sv.c
87 ____________________________________________________________________________
88 [  4664] By: gsar                                  on 1999/12/08  02:02:33
89         Log: use SAVEINT() rather than SAVEDESTRUCTOR() for saving PL_expect etc.
90      Branch: perl
91            ! toke.c
92 ____________________________________________________________________________
93 [  4663] By: gsar                                  on 1999/12/08  01:11:44
94         Log: longstanding typo in lexer: PL_lex_expect was not properly
95              saved on reentry
96      Branch: perl
97            ! toke.c
98 ____________________________________________________________________________
99 [  4662] By: gsar                                  on 1999/12/07  23:16:21
100         Log: typos in change#4546
101      Branch: perl
102            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm sv.c
103 ____________________________________________________________________________
104 [  4661] By: gsar                                  on 1999/12/07  09:33:50
105         Log: typos in change#4660
106      Branch: perl
107            ! embed.h embed.pl objXSUB.h perl.h perlapi.c pp_sys.c proto.h
108 ____________________________________________________________________________
109 [  4660] By: gsar                                  on 1999/12/06  23:42:55
110         Log: tweaks for building with -DUSE_ITHREADS on !WIN32 platforms;
111              fix bug where lc($readonly) could result in bogus errors
112      Branch: perl
113            ! embed.h embed.pl iperlsys.h makedef.pl objXSUB.h perlapi.c
114            ! pp.c pp_sys.c proto.h sv.c
115 ____________________________________________________________________________
116 [  4659] By: gsar                                  on 1999/12/06  15:24:31
117         Log: allow IRIX 6.5 to build perl (from Helmut Jarausch
118              <jarausch@igpm.rwth-aachen.de>)
119      Branch: perl
120            ! perl.h
121 ____________________________________________________________________________
122 [  4658] By: gsar                                  on 1999/12/06  15:18:30
123         Log: fix for -Dp via $^D (suggested by Stephane Payrard
124              <stef@adnaccess.com>)
125      Branch: perl
126            ! mg.c
127 ____________________________________________________________________________
128 [  4657] By: gsar                                  on 1999/12/06  06:50:01
129         Log: change#4641 needs perldiag.pod edit
130      Branch: perl
131            - lib/unicode/UnicodeData-Latest.txt
132            ! pod/perldiag.pod
133 ____________________________________________________________________________
134 [  4656] By: gsar                                  on 1999/12/06  01:36:56
135         Log: Makefile tweak for change#4649
136      Branch: perl
137            ! Makefile.SH
138 ____________________________________________________________________________
139 [  4655] By: gsar                                  on 1999/12/05  17:23:57
140         Log: change#4653 was missing a patch reject
141      Branch: perl
142            ! win32/makefile.mk
143 ____________________________________________________________________________
144 [  4654] By: gsar                                  on 1999/12/05  11:41:04
145         Log: windows build tweaks for Borland compiler
146      Branch: perl
147            ! win32/makefile.mk win32/perlhost.h win32/win32.c win32/win32.h
148 ____________________________________________________________________________
149 [  4653] By: gsar                                  on 1999/12/05  11:07:37
150         Log: applied somewhat modified version of suggested patch
151              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
152              Date: Thu, 18 Nov 1999 18:45:27 PST
153              Message-ID: <19991119024527.72749.qmail@hotmail.com>
154              Subject: [PATCH 5.005_62] Perl on Win95, Mark IIB
155      Branch: perl
156            + win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
157            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
158            ! lib/ExtUtils/MM_Win32.pm win32/config_sh.PL win32/genmk95.pl
159            ! win32/makefile.mk win32/win32.h
160 ____________________________________________________________________________
161 [  4652] By: gsar                                  on 1999/12/05  09:24:45
162         Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
163              Date: Thu, 4 Nov 1999 16:34:23 -0800 (PST)
164              Message-Id: <199911050034.QAA06499@scoot.pdev.sco.com>
165              Subject: [ID 19991104.005] modified hints file for UnixWare7 ( svr5)
166      Branch: perl
167            ! Changes hints/svr5.sh
168 ____________________________________________________________________________
169 [  4651] By: gsar                                  on 1999/12/05  09:01:19
170         Log: on dosish platforms, avoid infinite recursion in File::Path::mkpath()
171              when given non-existent drive names
172      Branch: perl
173            ! lib/File/Path.pm
174 ____________________________________________________________________________
175 [  4650] By: gsar                                  on 1999/12/05  08:47:11
176         Log: windows build tweaks for change#4649
177      Branch: perl
178            ! win32/Makefile win32/makefile.mk
179 ____________________________________________________________________________
180 [  4649] By: gsar                                  on 1999/12/05  07:49:28
181         Log: make File::Glob::glob() the default for CORE::glob()
182              (old csh glob can still be had with -DPERL_EXTERNAL_GLOB)
183      Branch: perl
184            ! Makefile.SH op.c pod/perldelta.pod win32/Makefile
185            ! win32/makefile.mk
186 ____________________________________________________________________________
187 [  4648] By: gsar                                  on 1999/12/05  00:33:34
188         Log: fix bug in processing L<> tags (from j.vavruska@post.cz)
189      Branch: perl
190            ! lib/Pod/Html.pm
191 ____________________________________________________________________________
192 [  4647] By: gsar                                  on 1999/12/05  00:14:01
193         Log: remove outdated entry
194      Branch: perl
195            ! pod/perltrap.pod
196 ____________________________________________________________________________
197 [  4646] By: gsar                                  on 1999/12/04  22:48:51
198         Log: s/block/loop block/ in diagnostics about next, last, redo
199      Branch: perl
200            ! pod/perldiag.pod pp_ctl.c t/op/runlevel.t t/pragma/warn/pp_ctl
201 ____________________________________________________________________________
202 [  4645] By: gsar                                  on 1999/12/04  22:25:32
203         Log: readability tweak suggested by GRommel@sears.com
204      Branch: perl
205            ! pp.c
206 ____________________________________________________________________________
207 [  4644] By: gsar                                  on 1999/12/04  22:05:00
208         Log: Configure tweak from Peter Prymmer
209      Branch: perl
210            ! Configure
211 ____________________________________________________________________________
212 [  4643] By: gsar                                  on 1999/12/04  21:55:27
213         Log: make weak keyword check look for defined(&lock), not
214              merely defined(*lock)
215      Branch: perl
216            ! toke.c
217 ____________________________________________________________________________
218 [  4642] By: gsar                                  on 1999/12/04  21:11:51
219         Log: make eof() open ARGV if it isn't open already; also fixes bug
220              where eof() would operate on any last-read filehandle, not
221              just ARGV
222      Branch: perl
223            ! pp_sys.c
224 ____________________________________________________________________________
225 [  4641] By: gsar                                  on 1999/12/04  04:42:25
226         Log: make uninitialized value warnings report opcode
227      Branch: perl
228            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
229            ! opcode.pl perl.h perlapi.c pp.c pp_hot.c proto.h sv.c
230            ! t/op/misc.t t/pragma/warn/1global t/pragma/warn/2use
231            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/7fatal
232            ! t/pragma/warn/doio t/pragma/warn/pp t/pragma/warn/pp_hot
233            ! t/pragma/warn/sv
234 ____________________________________________________________________________
235 [  4640] By: gsar                                  on 1999/12/04  02:40:44
236         Log: provide explicit functions timegm_nocheck() and timelocal_nocheck()
237              that don't do range checking
238      Branch: perl
239            ! lib/Time/Local.pm
240 ____________________________________________________________________________
241 [  4639] By: gsar                                  on 1999/12/04  01:00:49
242         Log: better implementation of change#3326; open(local $foo,...) now
243              allowed in addition to any uninitialized variable, for consistency
244              with how autovivification works elsewhere; add code to use the
245              variable name as the name of the handle for simple variables, so
246              that diagnostics report the handle: "... at - line 1, <$foo> line 10."
247      Branch: perl
248            ! op.c pod/perldelta.pod pp.c t/io/open.t
249 ____________________________________________________________________________
250 [  4638] By: gsar                                  on 1999/12/03  21:20:00
251         Log: pod nits
252      Branch: perl
253            ! pod/perlfunc.pod pod/perlrun.pod
254 ____________________________________________________________________________
255 [  4637] By: gsar                                  on 1999/12/03  08:59:04
256         Log: change#4431 was flawed
257      Branch: perl
258            ! Makefile.SH
259 ____________________________________________________________________________
260 [  4636] By: gsar                                  on 1999/12/03  07:59:52
261         Log: pod embellishments from Nathan Torkington
262      Branch: perl
263            ! pod/perlfaq2.pod pod/perlhack.pod
264 ____________________________________________________________________________
265 [  4635] By: gsar                                  on 1999/12/03  07:56:04
266         Log: perlfaq4 typo (from Jeff Pinyan <jeffp@crusoe.net>)
267      Branch: perl
268            ! pod/perlfaq4.pod
269 ____________________________________________________________________________
270 [  4634] By: gsar                                  on 1999/12/03  07:47:47
271         Log: test tweak for VMS (from Craig A. Berry)
272      Branch: perl
273            ! t/io/nargv.t
274 ____________________________________________________________________________
275 [  4633] By: gsar                                  on 1999/12/03  07:44:52
276         Log: patchls tweak from Andreas Koenig
277      Branch: perl
278            ! Porting/patchls
279 ____________________________________________________________________________
280 [  4632] By: gsar                                  on 1999/12/03  07:42:23
281         Log: don't mess with the umask()
282      Branch: perl
283            ! installhtml installman installperl lib/ExtUtils/Install.pm
284            ! lib/ExtUtils/Manifest.pm
285 ____________________________________________________________________________
286 [  4631] By: gsar                                  on 1999/12/03  06:52:50
287         Log: support -a switch to append bytecode to an existing file and make
288              perlcc use it (from Tom Hughes <tom@compton.nu>)
289      Branch: perl
290            ! ext/B/B/Bytecode.pm utils/perlcc.PL
291 ____________________________________________________________________________
292 [  4630] By: gsar                                  on 1999/12/03  06:46:16
293         Log: document incompatible perl4 vec() vs bitwise ops interaction trap
294              (from Tom Phoenix)
295      Branch: perl
296            ! pod/perltrap.pod
297 ____________________________________________________________________________
298 [  4629] By: gsar                                  on 1999/12/03  06:40:15
299         Log: use PerlIO abstraction rather than straight stdio (from
300              Chip Salzenberg)
301      Branch: perl
302            ! ext/ByteLoader/ByteLoader.xs
303 ____________________________________________________________________________
304 [  4628] By: gsar                                  on 1999/12/03  06:15:54
305         Log: avoid warning in IO::Select::exists() if socket doesn't exist
306      Branch: perl
307            ! ext/IO/lib/IO/Select.pm
308 ____________________________________________________________________________
309 [  4627] By: gsar                                  on 1999/12/03  06:05:19
310         Log: two small patches from Peter Prymmer <pvhp@forte.com>
311      Branch: perl
312            ! makedepend.SH win32/Makefile win32/makefile.mk
313 ____________________________________________________________________________
314 [  4626] By: gsar                                  on 1999/12/03  05:36:38
315         Log: From: Peter Prymmer <pvhp@forte.com>
316              Date: Thu, 25 Nov 1999 21:06:19 -0800 (PST)
317              Message-Id: <199911260506.VAA17230@brio.forte.com>
318              Subject: [PATCH: 5.005_62] implement /[:ascii:]/ on ebcdic machines
319      Branch: perl
320            ! regcomp.c
321 ____________________________________________________________________________
322 [  4625] By: gsar                                  on 1999/12/03  05:20:21
323         Log: Windows build tweaks due to change#4623
324      Branch: perl
325            ! win32/Makefile win32/makefile.mk win32/perlhost.h
326 ____________________________________________________________________________
327 [  4624] By: gsar                                  on 1999/12/03  04:58:30
328         Log: add missing file
329      Branch: perl
330            + ext/DynaLoader/XSLoader_pm.PL
331 ____________________________________________________________________________
332 [  4623] By: gsar                                  on 1999/12/03  04:47:03
333         Log: applied suggested patch; removed $VERSION = $VERSION hack
334              (change#4043 fixed the need for that)
335              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
336              Date: Tue, 16 Nov 1999 01:50:31 EST
337              Message-Id: <199911160650.BAA18874@monk.mps.ohio-state.edu>
338              Subject: [PATCH 5.005_62] XSLoader.pm
339      Branch: perl
340            ! MANIFEST ext/B/B.pm ext/ByteLoader/ByteLoader.pm
341            ! ext/DB_File/DB_File.pm ext/Data/Dumper/Dumper.pm
342            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
343            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/Makefile.PL
344            ! ext/DynaLoader/dlutils.c ext/Fcntl/Fcntl.pm
345            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm ext/IO/IO.pm
346            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
347            ! ext/Opcode/Opcode.pm ext/POSIX/POSIX.pm
348            ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
349            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
350            ! lib/AutoLoader.pm lib/FindBin.pm lib/Getopt/Std.pm
351 ____________________________________________________________________________
352 [  4622] By: gsar                                  on 1999/12/03  04:02:39
353         Log: revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:/x/>)
354      Branch: perl
355            ! Changes embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
356 ____________________________________________________________________________
357 [  4621] By: gsar                                  on 1999/12/02  22:24:53
358         Log: caveat about thread-safety of extensions
359      Branch: perl
360            ! pod/perlfork.pod
361 ____________________________________________________________________________
362 [  4620] By: gsar                                  on 1999/12/02  20:31:02
363         Log: XS documentation patches suggested by Ilya, severally adjusted
364      Branch: perl
365            ! pod/perlxs.pod pod/perlxstut.pod
366 ____________________________________________________________________________
367 [  4619] By: gsar                                  on 1999/12/02  17:52:50
368         Log: re-add missing Unicode database master
369      Branch: perl
370            + lib/unicode/Unicode.300
371 ____________________________________________________________________________
372 [  4618] By: gsar                                  on 1999/12/02  06:56:18
373         Log: applied suggested patch with prototype changes
374              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
375              Date:    Tue, 23 Nov 1999 22:55:55 EST
376              Message-Id: <199911240355.WAA23033@monk.mps.ohio-state.edu>
377              Subject: [PATCH 5.005_62] First char cognizance
378      Branch: perl
379            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
380 ____________________________________________________________________________
381 [  4617] By: gsar                                  on 1999/12/02  06:04:57
382         Log: fixes for bugs in change#4586 and OS/2 pod tweak, from Ilya
383      Branch: perl
384            ! os2/OS2/REXX/REXX.pm regexec.c t/op/re_tests
385 ____________________________________________________________________________
386 [  4616] By: gsar                                  on 1999/12/02  04:30:22
387         Log: various documentation tweaks suggested by M. J. T. Guy
388      Branch: perl
389            ! INSTALL lib/strict.pm pod/perlfunc.pod pod/perlsyn.pod
390 ____________________________________________________________________________
391 [  4615] By: gsar                                  on 1999/12/02  04:17:43
392         Log: various File::Glob fixes for DOSISH platforms
393              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
394              Date: Tue, 02 Nov 1999 11:11:25 GMT
395              Message-Id: <714DFA46B9BBD0119CD000805FC1F53BDC38E3@UKRUX002.rundc.uk.origin-it.com>
396              Subject: File::Glob again. Final patch, honest!
397      Branch: perl
398            + t/lib/glob-case.t
399            ! MANIFEST ext/File/Glob/Changes ext/File/Glob/Glob.pm
400            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
401            ! ext/File/Glob/bsd_glob.h op.c t/lib/glob-global.t
402 ____________________________________________________________________________
403 [  4614] By: gsar                                  on 1999/12/02  03:42:55
404         Log: allow XSUBs and prototyped subroutines to be used with sort() (tweaked
405              variant of patch suggested by Peter Haworth <pmh@edison.ioppublishing.com>)
406      Branch: perl
407            ! pod/perldelta.pod pod/perlfunc.pod pp_ctl.c t/op/sort.t
408 ____________________________________________________________________________
409 [  4613] By: gsar                                  on 1999/12/02  01:59:19
410         Log: ignore yet another known scalar leak
411      Branch: perl
412            ! t/pragma/warn/regcomp
413 ____________________________________________________________________________
414 [  4612] By: gsar                                  on 1999/12/02  01:15:02
415         Log: avoid potential stack extension bug in pp_unpack() (spotted by Ilya)
416      Branch: perl
417            ! pp.c
418 ____________________________________________________________________________
419 [  4611] By: gsar                                  on 1999/12/02  00:31:43
420         Log: a somewhat tweaked version of suggested patch
421              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
422              Date: Wed, 27 Oct 1999 18:57:41 -0400 (EDT)
423              Message-Id: <199910272257.SAA29928@monk.mps.ohio-state.edu>
424              Subject: [PATCH 5.005_62] Another round of pack/vec docs patches
425      Branch: perl
426            ! pod/perlfunc.pod
427 ____________________________________________________________________________
428 [  4610] By: gsar                                  on 1999/12/01  19:09:31
429         Log: more accurate require() pseudocode (from James P. Williams
430              <James.P.Williams@USAHQ.UnitedSpaceAlliance.com>)
431      Branch: perl
432            ! pod/perlfunc.pod
433 ____________________________________________________________________________
434 [  4609] By: gsar                                  on 1999/12/01  18:43:49
435         Log: avoid "Callback called exit" error on intentional exit()
436      Branch: perl
437            ! embedvar.h intrpvar.h objXSUB.h perl.c perl.h pp_ctl.c
438 ____________________________________________________________________________
439 [  4608] By: gsar                                  on 1999/12/01  18:42:38
440         Log: find_byclass() prototype was incoherent
441      Branch: perl
442            ! regexec.c
443 ____________________________________________________________________________
444 [  4607] By: gsar                                  on 1999/12/01  05:45:10
445         Log: better documentation for goto &NAME (from M. J. T. Guy)
446      Branch: perl
447            ! pod/perlfunc.pod
448 ____________________________________________________________________________
449 [  4606] By: gsar                                  on 1999/12/01  05:33:14
450         Log: integrate cfgperl contents into mainline
451      Branch: perl
452           +> lib/unicode/Jamo.txt lib/unicode/NamesList.html
453           +> lib/unicode/UCD300.html lib/unicode/Unicode3.html
454            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
455            ! Changes
456           !> (integrate 210 files)
457 ____________________________________________________________________________
458 [  4605] By: gsar                                  on 1999/12/01  05:15:27
459         Log: avoid PTR->IV cast warnings
460      Branch: perl
461            ! mg.c op.c scope.h
462 ____________________________________________________________________________
463 [  4604] By: gsar                                  on 1999/12/01  03:59:56
464         Log: email address changes
465      Branch: perl
466            ! AUTHORS Changes Porting/genlog Porting/p4d2p Porting/p4desc
467            ! README.win32 ext/Data/Dumper/Dumper.pm lib/DB.pm
468            ! lib/File/DosGlob.pm lib/Math/Complex.pm lib/Math/Trig.pm
469            ! pod/perl5005delta.pod pod/perlport.pod t/op/runlevel.t
470            ! utils/perlbug.PL utils/perldoc.PL win32/bin/perlglob.pl
471 ____________________________________________________________________________
472 [  4603] By: gsar                                  on 1999/12/01  03:45:13
473         Log: minor USE_ITHREADS tweaks
474      Branch: perl
475            ! doio.c op.c op.h pp_hot.c pp_sys.c run.c win32/Makefile
476            ! win32/perllib.c win32/win32.h
477 ____________________________________________________________________________
478 [  4602] By: gsar                                  on 1999/12/01  01:00:09
479         Log: more complete pseudo-fork() support for Windows
480      Branch: perl
481            + pod/perlfork.pod win32/perlhost.h win32/vdir.h win32/vmem.h
482            ! MANIFEST XSUB.h cop.h dump.c embed.h embed.pl embedvar.h
483            ! ext/B/B/CC.pm ext/Opcode/Opcode.xs global.sym globals.c
484            ! globvar.sym gv.c hv.c intrpvar.h iperlsys.h makedef.pl mg.c
485            ! mpeix/mpeixish.h objXSUB.h op.c op.h os2/os2ish.h perl.c
486            ! perl.h perlapi.c plan9/plan9ish.h pod/Makefile pod/buildtoc
487            ! pod/perl.pod pod/roffitall pp.c pp_ctl.c pp_hot.c pp_sys.c
488            ! proto.h regcomp.c run.c scope.c scope.h sv.c t/op/fork.t
489            ! toke.c unixish.h util.c vos/vosish.h win32/Makefile
490            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
491            ! win32/win32iop.h win32/win32thread.h
492 ____________________________________________________________________________
493 [  4601] By: gsar                                  on 1999/12/01  00:45:38
494         Log: rudimentary support for remote debugging, from aeons ago (somewhat
495              modified)
496              From: Graham TerMarsch <grahamt@ActiveState.com>
497              Date: Sat, 12 Sep 1998 10:46:55 -0700
498              Message-ID: <35FAB38F.EA9AAC50@activestate.com>
499              Subject: Re: Patches to perl5db.pl to allow for remote debugging
500      Branch: perl
501            ! lib/perl5db.pl
502 ____________________________________________________________________________
503 [  4600] By: chip                                  on 1999/11/19  21:16:00
504         Log: Document known limitations of fdopen() on some systems,
505              as they apply to open() and sysopen().
506      Branch: perl
507            ! pod/perlfunc.pod
508 ____________________________________________________________________________
509 [  4599] By: chip                                  on 1999/11/19  17:20:19
510         Log: Undef printf before redirecting it to PerlIO_stdoutf.
511              (Avoids an irritating warning when compiling with PerlIO.)
512      Branch: perl
513            ! perl.h
514 ____________________________________________________________________________
515 [  4598] By: jhi                                   on 1999/11/22  21:30:17
516         Log: Small VMS nits from Craig A. Berry, <craig.berry@metamor.com>.
517      Branch: cfgperl
518            ! README.vms t/io/open.t
519 ____________________________________________________________________________
520 [  4597] By: jhi                                   on 1999/11/21  16:21:21
521         Log: Replace #4596 with the change done in 5.005_03.
522      Branch: cfgperl
523            ! ext/Errno/Errno_pm.PL
524 ____________________________________________________________________________
525 [  4596] By: jhi                                   on 1999/11/21  16:07:20
526         Log: Skip processing a file if the file to be opened is '-'
527              (can happen in UNICOS)
528      Branch: cfgperl
529            ! ext/Errno/Errno_pm.PL
530 ____________________________________________________________________________
531 [  4595] By: jhi                                   on 1999/11/21  14:05:10
532         Log: VMS patches from Peter Prymmer.
533      Branch: cfgperl
534            ! doio.c mg.c taint.c vms/subconfigure.com vms/vms.c
535 ____________________________________________________________________________
536 [  4594] By: jhi                                   on 1999/11/18  17:07:14
537         Log: The find_byclass prototype is already in proto.h. 
538      Branch: cfgperl
539            ! regexec.c
540 ____________________________________________________________________________
541 [  4593] By: gsar                                  on 1999/11/16  21:25:21
542         Log: typo in flag checks
543      Branch: utfperl
544            ! sv.h
545 ____________________________________________________________________________
546 [  4592] By: jhi                                   on 1999/11/16  21:17:25
547         Log: Regen Configure.
548      Branch: cfgperl
549            ! Configure config_h.SH pp.c pp.h vms/subconfigure.com
550      Branch: metaconfig
551            ! U/a_dvisory/quadtype.U
552 ____________________________________________________________________________
553 [  4591] By: jhi                                   on 1999/11/16  14:53:19
554         Log: Integrate with Sarathy.
555      Branch: cfgperl
556           !> cop.h deb.c embed.h embed.pl global.sym lib/Pod/Checker.pm
557           !> lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Select.pm
558           !> lib/Pod/Usage.pm makedef.pl objXSUB.h perl.c perlapi.c
559           !> pod/podchecker.PL pp_sys.c proto.h sv.c t/pod/poderrs.t
560           !> t/pod/poderrs.xr
561 ____________________________________________________________________________
562 [  4590] By: gsar                                  on 1999/11/16  05:57:56
563         Log: Pod::Parser updates (v1.091) from Brad Appleton <bradapp@enteract.com>
564      Branch: perl
565            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
566            ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/podchecker.PL
567            ! t/pod/poderrs.t t/pod/poderrs.xr
568 ____________________________________________________________________________
569 [  4589] By: gsar                                  on 1999/11/15  18:47:34
570         Log: add a synchronous stub fork() for USE_ITHREADS to prove that a simple
571              C<if (fork()) { print "parent" } else { print "child" }> works on
572              Windows (incidentally running a cloned^2 interpreter :)
573      Branch: perl
574            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perlapi.c
575            ! pp_sys.c proto.h sv.c
576 ____________________________________________________________________________
577 [  4588] By: gsar                                  on 1999/11/15  14:34:36
578         Log: cloning the stack (part 1)
579      Branch: perl
580            ! cop.h deb.c perl.c sv.c
581 ____________________________________________________________________________
582 [  4587] By: jhi                                   on 1999/11/15  00:22:20
583         Log: Integrate with Sarathy.
584      Branch: cfgperl
585           !> Changes embed.h embed.pl embedvar.h global.sym intrpvar.h
586           !> makedef.pl objXSUB.h op.c perl.h perlapi.c proto.h run.c sv.c
587           !> win32/perllib.c
588 ____________________________________________________________________________
589 [  4586] By: jhi                                   on 1999/11/14  21:17:26
590         Log: Ilya's "hopscotch" patch, reworked by Ilya to fit.
591      Branch: cfgperl
592            ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
593 ____________________________________________________________________________
594 [  4585] By: gsar                                  on 1999/11/14  20:01:45
595         Log: tweak for win32 build
596      Branch: perl
597            ! embed.h embed.pl op.c proto.h
598 ____________________________________________________________________________
599 [  4584] By: gsar                                  on 1999/11/14  19:46:25
600         Log: cosmetic tweaks
601      Branch: perl
602            ! embed.h embed.pl embedvar.h global.sym intrpvar.h makedef.pl
603            ! objXSUB.h perl.h perlapi.c proto.h sv.c win32/perllib.c
604 ____________________________________________________________________________
605 [  4583] By: gsar                                  on 1999/11/14  17:38:32
606         Log: fix problem pointer casts
607      Branch: perl
608            ! Changes run.c sv.c
609 ____________________________________________________________________________
610 [  4582] By: jhi                                   on 1999/11/14  17:10:01
611         Log: Integrate with Sarathy.
612      Branch: cfgperl
613           !> cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c perly.c
614           !> perly.y pp_ctl.c pp_sys.c sv.c t/op/misc.t toke.c util.c
615           !> vms/perly_c.vms win32/perllib.c
616 ____________________________________________________________________________
617 [  4581] By: jhi                                   on 1999/11/14  17:08:23
618         Log: The separation of 64-bitness and largefileness continues
619              (with a setback, see hpux.sh).
620      Branch: cfgperl
621            ! Configure MANIFEST config_h.SH hints/aix.sh hints/hpux.sh
622            ! hints/solaris_2.sh
623      Branch: metaconfig
624            ! U/threads/archname.U U/typedefs/lseektype.U
625      Branch: metaconfig/U/perl
626            ! fpossize.U use64bits.U uselfs.U
627 ____________________________________________________________________________
628 [  4580] By: jhi                                   on 1999/11/14  13:26:41
629         Log: Another Unicode update.
630      Branch: cfgperl
631            + lib/unicode/Jamo.txt lib/unicode/NamesList.html
632            + lib/unicode/UCD300.html lib/unicode/Unicode3.html
633            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
634            ! (edit 189 files)
635 ____________________________________________________________________________
636 [  4579] By: gsar                                  on 1999/11/14  10:21:49
637         Log: sundry cleanups for cloned interpreters (only known failure mode
638              is due to regexps keeping non-constant data in their compiled
639              structures)
640      Branch: perl
641            ! cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c pp_ctl.c
642            ! pp_sys.c sv.c toke.c util.c win32/perllib.c
643 ____________________________________________________________________________
644 [  4578] By: gsar                                  on 1999/11/14  03:37:37
645         Log: fix bug in change#4515 (STOP blocks now see @ARGV like the rest)
646      Branch: perl
647            ! perly.c perly.y t/op/misc.t vms/perly_c.vms
648 ____________________________________________________________________________
649 [  4577] By: jhi                                   on 1999/11/13  19:50:24
650         Log: Change #4576 accidentally leaked also parts of
651              Ilya's patch that won't apply cleanly anymore.
652      Branch: cfgperl
653            ! regexec.c t/op/re_tests
654 ____________________________________________________________________________
655 [  4576] By: jhi                                   on 1999/11/13  19:43:37
656         Log: Integrate with Sarathy.
657      Branch: cfgperl
658            ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
659           !> ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm t/lib/dumper.t
660           !> t/op/regexp.t t/pragma/overload.t
661 ____________________________________________________________________________
662 [  4575] By: gsar                                  on 1999/11/13  19:41:46
663         Log: typos in change#4561 and change#4565
664      Branch: perl
665            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm
666 ____________________________________________________________________________
667 [  4574] By: gsar                                  on 1999/11/13  19:31:19
668         Log: revert non-kosher parts of change#4562 (sort order problems
669              should be ignored (on ebcdic) by fixing dumper.t/T() to sort
670              result and expected lines; /[:ascii:]/ not working should be
671              fixed, not ignored in regexp.t; result from sort should be
672              fixed to be ascii portable on ebcdic, not ebcdic-specific)
673      Branch: perl
674            ! t/lib/dumper.t t/op/regexp.t t/pragma/overload.t
675 ____________________________________________________________________________
676 [  4573] By: gsar                                  on 1999/11/13  19:13:04
677         Log: integrate cfgperl changes into mainline
678      Branch: perl
679           +> lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
680           +> lib/unicode/In/BopomofoExtended.pl
681           +> lib/unicode/In/BraillePatterns.pl
682           +> lib/unicode/In/CJKRadicalsSupplement.pl
683           +> lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
684           +> lib/unicode/In/Cherokee.pl
685           +> lib/unicode/In/IdeographicDescriptionCharacters.pl
686           +> lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
687           +> lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
688           +> lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
689           +> lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
690           +> lib/unicode/In/Thaana.pl
691           +> lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
692           +> lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
693            - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
694           !> (integrate 213 files)
695 ____________________________________________________________________________
696 [  4572] By: jhi                                   on 1999/11/13  18:44:50
697         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
698              To: perl5-porters@perl.org, VMSPERL@perl.org
699              Subject: [PATCH 5.005_03 and 5.005_62] updates to README.vms
700              Date: Wed, 27 Oct 1999 11:02:54 -0500
701              Message-Id: <4.2.0.58.19991027105257.00addc10@mmtnt11.metamor.com>
702      Branch: cfgperl
703            ! README.vms
704 ____________________________________________________________________________
705 [  4571] By: jhi                                   on 1999/11/13  18:33:39
706         Log: From: jand@activestate.com (Jan Dubois)
707              To: perl5-porters@perl.org, Perl-Win32-Porters@activestate.com
708              Cc: Douglas Lankshear <dougl@activestate.com>,
709              Gurusamy Sarathy <gsar@activestate.com>
710              Subject: [5.005_62 PATCH] support link() on WinNT and NTFS
711              Date: Tue, 09 Nov 1999 00:38:33 +0100
712              Message-ID: <382b5d24.10899522@smtprelay.t-online.de>
713      Branch: cfgperl
714            ! XSUB.h iperlsys.h pp_sys.c t/io/fs.t win32/config.bc
715            ! win32/config.gc win32/config.vc win32/config_H.bc
716            ! win32/config_H.gc win32/config_H.vc win32/perllib.c
717            ! win32/win32.c win32/win32iop.h
718 ____________________________________________________________________________
719 [  4570] By: jhi                                   on 1999/11/13  18:30:37
720         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
721              To: perl5-porters@perl.org (Mailing list Perl5)
722              Subject: [PATCH 5.005_62] makedef.pl goof
723              Date: Mon, 8 Nov 1999 23:55:21 -0500 (EST)
724              Message-Id: <199911090455.XAA25627@monk.mps.ohio-state.edu>
725      Branch: cfgperl
726            ! makedef.pl
727 ____________________________________________________________________________
728 [  4569] By: jhi                                   on 1999/11/13  18:06:54
729         Log: From: Michael G Schwern <schwern@pobox.com>
730              To: perl5-porters@perl.org, pod-people@perl.org
731              Cc: tchrist@mox.perl.com, gnat@frii.com
732              Subject: [DOCPATCH 5.005_62 perlfaq9.pod] Mention HTML::FormatText
733              Date: Wed, 10 Nov 1999 17:21:46 -0500
734              Message-ID: <19991110172146.A23527@athens.aocn.com>
735      Branch: cfgperl
736            ! pod/perlfaq9.pod
737 ____________________________________________________________________________
738 [  4568] By: jhi                                   on 1999/11/13  18:05:33
739         Log: From: "Paul Moore" <gustav@morpheus.demon.co.uk>
740              To: <perl5-porters@perl.org>
741              Subject: DynaLoader_pm.PL patch (backslashes in strings)
742              Date: Wed, 10 Nov 1999 22:52:02 -0000
743              Message-ID: <LPBBIIMJKJMPNOGHGLLCMEBFCAAA.gustav@morpheus.demon.co.uk>
744      Branch: cfgperl
745            ! ext/DynaLoader/DynaLoader_pm.PL
746 ____________________________________________________________________________
747 [  4567] By: jhi                                   on 1999/11/13  18:03:52
748         Log: From: JD Laub <jdl@access-health.com>
749              To: perl5-porters@perl.org
750              Subject: [ID 19991112.002] patch: Exporter.pm not reporting path
751              Date: Fri, 12 Nov 1999 08:58:28 -0700 (MST)
752              Message-Id: <199911121558.IAA08915@mocha.iasi.com>
753      Branch: cfgperl
754            ! lib/Exporter/Heavy.pm
755 ____________________________________________________________________________
756 [  4566] By: jhi                                   on 1999/11/13  18:01:24
757         Log: From: Bernard Quatermass <bernard@quatermass.co.uk>
758              To: perl5-porters@perl.org
759              Subject: small patch for perldoc
760              Date: Fri, 12 Nov 1999 23:11:43 GMT
761              Message-Id: <VA.0000001c.00d1e05a@quatermass.co.uk>
762      Branch: cfgperl
763            ! utils/perldoc.PL
764 ____________________________________________________________________________
765 [  4565] By: jhi                                   on 1999/11/13  17:58:54
766         Log: From: Scott Gifford <sgifford@tir.com>
767              To: perl5-porters@perl.org
768              Cc: gbarr@pobox.com
769              Subject: [ID 19991112.004] Bug in IO::Socket (patch included)
770              Date: 12 Nov 1999 18:55:30 -0500
771              Message-Id: <m3emdvw9hp.fsf@sgifford.tir.com>
772      Branch: cfgperl
773            ! ext/IO/lib/IO/Socket.pm
774 ____________________________________________________________________________
775 [  4564] By: jhi                                   on 1999/11/13  17:45:39
776         Log: Applied manually:
777              From: "Craig A. Berry" <craig.berry@metamor.com>
778              To: perl5-porters@perl.org, VMSPERL@perl.org
779              Subject: [PATCH 5.005_62] patches required to build on VMS
780              Date: Tue, 09 Nov 1999 18:16:14 -0600
781              Message-Id: <4.2.2.19991109173839.00d12630@mmtnt11.metamor.com>
782      Branch: cfgperl
783            ! configure.com vms/descrip_mms.template vms/subconfigure.com
784            ! vms/vms.c vms/vmsish.h
785 ____________________________________________________________________________
786 [  4563] By: jhi                                   on 1999/11/13  17:18:41
787         Log: Regen Unicode tables to include a warning:
788              Thou Shalt Not Edit Them By Hand; add missing
789              (Unicode 2.0 -introduced) tables to MANIFEST;
790              convert the equivalence tables to be valid Perl code.
791      Branch: cfgperl
792            + lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
793            + lib/unicode/In/BopomofoExtended.pl
794            + lib/unicode/In/BraillePatterns.pl
795            + lib/unicode/In/CJKRadicalsSupplement.pl
796            + lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
797            + lib/unicode/In/Cherokee.pl
798            + lib/unicode/In/IdeographicDescriptionCharacters.pl
799            + lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
800            + lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
801            + lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
802            + lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
803            + lib/unicode/In/Thaana.pl
804            + lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
805            + lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
806            - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
807            ! (edit 169 files)
808 ____________________________________________________________________________
809 [  4562] By: jhi                                   on 1999/11/13  16:53:00
810         Log: From: Peter Prymmer <pvhp@forte.com>
811              To: gsar@activestate.com, perl-mvs@perl.org, perlbug@perl.com
812              Subject: [PATCH: 5.005_62]was Re: [ID 19991102.003] perl on os390
813              Date: Wed, 10 Nov 1999 14:34:36 -0800 (PST)
814              Message-Id: <199911102234.OAA01018@brio.forte.com>
815      Branch: cfgperl
816            ! t/lib/dumper.t t/op/pack.t t/op/regexp.t t/pragma/locale.t
817            ! t/pragma/overload.t
818 ____________________________________________________________________________
819 [  4561] By: jhi                                   on 1999/11/13  16:29:37
820         Log: $Config{myarchname} is not a good architecture identifier
821              because it may contain host/node identification like
822              CPU serial numbers.
823      Branch: cfgperl
824            ! ext/Errno/Errno_pm.PL
825 ____________________________________________________________________________
826 [  4560] By: jhi                                   on 1999/11/13  16:26:13
827         Log: Continue largefileness separation from quadness;
828              move nv-preserving test out of perl.h into Configure;
829              use HAS_SETVBUF in IO.
830      Branch: cfgperl
831            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
832            ! config_h.SH ext/IO/IO.xs hints/solaris_2.sh perl.h pp_sys.c
833      Branch: metaconfig
834            ! U/a_dvisory/quadtype.U
835      Branch: metaconfig/U/perl
836            + nvpresuv.U
837            ! d_fseeko.U d_ftello.U io64.U perlxv.U
838 ____________________________________________________________________________
839 [  4559] By: jhi                                   on 1999/11/13  13:46:38
840         Log: Try to fix largefileness so that it "works" without a quad IV.
841      Branch: cfgperl
842            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
843            ! config_h.SH perl.h pp_sys.c t/lib/syslfs.t t/op/lfs.t
844      Branch: metaconfig
845            ! U/a_dvisory/quadtype.U U/typedefs/lseektype.U
846      Branch: metaconfig/U/perl
847            ! io64.U
848 ____________________________________________________________________________
849 [  4558] By: jhi                                   on 1999/11/13  11:36:19
850         Log: Undo drift from mainline.
851      Branch: cfgperl
852            ! regcomp.c util.c utils/h2xs.PL
853 ____________________________________________________________________________
854 [  4557] By: gsar                                  on 1999/11/13  10:54:46
855         Log: typo
856      Branch: perl
857            ! util.c
858 ____________________________________________________________________________
859 [  4556] By: gsar                                  on 1999/11/13  10:53:41
860         Log: integrate cfgperl contents (op.[ch] needed manual resolve)
861      Branch: perl
862           +> epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
863           +> epoc/epoc_stubs.c
864           !> (integrate 48 files)
865 ____________________________________________________________________________
866 [  4555] By: jhi                                   on 1999/11/13  10:05:54
867         Log: Integrate with Sarathy.
868      Branch: cfgperl
869           !> dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
870           !> sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
871 ____________________________________________________________________________
872 [  4554] By: jhi                                   on 1999/11/13  10:03:07
873         Log: s/_SIGN$/_sign/g;
874      Branch: metaconfig
875            ! U/typedefs/gidsign.U U/typedefs/pidsign.U U/typedefs/uidsign.U
876 ____________________________________________________________________________
877 [  4553] By: gsar                                  on 1999/11/13  02:17:53
878         Log: cloned interpreters now actually run and pass all but 55/10386
879              subtests; various subtle bugs, new and old, observed when running
880              cloned interpreters have been fixed
881              
882              still to do:
883              |  * dup psig_ptr table
884              |  * merge PADOP GVs support with "our" SVs (existing PADOPs are too
885              |    simple-minded and grab one pad entry each, heavily bloating
886              |    the pad by not avoiding dups)
887              |  * overloaded constants are not really immutable--they need to
888              |    be PADOPs
889              |  * allocator for constants and OPs need to be spelled differently
890              |    (shared vs interpreter-local allocations)
891              |  * optree refcounting is still missing locking (macros are in place)
892              |  * curstackinfo, {mark,scope,save,ret}stack need to be cloned so
893              |    perl_clone() can be called from within runops*()
894      Branch: perl
895            ! dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
896            ! sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
897 ____________________________________________________________________________
898 [  4552] By: jhi                                   on 1999/11/11  23:17:43
899         Log: Turn on largefileness always if available and
900              continue 64-bit fixes.
901      Branch: cfgperl
902            ! Configure config_h.SH handy.h hints/aix.sh hints/dec_osf.sh
903            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh perl.h pp.c
904            ! sv.c t/lib/syslfs.t t/op/lfs.t utf8.c
905 ____________________________________________________________________________
906 [  4551] By: jhi                                   on 1999/11/11  23:16:15
907         Log: Split int64type from i_inttypes, rename quadcase into quadkind.
908      Branch: metaconfig
909            ! U/a_dvisory/quadtype.U
910      Branch: metaconfig/U/perl
911            + d_int64t.U
912            ! i_inttypes.U io64.U
913 ____________________________________________________________________________
914 [  4550] By: jhi                                   on 1999/11/11  20:24:55
915         Log: Fix a thinko in 4548.
916      Branch: cfgperl
917            ! pp_sys.c
918 ____________________________________________________________________________
919 [  4549] By: jhi                                   on 1999/11/11  19:48:21
920         Log: Integrate with Sarathy.
921      Branch: cfgperl
922           !> (integrate 56 files)
923 ____________________________________________________________________________
924 [  4548] By: jhi                                   on 1999/11/11  19:41:56
925         Log: Try to do something if st_size, st_uid, st_gid are too big for an IV;
926              regen Configure.
927      Branch: cfgperl
928            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
929            ! config_h.SH pp_sys.c
930 ____________________________________________________________________________
931 [  4547] By: jhi                                   on 1999/11/11  19:40:38
932         Log: s/_SIZE$/_size/g; add sizesize and ssizesize.
933      Branch: metaconfig
934            + U/typedefs/sizesize.U U/typedefs/ssizesize.U
935            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
936 ____________________________________________________________________________
937 [  4546] By: gsar                                  on 1999/11/11  10:32:54
938         Log: avoid stash pointers in optree under USE_ITHREADS
939      Branch: perl
940            ! bytecode.pl cop.h ext/B/B.xs ext/B/B/Asmdata.pm
941            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
942            ! ext/B/B/Deparse.pm ext/ByteLoader/bytecode.h
943            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
944            ! ext/Opcode/Opcode.xs gv.c op.c perl.c pp.c pp_ctl.c pp_hot.c
945            ! scope.h sv.c
946 ____________________________________________________________________________
947 [  4545] By: gsar                                  on 1999/11/11  06:04:20
948         Log: another change towards a shareable optree: avoid pointer to filegv
949              in COP; revert parts of change#4485 and s/xcv_filegv/xcv_file/
950              (CvFILE() may yet come in handy somewhere); adjust compiler doodads
951              to suit
952      Branch: perl
953            ! bytecode.pl cop.h cv.h dump.c ext/B/B.pm ext/B/B.xs
954            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
955            ! ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
956            ! ext/B/B/Lint.pm ext/B/B/Xref.pm ext/ByteLoader/bytecode.h
957            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
958            ! ext/Devel/Peek/Peek.pm gv.c gv.h op.c perl.c pp.c pp_ctl.c
959            ! pp_sys.c scope.c scope.h sv.c sv.h toke.c util.c util.h
960            ! win32/perllib.c
961 ____________________________________________________________________________
962 [  4544] By: gsar                                  on 1999/11/10  18:19:12
963         Log: more cleanups for change#4539
964      Branch: perl
965            ! gv.h op.c op.h pp_ctl.c pp_hot.c
966 ____________________________________________________________________________
967 [  4543] By: gsar                                  on 1999/11/10  01:52:22
968         Log: remove dead branch/infinite looper in change#3612
969      Branch: perl
970            ! op.c
971 ____________________________________________________________________________
972 [  4542] By: gsar                                  on 1999/11/09  20:05:47
973         Log: IoDIRP may be fake when used in source filters, mark as such
974      Branch: perl
975            ! sv.c sv.h toke.c
976 ____________________________________________________________________________
977 [  4541] By: gsar                                  on 1999/11/09  05:47:53
978         Log: small nits in changes#4538,4539
979      Branch: perl
980            ! op.c sv.c
981 ____________________________________________________________________________
982 [  4540] By: gsar                                  on 1999/11/08  20:30:58
983         Log: win32 symbol export tweak
984      Branch: perl
985            ! makedef.pl win32/win32.c win32/win32iop.h
986 ____________________________________________________________________________
987 [  4539] By: gsar                                  on 1999/11/08  18:50:40
988         Log: preliminary support for GVOP indirection via pad
989      Branch: perl
990            ! doio.c dump.c embed.h embed.pl global.sym objXSUB.h op.c op.h
991            ! opcode.pl perlapi.c pp_hot.c pp_sys.c proto.h run.c
992 ____________________________________________________________________________
993 [  4538] By: gsar                                  on 1999/11/08  11:25:49
994         Log: preliminary support for perl_clone() (still needs work in
995              the following areas: SVOPs must indirect via pad; context
996              stack, scope stack, and runlevels must be cloned; must
997              hook up the virtualized pseudo-process support provided by
998              "host"; ...)
999      Branch: perl
1000            ! av.h embed.h embed.pl embedvar.h global.sym hv.c hv.h
1001            ! intrpvar.h makedef.pl objXSUB.h perl.h perlapi.c proto.h sv.c
1002            ! win32/perllib.c win32/win32.c
1003 ____________________________________________________________________________
1004 [  4537] By: gsar                                  on 1999/11/08  11:19:18
1005         Log: more thorough cleanup in perl_destroy()
1006      Branch: perl
1007            ! perl.c util.c
1008 ____________________________________________________________________________
1009 [  4536] By: gsar                                  on 1999/11/08  07:16:10
1010         Log: win32 internal data must be interpreter-local
1011      Branch: perl
1012            ! win32/win32.c win32/win32.h win32/win32sck.c
1013 ____________________________________________________________________________
1014 [  4535] By: gsar                                  on 1999/11/08  04:17:28
1015         Log: tweak change#4502
1016      Branch: perl
1017            ! doio.c perl.c
1018 ____________________________________________________________________________
1019 [  4534] By: jhi                                   on 1999/11/07  13:17:03
1020         Log: Four special class subs, not three.
1021      Branch: cfgperl
1022            ! pod/perlmod.pod
1023 ____________________________________________________________________________
1024 [  4533] By: jhi                                   on 1999/11/07  13:13:15
1025         Log: Integrate with Sarathy.
1026      Branch: cfgperl
1027           !> mg.c t/io/print.t
1028 ____________________________________________________________________________
1029 [  4532] By: jhi                                   on 1999/11/07  12:36:10
1030         Log: More test program maintenance.
1031      Branch: cfgperl
1032            ! Configure config_h.SH
1033      Branch: metaconfig
1034            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
1035            ! U/compline/charsize.U U/compline/d_sigaction.U
1036            ! U/compline/doublesize.U U/compline/floatsize.U
1037            ! U/compline/nblock_io.U U/compline/ptrsize.U
1038            ! U/modified/Signal.U U/typedefs/gidsize.U U/typedefs/pidsize.U
1039            ! U/typedefs/uidsize.U
1040      Branch: metaconfig/U/perl
1041            ! fpossize.U
1042 ____________________________________________________________________________
1043 [  4531] By: jhi                                   on 1999/11/07  00:34:09
1044         Log: Tidy up the metaconfig test programs.
1045      Branch: cfgperl
1046            ! Configure config_h.SH
1047      Branch: metaconfig
1048            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
1049            ! U/compline/charsize.U U/compline/doublesize.U
1050            ! U/compline/nblock_io.U U/compline/ptrsize.U
1051            ! U/modified/d_longlong.U U/typedefs/gidsize.U
1052            ! U/typedefs/lseektype.U U/typedefs/pidsize.U
1053            ! U/typedefs/uidsize.U
1054      Branch: metaconfig/U/perl
1055            ! fpossize.U
1056 ____________________________________________________________________________
1057 [  4530] By: jhi                                   on 1999/11/06  23:51:34
1058         Log: So many printfs, so little time.
1059      Branch: cfgperl
1060            ! op.c perl.c regcomp.c scope.c util.c
1061 ____________________________________________________________________________
1062 [  4529] By: jhi                                   on 1999/11/06  23:27:35
1063         Log: Replace the explicit zeros with NOOPs.
1064      Branch: cfgperl
1065            ! perl.h
1066 ____________________________________________________________________________
1067 [  4528] By: jhi                                   on 1999/11/06  23:10:54
1068         Log: From: jand@activestate.com (Jan Dubois)
1069              To: perl5-porters@perl.org
1070              Cc: Mike Blazer <blazer@mail.nevalink.ru>,
1071              Mark Borgerding <mborgerding@acm.org>
1072              Subject: [5.005_62 PATCH] binmode and locale support for -T and -B filetest operators
1073              Date: Sat, 06 Nov 1999 22:16:43 +0100
1074              Message-ID: <38279207.46448719@smtprelay.t-online.de>
1075      Branch: cfgperl
1076            ! op.c op.h
1077 ____________________________________________________________________________
1078 [  4527] By: jhi                                   on 1999/11/06  20:22:14
1079         Log: ...and fewer.
1080      Branch: cfgperl
1081            ! dump.c
1082 ____________________________________________________________________________
1083 [  4526] By: jhi                                   on 1999/11/06  20:19:04
1084         Log: ...and they are getting fewer.
1085      Branch: cfgperl
1086            ! dump.c op.c util.c
1087 ____________________________________________________________________________
1088 [  4525] By: jhi                                   on 1999/11/06  19:59:59
1089         Log: More printf miscasts flushed out.
1090      Branch: cfgperl
1091            ! dump.c ext/B/B.xs ext/Data/Dumper/Dumper.xs regcomp.c
1092            ! regexec.c
1093 ____________________________________________________________________________
1094 [  4524] By: jhi                                   on 1999/11/06  15:39:05
1095         Log: Crushing the remaining %ld guerillas.
1096      Branch: cfgperl
1097            ! ext/Devel/DProf/DProf.xs
1098 ____________________________________________________________________________
1099 [  4523] By: jhi                                   on 1999/11/06  15:11:38
1100         Log: Update CPAN sites list.
1101      Branch: cfgperl
1102            ! pod/perlmodlib.pod
1103 ____________________________________________________________________________
1104 [  4522] By: jhi                                   on 1999/11/05  19:50:46
1105         Log: The -n32 is normally part of $cc, not $ccflags.
1106      Branch: cfgperl
1107            ! hints/irix_6.sh
1108 ____________________________________________________________________________
1109 [  4521] By: gsar                                  on 1999/11/05  04:35:30
1110         Log: allow $\ to work right when set to a string with embedded nulls
1111      Branch: perl
1112            ! mg.c t/io/print.t
1113 ____________________________________________________________________________
1114 [  4520] By: jhi                                   on 1999/11/04  23:30:09
1115         Log: Integrate with Sarathy.
1116      Branch: cfgperl
1117           !> embedvar.h ext/B/B/Bytecode.pm ext/B/B/Lint.pm
1118           !> ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm ext/File/Glob/Glob.pm
1119           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h intrpvar.h
1120           !> keywords.h keywords.pl objXSUB.h op.c perl.c pod/perldelta.pod
1121           !> pod/perldiag.pod pod/perlfunc.pod pod/perlmod.pod
1122           !> pod/perlrun.pod pod/perlsub.pod pod/perltodo.pod toke.c
1123 ____________________________________________________________________________
1124 [  4519] By: jhi                                   on 1999/11/04  23:09:25
1125         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1126              To: perl5-porters@perl.org (Mailing list Perl5)
1127              Subject: [PATCH 5.005_62] ref to non-lvalue method
1128              Date: Wed, 3 Nov 1999 03:52:48 -0500 (EST)
1129              Message-Id: <199911030852.DAA06563@monk.mps.ohio-state.edu>
1130      Branch: cfgperl
1131            ! op.c
1132 ____________________________________________________________________________
1133 [  4518] By: jhi                                   on 1999/11/04  23:07:27
1134         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1135              To: perl5-porters@perl.org (Mailing list Perl5)
1136              Subject: [PATCH 5.005_62] xsubpp dependency
1137              Date: Wed, 3 Nov 1999 02:57:23 -0500 (EST)
1138              Message-Id: <199911030757.CAA06325@monk.mps.ohio-state.edu>
1139      Branch: cfgperl
1140            ! lib/ExtUtils/MM_Unix.pm
1141 ____________________________________________________________________________
1142 [  4517] By: jhi                                   on 1999/11/04  23:05:59
1143         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1144              To: perl5-porters@perl.org (Mailing list Perl5)
1145              Subject: [PATCH 5.005_62] regexp.h
1146              Date: Wed, 3 Nov 1999 02:55:21 -0500 (EST)
1147              Message-Id: <199911030755.CAA06311@monk.mps.ohio-state.edu>
1148      Branch: cfgperl
1149            ! regexp.h
1150 ____________________________________________________________________________
1151 [  4516] By: gsar                                  on 1999/11/04  18:25:45
1152         Log: change#4485 didn't do the right thing for B::Bytecode
1153      Branch: perl
1154            ! ext/B/B/Bytecode.pm
1155 ____________________________________________________________________________
1156 [  4515] By: gsar                                  on 1999/11/04  17:28:29
1157         Log: implement STOP blocks and fix compiler to use them (minimally
1158              tested)
1159      Branch: perl
1160            ! embedvar.h ext/B/B/Lint.pm ext/B/B/Stash.pm ext/B/NOTES
1161            ! ext/B/O.pm intrpvar.h keywords.h keywords.pl objXSUB.h op.c
1162            ! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
1163            ! pod/perlmod.pod pod/perlrun.pod pod/perlsub.pod
1164            ! pod/perltodo.pod toke.c
1165 ____________________________________________________________________________
1166 [  4514] By: gsar                                  on 1999/11/04  15:59:46
1167         Log: display BSD license in Glob.pm (for clause #2 conformity)
1168      Branch: perl
1169            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
1170            ! ext/File/Glob/bsd_glob.h
1171 ____________________________________________________________________________
1172 [  4513] By: jhi                                   on 1999/11/04  08:26:19
1173         Log: Integrate with Sarathy.
1174      Branch: cfgperl
1175           +> t/io/nargv.t
1176           !> (integrate 34 files)
1177 ____________________________________________________________________________
1178 [  4512] By: jhi                                   on 1999/11/04  08:01:25
1179         Log: Incremental Mac integration from Matthias.
1180      Branch: cfgperl
1181            ! perl.c perl.h pp_ctl.c pp_hot.c run.c sv.c t/pod/testpchk.pl
1182            ! toke.c util.c
1183 ____________________________________________________________________________
1184 [  4511] By: gsar                                  on 1999/11/04  02:53:37
1185         Log: remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
1186      Branch: perl
1187            ! dosish.h embed.pl mg.c os2/os2ish.h perl.c perl.h perly.c
1188            ! perly_c.diff pp_ctl.c proto.h regcomp.c regexec.c sv.c toke.c
1189            ! universal.c vms/perly_c.vms vms/vmsish.h win32/win32.h
1190            ! xsutils.c
1191 ____________________________________________________________________________
1192 [  4510] By: jhi                                   on 1999/11/02  22:12:29
1193         Log: S_init_interp is a better place to diddle with PL_opargs
1194              than perl_construct.
1195      Branch: cfgperl
1196            ! perl.c
1197 ____________________________________________________________________________
1198 [  4509] By: jhi                                   on 1999/11/02  21:30:02
1199         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1200              To: ben@mucus.advanced.org, perl5-porters@perl.org
1201              Subject: Re: [ID 19991102.002] unpack('N', pack('N', -1)) not idempotent
1202              Date: Tue, 02 Nov 1999 21:36:00 +0000
1203              Message-Id: <E11ilay-00020o-00@taurus.cus.cam.ac.uk>
1204      Branch: cfgperl
1205            ! pod/perlfunc.pod
1206 ____________________________________________________________________________
1207 [  4508] By: jhi                                   on 1999/11/02  20:46:27
1208         Log: Initial integration of the MacPerl changes form Matthias.
1209      Branch: cfgperl
1210            ! doio.c ext/DynaLoader/DynaLoader_pm.PL ext/Fcntl/Fcntl.pm
1211            ! ext/Fcntl/Fcntl.xs gv.c mg.c opcode.pl perl.c perl.h pp_ctl.c
1212            ! pp_hot.c pp_sys.c run.c sv.c toke.c util.c
1213 ____________________________________________________________________________
1214 [  4507] By: jhi                                   on 1999/11/01  23:05:07
1215         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1216              To: lvirden@cas.org (Larry W. Virden)
1217              Cc: perl5-porters@perl.org, lvirden@cas.org
1218              Subject: Re: [ID 19991026.001] perl segmentation fault report
1219              Date: Mon, 1 Nov 1999 18:14:16 -0500 (EST)
1220              Message-Id: <199911012314.SAA22664@monk.mps.ohio-state.edu>
1221      Branch: cfgperl
1222            ! regexec.c t/op/pat.t
1223 ____________________________________________________________________________
1224 [  4506] By: jhi                                   on 1999/11/01  19:56:28
1225         Log: From: Olaf Flebbe <olaf@science-computing.de>
1226              To: perl5-porters@perl.org
1227              Subject: [PATCH: 5.005_62] Patch for EPOC Support
1228              Date: Mon, 1 Nov 1999 20:46:54 +0100 (MET)
1229              Message-ID: <Pine.LNX.4.10.9911012045190.411-100000@dragon.science-computing.de>
1230      Branch: cfgperl
1231            + epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
1232            + epoc/epoc_stubs.c
1233            ! MANIFEST README.epoc epoc/epocish.h epoc/perl.mmp
1234            ! epoc/perl.pkg
1235 ____________________________________________________________________________
1236 [  4505] By: gsar                                  on 1999/11/01  17:09:44
1237         Log: macros for COP.cop_filegv access
1238      Branch: perl
1239            ! cop.h deb.c gv.c op.c perl.c pp_ctl.c pp_sys.c scope.c toke.c
1240            ! util.c
1241 ____________________________________________________________________________
1242 [  4504] By: gsar                                  on 1999/11/01  17:08:28
1243         Log: enable better Win32::DomainName() by demand loading netapi32.dll
1244              (from Jan Dubois)
1245      Branch: perl
1246            ! pod/Win32.pod win32/win32.c
1247 ____________________________________________________________________________
1248 [  4503] By: gsar                                  on 1999/10/31  20:56:06
1249         Log: change#4502 was missing a file
1250      Branch: perl
1251            + t/io/nargv.t
1252 ____________________________________________________________________________
1253 [  4502] By: gsar                                  on 1999/10/31  20:46:02
1254         Log: make nested ARGV/$^I loops work correctly; fixes several bugs
1255              in the way ARGV state was handled in readline(); writing a
1256              subroutine to do inplace edits is now possible, provided *ARGV,
1257              *ARGVOUT, $^I and $_ are localized where needed
1258      Branch: perl
1259            ! MANIFEST doio.c embedvar.h intrpvar.h objXSUB.h perl.c
1260            ! pp_hot.c scope.c
1261 ____________________________________________________________________________
1262 [  4501] By: jhi                                   on 1999/10/31  12:43:54
1263         Log: Integrate with Sarathy.
1264      Branch: cfgperl
1265           !> perl.h win32/config.bc win32/config.gc win32/config.vc
1266           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
1267 ____________________________________________________________________________
1268 [  4500] By: gsar                                  on 1999/10/31  10:01:17
1269         Log: updated windows config* files
1270      Branch: perl
1271            ! win32/config.bc win32/config.gc win32/config.vc
1272            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1273 ____________________________________________________________________________
1274 [  4499] By: gsar                                  on 1999/10/31  09:15:17
1275         Log: integrate cfgperl contents into mainline
1276      Branch: perl
1277           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
1278           !> config_h.SH perl.h
1279 ____________________________________________________________________________
1280 [  4498] By: gsar                                  on 1999/10/31  09:13:41
1281         Log: remove unused struct Outrec
1282      Branch: perl
1283            ! perl.h
1284 ____________________________________________________________________________
1285 [  4497] By: jhi                                   on 1999/10/30  12:41:50
1286         Log: Add HAS_QUAD ($Config{d_quad}); use it.
1287      Branch: cfgperl
1288            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1289            ! config_h.SH perl.h
1290      Branch: metaconfig
1291            ! U/a_dvisory/quadtype.U U/compline/charsize.U U/typedefs/gidf.U
1292            ! U/typedefs/uidf.U
1293      Branch: metaconfig/U/perl
1294            ! perlxv.U
1295 ____________________________________________________________________________
1296 [  4496] By: gsar                                  on 1999/10/30  00:28:32
1297         Log: integrate cfgperl contents into mainline
1298      Branch: perl
1299           !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
1300           !> Porting/config_H README.hurd config_h.SH doop.c handy.h
1301           !> hints/aix.sh hints/irix_6.sh hints/solaris_2.sh mg.c perl.c
1302           !> perl.h pp.c pp.h regexec.c sv.c taint.c
1303 ____________________________________________________________________________
1304 [  4495] By: jhi                                   on 1999/10/29  23:36:19
1305         Log: Continue what #4494 started; introduce uid and gid formats.
1306      Branch: cfgperl
1307            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1308            ! config_h.SH handy.h perl.h
1309      Branch: metaconfig
1310            + U/a_dvisory/quadtype.U U/typedefs/gidf.U U/typedefs/uidf.U
1311            - U/typedefs/quadtype.U
1312      Branch: metaconfig/U/perl
1313            ! perlxv.U
1314 ____________________________________________________________________________
1315 [  4494] By: jhi                                   on 1999/10/29  22:09:01
1316         Log: Move the IV, UV, I8, U8, ..., and NV to metaconfig
1317              from perl.h and handy.h.
1318      Branch: cfgperl
1319            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1320            ! config_h.SH handy.h perl.h
1321      Branch: metaconfig/U/perl
1322            + perlxv.U perlxvf.U
1323 ____________________________________________________________________________
1324 [  4493] By: jhi                                   on 1999/10/29  22:08:06
1325         Log: Finetuning the output continues along the lines of #4490 and #4491.
1326      Branch: metaconfig
1327            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
1328            ! U/typedefs/fpostype.U
1329      Branch: metaconfig/U/perl
1330            + fpossize.U
1331            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
1332            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
1333 ____________________________________________________________________________
1334 [  4492] By: jhi                                   on 1999/10/29  21:14:53
1335         Log: Hurd update from Mark Kettenis.
1336      Branch: cfgperl
1337            ! README.hurd
1338 ____________________________________________________________________________
1339 [  4491] By: jhi                                   on 1999/10/29  20:37:02
1340         Log: A new try at what #4490 tried to accomplish.
1341      Branch: metaconfig
1342            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
1343      Branch: metaconfig/U/perl
1344            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
1345            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
1346 ____________________________________________________________________________
1347 [  4490] By: jhi                                   on 1999/10/29  20:19:41
1348         Log: metaconfig nits.
1349      Branch: metaconfig
1350            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
1351      Branch: metaconfig/U/perl
1352            + d_iovec_s.U
1353            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
1354            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
1355 ____________________________________________________________________________
1356 [  4489] By: jhi                                   on 1999/10/29  16:08:43
1357         Log: Integrate with Sarathy.
1358      Branch: cfgperl
1359           !> (integrate 31 files)
1360 ____________________________________________________________________________
1361 [  4488] By: jhi                                   on 1999/10/29  15:30:30
1362         Log: Regen Configure and Glossary.
1363      Branch: cfgperl
1364            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1365            ! config_h.SH
1366 ____________________________________________________________________________
1367 [  4487] By: jhi                                   on 1999/10/29  15:24:13
1368         Log: Remove quad logic from perl.h; regen Configure;
1369              add -DUSE_LONG_LONG to ccflags if not already there.
1370      Branch: cfgperl
1371            ! Configure config_h.SH doop.c hints/aix.sh hints/irix_6.sh
1372            ! hints/solaris_2.sh perl.h pp.c pp.h regexec.c sv.c
1373 ____________________________________________________________________________
1374 [  4486] By: jhi                                   on 1999/10/29  15:22:38
1375         Log: metaconfig: moved quad logic from perl.h to Configure (quadtype.U);
1376              fixed the use*.U to define their stuff only iff not already defined
1377              (so that ccflags can have any -DUSE_* it wants);
1378              uselonglong.U added; various small nits fixed.
1379      Branch: metaconfig
1380            + U/typedefs/quadtype.U
1381            ! U/modified/d_longdbl.U U/modified/d_longlong.U
1382            ! U/modified/d_statblks.U U/modified/usenm.U
1383            ! U/threads/usethreads.U
1384      Branch: metaconfig/U/perl
1385            + uselonglong.U
1386            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
1387            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U i_inttypes.U
1388            ! quadfio.U use64bits.U uselfs.U uselongdbl.U usemorebits.U
1389            ! usemultiplicity.U useperlio.U usesocks.U
1390 ____________________________________________________________________________
1391 [  4485] By: gsar                                  on 1999/10/29  06:08:50
1392         Log: more cleanup: avoid unused knowledge of "file GV" notion in CV and GV
1393      Branch: perl
1394            ! bytecode.pl cv.h dump.c ext/B/B.pm ext/B/B.xs
1395            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
1396            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/ByteLoader/byterun.c
1397            ! ext/ByteLoader/byterun.h ext/Devel/Peek/Peek.pm gv.c gv.h op.c
1398            ! sv.h
1399 ____________________________________________________________________________
1400 [  4484] By: gsar                                  on 1999/10/29  03:00:21
1401         Log: usurp GVOP slot for new PADOP (one small step to making optree
1402              shareable across interpreters)
1403      Branch: perl
1404            ! bytecode.pl doio.c dump.c ext/B/B.pm ext/B/B.xs
1405            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
1406            ! ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
1407            ! ext/B/B/Terse.pm ext/B/typemap ext/ByteLoader/byterun.c
1408            ! ext/ByteLoader/byterun.h op.c op.h opcode.h opcode.pl perl.h
1409            ! pp_hot.c pp_sys.c regexec.c run.c
1410 ____________________________________________________________________________
1411 [  4483] By: jhi                                   on 1999/10/28  22:01:12
1412         Log: Regen Configure.
1413      Branch: cfgperl
1414            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1415            ! config_h.SH
1416 ____________________________________________________________________________
1417 [  4482] By: jhi                                   on 1999/10/28  21:45:26
1418         Log: Installdirs patches from Andy.
1419      Branch: metaconfig
1420            ! U/installdirs/sitearch.U U/installdirs/sitebin.U
1421            ! U/installdirs/sitehtml1dir.U U/installdirs/sitehtml3dir.U
1422            ! U/installdirs/sitelib.U U/installdirs/siteman1dir.U
1423            ! U/installdirs/siteman3dir.U U/installdirs/siteprefix.U
1424            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
1425            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
1426            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
1427            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
1428            ! U/installdirs/vendorprefix.U U/installdirs/vendorscriptdir.U
1429 ____________________________________________________________________________
1430 [  4481] By: gsar                                  on 1999/10/28  17:33:49
1431         Log: remove C<use Time::Local 'no_range_check'> misfeature (global
1432              can still be directly set)
1433      Branch: perl
1434            ! lib/Time/Local.pm
1435 ____________________________________________________________________________
1436 [  4480] By: jhi                                   on 1999/10/28  13:49:26
1437         Log: Fix printing of uids and gids; regen Configure.
1438      Branch: cfgperl
1439            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1440            ! config_h.SH mg.c perl.c perl.h taint.c
1441 ____________________________________________________________________________
1442 [  4479] By: jhi                                   on 1999/10/28  11:53:57
1443         Log: Fix typo.
1444      Branch: metaconfig
1445            ! U/typedefs/gidsize.U
1446 ____________________________________________________________________________
1447 [  4478] By: jhi                                   on 1999/10/28  06:50:02
1448         Log: Integrate with Sarathy.
1449      Branch: cfgperl
1450           !> Changes iperlsys.h makedef.pl patchlevel.h perl.h
1451           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
1452           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
1453           !> win32/config_sh.PL win32/makefile.mk win32/win32.h
1454 ____________________________________________________________________________
1455 [  4477] By: jhi                                   on 1999/10/28  06:40:54
1456         Log: (Slightly) better comments for Policy_sh.SH from Andy.
1457      Branch: cfgperl
1458            ! Policy_sh.SH
1459 ____________________________________________________________________________
1460 [  4476] By: gsar                                  on 1999/10/27  23:54:36
1461         Log: regen config* stuff for windows
1462      Branch: perl
1463            ! Changes patchlevel.h win32/Makefile win32/config.bc
1464            ! win32/config.gc win32/config.vc win32/config_H.bc
1465            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
1466            ! win32/makefile.mk
1467 ____________________________________________________________________________
1468 [  4475] By: gsar                                  on 1999/10/27  21:32:30
1469         Log: integrate cfgperl contents into mainline; merge conflicts
1470      Branch: perl
1471           !> (integrate 46 files)
1472 ____________________________________________________________________________
1473 [  4474] By: gsar                                  on 1999/10/27  21:15:07
1474         Log: patch up egcs-1.1.2-mingw32 build (builds a working miniperl, but not
1475              perl; stdout/stderr redirects seem broken as well)
1476      Branch: perl
1477            ! iperlsys.h makedef.pl perl.h win32/makefile.mk win32/win32.h
1478 ____________________________________________________________________________
1479 [  4473] By: jhi                                   on 1999/10/27  21:11:11
1480         Log: Do not block if no message queues available.
1481      Branch: cfgperl
1482            ! t/lib/ipc_sysv.t
1483 ____________________________________________________________________________
1484 [  4472] By: jhi                                   on 1999/10/27  18:27:40
1485         Log: Remove unused "squatter" symbols; regen Configure.
1486      Branch: cfgperl
1487            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
1488            ! Porting/config_H config_h.SH epoc/config.h iperlsys.h perl.h
1489            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1490 ____________________________________________________________________________
1491 [  4471] By: jhi                                   on 1999/10/27  18:26:55
1492         Log: metaconfig; split socket; fix output.
1493      Branch: metaconfig
1494            ! U/modified/d_socket.U U/modified/d_statblks.U
1495      Branch: metaconfig/U/perl
1496            + d_cmsghdr_s.U d_msghdr_s.U d_recvmsg.U d_sendmsg.U
1497            ! i_sysstatfs.U i_sysvfs.U
1498 ____________________________________________________________________________
1499 [  4470] By: jhi                                   on 1999/10/27  17:19:06
1500         Log: Regen Configure.
1501      Branch: cfgperl
1502            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1503            ! config_h.SH perl.c perl.h
1504 ____________________________________________________________________________
1505 [  4469] By: jhi                                   on 1999/10/27  17:18:41
1506         Log: metaconfig; split statfs.
1507      Branch: metaconfig/U/perl
1508            + d_fs_data_s.U d_statfs_f_flags.U d_statfs_s.U
1509            ! d_statfs.U
1510 ____________________________________________________________________________
1511 [  4468] By: jhi                                   on 1999/10/27  14:06:44
1512         Log: Integrate with Sarathy; manual resolve on regcomp.c conflicts
1513              (Ilya's changes won).
1514      Branch: cfgperl
1515           +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
1516           +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
1517           +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
1518           !> (integrate 65 files)
1519 ____________________________________________________________________________
1520 [  4467] By: jhi                                   on 1999/10/27  13:38:41
1521         Log: Regen Configure.
1522      Branch: cfgperl
1523            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1524            ! config_h.SH
1525 ____________________________________________________________________________
1526 [  4466] By: jhi                                   on 1999/10/27  13:18:06
1527         Log: metaconfig fixes from Andy.
1528      Branch: metaconfig
1529            + U/modified/libnlist.U U/modified/usrinc.U
1530            ! U/Glossary.patch U/mkglossary U/modified/libpth.U
1531 ____________________________________________________________________________
1532 [  4465] By: jhi                                   on 1999/10/27  13:06:27
1533         Log: Nosuid checking for statfs() people.
1534      Branch: cfgperl
1535            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1536            ! config_h.SH perl.c perl.h pod/perldiag.pod
1537 ____________________________________________________________________________
1538 [  4464] By: jhi                                   on 1999/10/27  13:04:20
1539         Log: metaconfig maintenance; fix Hasfield, statfs;
1540              add Hasstruct, statfs3, statfs4, ustat, sysvfs;
1541              split fstatfs away from statfs.
1542      Branch: metaconfig
1543            + U/protos/Hasstruct.U
1544            ! U/protos/Hasfield.U
1545      Branch: metaconfig/U/perl
1546            + d_fstatfs.U d_statfs3.U d_statfs4.U d_ustat.U i_sysvfs.U
1547            + i_ustat.U
1548            ! d_statfs.U
1549 ____________________________________________________________________________
1550 [  4463] By: jhi                                   on 1999/10/27  07:55:53
1551         Log: We need cc to be able to test for cc -v.
1552      Branch: cfgperl
1553            ! hints/dec_osf.sh
1554 ____________________________________________________________________________
1555 [  4462] By: gsar                                  on 1999/10/27  01:31:41
1556         Log: more GCC v2.95 induced adjustments
1557      Branch: perl
1558            ! globals.c mg.c opcode.h opcode.pl perl.h sv.c
1559            ! win32/makefile.mk win32/win32.c x2p/walk.c
1560 ____________________________________________________________________________
1561 [  4461] By: gsar                                  on 1999/10/26  21:42:59
1562         Log: warnings and const violations identified by compiling in C++ mode
1563              with GCC v2.95
1564      Branch: perl
1565            ! doio.c embed.pl mg.c op.c perl.c perlapi.c proto.h regcomp.c
1566            ! sv.c taint.c toke.c win32/win32.c
1567 ____________________________________________________________________________
1568 [  4459] By: jhi                                   on 1999/10/26  10:15:58
1569         Log: Regen Configure.
1570      Branch: cfgperl
1571            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1572            ! config_h.SH
1573 ____________________________________________________________________________
1574 [  4458] By: jhi                                   on 1999/10/26  09:48:37
1575         Log: Minor rewordings.
1576      Branch: metaconfig/U/perl
1577            ! d_getmnt.U d_getmntent.U d_statfs.U d_statvfs.U
1578 ____________________________________________________________________________
1579 [  4456] By: jhi                                   on 1999/10/26  09:11:49
1580         Log: Fix d_statfsflags; add d_getmnt.
1581      Branch: metaconfig/U/perl
1582            + d_getmnt.U
1583            ! d_statfs.U
1584 ____________________________________________________________________________
1585 [  4455] By: jhi                                   on 1999/10/26  08:12:27
1586         Log: Massive multitypo in #4446.
1587      Branch: cfgperl
1588            ! hints/dec_osf.sh
1589 ____________________________________________________________________________
1590 [  4454] By: jhi                                   on 1999/10/25  08:28:45
1591         Log: From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
1592              To: Perl 5 Porters <perl5-porters@perl.org>
1593              Subject: [PATCH 5.005_62] dos-djgpp update
1594              Date: Mon, 25 Oct 1999 10:11:30 +0200
1595              Message-ID: <19991025101130.K459@crater.eth.ericsson.se>
1596      Branch: cfgperl
1597            ! djgpp/config.over djgpp/configure.bat djgpp/djgppsed.sh
1598            ! pod/perldelta.pod t/lib/io_unix.t
1599 ____________________________________________________________________________
1600 [  4453] By: jhi                                   on 1999/10/25  08:25:50
1601         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1602              To: perl5-porters@perl.org (Mailing list Perl5)
1603              Subject: [PATCH 5.005_62] Remove the last regnode<==>char*
1604              Date: Mon, 25 Oct 1999 03:06:21 -0400 (EDT)
1605              Message-Id: <199910250706.DAA16825@monk.mps.ohio-state.edu>
1606      Branch: cfgperl
1607            ! embed.h embed.pl proto.h regcomp.c regcomp.h regexec.c
1608 ____________________________________________________________________________
1609 [  4452] By: jhi                                   on 1999/10/25  08:16:55
1610         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1611              To: perl5-porters@perl.org (Mailing list Perl5)
1612              Subject: [PATCH 5.005_62] Missing REx engine patch
1613              Date: Sun, 24 Oct 1999 23:47:45 -0400 (EDT)
1614              Message-Id: <199910250347.XAA16094@monk.mps.ohio-state.edu>
1615      Branch: cfgperl
1616            ! pod/perldiag.pod regcomp.c regexec.c
1617 ____________________________________________________________________________
1618 [  4451] By: jhi                                   on 1999/10/25  08:13:06
1619         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1620              To: perl5-porters@perl.org (Mailing list Perl5)
1621              Subject: [PATCH 5.005_62] charnames and UTEST
1622              Date: Sun, 24 Oct 1999 23:39:49 -0400 (EDT)
1623              Message-Id: <199910250339.XAA16058@monk.mps.ohio-state.edu>
1624      Branch: cfgperl
1625            ! t/lib/charnames.t
1626 ____________________________________________________________________________
1627 [  4450] By: gsar                                  on 1999/10/25  07:38:15
1628         Log: win32 tweak
1629      Branch: perl
1630            ! win32/perllib.c
1631 ____________________________________________________________________________
1632 [  4449] By: gsar                                  on 1999/10/24  23:20:10
1633         Log: remove inconsistent tainting behavior of sprintf("%e",...)
1634              (all bets are off is "C" locale is compromised)
1635      Branch: perl
1636            ! pod/perlfunc.pod pod/perllocale.pod sv.c
1637 ____________________________________________________________________________
1638 [  4448] By: gsar                                  on 1999/10/24  22:20:42
1639         Log: remove unused interpreter globals
1640      Branch: perl
1641            ! deb.c dump.c embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs
1642            ! global.sym gv.c gv.h intrpvar.h objXSUB.h perl.c perlapi.c
1643            ! proto.h toke.c
1644 ____________________________________________________________________________
1645 [  4447] By: jhi                                   on 1999/10/24  21:49:52
1646         Log: Another hints tweak.
1647      Branch: cfgperl
1648            ! hints/aix.sh
1649 ____________________________________________________________________________
1650 [  4446] By: jhi                                   on 1999/10/24  21:48:02
1651         Log: Hints tweak.
1652      Branch: cfgperl
1653            ! hints/dec_osf.sh
1654 ____________________________________________________________________________
1655 [  4445] By: nick                                  on 1999/10/24  21:03:28
1656         Log: Integrate own changes to mainline.
1657      Branch: utfperl
1658           !> installperl pp.c
1659 ____________________________________________________________________________
1660 [  4444] By: nick                                  on 1999/10/24  20:54:06
1661         Log: Avoid creating GV with NULL name when vivifying nameless scalars.
1662              (Fix/workround for [ID19991024.001])
1663      Branch: perl
1664            ! pp.c
1665 ____________________________________________________________________________
1666 [  4443] By: nick                                  on 1999/10/24  15:09:51
1667         Log: Follow that camel ... another sync.
1668      Branch: utfperl
1669           +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
1670           +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
1671           +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
1672           !> (integrate 36 files)
1673 ____________________________________________________________________________
1674 [  4442] By: gsar                                  on 1999/10/24  14:40:01
1675         Log: typo in installperl (from Paul Moore <gustav@morpheus.demon.co.uk>)
1676      Branch: perl
1677            ! installperl
1678 ____________________________________________________________________________
1679 [  4441] By: gsar                                  on 1999/10/24  14:33:11
1680         Log: test in change#4428 needs strict interpretation of C modulus
1681      Branch: perl
1682            ! t/op/int.t
1683 ____________________________________________________________________________
1684 [  4440] By: gsar                                  on 1999/10/24  13:47:17
1685         Log: don't allow SIGCHLD to be ignored at startup, or wait*() and
1686              $? break
1687      Branch: perl
1688            ! perl.c pod/perldelta.pod pod/perldiag.pod
1689 ____________________________________________________________________________
1690 [  4439] By: jhi                                   on 1999/10/24  13:19:17
1691         Log: test for #2835 (yeah, better later than never)
1692      Branch: cfgperl
1693            ! t/op/array.t
1694 ____________________________________________________________________________
1695 [  4438] By: gsar                                  on 1999/10/24  12:59:12
1696         Log: typo, doc tweak
1697      Branch: perl
1698            ! lib/attributes.pm pod/perlop.pod
1699 ____________________________________________________________________________
1700 [  4437] By: gsar                                  on 1999/10/24  11:59:55
1701         Log: allow get() and reftype() functions to be imported (from
1702              Spider Boardman)
1703      Branch: perl
1704            ! lib/attributes.pm
1705 ____________________________________________________________________________
1706 [  4436] By: gsar                                  on 1999/10/24  11:52:53
1707         Log: suppress scalar leak messages for known leaks (from
1708              Robin Barker <rmb1@cise.npl.co.uk>)
1709      Branch: perl
1710            ! Changes t/op/lex_assign.t t/pragma/warn/op
1711 ____________________________________________________________________________
1712 [  4435] By: gsar                                  on 1999/10/24  11:39:42
1713         Log: VMS tweak (suggested by Craig A. Berry <craig.berry@metamor.com>)
1714      Branch: perl
1715            ! ext/B/defsubs_h.PL
1716 ____________________________________________________________________________
1717 [  4434] By: gsar                                  on 1999/10/24  11:36:08
1718         Log: relax range checking if they ask for it (from John L. Allen
1719              <allen@grumman.com>)
1720      Branch: perl
1721            ! lib/Time/Local.pm
1722 ____________________________________________________________________________
1723 [  4433] By: gsar                                  on 1999/10/24  11:25:51
1724         Log: README nits pointed out by Chris Nandor <pudge@pobox.com>
1725      Branch: perl
1726            ! README lib/File/Path.pm
1727 ____________________________________________________________________________
1728 [  4432] By: gsar                                  on 1999/10/24  11:11:02
1729         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1730              Date: Sun, 24 Oct 1999 03:24:28 -0400 (EDT)
1731              Message-Id: <199910240724.DAA12230@monk.mps.ohio-state.edu>
1732              Subject: Re: [PATCH 5.005_62] OS/2 improvements
1733      Branch: perl
1734            + os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
1735            + os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
1736            + os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
1737            ! MANIFEST hints/os2.sh mg.c miniperlmain.c os2/Changes
1738            ! os2/OS2/REXX/Changes os2/OS2/REXX/Makefile.PL
1739            ! os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
1740            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
1741            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
1742            ! os2/OS2/REXX/t/rx_vrexx.t os2/dl_os2.c os2/os2.c os2/os2ish.h
1743            ! perl.c perl.h t/io/fs.t t/op/magic.t
1744 ____________________________________________________________________________
1745 [  4431] By: gsar                                  on 1999/10/24  10:50:14
1746         Log: install all README.foo with pod content as podfoo.pod
1747      Branch: perl
1748            ! Makefile.SH installman
1749 ____________________________________________________________________________
1750 [  4430] By: gsar                                  on 1999/10/24  09:28:24
1751         Log: @INC needs ../lib
1752      Branch: perl
1753            ! t/op/int.t
1754 ____________________________________________________________________________
1755 [  4429] By: jhi                                   on 1999/10/23  21:47:49
1756         Log: More printf-fixes (see also #4426).
1757      Branch: cfgperl
1758            ! deb.c dump.c ext/Data/Dumper/Dumper.xs
1759            ! ext/Devel/DProf/DProf.xs malloc.c mg.c op.c perl.c pp.c
1760            ! pp_ctl.c regcomp.c regexec.c run.c scope.c sv.c util.c
1761 ____________________________________________________________________________
1762 [  4428] By: gsar                                  on 1999/10/23  20:28:56
1763         Log: fix accidental C modulo semantics on integer-valued operations
1764              (e.g. caused C<length("abc") % -10> to return 3 rather than -7)
1765      Branch: perl
1766            ! op.c t/op/int.t
1767 ____________________________________________________________________________
1768 [  4427] By: jhi                                   on 1999/10/23  16:10:10
1769         Log: Integrate with Sarathy.
1770      Branch: cfgperl
1771           !> sv.c win32/win32.c
1772 ____________________________________________________________________________
1773 [  4426] By: jhi                                   on 1999/10/23  16:04:02
1774         Log: Fix the printfing nits pointed out by using gcc -Wall and
1775              Configure -Duse64bits -Dccflags=-DDEBUGGING in Solaris,
1776              plus few other warnings in Dumper.xs.
1777      Branch: cfgperl
1778            ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
1779            ! ext/Devel/Peek/Peek.xs regcomp.c regexec.c sv.c util.c
1780 ____________________________________________________________________________
1781 [  4425] By: jhi                                   on 1999/10/23  15:16:41
1782         Log: Configure regen to pick up the new installation directories
1783              from Policy_sh.SH.  The explanations of "public add-ons" and
1784              "vendor-supplied" could do with more work.
1785      Branch: cfgperl
1786            ! Configure config_h.SH
1787 ____________________________________________________________________________
1788 [  4424] By: nick                                  on 1999/10/23  00:46:22
1789         Log: Resolve mainline before possible hacking operertunity this weekend
1790      Branch: utfperl
1791           +> pod/perlfilter.pod
1792           !> (integrate 32 files)
1793 ____________________________________________________________________________
1794 [  4423] By: jhi                                   on 1999/10/22  22:53:17
1795         Log: Update Policy_sh.SH to handle the newer installation directives.
1796              From: Andy Dougherty <doughera@lafayette.edu>
1797              To: Perl Porters <perl5-porters@perl.org>
1798              Subject: [PATCH 5.005_62] Policy_sh.SH update
1799              Date: Fri, 22 Oct 1999 16:47:34 -0400 (EDT)
1800              Message-ID: <Pine.SOL.4.10.9910221645470.15232-100000@maxwell.phys.lafayette.edu>
1801      Branch: cfgperl
1802            ! Policy_sh.SH
1803 ____________________________________________________________________________
1804 [  4422] By: jhi                                   on 1999/10/22  22:44:44
1805         Log: so back to 'so', from Stephanie Beals <bealzy@us.ibm.com>
1806      Branch: cfgperl
1807            ! hints/aix.sh
1808 ____________________________________________________________________________
1809 [  4421] By: gsar                                  on 1999/10/22  21:16:44
1810         Log: sv_vcatpvfn() bug: fell through to assuming intsize of 'q' for
1811              C<"%ld", long_val>
1812      Branch: perl
1813            ! sv.c
1814 ____________________________________________________________________________
1815 [  4420] By: gsar                                  on 1999/10/22  16:36:46
1816         Log: win32_utime() on directories should use localtime() rather
1817              than gmtime() (from Jan Dubois)
1818      Branch: perl
1819            ! win32/win32.c
1820 ____________________________________________________________________________
1821 [  4419] By: jhi                                   on 1999/10/21  10:31:41
1822         Log: Integrate with Sarathy.
1823      Branch: cfgperl
1824           !> Makefile.SH lib/CPAN/FirstTime.pm op.c opcode.h opcode.pl
1825           !> t/lib/glob-basic.t t/op/sort.t
1826 ____________________________________________________________________________
1827 [  4418] By: gsar                                  on 1999/10/20  23:49:47
1828         Log: add test for change#4417
1829      Branch: perl
1830            ! t/op/sort.t
1831 ____________________________________________________________________________
1832 [  4417] By: gsar                                  on 1999/10/20  23:45:03
1833         Log: avoid coredump on C<sort { my $c; return $a cmp $b } ...>
1834      Branch: perl
1835            ! op.c
1836 ____________________________________________________________________________
1837 [  4416] By: gsar                                  on 1999/10/20  01:00:50
1838         Log: fix prototype mismatch (from Hans Mulder <hansm@xs4all.nl>)
1839      Branch: perl
1840            ! lib/CPAN/FirstTime.pm
1841 ____________________________________________________________________________
1842 [  4415] By: gsar                                  on 1999/10/20  00:52:34
1843         Log: disable optimizing troublesome ops in change#3612
1844              (from Ilya Zakharevich)
1845      Branch: perl
1846            ! Makefile.SH opcode.h opcode.pl
1847 ____________________________________________________________________________
1848 [  4414] By: gsar                                  on 1999/10/20  00:37:46
1849         Log: skip unreadable directory test when running as root
1850      Branch: perl
1851            ! t/lib/glob-basic.t
1852 ____________________________________________________________________________
1853 [  4413] By: jhi                                   on 1999/10/19  09:26:52
1854         Log: Avoid GNU ar if HP cc is being used.
1855      Branch: cfgperl
1856            ! hints/hpux.sh
1857 ____________________________________________________________________________
1858 [  4412] By: jhi                                   on 1999/10/19  07:24:29
1859         Log: Integrate with Sarathy.
1860      Branch: cfgperl
1861           !> perlvars.h
1862 ____________________________________________________________________________
1863 [  4411] By: jhi                                   on 1999/10/19  07:22:34
1864         Log: Long double support: sqrtl et al are not available everywhere,
1865              e.g. not in Solaris, even when long doubles are.
1866      Branch: cfgperl
1867            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1868            ! config_h.SH perl.h
1869 ____________________________________________________________________________
1870 [  4410] By: jhi                                   on 1999/10/19  07:21:42
1871         Log: Add sqrtl probe, add echo dependencies.
1872      Branch: metaconfig
1873            ! U/threads/d_pthreadj.U
1874      Branch: metaconfig/U/perl
1875            + d_sqrtl.U
1876            ! i_inttypes.U io64.U
1877 ____________________________________________________________________________
1878 [  4409] By: gsar                                  on 1999/10/19  02:18:54
1879         Log: perl_mutex n/a if !USE_THREADS
1880      Branch: perl
1881            ! perlvars.h
1882 ____________________________________________________________________________
1883 [  4408] By: jhi                                   on 1999/10/18  20:13:02
1884         Log: Forgotten s/warning/warnings/.
1885      Branch: cfgperl
1886            ! Makefile.SH
1887 ____________________________________________________________________________
1888 [  4407] By: jhi                                   on 1999/10/18  20:02:12
1889         Log: Integrate with Sarathy.
1890      Branch: cfgperl
1891           +> pod/perlfilter.pod
1892           !> (integrate 30 files)
1893 ____________________________________________________________________________
1894 [  4406] By: gsar                                  on 1999/10/18  16:32:10
1895         Log: added intro to source filters from Paul Marquess
1896      Branch: perl
1897            + pod/perlfilter.pod
1898            ! MANIFEST pod/perldelta.pod
1899 ____________________________________________________________________________
1900 [  4405] By: gsar                                  on 1999/10/18  05:53:06
1901         Log: missing manpages
1902      Branch: perl
1903            ! installman
1904 ____________________________________________________________________________
1905 [  4404] By: gsar                                  on 1999/10/18  05:09:22
1906         Log: pod updates from Tom Christiansen
1907      Branch: perl
1908            ! lib/Pod/Man.pm pod/perldelta.pod pod/perlmodlib.pod
1909 ____________________________________________________________________________
1910 [  4403] By: gsar                                  on 1999/10/17  23:43:59
1911         Log: PL_malloc_mutex needs to be global, not per-interpreter
1912              (malloc.c has static data)
1913      Branch: perl
1914            ! embedvar.h intrpvar.h objXSUB.h perl.c perlvars.h
1915 ____________________________________________________________________________
1916 [  4402] By: gsar                                  on 1999/10/17  22:30:30
1917         Log: support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
1918              windows
1919      Branch: perl
1920            ! XSUB.h ext/POSIX/POSIX.xs intrpvar.h makedef.pl malloc.c
1921            ! perl.c perl.h perlio.c win32/perllib.c win32/win32.c
1922            ! win32/win32.h
1923 ____________________________________________________________________________
1924 [  4401] By: gsar                                  on 1999/10/17  20:33:42
1925         Log: serious bug introduced by G_VOID changes in 5.003_96: scalar
1926              eval"" did not pop stack correctly; C<$a = eval "(1,2)x1">
1927              is one symptom of the problem
1928      Branch: perl
1929            ! pp_ctl.c t/op/eval.t
1930 ____________________________________________________________________________
1931 [  4400] By: gsar                                  on 1999/10/17  18:36:46
1932         Log: remove FileHandle from list of PodParser dependencies (the
1933              difference is 20 files vs 6 files loaded!)
1934      Branch: perl
1935            ! lib/Pod/Parser.pm lib/Pod/Select.pm pod/perldelta.pod
1936            ! t/pod/testcmp.pl
1937 ____________________________________________________________________________
1938 [  4399] By: nick                                  on 1999/10/17  14:51:35
1939         Log: Pre-trip resolve
1940      Branch: utfperl
1941           !> installperl lib/Text/Tabs.pm perl.c pp_hot.c
1942 ____________________________________________________________________________
1943 [  4398] By: gsar                                  on 1999/10/17  09:19:24
1944         Log: make installperl ignore RCS files (from Michael G Schwern
1945              <schwern@pobox.com>)
1946      Branch: perl
1947            ! installperl lib/Text/Tabs.pm
1948 ____________________________________________________________________________
1949 [  4397] By: gsar                                  on 1999/10/16  18:30:14
1950         Log: another bug in change#3386 (CATCH_SET wasn't reverted correctly)
1951      Branch: perl
1952            ! perl.c
1953 ____________________________________________________________________________
1954 [  4396] By: jhi                                   on 1999/10/16  17:44:39
1955         Log: Missing comma.
1956      Branch: cfgperl
1957            ! lib/diagnostics.pm
1958 ____________________________________________________________________________
1959 [  4395] By: gsar                                  on 1999/10/16  17:18:36
1960         Log: assumption about @_ always being non-REAL doesn't hold when
1961              debugger is running; DB::sub() can call arbitrary stuff
1962              that modifies @_ at will
1963      Branch: perl
1964            ! pp_hot.c
1965 ____________________________________________________________________________
1966 [  4394] By: nick                                  on 1999/10/16  09:35:20
1967         Log: Resolve utfperl branch against mainline as of _62
1968      Branch: utfperl
1969           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
1970           +> ext/DB_File/hints/sco.pl ext/DynaLoader/hints/aix.pl
1971           +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
1972           +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
1973           +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
1974           +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
1975           +> pod/perlhack.pod t/lib/glob-basic.t t/lib/glob-global.t
1976           +> t/lib/glob-taint.t win32/genmk95.pl
1977            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
1978           !> (integrate 144 files)
1979 ____________________________________________________________________________
1980 [  4393] By: gsar                                  on 1999/10/16  04:07:02
1981         Log: OS/2 support bits (from Ilya Zakharevich)
1982      Branch: perl
1983            ! hints/os2.sh makedef.pl os2/Makefile.SHs t/lib/glob-basic.t
1984 ____________________________________________________________________________
1985 [  4392] By: jhi                                   on 1999/10/15  10:28:09
1986         Log: Integrate with Sarathy.
1987      Branch: cfgperl
1988           !> Changes MANIFEST Makefile.SH Porting/makerel lib/Pod/Man.pm
1989           !> lib/Pod/Parser.pm op.c pod/perldelta.pod pod/perlopentut.pod
1990           !> win32/Makefile win32/makefile.mk
1991
1992 ----------------
1993 Version 5.005_62
1994 ----------------
1995
1996 ____________________________________________________________________________
1997 [  4391] By: gsar                                  on 1999/10/15  10:12:42
1998         Log: here be 5.005_62
1999      Branch: perl
2000            ! Changes MANIFEST Porting/makerel
2001 ____________________________________________________________________________
2002 [  4390] By: gsar                                  on 1999/10/15  09:45:51
2003         Log: lvalue subs patch (change#4081) breaks C<\(Foo->Bar())>;
2004              avoid tickling it in Pod::Man for now; other nits in
2005              Pod::*
2006      Branch: perl
2007            ! lib/Pod/Man.pm lib/Pod/Parser.pm pod/perldelta.pod
2008            ! pod/perlopentut.pod
2009 ____________________________________________________________________________
2010 [  4389] By: gsar                                  on 1999/10/15  08:55:01
2011         Log: disable internal globbing for miniperl (or build breaks out
2012              in a rash of failed dependencies)
2013      Branch: perl
2014            ! Makefile.SH op.c win32/Makefile win32/makefile.mk
2015 ____________________________________________________________________________
2016 [  4388] By: jhi                                   on 1999/10/15  08:07:49
2017         Log: Integrate with Sarathy.
2018      Branch: cfgperl
2019           !> Changes ext/POSIX/POSIX.xs lib/Benchmark.pm pod/perldelta.pod
2020           !> pod/perlfaq2.pod win32/include/dirent.h win32/win32.c
2021 ____________________________________________________________________________
2022 [  4387] By: gsar                                  on 1999/10/15  07:46:24
2023         Log: integrate cfgperl contents into mainline
2024      Branch: perl
2025            ! Changes
2026           !> pod/perldelta.pod pod/perldiag.pod regcomp.c
2027           !> t/pragma/warn/regcomp
2028 ____________________________________________________________________________
2029 [  4386] By: gsar                                  on 1999/10/15  05:45:36
2030         Log: various little goofs in change#4385
2031      Branch: perl
2032            ! win32/include/dirent.h win32/win32.c
2033 ____________________________________________________________________________
2034 [  4385] By: gsar                                  on 1999/10/15  04:49:09
2035         Log: win32_*dir() cleanup; win32_readdir() iterates as necessary
2036              rather than win32_opendir() reading all files up front (untested)
2037      Branch: perl
2038            ! win32/include/dirent.h win32/win32.c
2039 ____________________________________________________________________________
2040 [  4384] By: gsar                                  on 1999/10/15  01:34:09
2041         Log: Benchmark notes (from Barrie Slaymaker <barries@slaysys.com>)
2042      Branch: perl
2043            ! lib/Benchmark.pm pod/perldelta.pod
2044 ____________________________________________________________________________
2045 [  4383] By: gsar                                  on 1999/10/15  01:22:32
2046         Log: include info about Perl Mongers in perlfaq2 (from David H. Adler
2047              <dha@panix.com>)
2048      Branch: perl
2049            ! pod/perlfaq2.pod
2050 ____________________________________________________________________________
2051 [  4382] By: gsar                                  on 1999/10/15  01:14:22
2052         Log: From: jand@ActiveState.com (Jan Dubois)
2053              Date: Fri, 15 Oct 1999 01:14:23 +0200
2054              Message-ID: <380f61ae.18202914@smtprelay.t-online.de>
2055              Subject: [PATCH 5.005_61] Prevent "Out of memory" error in POSIX's strftime()
2056      Branch: perl
2057            ! ext/POSIX/POSIX.xs
2058 ____________________________________________________________________________
2059 [  4381] By: jhi                                   on 1999/10/14  22:11:36
2060         Log: Integrate with Sarathy.
2061      Branch: cfgperl
2062           !> XSUB.h cop.h embed.h embed.pl ext/File/Glob/bsd_glob.c
2063           !> lib/Time/Local.pm perl.c perlapi.c pod/perlop.pod pp_ctl.c
2064           !> proto.h scope.c scope.h t/op/runlevel.t util.c win32/Makefile
2065           !> win32/makefile.mk
2066 ____________________________________________________________________________
2067 [  4380] By: jhi                                   on 1999/10/14  22:08:22
2068         Log: Warn inside character classes about unknown backslash escapes
2069              (that are not caught earlier because of being completely unknown,
2070              such as \m), such as \z (because they make do sense inside regexen,
2071              but not inside character classes).
2072      Branch: cfgperl
2073            ! pod/perldelta.pod pod/perldiag.pod regcomp.c
2074            ! t/pragma/warn/regcomp
2075 ____________________________________________________________________________
2076 [  4379] By: gsar                                  on 1999/10/14  18:26:56
2077         Log: clarify significance of parens for "x" (from M.J.T. Guy
2078              <mjtg@cus.cam.ac.uk>)
2079      Branch: perl
2080            ! pod/perlop.pod
2081 ____________________________________________________________________________
2082 [  4378] By: gsar                                  on 1999/10/14  18:25:20
2083         Log: make timelocal work better when time is close to the epoch
2084              east of GMT (from Keiki SATOH <kki@wakusei.ne.jp>)
2085      Branch: perl
2086            ! lib/Time/Local.pm
2087 ____________________________________________________________________________
2088 [  4377] By: gsar                                  on 1999/10/14  18:15:11
2089         Log: integrate cfgperl contents into mainline
2090      Branch: perl
2091           +> ext/DB_File/hints/sco.pl
2092           !> MANIFEST hints/aix.sh hints/linux.sh hints/svr5.sh
2093           !> pod/perldelta.pod pod/perldiag.pod pod/perlop.pod
2094           !> pod/perlre.pod regcomp.c t/op/re_tests t/pragma/warn/regcomp
2095 ____________________________________________________________________________
2096 [  4376] By: gsar                                  on 1999/10/14  17:47:35
2097         Log: fix POPSTACK panics that ensued from bad interaction between
2098              runlevels and stack of stacks (change#3988 done right);
2099              basically, we pop the runlevel if the stacklevel is not the
2100              same one we started the runlevel with
2101      Branch: perl
2102            ! cop.h perl.c pp_ctl.c t/op/runlevel.t util.c
2103 ____________________________________________________________________________
2104 [  4375] By: gsar                                  on 1999/10/14  15:54:48
2105         Log: avoid warnings
2106      Branch: perl
2107            ! ext/File/Glob/bsd_glob.c
2108 ____________________________________________________________________________
2109 [  4374] By: jhi                                   on 1999/10/14  10:08:44
2110         Log: Warn about false ranges like \d-\w (see the change #4355).
2111              The invalid ranges (b-a) warning message also enhanced.
2112      Branch: cfgperl
2113            ! pod/perldelta.pod pod/perldiag.pod regcomp.c t/op/re_tests
2114            ! t/pragma/warn/regcomp
2115 ____________________________________________________________________________
2116 [  4373] By: gsar                                  on 1999/10/14  03:49:54
2117         Log: File::Glob fixes for Windows
2118      Branch: perl
2119            ! XSUB.h ext/File/Glob/bsd_glob.c win32/Makefile
2120            ! win32/makefile.mk
2121 ____________________________________________________________________________
2122 [  4372] By: gsar                                  on 1999/10/14  02:21:31
2123         Log: avoid inefficiency in change#3386 (every longjmp() was followed
2124              by an avoidable call to setjmp())
2125      Branch: perl
2126            ! embed.h embed.pl perl.c perlapi.c pod/perldelta.pod pp_ctl.c
2127            ! proto.h scope.c scope.h
2128 ____________________________________________________________________________
2129 [  4371] By: jhi                                   on 1999/10/13  21:17:17
2130         Log: Integrate with Sarathy.
2131      Branch: cfgperl
2132           !> op.c pod/perldelta.pod
2133 ____________________________________________________________________________
2134 [  4370] By: gsar                                  on 1999/10/13  18:08:45
2135         Log: misc tweaks
2136      Branch: perl
2137            ! op.c pod/perldelta.pod
2138 ____________________________________________________________________________
2139 [  4369] By: jhi                                   on 1999/10/13  16:18:58
2140         Log: Integrate with Sarathy.
2141      Branch: cfgperl
2142           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
2143 ____________________________________________________________________________
2144 [  4368] By: gsar                                  on 1999/10/13  16:14:16
2145         Log: pod nits from various perl porters
2146      Branch: perl
2147            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
2148 ____________________________________________________________________________
2149 [  4367] By: jhi                                   on 1999/10/13  12:10:30
2150         Log: From: Vlad Harchev <hvv@hippo.ru>
2151              To: perl5-porters@perl.org
2152              Subject: [ID 19991013.002] fix for 'perlop.pod' shipped with perl5.00503
2153              Date: Wed, 13 Oct 1999 15:48:59 +0500 (SAMST)
2154              Message-Id: <Pine.LNX.4.10.9910131546580.3542-100000@localhost.localdomain>
2155      Branch: cfgperl
2156            ! pod/perlop.pod
2157 ____________________________________________________________________________
2158 [  4366] By: gsar                                  on 1999/10/13  08:11:11
2159         Log: typos and language goofs pointed out by Hugo van der Sanden
2160              <hv@crypt.compulink.co.uk>
2161      Branch: perl
2162            ! pod/perldelta.pod pod/perldiag.pod
2163 ____________________________________________________________________________
2164 [  4365] By: jhi                                   on 1999/10/13  07:27:44
2165         Log: Integrate with Sarathy.
2166      Branch: cfgperl
2167           +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
2168           +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
2169           +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
2170           +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
2171           +> t/lib/glob-basic.t t/lib/glob-global.t t/lib/glob-taint.t
2172           !> Changes MANIFEST README.win32 ext/ODBM_File/hints/sco.pl
2173           !> lib/perl5db.pl op.c pod/perldelta.pod pod/perlfaq8.pod
2174           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod t/op/glob.t
2175           !> t/op/readdir.t t/op/taint.t t/pragma/overload.t util.c
2176 ____________________________________________________________________________
2177 [  4364] By: gsar                                  on 1999/10/13  07:06:04
2178         Log: debugger tweak (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
2179      Branch: perl
2180            ! lib/perl5db.pl
2181 ____________________________________________________________________________
2182 [  4363] By: jhi                                   on 1999/10/13  07:03:43
2183         Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
2184              To: perl5-porters@perl.org
2185              Subject: [ID 19991012.002] Latest UnixWare7 (svr5.sh) hints file
2186              Date: Tue, 12 Oct 1999 19:48:11 -0700 (PDT)
2187              Message-Id: <199910130248.TAA14636@scoot.pdev.sco.com>
2188      Branch: cfgperl
2189            ! hints/svr5.sh
2190 ____________________________________________________________________________
2191 [  4362] By: jhi                                   on 1999/10/13  06:57:16
2192         Log: Add DB_File hint for SCO ODT.
2193              From: hops@sco.com
2194              To: perl5-porters@perl.org
2195              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
2196              Date: Tue, 12 Oct 1999 20:16:04 PDT
2197              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
2198      Branch: cfgperl
2199            + ext/DB_File/hints/sco.pl
2200            ! MANIFEST
2201 ____________________________________________________________________________
2202 [  4361] By: gsar                                  on 1999/10/13  06:56:08
2203         Log: PL_numeric_radix used without being defined (from Ilya
2204              Zakharevich)
2205      Branch: perl
2206            ! util.c
2207 ____________________________________________________________________________
2208 [  4360] By: gsar                                  on 1999/10/13  06:43:03
2209         Log: use libdbm.nfs.a if available (libdbm.a is missing dbmclose())
2210              From: hops@sco.com
2211              Date: Tue, 12 Oct 1999 20:16:04 PDT
2212              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
2213              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
2214      Branch: perl
2215            + ext/NDBM_File/hints/sco.pl
2216            ! MANIFEST ext/ODBM_File/hints/sco.pl
2217 ____________________________________________________________________________
2218 [  4359] By: gsar                                  on 1999/10/13  06:34:53
2219         Log: various pod tweaks (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
2220      Branch: perl
2221            ! README.win32 pod/perlfaq8.pod pod/perlfunc.pod pod/perlop.pod
2222            ! pod/perlport.pod
2223 ____________________________________________________________________________
2224 [  4358] By: gsar                                  on 1999/10/12  19:10:27
2225         Log: perldelta updates
2226      Branch: perl
2227            ! pod/perldelta.pod
2228 ____________________________________________________________________________
2229 [  4357] By: gsar                                  on 1999/10/12  17:11:18
2230         Log: update perldelta for change#4356
2231      Branch: perl
2232            ! Changes pod/perldelta.pod
2233 ____________________________________________________________________________
2234 [  4356] By: gsar                                  on 1999/10/12  16:53:31
2235         Log: add File::BSDGlob as File::Glob and load it at compile-time
2236              if perl was built with -DPERL_INTERNAL_GLOB
2237              
2238              TODO: we currently get a compile-time failure if File/Glob.pm
2239              can't be found; such failure needs to be made to emit a warning
2240              and use the csh implementation instead
2241      Branch: perl
2242            + ext/File/Glob/Changes ext/File/Glob/Glob.pm
2243            + ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
2244            + ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
2245            + ext/File/Glob/bsd_glob.h t/lib/glob-basic.t
2246            + t/lib/glob-global.t t/lib/glob-taint.t
2247            ! MANIFEST op.c t/op/glob.t t/op/readdir.t t/op/taint.t
2248            ! t/pragma/overload.t
2249 ____________________________________________________________________________
2250 [  4355] By: jhi                                   on 1999/10/12  15:30:05
2251         Log: Revert the parts of #3926 that outlawed character ranges
2252              that have character classes such as \w as either endpoint.
2253              This change re-establishes the old behavior which meant that
2254              such ranges weren't really ranges, the "-" was literal.
2255              Moreover, this change also fixes the old behavior to be
2256              more consistent: [\w-.] and [\s-\w] worked, but [.-\w] didn't.
2257              Now they all do work as described above.  The #3926 outlawed
2258              all of those.
2259      Branch: cfgperl
2260            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
2261 ____________________________________________________________________________
2262 [  4354] By: jhi                                   on 1999/10/12  09:58:59
2263         Log: Integrate with Sarathy.
2264      Branch: cfgperl
2265           !> (integrate 33 files)
2266 ____________________________________________________________________________
2267 [  4353] By: gsar                                  on 1999/10/12  05:53:40
2268         Log: apply parts of LynxOS patches from Alan Johnson
2269              <johnson@alonn.gemse.fr>
2270      Branch: perl
2271            ! Changes hints/lynxos.sh pod/perldelta.pod t/lib/safe2.t
2272            ! t/op/groups.t
2273 ____________________________________________________________________________
2274 [  4352] By: gsar                                  on 1999/10/12  05:24:39
2275         Log: allow any unpack specifier to take a count via '/'
2276              (from Ilya Zakharevich)
2277      Branch: perl
2278            ! pp.c t/op/pack.t
2279 ____________________________________________________________________________
2280 [  4351] By: gsar                                  on 1999/10/12  05:02:35
2281         Log: avoid warnings
2282      Branch: perl
2283            ! malloc.c
2284 ____________________________________________________________________________
2285 [  4350] By: gsar                                  on 1999/10/12  04:50:52
2286         Log: various cleanups
2287      Branch: perl
2288            ! ext/Devel/DProf/DProf.xs op.c perl.c perly.c perly.y
2289            ! perly_c.diff pp_hot.c toke.c vms/perly_c.vms win32/config.bc
2290            ! win32/config.gc win32/config.vc win32/config_H.bc
2291            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
2292 ____________________________________________________________________________
2293 [  4349] By: gsar                                  on 1999/10/12  00:23:11
2294         Log: update Changes, patchlevel etc.
2295      Branch: perl
2296            ! Changes Porting/findvars patchlevel.h win32/Makefile
2297            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2298            ! win32/makefile.mk
2299 ____________________________________________________________________________
2300 [  4348] By: gsar                                  on 1999/10/11  23:11:57
2301         Log: add vec() example from Chaim Frenkel <chaimf@pobox.com>
2302      Branch: perl
2303            ! pod/perlfunc.pod
2304 ____________________________________________________________________________
2305 [  4347] By: jhi                                   on 1999/10/11  21:25:03
2306         Log: Sparc Linux -Duseshrplib fix.
2307              
2308              From: Brian Jepson <bjepson@home.com>
2309              To: Nick Ing-Simmons <nick@ing-simmons.net>
2310              cc: perl5-porters@perl.org
2311              Subject: Re: [ID 19990813.002] Can't build Perl 5.005_60 on SPARC/Linux with -Duseshrplib
2312              Date: Fri, 20 Aug 1999 11:25:17 -0500 (EST)
2313              Message-ID: <Pine.LNX.4.10.9908201123570.5116-100000@cx384756-a.sking1.ri.home.com>
2314      Branch: cfgperl
2315            ! hints/linux.sh
2316 ____________________________________________________________________________
2317 [  4346] By: gsar                                  on 1999/10/11  20:28:32
2318         Log: more pack/unpack documentation (from Ilya Zakharevich); changed
2319              the behavior of 'Z*' and 'Z3' to always pack a trailing
2320              null byte; changed documentation to suit; added test
2321      Branch: perl
2322            ! pod/perlfunc.pod pp.c t/op/pack.t
2323 ____________________________________________________________________________
2324 [  4345] By: gsar                                  on 1999/10/11  19:15:46
2325         Log: writing to perllocal.pod fails if it was never created;
2326              tweak pseudo-hash example (both suggested by Michael G Schwern
2327              <schwern@pobox.com>)
2328      Branch: perl
2329            ! lib/ExtUtils/MM_Unix.pm pod/perlref.pod
2330 ____________________________________________________________________________
2331 [  4344] By: gsar                                  on 1999/10/11  17:57:31
2332         Log: slightly edited variant of suggested patch
2333              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2334              Date: Thu, 9 Sep 1999 18:35:37 -0400
2335              Message-ID: <19990909183537.A28682@monk.mps.ohio-state.edu>
2336              Subject: [PATCH 5.005_58] How RExen match?
2337      Branch: perl
2338            ! pod/perlre.pod
2339 ____________________________________________________________________________
2340 [  4343] By: gsar                                  on 1999/10/11  16:55:48
2341         Log: change#4327 was inefficient
2342      Branch: perl
2343            ! lib/lib.pm
2344 ____________________________________________________________________________
2345 [  4342] By: jhi                                   on 1999/10/11  07:01:46
2346         Log: Integrate with Sarathy.
2347      Branch: cfgperl
2348           +> pod/perlhack.pod
2349           !> (integrate 28 files)
2350 ____________________________________________________________________________
2351 [  4341] By: jhi                                   on 1999/10/11  06:37:47
2352         Log: The 2.5th cut at the AIX C++ extension problems.
2353      Branch: cfgperl
2354            ! hints/aix.sh
2355 ____________________________________________________________________________
2356 [  4340] By: gsar                                  on 1999/10/10  23:48:07
2357         Log: add perlhack.pod from Nathan Torkington <gnat@frii.com>
2358      Branch: perl
2359            + pod/perlhack.pod
2360            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
2361 ____________________________________________________________________________
2362 [  4339] By: gsar                                  on 1999/10/10  20:42:40
2363         Log: revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source
2364              compatibility; introduce SAVEDESTRUCTOR_X() that accepts
2365              void(*)(pTHX_ void*)
2366      Branch: perl
2367            ! embed.h embed.pl ext/Devel/DProf/DProf.xs global.sym mg.c
2368            ! objXSUB.h perl.h perlapi.c perly.c perly.y perly_c.diff
2369            ! pod/perlguts.pod pod/perltoc.pod pp.c pp_hot.c proto.h
2370            ! regcomp.h regexec.c scope.c scope.h toke.c vms/perly_c.vms
2371 ____________________________________________________________________________
2372 [  4338] By: gsar                                  on 1999/10/10  20:38:59
2373         Log: add missing new diagnostics to perldelta
2374      Branch: perl
2375            ! pod/perldelta.pod
2376 ____________________________________________________________________________
2377 [  4337] By: gsar                                  on 1999/10/10  17:40:13
2378         Log: update perldelta for change#3406
2379      Branch: perl
2380            ! embed.pl pod/perldata.pod pod/perldelta.pod
2381 ____________________________________________________________________________
2382 [  4336] By: gsar                                  on 1999/10/10  16:33:14
2383         Log: integrate cfgperl contents into mainline
2384      Branch: perl
2385           +> ext/DynaLoader/hints/aix.pl
2386           !> MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh hints/irix_6.sh
2387           !> makedef.pl perl.h pod/perldelta.pod
2388 ____________________________________________________________________________
2389 [  4335] By: jhi                                   on 1999/10/10  11:09:48
2390         Log: Update perldelta.
2391      Branch: cfgperl
2392            ! pod/perldelta.pod
2393 ____________________________________________________________________________
2394 [  4334] By: jhi                                   on 1999/10/10  10:31:46
2395         Log: Integrate with Sarathy.
2396      Branch: cfgperl
2397           +> win32/genmk95.pl
2398           !> Changes MANIFEST README.win32 cop.h ext/Thread/Thread.pm
2399           !> ext/Thread/Thread.xs ext/Thread/Thread/Queue.pm
2400           !> ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
2401           !> ext/Thread/sync.t ext/Thread/sync2.t installperl
2402           !> lib/Exporter.pm lib/ExtUtils/MM_Unix.pm
2403           !> lib/ExtUtils/MM_Win32.pm lib/diagnostics.pm lib/lib.pm perl.c
2404           !> pod/perldelta.pod pod/perlfunc.pod pp_ctl.c pp_hot.c pp_sys.c
2405           !> utils/perldoc.PL win32/makefile.mk
2406 ____________________________________________________________________________
2407 [  4333] By: gsar                                  on 1999/10/10  06:33:15
2408         Log: install pods to 'pods' rather than 'pod' on cygwin (modified
2409              a patch suggested by cwilson@cc865179-c.chmbl1.ga.home.com)
2410      Branch: perl
2411            ! installperl lib/diagnostics.pm utils/perldoc.PL
2412 ____________________________________________________________________________
2413 [  4332] By: gsar                                  on 1999/10/10  05:15:26
2414         Log: add $VERSION
2415      Branch: perl
2416            ! lib/Exporter.pm
2417 ____________________________________________________________________________
2418 [  4331] By: gsar                                  on 1999/10/10  05:10:22
2419         Log: describe what can go in an export list (from Anno Siegel
2420              <anno4000@lublin.zrz.tu-berlin.de>)
2421      Branch: perl
2422            ! lib/Exporter.pm
2423 ____________________________________________________________________________
2424 [  4330] By: gsar                                  on 1999/10/10  04:50:43
2425         Log: more basic support for building modules under Windows 95/98
2426              (applied relevant parts from a patch suggested by
2427              Jochen Wiedmann <joe@ispsoft.de>)
2428      Branch: perl
2429            ! lib/ExtUtils/MM_Unix.pm
2430 ____________________________________________________________________________
2431 [  4329] By: gsar                                  on 1999/10/10  04:28:38
2432         Log: rudimentary support for building under Windows 95/98 (from
2433              Benjamin Stuhl <sho_pi@hotmail.com>)
2434      Branch: perl
2435            + win32/genmk95.pl
2436            ! MANIFEST README.win32 lib/ExtUtils/MM_Win32.pm
2437            ! win32/makefile.mk
2438 ____________________________________________________________________________
2439 [  4328] By: gsar                                  on 1999/10/10  03:37:21
2440         Log: fix two leaks in Thread.xs (from Eugene Alterman
2441              <Eugene.Alterman@bremer-inc.com>); convert places with
2442              'use attrs' to new attributes syntax
2443      Branch: perl
2444            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
2445            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
2446            ! ext/Thread/Thread/Specific.pm ext/Thread/sync.t
2447            ! ext/Thread/sync2.t
2448 ____________________________________________________________________________
2449 [  4327] By: gsar                                  on 1999/10/10  02:23:52
2450         Log: avoid duplicates in @INC, they cause leaks in mod_perl etc
2451              (suggested by Tod Irwin <irwin@stockmaster.com>)
2452      Branch: perl
2453            ! lib/lib.pm
2454 ____________________________________________________________________________
2455 [  4326] By: gsar                                  on 1999/10/10  00:51:48
2456         Log: better documentation for recv() (from Anton Berezin
2457              <tobez@plab.ku.dk>)
2458      Branch: perl
2459            ! pod/perlfunc.pod
2460 ____________________________________________________________________________
2461 [  4325] By: gsar                                  on 1999/10/09  22:46:23
2462         Log: perldelta updates (see TODO markers)
2463      Branch: perl
2464            ! Changes pod/perldelta.pod pp_sys.c
2465 ____________________________________________________________________________
2466 [  4324] By: gsar                                  on 1999/10/09  19:43:10
2467         Log: fix Exporter::export_to_level() documentation
2468      Branch: perl
2469            ! lib/Exporter.pm
2470 ____________________________________________________________________________
2471 [  4323] By: gsar                                  on 1999/10/09  18:48:31
2472         Log: don't run END blocks when running under -c switch (older,
2473              rarely useful behavior may still be obtained by putting
2474              BEGIN { $^C = 0; exit; } at the end of the script)
2475      Branch: perl
2476            ! perl.c
2477 ____________________________________________________________________________
2478 [  4322] By: jhi                                   on 1999/10/09  05:31:26
2479         Log: While awaiting a good test program to detect the broken gcc.
2480              From: Thomas Conté <tom@fr.uu.net>
2481              To: <jhi@iki.fi>
2482              Cc: <perl5-porters@perl.org>
2483              Subject: Re: [ID 19990825.007] test t/lib/ipc_sysv.t failing under irix 6.4
2484              Date: Wed, 6 Oct 1999 19:56:29 +0200
2485              Message-ID: <000a01bf1024$1d938f20$252ad0d4@eng.iway.fr>
2486      Branch: cfgperl
2487            ! hints/irix_6.sh perl.h
2488 ____________________________________________________________________________
2489 [  4321] By: gsar                                  on 1999/10/09  00:41:02
2490         Log: POPSUB() gave up the refcount to the CV before LEAVE had a chance to
2491              clear entries in the CV's pad, leading to coredumps when CV had no
2492              other references to it; this is a slightly edited version of the
2493              patch suggested by Russel O'Connor <roconnor@world.std.com>
2494      Branch: perl
2495            ! cop.h pp_ctl.c pp_hot.c
2496 ____________________________________________________________________________
2497 [  4320] By: gsar                                  on 1999/10/08  22:50:51
2498         Log: revert POP{SUB,LOOP}{1,2} logic to the simpler pre-5.003_24
2499              situation (assumptions about cx invalidation are not valid
2500              anymore)
2501      Branch: perl
2502            ! cop.h pp_ctl.c pp_hot.c
2503 ____________________________________________________________________________
2504 [  4319] By: jhi                                   on 1999/10/08  14:33:31
2505         Log: Integrate with Sarathy.
2506      Branch: cfgperl
2507           !> cop.h ext/Thread/Thread.xs op.c opcode.h perl.c perl.h perly.c
2508           !> perly.y pod/perldiag.pod pod/perlfunc.pod pp_ctl.c pp_sys.c
2509           !> t/comp/bproto.t thrdvar.h toke.c util.c
2510 ____________________________________________________________________________
2511 [  4318] By: jhi                                   on 1999/10/08  13:51:34
2512         Log: The second cut at AIX C++ extension troubles.
2513      Branch: cfgperl
2514            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
2515            ! hints/aix.sh
2516 ____________________________________________________________________________
2517 [  4317] By: jhi                                   on 1999/10/08  10:44:13
2518         Log: The first cut at fixing Perl extensions written in C++ in AIX,
2519              statics don't get initialized right.  This patch at least
2520              doesn't seem to break the build in my AIX, but unfortunately
2521              I don't have the IBM C++ to do further testing.
2522              
2523              Problem reported by Stephanie Beals in
2524              From: bealzy@us.ibm.com
2525              To: perl5-porters@perl.org
2526              Subject: [ID 19991007.005] DynaLoader/dl_aix.xs problem using load and unload on AIX
2527              Date: Thu, 7 Oct 1999 15:05:54 -0400
2528              Message-Id: <85256803.0068E70D.00@D51MTA03.pok.ibm.com>
2529      Branch: cfgperl
2530            + ext/DynaLoader/hints/aix.pl
2531            ! MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh
2532 ____________________________________________________________________________
2533 [  4316] By: gsar                                  on 1999/10/08  10:26:15
2534         Log: remove kludgey duplicate background error avoidance (caused
2535              "leaks"; %@ wasn't even user-visible under -Dusethreads);
2536              only repeats of most recent error are now avoided
2537      Branch: perl
2538            ! ext/Thread/Thread.xs perl.c perl.h pp_ctl.c thrdvar.h util.c
2539 ____________________________________________________________________________
2540 [  4315] By: jhi                                   on 1999/10/08  09:48:59
2541         Log: Fix omission.
2542      Branch: cfgperl
2543            ! makedef.pl
2544 ____________________________________________________________________________
2545 [  4314] By: gsar                                  on 1999/10/08  07:17:01
2546         Log: extend change#2299 to C<use> (fixes scoping problems in
2547              C<if (...) { use foo; ... }>)
2548      Branch: perl
2549            ! op.c
2550 ____________________________________________________________________________
2551 [  4313] By: gsar                                  on 1999/10/08  04:52:19
2552         Log: small tweak for change#4309
2553      Branch: perl
2554            ! op.c
2555 ____________________________________________________________________________
2556 [  4312] By: gsar                                  on 1999/10/08  02:31:13
2557         Log: add suggested patch =~ s/NOTOP/OP_NOT/ with tests
2558              From: Larry Wall <larry@wall.org>
2559              Date: Wed, 6 Oct 1999 09:55:57 -0700 (PDT)
2560              Message-Id: <199910061655.JAA11333@kiev.wall.org>
2561              Subject: Re: [ID 19991001.004] apparent parsing error with not(arg)
2562      Branch: perl
2563            ! opcode.h t/comp/bproto.t toke.c
2564 ____________________________________________________________________________
2565 [  4311] By: gsar                                  on 1999/10/08  00:58:19
2566         Log: typo
2567      Branch: perl
2568            ! pp_sys.c
2569 ____________________________________________________________________________
2570 [  4310] By: gsar                                  on 1999/10/07  23:51:38
2571         Log: fix setpgrp vs getpgrp and POSIX vs BSD confusion (spotted by
2572              Brian Mitchell <brian@chele.cais.net>)
2573      Branch: perl
2574            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
2575 ____________________________________________________________________________
2576 [  4309] By: gsar                                  on 1999/10/07  22:57:52
2577         Log: change#3728 was flawed (loop contexts saw the wrong statement
2578              info, causing loop control constructs to not find the label);
2579              disable OP_SETSTATE entirely and add a fix that is specifically
2580              targetted at disabling the OP_LINESEQ optimization in else BLOCK,
2581              which was what the original patch was supposed to fix
2582              
2583              TODO: remove the remainder of the setstate logic if it can't
2584              be used anywhere else (it isn't used anywhere now)
2585      Branch: perl
2586            ! cop.h op.c perly.c perly.y
2587 ____________________________________________________________________________
2588 [  4308] By: jhi                                   on 1999/10/07  19:21:27
2589         Log: Integrate with Sarathy.
2590      Branch: cfgperl
2591           !> lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
2592 ____________________________________________________________________________
2593 [  4307] By: gsar                                  on 1999/10/07  15:12:24
2594         Log: update to podlators-0.08 from Russ Allbery
2595      Branch: perl
2596            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
2597 ____________________________________________________________________________
2598 [  4306] By: jhi                                   on 1999/10/06  17:20:34
2599         Log: Integrate with Sarathy.
2600      Branch: cfgperl
2601           !> (integrate 45 files)
2602 ____________________________________________________________________________
2603 [  4305] By: gsar                                  on 1999/10/06  16:55:45
2604         Log: some versions of mingw32 have __int64, define iff it isn't
2605      Branch: perl
2606            ! win32/win32.h
2607 ____________________________________________________________________________
2608 [  4304] By: gsar                                  on 1999/10/06  03:45:44
2609         Log: fix typos in change#4288
2610      Branch: perl
2611            ! Changes dump.c sv.c
2612 ____________________________________________________________________________
2613 [  4303] By: gsar                                  on 1999/10/06  03:22:46
2614         Log: integrate cfgperl contents into mainline
2615      Branch: perl
2616           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
2617            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
2618           !> (integrate 31 files)
2619 ____________________________________________________________________________
2620 [  4302] By: gsar                                  on 1999/10/06  02:36:53
2621         Log: make die/warn and other diagnostics go to wherever STDERR happens
2622              to point at; change places that meant Perl_debug_log rather than
2623              PerlIO_stderr()
2624      Branch: perl
2625            ! cop.h doio.c embedvar.h ext/Devel/Peek/Peek.xs
2626            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
2627            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
2628            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
2629            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
2630            ! ext/DynaLoader/dl_rhapsody.xs ext/DynaLoader/dl_vmesa.xs
2631            ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
2632            ! ext/Thread/Thread.xs ext/Thread/typemap intrpvar.h malloc.c
2633            ! mg.c objXSUB.h op.c perl.c perl.h perlio.c pp.c pp_ctl.c
2634            ! pp_hot.c regexec.c scope.c scope.h sv.c thread.h toke.c util.c
2635            ! win32/dl_win32.xs win32/win32.c win32/win32thread.c
2636 ____________________________________________________________________________
2637 [  4301] By: jhi                                   on 1999/10/05  23:03:46
2638         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2639              To: François Désarménien <desar@club-internet.fr>
2640              Cc: "perl5-porters@perl.org" <perl5-porters@perl.org>
2641              Subject: Re: Strange RE engine breakage in 5_61
2642              Date: Mon, 4 Oct 1999 19:58:03 -0400
2643              Message-ID: <19991004195803.A21760@monk.mps.ohio-state.edu>
2644              
2645              (had to apply pat.t part manually because there
2646              already were more tests than there was in _61)
2647      Branch: cfgperl
2648            ! regcomp.c regexec.c t/op/pat.t t/op/re_tests
2649 ____________________________________________________________________________
2650 [  4300] By: jhi                                   on 1999/10/04  17:03:18
2651         Log: From: Andy Dougherty <doughera@lafayette.edu>
2652              To: Jarkko Hietaniemi <jhi@iki.fi>
2653              cc: Perl Porters <perl5-porters@perl.org>, jhi@cc.hut.fi
2654              Subject: Re: [ID 19991001.005] [_61] [PATCH] tarball fine on win32, zip isn't
2655              Date: Mon, 4 Oct 1999 13:05:08 -0400 (EDT)
2656              Message-ID: <Pine.SOL.4.10.9910041302550.6502-100000@maxwell.phys.lafayette.edu>
2657      Branch: cfgperl
2658            + eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
2659            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
2660            ! MANIFEST ext/B/defsubs_h.PL
2661 ____________________________________________________________________________
2662 [  4299] By: jhi                                   on 1999/10/04  07:15:16
2663         Log: From: Michael G Schwern <schwern@pobox.com>
2664              To: perl5-porters@perl.org
2665              Subject: Re: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
2666              Date: Sun, 3 Oct 1999 17:34:17 -0400
2667              Message-ID: <19991003173417.A4351@blackrider>
2668      Branch: cfgperl
2669            ! t/lib/fields.t t/pragma/constant.t
2670 ____________________________________________________________________________
2671 [  4298] By: gsar                                  on 1999/10/04  04:57:53
2672         Log: some compatibility macros were busted
2673      Branch: perl
2674            ! embed.h embed.pl toke.c
2675 ____________________________________________________________________________
2676 [  4297] By: jhi                                   on 1999/10/03  17:50:59
2677         Log: A better version of #4296.
2678              
2679              From: Michael G Schwern <schwern@pobox.com>
2680              To: perl5-porters@perl.org
2681              Subject: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
2682              Date: Sun, 3 Oct 1999 13:54:23 -0400
2683              Message-ID: <19991003135423.A3050@blackrider>
2684      Branch: cfgperl
2685            ! av.c op.c pod/perldiag.pod
2686 ____________________________________________________________________________
2687 [  4296] By: jhi                                   on 1999/10/03  17:21:01
2688         Log: (Replaced by #4297.)
2689              
2690              From: Michael G Schwern <schwern@pobox.com>
2691              To: perl5-porters@perl.org
2692              Subject: [PATCH av.c, perldiag.pod] Added field name to "No such array field"
2693              Date: Sun, 3 Oct 1999 13:16:47 -0400
2694              Message-ID: <19991003131647.A2816@blackrider>
2695              
2696              plus changed the error message to say "No such pseudo-hash field"
2697              as discussed in the above mail message.
2698      Branch: cfgperl
2699            ! av.c pod/perldiag.pod
2700 ____________________________________________________________________________
2701 [  4295] By: gsar                                  on 1999/10/03  16:09:36
2702         Log: avoid doing irrelevant things on 'make perl'
2703      Branch: perl
2704            ! Makefile.SH
2705 ____________________________________________________________________________
2706 [  4294] By: jhi                                   on 1999/10/03  14:16:24
2707         Log: Fix a typo in #4293 spotted by Graham Barr.
2708      Branch: cfgperl
2709            ! pod/perlref.pod
2710 ____________________________________________________________________________
2711 [  4293] By: jhi                                   on 1999/10/03  11:31:22
2712         Log: From: Michael G Schwern <schwern@blackrider.aocn.com>
2713              To: perl5-porters@perl.org
2714              Subject: Re: Should keys in pseudo-hashes -always- exist? [DOC PATCH]
2715              Date: Sun, 3 Oct 1999 02:34:01 -0400
2716              Message-ID: <19991003023401.A1520@blackrider>
2717      Branch: cfgperl
2718            ! pod/perlfunc.pod pod/perlref.pod
2719 ____________________________________________________________________________
2720 [  4292] By: jhi                                   on 1999/10/03  09:23:16
2721         Log: From: Barrie Slaymaker <barries@slaysys.com>
2722              To: perl5-porters@perl.org
2723              Subject: [PATCH 5.005_61] Benchmark.pm bugfix, tweaks
2724              Date: Sun, 3 Oct 1999 00:09:51 -0400
2725              Message-Id: <199910030409.AAA18228@jester.slaysys.com>
2726      Branch: cfgperl
2727            ! lib/Benchmark.pm
2728 ____________________________________________________________________________
2729 [  4291] By: jhi                                   on 1999/10/02  23:43:53
2730         Log: Be understanding about large file systems.
2731      Branch: cfgperl
2732            ! t/lib/syslfs.t t/op/lfs.t
2733 ____________________________________________________________________________
2734 [  4290] By: jhi                                   on 1999/10/02  23:39:16
2735         Log: Configure fixfest continues.
2736      Branch: cfgperl
2737            ! Configure config_h.SH
2738      Branch: metaconfig
2739            ! U/modified/d_longdbl.U U/modified/d_longlong.U
2740            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
2741            ! U/typedefs/gidsize.U U/typedefs/pidsign.U U/typedefs/pidsize.U
2742            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
2743      Branch: metaconfig/U/perl
2744            ! i_inttypes.U io64.U
2745 ____________________________________________________________________________
2746 [  4289] By: jhi                                   on 1999/10/02  23:12:54
2747         Log: Regen Porting stuff.
2748      Branch: cfgperl
2749            ! Porting/Glossary Porting/config.sh Porting/config_H
2750 ____________________________________________________________________________
2751 [  4288] By: jhi                                   on 1999/10/02  23:05:50
2752         Log: Untangle the IV_IS_QUAD jungle by introduding
2753              macros to be used when doing formatted printing:
2754              IVdf, UVuf, UVxf, UVof.  Also introduce Uid_t_SIGN.
2755      Branch: cfgperl
2756            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2757            ! config_h.SH doio.c dump.c op.c perl.h pp_hot.c pp_sys.c
2758            ! regcomp.c sv.c taint.c toke.c util.c
2759 ____________________________________________________________________________
2760 [  4287] By: jhi                                   on 1999/10/02  22:54:18
2761         Log: metaconfig maintenance.
2762      Branch: metaconfig
2763            ! U/ebcdic/ebcdic.U U/typedefs/gidsign.U U/typedefs/gidsize.U
2764            ! U/typedefs/pidsign.U U/typedefs/pidsize.U U/typedefs/uidsign.U
2765            ! U/typedefs/uidsize.U
2766 ____________________________________________________________________________
2767 [  4286] By: nick                                  on 1999/10/02  11:11:44
2768         Log: Incremental merge of mainline
2769      Branch: utfperl
2770           +> README.Y2K hints/svr5.sh lib/Pod/Man.pm
2771           +> lib/unicode/Unicode.html t/op/args.t t/pod/multiline_items.t
2772           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
2773           +> t/pod/podselect.t t/pod/podselect.xr
2774            - lib/Pod/PlainText.pm
2775           !> (integrate 148 files)
2776 ____________________________________________________________________________
2777 [  4285] By: jhi                                   on 1999/10/02  10:16:15
2778         Log: Battle namespace pollution.
2779      Branch: cfgperl
2780            ! lib/Benchmark.pm
2781 ____________________________________________________________________________
2782 [  4284] By: jhi                                   on 1999/10/02  10:11:20
2783         Log: Regen Configure, all of xs_apiversion didn't take.
2784      Branch: cfgperl
2785            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2786            ! config_h.SH patchlevel.h
2787 ____________________________________________________________________________
2788 [  4283] By: jhi                                   on 1999/10/02  09:48:17
2789         Log: Integrate with Sarathy.
2790      Branch: cfgperl
2791           +> lib/Pod/Man.pm t/pod/multiline_items.t
2792           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
2793           +> t/pod/podselect.t t/pod/podselect.xr
2794            - lib/Pod/PlainText.pm
2795           !> (integrate 50 files)
2796 ____________________________________________________________________________
2797 [  4282] By: gsar                                  on 1999/10/02  06:39:14
2798         Log: update pod2man, pod2text and related Pod:: modules with the
2799              ones in podlators-0.07 from Russ Allbery
2800      Branch: perl
2801            + lib/Pod/Man.pm
2802            ! lib/Pod/Text.pm lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
2803            ! pod/pod2man.PL pod/pod2text.PL
2804 ____________________________________________________________________________
2805 [  4281] By: gsar                                  on 1999/10/02  06:14:44
2806         Log: fix PodParser testsuite; Pod::Text subsumes Pod::PlainText
2807      Branch: perl
2808            - lib/Pod/PlainText.pm
2809            ! MANIFEST lib/Pod/Text.pm lib/Pod/Usage.pm pod/pod2usage.PL
2810            ! pod/podchecker.PL pod/podselect.PL t/pod/emptycmd.t
2811            ! t/pod/for.t t/pod/headings.t t/pod/include.t t/pod/included.t
2812            ! t/pod/lref.t t/pod/multiline_items.t t/pod/nested_items.t
2813            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
2814            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
2815            ! t/pod/special_seqs.t t/pod/testp2pt.pl t/pod/testpchk.pl
2816 ____________________________________________________________________________
2817 [  4280] By: gsar                                  on 1999/10/02  04:39:38
2818         Log: upgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com>
2819      Branch: perl
2820            + t/pod/multiline_items.t t/pod/multiline_items.xr
2821            + t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/podselect.t
2822            + t/pod/podselect.xr
2823            ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
2824            ! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm
2825            ! lib/Pod/Usage.pm t/pod/for.xr t/pod/headings.xr
2826            ! t/pod/include.xr t/pod/included.xr t/pod/lref.xr
2827            ! t/pod/nested_items.xr t/pod/nested_seqs.xr
2828            ! t/pod/oneline_cmds.xr t/pod/poderrs.xr t/pod/special_seqs.xr
2829            ! t/pod/testp2pt.pl
2830 ____________________________________________________________________________
2831 [  4279] By: gsar                                  on 1999/10/02  03:36:41
2832         Log: make exists() work better on pseudo-hashes (reworked a patch suggested
2833              by Michael G Schwern <schwern@pobox.com>)
2834      Branch: perl
2835            ! av.c t/op/avhv.t
2836 ____________________________________________________________________________
2837 [  4278] By: gsar                                  on 1999/10/02  02:36:55
2838         Log: deprecate C<use attrs>
2839      Branch: perl
2840            ! ext/attrs/attrs.pm ext/attrs/attrs.xs t/lib/attrs.t
2841            ! t/lib/thread.t t/pragma/sub_lval.t
2842 ____________________________________________________________________________
2843 [  4277] By: gsar                                  on 1999/10/02  01:43:25
2844         Log: add notes about effect of loop control statements inside
2845              LABEL BLOCK continue BLOCK
2846      Branch: perl
2847            ! pod/perlfunc.pod
2848 ____________________________________________________________________________
2849 [  4276] By: gsar                                  on 1999/10/02  01:23:02
2850         Log: indent nested =items properly (suggested by Bill Fenner
2851              <fenner@research.att.com>)
2852      Branch: perl
2853            ! pod/pod2man.PL
2854 ____________________________________________________________________________
2855 [  4275] By: gsar                                  on 1999/10/02  01:09:16
2856         Log: updated ptags generator from Ilya Zakharevich
2857      Branch: perl
2858            ! emacs/ptags
2859 ____________________________________________________________________________
2860 [  4274] By: gsar                                  on 1999/10/01  23:08:52
2861         Log: update Changes
2862      Branch: perl
2863            ! Changes
2864 ____________________________________________________________________________
2865 [  4273] By: gsar                                  on 1999/10/01  22:58:55
2866         Log: typo, whitespace adjustments
2867      Branch: perl
2868            ! utils/h2xs.PL
2869 ____________________________________________________________________________
2870 [  4272] By: gsar                                  on 1999/10/01  22:46:06
2871         Log: remove dup hunks
2872      Branch: perl
2873            ! configure.com vms/vms.c
2874 ____________________________________________________________________________
2875 [  4271] By: gsar                                  on 1999/10/01  22:33:02
2876         Log: integrate cfgperl contents into mainline; resolve h2xs.PL conflict
2877              by declaring new globals "our" (XXX this means h2xs generated code
2878              won't run on earlier versions; a switch to generate compatible
2879              source is needed)
2880      Branch: perl
2881           !> (integrate 35 files)
2882 ____________________________________________________________________________
2883 [  4270] By: jhi                                   on 1999/10/01  12:05:56
2884         Log: Integrate with Sarathy.
2885      Branch: cfgperl
2886           !> ext/B/B/C.pm lib/ExtUtils/typemap lib/ExtUtils/xsubpp
2887           !> pod/perldiag.pod util.c
2888 ____________________________________________________________________________
2889 [  4269] By: jhi                                   on 1999/10/01  10:26:19
2890         Log: From: Piotr Klaban <makler@oryl.man.torun.pl>
2891              To: perl5-porters@perl.org
2892              Subject: [ID 19991001.001] perlguts man page error
2893              Date: Fri, 1 Oct 1999 10:23:49 +0200 (MET DST)
2894              Message-Id: <199910010823.KAA05796@oryl.man.torun.pl>
2895      Branch: cfgperl
2896            ! pod/perlguts.pod
2897 ____________________________________________________________________________
2898 [  4268] By: jhi                                   on 1999/10/01  07:32:33
2899         Log: There *is* a month called October.
2900      Branch: cfgperl
2901            ! t/op/time.t
2902 ____________________________________________________________________________
2903 [  4267] By: jhi                                   on 1999/10/01  06:58:10
2904         Log: Temp file cleanliness.
2905      Branch: cfgperl
2906            ! t/lib/filecopy.t
2907 ____________________________________________________________________________
2908 [  4266] By: jhi                                   on 1999/10/01  06:46:56
2909         Log: From: Barrie Slaymaker <barries@slaysys.com>
2910              To: perl5-porters@perl.org
2911              Subject: [PATCH 5.005_61] Benchmark.pm: Export countit(), cmpthese() by default
2912              Date: Thu, 30 Sep 1999 22:16:26 -0400
2913              Message-Id: <199910010216.WAA08309@jester.slaysys.com>
2914      Branch: cfgperl
2915            ! lib/Benchmark.pm
2916 ____________________________________________________________________________
2917 [  4265] By: jhi                                   on 1999/09/30  20:25:35
2918         Log: From: Barrie Slaymaker <barries@slaysys.com>
2919              To: perl5-porters@perl.org
2920              Subject: [PATCH 5.005_61] Benchmark tweaks, fixes, cmpthese()
2921              Date: Thu, 30 Sep 1999 15:44:00 -0400
2922              Message-Id: <199909301944.PAA07166@jester.slaysys.com>
2923              (Replaces #4175.)
2924      Branch: cfgperl
2925            ! lib/Benchmark.pm
2926 ____________________________________________________________________________
2927 [  4264] By: gsar                                  on 1999/09/30  17:59:26
2928         Log: re-add missing "Out of memory!" entry
2929      Branch: perl
2930            ! pod/perldiag.pod
2931 ____________________________________________________________________________
2932 [  4263] By: jhi                                   on 1999/09/30  17:05:43
2933         Log: Regenerate Configure.
2934      Branch: cfgperl
2935            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2936            ! config_h.SH
2937 ____________________________________________________________________________
2938 [  4261] By: jhi                                   on 1999/09/30  16:15:05
2939         Log: From: Andy Dougherty <doughera@lafayette.edu>
2940              To: Perl Porters <perl5-porters@perl.org>
2941              Subject: [PATCH 5.005_61] rand() advisory for perldelta.pod
2942              Date: Thu, 30 Sep 1999 12:24:00 -0400 (EDT)
2943              Message-ID: <Pine.SOL.4.10.9909301218390.3343-100000@maxwell.phys.lafayette.edu>
2944      Branch: cfgperl
2945            ! pod/perldelta.pod
2946 ____________________________________________________________________________
2947 [  4260] By: jhi                                   on 1999/09/30  15:48:56
2948         Log: From: Andy Dougherty <doughera@lafayette.edu>
2949              To: Jarkko Hietaniemi <jhi@iki.fi>, Gurusamy Sarathy <gsar@activestate.com>
2950              Subject: Re: Possible skeletal structure for searching multiple versions
2951              Date: Thu, 30 Sep 1999 11:52:00 -0400 (EDT)
2952              Message-ID: <Pine.SOL.4.10.9909301149090.3343-100000@maxwell.phys.lafayette.edu>
2953      Branch: metaconfig
2954            ! U/mkglossary
2955      Branch: metaconfig/U/perl
2956            + xs_apiversion.U
2957            ! patchlevel.U
2958 ____________________________________________________________________________
2959 [  4259] By: jhi                                   on 1999/09/30  15:07:16
2960         Log: Further ?idsize.U fixing.
2961      Branch: metaconfig
2962            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
2963 ____________________________________________________________________________
2964 [  4258] By: jhi                                   on 1999/09/30  15:00:14
2965         Log: Fix the ?idsi{gn,ze} units, from Andy Dougherty.
2966      Branch: metaconfig
2967            ! U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
2968            ! U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
2969 ____________________________________________________________________________
2970 [  4257] By: jhi                                   on 1999/09/30  09:48:33
2971         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
2972              To: Gurusamy Sarathy <gsar@ActiveState.com>
2973              Cc: tchrist@perl.com, Larry Wall <larry@wall.org>,
2974              The Perl Porters Mailing List <perl5-porters@perl.org>
2975              Subject: [PATCH] (Was: deprecating SIGDIE)
2976              Date: Wed, 29 Sep 1999 15:16:50 -0400
2977              Message-ID: <19990929151650.E26675@O2.chapin.edu>
2978      Branch: cfgperl
2979            ! Porting/findvars embedvar.h intrpvar.h mg.c objXSUB.h perl.c
2980 ____________________________________________________________________________
2981 [  4256] By: jhi                                   on 1999/09/30  09:45:22
2982         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2983              To: Gurusamy Sarathy <gsar@activestate.com>
2984              Cc: Barrie Slaymaker <barries@slaysys.com>, perl5-porters@perl.org
2985              Subject: Re: _58, _61 Argument "" is not numeric in sprintf
2986              Date: Wed, 29 Sep 1999 18:58:23 -0400
2987              Message-ID: <19990929185823.A22099@monk.mps.ohio-state.edu>
2988      Branch: cfgperl
2989            ! Makefile.SH opcode.pl
2990 ____________________________________________________________________________
2991 [  4255] By: gsar                                  on 1999/09/30  09:03:48
2992         Log: remove prehistoric XFree() gunk
2993      Branch: perl
2994            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
2995 ____________________________________________________________________________
2996 [  4254] By: gsar                                  on 1999/09/30  08:40:14
2997         Log: From: Vishal Bhatia <vishal@gol.com>
2998              Date: Wed, 29 Sep 1999 23:27:28 +0900 (JST)
2999              Message-ID: <Pine.LNX.4.10.9909292326280.5599-100000@localhost.localdomain>
3000              Subject: [patch _61] Minor corrections in C.pm
3001      Branch: perl
3002            ! ext/B/B/C.pm
3003 ____________________________________________________________________________
3004 [  4253] By: gsar                                  on 1999/09/30  08:36:27
3005         Log: off-by-one in fbm_compile() (spotted by John Bley
3006              <jbley@cs.cmu.edu>); whitespace adjustments
3007      Branch: perl
3008            ! util.c
3009 ____________________________________________________________________________
3010 [  4251] By: jhi                                   on 1999/09/30  08:09:13
3011         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3012              To: perl5-porters@perl.org (Mailing list Perl5)
3013              Subject: [PATCH 5.00561+]  Followup h2xs patch
3014              Date: Thu, 30 Sep 1999 04:15:52 -0400 (EDT)
3015              Message-Id: <199909300815.EAA25425@monk.mps.ohio-state.edu>
3016      Branch: cfgperl
3017            ! utils/h2xs.PL
3018 ____________________________________________________________________________
3019 [  4250] By: jhi                                   on 1999/09/29  19:11:32
3020         Log: Integrate with Sarathy.
3021      Branch: cfgperl
3022           !> djgpp/configure.bat embed.h embed.pl lib/Exporter/Heavy.pm
3023           !> lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm proto.h
3024           !> t/pragma/locale/latin1 win32/Makefile win32/makefile.mk
3025 ____________________________________________________________________________
3026 [  4249] By: bailey                                on 1999/09/29  02:21:31
3027         Log: resync with mainline
3028      Branch: vmsperl
3029           +> (branch 32 files)
3030            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
3031            - lib/unicode/blocks.txt lib/unicode/index2.txt
3032            - lib/unicode/jamo2.txt lib/unicode/names2.txt
3033            - lib/unicode/props2.txt lib/unicode/readme.txt
3034            - t/lib/bigfloatpm.t
3035           !> (integrate 240 files)
3036 ____________________________________________________________________________
3037 [  4248] By: jhi                                   on 1999/09/28  18:14:39
3038         Log: From: Andy Dougherty <doughera@lafayette.edu>
3039              To: Perl Porters <perl5-porters@perl.org>
3040              Subject: [PATCH 5.005_xx] Re: [Config 5.005_03] -DDEBUGGING
3041              Date: Tue, 28 Sep 1999 12:20:50 -0400 (EDT)
3042              Message-ID: <Pine.SOL.4.10.9909281019360.1890-100000@maxwell.phys.lafayette.edu>
3043              
3044              From: Andy Dougherty <doughera@lafayette.edu>
3045              To: Perl Porters <perl5-porters@perl.org>
3046              Subject: [ANOTHER PATCH 5.005_61] Re: [Config 5.005_03] -DDEBUGGING
3047              Date: Tue, 28 Sep 1999 13:39:49 -0400 (EDT)
3048              Message-ID: <Pine.SOL.4.10.9909281338180.2012-100000@maxwell.phys.lafayette.edu>
3049      Branch: cfgperl
3050            ! hints/README.hints hints/amigaos.sh hints/cygwin.sh
3051            ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh hints/mint.sh
3052            ! hints/mpeix.sh hints/next_3.sh hints/next_3_0.sh
3053            ! hints/next_4.sh
3054 ____________________________________________________________________________
3055 [  4247] By: gsar                                  on 1999/09/28  17:36:59
3056         Log: revert change#4115 (breaks libwww's base/date.t); could be 
3057              reworked to enable it conditional on $Time::Local::nocroak
3058              or some such
3059      Branch: perl
3060            ! lib/Time/Local.pm
3061 ____________________________________________________________________________
3062 [  4246] By: gsar                                  on 1999/09/28  17:33:14
3063         Log: tweak for win32 build
3064      Branch: perl
3065            ! win32/Makefile win32/makefile.mk
3066 ____________________________________________________________________________
3067 [  4245] By: gsar                                  on 1999/09/28  17:31:34
3068         Log: change#4236 fallout
3069      Branch: perl
3070            ! lib/ExtUtils/MM_Unix.pm
3071 ____________________________________________________________________________
3072 [  4244] By: gsar                                  on 1999/09/28  17:29:31
3073         Log: remove doubled new_xpv
3074      Branch: perl
3075            ! embed.h embed.pl proto.h
3076 ____________________________________________________________________________
3077 [  4243] By: jhi                                   on 1999/09/27  19:13:20
3078         Log: Artistic fine-tuning.
3079      Branch: cfgperl
3080            ! ext/B/defsubs_h.PL
3081 ____________________________________________________________________________
3082 [  4242] By: gsar                                  on 1999/09/27  17:05:22
3083         Log: avoid implicit split to @_ in change#4181; binary -> text file
3084              types in p4
3085      Branch: perl
3086            ! djgpp/configure.bat lib/Exporter/Heavy.pm
3087            ! t/pragma/locale/latin1
3088 ____________________________________________________________________________
3089 [  4241] By: jhi                                   on 1999/09/27  07:48:19
3090         Log: Integrate with Sarathy.
3091      Branch: cfgperl
3092           !> INSTALL embed.h embed.pl malloc.c pod/perldiag.pod pp.c
3093           !> pp_ctl.c pp_hot.c pp_sys.c win32/Makefile win32/makefile.mk
3094 ____________________________________________________________________________
3095 [  4240] By: jhi                                   on 1999/09/27  07:47:11
3096         Log: Finalize change #4232.
3097              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3098              To: Jarkko Hietaniemi <jhi@iki.fi>
3099              Cc: gsar@activestate.com, Mailing list Perl5 <perl5-porters@perl.org>
3100              Subject: Re: xsubpp change breaks B, DB_File, POSIX builds
3101              Date: Sun, 26 Sep 1999 16:52:31 -0400
3102              Message-ID: <19990926165230.A26933@monk.mps.ohio-state.edu>
3103      Branch: cfgperl
3104            ! lib/ExtUtils/xsubpp
3105 ____________________________________________________________________________
3106 [  4239] By: gsar                                  on 1999/09/27  02:48:42
3107         Log: add notes in INSTALL about Configure -Accflags=-DFOO
3108      Branch: perl
3109            ! INSTALL
3110 ____________________________________________________________________________
3111 [  4238] By: gsar                                  on 1999/09/27  02:03:48
3112         Log: PERL_POLLUTE isn't required for bincompat, so don't enable
3113              it automatically
3114      Branch: perl
3115            ! embed.h embed.pl
3116 ____________________________________________________________________________
3117 [  4237] By: gsar                                  on 1999/09/27  01:52:47
3118         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3119              Date: Fri, 24 Sep 1999 23:25:36 -0400
3120              Message-ID: <19990924232536.A16257@monk.mps.ohio-state.edu>
3121              Subject: [PATCH 5.005_61] Malloc fixes and docs
3122      Branch: perl
3123            ! malloc.c pod/perldiag.pod
3124 ____________________________________________________________________________
3125 [  4236] By: gsar                                  on 1999/09/27  01:31:32
3126         Log: avoid .exe in $Config{cc} (spotted by Vadim Konovalov
3127              <vkonovalov@lucent.com>)
3128      Branch: perl
3129            ! win32/Makefile win32/makefile.mk
3130 ____________________________________________________________________________
3131 [  4235] By: gsar                                  on 1999/09/26  17:02:03
3132         Log: fix buggy popping of subroutine contexts in the lvalue
3133              subroutines implementation (change#4081); correct the
3134              plethora of cases where DIE() was more appropriate than
3135              croak()
3136      Branch: perl
3137            ! pp.c pp_ctl.c pp_hot.c pp_sys.c
3138 ____________________________________________________________________________
3139 [  4234] By: jhi                                   on 1999/09/26  12:06:28
3140         Log: Fix #endif.
3141      Branch: cfgperl
3142            ! XSUB.h
3143 ____________________________________________________________________________
3144 [  4233] By: jhi                                   on 1999/09/26  11:59:18
3145         Log: Integrate with Sarathy. h2xs.PL had to be manually resolved,
3146              I kept my (Ilya's) version.
3147      Branch: cfgperl
3148           !> gv.c gv.h intrpvar.h keywords.h keywords.pl lib/Shell.pm op.c
3149           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
3150           !> pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
3151           !> pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
3152           !> pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
3153           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
3154 ____________________________________________________________________________
3155 [  4232] By: jhi                                   on 1999/09/26  09:53:43
3156         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3157              To: Mailing list Perl5 <perl5-porters@perl.org>
3158              Subject: [PATCH 5.005_61] teach xsubpp function pointers
3159              Date: Sun, 26 Sep 1999 01:36:09 -0400
3160              Message-ID: <19990926013609.A21148@monk.mps.ohio-state.edu>
3161              
3162              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3163              To: Mailing list Perl5 <perl5-porters@perl.org>
3164              Subject: [PATCH 5.005_61] Make h2xs -x almost bullet-proof
3165              Date: Sun, 26 Sep 1999 03:00:50 -0400
3166              Message-ID: <19990926030050.A21498@monk.mps.ohio-state.edu>
3167      Branch: cfgperl
3168            ! lib/ExtUtils/xsubpp utils/h2xs.PL
3169 ____________________________________________________________________________
3170 [  4231] By: jhi                                   on 1999/09/26  09:48:49
3171         Log: From: "Konovalov, Vadim" <vkonovalov@lucent.com>
3172              To: perl5-porters@perl.org
3173              Subject: misprint in perlguts
3174              Date: Sun, 26 Sep 1999 12:48:36 +0400
3175              Message-ID: <402099F49BEED211999700805FC7359F20D7A5@ru0028exch01.spb.lucent.com>
3176      Branch: cfgperl
3177            ! pod/perlguts.pod
3178 ____________________________________________________________________________
3179 [  4230] By: gsar                                  on 1999/09/26  00:50:08
3180         Log: add $installarchlib/CORE to default linker search path on windows
3181      Branch: perl
3182            ! win32/Makefile win32/makefile.mk
3183 ____________________________________________________________________________
3184 [  4229] By: gsar                                  on 1999/09/25  20:05:03
3185         Log: support C<use Shell> on Windows (reworked a patch suggested
3186              by Jenda Krynicky <Jenda@McCann.cz>)
3187      Branch: perl
3188            ! lib/Shell.pm
3189 ____________________________________________________________________________
3190 [  4228] By: gsar                                  on 1999/09/25  07:03:34
3191         Log: integrate cfgperl contents into mainline
3192      Branch: perl
3193           +> hints/svr5.sh
3194           !> Configure MANIFEST Makefile.SH config_h.SH hints/sco.sh
3195           !> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
3196           !> lib/unicode/mktables.PL pod/perldelta.pod pod/perlfaq9.pod
3197           !> regcomp.c regexec.c t/lib/syslfs.t t/op/lfs.t
3198 ____________________________________________________________________________
3199 [  4227] By: gsar                                  on 1999/09/25  06:44:47
3200         Log: From: Larry Wall <larry@wall.org>
3201              Date: Fri, 24 Sep 1999 21:59:37 PDT
3202              Message-Id: <199909250459.VAA27506@kiev.wall.org>
3203              Subject: Re: [PATCH 5.005_61] "our" declarations
3204      Branch: perl
3205            ! gv.c gv.h intrpvar.h keywords.h keywords.pl op.c
3206            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
3207            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
3208            ! pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
3209            ! pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
3210            ! utils/h2xs.PL
3211 ____________________________________________________________________________
3212 [  4226] By: jhi                                   on 1999/09/24  23:10:52
3213         Log: Integrate with Sarathy.
3214      Branch: cfgperl
3215           !> XSUB.h ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
3216           !> ext/POSIX/hints/linux.pl pod/perldiag.pod pod/perlfunc.pod
3217           !> pp.c t/lib/posix.t t/op/pack.t toke.c utils/perlcc.PL
3218 ____________________________________________________________________________
3219 [  4225] By: gsar                                  on 1999/09/24  18:19:54
3220         Log: avoid infinite recursive exec()s of perl.exe when shebang
3221              contains "Perl" rather than "perl" on DOSISH platforms
3222      Branch: perl
3223            ! toke.c
3224 ____________________________________________________________________________
3225 [  4224] By: gsar                                  on 1999/09/24  16:09:23
3226         Log: support cygwin and other platforms that link to import libraries
3227              rather than directly with shared libraries (from a suggestion
3228              by Lucian Cionca <Lucian.Cionca@algoritma.ro>)
3229      Branch: perl
3230            ! utils/perlcc.PL
3231 ____________________________________________________________________________
3232 [  4223] By: gsar                                  on 1999/09/24  05:05:06
3233         Log: normalize time for strftime() (without the isdst effects of
3234              mktime()) using a custom mini_mktime()
3235              From: spider-perl@Orb.Nashua.NH.US
3236              Date: Thu, 23 Sep 1999 17:54:53 -0400
3237              Message-Id: <199909232154.RAA25151@leggy.zk3.dec.com>
3238              Subject: Re: [ID 19990913.003] Possible bug using POSIX::strftime Digital UNIX Perl 5.005_03 
3239      Branch: perl
3240            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
3241            ! ext/POSIX/hints/linux.pl t/lib/posix.t
3242 ____________________________________________________________________________
3243 [  4222] By: gsar                                  on 1999/09/23  06:44:42
3244         Log: change "#" to a comment starter in pack templates; "/" now
3245              used for specifying counted types
3246              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3247              Date: Wed, 22 Sep 1999 19:41:30 -0400
3248              Message-ID: <19990922194130.A864@monk.mps.ohio-state.edu>
3249              Subject: [PATCH 5.005_61] Enable comments in pack()/unpack() templates
3250      Branch: perl
3251            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
3252 ____________________________________________________________________________
3253 [  4221] By: gsar                                  on 1999/09/23  06:26:54
3254         Log: From: Vishal Bhatia <vishal@gol.com>
3255              Date: Thu, 23 Sep 1999 12:45:19 +0900 (JST)
3256              Message-ID: <Pine.LNX.4.10.9909231218360.3428-100000@localhost.localdomain>
3257              Subject: [patch _61] perlcc changes
3258      Branch: perl
3259            ! utils/perlcc.PL
3260 ____________________________________________________________________________
3261 [  4220] By: gsar                                  on 1999/09/23  01:12:24
3262         Log: add include guard
3263      Branch: perl
3264            ! XSUB.h
3265 ____________________________________________________________________________
3266 [  4219] By: jhi                                   on 1999/09/22  20:38:15
3267         Log: Cleanup cleanup.
3268      Branch: cfgperl
3269            ! Makefile.SH t/lib/syslfs.t t/op/lfs.t
3270 ____________________________________________________________________________
3271 [  4218] By: jhi                                   on 1999/09/22  19:26:58
3272         Log: Tweak the equivalence tables once again.
3273      Branch: cfgperl
3274            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
3275            ! lib/unicode/mktables.PL
3276 ____________________________________________________________________________
3277 [  4215] By: jhi                                   on 1999/09/22  06:47:03
3278         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3279              To: Mailing list Perl5 <perl5-porters@perl.org>
3280              Subject: [PATCH 5.005_61] regfree could segfault with -Mre=debug
3281              Date: Tue, 21 Sep 1999 19:50:00 -0400
3282              Message-ID: <19990921195000.A23938@monk.mps.ohio-state.edu>
3283              
3284              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3285              To: Mailing list Perl5 <perl5-porters@perl.org>
3286              Subject: [PATCH 5.005_61] More verbose -Mre=debug
3287              Date: Tue, 21 Sep 1999 22:29:55 -0400
3288              Message-ID: <19990921222955.A25094@monk.mps.ohio-state.edu>
3289      Branch: cfgperl
3290            ! regcomp.c regexec.c
3291 ____________________________________________________________________________
3292 [  4214] By: jhi                                   on 1999/09/21  21:08:43
3293         Log: From: 0000-Admin (0000) <root@devsys0.zenez.com>
3294              Reply-To: gerberb@zenez.com
3295              To: perl5-porters@perl.org
3296              Subject: [ID 19990921.004] Changes for SCO OpenServer and UnixWare 7
3297              Date: Tue, 21 Sep 1999 11:07:46 -0600 (MDT)
3298              Message-Id: <199909211707.LAA23611@devsys0.zenez.com>
3299              
3300              (Snipped away the last lines of svr5.sh a la change #3725)
3301      Branch: cfgperl
3302            + hints/svr5.sh
3303            ! Configure MANIFEST config_h.SH hints/sco.sh
3304      Branch: metaconfig
3305            ! U/modified/Cppsym.U U/modified/Oldconfig.U
3306 ____________________________________________________________________________
3307 [  4213] By: jhi                                   on 1999/09/21  20:48:01
3308         Log: From: Kragen Sitaker <kragen@dnaco.net>
3309              To: perl5-porters@perl.org
3310              Subject: [ID 19990921.013] accidental list context in perlfaq9
3311              Date: Tue, 21 Sep 1999 16:27:53 -0400 (EDT)
3312              Reply-To: kragen@pobox.com
3313              Message-Id: <199909212027.QAA03450@kirk.dnaco.net>
3314      Branch: cfgperl
3315            ! pod/perlfaq9.pod
3316 ____________________________________________________________________________
3317 [  4212] By: jhi                                   on 1999/09/20  19:55:42
3318         Log: Integrate with Sarathy.
3319      Branch: cfgperl
3320           +> README.Y2K
3321           !> Changes MANIFEST
3322 ____________________________________________________________________________
3323 [  4211] By: jhi                                   on 1999/09/20  19:44:44
3324         Log: Rename -Duselfs to -Duselargefiles.  We don't need no stnkngbbrvtns.
3325      Branch: cfgperl
3326            ! Configure config_h.SH pod/perldelta.pod
3327      Branch: metaconfig/U/perl
3328            ! use64bits.U uselfs.U uselongdbl.U
3329 ____________________________________________________________________________
3330 [  4210] By: jhi                                   on 1999/09/20  19:38:26
3331         Log: Configure -A change: -Afoo=bar is equal to -Aappend:foo=" bar".
3332      Branch: cfgperl
3333            ! Configure config_h.SH
3334      Branch: metaconfig
3335            ! U/modified/Options.U
3336 ____________________________________________________________________________
3337 [  4209] By: gsar                                  on 1999/09/20  19:35:39
3338         Log: integrate cfgperl changes into mainline
3339      Branch: perl
3340           +> lib/unicode/Unicode.html
3341            ! Changes
3342           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3343           !> config_h.SH doio.c perl.h pod/perldelta.pod pod/perlfunc.pod
3344 ____________________________________________________________________________
3345 [  4208] By: gsar                                  on 1999/09/20  18:28:44
3346         Log: add README.Y2K (from Dominic Dunlop <domo@vo.lu>)
3347      Branch: perl
3348            + README.Y2K
3349            ! MANIFEST
3350 ____________________________________________________________________________
3351 [  4207] By: jhi                                   on 1999/09/20  11:06:13
3352         Log: Document -Duselfs, -Duselongdouble, and -Dusemorebits.
3353      Branch: cfgperl
3354            ! pod/perldelta.pod
3355 ____________________________________________________________________________
3356 [  4206] By: jhi                                   on 1999/09/20  09:53:15
3357         Log: Do not test for gccish things in non-gccish platforms.
3358      Branch: cfgperl
3359            ! Configure config_h.SH
3360      Branch: metaconfig
3361            ! U/compline/ccflags.U
3362 ____________________________________________________________________________
3363 [  4205] By: jhi                                   on 1999/09/20  09:41:22
3364         Log: Prompt for uselfs.
3365      Branch: cfgperl
3366            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3367            ! config_h.SH
3368      Branch: metaconfig
3369            ! U/mksample
3370      Branch: metaconfig/U/perl
3371            ! use64bits.U uselfs.U
3372 ____________________________________________________________________________
3373 [  4204] By: jhi                                   on 1999/09/20  09:09:29
3374         Log: Add usemorebits and uselfs.
3375      Branch: cfgperl
3376            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3377            ! config_h.SH doio.c perl.h
3378      Branch: metaconfig/U/perl
3379            + uselfs.U usemorebits.U
3380            ! use64bits.U uselongdbl.U
3381 ____________________________________________________________________________
3382 [  4203] By: jhi                                   on 1999/09/20  07:48:48
3383         Log: Dethinko.
3384      Branch: cfgperl
3385            ! pod/perlfunc.pod
3386 ____________________________________________________________________________
3387 [  4202] By: jhi                                   on 1999/09/20  07:33:32
3388         Log: Fix a bug in the description of endianness.  Reported in
3389              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
3390              To: perl5-porters@perl.org
3391              Subject: BUG: perldoc -f pack
3392              Date: Mon, 20 Sep 1999 09:43:49 +0400
3393              Message-ID: <402099F49BEED211999700805FC7359F20D3F5@ru0028exch01.spb.lucent.com>
3394      Branch: cfgperl
3395            ! pod/perlfunc.pod
3396 ____________________________________________________________________________
3397 [  4201] By: jhi                                   on 1999/09/20  07:01:26
3398         Log: Integrate with Sarathy.
3399      Branch: cfgperl
3400           +> t/op/args.t
3401           !> (integrate 31 files)
3402 ____________________________________________________________________________
3403 [  4200] By: gsar                                  on 1999/09/20  03:45:06
3404         Log: From: Russ Allbery <rra@stanford.edu>
3405              Date: 19 Aug 1999 04:35:44 -0700
3406              Message-Id: <yl7lms9f5b.fsf@windlord.stanford.edu>
3407              Subject: [ID 19990819.002] File::Find error when pruning top-level directories
3408      Branch: perl
3409            ! lib/File/Find.pm
3410 ____________________________________________________________________________
3411 [  4199] By: gsar                                  on 1999/09/20  03:27:49
3412         Log: suppress warning (from John Tobey <jtobey@epsilondev.com>)
3413      Branch: perl
3414            ! ext/B/B/Terse.pm
3415 ____________________________________________________________________________
3416 [  4198] By: gsar                                  on 1999/09/20  03:25:25
3417         Log: add arenas for managing allocations of remaining xpv*v structures
3418              From: Vishal Bhatia <vishal@gol.com>
3419              Date: Wed, 25 Aug 1999 00:31:33 +0900 (JST)
3420              Message-ID: <Pine.LNX.4.10.9908250031000.11727-100000@localhost.localdomain>
3421              Subject: [PATCH 5.005_60] removing extra ref count (compiler) 
3422      Branch: perl
3423            ! embed.h embed.pl embedvar.h ext/B/B/C.pm intrpvar.h objXSUB.h
3424            ! proto.h sv.c
3425 ____________________________________________________________________________
3426 [  4197] By: gsar                                  on 1999/09/20  03:06:10
3427         Log: queue errors due to strictures rather than printing them as
3428              warnings; symbols that violate strictures do *not* end up in
3429              the symbol table anyway, making multiple evals of the same piece
3430              of code produce the same errors; errors indicate all locations
3431              of a global symbol rather than just the first one; these
3432              changes make compile-time failures within evals reliably
3433              visible via the return value or contents of $@, and trappable
3434              using __DIE__ hooks
3435      Branch: perl
3436            ! embed.h embed.pl embedvar.h ext/DynaLoader/dlutils.c
3437            ! ext/Thread/Thread.xs global.sym gv.c objXSUB.h op.c perl.c
3438            ! perlapi.c pp_ctl.c proto.h regcomp.c t/pragma/strict-refs
3439            ! t/pragma/strict-vars thrdvar.h toke.c util.c
3440 ____________________________________________________________________________
3441 [  4196] By: gsar                                  on 1999/09/19  22:14:29
3442         Log: control change#1914 via hints (causes problems on some platforms)
3443      Branch: perl
3444            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
3445            ! ext/POSIX/hints/linux.pl
3446 ____________________________________________________________________________
3447 [  4195] By: gsar                                  on 1999/09/19  21:30:18
3448         Log: avoid clearing @_ at all for faster subroutine calls; fix bugs
3449              in passing around references to @_, eg C<sub foo { \@_ }>; add
3450              tests for the same
3451      Branch: perl
3452            + t/op/args.t
3453            ! MANIFEST cop.h pp.c pp_ctl.c pp_hot.c
3454 ____________________________________________________________________________
3455 [  4194] By: jhi                                   on 1999/09/18  18:57:45
3456         Log: Integrate with Sarathy.
3457      Branch: cfgperl
3458           !> opcode.h opcode.pl
3459 ____________________________________________________________________________
3460 [  4193] By: nick                                  on 1999/09/18  15:24:56
3461         Log: Re-integrate mainline
3462              Basic SvUTF8 stuff in headers, no functional changes yet.
3463      Branch: utfperl
3464            + lib/byte.pm lib/byte_heavy.pl
3465           +> ext/B/defsubs_h.PL ext/DB_File/version.c jpl/JNI/Closer.java
3466           +> jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
3467           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
3468           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
3469           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL lib/unicode/ArabShap.txt
3470           +> lib/unicode/Blocks.txt lib/unicode/CompExcl.txt
3471           +> lib/unicode/EAWidth.txt lib/unicode/Index.txt
3472           +> lib/unicode/Jamo-2.txt lib/unicode/LineBrk.txt
3473           +> lib/unicode/Names.txt lib/unicode/Props.txt
3474           +> lib/unicode/ReadMe.txt lib/unicode/SpecCase.txt
3475           +> t/lib/bigfltpm.t
3476            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
3477            - lib/unicode/blocks.txt lib/unicode/index2.txt
3478            - lib/unicode/jamo2.txt lib/unicode/names2.txt
3479            - lib/unicode/props2.txt lib/unicode/readme.txt
3480            - t/lib/bigfloatpm.t
3481            ! doop.c embed.h embed.pl gv.c mg.c objXSUB.h op.c op.h perl.h
3482            ! perlapi.c pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h
3483            ! regexec.c regexp.h regnodes.h sv.c sv.h toke.c utf8.c utf8.h
3484            ! warnings.h
3485           !> (integrate 142 files)
3486 ____________________________________________________________________________
3487 [  4192] By: gsar                                  on 1999/09/18  15:11:47
3488         Log: more op description tweaks
3489      Branch: perl
3490            ! opcode.h opcode.pl
3491 ____________________________________________________________________________
3492 [  4191] By: jhi                                   on 1999/09/18  07:47:16
3493         Log: Integrate with Sarathy.
3494      Branch: cfgperl
3495           !> Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
3496           !> t/pragma/warn/op
3497 ____________________________________________________________________________
3498 [  4190] By: jhi                                   on 1999/09/18  07:35:45
3499         Log: Add description of the Unicode database files.
3500      Branch: cfgperl
3501            + lib/unicode/Unicode.html
3502 ____________________________________________________________________________
3503 [  4189] By: gsar                                  on 1999/09/18  03:14:58
3504         Log: tweak some op names in change#4177 (will any of this break code that
3505              gropes $@ ?)
3506      Branch: perl
3507            ! Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
3508            ! t/pragma/warn/op
3509 ____________________________________________________________________________
3510 [  4188] By: jhi                                   on 1999/09/17  21:30:08
3511         Log: Pick up the typo fix.
3512      Branch: cfgperl
3513           !> t/io/open.t
3514 ____________________________________________________________________________
3515 [  4187] By: gsar                                  on 1999/09/17  21:13:55
3516         Log: fix typo
3517      Branch: perl
3518            ! t/io/open.t
3519 ____________________________________________________________________________
3520 [  4186] By: gsar                                  on 1999/09/17  20:57:29
3521         Log: integrate cfgperl change
3522      Branch: perl
3523           !> vms/subconfigure.com
3524 ____________________________________________________________________________
3525 [  4185] By: jhi                                   on 1999/09/17  20:46:41
3526         Log: Re-apply applicable parts of #3993, #3994, and #3995.
3527      Branch: cfgperl
3528            ! vms/subconfigure.com
3529 ____________________________________________________________________________
3530 [  4184] By: gsar                                  on 1999/09/17  20:26:02
3531         Log: integrate cfgperl contents into mainline
3532      Branch: perl
3533           +> lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
3534           +> lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
3535           +> lib/unicode/Index.txt lib/unicode/Jamo-2.txt
3536           +> lib/unicode/LineBrk.txt lib/unicode/Names.txt
3537           +> lib/unicode/Props.txt lib/unicode/ReadMe.txt
3538           +> lib/unicode/SpecCase.txt
3539            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
3540            - lib/unicode/index2.txt lib/unicode/jamo2.txt
3541            - lib/unicode/names2.txt lib/unicode/props2.txt
3542            - lib/unicode/readme.txt
3543           !> (integrate 73 files)
3544 ____________________________________________________________________________
3545 [  4183] By: jhi                                   on 1999/09/17  20:25:51
3546         Log: Integrate with Sarathy.
3547      Branch: cfgperl
3548           !> configure.com ext/ByteLoader/byterun.h
3549           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
3550           !> lib/File/Spec/VMS.pm pod/perlhist.pod t/io/open.t
3551           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
3552           !> vms/perly_h.vms vms/subconfigure.com vms/vms.c vms/vmsish.h
3553 ____________________________________________________________________________
3554 [  4182] By: gsar                                  on 1999/09/17  20:16:28
3555         Log: integrate vmsperl contents into mainline (where VMS files conflicted,
3556              vmsperl contents have prevailed)
3557      Branch: perl
3558           !> configure.com ext/ByteLoader/byterun.h
3559           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
3560           !> lib/File/Spec/VMS.pm t/io/open.t vms/descrip_mms.template
3561           !> vms/gen_shrfls.pl vms/perly_c.vms vms/perly_h.vms
3562           !> vms/subconfigure.com vms/vms.c vms/vmsish.h
3563 ____________________________________________________________________________
3564 [  4181] By: jhi                                   on 1999/09/17  20:12:37
3565         Log: From: Michael G Schwern <schwern@pobox.com>
3566              To: perl5-porters@perl.org
3567              Subject: [PATCH 5.005_60 lib/Exporter/Heavy.pm] export_to_level()
3568              Date: Thu, 19 Aug 1999 21:30:01 -0400
3569              Message-ID: <19990819213001.A22512@athens.aocn.com>
3570      Branch: cfgperl
3571            ! lib/Exporter/Heavy.pm
3572 ____________________________________________________________________________
3573 [  4180] By: gsar                                  on 1999/09/17  20:11:00
3574         Log: perlhist additions
3575      Branch: perl
3576            ! pod/perlhist.pod
3577 ____________________________________________________________________________
3578 [  4179] By: jhi                                   on 1999/09/17  20:08:00
3579         Log: The change #4176 should've undone only the test, not the code patch.
3580      Branch: cfgperl
3581            ! doio.c
3582 ____________________________________________________________________________
3583 [  4178] By: jhi                                   on 1999/09/17  20:06:08
3584         Log: From: Ian Phillipps <ian@dial.pipex.com>
3585              To: Hans GINZEL <hgin2088@mail.kolej.mff.cuni.cz>, perl5-porters@perl.org
3586              Subject: [PATCH 5.005_59] Re: [ID 19990820.007] Small typo in perlsyn.pod
3587              Date: Sat, 21 Aug 1999 12:36:12 +0100
3588              Message-ID: <19990821123612.A9955@homer.diplex.co.uk>
3589      Branch: cfgperl
3590            ! pod/perlsyn.pod
3591 ____________________________________________________________________________
3592 [  4177] By: jhi                                   on 1999/09/17  20:00:19
3593         Log: More descriptive names for operators.
3594              
3595              From: Michael G Schwern <schwern@pobox.com>
3596              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
3597              Cc: perl5-porters@perl.org
3598              Subject: Re: [ID 19990817.009] [BUG 5.005_60 & 5.005_03] == reported as eq in
3599              Date: Tue, 17 Aug 1999 18:35:45 -0400
3600              Message-ID: <19990817183545.A23073@toldyouso.com>
3601              
3602              From: Michael G Schwern <schwern@pobox.com>
3603              To: perl5-porters@perl.org
3604              Subject: [PATCH 5.005_60 opcode.pl and friends] Improved opcode descriptions
3605              Date: Wed, 18 Aug 1999 03:53:38 -0400
3606              Message-ID: <19990818035337.A31505@athens.aocn.com>
3607      Branch: cfgperl
3608            ! opcode.h opcode.pl pp.sym pp_proto.h sv.c t/op/misc.t
3609            ! t/pragma/warn/op t/pragma/warn/sv
3610 ____________________________________________________________________________
3611 [  4176] By: jhi                                   on 1999/09/17  18:19:18
3612         Log: Take away the infamous io/dup.t #7.
3613              It seems there simply is no way to portably
3614              "flush" an input file handle.
3615      Branch: cfgperl
3616            ! doio.c t/io/dup.t
3617 ____________________________________________________________________________
3618 [  4175] By: jhi                                   on 1999/09/17  14:45:08
3619         Log: From: Barrie Slaymaker <barries@slaysys.com>
3620              To: perl5-porters@perl.org
3621              Subject: [PATCH 5.005_61] Benchmark: screwed patch format, try this instead
3622              Date: Fri, 17 Sep 1999 11:16:48 -0400
3623              Message-Id: <199909171516.LAA30887@jester.slaysys.com>
3624      Branch: cfgperl
3625            ! lib/Benchmark.pm
3626 ____________________________________________________________________________
3627 [  4174] By: jhi                                   on 1999/09/17  14:07:16
3628         Log: UNICOS does support large files but doesn't support sparse files
3629              so we cannot easily test for large file support.
3630      Branch: cfgperl
3631            ! t/lib/syslfs.t t/op/lfs.t
3632 ____________________________________________________________________________
3633 [  4173] By: jhi                                   on 1999/09/17  14:03:44
3634         Log: UNICOS has sloppy division/modulo for floating point numbers.
3635      Branch: cfgperl
3636            ! t/op/arith.t
3637 ____________________________________________________________________________
3638 [  4172] By: jhi                                   on 1999/09/17  13:47:49
3639         Log: Portable blocksize (replaces #4171).
3640      Branch: cfgperl
3641            ! t/lib/syslfs.t t/op/lfs.t
3642 ____________________________________________________________________________
3643 [  4171] By: jhi                                   on 1999/09/17  13:08:54
3644         Log: (replaced by #4172)
3645      Branch: cfgperl
3646            ! t/lib/syslfs.t t/op/lfs.t
3647 ____________________________________________________________________________
3648 [  4170] By: jhi                                   on 1999/09/17  12:59:11
3649         Log: Detypo #4169.
3650      Branch: cfgperl
3651            ! t/lib/syslfs.t t/op/lfs.t
3652 ____________________________________________________________________________
3653 [  4169] By: jhi                                   on 1999/09/17  12:16:34
3654         Log: Diagnose possible quota limits.
3655      Branch: cfgperl
3656            ! t/lib/syslfs.t t/op/lfs.t
3657 ____________________________________________________________________________
3658 [  4168] By: jhi                                   on 1999/09/17  12:10:43
3659         Log: UNICOS doesn't have getpgid().  Or, at least 9.0.1ai
3660              doesn't have one that wouldn't cause SIGSYS.  UNICOS
3661              does have getpgrp(void) so Perl getpgrp() is happy.
3662      Branch: cfgperl
3663            ! hints/unicos.sh
3664 ____________________________________________________________________________
3665 [  4167] By: jhi                                   on 1999/09/17  11:49:30
3666         Log: Filesystem quotas may stop you from using large files.
3667      Branch: cfgperl
3668            ! pod/perldelta.pod t/lib/syslfs.t t/op/lfs.t
3669 ____________________________________________________________________________
3670 [  4166] By: jhi                                   on 1999/09/17  11:36:01
3671         Log: Too strict pattern for parsing group lists.
3672      Branch: cfgperl
3673            ! t/op/groups.t
3674 ____________________________________________________________________________
3675 [  4165] By: jhi                                   on 1999/09/17  09:06:18
3676         Log: Configure maintenance. It's sigaction.sa_flags
3677              and the Glossary regen'ed.
3678      Branch: cfgperl
3679            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3680            ! config_h.SH
3681      Branch: metaconfig
3682            ! U/compline/d_sigaction.U
3683 ____________________________________________________________________________
3684 [  4164] By: jhi                                   on 1999/09/15  06:57:51
3685         Log: Integrate with Sarathy.
3686      Branch: cfgperl
3687           +> jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
3688           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
3689           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
3690           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL
3691           !> Changes MANIFEST embed.h embed.pl jpl/JNI/JNI.pm
3692           !> jpl/JNI/JNI.xs jpl/JNI/Makefile.PL jpl/JNI/test.pl
3693           !> jpl/JNI/typemap jpl/JPL/Makefile.PL
3694           !> jpl/PerlInterpreter/Makefile.PL
3695           !> jpl/PerlInterpreter/PerlInterpreter.c
3696           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
3697           !> jpl/Sample/Makefile.PL jpl/install-jpl
3698           !> lib/File/Spec/Functions.pm pod/perlhist.pod regexec.c
3699           !> t/op/pat.t
3700 ____________________________________________________________________________
3701 [  4163] By: gsar                                  on 1999/09/15  05:17:27
3702         Log: add :ALL export tag (from Chris Nandor <pudge@pobox.com>)
3703      Branch: perl
3704            ! lib/File/Spec/Functions.pm
3705 ____________________________________________________________________________
3706 [  4162] By: gsar                                  on 1999/09/15  05:09:14
3707         Log: addendum to change#4136 (from Robin Barker <rmb1@cise.npl.co.uk>)
3708      Branch: perl
3709            ! Changes embed.h embed.pl
3710 ____________________________________________________________________________
3711 [  4161] By: gsar                                  on 1999/09/15  04:08:25
3712         Log: missing perlhist dates from Jeff Okamoto
3713      Branch: perl
3714            ! pod/perlhist.pod
3715 ____________________________________________________________________________
3716 [  4160] By: gsar                                  on 1999/09/15  03:13:08
3717         Log: jpl tweak
3718      Branch: perl
3719            ! MANIFEST jpl/JNI/Makefile.PL
3720 ____________________________________________________________________________
3721 [  4159] By: gsar                                  on 1999/09/15  02:57:08
3722         Log: update to JPL snapshot v09141999, with minor tweaks (from Brian
3723              Jepson <bjepson@home.com>)
3724      Branch: perl
3725            + jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
3726            + jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
3727            + jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
3728            + jpl/JNI/typemap.win32 jpl/SETVARS.PL
3729            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
3730            ! jpl/JNI/test.pl jpl/JNI/typemap jpl/JPL/Makefile.PL
3731            ! jpl/PerlInterpreter/Makefile.PL
3732            ! jpl/PerlInterpreter/PerlInterpreter.c
3733            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
3734            ! jpl/Sample/Makefile.PL jpl/install-jpl
3735 ____________________________________________________________________________
3736 [  4158] By: gsar                                  on 1999/09/15  01:27:14
3737         Log: From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
3738              Date:    Tue, 14 Sep 1999 21:26:15 EDT
3739              Message-Id: <199909150126.VAA24720@monk.mps.ohio-state.edu>
3740              Subject: [PATCH 5.005_58+] Re: [ID 19990914.001] Perl_re_intuit_start() hangs in a loop
3741      Branch: perl
3742            ! regexec.c t/op/pat.t
3743 ____________________________________________________________________________
3744 [  4157] By: jhi                                   on 1999/09/14  21:18:09
3745         Log: config.h will define USE_64_BITS if need be.
3746      Branch: cfgperl
3747            ! hints/irix_6.sh
3748 ____________________________________________________________________________
3749 [  4156] By: jhi                                   on 1999/09/14  20:30:00
3750         Log: Change #4149 necessitates also a small code change.
3751      Branch: cfgperl
3752            ! ext/B/defsubs_h.PL
3753 ____________________________________________________________________________
3754 [  4155] By: jhi                                   on 1999/09/14  20:15:53
3755         Log: Update EPOC libdir names.
3756      Branch: cfgperl
3757            ! epoc/config.h
3758 ____________________________________________________________________________
3759 [  4154] By: jhi                                   on 1999/09/14  20:13:41
3760         Log: Obsolete epoc/config.h caused #4153 to re-introduce already
3761              deceased HAS.*DBM.*64 mumblings.
3762      Branch: cfgperl
3763            ! Configure config_h.SH epoc/config.h
3764 ____________________________________________________________________________
3765 [  4153] By: jhi                                   on 1999/09/14  20:04:53
3766         Log: Configure nits.
3767      Branch: cfgperl
3768            ! Configure config_h.SH
3769      Branch: metaconfig
3770            ! U/compline/d_sigaction.U U/threads/i_pthread.U
3771 ____________________________________________________________________________
3772 [  4152] By: jhi                                   on 1999/09/14  19:30:22
3773         Log: Integrate with Sarathy.
3774      Branch: cfgperl
3775           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
3776            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
3777           !> INSTALL MANIFEST ext/B/Makefile.PL pod/perldiag.pod
3778           !> win32/config_sh.PL
3779 ____________________________________________________________________________
3780 [  4151] By: jhi                                   on 1999/09/14  10:25:01
3781         Log: Update Unicode database and recompute the tables.
3782              Rename the .txt files to be more Unicode 3.0-like.
3783              Unihan-3.0.txt not included because it is 16 MB.
3784              syllables.txt is manually maintained.
3785              See ReadMe.txt for description of the .txt files.
3786              (not all of them are used yet)
3787      Branch: cfgperl
3788            + lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
3789            + lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
3790            + lib/unicode/Index.txt lib/unicode/Jamo-2.txt
3791            + lib/unicode/LineBrk.txt lib/unicode/Names.txt
3792            + lib/unicode/Props.txt lib/unicode/ReadMe.txt
3793            + lib/unicode/SpecCase.txt
3794            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
3795            - lib/unicode/index2.txt lib/unicode/jamo2.txt
3796            - lib/unicode/names2.txt lib/unicode/props2.txt
3797            - lib/unicode/readme.txt
3798            ! MANIFEST lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
3799            ! lib/unicode/Bidirectional.pl lib/unicode/Block.pl
3800            ! lib/unicode/Category.pl lib/unicode/CombiningClass.pl
3801            ! lib/unicode/Decomposition.pl
3802            ! lib/unicode/In/ArabicPresentationForms-B.pl
3803            ! lib/unicode/In/Specials.pl lib/unicode/In/Tibetan.pl
3804            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
3805            ! lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiL.pl
3806            ! lib/unicode/Is/BidiON.pl lib/unicode/Is/BidiWS.pl
3807            ! lib/unicode/Is/DCcompat.pl lib/unicode/Is/DecoCanon.pl
3808            ! lib/unicode/Is/DecoCompat.pl lib/unicode/Is/L.pl
3809            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lo.pl
3810            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Lu.pl
3811            ! lib/unicode/Is/Pd.pl lib/unicode/Is/Po.pl lib/unicode/Is/S.pl
3812            ! lib/unicode/Is/Sm.pl lib/unicode/Is/So.pl
3813            ! lib/unicode/Is/Upper.pl lib/unicode/Is/Word.pl
3814            ! lib/unicode/JamoShort.pl lib/unicode/UnicodeData-Latest.txt
3815            ! lib/unicode/mktables.PL
3816 ____________________________________________________________________________
3817 [  4150] By: gsar                                  on 1999/09/14  09:31:57
3818         Log: INSTALL tweak
3819      Branch: perl
3820            ! INSTALL
3821 ____________________________________________________________________________
3822 [  4149] By: gsar                                  on 1999/09/14  09:00:45
3823         Log: change some filenames to be 8.3-friendly
3824      Branch: perl
3825           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
3826            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
3827            ! MANIFEST ext/B/Makefile.PL pod/perldiag.pod
3828 ____________________________________________________________________________
3829 [  4148] By: gsar                                  on 1999/09/14  08:35:00
3830         Log: win32 config tweak (suggested by Greg Chapman <glc@well.com>)
3831      Branch: perl
3832            ! win32/config_sh.PL
3833 ____________________________________________________________________________
3834 [  4147] By: jhi                                   on 1999/09/14  08:07:49
3835         Log: Not that UVSIZE normally differs that much from IVSIZE...
3836      Branch: cfgperl
3837            ! perl.h
3838 ____________________________________________________________________________
3839 [  4146] By: jhi                                   on 1999/09/14  08:04:40
3840         Log: Integrate with Sarathy.
3841      Branch: cfgperl
3842           !> Changes ext/DB_File/DB_File.xs
3843 ____________________________________________________________________________
3844 [  4145] By: jhi                                   on 1999/09/14  07:10:02
3845         Log: I_PTHREAD was PTHREADEAD.
3846      Branch: cfgperl
3847            ! Configure config_h.SH
3848      Branch: metaconfig
3849            ! U/threads/i_pthread.U
3850 ____________________________________________________________________________
3851 [  4144] By: gsar                                  on 1999/09/14  06:46:47
3852         Log: change#4113 was missing DB_File.xs changes
3853      Branch: perl
3854            ! ext/DB_File/DB_File.xs
3855 ____________________________________________________________________________
3856 [  4143] By: jhi                                   on 1999/09/13  20:16:20
3857         Log: Small doc and whitespace edits.
3858      Branch: cfgperl
3859            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
3860            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
3861            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
3862            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
3863            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
3864            ! pod/perldelta.pod
3865 ____________________________________________________________________________
3866 [  4142] By: gsar                                  on 1999/09/13  19:32:31
3867         Log: integrate cfgperl contents into mainline, update Changes
3868      Branch: perl
3869           +> ext/DB_File/version.c
3870            ! Changes
3871           !> (integrate 44 files)
3872 ____________________________________________________________________________
3873 [  4141] By: jhi                                   on 1999/09/13  16:16:56
3874         Log: Scan for <pthread.h> always.
3875      Branch: cfgperl
3876            ! Configure config_h.SH perl.h
3877      Branch: metaconfig
3878            ! U/threads/i_pthread.U
3879 ____________________________________________________________________________
3880 [  4140] By: jhi                                   on 1999/09/13  16:00:08
3881         Log: Integrate with Sarathy.
3882      Branch: cfgperl
3883           !> (integrate 27 files)
3884 ____________________________________________________________________________
3885 [  4139] By: jhi                                   on 1999/09/13  15:35:18
3886         Log: Add -A option to Configure to diddle with variables
3887              after the hints file has been applied.
3888      Branch: cfgperl
3889            ! Configure config_h.SH
3890      Branch: metaconfig
3891            ! U/modified/Oldconfig.U U/modified/Options.U
3892 ____________________________________________________________________________
3893 [  4138] By: jhi                                   on 1999/09/13  13:42:56
3894         Log: Change #4136 edited DynaLoader.xs which is kind of fruitless.
3895      Branch: cfgperl
3896            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
3897            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
3898            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
3899            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
3900            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
3901 ____________________________________________________________________________
3902 [  4137] By: jhi                                   on 1999/09/13  13:25:31
3903         Log: Applying change #4136 manually introduced patch residue.
3904      Branch: cfgperl
3905            ! perl.h
3906 ____________________________________________________________________________
3907 [  4136] By: jhi                                   on 1999/09/13  13:23:04
3908         Log: Replace change #4100 with
3909              From: Robin Barker <rmb1@cise.npl.co.uk>
3910              To: gsar@activestate.com
3911              Cc: perl5-porters@perl.org
3912              Subject: Re: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with -Duse64bits
3913              Date: Mon, 13 Sep 1999 14:15:11 +0100 (BST)
3914              Message-Id: <199909131315.OAA24012@tempest.npl.co.uk>
3915      Branch: cfgperl
3916            ! doio.c dump.c ext/B/B.xs ext/B/typemap
3917            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
3918            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
3919            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
3920            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
3921 ____________________________________________________________________________
3922 [  4135] By: jhi                                   on 1999/09/13  10:22:31
3923         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3924              To: perl5-porters@perl.org (Mailing list Perl5)
3925              Subject: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
3926              Date: Sat, 11 Sep 1999 05:31:03 -0400 (EDT)
3927              Message-Id: <199909110931.FAA11036@monk.mps.ohio-state.edu>
3928              
3929              From: andreas.koenig@anima.de (Andreas J. Koenig)
3930              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
3931              Cc: perl5-porters@perl.org (Mailing list Perl5)
3932              Subject: Re: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
3933              Date: 11 Sep 1999 15:36:26 +0200
3934              Message-ID: <sfc906dr2n9.fsf@hohenstaufen.in-berlin.de>
3935      Branch: cfgperl
3936            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
3937 ____________________________________________________________________________
3938 [  4134] By: jhi                                   on 1999/09/13  10:20:14
3939         Log: From: Tom Phoenix <rootbeer@redcat.com>
3940              To: Perl Porters Mailing List <perl5-porters@perl.org>
3941              Subject: [DOCPATCH] Server errors and perldiag
3942              Date: Fri, 10 Sep 1999 16:45:02 -0700 (PDT)
3943              Message-ID: <Pine.GSO.4.10.9909101639490.16999-100000@user2.teleport.com>
3944      Branch: cfgperl
3945            ! pod/perldiag.pod
3946 ____________________________________________________________________________
3947 [  4133] By: gsar                                  on 1999/09/13  03:25:43
3948         Log: avoid assertion failure on C<@a'>
3949      Branch: perl
3950            ! toke.c
3951 ____________________________________________________________________________
3952 [  4132] By: gsar                                  on 1999/09/13  03:03:57
3953         Log: add -DPERL_Y2KWARN build option that will generate additional
3954              warnings on "19$yy" etc (reworked a patch suggested by
3955              Ulrich Pfeifer <upf@de.uu.net>)
3956      Branch: perl
3957            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod
3958            ! pp_hot.c sv.c t/pragma/warn/pp_hot t/pragma/warn/sv
3959 ____________________________________________________________________________
3960 [  4131] By: gsar                                  on 1999/09/12  22:06:25
3961         Log: fix DATA leaks; reword documentation about the DATA filehandle
3962      Branch: perl
3963            ! ext/Opcode/Safe.pm lib/Pod/Functions.pm pod/perldata.pod
3964 ____________________________________________________________________________
3965 [  4130] By: gsar                                  on 1999/09/12  20:08:56
3966         Log: make sprintf("%g",...) threadsafe; only taint its result iff the
3967              formatted result looks nonstandard
3968      Branch: perl
3969            ! embed.pl embedvar.h intrpvar.h objXSUB.h perl.c perlapi.c
3970            ! pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
3971            ! t/pragma/locale.t thrdvar.h
3972 ____________________________________________________________________________
3973 [  4129] By: gsar                                  on 1999/09/12  17:04:11
3974         Log: From: Doug MacEachern <dougm@cp.net>
3975              Date: Sun, 25 Jul 1999 15:49:00 -0700 (PDT)
3976              Message-ID: <Pine.LNX.4.10.9907251538380.373-100000@mojo.eng.cp.net>
3977              Subject: [PATCH 5.005_57] B::clearsym
3978      Branch: perl
3979            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/Debug.pm ext/B/B/Terse.pm
3980 ____________________________________________________________________________
3981 [  4128] By: gsar                                  on 1999/09/12  16:59:12
3982         Log: better debugger help output (from Ilya Zakharevich)
3983      Branch: perl
3984            ! lib/perl5db.pl
3985 ____________________________________________________________________________
3986 [  4127] By: jhi                                   on 1999/09/11  20:50:37
3987         Log: Integrate with Sarathy.
3988      Branch: cfgperl
3989           +> pod/perlcompile.pod t/lib/gol-basic.t t/lib/gol-compat.t
3990           +> t/lib/gol-linkage.t
3991           !> (integrate 43 files)
3992 ____________________________________________________________________________
3993 [  4126] By: nick                                  on 1999/09/10  20:44:22
3994         Log: Get resolve -at mainline
3995      Branch: utfperl
3996           +> (branch 297 files)
3997            - README.cygwin32 XSlock.h bytecode.h byterun.c byterun.h
3998            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
3999            - cygwin32/perlld ext/B/byteperl.c ext/DynaLoader/dl_cygwin32.xs
4000            - hints/cygwin32.sh interp.sym myconfig objpp.h perl_exp.SH
4001            - t/pragma/warn-1global t/pragma/warning.t thread.sym
4002            - win32/GenCAPI.pl win32/TEST win32/autosplit.pl
4003            - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
4004            - win32/genxsdef.pl win32/makedef.pl win32/makemain.pl
4005            - win32/makeperldef.pl win32/perlhost.h
4006           !> (integrate 847 files)
4007 ____________________________________________________________________________
4008 [  4125] By: gsar                                  on 1999/09/10  19:22:14
4009         Log: s/dXS_TARGET/dXSTARG/ in change#4044 (to match dARGS vs dXSARGS
4010              etc.)
4011      Branch: perl
4012            ! XSUB.h pp.h
4013 ____________________________________________________________________________
4014 [  4124] By: gsar                                  on 1999/09/10  19:14:35
4015         Log: rewrote substantive parts of patch
4016              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4017              Date: Fri, 27 Aug 1999 19:02:18 -0400
4018              Message-ID: <19990827190218.A19561@monk.mps.ohio-state.edu>
4019              Subject: [PATCH 5.005_58] REx documentation
4020      Branch: perl
4021            ! pod/perlre.pod
4022 ____________________________________________________________________________
4023 [  4123] By: gsar                                  on 1999/09/10  18:21:53
4024         Log: note about AVf_*
4025      Branch: perl
4026            ! av.h
4027 ____________________________________________________________________________
4028 [  4122] By: gsar                                  on 1999/09/10  17:55:42
4029         Log: allow 'text' in L<text|A::B/"C"> (from Martin Lichtin
4030              <lichtin@bivio.com>)
4031      Branch: perl
4032            ! lib/Pod/Html.pm
4033 ____________________________________________________________________________
4034 [  4121] By: gsar                                  on 1999/09/10  17:49:35
4035         Log: dos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
4036      Branch: perl
4037            ! AUTHORS Changes README.dos djgpp/config.over
4038            ! djgpp/configure.bat djgpp/djgpp.c djgpp/djgppsed.sh dosish.h
4039            ! lib/ExtUtils/MM_Unix.pm pod/pod2usage.PL pod/podchecker.PL
4040            ! pod/podselect.PL sv.h t/io/openpid.t util.c
4041 ____________________________________________________________________________
4042 [  4120] By: gsar                                  on 1999/09/10  12:25:01
4043         Log: add perlcompile.pod (edited content from Nathan Torkington
4044              <gnat@frii.com> and others)
4045      Branch: perl
4046            + pod/perlcompile.pod
4047            ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod pod/roffitall
4048 ____________________________________________________________________________
4049 [  4119] By: gsar                                  on 1999/09/10  11:05:13
4050         Log: avoid leaking static local_patches unless patchlevel.h is
4051              explicitly included
4052      Branch: perl
4053            ! patchlevel.h perl.c
4054 ____________________________________________________________________________
4055 [  4118] By: gsar                                  on 1999/09/10  10:44:54
4056         Log: upgrade to Getopt::Long v2.20 (from Johan Vromans
4057              <jvromans@squirrel.nl>)
4058      Branch: perl
4059            + t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
4060            ! Changes MANIFEST lib/Getopt/Long.pm
4061 ____________________________________________________________________________
4062 [  4116] By: jhi                                   on 1999/09/09  15:56:52
4063         Log: perldeltify change #4115.
4064      Branch: cfgperl
4065            ! pod/perldelta.pod
4066 ____________________________________________________________________________
4067 [  4115] By: jhi                                   on 1999/09/09  15:48:56
4068         Log: From: "John L. Allen" <allen@grumman.com> 
4069              To: perl5-porters@perl.org 
4070              Subject: [ID 19990901.003] Time::Local should not croak on "out-of-range" days
4071              Date: Wed, 1 Sep 1999 13:33:39 -0400 (EDT) 
4072              Message-Id: <199909011733.NAA17356@gateway.grumman.com> 
4073      Branch: cfgperl
4074            ! lib/Time/Local.pm
4075 ____________________________________________________________________________
4076 [  4114] By: jhi                                   on 1999/09/09  15:42:30
4077         Log: From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
4078              To: perl5-porters@perl.org
4079              Subject: [ID 19990909.003] MAXINT redefined warning on HP-UX 10.20
4080              Date: Thu, 9 Sep 1999 10:33:37 -0500 (CDT)
4081              Message-Id: <199909091533.KAA01242@www.cvm.uiuc.edu>
4082      Branch: cfgperl
4083            ! pp_sys.c
4084 ____________________________________________________________________________
4085 [  4113] By: jhi                                   on 1999/09/09  10:17:45
4086         Log: From: paul.marquess@bt.com
4087              To: gsar@ActiveState.com
4088              Cc: perl5-porters@perl.org
4089              Subject: [PATCH 5.005_61] DB_File 1.71
4090              Date: Thu, 9 Sep 1999 11:20:13 +0100
4091              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BBE@mbtlipnt02.btlabs.bt.co.uk>
4092      Branch: cfgperl
4093            + ext/DB_File/version.c
4094            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
4095            ! ext/DB_File/Makefile.PL ext/DB_File/dbinfo ext/DB_File/typemap
4096            ! t/lib/db-btree.t
4097 ____________________________________________________________________________
4098 [  4112] By: jhi                                   on 1999/09/09  09:05:32
4099         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4100              To: perl5-porters@perl.org (Mailing list Perl5)
4101              Subject: [PATCH 5.005_58] Fix interaction of (?p{}) and (?>)
4102              Date: Thu, 9 Sep 1999 04:40:11 -0400 (EDT)
4103              Message-Id: <199909090840.EAA26471@monk.mps.ohio-state.edu>
4104      Branch: cfgperl
4105            ! regexec.c t/op/pat.t
4106 ____________________________________________________________________________
4107 [  4110] By: jhi                                   on 1999/09/09  07:29:17
4108         Log: Tidy up 64-bit situation in perldelta.
4109      Branch: cfgperl
4110            ! pod/perldelta.pod
4111 ____________________________________________________________________________
4112 [  4109] By: jhi                                   on 1999/09/09  07:26:53
4113         Log: Clear up PL_regcc issues.
4114              
4115              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4116              To: perl5-porters@perl.org (Mailing list Perl5)
4117              Subject: [PATCH 5.005_60] Another regexec.c unobfuscation
4118              Date: Thu, 9 Sep 1999 02:49:49 -0400 (EDT)
4119              Message-Id: <199909090649.CAA26119@monk.mps.ohio-state.edu>
4120      Branch: cfgperl
4121            ! regexec.c
4122 ____________________________________________________________________________
4123 [  4108] By: gsar                                  on 1999/09/08  20:52:51
4124         Log: avoid ass_u_ming uppercase types are not user objects (spotted
4125              by Kurt Starsinic)
4126      Branch: perl
4127            ! ext/Data/Dumper/Dumper.pm
4128 ____________________________________________________________________________
4129 [  4107] By: gsar                                  on 1999/09/08  20:35:18
4130         Log: From: akim@epita.fr (DEMAILLE Akim)
4131              Date: Wed, 8 Sep 1999 18:18:44 +0200 (CEST)
4132              Message-Id: <m11OkQm-003A4IC@beyrouth.lrde.epita.fr>
4133              Subject: [ID 19990908.014] s2p does not quote @
4134      Branch: perl
4135            ! x2p/s2p.PL
4136 ____________________________________________________________________________
4137 [  4106] By: gsar                                  on 1999/09/08  20:25:12
4138         Log: integrate cfgperl contents into mainline
4139      Branch: perl
4140           !> (integrate 30 files)
4141 ____________________________________________________________________________
4142 [  4105] By: jhi                                   on 1999/09/08  09:02:37
4143         Log: Minor touches at the [:class:] description.
4144      Branch: cfgperl
4145            ! pod/perlre.pod
4146 ____________________________________________________________________________
4147 [  4104] By: jhi                                   on 1999/09/08  08:57:58
4148         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4149              To: Mailing list Perl5 <perl5-porters@perl.org>
4150              Subject: [PATCH 5.005_58] Fix debugging output for REx
4151              Date: Wed, 8 Sep 1999 05:02:02 -0400
4152              Message-ID: <19990908050201.A17682@monk.mps.ohio-state.edu>
4153      Branch: cfgperl
4154            ! regcomp.c
4155 ____________________________________________________________________________
4156 [  4103] By: gsar                                  on 1999/09/08  00:53:50
4157         Log: fix memory leak in C<sub f { split ' ', "a b" } f() while 1>
4158      Branch: perl
4159            ! pp.c
4160 ____________________________________________________________________________
4161 [  4102] By: gsar                                  on 1999/09/08  00:52:50
4162         Log: fix memory leak in C<sub f { @_ = 1 } f() while 1>
4163      Branch: perl
4164            ! cop.h pp_hot.c
4165 ____________________________________________________________________________
4166 [  4101] By: gsar                                  on 1999/09/07  17:25:07
4167         Log: various fixups for windows
4168      Branch: perl
4169            ! embed.h embed.pl objXSUB.h op.c perlapi.c proto.h
4170            ! win32/Makefile win32/makefile.mk xsutils.c
4171 ____________________________________________________________________________
4172 [  4100] By: jhi                                   on 1999/09/07  12:49:15
4173         Log: Fix pointer casts.
4174              
4175              From: Robin Barker <rmb1@cise.npl.co.uk>
4176              To: perl5-porters@perl.org
4177              Subject: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with
4178              -Duse64bits
4179              Date: Tue, 7 Sep 1999 12:30:18 +0100 (BST)
4180              Message-Id: <199909071130.MAA11435@tempest.npl.co.uk>
4181      Branch: cfgperl
4182            ! doio.c dump.c ext/B/B.xs ext/B/typemap
4183            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
4184            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
4185            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
4186            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
4187 ____________________________________________________________________________
4188 [  4099] By: jhi                                   on 1999/09/07  10:29:04
4189         Log: Add sig/pid/uid size and sign probes.
4190      Branch: metaconfig
4191            + U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
4192            + U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
4193 ____________________________________________________________________________
4194 [  4098] By: jhi                                   on 1999/09/07  10:27:06
4195         Log: Band-aid until we've got %{Uid_t} or something similar
4196              for sv_catpvfn().
4197      Branch: cfgperl
4198            ! taint.c
4199 ____________________________________________________________________________
4200 [  4097] By: jhi                                   on 1999/09/07  09:41:23
4201         Log: Fix a printf thinko: now quads must have the ll L q prefix.
4202              (in other words, a bare %d is an int/unsigned)
4203      Branch: cfgperl
4204            ! pp_sys.c sv.c t/op/64bit.t
4205 ____________________________________________________________________________
4206 [  4096] By: jhi                                   on 1999/09/07  07:36:17
4207         Log: HP-UX 10.20 and gcc 2.8.1 break UINT32_MAX.
4208              
4209              From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
4210              To: perl5-porters@perl.org
4211              Subject: [ID 19990906.007] Not OK: perl 5.00561 on PA-RISC1.1 10.20
4212              Date: Mon, 6 Sep 1999 21:18:12 -0500 (CDT)
4213              Message-Id: <199909070218.VAA29232@www.cvm.uiuc.edu>
4214      Branch: cfgperl
4215            ! hints/hpux.sh perl.h
4216 ____________________________________________________________________________
4217 [  4095] By: gsar                                  on 1999/09/06  20:47:02
4218         Log: applied suggested patch with suitable test to detect MSVC
4219              From: "Vishal Bhatia" <vishalb@my-deja.com>
4220              Date: Wed, 11 Aug 1999 01:43:28 -0700
4221              Message-ID: <GFCJELIOGEENAAAA@my-deja.com>
4222              Subject: compiler on  win32
4223      Branch: perl
4224            ! ext/B/B/C.pm
4225 ____________________________________________________________________________
4226 [  4094] By: jhi                                   on 1999/09/06  20:34:44
4227         Log: Integrate with Sarathy.
4228      Branch: cfgperl
4229           !> ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
4230           !> t/harness t/pragma/sub_lval.t utils/Makefile utils/perlcc.PL
4231 ____________________________________________________________________________
4232 [  4093] By: jhi                                   on 1999/09/06  20:33:43
4233         Log: Fix UV_SIZEOF to UVSIZE; change the overflow tests
4234              so that they overflow also on 64-bit platforms.
4235      Branch: cfgperl
4236            ! t/pragma/warn/toke t/pragma/warn/util toke.c util.c
4237 ____________________________________________________________________________
4238 [  4092] By: gsar                                  on 1999/09/06  20:16:58
4239         Log: support bytecode and C backends in perlcc (patch suggested
4240              by Tom Hughes <tom@compton.au>); s/-opt/-noopt/ and make the
4241              C backend the default; describe new switches in pod; introduce
4242              PERLCC_OPTS and s/COMPILE_TIMEOUT/PERLCC_TIMEOUT/;
4243              s/COMPILE_TEST/HARNESS_COMPILE_TEST/; document these %ENV
4244              entries
4245      Branch: perl
4246            ! ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
4247            ! t/harness utils/Makefile utils/perlcc.PL
4248 ____________________________________________________________________________
4249 [  4091] By: jhi                                   on 1999/09/06  19:10:41
4250         Log: Integrate with Sarathy.
4251      Branch: cfgperl
4252           +> t/pragma/sub_lval.t
4253           !> (integrate 52 files)
4254 ____________________________________________________________________________
4255 [  4090] By: gsar                                  on 1999/09/06  19:09:06
4256         Log: propagate changed error text
4257      Branch: perl
4258            ! t/pragma/sub_lval.t
4259 ____________________________________________________________________________
4260 [  4089] By: gsar                                  on 1999/09/06  18:54:43
4261         Log: sprintf doc tweak (from Ian Phillipps <ian@dial.pipex.com>)
4262      Branch: perl
4263            ! pod/perlfunc.pod
4264 ____________________________________________________________________________
4265 [  4088] By: gsar                                  on 1999/09/06  18:52:10
4266         Log: From: paul.marquess@bt.com
4267              Date: Sun, 5 Sep 1999 15:11:08 +0100 
4268              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BAB@mbtlipnt02.btlabs.bt.co.uk>
4269              Subject: [PATCH 5.005_61] Another patch for Lexical Warnings
4270      Branch: perl
4271            ! pp_sys.c t/pragma/warn/doio t/pragma/warn/op
4272            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys
4273            ! t/pragma/warn/regcomp t/pragma/warn/sv t/pragma/warn/toke
4274            ! t/pragma/warn/universal t/pragma/warn/utf8 t/pragma/warn/util
4275            ! toke.c
4276 ____________________________________________________________________________
4277 [  4087] By: gsar                                  on 1999/09/06  18:06:06
4278         Log: change#3612 is buggy when quotemeta argument matches target
4279              (hope this is the last of the optimized-OP_SASSIGN bugs)
4280              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4281              Date: Sun, 5 Sep 1999 06:07:42 -0400 (EDT)
4282              Message-Id: <199909051007.GAA06423@monk.mps.ohio-state.edu>
4283              Subject: Re: [BUG: quotemeta]
4284      Branch: perl
4285            ! Changes op.c t/op/lex_assign.t
4286 ____________________________________________________________________________
4287 [  4086] By: gsar                                  on 1999/09/06  17:57:52
4288         Log: misc tweaks
4289      Branch: perl
4290            ! bytecode.pl ext/ByteLoader/byterun.h pod/perlsyn.pod toke.c
4291 ____________________________________________________________________________
4292 [  4085] By: gsar                                  on 1999/09/06  03:54:23
4293         Log: applied patch suggested by Hans Mulder to fix problems on
4294              OPENSTEP-Mach; be more careful about PERL_POLLUTE_MALLOC
4295              when they ask for bincompat (platforms that used to default
4296              to EMBEDMYMALLOC continue to do so); disable warnings.t#192
4297              (appears unsalvageable on some platforms)
4298      Branch: perl
4299            ! embed.h embed.pl handy.h perl.h pp_sys.c t/pragma/warn/pp_hot
4300 ____________________________________________________________________________
4301 [  4084] By: bailey                                on 1999/09/06  02:39:11
4302         Log: Integrate mainline 5.05_61
4303      Branch: vmsperl
4304           +> (branch 32 files)
4305            - lib/unicode/EthiopicSyllables.txt
4306            - lib/unicode/MakeEthiopicSyllables.PL t/pragma/warning.t
4307            - warning.pl
4308            ! vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
4309            ! vms/perly_h.vms vms/vms.c
4310           !> (integrate 346 files)
4311 ____________________________________________________________________________
4312 [  4083] By: gsar                                  on 1999/09/06  00:10:40
4313         Log: optional warning on join(/foo/...) (reworked suggested patch
4314              by Mark-Jason Dominus <mjd@plover.com>)
4315      Branch: perl
4316            ! embed.h objXSUB.h op.c opcode.h opcode.pl perlapi.c
4317            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.sym
4318            ! pp_proto.h t/pragma/warn/op
4319 ____________________________________________________________________________
4320 [  4082] By: gsar                                  on 1999/09/05  22:28:57
4321         Log: fix data loss when more than one block is read from SDBM
4322              *.dir file (suggested by Uwe Ohse <uwe@ohse.de>)
4323      Branch: perl
4324            ! ext/SDBM_File/sdbm/sdbm.c
4325 ____________________________________________________________________________
4326 [  4081] By: gsar                                  on 1999/09/05  22:07:18
4327         Log: initial implementation of lvalue subroutines (slightly fixed
4328              version of patch suggested by Ilya Zakharevich, which in turn
4329              is based on the one suggested by Tuomas J. Lukka <lukka@iki.fi>)
4330      Branch: perl
4331            + t/pragma/sub_lval.t
4332            ! MANIFEST cop.h cv.h dump.c embed.h ext/Opcode/Opcode.pm
4333            ! ext/attrs/attrs.pm ext/attrs/attrs.xs global.sym objXSUB.h
4334            ! op.c op.h opcode.h opcode.pl opnames.h perlapi.c
4335            ! pod/perldiag.pod pod/perlsub.pod pp.c pp.sym pp_hot.c
4336            ! pp_proto.h proto.h t/pragma/warn/pp_ctl
4337 ____________________________________________________________________________
4338 [  4080] By: jhi                                   on 1999/09/05  22:02:18
4339         Log: Undo #4055 (related to #4079).
4340      Branch: cfgperl
4341            ! pod/perlop.pod
4342 ____________________________________________________________________________
4343 [  4079] By: jhi                                   on 1999/09/05  21:30:54
4344         Log: Time is not yet ripe.
4345      Branch: cfgperl
4346            ! pod/perldelta.pod pod/perlop.pod pp.c t/op/64bit.t t/op/misc.t
4347 ____________________________________________________________________________
4348 [  4078] By: gsar                                  on 1999/09/05  18:17:32
4349         Log: modified suggested patch to handle cross-refs and qr// objects
4350              correctly; unfollowed refs are represented as simple string
4351              value, not just the bare type; $VERSION stays the same until
4352              it is ready for prime time (avoids CPAN confustication)
4353              From:    John Nolan <jpnolan@Op.Net>
4354              Date:    Wed, 04 Aug 1999 20:21:10 EDT
4355              Message-Id: <199908050021.UAA09693@monet.op.net>
4356              Subject: [ID 19990804.006] [PATCH]5.005_60 (Data::Dumper) - implements Maxdepth setting
4357      Branch: perl
4358            ! Changes ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
4359            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo t/lib/dumper.t
4360 ____________________________________________________________________________
4361 [  4077] By: jhi                                   on 1999/09/04  21:54:42
4362         Log: timesum() wasn't @EXPORTed as promised by the documentation.
4363              Bug reported by Alex Efros <powerman@inart.kharkov.com>.
4364      Branch: cfgperl
4365            ! lib/Benchmark.pm
4366 ____________________________________________________________________________
4367 [  4076] By: gsar                                  on 1999/09/04  20:21:59
4368         Log: integrate cfgperl contents into mainline
4369      Branch: perl
4370           +> lib/attributes.pm lib/warnings.pm t/lib/attrs.t t/op/attrs.t
4371           +> t/pragma/warn/7fatal t/pragma/warn/8signal t/pragma/warnings.t
4372           +> warnings.h warnings.pl xsutils.c
4373            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
4374           !> (integrate 109 files)
4375 ____________________________________________________________________________
4376 [  4075] By: jhi                                   on 1999/09/04  18:04:47
4377         Log: use integer on the problematic subtest.
4378      Branch: cfgperl
4379            ! t/op/misc.t
4380 ____________________________________________________________________________
4381 [  4074] By: jhi                                   on 1999/09/04  17:57:40
4382         Log: Warn about numconvert.t in case somebody
4383              wants to make sv_2pv more 64-bit aware.
4384      Branch: cfgperl
4385            ! sv.c
4386 ____________________________________________________________________________
4387 [  4073] By: jhi                                   on 1999/09/04  17:54:51
4388         Log: Comment upgrading: the quad situation isn't quite as
4389              bad as it used to be.
4390      Branch: cfgperl
4391            ! perl.h
4392 ____________________________________________________________________________
4393 [  4072] By: jhi                                   on 1999/09/04  15:35:37
4394         Log: Integrate with Sarathy.
4395      Branch: cfgperl
4396           !> win32/win32.c
4397 ____________________________________________________________________________
4398 [  4071] By: jhi                                   on 1999/09/04  15:28:11
4399         Log: Fix LFS with -Duseperlio in Solaris.  Reported in
4400              
4401              From: Robin Barker <rmb1@cise.npl.co.uk>
4402              To: perl5-porters@perl.org
4403              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
4404              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
4405              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
4406              
4407              and later (in private email) found to be dependent
4408              on useperlio.
4409              
4410              Mental note: the cpp magic done in perlsdio.h (and assumedly
4411              also in perlsfio.h) may cause trouble later with lfs because
4412              both the perlio scheme by Perl and the lfs support by vendors
4413              like to play cpp games to map the stdio namespace back and forth.
4414              The problem fixed here (fseek vs fseeko, ftell vs ftello) may be
4415              just the beginning.
4416      Branch: cfgperl
4417            ! perlio.c
4418 ____________________________________________________________________________
4419 [  4070] By: jhi                                   on 1999/09/04  13:12:14
4420         Log: Enable 64-bit clean bit ops.
4421              (Disables the t/op/misc.t substest 3 in 64-bit platforms.)
4422      Branch: cfgperl
4423            ! pod/perldelta.pod pod/perlop.pod pp.c pp_hot.c t/op/64bit.t
4424            ! t/op/misc.t
4425 ____________________________________________________________________________
4426 [  4069] By: jhi                                   on 1999/09/03  21:17:30
4427         Log: Turn on USE_64_BIT_OFFSETS implicitly.
4428      Branch: cfgperl
4429            ! perl.h
4430 ____________________________________________________________________________
4431 [  4068] By: jhi                                   on 1999/09/03  08:19:59
4432         Log: Fix from Spider for the sub attributes (there was an undocumented
4433              dependency between force_word() and skipspace()).
4434      Branch: cfgperl
4435            ! toke.c
4436 ____________________________________________________________________________
4437 [  4067] By: jhi                                   on 1999/09/01  23:17:06
4438         Log: From: John Tobey <spam@john-edwin-tobey.org>
4439              To: ilya@math.ohio-state.edu
4440              CC: perl5-porters@perl.org
4441              Subject: Re: [PATCH 5.005_60] distclean forgot two
4442              Date: Mon, 23 Aug 1999 02:10:11 -0400 (EDT)
4443              Message-Id: <m11InJ5-000FPCC@feynman.localnet>
4444      Branch: cfgperl
4445            ! t/lib/dprof.t
4446 ____________________________________________________________________________
4447 [  4066] By: jhi                                   on 1999/09/01  23:14:50
4448         Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
4449              To: perl5-porters@perl.org
4450              Subject: [ID 19990821.001] [PATCH] perl5.005_60 cygwin port
4451              Date: Fri, 20 Aug 1999 15:37:27 +0100
4452              Message-Id: <8A160D637356D311BC4300600849EC8122E217@POST>
4453      Branch: cfgperl
4454            ! cygwin/Makefile.SHs ext/ByteLoader/byterun.h
4455            ! ext/SDBM_File/sdbm/sdbm.c hints/cygwin.sh perl.h pp_sys.c
4456            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t
4457 ____________________________________________________________________________
4458 [  4065] By: jhi                                   on 1999/09/01  22:06:43
4459         Log: From: Dominic Dunlop <domo@vo.lu>
4460              To: perl5-porters@perl.org
4461              Subject: [ID 19990819.001] Not OK: perl 5.00560 on powerpc-machten 4.1.1
4462              (UNINSTALLED) [PATCH]
4463              Date: Thu, 19 Aug 1999 09:48:03 +0200
4464              Message-Id: <v03110709b3e165b51dda@[212.24.192.132]>
4465              
4466              The PERL_POLLUTE_MALLOC part had to be manually applied.
4467      Branch: cfgperl
4468            ! hints/machten.sh perl.h
4469 ____________________________________________________________________________
4470 [  4064] By: jhi                                   on 1999/09/01  13:56:14
4471         Log: From: Martin Lichtin <lichtin@bivio.com>
4472              To: jhi@iki.fi
4473              CC: perl5-porters@perl.org
4474              Subject: Re: [ID 19990829.001] ExtUtils::Install.pm, minor umask problem
4475              Date: Wed, 01 Sep 1999 15:50:04 +0200
4476              Message-ID: <37CD2F0C.944BFACE@bivio.com>
4477      Branch: cfgperl
4478            ! lib/ExtUtils/Install.pm
4479 ____________________________________________________________________________
4480 [  4063] By: jhi                                   on 1999/09/01  13:16:11
4481         Log: Enhance lfs tests: check every seek and sysseek
4482              and test also that -e and -f detect largefiles.
4483      Branch: cfgperl
4484            ! t/lib/syslfs.t t/op/lfs.t
4485 ____________________________________________________________________________
4486 [  4062] By: jhi                                   on 1999/09/01  12:08:04
4487         Log: From: Colin Kuskie <ckuskie@Cadence.COM>
4488              To: Ronald J Kimball <rjk@linguist.dartmouth.edu>
4489              cc: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>,
4490              The Perl Porters Mailing List <perl5-porters@perl.org>
4491              Subject: [REPATCH 5.005_61] Re: perldiag.pod omissions
4492              Date: Tue, 31 Aug 1999 11:24:31 -0700 (PDT)
4493              Message-ID: <Pine.GSO.4.10.9908311055460.11290-100000@pdxult10a.cadence.com>
4494      Branch: cfgperl
4495            ! pod/perldiag.pod
4496 ____________________________________________________________________________
4497 [  4061] By: jhi                                   on 1999/09/01  12:03:03
4498         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4499              To: ilya@math.ohio-state.edu (Ilya Zakharevich)
4500              Cc: perl5-porters@perl.org, cloos@adamsmith.ai
4501              Subject: Re: [ID 19990830.005] Assigning value of an op on an SV to said SV
4502              Date: Wed, 1 Sep 1999 02:56:06 -0400 (EDT)
4503              Message-Id: <199909010656.CAA04478@monk.mps.ohio-state.edu>
4504      Branch: cfgperl
4505            ! op.c t/op/join.t
4506 ____________________________________________________________________________
4507 [  4060] By: jhi                                   on 1999/09/01  07:59:42
4508         Log: IV_DIG and NV_DIG fixes.
4509      Branch: cfgperl
4510            ! perl.h
4511 ____________________________________________________________________________
4512 [  4059] By: jhi                                   on 1999/08/31  14:47:18
4513         Log: \C{} -> \N{} residue.
4514      Branch: cfgperl
4515            ! toke.c
4516 ____________________________________________________________________________
4517 [  4057] By: gsar                                  on 1999/08/30  22:08:19
4518         Log: avoid hiding child process window
4519      Branch: perl
4520            ! win32/win32.c
4521 ____________________________________________________________________________
4522 [  4055] By: jhi                                   on 1999/08/30  21:20:50
4523         Log: Document the undefinedness of overshifting.
4524      Branch: cfgperl
4525            ! pod/perlop.pod
4526 ____________________________________________________________________________
4527 [  4054] By: jhi                                   on 1999/08/30  20:18:18
4528         Log: History fixes and updates.
4529      Branch: cfgperl
4530            ! pod/perlhist.pod
4531 ____________________________________________________________________________
4532 [  4053] By: jhi                                   on 1999/08/30  19:34:02
4533         Log: Shell quoting thinko broke installdirs.
4534              From: JVromans@Squirrel.nl (Johan Vromans)
4535              To: perl5-porters@perl.org
4536              Subject: [ID 19990830.001] 5.005_61 Configure does not substitute
4537              installprefix
4538              Date: Mon, 30 Aug 1999 16:10:10 +0200 (MEST)
4539              Message-Id: <14282.37058.934928.805633@plume.nl.compuware.com>
4540      Branch: cfgperl
4541            ! Configure config_h.SH
4542      Branch: metaconfig
4543            ! U/installdirs/archlib.U U/installdirs/bin.U
4544            ! U/installdirs/html1dir.U U/installdirs/html3dir.U
4545            ! U/installdirs/installprefix.U U/installdirs/man1dir.U
4546            ! U/installdirs/man3dir.U U/installdirs/privlib.U
4547            ! U/installdirs/scriptdir.U U/installdirs/sitearch.U
4548            ! U/installdirs/sitebin.U U/installdirs/sitehtml1dir.U
4549            ! U/installdirs/sitehtml3dir.U U/installdirs/sitelib.U
4550            ! U/installdirs/siteman1dir.U U/installdirs/siteman3dir.U
4551            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
4552            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
4553            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
4554            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
4555            ! U/installdirs/vendorscriptdir.U
4556 ____________________________________________________________________________
4557 [  4052] By: jhi                                   on 1999/08/30  02:57:05
4558         Log: Use \N{named characters} instead of \C.
4559              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4560              To: jhi@iki.fi
4561              Cc: larry@wall.org (Larry Wall), Tim.Bunce@ig.co.uk (Tim Bunce),
4562              perl5-porters@perl.org (Mailing list Perl5)
4563              Subject: Re: [PATCH 5.005_58] Named characters in Perl
4564              Date: Sun, 29 Aug 1999 16:46:53 -0400 (EDT)
4565              Message-Id: <199908292046.QAA05510@monk.mps.ohio-state.edu>
4566      Branch: cfgperl
4567            ! lib/charnames.pm lib/utf8.pm pod/perldiag.pod pod/perlop.pod
4568            ! pod/perlre.pod regcomp.c t/lib/charnames.t toke.c
4569 ____________________________________________________________________________
4570 [  4051] By: jhi                                   on 1999/08/30  02:54:20
4571         Log: From: Spider Boardman <spider@Orb.Nashua.NH.US>
4572              To: perl5-porters@perl.org
4573              Subject: [ID 19990829.004] Autoloaded &VERSION and UNIVERSAL::VERSION
4574              don't mix
4575              Date: Sun, 29 Aug 1999 19:04:53 -0400
4576              Message-Id: <199908292304.TAA13738@Orb.Nashua.NH.US>
4577      Branch: cfgperl
4578            ! universal.c
4579 ____________________________________________________________________________
4580 [  4050] By: jhi                                   on 1999/08/29  16:38:58
4581         Log: Conditionally socksify the LIBS of Socket.
4582      Branch: cfgperl
4583            ! ext/Socket/Makefile.PL
4584 ____________________________________________________________________________
4585 [  4049] By: jhi                                   on 1999/08/29  15:33:30
4586         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4587              To: Mailing list Perl5 <perl5-porters@perl.org>
4588              Subject: Re: [PATCH 5.005_60] fix @DB::typeahead
4589              Date: Wed, 25 Aug 1999 16:19:58 -0400
4590              Message-ID: <19990825161958.A4658@monk.mps.ohio-state.edu>
4591      Branch: cfgperl
4592            ! lib/perl5db.pl
4593 ____________________________________________________________________________
4594 [  4048] By: jhi                                   on 1999/08/29  15:31:36
4595         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
4596              To: perl5-porters@perl.org
4597              Subject: [PATCH _61] Lost arguments to simplified sort
4598              Date: Wed, 25 Aug 1999 23:22:32 -0700 (PDT)
4599              Message-ID: <14276.56616.879390.562685@metonymy.hip.berkeley.edu>
4600      Branch: cfgperl
4601            ! op.c t/op/sort.t
4602 ____________________________________________________________________________
4603 [  4047] By: jhi                                   on 1999/08/29  15:29:29
4604         Log: From: Olaf Flebbe <olaf@science-computing.de>
4605              Sender: owner-perl5-porters@perl.org
4606              To: perl5-porters@perl.org
4607              Subject: [ID 19990827.003] [PATCH]5.005_60 Patch for EPOC Support
4608              Date: Fri, 27 Aug 1999 21:50:41 +0200 (MEST)
4609      Branch: cfgperl
4610            ! README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
4611            ! epoc/perl.mmp epoc/perl.pkg
4612 ____________________________________________________________________________
4613 [  4046] By: jhi                                   on 1999/08/29  15:21:18
4614         Log: From: pvhp@forte.com (Peter Prymmer)
4615              To: perl5-porters@perl.org
4616              Subject: [PATCH: 5.005_61] an EBCDIC friendly cgi-html.t test
4617              Date: Fri, 27 Aug 99 18:51:04 PDT
4618              Message-Id: <9908280151.AA05010@forte.com>
4619      Branch: cfgperl
4620            ! t/lib/cgi-html.t
4621 ____________________________________________________________________________
4622 [  4045] By: jhi                                   on 1999/08/29  15:18:38
4623         Log: Fix scalar gmtime (and localtime) in quad environments,
4624              bug reported by Robin Parker.
4625              
4626              From: Robin Barker <rmb1@cise.npl.co.uk>
4627              To: jhi@iki.fi
4628              Cc: perl5-porters@perl.org
4629              Subject: Re: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
4630              Date: Tue, 24 Aug 1999 11:09:24 +0100 (BST)
4631              Message-Id: <199908241009.LAA24394@tempest.npl.co.uk>
4632      Branch: cfgperl
4633            ! pp_sys.c t/op/time.t
4634 ____________________________________________________________________________
4635 [  4044] By: jhi                                   on 1999/08/29  11:24:03
4636         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4637              To: perl5-porters@perl.org (Mailing list Perl5)
4638              Subject: [PATCH 5.005_60] Speeding up XSUB calls up to 66%
4639              Date: Fri, 27 Aug 1999 03:33:01 -0400 (EDT)
4640              Message-Id: <199908270733.DAA16927@monk.mps.ohio-state.edu>
4641              
4642              Addendum: it's "only" 33% speedup.
4643      Branch: cfgperl
4644            ! dump.c op.c op.h pp.h
4645 ____________________________________________________________________________
4646 [  4043] By: jhi                                   on 1999/08/29  11:10:33
4647         Log: From: spider-perl@Orb.Nashua.NH.US
4648              To: Mailing list Perl5 <perl5-porters@perl.org>
4649              Subject: [PATCH 5.005_61 CORE] sub : attrlist
4650              Date: Sun, 29 Aug 1999 03:02:11 -0400
4651              Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US>
4652      Branch: cfgperl
4653            + lib/attributes.pm t/lib/attrs.t t/op/attrs.t xsutils.c
4654            ! MANIFEST Makefile.SH embed.h embed.pl embedvar.h global.sym
4655            ! gv.c lib/AutoSplit.pm lib/SelfLoader.pm objXSUB.h op.c perl.c
4656            ! perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
4657            ! perly_c.diff pod/perldelta.pod pod/perldiag.pod
4658            ! pod/perlfunc.pod pod/perlmodlib.pod pod/perlsub.pod proto.h
4659            ! toke.c vms/perly_c.vms vms/perly_h.vms warnings.h
4660 ____________________________________________________________________________
4661 [  4042] By: jhi                                   on 1999/08/29  11:08:50
4662         Log: Turn off gcc-2.95's strict-alias optimization.
4663              This, of course, should be only temporary.
4664              From Andy Dougherty.
4665      Branch: cfgperl
4666            ! Configure config_h.SH
4667      Branch: metaconfig
4668            ! U/compline/ccflags.U U/modified/cc.U
4669 ____________________________________________________________________________
4670 [  4041] By: jhi                                   on 1999/08/29  10:47:30
4671         Log: Fix a typo in #4036.
4672      Branch: cfgperl
4673            ! mg.c
4674 ____________________________________________________________________________
4675 [  4040] By: jhi                                   on 1999/08/29  10:34:58
4676         Log: Add a missing #endif forgotten by #4035.
4677      Branch: cfgperl
4678            ! doop.c
4679 ____________________________________________________________________________
4680 [  4039] By: jhi                                   on 1999/08/29  10:31:19
4681         Log: Remove an extra #endif introduced by #4036.
4682      Branch: cfgperl
4683            ! perl.h
4684 ____________________________________________________________________________
4685 [  4038] By: jhi                                   on 1999/08/29  10:18:59
4686         Log: Rename warning to warnings, from Paul Marquess.
4687      Branch: cfgperl
4688            + lib/warnings.pm t/pragma/warn/7fatal t/pragma/warn/8signal
4689            + t/pragma/warnings.t warnings.h warnings.pl
4690            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
4691            ! MANIFEST Makefile.SH gv.c mg.c perl.h pod/perldelta.pod
4692            ! pod/perldiag.pod pod/perlfunc.pod pod/perllexwarn.pod
4693            ! pod/perlmodlib.pod pod/perlrun.pod pod/perltoc.pod
4694            ! pod/perlvar.pod t/op/64bit.t t/op/tie.t t/pragma/warn/2use
4695            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/5nolint
4696            ! t/pragma/warn/6default t/pragma/warn/doio t/pragma/warn/doop
4697            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
4698            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
4699            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
4700            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
4701            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
4702            ! t/pragma/warn/utf8 t/pragma/warn/util toke.c
4703 ____________________________________________________________________________
4704 [  4037] By: jhi                                   on 1999/08/29  10:08:47
4705         Log: Create the equivalence tables based on
4706              the real Unicode decomposition, not on
4707              the character name.
4708      Branch: cfgperl
4709            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
4710            ! lib/unicode/mktables.PL
4711 ____________________________________________________________________________
4712 [  4036] By: jhi                                   on 1999/08/29  09:29:08
4713         Log: Integrate with Sarathy.
4714      Branch: cfgperl
4715           +> lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
4716           +> lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
4717           +> lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
4718           +> lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
4719           +> lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
4720           +> lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
4721           !> (integrate 190 files)
4722 ____________________________________________________________________________
4723 [  4035] By: jhi                                   on 1999/08/29  08:56:15
4724         Log: Implement 64-bit vec().
4725      Branch: cfgperl
4726            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
4727            ! pp.h t/op/64bit.t
4728 ____________________________________________________________________________
4729 [  4034] By: gsar                                  on 1999/08/29  03:35:18
4730         Log: deadcode removal
4731      Branch: perl
4732            ! XSUB.h embed.h embed.pl global.sym mg.c op.c perl.h perlapi.h
4733            ! pp_ctl.c proto.h run.c sv.c
4734 ____________________________________________________________________________
4735 [  4033] By: jhi                                   on 1999/08/28  17:31:07
4736         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
4737              To: perl5-porters@perl.org
4738              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
4739              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
4740              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
4741      Branch: cfgperl
4742            ! perl.h
4743 ____________________________________________________________________________
4744 [  4032] By: gsar                                  on 1999/08/26  23:53:33
4745         Log: new thread should set current interp in TLS
4746      Branch: perl
4747            ! ext/Thread/Thread.xs
4748 ____________________________________________________________________________
4749 [  4031] By: bailey                                on 1999/08/23  03:40:07
4750         Log: When extension doesn't have a "main" object file to anchor linker search, pull in all objct files
4751      Branch: vmsperl
4752            ! lib/ExtUtils/MM_VMS.pm
4753 ____________________________________________________________________________
4754 [  4030] By: bailey                                on 1999/08/23  03:37:43
4755         Log: Patch up holes in realclean target
4756      Branch: vmsperl
4757            ! vms/descrip_mms.template
4758 ____________________________________________________________________________
4759 [  4029] By: bailey                                on 1999/08/23  03:36:24
4760         Log: Fix handling of PERL_POLLUTE
4761      Branch: vmsperl
4762            ! lib/ExtUtils/MM_VMS.pm
4763 ____________________________________________________________________________
4764 [  4028] By: bailey                                on 1999/08/23  03:34:08
4765         Log: Update VMS version of perly.h
4766      Branch: vmsperl
4767            ! vms/perly_h.vms
4768 ____________________________________________________________________________
4769 [  4027] By: bailey                                on 1999/08/23  03:32:45
4770         Log: Update dependencies in Descrip.MMS
4771      Branch: vmsperl
4772            ! vms/descrip_mms.template
4773 ____________________________________________________________________________
4774 [  4026] By: bailey                                on 1999/08/23  03:30:01
4775         Log: Fix prototypes in perlapi.c (64-bit?)
4776              Clear prior definition of getenv_len before defining VMS-specific macro
4777      Branch: vmsperl
4778            ! perlapi.c vms/vmsish.h
4779 ____________________________________________________________________________
4780 [  4025] By: bailey                                on 1999/08/23  03:25:51
4781         Log: Add '-m' option to Configure.com which skips the MANIFEST check
4782      Branch: vmsperl
4783            ! configure.com
4784 ____________________________________________________________________________
4785 [  4024] By: bailey                                on 1999/08/23  03:23:34
4786         Log: Skip open() tests that rely on Unix fork semantics
4787      Branch: vmsperl
4788            ! t/io/open.t
4789 ____________________________________________________________________________
4790 [  4023] By: bailey                                on 1999/08/23  03:21:46
4791         Log: Loosen conditons for recognizing a function name in perl.h to accomodate revisions
4792      Branch: vmsperl
4793            ! vms/gen_shrfls.pl
4794 ____________________________________________________________________________
4795 [  4022] By: bailey                                on 1999/08/23  03:17:33
4796         Log: update MM_VMS to use new File::Spec routines
4797      Branch: vmsperl
4798            ! lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm
4799 ____________________________________________________________________________
4800 [  4021] By: bailey                                on 1999/08/23  03:13:40
4801         Log: byteperl is now part of the ByteLoader ext
4802      Branch: vmsperl
4803            ! ext/ByteLoader/byterun.h vms/descrip_mms.template
4804 ____________________________________________________________________________
4805 [  4020] By: bailey                                on 1999/08/23  03:10:41
4806         Log: Allow option to treat barewords at start of Unix paths as simple words rather than logicals
4807      Branch: vmsperl
4808            ! vms/vms.c
4809 ____________________________________________________________________________
4810 [  4019] By: bailey                                on 1999/08/23  03:07:28
4811         Log: Update calls for new thread context handling
4812      Branch: vmsperl
4813            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
4814            ! ext/POSIX/POSIX.xs vms/vms.c vms/vmsish.h vms/writemain.pl
4815 ____________________________________________________________________________
4816 [  4018] By: bailey                                on 1999/08/23  03:01:31
4817         Log: Allow for file versions in library when looking for .bs files
4818      Branch: vmsperl
4819            ! ext/DynaLoader/DynaLoader_pm.PL
4820 ____________________________________________________________________________
4821 [  4017] By: bailey                                on 1999/08/23  02:58:55
4822         Log: Update VMS configuration procedures for 5.005_60
4823      Branch: vmsperl
4824            ! configure.com vms/subconfigure.com
4825 ____________________________________________________________________________
4826 [  4016] By: gsar                                  on 1999/08/20  22:19:56
4827         Log: update Changes
4828      Branch: perl
4829            ! Changes
4830
4831 ----------------
4832 Version 5.005_61
4833 ----------------
4834
4835 ____________________________________________________________________________
4836 [  4015] By: gsar                                  on 1999/08/20  22:17:41
4837         Log: perl_free() should use PerlMem_free()
4838      Branch: perl
4839            ! perl.c
4840 ____________________________________________________________________________
4841 [  4014] By: gsar                                  on 1999/08/20  22:10:46
4842         Log: win32 tweaks
4843      Branch: perl
4844            ! XSUB.h mg.c perl.c win32/config.bc win32/config.gc
4845            ! win32/config.vc win32/config_H.bc win32/config_H.gc
4846            ! win32/config_H.vc
4847 ____________________________________________________________________________
4848 [  4013] By: gsar                                  on 1999/08/20  22:09:56
4849         Log: DEBUG_m() adjusted to internalize dTHX
4850      Branch: perl
4851            ! malloc.c perl.h util.c
4852 ____________________________________________________________________________
4853 [  4012] By: gsar                                  on 1999/08/20  17:51:06
4854         Log: make autogenerated files writable
4855      Branch: perl
4856            ! (edit 171 files)
4857 ____________________________________________________________________________
4858 [  4011] By: gsar                                  on 1999/08/20  17:43:47
4859         Log: update Changes
4860      Branch: perl
4861            ! Changes perl.h pod/perldelta.pod pod/perlguts.pod
4862 ____________________________________________________________________________
4863 [  4010] By: gsar                                  on 1999/08/20  17:21:53
4864         Log: up patchlevel &c
4865      Branch: perl
4866            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
4867            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
4868 ____________________________________________________________________________
4869 [  4009] By: gsar                                  on 1999/08/20  16:46:26
4870         Log: add missing Is/Syl*.pl files
4871      Branch: perl
4872            + lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
4873            + lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
4874            + lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
4875            + lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
4876            + lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
4877            + lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
4878 ____________________________________________________________________________
4879 [  4008] By: gsar                                  on 1999/08/20  16:31:02
4880         Log: integrate cfgperl contents into mainline
4881      Branch: perl
4882           +> ext/ByteLoader/hints/sunos.pl lib/charnames.pm
4883           +> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
4884           +> lib/unicode/syllables.txt t/lib/charnames.t t/lib/syslfs.t
4885           +> t/op/lfs.t
4886            - lib/unicode/EthiopicSyllables.txt
4887            - lib/unicode/MakeEthiopicSyllables.PL
4888           !> (integrate 261 files)
4889 ____________________________________________________________________________
4890 [  4007] By: gsar                                  on 1999/08/20  15:24:08
4891         Log: support USE_THREADS+MULTIPLICITY; source compat tweaks for
4892              USE_THREADS and MULTIPLICITY; minor pod adjustments
4893      Branch: perl
4894            ! Porting/patching.pod Todo Todo-5.005 XSUB.h embed.pl
4895            ! embedvar.h perl.c perl.h pod/perlguts.pod util.c
4896 ____________________________________________________________________________
4897 [  4006] By: jhi                                   on 1999/08/19  19:01:41
4898         Log: Tighten the vec() code so that naughty BITS cause an error.
4899      Branch: cfgperl
4900            ! doop.c
4901 ____________________________________________________________________________
4902 [  4005] By: jhi                                   on 1999/08/19  15:55:09
4903         Log: Don't document ill-defined vec() bits cases
4904              (for which the code doesn't work right in any case)
4905      Branch: cfgperl
4906            ! pod/perldiag.pod pod/perlfunc.pod
4907 ____________________________________________________________________________
4908 [  4004] By: jhi                                   on 1999/08/19  12:49:41
4909         Log: Removed duplicated code (in pp.c and mg.c) by introducing
4910              do_vecget().  NOTE: the calling convention of do_vecset()
4911              changes, too: the `offset' that is assigned to LvTARGOFF(TARG)
4912              in pp_vec() is no more multiplied by `size' in pp_vec(),
4913              the multiplication is now done in do_vecset().
4914              
4915              Also fix a cpp thinko in change #4002.
4916      Branch: cfgperl
4917            ! doop.c embed.h embed.pl embedvar.h global.sym mg.c objXSUB.h
4918            ! perl.h perlapi.c pod/perldiag.pod pod/perlfunc.pod pp.c
4919            ! proto.h
4920 ____________________________________________________________________________
4921 [  4003] By: jhi                                   on 1999/08/18  08:27:22
4922         Log: Warn about small spherical distances.
4923      Branch: cfgperl
4924            ! lib/Math/Trig.pm
4925 ____________________________________________________________________________
4926 [  4002] By: jhi                                   on 1999/08/17  09:11:51
4927         Log: Enhance IV_FITS_IN_IV (though it's still unused).
4928      Branch: cfgperl
4929            ! perl.h
4930 ____________________________________________________________________________
4931 [  4001] By: jhi                                   on 1999/08/17  08:13:34
4932         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
4933              Message-ID: <sfcogg7ylk7.fsf@hohenstaufen.in-berlin.de>
4934              To: The Perl5 Porters Mailing List <perl5-porters@perl.org>
4935              Subject: [PATCH] overload.pm str/num confu
4936              Date: 17 Aug 1999 08:21:12 +0200
4937      Branch: cfgperl
4938            ! lib/overload.pm
4939 ____________________________________________________________________________
4940 [  4000] By: jhi                                   on 1999/08/17  07:20:23
4941         Log: From: merlyn@stonehenge.com (Randal L. Schwartz)
4942              To: perl5-porters@perl.org
4943              Subject: [ID 19990816.006] small patch to perlobj.pod from 5.005_03
4944              Date: 16 Aug 1999 14:24:28 -0700
4945              Message-Id: <m1ogg7to4z.fsf@halfdome.holdit.com>
4946      Branch: cfgperl
4947            ! pod/perlobj.pod
4948 ____________________________________________________________________________
4949 [  3999] By: jhi                                   on 1999/08/16  19:49:09
4950         Log: Integrate with Nick.
4951      Branch: cfgperl
4952           !> cop.h op.c perl.c t/op/eval.t t/pragma/warn/op util.c
4953 ____________________________________________________________________________
4954 [  3998] By: jhi                                   on 1999/08/16  19:44:29
4955         Log: Fix most of the pod2man moanings reported in
4956              
4957              From: "Larry W. Virden" <lvirden@cas.org>
4958              To: perl5-porters@perl.org
4959              Subject: [ID 19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6
4960              (UNINSTALLED)
4961              Date: Tue, 3 Aug 1999 15:35:06 -0400 (EDT)
4962              Message-Id: <199908031935.PAA27692@cas.org>
4963              
4964              Configure regen'ed.
4965      Branch: cfgperl
4966            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4967            ! config_h.SH ext/B/B/Stash.pm lib/Carp/Heavy.pm
4968            ! lib/Dumpvalue.pm lib/Exporter/Heavy.pm lib/filetest.pm
4969            ! lib/utf8.pm pod/perllexwarn.pod pod/perlxstut.pod
4970            ! utils/h2xs.PL utils/perlcc.PL
4971 ____________________________________________________________________________
4972 [  3997] By: jhi                                   on 1999/08/16  19:20:37
4973         Log: A fix of sorts for the flush-before-dup scenario.
4974      Branch: cfgperl
4975            ! doio.c
4976 ____________________________________________________________________________
4977 [  3996] By: jhi                                   on 1999/08/16  19:14:37
4978         Log: More paranoia.
4979      Branch: cfgperl
4980            ! sv.c
4981 ____________________________________________________________________________
4982 [  3995] By: jhi                                   on 1999/08/16  18:55:35
4983         Log: Batch of small 64-bit/long double/large file support tweaks:
4984              - scan for LDBL_DIG
4985              - from DBL_DIG and LDBL_DIG select NV_DIG
4986              - introduce IVSIZE, UVSIZE, NVSIZE
4987              - introduce IV_DIG
4988              - remove stdio64
4989              - AIX uses `oslevel` when others use `uname -r`
4990              - already AIX 4.2 goes 64-bit
4991              - in HP-UX require the 64-bit libc, just the directory isn't enough
4992              - group ids are not NVs
4993              - #undef USE_LONG_DOUBLE if long double is no better than double
4994              - introduce NV_WITHIN_*() and IV_FITS_IN_IV
4995              - mention large file support in perldelta
4996              - introduce quad TOPpin' and POPpin'
4997              - the svcat... buffer was tiny for printing quads in %b
4998              - fix the multiplication test in 64bit.t
4999              - try to make VMS to comply with all this removal and "introducal"
5000              of symbols
5001      Branch: cfgperl
5002            ! Configure config_h.SH dump.c hints/aix.sh hints/hpux.sh mg.c
5003            ! perl.h perlio.c pod/perldelta.pod pp.h sv.c t/lib/syslfs.t
5004            ! t/op/64bit.t t/op/lfs.t utf8.c vms/subconfigure.com
5005      Branch: metaconfig
5006            ! U/modified/d_longdbl.U
5007      Branch: metaconfig/U/perl
5008            + d_ldbl_dig.U
5009 ____________________________________________________________________________
5010 [  3994] By: jhi                                   on 1999/08/16  07:53:44
5011         Log: More Configure/subconfigure.com syncing.
5012      Branch: cfgperl
5013            ! vms/subconfigure.com
5014 ____________________________________________________________________________
5015 [  3993] By: jhi                                   on 1999/08/14  22:09:26
5016         Log: Remove from VMS what the change #3982 took away from Configure lands.
5017      Branch: cfgperl
5018            ! vms/subconfigure.com
5019 ____________________________________________________________________________
5020 [  3992] By: jhi                                   on 1999/08/14  13:29:13
5021         Log: Small test tweaks.
5022      Branch: cfgperl
5023            ! t/io/dup.t t/lib/dprof.t t/lib/odbm.t
5024 ____________________________________________________________________________
5025 [  3991] By: jhi                                   on 1999/08/14  13:08:41
5026         Log: Augment filesize limit note.
5027      Branch: cfgperl
5028            ! doio.c
5029 ____________________________________________________________________________
5030 [  3990] By: jhi                                   on 1999/08/14  13:06:12
5031         Log: Note about filesize limits.
5032      Branch: cfgperl
5033            ! doio.c pp_sys.c
5034 ____________________________________________________________________________
5035 [  3989] By: jhi                                   on 1999/08/14  11:31:58
5036         Log: Catch the case of filesize limits.
5037      Branch: cfgperl
5038            ! t/lib/syslfs.t t/op/lfs.t
5039 ____________________________________________________________________________
5040 [  3988] By: nick                                  on 1999/08/14  09:20:58
5041         Log: New lightweight Carp has a require. If Carp is used in a __DIE__ handler
5042              this causes a POPSTACK panic. The problem seems to be that although
5043              die_where() has unwound the tail of perl_vdie() top_env setjmp has been
5044              set to resume execution there. Avoiding setting CATCH_SET(TRUE) in 
5045              call_sv() avoids this. So invent a new G_NOCATCH flag to disable
5046              messing with CATCH_SET() in call_sv, use it in perl_vdie().
5047              Add test to op/eval.t which will fail (panic) if bug comes back.
5048              >>> I AM NOT CONVINCED THIS IS CORRECT LONG TERM FIX <<<
5049      Branch: perl
5050            ! cop.h perl.c t/op/eval.t util.c
5051 ____________________________________________________________________________
5052 [  3987] By: jhi                                   on 1999/08/13  23:57:52
5053         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
5054              To: perl5-porters@perl.org, vmsperl@perl.org, sarathy@activestate.com
5055              Subject: [PATCH 5.005_60] fix MM_VMS.pm for space-delimited lists
5056              Date: Fri, 13 Aug 1999 17:42:47 -0500
5057              Message-Id: <v04210105b3da3ed9599d@[172.16.246.133]>
5058      Branch: cfgperl
5059            ! lib/ExtUtils/MM_VMS.pm
5060 ____________________________________________________________________________
5061 [  3986] By: jhi                                   on 1999/08/13  23:56:44
5062         Log: Don't quit before printing out the message.
5063      Branch: cfgperl
5064            ! t/lib/syslfs.t t/op/lfs.t
5065 ____________________________________________________________________________
5066 [  3985] By: jhi                                   on 1999/08/13  23:35:49
5067         Log: Remove more t/ trash on target "clean".
5068      Branch: cfgperl
5069            ! Makefile.SH
5070 ____________________________________________________________________________
5071 [  3984] By: jhi                                   on 1999/08/13  23:02:53
5072         Log: Avoid double long double. 
5073      Branch: cfgperl
5074            ! Configure config_h.SH
5075      Branch: metaconfig/U/perl
5076            ! uselongdbl.U
5077 ____________________________________________________________________________
5078 [  3983] By: jhi                                   on 1999/08/13  22:59:56
5079         Log: BYTEORDER fix.
5080      Branch: cfgperl
5081            ! Configure config_h.SH
5082      Branch: metaconfig
5083            ! U/compline/byteorder.U
5084 ____________________________________________________________________________
5085 [  3982] By: jhi                                   on 1999/08/13  22:48:40
5086         Log: Jumbo Configure and large file support update.
5087              Remove a lot of unneeded 64-bitness cruft;
5088              re-introduce BYTEORDER; update 64-bitness hints;
5089              lfs should now work in Solaris; long doubles in AIX.
5090      Branch: cfgperl
5091            ! Configure config_h.SH doio.c hints/aix.sh hints/hpux.sh
5092            ! hints/irix_6.sh hints/solaris_2.sh iperlsys.h perl.h perlio.c
5093            ! perlsdio.h pp.h pp_sys.c
5094      Branch: metaconfig
5095            ! U/compline/byteorder.U U/compline/ccflags.U
5096      Branch: metaconfig/U/perl
5097            ! d_dlsymun.U io64.U uselongdbl.U
5098 ____________________________________________________________________________
5099 [  3980] By: jhi                                   on 1999/08/13  15:09:11
5100         Log: Introduce HAS_LLSEEK.
5101      Branch: cfgperl
5102            ! Configure config_h.SH perl.h
5103 ____________________________________________________________________________
5104 [  3979] By: jhi                                   on 1999/08/13  14:29:47
5105         Log: From: <dan@sidhe.org>
5106              To: perl5-porters@perl.org, vmsperl@perl.org, bailey@newman.upenn.edu,
5107              sarathy@activestate.com
5108              Subject: [PATCH 5.005_60]fix up VMS->unix filename translation a bit
5109              Date: Fri, 13 Aug 1999 09:00:42 -0700 (PDT)
5110              Message-ID: <Pine.LNX.4.10.9908130849390.3950-100000@tuatha.sidhe.org>
5111      Branch: cfgperl
5112            ! vms/vms.c
5113 ____________________________________________________________________________
5114 [  3978] By: jhi                                   on 1999/08/13  09:56:46
5115         Log: Make the 64-bit tests more paranoid.
5116      Branch: cfgperl
5117            ! t/op/64bit.t
5118 ____________________________________________________________________________
5119 [  3976] By: jhi                                   on 1999/08/12  21:49:16
5120         Log: IRIX64 needs more -mabi=64 with gcc.
5121      Branch: cfgperl
5122            ! hints/irix_6.sh
5123 ____________________________________________________________________________
5124 [  3975] By: jhi                                   on 1999/08/12  21:02:03
5125         Log: Reincarnate change #3967, now in more modest form.
5126      Branch: cfgperl
5127            ! hints/irix_6.sh
5128 ____________________________________________________________________________
5129 [  3974] By: jhi                                   on 1999/08/12  20:49:36
5130         Log: Remove rt from libswanted (I added it many moons ago
5131              when I thought it would be useful in Digital UNIX,
5132              I was wrong); undo the recent IRIX hints changes,
5133              getting rid of one warning brought new ones.
5134      Branch: cfgperl
5135            ! Configure config_h.SH hints/irix_6.sh
5136      Branch: metaconfig
5137            ! U/modified/Myinit.U
5138 ____________________________________________________________________________
5139 [  3973] By: jhi                                   on 1999/08/12  19:42:53
5140         Log: st_blocks is in 512 byte blocks.
5141      Branch: cfgperl
5142            ! t/lib/syslfs.t t/op/lfs.t
5143 ____________________________________________________________________________
5144 [  3972] By: jhi                                   on 1999/08/12  19:27:31
5145         Log: Don't claim defeat too early.
5146      Branch: cfgperl
5147            ! Configure config_h.SH
5148      Branch: metaconfig/U/perl
5149            ! longdblfio.U
5150 ____________________________________________________________________________
5151 [  3971] By: jhi                                   on 1999/08/12  19:24:14
5152         Log: IRIX 64-bit hint tweak. 
5153      Branch: cfgperl
5154            ! hints/irix_6.sh
5155 ____________________________________________________________________________
5156 [  3970] By: nick                                  on 1999/08/12  19:17:20
5157         Log: Turn of deprecated warnings for defined(@Sompack::ISA) type
5158              tests i.e. RV2AV and RV2HV
5159      Branch: perl
5160            ! op.c t/pragma/warn/op
5161 ____________________________________________________________________________
5162 [  3969] By: jhi                                   on 1999/08/12  19:06:17
5163         Log: Add Configure -Duselongdouble and add a missing semicolon.
5164      Branch: cfgperl
5165            ! Configure config_h.SH sv.c
5166      Branch: metaconfig/U/perl
5167            + uselongdbl.U
5168 ____________________________________________________________________________
5169 [  3968] By: jhi                                   on 1999/08/12  18:46:00
5170         Log: Simply exit() early if lfs support seems unlikely.
5171      Branch: cfgperl
5172            ! t/lib/syslfs.t t/op/lfs.t
5173 ____________________________________________________________________________
5174 [  3967] By: jhi                                   on 1999/08/12  18:44:05
5175         Log: Suffer silently for unused libraries.
5176      Branch: cfgperl
5177            ! hints/irix_6.sh
5178 ____________________________________________________________________________
5179 [  3966] By: jhi                                   on 1999/08/12  13:18:44
5180         Log: Update MANIFEST to follow change #3965.
5181      Branch: cfgperl
5182            ! MANIFEST
5183 ____________________________________________________________________________
5184 [  3965] By: jhi                                   on 1999/08/12  13:15:38
5185         Log: Regenerate Unicode tables based on new syllable lists
5186              from Daniel Yacob.
5187      Branch: cfgperl
5188            ! (edit 159 files)
5189 ____________________________________________________________________________
5190 [  3964] By: jhi                                   on 1999/08/12  10:06:24
5191         Log: Remove more spurious casting.
5192      Branch: cfgperl
5193            ! pp_sys.c
5194 ____________________________________________________________________________
5195 [  3963] By: jhi                                   on 1999/08/12  08:18:53
5196         Log: Minor niggles on the lfs tests.
5197      Branch: cfgperl
5198            ! t/lib/syslfs.t t/op/lfs.t
5199 ____________________________________________________________________________
5200 [  3962] By: jhi                                   on 1999/08/11  22:48:25
5201         Log: Don't bother with lfs testing if off_t is too small.
5202      Branch: cfgperl
5203            ! t/lib/syslfs.t t/op/lfs.t
5204 ____________________________________________________________________________
5205 [  3961] By: jhi                                   on 1999/08/11  22:22:54
5206         Log: Long double patches from Dan Sugalski.
5207      Branch: cfgperl
5208            ! sv.c
5209 ____________________________________________________________________________
5210 [  3960] By: jhi                                   on 1999/08/11  22:17:55
5211         Log: Flush buffer before duplicating file descriptor.
5212              
5213              From: Mark-Jason Dominus <mjd@plover.com>
5214              To: Graham Barr <gbarr@pobox.com>
5215              cc: Vicki Brown <vlb@cfcl.com>, perl5-porters@perl.org, mjd@plover.com
5216              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
5217              Date: Wed, 11 Aug 1999 15:56:09 -0400
5218              Message-ID: <19990811195610.5933.qmail@plover.com>
5219              
5220              From: Mark-Jason Dominus <mjd@plover.com>
5221              To: perl5-porters@perl.org
5222              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57)) 
5223              Date: Wed, 11 Aug 1999 16:05:46 -0400
5224              Message-ID: <19990811200546.6165.qmail@plover.com>
5225      Branch: cfgperl
5226            ! doio.c pod/perldelta.pod
5227 ____________________________________________________________________________
5228 [  3959] By: jhi                                   on 1999/08/11  22:11:35
5229         Log: Bypass fsync(NULL) (crashes miniperl compiled with DEC C 5.2)
5230              
5231              From: "Craig A. Berry" <craig.berry@metamor.com>
5232              Sender: owner-perl5-porters@perl.org
5233              To: vmsperl@perl.org, perl5-porters@perl.org, sarathy@activestate.com,
5234              bailey@newman.upenn.edu
5235              Subject: [PATCH 5.005_60] vms.c my_flush patch to circumvent fileno
5236              problem
5237              Date: Wed, 11 Aug 1999 14:31:11 -0500
5238              Message-Id: <4.2.0.58.19990811141007.00b8f8a0@mmtnt11.metamor.com>
5239      Branch: cfgperl
5240            ! vms/vms.c
5241 ____________________________________________________________________________
5242 [  3958] By: jhi                                   on 1999/08/11  15:35:45
5243         Log: Add a hopefully comforting message if there seems to be no LFS. 
5244              This seems to be the case with e.g. ext2fs, a somewhat popular fs.
5245              The tests will fail on lfs tests only if quad is available,
5246              if ENOQUAD, the lfs tests will be skipped.
5247      Branch: cfgperl
5248            ! t/lib/syslfs.t t/op/lfs.t
5249 ____________________________________________________________________________
5250 [  3957] By: jhi                                   on 1999/08/11  12:25:59
5251         Log: Unapply an experimental patch that accidentally escaped
5252              from the lab by piggybacking with the change #3955.
5253      Branch: cfgperl
5254            ! pp.c pp.h pp_hot.c
5255 ____________________________________________________________________________
5256 [  3956] By: jhi                                   on 1999/08/11  08:19:23
5257         Log: Add sysio large file support testing.
5258      Branch: cfgperl
5259            + t/lib/syslfs.t
5260            ! MANIFEST pod/perlfunc.pod t/op/64bit.t t/op/lfs.t
5261 ____________________________________________________________________________
5262 [  3955] By: jhi                                   on 1999/08/10  22:39:11
5263         Log: From: <dan@sidhe.org>
5264              To: vmsperl@perl.org, perl5-porters@perl.org,
5265              sarathy@activestate.com, bailey@newman.upenn.edu
5266              Subject: [PATCH 5.005_60]Patches needed to get _60 building with
5267              threads on VMS
5268              Date: Tue, 10 Aug 1999 16:34:56 -0700 (PDT)
5269              Message-ID: <Pine.LNX.4.10.9908101631030.18266-100000@tuatha.sidhe.org>
5270      Branch: cfgperl
5271            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
5272            ! ext/POSIX/POSIX.xs pp.c pp.h pp_hot.c vms/vms.c vms/vmsish.h
5273            ! vms/writemain.pl
5274 ____________________________________________________________________________
5275 [  3954] By: jhi                                   on 1999/08/10  20:37:55
5276         Log: LFS testing robustness.
5277      Branch: cfgperl
5278            ! t/op/lfs.t
5279 ____________________________________________________________________________
5280 [  3953] By: jhi                                   on 1999/08/10  19:54:50
5281         Log: From: <dan@sidhe.org>
5282              To: vmsperl@perl.org, perp5-porters@perl.org, bailey@newman.upenn.edu,
5283              sarathy@activestate.com
5284              Subject: [PATCH 5.005_60]Pathces to get _60 building on VMS
5285              Date: Tue, 10 Aug 1999 13:28:18 -0700 (PDT)
5286              Message-ID: <Pine.LNX.4.10.9908101323130.18266-100000@tuatha.sidhe.org>
5287      Branch: cfgperl
5288            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
5289            ! vms/subconfigure.com vms/vmsish.h
5290 ____________________________________________________________________________
5291 [  3952] By: jhi                                   on 1999/08/10  17:18:57
5292         Log: AIX is different, again.  Now in cc -E output.
5293      Branch: cfgperl
5294            ! Configure config_h.SH
5295      Branch: metaconfig
5296            ! U/modified/cppstdin.U
5297 ____________________________________________________________________________
5298 [  3951] By: jhi                                   on 1999/08/10  14:37:08
5299         Log: Use Pid_t on pgrp matters.
5300      Branch: cfgperl
5301            ! pp_sys.c
5302 ____________________________________________________________________________
5303 [  3950] By: jhi                                   on 1999/08/10  14:35:30
5304         Log: Use Pid_t.
5305      Branch: cfgperl
5306            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
5307            ! pp_sys.c proto.h util.c
5308 ____________________________________________________________________________
5309 [  3949] By: jhi                                   on 1999/08/10  14:11:15
5310         Log: Use Mode_t.
5311      Branch: cfgperl
5312            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
5313            ! perlapi.h pp_sys.c proto.h
5314 ____________________________________________________________________________
5315 [  3948] By: jhi                                   on 1999/08/10  13:53:19
5316         Log: Small perlbug doc tweaks from Jon Orwant.
5317      Branch: cfgperl
5318            ! utils/perlbug.PL
5319 ____________________________________________________________________________
5320 [  3947] By: jhi                                   on 1999/08/10  09:55:11
5321         Log: Large file support testing.
5322      Branch: cfgperl
5323            + t/op/lfs.t
5324            ! MANIFEST t/op/64bit.t
5325 ____________________________________________________________________________
5326 [  3946] By: jhi                                   on 1999/08/10  09:13:54
5327         Log: Remove I32 casting from time-related functions.
5328      Branch: cfgperl
5329            ! pp_sys.c
5330 ____________________________________________________________________________
5331 [  3945] By: jhi                                   on 1999/08/10  09:06:42
5332         Log: Gratuitous uid and gid casts to I32s and ints removed.
5333              There are still problem spots in printfing such ids:
5334              width (%d vs %ld) and signedness %d vs %u.
5335      Branch: cfgperl
5336            ! doio.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
5337            ! perl.c perlapi.c pp_hot.c proto.h
5338 ____________________________________________________________________________
5339 [  3944] By: jhi                                   on 1999/08/10  07:43:03
5340         Log: Remove I32 casts from pp_stat, these make stat()
5341              very broken e.g. on files larger than 2 gigabytes.
5342              Reported by
5343              From: Phil Lobbes <phil@finchcomputer.com>
5344              To: perl5-porters@perl.org
5345              Subject: [ID 19990810.001] Possible bug using stat w/large files Digital
5346              UNIX Perl 5.005_03
5347              Date: Mon, 09 Aug 1999 21:38:54 -0700
5348              Message-Id: <199908100438.VAA08292@ultra.finchcomputer.com>
5349              
5350              There are more of these I32 casts all over pp_sys.c,
5351              all of them should be checked.
5352      Branch: cfgperl
5353            ! pp_sys.c
5354 ____________________________________________________________________________
5355 [  3943] By: jhi                                   on 1999/08/10  07:38:30
5356         Log: Remove blathering.
5357      Branch: cfgperl
5358            ! lib/unicode/mktables.PL
5359 ____________________________________________________________________________
5360 [  3942] By: jhi                                   on 1999/08/09  20:35:13
5361         Log: lexwarn maintenance: new warning class unsafe
5362              subclasses 'overflow' and 'portable' created,
5363              used by the recent integer overflow warnings.
5364              Class syntax subclass 'octal' renamed to 'digit',
5365              binary and hexadecimal parsing errors also 'digit' warnings.
5366      Branch: cfgperl
5367            ! lib/warning.pm pod/perllexwarn.pod t/pragma/warn/util toke.c
5368            ! util.c warning.h warning.pl
5369 ____________________________________________________________________________
5370 [  3941] By: jhi                                   on 1999/08/09  10:40:47
5371         Log: Integrate with Nick.
5372      Branch: cfgperl
5373           +> opnames.h
5374           !> Changes MANIFEST embed.h embed.pl ext/B/B/C.pm ext/B/B/CC.pm
5375           !> global.sym opcode.h opcode.pl perl.h perlapi.c pp.c
5376 ____________________________________________________________________________
5377 [  3940] By: jhi                                   on 1999/08/09  10:32:43
5378         Log: Regenerate the Unicode tables after having updated the Unicode
5379              database (change #3939).
5380      Branch: cfgperl
5381            ! (edit 157 files)
5382 ____________________________________________________________________________
5383 [  3939] By: jhi                                   on 1999/08/09  10:27:22
5384         Log: Unicode data updated to be the latest beta of the Unicode 3.0.
5385      Branch: cfgperl
5386            ! lib/unicode/UnicodeData-Latest.txt
5387 ____________________________________________________________________________
5388 [  3938] By: jhi                                   on 1999/08/09  10:25:54
5389         Log: Ethiopic changes via private email from Daniel Yacob,
5390              <dmulholl@cs.indiana.edu>.  Ethiopic and Cherokee done,
5391              Canadian Syllabics and Yi under construction.
5392      Branch: cfgperl
5393            + lib/unicode/syllables.txt
5394            - lib/unicode/EthiopicSyllables.txt
5395            - lib/unicode/MakeEthiopicSyllables.PL
5396            ! MANIFEST lib/unicode/UnicodeData-Latest.txt
5397            ! lib/unicode/mktables.PL
5398 ____________________________________________________________________________
5399 [  3937] By: jhi                                   on 1999/08/09  10:21:51
5400         Log: Move the equivalence class creation last.
5401      Branch: cfgperl
5402            ! lib/unicode/mktables.PL
5403 ____________________________________________________________________________
5404 [  3936] By: jhi                                   on 1999/08/09  10:20:40
5405         Log: Compute equivalence classes (diacritics stripping) only
5406              for letters, not for ligatures.
5407      Branch: cfgperl
5408            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
5409            ! lib/unicode/mktables.PL
5410 ____________________________________________________________________________
5411 [  3935] By: nick                                  on 1999/08/08  13:53:57
5412         Log: Will now correctly re-call 
5413              bootstrap "Foo";
5414              if requested. This should allow build on Win32 and other
5415              platforms where you cannot link to loadables directly.
5416      Branch: perl
5417            ! ext/B/B/C.pm
5418 ____________________________________________________________________________
5419 [  3934] By: nick                                  on 1999/08/07  12:23:55
5420         Log: Vishal Bhatia <vishalb@my-deja.com>
5421              Subject: [PATCH 5.005_60] fix for some obscure bugs (compiler)
5422              Message-ID: <HLPEBPHPAKHKAAAA@my-deja.com>
5423      Branch: perl
5424            ! ext/B/B/CC.pm
5425 ____________________________________________________________________________
5426 [  3933] By: nick                                  on 1999/08/07  12:19:46
5427         Log: B::C changes to get simple Tk app. compiling again
5428      Branch: perl
5429            ! ext/B/B/C.pm
5430 ____________________________________________________________________________
5431 [  3932] By: jhi                                   on 1999/08/06  21:17:16
5432         Log: Regen Configure to include change #3915.
5433      Branch: cfgperl
5434            ! Configure config_h.SH
5435 ____________________________________________________________________________
5436 [  3931] By: jhi                                   on 1999/08/06  18:52:57
5437         Log: Todo update.
5438      Branch: cfgperl
5439            ! Todo Todo-5.005 lib/unicode/mktables.PL
5440 ____________________________________________________________________________
5441 [  3930] By: jhi                                   on 1999/08/06  13:13:05
5442         Log: Character class equivalence tables.
5443      Branch: cfgperl
5444            + lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
5445            ! MANIFEST lib/unicode/mktables.PL
5446 ____________________________________________________________________________
5447 [  3929] By: jhi                                   on 1999/08/06  11:59:11
5448         Log: More Fcntl constants.  (This process really needs
5449              to be automated, at least partly, see the Errno extension.)
5450              Now also the SEEK_ constants are available via the Fcntl.
5451              Yes, this is redundant (IO::Seekable and POSIX supply them already),
5452              but now Fcntl is a one-stop shopping mall for all your
5453              file-related constants.    
5454      Branch: cfgperl
5455            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs pod/perlfunc.pod
5456 ____________________________________________________________________________
5457 [  3928] By: jhi                                   on 1999/08/06  08:08:03
5458         Log: Protect against pack/unpack repeat count overflows,
5459              based on:
5460              
5461              From: Nathan Torkington <gnat@frii.com>
5462              To: Brian Keefer <mgomes@cwix.com>
5463              Cc: perl5-porters@perl.org
5464              Subject: Re: [ID 19990806.001] Core dump with obfuscated code
5465              Date: Thu, 5 Aug 1999 23:01:51 -0600 (MDT)
5466              Message-ID: <14250.27711.769942.100675@localhost.frii.com>
5467      Branch: cfgperl
5468            ! pod/perldiag.pod pp.c
5469 ____________________________________________________________________________
5470 [  3927] By: jhi                                   on 1999/08/06  07:32:20
5471         Log: Fix for Nathan's fix (#3920) from Guy Decoux.
5472              
5473              From: Nathan Torkington <gnat@frii.com>
5474              To: perl5-porters@perl.org
5475              Subject: Bugfix for my bugfix
5476              Date: Thu, 5 Aug 1999 21:25:47 -0600 (MDT)
5477              Message-ID: <14250.21947.765134.940583@localhost.frii.com>
5478      Branch: cfgperl
5479            ! ext/B/B/Assembler.pm
5480 ____________________________________________________________________________
5481 [  3926] By: jhi                                   on 1999/08/05  17:25:19
5482         Log: Fix regex charclass parsing so that bogus ranges
5483              like [0-\d] and [[:word:]-z] are no more allowed.
5484              The anomaly was noticed by Guy Decoux.
5485      Branch: cfgperl
5486            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
5487 ____________________________________________________________________________
5488 [  3925] By: jhi                                   on 1999/08/05  10:31:47
5489         Log: split /^/ deprecation warning should not be on by default.
5490      Branch: cfgperl
5491            ! pp.c
5492 ____________________________________________________________________________
5493 [  3923] By: jhi                                   on 1999/08/05  09:16:57
5494         Log: From: paul.marquess@bt.com
5495              To: jhi@iki.fi, paul.marquess@bt.com
5496              Cc: gsar@ActiveState.com, perl5-porters@perl.org
5497              Subject: RE: [PATCH 5.005_60] anydbm.t + DB_File + Berkeley DB >= 2.4.10
5498              Date: Thu, 5 Aug 1999 09:33:14 +0100
5499              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B26@mbtlipnt02.btlabs.bt.co.uk>
5500      Branch: cfgperl
5501            ! t/lib/anydbm.t
5502 ____________________________________________________________________________
5503 [  3921] By: jhi                                   on 1999/08/05  08:05:13
5504         Log: From: paul.marquess@bt.com
5505              To: perl5-porters@perl.org
5506              Cc: gsar@activestate.com, nik@tiuk.ti.com, jhi@iki.fi,
5507              randy@theoryx5.uwinnipeg.ca
5508              Subject:  [PATCH 5.005_60] DB_File 1.70
5509              Date: Wed, 4 Aug 1999 23:22:22 +0100
5510              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B21@mbtlipnt02.btlabs.bt.co.uk>
5511              
5512              (Replaces change #3917)
5513      Branch: cfgperl
5514            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5515            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
5516 ____________________________________________________________________________
5517 [  3920] By: jhi                                   on 1999/08/04  19:02:58
5518         Log: From: Nathan Torkington <gnat@frii.com>
5519              To: perl5-porters@perl.org
5520              Subject: [5.005_60 PATCH] Make B::Bytecode work
5521              Date: Wed, 4 Aug 1999 11:24:56 -0600 (MDT)
5522              Message-ID: <14248.30568.769427.216092@localhost.frii.com>
5523      Branch: cfgperl
5524            ! ext/B/B/Assembler.pm
5525 ____________________________________________________________________________
5526 [  3919] By: jhi                                   on 1999/08/04  10:56:26
5527         Log: Update history records.
5528      Branch: cfgperl
5529            ! pod/perlhist.pod
5530 ____________________________________________________________________________
5531 [  3918] By: jhi                                   on 1999/08/04  09:36:13
5532         Log: Minor fixes to linux -Dusethreads -Duseperlio.
5533      Branch: cfgperl
5534            ! perlio.c
5535 ____________________________________________________________________________
5536 [  3917] By: jhi                                   on 1999/08/04  08:13:20
5537         Log: (Replaced by change #3921)
5538              From: paul.marquess@bt.com
5539              To: gsar@activestate.com
5540              Cc: perl5-porters@perl.org
5541              Subject: [PATCH 5.005_60] DB_File 1.69
5542              Date: Tue, 3 Aug 1999 22:55:00 +0100
5543              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6D04@mbtlipnt02.btlabs.bt.co.uk>
5544      Branch: cfgperl
5545            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5546            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
5547 ____________________________________________________________________________
5548 [  3916] By: jhi                                   on 1999/08/04  07:59:05
5549         Log: Introduce the charnames pragma.
5550              
5551              Subject: [PATCH 5.005_58] Free \C (for named chars), move to \O
5552              From: Ilya Zakharevich <[9]ilya@math.ohio-state.edu>
5553              To: Chip Salzenberg <[11]chip@perlsupport.com>
5554              Cc: Mailing list Perl5 <[12]perl5-porters@perl.org>
5555              Date: Sat, 31 Jul 1999 05:44:05 -0400
5556              Message-Id: <[13]199907311407.IAA25042@localhost.frii.com>
5557              
5558              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5559              To: Mailing list Perl5 <perl5-porters@perl.org>
5560              Subject: [PATCH 5.005_58] Named characters in Perl
5561              Date: Mon, 2 Aug 1999 19:25:40 -0400
5562              Message-ID: <19990802192540.B24407@monk.mps.ohio-state.edu>
5563      Branch: cfgperl
5564            + lib/charnames.pm t/lib/charnames.t
5565            ! MAINTAIN MANIFEST lib/utf8.pm pod/perldiag.pod pod/perlop.pod
5566            ! pod/perlre.pod regcomp.c toke.c
5567 ____________________________________________________________________________
5568 [  3915] By: jhi                                   on 1999/08/03  21:18:49
5569         Log: Support Configure -Dmake=pmake.
5570              Via private email from Andy.
5571              NOTE: assumes "basename" command.
5572      Branch: metaconfig
5573            ! U/modified/Config_sh.U
5574 ____________________________________________________________________________
5575 [  3914] By: jhi                                   on 1999/08/03  21:11:11
5576         Log: The op/filetest.t failed subtest 7 if testing as root.
5577              
5578              From: =?iso-8859-1?Q?Fran=E7ois=20D=E9sarm=E9nien?= <desar@club-internet.fr>
5579              To: perl5-porters@perl.org
5580              Subject: [ID 19990727.039] Not OK: perl 5.00558 on i386-sco 3.2v5.0.4
5581              Date: Tue, 27 Jul 1999 22:54:05 +0200
5582              Message-Id: <379E1C6D.626DC765@club-internet.fr>
5583      Branch: cfgperl
5584            ! t/op/filetest.t
5585 ____________________________________________________________________________
5586 [  3911] By: jhi                                   on 1999/08/03  19:52:38
5587         Log: The "-Dusethreads -Duseperlio" combination failed.
5588              
5589              From: Spider Boardman <spider@leggy.zk3.dec.com>
5590              To: perl5-porters@perl.org
5591              Subject: [ID 19990803.007] Not OK: perl 5.00560 on alpha-dec_osf-thread
5592              4.0 (UNINSTALLED)
5593              Date: Tue, 3 Aug 1999 14:25:00 -0400
5594              Message-Id: <199908031825.OAA29254@leggy.zk3.dec.com>
5595              
5596              See also change #3912.
5597      Branch: cfgperl
5598            ! perlio.c
5599 ____________________________________________________________________________
5600 [  3910] By: jhi                                   on 1999/08/03  10:44:24
5601         Log: From: Chris Nandor <pudge@pobox.com>
5602              To: perl5-porters@perl.org
5603              Subject: [PATCH 5.005_58] perlbug.PL 1.27
5604              Date: Wed, 28 Jul 1999 23:42:49 -0400
5605              Message-Id: <v04210104b3c57ce9e3de@[152.167.11.247]>
5606      Branch: cfgperl
5607            ! utils/perlbug.PL
5608 ____________________________________________________________________________
5609 [  3909] By: jhi                                   on 1999/08/03  10:41:04
5610         Log: Hints for building ByteLoader in SunoS.  Based on
5611              From: Andy Dougherty <doughera@lafayette.edu>
5612              To: Gurusamy Sarathy <gsar@activestate.com>
5613              Cc: Perl Porters <perl5-porters@perl.org>
5614              Subject: Re: 5.005_58 Not OK SunOS 4.1.3
5615              Date: Mon, 2 Aug 1999 14:01:58 -0400 (EDT)
5616              Message-Id: <Pine.GSU.4.05.9908021357410.5873-100000@newton.phys>
5617      Branch: cfgperl
5618            + ext/ByteLoader/hints/sunos.pl
5619            ! MANIFEST ext/ByteLoader/ByteLoader.xs
5620 ____________________________________________________________________________
5621 [  3908] By: jhi                                   on 1999/08/03  09:29:22
5622         Log: Clarify RE engine code; inline a static function to a macro;
5623              make exact string nodes smaller.
5624              
5625              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5626              To: perl5-porters@perl.org (Mailing list Perl5)
5627              Subject: [PATCH 5.005_60] Cosmetic change to REx engine
5628              Date: Mon, 2 Aug 1999 21:53:36 -0400 (EDT)
5629              Message-Id: <199908030153.VAA10542@monk.mps.ohio-state.edu>
5630      Branch: cfgperl
5631            ! Makefile.SH embed.pl global.sym keywords.h lib/warning.pm
5632            ! opcode.h pp.sym pp_proto.h regcomp.c regcomp.h regexec.c
5633            ! regnodes.h warning.h
5634 ____________________________________________________________________________
5635 [  3907] By: jhi                                   on 1999/08/03  08:11:49
5636         Log: 5_59 configured with -Dd_bincompat5005 can't be made
5637              binary compatible with a 5_03 which was built with -DEMBEDMYMALLOC.
5638              
5639              From: Spider Boardman <spider@leggy.zk3.dec.com>
5640              To: perl5-porters@perl.org
5641              Subject: [ID 19990802.016] Not OK: perl 5.00559
5642              Date: Mon, 2 Aug 1999 16:11:13 -0400
5643              Message-Id: <199908022011.QAA30224@leggy.zk3.dec.com>
5644      Branch: cfgperl
5645            ! embed.pl
5646 ____________________________________________________________________________
5647 [  3906] By: jhi                                   on 1999/08/03  07:48:59
5648         Log: Change #3790 redemption: with a little additional
5649              patch from Ilya it works okay.
5650      Branch: cfgperl
5651            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
5652            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
5653 ____________________________________________________________________________
5654 [  3905] By: gsar                                  on 1999/08/02  21:03:23
5655         Log: this will be 5.005_60
5656      Branch: perl
5657            ! Changes
5658
5659 ----------------
5660 Version 5.005_60
5661 ----------------
5662
5663 ____________________________________________________________________________
5664 [  3904] By: gsar                                  on 1999/08/02  20:30:23
5665         Log: don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC is
5666              in effect (from Spider Boardman <spider@leggy.zk3.dec.com>);
5667              regen headers
5668      Branch: perl
5669            ! embed.h embed.pl global.sym opcode.h perlapi.c
5670 ____________________________________________________________________________
5671 [  3903] By: gsar                                  on 1999/08/02  20:26:07
5672         Log: native int pack/unpack fixes (from Spider Boardman
5673              <spider@leggy.zk3.dec.com>)
5674      Branch: perl
5675            ! pp.c
5676 ____________________________________________________________________________
5677 [  3902] By: gsar                                  on 1999/08/02  20:24:41
5678         Log: fix broken -DDEBUGGING_OPS (from Spider Boardman
5679              <spider@leggy.zk3.dec.com>)
5680      Branch: perl
5681            + opnames.h
5682            ! Changes MANIFEST opcode.pl perl.h
5683 ____________________________________________________________________________
5684 [  3901] By: gsar                                  on 1999/08/02  18:51:18
5685         Log: integrate cfgperl contents
5686      Branch: perl
5687           !> INSTALL README pod/perldelta.pod
5688 ____________________________________________________________________________
5689 [  3900] By: jhi                                   on 1999/08/02  18:46:21
5690         Log: Update README and INSTALL; partly based on the message
5691              
5692              From: "John L. Allen" <allen@grumman.com>
5693              To: Jarkko Hietaniemi <jhi@iki.fi>
5694              cc: perl5-porters@perl.org
5695              Subject: Re: Perl Installation Problem
5696              Date: Thu, 29 Jul 1999 14:55:05 -0400 (EDT)
5697              Message-ID: <Pine.SOL.3.91.990729144440.1035A-100000@gateway.grumman.com>
5698              
5699              and private email from Andy Dougherty.
5700      Branch: cfgperl
5701            ! INSTALL README
5702 ____________________________________________________________________________
5703 [  3899] By: jhi                                   on 1999/08/02  18:36:35
5704         Log: Integrate with Sarathy.
5705      Branch: cfgperl
5706           !> op.c
5707 ____________________________________________________________________________
5708 [  3898] By: jhi                                   on 1999/08/02  18:34:49
5709         Log: Update PERL_BINCOMPAT_5005; update 64-bitness.
5710      Branch: cfgperl
5711            ! pod/perldelta.pod
5712 ____________________________________________________________________________
5713 [  3897] By: gsar                                  on 1999/08/02  18:18:37
5714         Log: optimizations could sometimes bypass bareword check
5715      Branch: perl
5716            ! op.c
5717 ____________________________________________________________________________
5718 [  3896] By: jhi                                   on 1999/08/02  18:18:34
5719         Log: Integrate with Sarathy.
5720      Branch: cfgperl
5721           !> Changes makedef.pl patchlevel.h win32/Makefile
5722           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
5723           !> win32/makefile.mk
5724 ____________________________________________________________________________
5725 [  3895] By: gsar                                  on 1999/08/02  17:22:40
5726         Log: up patchlevel etc.
5727      Branch: perl
5728            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
5729            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
5730 ____________________________________________________________________________
5731 [  3894] By: gsar                                  on 1999/08/02  17:12:31
5732         Log: integrate change#3893, make it conditional on bincompat5005
5733      Branch: perl
5734            ! makedef.pl
5735 ____________________________________________________________________________
5736 [  3893] By: jhi                                   on 1999/08/02  16:49:08
5737         Log: PERL_BINCOMPAT_5005 symbol translation.
5738              (AIX wouldn't link neither perl nor extensions.)
5739      Branch: cfgperl
5740            ! makedef.pl
5741 ____________________________________________________________________________
5742 [  3892] By: gsar                                  on 1999/08/02  16:09:13
5743         Log: integrate cfgperl contents into mainline
5744      Branch: perl
5745           +> t/op/64bit.t
5746            ! Changes
5747           !> Configure MANIFEST config_h.SH doio.c dump.c hints/aix.sh op.c
5748           !> pod/perlfunc.pod pp_hot.c pp_sys.c regcomp.c sv.c t/io/open.t
5749           !> t/pragma/utf8.t t/pragma/warn/pp_hot toke.c util.c
5750 ____________________________________________________________________________
5751 [  3891] By: jhi                                   on 1999/08/02  14:52:40
5752         Log: AIX long long probing requires LL suffix for
5753              the ll constant.  The suffix doesn't seem
5754              to bother other ll platforms.
5755      Branch: cfgperl
5756            ! Configure config_h.SH hints/aix.sh
5757      Branch: metaconfig/U/perl
5758            ! quadfio.U
5759 ____________________________________________________________________________
5760 [  3890] By: jhi                                   on 1999/08/02  14:21:55
5761         Log: Exact path to perl for open -|.
5762      Branch: cfgperl
5763            ! t/io/open.t
5764 ____________________________________________________________________________
5765 [  3889] By: jhi                                   on 1999/08/02  14:18:03
5766         Log: Integrate with Sarathy.
5767      Branch: cfgperl
5768           !> Changes patchlevel.h pod/perlhist.pod pp_ctl.c util.c
5769           !> win32/Makefile win32/config_H.bc win32/config_H.gc
5770           !> win32/config_H.vc win32/makefile.mk win32/win32.c
5771 ____________________________________________________________________________
5772 [  3888] By: jhi                                   on 1999/08/02  14:14:29
5773         Log: AIX -Duse64bits: old AIXen do not have the getconf variables.
5774      Branch: cfgperl
5775            ! hints/aix.sh
5776 ____________________________________________________________________________
5777 [  3887] By: jhi                                   on 1999/08/02  12:53:10
5778         Log: Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
5779              emacs code indentation doesn't get wrong ideas--
5780              in other words, introduce a couple of "redundant" if:s.
5781      Branch: cfgperl
5782            ! doio.c dump.c op.c pp_hot.c pp_sys.c regcomp.c sv.c toke.c
5783            ! util.c
5784 ____________________________________________________________________________
5785 [  3886] By: jhi                                   on 1999/08/02  12:43:16
5786         Log: Mention that also *BSD systems with glibc are known to stumble.
5787      Branch: cfgperl
5788            ! t/pragma/warn/pp_hot
5789 ____________________________________________________________________________
5790 [  3885] By: jhi                                   on 1999/08/02  12:34:15
5791         Log: Allow also non-long long but still quad platforms print quads.
5792      Branch: cfgperl
5793            ! Configure config_h.SH
5794      Branch: metaconfig/U/perl
5795            ! longdblfio.U quadfio.U
5796 ____________________________________________________________________________
5797 [  3884] By: jhi                                   on 1999/08/02  11:56:14
5798         Log: Fix regclass utf8 hex ranges for quads.
5799      Branch: cfgperl
5800            ! regcomp.c
5801 ____________________________________________________________________________
5802 [  3883] By: jhi                                   on 1999/08/02  11:42:14
5803         Log: Enhance the description of how to detect quad support.
5804      Branch: cfgperl
5805            ! pod/perlfunc.pod
5806 ____________________________________________________________________________
5807 [  3882] By: jhi                                   on 1999/08/02  11:22:19
5808         Log: Fix printf %D %U %O for quads.
5809      Branch: cfgperl
5810            ! sv.c t/op/64bit.t
5811 ____________________________________________________________________________
5812 [  3881] By: jhi                                   on 1999/08/02  11:16:12
5813         Log: Document quad printing.
5814      Branch: cfgperl
5815            ! pod/perlfunc.pod
5816 ____________________________________________________________________________
5817 [  3880] By: jhi                                   on 1999/08/02  10:32:01
5818         Log: More 64-bit fixing.  One known bug of that kind
5819              remains, 32-bit platforms using long long in
5820              the test t/pragma/utf8 subtests 1-3 fail.
5821              (Update: change    #3884 fixed that one.)
5822      Branch: cfgperl
5823            + t/op/64bit.t
5824            ! Configure MANIFEST config_h.SH regcomp.c sv.c t/pragma/utf8.t
5825
5826 ----------------
5827 Version 5.005_59
5828 ----------------
5829
5830 ____________________________________________________________________________
5831 [  3879] By: gsar                                  on 1999/08/02  08:18:58
5832         Log: integrate cfgperl changes into mainline
5833      Branch: perl
5834           !> Configure config_h.SH sv.c
5835 ____________________________________________________________________________
5836 [  3878] By: gsar                                  on 1999/08/02  08:13:16
5837         Log: change#3692 had an unintentional patch leak through!
5838              (this would explain the mysterious C<next LABEL> failures
5839              people have seen)
5840      Branch: perl
5841            ! pp_ctl.c
5842 ____________________________________________________________________________
5843 [  3877] By: gsar                                  on 1999/08/02  08:00:29
5844         Log: up patchlevel to 59
5845      Branch: perl
5846            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
5847            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5848            ! win32/makefile.mk
5849 ____________________________________________________________________________
5850 [  3876] By: gsar                                  on 1999/08/02  07:51:18
5851         Log: fix coredump under usethreads+debug
5852      Branch: perl
5853            ! util.c
5854 ____________________________________________________________________________
5855 [  3875] By: jhi                                   on 1999/08/02  07:50:51
5856         Log: d_bincompat5005 could be left empty.
5857      Branch: cfgperl
5858            ! Configure config_h.SH
5859      Branch: metaconfig/U/perl
5860            ! bincompat5005.U
5861 ____________________________________________________________________________
5862 [  3874] By: jhi                                   on 1999/08/02  07:42:45
5863         Log: Fix printf %d when IV is quad.
5864      Branch: cfgperl
5865            ! sv.c
5866 ____________________________________________________________________________
5867 [  3873] By: gsar                                  on 1999/08/02  07:41:03
5868         Log: fix d_bincompat5005='' junking config.h
5869      Branch: perl
5870            ! Configure
5871 ____________________________________________________________________________
5872 [  3872] By: gsar                                  on 1999/08/02  07:38:48
5873         Log: C needs parameter list, not merely type
5874      Branch: perl
5875            ! win32/win32.c
5876 ____________________________________________________________________________
5877 [  3871] By: jhi                                   on 1999/08/02  07:20:51
5878         Log: Integrate with Sarathy.
5879      Branch: cfgperl
5880           !> Changes ext/B/B/C.pm ext/B/B/CC.pm regexec.c
5881 ____________________________________________________________________________
5882 [  3870] By: gsar                                  on 1999/08/02  07:12:18
5883         Log: integrate cfgperl changes into mainline
5884      Branch: perl
5885            ! Changes
5886           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
5887           !> Porting/config_H config_h.SH doio.c dump.c mg.c op.c perl.h
5888           !> pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c t/pragma/warn/sv
5889           !> toke.c util.c
5890 ____________________________________________________________________________
5891 [  3869] By: gsar                                  on 1999/08/02  06:59:09
5892         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
5893              Date: Sat, 31 Jul 1999 19:08:33 -0700
5894              Message-ID: <LAONLKLELDJAFAAA@my-deja.com>
5895              Subject: [PATCH 5.005_58] "use constant" in the compiler
5896      Branch: perl
5897            ! ext/B/B/C.pm ext/B/B/CC.pm
5898 ____________________________________________________________________________
5899 [  3868] By: gsar                                  on 1999/08/02  06:55:51
5900         Log: debug build tweak
5901      Branch: perl
5902            ! regexec.c
5903 ____________________________________________________________________________
5904 [  3867] By: gsar                                  on 1999/08/02  06:35:18
5905         Log: create vmsperl branch (to be owned and operated by: cbailey)
5906      Branch: vmsperl
5907           +> (branch 1476 files)
5908 ____________________________________________________________________________
5909 [  3866] By: jhi                                   on 1999/08/01  23:34:40
5910         Log: so_locations once is enough.
5911      Branch: cfgperl
5912            ! Makefile.SH
5913 ____________________________________________________________________________
5914 [  3865] By: jhi                                   on 1999/08/01  23:13:05
5915         Log: Simplicate duplicated code.
5916      Branch: cfgperl
5917            ! util.c
5918 ____________________________________________________________________________
5919 [  3864] By: jhi                                   on 1999/08/01  22:41:41
5920         Log: Integrate with Sarathy.  perl.h and util.c required manual resolving.
5921      Branch: cfgperl
5922           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
5923           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
5924            - README.cygwin32 cygwin32/Makefile.SHs
5925            - cygwin32/build-instructions.READFIRST
5926            - cygwin32/build-instructions.charles-wilson
5927            - cygwin32/build-instructions.sebastien-barre
5928            - cygwin32/build-instructions.steven-morlock
5929            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
5930            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
5931            - hints/cygwin32.sh
5932           !> (integrate 61 files)
5933 ____________________________________________________________________________
5934 [  3863] By: jhi                                   on 1999/08/01  22:36:02
5935         Log: Regen Configure and Glossary once again.
5936      Branch: cfgperl
5937            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5938            ! config_h.SH
5939 ____________________________________________________________________________
5940 [  3862] By: jhi                                   on 1999/08/01  22:26:09
5941         Log: Glossary update for #3861.
5942      Branch: cfgperl
5943            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5944            ! config_h.SH
5945 ____________________________________________________________________________
5946 [  3861] By: jhi                                   on 1999/08/01  22:22:51
5947         Log: 64-bit work.  Now 32-bit platforms get a 100% make test
5948              with -Duse64bits (using long long).
5949              Tested in Solaris 2.6 sparc  RH Linux 6.0 x86
5950              (and Digital IX 4.0D, to get a true 64-bit opinion).  Now e.g.
5951              'print unpack "q", pack "q", 12345678901'
5952              should work on such 32-bit platforms.
5953              Still a lot of printf()s behind -D which wrongly assume
5954              that %ld/%lx and (long) are a good combination.
5955              Introducing a slew of new macros intended to be used in printf()
5956              format strings: e. g. PERL_PRId64 is the string to be used
5957              when printing an IV, printf("%" PERL_PRId64 "\n", iv).
5958              The PRI... naming follows the C9X naming of <inttypes.h> macros.
5959      Branch: cfgperl
5960            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5961            ! config_h.SH doio.c dump.c mg.c op.c perl.h pp_ctl.c pp_hot.c
5962            ! pp_sys.c scope.c sv.c t/pragma/warn/sv toke.c util.c
5963      Branch: metaconfig/U/perl
5964            + atolf.U atoll.U longdblfio.U quadfio.U strtoull.U
5965 ____________________________________________________________________________
5966 [  3860] By: gsar                                  on 1999/08/01  21:23:18
5967         Log: integrate cfgperl contents into mainline
5968      Branch: perl
5969            ! toke.c
5970           !> (integrate 29 files)
5971 ____________________________________________________________________________
5972 [  3859] By: gsar                                  on 1999/08/01  21:13:09
5973         Log: From: Nathan Torkington <gnat@frii.com>
5974              Date: Sun, 1 Aug 1999 11:23:35 -0600 (MDT)
5975              Message-ID: <14244.33431.739419.806927@localhost.frii.com>
5976              Subject: [PATCH 5.005_58] ext/B/B/Disassembler.pm patch
5977      Branch: perl
5978            ! ext/B/B/Disassembler.pm
5979 ____________________________________________________________________________
5980 [  3858] By: gsar                                  on 1999/08/01  21:09:15
5981         Log: DB_File 1.68 update from Paul Marquess
5982      Branch: perl
5983            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5984            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
5985            ! t/lib/db-recno.t
5986 ____________________________________________________________________________
5987 [  3857] By: gsar                                  on 1999/08/01  21:05:54
5988         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5989              Date: Sat, 31 Jul 1999 05:13:38 -0400
5990              Message-Id: <199907311407.IAA25038@localhost.frii.com>
5991              Subject: [PATCH 5.005_58] More optimizations to REx engine
5992      Branch: perl
5993            ! embed.pl embedvar.h ext/Thread/Thread.xs objXSUB.h perl.c
5994            ! perl.h proto.h regcomp.c regexec.c t/op/re_tests thrdvar.h
5995 ____________________________________________________________________________
5996 [  3856] By: gsar                                  on 1999/08/01  20:59:59
5997         Log: slightly modified version of suggested patch
5998              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5999              Date: Sat, 31 Jul 1999 04:45:12 -0400
6000              Message-Id: <199907311406.IAA25034@localhost.frii.com>
6001              Subject: [PATCH 5.005_58] Fix OS/2 build
6002      Branch: perl
6003            ! Makefile.SH lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
6004            ! makedef.pl os2/Makefile.SHs os2/diff.configure perl.h sv.h
6005 ____________________________________________________________________________
6006 [  3855] By: gsar                                  on 1999/08/01  20:49:06
6007         Log: cygwin update
6008              From: "Fifer, Eric" <EFifer@sanwaint.com>
6009              Date: Fri, 30 Jul 1999 18:31:48 +0100
6010              Message-Id: <71E287AB0D94D111BBD600600849EC8185EE06@POST>
6011              Subject: [ID 19990730.003] PATCH] perl5.005_58 cygwin port
6012      Branch: perl
6013            ! doio.c dosish.h lib/File/Spec/Unix.pm mg.c perl.h perlsdio.h
6014            ! pp_sys.c unixish.h util.c
6015 ____________________________________________________________________________
6016 [  3854] By: gsar                                  on 1999/08/01  20:41:53
6017         Log: fixes from Stephen McCamant that address bugs in change#3612
6018              (the optimization shouldn't be enabled in expressions where
6019              the variable is introduced), and fix Deparse to grok the
6020              optimization
6021              Date: Thu, 29 Jul 1999 21:21:49 -0500 (CDT)
6022              Message-ID: <14241.3133.979257.953396@alias-2.pr.mcs.net>
6023              Subject: [PATCH _58] Set OPpTARGET_MY more consistently
6024              --
6025              Date: Thu, 29 Jul 1999 22:31:16 -0500 (CDT)
6026              Message-ID: <14241.7300.181386.763503@alias-2.pr.mcs.net>
6027              Subject: [PATCH _58] Disable TARGET_MY-ization on variable introduction
6028              --
6029              Date: Fri, 30 Jul 1999 22:25:27 -0500 (CDT)
6030              Message-Id: <199907310326.VAA24376@localhost.frii.com>
6031              Subject: [PATCH _58, long] B::Deparse (was Re: New warning 'Useless use of...')
6032      Branch: perl
6033            ! ext/B/B/Deparse.pm op.c
6034 ____________________________________________________________________________
6035 [  3853] By: gsar                                  on 1999/08/01  20:31:32
6036         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
6037              Date: Thu, 29 Jul 1999 14:08:50 -0500 (CDT)
6038              Message-ID: <14240.42690.292893.605292@alias-2.pr.mcs.net>
6039              Subject: [PATCH _58] Two one-liner LOGOP tweaks
6040      Branch: perl
6041            ! op.c opcode.h opcode.pl
6042 ____________________________________________________________________________
6043 [  3852] By: gsar                                  on 1999/08/01  20:29:17
6044         Log: rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)
6045      Branch: perl
6046            ! AUTHORS EXTERN.h INSTALL MAINTAIN Makefile.SH Porting/patchls
6047            ! README.cygwin README.win32 XSUB.h cygwin/Makefile.SHs
6048            ! ext/DynaLoader/dl_cygwin.xs ext/POSIX/POSIX.xs
6049            ! ext/SDBM_File/sdbm/pair.c hints/cygwin.sh
6050            ! lib/ExtUtils/MM_Cygwin.pm makedepend.SH perl.h pod/perl.pod
6051            ! pod/perlport.pod pp_sys.c util.c
6052 ____________________________________________________________________________
6053 [  3851] By: gsar                                  on 1999/08/01  20:20:05
6054         Log: move files around for s/cygwin32/cygwin/ renaming
6055      Branch: perl
6056           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
6057           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
6058            - README.cygwin32 cygwin32/Makefile.SHs
6059            - cygwin32/build-instructions.READFIRST
6060            - cygwin32/build-instructions.charles-wilson
6061            - cygwin32/build-instructions.sebastien-barre
6062            - cygwin32/build-instructions.steven-morlock
6063            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
6064            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
6065            - hints/cygwin32.sh
6066            ! MANIFEST
6067 ____________________________________________________________________________
6068 [  3850] By: gsar                                  on 1999/08/01  20:05:14
6069         Log: posix-bc hints tweak (via private mail from Thomas Dorner
6070              <Thomas.Dorner@start.de>)
6071      Branch: perl
6072            ! Changes hints/posix-bc.sh
6073 ____________________________________________________________________________
6074 [  3849] By: gsar                                  on 1999/08/01  19:50:20
6075         Log: notes on PERL_IMPLICIT_CONTEXT (from a version by Nathan Torkington
6076              <gnat@frii.com>)
6077      Branch: perl
6078            ! perl.h pod/perldelta.pod pod/perlguts.pod
6079 ____________________________________________________________________________
6080 [  3848] By: gsar                                  on 1999/08/01  18:34:41
6081         Log: fix defined(@foo) encarpments
6082      Branch: perl
6083            ! ext/B/B/C.pm lib/CGI.pm lib/Dumpvalue.pm lib/dumpvar.pl
6084            ! pod/perltrap.pod
6085 ____________________________________________________________________________
6086 [  3847] By: jhi                                   on 1999/08/01  17:17:07
6087         Log: Undo #3790 and the patches that attempted to fix it
6088              (#3837, #3838, #3845).  The #3790 caused linkage failures
6089              and/or core dumps in Solaris 2.6, Digital UNIX 4.0D, and
6090              IRIX 6.5.
6091      Branch: cfgperl
6092            - ext/SDBM_File/hints/dec_osf.pl ext/SDBM_File/hints/solaris.pl
6093            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
6094            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
6095 ____________________________________________________________________________
6096 [  3846] By: jhi                                   on 1999/08/01  11:41:52
6097         Log: Reading 64-bit decimal numbers was broken because
6098              the NV was cast to an I32, not an IV.
6099      Branch: cfgperl
6100            ! toke.c
6101 ____________________________________________________________________________
6102 [  3845] By: jhi                                   on 1999/08/01  11:00:24
6103         Log: Solaris doesn't like PERL_MALLOC_OK in SDBM_File.
6104      Branch: cfgperl
6105            + ext/SDBM_File/hints/solaris.pl
6106 ____________________________________________________________________________
6107 [  3844] By: jhi                                   on 1999/08/01  10:55:44
6108         Log: Enable Solaris largefiles support only if -Duse64bits is used.
6109              (Effectively removes #3311).
6110      Branch: cfgperl
6111            ! hints/solaris_2.sh
6112 ____________________________________________________________________________
6113 [  3843] By: jhi                                   on 1999/07/31  22:44:56
6114         Log: Integer overflow iteration.
6115      Branch: cfgperl
6116            ! t/op/oct.t toke.c util.c
6117 ____________________________________________________________________________
6118 [  3842] By: jhi                                   on 1999/07/31  22:11:03
6119         Log: Remove a lot of unused regnode codes.
6120              Noticed by Ilya.
6121      Branch: cfgperl
6122            ! regcomp.c regcomp.sym regexec.c regnodes.h
6123 ____________________________________________________________________________
6124 [  3841] By: jhi                                   on 1999/07/31  21:53:54
6125         Log: Make the use64bits and usethreads friendlier/braver;
6126              they no more wimp out if the platform is unknown.
6127              On use64bits if gcc used -DUSE_LONG_LONG is added
6128              to the ccflags (this dependency on gcc caused a slightly weird
6129              reordering of Configure, but things still seem to work.)
6130      Branch: cfgperl
6131            ! Configure README.threads config_h.SH
6132      Branch: metaconfig
6133            ! U/threads/usethreads.U
6134      Branch: metaconfig/U/perl
6135            ! use64bits.U
6136 ____________________________________________________________________________
6137 [  3840] By: jhi                                   on 1999/07/31  20:26:22
6138         Log: Hack the "integer overflow" code some more.
6139      Branch: cfgperl
6140            ! perl.h toke.c util.c
6141 ____________________________________________________________________________
6142 [  3839] By: jhi                                   on 1999/07/31  20:22:00
6143         Log: Test oct() at the 2^32-1 limit.
6144      Branch: cfgperl
6145            ! t/op/oct.t
6146 ____________________________________________________________________________
6147 [  3838] By: jhi                                   on 1999/07/31  20:08:43
6148         Log: Update MANIFEST for #3837.
6149      Branch: cfgperl
6150            ! MANIFEST
6151 ____________________________________________________________________________
6152 [  3837] By: jhi                                   on 1999/07/31  20:02:40
6153         Log: Digital UNIX 4.0D doesn't like perl malloc on sdbm
6154              (a core dump with a corrput stack ensues).
6155      Branch: cfgperl
6156            + ext/SDBM_File/hints/dec_osf.pl
6157 ____________________________________________________________________________
6158 [  3836] By: jhi                                   on 1999/07/29  21:09:01
6159         Log: Allow for Configure -Ubincompat5005 override.
6160      Branch: cfgperl
6161            ! Configure config_h.SH
6162      Branch: metaconfig/U/perl
6163            ! bincompat5005.U
6164 ____________________________________________________________________________
6165 [  3835] By: jhi                                   on 1999/07/29  21:04:02
6166         Log: Make Configure support PERL_BINCOMPAT_5005.
6167      Branch: cfgperl
6168            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6169            ! config_h.SH
6170      Branch: metaconfig/U/perl
6171            + bincompat5005.U
6172 ____________________________________________________________________________
6173 [  3834] By: jhi                                   on 1999/07/29  19:25:35
6174         Log: AIX tweak, need reported by David R. Fravor <dfavor@austin.ibm.com> 
6175      Branch: cfgperl
6176            ! Makefile.SH
6177 ____________________________________________________________________________
6178 [  3833] By: jhi                                   on 1999/07/29  14:07:09
6179         Log: Integrate with Sarathy.  I overruled on perldelta
6180              and perldiag.
6181      Branch: cfgperl
6182           !> README.win32 emacs/cperl-mode.el globals.c installperl
6183           !> iperlsys.h makedef.pl perl.h pod/perldelta.pod
6184           !> pod/perldiag.pod pod/perllexwarn.pod toke.c utils/perldoc.PL
6185           !> win32/Makefile win32/bin/pl2bat.pl win32/makefile.mk
6186           !> win32/perllib.c win32/win32.c
6187 ____________________________________________________________________________
6188 [  3832] By: jhi                                   on 1999/07/29  14:02:50
6189         Log: Repent and make overly large integerish
6190              constants non-fatal.  They are now promoted
6191              to NVs, accompanied by an overflow warning that
6192              is by default on.
6193      Branch: cfgperl
6194            ! embed.pl global.sym pod/perldelta.pod pod/perldiag.pod pp.c
6195            ! proto.h t/op/oct.t t/pragma/warn/6default t/pragma/warn/util
6196            ! toke.c util.c
6197 ____________________________________________________________________________
6198 [  3831] By: jhi                                   on 1999/07/29  11:40:04
6199         Log: AIX exhibits different error on failed system().
6200              Slightly modified patch via private email from
6201              David R. Favor <dfavor@austin.ibm.com>
6202      Branch: cfgperl
6203            ! t/op/exec.t
6204 ____________________________________________________________________________
6205 [  3830] By: gsar                                  on 1999/07/29  07:46:11
6206         Log: cperl-mode.el v4.19
6207      Branch: perl
6208            ! emacs/cperl-mode.el
6209 ____________________________________________________________________________
6210 [  3829] By: gsar                                  on 1999/07/29  07:30:35
6211         Log: From: jan.dubois@ibm.net (Jan Dubois)
6212              Date: Wed, 28 Jul 1999 22:01:42 +0200
6213              Message-ID: <37aa5f9b.12941448@smtp1.ibm.net>
6214              Subject: [PATCH 5.005_58] win32/bin/pl2bat.pl doesn't work correctly
6215      Branch: perl
6216            ! win32/bin/pl2bat.pl
6217 ____________________________________________________________________________
6218 [  3828] By: gsar                                  on 1999/07/29  07:19:27
6219         Log: tweak previous change for multiple hits
6220      Branch: perl
6221            ! utils/perldoc.PL
6222 ____________________________________________________________________________
6223 [  3827] By: gsar                                  on 1999/07/29  07:10:00
6224         Log: band-aid for perldoc -t broken-ness (the new Pod::Text
6225              really needs a pod2text() compatibility function)
6226      Branch: perl
6227            ! utils/perldoc.PL
6228 ____________________________________________________________________________
6229 [  3826] By: gsar                                  on 1999/07/29  01:33:46
6230         Log: minor tweaks to pods and toke.c comments
6231      Branch: perl
6232            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod toke.c
6233 ____________________________________________________________________________
6234 [  3825] By: gsar                                  on 1999/07/29  00:12:52
6235         Log: integrate cfgperl changes into mainline
6236      Branch: perl
6237           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6238           !> README.threads config_h.SH ext/IO/lib/IO/Handle.pm
6239           !> ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
6240           !> ext/POSIX/POSIX.xs lib/ExtUtils/Install.pm perl.h
6241           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
6242           !> pod/perllexwarn.pod pod/perlre.pod pp.c pp_sys.c
6243           !> t/lib/io_unix.t t/op/oct.t t/pragma/warn/6default
6244           !> t/pragma/warn/util toke.c util.c
6245 ____________________________________________________________________________
6246 [  3824] By: jhi                                   on 1999/07/28  21:15:04
6247         Log: Tiny patch to go over #3820 (via private mail from Lincoln).
6248      Branch: cfgperl
6249            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
6250            ! ext/IO/lib/IO/Socket/INET.pm
6251 ____________________________________________________________________________
6252 [  3823] By: jhi                                   on 1999/07/28  20:29:17
6253         Log: Continue pack() doc honing.
6254      Branch: cfgperl
6255            ! pod/perlfunc.pod
6256 ____________________________________________________________________________
6257 [  3822] By: jhi                                   on 1999/07/28  20:17:37
6258         Log: Enhance pack() doc.
6259      Branch: cfgperl
6260            ! pod/perlfunc.pod
6261 ____________________________________________________________________________
6262 [  3821] By: jhi                                   on 1999/07/28  18:34:50
6263         Log: UNIX Domain Sockets are not implemented under QNX.
6264              
6265              From: Norton Allen <allen@huarp.harvard.edu>
6266              To: perl5-porters@perl.org
6267              Subject: [ID 19990728.010] Patch:t/lib/io_unix.t _58 QNX
6268              Date: Wed, 28 Jul 1999 14:07:16 -0400 (edt)
6269              Message-Id: <199907281807.OAA13167@bottesini.harvard.edu>
6270      Branch: cfgperl
6271            ! t/lib/io_unix.t
6272 ____________________________________________________________________________
6273 [  3820] By: jhi                                   on 1999/07/28  18:13:37
6274         Log: IO::* enhancements.
6275              
6276              1) write() and syswrite() will now accept a single-argument
6277              form of the call, for consistency with Perl's syswrite().
6278              2) You can create a TCP-based IO::Socket::INET without forcing
6279              a connect attempt.  This allows you to configure its options
6280              (like making it non-blocking) and then call connect() manually.
6281              3) Fixed a bug that prevented the IO::Socket::protocol() accessor
6282              from ever returning the correct value.
6283              
6284              From: Lincoln Stein <lstein@formaggio.cshl.org>
6285              To: Graham Barr <gbarr@pobox.com>
6286              Cc: Lincoln Stein <lstein@cshl.org>, perl5-porters@perl.org
6287              Subject: Re: patch for IO::*
6288              Date: Wed, 28 Jul 1999 13:55:05 -0400 (EDT)
6289              Message-ID: <14239.17401.330408.145295@formaggio.cshl.org>
6290      Branch: cfgperl
6291            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
6292            ! ext/IO/lib/IO/Socket/INET.pm
6293 ____________________________________________________________________________
6294 [  3819] By: gsar                                  on 1999/07/28  18:08:06
6295         Log: misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
6296      Branch: perl
6297            ! README.win32 globals.c installperl iperlsys.h makedef.pl
6298            ! perl.h win32/Makefile win32/makefile.mk win32/perllib.c
6299            ! win32/win32.c
6300 ____________________________________________________________________________
6301 [  3818] By: jhi                                   on 1999/07/28  17:48:16
6302         Log: Need to add QNX to the list for DONT_DECLARE_STD.
6303              (The elimination of use of the _() macro apparently triggered
6304              an incompatability with a #define of atof)
6305              
6306              From: Norton Allen <allen@huarp.harvard.edu>
6307              To: perl5-porters@perl.org
6308              Subject: [ID 19990728.008] Patch:perl.h _58 QNX
6309              Date: Wed, 28 Jul 1999 13:06:23 -0400 (edt)
6310              Message-Id: <199907281706.NAA07617@bottesini.harvard.edu>
6311      Branch: cfgperl
6312            ! perl.h
6313 ____________________________________________________________________________
6314 [  3817] By: jhi                                   on 1999/07/28  17:46:30
6315         Log: Need to add some more conditions to deal with the case
6316              defined(HAS_GETSPNAM) && ! defined(HAS_GETSPENT)
6317              which is true for QNX4.
6318              From: Norton Allen <allen@huarp.harvard.edu>
6319              To: perl5-porters@perl.org
6320              Subject: [ID 19990728.009] Patch:pp_sys.c _58 QNX
6321              Date: Wed, 28 Jul 1999 13:08:42 -0400 (edt)
6322              Message-Id: <199907281708.NAA07947@bottesini.harvard.edu>
6323      Branch: cfgperl
6324            ! pp_sys.c
6325 ____________________________________________________________________________
6326 [  3816] By: jhi                                   on 1999/07/28  17:43:40
6327         Log: The QNX shell needs a couple more semicolons.
6328              
6329              From: Norton Allen <allen@huarp.harvard.edu>
6330              To: perl5-porters@perl.org
6331              Subject: [ID 19990728.007] Patch:Configure _58 QNX
6332              Date: Wed, 28 Jul 1999 13:03:00 -0400 (edt)
6333              Message-Id: <199907281703.NAA07363@bottesini.harvard.edu>
6334              
6335              plus silence metalint moanings on vendorprefix.
6336      Branch: cfgperl
6337            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6338            ! config_h.SH
6339 ____________________________________________________________________________
6340 [  3815] By: jhi                                   on 1999/07/28  17:31:11
6341         Log: Silence metalint on vendorprefix.U.
6342      Branch: metaconfig
6343            ! U/installdirs/vendorprefix.U
6344 ____________________________________________________________________________
6345 [  3814] By: jhi                                   on 1999/07/28  17:13:29
6346         Log: QNX shell needs more semicolons.
6347      Branch: metaconfig/U/perl
6348            ! Extensions.U
6349 ____________________________________________________________________________
6350 [  3813] By: jhi                                   on 1999/07/28  17:05:08
6351         Log: Integrate with Sarathy.
6352      Branch: cfgperl
6353           !> lib/ExtUtils/MM_Unix.pm
6354 ____________________________________________________________________________
6355 [  3812] By: jhi                                   on 1999/07/28  16:20:17
6356         Log: Fix a typo, un-shout, and reformat the installation output.
6357      Branch: cfgperl
6358            ! lib/ExtUtils/Install.pm
6359 ____________________________________________________________________________
6360 [  3811] By: gsar                                  on 1999/07/28  15:41:11
6361         Log: fix typo that caused INSTALLPRIVLIB to have doubled 'perl5'
6362      Branch: perl
6363            ! lib/ExtUtils/MM_Unix.pm
6364 ____________________________________________________________________________
6365 [  3810] By: jhi                                   on 1999/07/28  13:55:57
6366         Log: Talk more about subsecond things in perlfunc.
6367              (Yes, redundant with perlfaq8.)
6368      Branch: cfgperl
6369            ! pod/perlfunc.pod
6370 ____________________________________________________________________________
6371 [  3809] By: jhi                                   on 1999/07/28  07:23:48
6372         Log: Integrate with Sarathy.
6373      Branch: cfgperl
6374           !> configpm hints/freebsd.sh lib/Pod/Html.pm perl.h t/op/grent.t
6375           !> t/op/pwent.t
6376 ____________________________________________________________________________
6377 [  3808] By: jhi                                   on 1999/07/28  07:23:03
6378         Log: Document toke.c.
6379              From: Nathan Torkington <gnat@frii.com>
6380              To: perl5-porters@perl.org
6381              Subject: Re: toke.c patch, work in progress
6382              Date: Tue, 27 Jul 1999 23:02:09 -0600 (MDT)
6383              Message-ID: <14238.36561.979473.667842@localhost.frii.com>
6384      Branch: cfgperl
6385            ! toke.c
6386 ____________________________________________________________________________
6387 [  3807] By: jhi                                   on 1999/07/28  07:10:56
6388         Log: perlre clarification.
6389              
6390              From: Ian Phillipps <ian@dial.pipex.com>
6391              To: Perl 5 Porters <perl5-porters@perl.org>
6392              Subject: [PATCH 5.00557] Add definite article to perlre.pod
6393              Date: Tue, 27 Jul 1999 10:46:29 +0100
6394              Message-ID: <19990727104629.A10074@homer.diplex.co.uk>
6395      Branch: cfgperl
6396            ! pod/perlre.pod
6397 ____________________________________________________________________________
6398 [  3806] By: gsar                                  on 1999/07/28  07:07:46
6399         Log: fix the perl -V breakage
6400              
6401              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6402              To: Jarkko Hietaniemi <jhi@iki.fi>
6403              Cc: "John L. Allen" <allen@grumman.com>, perl5-porters@perl.org,
6404              gsar@activestate.com
6405              Subject: Re: Follow up to: _58 on AIX 431
6406              Date: Tue, 27 Jul 1999 17:42:00 -0400
6407              Message-ID: <19990727174200.A12775@monk.mps.ohio-state.edu>
6408      Branch: perl
6409            ! configpm
6410 ____________________________________________________________________________
6411 [  3805] By: gsar                                  on 1999/07/28  07:03:34
6412         Log: avoid warning (from Doug MacEachern)
6413      Branch: perl
6414            ! perl.h
6415 ____________________________________________________________________________
6416 [  3804] By: gsar                                  on 1999/07/28  06:59:30
6417         Log: Pod::Html tweak
6418              
6419              From: jan.dubois@ibm.net (Jan Dubois)
6420              To: perl5-porters@perl.org
6421              Subject: [PATCH 5.005_58] pod2html: Missing chunk for VMS filenames
6422              Date: Tue, 27 Jul 1999 22:14:12 +0200
6423              Message-ID: <37a50af0.46171380@smtp1.ibm.net>
6424      Branch: perl
6425            ! lib/Pod/Html.pm
6426 ____________________________________________________________________________
6427 [  3803] By: gsar                                  on 1999/07/28  06:56:38
6428         Log: freebsd hints update
6429              
6430              From: Anton Berezin <tobez@plab.ku.dk>
6431              To: perl5-porters@perl.org
6432              Subject: [ID 19990727.034] Not OK: perl 5.00558 on i386-freebsd-thread4.0-current (UNINSTALLED)
6433              Date: Tue, 27 Jul 1999 20:29:39 +0200 (CEST)
6434              Message-Id: <199907271829.UAA62861@lion.plab.ku.dk>
6435      Branch: perl
6436            ! hints/freebsd.sh
6437 ____________________________________________________________________________
6438 [  3802] By: gsar                                  on 1999/07/28  06:51:32
6439         Log: cosmetic testsuite patch
6440              
6441              From: Graham Barr <gbarr@ti.com>
6442              To: Perl5 Porters <perl5-porters@perl.org>
6443              Subject: 5.005_58 build
6444              Date: Tue, 27 Jul 1999 08:09:25 -0500
6445              Message-ID: <19990727080925.F4683@dal.asp.ti.com>
6446      Branch: perl
6447            ! t/op/grent.t t/op/pwent.t
6448 ____________________________________________________________________________
6449 [  3801] By: jhi                                   on 1999/07/27  13:49:39
6450         Log: Minuscule cleanup of the integer overflow patch.
6451      Branch: cfgperl
6452            ! util.c
6453 ____________________________________________________________________________
6454 [  3800] By: jhi                                   on 1999/07/27  13:37:23
6455         Log: Test hex('x...').
6456      Branch: cfgperl
6457            ! t/op/oct.t
6458 ____________________________________________________________________________
6459 [  3799] By: jhi                                   on 1999/07/27  12:45:45
6460         Log: Integrate with Sarathy (5.005_58).
6461      Branch: cfgperl
6462            - ext/B/byteperl.c
6463           !> Changes MANIFEST Porting/makerel configpm embed.h embed.pl
6464           !> ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.pm
6465           !> ext/SDBM_File/Makefile.PL lib/AutoLoader.pm
6466           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
6467           !> lib/Pod/Parser.pm lib/SelfLoader.pm os2/OS2/REXX/Makefile.PL
6468           !> perl.h pod/perldelta.pod pod/perlfaq9.pod pod/perlhist.pod
6469           !> win32/bin/pl2bat.pl win32/config_H.bc win32/config_H.gc
6470           !> win32/config_H.vc
6471 ____________________________________________________________________________
6472 [  3798] By: jhi                                   on 1999/07/27  12:42:43
6473         Log: Integer constants (0x, 0[0-7], 0b) now overflow fatally,
6474              they used to be just optional lexical warnings.
6475              Also, with warnings turned on, constants > 2**32-1
6476              trigger a non-portability warning.
6477      Branch: cfgperl
6478            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod pp.c
6479            ! t/op/oct.t t/pragma/warn/6default t/pragma/warn/util toke.c
6480            ! util.c
6481 ____________________________________________________________________________
6482 [  3797] By: gsar                                  on 1999/07/27  10:48:27
6483         Log: here lies 5.005_58
6484      Branch: perl
6485            - ext/B/byteperl.c
6486            ! Changes MANIFEST Porting/makerel pod/perldelta.pod
6487            ! pod/perlfaq9.pod pod/perlhist.pod
6488
6489 ----------------
6490 Version 5.005_58
6491 ----------------
6492
6493 ____________________________________________________________________________
6494 [  3796] By: gsar                                  on 1999/07/27  09:23:42
6495         Log: regenerate win32/config_H.?c
6496      Branch: perl
6497            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6498 ____________________________________________________________________________
6499 [  3795] By: gsar                                  on 1999/07/27  09:02:31
6500         Log: From: Tye McQueen <tye@metronet.com>
6501              Date: Mon, 26 Jul 1999 19:19:22 -0500 (CDT)
6502              Message-Id: <199907270019.AA08223@metronet.com>
6503              Subject: Patch pl2bat.pl so batch file can fail
6504      Branch: perl
6505            ! win32/bin/pl2bat.pl
6506 ____________________________________________________________________________
6507 [  3794] By: gsar                                  on 1999/07/27  08:59:58
6508         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6509              Date: Mon, 26 Jul 1999 01:09:00 -0400 (EDT)
6510              Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu>
6511              Subject: [PATCH 5.005_57] decrease memory footprint of standard modules
6512      Branch: perl
6513            ! configpm ext/POSIX/POSIX.pm lib/AutoLoader.pm
6514            ! lib/SelfLoader.pm
6515 ____________________________________________________________________________
6516 [  3793] By: gsar                                  on 1999/07/27  08:19:16
6517         Log: support -DPERL_BINCOMPAT_5005, still needs a Configure test
6518              (from Andy Dougherty)
6519      Branch: perl
6520            ! embed.h embed.pl
6521 ____________________________________________________________________________
6522 [  3792] By: gsar                                  on 1999/07/27  08:04:19
6523         Log: recognize more constructs such as C<$-> in pod (from Russ Allbery
6524              and Brad Appleton)
6525      Branch: perl
6526            ! lib/Pod/Parser.pm
6527 ____________________________________________________________________________
6528 [  3791] By: gsar                                  on 1999/07/27  07:50:54
6529         Log: cover case where CLK_TCK is a float, not integer (from
6530              alexander smishlajev <als@turnhere.com>)
6531      Branch: perl
6532            ! ext/Devel/DProf/DProf.xs
6533 ____________________________________________________________________________
6534 [  3790] By: gsar                                  on 1999/07/27  07:45:08
6535         Log: provide MakeMaker attribute PERL_MALLOC_OK that allows extensions
6536              to call Perl_malloc() as malloc() (from Ilya Zakharevich)
6537      Branch: perl
6538            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
6539            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
6540 ____________________________________________________________________________
6541 [  3789] By: jhi                                   on 1999/07/27  07:44:55
6542         Log: Integrate with Sarathy.
6543      Branch: cfgperl
6544           +> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
6545           !> MANIFEST doio.c embed.h embed.pl ext/B/B/CC.pm
6546           !> ext/SDBM_File/sdbm/sdbm.h global.sym lib/Pod/Html.pm
6547           !> lib/Pod/Text.pm objXSUB.h opcode.h opcode.pl perlapi.c
6548           !> pod/perldiag.pod pod/perlfunc.pod pod/pod2text.PL pp_sys.c
6549           !> proto.h t/comp/proto.t t/io/open.t
6550 ____________________________________________________________________________
6551 [  3788] By: gsar                                  on 1999/07/27  07:29:59
6552         Log: replace Pod::Text with Pod::SimpleText v0.01 (thanks
6553              to Russ Allbery <rra@stanford.edu>); s/Simple// and
6554              s/pod2txt/pod2text/ etc.
6555      Branch: perl
6556            + lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
6557            ! MANIFEST lib/Pod/Text.pm pod/pod2text.PL
6558 ____________________________________________________________________________
6559 [  3787] By: gsar                                  on 1999/07/27  06:48:40
6560         Log: From: Andy Dougherty <doughera@lafayette.edu>
6561              Date: Wed, 16 Jun 1999 14:40:09 -0400 (EDT)
6562              Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys>
6563              Subject: Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3
6564      Branch: perl
6565            ! ext/SDBM_File/sdbm/sdbm.h
6566 ____________________________________________________________________________
6567 [  3786] By: gsar                                  on 1999/07/27  06:30:09
6568         Log: applied suggested patch; added missing prototype changes to
6569              opcode.pl along with documentation typos (feature still needs
6570              to be described in perlopentut.pod and summarized in
6571              perldelta.pod)
6572              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6573              Date: Thu, 17 Jun 1999 00:39:34 -0400 (EDT)
6574              Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu>
6575              Subject: [PATCH 5.00557] 3-arg open
6576      Branch: perl
6577            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
6578            ! opcode.pl perlapi.c pod/perldiag.pod pod/perlfunc.pod pp_sys.c
6579            ! proto.h t/comp/proto.t t/io/open.t
6580 ____________________________________________________________________________
6581 [  3785] By: gsar                                  on 1999/07/27  04:36:39
6582         Log: don't quit if =head* wasn't found (suggested by Roland Bauer
6583              <roland.bauer@fff.at>)
6584      Branch: perl
6585            ! lib/Pod/Html.pm
6586 ____________________________________________________________________________
6587 [  3784] By: gsar                                  on 1999/07/27  03:56:17
6588         Log: change#3762 wasn't needed
6589      Branch: perl
6590            ! ext/B/B/CC.pm
6591 ____________________________________________________________________________
6592 [  3783] By: jhi                                   on 1999/07/26  19:08:21
6593         Log: Integrate with Sarathy.
6594      Branch: cfgperl
6595           !> Changes makedef.pl patchlevel.h pod/perlfunc.pod pp_ctl.c
6596           !> toke.c utils/dprofpp.PL win32/Makefile win32/config_H.bc
6597           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
6598 ____________________________________________________________________________
6599 [  3782] By: gsar                                  on 1999/07/26  18:16:50
6600         Log: update Changes, patchlevel &c.
6601      Branch: perl
6602            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
6603            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
6604 ____________________________________________________________________________
6605 [  3781] By: gsar                                  on 1999/07/26  17:54:47
6606         Log: a more correct fix for change#2744
6607              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
6608              Date: Sun, 25 Jul 1999 14:02:25 -0500 (CDT)
6609              Message-ID: <14235.24385.671437.246345@alias-2.pr.mcs.net>
6610              Subject: [PATCH _57] Re: toke.c questions 
6611      Branch: perl
6612            ! toke.c
6613 ____________________________________________________________________________
6614 [  3780] By: gsar                                  on 1999/07/26  17:37:04
6615         Log: utime() doc typo from Greg Bacon <gbacon@itsc.uah.edu>
6616      Branch: perl
6617            ! pod/perlfunc.pod
6618 ____________________________________________________________________________
6619 [  3779] By: jhi                                   on 1999/07/26  16:37:23
6620         Log: Dusting off.
6621      Branch: cfgperl
6622            ! README.threads
6623 ____________________________________________________________________________
6624 [  3778] By: gsar                                  on 1999/07/26  13:28:46
6625         Log: avoid DIVZERO
6626      Branch: perl
6627            ! utils/dprofpp.PL
6628 ____________________________________________________________________________
6629 [  3777] By: gsar                                  on 1999/07/26  13:18:53
6630         Log: warnings identified by Borland compiler
6631      Branch: perl
6632            ! makedef.pl pp_ctl.c
6633 ____________________________________________________________________________
6634 [  3776] By: jhi                                   on 1999/07/26  13:07:36
6635         Log: Integrate with Sarathy.
6636      Branch: cfgperl
6637           !> lib/Carp/Heavy.pm pp_ctl.c pp_hot.c
6638 ____________________________________________________________________________
6639 [  3775] By: gsar                                  on 1999/07/26  12:55:43
6640         Log: avoid infinite recursion when Thread.pm croaks during
6641              bootstrap
6642      Branch: perl
6643            ! lib/Carp/Heavy.pm
6644 ____________________________________________________________________________
6645 [  3774] By: gsar                                  on 1999/07/26  12:43:02
6646         Log: integrate cfgperl contents into mainline
6647      Branch: perl
6648           +> lib/Carp/Heavy.pm
6649           !> MANIFEST Makefile.SH cflags.SH configpm ext/util/make_ext
6650           !> lib/AutoSplit.pm lib/Carp.pm makedepend.SH pod/pod2html.PL
6651           !> pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
6652           !> pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
6653           !> writemain.SH x2p/Makefile.SH x2p/cflags.SH
6654 ____________________________________________________________________________
6655 [  3773] By: jhi                                   on 1999/07/26  12:40:29
6656         Log: Use long doubles only if they are useful.
6657      Branch: cfgperl
6658            ! ext/POSIX/POSIX.xs
6659 ____________________________________________________________________________
6660 [  3772] By: gsar                                  on 1999/07/26  12:33:11
6661         Log: typo in change#3768
6662      Branch: perl
6663            ! pp_hot.c
6664 ____________________________________________________________________________
6665 [  3771] By: gsar                                  on 1999/07/26  12:08:27
6666         Log: alpha-stage support for user-hooks in @INC
6667              From: Ken Fox <kfox@ford.com>
6668              Date: Mon, 19 Jul 1999 22:12:29 -0400 (EDT)
6669              Message-Id: <199907200213.WAA02816@mailfw2.ford.com>
6670              Subject: Re: loading remote modules
6671      Branch: perl
6672            ! pp_ctl.c
6673 ____________________________________________________________________________
6674 [  3770] By: jhi                                   on 1999/07/26  11:38:36
6675         Log: Back out #3735.  Needs more work.
6676      Branch: cfgperl
6677            ! Makefile.SH cflags.SH configpm ext/util/make_ext
6678            ! lib/AutoSplit.pm makedepend.SH pod/pod2html.PL
6679            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
6680            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
6681            ! writemain.SH x2p/Makefile.SH x2p/cflags.SH
6682 ____________________________________________________________________________
6683 [  3769] By: jhi                                   on 1999/07/26  11:24:45
6684         Log: Integrate with Sarathy.
6685      Branch: cfgperl
6686           !> (integrate 35 files)
6687 ____________________________________________________________________________
6688 [  3768] By: gsar                                  on 1999/07/26  11:03:07
6689         Log: optimize method name lookup
6690              From: Chip Salzenberg <chip@perlsupport.com>
6691              Date: Thu, 22 Jul 1999 13:43:36 -0400
6692              Message-ID: <19990722134336.Q391@perlsupport.com>
6693              Subject: [PATCH] OP_METHOD_NAMED
6694      Branch: perl
6695            ! dump.c embed.h embed.pl ext/Opcode/Opcode.pm objXSUB.h op.c
6696            ! opcode.h opcode.pl perlapi.c pp.sym pp_hot.c pp_proto.h
6697            ! proto.h
6698 ____________________________________________________________________________
6699 [  3767] By: gsar                                  on 1999/07/26  10:44:11
6700         Log: allow arrow omission in $foo[10]->('foo') etc. (but not in
6701              foo()->()); rework grammar to remove conflicts
6702              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
6703              Date: Fri, 23 Jul 1999 15:55:22 -0500 (CDT)
6704              Message-ID: <14232.54970.771570.548676@alias-2.pr.mcs.net>
6705              Subject: [PATCH _57, long] Re: optional arrow asymmetry
6706      Branch: perl
6707            ! Makefile.SH embed.h embed.pl global.sym objXSUB.h op.c
6708            ! perlapi.c perly.c perly.h perly.y perly_c.diff proto.h
6709            ! vms/perly_c.vms vms/perly_h.vms
6710 ____________________________________________________________________________
6711 [  3766] By: jhi                                   on 1999/07/26  10:18:56
6712         Log: Use $< instead of $*.c in *perlmain.o rules.
6713      Branch: cfgperl
6714            ! Makefile.SH
6715 ____________________________________________________________________________
6716 [  3765] By: gsar                                  on 1999/07/26  09:28:48
6717         Log: From: Ian Phillipps <ian@dial.pipex.com>
6718              Date: Fri, 23 Jul 1999 23:35:56 +0100
6719              Message-ID: <19990723233556.B2435@homer.diplex.co.uk>
6720              Subject: (Version 2) Extending unpack to deal with counted strings
6721      Branch: perl
6722            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
6723 ____________________________________________________________________________
6724 [  3764] By: jhi                                   on 1999/07/26  09:17:26
6725         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6726              To: perl5-porters@perl.org (Mailing list Perl5)
6727              Subject: [PATCH 5.005_57] Lean Carp.pm with Carp/Heavy.pm
6728              Date: Mon, 26 Jul 1999 04:05:27 -0400 (EDT)
6729              Message-Id: <199907260805.EAA26888@monk.mps.ohio-state.edu>
6730              
6731              The patch was based on 5_57 so had to re-apply lib/Carp.pm
6732              parts of changes #3498, #3696, and #3702 for the new
6733              lib/Carp/Heavy.pm.
6734      Branch: cfgperl
6735            + lib/Carp/Heavy.pm
6736            ! MANIFEST lib/Carp.pm
6737 ____________________________________________________________________________
6738 [  3763] By: gsar                                  on 1999/07/26  09:03:17
6739         Log: ~ isn't valid in VMS filenames
6740      Branch: perl
6741            ! lib/Pod/Html.pm
6742 ____________________________________________________________________________
6743 [  3762] By: gsar                                  on 1999/07/26  08:59:47
6744         Log: setstate stop-gap from Vishal Bhatia
6745      Branch: perl
6746            ! ext/B/B/CC.pm
6747 ____________________________________________________________________________
6748 [  3761] By: gsar                                  on 1999/07/26  08:06:39
6749         Log: patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;
6750              add B::OP::name() method that returns just the op_name;
6751              convert Deparse et all to use that instead of B::OP::ppaddr();
6752              add support for OP_SETSTATE in Deparse
6753      Branch: perl
6754            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
6755            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
6756            ! ext/B/B/Xref.pm opcode.h opcode.pl
6757 ____________________________________________________________________________
6758 [  3760] By: jhi                                   on 1999/07/26  07:14:43
6759         Log: Integrate with Sarathy.
6760      Branch: cfgperl
6761           !> (integrate 43 files)
6762 ____________________________________________________________________________
6763 [  3759] By: gsar                                  on 1999/07/26  05:12:24
6764         Log: add disclaimer about perl 4 libraries (modified version of
6765              patch suggested by Clinton Pierce <cpierce1@ford.com>)
6766      Branch: perl
6767            ! lib/abbrev.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
6768            ! lib/cacheout.pl lib/chat2.pl lib/complete.pl lib/ctime.pl
6769            ! lib/dotsh.pl lib/exceptions.pl lib/fastcwd.pl lib/flush.pl
6770            ! lib/ftp.pl lib/getcwd.pl lib/getopt.pl lib/getopts.pl
6771            ! lib/hostname.pl lib/look.pl lib/pwd.pl lib/termcap.pl
6772 ____________________________________________________________________________
6773 [  3758] By: gsar                                  on 1999/07/26  04:48:35
6774         Log: make reset() behave with high-bit characters
6775              From: Ian Phillipps <ian@dial.pipex.com>
6776              Date: Thu, 22 Jul 1999 22:48:59 +0100
6777              Message-ID: <19990722224859.A27987@homer.diplex.co.uk>
6778              Subject: [PATCH 5.005_57] sv_reset can cause stack corruption
6779      Branch: perl
6780            ! sv.c
6781 ____________________________________________________________________________
6782 [  3757] By: gsar                                  on 1999/07/26  04:40:32
6783         Log: update to perlport-1.44 from Chris Nandor <pudge@pobox.com>
6784      Branch: perl
6785            ! pod/perlport.pod
6786 ____________________________________________________________________________
6787 [  3756] By: gsar                                  on 1999/07/26  04:20:37
6788         Log: dprofpp pod additions from Nathan Torkington <gnat@frii.com>
6789      Branch: perl
6790            ! utils/dprofpp.PL
6791 ____________________________________________________________________________
6792 [  3755] By: gsar                                  on 1999/07/26  04:18:00
6793         Log: disable VPATH for now (breaks x2p build)
6794      Branch: perl
6795            ! x2p/Makefile.SH
6796 ____________________________________________________________________________
6797 [  3754] By: gsar                                  on 1999/07/26  03:15:33
6798         Log: INSTALL =~ s/5.006/5.6/; delay loading Errno until needed
6799              (%! has the necessary magic); misc typos
6800      Branch: perl
6801            ! INSTALL ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
6802            ! ext/GDBM_File/GDBM_File.pm gv.c jpl/JNI/JNI.pm
6803            ! lib/AutoLoader.pm lib/CPAN.pm perl.c pod/perllocale.pod
6804            ! utils/h2xs.PL
6805 ____________________________________________________________________________
6806 [  3753] By: gsar                                  on 1999/07/26  02:38:28
6807         Log: integrate cfgperl contents into mainline
6808      Branch: perl
6809           +> t/pragma/locale/latin1 t/pragma/locale/utf8
6810           !> (integrate 53 files)
6811 ____________________________________________________________________________
6812 [  3752] By: gsar                                  on 1999/07/26  02:11:31
6813         Log: ensure implicitly closed handles don't set $? or $!
6814      Branch: perl
6815            ! doio.c embed.h embed.pl perlapi.c proto.h sv.c t/io/pipe.t
6816 ____________________________________________________________________________
6817 [  3751] By: gsar                                  on 1999/07/26  01:28:34
6818         Log: change#3534 didn't preserve undef return values from caller()
6819      Branch: perl
6820            ! Changes pp_ctl.c
6821 ____________________________________________________________________________
6822 [  3750] By: jhi                                   on 1999/07/25  20:59:29
6823         Log: Back up a tiny bit from #3735.
6824              This may break builds outside the source directory
6825              but then again, they do not work that ell yet anyway.
6826      Branch: cfgperl
6827            ! Makefile.SH
6828 ____________________________________________________________________________
6829 [  3750] By: jhi                                   on 1999/07/25  20:59:29
6830         Log: Back up a tiny bit from #3735.
6831              This may break builds outside the source directory
6832              but then again, they do not work that ell yet anyway.
6833      Branch: cfgperl
6834            ! Makefile.SH
6835 ____________________________________________________________________________
6836 [  3749] By: jhi                                   on 1999/07/25  19:15:55
6837         Log: Integrate with Sarathy.
6838      Branch: cfgperl
6839           !> lib/ExtUtils/MM_Unix.pm toke.c utils/h2xs.PL
6840 ____________________________________________________________________________
6841 [  3748] By: jhi                                   on 1999/07/25  19:06:59
6842         Log: Recode locale.t so that the change in #3730
6843              is not needed and locale.t works both without
6844              and with the utf8 pragma.
6845      Branch: cfgperl
6846            + t/pragma/locale/latin1 t/pragma/locale/utf8
6847            ! MANIFEST t/pragma/locale.t
6848 ____________________________________________________________________________
6849 [  3747] By: jhi                                   on 1999/07/25  19:01:46
6850         Log: Like #3743.
6851      Branch: cfgperl
6852            ! utils/perlbug.PL
6853 ____________________________________________________________________________
6854 [  3746] By: gsar                                  on 1999/07/25  18:08:58
6855         Log: add option to omit Changes file, from Abigail <abigail@delanet.com>;
6856              append a HISTORY section to POD if option is used
6857      Branch: perl
6858            ! utils/h2xs.PL
6859 ____________________________________________________________________________
6860 [  3745] By: gsar                                  on 1999/07/25  17:40:03
6861         Log: warn rather than die when parse_version() can't cut it (from
6862              Michael G Schwern <schwern@pobox.com>)
6863      Branch: perl
6864            ! lib/ExtUtils/MM_Unix.pm
6865 ____________________________________________________________________________
6866 [  3744] By: gsar                                  on 1999/07/25  16:32:48
6867         Log: make map behave like grep wrt indirect object slot when
6868              there are parentheses; revert an experimental mod by Larry
6869              in change#2038 that failed to parse %{{qw(a b c)}} properly
6870              (this means C<map {use Foo; ...} ...> still needs a proper
6871              fix)
6872      Branch: perl
6873            ! toke.c
6874 ____________________________________________________________________________
6875 [  3743] By: jhi                                   on 1999/07/25  16:24:55
6876         Log: Fix a typo in #3725.
6877      Branch: cfgperl
6878            ! utils/perlbug.PL
6879 ____________________________________________________________________________
6880 [  3742] By: jhi                                   on 1999/07/25  16:14:39
6881         Log: Integrate with Sarathy.
6882      Branch: cfgperl
6883           !> (integrate 26 files)
6884 ____________________________________________________________________________
6885 [  3741] By: jhi                                   on 1999/07/25  16:02:28
6886         Log: Cut-and-pasto in #3737.
6887      Branch: cfgperl
6888            ! perl.c
6889 ____________________________________________________________________________
6890 [  3740] By: gsar                                  on 1999/07/25  15:59:34
6891         Log: add note about glibc bug
6892      Branch: perl
6893            ! t/pragma/warn/pp_hot
6894 ____________________________________________________________________________
6895 [  3739] By: gsar                                  on 1999/07/25  15:48:40
6896         Log: fix bug in change#3728 that might free COPs prematurely;
6897              null(op) now does more thorough scrubbing of the op, which
6898              fixes a few compile-time memory "leaks"
6899      Branch: perl
6900            ! dump.c embed.h embed.pl op.c proto.h
6901 ____________________________________________________________________________
6902 [  3738] By: jhi                                   on 1999/07/25  14:15:26
6903         Log: In accordance with #3737.
6904      Branch: metaconfig
6905            ! U/installdirs/sitelib.U U/installdirs/vendorprefix.U
6906            ! U/modified/Oldconfig.U
6907      Branch: metaconfig/U/perl
6908            ! Extensions.U
6909 ____________________________________________________________________________
6910 [  3737] By: jhi                                   on 1999/07/25  14:12:34
6911         Log: Use vendorprefixlib.
6912      Branch: cfgperl
6913            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6914            ! config_h.SH perl.c
6915 ____________________________________________________________________________
6916 [  3736] By: jhi                                   on 1999/07/25  13:10:03
6917         Log: Populate metaconfig branch.
6918      Branch: metaconfig
6919            + (add 1468 files)
6920      Branch: metaconfig/U/perl
6921            + (add 101 files)
6922 ____________________________________________________________________________
6923 [  3735] By: jhi                                   on 1999/07/25  12:27:20
6924         Log: First steps of making builds outside the source
6925              directory possible.  These should get us as far
6926              as miniperl, then building DynaLoader falls into
6927              tiny twinkling pieces as MakeMaker knows nothing
6928              of VPATH mindset.
6929      Branch: cfgperl
6930            ! Configure Makefile.SH cflags.SH config_h.SH configpm
6931            ! ext/util/make_ext lib/AutoSplit.pm makedepend.SH
6932            ! pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL
6933            ! pod/pod2text.PL pod/pod2usage.PL pod/podchecker.PL
6934            ! pod/podselect.PL writemain.SH x2p/Makefile.SH x2p/cflags.SH
6935 ____________________________________________________________________________
6936 [  3734] By: jhi                                   on 1999/07/25  11:19:28
6937         Log: Poor Glossary--are we fixed yet?
6938      Branch: cfgperl
6939            ! Porting/Glossary
6940 ____________________________________________________________________________
6941 [  3733] By: jhi                                   on 1999/07/25  11:15:06
6942         Log: Change #3732 mistakenly clobbered Glossary.
6943      Branch: cfgperl
6944            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6945            ! config_h.SH
6946 ____________________________________________________________________________
6947 [  3732] By: jhi                                   on 1999/07/25  10:46:39
6948         Log: Andy's new installation scheme (note: a lot of this
6949              leaked in already with change #3731).  The vendor*
6950              stuff is not used anywhere (in *.SH, say), so it
6951              isn't in Configure, either.
6952      Branch: cfgperl
6953            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6954            ! config_h.SH
6955 ____________________________________________________________________________
6956 [  3731] By: jhi                                   on 1999/07/25  10:12:07
6957         Log: Circumcode a strange shell(?) bug in AIX found
6958              while trying to do -Duse64bits (which I couldn't do
6959              in the end because the CPU isn't 64-bit in that box,
6960              but at least now the probing doesn't crash.)
6961      Branch: cfgperl
6962            ! Configure config_h.SH hints/aix.sh
6963 ____________________________________________________________________________
6964 [  3730] By: gsar                                  on 1999/07/25  04:56:56
6965         Log: fix little utf8 nits in testsuite; add patch from Ilya that cures
6966              a utf8 bug in one of the new RE optimizations
6967      Branch: perl
6968            ! regcomp.c regexec.c t/harness t/lib/io_udp.t t/op/re_tests
6969            ! t/pragma/locale.t
6970 ____________________________________________________________________________
6971 [  3729] By: jhi                                   on 1999/07/23  19:56:27
6972         Log: From: Andy Dougherty <doughera@lafayette.edu>
6973              To: Perl Porters <perl5-porters@perl.org>
6974              Subject: [PATCH 5.005_57] INSTALL-1.58
6975              Date: Fri, 23 Jul 1999 10:50:13 -0400 (EDT)
6976              Message-Id: <Pine.GSU.4.05.9907231033190.3555-100000@newton.phys>
6977              
6978              plus
6979              
6980              From: "Kurt D. Starsinic" <kstar@chapin.edu>
6981              To: Andy Dougherty <doughera@lafayette.edu>
6982              Cc: Perl Porters <perl5-porters@perl.org>
6983              Subject: Re: [PATCH 5.005_57] INSTALL-1.58
6984              Date: Fri, 23 Jul 1999 13:38:25 -0400
6985              Message-ID: <19990723133825.A12033@O2.chapin.edu>
6986      Branch: cfgperl
6987            ! INSTALL
6988 ____________________________________________________________________________
6989 [  3728] By: gsar                                  on 1999/07/23  17:24:42
6990         Log: applied suggested patch for tracking line numbers correctly in
6991              optimized blocks with a single statement; changed setcop to
6992              setstate and added code for -Dx dumps
6993              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6994              Date: Wed, 23 Jun 1999 17:27:42 +0100
6995              Message-Id: <199906231627.RAA24033@crypt.compulink.co.uk>
6996              Subject: [PATCH 5.005_57] Line number error in optimised else() 
6997      Branch: perl
6998            ! dump.c embed.h ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.pm
6999            ! objXSUB.h op.c opcode.h opcode.pl perlapi.c pp.sym pp_hot.c
7000            ! pp_proto.h t/op/misc.t
7001 ____________________________________________________________________________
7002 [  3727] By: gsar                                  on 1999/07/23  15:56:04
7003         Log: avoid useless use of target for pp_each(); also fixes bugs due to
7004              refcount held by the target
7005      Branch: perl
7006            ! opcode.h opcode.pl pp.c t/op/each.t
7007 ____________________________________________________________________________
7008 [  3726] By: jhi                                   on 1999/07/23  12:08:30
7009         Log: Change #3725 aftershock.
7010      Branch: cfgperl
7011            ! INSTALL jpl/JNI/JNI.pm
7012 ____________________________________________________________________________
7013 [  3725] By: jhi                                   on 1999/07/23  11:58:49
7014         Log: Introduce $Config{ldlibpthname} which contains
7015              the name of the environment variable holding the
7016              dynamic library search path, often LD_LIBRARY_PATH.
7017              Use this new feature all over.
7018              Also removed remnants of admonition "add LD_LIBRARY_PATH
7019              before running make" because Makefile.SH does this for you. 
7020      Branch: cfgperl
7021            ! Configure Makefile.SH config_h.SH
7022            ! ext/DynaLoader/DynaLoader_pm.PL hints/README.hints
7023            ! hints/aix.sh hints/beos.sh hints/cygwin32.sh hints/dgux.sh
7024            ! hints/epix.sh hints/esix4.sh hints/hpux.sh hints/next_4.sh
7025            ! hints/os2.sh hints/rhapsody.sh hints/svr4.sh jpl/JNI/JNI.pm
7026            ! jpl/install-jpl utils/perlbug.PL
7027 ____________________________________________________________________________
7028 [  3724] By: jhi                                   on 1999/07/23  08:03:36
7029         Log: From: Spider Boardman <spider@orb.nashua.nh.us>
7030              To: perl5-porters@perl.org
7031              Subject: [PATCH] Re: [ID 19990715.003] [BUG] all perl5 versions: segfault on $# 
7032              Date: Thu, 22 Jul 1999 19:58:34 -0400
7033              Message-Id: <199907222358.TAA27354@Orb.Nashua.NH.US>
7034      Branch: cfgperl
7035            ! av.c
7036 ____________________________________________________________________________
7037 [  3723] By: gsar                                  on 1999/07/23  00:01:29
7038         Log: emit warning about function calls that were encountered too early
7039              to enforce their prototype
7040      Branch: perl
7041            ! op.c op.h pod/perldiag.pod
7042 ____________________________________________________________________________
7043 [  3722] By: jhi                                   on 1999/07/22  21:19:59
7044         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
7045              To: perl5-porters@perl.org
7046              Cc: Chip Salzenberg <chip@perlsupport.com>, Gurusamy Sarathy <gsar@activestate.com>
7047              Subject: [PATCH] MakeMaker documentation
7048              Date: Wed, 21 Jul 1999 14:15:42 -0400
7049              Message-ID: <19990721141542.A1800@O2.chapin.edu>
7050      Branch: cfgperl
7051            ! lib/ExtUtils/MakeMaker.pm
7052 ____________________________________________________________________________
7053 [  3721] By: jhi                                   on 1999/07/22  21:05:19
7054         Log: From: pvhp@forte.com (Peter Prymmer)
7055              To: chip@perlsupport.com, gsar@activestate.com, perl-mvs@perl.org, perl5-porters@perl.org
7056              Subject: [PATCH: 5.005_03 && 5.005_57]os390 hints file appendix stops bad builds
7057              Date: Wed, 21 Jul 99 17:15:39 PDT
7058              Message-Id: <9907220015.AA11931@forte.com>
7059      Branch: cfgperl
7060            ! hints/os390.sh
7061 ____________________________________________________________________________
7062 [  3720] By: jhi                                   on 1999/07/22  20:51:17
7063         Log: AIX magic: ccdlflags needs to be different for
7064              Perl itself and for extra-core extensions
7065              (as used by ExtUtilss::embed::ldopts).
7066              Based on the problems described in
7067              
7068              From: Mike W Ellwood <mwe@rl.ac.uk>
7069              To: perl5-porters@perl.org
7070              Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick...
7071              Date: Thu, 22 Jul 1999 14:28:19 +0100 (BST)
7072              Reply-To: m.w.ellwood@rl.ac.uk
7073              Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk>
7074      Branch: cfgperl
7075            ! Configure Makefile.SH config_h.SH hints/aix.sh
7076 ____________________________________________________________________________
7077 [  3719] By: jhi                                   on 1999/07/22  08:23:53
7078         Log: Update history records.
7079      Branch: cfgperl
7080            ! pod/perlhist.pod
7081 ____________________________________________________________________________
7082 [  3718] By: jhi                                   on 1999/07/21  13:54:42
7083         Log: Todododobedobedo.
7084      Branch: cfgperl
7085            ! Todo
7086 ____________________________________________________________________________
7087 [  3717] By: jhi                                   on 1999/07/21  12:10:48
7088         Log: Even more Todo.
7089      Branch: cfgperl
7090            ! Todo
7091 ____________________________________________________________________________
7092 [  3716] By: jhi                                   on 1999/07/21  11:40:39
7093         Log: Use Errno more extensively so that error
7094              messages are more portable (another way
7095              would be to muck around with LC_MESSAGES).
7096              Problem reported in
7097              
7098              From: oracle@pcr8.pcr.com
7099              To: perl5-porters@perl.org
7100              Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4
7101              Date: Mon, 19 Jul 1999 18:39:13 -0400
7102              Message-Id: <9907192239.AA44990@pcr8.pcr.com>
7103      Branch: cfgperl
7104            ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
7105            ! ext/GDBM_File/GDBM_File.pm jpl/JNI/JNI.pm lib/AutoLoader.pm
7106            ! lib/CPAN.pm pod/perllocale.pod utils/h2xs.PL
7107 ____________________________________________________________________________
7108 [  3715] By: jhi                                   on 1999/07/21  11:05:36
7109         Log: Slightly modified patch.
7110              From: Sean Sheedy <seans@ncube.com>
7111              To: perl5-porters@perl.org
7112              Subject: [ID 19990720.003] Perl 5.005_3 patch: Non-standard object extensions
7113              Date: Tue, 20 Jul 1999 09:52:06 -0700
7114              Message-Id: <3794A935.1C150E54@ncube.com>
7115      Branch: cfgperl
7116            ! cflags.SH x2p/cflags.SH
7117 ____________________________________________________________________________
7118 [  3714] By: jhi                                   on 1999/07/20  21:26:19
7119         Log: More Todo.
7120      Branch: cfgperl
7121            ! Todo
7122 ____________________________________________________________________________
7123 [  3713] By: jhi                                   on 1999/07/20  18:02:45
7124         Log: Integrate with Sarathy.
7125      Branch: cfgperl
7126           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
7127           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
7128           +> ext/Devel/DProf/Todo t/lib/dprof.t t/lib/dprof/V.pm
7129           +> t/lib/dprof/test1_t t/lib/dprof/test1_v t/lib/dprof/test2_t
7130           +> t/lib/dprof/test2_v t/lib/dprof/test3_t t/lib/dprof/test3_v
7131           +> t/lib/dprof/test4_t t/lib/dprof/test4_v t/lib/dprof/test5_t
7132           +> t/lib/dprof/test5_v t/lib/dprof/test6_t t/lib/dprof/test6_v
7133           +> utils/dprofpp.PL
7134           !> INSTALL MAINTAIN MANIFEST configure.com
7135           !> ext/Devel/Peek/Makefile.PL installman installperl
7136           !> pod/roffitall utils/Makefile vms/descrip_mms.template
7137           !> win32/Makefile win32/makefile.mk win32/win32.h
7138 ____________________________________________________________________________
7139 [  3712] By: gsar                                  on 1999/07/20  15:29:01
7140         Log: DProf tweak
7141      Branch: perl
7142            ! ext/Devel/DProf/DProf.xs
7143 ____________________________________________________________________________
7144 [  3711] By: gsar                                  on 1999/07/20  07:56:19
7145         Log: another DProf build tweak
7146      Branch: perl
7147            ! utils/dprofpp.PL
7148 ____________________________________________________________________________
7149 [  3710] By: gsar                                  on 1999/07/20  07:36:36
7150         Log: move DProf things around to where they are supposed to be
7151      Branch: perl
7152            + t/lib/dprof.t t/lib/dprof/V.pm t/lib/dprof/test1_t
7153            + t/lib/dprof/test1_v t/lib/dprof/test2_t t/lib/dprof/test2_v
7154            + t/lib/dprof/test3_t t/lib/dprof/test3_v t/lib/dprof/test4_t
7155            + t/lib/dprof/test4_v t/lib/dprof/test5_t t/lib/dprof/test5_v
7156            + t/lib/dprof/test6_t t/lib/dprof/test6_v
7157           +> utils/dprofpp.PL
7158            - ext/Devel/DProf/dprofpp.PL ext/Devel/DProf/t/V.pm
7159            - ext/Devel/DProf/t/test1.pl ext/Devel/DProf/t/test1.t
7160            - ext/Devel/DProf/t/test1.v ext/Devel/DProf/t/test2.t
7161            - ext/Devel/DProf/t/test2.v ext/Devel/DProf/t/test3.t
7162            - ext/Devel/DProf/t/test3.v ext/Devel/DProf/t/test4.t
7163            - ext/Devel/DProf/t/test4.v ext/Devel/DProf/t/test5.t
7164            - ext/Devel/DProf/t/test5.v ext/Devel/DProf/t/test6.t
7165            - ext/Devel/DProf/t/test6.v ext/Devel/DProf/test.pl
7166            ! INSTALL MANIFEST ext/Devel/DProf/Makefile.PL installman
7167            ! installperl pod/roffitall utils/Makefile
7168            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
7169 ____________________________________________________________________________
7170 [  3709] By: gsar                                  on 1999/07/20  06:13:16
7171         Log: DProf fixups for PERL_IMPLICIT_CONTEXT
7172      Branch: perl
7173            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
7174            ! ext/Devel/Peek/Makefile.PL
7175 ____________________________________________________________________________
7176 [  3708] By: gsar                                  on 1999/07/20  06:01:22
7177         Log: move DProf to Devel/DProf
7178      Branch: perl
7179           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
7180           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
7181           +> ext/Devel/DProf/Todo ext/Devel/DProf/dprofpp.PL
7182           +> ext/Devel/DProf/t/V.pm ext/Devel/DProf/t/test1.pl
7183           +> ext/Devel/DProf/t/test1.t ext/Devel/DProf/t/test1.v
7184           +> ext/Devel/DProf/t/test2.t ext/Devel/DProf/t/test2.v
7185           +> ext/Devel/DProf/t/test3.t ext/Devel/DProf/t/test3.v
7186           +> ext/Devel/DProf/t/test4.t ext/Devel/DProf/t/test4.v
7187           +> ext/Devel/DProf/t/test5.t ext/Devel/DProf/t/test5.v
7188           +> ext/Devel/DProf/t/test6.t ext/Devel/DProf/t/test6.v
7189           +> ext/Devel/DProf/test.pl
7190            - ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
7191            - ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
7192            - ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
7193            - ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
7194            - ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
7195            - ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
7196            - ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
7197            ! MAINTAIN MANIFEST configure.com win32/Makefile
7198            ! win32/makefile.mk
7199 ____________________________________________________________________________
7200 [  3707] By: gsar                                  on 1999/07/20  05:39:11
7201         Log: add Devel::DProf v19990108 from CPAN, as it was
7202      Branch: perl
7203            + ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
7204            + ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
7205            + ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
7206            + ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
7207            + ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
7208            + ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
7209            + ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
7210            ! MANIFEST
7211 ____________________________________________________________________________
7212 [  3706] By: gsar                                  on 1999/07/20  04:52:25
7213         Log: C<union any> needs no PERL_OBJECT-treatment
7214      Branch: perl
7215            ! win32/win32.h
7216 ____________________________________________________________________________
7217 [  3705] By: gsar                                  on 1999/07/20  04:11:54
7218         Log: fix problem in default build
7219      Branch: perl
7220            ! win32/Makefile win32/makefile.mk
7221 ____________________________________________________________________________
7222 [  3704] By: jhi                                   on 1999/07/19  07:06:36
7223         Log: Integrate with Sarathy.
7224      Branch: cfgperl
7225           !> Changes lib/Carp.pm makedef.pl pod/perldiag.pod sv.h util.c
7226           !> win32/win32.c
7227 ____________________________________________________________________________
7228 [  3703] By: gsar                                  on 1999/07/19  05:55:57
7229         Log: win32 nits
7230      Branch: perl
7231            ! makedef.pl sv.h
7232 ____________________________________________________________________________
7233 [  3702] By: gsar                                  on 1999/07/19  04:29:34
7234         Log: don't display tid from main thread (or testsuite breaks)
7235      Branch: perl
7236            ! lib/Carp.pm util.c
7237 ____________________________________________________________________________
7238 [  3701] By: gsar                                  on 1999/07/19  00:47:52
7239         Log: remove several doubled (and tripled!) entries
7240      Branch: perl
7241            ! pod/perldiag.pod
7242 ____________________________________________________________________________
7243 [  3700] By: gsar                                  on 1999/07/19  00:42:34
7244         Log: integrate cfgperl contents into mainline
7245      Branch: perl
7246           +> makedef.pl
7247            - perl_exp.SH win32/makedef.pl
7248           !> MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
7249           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_vms.xs hints/aix.sh
7250           !> pod/perldiag.pod pp.c regexec.c t/pragma/warn/util toke.c
7251           !> utf8.c util.c win32/Makefile win32/makefile.mk
7252 ____________________________________________________________________________
7253 [  3699] By: gsar                                  on 1999/07/19  00:33:59
7254         Log: avoid bug in win32_str_os_error() (from Jan Dubois)
7255      Branch: perl
7256            ! Changes win32/win32.c
7257 ____________________________________________________________________________
7258 [  3698] By: jhi                                   on 1999/07/18  21:33:57
7259         Log: Integrate with Sarathy.
7260      Branch: cfgperl
7261           +> t/op/chars.t
7262           !> (integrate 57 files)
7263 ____________________________________________________________________________
7264 [  3697] By: gsar                                  on 1999/07/18  05:22:36
7265         Log: From: pvhp@forte.com (Peter Prymmer)
7266              Date: Thu, 1 Jul 99 19:31:24 PDT
7267              Message-Id: <9907020231.AA16942@forte.com>
7268              Subject: [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enough
7269      Branch: perl
7270            + t/op/chars.t
7271            ! MANIFEST ebcdic.c t/op/ord.t
7272 ____________________________________________________________________________
7273 [  3696] By: gsar                                  on 1999/07/18  05:11:02
7274         Log: display thread id in diagnostics (suggested by Dan Sugalski)
7275      Branch: perl
7276            ! lib/Carp.pm util.c
7277 ____________________________________________________________________________
7278 [  3695] By: gsar                                  on 1999/07/18  04:57:47
7279         Log: missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)
7280      Branch: perl
7281            ! pod/perldiag.pod
7282 ____________________________________________________________________________
7283 [  3694] By: gsar                                  on 1999/07/18  04:56:28
7284         Log: cache [NIUP]V conversions of defined READONLY values
7285              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7286              Date: Sun, 11 Jul 1999 04:39:44 -0400
7287              Message-ID: <19990711043944.A25944@monk.mps.ohio-state.edu>
7288              Subject: [PATCH 5.005_57] Allow caching of numeric/string conversion
7289      Branch: perl
7290            ! sv.c
7291 ____________________________________________________________________________
7292 [  3693] By: gsar                                  on 1999/07/18  03:53:38
7293         Log: From: jan.dubois@ibm.net (Jan Dubois)
7294              Date: Sat, 17 Jul 1999 10:58:29 +0200
7295              Message-ID: <379144ad.13616689@smtp1.ibm.net>
7296              Subject: [PATCH 5.005] Some lib/ExtUtils/Manifest.pm POD fixes
7297      Branch: perl
7298            ! lib/ExtUtils/Manifest.pm
7299 ____________________________________________________________________________
7300 [  3692] By: gsar                                  on 1999/07/18  03:51:03
7301         Log: remove spurious newSTATEOP() that causes goto to enter one too many
7302              contexts when jumping between if and elsif blocks
7303      Branch: perl
7304            ! perly.c perly.y pp_ctl.c t/op/goto.t
7305 ____________________________________________________________________________
7306 [  3691] By: gsar                                  on 1999/07/18  01:49:59
7307         Log: detypo, update Changes
7308      Branch: perl
7309            ! Changes doio.c
7310 ____________________________________________________________________________
7311 [  3690] By: gsar                                  on 1999/07/18  01:16:59
7312         Log: mention the -Minteger effect on modulus (from Nathan Torkington)
7313      Branch: perl
7314            ! lib/integer.pm
7315 ____________________________________________________________________________
7316 [  3689] By: gsar                                  on 1999/07/18  00:47:17
7317         Log: ensure __END__ appears on a line by itself in wrapped
7318              scripts (thanks to Steve Tolkin <tolkin@mediaone.net>);
7319              mention caveat about successfull kill()
7320      Branch: perl
7321            ! pod/perlfunc.pod win32/bin/pl2bat.pl
7322 ____________________________________________________________________________
7323 [  3688] By: gsar                                  on 1999/07/17  20:47:44
7324         Log: noecho noops (from Nicholas Clark <nick@flirble.org>)
7325      Branch: perl
7326            ! ext/SDBM_File/sdbm/Makefile.PL
7327 ____________________________________________________________________________
7328 [  3687] By: gsar                                  on 1999/07/17  20:43:27
7329         Log: make CC.pm use a distinct CCPP() macro rather than PP()
7330              (suggested by Vishal Bhatia <vishalb@my-deja.com>)
7331      Branch: perl
7332            ! cc_runtime.h ext/B/B/CC.pm
7333 ____________________________________________________________________________
7334 [  3686] By: gsar                                  on 1999/07/17  20:39:08
7335         Log: tiny bug in vars.pm (from John Dlugosz)
7336      Branch: perl
7337            ! lib/vars.pm
7338 ____________________________________________________________________________
7339 [  3685] By: gsar                                  on 1999/07/17  20:37:27
7340         Log: applied suggested patch, along with later tweak
7341              From: jan.dubois@ibm.net (Jan Dubois)
7342              Date: Wed, 14 Jul 1999 23:53:43 +0200
7343              Message-ID: <37a902e7.15977234@smtp1.ibm.net>
7344              Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm
7345      Branch: perl
7346            ! lib/Pod/Html.pm
7347 ____________________________________________________________________________
7348 [  3684] By: gsar                                  on 1999/07/17  20:24:32
7349         Log: avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
7350      Branch: perl
7351            ! thrdvar.h
7352 ____________________________________________________________________________
7353 [  3683] By: gsar                                  on 1999/07/17  20:21:01
7354         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7355              Date: Tue, 13 Jul 1999 05:44:28 -0400 (EDT)
7356              Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>
7357              Subject: [PATCH 5.005_57] Segfaults if $^P
7358      Branch: perl
7359            ! embed.h embed.pl global.sym mg.c objXSUB.h perl.c perlapi.c
7360            ! proto.h
7361 ____________________________________________________________________________
7362 [  3682] By: gsar                                  on 1999/07/17  20:04:17
7363         Log: use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
7364              and prefix/lib/perl5/man are ass_u_med only if those directories
7365              actually exist; else prefix/{lib,man} are used)
7366      Branch: perl
7367            ! lib/ExtUtils/MM_Unix.pm
7368 ____________________________________________________________________________
7369 [  3681] By: gsar                                  on 1999/07/17  19:12:33
7370         Log: allow $foo{$x} and $bar[$i] for (\$) prototype
7371      Branch: perl
7372            ! op.c t/comp/proto.t
7373 ____________________________________________________________________________
7374 [  3680] By: gsar                                  on 1999/07/17  18:23:55
7375         Log: fix vec() on magic values
7376              From: Ian Phillipps <ian@dial.pipex.com>
7377              Date: Mon, 12 Jul 1999 12:30:05 +0100
7378              Message-ID: <19990712123005.A11355@homer.diplex.co.uk>
7379              Subject: [PATCH 5.005_57] Re: do_vecset is broken.  Re: [ID 19990703.003].
7380      Branch: perl
7381            ! doop.c t/op/tie.t
7382 ____________________________________________________________________________
7383 [  3679] By: gsar                                  on 1999/07/17  18:10:44
7384         Log: make system() return -1 and set $! if exec of child failed
7385              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7386              Date: Fri, 9 Jul 1999 05:21:13 -0400
7387              Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
7388              Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec
7389      Branch: perl
7390            ! doio.c embed.h embed.pl global.sym objXSUB.h perlapi.c
7391            ! pod/perlfunc.pod pp_sys.c proto.h t/op/exec.t
7392 ____________________________________________________________________________
7393 [  3678] By: gsar                                  on 1999/07/17  17:54:01
7394         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7395              Date: Fri, 9 Jul 1999 04:27:51 -0400 (EDT)
7396              Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu>
7397              Subject: [PATCH 5.005_57] File descriptor leak in do_exec3
7398      Branch: perl
7399            ! util.c
7400 ____________________________________________________________________________
7401 [  3677] By: gsar                                  on 1999/07/17  17:34:38
7402         Log: a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
7403              converted Ken's documentation outline into pod
7404      Branch: perl
7405            ! x2p/find2perl.PL
7406 ____________________________________________________________________________
7407 [  3676] By: gsar                                  on 1999/07/17  16:34:09
7408         Log: pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
7409              Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
7410              Steve Lidie
7411      Branch: perl
7412            ! pod/Win32.pod pod/perldelta.pod pod/perlfaq.pod
7413            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
7414            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
7415            ! pod/perlguts.pod pod/perlhist.pod pod/perlop.pod
7416            ! pod/perlport.pod pod/perltoc.pod pod/perltodo.pod
7417            ! pod/perltoot.pod pod/perltootc.pod pod/perlvar.pod
7418 ____________________________________________________________________________
7419 [  3675] By: gsar                                  on 1999/07/17  00:16:53
7420         Log: backout redundant change#3628
7421      Branch: perl
7422            ! Changes hints/bsdos.sh
7423 ____________________________________________________________________________
7424 [  3674] By: jhi                                   on 1999/07/15  14:26:03
7425         Log: Fix the bin/oct/hex constant overflow tests for
7426              long long platforms.
7427      Branch: cfgperl
7428            ! t/pragma/warn/util
7429 ____________________________________________________________________________
7430 [  3673] By: jhi                                   on 1999/07/14  21:59:11
7431         Log: Fixed AIX dynamic loading and AIX shared Perl library.
7432              Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
7433              4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
7434              Hijacked win32/makedef.pl for more general purpose export
7435              list building, now it is used (as toplevel makedef.pl)
7436              for win32 and AIX (perl_exp.SH made unnecessary).
7437              Because the export lists are now correct in AIX, no more linker
7438              warnings about "Exported symbol not defined" should appear.
7439      Branch: cfgperl
7440            + makedef.pl
7441            - perl_exp.SH win32/makedef.pl
7442            ! MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
7443            ! ext/DynaLoader/dl_aix.xs hints/aix.sh win32/Makefile
7444            ! win32/makefile.mk
7445 ____________________________________________________________________________
7446 [  3672] By: gsar                                  on 1999/07/14  17:12:13
7447         Log: minor efficiency tweak
7448      Branch: perl
7449            ! pp_ctl.c
7450 ____________________________________________________________________________
7451 [  3671] By: jhi                                   on 1999/07/14  16:22:39
7452         Log: The regexec.c change of #3606 caused a core dump in fbm_instr()
7453              if its caller re_intuit_start() was entered with strend == strpos
7454              because end_shift ended up as -1.  The patch ain't necessarily
7455              correct but least the core dump is avoided.
7456      Branch: cfgperl
7457            ! regexec.c
7458 ____________________________________________________________________________
7459 [  3670] By: jhi                                   on 1999/07/13  07:59:09
7460         Log: Integrate with Sarathy.
7461      Branch: cfgperl
7462            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
7463            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
7464           !> (integrate 67 files)
7465 ____________________________________________________________________________
7466 [  3669] By: gsar                                  on 1999/07/12  06:14:54
7467         Log: fixups for sundry warnings about function pointers
7468      Branch: perl
7469            ! ext/re/re.xs intrpvar.h op.c perl.c perl.h pp_ctl.c scope.h
7470            ! sv.c thrdvar.h util.c win32/Makefile win32/makefile.mk
7471            ! win32/win32.c win32/win32.h
7472 ____________________________________________________________________________
7473 [  3668] By: gsar                                  on 1999/07/12  04:11:58
7474         Log: tweaks for win32/borland
7475      Branch: perl
7476            ! t/pragma/locale.t win32/makedef.pl win32/makefile.mk
7477 ____________________________________________________________________________
7478 [  3667] By: gsar                                  on 1999/07/12  01:55:15
7479         Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
7480              builds; passing the implicit context is unified among the three
7481              flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
7482              flavors (see the top of perl.h) for testing; all varargs functions
7483              foo() have a va_list-taking variant vfoo() for generating the
7484              context-free versions; the PERL_OBJECT build should now be
7485              hyper-compatible with CPAN extensions (C++ is totally out of
7486              the picture)
7487              
7488              result has only been tested on Windows
7489              
7490              TODO: write docs on the THX rationale and idiomatic usage of
7491              the Perl API
7492      Branch: perl
7493            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
7494            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
7495            ! MANIFEST XSUB.h bytecode.pl deb.c dump.c embed.h embed.pl
7496            ! embedvar.h ext/B/B.xs ext/ByteLoader/ByteLoader.xs
7497            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
7498            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ext/IO/IO.xs
7499            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
7500            ! ext/SDBM_File/SDBM_File.xs ext/Socket/Socket.xs
7501            ! ext/Thread/Thread.xs ext/attrs/attrs.xs ext/re/re.xs
7502            ! global.sym globals.c intrpvar.h iperlsys.h
7503            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
7504            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/xsubpp lib/base.pm
7505            ! lib/warning.pm malloc.c objXSUB.h perl.c perl.h perlapi.c
7506            ! perlapi.h perlio.c pp_sys.c proto.h regcomp.c regexec.c
7507            ! scope.c sv.c thrdvar.h util.c win32/Makefile win32/config_H.bc
7508            ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
7509            ! win32/dl_win32.xs win32/include/dirent.h
7510            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
7511            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
7512            ! win32/win32iop.h win32/win32sck.c
7513 ____________________________________________________________________________
7514 [  3666] By: jhi                                   on 1999/07/11  22:00:13
7515         Log: Integrate with Sarathy.
7516      Branch: cfgperl
7517           !> op.c t/op/lex_assign.t
7518 ____________________________________________________________________________
7519 [  3665] By: jhi                                   on 1999/07/11  21:59:01
7520         Log: More manual sync.
7521      Branch: cfgperl
7522            ! pod/perldelta.pod
7523 ____________________________________________________________________________
7524 [  3664] By: gsar                                  on 1999/07/11  19:11:07
7525         Log: change#3612 was buggy and failed to build Tk; applied Ilya's
7526              remedy and related tests via private mail
7527      Branch: perl
7528            ! op.c t/op/lex_assign.t
7529 ____________________________________________________________________________
7530 [  3663] By: jhi                                   on 1999/07/11  15:04:37
7531         Log: Manual synchronization with Sarathy (some files
7532              had drifted apart for no apparent reason), plus
7533              I had a typo in dl_vms.xs Sarathy had fixed.
7534      Branch: cfgperl
7535            ! ext/DynaLoader/dl_vms.xs pod/perldelta.pod pp.c pp_sys.c
7536 ____________________________________________________________________________
7537 [  3662] By: jhi                                   on 1999/07/10  12:23:21
7538         Log: Change t/pragma/warn oct()/hex() overflow tests to use %Config
7539              to adapt to the underlying platform (the binary, 0b1..., test
7540              was broken in 64-bit platforms).  Also change "hex" in the
7541              warning messages to "hexadecimal" to match "binary" and "octal".
7542      Branch: cfgperl
7543            ! pod/perldiag.pod t/pragma/warn/util util.c
7544 ____________________________________________________________________________
7545 [  3661] By: jhi                                   on 1999/07/08  21:54:55
7546         Log: Integrate with Sarathy.
7547      Branch: cfgperl
7548           +> perlapi.c perlapi.h
7549           !> (integrate 43 files)
7550 ____________________________________________________________________________
7551 [  3660] By: gsar                                  on 1999/07/08  18:47:35
7552         Log: more PERL_OBJECT cleanups (changes still untested on Unix!)
7553      Branch: perl
7554            + perlapi.c perlapi.h
7555            ! MANIFEST XSUB.h emacs/ptags embed.h embed.pl embedvar.h
7556            ! ext/Opcode/Opcode.xs global.sym globals.c intrpvar.h
7557            ! iperlsys.h mg.c miniperlmain.c objXSUB.h perl.c perl.h perly.c
7558            ! pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h regexec.c
7559            ! scope.c scope.h sv.c thrdvar.h toke.c util.c win32/GenCAPI.pl
7560            ! win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c
7561            ! win32/win32.h
7562 ____________________________________________________________________________
7563 [  3659] By: gsar                                  on 1999/07/08  18:41:45
7564         Log: sundry cleanups for clean build on windows
7565      Branch: perl
7566            ! doio.c regcomp.c regcomp.h t/io/openpid.t utf8.c
7567 ____________________________________________________________________________
7568 [  3658] By: gsar                                  on 1999/07/08  01:24:25
7569         Log: fixes for logical bugs in the lexwarn patch; other tweaks to avoid
7570              type mismatch problems
7571      Branch: perl
7572            ! doio.c gv.c op.c pp.c regcomp.c regexec.c run.c sv.c
7573            ! t/pragma/warn/op toke.c utf8.c util.c
7574 ____________________________________________________________________________
7575 [  3657] By: jhi                                   on 1999/07/07  23:01:16
7576         Log: Integrate with Sarathy.  perldiag.pod required manual editing.
7577      Branch: cfgperl
7578            ! pod/perldiag.pod
7579           !> Changes configure.com ext/B/B/Deparse.pm
7580           !> ext/ByteLoader/Makefile.PL ext/Fcntl/Fcntl.xs
7581           !> ext/IO/lib/IO/File.pm gv.c iperlsys.h lib/ExtUtils/MM_VMS.pm
7582           !> lib/File/Basename.pm lib/File/Spec/VMS.pm perlsfio.h
7583           !> t/base/rs.t t/lib/io_multihomed.t t/lib/textfill.t
7584           !> t/lib/textwrap.t t/op/filetest.t t/op/mkdir.t
7585           !> t/pragma/overload.t thread.h vms/vms.c
7586 ____________________________________________________________________________
7587 [  3656] By: gsar                                  on 1999/07/07  21:04:38
7588         Log: integrate cfgperl contents
7589      Branch: perl
7590           +> lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
7591           +> lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
7592           +> lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
7593            ! Changes
7594           !> (integrate 45 files)
7595 ____________________________________________________________________________
7596 [  3655] By: gsar                                  on 1999/07/07  18:55:45
7597         Log: filetest.t and ByteLoader build tweaks from Peter Prymmer
7598              <pvhp@forte.com>
7599      Branch: perl
7600            ! ext/ByteLoader/Makefile.PL t/op/filetest.t
7601 ____________________________________________________________________________
7602 [  3654] By: gsar                                  on 1999/07/07  18:47:03
7603         Log: change#1889 mistakenly removed F_SETLK
7604      Branch: perl
7605            ! ext/Fcntl/Fcntl.xs
7606 ____________________________________________________________________________
7607 [  3653] By: gsar                                  on 1999/07/07  18:42:42
7608         Log: B::Deparse update
7609              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
7610              Date: Mon,  5 Jul 1999 17:57:03 -0500 (CDT)
7611              Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
7612              Subject: [PATCH _57, long] B::Deparse 0.58
7613      Branch: perl
7614            ! ext/B/B/Deparse.pm
7615 ____________________________________________________________________________
7616 [  3652] By: gsar                                  on 1999/07/07  18:41:07
7617         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7618              Date: Mon, 5 Jul 1999 18:24:19 -0400 (EDT)
7619              Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>
7620              Subject: Re: [ID 19990705.001] Overloading boolean conversion
7621      Branch: perl
7622            ! gv.c t/pragma/overload.t
7623 ____________________________________________________________________________
7624 [  3651] By: gsar                                  on 1999/07/07  17:47:30
7625         Log: missing PerlIO_reopen() (suggested by sam@daemoninc.com)
7626      Branch: perl
7627            ! perlsfio.h
7628 ____________________________________________________________________________
7629 [  3650] By: gsar                                  on 1999/07/07  17:45:52
7630         Log: applied new parts of suggested patch
7631              From: Charles Bailey <BAILEY@newman.upenn.edu>
7632              Date: Fri, 02 Jul 1999 19:18:41 -0400 (EDT)
7633              Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
7634              Subject: [PATCH 5.005_57] Consolidated VMS patch
7635      Branch: perl
7636            ! configure.com ext/IO/lib/IO/File.pm iperlsys.h
7637            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm
7638            ! lib/File/Spec/VMS.pm pod/perldiag.pod t/base/rs.t
7639            ! t/lib/io_multihomed.t t/lib/textfill.t t/lib/textwrap.t
7640            ! t/op/filetest.t t/op/mkdir.t thread.h vms/vms.c
7641 ____________________________________________________________________________
7642 [  3649] By: jhi                                   on 1999/07/07  13:38:02
7643         Log: Sync regcomp warn with reality.
7644      Branch: cfgperl
7645            ! t/pragma/warn/regcomp
7646 ____________________________________________________________________________
7647 [  3648] By: jhi                                   on 1999/07/07  13:04:55
7648         Log: Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
7649              resolved manually.
7650      Branch: cfgperl
7651           +> pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
7652           +> t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
7653           +> t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
7654            - README.lexwarn
7655           !> (integrate 79 files)
7656 ____________________________________________________________________________
7657 [  3647] By: gsar                                  on 1999/07/07  10:32:03
7658         Log: From: jan.dubois@ibm.net (Jan Dubois)
7659              Date: Thu, 01 Jul 1999 11:17:53 +0200
7660              Message-ID: <377b2ca4.14467042@smtp1.ibm.net>
7661              Subject: [PATCH 5.005_57] MakeMaker support for pod2html
7662      Branch: perl
7663            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
7664            ! lib/ExtUtils/MakeMaker.pm
7665 ____________________________________________________________________________
7666 [  3646] By: gsar                                  on 1999/07/07  10:27:55
7667         Log: fix undocumented IO::Handle functions as suggested
7668              by cj10@cam.ac.uk
7669      Branch: perl
7670            ! ext/IO/lib/IO/Handle.pm
7671 ____________________________________________________________________________
7672 [  3645] By: gsar                                  on 1999/07/07  10:18:55
7673         Log: prohibit thread join()ing itself (from Dan Sugalski)
7674      Branch: perl
7675            ! ext/Thread/Thread.xs
7676 ____________________________________________________________________________
7677 [  3644] By: gsar                                  on 1999/07/07  10:14:26
7678         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
7679              Date: Wed, 30 Jun 1999 14:02:42 -0700
7680              Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
7681              Subject:  [PATCH 5.005_57] Compiler and XSUBS
7682      Branch: perl
7683            ! ext/B/B/C.pm
7684 ____________________________________________________________________________
7685 [  3643] By: gsar                                  on 1999/07/07  10:08:38
7686         Log: mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
7687              (from François Désarménien <desar@club-internet.fr>)
7688      Branch: perl
7689            ! pod/perlsyn.pod
7690 ____________________________________________________________________________
7691 [  3642] By: gsar                                  on 1999/07/07  10:03:24
7692         Log: From: Doug MacEachern <dougm@cp.net>
7693              Date: Sun, 27 Jun 1999 22:43:25 -0700 (PDT)
7694              Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
7695              Subject: [PATCH 5.005_57] add B::PV::{LEN,CUR}
7696      Branch: perl
7697            ! ext/B/B.xs
7698 ____________________________________________________________________________
7699 [  3641] By: gsar                                  on 1999/07/07  10:00:57
7700         Log: slightly modified version of suggested patch
7701              From: Steven N. Hirsch <hirschs@stargate.btv.ibm.com>
7702              Date: Mon, 28 Jun 1999 14:23:59 -0400
7703              Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
7704              Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
7705      Branch: perl
7706            ! ext/POSIX/POSIX.xs
7707 ____________________________________________________________________________
7708 [  3640] By: gsar                                  on 1999/07/07  09:45:43
7709         Log: lexical warnings update (warning.t fails one test
7710              due to leaked scalar, investigation pending)
7711              From: paul.marquess@bt.com
7712              Date: Sat, 26 Jun 1999 23:19:52 +0100
7713              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
7714              Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
7715      Branch: perl
7716            + pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
7717            + t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
7718            + t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
7719            - README.lexwarn
7720            ! Changes MANIFEST av.c djgpp/djgpp.c doio.c doop.c
7721            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
7722            ! ext/ByteLoader/byterun.h gv.c hv.c jpl/JNI/JNI.xs
7723            ! lib/warning.pm mg.c op.c os2/os2.c perl.c perlio.c
7724            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
7725            ! pod/perlmodlib.pod pod/perlrun.pod pod/perlvar.pod pp.c
7726            ! pp_ctl.c run.c sv.c t/pragma/warn/3both t/pragma/warn/doio
7727            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
7728            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
7729            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
7730            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
7731            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
7732            ! t/pragma/warn/util t/pragma/warning.t toke.c utf8.c util.c
7733            ! warning.h warning.pl win32/win32.c
7734 ____________________________________________________________________________
7735 [  3639] By: gsar                                  on 1999/07/07  08:09:30
7736         Log: From: Brian Jepson <bjepson@home.com>
7737              Date: Sat, 26 Jun 1999 10:47:45 -0500 (EST)
7738              Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>
7739              Subject: Patch to JPL example program
7740      Branch: perl
7741            ! jpl/JPL_Rolo/JPL_Rolo.jpl
7742 ____________________________________________________________________________
7743 [  3638] By: jhi                                   on 1999/07/07  08:07:58
7744         Log: Integrate with Sarathy.
7745      Branch: cfgperl
7746           !> (integrate 34 files)
7747 ____________________________________________________________________________
7748 [  3637] By: gsar                                  on 1999/07/07  08:07:49
7749         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
7750              Date: Fri, 25 Jun 1999 13:38:44 -0500 (CDT)
7751              Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
7752              Subject: [PATCH _57, long] Eliminate CONDOPs
7753      Branch: perl
7754            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm
7755            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
7756            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
7757            ! ext/B/typemap op.c op.h opcode.h opcode.pl perl.h
7758            ! pod/perltoc.pod pp_ctl.c pp_hot.c
7759 ____________________________________________________________________________
7760 [  3636] By: gsar                                  on 1999/07/07  07:50:51
7761         Log: adapted suggested patch for IO-1.20x
7762              From: ian@dial.pipex.com
7763              Date:  Fri, 25 Jun 1999 10:39:42 +0100
7764              Message-Id:  <199906250939.KAA02152@homer.diplex.co.uk>
7765              Subject: [ID 19990625.001]  Minor fixes for IO::Socket.pm
7766      Branch: perl
7767            ! ext/IO/lib/IO/Socket.pm
7768 ____________________________________________________________________________
7769 [  3635] By: gsar                                  on 1999/07/07  07:26:05
7770         Log: PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
7771      Branch: perl
7772            ! hints/powerux.sh
7773 ____________________________________________________________________________
7774 [  3634] By: gsar                                  on 1999/07/07  07:20:02
7775         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7776              Date: Wed, 23 Jun 1999 16:16:05 +0100
7777              Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
7778              Subject: [PATCH 5.005_57] memleak in optimizer
7779      Branch: perl
7780            ! embed.h embed.pl objXSUB.h op.c proto.h
7781 ____________________________________________________________________________
7782 [  3633] By: gsar                                  on 1999/07/07  07:10:52
7783         Log: add do-not-edit caveats for files generated by opcode.pl
7784              (suggested by Hugo van der Sanden)
7785      Branch: perl
7786            ! opcode.h opcode.pl pp.sym pp_proto.h
7787 ____________________________________________________________________________
7788 [  3632] By: gsar                                  on 1999/07/07  06:41:13
7789         Log: better diagnostics on read operations from write-only
7790              filehandles
7791      Branch: perl
7792            ! doio.c perl.c pod/perldelta.pod pod/perldiag.pod pp_hot.c
7793            ! pp_sys.c t/pragma/warn/pp_hot t/pragma/warn/pp_sys
7794 ____________________________________________________________________________
7795 [  3631] By: gsar                                  on 1999/07/07  02:03:34
7796         Log: make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
7797              by David Muir Sharnoff <muir@idiom.com>)
7798      Branch: perl
7799            ! lib/Sys/Hostname.pm
7800 ____________________________________________________________________________
7801 [  3630] By: gsar                                  on 1999/07/07  01:57:16
7802         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
7803              Date: Sun, 20 Jun 1999 17:17:17 -0700
7804              Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>
7805              Subject: [PATCH 5.005_57] Minor bug fix in pp_require
7806      Branch: perl
7807            ! ext/B/B/CC.pm
7808 ____________________________________________________________________________
7809 [  3629] By: gsar                                  on 1999/07/07  01:46:03
7810         Log: installperl should write normal messages to STDOUT, not STDERR
7811      Branch: perl
7812            ! installperl
7813 ____________________________________________________________________________
7814 [  3628] By: gsar                                  on 1999/07/07  01:41:25
7815         Log: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
7816      Branch: perl
7817            ! hints/bsdos.sh
7818 ____________________________________________________________________________
7819 [  3627] By: gsar                                  on 1999/07/07  00:27:10
7820         Log: make diagnostic on C<my $^I> etc., more readable
7821      Branch: perl
7822            ! op.c
7823 ____________________________________________________________________________
7824 [  3626] By: gsar                                  on 1999/07/06  23:47:27
7825         Log: From: Andy Dougherty <doughera@lafayette.edu>
7826              Date:  Thu, 17 Jun 1999 12:07:11 -0400 (EDT)
7827              Message-Id:  <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
7828              Subject: [ID 19990617.004  [PATCH 5.005_57] make distclean fixes]
7829      Branch: perl
7830            ! Makefile.SH utils/Makefile
7831 ____________________________________________________________________________
7832 [  3625] By: jhi                                   on 1999/07/06  21:50:46
7833         Log: Some new files of #3624 missing from MANIFEST.
7834      Branch: cfgperl
7835            ! MANIFEST
7836 ____________________________________________________________________________
7837 [  3624] By: jhi                                   on 1999/07/06  21:47:04
7838         Log: POSIX [[:character class:]] support for standard, locale,
7839              and utf8.  If both utf8 and locale are on, utf8 wins.
7840              I don't fully understand why so many tables changed in
7841              lib/unicode because of "make" -- maybe it was just overdue.
7842      Branch: cfgperl
7843            + lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
7844            + lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
7845            + lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
7846            ! MANIFEST Todo-5.005 embed.h embed.pl embedvar.h global.sym
7847            ! handy.h intrpvar.h lib/unicode/Bidirectional.pl
7848            ! lib/unicode/Block.pl lib/unicode/Category.pl
7849            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
7850            ! lib/unicode/Is/BidiL.pl lib/unicode/Is/Digit.pl
7851            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl
7852            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Print.pl
7853            ! lib/unicode/Is/Space.pl lib/unicode/Is/Upper.pl
7854            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Name.pl
7855            ! lib/unicode/To/Digit.pl lib/unicode/mktables.PL objXSUB.h
7856            ! pod/perldelta.pod pod/perldiag.pod pod/perlre.pod proto.h
7857            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
7858            ! t/op/pat.t t/op/re_tests t/op/regexp.t t/pragma/utf8.t
7859            ! t/pragma/warn/regcomp utf8.c
7860 ____________________________________________________________________________
7861 [  3623] By: gsar                                  on 1999/07/06  20:52:48
7862         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7863              Date: Wed, 16 Jun 1999 14:57:22 -0400
7864              Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
7865              Subject: [PATCH 5.00557] Devel::Peek
7866      Branch: perl
7867            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
7868 ____________________________________________________________________________
7869 [  3622] By: gsar                                  on 1999/07/06  20:22:59
7870         Log: applied patch after demunging headers with appropriate paths
7871              From: "Vishal Bhatia" <vishalb@my-deja.com>
7872              Date: Sat, 12 Jun 1999 08:23:59 -0700
7873              Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
7874              Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
7875      Branch: perl
7876            ! cc_runtime.h ext/B/B.xs ext/B/B/CC.pm ext/B/B/Stackobj.pm
7877            ! ext/B/defsubs.h.PL lib/ExtUtils/typemap t/harness
7878 ____________________________________________________________________________
7879 [  3621] By: gsar                                  on 1999/07/06  20:10:50
7880         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7881              Date: Thu, 10 Jun 1999 04:05:22 -0400 (EDT)
7882              Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>
7883              Subject: [PATCH 5.005_57] Optimize 2>&1 in commands
7884      Branch: perl
7885            ! doio.c
7886 ____________________________________________________________________________
7887 [  3620] By: jhi                                   on 1999/07/06  19:16:47
7888         Log: Mention EPOC and SOCKS.
7889      Branch: cfgperl
7890            ! pod/perldelta.pod
7891 ____________________________________________________________________________
7892 [  3619] By: gsar                                  on 1999/07/06  16:52:37
7893         Log: fix int vs STRLEN issue
7894      Branch: perl
7895            ! pp.c
7896 ____________________________________________________________________________
7897 [  3618] By: jhi                                   on 1999/07/06  16:52:20
7898         Log: There ain't Perl_atonv().
7899      Branch: cfgperl
7900            ! ext/ByteLoader/bytecode.h
7901 ____________________________________________________________________________
7902 [  3617] By: jhi                                   on 1999/07/06  15:55:22
7903         Log: Integrate with Sarathy.
7904      Branch: cfgperl
7905           !> Makefile.SH
7906 ____________________________________________________________________________
7907 [  3616] By: jhi                                   on 1999/07/06  15:54:09
7908         Log: Tweak for #3613.
7909      Branch: cfgperl
7910            ! Configure config_h.SH
7911 ____________________________________________________________________________
7912 [  3615] By: gsar                                  on 1999/07/06  11:00:21
7913         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
7914              Date:  Sun, 13 Jun 1999 17:46:13 -0600 (MDT)
7915              Message-Id:  <199906132346.RAA26632@xerxes.courtesan.com>
7916              Subject: [ID 19990613.003  linklibperl set incorrectly in Makefile.SH for OpenBSD]
7917      Branch: perl
7918            ! Makefile.SH
7919 ____________________________________________________________________________
7920 [  3614] By: jhi                                   on 1999/07/06  10:44:48
7921         Log: Integrate with Sarathy.
7922      Branch: cfgperl
7923           !> ext/IO/lib/IO/File.pm op.c op.h opcode.h opcode.pl perl.h pp.h
7924           !> pp.sym pp_proto.h t/base/rs.t t/pragma/warn/op
7925 ____________________________________________________________________________
7926 [  3613] By: jhi                                   on 1999/07/06  10:43:20
7927         Log: From: Nathan Kurz <nate@valleytel.net>
7928              Subject: [ID 19990612.001 compiling three deep modules within ext/]
7929              ply-To: nate@valleytel.net
7930              erl5-porters@perl.org
7931              Date: Sat, 12 Jun 1999 01:26:04 -0500
7932              Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>
7933      Branch: cfgperl
7934            ! Configure config_h.SH
7935 ____________________________________________________________________________
7936 [  3612] By: gsar                                  on 1999/07/06  10:17:52
7937         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7938              Date: Sat, 12 Jun 1999 04:49:09 -0400 (EDT)
7939              Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>
7940              Subject: [PATCH 5.005_57] Optimize away OP_SASSIGN
7941      Branch: perl
7942            ! op.c op.h opcode.h opcode.pl pp.h pp.sym pp_proto.h
7943 ____________________________________________________________________________
7944 [  3611] By: gsar                                  on 1999/07/06  09:51:20
7945         Log: From: pvhp@forte.com (Peter Prymmer)
7946              Date: Fri, 11 Jun 99 17:07:19 PDT
7947              Message-Id: <9906120007.AA13802@forte.com>
7948              Subject: [PATCH _03 && _57]portability fix for IO::File and FileHandle
7949      Branch: perl
7950            ! ext/IO/lib/IO/File.pm
7951 ____________________________________________________________________________
7952 [  3610] By: gsar                                  on 1999/07/06  09:37:37
7953         Log: fix for C<$/ = 42> setting paragraph mode (applied with small
7954              tweak)
7955              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7956              Date: Wed, 09 Jun 1999 18:27:51 +0100
7957              Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
7958              Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32
7959      Branch: perl
7960            ! perl.h t/base/rs.t
7961 ____________________________________________________________________________
7962 [  3609] By: jhi                                   on 1999/07/06  09:28:48
7963         Log: Integrate with Sarathy.
7964      Branch: cfgperl
7965           !> (integrate 49 files)
7966 ____________________________________________________________________________
7967 [  3608] By: gsar                                  on 1999/07/06  09:28:21
7968         Log: test tweak
7969      Branch: perl
7970            ! t/pragma/warn/op
7971 ____________________________________________________________________________
7972 [  3607] By: jhi                                   on 1999/07/06  09:22:48
7973         Log: Put back the cygwin32 Configure fix of 3582 undone by 3597.
7974      Branch: cfgperl
7975            ! Configure config_h.SH
7976 ____________________________________________________________________________
7977 [  3606] By: gsar                                  on 1999/07/06  09:05:02
7978         Log: applied slightly tweaked version of suggested patch for
7979              improved RE API
7980              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7981              Date: Wed, 9 Jun 1999 18:14:27 -0400 (EDT)
7982              Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
7983              Subject: [PATCH 5.005_57] REx engine rehash
7984      Branch: perl
7985            ! Changes dump.c embed.h embed.pl embedvar.h ext/re/Makefile.PL
7986            ! ext/re/re.xs global.sym objXSUB.h perl.c perl.h pp.c pp_hot.c
7987            ! proto.h regcomp.c regcomp.h regexec.c regexp.h thrdvar.h
7988            ! util.c
7989 ____________________________________________________________________________
7990 [  3605] By: gsar                                  on 1999/07/06  08:54:03
7991         Log: bug in change#3602 (cpp conditionals not allowed inside macro args)
7992      Branch: perl
7993            ! sv.c
7994 ____________________________________________________________________________
7995 [  3604] By: gsar                                  on 1999/07/06  07:08:30
7996         Log: From: paul.marquess@bt.com
7997              Date: Tue, 8 Jun 1999 22:37:58 +0100 
7998              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>
7999              Subject: [PATCH 5.005_57] DB_File 1.67
8000      Branch: perl
8001            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
8002            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
8003 ____________________________________________________________________________
8004 [  3603] By: gsar                                  on 1999/07/06  07:04:50
8005         Log: From: paul.marquess@bt.com
8006              Date: Tue, 8 Jun 1999 22:34:01 +0100 
8007              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>
8008              Subject: [PATCH 5.005_57] DBM Filters
8009      Branch: perl
8010            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
8011            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
8012            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
8013            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
8014 ____________________________________________________________________________
8015 [  3602] By: gsar                                  on 1999/07/06  07:00:01
8016         Log: slightly tweaked version of suggested patch
8017              From: Dan Sugalski <sugalskd@ous.edu>
8018              Date: Tue, 08 Jun 1999 14:09:38 -0700
8019              Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
8020              Subject: [PATCH 5.005_57]Use NV instead of double in the core
8021      Branch: perl
8022            ! av.h bytecode.pl cv.h doio.c dump.c embed.pl
8023            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c hv.h
8024            ! intrpvar.h mg.c op.c perl.h pp.c pp.h pp_ctl.c pp_sys.c
8025            ! proto.h sv.c sv.h toke.c universal.c util.c
8026 ____________________________________________________________________________
8027 [  3601] By: gsar                                  on 1999/07/06  06:52:57
8028         Log: integrate cfgperl contents into mainline
8029      Branch: perl
8030           +> README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
8031           +> epoc/perl.mmp epoc/perl.pkg
8032           !> (integrate 30 files)
8033 ____________________________________________________________________________
8034 [  3598] By: jhi                                   on 1999/07/05  20:02:55
8035         Log: Integrate with mainperl.
8036      Branch: cfgperl
8037           +> lib/CGI/Pretty.pm
8038           !> Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
8039           !> ext/B/B/Stackobj.pm ext/GDBM_File/GDBM_File.xs mg.c op.c
8040           !> opcode.h opcode.pl pp_sys.c t/lib/io_udp.t thread.h toke.c
8041           !> vms/descrip_mms.template vms/subconfigure.com vms/vms.c
8042           !> vms/vmsish.h
8043 ____________________________________________________________________________
8044 [  3597] By: jhi                                   on 1999/07/05  19:59:48
8045         Log: Hack SOCKS support some more plus a patch from Andy Dougherty
8046              that addresses the notorious "Additional libraries" question.
8047      Branch: cfgperl
8048            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8049            ! config_h.SH doio.c ext/Socket/Socket.xs hints/aix.sh perl.c
8050            ! pp_sys.c
8051 ____________________________________________________________________________
8052 [  3596] By: gsar                                  on 1999/07/05  18:30:51
8053         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8054              Date: Tue, 8 Jun 1999 04:47:58 -0400 (EDT)
8055              Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>
8056              Subject: [PATCH 5.00557] Long-standing UDP sockets bug on OS/2
8057      Branch: perl
8058            ! pp_sys.c t/lib/io_udp.t
8059 ____________________________________________________________________________
8060 [  3595] By: gsar                                  on 1999/07/05  18:29:08
8061         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8062              Date: Tue, 8 Jun 1999 04:44:58 -0400 (EDT)
8063              Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>
8064              Subject: [PATCH 5.00557] Setting $^E wipes out $!
8065      Branch: perl
8066            ! mg.c
8067 ____________________________________________________________________________
8068 [  3594] By: gsar                                  on 1999/07/05  18:24:53
8069         Log: hand-apply whitespace mutiliated patch
8070              From: Dan Sugalski <sugalskd@osshe.edu>
8071              Date: Mon, 07 Jun 1999 14:46:42 -0700
8072              Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
8073              Subject: [PATCH 5.005_57]Updated VMS patch
8074      Branch: perl
8075            ! thread.h vms/descrip_mms.template vms/subconfigure.com
8076            ! vms/vms.c vms/vmsish.h
8077 ____________________________________________________________________________
8078 [  3593] By: gsar                                  on 1999/07/05  17:53:04
8079         Log: applied parts not duplicated by previous patches
8080              From: "Vishal Bhatia" <vishalb@my-deja.com>
8081              Date: Sat, 05 Jun 1999 08:42:17 -0700
8082              Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
8083              Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes
8084      Branch: perl
8085            ! Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
8086            ! ext/B/B/Stackobj.pm
8087 ____________________________________________________________________________
8088 [  3592] By: jhi                                   on 1999/07/05  17:17:22
8089         Log: AIX threaded build, plus few more on the side.
8090      Branch: cfgperl
8091            ! embed.h embed.pl ext/DynaLoader/dl_aix.xs
8092            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
8093            ! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
8094            ! perl_exp.SH pp_ctl.c proto.h toke.c util.c
8095 ____________________________________________________________________________
8096 [  3591] By: gsar                                  on 1999/07/05  16:52:34
8097         Log: "\e" and "\a" didn't produce right escape under EBCDIC
8098              From: pvhp@forte.com (Peter Prymmer)
8099              Date: Fri, 4 Jun 99 12:00:27 PDT
8100              Message-Id: <9906041900.AA28387@forte.com>
8101              Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
8102      Branch: perl
8103            ! toke.c
8104 ____________________________________________________________________________
8105 [  3590] By: gsar                                  on 1999/07/05  16:40:01
8106         Log: s/scalar ref constructor/single ref constructor/ (suggested
8107              by Stephen McCamant)
8108      Branch: perl
8109            ! opcode.h opcode.pl
8110 ____________________________________________________________________________
8111 [  3589] By: gsar                                  on 1999/07/05  16:34:06
8112         Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
8113      Branch: perl
8114            ! ext/GDBM_File/GDBM_File.xs
8115 ____________________________________________________________________________
8116 [  3588] By: gsar                                  on 1999/07/05  16:29:39
8117         Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
8118              is unchanged still)
8119      Branch: perl
8120            ! op.c
8121 ____________________________________________________________________________
8122 [  3587] By: jhi                                   on 1999/07/05  10:31:43
8123         Log: Make perl_exp.SH smarter about what to include and what to exclude.
8124      Branch: cfgperl
8125            ! perl_exp.SH
8126 ____________________________________________________________________________
8127 [  3586] By: jhi                                   on 1999/07/05  09:29:31
8128         Log: Remove unnecessary and extraneous my $i = 0.
8129      Branch: cfgperl
8130            ! bytecode.pl
8131 ____________________________________________________________________________
8132 [  3585] By: jhi                                   on 1999/07/05  07:28:59
8133         Log: Integrate with mainperl.
8134      Branch: cfgperl
8135           !> (integrate 30 files)
8136 ____________________________________________________________________________
8137 [  3584] By: gsar                                  on 1999/07/05  05:36:28
8138         Log: From: Vishal Bhatia <vishalb@hotmail.com>
8139              Date: Thu, 03 Jun 1999 00:57:48 PDT
8140              Message-ID: <19990603075749.86665.qmail@hotmail.com>
8141              Subject: Re: [PATCH 5.005_57] pp_sort sorted out
8142      Branch: perl
8143            ! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
8144 ____________________________________________________________________________
8145 [  3583] By: gsar                                  on 1999/07/05  05:31:19
8146         Log: suppress fancy display when in verbose mode (suggested by
8147              Paul Johnson <pjcj@transeda.com>)
8148      Branch: perl
8149            ! lib/Test/Harness.pm
8150 ____________________________________________________________________________
8151 [  3582] By: gsar                                  on 1999/07/05  05:17:12
8152         Log: cygwin32 update
8153              From: "Fifer, Eric" <EFifer@sanwaint.com>
8154              Date:  Wed, 2 Jun 1999 15:16:05 +0100
8155              Message-Id:  <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
8156              Subject:  [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
8157      Branch: perl
8158            ! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
8159            ! cygwin32/build-instructions.READFIRST
8160            ! cygwin32/build-instructions.charles-wilson
8161            ! cygwin32/build-instructions.sebastien-barre
8162            ! cygwin32/build-instructions.steven-morlock
8163            ! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
8164            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
8165            ! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
8166            ! t/op/magic.t util.c
8167 ____________________________________________________________________________
8168 [  3581] By: gsar                                  on 1999/07/05  02:46:18
8169         Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
8170      Branch: perl
8171            ! util.c
8172 ____________________________________________________________________________
8173 [  3580] By: gsar                                  on 1999/07/05  02:38:03
8174         Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
8175              Date: Mon, 31 May 1999 18:18:13 -0600
8176              Message-ID: <19990601001813.AAA17834@csgsystems.com>
8177              Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
8178      Branch: perl
8179            ! t/TEST t/UTEST t/harness utils/perlcc.PL
8180 ____________________________________________________________________________
8181 [  3579] By: gsar                                  on 1999/07/05  01:20:58
8182         Log: compatibility tweak for Class::Struct
8183      Branch: perl
8184            ! lib/Class/Struct.pm
8185 ____________________________________________________________________________
8186 [  3578] By: jhi                                   on 1999/07/04  23:26:01
8187         Log: Miscellaneus AIX fixes + SOCKS support.
8188      Branch: cfgperl
8189            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
8190            ! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
8191            ! hints/aix.sh pp_sys.c
8192 ____________________________________________________________________________
8193 [  3577] By: gsar                                  on 1999/07/04  23:07:39
8194         Log: test tweak
8195      Branch: perl
8196            ! t/io/openpid.t
8197 ____________________________________________________________________________
8198 [  3576] By: jhi                                   on 1999/07/04  22:39:23
8199         Log: Integrate with mainperl.
8200      Branch: cfgperl
8201           +> t/io/openpid.t
8202            - win32/perlhost.h
8203           !> (integrate 51 files)
8204 ____________________________________________________________________________
8205 [  3575] By: jhi                                   on 1999/07/04  22:26:48
8206         Log: Added 64-bit support for AIX 4.3 or better
8207              based on Martin H. Rusoff's observations.
8208      Branch: cfgperl
8209            ! Configure config_h.SH hints/aix.sh
8210 ____________________________________________________________________________
8211 [  3574] By: jhi                                   on 1999/07/04  21:34:47
8212         Log: Do not throw away gccvers compilation errors.
8213              From: Andy Dougherty <doughera@lafayette.edu>
8214              To: Ron Seguin <rseguin@on.bell.ca>
8215              Cc: Perl Porters <perl5-porters@perl.org>
8216              Subject: [PATCH] Re: [ID 19990625.011]  WHOA There
8217              Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
8218              Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
8219      Branch: cfgperl
8220            ! Configure config_h.SH
8221 ____________________________________________________________________________
8222 [  3573] By: gsar                                  on 1999/07/04  21:10:32
8223         Log: adapted suggested tests for addition to testsuite
8224              From: RonaldWS@aol.com
8225              Date:  Sun, 30 May 1999 16:27:28 EDT
8226              Message-Id:  <25cd799f.2482f930@aol.com>
8227              Subject: [19990530.007] Open with pipe | does not return pid under win32
8228      Branch: perl
8229            + t/io/openpid.t
8230            ! MANIFEST win32/win32.c
8231 ____________________________________________________________________________
8232 [  3572] By: gsar                                  on 1999/07/04  20:29:32
8233         Log: perl_run() should call my_exit(0) for normal completion
8234      Branch: perl
8235            ! perl.c
8236 ____________________________________________________________________________
8237 [  3571] By: jhi                                   on 1999/07/04  20:10:44
8238         Log: Add test for change #3568 plus general cleanup.
8239      Branch: cfgperl
8240            ! t/pragma/locale.t
8241 ____________________________________________________________________________
8242 [  3570] By: gsar                                  on 1999/07/04  20:03:21
8243         Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
8244              overloading
8245      Branch: perl
8246            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
8247            ! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
8248 ____________________________________________________________________________
8249 [  3569] By: gsar                                  on 1999/07/04  18:04:48
8250         Log: make AIX dynaloading work when libperl is shared (and thus under
8251              mod_perl etc.)
8252              From: Jens-Uwe Mager <jum@helios.de>
8253              Date:  Sat, 29 May 1999 17:09:52 +0200
8254              Message-Id:  <199905291509.RAA43978@ans.helios.de>
8255              Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
8256      Branch: perl
8257            ! ext/DynaLoader/dl_aix.xs
8258 ____________________________________________________________________________
8259 [  3568] By: jhi                                   on 1999/07/04  14:54:23
8260         Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
8261              This resulted for example in the 'o' magic not being cleared by
8262              magic_setcollxfrm(), which resulted in strange cmp results.
8263              The bug was reported originally in the message
8264              Subject: Bug with locale
8265              From: Jan Starzynski <jan@planet.de> 
8266              To: perlbug@perl.com 
8267              Date: Fri, 09 Apr 1999 13:23:07 +0200 
8268              Message-ID: <370DE31B.DAEE1332@planet.de> 
8269      Branch: cfgperl
8270            ! pp.c
8271 ____________________________________________________________________________
8272 [  3567] By: gsar                                  on 1999/07/04  02:38:34
8273         Log: remove misleading info on defined(&func), unclutter deprecation
8274              about defined(@array)
8275      Branch: perl
8276            ! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
8277            ! t/pragma/warn/op
8278 ____________________________________________________________________________
8279 [  3566] By: gsar                                  on 1999/07/04  01:46:31
8280         Log: From: jan.dubois@ibm.net (Jan Dubois)
8281              Date: Wed, 26 May 1999 22:07:17 +0200
8282              Message-ID: <374c53ac.10322322@smtp1.ibm.net>
8283              Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
8284      Branch: perl
8285            ! Changes win32/win32.c win32/win32.h
8286 ____________________________________________________________________________
8287 [  3565] By: gsar                                  on 1999/07/04  01:26:02
8288         Log: newer version of perlxstut from Jeff Okamoto (slightly edited
8289              for win32 issues)
8290      Branch: perl
8291            ! pod/perlxstut.pod
8292 ____________________________________________________________________________
8293 [  3564] By: gsar                                  on 1999/07/02  03:09:04
8294         Log: avoid warnings
8295      Branch: perl
8296            ! ext/Thread/Thread/Specific.pm lib/fields.pm
8297 ____________________________________________________________________________
8298 [  3563] By: gsar                                  on 1999/06/28  19:23:47
8299         Log: inc version (for CPAN.pm sanity)
8300      Branch: perl
8301            ! lib/Text/ParseWords.pm
8302 ____________________________________________________________________________
8303 [  3562] By: gsar                                  on 1999/06/28  19:19:01
8304         Log: regen perltoc
8305      Branch: perl
8306            ! pod/perltoc.pod
8307 ____________________________________________________________________________
8308 [  3561] By: gsar                                  on 1999/06/28  19:08:41
8309         Log: From: Damian Conway <damian@cs.monash.edu.au>
8310              Date: Wed, 26 May 1999 00:58:35 -0400
8311              Message-Id: <199905260458.AAA06411@defender.perl.org>
8312              Subject: [19990526.002] Misc. improvements to Class:Struct
8313      Branch: perl
8314            ! MANIFEST lib/Class/Struct.pm
8315 ____________________________________________________________________________
8316 [  3560] By: gsar                                  on 1999/06/28  18:50:52
8317         Log: remove bogus PL_optype_size
8318      Branch: perl
8319            ! bytecode.pl ext/ByteLoader/byterun.h
8320 ____________________________________________________________________________
8321 [  3559] By: gsar                                  on 1999/06/28  18:22:26
8322         Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
8323      Branch: perl
8324            + lib/CGI/Pretty.pm
8325            ! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
8326            ! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
8327            ! t/lib/cgi-html.t t/lib/cgi-request.t
8328 ____________________________________________________________________________
8329 [  3558] By: jhi                                   on 1999/06/28  07:30:21
8330         Log: Change Olaf Lebbe's email address.
8331      Branch: cfgperl
8332            ! README.epoc
8333 ____________________________________________________________________________
8334 [  3557] By: gsar                                  on 1999/06/28  00:07:33
8335         Log: make autogenerated files writable
8336      Branch: perl
8337            - win32/perlhost.h
8338            ! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
8339            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
8340            ! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
8341            ! proto.h regnodes.h warning.h win32/config_H.bc
8342            ! win32/config_H.gc win32/config_H.vc
8343 ____________________________________________________________________________
8344 [  3556] By: jhi                                   on 1999/06/27  19:22:53
8345         Log: Update MANIFEST to match #3555.
8346      Branch: cfgperl
8347            ! MANIFEST
8348 ____________________________________________________________________________
8349 [  3555] By: jhi                                   on 1999/06/27  19:16:22
8350         Log: EPOC port to Psion5.
8351              From: Olaf Flebbe <O.Flebbe@science-computing.de>
8352              To: Jarkko Hietaniemi <jhi@iki.fi>
8353              Cc: perl5-porters@perl.org
8354              Subject: Re: Psion5
8355              Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
8356              Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
8357      Branch: cfgperl
8358            + README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
8359            + epoc/perl.mmp epoc/perl.pkg
8360            ! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
8361            ! perl.h sv.c util.c
8362 ____________________________________________________________________________
8363 [  3554] By: jhi                                   on 1999/06/27  18:50:52
8364         Log: Integrate from mainperl.
8365      Branch: cfgperl
8366           !> (integrate 48 files)
8367 ____________________________________________________________________________
8368 [  3553] By: gsar                                  on 1999/06/27  14:28:49
8369         Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
8370              gone from the public API); PERL_OBJECT builds again on
8371              windows
8372              
8373              TODO: namespace-clean the typedefs in iperlsys.h and
8374              elsewhere; remove C++ remnants from public headers
8375      Branch: perl
8376            ! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
8377            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
8378            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
8379            ! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
8380            ! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
8381            ! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
8382            ! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
8383            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
8384            ! win32/config.gc win32/config.vc win32/dl_win32.xs
8385            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
8386            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
8387            ! win32/win32sck.c
8388 ____________________________________________________________________________
8389 [  3552] By: gsar                                  on 1999/06/27  13:49:31
8390         Log: integrate cfgperl changes into mainline
8391      Branch: perl
8392           !> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
8393           !> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
8394           !> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
8395           !> util.c
8396 ____________________________________________________________________________
8397 [  3551] By: gsar                                  on 1999/06/27  13:31:11
8398         Log: fix indents
8399      Branch: perl
8400            ! op.c
8401 ____________________________________________________________________________
8402 [  3550] By: gsar                                  on 1999/06/24  22:42:53
8403         Log: update Changes
8404      Branch: perl
8405            ! Changes
8406 ____________________________________________________________________________
8407 [  3549] By: gsar                                  on 1999/06/24  22:41:17
8408         Log: avoid race condition in the CAPI extension bootstrap handler
8409      Branch: perl
8410            ! lib/ExtUtils/xsubpp win32/GenCAPI.pl
8411 ____________________________________________________________________________
8412 [  3548] By: gsar                                  on 1999/06/24  22:39:53
8413         Log: sanity check to cover the case when perl is installed into the
8414              X:\ (drive root)
8415      Branch: perl
8416            ! win32/win32.c
8417 ____________________________________________________________________________
8418 [  3547] By: gsar                                  on 1999/06/22  19:30:32
8419         Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
8420      Branch: perl
8421            ! lib/Tie/RefHash.pm
8422 ____________________________________________________________________________
8423 [  3544] By: jhi                                   on 1999/06/18  19:24:28
8424         Log: Tidy up #3542 and #3543. 
8425      Branch: cfgperl
8426            ! t/pragma/locale.t util.c
8427 ____________________________________________________________________________
8428 [  3543] By: jhi                                   on 1999/06/18  10:28:45
8429         Log: Spice up locale.t.
8430      Branch: cfgperl
8431            ! t/pragma/locale.t
8432 ____________________________________________________________________________
8433 [  3542] By: jhi                                   on 1999/06/17  22:42:03
8434         Log: Fixed two long-standing locale bugs.
8435              
8436              Both problems were related to numeric locale which
8437              controls the radix character aka the decimal separator.
8438              (1) printf (and sprintf) were resetting the numeric locale to C.
8439              (2) Using locale-numerically formatted floating point
8440              numbers (e.g. "1,23") together with -w caused warnings about
8441              "isn't numeric".  The operations were working fine, though,
8442              because atof() was using the local locale.
8443              Both problems reported by Stefan Vogtner.
8444              
8445              Introduced a wrapper for atof() that attempts to convert
8446              the string both ways.  This helps Perl to understand
8447              numbers like this "4.56" even when using a local locale
8448              makes atof() understand only numbers like this "7,89".
8449              
8450              Remaining related problems, both of which existed before
8451              this patch and continue to exist after this patch:
8452              (a) The behaviour of print() is _not_ as documented by perllocale.
8453              Instead of always using the C locale, print() does use the
8454              local locale, just like the *printf() do.  This may be fixable
8455              now that switching to-and-fro between locales has been made
8456              more consistent, but fixing print() would change existing
8457              behaviour.  perllocale is not changed by this patch.
8458              (b) If a number has been stringified (say, via "$number") under
8459              a local locale, the cached string value persists even under
8460              "no locale".  This may or may not be a problem: operations
8461              work fine because the original number is still there, but
8462              that the string form keeps its locale-ish outlook may be
8463              somewhat confusing.
8464      Branch: cfgperl
8465            ! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
8466            ! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
8467            ! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
8468            ! util.c
8469 ____________________________________________________________________________
8470 [  3541] By: jhi                                   on 1999/06/17  20:00:16
8471         Log: Integrate from mainperl.
8472      Branch: cfgperl
8473           !> ext/Data/Dumper/Dumper.pm op.c
8474 ____________________________________________________________________________
8475 [  3540] By: gsar                                  on 1999/06/16  16:49:55
8476         Log: dump C<0> as such, not C<'0'>
8477      Branch: perl
8478            ! ext/Data/Dumper/Dumper.pm
8479 ____________________________________________________________________________
8480 [  3539] By: gsar                                  on 1999/06/13  04:04:40
8481         Log: fix coredumper in change#3498
8482      Branch: perl
8483            ! op.c
8484 ____________________________________________________________________________
8485 [  3538] By: jhi                                   on 1999/06/12  22:01:26
8486         Log: Integrate from mainperl.
8487      Branch: cfgperl
8488           +> lib/caller.pm
8489           !> (integrate 36 files)
8490 ____________________________________________________________________________
8491 [  3537] By: gsar                                  on 1999/06/12  06:43:03
8492         Log: EXTERN_C declarations for global arrays in various
8493              headers, so perl can be built even in C++ mode; win32
8494              build fixups; regen headers
8495      Branch: perl
8496            ! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
8497            ! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
8498 ____________________________________________________________________________
8499 [  3536] By: gsar                                  on 1999/06/12  06:38:21
8500         Log: caller.pm typos
8501      Branch: perl
8502            ! lib/caller.pm
8503 ____________________________________________________________________________
8504 [  3535] By: gsar                                  on 1999/06/11  23:13:54
8505         Log: various little tweaks; most globals are now in intrpvar.h, ninterps
8506              is temporarily gone
8507      Branch: perl
8508            ! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
8509            ! pod/perldelta.pod proto.h win32/perllib.c
8510 ____________________________________________________________________________
8511 [  3534] By: gsar                                  on 1999/06/11  20:41:51
8512         Log: implement C<use caller 'encoding'>
8513      Branch: perl
8514            + lib/caller.pm
8515            ! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
8516 ____________________________________________________________________________
8517 [  3533] By: gsar                                  on 1999/06/11  16:51:04
8518         Log: truncate() has a peculiar exemption from strict barewords, even
8519              though it has a non-filehandle prototype
8520      Branch: perl
8521            ! op.c t/io/fs.t
8522 ____________________________________________________________________________
8523 [  3532] By: gsar                                  on 1999/06/11  09:09:16
8524         Log: GDBM tweak
8525      Branch: perl
8526            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
8527 ____________________________________________________________________________
8528 [  3531] By: gsar                                  on 1999/06/10  23:34:19
8529         Log: part of the platform changes for IMPLICIT_CONTEXT
8530      Branch: perl
8531            ! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
8532            ! jpl/PerlInterpreter/PerlInterpreter.c
8533            ! jpl/PerlInterpreter/PerlInterpreter.h
8534            ! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
8535            ! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
8536 ____________________________________________________________________________
8537 [  3530] By: jhi                                   on 1999/06/10  20:55:56
8538         Log: Integrate from mainperl.
8539      Branch: cfgperl
8540           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
8541 ____________________________________________________________________________
8542 [  3529] By: gsar                                  on 1999/06/10  20:40:01
8543         Log: DB_File tweaks for IMPLICIT CONTEXT
8544      Branch: perl
8545            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
8546 ____________________________________________________________________________
8547 [  3528] By: jhi                                   on 1999/06/10  10:18:15
8548         Log: Integrate from mainperl.
8549      Branch: cfgperl
8550           !> (integrate 105 files)
8551 ____________________________________________________________________________
8552 [  3527] By: gsar                                  on 1999/06/10  09:30:35
8553         Log: most globals are now interpreter local; locale initialization
8554              was too early, defer it until interpreter is allocated and
8555              initialized; multiple interpreters should now be
8556              concurrency-safe (untested)
8557      Branch: perl
8558            ! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
8559            ! perlvars.h
8560 ____________________________________________________________________________
8561 [  3526] By: gsar                                  on 1999/06/10  08:38:00
8562         Log: fix small nits
8563      Branch: perl
8564            ! cc_runtime.h ext/B/B/CC.pm run.c
8565 ____________________________________________________________________________
8566 [  3525] By: gsar                                  on 1999/06/10  04:41:38
8567         Log: win32 build fixes
8568      Branch: perl
8569            ! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
8570            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
8571            ! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
8572            ! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
8573            ! win32/Makefile win32/config_H.bc win32/config_H.gc
8574            ! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
8575            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
8576            ! win32/win32.c win32/win32.h win32/win32sck.c
8577            ! win32/win32thread.c win32/win32thread.h
8578 ____________________________________________________________________________
8579 [  3524] By: gsar                                  on 1999/06/09  18:03:01
8580         Log: more complete support for implicit thread/interpreter pointer,
8581              enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
8582              without that enabled):
8583              - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
8584              is a noop; tests pass on Solaris; should be faster now!
8585              - MULTIPLICITY has been tested with and without
8586              PERL_IMPLICIT_CONTEXT on Solaris
8587              - improved function database now merged with embed.pl
8588              - everything except the varargs functions have foo(a,b,c) macros
8589              to provide compatibility
8590              - varargs functions default to compatibility variants that
8591              get the context pointer using dTHX
8592              - there should be almost no source compatibility issues as a
8593              result of all this
8594              - dl_foo.xs changes other than dl_dlopen.xs untested
8595              - still needs documentation, fixups for win32 etc
8596              Next step: migrate most non-mutex variables from perlvars.h
8597              to intrpvar.h
8598      Branch: perl
8599            - proto.pl
8600            ! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
8601            ! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
8602            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
8603            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
8604            ! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
8605            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
8606            ! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
8607            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
8608            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
8609            ! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
8610            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
8611            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
8612            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
8613            ! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
8614            ! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
8615            ! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
8616            ! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
8617            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
8618            ! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
8619            ! util.c win32/Makefile win32/makefile.mk writemain.SH
8620 ____________________________________________________________________________
8621 [  3523] By: gsar                                  on 1999/06/07  05:24:13
8622         Log: missed a file
8623      Branch: perl
8624            + proto.pl
8625            ! MANIFEST
8626 ____________________________________________________________________________
8627 [  3522] By: gsar                                  on 1999/06/07  05:18:34
8628         Log: initial stub implementation of implicit thread/this
8629              pointer    argument; builds/tests on Solaris, win32
8630              hasn't been fixed up yet; proto.h, global.sym and
8631              static function decls are now generated from a common
8632              database in proto.pl; some inconsistently named
8633              perl_foo() things are now Perl_foo(), compatibility
8634              #defines provided; perl_foo() (lowercase 'p') reserved
8635              for functions that take an explicit context argument;
8636              next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
8637      Branch: perl
8638            ! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
8639            ! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
8640            ! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
8641            ! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
8642            ! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
8643            ! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
8644            ! universal.c utf8.c util.c
8645 ____________________________________________________________________________
8646 [  3521] By: gsar                                  on 1999/06/04  23:00:22
8647         Log: clean up some stray "global" symbols
8648      Branch: perl
8649            ! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
8650            ! pp_proto.h proto.h
8651 ____________________________________________________________________________
8652 [  3520] By: jhi                                   on 1999/06/02  21:33:28
8653         Log: Integrate from mainperl.
8654      Branch: cfgperl
8655           !> (integrate 94 files)
8656 ____________________________________________________________________________
8657 [  3519] By: gsar                                  on 1999/06/02  07:16:10
8658         Log: avoid dereferencing null pointer from getpwent() et al
8659      Branch: perl
8660            ! pp_sys.c
8661 ____________________________________________________________________________
8662 [  3518] By: gsar                                  on 1999/06/02  04:47:10
8663         Log: remove _() non-ansism
8664      Branch: perl
8665            ! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
8666            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
8667            ! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
8668            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
8669            ! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
8670            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
8671            ! ext/re/re.xs handy.h hv.c iperlsys.h
8672            ! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
8673            ! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
8674            ! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
8675            ! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
8676            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
8677            ! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
8678            ! vms/vmsish.h vms/writemain.pl vos/config.h
8679            ! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
8680            ! win32/config_H.gc win32/config_H.vc win32/makemain.pl
8681            ! win32/perllib.c win32/runperl.c win32/win32.h
8682            ! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
8683            ! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
8684 ____________________________________________________________________________
8685 [  3517] By: gsar                                  on 1999/06/02  02:17:51
8686         Log: missed a few files
8687      Branch: perl
8688            ! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
8689 ____________________________________________________________________________
8690 [  3516] By: gsar                                  on 1999/06/02  01:37:33
8691         Log: integrate cfgperl contents into mainline
8692      Branch: perl
8693           +> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
8694           +> ext/ByteLoader/byterun.h
8695            - bytecode.h byterun.c byterun.h
8696            ! Changes
8697           !> (integrate 58 files)
8698 ____________________________________________________________________________
8699 [  3515] By: gsar                                  on 1999/06/02  00:48:50
8700         Log: remove stray K&R-isms
8701      Branch: perl
8702            ! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
8703            ! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
8704            ! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
8705            ! toke.c util.c win32/win32.c x2p/hash.c
8706 ____________________________________________________________________________
8707 [  3514] By: gsar                                  on 1999/06/01  15:55:55
8708         Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
8709              strict 'subs'
8710      Branch: perl
8711            ! op.c t/pragma/strict-subs
8712 ____________________________________________________________________________
8713 [  3513] By: jhi                                   on 1999/06/01  07:17:05
8714         Log: Patch applying of #3499 had gone awry.
8715      Branch: cfgperl
8716            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
8717 ____________________________________________________________________________
8718 [  3512] By: gsar                                  on 1999/05/31  19:21:30
8719         Log: tighter -help output
8720      Branch: perl
8721            ! perl.c
8722 ____________________________________________________________________________
8723 [  3511] By: gsar                                  on 1999/05/31  17:18:23
8724         Log: fix memory leak in C<eval 'return sub {...}'>
8725      Branch: perl
8726            ! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
8727 ____________________________________________________________________________
8728 [  3510] By: gsar                                  on 1999/05/31  14:11:46
8729         Log: tweak C++isms
8730      Branch: perl
8731            ! win32/dl_win32.xs win32/win32.c
8732 ____________________________________________________________________________
8733 [  3509] By: jhi                                   on 1999/05/30  13:02:26
8734         Log: Cleanup of #3488.
8735      Branch: cfgperl
8736            ! Configure config_h.SH
8737 ____________________________________________________________________________
8738 [  3508] By: jhi                                   on 1999/05/30  11:16:01
8739         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8740              To: Mailing list Perl5 <perl5-porters@perl.org>
8741              Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
8742              Date: Sat, 29 May 1999 20:18:13 -0400
8743              Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
8744      Branch: cfgperl
8745            ! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
8746 ____________________________________________________________________________
8747 [  3507] By: jhi                                   on 1999/05/29  20:05:40
8748         Log: From: Mark-Jason Dominus <mjd@plover.com>
8749              To: perl5-porters@perl.com
8750              Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
8751              Date: Sat, 29 May 1999 14:45:10 -0400
8752              Message-ID: <19990529184510.27557.qmail@plover.com>
8753      Branch: cfgperl
8754            ! op.h
8755 ____________________________________________________________________________
8756 [  3506] By: gsar                                  on 1999/05/29  16:49:39
8757         Log: avoid gv_check() recursive pit
8758      Branch: perl
8759            ! gv.c
8760 ____________________________________________________________________________
8761 [  3505] By: jhi                                   on 1999/05/29  11:38:16
8762         Log: From: jan.dubois@ibm.net (Jan Dubois)
8763              To: Gurusamy Sarathy <gsar@activestate.com>
8764              Cc: perl5-porters@perl.org
8765              Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
8766              Date: Sat, 29 May 1999 08:46:22 +0200
8767              Message-ID: <374f8007.2016008@smtp1.ibm.net>
8768      Branch: cfgperl
8769            ! t/op/grent.t t/op/pwent.t
8770 ____________________________________________________________________________
8771 [  3504] By: jhi                                   on 1999/05/29  11:07:10
8772         Log: QNX needs <sys/select.h> to define fd_set.
8773              
8774              From: Norton Allen <allen@huarp.harvard.edu>
8775              To: perl5-porters@perl.org
8776              Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
8777              Date:  Wed, 26 May 1999 13:51:27 -0400 (EDT)
8778              Message-Id:  <199905261751.NAA20966@bottesini.harvard.edu>
8779      Branch: cfgperl
8780            ! ext/IO/poll.c
8781 ____________________________________________________________________________
8782 [  3503] By: jhi                                   on 1999/05/29  10:53:31
8783         Log: From: jan.dubois@ibm.net (Jan Dubois)
8784              To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
8785              Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
8786              Date: Fri, 28 May 1999 20:14:35 +0200
8787              Message-ID: <3751daa4.7188847@smtp1.ibm.net>
8788      Branch: cfgperl
8789            ! lib/Math/BigFloat.pm
8790 ____________________________________________________________________________
8791 [  3502] By: jhi                                   on 1999/05/29  10:44:44
8792         Log: Make Configure support the change #3367,
8793              SysV shadow passwords.
8794      Branch: cfgperl
8795            ! Configure config_h.SH pp_sys.c
8796 ____________________________________________________________________________
8797 [  3501] By: gsar                                  on 1999/05/28  21:22:23
8798         Log: add wide versions of win32 system calls (first step in
8799              globalization); delayload winsock for performance if compiling
8800              with VC 6.0
8801      Branch: perl
8802            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
8803            ! win32/win32.c win32/win32.h
8804 ____________________________________________________________________________
8805 [  3500] By: jhi                                   on 1999/05/28  21:17:24
8806         Log: The new t/lib/io_linenum.t was using stricture
8807              before @INC was set up.
8808      Branch: cfgperl
8809            ! t/lib/io_linenum.t
8810 ____________________________________________________________________________
8811 [  3499] By: jhi                                   on 1999/05/28  17:13:23
8812         Log: From: Tom Hughes <tom@compton.nu>
8813              To: perl5-porters@perl.org
8814              Subject: [PATCH 5.005_57] ByteLoader mark 2
8815              Date: Wed, 26 May 1999 23:59:49 +0100
8816              Message-ID: <bf337a0849.tom@compton.compton.nu>
8817              
8818              plus resolve tiny conflict with #3479
8819              plus regen_headers.
8820      Branch: cfgperl
8821            + ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
8822            + ext/ByteLoader/byterun.h
8823            - bytecode.h byterun.c byterun.h
8824            ! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
8825            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
8826            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
8827            ! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
8828            ! perl.h perlvars.h proto.h util.c utils/Makefile
8829 ____________________________________________________________________________
8830 [  3498] By: jhi                                   on 1999/05/28  16:53:04
8831         Log: From: Mark-Jason Dominus <mjd@plover.com>
8832              To: perl5-porters@perl.com
8833              Subject: PATCH (5.005_57): defined(@a) now deprecated
8834              Date: Thu, 27 May 1999 16:05:44 -0400
8835              Message-ID: <19990527200544.13330.qmail@plover.com>
8836      Branch: cfgperl
8837            ! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
8838            ! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
8839 ____________________________________________________________________________
8840 [  3497] By: jhi                                   on 1999/05/28  16:50:54
8841         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8842              To: perl5-porters@perl.org (Mailing list Perl5)
8843              Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
8844              Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
8845              Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
8846      Branch: cfgperl
8847            ! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
8848            ! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
8849 ____________________________________________________________________________
8850 [  3496] By: jhi                                   on 1999/05/28  16:48:39
8851         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8852              To: perl5-porters@perl.org (Mailing list Perl5)
8853              Subject: [PATCH 5.00557] Required OS/2-related patches
8854              Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
8855              Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
8856      Branch: cfgperl
8857            ! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
8858            ! t/op/stat.t util.c
8859 ____________________________________________________________________________
8860 [  3495] By: jhi                                   on 1999/05/28  16:45:56
8861         Log: From: Paul Johnson <pjcj@transeda.com>
8862              To: perl5-porters <perl5-porters@perl.org>
8863              Subject: [PATCH 5.005_57] Provide more useful test okay percentage
8864              Date: Fri, 28 May 1999 15:13:54 +0100
8865              Message-ID: <19990528151354.B289@west-tip.transeda.com>
8866      Branch: cfgperl
8867            ! t/TEST
8868 ____________________________________________________________________________
8869 [  3494] By: jhi                                   on 1999/05/28  16:44:34
8870         Log: From: Paul Johnson <pjcj@transeda.com>
8871              To: perl5-porters <perl5-porters@perl.org>
8872              Subject: [PATCH 5.005_57] Fixes related to working local $.
8873              Date: Fri, 28 May 1999 15:11:18 +0100
8874              Message-ID: <19990528151118.A289@west-tip.transeda.com>
8875      Branch: cfgperl
8876            ! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
8877 ____________________________________________________________________________
8878 [  3493] By: gsar                                  on 1999/05/28  16:37:26
8879         Log: change#3449 wasn't doing enough
8880      Branch: perl
8881            ! op.c t/comp/proto.t
8882 ____________________________________________________________________________
8883 [  3492] By: jhi                                   on 1999/05/28  08:12:23
8884         Log: From: paul.marquess@bt.com
8885              To: doughera@lafayette.edu
8886              Cc: perl5-porters@perl.org
8887              Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
8888              Date: Thu, 27 May 1999 23:31:38 +0100
8889              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
8890              
8891              Had to be applied manually; some mailer had munged the patch slightly.
8892      Branch: cfgperl
8893            ! ext/NDBM_File/NDBM_File.xs
8894 ____________________________________________________________________________
8895 [  3491] By: jhi                                   on 1999/05/28  07:51:17
8896         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
8897              To: perl5-porters@perl.org
8898              Subject: [PATCH 5.005_57] fixing eval in the compiler
8899              Date: Thu, 27 May 1999 07:56:54 -0700
8900              Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
8901      Branch: cfgperl
8902            ! cc_runtime.h scope.h
8903 ____________________________________________________________________________
8904 [  3490] By: jhi                                   on 1999/05/28  07:47:06
8905         Log: From: Andy Dougherty <doughera@lafayette.edu>
8906              To: perlbug@perl.com
8907              Cc: Jarkko Hietaniemi <jhi@iki.fi>
8908              Subject: [PATCH] Configure updates for ISC 4.1
8909              Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
8910              Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
8911      Branch: cfgperl
8912            ! Configure config_h.SH
8913 ____________________________________________________________________________
8914 [  3489] By: jhi                                   on 1999/05/28  07:39:17
8915         Log: Integrate from mainperl.
8916      Branch: cfgperl
8917           !> malloc.c win32/makedef.pl win32/win32.c
8918 ____________________________________________________________________________
8919 [  3488] By: jhi                                   on 1999/05/27  16:57:19
8920         Log: From: Andy Dougherty <doughera@lafayette.edu>
8921              To: Perl Porters <perl5-porters@perl.org>
8922              Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
8923              Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
8924              Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
8925      Branch: cfgperl
8926            ! Configure config_h.SH hints/sunos_4_1.sh util.c
8927 ____________________________________________________________________________
8928 [  3487] By: gsar                                  on 1999/05/27  03:56:20
8929         Log: make win32_spawnvp() inherit standard handles even when they
8930              may be redirected
8931      Branch: perl
8932            ! win32/win32.c
8933 ____________________________________________________________________________
8934 [  3486] By: jhi                                   on 1999/05/26  19:55:52
8935         Log: From: Andy Dougherty <doughera@lafayette.edu>
8936              To: perl5-porters@perl.org
8937              Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
8938              Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
8939              Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
8940      Branch: cfgperl
8941            ! util.c
8942 ____________________________________________________________________________
8943 [  3485] By: chip                                  on 1999/05/26  17:19:11
8944         Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
8945      Branch: maint-5.004/perl
8946            ! Configure
8947 ____________________________________________________________________________
8948 [  3484] By: gsar                                  on 1999/05/26  01:56:28
8949         Log: fix missing exported symbol
8950      Branch: perl
8951            ! malloc.c win32/makedef.pl
8952 ____________________________________________________________________________
8953 [  3483] By: jhi                                   on 1999/05/25  23:08:07
8954         Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
8955              
8956              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
8957              To: perlbug@perl.com
8958              Subject: OpenBSD hints file update
8959              Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
8960              Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
8961      Branch: cfgperl
8962            ! hints/openbsd.sh
8963 ____________________________________________________________________________
8964 [  3482] By: jhi                                   on 1999/05/25  23:01:25
8965         Log: From: Tom Hughes <tom@compton.nu>
8966              To: perl5-porters@perl.org
8967              Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
8968              Date: Tue, 25 May 1999 23:10:23 +0100
8969              Message-ID: <1ed7f10749.tom@compton.compton.nu>
8970      Branch: cfgperl
8971            ! Configure config_h.SH
8972 ____________________________________________________________________________
8973 [  3481] By: jhi                                   on 1999/05/25  22:31:50
8974         Log: 3479, 3480, 3481 seems logical.
8975      Branch: cfgperl
8976           !> hints/aix.sh
8977 ____________________________________________________________________________
8978 [  3480] By: jhi                                   on 1999/05/25  22:13:39
8979         Log: The change #3479 wasn't perfect.
8980      Branch: perl
8981            ! hints/aix.sh
8982 ____________________________________________________________________________
8983 [  3479] By: jhi                                   on 1999/05/25  21:59:21
8984         Log: Cures for _57 in AIX 4.1.5.0.
8985              (1) The lddlflags lost its -lc by change #3660
8986              (and the politeness of change #3257).
8987              (2) optype_size must end up in perl.exp (as PL_optype_size).
8988              Added it to perlvars.h, fixed bytecode.pl,
8989              regen'ed the relevant headers.
8990      Branch: cfgperl
8991            ! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
8992            ! perlvars.h
8993      Branch: perl
8994            ! hints/aix.sh
8995 ____________________________________________________________________________
8996 [  3478] By: jhi                                   on 1999/05/25  20:13:47
8997         Log: Integrate from mainperl.
8998      Branch: cfgperl
8999           +> pod/perltootc.pod
9000           !> (integrate 101 files)
9001 ____________________________________________________________________________
9002 [  3477] By: gsar                                  on 1999/05/25  10:43:48
9003         Log: here be 5.005_57
9004      Branch: perl
9005            ! Changes MANIFEST Porting/makerel
9006           !> Changes5.005
9007
9008 ----------------
9009 Version 5.005_57
9010 ----------------
9011
9012 ____________________________________________________________________________
9013 [  3476] By: gsar                                  on 1999/05/25  09:23:43
9014         Log: up patchlevel &c
9015      Branch: perl
9016            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
9017            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9018            ! win32/makefile.mk
9019 ____________________________________________________________________________
9020 [  3475] By: gsar                                  on 1999/05/25  09:14:51
9021         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9022              Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
9023              Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
9024              Subject: [PATCH 5.005_56] REx engine improvements
9025      Branch: perl
9026            ! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
9027            ! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
9028            ! thrdvar.h util.c
9029 ____________________________________________________________________________
9030 [  3474] By: gsar                                  on 1999/05/25  08:39:56
9031         Log: test case for change#3470
9032      Branch: perl
9033            ! t/lib/bigintpm.t
9034 ____________________________________________________________________________
9035 [  3473] By: gsar                                  on 1999/05/25  08:36:52
9036         Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
9037      Branch: perl
9038            ! Changes pod/perlport.pod
9039 ____________________________________________________________________________
9040 [  3472] By: gsar                                  on 1999/05/25  08:28:57
9041         Log: assorted tweaks
9042      Branch: perl
9043            ! doio.c iperlsys.h win32/config.bc win32/config.gc
9044            ! win32/config.vc win32/config_H.bc win32/config_H.gc
9045            ! win32/config_H.vc win32/makedef.pl
9046 ____________________________________________________________________________
9047 [  3471] By: gsar                                  on 1999/05/25  06:06:04
9048         Log: perlref update from Tom Christiansen
9049      Branch: perl
9050            ! pod/perlref.pod
9051 ____________________________________________________________________________
9052 [  3470] By: gsar                                  on 1999/05/25  06:03:27
9053         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9054              Date: Mon, 24 May 1999 17:43:56 -0400
9055              Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
9056              Subject: [PATCH 5.005_*] hv.c calling negative malloc()
9057      Branch: perl
9058            ! hv.c
9059 ____________________________________________________________________________
9060 [  3469] By: gsar                                  on 1999/05/25  05:59:22
9061         Log: avoid temporary files that have a constant name (from a suggestion
9062              by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
9063      Branch: perl
9064            ! lib/ExtUtils/MM_Unix.pm
9065 ____________________________________________________________________________
9066 [  3468] By: gsar                                  on 1999/05/25  05:54:29
9067         Log: From: pvhp@forte.com (Peter Prymmer)
9068              Date: Mon, 24 May 99 11:20:25 PDT
9069              Message-Id: <9905241820.AA28071@forte.com>
9070              Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
9071      Branch: perl
9072            ! lib/Pod/Text.pm
9073 ____________________________________________________________________________
9074 [  3467] By: gsar                                  on 1999/05/25  04:08:50
9075         Log: fix glob() bug that resulted in missing symlinks that don't point
9076              anywhere
9077      Branch: perl
9078            ! pp_hot.c
9079 ____________________________________________________________________________
9080 [  3466] By: gsar                                  on 1999/05/25  03:00:00
9081         Log: avoid enumerating @INC contents in diagnostic if @INC was never
9082              searched
9083      Branch: perl
9084            ! pod/perldiag.pod pp_ctl.c
9085 ____________________________________________________________________________
9086 [  3465] By: gsar                                  on 1999/05/25  02:24:08
9087         Log: add caveat about close(PIPE) carelessness
9088      Branch: perl
9089            ! pod/perlfunc.pod
9090 ____________________________________________________________________________
9091 [  3464] By: gsar                                  on 1999/05/24  23:55:53
9092         Log: fix bogus line numbers for void context warnings
9093              (change#2548 was overeager)
9094      Branch: perl
9095            ! op.c
9096 ____________________________________________________________________________
9097 [  3463] By: gsar                                  on 1999/05/24  23:31:58
9098         Log: change#3455 had a typo
9099      Branch: perl
9100            ! pp_ctl.c
9101 ____________________________________________________________________________
9102 [  3462] By: gsar                                  on 1999/05/24  17:32:20
9103         Log: more pod updates from Tom Christiansen; regen perltoc
9104      Branch: perl
9105            ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
9106            ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
9107 ____________________________________________________________________________
9108 [  3461] By: gsar                                  on 1999/05/24  07:41:32
9109         Log: perlmod notes from Damian Conway (via Tom Christiansen)
9110      Branch: perl
9111            ! pod/perlmod.pod
9112 ____________________________________________________________________________
9113 [  3460] By: gsar                                  on 1999/05/24  07:24:11
9114         Log: major pod update from Tom Christiansen
9115      Branch: perl
9116            + pod/perltootc.pod
9117            ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
9118            ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
9119            ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
9120            ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
9121            ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
9122            ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
9123            ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
9124            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
9125            ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
9126            ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
9127            ! pod/perlxs.pod pod/pod2man.PL
9128 ____________________________________________________________________________
9129 [  3459] By: gsar                                  on 1999/05/24  06:26:48
9130         Log: perlfaq update from Tom Christiansen
9131      Branch: perl
9132            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
9133            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
9134            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
9135            ! pod/perlfaq9.pod
9136 ____________________________________________________________________________
9137 [  3458] By: gsar                                  on 1999/05/24  05:55:11
9138         Log: updated to v1.50 from CPAN
9139      Branch: perl
9140            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
9141 ____________________________________________________________________________
9142 [  3457] By: gsar                                  on 1999/05/24  05:46:20
9143         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9144              Date: Sun, 23 May 1999 16:35:07 +0100
9145              Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
9146              Subject: [PATCH 5.005_56] name PL_in_eval bits
9147      Branch: perl
9148            ! cop.h op.c perl.c pp_ctl.c toke.c util.c
9149 ____________________________________________________________________________
9150 [  3456] By: gsar                                  on 1999/05/24  05:18:06
9151         Log: make -t mode the default on emacs/dumb terminals
9152      Branch: perl
9153            ! Changes utils/perldoc.PL
9154 ____________________________________________________________________________
9155 [  3455] By: gsar                                  on 1999/05/24  05:05:19
9156         Log: return 0 rather than "" when scalar grep has nothing to iterate
9157              on (brings behavior in line with documentation)
9158      Branch: perl
9159            ! pp_ctl.c
9160 ____________________________________________________________________________
9161 [  3454] By: gsar                                  on 1999/05/24  04:52:52
9162         Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
9163              Date: Thu, 20 May 1999 13:27:02 -1000
9164              Message-Id: <E10kcDN-0007TA-00@lapaki>
9165              Subject: Problem with MM_Unix in 5.005_03
9166      Branch: perl
9167            ! lib/ExtUtils/MM_Unix.pm
9168 ____________________________________________________________________________
9169 [  3453] By: gsar                                  on 1999/05/24  04:39:49
9170         Log: avoid removing duplicates in user-generated warnings
9171              From: byron@omix.com (Byron Brummer)
9172              Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
9173              Message-Id: <199905201101.EAA91175@thrush.omix.com>
9174              Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
9175      Branch: perl
9176            ! lib/diagnostics.pm
9177 ____________________________________________________________________________
9178 [  3452] By: gsar                                  on 1999/05/24  04:23:10
9179         Log: straighten some code to avoid NeXT compiler bugs (from
9180              Geoff Kuenning <geoff@cs.hmc.edu>)
9181      Branch: perl
9182            ! pp_ctl.c
9183 ____________________________________________________________________________
9184 [  3451] By: gsar                                  on 1999/05/24  03:03:05
9185         Log: minor logic tweak for reserved word warning
9186      Branch: perl
9187            ! lib/Test/Harness.pm toke.c
9188 ____________________________________________________________________________
9189 [  3450] By: gsar                                  on 1999/05/24  02:34:20
9190         Log: oops, some files missing in change#3449
9191      Branch: perl
9192            ! op.c op.h toke.c
9193 ____________________________________________________________________________
9194 [  3449] By: gsar                                  on 1999/05/24  02:33:12
9195         Log: allow '*' prototype to autoquote even barewords that happen to be
9196              function names; parens or ampersand continue to force the other
9197              interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
9198              do the right thing, for example
9199      Branch: perl
9200            ! t/comp/proto.t
9201 ____________________________________________________________________________
9202 [  3448] By: gsar                                  on 1999/05/24  01:51:24
9203         Log: remove vestiges of PL_last_proto
9204      Branch: perl
9205            ! embedvar.h intrpvar.h objXSUB.h
9206 ____________________________________________________________________________
9207 [  3447] By: gsar                                  on 1999/05/24  01:49:20
9208         Log: redo change#2061 and parts of change#1169 with code in the
9209              parser; PL_last_proto hackery gone, strict 'subs' in now
9210              implemented in the optimizer where specifying the exceptional
9211              cases is much more robust; '*' (bareword) prototype now works
9212              reliably when used in second and subsequent arguments
9213      Branch: perl
9214            ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
9215 ____________________________________________________________________________
9216 [  3446] By: gsar                                  on 1999/05/23  05:00:55
9217         Log: remove redundant part of change#1169 superceded by change#2061;
9218              avoid "future reserved word" warning on prototypical bearwords
9219      Branch: perl
9220            ! t/lib/fatal.t toke.c
9221 ____________________________________________________________________________
9222 [  3445] By: gsar                                  on 1999/05/21  23:36:49
9223         Log: s/isspace/isSPACE/g and make sure the CRT version is always
9224              passed an unsigned char (fixes random occurrence of spaces in
9225              arguments containing high-bit chars passed to spawned children,
9226              on win32)
9227      Branch: perl
9228            ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
9229 ____________________________________________________________________________
9230 [  3444] By: gsar                                  on 1999/05/21  23:08:55
9231         Log: integrate Configure changes from cfgperl
9232      Branch: perl
9233           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
9234           !> config_h.SH
9235 ____________________________________________________________________________
9236 [  3443] By: jhi                                   on 1999/05/21  22:00:56
9237         Log: Integrate from mainperl.
9238      Branch: cfgperl
9239           !> Changes doop.c ext/SDBM_File/sdbm/dba.c
9240           !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
9241           !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
9242           !> win32/perlhost.h win32/win32.c x2p/walk.c
9243 ____________________________________________________________________________
9244 [  3442] By: jhi                                   on 1999/05/21  21:59:46
9245         Log: fflush.
9246      Branch: cfgperl
9247            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9248            ! config_h.SH
9249 ____________________________________________________________________________
9250 [  3441] By: gsar                                  on 1999/05/21  17:48:55
9251         Log: integrate cfgperl changes
9252      Branch: perl
9253           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
9254           !> config_h.SH hints/sunos_4_1.sh installperl
9255 ____________________________________________________________________________
9256 [  3440] By: gsar                                  on 1999/05/21  17:42:49
9257         Log: test tweak
9258      Branch: perl
9259            ! t/comp/proto.t
9260 ____________________________________________________________________________
9261 [  3439] By: gsar                                  on 1999/05/21  17:31:26
9262         Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
9263              (Configure fflush(NULL) detection seems broken on Solaris, which
9264              is why I hit the problem)
9265      Branch: perl
9266            ! Changes perl.h
9267 ____________________________________________________________________________
9268 [  3438] By: gsar                                  on 1999/05/20  16:41:01
9269         Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
9270      Branch: perl
9271            ! pod/perlport.pod
9272 ____________________________________________________________________________
9273 [  3437] By: jhi                                   on 1999/05/20  07:14:39
9274         Log: Patches to fflushing in SunOS 4 from Andy Dougherty
9275              (via private email).
9276      Branch: cfgperl
9277            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9278            ! config_h.SH hints/sunos_4_1.sh
9279 ____________________________________________________________________________
9280 [  3436] By: gsar                                  on 1999/05/20  05:18:26
9281         Log: various little nits
9282      Branch: perl
9283            ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
9284            ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
9285            ! win32/perlhost.h win32/win32.c x2p/walk.c
9286 ____________________________________________________________________________
9287 [  3435] By: jhi                                   on 1999/05/18  16:25:49
9288         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9289              To: perl5-porters@perl.org
9290              Subject: installperl
9291              Date: Fri, 14 May 1999 21:34:58 +0100
9292              Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
9293      Branch: cfgperl
9294            ! installperl
9295 ____________________________________________________________________________
9296 [  3434] By: jhi                                   on 1999/05/17  21:25:54
9297         Log: Integrate from mainperl.
9298      Branch: cfgperl
9299           +> lib/ExtUtils/MM_Cygwin.pm
9300            - cygwin32/impure_ptr.c
9301           !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
9302           !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
9303           !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
9304           !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
9305           !> x2p/find2perl.PL
9306 ____________________________________________________________________________
9307 [  3433] By: gsar                                  on 1999/05/17  09:49:01
9308         Log: integrate cfgperl changes into mainline
9309      Branch: perl
9310           !> Configure INSTALL config_h.SH configure.com embed.h
9311           !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
9312           !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
9313           !> util.c
9314 ____________________________________________________________________________
9315 [  3432] By: gsar                                  on 1999/05/17  09:06:45
9316         Log: emit more appropriate diagnostic for failed glob (variant
9317              of patch suggested by Graham Barr)
9318      Branch: perl
9319            ! gv.c pod/perldiag.pod pp.c pp_hot.c
9320 ____________________________________________________________________________
9321 [  3431] By: gsar                                  on 1999/05/17  08:38:09
9322         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
9323              Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
9324              Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
9325              Subject: find2perl does not grok the 'c' suffix to the -size argument
9326      Branch: perl
9327            ! x2p/find2perl.PL
9328 ____________________________________________________________________________
9329 [  3430] By: gsar                                  on 1999/05/17  08:26:21
9330         Log: additional cleanups for cygwin32 port
9331              From: "Fifer, Eric" <EFifer@sanwaint.com>
9332              Date: Wed, 12 May 1999 20:25:54 +0100
9333              Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
9334              Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
9335      Branch: perl
9336            + lib/ExtUtils/MM_Cygwin.pm
9337            - cygwin32/impure_ptr.c
9338            ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
9339            ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
9340            ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
9341            ! perl.h util.c
9342 ____________________________________________________________________________
9343 [  3429] By: gsar                                  on 1999/05/17  08:01:04
9344         Log: From: Andy Dougherty <doughera@lafayette.edu>
9345              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
9346              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
9347              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
9348      Branch: perl
9349            ! INSTALL
9350 ____________________________________________________________________________
9351 [  3428] By: jhi                                   on 1999/05/17  07:03:26
9352         Log: Integrate from mainperl modulo the Socket.xs change.
9353      Branch: cfgperl
9354           !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
9355           !> win32/win32.c win32/win32.h
9356 ____________________________________________________________________________
9357 [  3427] By: jhi                                   on 1999/05/16  22:09:11
9358         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9359              To: perl5-porters@perl.org (Mailing list Perl5)
9360              Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
9361              Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
9362              Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
9363      Branch: cfgperl
9364            ! ext/Devel/Peek/Peek.xs
9365 ____________________________________________________________________________
9366 [  3426] By: jhi                                   on 1999/05/16  22:07:11
9367         Log: From: Mark-Jason Dominus <mjd@plover.com>
9368              To: perl5-porters@perl.com
9369              Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
9370              Date: Sat, 15 May 1999 12:43:47 -0400
9371              Message-ID: <19990515164348.7313.qmail@plover.com>
9372      Branch: cfgperl
9373            ! pod/perldiag.pod
9374 ____________________________________________________________________________
9375 [  3425] By: nick                                  on 1999/05/15  15:56:10
9376         Log: Mingw32 + w32api-0.1.5 tweaks
9377              - now more like other Win32 compilers
9378      Branch: perl
9379            ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
9380            ! win32/win32.h
9381 ____________________________________________________________________________
9382 [  3424] By: nick                                  on 1999/05/14  21:04:22
9383         Log: Experimental "slab" allocator for ops.
9384              To try it -DPL_OP_SLAB_ALLOC for op.c 
9385              This is for proof of concept only, it leaks memory 
9386              (ops are not free'd) so don't use in embedded apps.
9387              If this minimalist version does not show performance 
9388              gain then whole idea is worthless. 
9389              Nick see's approx 12% speed up vs perlmalloc running
9390              perl -Ilib -MCPAN -e '' 
9391              Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
9392      Branch: perl
9393            ! op.c
9394 ____________________________________________________________________________
9395 [  3423] By: gsar                                  on 1999/05/14  19:55:04
9396         Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
9397              found (brings sitelib intuition in line with privlib)
9398      Branch: perl
9399            ! win32/win32.c
9400 ____________________________________________________________________________
9401 [  3422] By: jhi                                   on 1999/05/14  08:08:01
9402         Log: From: pvhp@forte.com (Peter Prymmer)
9403              To: perl5-porters@perl.org, vmsperl@perl.org
9404              Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
9405              Date: Thu, 13 May 99 15:29:57 PDT
9406              Message-Id: <9905132229.AA15854@forte.com>
9407      Branch: cfgperl
9408            ! configure.com
9409 ____________________________________________________________________________
9410 [  3421] By: jhi                                   on 1999/05/14  07:34:20
9411         Log: Integrate from mainperl.
9412      Branch: cfgperl
9413           !> lib/ExtUtils/MM_Unix.pm win32/win32.c
9414 ____________________________________________________________________________
9415 [  3420] By: jhi                                   on 1999/05/14  07:33:26
9416         Log: Still fflushing.
9417      Branch: cfgperl
9418            ! Configure config_h.SH util.c
9419 ____________________________________________________________________________
9420 [  3419] By: gsar                                  on 1999/05/14  03:08:29
9421         Log: mortalize string allocations by win32_get_{priv,site}lib()
9422              (fixes small memory leak in interpreter)
9423      Branch: perl
9424            ! win32/win32.c
9425 ____________________________________________________________________________
9426 [  3418] By: gsar                                  on 1999/05/14  03:06:50
9427         Log: make win32_longname() preserve kind of slashes in argument
9428      Branch: perl
9429            ! win32/win32.c
9430 ____________________________________________________________________________
9431 [  3417] By: gsar                                  on 1999/05/14  03:04:44
9432         Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
9433      Branch: perl
9434            ! lib/ExtUtils/MM_Unix.pm
9435 ____________________________________________________________________________
9436 [  3416] By: jhi                                   on 1999/05/13  21:18:06
9437         Log: Integrate from mainperl.
9438      Branch: cfgperl
9439           !> pp_ctl.c
9440 ____________________________________________________________________________
9441 [  3415] By: jhi                                   on 1999/05/13  21:16:49
9442         Log: Fixes from Andy Dougherty (via private email).
9443      Branch: cfgperl
9444            ! Configure config_h.SH
9445 ____________________________________________________________________________
9446 [  3414] By: nick                                  on 1999/05/13  20:04:26
9447         Log: valist vs va_list typo
9448      Branch: perl
9449            ! pp_ctl.c
9450 ____________________________________________________________________________
9451 [  3413] By: jhi                                   on 1999/05/13  15:04:05
9452         Log: From: Andy Dougherty <doughera@lafayette.edu>
9453              To: perlbug@perl.com
9454              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
9455              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
9456              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
9457      Branch: cfgperl
9458            ! INSTALL
9459 ____________________________________________________________________________
9460 [  3412] By: jhi                                   on 1999/05/13  14:20:17
9461         Log: Integrate from mainperl.
9462      Branch: cfgperl
9463           !> pp_ctl.c
9464 ____________________________________________________________________________
9465 [  3411] By: gsar                                  on 1999/05/13  14:16:56
9466         Log: docatch_body() declaration mismatch
9467      Branch: perl
9468            ! pp_ctl.c
9469 ____________________________________________________________________________
9470 [  3410] By: jhi                                   on 1999/05/13  13:51:44
9471         Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
9472      Branch: cfgperl
9473            ! Configure config_h.SH perl.h
9474 ____________________________________________________________________________
9475 [  3409] By: jhi                                   on 1999/05/13  13:31:53
9476         Log: Still fflushing strong.
9477      Branch: cfgperl
9478            ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
9479            ! proto.h util.c
9480 ____________________________________________________________________________
9481 [  3408] By: jhi                                   on 1999/05/12  14:30:23
9482         Log: Integrate from mainperl.
9483      Branch: cfgperl
9484           !> (integrate 30 files)
9485 ____________________________________________________________________________
9486 [  3407] By: jhi                                   on 1999/05/12  12:28:31
9487         Log: Be tidier with fflush(NULL) testing.
9488      Branch: cfgperl
9489            ! Configure config_h.SH
9490 ____________________________________________________________________________
9491 [  3406] By: gsar                                  on 1999/05/12  11:26:03
9492         Log: better range-checking on list slices, with test
9493              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9494              Date: Sun, 02 May 1999 17:02:53 +0100
9495              Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
9496              Subject: Re: List slice of undefs returns 0 items 
9497      Branch: perl
9498            ! pp.c t/op/list.t
9499 ____________________________________________________________________________
9500 [  3405] By: gsar                                  on 1999/05/12  11:22:27
9501         Log: change#3397 needs test tweak
9502      Branch: perl
9503            ! Changes t/pragma/warn/sv
9504 ____________________________________________________________________________
9505 [  3404] By: gsar                                  on 1999/05/12  11:07:44
9506         Log: typo in change#3397
9507      Branch: perl
9508            ! doop.c
9509 ____________________________________________________________________________
9510 [  3403] By: gsar                                  on 1999/05/12  10:49:01
9511         Log: From: Stephen Zander <gibreel@pobox.com>
9512              Date: 12 May 1999 01:22:31 -0700
9513              Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
9514              Subject: Re: Test::Harness runs tainted tests with wrong library path
9515      Branch: perl
9516            ! lib/Test/Harness.pm
9517 ____________________________________________________________________________
9518 [  3402] By: gsar                                  on 1999/05/12  10:42:06
9519         Log: typo in change#3400
9520      Branch: perl
9521            ! ext/B/B/Deparse.pm
9522 ____________________________________________________________________________
9523 [  3401] By: jhi                                   on 1999/05/12  10:40:42
9524         Log: A better, shinier, and possibly even correctly working
9525              reincarnation of #3398.
9526      Branch: cfgperl
9527            ! Configure config_h.SH
9528 ____________________________________________________________________________
9529 [  3400] By: gsar                                  on 1999/05/12  10:40:11
9530         Log: deparse \&func() as \(&func()) for clarity
9531              From: Albert Dvornik <bert@genscan.com>
9532              Date: 11 May 1999 13:32:04 -0400
9533              Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
9534              Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
9535      Branch: perl
9536            ! ext/B/B/Deparse.pm
9537 ____________________________________________________________________________
9538 [  3399] By: gsar                                  on 1999/05/12  10:36:02
9539         Log: more testsuite smarts (many of them courtesy Ilya)
9540      Branch: perl
9541            ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
9542            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
9543            ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
9544            ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
9545            ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
9546            ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
9547            ! t/op/pwent.t
9548 ____________________________________________________________________________
9549 [  3398] By: jhi                                   on 1999/05/12  09:33:08
9550         Log: Detect whether fflush(NULL) works as per change #3352.
9551      Branch: cfgperl
9552            ! Configure config_h.SH perl.h
9553 ____________________________________________________________________________
9554 [  3397] By: gsar                                  on 1999/05/12  08:56:03
9555         Log: From: jan.dubois@ibm.net (Jan Dubois)
9556              Date: Wed, 12 May 1999 01:01:00 +0200
9557              Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
9558              Subject: [PATCH 5.005_03] chop/chomp modify readonly values
9559      Branch: perl
9560            ! doop.c
9561 ____________________________________________________________________________
9562 [  3396] By: gsar                                  on 1999/05/12  08:23:27
9563         Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
9564              stat() behaves similarly
9565      Branch: perl
9566            ! win32/win32.c
9567 ____________________________________________________________________________
9568 [  3395] By: jhi                                   on 1999/05/11  22:21:32
9569         Log: Redo parts of #3341 and #3358 that #3394 undid.
9570      Branch: cfgperl
9571            ! Configure config_h.SH
9572 ____________________________________________________________________________
9573 [  3394] By: jhi                                   on 1999/05/11  22:03:48
9574         Log: Add I_NETINET_TCP to help change #3391.
9575      Branch: cfgperl
9576            ! Configure config_h.SH ext/Socket/Socket.xs
9577 ____________________________________________________________________________
9578 [  3393] By: jhi                                   on 1999/05/11  21:44:59
9579         Log: Integrate from mainperl.
9580      Branch: cfgperl
9581           !> (integrate 55 files)
9582 ____________________________________________________________________________
9583 [  3392] By: gsar                                  on 1999/05/11  20:56:43
9584         Log: update embedvar.h
9585      Branch: perl
9586            ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
9587 ____________________________________________________________________________
9588 [  3391] By: gsar                                  on 1999/05/11  16:32:05
9589         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
9590              Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
9591              Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
9592              Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
9593      Branch: perl
9594            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
9595 ____________________________________________________________________________
9596 [  3390] By: gsar                                  on 1999/05/11  15:27:40
9597         Log: display more frequent progress messages when STDOUT is a tty
9598      Branch: perl
9599            ! lib/Test/Harness.pm
9600 ____________________________________________________________________________
9601 [  3389] By: gsar                                  on 1999/05/11  14:40:58
9602         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9603              Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
9604              Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
9605              Subject: [PATCH 5.005_53] Explanations by Test::Harness
9606      Branch: perl
9607            ! lib/Test/Harness.pm
9608 ____________________________________________________________________________
9609 [  3388] By: gsar                                  on 1999/05/11  14:08:14
9610         Log: avoid creating spurious subroutine stubs on failed subroutine
9611              call and other places of sv_2cv() misuse; fixes problems with
9612              failed subroutine calls "hiding" later attempts to lookup methods
9613              in base classes
9614      Branch: perl
9615            ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
9616 ____________________________________________________________________________
9617 [  3387] By: gsar                                  on 1999/05/11  09:34:13
9618         Log: various fixes for clean build and test on win32; configpm broken,
9619              needed to open myconfig.SH rather than myconfig; sundry adjustments
9620              to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
9621              work under win32; getenv_sv() changed to getenv_len() since SVs
9622              aren't visible in the lower echelons; remove bogus exports from
9623              config.sym; PERL_OBJECT-ness for C++ exception support; null out
9624              IoDIRP in filter_del() or sv_free() will attempt to close it
9625      Branch: perl
9626            ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
9627            ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
9628            ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
9629            ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
9630            ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
9631            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
9632            ! win32/config.gc win32/config.vc win32/makedef.pl
9633            ! win32/makefile.mk win32/perlhost.h win32/runperl.c
9634            ! win32/win32.c win32/win32.h
9635 ____________________________________________________________________________
9636 [  3386] By: gsar                                  on 1999/05/11  02:49:07
9637         Log: gutsupport for C++ exceptions
9638              From: Chip Salzenberg <chip@perlsupport.com>
9639              Date: Tue, 9 Mar 1999 11:51:57 -0500
9640              Message-ID: <19990309115157.E7911@perlsupport.com>
9641              Subject: [PATCH 5.005] Flexible Exceptions
9642      Branch: perl
9643            ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
9644            ! scope.c scope.h thrdvar.h util.c
9645 ____________________________________________________________________________
9646 [  3385] By: gsar                                  on 1999/05/10  19:33:36
9647         Log: "weak" references internals, still needs perlguts documentation
9648              (somewhat modified version of patch suggested by Tuomas J. Lukka
9649              <lukka@fas.harvard.edu>)
9650      Branch: perl
9651            ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
9652            ! pod/perldiag.pod proto.h sv.c sv.h util.c
9653 ____________________________________________________________________________
9654 [  3384] By: jhi                                   on 1999/05/10  18:21:43
9655         Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
9656              (due to QAR 56761) (the bug has been fixed in 4.0E or better)
9657      Branch: cfgperl
9658            ! INSTALL hints/dec_osf.sh
9659 ____________________________________________________________________________
9660 [  3381] By: jhi                                   on 1999/05/10  14:39:28
9661         Log: Integrate from mainperl.
9662      Branch: cfgperl
9663           +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
9664           +> cygwin32/build-instructions.charles-wilson
9665           +> cygwin32/build-instructions.sebastien-barre
9666           +> cygwin32/build-instructions.steven-morlock
9667           +> cygwin32/build-instructions.steven-morlock2
9668           +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
9669           +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
9670           +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
9671           +> t/op/numconvert.t utils/perlbc.PL
9672            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
9673            - cygwin32/perlld
9674           !> (integrate 105 files)
9675 ____________________________________________________________________________
9676 [  3380] By: gsar                                  on 1999/05/10  12:27:14
9677         Log: regen regnodes.h
9678      Branch: perl
9679            ! Changes regnodes.h
9680 ____________________________________________________________________________
9681 [  3379] By: gsar                                  on 1999/05/10  12:17:26
9682         Log: From: jan.dubois@ibm.net (Jan Dubois)
9683              Date: Sat, 01 May 1999 22:55:36 +0200
9684              Message-ID: <373067e9.56194713@smtp1.ibm.net>
9685              Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
9686      Branch: perl
9687            ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
9688            ! win32/config_H.vc
9689 ____________________________________________________________________________
9690 [  3378] By: gsar                                  on 1999/05/10  12:07:13
9691         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9692              Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
9693              Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
9694              Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
9695      Branch: perl
9696            + t/op/numconvert.t
9697            ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
9698            ! util.c
9699 ____________________________________________________________________________
9700 [  3377] By: gsar                                  on 1999/05/10  11:39:48
9701         Log: pp_modulo comment tweak from Ilya
9702      Branch: perl
9703            ! pp.c
9704 ____________________________________________________________________________
9705 [  3376] By: gsar                                  on 1999/05/10  11:30:40
9706         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
9707              Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
9708              Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
9709              Subject: Test.pm update [PATCH _56]
9710      Branch: perl
9711            ! lib/Test.pm
9712 ____________________________________________________________________________
9713 [  3375] By: gsar                                  on 1999/05/10  11:28:30
9714         Log: From: jan.dubois@ibm.net (Jan Dubois)
9715              Date: Fri, 07 May 1999 00:59:54 +0200
9716              Message-ID: <373318ae.19292461@smtp1.ibm.net>
9717              Subject: Re: Using existing memory for an SV's PV 
9718      Branch: perl
9719            ! sv.c
9720 ____________________________________________________________________________
9721 [  3374] By: gsar                                  on 1999/05/10  11:23:44
9722         Log: From: jan.dubois@ibm.net (Jan Dubois)
9723              Date: Fri, 07 May 1999 00:59:52 +0200
9724              Message-ID: <37321800.19118320@smtp1.ibm.net>
9725              Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
9726      Branch: perl
9727            ! perl.h
9728 ____________________________________________________________________________
9729 [  3373] By: gsar                                  on 1999/05/10  11:22:10
9730         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9731              Date: Thu, 6 May 1999 18:17:28 -0400
9732              Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
9733              Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
9734      Branch: perl
9735            ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
9736            ! util.c
9737 ____________________________________________________________________________
9738 [  3372] By: gsar                                  on 1999/05/10  10:57:49
9739         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9740              Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
9741              Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
9742              Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
9743      Branch: perl
9744            ! regcomp.c regcomp.pl
9745 ____________________________________________________________________________
9746 [  3371] By: gsar                                  on 1999/05/10  10:54:01
9747         Log: From: lane@duphy4.physics.drexel.edu
9748              Date: Tue, 04 May 1999 10:19:25 -0700
9749              Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
9750              Subject: [PATCH 5.005.56] pod->html VMS fixes
9751      Branch: perl
9752            ! installhtml lib/Pod/Html.pm
9753 ____________________________________________________________________________
9754 [  3370] By: gsar                                  on 1999/05/10  10:45:52
9755         Log: testsuite nits
9756      Branch: perl
9757            ! t/lib/io_linenum.t t/op/filetest.t
9758 ____________________________________________________________________________
9759 [  3369] By: gsar                                  on 1999/05/10  10:35:22
9760         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9761              Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
9762              Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
9763              Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
9764      Branch: perl
9765            ! os2/os2ish.h os2/os2thread.h
9766 ____________________________________________________________________________
9767 [  3368] By: gsar                                  on 1999/05/10  10:00:11
9768         Log: From: Albert Dvornik <bert@genscan.com>
9769              Date: 03 May 1999 12:20:57 -0400
9770              Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
9771              Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
9772      Branch: perl
9773            ! dump.c
9774 ____________________________________________________________________________
9775 [  3367] By: gsar                                  on 1999/05/10  09:55:51
9776         Log: shadow password support for Solaris (needs Configure help to
9777              determine HAS_GETSPENT)
9778              From: "Patrick O'Brien" <pdo@cs.umd.edu>
9779              Date: Sat, 01 May 1999 19:41:17 -0400
9780              Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
9781              Subject: getpwent() under solaris
9782      Branch: perl
9783            ! pp_sys.c
9784 ____________________________________________________________________________
9785 [  3366] By: gsar                                  on 1999/05/10  09:45:58
9786         Log: From: jan.dubois@ibm.net (Jan Dubois)
9787              Date: Sat, 01 May 1999 23:45:47 +0200
9788              Message-ID: <373373fb.59284266@smtp1.ibm.net>
9789              Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
9790      Branch: perl
9791            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
9792            ! pod/perldelta.pod
9793 ____________________________________________________________________________
9794 [  3365] By: gsar                                  on 1999/05/10  09:34:22
9795         Log: test suite and fix input_line_number()
9796              From: Paul Johnson <pjcj@transeda.com>
9797              Date: Thu, 29 Apr 1999 06:28:14 +0100
9798              Message-ID: <19990429062814.A17906@west-tip.transeda.com>
9799              Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
9800      Branch: perl
9801            + t/lib/io_linenum.t
9802            ! MANIFEST ext/IO/lib/IO/Handle.pm
9803 ____________________________________________________________________________
9804 [  3364] By: gsar                                  on 1999/05/10  09:20:56
9805         Log: fix overeager [:foo:] parsing
9806              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9807              Date: Fri, 30 Apr 1999 09:26:18 +0100
9808              Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
9809              Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005 
9810      Branch: perl
9811            ! regcomp.c t/op/re_tests
9812 ____________________________________________________________________________
9813 [  3363] By: gsar                                  on 1999/05/10  09:09:21
9814         Log: documentation for Win32 builtins (somewhat modified)
9815              From: jan.dubois@ibm.net (Jan Dubois)
9816              Date: Tue, 30 Mar 1999 08:05:03 +0200
9817              Message-ID: <37006783.1926460@smtp1.ibm.net>
9818              Subject: Re: Issues with build 509 
9819      Branch: perl
9820            + pod/Win32.pod
9821            ! MANIFEST
9822 ____________________________________________________________________________
9823 [  3362] By: gsar                                  on 1999/05/10  08:22:07
9824         Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
9825      Branch: perl
9826            ! lib/File/Copy.pm win32/win32.c
9827 ____________________________________________________________________________
9828 [  3361] By: gsar                                  on 1999/05/10  08:11:29
9829         Log: escape ampersands in <pre> sections
9830      Branch: perl
9831            ! Changes lib/Pod/Html.pm
9832 ____________________________________________________________________________
9833 [  3360] By: gsar                                  on 1999/05/10  08:04:14
9834         Log: AIX hints enhancements (threads build, SOCKS support)
9835              From: "David R. Favor" <dfavor@austin.ibm.com>
9836              Date: Wed, 28 Apr 1999 08:45:28 -0500
9837              Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
9838              Subject: Working build for AIX + gcc + threading
9839      Branch: perl
9840            ! hints/aix.sh
9841 ____________________________________________________________________________
9842 [  3359] By: gsar                                  on 1999/05/10  07:49:26
9843         Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
9844              Date: Tue, 27 Apr 1999 23:47:24 PDT
9845              Message-ID: <19990428064724.95244.qmail@hotmail.com>
9846              Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
9847              --
9848              Date: Thu, 29 Apr 1999 18:21:06 -0700
9849              Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
9850              Subject: [PATCH 5.005_56] double constants ( C.pm)
9851              --
9852              Date: Mon, 03 May 1999 20:21:31 PDT
9853              Message-ID: <19990504032131.81113.qmail@hotmail.com>
9854              Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
9855              --
9856              Date: Thu, 06 May 1999 17:57:09 -0700
9857              Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
9858              Subject: Stash.pm
9859      Branch: perl
9860            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
9861            ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
9862 ____________________________________________________________________________
9863 [  3358] By: gsar                                  on 1999/05/10  04:39:15
9864         Log: cygwin32 update (untested adaptation of patch against 5.005_03)
9865              From: alexander smishlajev <als@turnhere.com>
9866              Date: Sun, 25 Apr 1999 14:58:29 +0300
9867              Message-ID: <37230365.5F68B460@turnhere.com>
9868              Subject: [PATCH]5.005_03 (CORE) cygwin32 port
9869      Branch: perl
9870            + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
9871            + cygwin32/build-instructions.charles-wilson
9872            + cygwin32/build-instructions.sebastien-barre
9873            + cygwin32/build-instructions.steven-morlock
9874            + cygwin32/build-instructions.steven-morlock2
9875            + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
9876            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
9877            - cygwin32/perlld
9878            ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
9879            ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
9880            ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
9881            ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
9882            ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
9883            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
9884 ____________________________________________________________________________
9885 [  3357] By: gsar                                  on 1999/05/10  04:07:07
9886         Log: applied suggested patch, modulo already applied parts
9887              From: Charles Bailey <BAILEY@newman.upenn.edu>
9888              Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
9889              Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
9890              Subject: [Patch 5.005_56] VMS consolidated patch #2
9891      Branch: perl
9892            ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
9893            ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
9894            ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
9895            ! vms/subconfigure.com vms/test.com vms/vms.c
9896 ____________________________________________________________________________
9897 [  3356] By: gsar                                  on 1999/05/10  03:48:08
9898         Log: applied suggested patch, with win32 and PERL_OBJECT additions
9899              From: Tom Hughes <tom@compton.nu>
9900              Date: Sat, 24 Apr 1999 18:11:59 +0100
9901              Message-ID: <609bdff748.tom@compton.compton.nu>
9902              Subject: ByteLoader patch
9903      Branch: perl
9904            + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
9905            + ext/ByteLoader/Makefile.PL utils/perlbc.PL
9906            ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
9907            ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
9908            ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
9909            ! utils/Makefile win32/Makefile win32/makefile.mk
9910 ____________________________________________________________________________
9911 [  3355] By: gsar                                  on 1999/05/10  03:22:49
9912         Log: document 'test' attribute (from Andreas Koenig)
9913      Branch: perl
9914            ! lib/ExtUtils/MakeMaker.pm
9915 ____________________________________________________________________________
9916 [  3354] By: gsar                                  on 1999/05/10  03:12:37
9917         Log: From: pmarquess@bfsec.bt.co.uk
9918              Date: Thu, 22 Apr 1999 23:12:08 +0100
9919              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
9920              Subject: PATCH for small bug in scan_bin
9921      Branch: perl
9922            ! util.c
9923 ____________________________________________________________________________
9924 [  3353] By: gsar                                  on 1999/05/10  02:39:33
9925         Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
9926              provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
9927      Branch: perl
9928            ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
9929            ! win32/win32iop.h
9930 ____________________________________________________________________________
9931 [  3352] By: gsar                                  on 1999/05/09  22:47:39
9932         Log: flush all open output buffers before fork(), exec(), system, qx//
9933              and pipe open() operations, simplifying buffering headaches faced
9934              by users; uses fflush(NULL), which may need Configure test
9935      Branch: perl
9936            ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
9937            ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
9938 ____________________________________________________________________________
9939 [  3351] By: gsar                                  on 1999/05/09  21:11:51
9940         Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
9941              Leroy <jll@skynet.be>)
9942      Branch: perl
9943            ! utils/perlcc.PL
9944 ____________________________________________________________________________
9945 [  3350] By: gsar                                  on 1999/05/09  20:39:11
9946         Log: normalize $^X to full pathname on win32
9947      Branch: perl
9948            ! win32/runperl.c
9949 ____________________________________________________________________________
9950 [  3349] By: gsar                                  on 1999/05/09  20:23:07
9951         Log: allow readline($globref), <$globref> already works
9952      Branch: perl
9953            ! pp_hot.c
9954 ____________________________________________________________________________
9955 [  3348] By: gsar                                  on 1999/05/09  20:00:09
9956         Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
9957              <lemburg@online-club.de>)
9958      Branch: perl
9959            ! utils/perldoc.PL
9960 ____________________________________________________________________________
9961 [  3347] By: gsar                                  on 1999/05/09  18:47:21
9962         Log: additions to Thread.pm docs from Tuomas J. Lukka
9963              <lukka@fas.harvard.edu>
9964      Branch: perl
9965            ! ext/Thread/Thread.pm
9966 ____________________________________________________________________________
9967 [  3346] By: gsar                                  on 1999/05/09  18:38:00
9968         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
9969              Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
9970              Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
9971              Subject: [PATCH _56] Re: pdt: Perl Development Tools? 
9972      Branch: perl
9973            ! ext/B/B/Xref.pm
9974 ____________________________________________________________________________
9975 [  3345] By: gsar                                  on 1999/05/09  18:22:43
9976         Log: work around mangled archname on win32 while finding privlib/sitelib;
9977              normalize lib paths to forward slashes internally
9978      Branch: perl
9979            ! win32/win32.c
9980 ____________________________________________________________________________
9981 [  3344] By: gsar                                  on 1999/05/09  03:20:06
9982         Log: fix typo in dbm filters that caused odbm.t to fail
9983      Branch: perl
9984            ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
9985 ____________________________________________________________________________
9986 [  3343] By: gsar                                  on 1999/05/09  02:02:59
9987         Log: tweak test totals
9988      Branch: perl
9989            ! Changes t/lib/tie-stdhandle.t
9990 ____________________________________________________________________________
9991 [  3342] By: gsar                                  on 1999/05/09  01:42:06
9992         Log: import list propagation busted (pointed out by Ton Hospel
9993              <thospel@mail.dma.be>)
9994      Branch: perl
9995            ! lib/autouse.pm
9996 ____________________________________________________________________________
9997 [  3341] By: gsar                                  on 1999/05/09  00:54:18
9998         Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
9999              (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
10000      Branch: perl
10001            ! Configure Makefile.SH
10002 ____________________________________________________________________________
10003 [  3340] By: gsar                                  on 1999/05/09  00:40:41
10004         Log: generate manpages for newly added utils
10005      Branch: perl
10006            ! installman
10007 ____________________________________________________________________________
10008 [  3339] By: gsar                                  on 1999/05/09  00:33:50
10009         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10010              Date: Sun, 02 May 1999 17:59:24 +0100
10011              Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
10012              Subject: [PATCH] Re: ptr to realloced memory in yylex
10013      Branch: perl
10014            ! toke.c
10015 ____________________________________________________________________________
10016 [  3338] By: jhi                                   on 1999/05/08  22:40:29
10017         Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
10018      Branch: cfgperl
10019            ! INSTALL
10020 ____________________________________________________________________________
10021 [  3337] By: jhi                                   on 1999/05/08  22:22:26
10022         Log: Integrate from mainperl.
10023      Branch: cfgperl
10024           +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
10025           !> (integrate 54 files)
10026 ____________________________________________________________________________
10027 [  3336] By: gsar                                  on 1999/05/08  21:48:22
10028         Log: make perldoc -f grok nested =items
10029      Branch: perl
10030            ! utils/perldoc.PL
10031 ____________________________________________________________________________
10032 [  3335] By: gsar                                  on 1999/05/08  19:48:11
10033         Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
10034      Branch: perl
10035            ! op.c t/lib/fields.t
10036 ____________________________________________________________________________
10037 [  3334] By: gsar                                  on 1999/05/08  19:09:41
10038         Log: update test totals
10039      Branch: perl
10040            ! t/lib/bigintpm.t
10041 ____________________________________________________________________________
10042 [  3333] By: gsar                                  on 1999/05/08  16:56:02
10043         Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
10044      Branch: perl
10045            ! pod/perlfunc.pod
10046 ____________________________________________________________________________
10047 [  3332] By: gsar                                  on 1999/05/08  16:46:44
10048         Log: applied suggested patch, added tests
10049              From: William Mann <wmann@avici.com>
10050              Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
10051              Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
10052              Subject: BigInt.pm extensions for logical operations
10053      Branch: perl
10054            ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
10055 ____________________________________________________________________________
10056 [  3331] By: gsar                                  on 1999/05/08  16:09:33
10057         Log: avoid temporary files named 'tmp'
10058      Branch: perl
10059            ! Makefile.SH pp.c
10060 ____________________________________________________________________________
10061 [  3330] By: nick                                  on 1999/05/08  14:16:30
10062         Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
10063              Provide Tie::StdHandle
10064              Basic update of docs.
10065      Branch: perl
10066            + t/lib/tie-stdhandle.t
10067            ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
10068 ____________________________________________________________________________
10069 [  3329] By: nick                                  on 1999/05/08  12:03:45
10070         Log: Tweaks to open(my $fh,...) stuff
10071      Branch: perl
10072            ! op.c pp.c pp_sys.c t/io/open.t
10073 ____________________________________________________________________________
10074 [  3328] By: nick                                  on 1999/05/08  11:18:42
10075         Log: Bring SDBM_File.xs into line with new typemap
10076      Branch: perl
10077            ! ext/SDBM_File/SDBM_File.xs
10078 ____________________________________________________________________________
10079 [  3327] By: gsar                                  on 1999/05/08  00:07:11
10080         Log: add test case for AUTOLOAD reentrancy fix in change#3279
10081      Branch: perl
10082            ! t/lib/autoloader.t
10083 ____________________________________________________________________________
10084 [  3326] By: nick                                  on 1999/05/07  21:24:50
10085         Log: Implement open( my $fh, ...) and similar.
10086              Set flag in op.c for "constructor ops"
10087              In pp_rv2gv, if flag is set and arg is PADSV and uninit
10088              vivify as reference to a detached GV.
10089              (Name of GV is the pad name.)
10090              This scheme should "just work" for pipe/socket etc. too.
10091              
10092              #if 0 out the open(FH,undef) for now.
10093              Change t/io/open.t to test open(my $fh,...)
10094      Branch: perl
10095            ! op.c pp.c pp_sys.c t/io/open.t
10096 ____________________________________________________________________________
10097 [  3325] By: nick                                  on 1999/05/07  21:18:42
10098         Log: Correct SvLEN vs SvCUR  which leads to odd "chunk" vs "line" in mess().
10099      Branch: perl
10100            ! util.c
10101 ____________________________________________________________________________
10102 [  3324] By: gsar                                  on 1999/05/07  20:28:31
10103         Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
10104              intervening code has to allocate SVs)
10105      Branch: perl
10106            ! util.c
10107 ____________________________________________________________________________
10108 [  3323] By: gsar                                  on 1999/05/07  19:45:08
10109         Log: allow line numbers to show in diagnostics during global destruction
10110      Branch: perl
10111            ! util.c
10112 ____________________________________________________________________________
10113 [  3322] By: gsar                                  on 1999/05/07  09:38:11
10114         Log: From: Dan Sugalski <sugalskd@ous.edu>
10115              Date: Fri, 09 Apr 1999 16:16:39 -0700
10116              Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
10117              Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
10118      Branch: perl
10119            ! lib/ExtUtils/MM_VMS.pm
10120 ____________________________________________________________________________
10121 [  3321] By: gsar                                  on 1999/05/07  09:08:23
10122         Log: From: kwzh@gnu.org (Karl Heuer)
10123              Date: Wed, 7 Apr 1999 23:58:58 -0400
10124              Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
10125              Subject: [perl-5.005.02] detect lack of /dev/tty
10126      Branch: perl
10127            ! Makefile.SH
10128 ____________________________________________________________________________
10129 [  3320] By: gsar                                  on 1999/05/07  08:52:14
10130         Log: allow distinct prefix for versioned executables
10131              From: Roderick Schertler <roderick@argon.org>
10132              Date: Wed, 07 Apr 1999 15:34:56 -0400
10133              Message-ID: <3003.923513696@eeyore.ibcinc.com>
10134              Subject: perl55.00503 -> perl5.00503 patch for installperl
10135      Branch: perl
10136            ! INSTALL installperl
10137 ____________________________________________________________________________
10138 [  3319] By: gsar                                  on 1999/05/07  08:07:02
10139         Log: From: Dan Sugalski <sugalskd@osshe.edu>
10140              Date: Mon, 05 Apr 1999 15:38:42 -0700
10141              Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
10142              Subject: Re: chomp fails with $/ in fixed-length record mode
10143              --
10144              From: Roderick Schertler <roderick@argon.org>
10145              Date: Tue, 06 Apr 1999 21:11:37 -0400
10146              Message-ID: <2795.923447497@eeyore.ibcinc.com>
10147              Subject: Re: chomp fails with $/ in fixed-length record mode
10148      Branch: perl
10149            ! doop.c pod/perlfunc.pod t/op/chop.t
10150 ____________________________________________________________________________
10151 [  3318] By: gsar                                  on 1999/05/07  07:56:35
10152         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10153              Date: Tue, 6 Apr 1999 01:40:36 -0400
10154              Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
10155              Subject: [PATCH 5.005_*] Make % use fmod()
10156      Branch: perl
10157            ! pp.c t/op/arith.t
10158 ____________________________________________________________________________
10159 [  3317] By: gsar                                  on 1999/05/07  04:18:11
10160         Log: DBM Filters (via private mail)
10161              From: pmarquess@bfsec.bt.co.uk
10162              Date: Sun, 18 Apr 1999 21:05:52 +0100
10163              Message-Id: <199904182009.NAA19152@activestate.com>
10164              Subject: DBM Filters
10165      Branch: perl
10166            + pod/perldbmfilter.pod
10167            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
10168            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
10169            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
10170            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
10171            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
10172            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
10173            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
10174            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
10175            ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
10176            ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
10177            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
10178            ! t/lib/sdbm.t
10179 ____________________________________________________________________________
10180 [  3316] By: gsar                                  on 1999/05/07  03:28:53
10181         Log: avoid negative return value from Win32::GetTickCount()
10182              From: jan.dubois@ibm.net (Jan Dubois)
10183              Date: Sat, 03 Apr 1999 19:04:18 +0200
10184              Message-ID: <37084742.22824479@smtp1.ibm.net>
10185              Subject: Re: Win32::GetTickCount
10186      Branch: perl
10187            ! win32/win32.c
10188 ____________________________________________________________________________
10189 [  3314] By: gsar                                  on 1999/05/06  08:01:23
10190         Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
10191              Date: Tue, 30 Mar 1999 23:40:34 PST
10192              Message-ID: <19990331074034.6117.qmail@hotmail.com>
10193              Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
10194              --
10195              Date: Wed, 07 Apr 1999 00:28:23 -0800
10196              Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
10197              Subject: [PATCH 5.005_56] function prototypes(B.pm)
10198              --
10199              Date: Thu, 22 Apr 1999 23:40:52 -0700
10200              Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
10201              Subject: [PATCH 5.005_56 ] discarding worthless padsvs
10202              --
10203              Date: Tue, 27 Apr 1999 01:14:49 PDT
10204              Message-ID: <19990427081449.28615.qmail@hotmail.com>
10205              Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
10206      Branch: perl
10207            ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
10208            ! t/op/ref.t
10209 ____________________________________________________________________________
10210 [  3313] By: jhi                                   on 1999/05/06  07:59:52
10211         Log: Integrate from mainperl.
10212      Branch: cfgperl
10213           !> (integrate 33 files)
10214 ____________________________________________________________________________
10215 [  3312] By: gsar                                  on 1999/05/06  07:11:50
10216         Log: add Ethiopic section to unicode master database (from Ken
10217              Whistler <kenw@sybase.com>)
10218      Branch: perl
10219            ! lib/unicode/UnicodeData-Latest.txt
10220 ____________________________________________________________________________
10221 [  3311] By: gsar                                  on 1999/05/06  05:37:55
10222         Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
10223              Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
10224              Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
10225              Subject: Largefiles for Solaris
10226      Branch: perl
10227            ! hints/solaris_2.sh
10228 ____________________________________________________________________________
10229 [  3310] By: gsar                                  on 1999/05/06  05:14:35
10230         Log: emit more accurate diagnostic for syntax errors involving <>
10231              within eval""
10232      Branch: perl
10233            ! toke.c utils/perldoc.PL
10234 ____________________________________________________________________________
10235 [  3309] By: gsar                                  on 1999/05/06  04:36:31
10236         Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
10237      Branch: perl
10238            ! t/lib/open3.t
10239 ____________________________________________________________________________
10240 [  3308] By: gsar                                  on 1999/05/06  03:19:16
10241         Log: applied first part of suggested patch (bug described cannot be
10242              reproduced any longer, so the second inconclusive part has not
10243              been applied)
10244              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10245              Date: Sun, 28 Mar 1999 04:51:34 +0100
10246              Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
10247              Subject: [PATCH 5.005_56] Re: A core dump 
10248      Branch: perl
10249            ! toke.c
10250 ____________________________________________________________________________
10251 [  3307] By: gsar                                  on 1999/05/06  01:56:06
10252         Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
10253              change#3180)
10254      Branch: perl
10255            ! op.c
10256 ____________________________________________________________________________
10257 [  3306] By: gsar                                  on 1999/05/05  17:17:34
10258         Log: applied non-conflicting parts of suggested patch
10259              From: Charles Bailey <BAILEY@newman.upenn.edu>
10260              Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
10261              Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
10262              Subject: [Patch 5.005_56] Revised VMS patch
10263      Branch: perl
10264            ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
10265            ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
10266 ____________________________________________________________________________
10267 [  3305] By: gsar                                  on 1999/05/05  16:20:19
10268         Log: make perldoc use backslashed pathnames within system() on win32
10269      Branch: perl
10270            ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
10271 ____________________________________________________________________________
10272 [  3304] By: gsar                                  on 1999/05/05  07:29:43
10273         Log: upgrade Pod::Parser to v1.081 from CPAN
10274      Branch: perl
10275            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
10276            ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
10277            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
10278 ____________________________________________________________________________
10279 [  3303] By: gsar                                  on 1999/05/05  07:02:07
10280         Log: From: Andy Dougherty <doughera@lafayette.edu>
10281              Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
10282              Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
10283              Subject: [PATCH 5.005_03-MT3] INSTALL patches
10284      Branch: perl
10285            ! INSTALL
10286 ____________________________________________________________________________
10287 [  3302] By: gsar                                  on 1999/05/05  06:55:21
10288         Log: load base packages based on nonexistent $VERSION
10289              From: andreas.koenig@anima.de (Andreas J. Koenig)
10290              Date: 19 Mar 1999 06:00:28 +0100
10291              Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
10292              Subject: Re: base.pm flaw
10293      Branch: perl
10294            ! lib/base.pm lib/locale.pm
10295 ____________________________________________________________________________
10296 [  3301] By: gsar                                  on 1999/05/04  05:41:08
10297         Log: pod2man outputs switched date and revision label (fix suggested by
10298              EthanSasiela@mede.com)
10299      Branch: perl
10300            ! pod/pod2man.PL
10301 ____________________________________________________________________________
10302 [  3300] By: gsar                                  on 1999/05/03  18:48:25
10303         Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
10304              (makes opendir(D,"c:") work reliably)
10305      Branch: perl
10306            ! win32/win32.c
10307 ____________________________________________________________________________
10308 [  3299] By: gsar                                  on 1999/05/02  19:39:55
10309         Log: add test case for change#3298
10310      Branch: perl
10311            ! sv.c t/op/readdir.t
10312 ____________________________________________________________________________
10313 [  3298] By: gsar                                  on 1999/05/02  19:24:41
10314         Log: close directory handles properly when localized
10315      Branch: perl
10316            ! sv.c
10317 ____________________________________________________________________________
10318 [  3297] By: jhi                                   on 1999/04/30  11:42:14
10319         Log: Integrate from mainperl.
10320      Branch: cfgperl
10321           !> Changes config_h.SH configure.com lib/AutoLoader.pm
10322           !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
10323           !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
10324           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
10325           !> vms/subconfigure.com win32/win32.c
10326 ____________________________________________________________________________
10327 [  3293] By: chip                                  on 1999/04/29  18:50:49
10328         Log: Fix shebang lines.
10329      Branch: maint-5.004/perl
10330            ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
10331            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
10332            ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
10333            ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
10334            ! x2p/find2perl.PL x2p/s2p.PL
10335 ____________________________________________________________________________
10336 [  3284] By: gsar                                  on 1999/04/27  00:48:42
10337         Log: integrate change#3279 from maint-5.004
10338      Branch: perl
10339            ! lib/AutoLoader.pm
10340 ____________________________________________________________________________
10341 [  3279] By: chip                                  on 1999/04/26  23:09:26
10342         Log: Make &AutoLoad::AUTOLOAD reentrant.
10343      Branch: maint-5.004/perl
10344            ! lib/AutoLoader.pm
10345 ____________________________________________________________________________
10346 [  3276] By: chip                                  on 1999/04/26  22:34:36
10347         Log: Make porting scripts executable.
10348      Branch: maint-5.004/perl
10349            ! Changes Porting/genlog Porting/makerel Porting/p4desc
10350            ! Porting/patchls
10351 ____________________________________________________________________________
10352 [  3274] By: gsar                                  on 1999/04/26  17:30:31
10353         Log: allow embedded null characters in diagnostics
10354      Branch: perl
10355            ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
10356 ____________________________________________________________________________
10357 [  3273] By: gsar                                  on 1999/04/26  08:27:22
10358         Log: hand-applied conflicting parts of suggested patch
10359              From: Charles Bailey <BAILEY@newman.upenn.edu>
10360              Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
10361              Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
10362              Subject: [PATCH 5.005_56] VMS configuration/build
10363      Branch: perl
10364            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
10365            ! vms/munchconfig.c vms/subconfigure.com
10366 ____________________________________________________________________________
10367 [  3272] By: gsar                                  on 1999/04/26  08:25:41
10368         Log: update Changes; tweak minor regressions
10369      Branch: perl
10370            ! Changes lib/AutoSplit.pm lib/File/Path.pm
10371 ____________________________________________________________________________
10372 [  3271] By: gsar                                  on 1999/04/26  07:52:51
10373         Log: integrate change#3229 from maint-5.004
10374      Branch: perl
10375            ! pp_ctl.c util.c
10376 ____________________________________________________________________________
10377 [  3270] By: gsar                                  on 1999/04/25  22:58:27
10378         Log: fix buggy reference count on refs to SVs with autoviv magic
10379              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
10380              accessing free()d memory)
10381      Branch: perl
10382            ! pp.c t/op/ref.t
10383 ____________________________________________________________________________
10384 [  3269] By: gsar                                  on 1999/04/24  17:07:55
10385         Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
10386              on win32)
10387      Branch: perl
10388            ! win32/win32.c
10389 ____________________________________________________________________________
10390 [  3268] By: gsar                                  on 1999/04/24  16:38:25
10391         Log: kill dup hunk
10392      Branch: perl
10393            ! config_h.SH
10394 ____________________________________________________________________________
10395 [  3267] By: gsar                                  on 1999/04/24  16:35:57
10396         Log: integrate cfgperl changes into mainline
10397      Branch: perl
10398           +> myconfig.SH
10399            - myconfig
10400            ! pod/perlre.pod
10401           !> (integrate 38 files)
10402 ____________________________________________________________________________
10403 [  3266] By: jhi                                   on 1999/04/23  18:42:44
10404         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
10405              To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
10406              Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
10407              Cc: Lionel Cons <lionel.cons@cern.ch>,
10408              Ilya Zakharevich <ilya@math.ohio-state.edu>,
10409              David Hayes <david@bdel.com>
10410              Subject: [PATCH] h2ph
10411              Date: Fri, 23 Apr 1999 12:37:23 -0400
10412              Message-ID: <19990423123723.A49550@O2.chapin.edu>
10413      Branch: cfgperl
10414            ! utils/h2ph.PL
10415 ____________________________________________________________________________
10416 [  3265] By: jhi                                   on 1999/04/21  18:17:12
10417         Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
10418              To: perlbug@perl.org
10419              Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
10420              Date: Wed, 21 Apr 1999 08:17:54 -0700
10421              Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
10422      Branch: cfgperl
10423            ! vms/descrip_mms.template
10424 ____________________________________________________________________________
10425 [  3264] By: jhi                                   on 1999/04/20  08:50:54
10426         Log: From: Andy Dougherty <doughera@lafayette.edu>
10427              To: The Perl Porters Mailing List <perl5-porters@perl.org>
10428              Subject: [PATCH 5.005_56] Re: 5.006 Todo
10429              Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
10430              Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
10431      Branch: cfgperl
10432            ! Porting/pumpkin.pod
10433 ____________________________________________________________________________
10434 [  3263] By: jhi                                   on 1999/04/20  08:05:01
10435         Log: From: Chip Salzenberg <chip@perlsupport.com>
10436              To: Perl 5 Porters <perl5-porters@perl.org>
10437              Subject: [PATCH 5.005_56] Configure: $sig_count
10438              Date: Sun, 18 Apr 1999 17:54:36 -0400
10439              Message-ID: <19990418175436.A27496@perlsupport.com>
10440      Branch: cfgperl
10441            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10442            ! config_h.SH
10443 ____________________________________________________________________________
10444 [  3262] By: jhi                                   on 1999/04/19  18:23:50
10445         Log: Subject: PATCH wrong faq reference in perlbook.pod
10446              From: Robin Barker <rmb1@cise.npl.co.uk>
10447              To: perlbug@perl.com
10448              Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
10449              Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
10450      Branch: cfgperl
10451            ! pod/perlbook.pod
10452 ____________________________________________________________________________
10453 [  3261] By: jhi                                   on 1999/04/15  13:59:04
10454         Log: From: Andy Dougherty <doughera@lafayette.edu>
10455              To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
10456              Cc: Perl Porters <perl5-porters@perl.org>
10457              Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
10458              Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
10459              Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
10460      Branch: cfgperl
10461            ! hints/solaris_2.sh
10462 ____________________________________________________________________________
10463 [  3260] By: jhi                                   on 1999/04/15  13:56:53
10464         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
10465              To: pumpkings@jhereg.perl.com
10466              Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
10467              Date: Thu, 15 Apr 1999 07:13:41 -0600
10468              Message-Id: <199904151313.HAA07682@jhereg.perl.com>
10469      Branch: cfgperl
10470            ! pod/perldata.pod
10471 ____________________________________________________________________________
10472 [  3259] By: jhi                                   on 1999/04/13  23:12:52
10473         Log: LDLIBPTH also on 'clean' targets.
10474      Branch: cfgperl
10475            ! Makefile.SH
10476 ____________________________________________________________________________
10477 [  3258] By: jhi                                   on 1999/04/13  21:38:46
10478         Log: Add information about the two DEC C compiler optimizer bugs
10479              (what patch levels of the compilers fix them).
10480      Branch: cfgperl
10481            ! pp.c t/op/repeat.t
10482 ____________________________________________________________________________
10483 [  3257] By: jhi                                   on 1999/04/13  14:25:08
10484         Log: Be polite about ccdlflags and lddflags, too.
10485              Avoid Perl's malloc only when threaded.
10486      Branch: cfgperl
10487            ! hints/aix.sh
10488 ____________________________________________________________________________
10489 [  3256] By: jhi                                   on 1999/04/13  10:21:33
10490         Log: Croak if no known ways to semctl() (don't assume union semun).
10491      Branch: cfgperl
10492            ! doio.c perl.h
10493 ____________________________________________________________________________
10494 [  3255] By: jhi                                   on 1999/04/13  09:10:26
10495         Log: From: Dan Sugalski <sugalskd@osshe.edu>
10496              To: perl5-porters@perl.org, vmsperl@perl.org
10497              Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
10498              Date: Mon, 12 Apr 1999 13:36:48 -0700
10499              Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
10500      Branch: cfgperl
10501            ! lib/ExtUtils/MM_VMS.pm
10502 ____________________________________________________________________________
10503 [  3254] By: jhi                                   on 1999/04/13  06:56:26
10504         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
10505              To: perlbug@perl.com
10506              Subject: Update for OpenBSD hints
10507              Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
10508              Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
10509      Branch: cfgperl
10510            ! hints/openbsd.sh
10511 ____________________________________________________________________________
10512 [  3229] By: chip                                  on 1999/04/13  04:04:14
10513         Log: Preserve errno from importunities of sfio.
10514      Branch: maint-5.004/perl
10515            ! pp_ctl.c util.c
10516 ____________________________________________________________________________
10517 [  3226] By: jhi                                   on 1999/04/11  12:52:26
10518         Log: If both ways to call semctl are broken,    skip the tests.
10519      Branch: cfgperl
10520            ! t/lib/ipc_sysv.t
10521 ____________________________________________________________________________
10522 [  3225] By: jhi                                   on 1999/04/10  22:27:28
10523         Log: From: Andy Dougherty <doughera@lafayette.edu>
10524              To: dsembr01@ox.slug.louisville.edu
10525              Cc: perlbug@perl.com
10526              Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
10527              Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
10528              Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
10529      Branch: cfgperl
10530            ! ext/POSIX/POSIX.xs
10531 ____________________________________________________________________________
10532 [  3224] By: jhi                                   on 1999/04/09  18:50:32
10533         Log: From: Andy Dougherty <doughera@lafayette.edu>
10534              To: Perl Porters <perl5-porters@perl.org>
10535              Subject: [PATCH 5.005_56] Re: prefix= in hints
10536              Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
10537              Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
10538              
10539              (Overrides change #3204 from Kurt)
10540      Branch: cfgperl
10541            ! hints/linux.sh
10542 ____________________________________________________________________________
10543 [  3223] By: jhi                                   on 1999/04/09  18:37:55
10544         Log: Understand Apollo's //node notation.
10545              
10546              From: Johann Klasek <jk@auto.tuwien.ac.at>
10547              To: jhi@iki.fi
10548              Subject: Re: DomainPerl
10549              Date: Fri, 9 Apr 1999 18:21:37 +0200
10550              Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
10551      Branch: cfgperl
10552            ! lib/Cwd.pm
10553 ____________________________________________________________________________
10554 [  3220] By: jhi                                   on 1999/04/04  16:33:49
10555         Log: Integrate from mainperl.
10556      Branch: cfgperl
10557           !> (integrate 39 files)
10558 ____________________________________________________________________________
10559 [  3219] By: gsar                                  on 1999/04/04  02:48:17
10560         Log: tweak previous change
10561      Branch: maint-5.005/perl
10562            ! win32/win32.c
10563 ____________________________________________________________________________
10564 [  3218] By: gsar                                  on 1999/04/04  02:44:47
10565         Log: be careful about extending the stack for the Win32:: builtins
10566      Branch: maint-5.005/perl
10567            ! win32/win32.c
10568 ____________________________________________________________________________
10569 [  3217] By: gsar                                  on 1999/04/04  01:59:26
10570         Log: correct places that said newSVpv() when they meant newSVpvn()
10571      Branch: perl
10572            ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
10573            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
10574            ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
10575            ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
10576            ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
10577            ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
10578            ! win32/win32.c
10579 ____________________________________________________________________________
10580 [  3216] By: gsar                                  on 1999/04/03  23:58:27
10581         Log: avoid duplicate code
10582      Branch: perl
10583            ! sv.c
10584 ____________________________________________________________________________
10585 [  3215] By: gsar                                  on 1999/04/03  23:14:34
10586         Log: grow PL_tmps_stack more efficiently; make it more amenable to
10587              STRESS_REALLOC testing
10588      Branch: perl
10589            ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
10590            ! sv.c
10591 ____________________________________________________________________________
10592 [  3214] By: gsar                                  on 1999/04/03  21:01:09
10593         Log: scrounge and save three extra branches in pp_entersub()
10594      Branch: perl
10595            ! cv.h pp_ctl.c pp_hot.c
10596 ____________________________________________________________________________
10597 [  3213] By: gsar                                  on 1999/04/03  17:43:23
10598         Log: remove duplicate code and an extra branch in sv_setsv() and
10599              other hot code by making SvTHINKFIRST() think about FAKE SVs
10600      Branch: perl
10601            ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
10602            ! proto.h scope.c sv.c sv.h
10603 ____________________________________________________________________________
10604 [  3212] By: jhi                                   on 1999/04/03  16:20:09
10605         Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
10606              
10607              From: John Bley <jbb6@acpub.duke.edu>
10608              To: perlbug@perl.org
10609              Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
10610              Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
10611              Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
10612      Branch: cfgperl
10613            ! doio.c pp_sys.c
10614 ____________________________________________________________________________
10615 [  3211] By: jhi                                   on 1999/04/03  13:27:26
10616         Log: Change #3210 was rather unportable.  This is better.
10617      Branch: cfgperl
10618            ! Configure config_h.SH
10619 ____________________________________________________________________________
10620 [  3210] By: jhi                                   on 1999/04/03  13:16:20
10621         Log: Avoid Digital UNIX' ksh.
10622              
10623              From: Jarkko Hietaniemi <jhi@iki.fi> 
10624              To: Henrik Tougaard <ht000@siberut.foa.dk> 
10625              Cc: perlbug@perl.com, ht000@foa.dk 
10626              Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
10627              Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET) 
10628              Message-ID: <13999.10289.319422.239987@alpha.hut.fi> 
10629      Branch: cfgperl
10630            ! Configure config_h.SH
10631 ____________________________________________________________________________
10632 [  3209] By: jhi                                   on 1999/04/03  12:49:04
10633         Log: Integrate from mainperl.
10634      Branch: cfgperl
10635           !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
10636 ____________________________________________________________________________
10637 [  3208] By: jhi                                   on 1999/04/03  12:27:24
10638         Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
10639              
10640              From: Lionel Cons <lionel.cons@cern.ch>
10641              To: jhi@iki.fi
10642              Cc: perlbug@perl.com, kstar@isinet.com,
10643              Philippe Defert <philippe.defert@cern.ch>
10644              Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
10645              Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
10646              Message-Id: <199904011205.OAA11380@mercury.cern.ch>
10647      Branch: cfgperl
10648            ! hints/irix_6.sh
10649 ____________________________________________________________________________
10650 [  3207] By: jhi                                   on 1999/04/03  12:20:21
10651         Log: Be polite about usemymalloc.
10652      Branch: cfgperl
10653            ! hints/aix.sh
10654 ____________________________________________________________________________
10655 [  3206] By: gsar                                  on 1999/04/02  23:31:59
10656         Log: a typo in change#3205
10657      Branch: perl
10658            ! t/lib/bigfloatpm.t
10659 ____________________________________________________________________________
10660 [  3205] By: gsar                                  on 1999/04/02  23:20:31
10661         Log: make testsuite reflect change#3157  (Math::BigFloat->new now
10662              returns NaNs faithfully)
10663      Branch: perl
10664            ! t/lib/bigfloatpm.t
10665 ____________________________________________________________________________
10666 [  3204] By: jhi                                   on 1999/04/02  22:03:23
10667         Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
10668              
10669              From: "Kurt D. Starsinic" <kstar@chapin.edu>
10670              To: perl5-porters@perl.org
10671              Subject: linux hints nit
10672              Date: Fri, 2 Apr 1999 16:49:47 -0500
10673              Message-ID: <19990402164947.E80926@O2.chapin.edu>
10674      Branch: cfgperl
10675            ! hints/linux.sh
10676 ____________________________________________________________________________
10677 [  3203] By: jhi                                   on 1999/04/02  22:00:56
10678         Log: Display exact glibc version in Linux. 
10679              
10680              From: Andy Dougherty <doughera@lafayette.edu>
10681              To: Perl Porters <perl5-porters@perl.org>
10682              Subject: Displaying glibc version on Linux
10683              Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
10684              Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
10685      Branch: cfgperl
10686            ! hints/linux.sh
10687 ____________________________________________________________________________
10688 [  3202] By: gsar                                  on 1999/04/02  21:23:18
10689         Log: various little goofs
10690      Branch: perl
10691            ! Changes Makefile.SH README installperl
10692 ____________________________________________________________________________
10693 [  3201] By: jhi                                   on 1999/04/02  13:13:39
10694         Log: Configure regen.
10695              
10696              Add llseek + offset_t probing.
10697              Change CONFIG to CONFIGDOTSH.
10698              'unset foo' is unportable, use foo=''.
10699      Branch: cfgperl
10700            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
10701            ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
10702            ! perl_exp.SH writemain.SH
10703 ____________________________________________________________________________
10704 [  3200] By: jhi                                   on 1999/04/02  12:06:22
10705         Log: Introduce myconfig.SH.
10706              
10707              From: Andy Dougherty <doughera@lafayette.edu>
10708              To: Jarkko Hietaniemi <jhi@iki.fi>
10709              Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
10710              Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
10711              Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
10712              Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
10713      Branch: cfgperl
10714            + myconfig.SH
10715            - myconfig
10716            ! MANIFEST
10717 ____________________________________________________________________________
10718 [  3195] By: jhi                                   on 1999/03/28  16:42:54
10719         Log: Update perlhist on 5_03.
10720      Branch: maint-5.005/perl
10721            ! pod/perlhist.pod
10722 ____________________________________________________________________________
10723 [  3194] By: jhi                                   on 1999/03/28  12:30:01
10724         Log: Integrate from mainperl.
10725      Branch: cfgperl
10726           +> t/op/grep.t
10727            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
10728            ! t/lib/bigintpm.t
10729           !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
10730           !> t/lib/thread.t
10731 ____________________________________________________________________________
10732 [  3189] By: gsar                                  on 1999/03/28  08:22:00
10733         Log: various pod niggles
10734      Branch: maint-5.005/perl
10735            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
10736            ! pod/perlfunc.pod pod/perlhist.pod
10737 ____________________________________________________________________________
10738 [  3187] By: gsar                                  on 1999/03/28  07:31:16
10739         Log: regularize CAPI declarations (CAPI extensions now build under
10740              the Borland compiler)
10741      Branch: maint-5.005/perl
10742            ! win32/GenCAPI.pl
10743 ____________________________________________________________________________
10744 [  3186] By: gsar                                  on 1999/03/28  07:26:33
10745         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
10746              -DPERL_CAPI
10747      Branch: maint-5.005/perl
10748            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
10749 ____________________________________________________________________________
10750 [  3183] By: gsar                                  on 1999/03/28  06:00:46
10751         Log: update p4 utility to ignore non-text files
10752      Branch: perl
10753            ! Porting/p4desc
10754 ____________________________________________________________________________
10755 [  3181] By: gsar                                  on 1999/03/28  03:37:23
10756         Log: integrate change#3179 from maint-5.005
10757      Branch: perl
10758           !> ext/Thread/Thread.xs t/lib/thread.t
10759 ____________________________________________________________________________
10760 [  3180] By: gsar                                  on 1999/03/28  02:28:20
10761         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
10762              (sometimes caused bizarreness in the BLOCK)
10763      Branch: perl
10764            + t/op/grep.t
10765            ! MANIFEST op.c
10766 ____________________________________________________________________________
10767 [  3179] By: gsar                                  on 1999/03/28  02:14:04
10768         Log: fix thread segfault when passing large number of arguments to child
10769              a la C<Thread->new($foo, 1..1000)>
10770      Branch: maint-5.005/perl
10771            ! ext/Thread/Thread.xs t/lib/thread.t
10772 ____________________________________________________________________________
10773 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
10774         Log: fix $Config{'usethreads'} typo in perlthrtut
10775              
10776              From: Ian Maloney <szhmf9@wsblob.ubs.com>
10777              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
10778              Message-Id: <199903251540.QAA02439@wsblob.>
10779              Subject: perlthrtut documentation error
10780      Branch: maint-5.005/perl
10781            ! pod/perlthrtut.pod
10782 ____________________________________________________________________________
10783 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
10784         Log: Update Test.pm to VERSION 1.122 from CPAN
10785      Branch: maint-5.005/perl
10786            ! lib/Test.pm
10787 ____________________________________________________________________________
10788 [  3171] By: jhi                                   on 1999/03/26  22:38:28
10789         Log: Integrate from mainperl.
10790      Branch: cfgperl
10791           !> (integrate 37 files)
10792 ____________________________________________________________________________
10793 [  3170] By: gsar                                  on 1999/03/26  01:30:25
10794         Log: specify type of bracket in "Unmatched bracket" diagnostic;
10795              prefer 'brace' or 'curly bracket' over 'curly brace'
10796      Branch: perl
10797            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
10798            ! t/op/misc.t t/op/re_tests toke.c
10799 ____________________________________________________________________________
10800 [  3169] By: gsar                                  on 1999/03/26  00:50:51
10801         Log: better description of "Integer overflow" diagnostic
10802      Branch: perl
10803            ! pod/perldiag.pod
10804 ____________________________________________________________________________
10805 [  3168] By: gsar                                  on 1999/03/25  11:02:46
10806         Log: applied needful parts of suggested patch
10807              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
10808              Date: Tue, 23 Mar 1999 16:21:43 -0800
10809              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
10810              Subject: [PATCH 5.005_56] pp_formline correction
10811      Branch: perl
10812            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
10813 ____________________________________________________________________________
10814 [  3167] By: gsar                                  on 1999/03/25  10:39:02
10815         Log: clarify what a "comment" means (due to Mark-Jason Dominus
10816              <mjd@plover.com>)
10817      Branch: perl
10818            ! pod/perlsyn.pod
10819 ____________________________________________________________________________
10820 [  3166] By: gsar                                  on 1999/03/25  10:33:18
10821         Log: describe current behavior on local($foo{nothere}) (suggested by
10822              Lionel Cons <lionel.cons@cern.ch>)
10823      Branch: perl
10824            ! pod/perlsub.pod
10825 ____________________________________________________________________________
10826 [  3165] By: gsar                                  on 1999/03/25  06:21:05
10827         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
10828              <vishalb@hotmail.com>)
10829      Branch: perl
10830            ! ext/B/B/C.pm
10831 ____________________________________________________________________________
10832 [  3164] By: gsar                                  on 1999/03/25  06:17:27
10833         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
10834              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
10835              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
10836              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
10837      Branch: perl
10838            ! ext/B/B.xs op.h opcode.pl
10839 ____________________________________________________________________________
10840 [  3163] By: gsar                                  on 1999/03/25  06:15:49
10841         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
10842              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
10843              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
10844              Subject: [PATCH _56] B::Deparse 0.57
10845              --
10846              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
10847              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
10848              Subject: Re: [PATCH _56] B::Deparse 0.57 
10849      Branch: perl
10850            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
10851 ____________________________________________________________________________
10852 [  3162] By: gsar                                  on 1999/03/25  06:11:46
10853         Log: fix a few places that said 'int', but meant 'STRLEN'
10854      Branch: perl
10855            ! pod/perlguts.pod proto.h sv.c
10856 ____________________________________________________________________________
10857 [  3161] By: gsar                                  on 1999/03/25  06:01:18
10858         Log: From: Russ Allbery <rra@stanford.edu>
10859              Date: 22 Mar 1999 04:26:26 -0800
10860              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
10861              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
10862      Branch: perl
10863            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
10864            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
10865            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
10866            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
10867 ____________________________________________________________________________
10868 [  3160] By: gsar                                  on 1999/03/25  02:26:31
10869         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
10870      Branch: perl
10871            ! opcode.h opcode.pl
10872 ____________________________________________________________________________
10873 [  3159] By: gsar                                  on 1999/03/25  02:18:17
10874         Log: add statement-modifier loops to :base_loop class
10875      Branch: perl
10876            ! ext/Opcode/Opcode.pm
10877 ____________________________________________________________________________
10878 [  3158] By: gsar                                  on 1999/03/25  00:36:57
10879         Log: integrate changes#3105,3130,3154 from maint-5.005
10880      Branch: perl
10881           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
10882 ____________________________________________________________________________
10883 [  3157] By: gsar                                  on 1999/03/25  00:24:17
10884         Log: remove bogus panic()
10885      Branch: perl
10886            ! Changes lib/Math/BigFloat.pm
10887 ____________________________________________________________________________
10888 [  3156] By: jhi                                   on 1999/03/24  22:43:43
10889         Log: Integrate from mainperl.
10890      Branch: cfgperl
10891           +> (branch 38 files)
10892           !> (integrate 68 files)
10893 ____________________________________________________________________________
10894 [  3155] By: jhi                                   on 1999/03/24  22:12:17
10895         Log: Configure regenerated because of changes #3130/#3154 and #3147.
10896      Branch: cfgperl
10897            ! Configure config_h.SH
10898 ____________________________________________________________________________
10899 [  3154] By: jhi                                   on 1999/03/24  21:40:51
10900         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
10901              based on suggestions from Andy Dougherty.
10902      Branch: maint-5.005/perl
10903            ! INSTALL
10904 ____________________________________________________________________________
10905 [  3153] By: gsar                                  on 1999/03/24  10:38:05
10906         Log: applied suggested patch, modulo superceded parts
10907              From: Charles Bailey <BAILEY@newman.upenn.edu>
10908              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
10909              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
10910              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
10911      Branch: perl
10912            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
10913            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
10914            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
10915            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
10916 ____________________________________________________________________________
10917 [  3152] By: gsar                                  on 1999/03/24  10:30:51
10918         Log: applied suggested patch, modulo superceded parts
10919              From: Charles Bailey <BAILEY@newman.upenn.edu>
10920              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
10921              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
10922              Subject: [PATCH 5.005_56] Miscellaneous small fixes
10923      Branch: perl
10924            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
10925            ! lib/File/Basename.pm
10926 ____________________________________________________________________________
10927 [  3151] By: gsar                                  on 1999/03/24  10:15:00
10928         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
10929      Branch: perl
10930            ! pod/perlop.pod
10931 ____________________________________________________________________________
10932 [  3150] By: gsar                                  on 1999/03/24  10:09:13
10933         Log: missing integration in previous change
10934      Branch: perl
10935           !> README.apollo
10936 ____________________________________________________________________________
10937 [  3149] By: gsar                                  on 1999/03/24  10:06:44
10938         Log: integrate changes#3116,3119 from maint-5.005
10939      Branch: perl
10940            + README.apollo
10941           +> apollo/netinet/in.h
10942           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
10943 ____________________________________________________________________________
10944 [  3148] By: gsar                                  on 1999/03/24  10:01:56
10945         Log: integrate changes#3091-3094 from maint-5.005
10946      Branch: perl
10947           !> README.hurd vms/subconfigure.com vos/config.h
10948           !> vos/config_h.SH_orig
10949 ____________________________________________________________________________
10950 [  3147] By: gsar                                  on 1999/03/24  09:31:49
10951         Log: warn about newfangled vfork() caveats
10952      Branch: perl
10953            ! Configure
10954 ____________________________________________________________________________
10955 [  3146] By: jhi                                   on 1999/03/24  09:20:14
10956         Log: Bring in changes #2808 and #2812 (from mainline perl)
10957              that enhance the perlbug checklist.
10958      Branch: maint-5.005/perl
10959            ! utils/perlbug.PL
10960 ____________________________________________________________________________
10961 [  3145] By: gsar                                  on 1999/03/24  08:37:02
10962         Log: integrate change#3115 from maint-5.005
10963      Branch: perl
10964           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
10965           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
10966 ____________________________________________________________________________
10967 [  3144] By: gsar                                  on 1999/03/24  08:33:59
10968         Log: add note about map in scalar context
10969      Branch: perl
10970            ! pod/perlfunc.pod
10971 ____________________________________________________________________________
10972 [  3143] By: gsar                                  on 1999/03/24  08:25:59
10973         Log: doc tweak
10974      Branch: perl
10975            ! lib/Time/Local.pm
10976 ____________________________________________________________________________
10977 [  3142] By: gsar                                  on 1999/03/24  08:20:37
10978         Log: applied suggested patch, modulo bogus hunk
10979              From: "Vishal Bhatia" <vishalb@hotmail.com>
10980              Date: Thu, 11 Mar 1999 07:40:27 PST
10981              Message-ID: <19990311154027.25891.qmail@hotmail.com>
10982              Subject: [PATCH 5.005_56] Minor fixes in perlcc
10983      Branch: perl
10984            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
10985 ____________________________________________________________________________
10986 [  3141] By: gsar                                  on 1999/03/24  08:06:12
10987         Log: integrate change#3104 from maint-5.005
10988      Branch: perl
10989           !> README.os390 t/lib/posix.t
10990 ____________________________________________________________________________
10991 [  3140] By: gsar                                  on 1999/03/24  06:34:56
10992         Log: fix failure of C<&locked_sub;> under -Dusethreads
10993      Branch: perl
10994            ! pp_hot.c t/lib/thread.t
10995 ____________________________________________________________________________
10996 [  3139] By: gsar                                  on 1999/03/24  05:52:00
10997         Log: debugger tweak (wasn't printing a newline after recalled commands)
10998      Branch: perl
10999            ! lib/perl5db.pl
11000 ____________________________________________________________________________
11001 [  3138] By: gsar                                  on 1999/03/24  05:33:28
11002         Log: document OO exceptions (based on a suggestion by Andreas Koenig
11003              <andreas.koenig@anima.de>)
11004      Branch: perl
11005            ! pod/perlfunc.pod
11006 ____________________________________________________________________________
11007 [  3137] By: gsar                                  on 1999/03/24  02:50:20
11008         Log: better "Illegal %s digit ignored" warnings
11009      Branch: perl
11010            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
11011            ! toke.c util.c
11012 ____________________________________________________________________________
11013 [  3136] By: gsar                                  on 1999/03/24  02:26:38
11014         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
11015      Branch: perl
11016            + t/pragma/utf8.t
11017            ! regcomp.c
11018 ____________________________________________________________________________
11019 [  3135] By: gsar                                  on 1999/03/24  01:29:09
11020         Log: flip release & version in win32_uname()
11021      Branch: perl
11022            ! win32/win32.c
11023 ____________________________________________________________________________
11024 [  3134] By: gsar                                  on 1999/03/24  01:08:33
11025         Log: support POSIX::uname() via win32_uname()
11026      Branch: perl
11027            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
11028            ! win32/config.gc win32/config.vc win32/config_H.bc
11029            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
11030            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
11031 ____________________________________________________________________________
11032 [  3133] By: gsar                                  on 1999/03/23  22:20:10
11033         Log: From: jan.dubois@ibm.net (Jan Dubois)
11034              Date: Sat, 06 Mar 1999 21:42:56 +0100
11035              Message-ID: <36e49281.50337171@smtp1.ibm.net>
11036              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
11037      Branch: perl
11038            ! pod/perldelta.pod
11039 ____________________________________________________________________________
11040 [  3132] By: gsar                                  on 1999/03/23  22:17:45
11041         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
11042              Date: Sat, 06 Mar 1999 17:50:49 +0100
11043              Message-ID: <36e25209.33833760@smtp1.ibm.net>
11044              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
11045              --
11046              Date: Sat, 06 Mar 1999 18:15:00 +0100
11047              Message-ID: <36e36222.37954195@smtp1.ibm.net>
11048              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
11049      Branch: perl
11050            + t/lib/filefunc.t
11051            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
11052            ! pod/perldelta.pod pod/perlmodlib.pod
11053 ____________________________________________________________________________
11054 [  3131] By: gsar                                  on 1999/03/23  22:07:59
11055         Log: integrate cfgperl changes into mainline
11056      Branch: perl
11057           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
11058           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
11059           !> installperl malloc.c perl.c perl.h pod/perl.pod
11060           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
11061 ____________________________________________________________________________
11062 [  3130] By: jhi                                   on 1999/03/23  22:02:23
11063         Log: Don't use config.msg to remind about the
11064              LD_LIBRARY_PATH because Makefile.SH takes
11065              care of that.
11066              
11067              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
11068              This used to be the default but in some MT or another it
11069              was dropped because of some transient error or another.
11070      Branch: maint-5.005/perl
11071            ! Configure hints/dec_osf.sh
11072 ____________________________________________________________________________
11073 [  3129] By: gsar                                  on 1999/03/23  21:38:03
11074         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
11075              to size    and better maintainability)
11076      Branch: perl
11077            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
11078            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
11079            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
11080            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
11081            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
11082            + t/pod/include.xr t/pod/included.t t/pod/included.xr
11083            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
11084            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
11085            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
11086            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
11087            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
11088            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
11089            ! win32/Makefile win32/makefile.mk win32/pod.mak
11090 ____________________________________________________________________________
11091 [  3128] By: jhi                                   on 1999/03/23  10:14:54
11092         Log: Integrate from mainperl.
11093      Branch: cfgperl
11094           !> (integrate 46 files)
11095 ____________________________________________________________________________
11096 [  3127] By: gsar                                  on 1999/03/23  06:57:30
11097         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
11098              Date: Thu, 4 Mar 1999 10:54:01 -0800
11099              Message-Id: <9903041854.AA46868@frc0000>
11100              Subject: patch for useless Math::BigInt warnings
11101      Branch: perl
11102            ! lib/Math/BigInt.pm
11103 ____________________________________________________________________________
11104 [  3126] By: gsar                                  on 1999/03/23  05:54:37
11105         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
11106              From: "Kurt D. Starsinic" <kstar@chapin.edu>
11107              Date: Fri, 19 Feb 1999 15:47:59 -0500
11108              Message-ID: <19990219154759.A32350@O2.chapin.edu>
11109              Subject: [PATCH] OSF/1 hints
11110      Branch: perl
11111            ! hints/dec_osf.sh
11112 ____________________________________________________________________________
11113 [  3125] By: gsar                                  on 1999/03/23  00:56:38
11114         Log: avoid typeglob persistence in pp_readline()
11115      Branch: perl
11116            ! sv.c t/op/gv.t
11117 ____________________________________________________________________________
11118 [  3124] By: gsar                                  on 1999/03/22  21:12:23
11119         Log: update copyright years
11120      Branch: perl
11121            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
11122            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
11123            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
11124            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
11125            ! sv.c sv.h toke.c utf8.c utf8.h util.c
11126 ____________________________________________________________________________
11127 [  3123] By: gsar                                  on 1999/03/22  07:07:06
11128         Log: implement win32_spawnvp() internally, making it return true PIDs
11129              for asynchronous spawns; fix win32_kill() to always deal with
11130              PIDs
11131      Branch: perl
11132            ! win32/win32.c win32/win32.h
11133 ____________________________________________________________________________
11134 [  3122] By: jhi                                   on 1999/03/19  21:12:14
11135         Log: Describe the new Benchmark feature in more detail.
11136      Branch: cfgperl
11137            ! pod/perldelta.pod
11138      Branch: maint-5.005/perl
11139            ! pod/perldelta.pod
11140 ____________________________________________________________________________
11141 [  3121] By: jhi                                   on 1999/03/19  08:16:12
11142         Log: AVAILABILITY tuning.
11143      Branch: cfgperl
11144            ! pod/perl.pod
11145      Branch: maint-5.005/perl
11146            ! pod/perl.pod
11147 ____________________________________________________________________________
11148 [  3120] By: jhi                                   on 1999/03/17  14:52:17
11149         Log: Rhapsody change assumed too much.
11150      Branch: cfgperl
11151            ! t/op/stat.t
11152 ____________________________________________________________________________
11153 [  3119] By: jhi                                   on 1999/03/17  14:33:43
11154         Log: More Apollo fixes.
11155      Branch: maint-5.005/perl
11156            ! README.apollo hints/apollo.sh t/lib/io_udp.t
11157 ____________________________________________________________________________
11158 [  3118] By: jhi                                   on 1999/03/16  17:23:39
11159         Log: Nada.
11160      Branch: maint-5.005/perl
11161            ! README.apollo
11162 ____________________________________________________________________________
11163 [  3117] By: jhi                                   on 1999/03/16  17:18:49
11164         Log: Apollo DomainOS AVAILABILITY.
11165      Branch: cfgperl
11166            ! pod/perl.pod
11167      Branch: maint-5.005/perl
11168            ! pod/perl.pod
11169 ____________________________________________________________________________
11170 [  3116] By: jhi                                   on 1999/03/16  17:14:00
11171         Log: Apollo DomainOS patch
11172              From: Johann Klasek <jk@auto.tuwien.ac.at>
11173              Subject: Re: DomainPerl
11174              Date: Tue, 16 Mar 1999 17:46:32 +0100
11175              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
11176      Branch: maint-5.005/perl
11177            + README.apollo apollo/netinet/in.h
11178            ! MANIFEST hints/apollo.sh
11179 ____________________________________________________________________________
11180 [  3115] By: jhi                                   on 1999/03/16  14:23:54
11181         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
11182              To: Gurusamy Sarathy <gsar@activestate.com>,
11183              Graham Barr <gbarr@pobox.com>
11184              Cc: Perl5 Porters <perl5-porters@perl.org>,
11185              "Paul.Marquess" <Paul.Marquess@btinternet.com>
11186              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
11187              Date: Sun, 14 Mar 1999 14:43:57 -0000
11188              Message-Id: <199903141841.NAA17040@defender.perl.org>
11189      Branch: maint-5.005/perl
11190            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
11191            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
11192 ____________________________________________________________________________
11193 [  3114] By: jhi                                   on 1999/03/16  12:42:20
11194         Log: Mention Rhapsody in 5.005_5X perldelta,
11195              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
11196              *planned* AVAILABILITY.
11197      Branch: cfgperl
11198            ! pod/perl.pod pod/perldelta.pod
11199      Branch: maint-5.005/perl
11200            ! pod/perl.pod
11201 ____________________________________________________________________________
11202 [  3113] By: jhi                                   on 1999/03/16  10:38:53
11203         Log: perldelta niggling.
11204      Branch: cfgperl
11205            ! pod/perldelta.pod
11206      Branch: maint-5.005/perl
11207            ! pod/perldelta.pod
11208 ____________________________________________________________________________
11209 [  3112] By: jhi                                   on 1999/03/16  10:35:21
11210         Log: Integrate from mainperl.
11211      Branch: cfgperl
11212           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
11213           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
11214 ____________________________________________________________________________
11215 [  3111] By: jhi                                   on 1999/03/16  10:28:10
11216         Log: AVAILABILITY update: still mention PowerUX,
11217              Novell Netware now has sources available.
11218      Branch: cfgperl
11219            ! pod/perl.pod
11220      Branch: maint-5.005/perl
11221            ! pod/perl.pod
11222 ____________________________________________________________________________
11223 [  3110] By: gsar                                  on 1999/03/16  04:34:23
11224         Log: sundry pod niggles
11225      Branch: perl
11226            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
11227            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
11228 ____________________________________________________________________________
11229 [  3109] By: jhi                                   on 1999/03/15  17:00:11
11230         Log: Integrate from mainperl.
11231      Branch: cfgperl
11232           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
11233           +> lib/unicode/Is/Syllable.pl
11234           +> lib/unicode/MakeEthiopicSyllables.PL
11235           +> lib/unicode/README.Ethiopic
11236           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
11237           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
11238           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
11239           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
11240           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
11241           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
11242           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
11243           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
11244 ____________________________________________________________________________
11245 [  3108] By: jhi                                   on 1999/03/15  16:58:12
11246         Log: First pass of integrating the Rhapsody port,
11247              
11248              From: Wilfredo Sanchez <wsanchez@apple.com> 
11249              Subject: Keeping the world in sync.
11250              Reply-To: wsanchez@apple.com 
11251              To: perlbug@perl.com 
11252              Date: Fri, 13 Nov 1998 17:11:30 -0800 
11253              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
11254      Branch: cfgperl
11255            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
11256            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
11257            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
11258            ! x2p/util.c
11259 ____________________________________________________________________________
11260 [  3107] By: gsar                                  on 1999/03/15  03:22:10
11261         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
11262              From: Daniel Yacob <dmulholl@cs.indiana.edu>
11263              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
11264              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
11265              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
11266      Branch: perl
11267            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
11268            + lib/unicode/Is/Syllable.pl
11269            + lib/unicode/MakeEthiopicSyllables.PL
11270            + lib/unicode/README.Ethiopic
11271            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
11272            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
11273            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
11274            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
11275            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
11276            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
11277            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
11278            ! lib/unicode/Name.pl lib/unicode/Number.pl
11279 ____________________________________________________________________________
11280 [  3106] By: gsar                                  on 1999/03/12  20:35:36
11281         Log: change#3067 failed package.t due to needless creation of $a and $b;
11282              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
11283      Branch: perl
11284            ! op.c
11285 ____________________________________________________________________________
11286 [  3105] By: jhi                                   on 1999/03/12  15:54:57
11287         Log: Recognize the NetBSD packages collection.
11288      Branch: maint-5.005/perl
11289            ! hints/netbsd.sh
11290 ____________________________________________________________________________
11291 [  3104] By: jhi                                   on 1999/03/12  09:07:04
11292         Log: From: pvhp@forte.com (Peter Prymmer)
11293              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
11294              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
11295              Date: Thu, 11 Mar 99 14:24:54 PST
11296              Message-Id: <9903112224.AA24346@forte.com>
11297      Branch: maint-5.005/perl
11298            ! README.os390 t/lib/posix.t
11299 ____________________________________________________________________________
11300 [  3103] By: jhi                                   on 1999/03/10  11:07:46
11301         Log: Integrate from mainperl.
11302      Branch: cfgperl
11303           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
11304           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
11305           !> t/pragma/warn/1global toke.c win32/makedef.pl
11306 ____________________________________________________________________________
11307 [  3102] By: jhi                                   on 1999/03/10  11:01:20
11308         Log: From: pvhp@forte.com (Peter Prymmer)
11309              To: perl5-porters@perl.org
11310              Subject: [5.005_03-MT6]Patch: time passes
11311              Date: Tue, 9 Mar 99 18:42:17 PST
11312              Message-Id: <9903100242.AA29057@forte.com>
11313      Branch: maint-5.005/perl
11314            ! perl.c
11315 ____________________________________________________________________________
11316 [  3101] By: jhi                                   on 1999/03/10  10:30:15
11317         Log: From: Mark-Jason Dominus <mjd@plover.com>
11318              To: perl5-porters@perl.com
11319              Subject: Minor fix to perlfunc.pod
11320              Date: Mon, 08 Mar 1999 20:05:53 -0500
11321              Message-ID: <19990309010553.13757.qmail@plover.com>
11322      Branch: maint-5.005/perl
11323            ! pod/perlfunc.pod
11324 ____________________________________________________________________________
11325 [  3100] By: gsar                                  on 1999/03/09  23:04:44
11326         Log: change#3060 had the wrong quotes
11327      Branch: perl
11328            ! pod/pod2man.PL
11329 ____________________________________________________________________________
11330 [  3099] By: jhi                                   on 1999/03/09  12:52:21
11331         Log: d_uname was broken (probably since _53), reported by
11332              
11333              From: Alan Burlison <Alan.Burlison@uk.sun.com>
11334              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
11335              cpan-testers@perl.org
11336              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
11337              Date: Mon, 08 Mar 1999 13:22:31 +0000
11338              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
11339              
11340              and
11341              
11342              From: lvirden@cas.org (Larry W. Virden)
11343              To: perlbug@perl.com
11344              Subject: configure not correctly identifying uname posix compatibility
11345              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
11346              Message-Id: <199903081136.GAA23682@cas.org>
11347      Branch: cfgperl
11348            ! Configure config_h.SH
11349 ____________________________________________________________________________
11350 [  3098] By: gsar                                  on 1999/03/09  03:16:07
11351         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
11352      Branch: perl
11353            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
11354 ____________________________________________________________________________
11355 [  3097] By: gsar                                  on 1999/03/09  02:50:43
11356         Log: use yyerror() instead of croak() so that compile-time failures in
11357              my(LIST) don't confuse globals with lexicals
11358      Branch: perl
11359            ! op.c toke.c
11360 ____________________________________________________________________________
11361 [  3096] By: gsar                                  on 1999/03/09  02:47:36
11362         Log: adjust testsuite for change#3067
11363      Branch: perl
11364            ! t/pragma/warn/1global
11365 ____________________________________________________________________________
11366 [  3095] By: gsar                                  on 1999/03/08  21:04:48
11367         Log: remove bogus symbols from global.sym
11368      Branch: perl
11369            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
11370            ! perl.h win32/makedef.pl
11371 ____________________________________________________________________________
11372 [  3094] By: jhi                                   on 1999/03/06  16:16:15
11373         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
11374              To: jhi@iki.fi
11375              Subject: Oops
11376              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
11377              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
11378      Branch: maint-5.005/perl
11379            ! README.hurd
11380 ____________________________________________________________________________
11381 [  3093] By: jhi                                   on 1999/03/06  15:59:46
11382         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
11383              To: jhi@iki.fi
11384              Subject: New Hurd README
11385              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
11386              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
11387      Branch: maint-5.005/perl
11388            ! README.hurd
11389 ____________________________________________________________________________
11390 [  3092] By: jhi                                   on 1999/03/06  12:52:06
11391         Log: From: Paul_Green@stratus.com
11392              To: perl5-porters@perl.org
11393              Cc: jhi@iki.fi, Paul_Green@stratus.com
11394              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
11395              Date: Fri, 5 Mar 1999 18:08:49 -0500 
11396              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
11397      Branch: maint-5.005/perl
11398            ! vos/config.h vos/config_h.SH_orig
11399 ____________________________________________________________________________
11400 [  3091] By: jhi                                   on 1999/03/06  12:42:21
11401         Log: From: Dan Sugalski <sugalskd@osshe.edu>
11402              To: perl5-porters@perl.org, vmsperl@perl.org
11403              Subject: [PATCH 5.005_03-MT6]VMS build patch
11404              Date: Fri, 05 Mar 1999 12:36:19 -0800
11405              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
11406      Branch: maint-5.005/perl
11407            ! vms/subconfigure.com
11408 ____________________________________________________________________________
11409 [  3090] By: gsar                                  on 1999/03/06  04:40:03
11410         Log: integrate change#3089 from mainline
11411              
11412              tolerate CRs after options
11413      Branch: maint-5.005/perl
11414           !> perl.c
11415 ____________________________________________________________________________
11416 [  3089] By: gsar                                  on 1999/03/06  04:30:40
11417         Log: tolerate CRs after options
11418      Branch: perl
11419            ! perl.c
11420 ____________________________________________________________________________
11421 [  3088] By: jhi                                   on 1999/03/05  12:49:01
11422         Log: Integrate from mainperl.
11423      Branch: cfgperl
11424           +> README.hurd
11425           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
11426 ____________________________________________________________________________
11427 [  3087] By: gsar                                  on 1999/03/05  06:41:16
11428         Log: adjust timeouts to accomodate slow/busy systems
11429      Branch: perl
11430            ! t/lib/io_sock.t
11431 ____________________________________________________________________________
11432 [  3083] By: gsar                                  on 1999/03/05  01:32:47
11433         Log: integrate change#3081 from maint-5.005
11434      Branch: perl
11435           !> ext/Errno/Errno_pm.PL
11436 ____________________________________________________________________________
11437 [  3082] By: gsar                                  on 1999/03/05  01:31:06
11438         Log: integrate change#2904 from maint-5.005
11439      Branch: perl
11440           +> README.hurd
11441           !> MANIFEST
11442 ____________________________________________________________________________
11443 [  3081] By: gsar                                  on 1999/03/05  00:14:33
11444         Log: protect against doubled backslashes
11445      Branch: maint-5.005/perl
11446            ! ext/Errno/Errno_pm.PL
11447 ____________________________________________________________________________
11448 [  3077] By: jhi                                   on 1999/03/04  08:10:13
11449         Log: Integrate from mainperl.
11450      Branch: cfgperl
11451           +> ext/B/B/Stash.pm
11452           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
11453           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
11454           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
11455           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
11456 ____________________________________________________________________________
11457 [  3076] By: jhi                                   on 1999/03/04  08:07:59
11458         Log: Regen config_h.SH once more because of *size, 
11459              noticed by
11460              
11461              From: Hans Mulder <hansm@icgned.icgroup.nl>
11462              To: Jarkko Hietaniemi <jhi@iki.fi>
11463              Cc: perl5-porters@perl.org
11464              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
11465              Date: Thu,  4 Mar 99 00:10:45 +0100
11466              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
11467      Branch: cfgperl
11468            ! Configure config_h.SH
11469 ____________________________________________________________________________
11470 [  3068] By: gsar                                  on 1999/03/04  05:48:03
11471         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
11472              Date: Thu,  4 Mar 99 00:10:45 +0100
11473              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
11474              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
11475      Branch: perl
11476            ! config_h.SH
11477 ____________________________________________________________________________
11478 [  3067] By: gsar                                  on 1999/03/04  05:44:32
11479         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
11480              From: Graham Barr <gbarr@ti.com>
11481              Date: Wed, 3 Mar 1999 17:23:56 -0600
11482              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
11483              Subject: Re: 'use strict' doesn't work for one-letter variables
11484      Branch: perl
11485            ! gv.c op.c
11486 ____________________________________________________________________________
11487 [  3066] By: gsar                                  on 1999/03/04  05:20:50
11488         Log: updates to compiler modules
11489              From: "Vishal Bhatia" <vishalb@hotmail.com>
11490              Date: Tue, 02 Mar 1999 23:27:25 PST
11491              Message-ID: <19990303072725.779.qmail@hotmail.com>
11492              Subject: PATCH 5.005_56 + Test procedure
11493      Branch: perl
11494            + ext/B/B/Stash.pm
11495            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
11496            ! lib/Test/Harness.pm utils/perlcc.PL
11497 ____________________________________________________________________________
11498 [  3065] By: gsar                                  on 1999/03/04  05:03:30
11499         Log: more s/s_/s!/ etc.
11500      Branch: perl
11501            ! pod/perldelta.pod pod/perlfunc.pod
11502 ____________________________________________________________________________
11503 [  3064] By: gsar                                  on 1999/03/04  04:50:45
11504         Log: integrate cfgperl contents into mainline
11505      Branch: perl
11506           !> Configure README.vms bytecode.h config_h.SH configure.com
11507           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
11508           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
11509           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
11510 ____________________________________________________________________________
11511 [  3063] By: gsar                                  on 1999/03/04  04:44:13
11512         Log: HP-UX has yet another spelling for /NaNQ?/
11513      Branch: perl
11514            ! t/lib/bigfloatpm.t
11515 ____________________________________________________________________________
11516 [  3062] By: gsar                                  on 1999/03/04  04:36:08
11517         Log: error-check for accept() test
11518      Branch: perl
11519            ! t/lib/io_sock.t
11520 ____________________________________________________________________________
11521 [  3061] By: gsar                                  on 1999/03/04  03:40:25
11522         Log: allow custom comparison function in File::Compare::compare_text()
11523              From: jan.dubois@ibm.net (Jan Dubois)
11524              Date: Fri, 26 Feb 1999 21:56:09 +0100
11525              Message-ID: <36db0838.8805651@smtp1.ibm.net>
11526              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
11527      Branch: perl
11528            ! lib/File/Compare.pm
11529 ____________________________________________________________________________
11530 [  3060] By: gsar                                  on 1999/03/04  03:37:38
11531         Log: better version of change#3038
11532              From: abigail@fnx.com
11533              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
11534              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
11535              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
11536      Branch: perl
11537            ! pod/pod2man.PL
11538 ____________________________________________________________________________
11539 [  3058] By: jhi                                   on 1999/03/03  22:30:40
11540         Log: Configure regen to
11541              (1) match maint-5.005 patches #3056 and #3057
11542              (2) better version of PHOSTNAME of #3050
11543              (3) the crosscompile/multiarch config_h.SH trouble solved for now
11544      Branch: cfgperl
11545            ! Configure config_h.SH
11546 ____________________________________________________________________________
11547 [  3054] By: jhi                                   on 1999/03/03  09:57:59
11548         Log: Change #3053 missed perldelta.
11549      Branch: cfgperl
11550            ! pod/perldelta.pod
11551 ____________________________________________________________________________
11552 [  3053] By: jhi                                   on 1999/03/03  08:29:43
11553         Log: Use '!' to mark native integer packings instead of '_'.
11554      Branch: cfgperl
11555            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
11556 ____________________________________________________________________________
11557 [  3052] By: jhi                                   on 1999/03/02  23:12:36
11558         Log: The HP-UX threads patch (change #3028) is needed also here.
11559      Branch: cfgperl
11560            ! hints/hpux.sh thread.h
11561 ____________________________________________________________________________
11562 [  3051] By: jhi                                   on 1999/03/02  08:24:52
11563         Log: From: Dan Sugalski <sugalskd@osshe.edu>
11564              To: perl5-porters@perl.org, vmsperl@perl.org
11565              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
11566              Date: Mon, 01 Mar 1999 16:10:57 -0800
11567              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
11568      Branch: cfgperl
11569            ! README.vms
11570      Branch: maint-5.005/perl
11571            ! README.vms
11572 ____________________________________________________________________________
11573 [  3050] By: jhi                                   on 1999/03/02  08:22:29
11574         Log: From: Dan Sugalski <sugalskd@osshe.edu>
11575              To: perl5-porters@perl.org, vmsperl@perl.org
11576              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
11577              Date: Mon, 01 Mar 1999 16:06:29 -0800
11578              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
11579              
11580              From: Dan Sugalski <sugalskd@osshe.edu>
11581              To: perl5-porters@perl.org, vmsperl@perl.org
11582              Subject: [PATCH 5.005_56]vmsish.pm patch
11583              Date: Mon, 01 Mar 1999 20:19:04 -0800
11584              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
11585              
11586              plus Configure regen containing a "solution" to the
11587              crosscompile/multiarch problem.
11588      Branch: cfgperl
11589            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
11590            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
11591 ____________________________________________________________________________
11592 [  3049] By: jhi                                   on 1999/03/02  07:34:21
11593         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
11594              To: perl5-porters@perl.org
11595              Subject: [PATCH] Eliminate (valid) warning in byterun.c
11596              Date: Mon, 01 Mar 1999 17:27:59 -0500
11597              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
11598      Branch: cfgperl
11599            ! bytecode.h
11600      Branch: maint-5.005/perl
11601            ! bytecode.h
11602 ____________________________________________________________________________
11603 [  3048] By: gsar                                  on 1999/03/02  06:41:21
11604         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
11605      Branch: perl
11606            ! MANIFEST README.hpux
11607 ____________________________________________________________________________
11608 [  3047] By: jhi                                   on 1999/03/01  06:34:43
11609         Log: Integrate from mainperl.
11610      Branch: cfgperl
11611           +> README.hpux lib/File/Spec/Functions.pm
11612           !> (integrate 28 files)
11613 ____________________________________________________________________________
11614 [  3046] By: gsar                                  on 1999/03/01  05:34:28
11615         Log: this is 5.005_56
11616      Branch: perl
11617            ! Changes
11618
11619 ----------------
11620 Version 5.005_56
11621 ----------------
11622
11623 ____________________________________________________________________________
11624 [  3045] By: gsar                                  on 1999/03/01  03:32:30
11625         Log: destroy PL_svref_mutex in perl_destruct()
11626      Branch: perl
11627            ! perl.c
11628 ____________________________________________________________________________
11629 [  3044] By: gsar                                  on 1999/03/01  00:38:50
11630         Log: up patchlevel &c.
11631      Branch: perl
11632            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
11633            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11634            ! win32/makefile.mk
11635 ____________________________________________________________________________
11636 [  3043] By: gsar                                  on 1999/03/01  00:14:15
11637         Log: integrate cfgperl contents into mainline
11638      Branch: perl
11639            ! pod/perldelta.pod
11640           !> Configure config_h.SH
11641 ____________________________________________________________________________
11642 [  3042] By: gsar                                  on 1999/02/28  23:55:08
11643         Log: slightly edited version of suggested patch
11644              From: jan.dubois@ibm.net (Jan Dubois)
11645              Date: Mon, 01 Mar 1999 00:32:05 +0100
11646              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
11647              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
11648      Branch: perl
11649            + lib/File/Spec/Functions.pm
11650            ! MANIFEST lib/File/Spec.pm
11651 ____________________________________________________________________________
11652 [  3041] By: gsar                                  on 1999/02/28  22:47:19
11653         Log: fix subtle bug in eval'' testsuite
11654      Branch: perl
11655            ! t/op/eval.t
11656 ____________________________________________________________________________
11657 [  3040] By: gsar                                  on 1999/02/28  22:46:24
11658         Log: avoid literal control characters in change#3039
11659      Branch: perl
11660            ! t/base/lex.t
11661 ____________________________________________________________________________
11662 [  3039] By: gsar                                  on 1999/02/28  21:47:18
11663         Log: todo item: permit extended control variables a la ${^Foo} (patch
11664              courtesy Mark-Jason Dominus <mjd@plover.com>)
11665      Branch: perl
11666            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
11667            ! t/base/lex.t toke.c
11668 ____________________________________________________________________________
11669 [  3038] By: gsar                                  on 1999/02/28  21:21:05
11670         Log: From: abigail@fnx.com
11671              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
11672              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
11673              Subject: Recognize -> and => inside [A-Z]<> sequences.
11674      Branch: perl
11675            ! pod/pod2man.PL
11676 ____________________________________________________________________________
11677 [  3037] By: gsar                                  on 1999/02/28  21:12:22
11678         Log: fix longstanding bug: searches for lexicals originating within eval''
11679              weren't stopping at the subroutine boundary correctly
11680      Branch: perl
11681            ! op.c proto.h t/op/eval.t
11682 ____________________________________________________________________________
11683 [  3036] By: gsar                                  on 1999/02/28  20:02:29
11684         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
11685              as stacked list values
11686              From: jan.dubois@ibm.net (Jan Dubois)
11687              Date: Sat, 27 Feb 1999 18:24:17 +0100
11688              Message-ID: <36e22849.36531259@smtp1.ibm.net>
11689              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
11690      Branch: perl
11691            ! win32/win32.c
11692 ____________________________________________________________________________
11693 [  3035] By: gsar                                  on 1999/02/28  19:48:54
11694         Log: remove superfluous stack_sp decl
11695      Branch: perl
11696            ! jpl/JNI/JNI.xs
11697 ____________________________________________________________________________
11698 [  3034] By: gsar                                  on 1999/02/28  19:34:58
11699         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
11700      Branch: perl
11701            ! lib/Getopt/Std.pm
11702 ____________________________________________________________________________
11703 [  3033] By: gsar                                  on 1999/02/28  19:23:41
11704         Log: add File::Compare::compare_text()
11705              From: jan.dubois@ibm.net (Jan Dubois)
11706              Date: Fri, 26 Feb 1999 00:20:41 +0100
11707              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
11708              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
11709      Branch: perl
11710            ! lib/File/Compare.pm pod/perltodo.pod
11711 ____________________________________________________________________________
11712 [  3032] By: gsar                                  on 1999/02/28  19:01:33
11713         Log: add README.hpux
11714      Branch: perl
11715            + README.hpux
11716            ! MAINTAIN MANIFEST
11717 ____________________________________________________________________________
11718 [  3031] By: gsar                                  on 1999/02/28  18:49:08
11719         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
11720              James Cromie <jcromie@fossil.uswc.uswest.com>
11721      Branch: perl
11722            ! lib/Pod/Html.pm
11723 ____________________________________________________________________________
11724 [  3030] By: gsar                                  on 1999/02/28  18:35:09
11725         Log: From: jan.dubois@ibm.net (Jan Dubois)
11726              Date: Wed, 24 Feb 1999 22:34:56 +0100
11727              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
11728              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
11729      Branch: perl
11730            ! lib/Test/Harness.pm
11731 ____________________________________________________________________________
11732 [  3029] By: gsar                                  on 1999/02/28  18:28:18
11733         Log: add note about env pollution
11734      Branch: perl
11735            ! INSTALL pod/perltodo.pod
11736 ____________________________________________________________________________
11737 [  3028] By: jhi                                   on 1999/02/26  14:40:00
11738         Log: HP-UX 11 threads.
11739              
11740              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
11741              To: perl5-porters@perl.org
11742              Cc: jhi@cc.hut.fi
11743              Subject: Maint 5 and _54 with threading on HP-UX 11.00
11744              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
11745              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
11746              
11747              NOTE from jhi: the hpux hints could still be more robust by
11748              disabling gdbm when necessary.
11749              
11750              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
11751              linking -lgdbm -lpthread creates an executable that instantly
11752              core dumps on a pthreads internal panic:
11753              
11754              ./gdpt
11755              
11756              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
11757              Return Pointer is 0xc082bf33
11758              17639 quit (core dumped)  ./gdpt
11759              
11760              You don't have to *use* either gdbm or pthreads in the executable,
11761              just linking them together is enough.  Workaround is to recompile
11762              the GDBM under HP-UX 11, that makes the problem go away.
11763      Branch: maint-5.005/perl
11764            ! hints/hpux.sh thread.h
11765 ____________________________________________________________________________
11766 [  3025] By: jhi                                   on 1999/02/25  20:41:07
11767         Log: Temporary workaround for the config_h.SH versus
11768              crosscompile and multiarch plus introduce 'rt'
11769              to $libswanted: in UNIX98 sched_yield() lives there.
11770      Branch: cfgperl
11771            ! Configure config_h.SH
11772 ____________________________________________________________________________
11773 [  3024] By: jhi                                   on 1999/02/24  12:54:59
11774         Log: Integrate from mainperl.
11775      Branch: cfgperl
11776           +> t/lib/fatal.t
11777           !> (integrate 44 files)
11778 ____________________________________________________________________________
11779 [  3023] By: gsar                                  on 1999/02/24  07:02:12
11780         Log: integrate cfgperl contents
11781      Branch: perl
11782           !> (integrate 30 files)
11783 ____________________________________________________________________________
11784 [  3022] By: gsar                                  on 1999/02/24  05:59:47
11785         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
11786              Date: 23 Feb 1999 17:53:22 -0700
11787              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
11788              Subject: [PATCH: _55] perldoc -q broken
11789      Branch: perl
11790            ! utils/perldoc.PL
11791 ____________________________________________________________________________
11792 [  3021] By: gsar                                  on 1999/02/24  05:51:53
11793         Log: ansify perlio.c, fix PerlIO-ish typos
11794      Branch: perl
11795            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
11796            ! iperlsys.h perlio.c
11797 ____________________________________________________________________________
11798 [  3020] By: gsar                                  on 1999/02/24  05:28:06
11799         Log: adjust a Perl_malloc() flag for NeXT
11800              From: Hans Mulder <hansm@icgned.icgroup.nl>
11801              Date: Tue, 23 Feb 99 00:26:25 +0100
11802              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
11803              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
11804      Branch: perl
11805            ! perl.h
11806 ____________________________________________________________________________
11807 [  3019] By: gsar                                  on 1999/02/24  05:19:42
11808         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
11809      Branch: perl
11810            ! pod/perltodo.pod
11811 ____________________________________________________________________________
11812 [  3018] By: gsar                                  on 1999/02/24  04:15:18
11813         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
11814              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
11815              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
11816              Subject: improved error message [PATCH _55] [RESEND]
11817      Branch: perl
11818            ! sv.c
11819 ____________________________________________________________________________
11820 [  3017] By: gsar                                  on 1999/02/24  03:50:34
11821         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
11822              Date: Sun, 21 Feb 1999 20:02:18 -0700
11823              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
11824              Subject: perlfunc updates (against 55)
11825      Branch: perl
11826            ! pod/perlfunc.pod
11827 ____________________________________________________________________________
11828 [  3016] By: gsar                                  on 1999/02/24  03:17:05
11829         Log: testsuite adjustments
11830              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
11831              Date: Sat, 20 Feb 1999 15:24:57 +0000
11832              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
11833              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
11834      Branch: perl
11835            ! t/lib/io_sock.t t/op/lex_assign.t
11836 ____________________________________________________________________________
11837 [  3015] By: gsar                                  on 1999/02/24  02:54:47
11838         Log: avoid modifying readonly values from qw()
11839      Branch: perl
11840            ! lib/ExtUtils/MM_Unix.pm
11841 ____________________________________________________________________________
11842 [  3014] By: gsar                                  on 1999/02/24  02:49:04
11843         Log: more "correct" utbuf for utime()
11844      Branch: perl
11845            ! doio.c
11846 ____________________________________________________________________________
11847 [  3013] By: jhi                                   on 1999/02/22  19:27:44
11848         Log: Fix MacPerl version, change PowerUX to PowerMAX.
11849              
11850              From: Chris Nandor <pudge@pobox.com>
11851              To: jhi@iki.fi
11852              Cc: perl5-porters@perl.org
11853              Subject: Re: perl current availability as documented by perl.pod
11854              Date: Sun, 21 Feb 1999 11:06:03 -0500
11855              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
11856              
11857              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
11858              To: jhi@iki.fi
11859              Cc: perl5-porters@perl.org
11860              Subject: Re: perl current availability as documented by perl.pod
11861              Date: Mon, 22 Feb 1999 13:08:30 GMT
11862              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
11863      Branch: cfgperl
11864            ! pod/perl.pod
11865      Branch: maint-5.005/perl
11866            ! pod/perl.pod
11867 ____________________________________________________________________________
11868 [  3012] By: jhi                                   on 1999/02/22  10:26:11
11869         Log: Snapshot the cross-compilation/multiarchitecture stuff
11870              (currently broken in next)
11871      Branch: cfgperl
11872            ! Configure config_h.SH pp.c
11873 ____________________________________________________________________________
11874 [  3011] By: jhi                                   on 1999/02/22  10:24:51
11875         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
11876              To: gsar@activestate.com (Gurusamy Sarathy)
11877              Cc: perl5-porters@perl.org (Perl5 Porters)
11878              Subject: [PATCH 5.005_55] DB_File 1.64 patch
11879              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
11880              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
11881      Branch: cfgperl
11882            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
11883            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
11884 ____________________________________________________________________________
11885 [  3009] By: jhi                                   on 1999/02/22  09:14:26
11886         Log: Scratch #3008 and introduce $crosscompile and $multiarch
11887              also in non-Configure lands.
11888      Branch: cfgperl
11889            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
11890            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
11891            ! win32/config.gc win32/config.vc win32/config_H.bc
11892            ! win32/config_H.gc win32/config_H.vc
11893 ____________________________________________________________________________
11894 [  3008] By: jhi                                   on 1999/02/22  08:58:04
11895         Log: Add -DMULTIARCH (see change #3006).
11896      Branch: cfgperl
11897            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
11898 ____________________________________________________________________________
11899 [  3007] By: jhi                                   on 1999/02/22  08:54:06
11900         Log: Undo the references to local{lib,arch} introduced by #3006.
11901      Branch: cfgperl
11902            ! Configure config_h.SH
11903 ____________________________________________________________________________
11904 [  3006] By: jhi                                   on 1999/02/22  08:43:50
11905         Log: From: hansm@icgned.icgroup.nl
11906              To: perlbug@perl.com
11907              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
11908              Date: Sun, 21 Feb 1999 22:58:55 +0100
11909              Reply-To: hansmu@xs4all.nl
11910              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
11911              
11912              plus other Configure changes: prepare for cross-compilation/
11913              multiarchitecture builds.
11914      Branch: cfgperl
11915            ! Configure config_h.SH
11916 ____________________________________________________________________________
11917 [  3005] By: jhi                                   on 1999/02/22  08:35:30
11918         Log: Configure/Perl knew how to look for use Mach cthreads
11919              but Configure didn't let them to be used ($osname 'next').
11920      Branch: cfgperl
11921            ! Configure config_h.SH
11922      Branch: maint-5.005/perl
11923            ! Configure
11924 ____________________________________________________________________________
11925 [  3004] By: jhi                                   on 1999/02/21  15:46:02
11926         Log: Update Acorn AVAILABILITY.
11927      Branch: cfgperl
11928            ! pod/perl.pod
11929      Branch: maint-5.005/perl
11930            ! pod/perl.pod
11931 ____________________________________________________________________________
11932 [  3003] By: jhi                                   on 1999/02/21  14:50:42
11933         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
11934              To: perl5-porters@perl.org (Perl 5 Porters)
11935              Subject: PATCH: perlref.pod - symbolic ref example
11936              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
11937              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
11938      Branch: cfgperl
11939            ! pod/perlref.pod
11940      Branch: maint-5.005/perl
11941            ! pod/perlref.pod
11942 ____________________________________________________________________________
11943 [  3002] By: jhi                                   on 1999/02/21  14:35:22
11944         Log: Sync cfgperl with maint-5.005 change #3000.
11945      Branch: cfgperl
11946            ! pod/perlfunc.pod t/op/pack.t
11947 ____________________________________________________________________________
11948 [  2999] By: gsar                                  on 1999/02/20  22:48:30
11949         Log: From:    John Bley <jbb6@acpub.duke.edu>
11950              Date:    Sat, 20 Feb 1999 16:02:34 EST
11951              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
11952              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
11953      Branch: perl
11954            ! regcomp.c
11955 ____________________________________________________________________________
11956 [  2998] By: jhi                                   on 1999/02/20  14:13:06
11957         Log: Enhanced the endianness description.
11958      Branch: cfgperl
11959            ! pod/perlfunc.pod
11960 ____________________________________________________________________________
11961 [  2996] By: jhi                                   on 1999/02/20  13:55:41
11962         Log: Glossary now mostly fixed.
11963      Branch: cfgperl
11964            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11965            ! config_h.SH
11966 ____________________________________________________________________________
11967 [  2994] By: jhi                                   on 1999/02/20  11:58:33
11968         Log: Perldeltify GNU/Hurd.
11969      Branch: cfgperl
11970            ! pod/perldelta.pod
11971 ____________________________________________________________________________
11972 [  2993] By: gsar                                  on 1999/02/20  00:59:10
11973         Log: fix typo in Perl_sbrk()
11974              From: hansm@icgned.icgroup.nl
11975              Date: Fri, 19 Feb 1999 23:19:31 +0100
11976              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
11977              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
11978      Branch: perl
11979            ! malloc.c
11980 ____________________________________________________________________________
11981 [  2992] By: gsar                                  on 1999/02/20  00:51:08
11982         Log: integrate change#2980 from maint-5.005
11983      Branch: perl
11984           !> utils/h2xs.PL
11985 ____________________________________________________________________________
11986 [  2991] By: gsar                                  on 1999/02/20  00:34:01
11987         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11988              Date: Thu, 18 Feb 1999 18:51:38 +0000
11989              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
11990              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
11991      Branch: perl
11992            ! pp_hot.c t/op/pat.t
11993 ____________________________________________________________________________
11994 [  2990] By: gsar                                  on 1999/02/20  00:30:48
11995         Log: From: jan.dubois@ibm.net (Jan Dubois)
11996              Date: Thu, 18 Feb 1999 19:14:07 +0100
11997              Message-ID: <36d15809.40853323@smtp1.ibm.net>
11998              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
11999      Branch: perl
12000            ! win32/win32.c
12001 ____________________________________________________________________________
12002 [  2989] By: gsar                                  on 1999/02/20  00:27:01
12003         Log: do poll() emulation unless HAS_POLL && I_POLL
12004      Branch: perl
12005            ! ext/IO/poll.h
12006 ____________________________________________________________________________
12007 [  2988] By: gsar                                  on 1999/02/19  23:52:12
12008         Log: tweak RE for NaNQ? recognition
12009      Branch: perl
12010            ! t/lib/bigfloatpm.t
12011 ____________________________________________________________________________
12012 [  2987] By: gsar                                  on 1999/02/19  23:29:59
12013         Log: mention C<use utf8> and C<use warning> in perldelta
12014      Branch: perl
12015            ! pod/perldelta.pod
12016 ____________________________________________________________________________
12017 [  2985] By: jhi                                   on 1999/02/19  20:43:19
12018         Log: pack/unpack better in (network-)short-non-16-bits and
12019              (network-)long-non-32-bits systems such as Cray C90.
12020      Branch: cfgperl
12021            ! perl.h pp.c t/op/pack.t
12022 ____________________________________________________________________________
12023 [  2984] By: jhi                                   on 1999/02/19  20:38:54
12024         Log: Regen Configure.
12025      Branch: cfgperl
12026            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12027            ! perl.c
12028 ____________________________________________________________________________
12029 [  2982] By: jhi                                   on 1999/02/19  19:51:49
12030         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
12031              not probed for and         
12032              
12033              From: "Kurt D. Starsinic" <kstar@chapin.edu>
12034              To: Chaim Frenkel <chaimf@pobox.com>,
12035              Russ Allbery <rra@stanford.edu>,
12036              Jarkko Hietaniemi <jhi@iki.fi>,
12037              Gurusamy Sarathy <gsar@activestate.com>,
12038              Graham Barr <gbarr@pobox.com>
12039              Cc: bdensch@ameritech.net, perlbug@perl.com
12040              Subject: [PATCH] Re: Solaris 7 for Intel
12041              Message-ID: <19990219124404.A30182@O2.chapin.edu>
12042              
12043              Glossary is still missing some terms because
12044              mkglossary is misbehaving (change #2981 updated
12045              Glossary manually)
12046      Branch: cfgperl
12047            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
12048            ! Porting/config_H
12049 ____________________________________________________________________________
12050 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
12051         Log: Make result of h2xs work when user adds C<use strict>
12052      Branch: maint-5.005/perl
12053            ! utils/h2xs.PL
12054 ____________________________________________________________________________
12055 [  2979] By: gsar                                  on 1999/02/19  05:24:29
12056         Log: doc for change#2978
12057      Branch: perl
12058            ! pod/perlsub.pod
12059 ____________________________________________________________________________
12060 [  2978] By: gsar                                  on 1999/02/19  05:08:29
12061         Log: bring '*' prototype closer to how it behaves internally
12062      Branch: perl
12063            + t/lib/fatal.t
12064            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
12065 ____________________________________________________________________________
12066 [  2977] By: gsar                                  on 1999/02/19  02:50:31
12067         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
12068      Branch: perl
12069            ! perly.h
12070 ____________________________________________________________________________
12071 [  2975] By: gsar                                  on 1999/02/18  21:41:57
12072         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
12073              of lexical searches in BEGIN|INIT|END)
12074      Branch: perl
12075            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
12076            ! vms/perly_c.vms
12077 ____________________________________________________________________________
12078 [  2974] By: gsar                                  on 1999/02/18  21:03:06
12079         Log: missing PERL_POLLUTE_MALLOC
12080      Branch: perl
12081            ! ext/SDBM_File/sdbm/sdbm.h
12082 ____________________________________________________________________________
12083 [  2973] By: gsar                                  on 1999/02/18  17:10:49
12084         Log: From:    Andy Dougherty <doughera@lafayette.edu>
12085              Date:    Wed, 17 Feb 1999 17:22:50 EST
12086              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
12087              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
12088      Branch: perl
12089            ! lib/dotsh.pl
12090 ____________________________________________________________________________
12091 [  2972] By: gsar                                  on 1999/02/18  17:04:12
12092         Log: s/#defined/#define/
12093      Branch: perl
12094            ! ext/Data/Dumper/Dumper.xs
12095 ____________________________________________________________________________
12096 [  2970] By: gsar                                  on 1999/02/18  03:26:43
12097         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
12098      Branch: perl
12099            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
12100            ! ext/GDBM_File/typemap
12101 ____________________________________________________________________________
12102 [  2969] By: gsar                                  on 1999/02/17  23:30:47
12103         Log: correct slurp mode doc
12104      Branch: perl
12105            ! pod/perlfunc.pod pod/perlop.pod
12106 ____________________________________________________________________________
12107 [  2968] By: jhi                                   on 1999/02/17  23:15:49
12108         Log: Ultrix hints update.
12109              
12110              From: Spider Boardman <spider@zk3.dec.com>
12111              To: perlbug@perl.com
12112              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
12113              Date: Tue, 16 Feb 1999 23:04:28 -0500
12114              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
12115      Branch: cfgperl
12116            ! hints/ultrix_4.sh
12117 ____________________________________________________________________________
12118 [  2966] By: jhi                                   on 1999/02/17  23:09:21
12119         Log: Change #2965 wiped out some Sarathy's _55 changes.
12120              Now unwiped.
12121      Branch: cfgperl
12122            ! Configure pp.c t/op/pack.t
12123 ____________________________________________________________________________
12124 [  2965] By: jhi                                   on 1999/02/17  23:00:04
12125         Log: Configure tweaks.
12126              
12127              Fix the Unixware/SCO uname scan:
12128              
12129              From: Tom Hughes <thh@cyberscience.com>
12130              To: perlbug@perl.com
12131              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
12132              Date: 17 Feb 1999 15:34:15 +0000    
12133              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
12134              
12135              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
12136              
12137              From: Joe Buehler <jhpb@hekimian.com>
12138              To: perl5-porters@perl.org
12139              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
12140              Date: 12 Feb 1999 11:25:21 -0500
12141              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
12142              
12143              Make the pthreads joinable constant scan to output to fd 4, not 2.
12144      Branch: cfgperl
12145            ! Configure
12146 ____________________________________________________________________________
12147 [  2964] By: gsar                                  on 1999/02/17  21:30:07
12148         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
12149              Date: Wed, 17 Feb 1999 06:53:13 -0700
12150              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
12151              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
12152      Branch: perl
12153            ! lib/Pod/Functions.pm
12154 ____________________________________________________________________________
12155 [  2963] By: gsar                                  on 1999/02/17  21:18:21
12156         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
12157              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12158              Date: Wed, 17 Feb 1999 10:06:01 +0000
12159              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
12160              Subject: Re: [5.005_53] panic: pad_free curpad 
12161      Branch: perl
12162            ! regcomp.c regexec.c t/op/misc.t
12163 ____________________________________________________________________________
12164 [  2962] By: gsar                                  on 1999/02/16  21:26:28
12165         Log: NaNQ? tweak
12166      Branch: perl
12167            ! t/lib/bigfloatpm.t
12168 ____________________________________________________________________________
12169 [  2961] By: jhi                                   on 1999/02/16  19:26:38
12170         Log: Integrate from mainperl.
12171      Branch: cfgperl
12172           !> (integrate 37 files)
12173 ____________________________________________________________________________
12174 [  2960] By: gsar                                  on 1999/02/16  18:04:29
12175         Log: undo change#2465 (qw[] is a real list now)
12176      Branch: perl
12177            ! pod/perlop.pod
12178 ____________________________________________________________________________
12179 [  2959] By: gsar                                  on 1999/02/16  07:09:33
12180         Log: this was 5.005_55
12181      Branch: perl
12182            ! Changes
12183
12184 ----------------
12185 Version 5.005_55
12186 ----------------
12187
12188 ____________________________________________________________________________
12189 [  2958] By: gsar                                  on 1999/02/16  06:18:27
12190         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
12191              elide dups and non-dependents from Changes
12192      Branch: perl
12193            ! Changes pod/perlhist.pod
12194           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
12195           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
12196           !> pod/perlport.pod pp.c t/op/pack.t
12197 ____________________________________________________________________________
12198 [  2957] By: gsar                                  on 1999/02/16  04:09:47
12199         Log: propagate PERL_VERSION everywhere, add to pod
12200      Branch: perl
12201            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
12202            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
12203            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
12204            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
12205            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
12206            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
12207            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
12208            ! win32/config.gc win32/config.vc win32/config_sh.PL
12209            ! win32/win32.c x2p/a2py.c
12210 ____________________________________________________________________________
12211 [  2955] By: jhi                                   on 1999/02/15  16:15:03
12212         Log: The pack tests now better in C90 (after the packnative patches).
12213      Branch: cfgperl
12214            ! t/op/pack.t
12215 ____________________________________________________________________________
12216 [  2954] By: gsar                                  on 1999/02/15  14:11:50
12217         Log: tweak Configure to follow new PERL_VERSION etc.
12218      Branch: perl
12219            ! Configure patchlevel.h pod/perlhist.pod
12220 ____________________________________________________________________________
12221 [  2953] By: jhi                                   on 1999/02/15  14:02:21
12222         Log: Integrate from mainperl.
12223      Branch: cfgperl
12224           !> MANIFEST Porting/makerel
12225 ____________________________________________________________________________
12226 [  2952] By: jhi                                   on 1999/02/15  13:50:07
12227         Log: Enhance the packnative patch: use the packnative code
12228              only if required.  Also added hefty testing (hopefully
12229              I didn't assume too much...).  Tested on alpha, ix86, sparc.
12230      Branch: cfgperl
12231            ! pod/perlfunc.pod pp.c t/op/pack.t
12232 ____________________________________________________________________________
12233 [  2951] By: jhi                                   on 1999/02/15  13:46:56
12234         Log: AVAILABILITY from 5.005_03-tobe, will of course
12235              require updating when 5.006 comes out.
12236      Branch: cfgperl
12237            ! pod/perl.pod
12238 ____________________________________________________________________________
12239 [  2949] By: gsar                                  on 1999/02/15  13:28:51
12240         Log: will this be it for 5.005_55?
12241      Branch: perl
12242            ! MANIFEST Porting/makerel
12243 ____________________________________________________________________________
12244 [  2948] By: jhi                                   on 1999/02/15  13:23:52
12245         Log: Integrate from mainperl.
12246      Branch: cfgperl
12247           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
12248           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
12249           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
12250           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
12251           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
12252           !> win32/config.gc win32/config.vc win32/config_H.bc
12253           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
12254 ____________________________________________________________________________
12255 [  2947] By: jhi                                   on 1999/02/15  13:20:41
12256         Log: perlport.pod 1.39 from Chris.
12257      Branch: cfgperl
12258            ! pod/perlport.pod
12259 ____________________________________________________________________________
12260 [  2946] By: jhi                                   on 1999/02/15  13:09:58
12261         Log: Import Ultrix update, change #2864, 
12262              
12263              From: Spider Boardman <spider@zk3.dec.com>
12264              To: perlbug@perl.com
12265              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
12266              Date: Wed, 10 Feb 1999 23:33:31 -0500
12267              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
12268      Branch: cfgperl
12269            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
12270 ____________________________________________________________________________
12271 [  2945] By: jhi                                   on 1999/02/15  13:04:50
12272         Log: OpenBSD sparc SHMLBA.
12273      Branch: cfgperl
12274            ! ext/IPC/SysV/SysV.xs
12275 ____________________________________________________________________________
12276 [  2944] By: gsar                                  on 1999/02/15  12:09:52
12277         Log: update win32/config* stuff, Changes
12278      Branch: perl
12279            ! Changes win32/Makefile win32/config.bc win32/config.gc
12280            ! win32/config.vc win32/config_H.bc win32/config_H.gc
12281            ! win32/config_H.vc win32/makefile.mk
12282 ____________________________________________________________________________
12283 [  2943] By: gsar                                  on 1999/02/15  11:54:08
12284         Log: #include patchlevel.h by default, provide
12285              PERL_{REVISION,VERSION,SUBVERSION}
12286      Branch: perl
12287            ! patchlevel.h perl.h
12288 ____________________________________________________________________________
12289 [  2942] By: gsar                                  on 1999/02/15  10:26:59
12290         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
12291              misc fixes
12292      Branch: perl
12293            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
12294 ____________________________________________________________________________
12295 [  2941] By: gsar                                  on 1999/02/15  10:24:37
12296         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
12297              Message-ID: <19990207002851.B9185@toldyouso.com>
12298              Message-ID: <19990207212152.A9765@toldyouso.com>
12299              Message-ID: <19990207212041.A9622@toldyouso.com>
12300              Message-ID: <19990207213127.A10244@toldyouso.com>
12301              Message-ID: <19990207212559.A9950@toldyouso.com>
12302              Message-ID: <19990207212842.A9994@toldyouso.com>
12303              Message-ID: <19990207212500.A9860@toldyouso.com>
12304              Message-ID: <19990207213013.A10105@toldyouso.com>
12305      Branch: perl
12306            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
12307            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
12308            ! pod/perlmodlib.pod pod/perltoc.pod
12309 ____________________________________________________________________________
12310 [  2940] By: gsar                                  on 1999/02/15  10:07:08
12311         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
12312              of suggested patch)
12313              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
12314              Date: Mon, 08 Feb 1999 01:14:41 -0000
12315              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
12316              Subject: [PATCH 5.005_54] some pending C.pm stuff 
12317      Branch: perl
12318            ! ext/B/B/C.pm
12319 ____________________________________________________________________________
12320 [  2939] By: jhi                                   on 1999/02/15  08:40:18
12321         Log: Integrate from mainperl.
12322      Branch: cfgperl
12323           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
12324            - lib/File/PathConvert.pm
12325           !> (integrate 81 files)
12326 ____________________________________________________________________________
12327 [  2938] By: gsar                                  on 1999/02/15  06:56:39
12328         Log: change#2839 was bogus, redo
12329      Branch: perl
12330           !> t/lib/h2ph.pht
12331 ____________________________________________________________________________
12332 [  2937] By: gsar                                  on 1999/02/15  06:38:15
12333         Log: support Win32::GetFullPathName() and Win32::SetLastError()
12334              From: jan.dubois@ibm.net (Jan Dubois)
12335              Date: Tue, 09 Feb 1999 22:27:31 +0100
12336              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
12337              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
12338      Branch: perl
12339            ! win32/win32.c
12340 ____________________________________________________________________________
12341 [  2936] By: gsar                                  on 1999/02/15  06:26:39
12342         Log: support native integers, pack("L_",...) etc. (via private mail)
12343              From: Jarkko Hietaniemi <jhi@iki.fi>
12344              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
12345              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
12346              Subject: the "packnative" patch
12347      Branch: perl
12348            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
12349            ! t/lib/ipc_sysv.t t/op/pack.t
12350 ____________________________________________________________________________
12351 [  2935] By: gsar                                  on 1999/02/15  06:04:02
12352         Log: From: Michael G Schwern <schwern@pobox.com>
12353              Date: Tue, 9 Feb 1999 04:13:12 -0500
12354              Message-ID: <19990209041312.A15788@toldyouso.com>
12355              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
12356      Branch: perl
12357            ! utils/h2xs.PL
12358 ____________________________________________________________________________
12359 [  2934] By: gsar                                  on 1999/02/15  05:30:13
12360         Log: fix bugs in the handling of negative numbers, among other things
12361              From: Steven Knight <knight@theopera.baldmt.citilink.com>
12362              Date: Mon, 8 Feb 1999 01:16:24 -0600
12363              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
12364              Subject: Math::BigFloat and Math::BigInt
12365      Branch: perl
12366            + t/lib/bigfloat.t t/lib/bigfloatpm.t
12367            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
12368            ! t/lib/bigintpm.t
12369 ____________________________________________________________________________
12370 [  2933] By: gsar                                  on 1999/02/15  04:57:52
12371         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
12372              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
12373              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
12374              Subject: s2p incorrectly handles hold space commands
12375      Branch: perl
12376            ! x2p/s2p.PL
12377 ____________________________________________________________________________
12378 [  2932] By: gsar                                  on 1999/02/15  04:45:55
12379         Log: clarify what a "line" is
12380      Branch: perl
12381            ! pod/perlfunc.pod pod/perlvar.pod
12382 ____________________________________________________________________________
12383 [  2931] By: gsar                                  on 1999/02/15  04:23:29
12384         Log: backout change#2811 and add newer version based on File::Spec
12385              From: Barrie Slaymaker <rbs@telerama.com>
12386              Date: Thu, 11 Feb 1999 16:29:24 -0500
12387              Message-ID: <36C34BB4.A62090E0@telerama.com>
12388              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
12389      Branch: perl
12390            - lib/File/PathConvert.pm
12391            ! MANIFEST installhtml lib/Pod/Html.pm
12392 ____________________________________________________________________________
12393 [  2930] By: gsar                                  on 1999/02/15  04:16:25
12394         Log: From: Barrie Slaymaker <rbs@telerama.com>
12395              Date: Thu, 11 Feb 1999 19:39:48 -0500
12396              Message-ID: <36C37854.707D139@telerama.com>
12397              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
12398      Branch: perl
12399            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
12400 ____________________________________________________________________________
12401 [  2929] By: gsar                                  on 1999/02/15  04:06:50
12402         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
12403              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
12404              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
12405              Subject: [PATCH]5.005_54 (DOC) fix many typos
12406              --
12407              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
12408              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
12409              Subject: [PATCH]5.005_54 (DOC) typos
12410      Branch: perl
12411            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
12412            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
12413            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
12414            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
12415            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
12416            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
12417            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
12418            ! pod/perlvar.pod pod/perlxs.pod
12419 ____________________________________________________________________________
12420 [  2928] By: gsar                                  on 1999/02/15  03:39:53
12421         Log: allow the Carp routines to pass through exception objects
12422      Branch: perl
12423            ! lib/Carp.pm
12424 ____________________________________________________________________________
12425 [  2927] By: gsar                                  on 1999/02/15  03:22:57
12426         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
12427      Branch: perl
12428            ! pod/perlfaq8.pod
12429 ____________________________________________________________________________
12430 [  2926] By: gsar                                  on 1999/02/15  03:19:39
12431         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
12432              have done that, but didn't)
12433      Branch: perl
12434           !> utils/h2ph.PL
12435 ____________________________________________________________________________
12436 [  2925] By: gsar                                  on 1999/02/15  03:17:01
12437         Log: integrate cfgperl changes into mainline
12438      Branch: perl
12439            ! Changes
12440           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
12441           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
12442           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
12443           !> vms/subconfigure.com
12444 ____________________________________________________________________________
12445 [  2924] By: gsar                                  on 1999/02/15  03:07:08
12446         Log: add const qualifier to most char* prototypes, handle ripple effect
12447      Branch: perl
12448            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
12449            ! universal.c util.c
12450 ____________________________________________________________________________
12451 [  2923] By: gsar                                  on 1999/02/15  01:04:30
12452         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12453              Date: Thu, 04 Feb 1999 02:37:31 +0000
12454              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
12455              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
12456      Branch: perl
12457            ! pp_ctl.c t/op/range.t
12458 ____________________________________________________________________________
12459 [  2922] By: gsar                                  on 1999/02/15  00:24:34
12460         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12461              Date: Sun, 31 Jan 1999 01:50:06 +0000
12462              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
12463              Subject: [PATCH 5.005_03t4] regexp flags bug
12464      Branch: perl
12465            ! regcomp.c t/op/re_tests
12466 ____________________________________________________________________________
12467 [  2921] By: gsar                                  on 1999/02/15  00:13:02
12468         Log: use New() et al., rather than safemalloc() et al.
12469              From: jan.dubois@ibm.net (Jan Dubois)
12470              Date: Fri, 29 Jan 1999 23:27:22 +0100
12471              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
12472              Subject: [PATCH _03-MT5] POSIX.xs memory API
12473      Branch: perl
12474            ! ext/POSIX/POSIX.xs
12475 ____________________________________________________________________________
12476 [  2920] By: gsar                                  on 1999/02/15  00:05:33
12477         Log: tweak READ() docs to mention $buffer must be altered by reference
12478      Branch: perl
12479            ! pod/perltie.pod
12480 ____________________________________________________________________________
12481 [  2919] By: gsar                                  on 1999/02/14  23:50:39
12482         Log: applied suggested patch, with several language/readability tweaks
12483              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12484              Date: Fri, 29 Jan 1999 00:25:02 -0500
12485              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
12486              Subject: Re: [PATCH 5.005_*] Better parsing docs
12487      Branch: perl
12488            ! pod/perlop.pod
12489 ____________________________________________________________________________
12490 [  2918] By: gsar                                  on 1999/02/14  23:20:42
12491         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
12492              of silently returning bogus values)
12493              From: Peter Chines <pchines@nhgri.nih.gov>
12494              Date: Wed, 27 Jan 1999 16:11:31 -0500
12495              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
12496              Subject: Time::Local
12497      Branch: perl
12498            ! lib/Time/Local.pm pod/perldelta.pod
12499 ____________________________________________________________________________
12500 [  2917] By: gsar                                  on 1999/02/14  11:21:43
12501         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12502              Date: Thu, 28 Jan 1999 10:02:20 -0500
12503              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
12504              Subject: Re: [PATCH 5.005_53] Better perldoc
12505      Branch: perl
12506            ! utils/perldoc.PL
12507 ____________________________________________________________________________
12508 [  2916] By: gsar                                  on 1999/02/14  10:59:38
12509         Log: back out change#2751, apply updated version 
12510              From: jan.dubois@ibm.net (Jan Dubois)
12511              Date: Sat, 06 Feb 1999 01:06:29 +0100
12512              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
12513              Subject: [PATCH] Cleanup of File::Spec module
12514      Branch: perl
12515            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
12516            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
12517            ! lib/File/Spec/Win32.pm
12518 ____________________________________________________________________________
12519 [  2915] By: gsar                                  on 1999/02/14  10:48:01
12520         Log: tweak select() test
12521      Branch: perl
12522            ! pod/perlipc.pod t/op/fh.t
12523 ____________________________________________________________________________
12524 [  2914] By: gsar                                  on 1999/02/14  10:25:55
12525         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
12526      Branch: perl
12527            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
12528 ____________________________________________________________________________
12529 [  2913] By: gsar                                  on 1999/02/14  10:03:51
12530         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
12531              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
12532              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
12533              Subject: Re: SvOPV() or SvPV_nolen() or ...
12534      Branch: perl
12535            ! pod/perlguts.pod
12536 ____________________________________________________________________________
12537 [  2912] By: gsar                                  on 1999/02/14  09:57:29
12538         Log: provide SvPV_nolen(sv) to avoid use of PL_na
12539              From: jan.dubois@ibm.net (Jan Dubois)
12540              Date: Sun, 24 Jan 1999 02:45:32 +0100
12541              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
12542              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
12543      Branch: perl
12544            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
12545            ! sv.h
12546 ____________________________________________________________________________
12547 [  2911] By: gsar                                  on 1999/02/14  06:51:05
12548         Log: elide stray effluvium
12549      Branch: perl
12550            ! pod/perldelta.pod
12551 ____________________________________________________________________________
12552 [  2910] By: gsar                                  on 1999/02/14  05:51:56
12553         Log: slurping an empty file should return '' rather than undef, with
12554              commensurate effects on ARGV processing
12555      Branch: perl
12556            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
12557            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
12558 ____________________________________________________________________________
12559 [  2909] By: gsar                                  on 1999/02/14  00:02:11
12560         Log: perly_c.diff typo
12561      Branch: perl
12562            ! perly.c perly_c.diff vms/perly_c.vms
12563 ____________________________________________________________________________
12564 [  2908] By: gsar                                  on 1999/02/13  18:20:13
12565         Log: From: jan.dubois@ibm.net (Jan Dubois)
12566              Date: Sat, 13 Feb 1999 13:25:53 +0100
12567              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
12568              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
12569      Branch: perl
12570            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
12571 ____________________________________________________________________________
12572 [  2907] By: jhi                                   on 1999/02/13  15:07:26
12573         Log: Integrate from mainperl.
12574      Branch: cfgperl
12575           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
12576           !> (integrate 150 files)
12577 ____________________________________________________________________________
12578 [  2903] By: gsar                                  on 1999/02/12  13:25:59
12579         Log: From: jan.dubois@ibm.net (Jan Dubois)
12580              Date: Sun, 24 Jan 1999 01:12:00 +0100
12581              Message-ID: <36b66479.62756298@smtp1.ibm.net>
12582              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
12583      Branch: perl
12584            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
12585            ! proto.h sv.c sv.h
12586 ____________________________________________________________________________
12587 [  2902] By: gsar                                  on 1999/02/12  12:55:11
12588         Log: script to generate ctags from etags
12589              From: Colin Kuskie <ckuskie@cadence.com>
12590              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
12591              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
12592              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
12593      Branch: perl
12594            + emacs/e2ctags.pl
12595            ! Makefile.SH pod/perlfaq3.pod
12596 ____________________________________________________________________________
12597 [  2901] By: gsar                                  on 1999/02/12  12:40:17
12598         Log: allow boolean assign ops to be lvalues
12599              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
12600              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
12601              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
12602              --
12603              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12604              Date: Mon, 18 Jan 1999 10:04:00 +0000
12605              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
12606              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
12607      Branch: perl
12608            + t/op/lop.t
12609            ! MANIFEST op.c
12610 ____________________________________________________________________________
12611 [  2899] By: jhi                                   on 1999/02/12  12:03:48
12612         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
12613      Branch: cfgperl
12614            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12615            ! config_h.SH hints/openbsd.sh
12616 ____________________________________________________________________________
12617 [  2898] By: gsar                                  on 1999/02/12  11:49:25
12618         Log: support win32_putenv()
12619      Branch: perl
12620            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
12621            ! win32/win32.c win32/win32iop.h
12622 ____________________________________________________________________________
12623 [  2894] By: gsar                                  on 1999/02/12  11:09:27
12624         Log: add missing hunk in change#2657
12625      Branch: perl
12626            ! ext/B/B/CC.pm
12627 ____________________________________________________________________________
12628 [  2893] By: gsar                                  on 1999/02/12  11:00:13
12629         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12630              Date: Tue, 19 Jan 1999 20:13:15 -0500
12631              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
12632              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
12633      Branch: perl
12634            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
12635            ! t/pragma/subs.t t/pragma/warning.t
12636 ____________________________________________________________________________
12637 [  2892] By: gsar                                  on 1999/02/12  10:44:38
12638         Log: update change#2670 to later version
12639              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12640              Date: Sun, 31 Jan 1999 16:16:14 +0000
12641              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
12642              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
12643      Branch: perl
12644            ! t/op/subst.t toke.c
12645 ____________________________________________________________________________
12646 [  2891] By: gsar                                  on 1999/02/12  10:31:17
12647         Log: make testsuite somewhat location independent
12648      Branch: perl
12649            ! (edit 117 files)
12650 ____________________________________________________________________________
12651 [  2890] By: gsar                                  on 1999/02/12  10:00:30
12652         Log: add $AutoLoader::VERSION
12653      Branch: perl
12654            ! lib/AutoLoader.pm
12655 ____________________________________________________________________________
12656 [  2889] By: gsar                                  on 1999/02/12  09:55:48
12657         Log: tweak PERL_STRICT_CR notes
12658      Branch: perl
12659            ! pod/perl5005delta.pod
12660 ____________________________________________________________________________
12661 [  2888] By: gsar                                  on 1999/02/12  09:41:45
12662         Log: add note about test-notty target
12663      Branch: perl
12664            ! README.win32
12665 ____________________________________________________________________________
12666 [  2887] By: gsar                                  on 1999/02/12  09:37:37
12667         Log: add perltodo.pod
12668      Branch: perl
12669            + pod/perltodo.pod
12670            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
12671            ! win32/pod.mak
12672 ____________________________________________________________________________
12673 [  2886] By: jhi                                   on 1999/02/12  08:52:14
12674         Log: Integrate from mainperl.
12675      Branch: cfgperl
12676           +> t/op/fh.t
12677           !> (integrate 30 files)
12678 ____________________________________________________________________________
12679 [  2885] By: gsar                                  on 1999/02/12  08:42:10
12680         Log: note how to find REG_INFTY limit
12681      Branch: perl
12682            ! pod/perlre.pod
12683 ____________________________________________________________________________
12684 [  2884] By: jhi                                   on 1999/02/12  08:36:14
12685         Log: OpenBSD pthreads awareness, thanks to
12686              David Leonard <david.leonard@csee.uq.edu.au>
12687      Branch: maint-5.005/perl
12688            ! Configure hints/openbsd.sh
12689 ____________________________________________________________________________
12690 [  2882] By: gsar                                  on 1999/02/12  08:05:20
12691         Log: IO is maintained by p5p (per Graham Barr's wishes)
12692      Branch: perl
12693            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
12694            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
12695            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
12696            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
12697 ____________________________________________________________________________
12698 [  2881] By: gsar                                  on 1999/02/12  07:57:13
12699         Log: fh.t typo
12700      Branch: perl
12701            ! t/op/fh.t
12702 ____________________________________________________________________________
12703 [  2880] By: gsar                                  on 1999/02/12  07:38:16
12704         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
12705      Branch: perl
12706            ! perl.c pod/perlrun.pod
12707 ____________________________________________________________________________
12708 [  2879] By: gsar                                  on 1999/02/12  05:39:29
12709         Log: fix ops that are not filehandle constructors to not create GV if it
12710              doesn't already exist (avoids leaks); extend semantics of defined()
12711              so that defined(*{$foo}) works (experimental)
12712      Branch: perl
12713            + t/op/fh.t
12714            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
12715            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
12716 ____________________________________________________________________________
12717 [  2877] By: jhi                                   on 1999/02/11  20:44:00
12718         Log: From: Chris Nandor <pudge@pobox.com>
12719              To: perl5-porters@perl.org
12720              Subject: [PATCH] perlport.pod 1.39
12721              Date: Thu, 11 Feb 1999 12:28:35 -0500
12722              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
12723      Branch: cfgperl
12724            ! pod/perlport.pod
12725 ____________________________________________________________________________
12726 [  2870] By: gsar                                  on 1999/02/11  11:17:08
12727         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
12728      Branch: perl
12729            ! ext/IO/lib/IO/Pipe.pm
12730 ____________________________________________________________________________
12731 [  2869] By: gsar                                  on 1999/02/11  11:00:56
12732         Log: update win32/pod.mak
12733      Branch: perl
12734            ! win32/pod.mak
12735 ____________________________________________________________________________
12736 [  2868] By: gsar                                  on 1999/02/11  10:42:44
12737         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
12738              Date: Fri, 08 Jan 1999 14:36:53 +1100
12739              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
12740              Subject: Re: [Fwd: IO::Socket::connect and blocking]
12741      Branch: perl
12742            ! ext/IO/lib/IO/Socket.pm
12743 ____________________________________________________________________________
12744 [  2867] By: gsar                                  on 1999/02/11  09:43:03
12745         Log: av_extend() doc tweak from Jan Dubois
12746      Branch: perl
12747            ! pod/perlguts.pod
12748 ____________________________________________________________________________
12749 [  2866] By: gsar                                  on 1999/02/11  09:27:17
12750         Log: display full pathname of unreadable files
12751      Branch: perl
12752            ! utils/perldoc.PL
12753 ____________________________________________________________________________
12754 [  2865] By: gsar                                  on 1999/02/11  09:02:31
12755         Log: missing patch in change#2522
12756      Branch: perl
12757            ! lib/Pod/Text.pm
12758 ____________________________________________________________________________
12759 [  2864] By: jhi                                   on 1999/02/11  08:45:00
12760         Log: From: Spider Boardman <spider@zk3.dec.com>
12761              To: perlbug@perl.com
12762              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
12763              Date: Wed, 10 Feb 1999 23:33:31 -0500
12764              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
12765      Branch: maint-5.005/perl
12766            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
12767 ____________________________________________________________________________
12768 [  2862] By: gsar                                  on 1999/02/11  08:14:34
12769         Log: integrate changes#2738,2740 from maint-5.005
12770      Branch: perl
12771           !> lib/ExtUtils/MakeMaker.pm
12772 ____________________________________________________________________________
12773 [  2861] By: jhi                                   on 1999/02/11  08:04:25
12774         Log: Integrate from mainperl.
12775      Branch: cfgperl
12776           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
12777           !> t/op/range.t win32/config.gc
12778 ____________________________________________________________________________
12779 [  2860] By: gsar                                  on 1999/02/11  07:30:08
12780         Log: binmode() support for cygwin32 (suggested by Steven Morlock
12781              <newspost@morlock.net>)
12782      Branch: perl
12783            ! perl.h
12784 ____________________________________________________________________________
12785 [  2859] By: gsar                                  on 1999/02/11  07:14:21
12786         Log: update Changes
12787      Branch: perl
12788            ! Changes
12789           !> pod/perl5005delta.pod
12790 ____________________________________________________________________________
12791 [  2856] By: gsar                                  on 1999/02/11  07:07:39
12792         Log: integrate perldelta changes from maint-5.005
12793      Branch: perl
12794           !> pod/perl5005delta.pod
12795 ____________________________________________________________________________
12796 [  2855] By: gsar                                  on 1999/02/11  06:31:50
12797         Log: applied suggested patch; added tests
12798              From: Adam Krolnik <adamk@gypsy.cyrix.com>
12799              Date: Sat, 12 Dec 98 15:30:18 -0600
12800              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
12801              Subject: Range operation doesn't handle IV_MAX
12802      Branch: perl
12803            ! pp_ctl.c t/op/range.t
12804 ____________________________________________________________________________
12805 [  2854] By: gsar                                  on 1999/02/11  05:00:55
12806         Log: compatibility fix: magic non-propagation in foreach implicit localization
12807      Branch: perl
12808            ! pp_ctl.c t/op/local.t win32/config.gc
12809 ____________________________________________________________________________
12810 [  2852] By: gsar                                  on 1999/02/10  23:17:49
12811         Log: fair warning about -Dusethreads
12812      Branch: maint-5.005/perl
12813            ! Configure INSTALL README.threads
12814 ____________________________________________________________________________
12815 [  2847] By: jhi                                   on 1999/02/09  19:13:28
12816         Log: Integrate from mainperl.
12817      Branch: cfgperl
12818           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
12819           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
12820 ____________________________________________________________________________
12821 [  2846] By: gsar                                  on 1999/02/09  13:53:28
12822         Log: a modified version of suggested patch for pack template 'Z'; added docs
12823              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
12824              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
12825              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
12826              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
12827      Branch: perl
12828            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
12829 ____________________________________________________________________________
12830 [  2845] By: gsar                                  on 1999/02/09  00:03:26
12831         Log: clarify docs for change#2835
12832      Branch: perl
12833            ! pod/perldelta.pod pod/perlop.pod
12834 ____________________________________________________________________________
12835 [  2844] By: gsar                                  on 1999/02/08  23:40:57
12836         Log: addendum to change#2823
12837              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
12838              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
12839              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
12840              Subject: [PATCH] Docs and tests for method-call syntax
12841      Branch: perl
12842            ! pod/perlobj.pod t/op/method.t
12843 ____________________________________________________________________________
12844 [  2843] By: jhi                                   on 1999/02/08  21:06:28
12845         Log: Ultrix mmap tidbit.
12846      Branch: cfgperl
12847            ! hints/ultrix_4.sh
12848 ____________________________________________________________________________
12849 [  2842] By: jhi                                   on 1999/02/08  20:22:55
12850         Log: Integrate from mainperl.
12851      Branch: cfgperl
12852           +> t/op/subst_wamp.t
12853           !> (integrate 35 files)
12854 ____________________________________________________________________________
12855 [  2841] By: jhi                                   on 1999/02/08  18:23:26
12856         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12857              To: Mailing list Perl5 <perl5-porters@perl.org>
12858              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
12859              Date: Sun, 7 Feb 1999 17:25:22 -0500
12860              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
12861      Branch: cfgperl
12862            + t/op/subst_amp.t
12863            ! MANIFEST regcomp.c t/op/subst.t
12864 ____________________________________________________________________________
12865 [  2840] By: jhi                                   on 1999/02/08  18:16:54
12866         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12867              To: Mailing list Perl5 <perl5-porters@perl.org>
12868              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
12869              Date: Sun, 7 Feb 1999 17:00:10 -0500
12870              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
12871      Branch: cfgperl
12872            ! pp_hot.c t/op/pat.t
12873 ____________________________________________________________________________
12874 [  2839] By: jhi                                   on 1999/02/08  17:25:30
12875         Log: A require was missing.
12876      Branch: cfgperl
12877            ! t/lib/h2ph.pht
12878 ____________________________________________________________________________
12879 [  2838] By: jhi                                   on 1999/02/08  16:38:41
12880         Log: Bring in the change #2809 (the Configure part has been
12881              modified rather a lot since the #2809, though.)
12882      Branch: cfgperl
12883            ! Configure utils/h2ph.PL
12884 ____________________________________________________________________________
12885 [  2835] By: gsar                                  on 1999/02/08  14:40:23
12886         Log: make qw() into a true list at compile time (slightly modified
12887              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
12888      Branch: perl
12889            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
12890 ____________________________________________________________________________
12891 [  2834] By: gsar                                  on 1999/02/08  13:23:16
12892         Log: make safesysmalloc() etc., always available; safemalloc() et al are
12893              now macros that point to the right malloc; fix various places in
12894              sources that need to always use safesysmalloc() et al
12895      Branch: perl
12896            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
12897            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
12898 ____________________________________________________________________________
12899 [  2833] By: gsar                                  on 1999/02/08  10:56:16
12900         Log: remove spurious #endif in last change
12901      Branch: perl
12902            ! perl.h
12903 ____________________________________________________________________________
12904 [  2832] By: gsar                                  on 1999/02/08  10:34:55
12905         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
12906              them ask for insanity (untested)
12907      Branch: perl
12908            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
12909            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
12910            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
12911 ____________________________________________________________________________
12912 [  2831] By: jhi                                   on 1999/02/08  08:33:33
12913         Log: Update vms/subconfigure.com along the lines of change #2829.
12914      Branch: cfgperl
12915            ! vms/subconfigure.com
12916 ____________________________________________________________________________
12917 [  2830] By: gsar                                  on 1999/02/08  00:19:46
12918         Log: integrate cfgperl changes into mainline
12919      Branch: perl
12920           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
12921           +> lib/File/PathConvert.pm pod/perlthrtut.pod
12922            ! Changes
12923           !> (integrate 93 files)
12924 ____________________________________________________________________________
12925 [  2829] By: jhi                                   on 1999/02/07  23:49:46
12926         Log: Configure update.
12927              
12928              Probe for mmap() et alia.
12929              The *cc*symbols patch (just Configure, no h2ph).
12930      Branch: cfgperl
12931            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12932            ! config_h.SH perl.h
12933 ____________________________________________________________________________
12934 [  2828] By: gsar                                  on 1999/02/07  23:38:47
12935         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12936              Date: Sun, 7 Feb 1999 17:25:22 -0500
12937              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
12938              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
12939      Branch: perl
12940            + t/op/subst_amp.t t/op/subst_wamp.t
12941            ! MANIFEST regcomp.c t/op/subst.t
12942 ____________________________________________________________________________
12943 [  2827] By: gsar                                  on 1999/02/07  23:27:32
12944         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12945              Date: Sun, 7 Feb 1999 17:00:10 -0500
12946              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
12947              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
12948      Branch: perl
12949            ! pp_hot.c t/op/pat.t
12950 ____________________________________________________________________________
12951 [  2826] By: gsar                                  on 1999/02/07  23:26:04
12952         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
12953              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12954              Date: Sun, 7 Feb 1999 15:07:27 -0500
12955              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
12956              Subject: Re: fixing memory leaks in REx compilation
12957      Branch: perl
12958            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
12959            ! regexec.c
12960 ____________________________________________________________________________
12961 [  2825] By: jhi                                   on 1999/02/07  18:05:13
12962         Log: Integrate from mainperl.
12963      Branch: cfgperl
12964           +> lib/DB.pm t/comp/bproto.t
12965           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
12966           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
12967           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
12968           !> toke.c vms/perly_c.vms
12969 ____________________________________________________________________________
12970 [  2824] By: gsar                                  on 1999/02/07  14:21:48
12971         Log: tweak doc on bitwise ops
12972      Branch: perl
12973            ! pod/perlop.pod
12974 ____________________________________________________________________________
12975 [  2823] By: gsar                                  on 1999/02/07  13:38:31
12976         Log: applied suggested patch; regen perly* and vms/perly*
12977              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
12978              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
12979              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
12980              Subject: [PATCH] Re: Suggestion for perlobj man page
12981      Branch: perl
12982            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
12983 ____________________________________________________________________________
12984 [  2822] By: gsar                                  on 1999/02/07  12:39:09
12985         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
12986              disabled, fails tests)
12987      Branch: perl
12988            ! regcomp.h
12989 ____________________________________________________________________________
12990 [  2821] By: gsar                                  on 1999/02/07  11:09:39
12991         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
12992              <Alexander.Barilo@aexp.com>)
12993      Branch: perl
12994            ! lib/Pod/Html.pm
12995 ____________________________________________________________________________
12996 [  2820] By: gsar                                  on 1999/02/07  10:20:35
12997         Log: add draft debugging API implementation
12998      Branch: perl
12999            + lib/DB.pm
13000            ! MANIFEST
13001 ____________________________________________________________________________
13002 [  2819] By: gsar                                  on 1999/02/07  09:58:45
13003         Log: avoid garbage in db->dirbuf
13004              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
13005              Date: Sat, 05 Dec 1998 14:14:54 +0900
13006              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
13007              Subject: SDBM bug
13008      Branch: perl
13009            ! ext/SDBM_File/sdbm/sdbm.c
13010 ____________________________________________________________________________
13011 [  2818] By: gsar                                  on 1999/02/07  09:32:24
13012         Log: missing entry
13013      Branch: perl
13014            ! MANIFEST
13015 ____________________________________________________________________________
13016 [  2817] By: gsar                                  on 1999/02/07  09:30:47
13017         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
13018      Branch: perl
13019            + t/comp/bproto.t
13020            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
13021 ____________________________________________________________________________
13022 [  2816] By: gsar                                  on 1999/02/06  00:14:29
13023         Log: minor bug in dumping blessed subrefs
13024      Branch: perl
13025            ! ext/Data/Dumper/Dumper.pm
13026 ____________________________________________________________________________
13027 [  2812] By: jhi                                   on 1999/02/03  22:02:24
13028         Log: Enhance change #2808.
13029              
13030              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13031              To: perl5-porters@perl.org
13032              Subject: Re: [PATCH 5.00*]: perlbug checklist
13033              Date: Wed, 3 Feb 1999 19:02:27 +0000
13034              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
13035      Branch: cfgperl
13036            ! utils/perlbug.PL
13037 ____________________________________________________________________________
13038 [  2811] By: jhi                                   on 1999/02/03  21:53:23
13039         Log: From: Barrie Slaymaker <rbs@telerama.com>
13040              To: perl5-porters@perl.org
13041              CC: pod-people@perl.org
13042              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
13043              Date: Wed, 03 Feb 1999 10:34:18 -0500
13044              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
13045              
13046              Add File::PathConvert.pm.
13047              Fix Pod::Html and installhtml to understand relative urls.
13048      Branch: cfgperl
13049            + lib/File/PathConvert.pm
13050            ! MANIFEST installhtml lib/Pod/Html.pm
13051 ____________________________________________________________________________
13052 [  2810] By: jhi                                   on 1999/02/03  20:25:10
13053         Log: From: Francois Desarmenien <desar@club-internet.fr>
13054              To: Mailing list Perl5 <perl5-porters@perl.org>
13055              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
13056              Date: Wed, 03 Feb 1999 13:13:24 +0000
13057              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
13058              
13059              (note: this patch completely overrides Tom Wolfe's patch,
13060              change #2604)
13061      Branch: cfgperl
13062            + ext/GDBM_File/hints/sco.pl
13063            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
13064 ____________________________________________________________________________
13065 [  2809] By: jhi                                   on 1999/02/03  19:54:16
13066         Log: h2ph fixes + Configure patch to support them.
13067              
13068              From: "Kurt D. Starsinic" <kstar@chapin.edu>
13069              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
13070              Gurusamy Sarathy <gsar@engin.umich.edu>
13071              Cc: perl5-porters@perl.org
13072              Subject: [PATCH 5.00503_MT5] h2ph.PL
13073              Date: Tue, 2 Feb 1999 19:48:06 -0500
13074              Message-ID: <19990202194806.E10647@O2.chapin.edu>
13075      Branch: maint-5.005/perl
13076            ! Configure utils/h2ph.PL
13077 ____________________________________________________________________________
13078 [  2808] By: jhi                                   on 1999/02/03  16:59:55
13079         Log: Enhance the perlbug checklist.
13080      Branch: cfgperl
13081            ! utils/perlbug.PL
13082 ____________________________________________________________________________
13083 [  2807] By: jhi                                   on 1999/02/03  14:01:37
13084         Log: Document the standard strftime %formats.
13085              
13086              From: Dominic Dunlop <domo@vo.lu>
13087              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
13088              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
13089              Date: Tue, 2 Feb 1999 15:55:29 +0100
13090              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
13091      Branch: cfgperl
13092            ! ext/POSIX/POSIX.pod
13093 ____________________________________________________________________________
13094 [  2806] By: jhi                                   on 1999/02/03  13:58:00
13095         Log: Integrate from mainperl.
13096      Branch: cfgperl
13097           !> perl.h
13098 ____________________________________________________________________________
13099 [  2805] By: gsar                                  on 1999/02/03  03:32:31
13100         Log: PL_uuemap[] init needs help for sizeof()
13101      Branch: perl
13102            ! perl.h
13103 ____________________________________________________________________________
13104 [  2804] By: jhi                                   on 1999/02/02  20:44:30
13105         Log: These should've been already in #2803.
13106      Branch: cfgperl
13107            ! Configure config_h.SH vms/subconfigure.com
13108 ____________________________________________________________________________
13109 [  2803] By: jhi                                   on 1999/02/02  20:38:45
13110         Log: telldir prototype issue, from mists of time...
13111      Branch: cfgperl
13112            ! hints/netbsd.sh pp_sys.c
13113 ____________________________________________________________________________
13114 [  2801] By: jhi                                   on 1999/02/02  17:40:14
13115         Log: From: John Bley <jbb6@acpub.duke.edu>
13116              To: perlbug@perl.org
13117              Subject: [PATCH]5.005_54 (DOC) fix minor typos
13118              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
13119              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
13120      Branch: cfgperl
13121            ! pod/perlre.pod
13122 ____________________________________________________________________________
13123 [  2800] By: jhi                                   on 1999/02/02  17:26:49
13124         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
13125      Branch: cfgperl
13126            ! Todo-5.005
13127 ____________________________________________________________________________
13128 [  2799] By: jhi                                   on 1999/02/02  17:18:51
13129         Log: Update FindBin from maint-5.005.
13130      Branch: cfgperl
13131            ! lib/FindBin.pm
13132 ____________________________________________________________________________
13133 [  2798] By: jhi                                   on 1999/02/02  17:16:07
13134         Log: Fix typecasts in #2797
13135              
13136              From: "G. Del Merritt" <del@intranetics.com>
13137              Date: Fri, 29 Jan 1999 11:47:25 -0700
13138              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
13139              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
13140      Branch: cfgperl
13141            ! ext/POSIX/POSIX.xs
13142 ____________________________________________________________________________
13143 [  2797] By: jhi                                   on 1999/02/02  17:14:37
13144         Log: From: Ted Law <tedlaw@cibcwg.com>
13145              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
13146              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
13147              Subject: POSIX::strftime buffer overflow problem
13148      Branch: cfgperl
13149            ! ext/POSIX/POSIX.xs
13150 ____________________________________________________________________________
13151 [  2796] By: jhi                                   on 1999/02/02  17:13:23
13152         Log: Do not use File::Slurp.
13153      Branch: cfgperl
13154            ! t/lib/textfill.t
13155 ____________________________________________________________________________
13156 [  2795] By: jhi                                   on 1999/02/02  17:11:48
13157         Log: perlhist update from maint-5.005.
13158      Branch: cfgperl
13159            ! pod/perlhist.pod
13160 ____________________________________________________________________________
13161 [  2794] By: jhi                                   on 1999/02/02  17:10:33
13162         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
13163      Branch: cfgperl
13164            ! ext/POSIX/POSIX.pm
13165 ____________________________________________________________________________
13166 [  2793] By: jhi                                   on 1999/02/02  17:08:39
13167         Log: Missed the html test from change #2787. 
13168      Branch: cfgperl
13169            ! t/lib/cgi-html.t
13170 ____________________________________________________________________________
13171 [  2792] By: jhi                                   on 1999/02/02  17:01:24
13172         Log: Update Getopt::Long to 2.19.
13173      Branch: cfgperl
13174            ! lib/Getopt/Long.pm
13175 ____________________________________________________________________________
13176 [  2791] By: jhi                                   on 1999/02/02  16:59:13
13177         Log: overload syntax is no longer experimental
13178      Branch: cfgperl
13179            ! lib/overload.pm
13180 ____________________________________________________________________________
13181 [  2789] By: jhi                                   on 1999/02/02  16:47:50
13182         Log: Still doc fixes.
13183      Branch: cfgperl
13184            ! lib/diagnostics.pm
13185 ____________________________________________________________________________
13186 [  2788] By: jhi                                   on 1999/02/02  16:47:07
13187         Log: Doc fixes.
13188      Branch: cfgperl
13189            ! lib/CGI.pm lib/diagnostics.pm
13190 ____________________________________________________________________________
13191 [  2787] By: jhi                                   on 1999/02/02  16:38:55
13192         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
13193              where applicable).
13194      Branch: cfgperl
13195            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
13196            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
13197            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
13198            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
13199            ! eg/cgi/frameset.cgi eg/cgi/index.html
13200            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
13201            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
13202            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
13203            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
13204            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
13205            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
13206 ____________________________________________________________________________
13207 [  2786] By: jhi                                   on 1999/02/02  16:17:52
13208         Log: Update CPAN to 1.47.
13209      Branch: cfgperl
13210            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
13211 ____________________________________________________________________________
13212 [  2785] By: jhi                                   on 1999/02/02  16:09:03
13213         Log: From: Mark-Jason Dominus <mjd@plover.com>
13214              Date: Sat, 16 Jan 1999 17:22:06 -0500
13215              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
13216              Message-ID: <19990116222206.3674.qmail@plover.com>
13217      Branch: cfgperl
13218            ! pod/perlsub.pod
13219 ____________________________________________________________________________
13220 [  2784] By: jhi                                   on 1999/02/02  16:01:31
13221         Log: Fix incorrect "used only once" warnings
13222              
13223              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13224              Date: Fri, 8 Jan 1999 04:37:10 -0500
13225              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
13226              Subject: Re: change#965 flakiness
13227      Branch: cfgperl
13228            ! gv.c
13229 ____________________________________________________________________________
13230 [  2783] By: jhi                                   on 1999/02/02  15:50:38
13231         Log: perldelta updates.
13232      Branch: cfgperl
13233            ! pod/perldelta.pod
13234 ____________________________________________________________________________
13235 [  2782] By: jhi                                   on 1999/02/02  14:28:26
13236         Log: Mirror change #2781.
13237      Branch: cfgperl
13238            ! hints/linux.sh
13239 ____________________________________________________________________________
13240 [  2781] By: jhi                                   on 1999/02/02  14:27:01
13241         Log: Update the MkLinux note.
13242      Branch: maint-5.005/perl
13243            ! hints/linux.sh
13244 ____________________________________________________________________________
13245 [  2780] By: jhi                                   on 1999/02/02  14:10:59
13246         Log: Update todo.
13247      Branch: cfgperl
13248            ! Todo-5.005
13249 ____________________________________________________________________________
13250 [  2779] By: jhi                                   on 1999/02/02  14:00:25
13251         Log: Integrate from mainperl.
13252      Branch: cfgperl
13253            ! t/lib/textfill.t t/lib/textwrap.t
13254           !> (integrate 32 files)
13255 ____________________________________________________________________________
13256 [  2778] By: jhi                                   on 1999/02/02  13:56:23
13257         Log: VMS update, applicable parts of
13258              
13259              From: Dan Sugalski <sugalskd@osshe.edu>
13260              To: perl5-porters@perl.org
13261              Subject: [PATCH 5.005_03MT3]VMS configure tweak
13262              Date: Wed, 20 Jan 1999 12:05:18 -0800
13263              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
13264              
13265              From: Dan Sugalski <sugalskd@osshe.edu>
13266              To: perlbug@perl.com, vmsperl@perl.org
13267              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
13268              Date: Tue, 26 Jan 1999 14:40:38 -0800
13269              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
13270              
13271              From: Dan Sugalski <sugalskd@osshe.edu>
13272              To: perl5-porters@perl.org, vmsperl@perl.org
13273              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
13274              Date: Tue, 26 Jan 1999 14:55:29 -0800
13275              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
13276      Branch: cfgperl
13277            ! vms/ext/Stdio/test.pl vms/subconfigure.com
13278 ____________________________________________________________________________
13279 [  2777] By: jhi                                   on 1999/02/02  13:43:24
13280         Log: Synch usethreads parts from maint-5.005.
13281      Branch: cfgperl
13282            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
13283            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
13284            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
13285            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
13286 ____________________________________________________________________________
13287 [  2776] By: jhi                                   on 1999/02/02  13:17:16
13288         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
13289      Branch: cfgperl
13290            ! Makefile.SH hints/freebsd.sh
13291 ____________________________________________________________________________
13292 [  2774] By: jhi                                   on 1999/02/02  13:10:39
13293         Log: Add perlthrtut, update pod/* machinery.
13294              (a pod/Makefile.SH is sorely needed)
13295      Branch: cfgperl
13296            + pod/perlthrtut.pod
13297            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
13298 ____________________________________________________________________________
13299 [  2773] By: jhi                                   on 1999/02/02  12:54:24
13300         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13301              To: perl5-porters@perl.org
13302              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
13303              Date: Tue, 26 Jan 1999 22:25:07 +0000
13304              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
13305      Branch: cfgperl
13306            ! pod/perlguts.pod
13307 ____________________________________________________________________________
13308 [  2771] By: jhi                                   on 1999/02/02  12:47:34
13309         Log: Use perlbug instead of personal email address.
13310      Branch: cfgperl
13311            ! Configure
13312 ____________________________________________________________________________
13313 [  2770] By: jhi                                   on 1999/02/02  12:42:06
13314         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
13315              
13316              From: "G. Del Merritt" <del@intranetics.com>
13317              To: perlbug@perl.com
13318              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
13319              Date: Tue, 26 Jan 1999 12:09:09 -0700
13320              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
13321      Branch: cfgperl
13322            ! iperlsys.h
13323 ____________________________________________________________________________
13324 [  2769] By: jhi                                   on 1999/02/02  12:37:57
13325         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13326              To: Mailing list Perl5 <perl5-porters@perl.org>
13327              Subject: [PATCH 5.005_*] OS/2 threads
13328              Date: Tue, 26 Jan 1999 13:39:46 -0500
13329              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
13330      Branch: cfgperl
13331            ! os2/os2ish.h
13332 ____________________________________________________________________________
13333 [  2768] By: jhi                                   on 1999/02/02  12:36:16
13334         Log: Apply change #2711 from maint-5.005:
13335              
13336              make ok", "make okfile", and "make nok" were broken
13337              with -Duseshrplib, because of a shared typo.
13338              
13339              From: Spider Boardman <spider@web.zk3.dec.com>
13340              To: perlbug@perl.com
13341              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
13342              Date: Wed, 27 Jan 1999 12:27:15 -0500
13343              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
13344      Branch: cfgperl
13345            ! Makefile.SH
13346 ____________________________________________________________________________
13347 [  2766] By: jhi                                   on 1999/02/02  12:27:08
13348         Log: Make Configure use "int main()" instead of bare "main()".
13349              Like maint-5.005 change #2703 but now via metaconfig.
13350      Branch: cfgperl
13351            ! Configure
13352 ____________________________________________________________________________
13353 [  2765] By: jhi                                   on 1999/02/02  11:59:30
13354         Log: Undo part of change #2562.
13355      Branch: cfgperl
13356            ! Configure
13357 ____________________________________________________________________________
13358 [  2764] By: jhi                                   on 1999/02/02  11:52:39
13359         Log: NetBSD synch with maint-5.005.
13360      Branch: cfgperl
13361            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
13362 ____________________________________________________________________________
13363 [  2763] By: jhi                                   on 1999/02/02  11:44:07
13364         Log: $Config{installusrbinperl}
13365              (maint-5.005 changes #2614 and #2709)
13366      Branch: cfgperl
13367            ! Configure installperl
13368 ____________________________________________________________________________
13369 [  2762] By: jhi                                   on 1999/02/02  11:29:13
13370         Log: Errno update from maint-5.005 (changes #2583, #2710).
13371      Branch: cfgperl
13372            ! Configure ext/Errno/Errno_pm.PL
13373 ____________________________________________________________________________
13374 [  2759] By: jhi                                   on 1999/02/02  10:53:20
13375         Log: Update Trig.pm from maint-5.005.
13376      Branch: cfgperl
13377            ! lib/Math/Trig.pm
13378 ____________________________________________________________________________
13379 [  2757] By: jhi                                   on 1999/02/02  10:41:26
13380         Log: MPE/iX update (mirror maint-5.005 change #2715)
13381      Branch: cfgperl
13382            ! hints/mpeix.sh mpeix/relink
13383 ____________________________________________________________________________
13384 [  2756] By: jhi                                   on 1999/02/02  10:38:08
13385         Log: BeOS update (Mirror maint-5.005 change #2727).
13386      Branch: cfgperl
13387            + ext/DynaLoader/dl_beos.xs
13388            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
13389            ! lib/ExtUtils/MM_Unix.pm
13390 ____________________________________________________________________________
13391 [  2754] By: gsar                                  on 1999/02/02  08:52:13
13392         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
13393      Branch: perl
13394            ! Porting/pumpkin.pod Todo Todo-5.005
13395 ____________________________________________________________________________
13396 [  2753] By: gsar                                  on 1999/02/02  08:46:21
13397         Log: Todo tweaks
13398      Branch: perl
13399            ! Todo Todo-5.005
13400 ____________________________________________________________________________
13401 [  2752] By: jhi                                   on 1999/02/01  22:15:12
13402         Log: Add perlthrtut.pod.
13403              
13404              From: Dan Sugalski <sugalskd@osshe.edu>
13405              To: perl5-porters@perl.org
13406              Subject: perlthrtut.pod
13407              Date: Mon, 01 Feb 1999 10:57:11 -0800
13408              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
13409      Branch: maint-5.005/perl
13410            + pod/perlthrtut.pod
13411            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
13412            ! pod/roffitall
13413 ____________________________________________________________________________
13414 [  2751] By: gsar                                  on 1999/02/01  07:28:05
13415         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
13416      Branch: perl
13417            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
13418            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
13419 ____________________________________________________________________________
13420 [  2750] By: gsar                                  on 1999/02/01  07:09:20
13421         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13422              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
13423              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
13424              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
13425      Branch: perl
13426            ! regexec.c
13427 ____________________________________________________________________________
13428 [  2749] By: gsar                                  on 1999/02/01  07:07:59
13429         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13430              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
13431              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
13432              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
13433      Branch: perl
13434            ! regexec.c
13435 ____________________________________________________________________________
13436 [  2748] By: gsar                                  on 1999/02/01  06:47:06
13437         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
13438              Date: Thu, 3 Dec 1998 15:10:17 -0500
13439              Message-Id: <199812032010.PAA09692@jik.shore.net>
13440              Subject: sample checksum code in "perlfunc" man page is wrong
13441      Branch: perl
13442            ! pod/perlfunc.pod
13443 ____________________________________________________________________________
13444 [  2747] By: gsar                                  on 1999/02/01  06:35:13
13445         Log: typos in Pod/Text.pm
13446              From: "Greg Chapman" <glc@well.com>
13447              Date: Tue, 1 Dec 1998 10:50:18 -0800
13448              Message-Id: <199812011849.KAA08816@smtp.well.com>
13449              Subject: Glitch in Pod::Text
13450      Branch: perl
13451            ! lib/Pod/Text.pm
13452 ____________________________________________________________________________
13453 [  2746] By: gsar                                  on 1999/02/01  06:27:35
13454         Log: various win32-ish changes merged from maint-5.005
13455      Branch: perl
13456            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
13457            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
13458            ! win32/Makefile win32/config.bc win32/config.vc
13459            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
13460            ! win32/win32.c
13461 ____________________________________________________________________________
13462 [  2745] By: gsar                                  on 1999/02/01  04:51:54
13463         Log: integrate cfgperl changes into mainline
13464      Branch: perl
13465           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
13466 ____________________________________________________________________________
13467 [  2744] By: gsar                                  on 1999/02/01  04:31:09
13468         Log: improved diagnostic on syntax errors at EOL
13469      Branch: perl
13470            ! toke.c
13471 ____________________________________________________________________________
13472 [  2743] By: gsar                                  on 1999/02/01  03:59:13
13473         Log: don't attempt connect() to bogus IP addresses
13474              From:    Graham Barr <gbarr@pobox.com>
13475              Date:    Sun, 31 Jan 1999 21:50:45 CST
13476              Message-Id: <19990131215045.A633@pobox.com>
13477      Branch: perl
13478            ! t/lib/io_multihomed.t
13479 ____________________________________________________________________________
13480 [  2742] By: gsar                                  on 1999/02/01  03:08:58
13481         Log: update Changes
13482      Branch: perl
13483            ! Changes pod/perldelta.pod
13484 ____________________________________________________________________________
13485 [  2740] By: gsar                                  on 1999/02/01  02:43:07
13486         Log: CAPI inheritance tweak and doc
13487      Branch: maint-5.005/perl
13488            ! lib/ExtUtils/MakeMaker.pm
13489 ____________________________________________________________________________
13490 [  2739] By: jhi                                   on 1999/01/31  18:31:54
13491         Log: Undo changes #2730 and #2731 and replace them
13492              with an extensively tested patch from
13493              Anton Berezin <tobez@plab.ku.dk> (via private email).
13494      Branch: maint-5.005/perl
13495            ! Makefile.SH hints/freebsd.sh
13496 ____________________________________________________________________________
13497 [  2738] By: gsar                                  on 1999/01/31  05:04:32
13498         Log: fix bogus CAPI inheritance from change#2541
13499      Branch: maint-5.005/perl
13500            ! lib/ExtUtils/MakeMaker.pm
13501 ____________________________________________________________________________
13502 [  2731] By: jhi                                   on 1999/01/29  14:33:12
13503         Log: FreeBSD version numbers can be like "2.2.8-release".
13504      Branch: maint-5.005/perl
13505            ! hints/freebsd.sh
13506 ____________________________________________________________________________
13507 [  2730] By: jhi                                   on 1999/01/29  12:40:38
13508         Log: FreeBSD hints iteration (hopefully convergent).
13509              usethreads: require at least FreeBSD 2.2.8.
13510              signal type: mirror change #2429 in cfgperl.
13511      Branch: maint-5.005/perl
13512            ! hints/freebsd.sh
13513 ____________________________________________________________________________
13514 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
13515         Log: From: Tom Spindler <dogcow@isi.net>
13516              Date: Thu, 28 Jan 1999 17:15:11 -0800
13517              Message-ID: <19990128171510.A11778@isi.net>
13518              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
13519      Branch: maint-5.005/perl
13520            + ext/DynaLoader/dl_beos.xs
13521            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
13522            ! lib/ExtUtils/MM_Unix.pm
13523 ____________________________________________________________________________
13524 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
13525         Log: Remove use of File::Slurp in t/lib/textfill.t
13526      Branch: maint-5.005/perl
13527            ! t/lib/textfill.t
13528 ____________________________________________________________________________
13529 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
13530         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
13531              Date: Wed, 27 Jan 1999 23:14:33 -0800
13532              Message-Id: <199901280714.XAA10176@activestate.com>
13533              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
13534      Branch: maint-5.005/perl
13535            ! win32/Makefile win32/makefile.mk
13536 ____________________________________________________________________________
13537 [  2720] By: gsar                                  on 1999/01/27  21:54:42
13538         Log: missing space while munging CCFLAGS for PERL_CAPI
13539      Branch: perl
13540            ! lib/ExtUtils/MM_Unix.pm
13541 ____________________________________________________________________________
13542 [  2718] By: jhi                                   on 1999/01/27  19:46:04
13543         Log: io/fs.t fails test #18 (sense of tests appears to have been
13544              changed incompletely; this patch just skips the test attached,
13545              a la test #17 preceding it).
13546              
13547              From: "G. Del Merritt" <del@intranetics.com>
13548              To: perlbug@perl.com
13549              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
13550              Date: Tue, 26 Jan 1999 12:09:09 -0700
13551              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
13552      Branch: maint-5.005/perl
13553            ! t/io/fs.t
13554 ____________________________________________________________________________
13555 [  2717] By: jhi                                   on 1999/01/27  19:44:46
13556         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
13557              
13558              From: "G. Del Merritt" <del@intranetics.com>
13559              To: perlbug@perl.com
13560              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
13561              Date: Tue, 26 Jan 1999 12:09:09 -0700
13562              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
13563      Branch: maint-5.005/perl
13564            ! iperlsys.h
13565 ____________________________________________________________________________
13566 [  2715] By: jhi                                   on 1999/01/27  19:34:28
13567         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
13568              To: perl5-porters@perl.org
13569              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
13570              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
13571              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
13572      Branch: maint-5.005/perl
13573            ! hints/mpeix.sh mpeix/relink
13574 ____________________________________________________________________________
13575 [  2710] By: jhi                                   on 1999/01/27  19:22:23
13576         Log: Errno fixes:
13577              
13578              From: Spider Boardman <spider@web.zk3.dec.com>
13579              To: perlbug@perl.com
13580              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
13581              Date: Wed, 27 Jan 1999 12:27:15 -0500
13582              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
13583              
13584              From: Spider Boardman <spider@web.zk3.dec.com>
13585              To: perlbug@perl.com
13586              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
13587              Date: Wed, 27 Jan 1999 13:31:16 -0500
13588              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
13589      Branch: maint-5.005/perl
13590            ! Configure ext/Errno/Errno_pm.PL
13591 ____________________________________________________________________________
13592 [  2709] By: jhi                                   on 1999/01/27  19:17:35
13593         Log: Fix Configure installusrbinperl:
13594              
13595              From: Spider Boardman <spider@web.zk3.dec.com>
13596              To: jhi@iki.fi
13597              cc: perl5-porters@perl.org
13598              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
13599              Date: Wed, 27 Jan 1999 13:03:35 -0500
13600              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
13601      Branch: maint-5.005/perl
13602            ! Configure
13603 ____________________________________________________________________________
13604 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
13605         Log: Add redef IO::Handle::* for setv?buf()
13606      Branch: maint-5.005/perl
13607            ! ext/POSIX/POSIX.pm
13608 ____________________________________________________________________________
13609 [  2705] By: jhi                                   on 1999/01/24  15:14:30
13610         Log: Mention year-1900 and month 0..11.
13611      Branch: cfgperl
13612            ! lib/Time/Local.pm
13613 ____________________________________________________________________________
13614 [  2704] By: jhi                                   on 1999/01/24  15:13:36
13615         Log: Document Configure -Uinstallusrbinperl.
13616      Branch: cfgperl
13617            ! INSTALL pod/perldelta.pod
13618 ____________________________________________________________________________
13619 [  2698] By: jhi                                   on 1999/01/24  12:46:00
13620         Log: Use only xlc_r for usethreads.
13621      Branch: cfgperl
13622            ! hints/aix.sh
13623 ____________________________________________________________________________
13624 [  2695] By: gsar                                  on 1999/01/24  07:09:05
13625         Log: integrate cfgperl changes into mainline
13626      Branch: perl
13627           +> lib/Exporter/Heavy.pm
13628           !> (integrate 65 files)
13629 ____________________________________________________________________________
13630 [  2694] By: gsar                                  on 1999/01/24  01:28:49
13631         Log: better notes on 'make' on win32
13632      Branch: perl
13633            ! README.win32
13634 ____________________________________________________________________________
13635 [  2683] By: jhi                                   on 1999/01/22  15:41:00
13636         Log: More de-cut-and-pastos.
13637      Branch: cfgperl
13638            ! hints/irix_6.sh hints/os2.sh
13639 ____________________________________________________________________________
13640 [  2682] By: jhi                                   on 1999/01/22  15:30:51
13641         Log: usethreads.cbu cut-and-pasto.
13642      Branch: cfgperl
13643            ! hints/solaris_2.sh
13644 ____________________________________________________________________________
13645 [  2681] By: jhi                                   on 1999/01/22  14:54:55
13646         Log: Better (I hope) LANGUAGE documentation.
13647      Branch: cfgperl
13648            ! pod/perllocale.pod
13649 ____________________________________________________________________________
13650 [  2680] By: jhi                                   on 1999/01/22  09:20:29
13651         Log: From: Dan Sugalski <sugalskd@osshe.edu>
13652              To: perl5-porters@perl.org
13653              Subject: [PATCH 5.005_03MT3]VMS configure tweak
13654              Date: Wed, 20 Jan 1999 12:05:18 -0800
13655              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
13656      Branch: cfgperl
13657            ! vms/subconfigure.com
13658 ____________________________________________________________________________
13659 [  2679] By: jhi                                   on 1999/01/22  09:13:18
13660         Log: nosuid getmntent() branch.
13661      Branch: cfgperl
13662            ! perl.c perl.h
13663 ____________________________________________________________________________
13664 [  2678] By: jhi                                   on 1999/01/22  08:54:19
13665         Log: nosuid patch continued: *BSD needs <sys/param.h>.
13666      Branch: cfgperl
13667            ! Configure config_h.SH
13668 ____________________________________________________________________________
13669 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
13670         Log: Fixup FindBin to use File::Spec
13671              
13672              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
13673              Date: Wed, 20 Jan 1999 18:51:57 +0000
13674              From: Paul Johnson <pjcj@transeda.com>
13675              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
13676      Branch: maint-5.005/perl
13677            ! lib/FindBin.pm
13678 ____________________________________________________________________________
13679 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
13680         Log: Fix win32 for Borland compiler and spaces in paths
13681              
13682              From: Gurusamy Sarathy <gsar@activestate.com>
13683              Date: Mon, 18 Jan 1999 20:33:17 -0800
13684              Message-Id: <199901190433.UAA03656@activestate.com>
13685              Subject: [PATCH] 5.005_03-trial3 win32 issues
13686      Branch: maint-5.005/perl
13687            ! README.win32 win32/Makefile win32/config_sh.PL
13688            ! win32/makefile.mk win32/runperl.c
13689 ____________________________________________________________________________
13690 [  2670] By: jhi                                   on 1999/01/21  16:12:38
13691         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13692              To: perl5-porters@perl.org
13693              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
13694              Date: Thu, 21 Jan 1999 12:08:01 +0000
13695              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
13696      Branch: cfgperl
13697            ! pod/perldiag.pod t/op/subst.t toke.c
13698 ____________________________________________________________________________
13699 [  2669] By: jhi                                   on 1999/01/21  16:11:46
13700         Log: To: perl5-porters@perl.org
13701              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
13702              From: Anton Berezin <tobez@plab.ku.dk>
13703              Date: 21 Jan 1999 17:07:28 +0100
13704              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
13705      Branch: cfgperl
13706            ! hints/freebsd.sh
13707 ____________________________________________________________________________
13708 [  2668] By: jhi                                   on 1999/01/21  15:38:34
13709         Log: Add Daniel Grisinger <dgris@dimensional.com>.
13710      Branch: cfgperl
13711            ! AUTHORS MAINTAIN
13712 ____________________________________________________________________________
13713 [  2667] By: jhi                                   on 1999/01/21  15:32:28
13714         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13715              To: Mailing list Perl5 <perl5-porters@perl.org>
13716              Subject: [PATCH 5.005_53] Lean Exporter.pm
13717              Date: Thu, 21 Jan 1999 03:25:23 -0500
13718              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
13719      Branch: cfgperl
13720            + lib/Exporter/Heavy.pm
13721            ! MANIFEST lib/Exporter.pm
13722 ____________________________________________________________________________
13723 [  2666] By: jhi                                   on 1999/01/21  15:24:10
13724         Log: From: "W. Phillip Moore" <wpm@ms.com>
13725              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
13726              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
13727              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
13728              Message-ID: <13988.46383.298992.97303@zappa>
13729      Branch: cfgperl
13730            ! lib/File/Path.pm
13731 ____________________________________________________________________________
13732 [  2665] By: jhi                                   on 1999/01/21  15:20:48
13733         Log: CPAN update (CPAN-1.44_54) from Andreas and
13734              jumbo doc patch from Abigail.
13735              
13736              From: abigail@fnx.com
13737              To: perl5-porters@perl.org (Perl Porters)
13738              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
13739              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
13740              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
13741              
13742              From: abigail@fnx.com
13743              To: perl5-porters@perl.org (Perl Porters)
13744              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
13745              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
13746              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
13747              
13748              From: abigail@fnx.com
13749              To: perl5-porters@perl.org (Perl Porters)
13750              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
13751              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
13752              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
13753              
13754              From: abigail@fnx.com
13755              To: perl5-porters@perl.org (Perl Porters)
13756              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
13757              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
13758              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
13759              
13760              From: abigail@fnx.com
13761              To: perl5-porters@perl.org (Perl Porters)
13762              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
13763              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
13764              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
13765              
13766              From: abigail@fnx.com
13767              To: perl5-porters@perl.org (Perl Porters)
13768              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
13769              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
13770              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
13771              
13772              From: abigail@fnx.com
13773              To: perl5-porters@perl.org (Perl Porters)
13774              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
13775              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
13776              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
13777              
13778              From: abigail@fnx.com
13779              To: perl5-porters@perl.org (Perl Porters)
13780              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
13781              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
13782              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
13783              
13784              From: abigail@fnx.com
13785              To: perl5-porters@perl.org (Perl Porters)
13786              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
13787              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
13788              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
13789              
13790              From: abigail@fnx.com
13791              To: perl5-porters@perl.org (Perl Porters)
13792              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
13793              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
13794              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
13795              
13796              From: abigail@fnx.com
13797              To: perl5-porters@perl.org (Perl Porters)
13798              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
13799              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
13800              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
13801              
13802              From: abigail@fnx.com
13803              To: perl5-porters@perl.org (Perl Porters)
13804              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
13805              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
13806              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
13807              
13808              From: abigail@fnx.com
13809              To: perl5-porters@perl.org (Perl Porters)
13810              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
13811              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
13812              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
13813      Branch: cfgperl
13814            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
13815            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
13816            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
13817            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
13818 ____________________________________________________________________________
13819 [  2664] By: jhi                                   on 1999/01/21  14:47:43
13820         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13821              To: Mailing list Perl5 <perl5-porters@perl.org>
13822              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
13823              Date: Thu, 21 Jan 1999 03:58:29 -0500
13824              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
13825      Branch: cfgperl
13826            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
13827 ____________________________________________________________________________
13828 [  2663] By: jhi                                   on 1999/01/21  14:43:58
13829         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13830              To: Mailing list Perl5 <perl5-porters@perl.org>
13831              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
13832              Date: Thu, 21 Jan 1999 02:46:34 -0500
13833              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
13834      Branch: cfgperl
13835            ! ext/Errno/Errno_pm.PL
13836 ____________________________________________________________________________
13837 [  2662] By: jhi                                   on 1999/01/21  14:42:42
13838         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
13839              To: Francois Desarmenien <desar@club-internet.fr>
13840              Cc: Gurusamy Sarathy <gsar@activestate.com>,
13841              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
13842              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
13843              Date: 21 Jan 1999 00:17:35 -0700
13844              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
13845      Branch: cfgperl
13846            ! Porting/patching.pod
13847 ____________________________________________________________________________
13848 [  2661] By: jhi                                   on 1999/01/21  14:41:13
13849         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13850              To: Mailing list Perl5 <perl5-porters@perl.org>
13851              Subject: [PATCH 5.00*] makedepend
13852              Date: Thu, 21 Jan 1999 02:08:27 -0500
13853              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
13854      Branch: cfgperl
13855            ! makedepend.SH
13856 ____________________________________________________________________________
13857 [  2660] By: jhi                                   on 1999/01/21  14:36:45
13858         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13859              To: Mailing list Perl5 <perl5-porters@perl.org>
13860              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
13861              Date: Tue, 19 Jan 1999 20:06:45 -0500
13862              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
13863      Branch: cfgperl
13864            ! os2/Changes os2/os2.c
13865 ____________________________________________________________________________
13866 [  2657] By: jhi                                   on 1999/01/21  11:40:35
13867         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
13868              To: perl5-porters@perl.org
13869              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
13870              Date: Mon, 18 Jan 1999 01:32:31 PST
13871              Message-ID: <19990118093231.18443.qmail@hotmail.com>
13872      Branch: cfgperl
13873            ! ext/B/B/CC.pm
13874 ____________________________________________________________________________
13875 [  2656] By: jhi                                   on 1999/01/21  11:35:34
13876         Log: From: Achim Bohnet <ach@mpe.mpg.de>
13877              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
13878              Date: Wed, 20 Jan 1999 20:25:53 +0100
13879              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
13880      Branch: cfgperl
13881            ! pp.c
13882 ____________________________________________________________________________
13883 [  2655] By: jhi                                   on 1999/01/21  10:46:01
13884         Log: Handle NIS (and NetInfo) more robustly.
13885      Branch: cfgperl
13886            ! t/op/grent.t t/op/pwent.t
13887 ____________________________________________________________________________
13888 [  2654] By: jhi                                   on 1999/01/21  10:17:20
13889         Log: Two-argument eaccess() of SCO.
13890      Branch: cfgperl
13891            ! pp_sys.c
13892 ____________________________________________________________________________
13893 [  2653] By: jhi                                   on 1999/01/21  08:53:14
13894         Log: -DNO_NOSUID_CHECK for those platforms which have no way
13895              of checking for nosuid but still want suidperl.
13896      Branch: cfgperl
13897            ! perl.c
13898 ____________________________________________________________________________
13899 [  2652] By: jhi                                   on 1999/01/21  08:22:50
13900         Log: The LANGUAGE mirrors LC_ALL usage.
13901      Branch: cfgperl
13902            ! Configure config_h.SH
13903 ____________________________________________________________________________
13904 [  2651] By: jhi                                   on 1999/01/20  22:01:21
13905         Log: I_MNTENT was missing.
13906      Branch: cfgperl
13907            ! Configure config_h.SH
13908 ____________________________________________________________________________
13909 [  2650] By: jhi                                   on 1999/01/19  13:42:03
13910         Log: NetBSD update, based on patches from the NetBSD packages system.
13911      Branch: cfgperl
13912            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
13913 ____________________________________________________________________________
13914 [  2649] By: jhi                                   on 1999/01/19  12:44:02
13915         Log: Jumbo Configure update.
13916              * -Uinstallusrbinperl: disable /usr/bin/perl installation
13917              by installperl
13918              * usethreads.cbu
13919              * use64bits.cbu
13920              * "nosuid"
13921      Branch: cfgperl
13922            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
13923            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
13924            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
13925            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
13926            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
13927            ! pod/perldiag.pod
13928 ____________________________________________________________________________
13929 [  2648] By: jhi                                   on 1999/01/19  09:16:44
13930         Log: Mention /usr/share/locale.
13931      Branch: cfgperl
13932            ! pod/perllocale.pod
13933 ____________________________________________________________________________
13934 [  2647] By: jhi                                   on 1999/01/19  09:11:11
13935         Log: SHMLBA strikes back in NetBSD/sparc.
13936              
13937              From: Dave Nelson <David.Nelson@bellcow.com>
13938              To: jhi@iki.fi
13939              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
13940              Date: Mon, 18 Jan 1999 22:07:56 -0600
13941              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
13942      Branch: cfgperl
13943            ! ext/IPC/SysV/SysV.xs
13944 ____________________________________________________________________________
13945 [  2646] By: jhi                                   on 1999/01/19  08:58:17
13946         Log: Show LANGUAGE env var when needed. (Augment change #2645).
13947      Branch: cfgperl
13948            ! util.c utils/perlbug.PL
13949 ____________________________________________________________________________
13950 [  2645] By: jhi                                   on 1999/01/19  08:52:15
13951         Log: Document the GNU LANGUAGE env var.
13952      Branch: cfgperl
13953            ! pod/perllocale.pod
13954 ____________________________________________________________________________
13955 [  2644] By: jhi                                   on 1999/01/19  08:42:25
13956         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13957              To: Mailing list Perl5 <perl5-porters@perl.org>
13958              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
13959              Date: Mon, 18 Jan 1999 20:57:02 -0500
13960              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
13961      Branch: cfgperl
13962            ! pp_hot.c t/op/pat.t
13963 ____________________________________________________________________________
13964 [  2643] By: jhi                                   on 1999/01/18  11:23:41
13965         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
13966      Branch: cfgperl
13967            ! Makefile.SH
13968 ____________________________________________________________________________
13969 [  2642] By: jhi                                   on 1999/01/18  11:03:38
13970         Log: GNU libc locale system has LANGUAGE env var that partly
13971              overrides even LC_ALL.
13972      Branch: cfgperl
13973            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
13974 ____________________________________________________________________________
13975 [  2641] By: jhi                                   on 1999/01/18  10:55:04
13976         Log: Integrate from mainperl.
13977      Branch: cfgperl
13978           +> ext/B/defsubs.h.PL
13979            ! t/op/groups.t
13980           !> (integrate 38 files)
13981 ____________________________________________________________________________
13982 [  2640] By: gsar                                  on 1999/01/18  10:06:29
13983         Log: a few random cleanups
13984      Branch: perl
13985            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
13986 ____________________________________________________________________________
13987 [  2639] By: gsar                                  on 1999/01/18  05:56:21
13988         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
13989              Date:    Sun, 17 Jan 1999 16:41:10 PST
13990              Message-Id: <19990118004111.29667.qmail@hotmail.com>
13991              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
13992      Branch: perl
13993            ! ext/B/B/C.pm
13994 ____________________________________________________________________________
13995 [  2638] By: gsar                                  on 1999/01/18  05:41:21
13996         Log: From:    jan.dubois@ibm.net (Jan Dubois)
13997              Date:    Mon, 18 Jan 1999 00:37:41 +0100
13998              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
13999              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
14000      Branch: perl
14001            ! dump.c
14002 ____________________________________________________________________________
14003 [  2633] By: gsar                                  on 1999/01/17  13:39:59
14004         Log: bogus assert()
14005      Branch: perl
14006            ! pp.c t/op/groups.t
14007 ____________________________________________________________________________
14008 [  2632] By: gsar                                  on 1999/01/17  13:22:04
14009         Log: various tweaks for clean build and test on win32
14010      Branch: perl
14011            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
14012            ! op.c t/pragma/warn/doio
14013 ____________________________________________________________________________
14014 [  2631] By: gsar                                  on 1999/01/17  12:28:06
14015         Log: undo change#2336, and add clarification about subversive
14016              CPAN distributions from Andreas Koenig
14017      Branch: perl
14018            ! Porting/pumpkin.pod lib/CPAN.pm
14019 ____________________________________________________________________________
14020 [  2630] By: gsar                                  on 1999/01/17  12:04:06
14021         Log: fix silent taint failures under -U
14022      Branch: perl
14023            ! doio.c
14024 ____________________________________________________________________________
14025 [  2629] By: gsar                                  on 1999/01/17  12:00:23
14026         Log: sanity check piped opens (tweaked version of patch suggested
14027              by Mark-Jason Dominus)
14028      Branch: perl
14029            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
14030            ! t/op/taint.t t/pragma/warn/doio
14031 ____________________________________________________________________________
14032 [  2628] By: gsar                                  on 1999/01/17  11:26:21
14033         Log: regen headers
14034      Branch: perl
14035            ! embed.h embedvar.h objXSUB.h
14036 ____________________________________________________________________________
14037 [  2627] By: gsar                                  on 1999/01/17  11:23:37
14038         Log: PERL_OBJECTness for change#2595
14039      Branch: perl
14040            ! embed.pl op.c pod/perlport.pod proto.h
14041 ____________________________________________________________________________
14042 [  2626] By: gsar                                  on 1999/01/17  09:47:07
14043         Log: PERL_OBJECT tweaks for change#2426
14044      Branch: perl
14045            ! embed.pl proto.h regcomp.c
14046 ____________________________________________________________________________
14047 [  2625] By: gsar                                  on 1999/01/17  09:37:58
14048         Log: documentation in change#2596 is not quite right; fix it
14049      Branch: perl
14050            ! lib/Math/BigFloat.pm pod/perlguts.pod
14051 ____________________________________________________________________________
14052 [  2624] By: gsar                                  on 1999/01/17  09:28:34
14053         Log: undo change#2571; C<use File::Spec> instead
14054      Branch: perl
14055            ! lib/FindBin.pm
14056 ____________________________________________________________________________
14057 [  2623] By: gsar                                  on 1999/01/17  09:20:42
14058         Log: change#2572 is not applicable; undo, retaining scan_bin addition
14059              to global.sym
14060      Branch: perl
14061            ! global.sym perl.c proto.h
14062 ____________________________________________________________________________
14063 [  2622] By: gsar                                  on 1999/01/17  09:17:42
14064         Log: change#2576 is based on a wrong premise; undo it
14065      Branch: perl
14066            ! pp_ctl.c
14067 ____________________________________________________________________________
14068 [  2621] By: gsar                                  on 1999/01/17  09:12:42
14069         Log: fix change#2602 to not used hard coded constants
14070      Branch: perl
14071            ! ext/B/B/C.pm ext/B/defsubs.h.PL
14072 ____________________________________________________________________________
14073 [  2620] By: gsar                                  on 1999/01/17  09:02:07
14074         Log: integrate cfgperl changes into mainline, fix conflicts
14075      Branch: perl
14076           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
14077           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
14078           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
14079           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
14080           +> pod/perlopentut.pod
14081           !> (integrate 162 files)
14082 ____________________________________________________________________________
14083 [  2619] By: gsar                                  on 1999/01/17  08:42:04
14084         Log: a few doc typos
14085      Branch: perl
14086            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
14087 ____________________________________________________________________________
14088 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
14089         Log: Win32 changes from Jan
14090              
14091              From: jan.dubois@ibm.net (Jan Dubois)
14092              Date: Fri, 15 Jan 1999 23:38:35 +0100
14093              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
14094              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
14095              
14096              From: jan.dubois@ibm.net (Jan Dubois)
14097              Date: Sat, 16 Jan 1999 13:02:45 +0100
14098              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
14099              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
14100      Branch: maint-5.005/perl
14101            ! README.win32 win32/Makefile win32/makefile.mk
14102 ____________________________________________________________________________
14103 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
14104         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
14105              
14106              From: Gurusamy Sarathy <gsar@engin.umich.edu>
14107              Date: Thu, 07 Jan 1999 00:12:00 -0500
14108              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
14109              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
14110              
14111              From: Gurusamy Sarathy <gsar@engin.umich.edu>
14112              Date: Thu, 14 Jan 1999 19:21:46 -0500
14113              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
14114              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
14115      Branch: maint-5.005/perl
14116            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
14117            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
14118            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
14119            ! win32/makedef.pl win32/runperl.c win32/win32.c
14120 ____________________________________________________________________________
14121 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
14122         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
14123              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
14124              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
14125              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
14126              
14127              From: Jarkko Hietaniemi <jhi@iki.fi>
14128              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
14129              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
14130              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
14131              
14132              From: Jarkko Hietaniemi <jhi@iki.fi>
14133              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
14134              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
14135              Subject: the promised "installusrbinperl + NetBSD" fix
14136      Branch: maint-5.005/perl
14137            ! Configure Makefile.SH hints/netbsd.sh installperl
14138            ! makedepend.SH unixish.h
14139 ____________________________________________________________________________
14140 [  2611] By: jhi                                   on 1999/01/14  12:16:14
14141         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
14142              To: pumpkings@jhereg.perl.com
14143              Subject: perlopentut.pod
14144              Date: Sat, 09 Jan 1999 08:13:18 -0700
14145              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
14146      Branch: cfgperl
14147            + pod/perlopentut.pod
14148            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
14149 ____________________________________________________________________________
14150 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
14151         Log: Added Carp::cluck to perldelta.pod
14152      Branch: maint-5.005/perl
14153            ! pod/perldelta.pod
14154 ____________________________________________________________________________
14155 [  2605] By: jhi                                   on 1999/01/13  18:26:19
14156         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
14157              To: "'cpan@perl.org'" <cpan@perl.org>
14158              Subject: "Bug" fix for File::Find.pm
14159              Date:   Thu, 31 Dec 1998 13:01:50 -0500
14160              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
14161      Branch: cfgperl
14162            ! lib/File/Find.pm
14163 ____________________________________________________________________________
14164 [  2604] By: jhi                                   on 1999/01/13  18:08:45
14165         Log: From: Peter Wolfe <wolfe@teloseng.com>
14166              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
14167              To: perlbug@perl.com
14168              Date: 11 Jan 1999 23:00:05 +0200
14169              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
14170      Branch: cfgperl
14171            ! hints/sco.sh
14172 ____________________________________________________________________________
14173 [  2603] By: jhi                                   on 1999/01/13  18:06:56
14174         Log: From: hans@icgroup.nl (Hans Mulder)
14175              Subject: [Patch for 5.005_54] re::debugcolors dumps core
14176              To: perlbug@perl.com
14177              Cc: hansmu@xs4all.nl
14178              Date: 11 Jan 1999 22:22:45 +0200
14179              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
14180      Branch: cfgperl
14181            ! ext/re/re.pm regcomp.c
14182 ____________________________________________________________________________
14183 [  2602] By: jhi                                   on 1999/01/13  18:05:43
14184         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
14185              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
14186              Date: 11 Jan 1999 08:02:41 +0200
14187              Lines: 134
14188              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
14189      Branch: cfgperl
14190            ! ext/B/B.xs ext/B/B/C.pm
14191 ____________________________________________________________________________
14192 [  2601] By: jhi                                   on 1999/01/13  18:01:53
14193         Log: From: James FitzGibbon <james@ican.net>
14194              Subject: Trivial patch for HP-UX 11 and shared libperl
14195              To: perl5-porters@perl.org
14196              Date: 8 Jan 1999 19:13:23 +0200
14197              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
14198      Branch: cfgperl
14199            ! Makefile.SH
14200 ____________________________________________________________________________
14201 [  2600] By: jhi                                   on 1999/01/13  17:59:45
14202         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
14203              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
14204              To: perl5-porters@perl.org
14205              Date: 8 Jan 1999 12:43:36 +0200
14206              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
14207      Branch: cfgperl
14208            ! ext/B/B/CC.pm
14209 ____________________________________________________________________________
14210 [  2599] By: jhi                                   on 1999/01/13  17:50:11
14211         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
14212              Subject: PATCH to installperl
14213              To: perl5-porters@perl.org
14214              Date: 4 Jan 1999 16:15:18 +0200
14215              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
14216      Branch: cfgperl
14217            ! installperl
14218 ____________________________________________________________________________
14219 [  2598] By: jhi                                   on 1999/01/13  17:34:51
14220         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
14221              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
14222              Cc: perl5-porters@perl.org
14223              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
14224              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
14225              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
14226      Branch: cfgperl
14227            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
14228            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
14229 ____________________________________________________________________________
14230 [  2597] By: jhi                                   on 1999/01/13  17:30:33
14231         Log: From: David Dyck <dcd@tc.fluke.com>
14232              To: Perl Porters <perl5-porters@perl.org>,
14233              Gurusamy Sarathy <gsar@engin.umich.edu>
14234              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
14235              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
14236              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
14237      Branch: cfgperl
14238            ! pod/perldsc.pod
14239 ____________________________________________________________________________
14240 [  2596] By: jhi                                   on 1999/01/13  17:26:44
14241         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
14242              To: perl5-porters@perl.org
14243              Subject: [PATCH] modglobal w/ spelling fixes
14244              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
14245              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
14246      Branch: cfgperl
14247            ! pod/perlguts.pod
14248 ____________________________________________________________________________
14249 [  2595] By: jhi                                   on 1999/01/13  17:24:59
14250         Log: From: Hans Mulder <hansm@icgroup.nl>
14251              Optimize common sort routines.  Thread started by the message
14252              
14253              From: Hans Mulder <hansm@icgroup.nl>
14254              Sender: owner-perl5-porters@perl.org
14255              To: perl5-porters@perl.org
14256              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
14257              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
14258              
14259              and the patch from the message
14260              
14261              From: Hans Mulder <hans@icgroup.nl>
14262              To: jhi@iki.fi
14263              Cc: perl5-porters@perl.org
14264              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
14265              $b }
14266              Date: Wed, 13 Jan 1999 17:39:35 +0100
14267              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
14268      Branch: cfgperl
14269            ! Todo op.c op.h pp_ctl.c t/op/sort.t
14270 ____________________________________________________________________________
14271 [  2594] By: jhi                                   on 1999/01/13  16:50:17
14272         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
14273              (the diffs were based on 5.004_02).  Tested by Guido
14274              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
14275      Branch: cfgperl
14276            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
14277            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
14278            + mint/sys/time.h mint/time.h
14279            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
14280            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
14281 ____________________________________________________________________________
14282 [  2593] By: jhi                                   on 1999/01/09  16:54:26
14283         Log: Detypo.
14284      Branch: cfgperl
14285            ! hints/dec_osf.sh
14286 ____________________________________________________________________________
14287 [  2592] By: jhi                                   on 1999/01/09  16:17:13
14288         Log: Move usethreads and use64bits logic from hints to Configure.
14289      Branch: cfgperl
14290            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
14291            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
14292            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
14293            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
14294 ____________________________________________________________________________
14295 [  2591] By: jhi                                   on 1999/01/09  14:45:24
14296         Log: Missing dTHRs added.
14297      Branch: cfgperl
14298            ! regcomp.c toke.c
14299 ____________________________________________________________________________
14300 [  2590] By: jhi                                   on 1999/01/08  15:27:17
14301         Log: Finalize change #2589 and add better AIX nm scanning from:
14302              
14303              Message-Id: <m0zyNW0-00017VC@gentoo.com>
14304              From: bll@gentoo.com (Brad Lanam)
14305              Subject: Re: mailhelp returned a non-zero status
14306              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
14307              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
14308      Branch: cfgperl
14309            ! Configure hints/freebsd.sh hints/linux.sh
14310 ____________________________________________________________________________
14311 [  2589] By: jhi                                   on 1999/01/08  15:14:54
14312         Log: Undo change #2581.
14313      Branch: cfgperl
14314            ! Configure hints/freebsd.sh hints/linux.sh
14315 ____________________________________________________________________________
14316 [  2588] By: jhi                                   on 1999/01/08  11:51:52
14317         Log: FAQ jumbo patch from tchrist.
14318              
14319              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
14320              From: Tom Christiansen <tchrist@jhereg.perl.com>
14321              To: pumpkings@jhereg.perl.com
14322              Subject: newest version of perlfaq.pod
14323              Date: Thu, 7 Jan 1999 23:05:02 -0700
14324              
14325              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
14326              From: Tom Christiansen <tchrist@jhereg.perl.com>
14327              To: pumpkings@jhereg.perl.com
14328              Subject: newest version of perlfaq1.pod
14329              Date: Thu, 7 Jan 1999 23:05:02 -0700
14330              
14331              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
14332              From: Tom Christiansen <tchrist@jhereg.perl.com>
14333              To: pumpkings@jhereg.perl.com
14334              Subject: newest version of perlfaq2.pod
14335              Date: Thu, 7 Jan 1999 23:05:02 -0700
14336              
14337              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
14338              From: Tom Christiansen <tchrist@jhereg.perl.com>
14339              To: pumpkings@jhereg.perl.com
14340              Subject: newest version of perlfaq3.pod
14341              Date: Thu, 7 Jan 1999 23:05:02 -0700
14342              
14343              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
14344              From: Tom Christiansen <tchrist@jhereg.perl.com>
14345              To: pumpkings@jhereg.perl.com
14346              Subject: newest version of perlfaq4.pod
14347              Date: Thu, 7 Jan 1999 23:05:02 -0700
14348              
14349              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
14350              From: Tom Christiansen <tchrist@jhereg.perl.com>
14351              To: pumpkings@jhereg.perl.com
14352              Subject: newest version of perlfaq5.pod
14353              Date: Thu, 7 Jan 1999 23:05:02 -0700
14354              
14355              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
14356              From: Tom Christiansen <tchrist@jhereg.perl.com>
14357              To: pumpkings@jhereg.perl.com
14358              Subject: newest version of perlfaq6.pod
14359              Date: Thu, 7 Jan 1999 23:05:02 -0700
14360              
14361              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
14362              From: Tom Christiansen <tchrist@jhereg.perl.com>
14363              To: pumpkings@jhereg.perl.com
14364              Subject: newest version of perlfaq7.pod
14365              Date: Thu, 7 Jan 1999 23:05:03 -0700
14366              
14367              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
14368              From: Tom Christiansen <tchrist@jhereg.perl.com>
14369              To: pumpkings@jhereg.perl.com
14370              Subject: newest version of perlfaq8.pod
14371              Date: Thu, 7 Jan 1999 23:05:03 -0700
14372              
14373              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
14374              From: Tom Christiansen <tchrist@jhereg.perl.com>
14375              To: pumpkings@jhereg.perl.com
14376              Subject: newest version of perlfaq9.pod
14377              Date: Thu, 7 Jan 1999 23:05:03 -0700
14378      Branch: cfgperl
14379            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
14380            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
14381            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
14382            ! pod/perlfaq9.pod
14383 ____________________________________________________________________________
14384 [  2587] By: jhi                                   on 1999/01/08  11:17:43
14385         Log: More doc fixes from Abigail.
14386      Branch: cfgperl
14387            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
14388            ! lib/User/pwent.pm
14389 ____________________________________________________________________________
14390 [  2585] By: jhi                                   on 1999/01/08  08:31:02
14391         Log: Change #2584 from maint-5.005:
14392              
14393              implemented Ilya's suggested fix, and added a testcase
14394              
14395              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14396              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
14397              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
14398              Subject: Re: Text::ParseWords: regex fix
14399      Branch: cfgperl
14400            ! lib/Text/ParseWords.pm t/lib/parsewords.t
14401 ____________________________________________________________________________
14402 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
14403         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
14404              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
14405              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
14406              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
14407      Branch: maint-5.005/perl
14408            ! ext/Errno/Errno_pm.PL
14409 ____________________________________________________________________________
14410 [  2581] By: jhi                                   on 1999/01/07  16:38:03
14411         Log: Configure update:
14412              - usethreads, use64bits, and usemultiplicity
14413              are no more interactively asked by Configure
14414              - "int main()" (vs bare "main()") enforced in test programs
14415      Branch: cfgperl
14416            ! Configure hints/freebsd.sh hints/linux.sh
14417 ____________________________________________________________________________
14418 [  2580] By: jhi                                   on 1999/01/07  11:19:12
14419         Log: From: Dan Sugalski <sugalskd@osshe.edu>
14420              Date: Wed, 06 Jan 1999 13:47:34 -0800
14421              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
14422              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
14423      Branch: cfgperl
14424            ! vms/vms.c
14425 ____________________________________________________________________________
14426 [  2579] By: jhi                                   on 1999/01/07  09:08:36
14427         Log: Another set of doc patches from Abigail
14428              
14429              From: abigail@fnx.com
14430              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
14431              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
14432              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
14433              
14434              From: abigail@fnx.com
14435              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
14436              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
14437              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
14438              
14439              From: abigail@fnx.com
14440              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
14441              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
14442              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
14443              
14444              From: abigail@fnx.com
14445              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
14446              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
14447              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
14448              
14449              From: abigail@fnx.com
14450              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
14451              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
14452              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
14453              
14454              From: abigail@fnx.com
14455              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
14456              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
14457              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
14458              
14459              From: abigail@fnx.com
14460              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
14461              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
14462              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
14463              
14464              From: abigail@fnx.com
14465              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
14466              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
14467              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
14468              
14469              From: abigail@fnx.com
14470              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
14471              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
14472              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
14473              
14474              From: abigail@fnx.com
14475              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
14476              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
14477              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
14478              
14479              From: abigail@fnx.com
14480              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
14481              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
14482              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
14483              
14484              From: abigail@fnx.com
14485              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
14486              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
14487              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
14488              
14489              From: abigail@fnx.com
14490              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
14491              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
14492              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
14493              
14494              From: abigail@fnx.com
14495              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
14496              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
14497              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
14498      Branch: cfgperl
14499            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
14500            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
14501            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
14502            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
14503            ! lib/Tie/Array.pm lib/Tie/Hash.pm
14504 ____________________________________________________________________________
14505 [  2576] By: jhi                                   on 1999/01/06  17:05:20
14506         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
14507      Branch: cfgperl
14508            ! pp_ctl.c
14509 ____________________________________________________________________________
14510 [  2575] By: jhi                                   on 1999/01/06  13:18:56
14511         Log: Enhance the great_circle_distance() documentation.
14512      Branch: cfgperl
14513            ! lib/Math/Trig.pm
14514 ____________________________________________________________________________
14515 [  2574] By: jhi                                   on 1999/01/06  12:58:03
14516         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
14517              To: perlbug@perl.com
14518              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
14519              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
14520              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
14521      Branch: cfgperl
14522            ! t/op/sysio.t
14523 ____________________________________________________________________________
14524 [  2573] By: jhi                                   on 1999/01/06  12:40:19
14525         Log: From: "W. Phillip Moore" <wpm@ms.com>
14526              To: perlbug@perl.org
14527              Subject: [PATCH] POSIX getpgrp is not -w clean
14528              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
14529              Message-ID: <13970.20107.190314.549471@zappa>
14530      Branch: cfgperl
14531            ! ext/POSIX/POSIX.pm
14532 ____________________________________________________________________________
14533 [  2572] By: jhi                                   on 1999/01/06  12:25:24
14534         Log: Based on
14535              From: jan.dubois@ibm.net (Jan Dubois)
14536              To: perl5-porters@perl.org
14537              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
14538              Date: Wed, 06 Jan 1999 01:24:09 +0100
14539              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
14540              except that
14541              - objXSUB.h was already okay
14542              - embed.h patching is futile, global.sym patched instead
14543              - objpp.h does not exist
14544              - proto.h addition applied manually
14545              - win32/GenCAPI.pl was already okay
14546              - win32/makedef.pl was already okay
14547      Branch: cfgperl
14548            ! global.sym perl.c proto.h
14549 ____________________________________________________________________________
14550 [  2571] By: jhi                                   on 1999/01/06  11:25:48
14551         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
14552              To: perlbug@perl.com
14553              Subject: FindBin.pm on Win32 systems
14554              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
14555              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
14556      Branch: cfgperl
14557            ! lib/FindBin.pm
14558 ____________________________________________________________________________
14559 [  2570] By: jhi                                   on 1999/01/06  11:21:48
14560         Log: From: Dan Sugalski <sugalskd@osshe.edu>
14561              To: perl5-porters@perl.org, vmsperl@perl.org
14562              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
14563              Date: Tue, 05 Jan 1999 16:47:31 -0800
14564              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
14565              
14566              (the ext/IO/lib/IO/Socket.pm was not really changed here;
14567              it was a leftover from #2569)
14568      Branch: cfgperl
14569            ! ext/IO/lib/IO/Socket.pm taint.c
14570 ____________________________________________________________________________
14571 [  2569] By: jhi                                   on 1999/01/06  11:18:22
14572         Log: Jumbo doc patch from Abigail (almost identical to
14573              the 5.005-maint change #2562 except for the
14574              ext/IO/lib/IO/Socket.pm patch which was not
14575              applicable because the IO version of 5.005-devel
14576              is somewhat different (why?))
14577              
14578              From: abigail@fnx.com
14579              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
14580              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
14581              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
14582              
14583              From: abigail@fnx.com
14584              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
14585              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
14586              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
14587              
14588              From: abigail@fnx.com
14589              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
14590              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
14591              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
14592              
14593              From: abigail@fnx.com
14594              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
14595              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
14596              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
14597              
14598              From: abigail@fnx.com
14599              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
14600              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
14601              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
14602              
14603              From: abigail@fnx.com
14604              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
14605              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
14606              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
14607              
14608              From: abigail@fnx.com
14609              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
14610              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
14611              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
14612              
14613              From: abigail@fnx.com
14614              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
14615              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
14616              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
14617              
14618              From: abigail@fnx.com
14619              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
14620              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
14621              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
14622              
14623              From: abigail@fnx.com
14624              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
14625              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
14626              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
14627      Branch: cfgperl
14628            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
14629            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
14630            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
14631            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
14632            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
14633 ____________________________________________________________________________
14634 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
14635         Log: From: jan.dubois@ibm.net (Jan Dubois)
14636              Date: Wed, 06 Jan 1999 01:24:09 +0100
14637              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
14638              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
14639      Branch: maint-5.005/perl
14640            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
14641            ! win32/GenCAPI.pl win32/makedef.pl
14642 ____________________________________________________________________________
14643 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
14644         Log: From: "W. Phillip Moore" <wpm@ms.com>
14645              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
14646              Message-ID: <13970.20107.190314.549471@zappa>
14647              Subject: [PATCH] POSIX getpgrp is not -w clean
14648      Branch: maint-5.005/perl
14649            ! ext/POSIX/POSIX.pm
14650 ____________________________________________________________________________
14651 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
14652         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
14653              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
14654              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
14655              Subject: FindBin.pm on Win32 systems
14656      Branch: maint-5.005/perl
14657            ! lib/FindBin.pm
14658 ____________________________________________________________________________
14659 [  2561] By: jhi                                   on 1999/01/05  10:49:10
14660         Log: Reword the setlocale() 1-arg case better.
14661      Branch: cfgperl
14662            ! ext/POSIX/POSIX.pod
14663 ____________________________________________________________________________
14664 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
14665         Log: From: Blair Zajac <bzajac@geostaff.com>
14666              Date: Wed, 23 Dec 1998 17:13:32 -0800
14667              Message-ID: <3681953C.8B6A90AA@geostaff.com>
14668              Subject: Tie::SubstrHash patch
14669      Branch: maint-5.005/perl
14670            ! lib/Tie/SubstrHash.pm
14671 ____________________________________________________________________________
14672 [  2554] By: jhi                                   on 1999/01/02  14:55:06
14673         Log: Object destruction order testing.
14674      Branch: cfgperl
14675            ! t/op/misc.t
14676 ____________________________________________________________________________
14677 [  2553] By: jhi                                   on 1999/01/02  14:49:40
14678         Log: perldelta the Dumpvalue.pm of change #2513.
14679      Branch: cfgperl
14680            ! lib/Dumpvalue.pm pod/perldelta.pod
14681 ____________________________________________________________________________
14682 [  2552] By: nick                                  on 1999/01/02  14:45:38
14683         Log: Tone down Makefile.PL so it works on Win32
14684      Branch: perl
14685            ! ext/B/Makefile.PL
14686 ____________________________________________________________________________
14687 [  2551] By: nick                                  on 1999/01/02  14:06:30
14688         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
14689              Use them in various B::* rather than have local defs.
14690      Branch: perl
14691            + ext/B/defsubs.h.PL
14692            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
14693            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
14694            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
14695 ____________________________________________________________________________
14696 [  2550] By: nick                                  on 1999/01/02  10:04:02
14697         Log: Integrate ext/B changes from //depot/cfgperl
14698      Branch: perl
14699           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
14700 ____________________________________________________________________________
14701 [  2549] By: jhi                                   on 1999/01/01  13:54:16
14702         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
14703              To: perlbug@perl.com
14704              Subject: op/groups.t fails test 1 on HP-UX 10.20
14705              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
14706              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
14707      Branch: cfgperl
14708            ! t/op/groups.t
14709 ____________________________________________________________________________
14710 [  2548] By: jhi                                   on 1999/01/01  13:53:31
14711         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14712              To: perl5-porters@perl.org
14713              cc: hv@crypt0.demon.co.uk
14714              Subject: [bug 5.004_54] duplicate error message
14715              Date: Thu, 31 Dec 1998 04:05:25 +0000
14716              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
14717              
14718              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
14719              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
14720              To: hv@crypt0.demon.co.uk
14721              Cc: perl5-porters@perl.org
14722              Subject: [PATCH _54] Re: duplicate error message
14723              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
14724              
14725              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
14726              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14727              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
14728              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
14729              Subject: [TEST PATCH _54] Re: duplicate error message 
14730              Date: Fri, 01 Jan 1999 07:32:14 +0000
14731      Branch: cfgperl
14732            ! op.c t/pragma/warn/op
14733 ____________________________________________________________________________
14734 [  2547] By: jhi                                   on 1998/12/31  14:15:04
14735         Log: From: Chris Nandor <pudge@pobox.com>
14736              To: jhi@iki.fi
14737              Cc: perl5-porters@perl.org
14738              Subject: Re: [PATCH] perlport.pod 1.38
14739              Date: Thu, 31 Dec 1998 09:06:48 -0500
14740              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
14741      Branch: cfgperl
14742            ! pod/perlport.pod
14743 ____________________________________________________________________________
14744 [  2546] By: jhi                                   on 1998/12/31  11:18:17
14745         Log: From: Wilson P. Snyder II
14746              To: perl5-porters@perl.org
14747              Subject: [PATCH v5.5.53] REV2: Binary number support
14748              Date: 1998/11/30
14749              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
14750      Branch: cfgperl
14751            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
14752            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
14753            ! toke.c util.c
14754 ____________________________________________________________________________
14755 [  2545] By: jhi                                   on 1998/12/31  09:27:40
14756         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
14757              To: perlbug@perl.com
14758              Subject: "perl -T -P" dumps core on OpenBSD and Linux
14759              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
14760              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
14761      Branch: cfgperl
14762            ! taint.c
14763 ____________________________________________________________________________
14764 [  2544] By: jhi                                   on 1998/12/31  09:21:45
14765         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
14766              To: perlbug@perl.com 
14767              Subject: bug in pod2man search for perl binary [5.005_5x]
14768              Date: Sat, 12 Dec 1998 23:08:51 +0000 
14769              Message-ID: <19981212230851.A20578@ig.co.uk> 
14770      Branch: cfgperl
14771            ! pod/pod2man.PL
14772 ____________________________________________________________________________
14773 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
14774         Log: From: jan.dubois@ibm.net (Jan Dubois)
14775              Date: Wed, 23 Dec 1998 21:26:38 +0100
14776              Message-ID: <36895086.8849224@smtp1.ibm.net>
14777              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
14778      Branch: maint-5.005/perl
14779            ! lib/ExtUtils/MakeMaker.pm
14780 ____________________________________________________________________________
14781 [  2540] By: jhi                                   on 1998/12/30  08:42:04
14782         Log: Evermore AUTHORS and MAINTAIN.
14783      Branch: cfgperl
14784            ! AUTHORS MAINTAIN
14785 ____________________________________________________________________________
14786 [  2539] By: jhi                                   on 1998/12/29  15:10:34
14787         Log: More AUTHORS and MAINTAIN.
14788      Branch: cfgperl
14789            ! AUTHORS MAINTAIN
14790 ____________________________________________________________________________
14791 [  2537] By: jhi                                   on 1998/12/29  14:34:47
14792         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
14793              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
14794              Message-ID: <13942.32480.700000.640927@utensil>
14795              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
14796              (mirror change#2531 in the 5.005-maint)
14797      Branch: cfgperl
14798            ! lib/AutoSplit.pm
14799 ____________________________________________________________________________
14800 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
14801         Log: change in_pod pattern to /^=\w/ from /^=/
14802              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
14803              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
14804              Message-ID: <13942.32480.700000.640927@utensil>
14805              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
14806      Branch: maint-5.005/perl
14807            ! lib/AutoSplit.pm
14808 ____________________________________________________________________________
14809 [  2525] By: jhi                                   on 1998/12/29  13:06:26
14810         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
14811              To: perl5-porters@perl.org
14812              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
14813              Date: 16 Dec 1998 03:17:03 +0200
14814              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
14815      Branch: cfgperl
14816            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
14817 ____________________________________________________________________________
14818 [  2524] By: jhi                                   on 1998/12/29  13:00:06
14819         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
14820              To: perl5-porters@perl.org
14821              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
14822              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
14823              Date: 10 Dec 1998 08:30:02 +0200
14824              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
14825              
14826              (Nick's part was applied earlier, in change #2460)
14827      Branch: cfgperl
14828            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
14829 ____________________________________________________________________________
14830 [  2523] By: jhi                                   on 1998/12/29  12:41:31
14831         Log: From: "vishal bhatia" <vishalb@hotmail.com>
14832              To: nick@ni-s.u-net.com
14833              Cc: perl5-porters@perl.org
14834              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
14835              Date: 9 Dec 1998 06:50:30 +0200
14836              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
14837      Branch: cfgperl
14838            ! ext/B/B/CC.pm
14839 ____________________________________________________________________________
14840 [  2522] By: jhi                                   on 1998/12/29  12:15:18
14841         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
14842              To: perl5-porters@perl.org (Perl 5 Porters)
14843              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
14844              Date: 25 Dec 1998 23:02:28 +0200
14845              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
14846      Branch: cfgperl
14847            ! lib/Pod/Text.pm
14848 ____________________________________________________________________________
14849 [  2521] By: jhi                                   on 1998/12/29  12:07:54
14850         Log: Undo #2519 (breaks universal.c).
14851      Branch: cfgperl
14852            ! XSUB.h
14853 ____________________________________________________________________________
14854 [  2519] By: jhi                                   on 1998/12/29  11:41:10
14855         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
14856              To: perl5-porters@perl.org
14857              Cc: perl-xs@perl.org
14858              Subject: XSUB.h refinement [PATCH]
14859              Date: 18 Dec 1998 03:58:44 +0200
14860              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
14861      Branch: cfgperl
14862            ! XSUB.h
14863 ____________________________________________________________________________
14864 [  2518] By: jhi                                   on 1998/12/29  11:36:19
14865         Log: From: abigail@fnx.com
14866              To: perl5-porters@perl.org (Perl Porters)
14867              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
14868              Date: 28 Dec 1998 21:39:15 +0200
14869              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
14870      Branch: cfgperl
14871            ! lib/fields.pm
14872 ____________________________________________________________________________
14873 [  2517] By: jhi                                   on 1998/12/29  11:35:03
14874         Log: Document change #2516.
14875      Branch: cfgperl
14876            ! pod/perldelta.pod
14877 ____________________________________________________________________________
14878 [  2516] By: jhi                                   on 1998/12/29  11:32:26
14879         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14880              To: perl5-porters@perl.org (Mailing list Perl5)
14881              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
14882              Date: 9 Dec 1998 10:39:31 +0200
14883              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
14884      Branch: cfgperl
14885            ! pod/perldiag.pod regcomp.c toke.c
14886 ____________________________________________________________________________
14887 [  2515] By: jhi                                   on 1998/12/29  11:27:11
14888         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14889              To: perl5-porters@perl.org (Mailing list Perl5)
14890              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
14891              Date: 8 Dec 1998 09:02:04 +0200
14892              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
14893              
14894              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
14895      Branch: cfgperl
14896            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
14897 ____________________________________________________________________________
14898 [  2514] By: jhi                                   on 1998/12/29  11:21:31
14899         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14900              To: perl5-porters@perl.org (Mailing list Perl5)
14901              Subject: [PATCH 5.005_53] Regexp tests and UTF8
14902              Date: 8 Dec 1998 07:02:01 +0200
14903              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
14904      Branch: cfgperl
14905            ! regcomp.c
14906 ____________________________________________________________________________
14907 [  2513] By: jhi                                   on 1998/12/29  11:18:34
14908         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14909              Subject: [PATCH 5.005_*] Dumpvar.pm
14910              To: perl5-porters@perl.org (Mailing list Perl5)
14911              Date: 7 Dec 1998 10:17:35 +0200
14912              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
14913      Branch: cfgperl
14914            + lib/Dumpvalue.pm
14915            ! MANIFEST
14916 ____________________________________________________________________________
14917 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
14918         Log: From: jan.dubois@ibm.net (Jan Dubois)
14919              Date: Tue, 01 Dec 1998 00:07:33 +0100
14920              Message-ID: <366921b5.14512598@smtp1.ibm.net>
14921              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
14922              
14923              From: jan.dubois@ibm.net (Jan Dubois)
14924              Date: Wed, 02 Dec 1998 00:24:54 +0100
14925              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
14926              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
14927      Branch: maint-5.005/perl
14928            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
14929            ! win32/config.bc win32/config.gc win32/config.vc
14930            ! win32/config_sh.PL win32/makedef.pl
14931 ____________________________________________________________________________
14932 [  2509] By: jhi                                   on 1998/12/28  13:00:31
14933     Log: Kickstart AUTHORS and MAINTAIN.
14934  Branch: cfgperl
14935        + AUTHORS MAINTAIN
14936        ! MANIFEST
14937 ____________________________________________________________________________
14938 [  2508] By: jhi                                   on 1998/12/28  08:04:00
14939     Log: From: Nathan Torkington <gnat@frii.com>
14940          To: perlbug@perl.com
14941          Subject: [PATCH] perlxstut.pod fix
14942          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
14943          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
14944  Branch: cfgperl
14945        ! pod/perlxstut.pod
14946 ____________________________________________________________________________
14947 [  2507] By: jhi                                   on 1998/12/28  07:59:00
14948     Log: From: abigail@fnx.com
14949          To: perlbug@perl.com
14950          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
14951          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
14952          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
14953          (slightly modified, a part of the patch was rejected)
14954          (strange, I thought I had already submitted this one
14955          but Perforce disagrees with me...)
14956  Branch: cfgperl
14957        ! pod/perlop.pod
14958 ____________________________________________________________________________
14959 [  2506] By: jhi                                   on 1998/12/28  07:56:59
14960     Log: From: Artur <artur@vogon-solutions.com>
14961          To: perlbug@perl.com
14962          Subject: PATCH: perlmodlib.pod
14963          Date: Fri, 25 Dec 1998 00:48:39 +0000
14964          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
14965  Branch: cfgperl
14966        ! pod/perlmodlib.pod pod/perlop.pod
14967 ____________________________________________________________________________
14968 [  2505] By: jhi                                   on 1998/12/28  07:46:06
14969     Log: From: abigail@fnx.com
14970          To: perl5-porters@perl.org (Perl Porters)
14971          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
14972          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
14973          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
14974  Branch: cfgperl
14975        ! pod/pod2html.PL
14976 ____________________________________________________________________________
14977 [  2504] By: jhi                                   on 1998/12/28  07:44:35
14978     Log: From: Jim Avera <avera@fjst.com>
14979          To: perlbug@perl.com
14980          Subject: perlbug bug - shows dates reversed
14981          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
14982          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
14983  Branch: cfgperl
14984        ! utils/perlbug.PL
14985 ____________________________________________________________________________
14986 [  2503] By: jhi                                   on 1998/12/28  07:41:39
14987     Log: From: jan.dubois@ibm.net (Jan Dubois)
14988          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
14989          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
14990          Date: Wed, 23 Dec 1998 21:26:38 +0100
14991          Message-ID: <36895086.8849224@smtp1.ibm.net>
14992  Branch: cfgperl
14993        ! lib/ExtUtils/MakeMaker.pm
14994 ____________________________________________________________________________
14995 [  2502] By: jhi                                   on 1998/12/28  07:39:20
14996     Log: From: Blair Zajac <bzajac@geostaff.com>
14997          To: perl5-porters@perl.org
14998          Subject: Tie::SubstrHash patch
14999          Date: Wed, 23 Dec 1998 17:13:32 -0800
15000          Message-ID: <3681953C.8B6A90AA@geostaff.com>
15001  Branch: cfgperl
15002        ! lib/Tie/SubstrHash.pm
15003 ____________________________________________________________________________
15004 [  2501] By: jhi                                   on 1998/12/28  07:37:16
15005     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
15006          To: perlbug@perl.com
15007          Subject: perlfaq9 minor error
15008          Date: Wed, 23 Dec 1998 14:54:19 -0800
15009          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
15010  Branch: cfgperl
15011        ! pod/perlfaq9.pod
15012 ____________________________________________________________________________
15013 [  2500] By: jhi                                   on 1998/12/23  10:38:18
15014     Log: More porting notes about filesystems, AmigaOS, and MiNT.
15015  Branch: cfgperl
15016        ! pod/perlport.pod
15017 ____________________________________________________________________________
15018 [  2499] By: jhi                                   on 1998/12/22  09:26:49
15019     Log: Add few MSG_ and uio constants.
15020  Branch: cfgperl
15021        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
15022 ____________________________________________________________________________
15023 [  2498] By: jhi                                   on 1998/12/22  08:39:30
15024     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
15025          a Digital C compiler optimizer bug that broke the 'x'
15026          operator under certain circumstances.  See t/op/repeat.t
15027          test #20 for graphic details.  Reported in
15028          
15029          From: Gisle Aas <gisle@aas.no>
15030          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
15031          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
15032          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
15033          Date: 18 Dec 1998 14:27:40 +0100
15034          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
15035          
15036          and discussed further in the thread
15037          
15038          From: Jarkko Hietaniemi <jhi@iki.fi>
15039          To: Gisle Aas <gisle@aas.no>
15040          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
15041          cpan-testers@perl.org, perl5-porters@perl.org
15042          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
15043          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
15044          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
15045  Branch: cfgperl
15046        ! t/op/repeat.t util.c
15047 ____________________________________________________________________________
15048 [  2497] By: jhi                                   on 1998/12/21  14:18:57
15049     Log: Change #2483 update.
15050  Branch: cfgperl
15051        ! t/op/tr.t
15052 ____________________________________________________________________________
15053 [  2496] By: jhi                                   on 1998/12/21  14:07:41
15054     Log: Update on change #2493.
15055  Branch: cfgperl
15056        ! t/pragma/warn/op
15057 ____________________________________________________________________________
15058 [  2495] By: jhi                                   on 1998/12/21  13:52:00
15059     Log: Change #2487 aftershock.
15060  Branch: cfgperl
15061        ! warning.pl
15062 ____________________________________________________________________________
15063 [  2494] By: jhi                                   on 1998/12/21  12:35:00
15064     Log: From: Chris Nandor <pudge@pobox.com>
15065          To: perl5-porters@perl.org
15066          Subject: [PATCH] perlport.pod v1.37
15067          Date: Sat, 19 Dec 1998 12:54:34 -0500
15068          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
15069  Branch: cfgperl
15070        ! pod/perlport.pod
15071 ____________________________________________________________________________
15072 [  2493] By: jhi                                   on 1998/12/21  12:22:44
15073     Log: From: Mark-Jason Dominus <mjd@plover.com>
15074          To: perl5-porters@perl.com
15075          Subject: PATCH (5.005_02): Dejargonizing
15076          Date: Sun, 20 Dec 1998 14:35:20 -0500
15077          Message-ID: <19981220193520.11230.qmail@plover.com>
15078          
15079          From: Mark-Jason Dominus <mjd@plover.com>
15080          To: perl5-porters@perl.com
15081          Subject: PATCH (5.005_02): Spelling correction in warning message
15082          Date: Sun, 20 Dec 1998 13:51:30 -0500
15083          Message-ID: <19981220185130.11067.qmail@plover.com>
15084  Branch: cfgperl
15085        ! doio.c op.c
15086 ____________________________________________________________________________
15087 [  2492] By: jhi                                   on 1998/12/21  09:00:05
15088     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
15089          To: perl5-porters@perl.org
15090          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
15091          Date: Sun, 20 Dec 1998 19:03:25 PST
15092          Message-ID: <19981221030326.27660.qmail@hotmail.com>
15093          
15094          (slightly reformatted)
15095  Branch: cfgperl
15096        ! ext/B/B/CC.pm
15097 ____________________________________________________________________________
15098 [  2491] By: nick                                  on 1998/12/20  14:21:29
15099     Log: Save _all_ GV's which have SV, AV or HV set.
15100  Branch: perl
15101        ! ext/B/B/C.pm
15102 ____________________________________________________________________________
15103 [  2490] By: jhi                                   on 1998/12/18  15:13:19
15104     Log: Add idea about generalising cpp symbol probing of Errno.
15105  Branch: cfgperl
15106        ! Todo
15107 ____________________________________________________________________________
15108 [  2489] By: jhi                                   on 1998/12/18  14:47:57
15109     Log: Address some of the issues of:
15110          
15111          From: Tom Christiansen <tchrist@jhereg.perl.com>
15112          To: perl-porters-active@jhereg.perl.com
15113          Subject: Undocumentation Issues for 5.005
15114          Date: Thu, 17 Dec 1998 14:46:24 -0700
15115          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
15116  Branch: cfgperl
15117        ! pod/perl5005delta.pod
15118 ____________________________________________________________________________
15119 [  2488] By: jhi                                   on 1998/12/18  11:26:32
15120     Log: From: root <root@dubravka.in-berlin.de>
15121          To: perlbug@perl.com
15122          Cc: k@dubravka.in-berlin.de
15123          Subject: Please add no_modify to PERL_POLLUTE
15124          Date: Fri, 18 Dec 1998 10:45:52 +0100
15125          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
15126          
15127          (Really from Andreas König)
15128  Branch: cfgperl
15129        ! embed.pl
15130 ____________________________________________________________________________
15131 [  2487] By: jhi                                   on 1998/12/17  14:05:52
15132     Log: Some (by far not all) issues of the below message addressed.
15133          
15134          From: Tom Christiansen <tchrist@jhereg.perl.com>
15135          To: The Perl Porters Mailing List <perl5-porters@perl.org>
15136          Subject: important UNDOC issues for 5.005_54
15137          Date: Wed, 16 Dec 1998 21:14:53 -0700
15138          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
15139  Branch: cfgperl
15140        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
15141 ____________________________________________________________________________
15142 [  2486] By: jhi                                   on 1998/12/17  12:47:15
15143     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15144          To: domo@computer.org
15145          Cc: jhi@iki.fi, perl5-porters@perl.org
15146          Subject: Re: stuff related to malloc.c
15147          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
15148          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
15149  Branch: cfgperl
15150        ! malloc.c
15151 ____________________________________________________________________________
15152 [  2485] By: jhi                                   on 1998/12/17  12:17:19
15153     Log: More porting notes.
15154  Branch: cfgperl
15155        ! Porting/pumpkin.pod
15156 ____________________________________________________________________________
15157 [  2484] By: jhi                                   on 1998/12/15  08:38:05
15158     Log: Undo #2386 and #2205.
15159  Branch: cfgperl
15160        ! pod/perlfunc.pod
15161 ____________________________________________________________________________
15162 [  2483] By: jhi                                   on 1998/12/14  17:58:35
15163     Log: lib was missing from @INC.
15164  Branch: cfgperl
15165        ! t/op/tr.t
15166 ____________________________________________________________________________
15167 [  2482] By: jhi                                   on 1998/12/14  17:52:42
15168     Log: Was missing use Text::Wrap.
15169  Branch: cfgperl
15170        ! t/lib/textfill.t
15171 ____________________________________________________________________________
15172 [  2481] By: jhi                                   on 1998/12/14  16:00:22
15173     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
15174          
15175          From: Jonathan Roy <roy@idle.com>
15176          To: perl5-porters@perl.org
15177          Subject: nlist.h add to Configure checks?
15178          Date: Sun, 13 Dec 1998 22:22:49 -0500
15179          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
15180  Branch: cfgperl
15181        + ext/DynaLoader/hints/linux.pl
15182        ! MANIFEST
15183 ____________________________________________________________________________
15184 [  2480] By: jhi                                   on 1998/12/14  15:02:44
15185     Log: Give up completely using nm in AIX.
15186          
15187          From: "Kurt D. Starsinic" <kstar@chapin.edu>
15188          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
15189          Cc: perl5-porters@perl.org
15190          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
15191          Date: Thu, 10 Dec 1998 00:51:46 -0500
15192          Message-ID: <19981210005146.B29986@O2.chapin.edu>
15193  Branch: cfgperl
15194        ! hints/aix.sh
15195 ____________________________________________________________________________
15196 [  2479] By: jhi                                   on 1998/12/14  14:39:52
15197     Log: AIX' error messages are different.
15198          
15199          From: "Kurt D. Starsinic" <kstar@chapin.edu>
15200          To: Gurusamy Sarathy <gsar@engin.umich.edu>
15201          Cc: perl5-porters@perl.org
15202          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
15203          Date: Thu, 10 Dec 1998 00:42:36 -0500
15204          Message-ID: <19981210004236.A29986@O2.chapin.edu>
15205          
15206          From: Michael Engel <engel@nms1.cc.huji.ac.il>
15207          To: perlbug@perl.com
15208          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
15209          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
15210          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
15211  Branch: cfgperl
15212        ! t/pragma/warn/doio
15213 ____________________________________________________________________________
15214 [  2475] By: jhi                                   on 1998/12/13  12:35:55
15215     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15216          To: jhi@iki.fi
15217          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
15218          Subject: Re: stuff related to malloc.c
15219          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
15220          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
15221  Branch: cfgperl
15222        ! malloc.c
15223 ____________________________________________________________________________
15224 [  2474] By: jhi                                   on 1998/12/13  12:32:42
15225     Log: Some notes about porting issues.
15226  Branch: cfgperl
15227        ! Porting/pumpkin.pod
15228 ____________________________________________________________________________
15229 [  2473] By: jhi                                   on 1998/12/13  12:03:58
15230     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
15231          To: Perl 5 Porters <perl5-porters@perl.org>
15232          Subject: [patch 5.005_02] dos-djgpp update
15233          Date: Sun, 13 Dec 1998 00:08:44 +0100
15234          Message-ID: <19981213000844.C264@beeblebrox>
15235  Branch: cfgperl
15236        ! djgpp/config.over
15237 ____________________________________________________________________________
15238 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
15239     Log: undo changes to Exporter.pm from #2312
15240  Branch: maint-5.005/perl
15241        ! lib/Exporter.pm
15242 ____________________________________________________________________________
15243 [  2465] By: jhi                                   on 1998/12/12  12:31:21
15244     Log: Document that qw() taints.
15245          
15246          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
15247          To: perlbug@perl.com 
15248          Subject: taint problems
15249          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
15250          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
15251  Branch: cfgperl
15252        ! pod/perlop.pod
15253 ____________________________________________________________________________
15254 [  2464] By: jhi                                   on 1998/12/11  14:09:51
15255     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
15256          To: dist-users@foretune.co.jp
15257          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
15258          Date: Mon, 07 Dec 1998 20:13:04 -0400
15259          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
15260  Branch: cfgperl
15261        ! Configure
15262 ____________________________________________________________________________
15263 [  2463] By: jhi                                   on 1998/12/11  13:29:54
15264     Log: MAXPATHLEN.
15265  Branch: cfgperl
15266        ! perl.h
15267 ____________________________________________________________________________
15268 [  2462] By: jhi                                   on 1998/12/11  08:37:58
15269     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
15270          To: perl5-porters@perl.org
15271          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
15272          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
15273          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
15274  Branch: cfgperl
15275        + hints/gnu.sh
15276 ____________________________________________________________________________
15277 [  2461] By: nick                                  on 1998/12/10  21:00:50
15278     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
15279          From: Vishal Bhatia <vishalb@hotmail.com>
15280          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
15281          2. Fixes the bug  regarding return value of c-functions generated out 
15282          of perl subs. ( Just includes the patch I sent earlier)
15283          3. Incorporates the other changes that need to be done to get CC.pm
15284          use ISA search for packages and methods on the same lines as C.pm
15285          
15286          Vishal would appreciate comments about B::Stackobj changes from 
15287          someone knowing that module well.
15288  Branch: perl
15289        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
15290 ____________________________________________________________________________
15291 [  2460] By: jhi                                   on 1998/12/08  08:11:27
15292     Log: Integrate from mainperl.
15293  Branch: cfgperl
15294       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
15295       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
15296       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
15297       !> toke.c util.c
15298 ____________________________________________________________________________
15299 [  2459] By: jhi                                   on 1998/12/07  07:50:11
15300     Log: From: hansm@icgroup.nl 
15301          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
15302          Reply-To: hansmu@xs4all.nl 
15303          To: perlbug@perl.com 
15304          Date: Sun, 6 Dec 98 22:19:54 +0100 
15305          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
15306  Branch: cfgperl
15307        ! util.c
15308 ____________________________________________________________________________
15309 [  2458] By: gsar                                  on 1998/12/07  06:00:55
15310     Log: fix dup lexical
15311  Branch: perl
15312        ! ext/B/B/Deparse.pm t/lib/io_unix.t
15313 ____________________________________________________________________________
15314 [  2457] By: gsar                                  on 1998/12/06  14:38:59
15315     Log: mention limit on line numbers reported by diagnostics
15316  Branch: perl
15317        ! pod/perl.pod toke.c
15318 ____________________________________________________________________________
15319 [  2456] By: gsar                                  on 1998/12/06  13:49:02
15320     Log: branch perldelta.pod
15321  Branch: maint-5.005/perl
15322       +> pod/perldelta.pod
15323 ____________________________________________________________________________
15324 [  2455] By: gsar                                  on 1998/12/06  13:47:21
15325     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
15326  Branch: maint-5.005/perl
15327        - pod/perldelta.pod
15328 ____________________________________________________________________________
15329 [  2454] By: gsar                                  on 1998/12/06  13:35:31
15330     Log: fix outdated/incorrect info about arbitrary limits
15331  Branch: perl
15332        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
15333        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
15334 ____________________________________________________________________________
15335 [  2453] By: nick                                  on 1998/12/05  16:14:42
15336     Log: Avoid hard-coding op numbers
15337          Update CC.pm to save %INC, and to co-exist with new C.pm
15338  Branch: perl
15339        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
15340 ____________________________________________________________________________
15341 [  2452] By: nick                                  on 1998/12/05  10:44:28
15342     Log: B.xs had its own code to calculate hash() which differed from
15343          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
15344          which meant that run-time require was re-done.
15345          Removed some debug from C.pm
15346  Branch: perl
15347        ! ext/B/B.xs ext/B/B/C.pm
15348 ____________________________________________________________________________
15349 [  2451] By: nick                                  on 1998/12/04  21:58:49
15350     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
15351          well as _54, but with pre-scan for classes and save the ISA scheme.
15352  Branch: perl
15353        ! ext/B/B/C.pm
15354 ____________________________________________________________________________
15355 [  2450] By: nick                                  on 1998/12/04  17:58:44
15356     Log: Vishal Bhatia's patch as a basis.
15357  Branch: perl
15358        ! ext/B/B/C.pm ext/B/B/CC.pm
15359 ____________________________________________________________________________
15360 [  2449] By: jhi                                   on 1998/12/04  16:39:21
15361     Log: Integrate from mainperl.
15362  Branch: cfgperl
15363       !> t/op/goto.t t/op/tr.t
15364 ____________________________________________________________________________
15365 [  2448] By: gsar                                  on 1998/12/04  06:06:49
15366     Log: tweak test for UTEST
15367  Branch: perl
15368        ! t/op/tr.t
15369 ____________________________________________________________________________
15370 [  2444] By: jhi                                   on 1998/12/03  14:37:22
15371     Log: s/\bthe the\b/the/g *.pod
15372  Branch: cfgperl
15373        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
15374 ____________________________________________________________________________
15375 [  2443] By: jhi                                   on 1998/12/03  13:39:53
15376     Log: Change#2441 aftermath.
15377  Branch: cfgperl
15378        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15379        ! config_h.SH thread.h vms/subconfigure.com
15380 ____________________________________________________________________________
15381 [  2441] By: jhi                                   on 1998/12/03  08:15:13
15382     Log: From: Dan Sugalski <sugalskd@osshe.edu>
15383          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
15384          Subject: [PATCH 5.005_54]Initial VMS patches
15385          Date: 3 Dec 1998 01:05:55 +0200
15386          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
15387          
15388          The patch to config_h.SH requires more study because
15389          metaconfig needs to agree.
15390  Branch: cfgperl
15391        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
15392        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
15393        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
15394 ____________________________________________________________________________
15395 [  2440] By: gsar                                  on 1998/12/03  01:32:16
15396     Log: add failed check-in of goto.t from change#1867
15397  Branch: perl
15398        ! t/op/goto.t
15399 ____________________________________________________________________________
15400 [  2437] By: jhi                                   on 1998/12/02  18:03:51
15401     Log: Fix most of the bad L<> links of
15402          
15403          From: Tom Christiansen <tchrist@jhereg.perl.com> 
15404          Subject: bad L<> links
15405          Reply-to: tchrist@perl.com 
15406          To: perlbug@jhereg.perl.com 
15407          Date: Tue, 11 Aug 1998 10:58:07 -0500 
15408          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
15409          
15410          The ones not fixed may require darker Pod::HTML magic,
15411          for example the perlguts.html#tags should work fine, IMHO.
15412  Branch: cfgperl
15413        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
15414        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
15415        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
15416        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
15417        ! pod/perlvar.pod
15418 ____________________________________________________________________________
15419 [  2436] By: jhi                                   on 1998/12/02  16:35:04
15420     Log: One paste too many in #2345.
15421  Branch: cfgperl
15422        ! lib/Pod/Html.pm
15423 ____________________________________________________________________________
15424 [  2435] By: jhi                                   on 1998/12/02  16:32:33
15425     Log: Pod::Html and Pod::Text were not locale-savvy:
15426          for example in =head1 all non-ASCII-\w-runs were
15427          turned into underscores in NAME tags.  This could
15428          result in several NAME tags becoming identical.
15429          Reported by:
15430          
15431          From: Fyodor Krasnov <fyodor@aha.ru> 
15432          Subject: pod2html vs Russian Characters
15433          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
15434          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
15435          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
15436  Branch: cfgperl
15437        ! lib/Pod/Html.pm lib/Pod/Text.pm
15438 ____________________________________________________________________________
15439 [  2434] By: jhi                                   on 1998/12/02  10:29:00
15440     Log: The real Mc5_54 integration.
15441  Branch: cfgperl
15442       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
15443 ____________________________________________________________________________
15444 [  2433] By: jhi                                   on 1998/12/02  08:52:13
15445     Log: From: Andy Dougherty <doughera@lafayette.edu>
15446          To: Perl Porters <perl5-porters@perl.org>
15447          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
15448          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
15449          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
15450  Branch: cfgperl
15451        ! Configure
15452 ____________________________________________________________________________
15453 [  2432] By: jhi                                   on 1998/12/02  08:49:47
15454     Log: From: Andy Dougherty <doughera@lafayette.edu>
15455          To: Perl Porters <perl5-porters@perl.org>
15456          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
15457          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
15458          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
15459  Branch: cfgperl
15460        ! Configure
15461 ____________________________________________________________________________
15462 [  2431] By: jhi                                   on 1998/12/01  16:11:50
15463     Log: From: achampio@lehman.com (Alan Champion)
15464          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
15465          To: perlbug@perl.com
15466          Date: 1 Dec 1998 17:36:33 +0200
15467          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
15468          
15469          Skip NIS includes.
15470  Branch: cfgperl
15471        ! t/op/pwent.t
15472 ____________________________________________________________________________
15473 [  2430] By: gsar                                  on 1998/12/01  12:12:50
15474     Log: 5.005_54, as released
15475  Branch: perl
15476        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
15477 ____________________________________________________________________________
15478 [  2429] By: jhi                                   on 1998/12/01  11:28:39
15479     Log: From: Anton Berezin <tobez@plab.ku.dk>
15480          To: perl5-porters@perl.org
15481          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
15482          Date: 30 Nov 1998 19:46:24 +0100
15483          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
15484  Branch: cfgperl
15485        ! hints/freebsd.sh
15486 ____________________________________________________________________________
15487 [  2428] By: jhi                                   on 1998/12/01  11:08:16
15488     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
15489  Branch: cfgperl
15490       +> (branch 30 files)
15491       !> (integrate 71 files)
15492 ____________________________________________________________________________
15493 [  2427] By: jhi                                   on 1998/12/01  10:51:37
15494     Log: Default to accepting a hinted $randfunc even when $csym
15495          does not find it.  (the previous defaylt behaviour was not
15496          to accept).
15497  Branch: cfgperl
15498        ! Configure
15499 ____________________________________________________________________________
15500 [  2426] By: jhi                                   on 1998/12/01  10:13:03
15501     Log: Separated the [:foo:] parsing to its own function.
15502          Passes all tests.
15503  Branch: cfgperl
15504        ! regcomp.c
15505 ____________________________________________________________________________
15506 [  2425] By: jhi                                   on 1998/12/01  08:22:49
15507     Log: Typo in comments.
15508  Branch: cfgperl
15509        ! regexec.c
15510 ____________________________________________________________________________
15511 [  2424] By: jhi                                   on 1998/12/01  08:21:38
15512     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15513          Subject: [PATCH 5.005_*] Debugger 'v' command
15514          To: perl5-porters@perl.org (Mailing list Perl5)
15515          Date: 1 Dec 1998 07:55:11 +0200
15516          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
15517  Branch: cfgperl
15518        ! lib/perl5db.pl
15519 ____________________________________________________________________________
15520 [  2423] By: jhi                                   on 1998/12/01  08:19:08
15521     Log: From: pvhp@forte.com (Peter Prymmer)
15522          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
15523          To: perl5-porters@perl.org
15524          Date: 1 Dec 1998 07:27:11 +0200
15525          Message-ID: <MLIST_9812010508.AA07791@forte.com>
15526  Branch: cfgperl
15527        ! hints/os390.sh
15528 ____________________________________________________________________________
15529 [  2417] By: jhi                                   on 1998/11/30  08:14:00
15530     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
15531  Branch: cfgperl
15532        ! ext/Socket/Socket.xs
15533 ____________________________________________________________________________
15534 [  2416] By: jhi                                   on 1998/11/30  08:00:15
15535     Log: Undo #2395, seems more like a problem in netbsd-current.
15536  Branch: cfgperl
15537        ! util.c
15538
15539 ----------------
15540 Version 5.005_54
15541 ----------------
15542
15543 ____________________________________________________________________________
15544 [  2414] By: gsar                                  on 1998/11/30  02:23:55
15545     Log: more JPL tweaks
15546  Branch: perl
15547        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
15548        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
15549 ____________________________________________________________________________
15550 [  2413] By: gsar                                  on 1998/11/30  01:35:56
15551     Log: stub bin/jpl that just runs JPL::Compile::files()
15552  Branch: perl
15553        + jpl/bin/jpl
15554 ____________________________________________________________________________
15555 [  2412] By: gsar                                  on 1998/11/30  01:32:14
15556     Log: delete symlink
15557  Branch: perl
15558        - jpl/bin/jpl
15559 ____________________________________________________________________________
15560 [  2410] By: gsar                                  on 1998/11/30  01:30:44
15561     Log: branch jpl from perlext to perl
15562  Branch: perl
15563       +> (branch 30 files)
15564 ____________________________________________________________________________
15565 [  2407] By: gsar                                  on 1998/11/30  01:24:53
15566     Log: JPL tweaks to build with 5.005
15567  Branch: perlext
15568        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
15569        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
15570 ____________________________________________________________________________
15571 [  2406] By: gsar                                  on 1998/11/30  00:55:54
15572     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
15573  Branch: perl
15574        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
15575 ____________________________________________________________________________
15576 [  2405] By: gsar                                  on 1998/11/30  00:28:55
15577     Log: patchlevel up to 54
15578  Branch: perl
15579        ! patchlevel.h win32/Makefile win32/config_H.bc
15580        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
15581 ____________________________________________________________________________
15582 [  2403] By: gsar                                  on 1998/11/29  23:35:50
15583     Log: integrate cfgperl changes into mainline
15584  Branch: perl
15585       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
15586       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
15587 ____________________________________________________________________________
15588 [  2402] By: gsar                                  on 1998/11/29  23:08:42
15589     Log: sync Text::Wrap version number
15590  Branch: perl
15591        ! lib/Text/Wrap.pm
15592 ____________________________________________________________________________
15593 [  2401] By: gsar                                  on 1998/11/29  22:56:21
15594     Log: textfill.t tweak
15595  Branch: perl
15596        ! t/lib/textfill.t
15597 ____________________________________________________________________________
15598 [  2400] By: gsar                                  on 1998/11/29  22:50:41
15599     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
15600          <muir@idiom.com>
15601  Branch: perl
15602        + t/lib/textfill.t
15603        ! MANIFEST lib/Text/Wrap.pm
15604 ____________________________________________________________________________
15605 [  2399] By: gsar                                  on 1998/11/29  22:28:05
15606     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
15607          has happened without the authors knowledge or consent; the subversive
15608          version (which is in 5.00502) breaks one of the tests in the
15609          authors testsuite; attempts are being made to find a fix that
15610          avoids breaking code already running with the 5.005_02 version
15611          From:    David Muir Sharnoff <muir@idiom.com>
15612          Date:    Sat, 28 Nov 1998 04:34:17 PST
15613          Message-Id: <199811281234.EAA03082@idiom.com>
15614          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
15615  Branch: perl
15616        ! lib/Text/Wrap.pm t/lib/textwrap.t
15617 ____________________________________________________________________________
15618 [  2397] By: nick                                  on 1998/11/29  20:13:58
15619     Log: Update docs and English.pm for $^C
15620  Branch: perl
15621        ! lib/English.pm pod/perlvar.pod
15622 ____________________________________________________________________________
15623 [  2396] By: jhi                                   on 1998/11/29  20:13:03
15624     Log: Mirror #2384.
15625  Branch: cfgperl
15626        ! t/op/pwent.t
15627 ____________________________________________________________________________
15628 [  2395] By: jhi                                   on 1998/11/29  19:59:12
15629     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
15630  Branch: cfgperl
15631        ! util.c
15632 ____________________________________________________________________________
15633 [  2394] By: gsar                                  on 1998/11/29  19:49:08
15634     Log: updated perlreftut.pod
15635  Branch: perl
15636        ! pod/perlreftut.pod
15637 ____________________________________________________________________________
15638 [  2393] By: gsar                                  on 1998/11/29  19:31:56
15639     Log: misc tweaks
15640  Branch: perl
15641        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
15642 ____________________________________________________________________________
15643 [  2392] By: gsar                                  on 1998/11/29  19:31:18
15644     Log: notes about -DPERL_POLLUTE
15645  Branch: perl
15646        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
15647 ____________________________________________________________________________
15648 [  2391] By: gsar                                  on 1998/11/29  19:13:52
15649     Log: explain various win32 build caveats more clearly
15650  Branch: perl
15651        ! README.win32 win32/Makefile win32/makefile.mk
15652 ____________________________________________________________________________
15653 [  2390] By: gsar                                  on 1998/11/29  16:51:59
15654     Log: remove I_POLL detection (Configure will do that now)
15655  Branch: perl
15656        ! ext/IO/Makefile.PL
15657 ____________________________________________________________________________
15658 [  2389] By: jhi                                   on 1998/11/29  16:39:16
15659     Log: Add I_POLL for IO 1.20.
15660  Branch: cfgperl
15661        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15662        ! config_h.SH
15663 ____________________________________________________________________________
15664 [  2388] By: gsar                                  on 1998/11/29  16:23:30
15665     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
15666  Branch: perl
15667        + Porting/p4desc
15668        ! MANIFEST
15669 ____________________________________________________________________________
15670 [  2387] By: gsar                                  on 1998/11/29  16:08:03
15671     Log: another threads reliability fix: serialize writes to thr->threadsv
15672          avoid most uses of PL_na (which is much more inefficient than a
15673          simple local); update docs to suit; PL_na now being thr->Tna may
15674          be a minor compatibility issue for extensions--will require dTHR
15675          outside of XSUBs (those get automatic dTHR)
15676  Branch: perl
15677        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
15678        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
15679        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
15680        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
15681        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
15682        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
15683        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
15684        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
15685        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
15686 ____________________________________________________________________________
15687 [  2386] By: jhi                                   on 1998/11/29  15:40:42
15688     Log: Tune the "if" entry.
15689  Branch: cfgperl
15690        ! pod/perlfunc.pod
15691 ____________________________________________________________________________
15692 [  2385] By: gsar                                  on 1998/11/29  12:40:28
15693     Log: various fixes for race conditions under threads: mutex locks based
15694          on PL_threadnum were seriously flawed, since it means more than one
15695          thread could enter the critical region; PL_na was global instead of
15696          thread-local; child thread could finish and free thr structures
15697          before Thread->new() got around to creating the Thread object;
15698          cv_clone() needed locking, as it mucks with PL_comppad and other
15699          global data; new_struct_thread() needed to lock template-thread's
15700          mutex while copying its data
15701  Branch: perl
15702        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
15703        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
15704 ____________________________________________________________________________
15705 [  2384] By: gsar                                  on 1998/11/29  10:54:38
15706     Log: s/warn/print/ on multiply defined groups
15707  Branch: perl
15708        ! t/op/grent.t
15709 ____________________________________________________________________________
15710 [  2383] By: gsar                                  on 1998/11/29  10:48:39
15711     Log: backout change#2334
15712  Branch: perl
15713        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
15714 ____________________________________________________________________________
15715 [  2382] By: jhi                                   on 1998/11/29  10:33:40
15716     Log: Better NetInfo behaviour.
15717  Branch: cfgperl
15718        ! t/op/grent.t t/op/pwent.t
15719 ____________________________________________________________________________
15720 [  2381] By: jhi                                   on 1998/11/29  10:08:15
15721     Log: Integrate from mainperl.
15722  Branch: cfgperl
15723       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
15724       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
15725       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
15726       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
15727       +> t/lib/io_poll.t t/lib/io_unix.t
15728       !> (integrate 58 files)
15729 ____________________________________________________________________________
15730 [  2380] By: gsar                                  on 1998/11/29  08:22:49
15731     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
15732          Tim Bunce)
15733  Branch: perl
15734        ! gv.c
15735 ____________________________________________________________________________
15736 [  2379] By: gsar                                  on 1998/11/29  07:06:43
15737     Log: fix for pat.t failure under USE_THREADS
15738  Branch: perl
15739        ! pp_ctl.c regexec.c
15740 ____________________________________________________________________________
15741 [  2378] By: nick                                  on 1998/11/28  22:46:57
15742     Log: More C.pm tweaks
15743          Save globs even if we have saved cv itself before - may be imported.
15744          
15745          While we don't save "bootstrap" CV we need to provide a stub,
15746          so that if we require it later we don't fall through and attempt
15747          to DynaLoad module again.
15748          
15749          Attempt to save %INC so that "require" does not reload things
15750          we have compiled-in (does not work right yet - seems to be due
15751          to PL_incgv being created in perl_parse() current scheme setting 
15752          GvHV() is "better" than saving the glob, but still does not 
15753          work as I expect). 
15754  Branch: perl
15755        ! ext/B/B/C.pm
15756 ____________________________________________________________________________
15757 [  2377] By: gsar                                  on 1998/11/28  22:30:38
15758     Log: various tweaks; result passes all tests for normal build on Solaris;
15759          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
15760          win32 due to lack of select() that works on non-socket fds
15761  Branch: perl
15762        ! ext/IO/poll.c regcomp.c regexec.c scope.c
15763        ! t/lib/io_multihomed.t win32/makefile.mk
15764 ____________________________________________________________________________
15765 [  2376] By: gsar                                  on 1998/11/28  20:44:39
15766     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
15767  Branch: perl
15768        ! myconfig
15769 ____________________________________________________________________________
15770 [  2375] By: gsar                                  on 1998/11/28  20:42:58
15771     Log: integrate cfgperl changes into mainline
15772  Branch: perl
15773       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
15774       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
15775 ____________________________________________________________________________
15776 [  2374] By: gsar                                  on 1998/11/28  20:02:03
15777     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15778          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
15779          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
15780          Subject: [PATCH 5.00553] Yet another OS/2 patch
15781  Branch: perl
15782        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
15783 ____________________________________________________________________________
15784 [  2373] By: gsar                                  on 1998/11/28  19:30:06
15785     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15786          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
15787          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
15788          Subject: [PATCH 5.005_53] Change $#+
15789  Branch: perl
15790        ! mg.c pod/perlvar.pod t/op/pat.t
15791 ____________________________________________________________________________
15792 [  2372] By: gsar                                  on 1998/11/28  19:28:00
15793     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15794          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
15795          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
15796          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
15797  Branch: perl
15798        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
15799        ! thrdvar.h
15800 ____________________________________________________________________________
15801 [  2371] By: gsar                                  on 1998/11/28  19:23:53
15802     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15803          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
15804          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
15805          Subject: [PATCH 5.005_53] better -Mre=debugcolor
15806  Branch: perl
15807        ! embedvar.h objXSUB.h regexec.c thrdvar.h
15808 ____________________________________________________________________________
15809 [  2370] By: gsar                                  on 1998/11/28  19:21:17
15810     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15811          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
15812          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
15813          Subject: [PATCH 5.005_*] regcolors
15814  Branch: perl
15815        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
15816 ____________________________________________________________________________
15817 [  2369] By: gsar                                  on 1998/11/28  19:00:15
15818     Log: allow final period in a file (not followed by a newline) to
15819          terminate format spec
15820  Branch: perl
15821        ! toke.c
15822 ____________________________________________________________________________
15823 [  2368] By: gsar                                  on 1998/11/28  18:58:25
15824     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
15825          add C<$Config{installarchlib}/CORE> to the default locations searched
15826          on win32
15827  Branch: perl
15828        ! lib/ExtUtils/Liblist.pm
15829 ____________________________________________________________________________
15830 [  2367] By: gsar                                  on 1998/11/28  18:46:05
15831     Log: applied suggested patch with PERL_OBJECT tweaks
15832          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15833          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
15834          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
15835          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
15836  Branch: perl
15837        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
15838        ! regexec.c t/op/pat.t thrdvar.h
15839 ____________________________________________________________________________
15840 [  2366] By: gsar                                  on 1998/11/28  18:38:34
15841     Log: additional documentation for qr//
15842          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15843          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
15844          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
15845          Subject: [PATCH 5.005_*] Documentation (fwd)
15846  Branch: perl
15847        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
15848 ____________________________________________________________________________
15849 [  2365] By: gsar                                  on 1998/11/28  18:35:35
15850     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15851          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
15852          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
15853          Subject: [PATCH 5.005_*] Fix \G in REx without //g
15854  Branch: perl
15855        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
15856        ! regexp.h t/op/pat.t thrdvar.h
15857 ____________________________________________________________________________
15858 [  2364] By: gsar                                  on 1998/11/28  18:24:20
15859     Log: update Test.pm to Test-1.12; tweak 're' detection
15860  Branch: perl
15861        ! lib/Test.pm
15862 ____________________________________________________________________________
15863 [  2363] By: gsar                                  on 1998/11/28  18:12:04
15864     Log: avoid command-line quoting portability problems in lex_assign.t
15865  Branch: perl
15866        ! t/op/lex_assign.t
15867 ____________________________________________________________________________
15868 [  2362] By: gsar                                  on 1998/11/28  18:08:50
15869     Log: From: John Tobey <jtobey@channel1.com>
15870          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
15871          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
15872          Subject: PATCH: document English.pm sawampersand and thread issues
15873  Branch: perl
15874        ! lib/English.pm pod/perlvar.pod
15875 ____________________________________________________________________________
15876 [  2361] By: gsar                                  on 1998/11/28  18:03:04
15877     Log: fix uninitialized warnings
15878          From: Brian Callaghan <callagh@itginc.com>
15879          Date: Thu, 19 Nov 1998 17:49:10 -0800
15880          Message-Id: <3654CA96.B64FCAEB@itginc.com>
15881          Subject: Complete.pm patch (version 1.1)
15882  Branch: perl
15883        ! lib/Term/Complete.pm
15884 ____________________________________________________________________________
15885 [  2360] By: gsar                                  on 1998/11/28  17:59:16
15886     Log: s/Array/List/ suggested by John Tobey
15887  Branch: perl
15888        ! pod/perldata.pod
15889 ____________________________________________________________________________
15890 [  2359] By: gsar                                  on 1998/11/28  17:47:48
15891     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
15892  Branch: perl
15893        ! lib/Tie/Handle.pm pod/perlfunc.pod
15894 ____________________________________________________________________________
15895 [  2358] By: jhi                                   on 1998/11/28  17:23:15
15896     Log: Revamp the locale tests.
15897          (0) Instead of rewiring a few locales scan for them.
15898          (1) Bogus test #101 removed.
15899          (2) All the locales are checked, the lists of failed
15900          and non-failed ones are displayed.
15901          (3) The test #103 is again 'active' so that it may fail.
15902          (4) To balance (3) a hopefully pacifying message is shown
15903          if the #103 fails.
15904  Branch: cfgperl
15905        ! t/pragma/locale.t
15906 ____________________________________________________________________________
15907 [  2357] By: gsar                                  on 1998/11/28  17:21:07
15908     Log: add perlreftut.pod
15909  Branch: perl
15910        + pod/perlreftut.pod
15911        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
15912        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
15913        ! win32/pod.mak
15914 ____________________________________________________________________________
15915 [  2356] By: jhi                                   on 1998/11/28  16:58:01
15916     Log: Change #2346 fallout.
15917  Branch: cfgperl
15918        ! t/op/undef.t
15919 ____________________________________________________________________________
15920 [  2355] By: gsar                                  on 1998/11/28  16:46:43
15921     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
15922          ANSI prototypes
15923  Branch: perl
15924        ! ext/IO/IO.xs
15925 ____________________________________________________________________________
15926 [  2354] By: gsar                                  on 1998/11/28  16:08:07
15927     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
15928          keep platform hacks that aren't in the 1.20 dist; add new files
15929          to MANIFEST; hack Makefile.PL; result hasn't been tested
15930          anywhere
15931  Branch: perl
15932        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
15933        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
15934        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
15935        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
15936        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
15937        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
15938        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
15939        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
15940        ! t/lib/io_sock.t t/lib/io_udp.t
15941 ____________________________________________________________________________
15942 [  2353] By: jhi                                   on 1998/11/28  15:51:03
15943     Log: Locale collation, ctype, and numeric, were initialized wrong
15944          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
15945          as reported by
15946          
15947          From: Ilya.Sandler@etak.com (Ilya Sandler)
15948          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
15949          To: perlbug@perl.com
15950          Date: 25 Nov 1998 04:53:52 +0200
15951          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
15952  Branch: cfgperl
15953        ! util.c
15954 ____________________________________________________________________________
15955 [  2352] By: nick                                  on 1998/11/28  15:21:59
15956     Log: Implement $^C to allow perl access to -c flag - I think this 
15957          was agreed once...
15958  Branch: perl
15959        ! gv.c mg.c
15960 ____________________________________________________________________________
15961 [  2351] By: jhi                                   on 1998/11/28  15:14:24
15962     Log: Change #2251 fixup.
15963  Branch: cfgperl
15964        ! myconfig
15965 ____________________________________________________________________________
15966 [  2350] By: jhi                                   on 1998/11/28  14:58:19
15967     Log: Integrate from mainperl.
15968  Branch: cfgperl
15969       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
15970       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
15971       +> pod/perl5005delta.pod
15972       !> (integrate 49 files)
15973 ____________________________________________________________________________
15974 [  2349] By: jhi                                   on 1998/11/28  14:27:36
15975     Log: Passwd and group file groveling.
15976  Branch: cfgperl
15977        ! t/op/grent.t t/op/pwent.t
15978 ____________________________________________________________________________
15979 [  2348] By: gsar                                  on 1998/11/28  14:09:50
15980     Log: more conservative version of changes#2345,2346,2347; those break
15981          C<defined(@{"foo::ISA"})> which seems to be extensively used in
15982          the libs :-(
15983  Branch: perl
15984        ! pp.c t/op/method.t
15985 ____________________________________________________________________________
15986 [  2347] By: gsar                                  on 1998/11/28  13:36:08
15987     Log: tweak bogus test
15988  Branch: perl
15989        ! t/op/method.t
15990 ____________________________________________________________________________
15991 [  2346] By: gsar                                  on 1998/11/28  13:20:34
15992     Log: test cases for previous change
15993  Branch: perl
15994        ! t/op/undef.t
15995 ____________________________________________________________________________
15996 [  2345] By: gsar                                  on 1998/11/28  13:07:17
15997     Log: fix typo in pp_defined() causing C<defined %tied> to fail
15998  Branch: perl
15999        ! pp.c
16000 ____________________________________________________________________________
16001 [  2344] By: gsar                                  on 1998/11/28  13:03:29
16002     Log: s/comment/comment_t/ tweak (suggested by John Gorman
16003          <jgorman@webbysoft.com>)
16004  Branch: perl
16005        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
16006 ____________________________________________________________________________
16007 [  2343] By: gsar                                  on 1998/11/28  12:52:40
16008     Log: add (stub) perldelta.pod
16009  Branch: perl
16010        + pod/perldelta.pod
16011 ____________________________________________________________________________
16012 [  2342] By: gsar                                  on 1998/11/28  12:49:26
16013     Log: rename perldelta.pod to perl5005delta.pod in preparation for
16014          starting a new one
16015  Branch: perl
16016       +> pod/perl5005delta.pod
16017        - pod/perldelta.pod
16018        ! MANIFEST pod/perl.pod
16019 ____________________________________________________________________________
16020 [  2341] By: gsar                                  on 1998/11/28  12:41:55
16021     Log: fix MALLOC_LOCK #define
16022  Branch: perl
16023        ! malloc.c
16024 ____________________________________________________________________________
16025 [  2340] By: gsar                                  on 1998/11/28  12:18:23
16026     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16027          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
16028          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
16029          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
16030  Branch: perl
16031        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
16032 ____________________________________________________________________________
16033 [  2339] By: jhi                                   on 1998/11/28  11:59:01
16034     Log: Add -lm to dynix/ptx POSIX hints.
16035          From: "Martin J. Bligh" <mbligh@sequent.com>
16036          To: jhi@iki.fi
16037          Subject: Re: Making Perl work on DYNIX/ptx
16038          Date: Wed, 25 Nov 1998 10:34:41 -0800
16039          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
16040  Branch: cfgperl
16041        ! ext/POSIX/hints/dynixptx.pl
16042 ____________________________________________________________________________
16043 [  2338] By: jhi                                   on 1998/11/28  11:57:19
16044     Log: Detypo.
16045  Branch: cfgperl
16046        ! lib/filetest.pm
16047 ____________________________________________________________________________
16048 [  2337] By: jhi                                   on 1998/11/28  11:56:29
16049     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
16050  Branch: cfgperl
16051        ! Configure
16052 ____________________________________________________________________________
16053 [  2336] By: gsar                                  on 1998/11/28  11:41:14
16054     Log: teach CPAN.pm to ignore beta perl distributions when looking for
16055          modules
16056          From: root@dogberry.rutgers.edu (root)
16057          Date: Thu, 12 Nov 1998 23:08:39 -0500
16058          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
16059          Subject: recompile tries getting a perl distribution
16060  Branch: perl
16061        ! lib/CPAN.pm
16062 ____________________________________________________________________________
16063 [  2335] By: gsar                                  on 1998/11/28  11:27:46
16064     Log: make $1 et al readonly under threads; make C<undef $1> fail like
16065          C<$1 = undef> does
16066  Branch: perl
16067        ! op.c pp.c t/op/undef.t
16068 ____________________________________________________________________________
16069 [  2334] By: gsar                                  on 1998/11/28  10:24:52
16070     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
16071  Branch: perl
16072        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
16073 ____________________________________________________________________________
16074 [  2333] By: gsar                                  on 1998/11/28  09:36:40
16075     Log: document changed PERL_HASH()
16076  Branch: perl
16077        ! pod/perlfunc.pod pod/perlguts.pod
16078 ____________________________________________________________________________
16079 [  2332] By: nick                                  on 1998/11/27  21:10:27
16080     Log: Handle INIT list in C.pm
16081          1. Provide init_av() from B.xs
16082          2. Export it in B.pm
16083          3. Use it in C.pm
16084          Also disable some pruning in savecv() which seems to undo
16085          my previous patch.
16086          Experimental feature - save pathnames of .so files in easily 
16087          grep-able form for use in wrapper to feed to linker.  
16088  Branch: perl
16089        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
16090 ____________________________________________________________________________
16091 [  2327] By: gsar                                  on 1998/11/27  15:12:01
16092     Log: integrate change#2315 from maint-5.005
16093  Branch: perl
16094        ! t/op/sort.t
16095       !> op.c sv.c
16096 ____________________________________________________________________________
16097 [  2326] By: gsar                                  on 1998/11/27  15:00:42
16098     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
16099  Branch: perl
16100       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
16101       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
16102       !> lib/ExtUtils/typemap
16103 ____________________________________________________________________________
16104 [  2325] By: gsar                                  on 1998/11/27  14:46:18
16105     Log: malloc bugfix and documentation from Ilya Zakharevich
16106          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
16107          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
16108          Subject: [PATCH 5.005_*] Re: Internal coredump
16109          --
16110          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
16111          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
16112          Subject: [PATCH 5.005_*] malloc.c documentation
16113  Branch: perl
16114        ! malloc.c
16115 ____________________________________________________________________________
16116 [  2324] By: gsar                                  on 1998/11/27  14:41:38
16117     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
16118  Branch: perl
16119        ! ext/B/B/C.pm
16120 ____________________________________________________________________________
16121 [  2323] By: gsar                                  on 1998/11/27  14:33:44
16122     Log: From: maeda@src.ricoh.co.jp
16123          Date: Tue, 24 Nov 1998 10:37:45 +0900
16124          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
16125          Subject: format "..." bug
16126  Branch: perl
16127        ! pp_ctl.c t/op/write.t
16128 ____________________________________________________________________________
16129 [  2322] By: gsar                                  on 1998/11/27  14:20:12
16130     Log: add ext/Devel/Peek
16131          From: jan.dubois@ibm.net (Jan Dubois)
16132          Date: Mon, 23 Nov 1998 00:48:11 +0100
16133          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
16134          Subject: [PATCH 5.005_53] Devel::Peek integration
16135  Branch: perl
16136        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
16137        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
16138        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
16139        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
16140        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
16141 ____________________________________________________________________________
16142 [  2321] By: gsar                                  on 1998/11/27  13:03:08
16143     Log: ensure 'make regen_headers' even without perl installed
16144          (suggested by Ilya Zakharevich)
16145  Branch: perl
16146        ! bytecode.pl warning.pl
16147 ____________________________________________________________________________
16148 [  2320] By: gsar                                  on 1998/11/27  12:58:36
16149     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16150          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
16151          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
16152          Subject: [PATCH 5.005_*] Cosmetic malloc patch
16153  Branch: perl
16154        ! malloc.c
16155 ____________________________________________________________________________
16156 [  2319] By: gsar                                  on 1998/11/27  12:56:13
16157     Log: eliminate dup hunk from integration
16158  Branch: perl
16159        ! lib/filetest.pm perl.h
16160 ____________________________________________________________________________
16161 [  2318] By: gsar                                  on 1998/11/27  12:50:08
16162     Log: integrate cfgperl changes into mainline
16163  Branch: perl
16164       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
16165        ! pod/perlfaq4.pod
16166       !> (integrate 30 files)
16167 ____________________________________________________________________________
16168 [  2317] By: jhi                                   on 1998/11/27  11:38:13
16169     Log: C<-x>.
16170  Branch: cfgperl
16171        ! lib/filetest.pm
16172 ____________________________________________________________________________
16173 [  2316] By: jhi                                   on 1998/11/27  11:10:22
16174     Log: Integrate from mainperl.
16175  Branch: cfgperl
16176       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
16177       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
16178       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
16179       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
16180       !> win32/win32sck.c
16181 ____________________________________________________________________________
16182 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
16183     Log: integrate change#2246 from mainline, while still allowing
16184          C<sort $globref @foo>
16185          
16186          allow C<sort $coderef @foo>
16187  Branch: maint-5.005/perl
16188        ! op.c sv.c
16189       !> t/op/sort.t
16190 ____________________________________________________________________________
16191 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
16192     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
16193          forwarded by Jarkko Hietaniemi from Mark Bixby
16194  Branch: maint-5.005/perl
16195        ! ext/DynaLoader/dl_mpeix.xs installperl
16196 ____________________________________________________________________________
16197 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
16198     Log: Allow PL_FILES to have multiple targets from one source by allowing
16199          an array ref as the value in the hash
16200  Branch: maint-5.005/perl
16201        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
16202        ! lib/ExtUtils/MakeMaker.pm
16203 ____________________________________________________________________________
16204 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
16205     Log: fix unsigned variables to use SvUV and sv_setuv
16206  Branch: maint-5.005/perl
16207        ! lib/ExtUtils/typemap
16208 ____________________________________________________________________________
16209 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
16210     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
16211  Branch: maint-5.005/perl
16212        ! lib/ExtUtils/MM_Unix.pm
16213 ____________________________________________________________________________
16214 [  2301] By: gsar                                  on 1998/11/26  10:16:54
16215     Log: fix PL_defoutgv leak under threads
16216  Branch: perl
16217        ! ext/Thread/Thread.xs
16218 ____________________________________________________________________________
16219 [  2300] By: gsar                                  on 1998/11/26  09:04:44
16220     Log: properly free temporaries created by threads
16221  Branch: perl
16222        ! ext/Thread/Thread.xs
16223 ____________________________________________________________________________
16224 [  2299] By: gsar                                  on 1998/11/26  06:51:16
16225     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
16226          to set the package for the block properly
16227  Branch: perl
16228        ! op.c t/comp/package.t t/lib/dumper.t
16229 ____________________________________________________________________________
16230 [  2298] By: nick                                  on 1998/11/24  22:04:20
16231     Log: Part-1 of tweaks to allow Tk to be "compiled"
16232          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
16233          (May also need attention to exports etc. - to follow.)
16234  Branch: perl
16235        ! universal.c
16236 ____________________________________________________________________________
16237 [  2294] By: jhi                                   on 1998/11/23  10:44:26
16238     Log: The new socket tests need in some platforms
16239          to #include <sys/types.h>.
16240  Branch: cfgperl
16241        ! Configure
16242 ____________________________________________________________________________
16243 [  2293] By: jhi                                   on 1998/11/23  10:33:42
16244     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
16245          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
16246          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
16247          Date: Mon, 23 Nov 1998 10:07:04 +0100
16248          Message-Id: <9811230907.AA06484@AWT.nl>
16249          
16250          NeXTstep NetInfo uses nidump to get the user/group databases.
16251  Branch: cfgperl
16252        ! t/op/grent.t t/op/pwent.t
16253 ____________________________________________________________________________
16254 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
16255     Log: Updated Porting/patchls utility.
16256  Branch: maint-5.004/perl
16257        ! Porting/patchls
16258 ____________________________________________________________________________
16259 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
16260     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
16261          From:  Henrik Tougaard <ht.000@foa.dk>
16262          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
16263          Files:  lib/Sys/Syslog.pm
16264  Branch: maint-5.004/perl
16265        ! lib/Sys/Syslog.pm
16266 ____________________________________________________________________________
16267 [  2286] By: jhi                                   on 1998/11/22  19:08:42
16268     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
16269  Branch: cfgperl
16270        ! ext/Socket/Socket.xs
16271 ____________________________________________________________________________
16272 [  2285] By: jhi                                   on 1998/11/22  18:21:07
16273     Log: MSG_PROXY for GNU/Hurd (previously we believed that
16274          all GNU libc platforms have MSG_PROXY.  Untrue).
16275          In fact this ended up as a major MSG_* and SCM_*
16276          update.  The MSG_XXX known to be enums in some
16277          versions of the glibc are now probed for and respective
16278          HAS_MSG_XXX are defined.  While I was at it I noticed
16279          SCM_RIGHTS being similarly an enum.  This reminded me of
16280          an ancient discussion in perl5-porters:
16281          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
16282          The BSD socket interface has a nifty feature for passing
16283          file descriptors and credentials--via sockets.  It may be
16284          too late to add this functionality to the CORE but
16285          at least Configure now probes for the functions,
16286          structs, and includes, defining the appropriate
16287          HAS_YYY and I_ZZZ, and the Socket extension exports
16288          the constants, in case somebody wants to write an
16289          extension for this interface.
16290  Branch: cfgperl
16291        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16292        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
16293        ! iperlsys.h
16294 ____________________________________________________________________________
16295 [  2284] By: jhi                                   on 1998/11/22  18:13:21
16296     Log: perlhist.pod 1.54, containing 5_53.
16297  Branch: cfgperl
16298        ! pod/perlhist.pod
16299 ____________________________________________________________________________
16300 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
16301     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
16302  Branch: maint-5.004/perl
16303        ! doio.c
16304 ____________________________________________________________________________
16305 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
16306     Log: Improve op/die_exit.t test for implicit close changing $!
16307  Branch: maint-5.004/perl
16308        ! t/op/die_exit.t
16309 ____________________________________________________________________________
16310 [  2268] By: jhi                                   on 1998/11/22  14:44:11
16311     Log: Fix thinko.
16312  Branch: cfgperl
16313        ! hints/dynixptx.sh
16314 ____________________________________________________________________________
16315 [  2267] By: jhi                                   on 1998/11/22  13:19:41
16316     Log: Document the d_socket override.
16317  Branch: cfgperl
16318        ! hints/dynixptx.sh
16319 ____________________________________________________________________________
16320 [  2266] By: jhi                                   on 1998/11/22  12:12:29
16321     Log: From: John Tobey <jtobey@channel1.com>
16322          Subject: [PATCH] perlfaq typos
16323          To: perl5-porters@perl.com
16324          Date: 22 Nov 1998 04:25:15 +0200
16325          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
16326  Branch: cfgperl
16327        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
16328        ! pod/perlfaq7.pod pod/perlfaq8.pod
16329 ____________________________________________________________________________
16330 [  2265] By: jhi                                   on 1998/11/22  12:06:29
16331     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
16332          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
16333          Newsgroups: hut.lists.perl5-porters
16334          To: gsar@engin.umich.edu (Gurusamy Sarathy)
16335          Cc: perl5-porters@perl.org (Perl5 Porters)
16336          Date: 20 Nov 1998 12:20:41 +0200
16337  Branch: cfgperl
16338        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
16339        ! ext/DB_File/DB_File.xs
16340 ____________________________________________________________________________
16341 [  2264] By: jhi                                   on 1998/11/22  11:55:09
16342     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
16343          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
16344          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
16345          To: perlbug@perl.com
16346          Date: 20 Nov 1998 18:39:06 +0200
16347          Lines: 47
16348          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
16349  Branch: cfgperl
16350        ! t/op/grent.t t/op/pwent.t
16351 ____________________________________________________________________________
16352 [  2263] By: jhi                                   on 1998/11/22  11:42:59
16353     Log: Permission testing is tricky when we have too much power.
16354          Problem reported in
16355          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
16356          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
16357          To: perlbug@perl.com
16358          Date: 20 Nov 1998 18:39:06 +0200
16359          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
16360  Branch: cfgperl
16361        ! t/op/filetest.t
16362 ____________________________________________________________________________
16363 [  2262] By: gsar                                  on 1998/11/22  11:37:02
16364     Log: fix broken CAPI generation
16365  Branch: perl
16366        ! win32/GenCAPI.pl
16367 ____________________________________________________________________________
16368 [  2261] By: jhi                                   on 1998/11/22  11:17:00
16369     Log: -x should be C<-x>, reported by Gerben Wierda.
16370  Branch: cfgperl
16371        ! pod/perlfunc.pod
16372 ____________________________________________________________________________
16373 [  2260] By: gsar                                  on 1998/11/22  11:12:02
16374     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
16375  Branch: perl
16376        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
16377        ! proto.h
16378 ____________________________________________________________________________
16379 [  2259] By: jhi                                   on 1998/11/22  11:06:40
16380     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
16381          Subject: Re: [PATCH] Re: pod2man bug in date generated line
16382          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
16383          Cc: perlbug@perl.com
16384          Date: 20 Nov 1998 21:30:17 +0200
16385          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
16386  Branch: cfgperl
16387        ! pod/pod2man.PL
16388 ____________________________________________________________________________
16389 [  2256] By: jhi                                   on 1998/11/21  10:44:01
16390     Log: From: Thomas Bowditch <bowditch@inmet.com>
16391          Subject: Benchmark.pm suggestion
16392          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
16393          Date: Fri, 20 Nov 1998 17:43:46 -0500
16394          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
16395          
16396          Added timesum().
16397  Branch: cfgperl
16398        ! lib/Benchmark.pm
16399 ____________________________________________________________________________
16400 [  2255] By: gsar                                  on 1998/11/21  08:45:06
16401     Log: another win32 portability fix: make sysread() and syswrite()
16402          work on sockets
16403  Branch: perl
16404        ! pp_sys.c win32/win32.h
16405 ____________________________________________________________________________
16406 [  2254] By: gsar                                  on 1998/11/21  07:49:06
16407     Log: win32_recvfrom() compatibility fix
16408  Branch: perl
16409        ! win32/win32sck.c
16410 ____________________________________________________________________________
16411 [  2253] By: jhi                                   on 1998/11/20  08:22:06
16412     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
16413          To: jhi@iki.fi
16414          Subject: MPE/iX Perl 5.005_02 oops
16415          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
16416          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
16417  Branch: cfgperl
16418        ! ext/DynaLoader/dl_mpeix.xs installperl
16419 ____________________________________________________________________________
16420 [  2252] By: gsar                                  on 1998/11/19  17:38:03
16421     Log: mess_sv tweak for change#2249
16422  Branch: perl
16423        ! util.c
16424 ____________________________________________________________________________
16425 [  2251] By: jhi                                   on 1998/11/18  12:32:19
16426     Log: Display use64bits and usemultiplicity but only if necessary.
16427  Branch: cfgperl
16428        ! myconfig
16429 ____________________________________________________________________________
16430 [  2250] By: jhi                                   on 1998/11/18  12:26:50
16431     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
16432          Subject: pp.c uses 'unsigned Quad_t'
16433          To: perlbug@perl.com 
16434          Date: Sun, 15 Nov 1998 20:57:05 -0300 
16435          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
16436  Branch: cfgperl
16437        ! perl.h pp.c
16438 ____________________________________________________________________________
16439 [  2249] By: gsar                                  on 1998/11/18  05:43:11
16440     Log: use PL_mess_sv only during global destruction (fixes problems with
16441          overlapping invocations of form()/warn()/die()/croak() trampling on
16442          each other's messages)
16443  Branch: perl
16444        ! mg.c util.c
16445 ____________________________________________________________________________
16446 [  2248] By: gsar                                  on 1998/11/18  05:39:36
16447     Log: tweak change#2245 to skip previous message if any
16448  Branch: perl
16449        ! pp_ctl.c t/pragma/warn/pp_ctl
16450 ____________________________________________________________________________
16451 [  2247] By: jhi                                   on 1998/11/17  11:46:56
16452     Log: Integrate from mainperl.
16453  Branch: cfgperl
16454       !> (integrate 26 files)
16455 ____________________________________________________________________________
16456 [  2246] By: gsar                                  on 1998/11/17  09:41:10
16457     Log: allow C<sort $coderef @foo>
16458  Branch: perl
16459        ! op.c t/op/sort.t t/pragma/overload.t
16460 ____________________________________________________________________________
16461 [  2245] By: gsar                                  on 1998/11/17  08:28:26
16462     Log: propagate failures in DESTROY() as (optional) warnings
16463  Branch: perl
16464        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
16465 ____________________________________________________________________________
16466 [  2244] By: gsar                                  on 1998/11/17  07:43:08
16467     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
16468  Branch: perl
16469        ! perl.c thrdvar.h
16470 ____________________________________________________________________________
16471 [  2243] By: gsar                                  on 1998/11/17  07:40:09
16472     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
16473  Branch: perl
16474        ! lib/warning.pm warning.h warning.pl
16475 ____________________________________________________________________________
16476 [  2242] By: gsar                                  on 1998/11/17  06:32:39
16477     Log: fix skipspace() to properly account for newlines in eval''-ed
16478          strings (caused bogus line numbers in diagnostics and debugger)
16479  Branch: perl
16480        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
16481 ____________________________________________________________________________
16482 [  2241] By: gsar                                  on 1998/11/17  03:48:12
16483     Log: s/Perl_utf8skip/PL_utf8skip/g
16484  Branch: perl
16485        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
16486 ____________________________________________________________________________
16487 [  2240] By: gsar                                  on 1998/11/14  06:09:06
16488     Log: rework op/groups.t
16489  Branch: perl
16490        ! t/op/filetest.t t/op/groups.t
16491 ____________________________________________________________________________
16492 [  2235] By: gsar                                  on 1998/11/14  00:17:05
16493     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
16494  Branch: perl
16495        ! op.c
16496 ____________________________________________________________________________
16497 [  2234] By: gsar                                  on 1998/11/14  00:14:02
16498     Log: update Changes
16499  Branch: perl
16500        ! Changes win32/config.bc win32/config.gc win32/config.vc
16501 ____________________________________________________________________________
16502 [  2233] By: gsar                                  on 1998/11/13  09:43:03
16503     Log: doc tweak
16504  Branch: perl
16505        ! README.win32
16506 ____________________________________________________________________________
16507 [  2230] By: jhi                                   on 1998/11/12  17:07:45
16508     Log: Allow hints file override for d_socket
16509          (based on Sequent-induced change #2229).
16510  Branch: cfgperl
16511        ! Configure
16512 ____________________________________________________________________________
16513 [  2229] By: jhi                                   on 1998/11/12  16:32:33
16514     Log: 
16515          From: "Martin J. Bligh" <mbligh@sequent.com>
16516          To: jhi@iki.fi
16517          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
16518          Subject: Re: Making Perl work on DYNIX/ptx
16519          Date: Tue, 10 Nov 1998 16:24:26 -0800
16520          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
16521  Branch: cfgperl
16522        ! hints/dynixptx.sh
16523 ____________________________________________________________________________
16524 [  2228] By: jhi                                   on 1998/11/12  11:40:37
16525     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
16526          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
16527          To: jhi@iki.fi
16528          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
16529          Subject: Re: Making Perl work on DYNIX/ptx
16530          Date: Tue, 10 Nov 1998 18:01:10 -0800
16531  Branch: cfgperl
16532        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
16533 ____________________________________________________________________________
16534 [  2227] By: jhi                                   on 1998/11/12  11:17:42
16535     Log: Integrate from mainperl.
16536  Branch: cfgperl
16537       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
16538       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
16539       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
16540       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
16541       !> win32/win32.c x2p/s2p.PL
16542 ____________________________________________________________________________
16543 [  2226] By: gsar                                  on 1998/11/11  21:05:42
16544     Log: provide -DPERL_POLLUTE
16545  Branch: perl
16546        ! embed.pl embedvar.h
16547 ____________________________________________________________________________
16548 [  2225] By: jhi                                   on 1998/11/09  07:45:12
16549     Log: From: Hans Mulder <hansm@icgroup.nl>
16550          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
16551          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
16552          perl5-porters@perl.org
16553          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
16554          (UNINSTALLED)
16555          Date: Sun,  8 Nov 98 22:20:23 +0100
16556          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
16557  Branch: cfgperl
16558        ! malloc.c perl.h
16559 ____________________________________________________________________________
16560 [  2224] By: gsar                                  on 1998/11/09  03:13:14
16561     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
16562          Christoph <lupe@alanya.m.isar.de>)
16563  Branch: perl
16564        ! lib/Text/Wrap.pm
16565 ____________________________________________________________________________
16566 [  2223] By: gsar                                  on 1998/11/09  02:09:06
16567     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
16568          <lionel.fourquaux@wanadoo.fr>)
16569  Branch: perl
16570        ! x2p/s2p.PL
16571 ____________________________________________________________________________
16572 [  2222] By: gsar                                  on 1998/11/09  01:56:24
16573     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
16574          Date: Wed, 04 Nov 1998 12:19:44 +0000
16575          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
16576          Subject: [PATCH] Re: [5.005_53] read overflow? 
16577          --
16578          Date: Wed, 04 Nov 1998 13:15:18 +0000
16579          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
16580          Subject: [PATCH 5.005_53] perl -V fix
16581  Branch: perl
16582        ! perl.c regexec.c
16583 ____________________________________________________________________________
16584 [  2221] By: gsar                                  on 1998/11/09  01:34:56
16585     Log: From: jan.dubois@ibm.net (Jan Dubois)
16586          Date: Sun, 01 Nov 1998 00:05:01 +0100
16587          Message-ID: <364294bd.18052307@smtp1.ibm.net>
16588          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
16589  Branch: perl
16590        ! Changes win32/makedef.pl
16591 ____________________________________________________________________________
16592 [  2220] By: gsar                                  on 1998/11/08  21:13:07
16593     Log: integrate changes#2120,2168,2218 from maint-5.005;
16594          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
16595          enum; make regen_headers
16596  Branch: perl
16597        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
16598        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
16599 ____________________________________________________________________________
16600 [  2219] By: gsar                                  on 1998/11/08  19:42:57
16601     Log: integrate cfgperl changes into mainline
16602  Branch: perl
16603       +> README.vmesa
16604       !> Configure MANIFEST Porting/Glossary Porting/config.sh
16605       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
16606       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
16607       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
16608       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
16609       !> thread.h vms/subconfigure.com vos/config.h
16610 ____________________________________________________________________________
16611 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
16612     Log: From: Graham Barr <gbarr@ti.com>
16613          Date: Mon, 2 Nov 1998 07:38:52 -0600
16614          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
16615          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
16616  Branch: maint-5.005/perl
16617        ! ext/IPC/SysV/Msg.pm
16618 ____________________________________________________________________________
16619 [  2215] By: gsar                                  on 1998/11/08  02:52:52
16620     Log: set close-on-exec bit on pipe() FDs
16621  Branch: perl
16622        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
16623 ____________________________________________________________________________
16624 [  2214] By: gsar                                  on 1998/11/08  02:27:57
16625     Log: typo in newHVhv()
16626  Branch: perl
16627        ! hv.c
16628 ____________________________________________________________________________
16629 [  2211] By: jhi                                   on 1998/11/07  21:14:18
16630     Log: Finalize the Mach CThreads support.
16631          
16632          From: Hans Mulder <hansm@icgroup.nl>
16633          Date: Sat,  7 Nov 98 22:06:20 +0100
16634          To: Gurusamy Sarathy <gsar@engin.umich.edu>
16635          Cc: jhi@iki.fi, perl5-porters@perl.org
16636          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
16637          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
16638  Branch: cfgperl
16639        ! malloc.c perl.h
16640 ____________________________________________________________________________
16641 [  2210] By: gsar                                  on 1998/11/06  20:36:50
16642     Log: fix AvREALISH bogusness
16643  Branch: perl
16644        ! av.c t/op/array.t
16645 ____________________________________________________________________________
16646 [  2209] By: jhi                                   on 1998/11/06  08:05:31
16647     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
16648          ASSERT() causes problems in {NeXTStep,OpenStep}.
16649          
16650          From: Hans Mulder <hansm@icgroup.nl>
16651          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
16652          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
16653          Date: Fri,  6 Nov 98 01:27:41 +0100
16654          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
16655          
16656          and
16657          
16658          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16659          Subject: Re: ASSERT() in malloc.c
16660          To: jhi@iki.fi
16661          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
16662          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
16663  Branch: cfgperl
16664        ! malloc.c
16665 ____________________________________________________________________________
16666 [  2208] By: jhi                                   on 1998/11/06  07:55:38
16667     Log: Mach CThreads needs #include <mach/cthreads.h>.
16668  Branch: cfgperl
16669        ! perl.h
16670 ____________________________________________________________________________
16671 [  2206] By: jhi                                   on 1998/11/05  14:54:52
16672     Log: PERL_BADLANG wrongly documented.
16673          
16674          From: ts <decoux@moulon.inra.fr>
16675          To: jhi@cc.hut.fi
16676          Subject: Re: Locale warning messages
16677          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
16678          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
16679          
16680          and
16681          
16682          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16683          Subject: Re: PERL_BADLANG
16684          To: jhi@iki.fi
16685          Subject: Re: PERL_BADLANG
16686          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
16687          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
16688  Branch: cfgperl
16689        ! pod/perllocale.pod
16690 ____________________________________________________________________________
16691 [  2205] By: jhi                                   on 1998/11/05  14:24:33
16692     Log: Document all the control flow keywords in perlfunc
16693          so that "perlfunc -f while" works.
16694  Branch: cfgperl
16695        ! pod/perlfunc.pod
16696 ____________________________________________________________________________
16697 [  2204] By: jhi                                   on 1998/11/05  12:46:02
16698     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
16699          (from vos/config.h).  Update Porting/{Glossary,config*}.
16700  Branch: cfgperl
16701        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16702        ! config_h.SH vos/config.h
16703 ____________________________________________________________________________
16704 [  2203] By: jhi                                   on 1998/11/05  08:34:39
16705     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
16706  Branch: cfgperl
16707        ! hints/vmesa.sh vms/subconfigure.com
16708 ____________________________________________________________________________
16709 [  2202] By: jhi                                   on 1998/11/05  08:03:20
16710     Log: Integrate from mainperl.
16711  Branch: cfgperl
16712       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
16713       !> win32/Makefile win32/makefile.mk win32/win32.c
16714 ____________________________________________________________________________
16715 [  2201] By: gsar                                  on 1998/11/05  04:40:44
16716     Log: another POPSTACK victim
16717  Branch: perl
16718        ! cop.h sv.c
16719 ____________________________________________________________________________
16720 [  2196] By: gsar                                  on 1998/11/05  02:07:54
16721     Log: fix a location affected by change#2191, add note about POPSTACK
16722  Branch: perl
16723        ! cop.h gv.c pp_ctl.c
16724 ____________________________________________________________________________
16725 [  2195] By: gsar                                  on 1998/11/05  02:04:45
16726     Log: makefile notes
16727  Branch: perl
16728        ! win32/Makefile win32/makefile.mk
16729 ____________________________________________________________________________
16730 [  2192] By: gsar                                  on 1998/11/04  23:48:53
16731     Log: indeterminate order-of-evaluation fixes
16732  Branch: perl
16733        ! mg.c
16734 ____________________________________________________________________________
16735 [  2191] By: gsar                                  on 1998/11/04  23:02:16
16736     Log: refetch local stack pointer in POPSTACK
16737  Branch: perl
16738        ! cop.h perl.c
16739 ____________________________________________________________________________
16740 [  2190] By: jhi                                   on 1998/11/04  08:50:40
16741     Log: Configure update.
16742          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
16743          
16744          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
16745          To: Martin Bligh <mbligh@sequent.com>
16746          Cc: Jarkko Hietaniemi <jhi@iki.fi>
16747          Subject: Re: Perl 5's configure on DYNIX/ptx
16748          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
16749          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
16750          
16751          find sockets also from libsocket, not just libnet.
16752          OS390: $compile_ok instead of $compile for <inttypes.h>,
16753          
16754          From: pvhp@forte.com (Peter Prymmer)
16755          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
16756          Subject: _53 not OK on os390 but looking better than ever
16757          Date: Tue, 3 Nov 98 17:33:22 PST
16758          Message-Id: <9811040133.AA09450@forte.com>
16759  Branch: cfgperl
16760        ! Configure
16761 ____________________________________________________________________________
16762 [  2189] By: jhi                                   on 1998/11/04  07:43:58
16763     Log: sysio.t failure: fix undefined order of evaluation, from
16764          
16765          From: Spider Boardman <spider@web.zk3.dec.com>
16766          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
16767          To: perlbug@perl.com
16768          Date: 4 Nov 1998 01:22:30 +0200
16769          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
16770  Branch: cfgperl
16771        ! pp_sys.c
16772 ____________________________________________________________________________
16773 [  2188] By: gsar                                  on 1998/11/04  02:59:16
16774     Log: fix return value of win32_pclose()
16775  Branch: perl
16776        ! win32/win32.c
16777 ____________________________________________________________________________
16778 [  2187] By: gsar                                  on 1998/11/04  02:56:34
16779     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
16780  Branch: perl
16781        ! Changes doop.c gv.c util.c
16782 ____________________________________________________________________________
16783 [  2186] By: jhi                                   on 1998/11/03  08:17:52
16784     Log: Document quads in pack.
16785  Branch: cfgperl
16786        ! pod/perlfunc.pod
16787 ____________________________________________________________________________
16788 [  2185] By: jhi                                   on 1998/11/03  07:49:35
16789     Log: (IV) vs (I32) vs I_V()
16790          
16791          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
16792          From: Anton Berezin <tobez@plab.ku.dk> 
16793          To: "p5p" <perl5-porters@perl.org> 
16794          Date: 01 Nov 1998 15:09:11 +0100 
16795          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
16796          
16797          and
16798          
16799          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
16800          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
16801          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
16802  Branch: cfgperl
16803        ! sv.c
16804 ____________________________________________________________________________
16805 [  2184] By: jhi                                   on 1998/11/03  07:42:46
16806     Log: VM/ESA updates.
16807  Branch: cfgperl
16808        + README.vmesa
16809        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
16810 ____________________________________________________________________________
16811 [  2183] By: jhi                                   on 1998/11/02  12:58:13
16812     Log: The id(1)-parsing is real fun.
16813  Branch: cfgperl
16814        ! t/op/groups.t
16815 ____________________________________________________________________________
16816 [  2182] By: jhi                                   on 1998/11/02  12:07:43
16817     Log: Decommission the symlink test.
16818  Branch: cfgperl
16819        ! t/op/lex_assign.t
16820 ____________________________________________________________________________
16821 [  2181] By: jhi                                   on 1998/11/02  12:03:08
16822     Log: Replace ATTR_JOINABLE with true Configure probe
16823          for PTHREAD_CREATE_JOINABLE (or equivalent:
16824          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
16825          Remove ATTR_JOINABLE itself: Thread.xs uses
16826          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
16827          
16828          Really scan for <mach/cthreads.h> only if usethreads.
16829  Branch: cfgperl
16830        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
16831 ____________________________________________________________________________
16832 [  2180] By: jhi                                   on 1998/11/02  11:07:34
16833     Log: In HP-UX 10.X usethreads only if the required files are present.
16834  Branch: cfgperl
16835        ! hints/hpux.sh
16836 ____________________________________________________________________________
16837 [  2179] By: jhi                                   on 1998/11/02  09:10:33
16838     Log: Prefer groups(1).
16839          id -Gn can be broken.
16840          id -a can save the day.
16841  Branch: cfgperl
16842        ! t/op/groups.t
16843 ____________________________________________________________________________
16844 [  2178] By: jhi                                   on 1998/11/02  08:35:29
16845     Log: Detrail enum comma.
16846  Branch: cfgperl
16847        ! perl.h
16848 ____________________________________________________________________________
16849 [  2177] By: jhi                                   on 1998/11/02  08:24:12
16850     Log: 0**0 = 1, from
16851          
16852          From: d-lewart@uiuc.edu (Daniel S. Lewart)
16853          Subject: Math::Complex 0**0 patches
16854          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
16855          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
16856          To: jhi@iki.fi (Jarkko Hietaniemi),
16857          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
16858  Branch: cfgperl
16859        ! lib/Math/Complex.pm t/lib/complex.t
16860 ____________________________________________________________________________
16861 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
16862     Log: From: jan.dubois@ibm.net (Jan Dubois)   
16863          Date: Fri, 09 Oct 1998 23:28:31 +0200
16864          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
16865          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
16866  Branch: maint-5.005/perl
16867        ! XSUB.h
16868 ____________________________________________________________________________
16869 [  2164] By: jhi                                   on 1998/10/31  15:50:02
16870     Log: Integrate from mainperl.
16871  Branch: cfgperl
16872       +> t/op/lex_assign.t
16873       !> (integrate 45 files)
16874
16875 ----------------
16876 Version 5.005_53
16877 ----------------
16878
16879 ____________________________________________________________________________
16880 [  2163] By: gsar                                  on 1998/10/31  11:31:12
16881     Log: bump patchlevel; other minor fixes for clean build and test on
16882          Solaris and win32
16883  Branch: perl
16884        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
16885        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
16886        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
16887        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
16888        ! x2p/a2p.c
16889 ____________________________________________________________________________
16890 [  2162] By: gsar                                  on 1998/10/31  09:40:31
16891     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16892          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
16893          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
16894          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
16895  Branch: perl
16896        ! pp.h
16897 ____________________________________________________________________________
16898 [  2161] By: gsar                                  on 1998/10/31  09:39:13
16899     Log: From: Albert Dvornik <bert@genscan.com>
16900          Date: 30 Oct 1998 17:50:04 -0500
16901          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
16902          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
16903  Branch: perl
16904        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
16905 ____________________________________________________________________________
16906 [  2160] By: gsar                                  on 1998/10/31  09:35:03
16907     Log: fix for bugs in -x mode
16908          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16909          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
16910          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
16911          Subject: [PATCH 5.00552] Fix h2xs
16912  Branch: perl
16913        ! utils/h2xs.PL
16914 ____________________________________________________________________________
16915 [  2159] By: gsar                                  on 1998/10/31  09:31:36
16916     Log: Data::Dumper update
16917  Branch: perl
16918        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
16919        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
16920 ____________________________________________________________________________
16921 [  2153] By: gsar                                  on 1998/10/30  21:40:09
16922     Log: add testsuite portion of patch
16923          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16924          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
16925          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
16926          Subject: [PATCH 5.00321 ;-)] 87% speedup
16927  Branch: perl
16928        + t/op/lex_assign.t
16929        ! MANIFEST
16930 ____________________________________________________________________________
16931 [  2152] By: gsar                                  on 1998/10/30  21:08:11
16932     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
16933  Branch: perl
16934        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
16935 ____________________________________________________________________________
16936 [  2151] By: gsar                                  on 1998/10/30  20:18:09
16937     Log: From: Mark-Jason Dominus <mjd@plover.com>
16938          Date: Fri, 30 Oct 1998 14:24:23 EST
16939          Message-Id: <19981030192423.27276.qmail@plover.com>
16940          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
16941  Branch: perl
16942        ! x2p/walk.c
16943 ____________________________________________________________________________
16944 [  2150] By: gsar                                  on 1998/10/30  20:08:57
16945     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16946          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
16947          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
16948          Subject: [PATCH 5.00552] Overloaded <> and deref again
16949  Branch: perl
16950        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
16951        ! t/pragma/overload.t toke.c
16952 ____________________________________________________________________________
16953 [  2149] By: gsar                                  on 1998/10/30  19:38:15
16954     Log: From: Roderick Schertler <roderick@argon.org>
16955          Date: Thu, 29 Oct 1998 14:50:18 -0500
16956          Message-ID: <17625.909690618@eeyore.ibcinc.com>
16957          Subject: patch for daemonization docs in perlipc
16958  Branch: perl
16959        ! pod/perlipc.pod
16960 ____________________________________________________________________________
16961 [  2148] By: gsar                                  on 1998/10/30  19:36:07
16962     Log: From: Anton Berezin <tobez@plab.ku.dk>
16963          Date: 29 Oct 1998 17:06:25 +0100
16964          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
16965          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
16966  Branch: perl
16967        ! win32/win32.c
16968 ____________________________________________________________________________
16969 [  2147] By: gsar                                  on 1998/10/30  19:31:37
16970     Log: tweaked version of suggested patch
16971          From: Anton Berezin <tobez@plab.ku.dk>
16972          Date: 29 Oct 1998 14:48:54 +0100
16973          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
16974          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
16975  Branch: perl
16976        ! win32/win32.c
16977 ____________________________________________________________________________
16978 [  2146] By: gsar                                  on 1998/10/30  19:03:50
16979     Log: hand-apply whitespace-mutiliated patch
16980          From: "vishal bhatia" <vishalb@hotmail.com>
16981          Date: Wed, 28 Oct 1998 23:45:32 PST
16982          Message-ID: <19981029074534.2334.qmail@hotmail.com>
16983          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
16984  Branch: perl
16985        ! ext/B/B/C.pm ext/B/B/CC.pm
16986 ____________________________________________________________________________
16987 [  2145] By: gsar                                  on 1998/10/30  18:46:58
16988     Log: remaining PL_foo stragglers
16989  Branch: perl
16990        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
16991        ! op.h os2/os2.c vms/gen_shrfls.pl
16992 ____________________________________________________________________________
16993 [  2144] By: gsar                                  on 1998/10/30  17:38:36
16994     Log: integrate cfgperl tweaks into mainline
16995  Branch: perl
16996       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
16997       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
16998 ____________________________________________________________________________
16999 [  2143] By: jhi                                   on 1998/10/30  13:27:39
17000     Log: There can be multiple yacc/bison errors.
17001  Branch: cfgperl
17002        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
17003 ____________________________________________________________________________
17004 [  2142] By: jhi                                   on 1998/10/30  13:18:43
17005     Log: README.posix-bc update.
17006  Branch: cfgperl
17007        ! README.posix-bc
17008 ____________________________________________________________________________
17009 [  2141] By: jhi                                   on 1998/10/30  09:12:59
17010     Log: #2133 fallout.
17011  Branch: cfgperl
17012        ! doio.c ext/POSIX/POSIX.xs
17013 ____________________________________________________________________________
17014 [  2140] By: jhi                                   on 1998/10/30  08:43:18
17015     Log: Integrate from mainperl.
17016  Branch: cfgperl
17017       +> globvar.sym pp.sym
17018        - objpp.h thread.sym
17019       !> (integrate 61 files)
17020 ____________________________________________________________________________
17021 [  2133] By: gsar                                  on 1998/10/30  02:51:39
17022     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
17023          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
17024          should soon be automated also; the global variables that
17025          escaped the PL_foo conversion are now reined in; renamed
17026          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
17027          type of same name; duplicated lists of pp_things in various
17028          places is now gone; result has only been tested on win32
17029  Branch: perl
17030        + globvar.sym pp.sym
17031        - objpp.h thread.sym
17032        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
17033        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
17034        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
17035        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
17036        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
17037        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
17038        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
17039        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
17040        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
17041        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17042        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
17043 ____________________________________________________________________________
17044 [  2130] By: jhi                                   on 1998/10/29  15:31:26
17045     Log: Pure bison yylex() proto was broken.
17046  Branch: cfgperl
17047        ! proto.h
17048 ____________________________________________________________________________
17049 [  2126] By: jhi                                   on 1998/10/29  08:35:54
17050     Log: Integrate mainperl.
17051  Branch: cfgperl
17052       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
17053       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
17054       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
17055       !> t/pragma/warn/doio toke.c win32/makefile.mk
17056 ____________________________________________________________________________
17057 [  2125] By: jhi                                   on 1998/10/29  08:32:38
17058     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
17059  Branch: cfgperl
17060        ! Makefile.SH
17061 ____________________________________________________________________________
17062 [  2124] By: jhi                                   on 1998/10/29  08:06:44
17063     Log: EBCDIC Makefile.SH tuneup.
17064  Branch: cfgperl
17065        ! Makefile.SH
17066 ____________________________________________________________________________
17067 [  2119] By: gsar                                  on 1998/10/28  23:24:04
17068     Log: remove doubled hunk from integration
17069  Branch: perl
17070        ! pp.c
17071 ____________________________________________________________________________
17072 [  2118] By: gsar                                  on 1998/10/28  22:03:31
17073     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17074          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
17075          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
17076          Subject: [PATCH 5.00552] Minor debugger tweaks
17077  Branch: perl
17078        ! lib/perl5db.pl
17079 ____________________________________________________________________________
17080 [  2117] By: gsar                                  on 1998/10/28  22:02:30
17081     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17082          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
17083          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
17084          Subject: [PATCH 5.00552] Make sort respect overloading
17085  Branch: perl
17086        ! pp_ctl.c proto.h t/pragma/overload.t
17087 ____________________________________________________________________________
17088 [  2116] By: gsar                                  on 1998/10/28  21:51:11
17089     Log: MM patches from Ilya Zakharevich
17090          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
17091          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
17092          Subject: [PATCH 5.00552] Make MakeMaker more verbose
17093          --
17094          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
17095          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
17096          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
17097  Branch: perl
17098        ! lib/ExtUtils/MakeMaker.pm
17099 ____________________________________________________________________________
17100 [  2115] By: gsar                                  on 1998/10/28  21:46:19
17101     Log: add explicit references to perl source path in ld2 and gcc2
17102  Branch: perl
17103        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
17104 ____________________________________________________________________________
17105 [  2114] By: gsar                                  on 1998/10/28  21:39:56
17106     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
17107          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
17108          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
17109          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
17110  Branch: perl
17111        ! INSTALL
17112 ____________________________________________________________________________
17113 [  2113] By: gsar                                  on 1998/10/28  21:21:16
17114     Log: integrate cfgperl into mainline
17115  Branch: perl
17116       +> t/op/filetest.t
17117       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
17118       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
17119       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
17120       !> thread.h toke.c vmesa/Makefile
17121 ____________________________________________________________________________
17122 [  2112] By: gsar                                  on 1998/10/28  21:14:18
17123     Log: minor cleanup
17124  Branch: perl
17125        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
17126 ____________________________________________________________________________
17127 [  2111] By: gsar                                  on 1998/10/28  18:52:10
17128     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
17129  Branch: perl
17130        ! toke.c
17131 ____________________________________________________________________________
17132 [  2110] By: jhi                                   on 1998/10/28  15:07:54
17133     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
17134  Branch: cfgperl
17135        ! Makefile.SH
17136 ____________________________________________________________________________
17137 [  2109] By: jhi                                   on 1998/10/28  13:39:54
17138     Log: a2p.y needs to generate also y.tab.h.
17139  Branch: cfgperl
17140        ! Makefile.SH
17141 ____________________________________________________________________________
17142 [  2108] By: jhi                                   on 1998/10/28  10:33:36
17143     Log: The "parse error" must be converted to "syntax error",
17144          just matching it aint' enough.
17145  Branch: cfgperl
17146        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
17147        ! t/pragma/warning.t
17148 ____________________________________________________________________________
17149 [  2107] By: jhi                                   on 1998/10/28  10:23:05
17150     Log: Regen sig_n{ame,umber}* if slightest doubt.
17151  Branch: cfgperl
17152        ! Configure
17153 ____________________________________________________________________________
17154 [  2106] By: jhi                                   on 1998/10/28  08:44:49
17155     Log: Bison says 'parse error', not 'parser error'.
17156  Branch: cfgperl
17157        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
17158        ! t/pragma/warning.t
17159 ____________________________________________________________________________
17160 [  2105] By: jhi                                   on 1998/10/28  08:42:09
17161     Log: yylex() parametrization.
17162  Branch: cfgperl
17163        ! proto.h toke.c
17164 ____________________________________________________________________________
17165 [  2104] By: jhi                                   on 1998/10/28  08:25:09
17166     Log: Bring in #2102.
17167  Branch: cfgperl
17168        ! pp.c
17169 ____________________________________________________________________________
17170 [  2103] By: jhi                                   on 1998/10/28  08:22:04
17171     Log: From: Dominic Dunlop <domo@vo.lu>
17172          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
17173          Date: 27 Oct 1998 20:47:25 +0200
17174          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
17175  Branch: cfgperl
17176        ! t/op/groups.t
17177 ____________________________________________________________________________
17178 [  2102] By: larry                                 on 1998/10/27  18:58:55
17179     Log: utf8 change to quotemeta broke EBCDIC
17180  Branch: perl
17181        ! pp.c
17182 ____________________________________________________________________________
17183 [  2101] By: jhi                                   on 1998/10/27  12:55:34
17184     Log: $Config{sig_num_init}.
17185          Also, a new approach to the 'pthreads-created-joinable': drop
17186          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
17187          directly. (See also #2096).
17188  Branch: cfgperl
17189        ! Configure config_h.SH
17190 ____________________________________________________________________________
17191 [  2100] By: jhi                                   on 1998/10/27  10:48:55
17192     Log: Regenerated perly_c.diff.
17193  Branch: cfgperl
17194        ! perly_c.diff
17195 ____________________________________________________________________________
17196 [  2099] By: jhi                                   on 1998/10/27  08:42:25
17197     Log: First the mangler was Netscape, then it was me.
17198  Branch: cfgperl
17199        ! vmesa/Makefile
17200 ____________________________________________________________________________
17201 [  2098] By: jhi                                   on 1998/10/27  08:34:40
17202     Log: `id -Gn` might be available where `groups` is not.
17203  Branch: cfgperl
17204        ! t/op/groups.t
17205 ____________________________________________________________________________
17206 [  2097] By: jhi                                   on 1998/10/27  08:05:17
17207     Log: Netscape had mangled the tabs.
17208  Branch: cfgperl
17209        ! vmesa/Makefile
17210 ____________________________________________________________________________
17211 [  2096] By: jhi                                   on 1998/10/27  08:03:05
17212     Log: ATTR_JOINABLE logic, based on (private email)
17213          
17214          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
17215          Subject: Some little diffs
17216          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
17217          Date: Tue, 27 Oct 1998 13:44:42 +1300
17218  Branch: cfgperl
17219        ! thread.h
17220 ____________________________________________________________________________
17221 [  2095] By: jhi                                   on 1998/10/27  07:56:57
17222     Log: Mach cthreads support based on:
17223          
17224          From: brie@corp.home.net (Brian Harrison)
17225          Subject: perl5.005_02 patch for mthreads
17226          To: perl5-porters@perl.org
17227          Date: 24 Oct 1998 01:01:55 +0300
17228          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
17229          
17230          Pthread yield probe (dejavu)
17231          Cosmetic nanochange for the union semun output.
17232          Better inttypes.h probe.
17233          Undo the 'void *' $selecttype probe from #1971 because
17234          it breaks the $selectminbits test.
17235  Branch: cfgperl
17236        ! Configure config_h.SH perl.h thread.h
17237 ____________________________________________________________________________
17238 [  2094] By: jhi                                   on 1998/10/26  13:02:07
17239     Log: Also posix-bc wants to reyacc.
17240  Branch: cfgperl
17241        ! Makefile.SH
17242 ____________________________________________________________________________
17243 [  2093] By: jhi                                   on 1998/10/26  10:17:21
17244     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
17245          5_02 and really breaking things in non-ASCII worlds.
17246  Branch: cfgperl
17247        ! pp.c
17248 ____________________________________________________________________________
17249 [  2092] By: jhi                                   on 1998/10/26  09:08:00
17250     Log: More robustness.
17251  Branch: cfgperl
17252        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
17253        ! t/pragma/warning.t
17254 ____________________________________________________________________________
17255 [  2091] By: jhi                                   on 1998/10/26  08:47:32
17256     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
17257          Bison really wants YYLEX_PARAM.
17258  Branch: cfgperl
17259        ! perly.y proto.h toke.c
17260 ____________________________________________________________________________
17261 [  2090] By: jhi                                   on 1998/10/26  08:21:25
17262     Log: s/YYLEX_PARAM/YYLEXPARAM/
17263  Branch: cfgperl
17264        ! perly.y
17265 ____________________________________________________________________________
17266 [  2089] By: jhi                                   on 1998/10/26  08:17:33
17267     Log: Indicate skipped subtests.
17268  Branch: cfgperl
17269        ! t/io/pipe.t
17270 ____________________________________________________________________________
17271 [  2088] By: jhi                                   on 1998/10/26  08:11:36
17272     Log: Integrate from mainperl.
17273  Branch: cfgperl
17274       !> (integrate 54 files)
17275 ____________________________________________________________________________
17276 [  2087] By: jhi                                   on 1998/10/26  08:08:02
17277     Log: Add test for filetests.
17278  Branch: cfgperl
17279        + t/op/filetest.t
17280        ! MANIFEST
17281 ____________________________________________________________________________
17282 [  2086] By: gsar                                  on 1998/10/26  02:44:44
17283     Log: various win32 tweaks; disable new xs_cpp section (it creates
17284          ambiguous inference graph for %.xs --> %.o)
17285  Branch: perl
17286        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
17287        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
17288        ! win32/config.gc win32/config_H.gc win32/makedef.pl
17289        ! win32/makefile.mk win32/win32.h
17290 ____________________________________________________________________________
17291 [  2085] By: gsar                                  on 1998/10/26  00:50:02
17292     Log: sanity-check $Config{drand01} in rand.t
17293  Branch: perl
17294        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
17295        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17296 ____________________________________________________________________________
17297 [  2078] By: gsar                                  on 1998/10/25  10:22:04
17298     Log: update win32/config*.?c
17299  Branch: perl
17300        ! Changes win32/config.bc win32/config.gc win32/config.vc
17301        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17302 ____________________________________________________________________________
17303 [  2077] By: gsar                                  on 1998/10/25  08:39:25
17304     Log: From: Graham Barr <gbarr@pobox.com>
17305          Date: Sat, 24 Oct 1998 21:45:50 -0500
17306          Message-ID: <19981024214550.C508@pobox.com>
17307          Subject: Re: die with a reference  should use overload "" operator
17308  Branch: perl
17309        ! pp_ctl.c
17310 ____________________________________________________________________________
17311 [  2076] By: gsar                                  on 1998/10/25  08:37:49
17312     Log: From: Graham Barr <gbarr@pobox.com>
17313          Date: Sat, 24 Oct 1998 12:45:21 -0500
17314          Message-ID: <19981024124521.C512@pobox.com>
17315          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
17316  Branch: perl
17317        ! sv.c
17318 ____________________________________________________________________________
17319 [  2075] By: gsar                                  on 1998/10/25  08:24:09
17320     Log: fix C<print $n += 5;> etc.
17321  Branch: perl
17322        ! toke.c
17323 ____________________________________________________________________________
17324 [  2074] By: gsar                                  on 1998/10/25  08:12:28
17325     Log: list builtins with portability caveats
17326          From: Jarkko Hietaniemi <jhi@iki.fi>
17327          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
17328          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
17329          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
17330  Branch: perl
17331        ! pod/perlfunc.pod
17332 ____________________________________________________________________________
17333 [  2073] By: gsar                                  on 1998/10/25  07:55:43
17334     Log: fix stack overrun in file test operators
17335  Branch: perl
17336        ! pp_sys.c
17337 ____________________________________________________________________________
17338 [  2072] By: gsar                                  on 1998/10/25  07:29:45
17339     Log: implement C<goto &func> and other fixes (via private mail)
17340          From:    "vishal bhatia" <vishalb@hotmail.com>
17341          Date:    Wed, 21 Oct 1998 22:59:03 PDT
17342          Message-Id: <19981022055904.20083.qmail@hotmail.com>
17343          Subject: [PATCH 5.005_52] More fixes for B
17344  Branch: perl
17345        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
17346 ____________________________________________________________________________
17347 [  2071] By: gsar                                  on 1998/10/25  07:14:41
17348     Log: From: Graham Barr <gbarr@pobox.com>
17349          Date: Sat, 17 Oct 1998 20:42:41 -0500
17350          Message-ID: <19981017204241.G510@pobox.com>
17351          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
17352  Branch: perl
17353        ! pp_ctl.c
17354 ____________________________________________________________________________
17355 [  2070] By: gsar                                  on 1998/10/25  07:07:29
17356     Log: avoid bogus line number in XSUB redefined warnings
17357  Branch: perl
17358        ! op.c
17359 ____________________________________________________________________________
17360 [  2069] By: gsar                                  on 1998/10/25  06:59:03
17361     Log: From: Martijn Koster <mak@excitecorp.com>
17362          Date: Wed, 21 Oct 1998 13:12:03 +0100
17363          Message-ID: <19981021131203.A15661@excitecorp.com>
17364          Subject: File::Path::mkpath reports the wrong error
17365  Branch: perl
17366        ! lib/File/Path.pm
17367 ____________________________________________________________________________
17368 [  2068] By: gsar                                  on 1998/10/25  06:54:43
17369     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
17370          Date: Tue, 20 Oct 1998 20:52:20 -0500
17371          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
17372          Subject: Exporter.pm's export_to_level() argument handling buggy
17373  Branch: perl
17374        ! lib/Exporter.pm
17375 ____________________________________________________________________________
17376 [  2067] By: gsar                                  on 1998/10/25  06:50:19
17377     Log: From: jan.dubois@ibm.net (Jan Dubois)
17378          Date: Wed, 21 Oct 1998 00:55:51 +0200
17379          Message-ID: <36380269.55370608@smtp1.ibm.net>
17380          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
17381  Branch: perl
17382        ! ext/DynaLoader/DynaLoader_pm.PL
17383 ____________________________________________________________________________
17384 [  2066] By: gsar                                  on 1998/10/25  06:48:19
17385     Log: recognize '%' as a shell metachar for win32
17386          From: jan.dubois@ibm.net (Jan Dubois)
17387          Date: Tue, 20 Oct 1998 21:57:35 +0200
17388          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
17389          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
17390  Branch: perl
17391        ! win32/win32.c
17392 ____________________________________________________________________________
17393 [  2065] By: gsar                                  on 1998/10/25  06:46:30
17394     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
17395  Branch: perl
17396        ! sv.c
17397 ____________________________________________________________________________
17398 [  2064] By: gsar                                  on 1998/10/25  06:45:09
17399     Log: From: Gisle Aas <gisle@aas.no>
17400          Date: 20 Oct 1998 14:24:44 +0200
17401          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
17402          Subject: ord() and unpack("U*",...) should not be negative
17403  Branch: perl
17404        ! pp.c
17405 ____________________________________________________________________________
17406 [  2063] By: gsar                                  on 1998/10/25  06:42:29
17407     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17408          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
17409          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
17410          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
17411  Branch: perl
17412        ! os2/os2.c
17413 ____________________________________________________________________________
17414 [  2062] By: gsar                                  on 1998/10/25  06:41:26
17415     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17416          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
17417          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
17418          Subject: [PATCH 5.005_*] Speed up aassign
17419  Branch: perl
17420        ! pp_hot.c
17421 ____________________________________________________________________________
17422 [  2061] By: gsar                                  on 1998/10/25  06:39:04
17423     Log: From: Graham Barr <gbarr@pobox.com>
17424          Date: Sat, 17 Oct 1998 22:22:02 -0500
17425          Message-ID: <19981017222202.J510@pobox.com>
17426          Subject: Re: '*' prototype does not allow bareword with strict
17427  Branch: perl
17428        ! toke.c
17429 ____________________________________________________________________________
17430 [  2060] By: gsar                                  on 1998/10/25  06:37:34
17431     Log: handle '::' in section names properly
17432          From: Graham Barr <gbarr@pobox.com>
17433          Date: Sat, 17 Oct 1998 12:57:54 -0500
17434          Message-ID: <19981017125754.C510@pobox.com>
17435          Subject: Re: pod2html
17436  Branch: perl
17437        ! lib/Pod/Html.pm
17438 ____________________________________________________________________________
17439 [  2059] By: gsar                                  on 1998/10/25  06:33:43
17440     Log: integrate changes#1982,2014,2021 (from maint-5.005)
17441  Branch: perl
17442       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
17443       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
17444 ____________________________________________________________________________
17445 [  2058] By: gsar                                  on 1998/10/25  05:44:17
17446     Log: allow more win32 symbol exports (suggested by Jan Dubois)
17447  Branch: perl
17448        ! win32/makedef.pl
17449 ____________________________________________________________________________
17450 [  2057] By: gsar                                  on 1998/10/25  05:40:40
17451     Log: integrate change#2053 from maint-5.005
17452  Branch: perl
17453       !> cop.h t/cmd/while.t
17454 ____________________________________________________________________________
17455 [  2056] By: gsar                                  on 1998/10/25  05:16:41
17456     Log: commented version of a patch suggested by Drago Goricanec
17457          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
17458          Date: 16 Oct 1998 15:24:45 +0300
17459          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
17460          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
17461  Branch: perl
17462        ! pp_sys.c
17463 ____________________________________________________________________________
17464 [  2055] By: gsar                                  on 1998/10/25  05:11:03
17465     Log: include eof() in description of buffering caveats
17466          From: Anton Berezin <tobez@plab.ku.dk>
17467          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
17468          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
17469          Subject: [DOCPATCH] pod/perlfunc.pod
17470  Branch: perl
17471        ! pod/perlfunc.pod
17472 ____________________________________________________________________________
17473 [  2054] By: gsar                                  on 1998/10/25  05:07:42
17474     Log: disallow 'x' in hex numbers (except leading '0x')
17475          From: Gisle Aas <gisle@aas.no>
17476          Date: 16 Oct 1998 16:33:12 +0200
17477          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
17478          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
17479  Branch: perl
17480        ! perlvars.h t/op/oct.t util.c
17481 ____________________________________________________________________________
17482 [  2052] By: gsar                                  on 1998/10/25  04:49:04
17483     Log: avoid the circular refcnt logic in magic_mutexfree()
17484  Branch: perl
17485        ! mg.c pp.c pp_hot.c
17486 ____________________________________________________________________________
17487 [  2051] By: gsar                                  on 1998/10/25  04:35:07
17488     Log: properly restore PL_rsfp_filters after require
17489  Branch: perl
17490        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
17491        ! scope.h
17492 ____________________________________________________________________________
17493 [  2050] By: gsar                                  on 1998/10/25  02:42:32
17494     Log: integrate cfgperl changes back into mainline
17495  Branch: perl
17496       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
17497       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
17498       !> (integrate 33 files)
17499 ____________________________________________________________________________
17500 [  2049] By: gsar                                  on 1998/10/25  01:30:48
17501     Log: avoid "mysterious" compile-time failures without messages
17502  Branch: perl
17503        ! gv.c
17504 ____________________________________________________________________________
17505 [  2041] By: gsar                                  on 1998/10/23  21:11:56
17506     Log: checkin jpl under //depot/perlext/jpl/...
17507  Branch: perlext
17508        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
17509        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
17510        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
17511        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
17512        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
17513        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
17514        + jpl/PerlInterpreter/Makefile.PL
17515        + jpl/PerlInterpreter/PerlInterpreter.c
17516        + jpl/PerlInterpreter/PerlInterpreter.h
17517        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
17518        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
17519        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
17520        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
17521        + jpl/get_jdk/jdk_hosts jpl/install-jpl
17522 ____________________________________________________________________________
17523 [  2040] By: larry                                 on 1998/10/23  19:31:42
17524     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
17525  Branch: perl
17526        ! pp.c
17527 ____________________________________________________________________________
17528 [  2039] By: larry                                 on 1998/10/23  18:48:34
17529     Log: tr///d does not seem to work
17530  Branch: perl
17531        ! lib/utf8_heavy.pl
17532 ____________________________________________________________________________
17533 [  2038] By: larry                                 on 1998/10/23  18:00:41
17534     Log: Program with utf8 identifiers fails to compile
17535  Branch: perl
17536        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
17537 ____________________________________________________________________________
17538 [  2037] By: jhi                                   on 1998/10/23  14:04:51
17539     Log: Test suite portability:
17540          - posix-bc does not write to broken pipes
17541          - filehand #11 only iff we have fork
17542          - warning.t can now match $expected using regular expressions
17543  Branch: cfgperl
17544        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
17545        ! t/pragma/warning.t
17546 ____________________________________________________________________________
17547 [  2036] By: jhi                                   on 1998/10/23  12:12:07
17548     Log: yacc clarification.
17549  Branch: cfgperl
17550        ! README.posix-bc
17551 ____________________________________________________________________________
17552 [  2035] By: jhi                                   on 1998/10/23  12:09:59
17553     Log: Some C compilers get upset about 8-bit characters in /* comments. */
17554  Branch: cfgperl
17555        ! mg.c
17556 ____________________________________________________________________________
17557 [  2034] By: jhi                                   on 1998/10/22  09:11:52
17558     Log: Configure update: both for pthread_yield more robust
17559          testing (all variants of pthread_attr_getdetachstate()) --
17560          and because Configure was broken in major way! About 1000
17561          last lines were truncated.
17562  Branch: cfgperl
17563        ! Configure
17564 ____________________________________________________________________________
17565 [  2033] By: jhi                                   on 1998/10/22  07:47:10
17566     Log: DJGPP feedback for #2028.
17567  Branch: cfgperl
17568        ! thread.h
17569 ____________________________________________________________________________
17570 [  2032] By: jhi                                   on 1998/10/21  13:03:57
17571     Log: yielding, the saga continues.
17572  Branch: cfgperl
17573        ! Configure config_h.SH
17574       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
17575       !> t/op/goto.t t/pragma/constant.t
17576 ____________________________________________________________________________
17577 [  2031] By: jhi                                   on 1998/10/21  09:15:42
17578     Log: VM/ESA feedback for #2028.
17579  Branch: cfgperl
17580        ! Configure config_h.SH thread.h
17581 ____________________________________________________________________________
17582 [  2030] By: gsar                                  on 1998/10/21  04:22:53
17583     Log: fix handling of mayhaps-extended @_ in goto &sub
17584  Branch: perl
17585        ! av.c pp_ctl.c t/op/goto.t
17586 ____________________________________________________________________________
17587 [  2029] By: gsar                                  on 1998/10/21  00:54:14
17588     Log: restore sanity to "constant" references
17589  Branch: perl
17590        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
17591 ____________________________________________________________________________
17592 [  2028] By: jhi                                   on 1998/10/20  15:01:20
17593     Log: OLD_PTHREADS_API reorganizing.
17594  Branch: cfgperl
17595        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
17596        ! vmesa/vmesaish.h
17597 ____________________________________________________________________________
17598 [  2027] By: jhi                                   on 1998/10/20  14:14:51
17599     Log: #2026 fallout.
17600  Branch: cfgperl
17601        ! Makefile.SH
17602 ____________________________________________________________________________
17603 [  2026] By: jhi                                   on 1998/10/20  11:47:21
17604     Log: VM/ESA update.
17605  Branch: cfgperl
17606        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
17607 ____________________________________________________________________________
17608 [  2025] By: jhi                                   on 1998/10/20  08:20:56
17609     Log: 64-bitness, based on
17610          
17611          From: Scott Henry <scotth@sgi.com>
17612          To: perl-64bit@perl.org
17613          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
17614          Subject: Re: Configure problems/questions...
17615          Date: 19 Oct 1998 22:38:06 -0700
17616  Branch: cfgperl
17617        ! hints/irix_6.sh perl.h
17618 ____________________________________________________________________________
17619 [  2024] By: jhi                                   on 1998/10/20  08:09:07
17620     Log: Add lseeksize.
17621  Branch: cfgperl
17622        ! config_h.SH
17623 ____________________________________________________________________________
17624 [  2023] By: jhi                                   on 1998/10/20  08:08:33
17625     Log: Mumble about _yields() only when threaded.
17626  Branch: cfgperl
17627        ! Configure
17628 ____________________________________________________________________________
17629 [  2022] By: jhi                                   on 1998/10/20  07:46:26
17630     Log: Thinko at PTHREADS_CREATED_JOINABLE.
17631  Branch: cfgperl
17632        ! thread.h
17633 ____________________________________________________________________________
17634 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
17635     Log: From: Chip Salzenberg <chip@perlsupport.com>
17636          Date: Tue, 6 Oct 1998 13:33:05 -0400
17637          Message-ID: <19981006133305.A2348@perlsupport.com>
17638          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
17639  Branch: maint-5.005/perl
17640        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
17641        ! t/op/tie.t
17642 ____________________________________________________________________________
17643 [  2020] By: jhi                                   on 1998/10/19  09:15:53
17644     Log: YIELD more robustly.
17645  Branch: cfgperl
17646        ! thread.h
17647 ____________________________________________________________________________
17648 [  2019] By: jhi                                   on 1998/10/19  08:48:33
17649     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
17650          the 'new' one (just like DJGPP, it seems).
17651  Branch: cfgperl
17652        ! thread.h
17653 ____________________________________________________________________________
17654 [  2018] By: jhi                                   on 1998/10/19  07:02:44
17655     Log: vmesaish.h doesn't exclude unixish.h.
17656  Branch: cfgperl
17657        ! perl.h
17658 ____________________________________________________________________________
17659 [  2017] By: jhi                                   on 1998/10/19  06:44:19
17660     Log: 1<<$randbits is not good for randbits=48.
17661  Branch: cfgperl
17662        ! t/op/rand.t
17663 ____________________________________________________________________________
17664 [  2016] By: jhi                                   on 1998/10/19  06:39:47
17665     Log: Make #2012 glob pattern more portable.
17666  Branch: cfgperl
17667        ! Makefile.SH
17668 ____________________________________________________________________________
17669 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
17670     Log: Fix POSIX::sigprocmask not to check type of $old parameter
17671          as it is output only
17672  Branch: maint-5.005/perl
17673        ! ext/POSIX/POSIX.xs
17674 ____________________________________________________________________________
17675 [  2012] By: jhi                                   on 1998/10/17  15:04:23
17676     Log: clean numbered core dumps and t/tmp[0-9]*.
17677  Branch: cfgperl
17678        ! Makefile.SH
17679 ____________________________________________________________________________
17680 [  2011] By: jhi                                   on 1998/10/17  14:59:15
17681     Log: More robust yacc/bison failure output handling.
17682  Branch: cfgperl
17683        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
17684 ____________________________________________________________________________
17685 [  2010] By: jhi                                   on 1998/10/17  14:51:05
17686     Log: BC2000 POSIX update.
17687  Branch: cfgperl
17688        ! MANIFEST
17689 ____________________________________________________________________________
17690 [  2009] By: jhi                                   on 1998/10/17  14:49:46
17691     Log: POSIX BC2000 port from perl-mvs:
17692          
17693          Subject: Ported perl 5.005.02 to BS2000 / POSIX
17694          From: Dorner Thomas <Thomas.Dorner@start.de> 
17695          Date: Tue, 29 Sep 1998 13:29:36 +0100 
17696          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
17697  Branch: cfgperl
17698        + README.posix-bc hints/posix-bc.sh
17699        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
17700        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
17701        ! unixish.h
17702 ____________________________________________________________________________
17703 [  2008] By: jhi                                   on 1998/10/17  14:07:49
17704     Log: VM/ESA-update.
17705  Branch: cfgperl
17706        ! MANIFEST
17707 ____________________________________________________________________________
17708 [  2007] By: jhi                                   on 1998/10/17  13:55:34
17709     Log: Forgot few S_I* imports.
17710  Branch: cfgperl
17711        ! t/lib/ipc_sysv.t
17712 ____________________________________________________________________________
17713 [  2006] By: jhi                                   on 1998/10/17  13:43:54
17714     Log: The VM/ESA port essentials, based on
17715          
17716          perl-mvs:
17717          
17718          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
17719          Subject: Re: Can't find Data/Dumper.pm
17720          Date: Mon, 28 Sep 1998 07:40:49 +1300
17721          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
17722          
17723          private email:
17724          
17725          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
17726          Subject: Re: Perl thread problems in VM/ESA
17727          Date: Thu, 15 Oct 1998 07:18:35 +1300
17728          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
17729          
17730          and private email:
17731          
17732          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
17733          Subject:  perl archive
17734          Date:  Sun, 11 Oct 1998 19:28:54 EDT
17735          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
17736          which gave a pointer to
17737          
17738          http://pucc.princeton.edu/~neale/perl.tar
17739          
17740          (based on Perl 5.005_51)
17741  Branch: cfgperl
17742        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
17743        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
17744        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
17745        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
17746 ____________________________________________________________________________
17747 [  2005] By: jhi                                   on 1998/10/17  13:17:19
17748     Log: Integrate mainperl.
17749  Branch: cfgperl
17750       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
17751       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
17752       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
17753       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
17754       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
17755       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
17756       !> win32/makefile.mk
17757 ____________________________________________________________________________
17758 [  2004] By: jhi                                   on 1998/10/17  11:19:06
17759     Log: Removed an extra ' from the int64_t test.
17760  Branch: cfgperl
17761        ! Configure
17762 ____________________________________________________________________________
17763 [  2003] By: gsar                                  on 1998/10/17  04:11:40
17764     Log: silence -w noises (suggested by Greg Bacon)
17765  Branch: perl
17766        ! lib/Term/Complete.pm
17767 ____________________________________________________________________________
17768 [  2002] By: gsar                                  on 1998/10/17  04:07:48
17769     Log: From: Gisle Aas <gisle@aas.no>
17770          Date: 14 Oct 1998 15:53:14 +0200
17771          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
17772          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
17773  Branch: perl
17774        ! util.c
17775 ____________________________________________________________________________
17776 [  2001] By: gsar                                  on 1998/10/17  04:06:10
17777     Log: From: Gisle Aas <gisle@aas.no>
17778          Date: 14 Oct 1998 15:17:44 +0200
17779          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
17780          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
17781  Branch: perl
17782        ! toke.c
17783 ____________________________________________________________________________
17784 [  2000] By: gsar                                  on 1998/10/17  03:06:33
17785     Log: From: Gisle Aas <gisle@aas.no>
17786          Date: 14 Oct 1998 00:38:06 +0200
17787          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
17788          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
17789  Branch: perl
17790        ! sv.c
17791 ____________________________________________________________________________
17792 [  1999] By: gsar                                  on 1998/10/17  03:04:48
17793     Log: From: Dan Sugalski <sugalskd@osshe.edu>
17794          Date: Tue, 13 Oct 1998 15:10:57 -0700
17795          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
17796          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
17797  Branch: perl
17798        ! vms/ext/Stdio/Stdio.pm
17799 ____________________________________________________________________________
17800 [  1998] By: gsar                                  on 1998/10/17  03:00:40
17801     Log: skip readonly vars and unref references when doing a reset()
17802  Branch: perl
17803        ! sv.c
17804 ____________________________________________________________________________
17805 [  1997] By: gsar                                  on 1998/10/17  02:49:19
17806     Log: fix buggy treatment of large checksums on unicode strings
17807          From: Gisle Aas <gisle@aas.no>
17808          Date: 13 Oct 1998 21:35:39 +0200
17809          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
17810          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
17811  Branch: perl
17812        ! pp.c
17813 ____________________________________________________________________________
17814 [  1996] By: gsar                                  on 1998/10/17  02:43:22
17815     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17816          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
17817          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
17818          Subject: [PATCH 5.005_52] Memory overrun in os2.c
17819  Branch: perl
17820        ! os2/Makefile.SHs os2/os2.c
17821 ____________________________________________________________________________
17822 [  1995] By: gsar                                  on 1998/10/17  02:42:01
17823     Log: clarify section name rules for typemaps
17824  Branch: perl
17825        ! pod/perlxs.pod
17826 ____________________________________________________________________________
17827 [  1994] By: gsar                                  on 1998/10/17  02:33:02
17828     Log: whitespace-proof grent.t
17829  Branch: perl
17830        ! t/op/grent.t
17831 ____________________________________________________________________________
17832 [  1993] By: gsar                                  on 1998/10/17  02:27:29
17833     Log: fix bug in B::CC::pp_sassign()
17834          From: "vishal bhatia" <vishalb@hotmail.com>
17835          Date: Sun, 11 Oct 1998 18:41:38 PDT
17836          Message-ID: <19981012014139.19614.qmail@hotmail.com>
17837          Subject: B::CC problems with pp_sassign routine
17838  Branch: perl
17839        ! ext/B/B/CC.pm
17840 ____________________________________________________________________________
17841 [  1992] By: gsar                                  on 1998/10/17  02:17:49
17842     Log: applied suggested patch with small doc tweak
17843          From: Gisle Aas <gisle@aas.no>
17844          Date: 11 Oct 1998 12:53:13 +0200
17845          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
17846          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
17847  Branch: perl
17848        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
17849        ! t/op/tiehandle.t
17850 ____________________________________________________________________________
17851 [  1991] By: gsar                                  on 1998/10/17  02:08:30
17852     Log: apply non-conflicting parts from suggested patch
17853          From: jan.dubois@ibm.net (Jan Dubois)
17854          Date: Sat, 10 Oct 1998 13:15:45 +0200
17855          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
17856          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
17857  Branch: perl
17858        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
17859 ____________________________________________________________________________
17860 [  1990] By: gsar                                  on 1998/10/17  02:01:24
17861     Log: provide option to enable optimization with VC (suggested by Jan
17862          Dubois)
17863  Branch: perl
17864        ! win32/Makefile win32/makefile.mk
17865 ____________________________________________________________________________
17866 [  1989] By: gsar                                  on 1998/10/17  01:55:27
17867     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
17868          Dave Leppik <dleppik@gage.com>
17869  Branch: perl
17870        ! perl.h
17871 ____________________________________________________________________________
17872 [  1988] By: gsar                                  on 1998/10/17  01:49:05
17873     Log: stray typo found by Hugo van der Sanden
17874  Branch: perl
17875        ! op.c
17876 ____________________________________________________________________________
17877 [  1987] By: gsar                                  on 1998/10/17  01:45:52
17878     Log: perldoc pod update
17879          From: Daniel Grisinger <dgris@perrin.dimensional.com>
17880          Date: 06 Oct 1998 23:56:51 -0600
17881          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
17882          Subject: [PATCH _02 and _52] perldoc
17883  Branch: perl
17884        ! utils/perldoc.PL
17885 ____________________________________________________________________________
17886 [  1986] By: gsar                                  on 1998/10/17  01:41:40
17887     Log: qualify names of builtins
17888  Branch: perl
17889        ! ext/POSIX/POSIX.pm
17890 ____________________________________________________________________________
17891 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
17892     Log: From: Jochen Wiedmann <joe@ispsoft.de>
17893          Date: Thu, 17 Sep 1998 17:16:06 +0200
17894          Message-ID: <360127B6.E44564A@ispsoft.de>
17895          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
17896  Branch: maint-5.005/perl
17897        ! lib/ExtUtils/MakeMaker.pm
17898 ____________________________________________________________________________
17899 [  1978] By: gsar                                  on 1998/10/16  01:58:58
17900     Log: integrate cfgperl mods into mainline
17901  Branch: perl
17902       +> ext/DynaLoader/dl_vmesa.xs
17903        ! Porting/genlog
17904       !> Configure MANIFEST Makefile.SH config_h.SH
17905       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
17906       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
17907       !> x2p/Makefile.SH
17908 ____________________________________________________________________________
17909 [  1976] By: gsar                                  on 1998/10/16  00:10:52
17910     Log: stray tweak
17911  Branch: perl
17912        ! op.c
17913 ____________________________________________________________________________
17914 [  1975] By: gsar                                  on 1998/10/15  23:54:38
17915     Log: propagate typeness of lexicals while cloning them
17916  Branch: perl
17917        ! op.c
17918 ____________________________________________________________________________
17919 [  1974] By: gsar                                  on 1998/10/15  23:53:25
17920     Log: s/last/first/ typo in append_list()
17921  Branch: perl
17922        ! op.c
17923 ____________________________________________________________________________
17924 [  1973] By: gsar                                  on 1998/10/15  20:06:17
17925     Log: nuke confperl branch and contents
17926  Branch: confperl
17927        - (delete 1284 files)
17928 ____________________________________________________________________________
17929 [  1972] By: jhi                                   on 1998/10/15  07:07:35
17930     Log: Test #162 had been added but the "print 1..161" had not been updated.
17931  Branch: cfgperl
17932        ! t/op/pat.t
17933 ____________________________________________________________________________
17934 [  1971] By: gsar                                  on 1998/10/15  03:09:58
17935     Log: check in all confperl changes as of change#1964 into cfgperl
17936  Branch: cfgperl
17937        + ext/DynaLoader/dl_vmesa.xs
17938        ! Configure MANIFEST Makefile.SH config_h.SH
17939        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
17940        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
17941 ____________________________________________________________________________
17942 [  1970] By: gsar                                  on 1998/10/15  03:05:59
17943     Log: integrate mainline to get tr.t
17944  Branch: cfgperl
17945       +> t/op/tr.t
17946 ____________________________________________________________________________
17947 [  1969] By: gsar                                  on 1998/10/15  03:04:17
17948     Log: add missing tr.t to repository
17949  Branch: perl
17950        + t/op/tr.t
17951 ____________________________________________________________________________
17952 [  1968] By: gsar                                  on 1998/10/15  03:02:43
17953     Log: create cfgperl branch
17954  Branch: cfgperl
17955       +> (branch 1282 files)
17956 ____________________________________________________________________________
17957 [  1967] By: gsar                                  on 1998/10/15  02:46:08
17958     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
17959          (MAN3PODS cannot be set to ' '; stray stricture violation)
17960  Branch: perl
17961        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
17962        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
17963        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
17964        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
17965        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
17966        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
17967        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
17968        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
17969        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
17970        ! lib/ExtUtils/MM_Unix.pm
17971 ____________________________________________________________________________
17972 [  1966] By: gsar                                  on 1998/10/15  02:19:03
17973     Log: tweak to make fix in change#1944 behave correctly for closures
17974          created within eval''
17975  Branch: perl
17976        ! op.c t/op/eval.t
17977 ____________________________________________________________________________
17978 [  1965] By: gsar                                  on 1998/10/14  23:22:41
17979     Log: use better numbers for exitstatus test
17980  Branch: perl
17981        ! t/op/die_exit.t
17982 ____________________________________________________________________________
17983 [  1964] By: jhi                                   on 1998/10/14  17:25:41
17984     Log: Add VM/ESA dynaloading (uses <dll.h>).
17985  Branch: confperl
17986        + ext/DynaLoader/dl_vmesa.xs
17987        ! MANIFEST
17988 ____________________________________________________________________________
17989 [  1963] By: jhi                                   on 1998/10/14  17:17:10
17990     Log: Remove a2p.loadmap in 'clean' target.
17991  Branch: confperl
17992        ! x2p/Makefile.SH
17993 ____________________________________________________________________________
17994 [  1962] By: jhi                                   on 1998/10/14  17:13:11
17995     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
17996  Branch: confperl
17997        ! Makefile.SH
17998 ____________________________________________________________________________
17999 [  1961] By: jhi                                   on 1998/10/14  16:27:39
18000     Log: VM/ESA creates executable.loadmaps.
18001  Branch: confperl
18002        ! Makefile.SH
18003 ____________________________________________________________________________
18004 [  1960] By: jhi                                   on 1998/10/14  15:37:39
18005     Log: Introduce SCHED_YIELD (one of sched_yield(),
18006          pthread_yield(), or pthread_yield(NULL)).
18007          YIELD is then defined using SCHED_YIELD unless
18008          a platform-specific YIELD has already been defined.
18009          
18010          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
18011          
18012          The need for pthread_yield(NULL) and pthread_attr_setdet...
18013          introduced by (private email)
18014          
18015          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
18016          Date: Sat, 10 Oct 1998 21:08:15 +1300
18017          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
18018          Subject: Re: Perl thread problems in VM/ESA
18019          
18020          Better select() protoprobe (for AIX), from (private email)
18021          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
18022          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
18023          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
18024          Subject: AIX select (fwd)
18025          From: Lars Hecking <lhecking@nmrc.ucc.ie>
18026          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
18027          Date: Fri, 2 Oct 1998 10:40:01 +0100
18028          Subject: AIX select
18029          
18030          Linux-avoid-so.X.Y, based on
18031          From: "Kurt D. Starsinic" <kstar@chapin.edu>
18032          Date: Tue, 13 Oct 1998 15:55:07 -0400
18033          Message-ID: <19981013155507.B4004@O2.chapin.edu>
18034          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
18035  Branch: confperl
18036        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
18037        ! thread.h
18038 ____________________________________________________________________________
18039 [  1959] By: jhi                                   on 1998/10/14  12:51:26
18040     Log: Some old pthread implementations have
18041          pthread_attr_setdetachstate(pthread_attr_t*, int*).
18042  Branch: confperl
18043        ! ext/Thread/Thread.xs
18044 ____________________________________________________________________________
18045 [  1958] By: jhi                                   on 1998/10/14  12:41:11
18046     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
18047          counterparts will follow soon.
18048  Branch: confperl
18049        ! thread.h
18050 ____________________________________________________________________________
18051 [  1957] By: jhi                                   on 1998/10/14  12:38:11
18052     Log: Add tr.t (MANIFEST already knew about it, strange)
18053  Branch: confperl
18054        + t/op/tr.t
18055 ____________________________________________________________________________
18056 [  1956] By: jhi                                   on 1998/10/14  12:24:35
18057     Log: Mutexen should be initialized only once.
18058  Branch: confperl
18059        ! gv.c op.c
18060 ____________________________________________________________________________
18061 [  1955] By: jhi                                   on 1998/10/14  12:19:38
18062     Log: os390 has its own cppstdin.
18063  Branch: confperl
18064        ! hints/os390.sh
18065 ____________________________________________________________________________
18066 [  1954] By: jhi                                   on 1998/10/14  12:15:06
18067     Log: Integrate with mainperl.
18068  Branch: confperl
18069       !> (integrate 1280 files)
18070 ____________________________________________________________________________
18071 [  1953] By: jhi                                   on 1998/10/14  11:48:08
18072     Log: Removed duplicate CMA threads code for HPUX 10.X.
18073          (probably residue of patch(1) being too understanding)
18074          Enhanced 64-bit settings. (redo change#1940)
18075  Branch: confperl
18076        ! hints/hpux.sh
18077 ____________________________________________________________________________
18078 [  1952] By: jhi                                   on 1998/10/14  11:45:16
18079     Log: (redo change#1949) Detypo in the d_open64 warning about
18080          the impending WHOA.
18081  Branch: confperl
18082        ! hints/irix_6.sh
18083 ____________________________________________________________________________
18084 [  1951] By: jhi                                   on 1998/10/14  10:54:16
18085     Log: Mutexen should only be inited once, after they have been New()ed.
18086  Branch: confperl
18087        ! gv.c op.c
18088 ____________________________________________________________________________
18089 [  1950] By: jhi                                   on 1998/10/14  10:41:43
18090     Log: Own cppstdin.
18091  Branch: confperl
18092        ! hints/os390.sh
18093 ____________________________________________________________________________
18094 [  1949] By: jhi                                   on 1998/10/14  10:34:23
18095     Log: Detypo in the d_open64 warning about the impending WHOA.
18096  Branch: confperl
18097        ! hints/irix_6.sh
18098 ____________________________________________________________________________
18099 [  1948] By: gsar                                  on 1998/10/14  05:38:01
18100     Log: two typos
18101  Branch: perl
18102        ! pp_hot.c t/op/eval.t
18103 ____________________________________________________________________________
18104 [  1947] By: gsar                                  on 1998/10/14  05:37:10
18105     Log: let docatch() pass the buck when restartop turns out to be null,
18106          making exceptions in BEGIN{} propagate as expected
18107  Branch: perl
18108        ! pp_ctl.c t/op/misc.t
18109 ____________________________________________________________________________
18110 [  1946] By: gsar                                  on 1998/10/13  03:41:49
18111     Log: add missing file from change#1943
18112  Branch: perl
18113        ! proto.h
18114 ____________________________________________________________________________
18115 [  1945] By: gsar                                  on 1998/10/13  03:32:02
18116     Log: defer "deep recursion" warnings until CXt_SUB context is properly
18117          set up
18118  Branch: perl
18119        ! pp_hot.c t/pragma/warn/pp_hot
18120 ____________________________________________________________________________
18121 [  1944] By: gsar                                  on 1998/10/13  03:15:50
18122     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
18123          fixup the cop_seq value that must be seen by lexical lookups that
18124          emanate within eval''
18125  Branch: perl
18126        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
18127 ____________________________________________________________________________
18128 [  1943] By: gsar                                  on 1998/10/13  02:06:09
18129     Log: ensure recursive attempts to findlex()icals know enough about where
18130          the last eval'' context was encountered
18131  Branch: perl
18132        ! op.c t/op/eval.t
18133 ____________________________________________________________________________
18134 [  1942] By: gsar                                  on 1998/10/13  02:01:24
18135     Log: force copy of substrings when matching against temporaries
18136  Branch: perl
18137        ! pp_hot.c t/op/pat.t
18138 ____________________________________________________________________________
18139 [  1941] By: gsar                                  on 1998/10/13  01:49:16
18140     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
18141          implementation)
18142  Branch: perl
18143        ! pp_ctl.c t/op/runlevel.t
18144 ____________________________________________________________________________
18145 [  1940] By: jhi                                   on 1998/10/12  09:57:44
18146     Log: Removed duplicate CMA threads code for HPUX 10.X.
18147          (probably residue of patch(1) being too understanding)
18148          Enhanced 64-bit settings.
18149  Branch: confperl
18150        ! hints/hpux.sh
18151 ____________________________________________________________________________
18152 [  1939] By: jhi                                   on 1998/10/12  09:53:11
18153     Log: Initial sync from mainline perl.
18154  Branch: confperl
18155        + (add 1282 files)
18156 ____________________________________________________________________________
18157 [  1937] By: gsar                                  on 1998/10/06  21:16:34
18158     Log: fix $/ init for USE_THREADS
18159  Branch: perl
18160        ! perl.c
18161 ____________________________________________________________________________
18162 [  1936] By: gsar                                  on 1998/10/06  07:19:39
18163     Log: fix globals caught by change#1927; builds and tests on Solaris
18164  Branch: perl
18165        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
18166        ! warning.h warning.pl
18167 ____________________________________________________________________________
18168 [  1935] By: gsar                                  on 1998/10/06  06:50:35
18169     Log: add test for previous fix
18170  Branch: perl
18171        ! ext/Thread/create.t
18172 ____________________________________________________________________________
18173 [  1934] By: gsar                                  on 1998/10/06  06:37:36
18174     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
18175  Branch: perl
18176        ! util.c
18177 ____________________________________________________________________________
18178 [  1933] By: gsar                                  on 1998/10/06  05:04:20
18179     Log: undo bogus part of change#1903 (as pointed out by Larry)
18180  Branch: perl
18181        ! pp_ctl.c
18182 ____________________________________________________________________________
18183 [  1932] By: gsar                                  on 1998/10/06  04:21:31
18184     Log: added tweaked version of suggested patch
18185          From: jan.dubois@ibm.net (Jan Dubois)
18186          Date: Sat, 03 Oct 1998 19:04:48 +0200
18187          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
18188          Subject: [PATCH 5.005_52] More MakeMaker  patches
18189  Branch: perl
18190        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
18191        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
18192 ____________________________________________________________________________
18193 [  1931] By: gsar                                  on 1998/10/06  04:04:33
18194     Log: use cpp symbols instead of hardwired constants
18195          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18196          Date: Mon, 05 Oct 1998 09:23:33 +0100
18197          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
18198          Subject: [PATCH 5.005_52] By the numbers (resend)
18199  Branch: perl
18200        ! op.c
18201 ____________________________________________________________________________
18202 [  1930] By: gsar                                  on 1998/10/06  04:01:55
18203     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18204          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
18205          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
18206          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
18207  Branch: perl
18208        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
18209        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
18210 ____________________________________________________________________________
18211 [  1929] By: gsar                                  on 1998/10/06  03:50:36
18212     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18213          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
18214          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
18215          Subject: [PATCH 5.00552] Minor test improvement
18216  Branch: perl
18217        ! t/op/magic.t
18218 ____________________________________________________________________________
18219 [  1928] By: gsar                                  on 1998/10/06  03:49:03
18220     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18221          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
18222          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
18223          Subject: [PATCH 5.00552] emacs/ptags inprovements
18224  Branch: perl
18225        ! emacs/ptags
18226 ____________________________________________________________________________
18227 [  1927] By: gsar                                  on 1998/10/06  03:47:44
18228     Log: disable C<#define dirty PL_dirty> et al.
18229  Branch: perl
18230        ! embed.pl embedvar.h
18231 ____________________________________________________________________________
18232 [  1926] By: gsar                                  on 1998/10/06  03:43:32
18233     Log: From: Mark-Jason Dominus <mjd@plover.com>
18234          Date: Sun, 04 Oct 1998 14:48:11 -0400
18235          Message-ID: <19981004184811.16048.qmail@plover.com>
18236          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
18237  Branch: perl
18238        ! utils/perldoc.PL
18239 ____________________________________________________________________________
18240 [  1925] By: gsar                                  on 1998/10/06  03:27:35
18241     Log: disable USE_THREADS when PERL_OBJECT is enabled
18242  Branch: perl
18243        ! win32/Makefile win32/makefile.mk
18244 ____________________________________________________________________________
18245 [  1924] By: gsar                                  on 1998/10/06  03:26:54
18246     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
18247  Branch: perl
18248        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
18249        ! vms/perly_c.vms
18250 ____________________________________________________________________________
18251 [  1923] By: gsar                                  on 1998/10/03  05:19:56
18252     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
18253          overridden
18254  Branch: perl
18255        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
18256        ! proto.h vms/perly_c.vms
18257 ____________________________________________________________________________
18258 [  1922] By: gsar                                  on 1998/10/03  03:59:50
18259     Log: suppress manifypods leak in extensions
18260  Branch: perl
18261        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
18262 ____________________________________________________________________________
18263 [  1921] By: gsar                                  on 1998/10/02  22:30:15
18264     Log: os390 fixes (suggested by Peter Prymmer)
18265  Branch: perl
18266        ! Makefile.SH regcomp.c
18267 ____________________________________________________________________________
18268 [  1920] By: gsar                                  on 1998/10/02  21:41:19
18269     Log: squelch undef warnings
18270          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18271          Date: Fri, 02 Oct 1998 11:01:14 +0100
18272          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
18273          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
18274  Branch: perl
18275        ! Changes lib/Math/BigInt.pm
18276 ____________________________________________________________________________
18277 [  1919] By: gsar                                  on 1998/10/02  04:59:13
18278     Log: add note to INSTALL about ANSI C
18279  Branch: perl
18280        ! INSTALL
18281 ____________________________________________________________________________
18282 [  1918] By: gsar                                  on 1998/10/02  04:21:10
18283     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
18284          From: jan.dubois@ibm.net (Jan Dubois)
18285          Date: Wed, 30 Sep 1998 23:35:30 +0200
18286          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
18287          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
18288  Branch: perl
18289        ! lib/ExtUtils/xsubpp
18290 ____________________________________________________________________________
18291 [  1917] By: gsar                                  on 1998/10/02  04:16:02
18292     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
18293          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
18294          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
18295          Subject: Re: Configure test for selectbits busted
18296  Branch: perl
18297        ! Configure
18298 ____________________________________________________________________________
18299 [  1916] By: gsar                                  on 1998/10/02  04:14:17
18300     Log: From: Dan Sugalski <sugalskd@osshe.edu>
18301          Date: Wed, 30 Sep 1998 17:15:20 -0700
18302          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
18303          Subject: [PATCH 5.005_02]VMS config tweaks
18304  Branch: perl
18305        ! vms/descrip_mms.template vms/subconfigure.com
18306 ____________________________________________________________________________
18307 [  1915] By: gsar                                  on 1998/10/02  04:10:47
18308     Log: use Off_t to permit 64-bit seek()
18309          From: Scott Henry <scotth@sgi.com>
18310          Date: 29 Sep 1998 17:38:46 -0700
18311          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
18312          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
18313          --
18314          Date: 28 Sep 1998 18:55:37 -0700
18315          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
18316          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
18317  Branch: perl
18318        ! doio.c pp_sys.c proto.h sv.c
18319 ____________________________________________________________________________
18320 [  1914] By: gsar                                  on 1998/10/02  04:05:36
18321     Log: normalize tm struct passed to strftime() with mktime()
18322          From: Spider Boardman <spider@orb.nashua.nh.us>
18323          Date: Wed, 30 Sep 1998 15:12:09 -0400
18324          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
18325          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
18326  Branch: perl
18327        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
18328 ____________________________________________________________________________
18329 [  1913] By: gsar                                  on 1998/10/02  03:59:46
18330     Log: don't try to run foo_SH.orig etc.
18331  Branch: perl
18332        ! Configure
18333 ____________________________________________________________________________
18334 [  1912] By: gsar                                  on 1998/10/02  03:45:37
18335     Log: make warning about glob process failure optional
18336  Branch: perl
18337        ! pod/perldiag.pod pp_hot.c
18338 ____________________________________________________________________________
18339 [  1911] By: gsar                                  on 1998/10/02  02:52:21
18340     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
18341          From: Dominic Dunlop <domo@vo.lu>
18342          Date: Tue, 29 Sep 1998 21:06:30 +0000
18343          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
18344          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
18345          --
18346          Date: Wed, 30 Sep 1998 11:46:44 +0000
18347          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
18348          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
18349  Branch: perl
18350        ! pod/perldiag.pod regcomp.c
18351 ____________________________________________________________________________
18352 [  1910] By: gsar                                  on 1998/10/02  02:48:48
18353     Log: minor Configure tweaks (via private mail)
18354          From: Jarkko Hietaniemi <jhi@iki.fi>
18355          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
18356          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
18357          Subject: [PATCH] 5.005_52: the drizzle continues
18358  Branch: perl
18359        ! Configure config_h.SH handy.h
18360 ____________________________________________________________________________
18361 [  1909] By: gsar                                  on 1998/10/02  02:46:39
18362     Log: update SCO hints for dynamic loading
18363          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
18364          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
18365          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
18366          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
18367          --
18368          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
18369          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
18370          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
18371  Branch: perl
18372        ! hints/sco.sh
18373 ____________________________________________________________________________
18374 [  1908] By: gsar                                  on 1998/10/02  02:33:39
18375     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
18376  Branch: perl
18377        ! lib/File/Find.pm
18378 ____________________________________________________________________________
18379 [  1907] By: gsar                                  on 1998/10/02  02:21:52
18380     Log: applied patches, but retained old behavior for win32 (where compilers
18381          can't read from stdin at all)
18382          From: Graham Barr <gbarr@ti.com>
18383          Date: Mon, 28 Sep 1998 09:41:49 -0500
18384          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
18385          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
18386          --
18387          Date: Tue, 29 Sep 1998 12:35:43 -0500
18388          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
18389          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
18390  Branch: perl
18391        ! ext/Errno/Errno_pm.PL
18392 ____________________________________________________________________________
18393 [  1906] By: gsar                                  on 1998/10/02  02:02:19
18394     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
18395          Hietaniemi)
18396  Branch: perl
18397        ! t/op/grent.t
18398 ____________________________________________________________________________
18399 [  1905] By: gsar                                  on 1998/10/02  01:59:56
18400     Log: win32 caveats about truncate()
18401  Branch: perl
18402        ! pod/perlport.pod
18403 ____________________________________________________________________________
18404 [  1904] By: gsar                                  on 1998/10/02  01:53:25
18405     Log: various Configure and hints updates (prefer drand48() or random()
18406          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
18407          applied modulo SCO hints superceded by later patch
18408          From: Jarkko Hietaniemi <jhi@iki.fi>
18409          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
18410          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
18411          Subject: [PATCH] 5.005_52: Configure et al:
18412  Branch: perl
18413        + ext/IPC/SysV/hints/next_3.pl
18414        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
18415        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
18416        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
18417 ____________________________________________________________________________
18418 [  1903] By: gsar                                  on 1998/10/02  01:42:37
18419     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
18420          Date: Mon, 28 Sep 1998 17:41:49 +0100
18421          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
18422          Subject: [PATCH 5.005_52] Re: More on ?p 
18423          --
18424          Date: Thu, 01 Oct 1998 09:10:58 +0100
18425          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
18426          Subject: [PATCH 5.005_52] ?p fix
18427          --
18428          Date: Thu, 01 Oct 1998 10:45:56 +0100
18429          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
18430          Subject: [PATCH 5.005_52] more on ?p
18431  Branch: perl
18432        ! pp_ctl.c
18433 ____________________________________________________________________________
18434 [  1902] By: gsar                                  on 1998/10/02  01:36:14
18435     Log: From: Kenneth Duda <kjd@cisco.com>
18436          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
18437          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
18438          Subject: writemain dies when there are more than 4000 characters of extensions
18439  Branch: perl
18440        ! writemain.SH
18441 ____________________________________________________________________________
18442 [  1901] By: gsar                                  on 1998/10/02  01:33:16
18443     Log: tweak run_byacc recipe
18444  Branch: perl
18445        ! Makefile.SH Porting/pumpkin.pod
18446 ____________________________________________________________________________
18447 [  1900] By: gsar                                  on 1998/10/02  01:02:09
18448     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
18449  Branch: perl
18450        ! perl.h pp_ctl.c
18451 ____________________________________________________________________________
18452 [  1899] By: gsar                                  on 1998/09/28  20:46:30
18453     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
18454          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
18455          Dvornik)
18456  Branch: perl
18457        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
18458 ____________________________________________________________________________
18459 [  1898] By: gsar                                  on 1998/09/28  20:42:52
18460     Log: flush unsubmitted 5.00552 change
18461  Branch: perl
18462        ! MANIFEST
18463 ____________________________________________________________________________
18464 [  1897] By: gsar                                  on 1998/09/27  04:43:06
18465     Log: run vms_yfix.pl
18466  Branch: perl
18467        ! vms/perly_c.vms
18468 ____________________________________________________________________________
18469 [  1896] By: gsar                                  on 1998/09/27  03:38:55
18470     Log: small tweak on last change
18471  Branch: perl
18472        ! win32/win32.c
18473 ____________________________________________________________________________
18474 [  1895] By: gsar                                  on 1998/09/27  03:17:17
18475     Log: fix win32_stat() to do the right thing for share names
18476  Branch: perl
18477        ! win32/win32.c
18478 ____________________________________________________________________________
18479 [  1891] By: larry                                 on 1998/09/25  18:50:40
18480     Log: Fixed apostrophe problem from Mark Knutsen.
18481  Branch: perl
18482        ! sv.h
18483
18484 ----------------
18485 Version 5.005_52
18486 ----------------
18487
18488 ____________________________________________________________________________
18489 [  1890] By: gsar                                  on 1998/09/25  10:25:00
18490     Log: update template config.sh, add new config vars to win32 stuff
18491  Branch: perl
18492        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
18493        ! pp_sys.c proto.h win32/config.bc win32/config.gc
18494        ! win32/config.vc win32/config_H.bc win32/config_H.gc
18495        ! win32/config_H.vc win32/win32.h
18496 ____________________________________________________________________________
18497 [  1889] By: gsar                                  on 1998/09/25  07:13:13
18498     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
18499          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
18500          of full-fledged 64-bit support (including support for: fseeko/ftello,
18501          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
18502          in Fcntl)
18503          From: Jarkko Hietaniemi <jhi@iki.fi>
18504          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
18505          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
18506          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
18507          --
18508          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
18509          Date: 12 Sep 1998 09:44:25 +0300
18510          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
18511          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
18512  Branch: perl
18513        + lib/filetest.pm
18514        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
18515        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
18516        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
18517        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
18518        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
18519        ! win32/makedef.pl
18520 ____________________________________________________________________________
18521 [  1888] By: gsar                                  on 1998/09/25  06:27:12
18522     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
18523  Branch: perl
18524        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
18525        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18526        ! win32/makedef.pl win32/makefile.mk win32/win32.c
18527 ____________________________________________________________________________
18528 [  1887] By: gsar                                  on 1998/09/25  04:50:49
18529     Log: win32.c tweak
18530  Branch: perl
18531        ! win32/win32.c
18532 ____________________________________________________________________________
18533 [  1886] By: gsar                                  on 1998/09/25  04:47:32
18534     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
18535  Branch: perl
18536        ! lib/ExtUtils/MakeMaker.pm
18537 ____________________________________________________________________________
18538 [  1885] By: gsar                                  on 1998/09/25  04:05:09
18539     Log: From: Dominic Dunlop <domo@vo.lu>
18540          Date: Thu, 10 Sep 1998 11:02:46 +0000
18541          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
18542          Subject: MM_Unix::canonpath erroneously turns leading // into /
18543  Branch: perl
18544        ! lib/ExtUtils/MM_Unix.pm
18545 ____________________________________________________________________________
18546 [  1884] By: gsar                                  on 1998/09/25  03:06:10
18547     Log: temporarily disable perl malloc for a2p until we clean up
18548          conflicting malloc() declarations everywhere
18549  Branch: perl
18550        ! x2p/Makefile.SH
18551 ____________________________________________________________________________
18552 [  1883] By: gsar                                  on 1998/09/25  02:27:00
18553     Log: remove obsolete win32/bin/*.pl
18554  Branch: perl
18555        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
18556        ! Changes MANIFEST win32/Makefile win32/makefile.mk
18557 ____________________________________________________________________________
18558 [  1882] By: gsar                                  on 1998/09/25  02:04:43
18559     Log: missing file in last submit
18560  Branch: perl
18561        ! proto.h
18562 ____________________________________________________________________________
18563 [  1881] By: gsar                                  on 1998/09/25  01:56:54
18564     Log: serial access to PL_x[inpr]v_root for USE_THREADS
18565  Branch: perl
18566        ! sv.c
18567 ____________________________________________________________________________
18568 [  1880] By: gsar                                  on 1998/09/25  01:19:38
18569     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
18570          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
18571          Date: Thu, 24 Sep 1998 22:01:09 +0900
18572          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
18573          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
18574  Branch: perl
18575        ! hv.c proto.h
18576 ____________________________________________________________________________
18577 [  1879] By: gsar                                  on 1998/09/25  00:20:07
18578     Log: tweaks to enable PERL_OBJECT to build & test on win32
18579  Branch: perl
18580        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
18581        ! win32/GenCAPI.pl
18582 ____________________________________________________________________________
18583 [  1878] By: gsar                                  on 1998/09/25  00:13:36
18584     Log: fix change#1861, which breaks default boot_xxx symbol generation
18585  Branch: perl
18586        ! lib/ExtUtils/Mksymlists.pm
18587 ____________________________________________________________________________
18588 [  1877] By: gsar                                  on 1998/09/24  10:29:54
18589     Log: two tweaks for clean build and test on Solaris
18590  Branch: perl
18591        ! op.c t/op/subst.t
18592 ____________________________________________________________________________
18593 [  1876] By: gsar                                  on 1998/09/24  09:04:43
18594     Log: From: Colin Kuskie <ckuskie@cadence.com>
18595          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
18596          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
18597          Subject: [PATCH 5.005_51] perlform.pod
18598  Branch: perl
18599        ! pod/perlform.pod
18600 ____________________________________________________________________________
18601 [  1875] By: gsar                                  on 1998/09/24  08:47:47
18602     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18603          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
18604          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
18605          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
18606  Branch: perl
18607        ! regexec.c
18608 ____________________________________________________________________________
18609 [  1874] By: gsar                                  on 1998/09/24  08:44:55
18610     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18611          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
18612          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
18613          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
18614  Branch: perl
18615        ! toke.c
18616 ____________________________________________________________________________
18617 [  1873] By: gsar                                  on 1998/09/24  08:39:41
18618     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18619          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
18620          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
18621          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
18622  Branch: perl
18623        ! Changes regcomp.c
18624 ____________________________________________________________________________
18625 [  1872] By: gsar                                  on 1998/09/24  08:37:00
18626     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
18627          Date: Sun, 23 Aug 1998 23:18:38 PDT
18628          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
18629          Subject: new irix_6.sh hints file
18630  Branch: perl
18631        ! hints/irix_6.sh
18632 ____________________________________________________________________________
18633 [  1871] By: gsar                                  on 1998/09/24  07:26:37
18634     Log: correct FSF address in various places
18635  Branch: perl
18636        ! Copying README ext/B/README lib/Getopt/Long.pm
18637 ____________________________________________________________________________
18638 [  1870] By: gsar                                  on 1998/09/24  07:11:56
18639     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
18640          Date:    Fri, 14 Aug 1998 09:20:16 PDT
18641          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
18642          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
18643  Branch: perl
18644        ! configure.com
18645 ____________________________________________________________________________
18646 [  1869] By: gsar                                  on 1998/09/24  06:55:59
18647     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
18648          From:    Scott Henry <scotth@sgi.com>
18649          Date:    13 Aug 1998 09:52:15 PDT
18650          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
18651          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
18652  Branch: perl
18653        ! hints/irix_6.sh
18654 ____________________________________________________________________________
18655 [  1868] By: gsar                                  on 1998/09/24  06:51:23
18656     Log: From:    Nathan Torkington <gnat@frii.com>
18657          Date:    Thu, 13 Aug 1998 10:59:48 MDT
18658          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
18659          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
18660  Branch: perl
18661        ! pod/perlfunc.pod
18662 ____________________________________________________________________________
18663 [  1867] By: gsar                                  on 1998/09/24  06:45:13
18664     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
18665          that are autoloaded)
18666  Branch: perl
18667        ! pp_ctl.c
18668 ____________________________________________________________________________
18669 [  1866] By: gsar                                  on 1998/09/24  05:21:19
18670     Log: grandfather deprecated "$$<digit>" no more
18671  Branch: perl
18672        ! pod/perldiag.pod toke.c
18673 ____________________________________________________________________________
18674 [  1865] By: gsar                                  on 1998/09/24  04:52:48
18675     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
18676          low bits (suggested by Ilya Zakharevich)
18677  Branch: perl
18678        ! hv.h
18679 ____________________________________________________________________________
18680 [  1864] By: gsar                                  on 1998/09/24  04:29:14
18681     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
18682          perly_c.diff
18683  Branch: perl
18684        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
18685        ! perly_c.diff toke.c
18686 ____________________________________________________________________________
18687 [  1863] By: gsar                                  on 1998/09/24  03:36:30
18688     Log: provide locked access to string table for USE_THREADS
18689  Branch: perl
18690        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
18691 ____________________________________________________________________________
18692 [  1862] By: gsar                                  on 1998/09/24  03:30:32
18693     Log: remove bogus warn()
18694  Branch: perl
18695        ! embed.pl
18696 ____________________________________________________________________________
18697 [  1861] By: gsar                                  on 1998/09/24  02:58:51
18698     Log: applied suggested patch, adapted for all platforms
18699          From: jan.dubois@ibm.net (Jan Dubois)
18700          Date: Sun, 20 Sep 1998 12:56:38 +0200
18701          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
18702          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
18703  Branch: perl
18704        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
18705        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
18706        ! lib/ExtUtils/MakeMaker.pm
18707 ____________________________________________________________________________
18708 [  1860] By: gsar                                  on 1998/09/24  02:16:14
18709     Log: upgrade to CPAN-1.40
18710  Branch: perl
18711        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
18712 ____________________________________________________________________________
18713 [  1859] By: gsar                                  on 1998/09/24  02:08:59
18714     Log: use $ENV{MAKEMAKEROPT} to set default command line args
18715  Branch: perl
18716        ! lib/ExtUtils/MakeMaker.pm
18717 ____________________________________________________________________________
18718 [  1857] By: gsar                                  on 1998/09/23  10:58:36
18719     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18720          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
18721          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
18722          Subject: More verbose Test::Harness [PATCH]
18723  Branch: perl
18724        ! lib/Test/Harness.pm
18725 ____________________________________________________________________________
18726 [  1856] By: gsar                                  on 1998/09/23  10:56:24
18727     Log: update hints for OPENSTEP 4.2 on i386
18728          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
18729          Date: Sun, 20 Sep 1998 01:03:18 +0200
18730          Message-Id: <9809192303.AA29190@Spike>
18731          Subject: Perl 5.005_02 compilation problems
18732  Branch: perl
18733        ! hints/next_4.sh
18734 ____________________________________________________________________________
18735 [  1855] By: gsar                                  on 1998/09/23  10:52:27
18736     Log: reset errno after C<require> search (as suggested by Larry)
18737  Branch: perl
18738        ! pp_ctl.c
18739 ____________________________________________________________________________
18740 [  1854] By: gsar                                  on 1998/09/23  10:50:26
18741     Log: misc pod tweaks
18742  Branch: perl
18743        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
18744 ____________________________________________________________________________
18745 [  1853] By: gsar                                  on 1998/09/23  10:46:06
18746     Log: make Pod/Html.pm handle the --title option properly (as suggested
18747          by gml4410@ggr.co.uk)
18748  Branch: perl
18749        ! lib/Pod/Html.pm
18750 ____________________________________________________________________________
18751 [  1852] By: gsar                                  on 1998/09/23  10:41:39
18752     Log: SSNEW() API for allocating memory on the savestack
18753          From: Albert Dvornik <bert@genscan.com>
18754          Date: 17 Sep 1998 19:23:07 -0400
18755          Message-Id: <tqemtae338.fsf@puma.genscan.com>
18756          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
18757  Branch: perl
18758        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
18759        ! perl.h proto.h scope.c scope.h t/io/tell.t
18760 ____________________________________________________________________________
18761 [  1851] By: gsar                                  on 1998/09/23  10:37:05
18762     Log: From: Jochen Wiedmann <joe@ispsoft.de>
18763          Date: Thu, 17 Sep 1998 17:16:06 +0200
18764          Message-ID: <360127B6.E44564A@ispsoft.de>
18765          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
18766  Branch: perl
18767        ! lib/ExtUtils/MakeMaker.pm
18768 ____________________________________________________________________________
18769 [  1850] By: gsar                                  on 1998/09/23  10:33:05
18770     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
18771          Date: 15 Sep 1998 01:32:31 +0200
18772          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
18773          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
18774  Branch: perl
18775        ! lib/ExtUtils/MM_Unix.pm
18776 ____________________________________________________________________________
18777 [  1849] By: gsar                                  on 1998/09/23  10:29:04
18778     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
18779          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
18780          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
18781          Subject: Re: extralibs.ld problem in MM_VMS.pm
18782  Branch: perl
18783        ! lib/ExtUtils/MM_VMS.pm
18784 ____________________________________________________________________________
18785 [  1848] By: gsar                                  on 1998/09/23  10:25:24
18786     Log: From: Roderick Schertler <roderick@argon.org>
18787          Date: 11 Sep 1998 16:19:21 -0400
18788          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
18789          Subject: Re: Open2 and memory leaks
18790  Branch: perl
18791        ! lib/IPC/Open3.pm
18792 ____________________________________________________________________________
18793 [  1847] By: gsar                                  on 1998/09/23  10:18:31
18794     Log: From: Roderick Schertler <roderick@argon.org>
18795          Date: Wed, 09 Sep 1998 23:52:48 -0400
18796          Message-ID: <20567.905399568@eeyore.ibcinc.com>
18797          Subject: seed srand from /dev/urandom when possible
18798  Branch: perl
18799        ! pod/perlfunc.pod pp.c
18800 ____________________________________________________________________________
18801 [  1846] By: gsar                                  on 1998/09/23  10:12:22
18802     Log: From: Roderick Schertler <roderick@argon.org>
18803          Date: Thu, 10 Sep 1998 00:32:17 -0400
18804          Message-ID: <21142.905401937@eeyore.ibcinc.com>
18805          Subject: doc update for crypt()'s salt
18806  Branch: perl
18807        ! pod/perlfunc.pod
18808 ____________________________________________________________________________
18809 [  1845] By: gsar                                  on 1998/09/23  10:09:23
18810     Log: fix h2ph handling of C<#error "foo">
18811          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
18812          Date: Thu, 10 Sep 1998 09:59:33 +0900
18813          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
18814          Subject: [5.005_02] h2ph problem
18815  Branch: perl
18816        ! utils/h2ph.PL
18817 ____________________________________________________________________________
18818 [  1844] By: gsar                                  on 1998/09/23  10:06:13
18819     Log: plug strictly private function leaks in API listing
18820  Branch: perl
18821        ! pod/perlguts.pod
18822 ____________________________________________________________________________
18823 [  1843] By: gsar                                  on 1998/09/23  10:02:57
18824     Log: hide symbol for static build
18825          From: Dominic Dunlop <domo@vo.lu>
18826          Date: Tue, 8 Sep 1998 21:40:46 +0000
18827          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
18828          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
18829  Branch: perl
18830        ! regcomp.c
18831 ____________________________________________________________________________
18832 [  1842] By: gsar                                  on 1998/09/23  09:52:46
18833     Log: define PUT_svindex(), PUT_opindex()
18834  Branch: perl
18835        ! ext/B/B/Assembler.pm
18836 ____________________________________________________________________________
18837 [  1841] By: gsar                                  on 1998/09/23  09:44:25
18838     Log: From: Dominic Dunlop <domo@vo.lu>
18839          Date: Tue, 8 Sep 1998 15:34:53 +0000
18840          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
18841          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
18842  Branch: perl
18843        ! t/pragma/warn/regexec
18844 ____________________________________________________________________________
18845 [  1840] By: gsar                                  on 1998/09/23  09:42:17
18846     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
18847  Branch: perl
18848        ! win32/bin/pl2bat.pl
18849 ____________________________________________________________________________
18850 [  1839] By: gsar                                  on 1998/09/23  09:38:18
18851     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
18852          Date: Mon, 7 Sep 1998 17:36:09 +0900
18853          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
18854          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
18855  Branch: perl
18856        ! ext/Thread/Thread.xs
18857 ____________________________________________________________________________
18858 [  1838] By: gsar                                  on 1998/09/23  09:21:11
18859     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
18860          Date: Thu, 10 Sep 1998 00:02:07 -0400
18861          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
18862          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
18863  Branch: perl
18864        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
18865        + vos/config.h vos/config_h.SH_orig vos/perl.bind
18866        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
18867        ! MANIFEST perl.c perl.h pod/perlport.pod
18868 ____________________________________________________________________________
18869 [  1837] By: gsar                                  on 1998/09/23  08:45:58
18870     Log: (via private mail)
18871          From: Charles Bailey <BAILEY@newman.upenn.edu>
18872          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
18873          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
18874          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
18875  Branch: perl
18876        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
18877        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
18878        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
18879        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
18880        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
18881        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
18882        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
18883        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
18884        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
18885        ! vms/writemain.pl
18886 ____________________________________________________________________________
18887 [  1836] By: gsar                                  on 1998/09/23  08:17:42
18888     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18889          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
18890          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
18891          Subject: [PATCH 5.005_*] OS/2 spawning typos
18892  Branch: perl
18893        ! os2/os2.c
18894 ____________________________________________________________________________
18895 [  1835] By: gsar                                  on 1998/09/23  08:09:55
18896     Log: warn on C<my($foo,$foo)>
18897  Branch: perl
18898        ! op.c pod/perldiag.pod
18899 ____________________________________________________________________________
18900 [  1834] By: gsar                                  on 1998/09/23  07:35:56
18901     Log: From: pvhp@forte.com (Peter Prymmer)
18902          Date: Fri, 4 Sep 98 13:27:41 PDT
18903          Message-Id: <9809042027.AA04463@forte.com>
18904          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
18905  Branch: perl
18906        ! README.vms
18907 ____________________________________________________________________________
18908 [  1833] By: gsar                                  on 1998/09/23  07:27:34
18909     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
18910          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
18911          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
18912          Subject: PATCH: 5.005_02 hint/hpux.sh
18913  Branch: perl
18914        ! hints/hpux.sh
18915 ____________________________________________________________________________
18916 [  1832] By: gsar                                  on 1998/09/23  07:22:40
18917     Log: fix (some) installhtml bugs
18918          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
18919          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
18920          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
18921          Subject: installhtml script needs work
18922  Branch: perl
18923        ! installhtml
18924 ____________________________________________________________________________
18925 [  1831] By: gsar                                  on 1998/09/23  07:19:30
18926     Log: document 'U' magic with examples
18927          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
18928          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
18929          Message-Id: <199809011455.PAA00631@sale-wts>
18930          Subject: Re: Looking for some XS MAGIC examples...
18931  Branch: perl
18932        ! pod/perlguts.pod
18933 ____________________________________________________________________________
18934 [  1830] By: gsar                                  on 1998/09/23  07:16:43
18935     Log: From: pvhp@forte.com (Peter Prymmer)
18936          Date: Mon, 31 Aug 98 17:13:49 PDT
18937          Message-Id: <9809010013.AA06737@forte.com>
18938          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
18939  Branch: perl
18940        ! README.os390
18941 ____________________________________________________________________________
18942 [  1829] By: gsar                                  on 1998/09/23  07:15:08
18943     Log: fix problematic typecast in filter_del()
18944          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
18945          Date: Mon, 31 Aug 1998 21:13:11 GMT
18946          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
18947          Subject: perl5.005_02 does not build on Cray T90
18948  Branch: perl
18949        ! toke.c
18950 ____________________________________________________________________________
18951 [  1828] By: gsar                                  on 1998/09/23  07:11:34
18952     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18953          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
18954          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
18955          Subject: [PATCH 5.005_5*] (?>) broken in RE
18956  Branch: perl
18957        ! regexec.c t/op/re_tests
18958 ____________________________________________________________________________
18959 [  1827] By: gsar                                  on 1998/09/23  07:09:50
18960     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
18961  Branch: perl
18962        ! t/op/grent.t t/op/groups.t
18963 ____________________________________________________________________________
18964 [  1826] By: gsar                                  on 1998/09/23  07:03:16
18965     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
18966          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
18967          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
18968          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
18969  Branch: perl
18970        - interp.sym
18971        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
18972 ____________________________________________________________________________
18973 [  1825] By: gsar                                  on 1998/09/23  06:56:40
18974     Log: re-introduce change#1703
18975  Branch: perl
18976        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
18977 ____________________________________________________________________________
18978 [  1824] By: gsar                                  on 1998/09/23  06:44:19
18979     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18980          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
18981          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
18982          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
18983  Branch: perl
18984        ! lib/perl5db.pl
18985 ____________________________________________________________________________
18986 [  1823] By: gsar                                  on 1998/09/23  06:41:34
18987         Log: From: Joe Buehler <jhpb@hekimian.com>
18988              Date: 29 Aug 1998 17:13:28 -0400
18989              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
18990              Subject: patches for perl 5.005_51 under U/WIN
18991      Branch: perl
18992            + hints/uwin.sh
18993            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
18994            ! t/lib/posix.t
18995 ____________________________________________________________________________
18996 [  1822] By: gsar                                  on 1998/09/23  06:36:59
18997         Log: add missing C<no utf8;> tweak from Larry
18998      Branch: perl
18999            ! t/op/subst.t
19000 ____________________________________________________________________________
19001 [  1821] By: gsar                                  on 1998/09/23  06:27:51
19002         Log: s/runops/CALLRUNOPS/
19003      Branch: perl
19004            ! cc_runtime.h
19005 ____________________________________________________________________________
19006 [  1820] By: gsar                                  on 1998/09/23  06:24:49
19007         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
19008      Branch: perl
19009           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
19010           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
19011           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
19012           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
19013           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
19014           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
19015           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
19016           +> t/pragma/warn/util
19017            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
19018            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
19019            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
19020            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
19021            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
19022            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
19023            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
19024            - t/pragma/warn-util
19025            ! MANIFEST t/pragma/warning.t
19026 ____________________________________________________________________________
19027 [  1819] By: gsar                                  on 1998/09/23  06:08:46
19028         Log: make \(%foo) return refs to values (not copies of values)
19029              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
19030              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
19031              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
19032              --
19033              From: Roderick Schertler <roderick@argon.org>
19034              Date: Sat, 29 Aug 1998 00:58:33 -0400
19035              Message-ID: <29894.904366713@eeyore.ibcinc.com>
19036              Subject: Re: \(%x) problems
19037      Branch: perl
19038            ! doop.c pod/perlref.pod
19039 ____________________________________________________________________________
19040 [  1818] By: gsar                                  on 1998/09/23  06:05:08
19041         Log: make h2xs generate ANSI prototypes
19042      Branch: perl
19043            ! utils/h2xs.PL
19044 ____________________________________________________________________________
19045 [  1817] By: gsar                                  on 1998/09/23  05:57:16
19046         Log: updated usethreads hints for hpux 10.X
19047              From: Matthew T Harden <mthard@mthard1.monsanto.com>
19048              Date: Fri, 28 Aug 1998 14:10:42 GMT
19049              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
19050              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
19051      Branch: perl
19052            ! hints/hpux.sh perl.h
19053 ____________________________________________________________________________
19054 [  1816] By: gsar                                  on 1998/09/23  05:53:31
19055         Log: don't create empty directories in installperl
19056              From: Robin Barker <rmb1@cise.npl.co.uk>
19057              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
19058              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
19059              Subject: [PATCH 5.005_02] install: empty dirs
19060      Branch: perl
19061            ! installperl
19062 ____________________________________________________________________________
19063 [  1815] By: gsar                                  on 1998/09/23  05:50:36
19064         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
19065              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19066              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
19067              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
19068              Subject: Re: your mail
19069      Branch: perl
19070            ! regexec.c t/op/re_tests
19071 ____________________________________________________________________________
19072 [  1814] By: gsar                                  on 1998/09/23  05:45:17
19073         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
19074              Date: Thu, 20 Aug 1998 20:59:03 -0400
19075              Message-ID: <19980820205903.A12908@O2.chapin.edu>
19076              Subject: [PATCH] h2ph misquotes #error directives
19077      Branch: perl
19078            ! t/lib/h2ph.pht utils/h2ph.PL
19079 ____________________________________________________________________________
19080 [  1813] By: gsar                                  on 1998/09/23  05:42:41
19081         Log: patch to support computed regular subexpressions
19082              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19083              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
19084              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
19085              Subject: [5.005_5* PATCH] Postponed RE - now!
19086      Branch: perl
19087            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
19088            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
19089 ____________________________________________________________________________
19090 [  1812] By: gsar                                  on 1998/09/23  05:26:26
19091         Log: better CR-handling on shebang line and in formats (fixed variant of
19092              patch suggested by Igor Sysoev <igor@nitek.ru>)
19093      Branch: perl
19094            ! perl.c toke.c
19095 ____________________________________________________________________________
19096 [  1811] By: gsar                                  on 1998/09/23  04:35:46
19097         Log: document non-loopish blocks better
19098              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
19099              Date: Tue, 18 Aug 1998 12:28:36 +0100
19100              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
19101              Subject: Re: next in do {} while block gives error message
19102      Branch: perl
19103            ! pod/perlfunc.pod
19104 ____________________________________________________________________________
19105 [  1810] By: gsar                                  on 1998/09/23  04:12:05
19106         Log: fix bogus integerization of pop()'s return value
19107              From: Gurusamy Sarathy <gsar@engin.umich.edu>
19108              Date: Sat, 15 Aug 1998 23:27:54 -0400
19109              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
19110              Subject: Re: Complex expression does integer arithmetic 
19111      Branch: perl
19112            ! opcode.h opcode.pl
19113 ____________________________________________________________________________
19114 [  1809] By: gsar                                  on 1998/09/23  04:09:43
19115         Log: tweak README.win32
19116      Branch: perl
19117            ! README.win32
19118 ____________________________________________________________________________
19119 [  1808] By: gsar                                  on 1998/09/23  03:40:57
19120         Log: better diagnostic for do{} used as lvalue
19121      Branch: perl
19122            ! op.c pod/perlport.pod
19123 ____________________________________________________________________________
19124 [  1807] By: gsar                                  on 1998/09/23  03:38:30
19125         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
19126              From: hansm@icgroup.nl
19127              Date: Tue, 11 Aug 98 21:08:51 +0200
19128              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
19129              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
19130      Branch: perl
19131            ! malloc.c
19132 ____________________________________________________________________________
19133 [  1806] By: gsar                                  on 1998/09/23  03:36:08
19134         Log: support make written in perl (aka "pmake") on win32
19135      Branch: perl
19136            ! lib/ExtUtils/MM_Win32.pm
19137 ____________________________________________________________________________
19138 [  1805] By: gsar                                  on 1998/09/23  03:30:07
19139         Log: fix mismatched UV/U32 types for to_utf8_*()
19140      Branch: perl
19141            ! utf8.c
19142 ____________________________________________________________________________
19143 [  1804] By: gsar                                  on 1998/09/23  03:22:22
19144         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
19145              Date: Sun, 9 Aug 1998 22:38:23 +0200
19146              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
19147              Subject: [PATCH 5.5002] dos-djgpp update
19148      Branch: perl
19149            ! t/io/fs.t
19150 ____________________________________________________________________________
19151 [  1803] By: gsar                                  on 1998/09/23  03:20:13
19152         Log: apply minimal variant of patch (sent via private mail)
19153              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
19154              Date: Wed, 12 Aug 1998 15:42:35 +0300
19155              Message-Id: <199808121242.PAA29761@comanche.spices>
19156              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
19157      Branch: perl
19158            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
19159            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
19160 ____________________________________________________________________________
19161 [  1802] By: gsar                                  on 1998/09/23  03:03:39
19162         Log: adjust searchdict.t for EBCDIC (still needs documenting)
19163              From: pvhp@forte.com (Peter Prymmer)
19164              Date: Thu, 6 Aug 98 18:09:39 PDT
19165              Message-Id: <9808070109.AA06158@forte.com>
19166              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
19167      Branch: perl
19168            ! README.os390 t/lib/searchdict.t
19169 ____________________________________________________________________________
19170 [  1801] By: gsar                                  on 1998/09/23  02:54:15
19171         Log: silence redefined warning for XS(INIT) {}
19172      Branch: perl
19173            ! op.c
19174 ____________________________________________________________________________
19175 [  1800] By: gsar                                  on 1998/09/23  02:42:23
19176         Log: support match indices via special variables @- and @+
19177              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19178              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
19179              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
19180              Subject: [PATCH 5.004_76] @- and @+
19181      Branch: perl
19182            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
19183            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
19184 ____________________________________________________________________________
19185 [  1799] By: gsar                                  on 1998/09/23  01:44:31
19186         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19187              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
19188              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
19189              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
19190      Branch: perl
19191            ! regcomp.c t/op/re_tests
19192 ____________________________________________________________________________
19193 [  1798] By: gsar                                  on 1998/09/23  01:39:23
19194         Log: integrate maint-5.005 changes (except conflicting change#1794)
19195      Branch: perl
19196            ! Changes
19197           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
19198           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
19199           !> win32/win32.h
19200 ____________________________________________________________________________
19201 [  1797] By: gsar                                  on 1998/09/23  01:32:36
19202         Log: add note to win32/Makefile about setting CCHOME
19203      Branch: perl
19204            ! win32/Makefile win32/makefile.mk
19205 ____________________________________________________________________________
19206 [  1796] By: gsar                                  on 1998/09/23  01:31:32
19207         Log: perl.pod tweak
19208      Branch: perl
19209            ! pod/perl.pod
19210 ____________________________________________________________________________
19211 [  1795] By: gsar                                  on 1998/09/21  20:34:10
19212         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
19213      Branch: perl
19214            ! lib/ExtUtils/xsubpp
19215 ____________________________________________________________________________
19216 [  1789] By: gsar                                  on 1998/09/18  18:01:37
19217         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
19218      Branch: perl
19219            ! cop.h t/cmd/for.t
19220 ____________________________________________________________________________
19221 [  1788] By: gsar                                  on 1998/09/17  02:19:11
19222         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
19223      Branch: perl
19224            ! win32/config.bc win32/config.gc win32/config.vc
19225 ____________________________________________________________________________
19226 [  1787] By: gsar                                  on 1998/09/17  01:45:14
19227         Log: suppress bogus warning on C<sub x {} x()>
19228      Branch: perl
19229            ! toke.c
19230 ____________________________________________________________________________
19231 [  1786] By: gsar                                  on 1998/09/17  01:42:51
19232         Log: ntohl typo in objXSUB.h
19233      Branch: perl
19234            ! objXSUB.h
19235 ____________________________________________________________________________
19236 [  1785] By: gsar                                  on 1998/09/17  01:41:48
19237         Log: fill gaps in sig_* entries in win32/config.?c
19238      Branch: perl
19239            ! win32/config.bc win32/config.gc win32/config.vc
19240 ____________________________________________________________________________
19241 [  1781] By: larry                                 on 1998/09/05  23:48:24
19242         Log: tr/// logic was hosed under utf8
19243      Branch: perl
19244            ! doop.c op.c op.h pp.c proto.h
19245 ____________________________________________________________________________
19246 [  1780] By: larry                                 on 1998/09/05  23:44:16
19247         Log: several new tests needed tweaking to work under utf8
19248      Branch: perl
19249            ! t/comp/require.t t/op/pack.t t/op/substr.t
19250 ____________________________________________________________________________
19251 [  1779] By: larry                                 on 1998/09/05  23:41:42
19252         Log: index() applied BM optimization to wrong argument
19253      Branch: perl
19254            ! op.c util.c
19255 ____________________________________________________________________________
19256 [  1778] By: larry                                 on 1998/09/05  23:38:29
19257         Log: Implicit require during compile reset line numbering
19258      Branch: perl
19259            ! pp_ctl.c
19260
19261 ----------------
19262 Version 5.005_51
19263 ----------------
19264
19265 ____________________________________________________________________________
19266 [  1777] By: gsar                                  on 1998/08/10  07:02:38
19267         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
19268              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
19269              lexical warning testsuite for win32
19270      Branch: perl
19271            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
19272            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
19273            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
19274            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
19275            ! win32/Makefile win32/makefile.mk
19276 ____________________________________________________________________________
19277 [  1776] By: gsar                                  on 1998/08/09  17:53:48
19278         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
19279      Branch: perl
19280            ! Changes MANIFEST perl.c pod/perlhist.pod
19281 ____________________________________________________________________________
19282 [  1775] By: gsar                                  on 1998/08/09  14:35:33
19283         Log: tweak warning test
19284      Branch: perl
19285            ! t/pragma/warn-toke
19286 ____________________________________________________________________________
19287 [  1774] By: gsar                                  on 1998/08/09  14:13:46
19288         Log: add missing dTHR; notes for test failures due to small stacksize
19289      Branch: perl
19290            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
19291            ! toke.c universal.c util.c
19292 ____________________________________________________________________________
19293 [  1773] By: gsar                                  on 1998/08/09  11:31:53
19294         Log: lexical warnings; tweaks to places that didn't apply correctly
19295              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
19296              Date:    Wed, 29 Jul 1998 09:28:45 BST
19297              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
19298              Subject: lexical warnings patch for 5.005_50
19299      Branch: perl
19300            + README.lexwarn lib/warning.pm t/pragma/warn-2use
19301            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
19302            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
19303            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
19304            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
19305            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
19306            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
19307            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
19308            + warning.h warning.pl
19309            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
19310            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
19311            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
19312            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
19313            ! universal.c util.c
19314 ____________________________________________________________________________
19315 [  1772] By: gsar                                  on 1998/08/08  23:06:00
19316         Log: bump patchlevel to 5.005_51
19317      Branch: perl
19318            ! patchlevel.h win32/Makefile win32/config_H.bc
19319            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
19320 ____________________________________________________________________________
19321 [  1771] By: gsar                                  on 1998/08/08  23:01:57
19322         Log: fix bogus warning on "\x{123}"
19323              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
19324              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
19325              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
19326              Subject: [5.005_50 PATCH] Some unicode problems
19327      Branch: perl
19328            ! regcomp.c toke.c
19329 ____________________________________________________________________________
19330 [  1770] By: gsar                                  on 1998/08/08  22:56:55
19331         Log: hide dup symbol for static build of ext/re
19332              From: Dominic Dunlop <domo@ppp72.vo.lu>
19333              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
19334              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
19335              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
19336      Branch: perl
19337            ! regcomp.c
19338 ____________________________________________________________________________
19339 [  1769] By: gsar                                  on 1998/08/08  22:45:06
19340         Log: fix double free on -Mutf8 -e '$b=uc("")'
19341              From: larry@wall.org (Larry Wall)
19342              Date: Fri, 7 Aug 1998 14:42:43 -0700
19343              Message-Id: <199808072142.OAA14920@wall.org>
19344              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
19345      Branch: perl
19346            ! pp.c
19347 ____________________________________________________________________________
19348 [  1768] By: gsar                                  on 1998/08/08  22:42:29
19349         Log: substr() assumes utf8 without say-so
19350              From: larry@wall.org (Larry Wall)
19351              Date: Fri, 7 Aug 1998 12:25:12 -0700
19352              Message-Id: <199808071925.MAA13436@wall.org>
19353              Subject: [PATCH 5.005_50] substr bug?
19354      Branch: perl
19355            ! pp.c
19356 ____________________________________________________________________________
19357 [  1767] By: gsar                                  on 1998/08/08  22:38:25
19358         Log: fix intolerance of SWASHes for blank lines
19359              From: Gisle Aas <aas@sn.no>
19360              Date: 06 Aug 1998 23:28:57 +0200
19361              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
19362              Subject: Re: Re[2]: another joyride begins
19363      Branch: perl
19364            ! lib/utf8_heavy.pl
19365 ____________________________________________________________________________
19366 [  1766] By: gsar                                  on 1998/08/08  22:33:10
19367         Log: utf8 doc tweak
19368              From: Gisle Aas <aas@sn.no>
19369              Date: 05 Aug 1998 00:41:04 +0200
19370              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
19371              Subject: Matching clumps
19372      Branch: perl
19373            ! lib/utf8.pm
19374 ____________________________________________________________________________
19375 [  1765] By: gsar                                  on 1998/08/08  22:31:37
19376         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
19377              From: Gisle Aas <aas@sn.no>
19378              Date: 04 Aug 1998 22:56:11 +0200
19379              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
19380              Subject: Re: another joyride begins
19381      Branch: perl
19382            ! lib/utf8_heavy.pl
19383 ____________________________________________________________________________
19384 [  1764] By: gsar                                  on 1998/08/08  22:28:43
19385         Log: From: larry@wall.org (Larry Wall)
19386              Date: Tue, 4 Aug 1998 17:04:51 -0700
19387              Message-Id: <199808050004.RAA22592@wall.org>
19388              Subject: [PATCH 5.005_50] \pX not implemented!
19389      Branch: perl
19390            ! regcomp.c
19391 ____________________________________________________________________________
19392 [  1763] By: gsar                                  on 1998/08/08  22:27:15
19393         Log: From: Stephen McCamant <alias@mcs.com>
19394              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
19395              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
19396              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
19397      Branch: perl
19398            ! op.c
19399 ____________________________________________________________________________
19400 [  1762] By: gsar                                  on 1998/08/08  22:26:09
19401         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
19402              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
19403              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
19404              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
19405      Branch: perl
19406            + t/op/grent.t t/op/pwent.t
19407            ! MANIFEST
19408 ____________________________________________________________________________
19409 [  1761] By: gsar                                  on 1998/08/08  22:21:52
19410         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19411              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
19412              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
19413              Subject: [5.005_50 PATCH] misprint in RE engine
19414      Branch: perl
19415            ! regexec.c t/op/re_tests
19416 ____________________________________________________________________________
19417 [  1760] By: gsar                                  on 1998/08/08  22:18:54
19418         Log: integrate maint-5.005 changes into mainline
19419      Branch: perl
19420           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
19421           !> (integrate 138 files)
19422 ____________________________________________________________________________
19423 [  1672] By: gsar                                  on 1998/07/27  18:35:28
19424         Log: create new Changes
19425      Branch: perl
19426            + Changes
19427            ! Changes5.005 MANIFEST
19428 ____________________________________________________________________________
19429 [  1671] By: gsar                                  on 1998/07/27  18:30:57
19430         Log: rename Changes --> Changes5.005
19431      Branch: perl
19432           +> Changes5.005
19433            - Changes
19434 ____________________________________________________________________________
19435 [  1670] By: gsar                                  on 1998/07/27  18:10:14
19436         Log: integrate 5.005_01 changes from maint
19437      Branch: perl
19438            ! Changes
19439           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
19440           !> win32/win32.c
19441 ____________________________________________________________________________
19442 [  1667] By: nick                                  on 1998/07/26  14:31:01
19443         Log: Add dTHR so that it compiles miniperl in threaded mode
19444      Branch: perl
19445            ! doop.c mg.c regcomp.c regexec.c
19446 ____________________________________________________________________________
19447 [  1666] By: nick                                  on 1998/07/26  13:01:10
19448         Log: Resolve ansiperl against mainline (@1648?)
19449              Unclear that change number has "taken".
19450      Branch: ansiperl
19451           +> (branch 169 files)
19452            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
19453           !> (integrate 131 files)
19454
19455 ----------------
19456 Version 5.005_50
19457 ----------------
19458
19459 ____________________________________________________________________________
19460 [  1665] By: gsar                                  on 1998/07/26  05:38:48
19461         Log: add trailing newline to file
19462      Branch: perl
19463            ! Changes lib/unicode/blocks.txt
19464 ____________________________________________________________________________
19465 [  1664] By: gsar                                  on 1998/07/26  05:08:48
19466         Log: integrate proto.h additions from maint-5.005
19467      Branch: perl
19468           !> pod/perlhist.pod proto.h
19469 ____________________________________________________________________________
19470 [  1663] By: gsar                                  on 1998/07/26  05:07:05
19471         Log: add new files to MANIFEST; add missing prototypes to proto.h;
19472              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
19473              add typecasts to silence warnings; tweaks for win32 builds
19474      Branch: perl
19475            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
19476            ! win32/Makefile win32/makefile.mk
19477 ____________________________________________________________________________
19478 [  1662] By: gsar                                  on 1998/07/26  05:01:52
19479         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
19480      Branch: maint-5.005/perl
19481            ! pod/perlhist.pod proto.h
19482 ____________________________________________________________________________
19483 [  1661] By: gsar                                  on 1998/07/26  02:52:48
19484         Log: up patchlevel to 5.005_50
19485      Branch: perl
19486            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
19487            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
19488 ____________________________________________________________________________
19489 [  1660] By: gsar                                  on 1998/07/26  02:43:57
19490         Log: integrate utfperl
19491      Branch: perl
19492           +> (branch 162 files)
19493           !> (integrate 29 files)
19494 ____________________________________________________________________________
19495 [  1659] By: gsar                                  on 1998/07/26  02:38:22
19496         Log: integrate maint-5.005 changes
19497      Branch: perl
19498           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
19499           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
19500           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
19501           !> vms/descrip_mms.template vms/subconfigure.com
19502 ____________________________________________________________________________
19503 [  1658] By: gsar                                  on 1998/07/26  02:23:46
19504         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
19505              Date: Fri, 24 Jul 1998 11:38:25 -0700
19506              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
19507              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
19508              --
19509              Date: Fri, 24 Jul 1998 12:30:36 -0700
19510              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
19511              Subject: [PATCH 5.005]Tweaks to README.vms
19512              --
19513              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
19514              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
19515              Subject: [PATCH 5.005] Final build cleanup patch
19516      Branch: maint-5.005/perl
19517            ! README.vms vms/descrip_mms.template vms/subconfigure.com
19518 ____________________________________________________________________________
19519 [  1657] By: gsar                                  on 1998/07/26  02:19:50
19520         Log: another platform where pp_sselect() needs a whole fd_set buffer
19521              From: Lupe Christoph <lupe@alanya.m.isar.de>
19522              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
19523              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
19524              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
19525      Branch: maint-5.005/perl
19526            ! pp_sys.c
19527 ____________________________________________________________________________
19528 [  1656] By: gsar                                  on 1998/07/26  02:12:46
19529         Log: fix problem building modules on dos-djgpp
19530              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
19531              Date: Sat, 25 Jul 1998 00:53:39 +0200
19532              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
19533              Subject: [PATCH 5.005] dos-djgpp and modules problem
19534      Branch: maint-5.005/perl
19535            ! djgpp/fixpmain
19536 ____________________________________________________________________________
19537 [  1655] By: gsar                                  on 1998/07/26  02:11:09
19538         Log: From: Tom Spindler <dogcow@home.merit.edu>
19539              Date: Wed, 22 Jul 1998 16:11:07 -0400
19540              Message-ID: <19980722161107.A16813@home.merit.edu>
19541              Subject: [PATCH 5.005] BeOS tweak
19542      Branch: maint-5.005/perl
19543            ! hints/beos.sh
19544 ____________________________________________________________________________
19545 [  1654] By: gsar                                  on 1998/07/26  02:09:29
19546         Log: various pod tweaks
19547      Branch: maint-5.005/perl
19548            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
19549            ! pod/perltoc.pod
19550 ____________________________________________________________________________
19551 [  1653] By: gsar                                  on 1998/07/26  02:05:46
19552         Log: fix emacs/ptags for PL_* changes
19553              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19554              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
19555              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
19556              Subject: [PATCH 5.004_76] Yet better ptags
19557      Branch: maint-5.005/perl
19558            ! emacs/ptags
19559 ____________________________________________________________________________
19560 [  1652] By: gsar                                  on 1998/07/26  02:03:01
19561         Log: fix behavior of <=> on bigints
19562              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
19563              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
19564              Date: Fri, 24 Jul 1998 18:29:53 +0100
19565              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
19566      Branch: maint-5.005/perl
19567            ! lib/Math/BigInt.pm t/lib/bigintpm.t
19568 ____________________________________________________________________________
19569 [  1651] By: larry                                 on 1998/07/24  05:44:33
19570         Log: Here are the long-expected Unicode/UTF-8 modifications.
19571      Branch: utfperl
19572            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
19573            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
19574            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
19575            + lib/unicode/Decomposition.pl
19576            + lib/unicode/In/AlphabeticPresentationForms.pl
19577            + lib/unicode/In/Arabic.pl
19578            + lib/unicode/In/ArabicPresentationForms-A.pl
19579            + lib/unicode/In/ArabicPresentationForms-B.pl
19580            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
19581            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
19582            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
19583            + lib/unicode/In/BoxDrawing.pl
19584            + lib/unicode/In/CJKCompatibility.pl
19585            + lib/unicode/In/CJKCompatibilityForms.pl
19586            + lib/unicode/In/CJKCompatibilityIdeographs.pl
19587            + lib/unicode/In/CJKSymbolsandPunctuation.pl
19588            + lib/unicode/In/CJKUnifiedIdeographs.pl
19589            + lib/unicode/In/CombiningDiacriticalMarks.pl
19590            + lib/unicode/In/CombiningHalfMarks.pl
19591            + lib/unicode/In/CombiningMarksforSymbols.pl
19592            + lib/unicode/In/ControlPictures.pl
19593            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
19594            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
19595            + lib/unicode/In/EnclosedAlphanumerics.pl
19596            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
19597            + lib/unicode/In/GeneralPunctuation.pl
19598            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
19599            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
19600            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
19601            + lib/unicode/In/HalfwidthandFullwidthForms.pl
19602            + lib/unicode/In/HangulCompatibilityJamo.pl
19603            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
19604            + lib/unicode/In/Hebrew.pl
19605            + lib/unicode/In/HighPrivateUseSurrogates.pl
19606            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
19607            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
19608            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
19609            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
19610            + lib/unicode/In/LatinExtended-A.pl
19611            + lib/unicode/In/LatinExtended-B.pl
19612            + lib/unicode/In/LatinExtendedAdditional.pl
19613            + lib/unicode/In/LetterlikeSymbols.pl
19614            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
19615            + lib/unicode/In/MathematicalOperators.pl
19616            + lib/unicode/In/MiscellaneousSymbols.pl
19617            + lib/unicode/In/MiscellaneousTechnical.pl
19618            + lib/unicode/In/NumberForms.pl
19619            + lib/unicode/In/OpticalCharacterRecognition.pl
19620            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
19621            + lib/unicode/In/SmallFormVariants.pl
19622            + lib/unicode/In/SpacingModifierLetters.pl
19623            + lib/unicode/In/Specials.pl
19624            + lib/unicode/In/SuperscriptsandSubscripts.pl
19625            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
19626            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
19627            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
19628            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
19629            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
19630            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
19631            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
19632            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
19633            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
19634            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
19635            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
19636            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
19637            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
19638            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
19639            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
19640            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
19641            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
19642            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
19643            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
19644            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
19645            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
19646            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
19647            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
19648            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
19649            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
19650            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
19651            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
19652            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
19653            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
19654            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
19655            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
19656            + lib/unicode/JamoShort.pl lib/unicode/Makefile
19657            + lib/unicode/Name.pl lib/unicode/Number.pl
19658            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
19659            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
19660            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
19661            + lib/unicode/blocks.txt lib/unicode/index2.txt
19662            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
19663            + lib/unicode/names2.txt lib/unicode/props2.txt
19664            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
19665            + utf8.c utf8.h
19666            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
19667            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
19668            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
19669            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
19670            ! t/op/vec.t toke.c util.c vms/vmsish.h
19671 ____________________________________________________________________________
19672 [  1650] By: gsar                                  on 1998/07/24  04:06:48
19673         Log: create utfperl branch
19674      Branch: utfperl
19675           +> (branch 1079 files)
19676 ____________________________________________________________________________
19677 [  1649] By: gsar                                  on 1998/07/24  03:56:56
19678         Log: create maint-5.005 branch
19679      Branch: maint-5.005/perl
19680           +> (branch 1079 files)
19681 ____________________________________________________________________________
19682 [  1648] By: gsar                                  on 1998/07/24  03:36:35
19683         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
19684      Branch: perl
19685            ! Changes
19686