Benchmark displays bogus CPU stats (suggested by Cedric Auzanne
[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       <Paul.Marquess@btinternet.com>
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 v5.5.640        Development release working toward 5.6
79 ----------------
80
81 ____________________________________________________________________________
82 [  4957] By: gsar                                  on 2000/02/02  08:04:52
83         Log: fix coredump on C<"x" =~ /x/; print @-> (from Ilya Zakharevich)
84      Branch: perl
85            ! pp_hot.c
86 ____________________________________________________________________________
87 [  4956] By: gsar                                  on 2000/02/02  08:02:57
88         Log: flock() pod talks about "adding" in the sense of "or-ing"
89      Branch: perl
90            ! pod/perlfunc.pod
91 ____________________________________________________________________________
92 [  4955] By: gsar                                  on 2000/02/02  07:58:35
93         Log: fixes for switching files in the debugger (from Ilya Zakharevich)
94      Branch: perl
95            ! lib/perl5db.pl pod/perldebug.pod
96 ____________________________________________________________________________
97 [  4954] By: gsar                                  on 2000/02/02  07:53:51
98         Log: use warnings rather than fiddling with $^W (from Paul Marquess)
99      Branch: perl
100            ! lib/Cwd.pm lib/English.pm lib/ExtUtils/MM_Unix.pm
101            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm lib/Fatal.pm
102            ! lib/File/Spec/Win32.pm lib/Math/BigFloat.pm
103            ! lib/Text/ParseWords.pm lib/utf8_heavy.pl
104 ____________________________________________________________________________
105 [  4953] By: gsar                                  on 2000/02/02  07:40:33
106         Log: dynixptx hints tweak (from Martin J. Bligh <mbligh@sequent.com>)
107      Branch: perl
108            ! hints/dynixptx.sh
109 ____________________________________________________________________________
110 [  4952] By: gsar                                  on 2000/02/02  07:36:39
111         Log: deltanotes on weakrefs and Pod::Parser (from Tuomas Lukka and
112              Brad Appleton)
113      Branch: perl
114            ! pod/perldelta.pod
115 ____________________________________________________________________________
116 [  4951] By: gsar                                  on 2000/02/02  06:54:22
117         Log: avoid mismatched type warnings
118      Branch: perl
119            ! embed.pl perlapi.h
120 ____________________________________________________________________________
121 [  4950] By: jhi                                   on 2000/02/02  06:49:10
122         Log: Integrate with Sarathy.
123      Branch: cfgperl
124           +> pod/perlunicode.pod
125           !> MANIFEST Makefile.SH lib/File/Spec/Win32.pm lib/Text/Tabs.pm
126           !> lib/byte.pm lib/byte_heavy.pl lib/utf8.pm lib/warnings.pm
127           !> makedef.pl op.c perl.h pod/perldelta.pod pp_ctl.c regcomp.c
128           !> regexec.c t/pragma/warn/2use utf8.h utils/perldoc.PL
129           !> vms/descrip_mms.template warnings.pl
130 ____________________________________________________________________________
131 [  4949] By: gsar                                  on 2000/02/02  06:41:17
132         Log: fix broken abs2rel() (from François Allard <franka@host.ott.igs.net>)
133      Branch: perl
134            ! lib/File/Spec/Win32.pm
135 ____________________________________________________________________________
136 [  4948] By: gsar                                  on 2000/02/02  06:30:41
137         Log: makefile tweak
138      Branch: perl
139            ! Makefile.SH
140 ____________________________________________________________________________
141 [  4947] By: gsar                                  on 2000/02/02  06:27:43
142         Log: future-proof unknown warning categories (from Greg Bacon
143              <gbacon@cs.uah.edu>)
144      Branch: perl
145            ! lib/warnings.pm t/pragma/warn/2use warnings.pl
146 ____________________________________________________________________________
147 [  4946] By: gsar                                  on 2000/02/02  06:21:34
148         Log: doc tweak (from Michael G Schwern <schwern@pobox.com>)
149      Branch: perl
150            ! lib/Text/Tabs.pm
151 ____________________________________________________________________________
152 [  4945] By: gsar                                  on 2000/02/02  06:03:04
153         Log: more meaningful message on invalid pattern argument (from
154              Kevin Meltzer <KMeltzer@USCO.com>)
155      Branch: perl
156            ! utils/perldoc.PL
157 ____________________________________________________________________________
158 [  4944] By: gsar                                  on 2000/02/02  05:43:49
159         Log: XSLoader build patch for VMS (from Craig A. Berry
160              <craig.berry@metamorgs.com>)
161      Branch: perl
162            ! vms/descrip_mms.template
163 ____________________________________________________________________________
164 [  4943] By: gsar                                  on 2000/02/02  03:40:49
165         Log: reword some sections of perlunicode.pod
166      Branch: perl
167            ! pod/perlunicode.pod
168 ____________________________________________________________________________
169 [  4942] By: gsar                                  on 2000/02/01  21:02:01
170         Log: AIX warning on undefined symbol
171      Branch: perl
172            ! makedef.pl
173 ____________________________________________________________________________
174 [  4941] By: gsar                                  on 2000/02/01  20:29:30
175         Log: HINT_UTF8 is not propagated to the op tree anymore; add a
176              perlunicode.pod that reflects changes to unicode support so far
177      Branch: perl
178            + pod/perlunicode.pod
179            ! MANIFEST lib/byte.pm lib/byte_heavy.pl lib/utf8.pm op.c perl.h
180            ! pod/perldelta.pod pp_ctl.c regcomp.c regexec.c utf8.h
181 ____________________________________________________________________________
182 [  4940] By: jhi                                   on 2000/02/01  12:22:30
183         Log: Integrate with Sarathy.
184      Branch: cfgperl
185           !> embed.pl embedvar.h global.sym gv.c intrpvar.h
186           !> lib/charnames.pm lib/utf8.pm mg.c objXSUB.h op.c op.h
187           !> perlapi.c perlapi.h pod/perlvar.pod pp.c sv.c sv.h
188           !> t/lib/charnames.t toke.c win32/win32.c win32/win32.h
189 ____________________________________________________________________________
190 [  4939] By: gsar                                  on 2000/02/01  08:52:16
191         Log: export pregexec(), Tk uses it
192      Branch: perl
193            ! embed.pl global.sym objXSUB.h perlapi.c
194 ____________________________________________________________________________
195 [  4938] By: gsar                                  on 2000/02/01  04:00:09
196         Log: mark literal utf8 in string literals properly
197      Branch: perl
198            ! toke.c
199 ____________________________________________________________________________
200 [  4937] By: gsar                                  on 2000/01/31  20:19:34
201         Log: introduce $^U, a global bit to indicate whether system
202              calls should using widechar APIs; chr and sprintf "%c" also
203              follow this flag in the absense of "use byte"; "use utf8"
204              sets $^U=1 (this appears kludgey)
205      Branch: perl
206            ! embedvar.h gv.c intrpvar.h lib/charnames.pm lib/utf8.pm mg.c
207            ! op.c op.h perlapi.h pod/perlvar.pod pp.c sv.c sv.h
208            ! t/lib/charnames.t win32/win32.h
209 ____________________________________________________________________________
210 [  4936] By: jhi                                   on 2000/01/31  20:17:44
211         Log: HP-UX (induced) fixes.
212      Branch: cfgperl
213            ! Configure config_h.SH hints/hpux.sh
214      Branch: metaconfig
215            ! U/modified/Oldconfig.U U/modified/libs.U
216      Branch: metaconfig/U/perl
217            ! quadfio.U
218 ____________________________________________________________________________
219 [  4935] By: jhi                                   on 2000/01/31  19:15:43
220         Log: Cosmetics.
221      Branch: metaconfig
222            ! U/compline/d_gconvert.U
223 ____________________________________________________________________________
224 [  4934] By: jhi                                   on 2000/01/31  19:15:22
225         Log: Cppsym saga continues.
226      Branch: cfgperl
227            ! Configure config_h.SH
228      Branch: metaconfig
229            ! U/modified/Cppsym.U
230 ____________________________________________________________________________
231 [  4933] By: gsar                                  on 2000/01/31  18:45:07
232         Log: !USING_WIDE() branch is busted in win32_stat()
233      Branch: perl
234            ! win32/win32.c
235 ____________________________________________________________________________
236 [  4932] By: jhi                                   on 2000/01/31  06:41:47
237         Log: Reveal even more symbols.
238      Branch: cfgperl
239            ! Configure config_h.SH
240      Branch: metaconfig
241            ! U/modified/Cppsym.U
242 ____________________________________________________________________________
243 [  4931] By: jhi                                   on 2000/01/31  06:21:41
244         Log: Integrate with Sarathy.
245      Branch: cfgperl
246            - lib/caller.pm
247           !> (integrate 29 files)
248 ____________________________________________________________________________
249 [  4930] By: gsar                                  on 2000/01/31  04:57:42
250         Log: runtime now looks at the SVf_UTF8 bit on the SV to decide
251              whether to use widechar semantics; lexer and RE engine continue
252              to need "use utf8" to enable unicode awareness in literals
253              and patterns (TODO: this needs to be fixed); $1 et al are marked
254              SvUTF8 if the pattern was compiled for utf8 (TODO: propagating
255              it from the data is probably better)
256      Branch: perl
257            ! doop.c gv.c mg.c op.c op.h pp.c pp_ctl.c pp_hot.c regcomp.c
258            ! sv.c t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/sv
259            ! t/pragma/warn/toke t/pragma/warn/utf8 toke.c utf8.h
260 ____________________________________________________________________________
261 [  4929] By: gsar                                  on 2000/01/31  04:17:09
262         Log: remove caller.pm from change#3534 (flawed idea)
263      Branch: perl
264            - lib/caller.pm
265            ! MANIFEST pod/perldelta.pod pod/perlfunc.pod
266 ____________________________________________________________________________
267 [  4928] By: gsar                                  on 2000/01/31  04:16:01
268         Log: fix factual regression (-e doesn't create temporary files anymore)
269      Branch: perl
270            ! pod/perlfilter.pod
271 ____________________________________________________________________________
272 [  4927] By: gsar                                  on 2000/01/30  21:27:12
273         Log: introduce $^V (eq chr($revision) . chr($version) . chr($subversion));
274              document version tuples
275      Branch: perl
276            ! gv.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
277            ! pod/perlvar.pod
278 ____________________________________________________________________________
279 [  4926] By: gsar                                  on 2000/01/28  18:10:12
280         Log: implement -follow option in find2perl (from Helmut Jarausch
281              <jarausch@igpm.rwth-aachen.de>)
282      Branch: perl
283            ! lib/File/Find.pm x2p/find2perl.PL
284 ____________________________________________________________________________
285 [  4925] By: gsar                                  on 2000/01/28  18:03:28
286         Log: document what chdir() without an argument does (from Mark-Jason
287              Dominus <mjd@plover.com>)
288      Branch: perl
289            ! pod/perlfunc.pod
290 ____________________________________________________________________________
291 [  4924] By: gsar                                  on 2000/01/28  17:49:34
292         Log: README.cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
293      Branch: perl
294            ! README.cygwin
295 ____________________________________________________________________________
296 [  4923] By: gsar                                  on 2000/01/28  17:10:08
297         Log: avoid leaking lexicals into program being debugged (from Ilya
298              Zakharevich)
299      Branch: perl
300            ! lib/perl5db.pl
301 ____________________________________________________________________________
302 [  4922] By: gsar                                  on 2000/01/28  16:36:13
303         Log: perldelta note about export list changes
304      Branch: perl
305            ! Changes pod/perldelta.pod
306 ____________________________________________________________________________
307 [  4921] By: gsar                                  on 2000/01/28  15:49:04
308         Log: alias realpath() to abs_path() (from Tom Christiansen)
309      Branch: perl
310            ! lib/Cwd.pm
311 ____________________________________________________________________________
312 [  4920] By: jhi                                   on 2000/01/28  09:52:47
313         Log: Cppsym fixup from Andy.
314      Branch: cfgperl
315            ! Configure config_h.SH
316      Branch: metaconfig
317            ! U/modified/Cppsym.U
318 ____________________________________________________________________________
319 [  4919] By: jhi                                   on 2000/01/28  09:52:22
320         Log: In HP-UX no largefiles if no 64 bits.
321      Branch: cfgperl
322            ! hints/hpux.sh
323 ____________________________________________________________________________
324 [  4918] By: jhi                                   on 2000/01/28  09:03:37
325         Log: The #4880 was too eager, the $n test is useful too.
326      Branch: cfgperl
327            ! lib/Benchmark.pm
328 ____________________________________________________________________________
329 [  4917] By: jhi                                   on 2000/01/28  06:27:50
330         Log: Integrate with Sarathy.
331      Branch: cfgperl
332           +> pod/perlapi.pod pod/perlintern.pod
333           !> (integrate 39 files)
334 ____________________________________________________________________________
335 [  4916] By: gsar                                  on 2000/01/28  05:29:37
336         Log: more exported symbols needed for build on windows
337      Branch: perl
338            ! embed.pl global.sym objXSUB.h perlapi.c pod/perlapi.pod
339            ! pod/perlintern.pod t/lib/thread.t win32/win32.c
340 ____________________________________________________________________________
341 [  4915] By: gsar                                  on 2000/01/28  03:43:52
342         Log: autogenerate API listing from comments in the source (from Benjamin
343              Stuhl <sho_pi@hotmail.com>); fix the markup format to be more
344              flexible for better readability; add missing docs in sv.c; regenerate
345              perltoc
346      Branch: perl
347            + pod/perlapi.pod pod/perlintern.pod
348            ! MANIFEST XSUB.h av.c av.h cop.h cv.h embed.pl global.sym gv.c
349            ! gv.h handy.h hv.c hv.h intrpvar.h makedef.pl mg.c objXSUB.h
350            ! op.c op.h perl.c perlapi.c pod/Makefile pod/buildtoc
351            ! pod/perl.pod pod/perldelta.pod pod/perlguts.pod
352            ! pod/perltoc.pod pod/roffitall pp.h scope.h sv.c sv.h thrdvar.h
353            ! universal.c util.c
354 ____________________________________________________________________________
355 [  4914] By: gsar                                  on 2000/01/27  19:43:35
356         Log: document unimplemented status of forking pipe open() on windows
357      Branch: perl
358            ! pod/perlfork.pod t/op/fork.t
359 ____________________________________________________________________________
360 [  4913] By: jhi                                   on 2000/01/27  11:18:51
361         Log: Integrate with Sarathy.
362      Branch: cfgperl
363           !> (integrate 51 files)
364 ____________________________________________________________________________
365 [  4912] By: jhi                                   on 2000/01/27  10:35:48
366         Log: Cppsym update continues.
367      Branch: cfgperl
368            ! Configure config_h.SH
369      Branch: metaconfig
370            ! U/modified/Cppsym.U
371 ____________________________________________________________________________
372 [  4911] By: gsar                                  on 2000/01/27  08:04:17
373         Log: add missing flag in change#4892
374      Branch: perl
375            ! win32/win32.c
376 ____________________________________________________________________________
377 [  4910] By: gsar                                  on 2000/01/27  03:56:48
378         Log: various pod nits identified by installhtml (all fixed except
379              unresolved links)
380      Branch: perl
381            ! ext/B/B/C.pm ext/Devel/Peek/Peek.pm ext/File/Glob/Glob.pm
382            ! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/SysV.pm
383            ! ext/Thread/Thread.pm lib/Class/Struct.pm lib/File/Find.pm
384            ! lib/File/Spec/VMS.pm lib/Pod/Html.pm lib/UNIVERSAL.pm
385            ! pod/buildtoc pod/perlcompile.pod pod/perlfork.pod
386            ! pod/perlre.pod pod/perltoc.pod pod/perltodo.pod
387 ____________________________________________________________________________
388 [  4909] By: gsar                                  on 2000/01/26  22:45:28
389         Log: typo
390      Branch: perl
391            ! Porting/p4desc
392 ____________________________________________________________________________
393 [  4908] By: gsar                                  on 2000/01/26  22:41:18
394         Log: update p4 tool
395      Branch: perl
396            ! Porting/p4desc
397 ____________________________________________________________________________
398 [  4907] By: gsar                                  on 2000/01/26  21:45:41
399         Log: revised attribute syntax: C<my $foo :a :b :c>, C<my $foo : a b c>
400              and C<my $foo : a : b : c> are all valid (from Spider Boardman)
401      Branch: perl
402            ! lib/AutoSplit.pm lib/SelfLoader.pm lib/attributes.pm
403            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
404            ! t/op/attrs.t toke.c
405 ____________________________________________________________________________
406 [  4906] By: gsar                                  on 2000/01/26  20:16:39
407         Log: pod typos and warnings (from Abigail <abigail@delanet.com>)
408      Branch: perl
409            ! README.win32 ext/B/B/Deparse.pm lib/Class/Struct.pm
410 ____________________________________________________________________________
411 [  4905] By: gsar                                  on 2000/01/26  19:10:26
412         Log: s/STOP/CHECK/ blocks
413      Branch: perl
414            ! embedvar.h ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm intrpvar.h
415            ! keywords.h keywords.pl lib/constant.pm op.c perl.c perlapi.h
416            ! perly.c perly.y pod/perldelta.pod pod/perldiag.pod
417            ! pod/perlfunc.pod pod/perlmod.pod pod/perlrun.pod
418            ! pod/perlsub.pod pod/perltodo.pod sv.c t/op/misc.t toke.c
419            ! vms/perly_c.vms
420 ____________________________________________________________________________
421 [  4904] By: jhi                                   on 2000/01/26  13:58:18
422         Log: In UNICOS and UNICOS/mk after a successful fcntl F_SETFL
423              of O_NONBLOCK a subsequent fcntl F_GETFL will return O_NDELAY.
424      Branch: cfgperl
425            ! ext/IO/IO.xs
426 ____________________________________________________________________________
427 [  4903] By: jhi                                   on 2000/01/26  11:16:34
428         Log: Continue cpp symbol update.
429      Branch: cfgperl
430            ! Configure config_h.SH
431      Branch: metaconfig
432            ! U/modified/Cppsym.U
433 ____________________________________________________________________________
434 [  4902] By: gsar                                  on 2000/01/26  09:28:37
435         Log: tweak exports list on Windows
436      Branch: perl
437            ! makedef.pl t/op/fork.t win32/win32.h
438 ____________________________________________________________________________
439 [  4901] By: jhi                                   on 2000/01/26  08:05:57
440         Log: Integrate with Sarathy.
441      Branch: cfgperl
442           !> Changes README.win32 lib/File/Path.pm lib/Getopt/Std.pm op.c
443           !> pod/perldelta.pod pod/perldiag.pod t/op/grep.t
444           !> t/pragma/strict-vars toke.c win32/Makefile win32/makefile.mk
445           !> win32/win32.c win32/win32.h
446 ____________________________________________________________________________
447 [  4900] By: jhi                                   on 2000/01/26  07:59:05
448         Log: s/d_nvpresuv/d_nv_preserves_uv/;
449              plus cosmetic change for #4899.
450      Branch: cfgperl
451            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
452            ! config_h.SH
453      Branch: metaconfig
454            ! U/modified/Cppsym.U
455      Branch: metaconfig/U/perl
456            ! perlxv.U
457 ____________________________________________________________________________
458 [  4899] By: jhi                                   on 2000/01/26  07:46:56
459         Log: Update the scan of the cpp symbols.
460      Branch: cfgperl
461            ! Configure config_h.SH
462      Branch: metaconfig
463            ! U/modified/Cppsym.U
464 ____________________________________________________________________________
465 [  4898] By: gsar                                  on 2000/01/26  04:49:45
466         Log: allow '--' to terminate argument processing (suggested by
467              Marc Espie <espie@schutzenberger.liafa.jussieu.fr>)
468      Branch: perl
469            ! lib/Getopt/Std.pm
470 ____________________________________________________________________________
471 [  4897] By: gsar                                  on 2000/01/26  02:42:38
472         Log: change#3744 should have made grep more like map instead of the
473              other way around
474      Branch: perl
475            ! t/op/grep.t toke.c
476 ____________________________________________________________________________
477 [  4896] By: gsar                                  on 2000/01/26  00:56:14
478         Log: integrate cfgperl contents into mainline
479      Branch: perl
480           +> vos/config.def vos/config.pl
481            ! Changes
482           !> Configure MANIFEST config_h.SH hints/unicosmk.sh
483           !> lib/Benchmark.pm pod/perldelta.pod pod/perlhist.pod pp.c
484           !> vos/config.h vos/config_h.SH_orig
485 ____________________________________________________________________________
486 [  4895] By: gsar                                  on 2000/01/26  00:45:45
487         Log: fix parse failure of (my $foo : bar) and similar (from Spider
488              Boardman)
489      Branch: perl
490            ! toke.c
491 ____________________________________________________________________________
492 [  4894] By: gsar                                  on 2000/01/26  00:33:53
493         Log: avoid failure if directories already read by rmtree() are
494              deleted by another process
495      Branch: perl
496            ! lib/File/Path.pm
497 ____________________________________________________________________________
498 [  4893] By: gsar                                  on 2000/01/25  23:19:18
499         Log: typo in change#4892
500      Branch: perl
501            ! win32/win32.c
502 ____________________________________________________________________________
503 [  4892] By: gsar                                  on 2000/01/25  22:16:19
504         Log: eliminate need for perl95.exe on Windows 9x by working around CRT
505              bug internally (from Benjamin Stuhl <sho_pi@hotmail.com>); modified
506              to call the fixed version of open_osfhandle() only on Windows 9x;
507              updated the makefiles and README.win32 to suit
508      Branch: perl
509            ! README.win32 win32/Makefile win32/makefile.mk win32/win32.c
510            ! win32/win32.h
511 ____________________________________________________________________________
512 [  4891] By: gsar                                  on 2000/01/25  20:22:01
513         Log: produce redeclaration warning on C<our $foo; { our $foo; ... }>
514      Branch: perl
515            ! op.c pod/perldelta.pod pod/perldiag.pod t/pragma/strict-vars
516 ____________________________________________________________________________
517 [  4890] By: gsar                                  on 2000/01/25  19:21:17
518         Log: update Makefile notes on the now deprecated USE_5005THREADS and
519              USE_OBJECT
520      Branch: perl
521            ! win32/Makefile win32/makefile.mk
522 ____________________________________________________________________________
523 [  4889] By: jhi                                   on 2000/01/25  14:44:55
524         Log: Misedit in #4888.
525      Branch: cfgperl
526            ! pp.c
527 ____________________________________________________________________________
528 [  4888] By: jhi                                   on 2000/01/25  14:38:59
529         Log: UNICOS/mk patches.  Removing the _CRAYMPP test may be
530              rash but it's the best move I can think of right now.
531              UNICOS/mk doesn't anymore (2.0.4.82) define _CRAYMPP,
532              but I think it did in the past.
533              Removing the _CRAYMPP test fixes a legion of pack/unpack
534              failures (hint: SHORTSIZE=4,INTSIZE=8,LONGSIZE=8).
535              One subtest, t/lib/io_sock.t #14, is still failing.
536      Branch: cfgperl
537            ! Configure config_h.SH hints/unicosmk.sh pp.c
538      Branch: metaconfig
539            ! U/modified/Oldconfig.U
540 ____________________________________________________________________________
541 [  4887] By: jhi                                   on 2000/01/25  06:13:14
542         Log: Integrate with Sarathy.
543      Branch: cfgperl
544           !> Changes Makefile.SH XSUB.h cflags.SH embed.pl globals.c
545           !> installperl lib/Pod/Html.pm makedef.pl mg.c objXSUB.h perl.h
546           !> perlapi.c perlapi.h pod/perldelta.pod pod/perldiag.pod
547           !> t/io/fs.t win32/Makefile win32/makefile.mk win32/perlhost.h
548           !> win32/perllib.c win32/win32.c win32/win32.h
549 ____________________________________________________________________________
550 [  4886] By: gsar                                  on 2000/01/25  02:54:00
551         Log: consistently use MAX_PATH+1 buffer sizes
552      Branch: perl
553            ! win32/win32.c
554 ____________________________________________________________________________
555 [  4885] By: gsar                                  on 2000/01/25  02:51:35
556         Log: workaround for rename('x','X') bug in Windows NT
557      Branch: perl
558            ! t/io/fs.t win32/win32.c
559 ____________________________________________________________________________
560 [  4884] By: gsar                                  on 2000/01/25  01:32:57
561         Log: windows build fixups from uniform DLL name change to perl56.dll
562      Branch: perl
563            ! installperl makedef.pl win32/perllib.c
564 ____________________________________________________________________________
565 [  4883] By: gsar                                  on 2000/01/25  01:31:27
566         Log: more fixes for warnings from change#4840
567      Branch: perl
568            ! lib/Pod/Html.pm
569 ____________________________________________________________________________
570 [  4882] By: gsar                                  on 2000/01/24  15:35:12
571         Log: assorted little nits
572      Branch: perl
573            ! mg.c win32/Makefile win32/makefile.mk win32/perlhost.h
574            ! win32/win32.c
575 ____________________________________________________________________________
576 [  4881] By: gsar                                  on 2000/01/24  14:32:31
577         Log: add new warnings to perldelta
578      Branch: perl
579            ! Changes pod/perldelta.pod pod/perldiag.pod
580 ____________________________________________________________________________
581 [  4880] By: jhi                                   on 2000/01/24  14:14:23
582         Log: From: Stephane Payrard <properler@freesurf.fr>
583              To: Gurusamy Sarathy <gsar@ActiveState.com>
584              Cc: perl5-porters@perl.org
585              Subject: <patch> avoid division by 0 in Benchmark.pm
586              Date: Mon, 24 Jan 2000 16:15:38 +0100
587              Message-ID: <20000124161538.A995@freesurf.fr>
588      Branch: cfgperl
589            ! lib/Benchmark.pm
590 ____________________________________________________________________________
591 [  4879] By: gsar                                  on 2000/01/24  14:14:20
592         Log: force linkage of the function wrappers for globals in change#4878
593      Branch: perl
594            ! embed.pl globals.c perlapi.h win32/win32.h
595 ____________________________________________________________________________
596 [  4878] By: gsar                                  on 2000/01/24  13:04:45
597         Log: enable function wrappers for access to globals under MULTIPLICITY
598              (provides binary compatibility in the face of changes in interpreter
599              structure)
600      Branch: perl
601            ! Makefile.SH XSUB.h cflags.SH embed.pl makedef.pl objXSUB.h
602            ! perl.h perlapi.c perlapi.h win32/Makefile win32/makefile.mk
603 ____________________________________________________________________________
604 [  4877] By: jhi                                   on 2000/01/24  11:41:57
605         Log: perlhist update.
606      Branch: cfgperl
607            ! pod/perlhist.pod
608 ____________________________________________________________________________
609 [  4876] By: jhi                                   on 2000/01/24  11:32:07
610         Log: Updates on the large file support status.
611      Branch: cfgperl
612            ! pod/perldelta.pod
613 ____________________________________________________________________________
614 [  4875] By: jhi                                   on 2000/01/24  11:23:16
615         Log: Integrate with Sarathy.
616      Branch: cfgperl
617           !> ext/DB_File/Makefile.PL ext/NDBM_File/NDBM_File.pm
618           !> ext/ODBM_File/ODBM_File.pm lib/AutoSplit.pm
619           !> lib/Math/Complex.pm lib/Math/Trig.pm lib/Shell.pm
620 ____________________________________________________________________________
621 [  4874] By: gsar                                  on 2000/01/24  10:43:03
622         Log: fix typos; avoid use constant for lowercase constants (produces
623              warnings now)
624      Branch: perl
625            ! ext/DB_File/Makefile.PL lib/Math/Complex.pm lib/Math/Trig.pm
626            ! lib/Shell.pm
627 ____________________________________________________________________________
628 [  4873] By: gsar                                  on 2000/01/24  09:40:24
629         Log: avoid warnings when there's no subs to autosplit
630      Branch: perl
631            ! lib/AutoSplit.pm
632 ____________________________________________________________________________
633 [  4872] By: jhi                                   on 2000/01/24  09:39:01
634         Log: Create a tool for converting a config_h.SH into a VOS config.h.
635      Branch: cfgperl
636            + vos/config.def vos/config.pl
637            ! MANIFEST vos/config.h vos/config_h.SH_orig
638 ____________________________________________________________________________
639 [  4871] By: gsar                                  on 2000/01/24  09:15:20
640         Log: typos in change#4623
641      Branch: perl
642            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
643 ____________________________________________________________________________
644 [  4870] By: jhi                                   on 2000/01/24  06:43:19
645         Log: Sync metaconfig units to comply with the typo fixes of #4869. 
646      Branch: cfgperl
647            ! Configure config_h.SH
648      Branch: metaconfig
649            + U/modified/cf_email.U U/modified/so.U
650      Branch: metaconfig/U/perl
651            ! dlsrc.U
652 ____________________________________________________________________________
653 [  4869] By: jhi                                   on 2000/01/24  06:04:31
654         Log: Integrate with Sarathy.
655      Branch: cfgperl
656           +> t/pragma/diagnostics.t
657           !> (integrate 120 files)
658 ____________________________________________________________________________
659 [  4868] By: gsar                                  on 2000/01/23  21:49:28
660         Log: on windows, set seek position to end for files opened in append mode
661              (improves compatibility with Unix, avoids buffering issues)
662      Branch: perl
663            ! win32/win32.c
664 ____________________________________________________________________________
665 [  4867] By: gsar                                  on 2000/01/23  21:19:31
666         Log: change#4866 was flawed; revert and add better fix for warning
667      Branch: perl
668            ! op.c op.h
669 ____________________________________________________________________________
670 [  4866] By: gsar                                  on 2000/01/23  20:43:56
671         Log: optimize away runtime code for our($foo) (also avoid warnings)
672      Branch: perl
673            ! op.c
674 ____________________________________________________________________________
675 [  4865] By: gsar                                  on 2000/01/23  13:17:18
676         Log: DB_File 1.72 update from Paul Marquess <paul.marquess@bt.com>
677      Branch: perl
678            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
679            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
680 ____________________________________________________________________________
681 [  4864] By: gsar                                  on 2000/01/23  13:12:31
682         Log: system('VAR123=foo cmd') wasn't invoking shell (de-locale-ized patch
683              suggested by Dominic Dunlop <domo@computer.org>)
684      Branch: perl
685            ! doio.c
686 ____________________________________________________________________________
687 [  4863] By: gsar                                  on 2000/01/23  13:01:35
688         Log: fix misclassified warnings
689      Branch: perl
690            ! pod/perldiag.pod
691 ____________________________________________________________________________
692 [  4862] By: gsar                                  on 2000/01/23  12:52:12
693         Log: document bareword prototype incompatibility
694      Branch: perl
695            ! pod/perldelta.pod pod/perlsub.pod
696 ____________________________________________________________________________
697 [  4861] By: gsar                                  on 2000/01/23  12:32:25
698         Log: faulty edit
699      Branch: perl
700            ! lib/File/stat.pm
701 ____________________________________________________________________________
702 [  4860] By: gsar                                  on 2000/01/23  12:23:48
703         Log: s/use vars/our/g modules that aren't independently maintained on CPAN
704      Branch: perl
705            ! ext/B/B/Asmdata.pm ext/Data/Dumper/Dumper.pm
706            ! ext/Devel/DProf/DProf.pm ext/Fcntl/Fcntl.pm
707            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm
708            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/File.pm
709            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
710            ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Seekable.pm
711            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
712            ! ext/IO/lib/IO/Socket/UNIX.pm ext/NDBM_File/NDBM_File.pm
713            ! ext/ODBM_File/ODBM_File.pm ext/Opcode/Opcode.pm
714            ! ext/Opcode/Safe.pm ext/POSIX/POSIX.pm
715            ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
716            ! ext/Thread/Thread.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
717            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Dumpvalue.pm
718            ! lib/ExtUtils/Command.pm lib/ExtUtils/Install.pm
719            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Liblist.pm
720            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Mksymlists.pm
721            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
722            ! lib/File/Compare.pm lib/File/Copy.pm lib/File/Find.pm
723            ! lib/File/Path.pm lib/File/stat.pm lib/FileHandle.pm
724            ! lib/Math/Complex.pm lib/Math/Trig.pm lib/Net/Ping.pm
725            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
726            ! lib/Net/servent.pm lib/Shell.pm lib/Test.pm
727            ! lib/Test/Harness.pm lib/Tie/Array.pm lib/Tie/Handle.pm
728            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
729            ! lib/User/pwent.pm lib/base.pm lib/caller.pm lib/constant.pm
730            ! lib/diagnostics.pm lib/fields.pm lib/lib.pm lib/strict.pm
731 ____________________________________________________________________________
732 [  4859] By: gsar                                  on 2000/01/23  11:29:22
733         Log: fix diagnostics to report "our" vs "my" correctly
734      Branch: perl
735            ! op.c pod/perldiag.pod
736 ____________________________________________________________________________
737 [  4858] By: gsar                                  on 2000/01/23  10:14:46
738         Log: set api_version to 5.5.0 (binary compatibility needs to get tested
739              more widely)
740      Branch: perl
741            ! patchlevel.h
742 ____________________________________________________________________________
743 [  4857] By: gsar                                  on 2000/01/23  10:04:03
744         Log: disallow our($foo::bar)
745      Branch: perl
746            ! pod/perldiag.pod toke.c
747 ____________________________________________________________________________
748 [  4856] By: gsar                                  on 2000/01/23  09:50:54
749         Log: dprofpp can't find Devel::DProf::VERSION due to change#4852
750      Branch: perl
751            ! utils/dprofpp.PL
752 ____________________________________________________________________________
753 [  4855] By: gsar                                  on 2000/01/23  09:36:51
754         Log: new test (from Michael G Schwern <schwern@pobox.com>)
755      Branch: perl
756            + t/pragma/diagnostics.t
757            ! MANIFEST
758 ____________________________________________________________________________
759 [  4854] By: gsar                                  on 2000/01/23  09:24:40
760         Log: add PREREQ_PM to default template (suggested by Michael G Schwern
761              <schwern@pobox.com>)
762      Branch: perl
763            ! utils/h2xs.PL
764 ____________________________________________________________________________
765 [  4853] By: gsar                                  on 2000/01/23  09:08:30
766         Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
767      Branch: perl
768            ! cygwin/Makefile.SHs hints/cygwin.sh t/io/tell.t
769 ____________________________________________________________________________
770 [  4852] By: gsar                                  on 2000/01/23  08:52:44
771         Log: mark some extensions as "special versions" to avoid CPAN indexer
772              confusion (from Ilya Zakharevich)
773      Branch: perl
774            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
775 ____________________________________________________________________________
776 [  4851] By: gsar                                  on 2000/01/23  08:48:46
777         Log: prefer POSIX::uname() rather than syscalls, which require attempting
778              to load syscall.ph (from David Huggins-Daines <dhd@eradicator.org>)
779      Branch: perl
780            ! lib/Sys/Hostname.pm
781 ____________________________________________________________________________
782 [  4850] By: gsar                                  on 2000/01/23  08:36:43
783         Log: integrate cfgperl contents into mainline
784      Branch: perl
785           !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
786           !> Porting/config_H config_h.SH perl.h
787 ____________________________________________________________________________
788 [  4849] By: gsar                                  on 2000/01/23  08:17:30
789         Log: fix localization in while BLOCK when there is a continue BLOCK
790              by introducing an explicit scope (c.f. change#4848)
791      Branch: perl
792            ! op.c pp_ctl.c t/cmd/while.t
793 ____________________________________________________________________________
794 [  4848] By: gsar                                  on 2000/01/23  06:43:51
795         Log: fix scope cleanup when next jumps to a continue block; this is rather
796              in the nature of a kludge; it doesn't fix the longstanding bug that
797              makes C<while (!$x++) { local $x = 7 } continue { print $x }> print "7"
798              instead of "1")
799      Branch: perl
800            ! pp_ctl.c t/cmd/while.t
801 ____________________________________________________________________________
802 [  4847] By: gsar                                  on 2000/01/23  04:47:25
803         Log: don't warn about masked lexical in C<if (my $x = 1) { my $x; }>,
804              C<while (my $x = foo()) { my $x = bar(); }> etc.
805      Branch: perl
806            ! op.c
807 ____________________________________________________________________________
808 [  4846] By: gsar                                  on 2000/01/23  04:44:17
809         Log: avoid warnings in change#4839
810      Branch: perl
811            ! lib/Carp/Heavy.pm
812 ____________________________________________________________________________
813 [  4845] By: gsar                                  on 2000/01/22  13:12:38
814         Log: Configure typos (from Ray Phillips <r.phillips@mailbox.uq.edu.au>)
815      Branch: perl
816            ! Changes Configure
817 ____________________________________________________________________________
818 [  4844] By: gsar                                  on 2000/01/22  12:46:26
819         Log: wrong category for exec() warning
820      Branch: perl
821            ! op.c pod/perlop.pod
822 ____________________________________________________________________________
823 [  4843] By: gsar                                  on 2000/01/22  12:42:40
824         Log: fix line continuations in argument lists (from Helmut Jarausch)
825      Branch: perl
826            ! lib/ExtUtils/xsubpp
827 ____________________________________________________________________________
828 [  4842] By: gsar                                  on 2000/01/22  12:34:39
829         Log: CGI.pm upgraded to v2.56 from CPAN
830      Branch: perl
831            ! eg/cgi/index.html lib/CGI.pm lib/CGI/Apache.pm
832            ! lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Switch.pm
833            ! t/lib/cgi-html.t
834 ____________________________________________________________________________
835 [  4841] By: gsar                                  on 2000/01/22  12:07:23
836         Log: avoid warnings due to lack of forward declarations
837      Branch: perl
838            ! lib/Pod/Html.pm
839 ____________________________________________________________________________
840 [  4840] By: gsar                                  on 2000/01/22  12:04:30
841         Log: heavy cleanup of Pod::Html bug fixes (from Wolfgang Laun
842              <wolfgang.laun@alcatel.at>)
843      Branch: perl
844            ! lib/Pod/Html.pm
845 ____________________________________________________________________________
846 [  4839] By: gsar                                  on 2000/01/22  11:57:24
847         Log: better Carp reporting within subclassed modules (from Wolfgang Laun
848              <wolfgang.laun@alcatel.at>)
849      Branch: perl
850            ! lib/Carp/Heavy.pm pod/perldelta.pod
851 ____________________________________________________________________________
852 [  4838] By: gsar                                  on 2000/01/22  10:53:06
853         Log: truncate(FH) flushes FH before truncating it
854      Branch: perl
855            ! pp_sys.c t/io/fs.t
856 ____________________________________________________________________________
857 [  4837] By: gsar                                  on 2000/01/22  10:37:16
858         Log: #line directives without a filename leave the file name as it was
859              instead of setting it to the script name (from Andrew Pimlott
860              <andrew@pimlott.ne.mediaone.net>)
861      Branch: perl
862            ! toke.c
863 ____________________________________________________________________________
864 [  4836] By: gsar                                  on 2000/01/22  10:06:53
865         Log: add patch for printf-style format typechecks (from Robin Barker
866              <rmb1@cise.npl.co.uk>); fixes for problems so identified
867      Branch: perl
868            ! XSUB.h doio.c dump.c embed.pl gv.c op.c perl.c perl.h pp_ctl.c
869            ! pp_hot.c pp_sys.c proto.h regcomp.c sv.c toke.c
870 ____________________________________________________________________________
871 [  4835] By: gsar                                  on 2000/01/22  08:42:52
872         Log: From: John Tobey <jtobey@isay.com>
873              Date: Thu, 16 Dec 1999 20:20:38 -0500
874              Message-Id: <E11ym4U-0000c7-00@einstein.localnet>
875              Subject: [ID 19991216.006] [PATCH 5.005_63] Reloading modules that use 'fields'
876      Branch: perl
877            ! lib/base.pm lib/fields.pm t/lib/fields.t
878 ____________________________________________________________________________
879 [  4834] By: gsar                                  on 2000/01/22  08:08:08
880         Log: fix deeply nested closures that have no references to lexical in
881              intervening subs
882      Branch: perl
883            ! embed.h embed.pl op.c proto.h t/op/closure.t
884 ____________________________________________________________________________
885 [  4833] By: gsar                                  on 2000/01/21  17:04:21
886         Log: add $VERSION
887      Branch: perl
888            ! lib/Text/Soundex.pm lib/Tie/Handle.pm
889 ____________________________________________________________________________
890 [  4832] By: gsar                                  on 2000/01/21  16:49:09
891         Log: fix bug in dumping self-referential scalars
892      Branch: perl
893            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
894            ! t/lib/dumper.t
895 ____________________________________________________________________________
896 [  4831] By: jhi                                   on 2000/01/21  09:16:07
897         Log: Integrate with Sarathy.
898      Branch: cfgperl
899           +> t/op/exists_sub.t
900           !> INSTALL MANIFEST embed.h embed.pl global.sym objXSUB.h op.c
901           !> op.h perlapi.c pod/perldelta.pod pod/perldiag.pod
902           !> pod/perlfunc.pod pod/perlop.pod pod/perlvar.pod pp.c pp_hot.c
903           !> pp_sys.c proto.h sv.c sv.h t/pragma/warn/pp_hot
904           !> t/pragma/warn/pp_sys util.c utils/h2xs.PL
905 ____________________________________________________________________________
906 [  4830] By: gsar                                  on 2000/01/21  04:28:08
907         Log: patch to report warnings on bogus filehandles passed to flock(),
908              more consistent warnings, from Greg Bacon <gbacon@itsc.uah.edu>
909              (slightly modified)
910      Branch: perl
911            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
912            ! pod/perldiag.pod pp_hot.c pp_sys.c proto.h
913            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
914 ____________________________________________________________________________
915 [  4829] By: gsar                                  on 2000/01/21  03:43:46
916         Log: typo fix
917      Branch: perl
918            ! pod/perlop.pod
919 ____________________________________________________________________________
920 [  4828] By: gsar                                  on 2000/01/21  03:32:31
921         Log: notes about $^H and %^H from Ilya Zakharevich; substantial
922              fixups of faulty facts and prose
923      Branch: perl
924            ! pod/perlvar.pod
925 ____________________________________________________________________________
926 [  4827] By: gsar                                  on 2000/01/21  01:45:51
927         Log: support for C<exists &func> (from Spider Boardman)
928      Branch: perl
929            + t/op/exists_sub.t
930            ! MANIFEST op.c op.h pod/perldelta.pod pod/perldiag.pod
931            ! pod/perlfunc.pod pp.c
932 ____________________________________________________________________________
933 [  4826] By: gsar                                  on 2000/01/21  01:35:46
934         Log: mention the fact that open(my $foo, ...) covers all handle
935              constructors
936      Branch: perl
937            ! pod/perldelta.pod
938 ____________________________________________________________________________
939 [  4825] By: gsar                                  on 2000/01/21  01:03:34
940         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
941              Date: Wed, 19 Jan 2000 15:05:11 -0500
942              Message-ID: <20000119150511.A22859@monk.mps.ohio-state.edu>
943              Subject: [PATCH 5.005_63] h2xs goof and a depessimization
944      Branch: perl
945            ! utils/h2xs.PL
946 ____________________________________________________________________________
947 [  4824] By: gsar                                  on 2000/01/20  19:14:26
948         Log: INSTALL updates from Andy Dougherty
949      Branch: perl
950            ! INSTALL
951 ____________________________________________________________________________
952 [  4823] By: gsar                                  on 2000/01/20  08:40:13
953         Log: sv_true() has a superfluous test
954      Branch: perl
955            ! sv.c sv.h
956 ____________________________________________________________________________
957 [  4822] By: bailey                                on 2000/01/20  02:03:35
958         Log: Minor cosmetic updates
959      Branch: vmsperl
960            ! configure.com
961 ____________________________________________________________________________
962 [  4821] By: bailey                                on 2000/01/20  00:25:30
963         Log: Quick integration of mainline changes to date
964      Branch: vmsperl
965           +> (branch 74 files)
966            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu epoc/config.h
967            - epoc/perl.mmp epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
968            - lib/Pod/PlainText.pm lib/unicode/Eq/Latin1
969            - lib/unicode/Eq/Unicode lib/unicode/Jamo-2.txt
970            - lib/unicode/Unicode.html lib/unicode/UnicodeData-Latest.txt
971            - lib/warning.pm os2/POSIX.mkfifo warning.h
972           !> (integrate 462 files)
973 ____________________________________________________________________________
974 [  4820] By: jhi                                   on 2000/01/19  22:46:42
975         Log: More robust inc_version_list from Andy.
976      Branch: cfgperl
977            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
978            ! config_h.SH
979      Branch: metaconfig
980            ! U/installdirs/inc_version_list.U
981 ____________________________________________________________________________
982 [  4819] By: jhi                                   on 2000/01/19  17:36:56
983         Log: Add NV_PRESERVES_UV.
984      Branch: cfgperl
985            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
986            ! config_h.SH perl.h
987      Branch: metaconfig
988            ! U/protos/selecttype.U
989      Branch: metaconfig/U/perl
990            - nvpresuv.U
991            ! perlxv.U
992 ____________________________________________________________________________
993 [  4818] By: jhi                                   on 2000/01/19  08:13:05
994         Log: Integrate with Sarathy.
995      Branch: cfgperl
996           !> Changes Configure win32/config.bc win32/config.gc
997           !> win32/config.vc win32/config_H.bc win32/config_H.gc
998           !> win32/config_H.vc
999 ____________________________________________________________________________
1000 [  4817] By: gsar                                  on 2000/01/19  05:25:43
1001         Log: regen win32/config*
1002      Branch: perl
1003            ! Configure win32/config.bc win32/config.gc win32/config.vc
1004            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1005 ____________________________________________________________________________
1006 [  4816] By: jhi                                   on 2000/01/18  21:19:10
1007         Log: Policy patch from Andy for installation directories,
1008              removing the $apiversion.
1009      Branch: cfgperl
1010            ! Policy_sh.SH
1011 ____________________________________________________________________________
1012 [  4815] By: jhi                                   on 2000/01/18  21:11:03
1013         Log: Move _GNU_SOURCE into config_h.SH awaay from Configure
1014              as suggested by Andy.
1015      Branch: cfgperl
1016            ! Configure config_h.SH
1017      Branch: metaconfig
1018            ! U/compline/d_gnulibc.U U/modified/cc.U
1019 ____________________________________________________________________________
1020 [  4814] By: gsar                                  on 2000/01/18  20:48:10
1021         Log: integrate cfgperl changes into mainline
1022      Branch: perl
1023            ! Changes
1024           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
1025           !> Porting/pumpkin.pod config_h.SH doop.c patchlevel.h perl.c
1026           !> perl.h t/lib/posix.t t/op/pack.t utf8.c
1027 ____________________________________________________________________________
1028 [  4813] By: jhi                                   on 2000/01/18  19:41:33
1029         Log: metaconfig todo note from Andy.
1030      Branch: cfgperl
1031            ! Configure config_h.SH
1032      Branch: metaconfig
1033            ! U/installdirs/inc_version_list.U
1034 ____________________________________________________________________________
1035 [  4812] By: jhi                                   on 2000/01/18  15:02:55
1036         Log: More -V.
1037      Branch: cfgperl
1038            ! perl.c
1039 ____________________________________________________________________________
1040 [  4811] By: jhi                                   on 2000/01/18  10:35:30
1041         Log: More compile-time options shown with -V.
1042      Branch: cfgperl
1043            ! perl.c
1044 ____________________________________________________________________________
1045 [  4810] By: jhi                                   on 2000/01/17  08:35:49
1046         Log: Add -D_GNU_SOURCE into ccflags for gcc (for now to expose
1047              the strtold() and qgcvt() prototypes for long doubles, but
1048              it should be okay in any case); fix bad assumptions in the
1049              test suite about string->float conversions; though the out
1050              parameter of strtold() (and strtoll()) is unused, it is nicer
1051              to have it in correct type.
1052      Branch: cfgperl
1053            ! Configure config_h.SH perl.h t/lib/posix.t t/op/pack.t
1054      Branch: metaconfig
1055            ! U/modified/cc.U
1056 ____________________________________________________________________________
1057 [  4809] By: jhi                                   on 2000/01/16  19:21:18
1058         Log: strtoll works better ternary.
1059      Branch: cfgperl
1060            ! perl.h
1061 ____________________________________________________________________________
1062 [  4808] By: jhi                                   on 2000/01/16  19:12:58
1063         Log: Know strtoll.
1064      Branch: cfgperl
1065            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1066            ! config_h.SH perl.h
1067 ____________________________________________________________________________
1068 [  4807] By: jhi                                   on 2000/01/16  17:57:03
1069         Log: Integrate with Sarathy.
1070      Branch: cfgperl
1071           !> dump.c gv.c gv.h lib/vars.pm op.c op.h perl.h pod/perlfunc.pod
1072           !> sv.c sv.h t/pragma/strict-vars toke.c util.c
1073 ____________________________________________________________________________
1074 [  4806] By: jhi                                   on 2000/01/16  16:37:47
1075         Log: Continue qgcvt work; closer now but not yet there.
1076      Branch: cfgperl
1077            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1078            ! config_h.SH doop.c utf8.c
1079      Branch: metaconfig
1080            ! U/compline/d_gconvert.U
1081      Branch: metaconfig/U/perl
1082            ! d_qgcvt.U
1083 ____________________________________________________________________________
1084 [  4805] By: jhi                                   on 2000/01/15  22:26:16
1085         Log: Metaconfig and Porting patches from Andy; start using the new
1086              long long and long double thingies from #4804; regen Configure.
1087      Branch: cfgperl
1088            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1089            ! Porting/pumpkin.pod config_h.SH patchlevel.h perl.h util.c
1090      Branch: metaconfig
1091            + U/dist_patches/dist-p70a U/dist_patches/dist-p70b
1092            + U/dist_patches/dist-p70c U/installdirs/inc_version_list.U
1093            + U/modified/myhostname.U U/modified/nis.U U/nullified/fpu.U
1094            + U/nullified/lib.U
1095            ! U/README U/compline/d_gconvert.U U/installdirs/sitearch.U
1096            ! U/installdirs/sitelib.U U/installdirs/vendorarch.U
1097            ! U/installdirs/vendorlib.U U/modified/Cppsym.U U/modified/Loc.U
1098            ! U/modified/Oldconfig.U U/modified/Signal.U
1099            ! U/modified/sig_name.U U/threads/usethreads.U
1100      Branch: metaconfig/U/perl
1101            ! d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
1102            ! d_strtouq.U dlsrc.U i_db.U libperl.U patchlevel.U
1103            ! usemultiplicity.U
1104      Branch: perl
1105            ! perl.h util.c
1106 ____________________________________________________________________________
1107 [  4804] By: jhi                                   on 2000/01/14  14:22:24
1108         Log: Add more quad/long long/long double sciency.
1109      Branch: metaconfig/U/perl
1110            + d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
1111            + d_strtouq.U
1112 ____________________________________________________________________________
1113 [  4803] By: gsar                                  on 2000/01/14  04:40:49
1114         Log: minor optimization (avoid double sv_upgrade() for "our Foo $bar;")
1115      Branch: perl
1116            ! op.c
1117 ____________________________________________________________________________
1118 [  4802] By: gsar                                  on 2000/01/14  04:35:55
1119         Log: add note about "our"
1120      Branch: perl
1121            ! lib/vars.pm
1122 ____________________________________________________________________________
1123 [  4801] By: gsar                                  on 2000/01/14  04:16:51
1124         Log: nailed "our" declarations, and better warnings on duplicate
1125              "our" declarations
1126      Branch: perl
1127            ! dump.c gv.c gv.h op.c pod/perlfunc.pod sv.c sv.h
1128            ! t/pragma/strict-vars toke.c
1129 ____________________________________________________________________________
1130 [  4800] By: gsar                                  on 2000/01/14  01:27:13
1131         Log: avoid spurious "Useless use of variable" warning on C<our $foo;>
1132      Branch: perl
1133            ! dump.c op.c op.h
1134 ____________________________________________________________________________
1135 [  4799] By: gsar                                  on 2000/01/14  01:17:15
1136         Log: doc typo
1137      Branch: perl
1138            ! pod/perlfunc.pod
1139 ____________________________________________________________________________
1140 [  4798] By: jhi                                   on 2000/01/13  16:31:34
1141         Log: Integrate with Sarathy.
1142      Branch: cfgperl
1143           +> epoc/config.sh epoc/epocish.c epoc/link.pl
1144           +> ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/hints/openbsd.pl
1145           +> ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
1146           +> ext/ODBM_File/hints/cygwin.pl lib/byte.pm lib/byte_heavy.pl
1147           +> lib/unicode/Unicode.300 pod/perlfork.pod t/lib/glob-case.t
1148           +> win32/perlhost.h win32/vdir.h win32/vmem.h
1149            - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
1150            - epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
1151            - lib/unicode/UnicodeData-Latest.txt os2/POSIX.mkfifo
1152           !> (integrate 282 files)
1153 ____________________________________________________________________________
1154 [  4797] By: gsar                                  on 2000/01/13  08:12:56
1155         Log: clearer docs for change#4796; faster av_exists()
1156      Branch: perl
1157            ! av.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
1158 ____________________________________________________________________________
1159 [  4796] By: gsar                                  on 2000/01/13  06:49:03
1160         Log: support delete() and exists() on array, tied array, and pseudo-hash
1161              elements or slices
1162      Branch: perl
1163            ! av.c embed.h embed.pl global.sym lib/Tie/Array.pm
1164            ! lib/Tie/Hash.pm objXSUB.h op.c perlapi.c pod/perldelta.pod
1165            ! pod/perlfunc.pod pod/perlref.pod pod/perltie.pod pp.c proto.h
1166            ! t/op/avhv.t t/op/delete.t
1167 ____________________________________________________________________________
1168 [  4795] By: gsar                                  on 2000/01/11  20:52:30
1169         Log: extend site_perl changes change#4773 to vendor_perl as well
1170      Branch: perl
1171            ! Configure
1172 ____________________________________________________________________________
1173 [  4794] By: gsar                                  on 2000/01/11  19:18:50
1174         Log: rework INSTALL to reflect new logic for versioning sitelibs
1175      Branch: perl
1176            ! INSTALL
1177 ____________________________________________________________________________
1178 [  4793] By: gsar                                  on 2000/01/11  01:44:00
1179         Log: test for change#4792
1180      Branch: perl
1181            ! t/op/fork.t
1182 ____________________________________________________________________________
1183 [  4792] By: gsar                                  on 2000/01/11  01:22:36
1184         Log: pseudo forked children inherit environment correctly
1185      Branch: perl
1186            ! win32/perlhost.h
1187 ____________________________________________________________________________
1188 [  4791] By: gsar                                  on 2000/01/10  19:14:03
1189         Log: test tweak
1190      Branch: perl
1191            ! t/op/fork.t
1192 ____________________________________________________________________________
1193 [  4790] By: gsar                                  on 2000/01/10  18:56:16
1194         Log: check for USE_ITHREADS sanity was too restrictive
1195      Branch: perl
1196            ! perl.h
1197 ____________________________________________________________________________
1198 [  4789] By: gsar                                  on 2000/01/10  18:30:24
1199         Log: add workaround for textmode read() bug in MSVCRT; make chdir() do
1200              a real SetCurrentDirectory() in toplevel host
1201      Branch: perl
1202            ! README.win32 win32/Makefile win32/makefile.mk win32/perlhost.h
1203            ! win32/vdir.h win32/win32.c
1204 ____________________________________________________________________________
1205 [  4782] By: gsar                                  on 2000/01/10  05:27:03
1206         Log: EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)
1207      Branch: perl
1208            + epoc/config.sh epoc/epocish.c epoc/link.pl
1209            - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
1210            - epoc/perl.pkg
1211            ! MANIFEST README.epoc epoc/createpkg.pl epoc/epoc.c
1212            ! epoc/epoc_stubs.c epoc/epocish.h ext/IO/lib/IO/Socket.pm
1213            ! lib/Sys/Hostname.pm
1214 ____________________________________________________________________________
1215 [  4781] By: gsar                                  on 2000/01/10  05:11:03
1216         Log: pod typos (from Abigail <abigail@delanet.com>)
1217      Branch: perl
1218            ! pod/perl.pod pod/perllexwarn.pod pod/perlxstut.pod
1219 ____________________________________________________________________________
1220 [  4780] By: gsar                                  on 2000/01/10  05:07:35
1221         Log: failing RE test added (from Robert Cunningham <rkc@ll.mit.edu>)
1222      Branch: perl
1223            ! t/lib/thread.t
1224 ____________________________________________________________________________
1225 [  4779] By: gsar                                  on 2000/01/10  05:06:16
1226         Log: terminate -s switch processing only on C<-->, not on C<--foo>
1227      Branch: perl
1228            ! perl.c
1229 ____________________________________________________________________________
1230 [  4778] By: gsar                                  on 2000/01/10  04:38:45
1231         Log: useithreads needs usemultiplicity
1232      Branch: perl
1233            ! Configure perl.h
1234 ____________________________________________________________________________
1235 [  4777] By: gsar                                  on 2000/01/10  01:18:04
1236         Log: use $Config{version} rather than $] where appropriate
1237      Branch: perl
1238            ! lib/CPAN.pm lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Unix.pm
1239            ! lib/ExtUtils/Mksymlists.pm lib/Pod/Man.pm lib/diagnostics.pm
1240            ! lib/lib.pm
1241 ____________________________________________________________________________
1242 [  4776] By: gsar                                  on 2000/01/10  00:11:34
1243         Log: enable fork.t on windows
1244      Branch: perl
1245            ! t/op/fork.t
1246 ____________________________________________________________________________
1247 [  4775] By: gsar                                  on 2000/01/10  00:07:29
1248         Log: broken test for use5005threads
1249      Branch: perl
1250            ! t/lib/safe2.t
1251 ____________________________________________________________________________
1252 [  4774] By: gsar                                  on 2000/01/09  23:56:37
1253         Log: more windows build tweaks
1254      Branch: perl
1255            ! installperl makedef.pl win32/Makefile win32/config_H.bc
1256            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
1257            ! win32/makefile.mk
1258 ____________________________________________________________________________
1259 [  4773] By: gsar                                  on 2000/01/09  22:27:19
1260         Log: more changes for new-style version numbers (versions numbers on
1261              the filesystem look like 5.5.640, except on DOS-DJGPP and VMS where
1262              they look like 5_5_640; delete @Config{pm_apiversion,xs_apiversion};
1263              split $Config{apiversion} into three, @Config{apirevision,apiversion,
1264              apisubversion} for CPP friendliness; $Config{sitelib} now defaults
1265              to .../site_perl/$version, just like $Config{privlib}, making sitelib
1266              completely independent across versions and substantially eliminating
1267              chances of breaking older installations by overwriting newly built
1268              extensions; all this means compatibility inclusions for @INC will need
1269              to take into account older sitelib versions (this still TODO)
1270              
1271              windows, vms, dos tweaks for the above
1272      Branch: perl
1273            ! Changes Configure INSTALL Porting/config.sh Porting/config_H
1274            ! config_h.SH configure.com dosish.h installman installperl
1275            ! patchlevel.h perl.c perl.h vms/vmsish.h win32/Makefile
1276            ! win32/config.bc win32/config.gc win32/config.vc
1277            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1278            ! win32/config_h.PL win32/config_sh.PL win32/makefile.mk
1279            ! win32/win32.c
1280 ____________________________________________________________________________
1281 [  4772] By: gsar                                  on 2000/01/09  19:05:33
1282         Log: s/usethreads/use5005threads/g
1283      Branch: perl
1284            ! myconfig.SH t/lib/english.t t/lib/thread.t t/op/nothread.t
1285 ____________________________________________________________________________
1286 [  4771] By: gsar                                  on 2000/01/09  18:51:50
1287         Log: Configure changes for new-style version numbers (from Andy Dougherty,
1288              slightly altered)
1289      Branch: perl
1290            ! Configure INSTALL Porting/Glossary Porting/config.sh
1291            ! Porting/config_H config_h.SH perl.h win32/Makefile
1292            ! win32/config.bc win32/config.gc win32/config.vc
1293            ! win32/makefile.mk
1294 ____________________________________________________________________________
1295 [  4770] By: gsar                                  on 2000/01/07  22:18:54
1296         Log: fix for 'make utest' failures (from Ilya Zakharevich)
1297      Branch: perl
1298            ! regexec.c
1299 ____________________________________________________________________________
1300 [  4769] By: gsar                                  on 2000/01/07  18:23:16
1301         Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
1302      Branch: perl
1303            + ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
1304            + ext/ODBM_File/hints/cygwin.pl
1305            ! Configure INSTALL MANIFEST ext/POSIX/Makefile.PL
1306            ! hints/cygwin.sh installman installperl lib/Cwd.pm
1307            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec/Unix.pm lib/perl5db.pl
1308            ! perlsdio.h t/op/magic.t t/op/stat.t utils/perlcc.PL
1309 ____________________________________________________________________________
1310 [  4768] By: gsar                                  on 2000/01/07  18:12:15
1311         Log: typo on h2xs.PL (from Helmut Jarausch)
1312      Branch: perl
1313            ! utils/h2xs.PL
1314 ____________________________________________________________________________
1315 [  4767] By: gsar                                  on 2000/01/07  17:58:45
1316         Log: VMS update (from Peter Prymmer <pvhp@forte.com>)
1317      Branch: perl
1318            ! README.vms configure.com vms/subconfigure.com
1319 ____________________________________________________________________________
1320 [  4766] By: gsar                                  on 2000/01/07  17:54:05
1321         Log: os2/POSIX.mkfifo not needed (from Yitzchak Scott-Thoennes
1322              <sthoenna@efn.org>)
1323      Branch: perl
1324            - os2/POSIX.mkfifo
1325            ! MANIFEST README.os2
1326 ____________________________________________________________________________
1327 [  4765] By: gsar                                  on 2000/01/06  20:11:46
1328         Log: add workaround for dlopen() bug on OpenBSD (relative paths that
1329              match /^lib/ won't load properly)
1330      Branch: perl
1331            + ext/DynaLoader/hints/openbsd.pl
1332            ! Changes MANIFEST ext/DynaLoader/dl_dlopen.xs
1333 ____________________________________________________________________________
1334 [  4764] By: gsar                                  on 2000/01/06  19:51:08
1335         Log: add undocumented globals for compatibility--find.pl, and find2perl
1336              generated code need them (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
1337      Branch: perl
1338            ! lib/File/Find.pm
1339 ____________________________________________________________________________
1340 [  4763] By: gsar                                  on 2000/01/06  10:51:07
1341         Log: fix various C-backend shenanigans
1342      Branch: perl
1343            ! ext/B/B/C.pm
1344 ____________________________________________________________________________
1345 [  4762] By: gsar                                  on 2000/01/06  04:09:00
1346         Log: tweak test in change#4757 for Windows
1347      Branch: perl
1348            ! t/io/open.t
1349 ____________________________________________________________________________
1350 [  4761] By: gsar                                  on 2000/01/06  02:55:30
1351         Log: USE_ITHREADS tweak (reused pad values could be SvREADONLY if
1352              they belonged to freed OP_CONSTs)
1353      Branch: perl
1354            ! op.c
1355 ____________________________________________________________________________
1356 [  4760] By: gsar                                  on 2000/01/06  00:22:40
1357         Log: constant ranges could escape bareword check in list context
1358      Branch: perl
1359            ! op.c t/pragma/strict-subs
1360 ____________________________________________________________________________
1361 [  4759] By: gsar                                  on 2000/01/05  20:52:50
1362         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1363              Date: Wed, 05 Jan 2000 15:23:18 EST
1364              Message-Id: <20000105152318.A7400@monk.mps.ohio-state.edu>
1365              Subject: Re: minimal m//g matches appear busted
1366      Branch: perl
1367            ! regexec.c t/op/pat.t
1368 ____________________________________________________________________________
1369 [  4758] By: gsar                                  on 2000/01/05  12:49:40
1370         Log: various nits identified by warnings unmasked by recent changes
1371      Branch: perl
1372            ! ext/B/Makefile.PL lib/ExtUtils/Install.pm pod/perlfunc.pod
1373 ____________________________________________________________________________
1374 [  4757] By: gsar                                  on 2000/01/05  12:48:10
1375         Log: severe bugs in change#3786 fixed
1376      Branch: perl
1377            ! doio.c t/io/open.t
1378 ____________________________________________________________________________
1379 [  4756] By: gsar                                  on 2000/01/05  11:25:10
1380         Log: tweak change#4745 to make ebcdic output match for chars <= 037
1381      Branch: perl
1382            ! ext/Data/Dumper/Dumper.pm
1383 ____________________________________________________________________________
1384 [  4755] By: gsar                                  on 2000/01/05  06:56:05
1385         Log: cygwin support tweaks (from Eric Fifer <EFifer@sanwaint.com>)
1386      Branch: perl
1387            ! Configure util.c utils/perlcc.PL
1388 ____________________________________________________________________________
1389 [  4754] By: gsar                                  on 2000/01/05  06:52:25
1390         Log: avoid expensive Version_check (from Andreas Koenig)
1391      Branch: perl
1392            ! Changes lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
1393            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
1394 ____________________________________________________________________________
1395 [  4753] By: gsar                                  on 2000/01/05  06:48:22
1396         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
1397              Date: 03 Jan 2000 21:56:02 +0100
1398              Message-ID: <sfcvh5azxgd.fsf@hohenstaufen.in-berlin.de>
1399              Subject: Reloading File::Copy
1400      Branch: perl
1401            ! Changes lib/File/Copy.pm t/lib/filecopy.t
1402 ____________________________________________________________________________
1403 [  4752] By: gsar                                  on 2000/01/04  01:19:20
1404         Log: s/USE_TEXTMODE_SCRIPTS/PERL_TEXTMODE_SCRIPTS/g
1405      Branch: perl
1406            ! win32/Makefile win32/makefile.mk win32/win32.h
1407 ____________________________________________________________________________
1408 [  4751] By: gsar                                  on 2000/01/03  18:26:08
1409         Log: avoid using (custom) autoloader in MakeMaker (from Andreas Koenig)
1410      Branch: perl
1411            ! lib/ExtUtils/MakeMaker.pm
1412 ____________________________________________________________________________
1413 [  4750] By: gsar                                  on 2000/01/02  21:58:02
1414         Log: make DProf look at $ENV{PERL_DPROF_OUT_FILE_NAME} to make it possible
1415              to write to a file other than tmon.out (suggested by Haakon Alstadheim
1416              <Haakon.Alstadheim@sds.no>)
1417      Branch: perl
1418            ! ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.xs
1419 ____________________________________________________________________________
1420 [  4749] By: gsar                                  on 2000/01/02  21:37:29
1421         Log: disable optimization in change#3612 for join() and quotemeta()--this
1422              removes all the gross hacks for the special cases in that change; fix
1423              pp_concat() for when TARG == arg (modified version of patch suggested
1424              by Ilya Zakharevich)
1425      Branch: perl
1426            ! op.c opcode.h opcode.pl pp_hot.c sv.c t/op/lex_assign.t
1427 ____________________________________________________________________________
1428 [  4748] By: gsar                                  on 2000/01/02  20:26:06
1429         Log: MakeMaker should attempt to "require" rather than "use" prerequisites
1430              to avoid imports (from Michael G Schwern <schwern@pobox.com>)
1431      Branch: perl
1432            ! lib/ExtUtils/MakeMaker.pm
1433 ____________________________________________________________________________
1434 [  4747] By: gsar                                  on 2000/01/02  20:17:36
1435         Log: fix 4-arg substr() when used as argument to subroutine
1436      Branch: perl
1437            ! pp.c t/op/substr.t
1438 ____________________________________________________________________________
1439 [  4746] By: gsar                                  on 2000/01/02  18:45:58
1440         Log: usethreads build fixups for NeXTstep (as suggested by Hans Mulder)
1441      Branch: perl
1442            ! embed.h embed.pl ext/DynaLoader/dl_beos.xs
1443            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
1444            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
1445            ! perlapi.c proto.h thread.h util.c
1446 ____________________________________________________________________________
1447 [  4745] By: gsar                                  on 2000/01/02  18:15:44
1448         Log: ebcdic fix for Data::Dumper from Peter Prymmer
1449      Branch: perl
1450            ! ext/Data/Dumper/Dumper.pm regcomp.c
1451 ____________________________________________________________________________
1452 [  4744] By: gsar                                  on 1999/12/31  22:42:23
1453         Log: missing files in previous submit
1454      Branch: perl
1455            ! embed.h embed.pl ext/Devel/DProf/DProf.xs globals.c
1456            ! lib/ExtUtils/MM_Unix.pm objXSUB.h perlapi.c proto.h
1457 ____________________________________________________________________________
1458 [  4743] By: gsar                                  on 1999/12/31  06:47:18
1459         Log: various Windows build tweaks
1460      Branch: perl
1461            ! win32/win32.h
1462 ____________________________________________________________________________
1463 [  4742] By: gsar                                  on 1999/12/30  21:32:36
1464         Log: change#4705 breaks code that interpolates $], so leave string value
1465              of $] as it was for compatibility (and perhaps introduce $^V or similar
1466              for the utf8 representation, maybe?)
1467      Branch: perl
1468            ! configpm gv.c
1469 ____________________________________________________________________________
1470 [  4741] By: gsar                                  on 1999/12/30  19:36:21
1471         Log: avoid CRLF in byteloadable files created by perlcc
1472      Branch: perl
1473            ! utils/perlcc.PL
1474 ____________________________________________________________________________
1475 [  4740] By: gsar                                  on 1999/12/30  19:35:07
1476         Log: leave DATA open in binmode if __END__ line doesn't have CRLF
1477      Branch: perl
1478            ! pod/perldelta.pod toke.c
1479 ____________________________________________________________________________
1480 [  4739] By: gsar                                  on 1999/12/30  05:44:21
1481         Log: enable the PERL_BINMODE_SCRIPTS behavior by default on Windows
1482              to allow ByteLoader to work; the DATA filehandles continue to
1483              be left open in text mode for compatibility
1484      Branch: perl
1485            ! embed.h embed.pl objXSUB.h pod/perldelta.pod proto.h sv.c
1486            ! toke.c win32/Makefile win32/makefile.mk win32/win32.c
1487            ! win32/win32.h
1488 ____________________________________________________________________________
1489 [  4738] By: gsar                                  on 1999/12/30  04:36:12
1490         Log: CR-LF support broken for formats
1491      Branch: perl
1492            ! toke.c
1493 ____________________________________________________________________________
1494 [  4737] By: gsar                                  on 1999/12/29  22:30:52
1495         Log: make DProf functional under pseudo-fork()
1496      Branch: perl
1497            ! ext/Devel/DProf/DProf.xs
1498 ____________________________________________________________________________
1499 [  4736] By: gsar                                  on 1999/12/29  21:04:59
1500         Log: slurp mode fix in change#2910 wasn't quite right (spotted by Hans
1501              Mulder)
1502      Branch: perl
1503            ! doio.c pp_hot.c t/io/argv.t
1504 ____________________________________________________________________________
1505 [  4735] By: gsar                                  on 1999/12/29  18:12:40
1506         Log: re.pm is needed earlier, xsubpp now uses it (spotted by Andreas
1507              Koenig)
1508      Branch: perl
1509            ! Makefile.SH
1510 ____________________________________________________________________________
1511 [  4734] By: gsar                                  on 1999/12/28  21:10:37
1512         Log: Windows build tweaks
1513      Branch: perl
1514            ! INTERN.h sv.c
1515 ____________________________________________________________________________
1516 [  4733] By: gsar                                  on 1999/12/28  20:45:15
1517         Log: remove never-taken branch for making getc() operate on ARGV (spotted 
1518              by Ralph Corderoy <ralph@inputplus.demon.co.uk>)
1519      Branch: perl
1520            ! pp_sys.c
1521 ____________________________________________________________________________
1522 [  4732] By: gsar                                  on 1999/12/28  20:42:13
1523         Log: tests for change#4642 and pod fixups suggested by Ralph Corderoy
1524              <ralph@inputplus.demon.co.uk>
1525      Branch: perl
1526            ! pod/perldelta.pod pod/perlfunc.pod pod/perlre.pod t/io/argv.t
1527 ____________________________________________________________________________
1528 [  4731] By: gsar                                  on 1999/12/28  20:23:17
1529         Log: optimize XSUBs to use targets if the -nooptimize xsubpp option is
1530              not supplied (variant of patch suggested by Ilya Zakharevich)
1531      Branch: perl
1532            ! XSUB.h lib/ExtUtils/xsubpp
1533 ____________________________________________________________________________
1534 [  4730] By: gsar                                  on 1999/12/28  19:55:56
1535         Log: range operator does magical string increment iff both operands
1536              are non-numbers, from Tom Phoenix <rootbeer@redcat.com>; fixed
1537              the "foreach (RANGE)" case as well
1538      Branch: perl
1539            ! pp_ctl.c t/op/range.t
1540 ____________________________________________________________________________
1541 [  4729] By: gsar                                  on 1999/12/28  18:40:19
1542         Log: Win9x + GCC update from Benjamin Stuhl <sho_pi@hotmail.com>
1543      Branch: perl
1544            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
1545            ! EXTERN.h INTERN.h MANIFEST README.win32 iperlsys.h
1546            ! lib/ExtUtils/MM_Win32.pm makedef.pl win32/Makefile
1547            ! win32/config.gc win32/genmk95.pl win32/makefile.mk
1548            ! win32/perlhost.h win32/perllib.c win32/runperl.c win32/win32.c
1549            ! win32/win32.h
1550 ____________________________________________________________________________
1551 [  4728] By: gsar                                  on 1999/12/28  07:44:19
1552         Log: typecasts needed
1553      Branch: perl
1554            ! toke.c
1555 ____________________________________________________________________________
1556 [  4727] By: gsar                                  on 1999/12/28  06:23:08
1557         Log: change#4721 needed line number adjustments
1558      Branch: perl
1559            ! MANIFEST global.sym proto.h t/pragma/warn/doop
1560            ! t/pragma/warn/pp t/pragma/warn/regcomp t/pragma/warn/sv
1561            ! t/pragma/warn/toke t/pragma/warn/utf8
1562 ____________________________________________________________________________
1563 [  4726] By: gsar                                  on 1999/12/28  04:18:15
1564         Log: integrate utfperl contents into mainline
1565      Branch: perl
1566           +> lib/byte.pm lib/byte_heavy.pl
1567           !> configpm embed.h embed.pl embedvar.h gv.c intrpvar.h objXSUB.h
1568           !> patchlevel.h perl.c perl.h perlapi.c pp_ctl.c pp_hot.c proto.h
1569           !> regnodes.h sv.c sv.h t/comp/require.t toke.c utf8.h
1570 ____________________________________________________________________________
1571 [  4725] By: gsar                                  on 1999/12/28  04:08:09
1572         Log: integrate mainline contents
1573      Branch: utfperl
1574            - ext/DynaLoader/dl_cygwin.xs lib/unicode/Eq/Latin1
1575            - lib/unicode/Eq/Unicode
1576           !> (integrate 60 files)
1577 ____________________________________________________________________________
1578 [  4724] By: gsar                                  on 1999/12/28  03:44:10
1579         Log: fix for /(^|a)b/ breakage from Ilya Zakharevich
1580      Branch: perl
1581            ! regcomp.c t/op/re_tests
1582 ____________________________________________________________________________
1583 [  4723] By: gsar                                  on 1999/12/28  03:28:39
1584         Log: more ebcdic testsuite fixups (from Peter Prymmer)
1585      Branch: perl
1586            ! Changes lib/bigfloat.pl t/lib/charnames.t t/lib/dumper.t
1587            ! t/pragma/overload.t t/pragma/utf8.t
1588 ____________________________________________________________________________
1589 [  4722] By: gsar                                  on 1999/12/28  03:14:48
1590         Log: avoid "used once" warning
1591      Branch: perl
1592            ! lib/diagnostics.pm
1593 ____________________________________________________________________________
1594 [  4721] By: gsar                                  on 1999/12/28  03:10:32
1595         Log: ebcdic tweaks for tests from Peter Prymmer
1596      Branch: perl
1597            ! t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/regcomp
1598            ! t/pragma/warn/sv t/pragma/warn/toke t/pragma/warn/utf8
1599 ____________________________________________________________________________
1600 [  4720] By: gsar                                  on 1999/12/28  03:08:39
1601         Log: pod nits from Simon Cozens <simon@brecon.co.uk> and others
1602      Branch: perl
1603            ! README.os2 lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
1604            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
1605            ! lib/ExtUtils/Mkbootstrap.pm pod/perlop.pod
1606 ____________________________________________________________________________
1607 [  4719] By: gsar                                  on 1999/12/28  03:01:04
1608         Log: perlport v1.45 from Chris Nandor
1609      Branch: perl
1610            ! pod/perlport.pod
1611 ____________________________________________________________________________
1612 [  4718] By: gsar                                  on 1999/12/28  02:59:16
1613         Log: newer version of constant.pm from Tom Phoenix; added Tom's notes to
1614              perldelta; added STOP, DESTROY and AUTOLOAD to specials list
1615      Branch: perl
1616            ! lib/constant.pm pod/perldelta.pod pod/perlvar.pod
1617            ! t/pragma/constant.t
1618 ____________________________________________________________________________
1619 [  4717] By: gsar                                  on 1999/12/28  02:47:04
1620         Log: cygwin update from Eric Fifer <EFifer@sanwaint.com>
1621      Branch: perl
1622            - ext/DynaLoader/dl_cygwin.xs
1623            ! MAINTAIN MANIFEST ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/pair.c
1624            ! hints/cygwin.sh installperl mg.c pod/perlfaq3.pod t/op/stat.t
1625            ! util.c
1626 ____________________________________________________________________________
1627 [  4716] By: gsar                                  on 1999/12/28  02:40:51
1628         Log: tweak to show up db-linked-with-libpthread-but-not-perl problem
1629              (from Andy Dougherty)
1630      Branch: perl
1631            ! Configure
1632 ____________________________________________________________________________
1633 [  4715] By: gsar                                  on 1999/12/28  02:38:44
1634         Log: better variant of change#4644 (from Andy Dougherty)
1635      Branch: perl
1636            ! Configure
1637 ____________________________________________________________________________
1638 [  4714] By: gsar                                  on 1999/12/28  02:36:40
1639         Log: be defensive about setting {host,group,pass}cat (from Andy Dougherty)
1640      Branch: perl
1641            ! Configure
1642 ____________________________________________________________________________
1643 [  4713] By: gsar                                  on 1999/12/28  02:35:15
1644         Log: $sitelib should be $prefix/lib/perl5/site_perl, as documented in
1645              INSTALL (from Andy Dougherty)
1646      Branch: perl
1647            ! Configure
1648 ____________________________________________________________________________
1649 [  4712] By: gsar                                  on 1999/12/28  02:30:55
1650         Log: avoid creating new files during make install
1651      Branch: perl
1652            ! Makefile.SH
1653 ____________________________________________________________________________
1654 [  4711] By: gsar                                  on 1999/12/28  02:24:44
1655         Log: pod edits from Paul Marquess and Mark-Jason Dominus
1656      Branch: perl
1657            ! AUTHORS Changes ext/DynaLoader/dl_aix.xs
1658            ! ext/DynaLoader/dl_dlopen.xs lib/Net/Ping.pm pod/perlcall.pod
1659            ! pod/perldelta.pod
1660 ____________________________________________________________________________
1661 [  4710] By: gsar                                  on 1999/12/28  02:05:23
1662         Log: miniperl build fixes for os2 (from Yitzchak Scott-Thoennes
1663              <sthoenna@efn.org>); add explicit target for opmini.o
1664      Branch: perl
1665            ! Makefile.SH cygwin/Makefile.SHs os2/Makefile.SHs
1666 ____________________________________________________________________________
1667 [  4709] By: gsar                                  on 1999/12/28  01:20:39
1668         Log: partly fix perldiag regressions identified by Tom Christiansen
1669      Branch: perl
1670            ! doio.c lib/diagnostics.pm pod/perldiag.pod pp_hot.c pp_sys.c
1671            ! t/pragma/warn/4lint t/pragma/warn/doio t/pragma/warn/pp_hot
1672            ! t/pragma/warn/pp_sys
1673 ____________________________________________________________________________
1674 [  4708] By: gsar                                  on 1999/12/27  23:33:24
1675         Log: update perldiag for change#4707
1676      Branch: perl
1677            ! perl.c pod/perldiag.pod
1678 ____________________________________________________________________________
1679 [  4707] By: gsar                                  on 1999/12/27  23:23:39
1680         Log: allow spaces in -I switch argument
1681      Branch: perl
1682            ! perl.c
1683 ____________________________________________________________________________
1684 [  4706] By: gsar                                  on 1999/12/26  23:44:53
1685         Log: fix typos
1686      Branch: utfperl
1687            ! sv.h toke.c
1688 ____________________________________________________________________________
1689 [  4705] By: gsar                                  on 1999/12/24  04:02:35
1690         Log: support for v5.5.640 style version numbers
1691      Branch: utfperl
1692            ! configpm embedvar.h gv.c intrpvar.h objXSUB.h patchlevel.h
1693            ! perl.c perl.h pp_ctl.c sv.c sv.h t/comp/require.t toke.c
1694 ____________________________________________________________________________
1695 [  4704] By: gsar                                  on 1999/12/23  08:54:27
1696         Log: bring in basic threads stuff under USE_ITHREADS
1697      Branch: perl
1698            ! makedef.pl op.c perl.c perl.h perlvars.h pp_sys.c thread.h
1699            ! util.c
1700 ____________________________________________________________________________
1701 [  4703] By: gsar                                  on 1999/12/23  00:10:06
1702         Log: integrate mainline contents into utfperl
1703      Branch: utfperl
1704           !> (integrate 33 files)
1705 ____________________________________________________________________________
1706 [  4702] By: gsar                                  on 1999/12/20  17:18:23
1707         Log: virtual directory handling broken on paths with trailing slash
1708      Branch: perl
1709            ! win32/Makefile win32/makefile.mk win32/vdir.h
1710 ____________________________________________________________________________
1711 [  4701] By: gsar                                  on 1999/12/20  17:09:55
1712         Log: revert optimization in change#4700 (it appears OPpRUNTIME flag
1713              isn't set for all m/$foo/o)
1714      Branch: perl
1715            ! pp_ctl.c
1716 ____________________________________________________________________________
1717 [  4700] By: gsar                                  on 1999/12/20  16:28:51
1718         Log: avoid pp_regcomp() changing optree at run time under USE_*THREADS (or
1719              we have a race on our hands)
1720      Branch: perl
1721            ! pp_ctl.c
1722 ____________________________________________________________________________
1723 [  4699] By: gsar                                  on 1999/12/20  16:19:00
1724         Log: pod tweaks
1725      Branch: perl
1726            ! pod/perldelta.pod pod/perlfilter.pod pod/perlopentut.pod
1727 ____________________________________________________________________________
1728 [  4698] By: gsar                                  on 1999/12/20  07:55:07
1729         Log: uv_to_utf8() could lose 37th bit on HAS_QUAD platforms
1730      Branch: perl
1731            ! utf8.c
1732 ____________________________________________________________________________
1733 [  4697] By: gsar                                  on 1999/12/18  01:35:50
1734         Log: fix from Larry for parsing C<{ 0x1 => 'foo'}> as an
1735              anon hash rather than a block; test case for the same
1736      Branch: perl
1737            ! t/comp/term.t toke.c
1738 ____________________________________________________________________________
1739 [  4696] By: gsar                                  on 1999/12/17  19:55:03
1740         Log: leak in change#4694 spotted by Larry
1741      Branch: perl
1742            ! hv.c
1743 ____________________________________________________________________________
1744 [  4695] By: gsar                                  on 1999/12/17  18:14:11
1745         Log: test case for change#4694
1746      Branch: perl
1747            ! t/op/delete.t
1748 ____________________________________________________________________________
1749 [  4694] By: gsar                                  on 1999/12/17  18:09:08
1750         Log: delete() should return the value as is, not a copy thereof
1751      Branch: perl
1752            ! hv.c pod/perldelta.pod
1753 ____________________________________________________________________________
1754 [  4693] By: gsar                                  on 1999/12/17  17:45:58
1755         Log: fix for C<"\nx\taa\n" =~ /^\S\s+aa$/m> (from Ilya Zakharevich)
1756      Branch: perl
1757            ! regexec.c t/op/re_tests
1758 ____________________________________________________________________________
1759 [  4692] By: gsar                                  on 1999/12/17  17:41:10
1760         Log: credits tweak
1761      Branch: perl
1762            ! lib/File/Spec.pm
1763 ____________________________________________________________________________
1764 [  4691] By: gsar                                  on 1999/12/17  07:12:53
1765         Log: DynaLoader doesn't build properly when $(DLSRC) changes
1766              (fix suggested by Hans Mulder)
1767      Branch: perl
1768            ! ext/DynaLoader/Makefile.PL
1769 ____________________________________________________________________________
1770 [  4690] By: gsar                                  on 1999/12/17  06:26:34
1771         Log: add missing new ops
1772      Branch: perl
1773            ! ext/B/ramblings/runtime.porting
1774 ____________________________________________________________________________
1775 [  4689] By: gsar                                  on 1999/12/17  06:16:49
1776         Log: test harness tweak from Hans Mulder
1777      Branch: perl
1778            ! t/TEST
1779 ____________________________________________________________________________
1780 [  4688] By: gsar                                  on 1999/12/17  06:14:23
1781         Log: miniperl build fixes for NeXTstep and cygwin (from Hans Mulder
1782              and Lucian CIONCA <Lucian.Cionca@algoritma.ro>)
1783      Branch: perl
1784            ! Makefile.SH cygwin/Makefile.SHs
1785 ____________________________________________________________________________
1786 [  4687] By: gsar                                  on 1999/12/17  06:06:46
1787         Log: applied suggested patch with whitespace adjustments
1788              From: Helmut Jarausch <jarausch@numa1.igpm.rwth-aachen.de>
1789              Date: Thu, 16 Dec 1999 08:57:55 +0100
1790              Message-id: <38589B82.C4668E10@numa1.igpm.rwth-aachen.de>
1791              Subject: Re: [ID 19991215.001] patch 5.005_63: Find::Fill cannot handle /
1792      Branch: perl
1793            ! lib/File/Find.pm
1794 ____________________________________________________________________________
1795 [  4686] By: gsar                                  on 1999/12/17  05:48:53
1796         Log: avoid warnings due to symbols unintroduced by XSLoader (spotted
1797              by Hans Mulder)
1798      Branch: perl
1799            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
1800            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
1801            ! ext/DynaLoader/dl_rhapsody.xs
1802 ____________________________________________________________________________
1803 [  4685] By: gsar                                  on 1999/12/17  05:37:51
1804         Log: fix bug when one of the operands is +0E+0 (from Ronald J Kimball
1805              <rjk@linguist.dartmouth.edu>)
1806      Branch: perl
1807            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
1808 ____________________________________________________________________________
1809 [  4684] By: gsar                                  on 1999/12/16  09:32:48
1810         Log: spell out how to get 4-digit year (from Micheal G Schwern
1811              <schwern@pobox.com>)
1812      Branch: perl
1813            ! pod/perlfunc.pod
1814 ____________________________________________________________________________
1815 [  4683] By: gsar                                  on 1999/12/16  09:26:53
1816         Log: type mismatch for %c format argument (spotted by Robin Barker
1817              <rmb1@cise.npl.co.uk>)
1818      Branch: perl
1819            ! regcomp.c
1820 ____________________________________________________________________________
1821 [  4682] By: gsar                                  on 1999/12/16  08:33:28
1822         Log: mingw32 doesn't have anonymous union (from Benjamin Stuhl
1823              <sho_pi@hotmail.com>)
1824      Branch: perl
1825            ! win32/win32.c
1826 ____________________________________________________________________________
1827 [  4681] By: gsar                                  on 1999/12/16  08:31:15
1828         Log: missing backslash (spotted by Johan Vromans)
1829      Branch: perl
1830            ! perl.c
1831 ____________________________________________________________________________
1832 [  4680] By: gsar                                  on 1999/12/16  08:26:00
1833         Log: avoid coredump on diagnostics when STDERR is closed
1834      Branch: perl
1835            ! perl.h
1836 ____________________________________________________________________________
1837 [  4679] By: gsar                                  on 1999/12/12  18:09:41
1838         Log: integrate mainline changes
1839      Branch: utfperl
1840           +> (branch 39 files)
1841            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
1842            - lib/unicode/UnicodeData-Latest.txt
1843           !> (integrate 447 files)
1844 ____________________________________________________________________________
1845 [  4678] By: gsar                                  on 1999/12/10  01:39:13
1846         Log: interpreter structure should be nulled under -DMULTIPLICITY
1847      Branch: perl
1848            ! perl.c
1849 ____________________________________________________________________________
1850 [  4677] By: gsar                                  on 1999/12/09  11:10:27
1851         Log: update Changes
1852      Branch: perl
1853            ! Changes
1854
1855 ----------------
1856 Version 5.005_63
1857 ----------------
1858
1859 ____________________________________________________________________________
1860 [  4676] By: gsar                                  on 1999/12/09  10:51:43
1861         Log: fix File::Find testsuite bugs in symlink-less places
1862      Branch: perl
1863            ! t/lib/filefind.t
1864 ____________________________________________________________________________
1865 [  4675] By: gsar                                  on 1999/12/09  10:22:31
1866         Log: USE_ITHREADS tweaks and notes
1867      Branch: perl
1868            ! op.c pod/perldelta.pod sv.c
1869 ____________________________________________________________________________
1870 [  4674] By: gsar                                  on 1999/12/09  10:21:53
1871         Log: allow new style sort subs to work under usethreads
1872      Branch: perl
1873            ! pp_ctl.c
1874 ____________________________________________________________________________
1875 [  4673] By: gsar                                  on 1999/12/09  04:00:23
1876         Log: document compatibility issue with literal list slices and NOTOP
1877              (C<not (1,2,3)[0]> is now a syntax error)
1878      Branch: perl
1879            ! pod/perldelta.pod
1880 ____________________________________________________________________________
1881 [  4672] By: gsar                                  on 1999/12/09  01:14:46
1882         Log: avoid mismatched expectation <-> int types for C++ builds
1883      Branch: perl
1884            ! embed.pl intrpvar.h proto.h toke.c
1885 ____________________________________________________________________________
1886 [  4671] By: gsar                                  on 1999/12/09  00:36:24
1887         Log: newer version of File::Find with support for following symlinks and
1888              other features, from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>
1889      Branch: perl
1890            ! lib/File/Find.pm pod/perldelta.pod t/lib/filefind.t
1891 ____________________________________________________________________________
1892 [  4670] By: gsar                                  on 1999/12/09  00:13:06
1893         Log: avoid initializing GvCV slot for autovivified filehandles
1894      Branch: perl
1895            ! pp.c
1896 ____________________________________________________________________________
1897 [  4669] By: gsar                                  on 1999/12/08  19:09:27
1898         Log: apply change#4618 again along with Ilya's patch to fix bugs
1899              in it (see change#4622)
1900      Branch: perl
1901            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h regexec.c
1902            ! t/op/re_tests t/op/subst.t
1903 ____________________________________________________________________________
1904 [  4668] By: gsar                                  on 1999/12/08  18:56:53
1905         Log: patch to fix parser bug in C<${h{${a[0]}}} = 13>
1906              From: Larry Wall <larry@wall.org>
1907              Date: Tue, 7 Dec 1999 12:39:30 -0800 (PST)
1908              Message-Id: <199912072039.MAA13257@kiev.wall.org>
1909              Subject: Re: [ID 19991204.002] Inconsistency of ${hash{key}}
1910      Branch: perl
1911            ! embedvar.h intrpvar.h objXSUB.h sv.c toke.c
1912 ____________________________________________________________________________
1913 [  4667] By: gsar                                  on 1999/12/08  18:47:37
1914         Log: patch to fix aix hints from ortmann@vnet.ibm.com
1915      Branch: perl
1916            ! hints/aix.sh
1917 ____________________________________________________________________________
1918 [  4666] By: gsar                                  on 1999/12/08  18:29:02
1919         Log: documentation tweaks from M. J. T. Guy, Micheal Schwern, and
1920              Tim Meadowcroft
1921      Branch: perl
1922            ! Changes lib/Benchmark.pm pod/perlipc.pod pod/perlre.pod
1923 ____________________________________________________________________________
1924 [  4665] By: gsar                                  on 1999/12/08  02:22:31
1925         Log: introduce save_I8() for saving byte values
1926      Branch: perl
1927            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
1928            ! regcomp.c regexec.c scope.c scope.h sv.c
1929 ____________________________________________________________________________
1930 [  4664] By: gsar                                  on 1999/12/08  02:02:33
1931         Log: use SAVEINT() rather than SAVEDESTRUCTOR() for saving PL_expect etc.
1932      Branch: perl
1933            ! toke.c
1934 ____________________________________________________________________________
1935 [  4663] By: gsar                                  on 1999/12/08  01:11:44
1936         Log: longstanding typo in lexer: PL_lex_expect was not properly
1937              saved on reentry
1938      Branch: perl
1939            ! toke.c
1940 ____________________________________________________________________________
1941 [  4662] By: gsar                                  on 1999/12/07  23:16:21
1942         Log: typos in change#4546
1943      Branch: perl
1944            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm sv.c
1945 ____________________________________________________________________________
1946 [  4661] By: gsar                                  on 1999/12/07  09:33:50
1947         Log: typos in change#4660
1948      Branch: perl
1949            ! embed.h embed.pl objXSUB.h perl.h perlapi.c pp_sys.c proto.h
1950 ____________________________________________________________________________
1951 [  4660] By: gsar                                  on 1999/12/06  23:42:55
1952         Log: tweaks for building with -DUSE_ITHREADS on !WIN32 platforms;
1953              fix bug where lc($readonly) could result in bogus errors
1954      Branch: perl
1955            ! embed.h embed.pl iperlsys.h makedef.pl objXSUB.h perlapi.c
1956            ! pp.c pp_sys.c proto.h sv.c
1957 ____________________________________________________________________________
1958 [  4659] By: gsar                                  on 1999/12/06  15:24:31
1959         Log: allow IRIX 6.5 to build perl (from Helmut Jarausch
1960              <jarausch@igpm.rwth-aachen.de>)
1961      Branch: perl
1962            ! perl.h
1963 ____________________________________________________________________________
1964 [  4658] By: gsar                                  on 1999/12/06  15:18:30
1965         Log: fix for -Dp via $^D (suggested by Stephane Payrard
1966              <stef@adnaccess.com>)
1967      Branch: perl
1968            ! mg.c
1969 ____________________________________________________________________________
1970 [  4657] By: gsar                                  on 1999/12/06  06:50:01
1971         Log: change#4641 needs perldiag.pod edit
1972      Branch: perl
1973            - lib/unicode/UnicodeData-Latest.txt
1974            ! pod/perldiag.pod
1975 ____________________________________________________________________________
1976 [  4656] By: gsar                                  on 1999/12/06  01:36:56
1977         Log: Makefile tweak for change#4649
1978      Branch: perl
1979            ! Makefile.SH
1980 ____________________________________________________________________________
1981 [  4655] By: gsar                                  on 1999/12/05  17:23:57
1982         Log: change#4653 was missing a patch reject
1983      Branch: perl
1984            ! win32/makefile.mk
1985 ____________________________________________________________________________
1986 [  4654] By: gsar                                  on 1999/12/05  11:41:04
1987         Log: windows build tweaks for Borland compiler
1988      Branch: perl
1989            ! win32/makefile.mk win32/perlhost.h win32/win32.c win32/win32.h
1990 ____________________________________________________________________________
1991 [  4653] By: gsar                                  on 1999/12/05  11:07:37
1992         Log: applied somewhat modified version of suggested patch
1993              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
1994              Date: Thu, 18 Nov 1999 18:45:27 PST
1995              Message-ID: <19991119024527.72749.qmail@hotmail.com>
1996              Subject: [PATCH 5.005_62] Perl on Win95, Mark IIB
1997      Branch: perl
1998            + win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
1999            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
2000            ! lib/ExtUtils/MM_Win32.pm win32/config_sh.PL win32/genmk95.pl
2001            ! win32/makefile.mk win32/win32.h
2002 ____________________________________________________________________________
2003 [  4652] By: gsar                                  on 1999/12/05  09:24:45
2004         Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
2005              Date: Thu, 4 Nov 1999 16:34:23 -0800 (PST)
2006              Message-Id: <199911050034.QAA06499@scoot.pdev.sco.com>
2007              Subject: [ID 19991104.005] modified hints file for UnixWare7 ( svr5)
2008      Branch: perl
2009            ! Changes hints/svr5.sh
2010 ____________________________________________________________________________
2011 [  4651] By: gsar                                  on 1999/12/05  09:01:19
2012         Log: on dosish platforms, avoid infinite recursion in File::Path::mkpath()
2013              when given non-existent drive names
2014      Branch: perl
2015            ! lib/File/Path.pm
2016 ____________________________________________________________________________
2017 [  4650] By: gsar                                  on 1999/12/05  08:47:11
2018         Log: windows build tweaks for change#4649
2019      Branch: perl
2020            ! win32/Makefile win32/makefile.mk
2021 ____________________________________________________________________________
2022 [  4649] By: gsar                                  on 1999/12/05  07:49:28
2023         Log: make File::Glob::glob() the default for CORE::glob()
2024              (old csh glob can still be had with -DPERL_EXTERNAL_GLOB)
2025      Branch: perl
2026            ! Makefile.SH op.c pod/perldelta.pod win32/Makefile
2027            ! win32/makefile.mk
2028 ____________________________________________________________________________
2029 [  4648] By: gsar                                  on 1999/12/05  00:33:34
2030         Log: fix bug in processing L<> tags (from j.vavruska@post.cz)
2031      Branch: perl
2032            ! lib/Pod/Html.pm
2033 ____________________________________________________________________________
2034 [  4647] By: gsar                                  on 1999/12/05  00:14:01
2035         Log: remove outdated entry
2036      Branch: perl
2037            ! pod/perltrap.pod
2038 ____________________________________________________________________________
2039 [  4646] By: gsar                                  on 1999/12/04  22:48:51
2040         Log: s/block/loop block/ in diagnostics about next, last, redo
2041      Branch: perl
2042            ! pod/perldiag.pod pp_ctl.c t/op/runlevel.t t/pragma/warn/pp_ctl
2043 ____________________________________________________________________________
2044 [  4645] By: gsar                                  on 1999/12/04  22:25:32
2045         Log: readability tweak suggested by GRommel@sears.com
2046      Branch: perl
2047            ! pp.c
2048 ____________________________________________________________________________
2049 [  4644] By: gsar                                  on 1999/12/04  22:05:00
2050         Log: Configure tweak from Peter Prymmer
2051      Branch: perl
2052            ! Configure
2053 ____________________________________________________________________________
2054 [  4643] By: gsar                                  on 1999/12/04  21:55:27
2055         Log: make weak keyword check look for defined(&lock), not
2056              merely defined(*lock)
2057      Branch: perl
2058            ! toke.c
2059 ____________________________________________________________________________
2060 [  4642] By: gsar                                  on 1999/12/04  21:11:51
2061         Log: make eof() open ARGV if it isn't open already; also fixes bug
2062              where eof() would operate on any last-read filehandle, not
2063              just ARGV
2064      Branch: perl
2065            ! pp_sys.c
2066 ____________________________________________________________________________
2067 [  4641] By: gsar                                  on 1999/12/04  04:42:25
2068         Log: make uninitialized value warnings report opcode
2069      Branch: perl
2070            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
2071            ! opcode.pl perl.h perlapi.c pp.c pp_hot.c proto.h sv.c
2072            ! t/op/misc.t t/pragma/warn/1global t/pragma/warn/2use
2073            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/7fatal
2074            ! t/pragma/warn/doio t/pragma/warn/pp t/pragma/warn/pp_hot
2075            ! t/pragma/warn/sv
2076 ____________________________________________________________________________
2077 [  4640] By: gsar                                  on 1999/12/04  02:40:44
2078         Log: provide explicit functions timegm_nocheck() and timelocal_nocheck()
2079              that don't do range checking
2080      Branch: perl
2081            ! lib/Time/Local.pm
2082 ____________________________________________________________________________
2083 [  4639] By: gsar                                  on 1999/12/04  01:00:49
2084         Log: better implementation of change#3326; open(local $foo,...) now
2085              allowed in addition to any uninitialized variable, for consistency
2086              with how autovivification works elsewhere; add code to use the
2087              variable name as the name of the handle for simple variables, so
2088              that diagnostics report the handle: "... at - line 1, <$foo> line 10."
2089      Branch: perl
2090            ! op.c pod/perldelta.pod pp.c t/io/open.t
2091 ____________________________________________________________________________
2092 [  4638] By: gsar                                  on 1999/12/03  21:20:00
2093         Log: pod nits
2094      Branch: perl
2095            ! pod/perlfunc.pod pod/perlrun.pod
2096 ____________________________________________________________________________
2097 [  4637] By: gsar                                  on 1999/12/03  08:59:04
2098         Log: change#4431 was flawed
2099      Branch: perl
2100            ! Makefile.SH
2101 ____________________________________________________________________________
2102 [  4636] By: gsar                                  on 1999/12/03  07:59:52
2103         Log: pod embellishments from Nathan Torkington
2104      Branch: perl
2105            ! pod/perlfaq2.pod pod/perlhack.pod
2106 ____________________________________________________________________________
2107 [  4635] By: gsar                                  on 1999/12/03  07:56:04
2108         Log: perlfaq4 typo (from Jeff Pinyan <jeffp@crusoe.net>)
2109      Branch: perl
2110            ! pod/perlfaq4.pod
2111 ____________________________________________________________________________
2112 [  4634] By: gsar                                  on 1999/12/03  07:47:47
2113         Log: test tweak for VMS (from Craig A. Berry)
2114      Branch: perl
2115            ! t/io/nargv.t
2116 ____________________________________________________________________________
2117 [  4633] By: gsar                                  on 1999/12/03  07:44:52
2118         Log: patchls tweak from Andreas Koenig
2119      Branch: perl
2120            ! Porting/patchls
2121 ____________________________________________________________________________
2122 [  4632] By: gsar                                  on 1999/12/03  07:42:23
2123         Log: don't mess with the umask()
2124      Branch: perl
2125            ! installhtml installman installperl lib/ExtUtils/Install.pm
2126            ! lib/ExtUtils/Manifest.pm
2127 ____________________________________________________________________________
2128 [  4631] By: gsar                                  on 1999/12/03  06:52:50
2129         Log: support -a switch to append bytecode to an existing file and make
2130              perlcc use it (from Tom Hughes <tom@compton.nu>)
2131      Branch: perl
2132            ! ext/B/B/Bytecode.pm utils/perlcc.PL
2133 ____________________________________________________________________________
2134 [  4630] By: gsar                                  on 1999/12/03  06:46:16
2135         Log: document incompatible perl4 vec() vs bitwise ops interaction trap
2136              (from Tom Phoenix)
2137      Branch: perl
2138            ! pod/perltrap.pod
2139 ____________________________________________________________________________
2140 [  4629] By: gsar                                  on 1999/12/03  06:40:15
2141         Log: use PerlIO abstraction rather than straight stdio (from
2142              Chip Salzenberg)
2143      Branch: perl
2144            ! ext/ByteLoader/ByteLoader.xs
2145 ____________________________________________________________________________
2146 [  4628] By: gsar                                  on 1999/12/03  06:15:54
2147         Log: avoid warning in IO::Select::exists() if socket doesn't exist
2148      Branch: perl
2149            ! ext/IO/lib/IO/Select.pm
2150 ____________________________________________________________________________
2151 [  4627] By: gsar                                  on 1999/12/03  06:05:19
2152         Log: two small patches from Peter Prymmer <pvhp@forte.com>
2153      Branch: perl
2154            ! makedepend.SH win32/Makefile win32/makefile.mk
2155 ____________________________________________________________________________
2156 [  4626] By: gsar                                  on 1999/12/03  05:36:38
2157         Log: From: Peter Prymmer <pvhp@forte.com>
2158              Date: Thu, 25 Nov 1999 21:06:19 -0800 (PST)
2159              Message-Id: <199911260506.VAA17230@brio.forte.com>
2160              Subject: [PATCH: 5.005_62] implement /[:ascii:]/ on ebcdic machines
2161      Branch: perl
2162            ! regcomp.c
2163 ____________________________________________________________________________
2164 [  4625] By: gsar                                  on 1999/12/03  05:20:21
2165         Log: Windows build tweaks due to change#4623
2166      Branch: perl
2167            ! win32/Makefile win32/makefile.mk win32/perlhost.h
2168 ____________________________________________________________________________
2169 [  4624] By: gsar                                  on 1999/12/03  04:58:30
2170         Log: add missing file
2171      Branch: perl
2172            + ext/DynaLoader/XSLoader_pm.PL
2173 ____________________________________________________________________________
2174 [  4623] By: gsar                                  on 1999/12/03  04:47:03
2175         Log: applied suggested patch; removed $VERSION = $VERSION hack
2176              (change#4043 fixed the need for that)
2177              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2178              Date: Tue, 16 Nov 1999 01:50:31 EST
2179              Message-Id: <199911160650.BAA18874@monk.mps.ohio-state.edu>
2180              Subject: [PATCH 5.005_62] XSLoader.pm
2181      Branch: perl
2182            ! MANIFEST ext/B/B.pm ext/ByteLoader/ByteLoader.pm
2183            ! ext/DB_File/DB_File.pm ext/Data/Dumper/Dumper.pm
2184            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
2185            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/Makefile.PL
2186            ! ext/DynaLoader/dlutils.c ext/Fcntl/Fcntl.pm
2187            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm ext/IO/IO.pm
2188            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
2189            ! ext/Opcode/Opcode.pm ext/POSIX/POSIX.pm
2190            ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
2191            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
2192            ! lib/AutoLoader.pm lib/FindBin.pm lib/Getopt/Std.pm
2193 ____________________________________________________________________________
2194 [  4622] By: gsar                                  on 1999/12/03  04:02:39
2195         Log: revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:/x/>)
2196      Branch: perl
2197            ! Changes embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
2198 ____________________________________________________________________________
2199 [  4621] By: gsar                                  on 1999/12/02  22:24:53
2200         Log: caveat about thread-safety of extensions
2201      Branch: perl
2202            ! pod/perlfork.pod
2203 ____________________________________________________________________________
2204 [  4620] By: gsar                                  on 1999/12/02  20:31:02
2205         Log: XS documentation patches suggested by Ilya, severally adjusted
2206      Branch: perl
2207            ! pod/perlxs.pod pod/perlxstut.pod
2208 ____________________________________________________________________________
2209 [  4619] By: gsar                                  on 1999/12/02  17:52:50
2210         Log: re-add missing Unicode database master
2211      Branch: perl
2212            + lib/unicode/Unicode.300
2213 ____________________________________________________________________________
2214 [  4618] By: gsar                                  on 1999/12/02  06:56:18
2215         Log: applied suggested patch with prototype changes
2216              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
2217              Date:    Tue, 23 Nov 1999 22:55:55 EST
2218              Message-Id: <199911240355.WAA23033@monk.mps.ohio-state.edu>
2219              Subject: [PATCH 5.005_62] First char cognizance
2220      Branch: perl
2221            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
2222 ____________________________________________________________________________
2223 [  4617] By: gsar                                  on 1999/12/02  06:04:57
2224         Log: fixes for bugs in change#4586 and OS/2 pod tweak, from Ilya
2225      Branch: perl
2226            ! os2/OS2/REXX/REXX.pm regexec.c t/op/re_tests
2227 ____________________________________________________________________________
2228 [  4616] By: gsar                                  on 1999/12/02  04:30:22
2229         Log: various documentation tweaks suggested by M. J. T. Guy
2230      Branch: perl
2231            ! INSTALL lib/strict.pm pod/perlfunc.pod pod/perlsyn.pod
2232 ____________________________________________________________________________
2233 [  4615] By: gsar                                  on 1999/12/02  04:17:43
2234         Log: various File::Glob fixes for DOSISH platforms
2235              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
2236              Date: Tue, 02 Nov 1999 11:11:25 GMT
2237              Message-Id: <714DFA46B9BBD0119CD000805FC1F53BDC38E3@UKRUX002.rundc.uk.origin-it.com>
2238              Subject: File::Glob again. Final patch, honest!
2239      Branch: perl
2240            + t/lib/glob-case.t
2241            ! MANIFEST ext/File/Glob/Changes ext/File/Glob/Glob.pm
2242            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
2243            ! ext/File/Glob/bsd_glob.h op.c t/lib/glob-global.t
2244 ____________________________________________________________________________
2245 [  4614] By: gsar                                  on 1999/12/02  03:42:55
2246         Log: allow XSUBs and prototyped subroutines to be used with sort() (tweaked
2247              variant of patch suggested by Peter Haworth <pmh@edison.ioppublishing.com>)
2248      Branch: perl
2249            ! pod/perldelta.pod pod/perlfunc.pod pp_ctl.c t/op/sort.t
2250 ____________________________________________________________________________
2251 [  4613] By: gsar                                  on 1999/12/02  01:59:19
2252         Log: ignore yet another known scalar leak
2253      Branch: perl
2254            ! t/pragma/warn/regcomp
2255 ____________________________________________________________________________
2256 [  4612] By: gsar                                  on 1999/12/02  01:15:02
2257         Log: avoid potential stack extension bug in pp_unpack() (spotted by Ilya)
2258      Branch: perl
2259            ! pp.c
2260 ____________________________________________________________________________
2261 [  4611] By: gsar                                  on 1999/12/02  00:31:43
2262         Log: a somewhat tweaked version of suggested patch
2263              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2264              Date: Wed, 27 Oct 1999 18:57:41 -0400 (EDT)
2265              Message-Id: <199910272257.SAA29928@monk.mps.ohio-state.edu>
2266              Subject: [PATCH 5.005_62] Another round of pack/vec docs patches
2267      Branch: perl
2268            ! pod/perlfunc.pod
2269 ____________________________________________________________________________
2270 [  4610] By: gsar                                  on 1999/12/01  19:09:31
2271         Log: more accurate require() pseudocode (from James P. Williams
2272              <James.P.Williams@USAHQ.UnitedSpaceAlliance.com>)
2273      Branch: perl
2274            ! pod/perlfunc.pod
2275 ____________________________________________________________________________
2276 [  4609] By: gsar                                  on 1999/12/01  18:43:49
2277         Log: avoid "Callback called exit" error on intentional exit()
2278      Branch: perl
2279            ! embedvar.h intrpvar.h objXSUB.h perl.c perl.h pp_ctl.c
2280 ____________________________________________________________________________
2281 [  4608] By: gsar                                  on 1999/12/01  18:42:38
2282         Log: find_byclass() prototype was incoherent
2283      Branch: perl
2284            ! regexec.c
2285 ____________________________________________________________________________
2286 [  4607] By: gsar                                  on 1999/12/01  05:45:10
2287         Log: better documentation for goto &NAME (from M. J. T. Guy)
2288      Branch: perl
2289            ! pod/perlfunc.pod
2290 ____________________________________________________________________________
2291 [  4606] By: gsar                                  on 1999/12/01  05:33:14
2292         Log: integrate cfgperl contents into mainline
2293      Branch: perl
2294           +> lib/unicode/Jamo.txt lib/unicode/NamesList.html
2295           +> lib/unicode/UCD300.html lib/unicode/Unicode3.html
2296            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
2297            ! Changes
2298           !> (integrate 210 files)
2299 ____________________________________________________________________________
2300 [  4605] By: gsar                                  on 1999/12/01  05:15:27
2301         Log: avoid PTR->IV cast warnings
2302      Branch: perl
2303            ! mg.c op.c scope.h
2304 ____________________________________________________________________________
2305 [  4604] By: gsar                                  on 1999/12/01  03:59:56
2306         Log: email address changes
2307      Branch: perl
2308            ! AUTHORS Changes Porting/genlog Porting/p4d2p Porting/p4desc
2309            ! README.win32 ext/Data/Dumper/Dumper.pm lib/DB.pm
2310            ! lib/File/DosGlob.pm lib/Math/Complex.pm lib/Math/Trig.pm
2311            ! pod/perl5005delta.pod pod/perlport.pod t/op/runlevel.t
2312            ! utils/perlbug.PL utils/perldoc.PL win32/bin/perlglob.pl
2313 ____________________________________________________________________________
2314 [  4603] By: gsar                                  on 1999/12/01  03:45:13
2315         Log: minor USE_ITHREADS tweaks
2316      Branch: perl
2317            ! doio.c op.c op.h pp_hot.c pp_sys.c run.c win32/Makefile
2318            ! win32/perllib.c win32/win32.h
2319 ____________________________________________________________________________
2320 [  4602] By: gsar                                  on 1999/12/01  01:00:09
2321         Log: more complete pseudo-fork() support for Windows
2322      Branch: perl
2323            + pod/perlfork.pod win32/perlhost.h win32/vdir.h win32/vmem.h
2324            ! MANIFEST XSUB.h cop.h dump.c embed.h embed.pl embedvar.h
2325            ! ext/B/B/CC.pm ext/Opcode/Opcode.xs global.sym globals.c
2326            ! globvar.sym gv.c hv.c intrpvar.h iperlsys.h makedef.pl mg.c
2327            ! mpeix/mpeixish.h objXSUB.h op.c op.h os2/os2ish.h perl.c
2328            ! perl.h perlapi.c plan9/plan9ish.h pod/Makefile pod/buildtoc
2329            ! pod/perl.pod pod/roffitall pp.c pp_ctl.c pp_hot.c pp_sys.c
2330            ! proto.h regcomp.c run.c scope.c scope.h sv.c t/op/fork.t
2331            ! toke.c unixish.h util.c vos/vosish.h win32/Makefile
2332            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
2333            ! win32/win32iop.h win32/win32thread.h
2334 ____________________________________________________________________________
2335 [  4601] By: gsar                                  on 1999/12/01  00:45:38
2336         Log: rudimentary support for remote debugging, from aeons ago (somewhat
2337              modified)
2338              From: Graham TerMarsch <grahamt@ActiveState.com>
2339              Date: Sat, 12 Sep 1998 10:46:55 -0700
2340              Message-ID: <35FAB38F.EA9AAC50@activestate.com>
2341              Subject: Re: Patches to perl5db.pl to allow for remote debugging
2342      Branch: perl
2343            ! lib/perl5db.pl
2344 ____________________________________________________________________________
2345 [  4600] By: chip                                  on 1999/11/19  21:16:00
2346         Log: Document known limitations of fdopen() on some systems,
2347              as they apply to open() and sysopen().
2348      Branch: perl
2349            ! pod/perlfunc.pod
2350 ____________________________________________________________________________
2351 [  4599] By: chip                                  on 1999/11/19  17:20:19
2352         Log: Undef printf before redirecting it to PerlIO_stdoutf.
2353              (Avoids an irritating warning when compiling with PerlIO.)
2354      Branch: perl
2355            ! perl.h
2356 ____________________________________________________________________________
2357 [  4598] By: jhi                                   on 1999/11/22  21:30:17
2358         Log: Small VMS nits from Craig A. Berry, <craig.berry@metamor.com>.
2359      Branch: cfgperl
2360            ! README.vms t/io/open.t
2361 ____________________________________________________________________________
2362 [  4597] By: jhi                                   on 1999/11/21  16:21:21
2363         Log: Replace #4596 with the change done in 5.005_03.
2364      Branch: cfgperl
2365            ! ext/Errno/Errno_pm.PL
2366 ____________________________________________________________________________
2367 [  4596] By: jhi                                   on 1999/11/21  16:07:20
2368         Log: Skip processing a file if the file to be opened is '-'
2369              (can happen in UNICOS)
2370      Branch: cfgperl
2371            ! ext/Errno/Errno_pm.PL
2372 ____________________________________________________________________________
2373 [  4595] By: jhi                                   on 1999/11/21  14:05:10
2374         Log: VMS patches from Peter Prymmer.
2375      Branch: cfgperl
2376            ! doio.c mg.c taint.c vms/subconfigure.com vms/vms.c
2377 ____________________________________________________________________________
2378 [  4594] By: jhi                                   on 1999/11/18  17:07:14
2379         Log: The find_byclass prototype is already in proto.h. 
2380      Branch: cfgperl
2381            ! regexec.c
2382 ____________________________________________________________________________
2383 [  4593] By: gsar                                  on 1999/11/16  21:25:21
2384         Log: typo in flag checks
2385      Branch: utfperl
2386            ! sv.h
2387 ____________________________________________________________________________
2388 [  4592] By: jhi                                   on 1999/11/16  21:17:25
2389         Log: Regen Configure.
2390      Branch: cfgperl
2391            ! Configure config_h.SH pp.c pp.h vms/subconfigure.com
2392      Branch: metaconfig
2393            ! U/a_dvisory/quadtype.U
2394 ____________________________________________________________________________
2395 [  4591] By: jhi                                   on 1999/11/16  14:53:19
2396         Log: Integrate with Sarathy.
2397      Branch: cfgperl
2398           !> cop.h deb.c embed.h embed.pl global.sym lib/Pod/Checker.pm
2399           !> lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Select.pm
2400           !> lib/Pod/Usage.pm makedef.pl objXSUB.h perl.c perlapi.c
2401           !> pod/podchecker.PL pp_sys.c proto.h sv.c t/pod/poderrs.t
2402           !> t/pod/poderrs.xr
2403 ____________________________________________________________________________
2404 [  4590] By: gsar                                  on 1999/11/16  05:57:56
2405         Log: Pod::Parser updates (v1.091) from Brad Appleton <bradapp@enteract.com>
2406      Branch: perl
2407            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
2408            ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/podchecker.PL
2409            ! t/pod/poderrs.t t/pod/poderrs.xr
2410 ____________________________________________________________________________
2411 [  4589] By: gsar                                  on 1999/11/15  18:47:34
2412         Log: add a synchronous stub fork() for USE_ITHREADS to prove that a simple
2413              C<if (fork()) { print "parent" } else { print "child" }> works on
2414              Windows (incidentally running a cloned^2 interpreter :)
2415      Branch: perl
2416            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perlapi.c
2417            ! pp_sys.c proto.h sv.c
2418 ____________________________________________________________________________
2419 [  4588] By: gsar                                  on 1999/11/15  14:34:36
2420         Log: cloning the stack (part 1)
2421      Branch: perl
2422            ! cop.h deb.c perl.c sv.c
2423 ____________________________________________________________________________
2424 [  4587] By: jhi                                   on 1999/11/15  00:22:20
2425         Log: Integrate with Sarathy.
2426      Branch: cfgperl
2427           !> Changes embed.h embed.pl embedvar.h global.sym intrpvar.h
2428           !> makedef.pl objXSUB.h op.c perl.h perlapi.c proto.h run.c sv.c
2429           !> win32/perllib.c
2430 ____________________________________________________________________________
2431 [  4586] By: jhi                                   on 1999/11/14  21:17:26
2432         Log: Ilya's "hopscotch" patch, reworked by Ilya to fit.
2433      Branch: cfgperl
2434            ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
2435 ____________________________________________________________________________
2436 [  4585] By: gsar                                  on 1999/11/14  20:01:45
2437         Log: tweak for win32 build
2438      Branch: perl
2439            ! embed.h embed.pl op.c proto.h
2440 ____________________________________________________________________________
2441 [  4584] By: gsar                                  on 1999/11/14  19:46:25
2442         Log: cosmetic tweaks
2443      Branch: perl
2444            ! embed.h embed.pl embedvar.h global.sym intrpvar.h makedef.pl
2445            ! objXSUB.h perl.h perlapi.c proto.h sv.c win32/perllib.c
2446 ____________________________________________________________________________
2447 [  4583] By: gsar                                  on 1999/11/14  17:38:32
2448         Log: fix problem pointer casts
2449      Branch: perl
2450            ! Changes run.c sv.c
2451 ____________________________________________________________________________
2452 [  4582] By: jhi                                   on 1999/11/14  17:10:01
2453         Log: Integrate with Sarathy.
2454      Branch: cfgperl
2455           !> cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c perly.c
2456           !> perly.y pp_ctl.c pp_sys.c sv.c t/op/misc.t toke.c util.c
2457           !> vms/perly_c.vms win32/perllib.c
2458 ____________________________________________________________________________
2459 [  4581] By: jhi                                   on 1999/11/14  17:08:23
2460         Log: The separation of 64-bitness and largefileness continues
2461              (with a setback, see hpux.sh).
2462      Branch: cfgperl
2463            ! Configure MANIFEST config_h.SH hints/aix.sh hints/hpux.sh
2464            ! hints/solaris_2.sh
2465      Branch: metaconfig
2466            ! U/threads/archname.U U/typedefs/lseektype.U
2467      Branch: metaconfig/U/perl
2468            ! fpossize.U use64bits.U uselfs.U
2469 ____________________________________________________________________________
2470 [  4580] By: jhi                                   on 1999/11/14  13:26:41
2471         Log: Another Unicode update.
2472      Branch: cfgperl
2473            + lib/unicode/Jamo.txt lib/unicode/NamesList.html
2474            + lib/unicode/UCD300.html lib/unicode/Unicode3.html
2475            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
2476            ! (edit 189 files)
2477 ____________________________________________________________________________
2478 [  4579] By: gsar                                  on 1999/11/14  10:21:49
2479         Log: sundry cleanups for cloned interpreters (only known failure mode
2480              is due to regexps keeping non-constant data in their compiled
2481              structures)
2482      Branch: perl
2483            ! cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c pp_ctl.c
2484            ! pp_sys.c sv.c toke.c util.c win32/perllib.c
2485 ____________________________________________________________________________
2486 [  4578] By: gsar                                  on 1999/11/14  03:37:37
2487         Log: fix bug in change#4515 (STOP blocks now see @ARGV like the rest)
2488      Branch: perl
2489            ! perly.c perly.y t/op/misc.t vms/perly_c.vms
2490 ____________________________________________________________________________
2491 [  4577] By: jhi                                   on 1999/11/13  19:50:24
2492         Log: Change #4576 accidentally leaked also parts of
2493              Ilya's patch that won't apply cleanly anymore.
2494      Branch: cfgperl
2495            ! regexec.c t/op/re_tests
2496 ____________________________________________________________________________
2497 [  4576] By: jhi                                   on 1999/11/13  19:43:37
2498         Log: Integrate with Sarathy.
2499      Branch: cfgperl
2500            ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
2501           !> ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm t/lib/dumper.t
2502           !> t/op/regexp.t t/pragma/overload.t
2503 ____________________________________________________________________________
2504 [  4575] By: gsar                                  on 1999/11/13  19:41:46
2505         Log: typos in change#4561 and change#4565
2506      Branch: perl
2507            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm
2508 ____________________________________________________________________________
2509 [  4574] By: gsar                                  on 1999/11/13  19:31:19
2510         Log: revert non-kosher parts of change#4562 (sort order problems
2511              should be ignored (on ebcdic) by fixing dumper.t/T() to sort
2512              result and expected lines; /[:ascii:]/ not working should be
2513              fixed, not ignored in regexp.t; result from sort should be
2514              fixed to be ascii portable on ebcdic, not ebcdic-specific)
2515      Branch: perl
2516            ! t/lib/dumper.t t/op/regexp.t t/pragma/overload.t
2517 ____________________________________________________________________________
2518 [  4573] By: gsar                                  on 1999/11/13  19:13:04
2519         Log: integrate cfgperl changes into mainline
2520      Branch: perl
2521           +> lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
2522           +> lib/unicode/In/BopomofoExtended.pl
2523           +> lib/unicode/In/BraillePatterns.pl
2524           +> lib/unicode/In/CJKRadicalsSupplement.pl
2525           +> lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
2526           +> lib/unicode/In/Cherokee.pl
2527           +> lib/unicode/In/IdeographicDescriptionCharacters.pl
2528           +> lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
2529           +> lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
2530           +> lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
2531           +> lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
2532           +> lib/unicode/In/Thaana.pl
2533           +> lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
2534           +> lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
2535            - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
2536           !> (integrate 213 files)
2537 ____________________________________________________________________________
2538 [  4572] By: jhi                                   on 1999/11/13  18:44:50
2539         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
2540              To: perl5-porters@perl.org, VMSPERL@perl.org
2541              Subject: [PATCH 5.005_03 and 5.005_62] updates to README.vms
2542              Date: Wed, 27 Oct 1999 11:02:54 -0500
2543              Message-Id: <4.2.0.58.19991027105257.00addc10@mmtnt11.metamor.com>
2544      Branch: cfgperl
2545            ! README.vms
2546 ____________________________________________________________________________
2547 [  4571] By: jhi                                   on 1999/11/13  18:33:39
2548         Log: From: jand@activestate.com (Jan Dubois)
2549              To: perl5-porters@perl.org, Perl-Win32-Porters@activestate.com
2550              Cc: Douglas Lankshear <dougl@activestate.com>,
2551              Gurusamy Sarathy <gsar@activestate.com>
2552              Subject: [5.005_62 PATCH] support link() on WinNT and NTFS
2553              Date: Tue, 09 Nov 1999 00:38:33 +0100
2554              Message-ID: <382b5d24.10899522@smtprelay.t-online.de>
2555      Branch: cfgperl
2556            ! XSUB.h iperlsys.h pp_sys.c t/io/fs.t win32/config.bc
2557            ! win32/config.gc win32/config.vc win32/config_H.bc
2558            ! win32/config_H.gc win32/config_H.vc win32/perllib.c
2559            ! win32/win32.c win32/win32iop.h
2560 ____________________________________________________________________________
2561 [  4570] By: jhi                                   on 1999/11/13  18:30:37
2562         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2563              To: perl5-porters@perl.org (Mailing list Perl5)
2564              Subject: [PATCH 5.005_62] makedef.pl goof
2565              Date: Mon, 8 Nov 1999 23:55:21 -0500 (EST)
2566              Message-Id: <199911090455.XAA25627@monk.mps.ohio-state.edu>
2567      Branch: cfgperl
2568            ! makedef.pl
2569 ____________________________________________________________________________
2570 [  4569] By: jhi                                   on 1999/11/13  18:06:54
2571         Log: From: Michael G Schwern <schwern@pobox.com>
2572              To: perl5-porters@perl.org, pod-people@perl.org
2573              Cc: tchrist@mox.perl.com, gnat@frii.com
2574              Subject: [DOCPATCH 5.005_62 perlfaq9.pod] Mention HTML::FormatText
2575              Date: Wed, 10 Nov 1999 17:21:46 -0500
2576              Message-ID: <19991110172146.A23527@athens.aocn.com>
2577      Branch: cfgperl
2578            ! pod/perlfaq9.pod
2579 ____________________________________________________________________________
2580 [  4568] By: jhi                                   on 1999/11/13  18:05:33
2581         Log: From: "Paul Moore" <gustav@morpheus.demon.co.uk>
2582              To: <perl5-porters@perl.org>
2583              Subject: DynaLoader_pm.PL patch (backslashes in strings)
2584              Date: Wed, 10 Nov 1999 22:52:02 -0000
2585              Message-ID: <LPBBIIMJKJMPNOGHGLLCMEBFCAAA.gustav@morpheus.demon.co.uk>
2586      Branch: cfgperl
2587            ! ext/DynaLoader/DynaLoader_pm.PL
2588 ____________________________________________________________________________
2589 [  4567] By: jhi                                   on 1999/11/13  18:03:52
2590         Log: From: JD Laub <jdl@access-health.com>
2591              To: perl5-porters@perl.org
2592              Subject: [ID 19991112.002] patch: Exporter.pm not reporting path
2593              Date: Fri, 12 Nov 1999 08:58:28 -0700 (MST)
2594              Message-Id: <199911121558.IAA08915@mocha.iasi.com>
2595      Branch: cfgperl
2596            ! lib/Exporter/Heavy.pm
2597 ____________________________________________________________________________
2598 [  4566] By: jhi                                   on 1999/11/13  18:01:24
2599         Log: From: Bernard Quatermass <bernard@quatermass.co.uk>
2600              To: perl5-porters@perl.org
2601              Subject: small patch for perldoc
2602              Date: Fri, 12 Nov 1999 23:11:43 GMT
2603              Message-Id: <VA.0000001c.00d1e05a@quatermass.co.uk>
2604      Branch: cfgperl
2605            ! utils/perldoc.PL
2606 ____________________________________________________________________________
2607 [  4565] By: jhi                                   on 1999/11/13  17:58:54
2608         Log: From: Scott Gifford <sgifford@tir.com>
2609              To: perl5-porters@perl.org
2610              Cc: gbarr@pobox.com
2611              Subject: [ID 19991112.004] Bug in IO::Socket (patch included)
2612              Date: 12 Nov 1999 18:55:30 -0500
2613              Message-Id: <m3emdvw9hp.fsf@sgifford.tir.com>
2614      Branch: cfgperl
2615            ! ext/IO/lib/IO/Socket.pm
2616 ____________________________________________________________________________
2617 [  4564] By: jhi                                   on 1999/11/13  17:45:39
2618         Log: Applied manually:
2619              From: "Craig A. Berry" <craig.berry@metamor.com>
2620              To: perl5-porters@perl.org, VMSPERL@perl.org
2621              Subject: [PATCH 5.005_62] patches required to build on VMS
2622              Date: Tue, 09 Nov 1999 18:16:14 -0600
2623              Message-Id: <4.2.2.19991109173839.00d12630@mmtnt11.metamor.com>
2624      Branch: cfgperl
2625            ! configure.com vms/descrip_mms.template vms/subconfigure.com
2626            ! vms/vms.c vms/vmsish.h
2627 ____________________________________________________________________________
2628 [  4563] By: jhi                                   on 1999/11/13  17:18:41
2629         Log: Regen Unicode tables to include a warning:
2630              Thou Shalt Not Edit Them By Hand; add missing
2631              (Unicode 2.0 -introduced) tables to MANIFEST;
2632              convert the equivalence tables to be valid Perl code.
2633      Branch: cfgperl
2634            + lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
2635            + lib/unicode/In/BopomofoExtended.pl
2636            + lib/unicode/In/BraillePatterns.pl
2637            + lib/unicode/In/CJKRadicalsSupplement.pl
2638            + lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
2639            + lib/unicode/In/Cherokee.pl
2640            + lib/unicode/In/IdeographicDescriptionCharacters.pl
2641            + lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
2642            + lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
2643            + lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
2644            + lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
2645            + lib/unicode/In/Thaana.pl
2646            + lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
2647            + lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
2648            - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
2649            ! (edit 169 files)
2650 ____________________________________________________________________________
2651 [  4562] By: jhi                                   on 1999/11/13  16:53:00
2652         Log: From: Peter Prymmer <pvhp@forte.com>
2653              To: gsar@activestate.com, perl-mvs@perl.org, perlbug@perl.com
2654              Subject: [PATCH: 5.005_62]was Re: [ID 19991102.003] perl on os390
2655              Date: Wed, 10 Nov 1999 14:34:36 -0800 (PST)
2656              Message-Id: <199911102234.OAA01018@brio.forte.com>
2657      Branch: cfgperl
2658            ! t/lib/dumper.t t/op/pack.t t/op/regexp.t t/pragma/locale.t
2659            ! t/pragma/overload.t
2660 ____________________________________________________________________________
2661 [  4561] By: jhi                                   on 1999/11/13  16:29:37
2662         Log: $Config{myarchname} is not a good architecture identifier
2663              because it may contain host/node identification like
2664              CPU serial numbers.
2665      Branch: cfgperl
2666            ! ext/Errno/Errno_pm.PL
2667 ____________________________________________________________________________
2668 [  4560] By: jhi                                   on 1999/11/13  16:26:13
2669         Log: Continue largefileness separation from quadness;
2670              move nv-preserving test out of perl.h into Configure;
2671              use HAS_SETVBUF in IO.
2672      Branch: cfgperl
2673            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2674            ! config_h.SH ext/IO/IO.xs hints/solaris_2.sh perl.h pp_sys.c
2675      Branch: metaconfig
2676            ! U/a_dvisory/quadtype.U
2677      Branch: metaconfig/U/perl
2678            + nvpresuv.U
2679            ! d_fseeko.U d_ftello.U io64.U perlxv.U
2680 ____________________________________________________________________________
2681 [  4559] By: jhi                                   on 1999/11/13  13:46:38
2682         Log: Try to fix largefileness so that it "works" without a quad IV.
2683      Branch: cfgperl
2684            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2685            ! config_h.SH perl.h pp_sys.c t/lib/syslfs.t t/op/lfs.t
2686      Branch: metaconfig
2687            ! U/a_dvisory/quadtype.U U/typedefs/lseektype.U
2688      Branch: metaconfig/U/perl
2689            ! io64.U
2690 ____________________________________________________________________________
2691 [  4558] By: jhi                                   on 1999/11/13  11:36:19
2692         Log: Undo drift from mainline.
2693      Branch: cfgperl
2694            ! regcomp.c util.c utils/h2xs.PL
2695 ____________________________________________________________________________
2696 [  4557] By: gsar                                  on 1999/11/13  10:54:46
2697         Log: typo
2698      Branch: perl
2699            ! util.c
2700 ____________________________________________________________________________
2701 [  4556] By: gsar                                  on 1999/11/13  10:53:41
2702         Log: integrate cfgperl contents (op.[ch] needed manual resolve)
2703      Branch: perl
2704           +> epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
2705           +> epoc/epoc_stubs.c
2706           !> (integrate 48 files)
2707 ____________________________________________________________________________
2708 [  4555] By: jhi                                   on 1999/11/13  10:05:54
2709         Log: Integrate with Sarathy.
2710      Branch: cfgperl
2711           !> dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
2712           !> sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
2713 ____________________________________________________________________________
2714 [  4554] By: jhi                                   on 1999/11/13  10:03:07
2715         Log: s/_SIGN$/_sign/g;
2716      Branch: metaconfig
2717            ! U/typedefs/gidsign.U U/typedefs/pidsign.U U/typedefs/uidsign.U
2718 ____________________________________________________________________________
2719 [  4553] By: gsar                                  on 1999/11/13  02:17:53
2720         Log: cloned interpreters now actually run and pass all but 55/10386
2721              subtests; various subtle bugs, new and old, observed when running
2722              cloned interpreters have been fixed
2723              
2724              still to do:
2725              |  * dup psig_ptr table
2726              |  * merge PADOP GVs support with "our" SVs (existing PADOPs are too
2727              |    simple-minded and grab one pad entry each, heavily bloating
2728              |    the pad by not avoiding dups)
2729              |  * overloaded constants are not really immutable--they need to
2730              |    be PADOPs
2731              |  * allocator for constants and OPs need to be spelled differently
2732              |    (shared vs interpreter-local allocations)
2733              |  * optree refcounting is still missing locking (macros are in place)
2734              |  * curstackinfo, {mark,scope,save,ret}stack need to be cloned so
2735              |    perl_clone() can be called from within runops*()
2736      Branch: perl
2737            ! dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
2738            ! sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
2739 ____________________________________________________________________________
2740 [  4552] By: jhi                                   on 1999/11/11  23:17:43
2741         Log: Turn on largefileness always if available and
2742              continue 64-bit fixes.
2743      Branch: cfgperl
2744            ! Configure config_h.SH handy.h hints/aix.sh hints/dec_osf.sh
2745            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh perl.h pp.c
2746            ! sv.c t/lib/syslfs.t t/op/lfs.t utf8.c
2747 ____________________________________________________________________________
2748 [  4551] By: jhi                                   on 1999/11/11  23:16:15
2749         Log: Split int64type from i_inttypes, rename quadcase into quadkind.
2750      Branch: metaconfig
2751            ! U/a_dvisory/quadtype.U
2752      Branch: metaconfig/U/perl
2753            + d_int64t.U
2754            ! i_inttypes.U io64.U
2755 ____________________________________________________________________________
2756 [  4550] By: jhi                                   on 1999/11/11  20:24:55
2757         Log: Fix a thinko in 4548.
2758      Branch: cfgperl
2759            ! pp_sys.c
2760 ____________________________________________________________________________
2761 [  4549] By: jhi                                   on 1999/11/11  19:48:21
2762         Log: Integrate with Sarathy.
2763      Branch: cfgperl
2764           !> (integrate 56 files)
2765 ____________________________________________________________________________
2766 [  4548] By: jhi                                   on 1999/11/11  19:41:56
2767         Log: Try to do something if st_size, st_uid, st_gid are too big for an IV;
2768              regen Configure.
2769      Branch: cfgperl
2770            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2771            ! config_h.SH pp_sys.c
2772 ____________________________________________________________________________
2773 [  4547] By: jhi                                   on 1999/11/11  19:40:38
2774         Log: s/_SIZE$/_size/g; add sizesize and ssizesize.
2775      Branch: metaconfig
2776            + U/typedefs/sizesize.U U/typedefs/ssizesize.U
2777            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
2778 ____________________________________________________________________________
2779 [  4546] By: gsar                                  on 1999/11/11  10:32:54
2780         Log: avoid stash pointers in optree under USE_ITHREADS
2781      Branch: perl
2782            ! bytecode.pl cop.h ext/B/B.xs ext/B/B/Asmdata.pm
2783            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
2784            ! ext/B/B/Deparse.pm ext/ByteLoader/bytecode.h
2785            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
2786            ! ext/Opcode/Opcode.xs gv.c op.c perl.c pp.c pp_ctl.c pp_hot.c
2787            ! scope.h sv.c
2788 ____________________________________________________________________________
2789 [  4545] By: gsar                                  on 1999/11/11  06:04:20
2790         Log: another change towards a shareable optree: avoid pointer to filegv
2791              in COP; revert parts of change#4485 and s/xcv_filegv/xcv_file/
2792              (CvFILE() may yet come in handy somewhere); adjust compiler doodads
2793              to suit
2794      Branch: perl
2795            ! bytecode.pl cop.h cv.h dump.c ext/B/B.pm ext/B/B.xs
2796            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
2797            ! ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
2798            ! ext/B/B/Lint.pm ext/B/B/Xref.pm ext/ByteLoader/bytecode.h
2799            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
2800            ! ext/Devel/Peek/Peek.pm gv.c gv.h op.c perl.c pp.c pp_ctl.c
2801            ! pp_sys.c scope.c scope.h sv.c sv.h toke.c util.c util.h
2802            ! win32/perllib.c
2803 ____________________________________________________________________________
2804 [  4544] By: gsar                                  on 1999/11/10  18:19:12
2805         Log: more cleanups for change#4539
2806      Branch: perl
2807            ! gv.h op.c op.h pp_ctl.c pp_hot.c
2808 ____________________________________________________________________________
2809 [  4543] By: gsar                                  on 1999/11/10  01:52:22
2810         Log: remove dead branch/infinite looper in change#3612
2811      Branch: perl
2812            ! op.c
2813 ____________________________________________________________________________
2814 [  4542] By: gsar                                  on 1999/11/09  20:05:47
2815         Log: IoDIRP may be fake when used in source filters, mark as such
2816      Branch: perl
2817            ! sv.c sv.h toke.c
2818 ____________________________________________________________________________
2819 [  4541] By: gsar                                  on 1999/11/09  05:47:53
2820         Log: small nits in changes#4538,4539
2821      Branch: perl
2822            ! op.c sv.c
2823 ____________________________________________________________________________
2824 [  4540] By: gsar                                  on 1999/11/08  20:30:58
2825         Log: win32 symbol export tweak
2826      Branch: perl
2827            ! makedef.pl win32/win32.c win32/win32iop.h
2828 ____________________________________________________________________________
2829 [  4539] By: gsar                                  on 1999/11/08  18:50:40
2830         Log: preliminary support for GVOP indirection via pad
2831      Branch: perl
2832            ! doio.c dump.c embed.h embed.pl global.sym objXSUB.h op.c op.h
2833            ! opcode.pl perlapi.c pp_hot.c pp_sys.c proto.h run.c
2834 ____________________________________________________________________________
2835 [  4538] By: gsar                                  on 1999/11/08  11:25:49
2836         Log: preliminary support for perl_clone() (still needs work in
2837              the following areas: SVOPs must indirect via pad; context
2838              stack, scope stack, and runlevels must be cloned; must
2839              hook up the virtualized pseudo-process support provided by
2840              "host"; ...)
2841      Branch: perl
2842            ! av.h embed.h embed.pl embedvar.h global.sym hv.c hv.h
2843            ! intrpvar.h makedef.pl objXSUB.h perl.h perlapi.c proto.h sv.c
2844            ! win32/perllib.c win32/win32.c
2845 ____________________________________________________________________________
2846 [  4537] By: gsar                                  on 1999/11/08  11:19:18
2847         Log: more thorough cleanup in perl_destroy()
2848      Branch: perl
2849            ! perl.c util.c
2850 ____________________________________________________________________________
2851 [  4536] By: gsar                                  on 1999/11/08  07:16:10
2852         Log: win32 internal data must be interpreter-local
2853      Branch: perl
2854            ! win32/win32.c win32/win32.h win32/win32sck.c
2855 ____________________________________________________________________________
2856 [  4535] By: gsar                                  on 1999/11/08  04:17:28
2857         Log: tweak change#4502
2858      Branch: perl
2859            ! doio.c perl.c
2860 ____________________________________________________________________________
2861 [  4534] By: jhi                                   on 1999/11/07  13:17:03
2862         Log: Four special class subs, not three.
2863      Branch: cfgperl
2864            ! pod/perlmod.pod
2865 ____________________________________________________________________________
2866 [  4533] By: jhi                                   on 1999/11/07  13:13:15
2867         Log: Integrate with Sarathy.
2868      Branch: cfgperl
2869           !> mg.c t/io/print.t
2870 ____________________________________________________________________________
2871 [  4532] By: jhi                                   on 1999/11/07  12:36:10
2872         Log: More test program maintenance.
2873      Branch: cfgperl
2874            ! Configure config_h.SH
2875      Branch: metaconfig
2876            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
2877            ! U/compline/charsize.U U/compline/d_sigaction.U
2878            ! U/compline/doublesize.U U/compline/floatsize.U
2879            ! U/compline/nblock_io.U U/compline/ptrsize.U
2880            ! U/modified/Signal.U U/typedefs/gidsize.U U/typedefs/pidsize.U
2881            ! U/typedefs/uidsize.U
2882      Branch: metaconfig/U/perl
2883            ! fpossize.U
2884 ____________________________________________________________________________
2885 [  4531] By: jhi                                   on 1999/11/07  00:34:09
2886         Log: Tidy up the metaconfig test programs.
2887      Branch: cfgperl
2888            ! Configure config_h.SH
2889      Branch: metaconfig
2890            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
2891            ! U/compline/charsize.U U/compline/doublesize.U
2892            ! U/compline/nblock_io.U U/compline/ptrsize.U
2893            ! U/modified/d_longlong.U U/typedefs/gidsize.U
2894            ! U/typedefs/lseektype.U U/typedefs/pidsize.U
2895            ! U/typedefs/uidsize.U
2896      Branch: metaconfig/U/perl
2897            ! fpossize.U
2898 ____________________________________________________________________________
2899 [  4530] By: jhi                                   on 1999/11/06  23:51:34
2900         Log: So many printfs, so little time.
2901      Branch: cfgperl
2902            ! op.c perl.c regcomp.c scope.c util.c
2903 ____________________________________________________________________________
2904 [  4529] By: jhi                                   on 1999/11/06  23:27:35
2905         Log: Replace the explicit zeros with NOOPs.
2906      Branch: cfgperl
2907            ! perl.h
2908 ____________________________________________________________________________
2909 [  4528] By: jhi                                   on 1999/11/06  23:10:54
2910         Log: From: jand@activestate.com (Jan Dubois)
2911              To: perl5-porters@perl.org
2912              Cc: Mike Blazer <blazer@mail.nevalink.ru>,
2913              Mark Borgerding <mborgerding@acm.org>
2914              Subject: [5.005_62 PATCH] binmode and locale support for -T and -B filetest operators
2915              Date: Sat, 06 Nov 1999 22:16:43 +0100
2916              Message-ID: <38279207.46448719@smtprelay.t-online.de>
2917      Branch: cfgperl
2918            ! op.c op.h
2919 ____________________________________________________________________________
2920 [  4527] By: jhi                                   on 1999/11/06  20:22:14
2921         Log: ...and fewer.
2922      Branch: cfgperl
2923            ! dump.c
2924 ____________________________________________________________________________
2925 [  4526] By: jhi                                   on 1999/11/06  20:19:04
2926         Log: ...and they are getting fewer.
2927      Branch: cfgperl
2928            ! dump.c op.c util.c
2929 ____________________________________________________________________________
2930 [  4525] By: jhi                                   on 1999/11/06  19:59:59
2931         Log: More printf miscasts flushed out.
2932      Branch: cfgperl
2933            ! dump.c ext/B/B.xs ext/Data/Dumper/Dumper.xs regcomp.c
2934            ! regexec.c
2935 ____________________________________________________________________________
2936 [  4524] By: jhi                                   on 1999/11/06  15:39:05
2937         Log: Crushing the remaining %ld guerillas.
2938      Branch: cfgperl
2939            ! ext/Devel/DProf/DProf.xs
2940 ____________________________________________________________________________
2941 [  4523] By: jhi                                   on 1999/11/06  15:11:38
2942         Log: Update CPAN sites list.
2943      Branch: cfgperl
2944            ! pod/perlmodlib.pod
2945 ____________________________________________________________________________
2946 [  4522] By: jhi                                   on 1999/11/05  19:50:46
2947         Log: The -n32 is normally part of $cc, not $ccflags.
2948      Branch: cfgperl
2949            ! hints/irix_6.sh
2950 ____________________________________________________________________________
2951 [  4521] By: gsar                                  on 1999/11/05  04:35:30
2952         Log: allow $\ to work right when set to a string with embedded nulls
2953      Branch: perl
2954            ! mg.c t/io/print.t
2955 ____________________________________________________________________________
2956 [  4520] By: jhi                                   on 1999/11/04  23:30:09
2957         Log: Integrate with Sarathy.
2958      Branch: cfgperl
2959           !> embedvar.h ext/B/B/Bytecode.pm ext/B/B/Lint.pm
2960           !> ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm ext/File/Glob/Glob.pm
2961           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h intrpvar.h
2962           !> keywords.h keywords.pl objXSUB.h op.c perl.c pod/perldelta.pod
2963           !> pod/perldiag.pod pod/perlfunc.pod pod/perlmod.pod
2964           !> pod/perlrun.pod pod/perlsub.pod pod/perltodo.pod toke.c
2965 ____________________________________________________________________________
2966 [  4519] By: jhi                                   on 1999/11/04  23:09:25
2967         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2968              To: perl5-porters@perl.org (Mailing list Perl5)
2969              Subject: [PATCH 5.005_62] ref to non-lvalue method
2970              Date: Wed, 3 Nov 1999 03:52:48 -0500 (EST)
2971              Message-Id: <199911030852.DAA06563@monk.mps.ohio-state.edu>
2972      Branch: cfgperl
2973            ! op.c
2974 ____________________________________________________________________________
2975 [  4518] By: jhi                                   on 1999/11/04  23:07:27
2976         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2977              To: perl5-porters@perl.org (Mailing list Perl5)
2978              Subject: [PATCH 5.005_62] xsubpp dependency
2979              Date: Wed, 3 Nov 1999 02:57:23 -0500 (EST)
2980              Message-Id: <199911030757.CAA06325@monk.mps.ohio-state.edu>
2981      Branch: cfgperl
2982            ! lib/ExtUtils/MM_Unix.pm
2983 ____________________________________________________________________________
2984 [  4517] By: jhi                                   on 1999/11/04  23:05:59
2985         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2986              To: perl5-porters@perl.org (Mailing list Perl5)
2987              Subject: [PATCH 5.005_62] regexp.h
2988              Date: Wed, 3 Nov 1999 02:55:21 -0500 (EST)
2989              Message-Id: <199911030755.CAA06311@monk.mps.ohio-state.edu>
2990      Branch: cfgperl
2991            ! regexp.h
2992 ____________________________________________________________________________
2993 [  4516] By: gsar                                  on 1999/11/04  18:25:45
2994         Log: change#4485 didn't do the right thing for B::Bytecode
2995      Branch: perl
2996            ! ext/B/B/Bytecode.pm
2997 ____________________________________________________________________________
2998 [  4515] By: gsar                                  on 1999/11/04  17:28:29
2999         Log: implement STOP blocks and fix compiler to use them (minimally
3000              tested)
3001      Branch: perl
3002            ! embedvar.h ext/B/B/Lint.pm ext/B/B/Stash.pm ext/B/NOTES
3003            ! ext/B/O.pm intrpvar.h keywords.h keywords.pl objXSUB.h op.c
3004            ! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
3005            ! pod/perlmod.pod pod/perlrun.pod pod/perlsub.pod
3006            ! pod/perltodo.pod toke.c
3007 ____________________________________________________________________________
3008 [  4514] By: gsar                                  on 1999/11/04  15:59:46
3009         Log: display BSD license in Glob.pm (for clause #2 conformity)
3010      Branch: perl
3011            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
3012            ! ext/File/Glob/bsd_glob.h
3013 ____________________________________________________________________________
3014 [  4513] By: jhi                                   on 1999/11/04  08:26:19
3015         Log: Integrate with Sarathy.
3016      Branch: cfgperl
3017           +> t/io/nargv.t
3018           !> (integrate 34 files)
3019 ____________________________________________________________________________
3020 [  4512] By: jhi                                   on 1999/11/04  08:01:25
3021         Log: Incremental Mac integration from Matthias.
3022      Branch: cfgperl
3023            ! perl.c perl.h pp_ctl.c pp_hot.c run.c sv.c t/pod/testpchk.pl
3024            ! toke.c util.c
3025 ____________________________________________________________________________
3026 [  4511] By: gsar                                  on 1999/11/04  02:53:37
3027         Log: remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
3028      Branch: perl
3029            ! dosish.h embed.pl mg.c os2/os2ish.h perl.c perl.h perly.c
3030            ! perly_c.diff pp_ctl.c proto.h regcomp.c regexec.c sv.c toke.c
3031            ! universal.c vms/perly_c.vms vms/vmsish.h win32/win32.h
3032            ! xsutils.c
3033 ____________________________________________________________________________
3034 [  4510] By: jhi                                   on 1999/11/02  22:12:29
3035         Log: S_init_interp is a better place to diddle with PL_opargs
3036              than perl_construct.
3037      Branch: cfgperl
3038            ! perl.c
3039 ____________________________________________________________________________
3040 [  4509] By: jhi                                   on 1999/11/02  21:30:02
3041         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3042              To: ben@mucus.advanced.org, perl5-porters@perl.org
3043              Subject: Re: [ID 19991102.002] unpack('N', pack('N', -1)) not idempotent
3044              Date: Tue, 02 Nov 1999 21:36:00 +0000
3045              Message-Id: <E11ilay-00020o-00@taurus.cus.cam.ac.uk>
3046      Branch: cfgperl
3047            ! pod/perlfunc.pod
3048 ____________________________________________________________________________
3049 [  4508] By: jhi                                   on 1999/11/02  20:46:27
3050         Log: Initial integration of the MacPerl changes form Matthias.
3051      Branch: cfgperl
3052            ! doio.c ext/DynaLoader/DynaLoader_pm.PL ext/Fcntl/Fcntl.pm
3053            ! ext/Fcntl/Fcntl.xs gv.c mg.c opcode.pl perl.c perl.h pp_ctl.c
3054            ! pp_hot.c pp_sys.c run.c sv.c toke.c util.c
3055 ____________________________________________________________________________
3056 [  4507] By: jhi                                   on 1999/11/01  23:05:07
3057         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3058              To: lvirden@cas.org (Larry W. Virden)
3059              Cc: perl5-porters@perl.org, lvirden@cas.org
3060              Subject: Re: [ID 19991026.001] perl segmentation fault report
3061              Date: Mon, 1 Nov 1999 18:14:16 -0500 (EST)
3062              Message-Id: <199911012314.SAA22664@monk.mps.ohio-state.edu>
3063      Branch: cfgperl
3064            ! regexec.c t/op/pat.t
3065 ____________________________________________________________________________
3066 [  4506] By: jhi                                   on 1999/11/01  19:56:28
3067         Log: From: Olaf Flebbe <olaf@science-computing.de>
3068              To: perl5-porters@perl.org
3069              Subject: [PATCH: 5.005_62] Patch for EPOC Support
3070              Date: Mon, 1 Nov 1999 20:46:54 +0100 (MET)
3071              Message-ID: <Pine.LNX.4.10.9911012045190.411-100000@dragon.science-computing.de>
3072      Branch: cfgperl
3073            + epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
3074            + epoc/epoc_stubs.c
3075            ! MANIFEST README.epoc epoc/epocish.h epoc/perl.mmp
3076            ! epoc/perl.pkg
3077 ____________________________________________________________________________
3078 [  4505] By: gsar                                  on 1999/11/01  17:09:44
3079         Log: macros for COP.cop_filegv access
3080      Branch: perl
3081            ! cop.h deb.c gv.c op.c perl.c pp_ctl.c pp_sys.c scope.c toke.c
3082            ! util.c
3083 ____________________________________________________________________________
3084 [  4504] By: gsar                                  on 1999/11/01  17:08:28
3085         Log: enable better Win32::DomainName() by demand loading netapi32.dll
3086              (from Jan Dubois)
3087      Branch: perl
3088            ! pod/Win32.pod win32/win32.c
3089 ____________________________________________________________________________
3090 [  4503] By: gsar                                  on 1999/10/31  20:56:06
3091         Log: change#4502 was missing a file
3092      Branch: perl
3093            + t/io/nargv.t
3094 ____________________________________________________________________________
3095 [  4502] By: gsar                                  on 1999/10/31  20:46:02
3096         Log: make nested ARGV/$^I loops work correctly; fixes several bugs
3097              in the way ARGV state was handled in readline(); writing a
3098              subroutine to do inplace edits is now possible, provided *ARGV,
3099              *ARGVOUT, $^I and $_ are localized where needed
3100      Branch: perl
3101            ! MANIFEST doio.c embedvar.h intrpvar.h objXSUB.h perl.c
3102            ! pp_hot.c scope.c
3103 ____________________________________________________________________________
3104 [  4501] By: jhi                                   on 1999/10/31  12:43:54
3105         Log: Integrate with Sarathy.
3106      Branch: cfgperl
3107           !> perl.h win32/config.bc win32/config.gc win32/config.vc
3108           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3109 ____________________________________________________________________________
3110 [  4500] By: gsar                                  on 1999/10/31  10:01:17
3111         Log: updated windows config* files
3112      Branch: perl
3113            ! win32/config.bc win32/config.gc win32/config.vc
3114            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3115 ____________________________________________________________________________
3116 [  4499] By: gsar                                  on 1999/10/31  09:15:17
3117         Log: integrate cfgperl contents into mainline
3118      Branch: perl
3119           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3120           !> config_h.SH perl.h
3121 ____________________________________________________________________________
3122 [  4498] By: gsar                                  on 1999/10/31  09:13:41
3123         Log: remove unused struct Outrec
3124      Branch: perl
3125            ! perl.h
3126 ____________________________________________________________________________
3127 [  4497] By: jhi                                   on 1999/10/30  12:41:50
3128         Log: Add HAS_QUAD ($Config{d_quad}); use it.
3129      Branch: cfgperl
3130            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3131            ! config_h.SH perl.h
3132      Branch: metaconfig
3133            ! U/a_dvisory/quadtype.U U/compline/charsize.U U/typedefs/gidf.U
3134            ! U/typedefs/uidf.U
3135      Branch: metaconfig/U/perl
3136            ! perlxv.U
3137 ____________________________________________________________________________
3138 [  4496] By: gsar                                  on 1999/10/30  00:28:32
3139         Log: integrate cfgperl contents into mainline
3140      Branch: perl
3141           !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
3142           !> Porting/config_H README.hurd config_h.SH doop.c handy.h
3143           !> hints/aix.sh hints/irix_6.sh hints/solaris_2.sh mg.c perl.c
3144           !> perl.h pp.c pp.h regexec.c sv.c taint.c
3145 ____________________________________________________________________________
3146 [  4495] By: jhi                                   on 1999/10/29  23:36:19
3147         Log: Continue what #4494 started; introduce uid and gid formats.
3148      Branch: cfgperl
3149            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3150            ! config_h.SH handy.h perl.h
3151      Branch: metaconfig
3152            + U/a_dvisory/quadtype.U U/typedefs/gidf.U U/typedefs/uidf.U
3153            - U/typedefs/quadtype.U
3154      Branch: metaconfig/U/perl
3155            ! perlxv.U
3156 ____________________________________________________________________________
3157 [  4494] By: jhi                                   on 1999/10/29  22:09:01
3158         Log: Move the IV, UV, I8, U8, ..., and NV to metaconfig
3159              from perl.h and handy.h.
3160      Branch: cfgperl
3161            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3162            ! config_h.SH handy.h perl.h
3163      Branch: metaconfig/U/perl
3164            + perlxv.U perlxvf.U
3165 ____________________________________________________________________________
3166 [  4493] By: jhi                                   on 1999/10/29  22:08:06
3167         Log: Finetuning the output continues along the lines of #4490 and #4491.
3168      Branch: metaconfig
3169            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
3170            ! U/typedefs/fpostype.U
3171      Branch: metaconfig/U/perl
3172            + fpossize.U
3173            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
3174            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
3175 ____________________________________________________________________________
3176 [  4492] By: jhi                                   on 1999/10/29  21:14:53
3177         Log: Hurd update from Mark Kettenis.
3178      Branch: cfgperl
3179            ! README.hurd
3180 ____________________________________________________________________________
3181 [  4491] By: jhi                                   on 1999/10/29  20:37:02
3182         Log: A new try at what #4490 tried to accomplish.
3183      Branch: metaconfig
3184            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
3185      Branch: metaconfig/U/perl
3186            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
3187            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
3188 ____________________________________________________________________________
3189 [  4490] By: jhi                                   on 1999/10/29  20:19:41
3190         Log: metaconfig nits.
3191      Branch: metaconfig
3192            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
3193      Branch: metaconfig/U/perl
3194            + d_iovec_s.U
3195            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
3196            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
3197 ____________________________________________________________________________
3198 [  4489] By: jhi                                   on 1999/10/29  16:08:43
3199         Log: Integrate with Sarathy.
3200      Branch: cfgperl
3201           !> (integrate 31 files)
3202 ____________________________________________________________________________
3203 [  4488] By: jhi                                   on 1999/10/29  15:30:30
3204         Log: Regen Configure and Glossary.
3205      Branch: cfgperl
3206            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3207            ! config_h.SH
3208 ____________________________________________________________________________
3209 [  4487] By: jhi                                   on 1999/10/29  15:24:13
3210         Log: Remove quad logic from perl.h; regen Configure;
3211              add -DUSE_LONG_LONG to ccflags if not already there.
3212      Branch: cfgperl
3213            ! Configure config_h.SH doop.c hints/aix.sh hints/irix_6.sh
3214            ! hints/solaris_2.sh perl.h pp.c pp.h regexec.c sv.c
3215 ____________________________________________________________________________
3216 [  4486] By: jhi                                   on 1999/10/29  15:22:38
3217         Log: metaconfig: moved quad logic from perl.h to Configure (quadtype.U);
3218              fixed the use*.U to define their stuff only iff not already defined
3219              (so that ccflags can have any -DUSE_* it wants);
3220              uselonglong.U added; various small nits fixed.
3221      Branch: metaconfig
3222            + U/typedefs/quadtype.U
3223            ! U/modified/d_longdbl.U U/modified/d_longlong.U
3224            ! U/modified/d_statblks.U U/modified/usenm.U
3225            ! U/threads/usethreads.U
3226      Branch: metaconfig/U/perl
3227            + uselonglong.U
3228            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
3229            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U i_inttypes.U
3230            ! quadfio.U use64bits.U uselfs.U uselongdbl.U usemorebits.U
3231            ! usemultiplicity.U useperlio.U usesocks.U
3232 ____________________________________________________________________________
3233 [  4485] By: gsar                                  on 1999/10/29  06:08:50
3234         Log: more cleanup: avoid unused knowledge of "file GV" notion in CV and GV
3235      Branch: perl
3236            ! bytecode.pl cv.h dump.c ext/B/B.pm ext/B/B.xs
3237            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
3238            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/ByteLoader/byterun.c
3239            ! ext/ByteLoader/byterun.h ext/Devel/Peek/Peek.pm gv.c gv.h op.c
3240            ! sv.h
3241 ____________________________________________________________________________
3242 [  4484] By: gsar                                  on 1999/10/29  03:00:21
3243         Log: usurp GVOP slot for new PADOP (one small step to making optree
3244              shareable across interpreters)
3245      Branch: perl
3246            ! bytecode.pl doio.c dump.c ext/B/B.pm ext/B/B.xs
3247            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
3248            ! ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
3249            ! ext/B/B/Terse.pm ext/B/typemap ext/ByteLoader/byterun.c
3250            ! ext/ByteLoader/byterun.h op.c op.h opcode.h opcode.pl perl.h
3251            ! pp_hot.c pp_sys.c regexec.c run.c
3252 ____________________________________________________________________________
3253 [  4483] By: jhi                                   on 1999/10/28  22:01:12
3254         Log: Regen Configure.
3255      Branch: cfgperl
3256            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3257            ! config_h.SH
3258 ____________________________________________________________________________
3259 [  4482] By: jhi                                   on 1999/10/28  21:45:26
3260         Log: Installdirs patches from Andy.
3261      Branch: metaconfig
3262            ! U/installdirs/sitearch.U U/installdirs/sitebin.U
3263            ! U/installdirs/sitehtml1dir.U U/installdirs/sitehtml3dir.U
3264            ! U/installdirs/sitelib.U U/installdirs/siteman1dir.U
3265            ! U/installdirs/siteman3dir.U U/installdirs/siteprefix.U
3266            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
3267            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
3268            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
3269            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
3270            ! U/installdirs/vendorprefix.U U/installdirs/vendorscriptdir.U
3271 ____________________________________________________________________________
3272 [  4481] By: gsar                                  on 1999/10/28  17:33:49
3273         Log: remove C<use Time::Local 'no_range_check'> misfeature (global
3274              can still be directly set)
3275      Branch: perl
3276            ! lib/Time/Local.pm
3277 ____________________________________________________________________________
3278 [  4480] By: jhi                                   on 1999/10/28  13:49:26
3279         Log: Fix printing of uids and gids; regen Configure.
3280      Branch: cfgperl
3281            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3282            ! config_h.SH mg.c perl.c perl.h taint.c
3283 ____________________________________________________________________________
3284 [  4479] By: jhi                                   on 1999/10/28  11:53:57
3285         Log: Fix typo.
3286      Branch: metaconfig
3287            ! U/typedefs/gidsize.U
3288 ____________________________________________________________________________
3289 [  4478] By: jhi                                   on 1999/10/28  06:50:02
3290         Log: Integrate with Sarathy.
3291      Branch: cfgperl
3292           !> Changes iperlsys.h makedef.pl patchlevel.h perl.h
3293           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
3294           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3295           !> win32/config_sh.PL win32/makefile.mk win32/win32.h
3296 ____________________________________________________________________________
3297 [  4477] By: jhi                                   on 1999/10/28  06:40:54
3298         Log: (Slightly) better comments for Policy_sh.SH from Andy.
3299      Branch: cfgperl
3300            ! Policy_sh.SH
3301 ____________________________________________________________________________
3302 [  4476] By: gsar                                  on 1999/10/27  23:54:36
3303         Log: regen config* stuff for windows
3304      Branch: perl
3305            ! Changes patchlevel.h win32/Makefile win32/config.bc
3306            ! win32/config.gc win32/config.vc win32/config_H.bc
3307            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
3308            ! win32/makefile.mk
3309 ____________________________________________________________________________
3310 [  4475] By: gsar                                  on 1999/10/27  21:32:30
3311         Log: integrate cfgperl contents into mainline; merge conflicts
3312      Branch: perl
3313           !> (integrate 46 files)
3314 ____________________________________________________________________________
3315 [  4474] By: gsar                                  on 1999/10/27  21:15:07
3316         Log: patch up egcs-1.1.2-mingw32 build (builds a working miniperl, but not
3317              perl; stdout/stderr redirects seem broken as well)
3318      Branch: perl
3319            ! iperlsys.h makedef.pl perl.h win32/makefile.mk win32/win32.h
3320 ____________________________________________________________________________
3321 [  4473] By: jhi                                   on 1999/10/27  21:11:11
3322         Log: Do not block if no message queues available.
3323      Branch: cfgperl
3324            ! t/lib/ipc_sysv.t
3325 ____________________________________________________________________________
3326 [  4472] By: jhi                                   on 1999/10/27  18:27:40
3327         Log: Remove unused "squatter" symbols; regen Configure.
3328      Branch: cfgperl
3329            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
3330            ! Porting/config_H config_h.SH epoc/config.h iperlsys.h perl.h
3331            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3332 ____________________________________________________________________________
3333 [  4471] By: jhi                                   on 1999/10/27  18:26:55
3334         Log: metaconfig; split socket; fix output.
3335      Branch: metaconfig
3336            ! U/modified/d_socket.U U/modified/d_statblks.U
3337      Branch: metaconfig/U/perl
3338            + d_cmsghdr_s.U d_msghdr_s.U d_recvmsg.U d_sendmsg.U
3339            ! i_sysstatfs.U i_sysvfs.U
3340 ____________________________________________________________________________
3341 [  4470] By: jhi                                   on 1999/10/27  17:19:06
3342         Log: Regen Configure.
3343      Branch: cfgperl
3344            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3345            ! config_h.SH perl.c perl.h
3346 ____________________________________________________________________________
3347 [  4469] By: jhi                                   on 1999/10/27  17:18:41
3348         Log: metaconfig; split statfs.
3349      Branch: metaconfig/U/perl
3350            + d_fs_data_s.U d_statfs_f_flags.U d_statfs_s.U
3351            ! d_statfs.U
3352 ____________________________________________________________________________
3353 [  4468] By: jhi                                   on 1999/10/27  14:06:44
3354         Log: Integrate with Sarathy; manual resolve on regcomp.c conflicts
3355              (Ilya's changes won).
3356      Branch: cfgperl
3357           +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
3358           +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
3359           +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
3360           !> (integrate 65 files)
3361 ____________________________________________________________________________
3362 [  4467] By: jhi                                   on 1999/10/27  13:38:41
3363         Log: Regen Configure.
3364      Branch: cfgperl
3365            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3366            ! config_h.SH
3367 ____________________________________________________________________________
3368 [  4466] By: jhi                                   on 1999/10/27  13:18:06
3369         Log: metaconfig fixes from Andy.
3370      Branch: metaconfig
3371            + U/modified/libnlist.U U/modified/usrinc.U
3372            ! U/Glossary.patch U/mkglossary U/modified/libpth.U
3373 ____________________________________________________________________________
3374 [  4465] By: jhi                                   on 1999/10/27  13:06:27
3375         Log: Nosuid checking for statfs() people.
3376      Branch: cfgperl
3377            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3378            ! config_h.SH perl.c perl.h pod/perldiag.pod
3379 ____________________________________________________________________________
3380 [  4464] By: jhi                                   on 1999/10/27  13:04:20
3381         Log: metaconfig maintenance; fix Hasfield, statfs;
3382              add Hasstruct, statfs3, statfs4, ustat, sysvfs;
3383              split fstatfs away from statfs.
3384      Branch: metaconfig
3385            + U/protos/Hasstruct.U
3386            ! U/protos/Hasfield.U
3387      Branch: metaconfig/U/perl
3388            + d_fstatfs.U d_statfs3.U d_statfs4.U d_ustat.U i_sysvfs.U
3389            + i_ustat.U
3390            ! d_statfs.U
3391 ____________________________________________________________________________
3392 [  4463] By: jhi                                   on 1999/10/27  07:55:53
3393         Log: We need cc to be able to test for cc -v.
3394      Branch: cfgperl
3395            ! hints/dec_osf.sh
3396 ____________________________________________________________________________
3397 [  4462] By: gsar                                  on 1999/10/27  01:31:41
3398         Log: more GCC v2.95 induced adjustments
3399      Branch: perl
3400            ! globals.c mg.c opcode.h opcode.pl perl.h sv.c
3401            ! win32/makefile.mk win32/win32.c x2p/walk.c
3402 ____________________________________________________________________________
3403 [  4461] By: gsar                                  on 1999/10/26  21:42:59
3404         Log: warnings and const violations identified by compiling in C++ mode
3405              with GCC v2.95
3406      Branch: perl
3407            ! doio.c embed.pl mg.c op.c perl.c perlapi.c proto.h regcomp.c
3408            ! sv.c taint.c toke.c win32/win32.c
3409 ____________________________________________________________________________
3410 [  4459] By: jhi                                   on 1999/10/26  10:15:58
3411         Log: Regen Configure.
3412      Branch: cfgperl
3413            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3414            ! config_h.SH
3415 ____________________________________________________________________________
3416 [  4458] By: jhi                                   on 1999/10/26  09:48:37
3417         Log: Minor rewordings.
3418      Branch: metaconfig/U/perl
3419            ! d_getmnt.U d_getmntent.U d_statfs.U d_statvfs.U
3420 ____________________________________________________________________________
3421 [  4456] By: jhi                                   on 1999/10/26  09:11:49
3422         Log: Fix d_statfsflags; add d_getmnt.
3423      Branch: metaconfig/U/perl
3424            + d_getmnt.U
3425            ! d_statfs.U
3426 ____________________________________________________________________________
3427 [  4455] By: jhi                                   on 1999/10/26  08:12:27
3428         Log: Massive multitypo in #4446.
3429      Branch: cfgperl
3430            ! hints/dec_osf.sh
3431 ____________________________________________________________________________
3432 [  4454] By: jhi                                   on 1999/10/25  08:28:45
3433         Log: From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
3434              To: Perl 5 Porters <perl5-porters@perl.org>
3435              Subject: [PATCH 5.005_62] dos-djgpp update
3436              Date: Mon, 25 Oct 1999 10:11:30 +0200
3437              Message-ID: <19991025101130.K459@crater.eth.ericsson.se>
3438      Branch: cfgperl
3439            ! djgpp/config.over djgpp/configure.bat djgpp/djgppsed.sh
3440            ! pod/perldelta.pod t/lib/io_unix.t
3441 ____________________________________________________________________________
3442 [  4453] By: jhi                                   on 1999/10/25  08:25:50
3443         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3444              To: perl5-porters@perl.org (Mailing list Perl5)
3445              Subject: [PATCH 5.005_62] Remove the last regnode<==>char*
3446              Date: Mon, 25 Oct 1999 03:06:21 -0400 (EDT)
3447              Message-Id: <199910250706.DAA16825@monk.mps.ohio-state.edu>
3448      Branch: cfgperl
3449            ! embed.h embed.pl proto.h regcomp.c regcomp.h regexec.c
3450 ____________________________________________________________________________
3451 [  4452] By: jhi                                   on 1999/10/25  08:16:55
3452         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3453              To: perl5-porters@perl.org (Mailing list Perl5)
3454              Subject: [PATCH 5.005_62] Missing REx engine patch
3455              Date: Sun, 24 Oct 1999 23:47:45 -0400 (EDT)
3456              Message-Id: <199910250347.XAA16094@monk.mps.ohio-state.edu>
3457      Branch: cfgperl
3458            ! pod/perldiag.pod regcomp.c regexec.c
3459 ____________________________________________________________________________
3460 [  4451] By: jhi                                   on 1999/10/25  08:13:06
3461         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3462              To: perl5-porters@perl.org (Mailing list Perl5)
3463              Subject: [PATCH 5.005_62] charnames and UTEST
3464              Date: Sun, 24 Oct 1999 23:39:49 -0400 (EDT)
3465              Message-Id: <199910250339.XAA16058@monk.mps.ohio-state.edu>
3466      Branch: cfgperl
3467            ! t/lib/charnames.t
3468 ____________________________________________________________________________
3469 [  4450] By: gsar                                  on 1999/10/25  07:38:15
3470         Log: win32 tweak
3471      Branch: perl
3472            ! win32/perllib.c
3473 ____________________________________________________________________________
3474 [  4449] By: gsar                                  on 1999/10/24  23:20:10
3475         Log: remove inconsistent tainting behavior of sprintf("%e",...)
3476              (all bets are off is "C" locale is compromised)
3477      Branch: perl
3478            ! pod/perlfunc.pod pod/perllocale.pod sv.c
3479 ____________________________________________________________________________
3480 [  4448] By: gsar                                  on 1999/10/24  22:20:42
3481         Log: remove unused interpreter globals
3482      Branch: perl
3483            ! deb.c dump.c embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs
3484            ! global.sym gv.c gv.h intrpvar.h objXSUB.h perl.c perlapi.c
3485            ! proto.h toke.c
3486 ____________________________________________________________________________
3487 [  4447] By: jhi                                   on 1999/10/24  21:49:52
3488         Log: Another hints tweak.
3489      Branch: cfgperl
3490            ! hints/aix.sh
3491 ____________________________________________________________________________
3492 [  4446] By: jhi                                   on 1999/10/24  21:48:02
3493         Log: Hints tweak.
3494      Branch: cfgperl
3495            ! hints/dec_osf.sh
3496 ____________________________________________________________________________
3497 [  4445] By: nick                                  on 1999/10/24  21:03:28
3498         Log: Integrate own changes to mainline.
3499      Branch: utfperl
3500           !> installperl pp.c
3501 ____________________________________________________________________________
3502 [  4444] By: nick                                  on 1999/10/24  20:54:06
3503         Log: Avoid creating GV with NULL name when vivifying nameless scalars.
3504              (Fix/workround for [ID19991024.001])
3505      Branch: perl
3506            ! pp.c
3507 ____________________________________________________________________________
3508 [  4443] By: nick                                  on 1999/10/24  15:09:51
3509         Log: Follow that camel ... another sync.
3510      Branch: utfperl
3511           +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
3512           +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
3513           +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
3514           !> (integrate 36 files)
3515 ____________________________________________________________________________
3516 [  4442] By: gsar                                  on 1999/10/24  14:40:01
3517         Log: typo in installperl (from Paul Moore <gustav@morpheus.demon.co.uk>)
3518      Branch: perl
3519            ! installperl
3520 ____________________________________________________________________________
3521 [  4441] By: gsar                                  on 1999/10/24  14:33:11
3522         Log: test in change#4428 needs strict interpretation of C modulus
3523      Branch: perl
3524            ! t/op/int.t
3525 ____________________________________________________________________________
3526 [  4440] By: gsar                                  on 1999/10/24  13:47:17
3527         Log: don't allow SIGCHLD to be ignored at startup, or wait*() and
3528              $? break
3529      Branch: perl
3530            ! perl.c pod/perldelta.pod pod/perldiag.pod
3531 ____________________________________________________________________________
3532 [  4439] By: jhi                                   on 1999/10/24  13:19:17
3533         Log: test for #2835 (yeah, better later than never)
3534      Branch: cfgperl
3535            ! t/op/array.t
3536 ____________________________________________________________________________
3537 [  4438] By: gsar                                  on 1999/10/24  12:59:12
3538         Log: typo, doc tweak
3539      Branch: perl
3540            ! lib/attributes.pm pod/perlop.pod
3541 ____________________________________________________________________________
3542 [  4437] By: gsar                                  on 1999/10/24  11:59:55
3543         Log: allow get() and reftype() functions to be imported (from
3544              Spider Boardman)
3545      Branch: perl
3546            ! lib/attributes.pm
3547 ____________________________________________________________________________
3548 [  4436] By: gsar                                  on 1999/10/24  11:52:53
3549         Log: suppress scalar leak messages for known leaks (from
3550              Robin Barker <rmb1@cise.npl.co.uk>)
3551      Branch: perl
3552            ! Changes t/op/lex_assign.t t/pragma/warn/op
3553 ____________________________________________________________________________
3554 [  4435] By: gsar                                  on 1999/10/24  11:39:42
3555         Log: VMS tweak (suggested by Craig A. Berry <craig.berry@metamor.com>)
3556      Branch: perl
3557            ! ext/B/defsubs_h.PL
3558 ____________________________________________________________________________
3559 [  4434] By: gsar                                  on 1999/10/24  11:36:08
3560         Log: relax range checking if they ask for it (from John L. Allen
3561              <allen@grumman.com>)
3562      Branch: perl
3563            ! lib/Time/Local.pm
3564 ____________________________________________________________________________
3565 [  4433] By: gsar                                  on 1999/10/24  11:25:51
3566         Log: README nits pointed out by Chris Nandor <pudge@pobox.com>
3567      Branch: perl
3568            ! README lib/File/Path.pm
3569 ____________________________________________________________________________
3570 [  4432] By: gsar                                  on 1999/10/24  11:11:02
3571         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3572              Date: Sun, 24 Oct 1999 03:24:28 -0400 (EDT)
3573              Message-Id: <199910240724.DAA12230@monk.mps.ohio-state.edu>
3574              Subject: Re: [PATCH 5.005_62] OS/2 improvements
3575      Branch: perl
3576            + os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
3577            + os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
3578            + os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
3579            ! MANIFEST hints/os2.sh mg.c miniperlmain.c os2/Changes
3580            ! os2/OS2/REXX/Changes os2/OS2/REXX/Makefile.PL
3581            ! os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
3582            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
3583            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
3584            ! os2/OS2/REXX/t/rx_vrexx.t os2/dl_os2.c os2/os2.c os2/os2ish.h
3585            ! perl.c perl.h t/io/fs.t t/op/magic.t
3586 ____________________________________________________________________________
3587 [  4431] By: gsar                                  on 1999/10/24  10:50:14
3588         Log: install all README.foo with pod content as podfoo.pod
3589      Branch: perl
3590            ! Makefile.SH installman
3591 ____________________________________________________________________________
3592 [  4430] By: gsar                                  on 1999/10/24  09:28:24
3593         Log: @INC needs ../lib
3594      Branch: perl
3595            ! t/op/int.t
3596 ____________________________________________________________________________
3597 [  4429] By: jhi                                   on 1999/10/23  21:47:49
3598         Log: More printf-fixes (see also #4426).
3599      Branch: cfgperl
3600            ! deb.c dump.c ext/Data/Dumper/Dumper.xs
3601            ! ext/Devel/DProf/DProf.xs malloc.c mg.c op.c perl.c pp.c
3602            ! pp_ctl.c regcomp.c regexec.c run.c scope.c sv.c util.c
3603 ____________________________________________________________________________
3604 [  4428] By: gsar                                  on 1999/10/23  20:28:56
3605         Log: fix accidental C modulo semantics on integer-valued operations
3606              (e.g. caused C<length("abc") % -10> to return 3 rather than -7)
3607      Branch: perl
3608            ! op.c t/op/int.t
3609 ____________________________________________________________________________
3610 [  4427] By: jhi                                   on 1999/10/23  16:10:10
3611         Log: Integrate with Sarathy.
3612      Branch: cfgperl
3613           !> sv.c win32/win32.c
3614 ____________________________________________________________________________
3615 [  4426] By: jhi                                   on 1999/10/23  16:04:02
3616         Log: Fix the printfing nits pointed out by using gcc -Wall and
3617              Configure -Duse64bits -Dccflags=-DDEBUGGING in Solaris,
3618              plus few other warnings in Dumper.xs.
3619      Branch: cfgperl
3620            ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
3621            ! ext/Devel/Peek/Peek.xs regcomp.c regexec.c sv.c util.c
3622 ____________________________________________________________________________
3623 [  4425] By: jhi                                   on 1999/10/23  15:16:41
3624         Log: Configure regen to pick up the new installation directories
3625              from Policy_sh.SH.  The explanations of "public add-ons" and
3626              "vendor-supplied" could do with more work.
3627      Branch: cfgperl
3628            ! Configure config_h.SH
3629 ____________________________________________________________________________
3630 [  4424] By: nick                                  on 1999/10/23  00:46:22
3631         Log: Resolve mainline before possible hacking operertunity this weekend
3632      Branch: utfperl
3633           +> pod/perlfilter.pod
3634           !> (integrate 32 files)
3635 ____________________________________________________________________________
3636 [  4423] By: jhi                                   on 1999/10/22  22:53:17
3637         Log: Update Policy_sh.SH to handle the newer installation directives.
3638              From: Andy Dougherty <doughera@lafayette.edu>
3639              To: Perl Porters <perl5-porters@perl.org>
3640              Subject: [PATCH 5.005_62] Policy_sh.SH update
3641              Date: Fri, 22 Oct 1999 16:47:34 -0400 (EDT)
3642              Message-ID: <Pine.SOL.4.10.9910221645470.15232-100000@maxwell.phys.lafayette.edu>
3643      Branch: cfgperl
3644            ! Policy_sh.SH
3645 ____________________________________________________________________________
3646 [  4422] By: jhi                                   on 1999/10/22  22:44:44
3647         Log: so back to 'so', from Stephanie Beals <bealzy@us.ibm.com>
3648      Branch: cfgperl
3649            ! hints/aix.sh
3650 ____________________________________________________________________________
3651 [  4421] By: gsar                                  on 1999/10/22  21:16:44
3652         Log: sv_vcatpvfn() bug: fell through to assuming intsize of 'q' for
3653              C<"%ld", long_val>
3654      Branch: perl
3655            ! sv.c
3656 ____________________________________________________________________________
3657 [  4420] By: gsar                                  on 1999/10/22  16:36:46
3658         Log: win32_utime() on directories should use localtime() rather
3659              than gmtime() (from Jan Dubois)
3660      Branch: perl
3661            ! win32/win32.c
3662 ____________________________________________________________________________
3663 [  4419] By: jhi                                   on 1999/10/21  10:31:41
3664         Log: Integrate with Sarathy.
3665      Branch: cfgperl
3666           !> Makefile.SH lib/CPAN/FirstTime.pm op.c opcode.h opcode.pl
3667           !> t/lib/glob-basic.t t/op/sort.t
3668 ____________________________________________________________________________
3669 [  4418] By: gsar                                  on 1999/10/20  23:49:47
3670         Log: add test for change#4417
3671      Branch: perl
3672            ! t/op/sort.t
3673 ____________________________________________________________________________
3674 [  4417] By: gsar                                  on 1999/10/20  23:45:03
3675         Log: avoid coredump on C<sort { my $c; return $a cmp $b } ...>
3676      Branch: perl
3677            ! op.c
3678 ____________________________________________________________________________
3679 [  4416] By: gsar                                  on 1999/10/20  01:00:50
3680         Log: fix prototype mismatch (from Hans Mulder <hansm@xs4all.nl>)
3681      Branch: perl
3682            ! lib/CPAN/FirstTime.pm
3683 ____________________________________________________________________________
3684 [  4415] By: gsar                                  on 1999/10/20  00:52:34
3685         Log: disable optimizing troublesome ops in change#3612
3686              (from Ilya Zakharevich)
3687      Branch: perl
3688            ! Makefile.SH opcode.h opcode.pl
3689 ____________________________________________________________________________
3690 [  4414] By: gsar                                  on 1999/10/20  00:37:46
3691         Log: skip unreadable directory test when running as root
3692      Branch: perl
3693            ! t/lib/glob-basic.t
3694 ____________________________________________________________________________
3695 [  4413] By: jhi                                   on 1999/10/19  09:26:52
3696         Log: Avoid GNU ar if HP cc is being used.
3697      Branch: cfgperl
3698            ! hints/hpux.sh
3699 ____________________________________________________________________________
3700 [  4412] By: jhi                                   on 1999/10/19  07:24:29
3701         Log: Integrate with Sarathy.
3702      Branch: cfgperl
3703           !> perlvars.h
3704 ____________________________________________________________________________
3705 [  4411] By: jhi                                   on 1999/10/19  07:22:34
3706         Log: Long double support: sqrtl et al are not available everywhere,
3707              e.g. not in Solaris, even when long doubles are.
3708      Branch: cfgperl
3709            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3710            ! config_h.SH perl.h
3711 ____________________________________________________________________________
3712 [  4410] By: jhi                                   on 1999/10/19  07:21:42
3713         Log: Add sqrtl probe, add echo dependencies.
3714      Branch: metaconfig
3715            ! U/threads/d_pthreadj.U
3716      Branch: metaconfig/U/perl
3717            + d_sqrtl.U
3718            ! i_inttypes.U io64.U
3719 ____________________________________________________________________________
3720 [  4409] By: gsar                                  on 1999/10/19  02:18:54
3721         Log: perl_mutex n/a if !USE_THREADS
3722      Branch: perl
3723            ! perlvars.h
3724 ____________________________________________________________________________
3725 [  4408] By: jhi                                   on 1999/10/18  20:13:02
3726         Log: Forgotten s/warning/warnings/.
3727      Branch: cfgperl
3728            ! Makefile.SH
3729 ____________________________________________________________________________
3730 [  4407] By: jhi                                   on 1999/10/18  20:02:12
3731         Log: Integrate with Sarathy.
3732      Branch: cfgperl
3733           +> pod/perlfilter.pod
3734           !> (integrate 30 files)
3735 ____________________________________________________________________________
3736 [  4406] By: gsar                                  on 1999/10/18  16:32:10
3737         Log: added intro to source filters from Paul Marquess
3738      Branch: perl
3739            + pod/perlfilter.pod
3740            ! MANIFEST pod/perldelta.pod
3741 ____________________________________________________________________________
3742 [  4405] By: gsar                                  on 1999/10/18  05:53:06
3743         Log: missing manpages
3744      Branch: perl
3745            ! installman
3746 ____________________________________________________________________________
3747 [  4404] By: gsar                                  on 1999/10/18  05:09:22
3748         Log: pod updates from Tom Christiansen
3749      Branch: perl
3750            ! lib/Pod/Man.pm pod/perldelta.pod pod/perlmodlib.pod
3751 ____________________________________________________________________________
3752 [  4403] By: gsar                                  on 1999/10/17  23:43:59
3753         Log: PL_malloc_mutex needs to be global, not per-interpreter
3754              (malloc.c has static data)
3755      Branch: perl
3756            ! embedvar.h intrpvar.h objXSUB.h perl.c perlvars.h
3757 ____________________________________________________________________________
3758 [  4402] By: gsar                                  on 1999/10/17  22:30:30
3759         Log: support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
3760              windows
3761      Branch: perl
3762            ! XSUB.h ext/POSIX/POSIX.xs intrpvar.h makedef.pl malloc.c
3763            ! perl.c perl.h perlio.c win32/perllib.c win32/win32.c
3764            ! win32/win32.h
3765 ____________________________________________________________________________
3766 [  4401] By: gsar                                  on 1999/10/17  20:33:42
3767         Log: serious bug introduced by G_VOID changes in 5.003_96: scalar
3768              eval"" did not pop stack correctly; C<$a = eval "(1,2)x1">
3769              is one symptom of the problem
3770      Branch: perl
3771            ! pp_ctl.c t/op/eval.t
3772 ____________________________________________________________________________
3773 [  4400] By: gsar                                  on 1999/10/17  18:36:46
3774         Log: remove FileHandle from list of PodParser dependencies (the
3775              difference is 20 files vs 6 files loaded!)
3776      Branch: perl
3777            ! lib/Pod/Parser.pm lib/Pod/Select.pm pod/perldelta.pod
3778            ! t/pod/testcmp.pl
3779 ____________________________________________________________________________
3780 [  4399] By: nick                                  on 1999/10/17  14:51:35
3781         Log: Pre-trip resolve
3782      Branch: utfperl
3783           !> installperl lib/Text/Tabs.pm perl.c pp_hot.c
3784 ____________________________________________________________________________
3785 [  4398] By: gsar                                  on 1999/10/17  09:19:24
3786         Log: make installperl ignore RCS files (from Michael G Schwern
3787              <schwern@pobox.com>)
3788      Branch: perl
3789            ! installperl lib/Text/Tabs.pm
3790 ____________________________________________________________________________
3791 [  4397] By: gsar                                  on 1999/10/16  18:30:14
3792         Log: another bug in change#3386 (CATCH_SET wasn't reverted correctly)
3793      Branch: perl
3794            ! perl.c
3795 ____________________________________________________________________________
3796 [  4396] By: jhi                                   on 1999/10/16  17:44:39
3797         Log: Missing comma.
3798      Branch: cfgperl
3799            ! lib/diagnostics.pm
3800 ____________________________________________________________________________
3801 [  4395] By: gsar                                  on 1999/10/16  17:18:36
3802         Log: assumption about @_ always being non-REAL doesn't hold when
3803              debugger is running; DB::sub() can call arbitrary stuff
3804              that modifies @_ at will
3805      Branch: perl
3806            ! pp_hot.c
3807 ____________________________________________________________________________
3808 [  4394] By: nick                                  on 1999/10/16  09:35:20
3809         Log: Resolve utfperl branch against mainline as of _62
3810      Branch: utfperl
3811           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
3812           +> ext/DB_File/hints/sco.pl ext/DynaLoader/hints/aix.pl
3813           +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
3814           +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
3815           +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
3816           +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
3817           +> pod/perlhack.pod t/lib/glob-basic.t t/lib/glob-global.t
3818           +> t/lib/glob-taint.t win32/genmk95.pl
3819            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
3820           !> (integrate 144 files)
3821 ____________________________________________________________________________
3822 [  4393] By: gsar                                  on 1999/10/16  04:07:02
3823         Log: OS/2 support bits (from Ilya Zakharevich)
3824      Branch: perl
3825            ! hints/os2.sh makedef.pl os2/Makefile.SHs t/lib/glob-basic.t
3826 ____________________________________________________________________________
3827 [  4392] By: jhi                                   on 1999/10/15  10:28:09
3828         Log: Integrate with Sarathy.
3829      Branch: cfgperl
3830           !> Changes MANIFEST Makefile.SH Porting/makerel lib/Pod/Man.pm
3831           !> lib/Pod/Parser.pm op.c pod/perldelta.pod pod/perlopentut.pod
3832           !> win32/Makefile win32/makefile.mk
3833
3834 ----------------
3835 Version 5.005_62
3836 ----------------
3837
3838 ____________________________________________________________________________
3839 [  4391] By: gsar                                  on 1999/10/15  10:12:42
3840         Log: here be 5.005_62
3841      Branch: perl
3842            ! Changes MANIFEST Porting/makerel
3843 ____________________________________________________________________________
3844 [  4390] By: gsar                                  on 1999/10/15  09:45:51
3845         Log: lvalue subs patch (change#4081) breaks C<\(Foo->Bar())>;
3846              avoid tickling it in Pod::Man for now; other nits in
3847              Pod::*
3848      Branch: perl
3849            ! lib/Pod/Man.pm lib/Pod/Parser.pm pod/perldelta.pod
3850            ! pod/perlopentut.pod
3851 ____________________________________________________________________________
3852 [  4389] By: gsar                                  on 1999/10/15  08:55:01
3853         Log: disable internal globbing for miniperl (or build breaks out
3854              in a rash of failed dependencies)
3855      Branch: perl
3856            ! Makefile.SH op.c win32/Makefile win32/makefile.mk
3857 ____________________________________________________________________________
3858 [  4388] By: jhi                                   on 1999/10/15  08:07:49
3859         Log: Integrate with Sarathy.
3860      Branch: cfgperl
3861           !> Changes ext/POSIX/POSIX.xs lib/Benchmark.pm pod/perldelta.pod
3862           !> pod/perlfaq2.pod win32/include/dirent.h win32/win32.c
3863 ____________________________________________________________________________
3864 [  4387] By: gsar                                  on 1999/10/15  07:46:24
3865         Log: integrate cfgperl contents into mainline
3866      Branch: perl
3867            ! Changes
3868           !> pod/perldelta.pod pod/perldiag.pod regcomp.c
3869           !> t/pragma/warn/regcomp
3870 ____________________________________________________________________________
3871 [  4386] By: gsar                                  on 1999/10/15  05:45:36
3872         Log: various little goofs in change#4385
3873      Branch: perl
3874            ! win32/include/dirent.h win32/win32.c
3875 ____________________________________________________________________________
3876 [  4385] By: gsar                                  on 1999/10/15  04:49:09
3877         Log: win32_*dir() cleanup; win32_readdir() iterates as necessary
3878              rather than win32_opendir() reading all files up front (untested)
3879      Branch: perl
3880            ! win32/include/dirent.h win32/win32.c
3881 ____________________________________________________________________________
3882 [  4384] By: gsar                                  on 1999/10/15  01:34:09
3883         Log: Benchmark notes (from Barrie Slaymaker <barries@slaysys.com>)
3884      Branch: perl
3885            ! lib/Benchmark.pm pod/perldelta.pod
3886 ____________________________________________________________________________
3887 [  4383] By: gsar                                  on 1999/10/15  01:22:32
3888         Log: include info about Perl Mongers in perlfaq2 (from David H. Adler
3889              <dha@panix.com>)
3890      Branch: perl
3891            ! pod/perlfaq2.pod
3892 ____________________________________________________________________________
3893 [  4382] By: gsar                                  on 1999/10/15  01:14:22
3894         Log: From: jand@ActiveState.com (Jan Dubois)
3895              Date: Fri, 15 Oct 1999 01:14:23 +0200
3896              Message-ID: <380f61ae.18202914@smtprelay.t-online.de>
3897              Subject: [PATCH 5.005_61] Prevent "Out of memory" error in POSIX's strftime()
3898      Branch: perl
3899            ! ext/POSIX/POSIX.xs
3900 ____________________________________________________________________________
3901 [  4381] By: jhi                                   on 1999/10/14  22:11:36
3902         Log: Integrate with Sarathy.
3903      Branch: cfgperl
3904           !> XSUB.h cop.h embed.h embed.pl ext/File/Glob/bsd_glob.c
3905           !> lib/Time/Local.pm perl.c perlapi.c pod/perlop.pod pp_ctl.c
3906           !> proto.h scope.c scope.h t/op/runlevel.t util.c win32/Makefile
3907           !> win32/makefile.mk
3908 ____________________________________________________________________________
3909 [  4380] By: jhi                                   on 1999/10/14  22:08:22
3910         Log: Warn inside character classes about unknown backslash escapes
3911              (that are not caught earlier because of being completely unknown,
3912              such as \m), such as \z (because they make do sense inside regexen,
3913              but not inside character classes).
3914      Branch: cfgperl
3915            ! pod/perldelta.pod pod/perldiag.pod regcomp.c
3916            ! t/pragma/warn/regcomp
3917 ____________________________________________________________________________
3918 [  4379] By: gsar                                  on 1999/10/14  18:26:56
3919         Log: clarify significance of parens for "x" (from M.J.T. Guy
3920              <mjtg@cus.cam.ac.uk>)
3921      Branch: perl
3922            ! pod/perlop.pod
3923 ____________________________________________________________________________
3924 [  4378] By: gsar                                  on 1999/10/14  18:25:20
3925         Log: make timelocal work better when time is close to the epoch
3926              east of GMT (from Keiki SATOH <kki@wakusei.ne.jp>)
3927      Branch: perl
3928            ! lib/Time/Local.pm
3929 ____________________________________________________________________________
3930 [  4377] By: gsar                                  on 1999/10/14  18:15:11
3931         Log: integrate cfgperl contents into mainline
3932      Branch: perl
3933           +> ext/DB_File/hints/sco.pl
3934           !> MANIFEST hints/aix.sh hints/linux.sh hints/svr5.sh
3935           !> pod/perldelta.pod pod/perldiag.pod pod/perlop.pod
3936           !> pod/perlre.pod regcomp.c t/op/re_tests t/pragma/warn/regcomp
3937 ____________________________________________________________________________
3938 [  4376] By: gsar                                  on 1999/10/14  17:47:35
3939         Log: fix POPSTACK panics that ensued from bad interaction between
3940              runlevels and stack of stacks (change#3988 done right);
3941              basically, we pop the runlevel if the stacklevel is not the
3942              same one we started the runlevel with
3943      Branch: perl
3944            ! cop.h perl.c pp_ctl.c t/op/runlevel.t util.c
3945 ____________________________________________________________________________
3946 [  4375] By: gsar                                  on 1999/10/14  15:54:48
3947         Log: avoid warnings
3948      Branch: perl
3949            ! ext/File/Glob/bsd_glob.c
3950 ____________________________________________________________________________
3951 [  4374] By: jhi                                   on 1999/10/14  10:08:44
3952         Log: Warn about false ranges like \d-\w (see the change #4355).
3953              The invalid ranges (b-a) warning message also enhanced.
3954      Branch: cfgperl
3955            ! pod/perldelta.pod pod/perldiag.pod regcomp.c t/op/re_tests
3956            ! t/pragma/warn/regcomp
3957 ____________________________________________________________________________
3958 [  4373] By: gsar                                  on 1999/10/14  03:49:54
3959         Log: File::Glob fixes for Windows
3960      Branch: perl
3961            ! XSUB.h ext/File/Glob/bsd_glob.c win32/Makefile
3962            ! win32/makefile.mk
3963 ____________________________________________________________________________
3964 [  4372] By: gsar                                  on 1999/10/14  02:21:31
3965         Log: avoid inefficiency in change#3386 (every longjmp() was followed
3966              by an avoidable call to setjmp())
3967      Branch: perl
3968            ! embed.h embed.pl perl.c perlapi.c pod/perldelta.pod pp_ctl.c
3969            ! proto.h scope.c scope.h
3970 ____________________________________________________________________________
3971 [  4371] By: jhi                                   on 1999/10/13  21:17:17
3972         Log: Integrate with Sarathy.
3973      Branch: cfgperl
3974           !> op.c pod/perldelta.pod
3975 ____________________________________________________________________________
3976 [  4370] By: gsar                                  on 1999/10/13  18:08:45
3977         Log: misc tweaks
3978      Branch: perl
3979            ! op.c pod/perldelta.pod
3980 ____________________________________________________________________________
3981 [  4369] By: jhi                                   on 1999/10/13  16:18:58
3982         Log: Integrate with Sarathy.
3983      Branch: cfgperl
3984           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
3985 ____________________________________________________________________________
3986 [  4368] By: gsar                                  on 1999/10/13  16:14:16
3987         Log: pod nits from various perl porters
3988      Branch: perl
3989            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
3990 ____________________________________________________________________________
3991 [  4367] By: jhi                                   on 1999/10/13  12:10:30
3992         Log: From: Vlad Harchev <hvv@hippo.ru>
3993              To: perl5-porters@perl.org
3994              Subject: [ID 19991013.002] fix for 'perlop.pod' shipped with perl5.00503
3995              Date: Wed, 13 Oct 1999 15:48:59 +0500 (SAMST)
3996              Message-Id: <Pine.LNX.4.10.9910131546580.3542-100000@localhost.localdomain>
3997      Branch: cfgperl
3998            ! pod/perlop.pod
3999 ____________________________________________________________________________
4000 [  4366] By: gsar                                  on 1999/10/13  08:11:11
4001         Log: typos and language goofs pointed out by Hugo van der Sanden
4002              <hv@crypt.compulink.co.uk>
4003      Branch: perl
4004            ! pod/perldelta.pod pod/perldiag.pod
4005 ____________________________________________________________________________
4006 [  4365] By: jhi                                   on 1999/10/13  07:27:44
4007         Log: Integrate with Sarathy.
4008      Branch: cfgperl
4009           +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
4010           +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
4011           +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
4012           +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
4013           +> t/lib/glob-basic.t t/lib/glob-global.t t/lib/glob-taint.t
4014           !> Changes MANIFEST README.win32 ext/ODBM_File/hints/sco.pl
4015           !> lib/perl5db.pl op.c pod/perldelta.pod pod/perlfaq8.pod
4016           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod t/op/glob.t
4017           !> t/op/readdir.t t/op/taint.t t/pragma/overload.t util.c
4018 ____________________________________________________________________________
4019 [  4364] By: gsar                                  on 1999/10/13  07:06:04
4020         Log: debugger tweak (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
4021      Branch: perl
4022            ! lib/perl5db.pl
4023 ____________________________________________________________________________
4024 [  4363] By: jhi                                   on 1999/10/13  07:03:43
4025         Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
4026              To: perl5-porters@perl.org
4027              Subject: [ID 19991012.002] Latest UnixWare7 (svr5.sh) hints file
4028              Date: Tue, 12 Oct 1999 19:48:11 -0700 (PDT)
4029              Message-Id: <199910130248.TAA14636@scoot.pdev.sco.com>
4030      Branch: cfgperl
4031            ! hints/svr5.sh
4032 ____________________________________________________________________________
4033 [  4362] By: jhi                                   on 1999/10/13  06:57:16
4034         Log: Add DB_File hint for SCO ODT.
4035              From: hops@sco.com
4036              To: perl5-porters@perl.org
4037              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
4038              Date: Tue, 12 Oct 1999 20:16:04 PDT
4039              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
4040      Branch: cfgperl
4041            + ext/DB_File/hints/sco.pl
4042            ! MANIFEST
4043 ____________________________________________________________________________
4044 [  4361] By: gsar                                  on 1999/10/13  06:56:08
4045         Log: PL_numeric_radix used without being defined (from Ilya
4046              Zakharevich)
4047      Branch: perl
4048            ! util.c
4049 ____________________________________________________________________________
4050 [  4360] By: gsar                                  on 1999/10/13  06:43:03
4051         Log: use libdbm.nfs.a if available (libdbm.a is missing dbmclose())
4052              From: hops@sco.com
4053              Date: Tue, 12 Oct 1999 20:16:04 PDT
4054              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
4055              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
4056      Branch: perl
4057            + ext/NDBM_File/hints/sco.pl
4058            ! MANIFEST ext/ODBM_File/hints/sco.pl
4059 ____________________________________________________________________________
4060 [  4359] By: gsar                                  on 1999/10/13  06:34:53
4061         Log: various pod tweaks (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
4062      Branch: perl
4063            ! README.win32 pod/perlfaq8.pod pod/perlfunc.pod pod/perlop.pod
4064            ! pod/perlport.pod
4065 ____________________________________________________________________________
4066 [  4358] By: gsar                                  on 1999/10/12  19:10:27
4067         Log: perldelta updates
4068      Branch: perl
4069            ! pod/perldelta.pod
4070 ____________________________________________________________________________
4071 [  4357] By: gsar                                  on 1999/10/12  17:11:18
4072         Log: update perldelta for change#4356
4073      Branch: perl
4074            ! Changes pod/perldelta.pod
4075 ____________________________________________________________________________
4076 [  4356] By: gsar                                  on 1999/10/12  16:53:31
4077         Log: add File::BSDGlob as File::Glob and load it at compile-time
4078              if perl was built with -DPERL_INTERNAL_GLOB
4079              
4080              TODO: we currently get a compile-time failure if File/Glob.pm
4081              can't be found; such failure needs to be made to emit a warning
4082              and use the csh implementation instead
4083      Branch: perl
4084            + ext/File/Glob/Changes ext/File/Glob/Glob.pm
4085            + ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
4086            + ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
4087            + ext/File/Glob/bsd_glob.h t/lib/glob-basic.t
4088            + t/lib/glob-global.t t/lib/glob-taint.t
4089            ! MANIFEST op.c t/op/glob.t t/op/readdir.t t/op/taint.t
4090            ! t/pragma/overload.t
4091 ____________________________________________________________________________
4092 [  4355] By: jhi                                   on 1999/10/12  15:30:05
4093         Log: Revert the parts of #3926 that outlawed character ranges
4094              that have character classes such as \w as either endpoint.
4095              This change re-establishes the old behavior which meant that
4096              such ranges weren't really ranges, the "-" was literal.
4097              Moreover, this change also fixes the old behavior to be
4098              more consistent: [\w-.] and [\s-\w] worked, but [.-\w] didn't.
4099              Now they all do work as described above.  The #3926 outlawed
4100              all of those.
4101      Branch: cfgperl
4102            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
4103 ____________________________________________________________________________
4104 [  4354] By: jhi                                   on 1999/10/12  09:58:59
4105         Log: Integrate with Sarathy.
4106      Branch: cfgperl
4107           !> (integrate 33 files)
4108 ____________________________________________________________________________
4109 [  4353] By: gsar                                  on 1999/10/12  05:53:40
4110         Log: apply parts of LynxOS patches from Alan Johnson
4111              <johnson@alonn.gemse.fr>
4112      Branch: perl
4113            ! Changes hints/lynxos.sh pod/perldelta.pod t/lib/safe2.t
4114            ! t/op/groups.t
4115 ____________________________________________________________________________
4116 [  4352] By: gsar                                  on 1999/10/12  05:24:39
4117         Log: allow any unpack specifier to take a count via '/'
4118              (from Ilya Zakharevich)
4119      Branch: perl
4120            ! pp.c t/op/pack.t
4121 ____________________________________________________________________________
4122 [  4351] By: gsar                                  on 1999/10/12  05:02:35
4123         Log: avoid warnings
4124      Branch: perl
4125            ! malloc.c
4126 ____________________________________________________________________________
4127 [  4350] By: gsar                                  on 1999/10/12  04:50:52
4128         Log: various cleanups
4129      Branch: perl
4130            ! ext/Devel/DProf/DProf.xs op.c perl.c perly.c perly.y
4131            ! perly_c.diff pp_hot.c toke.c vms/perly_c.vms win32/config.bc
4132            ! win32/config.gc win32/config.vc win32/config_H.bc
4133            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
4134 ____________________________________________________________________________
4135 [  4349] By: gsar                                  on 1999/10/12  00:23:11
4136         Log: update Changes, patchlevel etc.
4137      Branch: perl
4138            ! Changes Porting/findvars patchlevel.h win32/Makefile
4139            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4140            ! win32/makefile.mk
4141 ____________________________________________________________________________
4142 [  4348] By: gsar                                  on 1999/10/11  23:11:57
4143         Log: add vec() example from Chaim Frenkel <chaimf@pobox.com>
4144      Branch: perl
4145            ! pod/perlfunc.pod
4146 ____________________________________________________________________________
4147 [  4347] By: jhi                                   on 1999/10/11  21:25:03
4148         Log: Sparc Linux -Duseshrplib fix.
4149              
4150              From: Brian Jepson <bjepson@home.com>
4151              To: Nick Ing-Simmons <nick@ing-simmons.net>
4152              cc: perl5-porters@perl.org
4153              Subject: Re: [ID 19990813.002] Can't build Perl 5.005_60 on SPARC/Linux with -Duseshrplib
4154              Date: Fri, 20 Aug 1999 11:25:17 -0500 (EST)
4155              Message-ID: <Pine.LNX.4.10.9908201123570.5116-100000@cx384756-a.sking1.ri.home.com>
4156      Branch: cfgperl
4157            ! hints/linux.sh
4158 ____________________________________________________________________________
4159 [  4346] By: gsar                                  on 1999/10/11  20:28:32
4160         Log: more pack/unpack documentation (from Ilya Zakharevich); changed
4161              the behavior of 'Z*' and 'Z3' to always pack a trailing
4162              null byte; changed documentation to suit; added test
4163      Branch: perl
4164            ! pod/perlfunc.pod pp.c t/op/pack.t
4165 ____________________________________________________________________________
4166 [  4345] By: gsar                                  on 1999/10/11  19:15:46
4167         Log: writing to perllocal.pod fails if it was never created;
4168              tweak pseudo-hash example (both suggested by Michael G Schwern
4169              <schwern@pobox.com>)
4170      Branch: perl
4171            ! lib/ExtUtils/MM_Unix.pm pod/perlref.pod
4172 ____________________________________________________________________________
4173 [  4344] By: gsar                                  on 1999/10/11  17:57:31
4174         Log: slightly edited variant of suggested patch
4175              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4176              Date: Thu, 9 Sep 1999 18:35:37 -0400
4177              Message-ID: <19990909183537.A28682@monk.mps.ohio-state.edu>
4178              Subject: [PATCH 5.005_58] How RExen match?
4179      Branch: perl
4180            ! pod/perlre.pod
4181 ____________________________________________________________________________
4182 [  4343] By: gsar                                  on 1999/10/11  16:55:48
4183         Log: change#4327 was inefficient
4184      Branch: perl
4185            ! lib/lib.pm
4186 ____________________________________________________________________________
4187 [  4342] By: jhi                                   on 1999/10/11  07:01:46
4188         Log: Integrate with Sarathy.
4189      Branch: cfgperl
4190           +> pod/perlhack.pod
4191           !> (integrate 28 files)
4192 ____________________________________________________________________________
4193 [  4341] By: jhi                                   on 1999/10/11  06:37:47
4194         Log: The 2.5th cut at the AIX C++ extension problems.
4195      Branch: cfgperl
4196            ! hints/aix.sh
4197 ____________________________________________________________________________
4198 [  4340] By: gsar                                  on 1999/10/10  23:48:07
4199         Log: add perlhack.pod from Nathan Torkington <gnat@frii.com>
4200      Branch: perl
4201            + pod/perlhack.pod
4202            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
4203 ____________________________________________________________________________
4204 [  4339] By: gsar                                  on 1999/10/10  20:42:40
4205         Log: revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source
4206              compatibility; introduce SAVEDESTRUCTOR_X() that accepts
4207              void(*)(pTHX_ void*)
4208      Branch: perl
4209            ! embed.h embed.pl ext/Devel/DProf/DProf.xs global.sym mg.c
4210            ! objXSUB.h perl.h perlapi.c perly.c perly.y perly_c.diff
4211            ! pod/perlguts.pod pod/perltoc.pod pp.c pp_hot.c proto.h
4212            ! regcomp.h regexec.c scope.c scope.h toke.c vms/perly_c.vms
4213 ____________________________________________________________________________
4214 [  4338] By: gsar                                  on 1999/10/10  20:38:59
4215         Log: add missing new diagnostics to perldelta
4216      Branch: perl
4217            ! pod/perldelta.pod
4218 ____________________________________________________________________________
4219 [  4337] By: gsar                                  on 1999/10/10  17:40:13
4220         Log: update perldelta for change#3406
4221      Branch: perl
4222            ! embed.pl pod/perldata.pod pod/perldelta.pod
4223 ____________________________________________________________________________
4224 [  4336] By: gsar                                  on 1999/10/10  16:33:14
4225         Log: integrate cfgperl contents into mainline
4226      Branch: perl
4227           +> ext/DynaLoader/hints/aix.pl
4228           !> MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh hints/irix_6.sh
4229           !> makedef.pl perl.h pod/perldelta.pod
4230 ____________________________________________________________________________
4231 [  4335] By: jhi                                   on 1999/10/10  11:09:48
4232         Log: Update perldelta.
4233      Branch: cfgperl
4234            ! pod/perldelta.pod
4235 ____________________________________________________________________________
4236 [  4334] By: jhi                                   on 1999/10/10  10:31:46
4237         Log: Integrate with Sarathy.
4238      Branch: cfgperl
4239           +> win32/genmk95.pl
4240           !> Changes MANIFEST README.win32 cop.h ext/Thread/Thread.pm
4241           !> ext/Thread/Thread.xs ext/Thread/Thread/Queue.pm
4242           !> ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
4243           !> ext/Thread/sync.t ext/Thread/sync2.t installperl
4244           !> lib/Exporter.pm lib/ExtUtils/MM_Unix.pm
4245           !> lib/ExtUtils/MM_Win32.pm lib/diagnostics.pm lib/lib.pm perl.c
4246           !> pod/perldelta.pod pod/perlfunc.pod pp_ctl.c pp_hot.c pp_sys.c
4247           !> utils/perldoc.PL win32/makefile.mk
4248 ____________________________________________________________________________
4249 [  4333] By: gsar                                  on 1999/10/10  06:33:15
4250         Log: install pods to 'pods' rather than 'pod' on cygwin (modified
4251              a patch suggested by cwilson@cc865179-c.chmbl1.ga.home.com)
4252      Branch: perl
4253            ! installperl lib/diagnostics.pm utils/perldoc.PL
4254 ____________________________________________________________________________
4255 [  4332] By: gsar                                  on 1999/10/10  05:15:26
4256         Log: add $VERSION
4257      Branch: perl
4258            ! lib/Exporter.pm
4259 ____________________________________________________________________________
4260 [  4331] By: gsar                                  on 1999/10/10  05:10:22
4261         Log: describe what can go in an export list (from Anno Siegel
4262              <anno4000@lublin.zrz.tu-berlin.de>)
4263      Branch: perl
4264            ! lib/Exporter.pm
4265 ____________________________________________________________________________
4266 [  4330] By: gsar                                  on 1999/10/10  04:50:43
4267         Log: more basic support for building modules under Windows 95/98
4268              (applied relevant parts from a patch suggested by
4269              Jochen Wiedmann <joe@ispsoft.de>)
4270      Branch: perl
4271            ! lib/ExtUtils/MM_Unix.pm
4272 ____________________________________________________________________________
4273 [  4329] By: gsar                                  on 1999/10/10  04:28:38
4274         Log: rudimentary support for building under Windows 95/98 (from
4275              Benjamin Stuhl <sho_pi@hotmail.com>)
4276      Branch: perl
4277            + win32/genmk95.pl
4278            ! MANIFEST README.win32 lib/ExtUtils/MM_Win32.pm
4279            ! win32/makefile.mk
4280 ____________________________________________________________________________
4281 [  4328] By: gsar                                  on 1999/10/10  03:37:21
4282         Log: fix two leaks in Thread.xs (from Eugene Alterman
4283              <Eugene.Alterman@bremer-inc.com>); convert places with
4284              'use attrs' to new attributes syntax
4285      Branch: perl
4286            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
4287            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
4288            ! ext/Thread/Thread/Specific.pm ext/Thread/sync.t
4289            ! ext/Thread/sync2.t
4290 ____________________________________________________________________________
4291 [  4327] By: gsar                                  on 1999/10/10  02:23:52
4292         Log: avoid duplicates in @INC, they cause leaks in mod_perl etc
4293              (suggested by Tod Irwin <irwin@stockmaster.com>)
4294      Branch: perl
4295            ! lib/lib.pm
4296 ____________________________________________________________________________
4297 [  4326] By: gsar                                  on 1999/10/10  00:51:48
4298         Log: better documentation for recv() (from Anton Berezin
4299              <tobez@plab.ku.dk>)
4300      Branch: perl
4301            ! pod/perlfunc.pod
4302 ____________________________________________________________________________
4303 [  4325] By: gsar                                  on 1999/10/09  22:46:23
4304         Log: perldelta updates (see TODO markers)
4305      Branch: perl
4306            ! Changes pod/perldelta.pod pp_sys.c
4307 ____________________________________________________________________________
4308 [  4324] By: gsar                                  on 1999/10/09  19:43:10
4309         Log: fix Exporter::export_to_level() documentation
4310      Branch: perl
4311            ! lib/Exporter.pm
4312 ____________________________________________________________________________
4313 [  4323] By: gsar                                  on 1999/10/09  18:48:31
4314         Log: don't run END blocks when running under -c switch (older,
4315              rarely useful behavior may still be obtained by putting
4316              BEGIN { $^C = 0; exit; } at the end of the script)
4317      Branch: perl
4318            ! perl.c
4319 ____________________________________________________________________________
4320 [  4322] By: jhi                                   on 1999/10/09  05:31:26
4321         Log: While awaiting a good test program to detect the broken gcc.
4322              From: Thomas Conté <tom@fr.uu.net>
4323              To: <jhi@iki.fi>
4324              Cc: <perl5-porters@perl.org>
4325              Subject: Re: [ID 19990825.007] test t/lib/ipc_sysv.t failing under irix 6.4
4326              Date: Wed, 6 Oct 1999 19:56:29 +0200
4327              Message-ID: <000a01bf1024$1d938f20$252ad0d4@eng.iway.fr>
4328      Branch: cfgperl
4329            ! hints/irix_6.sh perl.h
4330 ____________________________________________________________________________
4331 [  4321] By: gsar                                  on 1999/10/09  00:41:02
4332         Log: POPSUB() gave up the refcount to the CV before LEAVE had a chance to
4333              clear entries in the CV's pad, leading to coredumps when CV had no
4334              other references to it; this is a slightly edited version of the
4335              patch suggested by Russel O'Connor <roconnor@world.std.com>
4336      Branch: perl
4337            ! cop.h pp_ctl.c pp_hot.c
4338 ____________________________________________________________________________
4339 [  4320] By: gsar                                  on 1999/10/08  22:50:51
4340         Log: revert POP{SUB,LOOP}{1,2} logic to the simpler pre-5.003_24
4341              situation (assumptions about cx invalidation are not valid
4342              anymore)
4343      Branch: perl
4344            ! cop.h pp_ctl.c pp_hot.c
4345 ____________________________________________________________________________
4346 [  4319] By: jhi                                   on 1999/10/08  14:33:31
4347         Log: Integrate with Sarathy.
4348      Branch: cfgperl
4349           !> cop.h ext/Thread/Thread.xs op.c opcode.h perl.c perl.h perly.c
4350           !> perly.y pod/perldiag.pod pod/perlfunc.pod pp_ctl.c pp_sys.c
4351           !> t/comp/bproto.t thrdvar.h toke.c util.c
4352 ____________________________________________________________________________
4353 [  4318] By: jhi                                   on 1999/10/08  13:51:34
4354         Log: The second cut at AIX C++ extension troubles.
4355      Branch: cfgperl
4356            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
4357            ! hints/aix.sh
4358 ____________________________________________________________________________
4359 [  4317] By: jhi                                   on 1999/10/08  10:44:13
4360         Log: The first cut at fixing Perl extensions written in C++ in AIX,
4361              statics don't get initialized right.  This patch at least
4362              doesn't seem to break the build in my AIX, but unfortunately
4363              I don't have the IBM C++ to do further testing.
4364              
4365              Problem reported by Stephanie Beals in
4366              From: bealzy@us.ibm.com
4367              To: perl5-porters@perl.org
4368              Subject: [ID 19991007.005] DynaLoader/dl_aix.xs problem using load and unload on AIX
4369              Date: Thu, 7 Oct 1999 15:05:54 -0400
4370              Message-Id: <85256803.0068E70D.00@D51MTA03.pok.ibm.com>
4371      Branch: cfgperl
4372            + ext/DynaLoader/hints/aix.pl
4373            ! MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh
4374 ____________________________________________________________________________
4375 [  4316] By: gsar                                  on 1999/10/08  10:26:15
4376         Log: remove kludgey duplicate background error avoidance (caused
4377              "leaks"; %@ wasn't even user-visible under -Dusethreads);
4378              only repeats of most recent error are now avoided
4379      Branch: perl
4380            ! ext/Thread/Thread.xs perl.c perl.h pp_ctl.c thrdvar.h util.c
4381 ____________________________________________________________________________
4382 [  4315] By: jhi                                   on 1999/10/08  09:48:59
4383         Log: Fix omission.
4384      Branch: cfgperl
4385            ! makedef.pl
4386 ____________________________________________________________________________
4387 [  4314] By: gsar                                  on 1999/10/08  07:17:01
4388         Log: extend change#2299 to C<use> (fixes scoping problems in
4389              C<if (...) { use foo; ... }>)
4390      Branch: perl
4391            ! op.c
4392 ____________________________________________________________________________
4393 [  4313] By: gsar                                  on 1999/10/08  04:52:19
4394         Log: small tweak for change#4309
4395      Branch: perl
4396            ! op.c
4397 ____________________________________________________________________________
4398 [  4312] By: gsar                                  on 1999/10/08  02:31:13
4399         Log: add suggested patch =~ s/NOTOP/OP_NOT/ with tests
4400              From: Larry Wall <larry@wall.org>
4401              Date: Wed, 6 Oct 1999 09:55:57 -0700 (PDT)
4402              Message-Id: <199910061655.JAA11333@kiev.wall.org>
4403              Subject: Re: [ID 19991001.004] apparent parsing error with not(arg)
4404      Branch: perl
4405            ! opcode.h t/comp/bproto.t toke.c
4406 ____________________________________________________________________________
4407 [  4311] By: gsar                                  on 1999/10/08  00:58:19
4408         Log: typo
4409      Branch: perl
4410            ! pp_sys.c
4411 ____________________________________________________________________________
4412 [  4310] By: gsar                                  on 1999/10/07  23:51:38
4413         Log: fix setpgrp vs getpgrp and POSIX vs BSD confusion (spotted by
4414              Brian Mitchell <brian@chele.cais.net>)
4415      Branch: perl
4416            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
4417 ____________________________________________________________________________
4418 [  4309] By: gsar                                  on 1999/10/07  22:57:52
4419         Log: change#3728 was flawed (loop contexts saw the wrong statement
4420              info, causing loop control constructs to not find the label);
4421              disable OP_SETSTATE entirely and add a fix that is specifically
4422              targetted at disabling the OP_LINESEQ optimization in else BLOCK,
4423              which was what the original patch was supposed to fix
4424              
4425              TODO: remove the remainder of the setstate logic if it can't
4426              be used anywhere else (it isn't used anywhere now)
4427      Branch: perl
4428            ! cop.h op.c perly.c perly.y
4429 ____________________________________________________________________________
4430 [  4308] By: jhi                                   on 1999/10/07  19:21:27
4431         Log: Integrate with Sarathy.
4432      Branch: cfgperl
4433           !> lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
4434 ____________________________________________________________________________
4435 [  4307] By: gsar                                  on 1999/10/07  15:12:24
4436         Log: update to podlators-0.08 from Russ Allbery
4437      Branch: perl
4438            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
4439 ____________________________________________________________________________
4440 [  4306] By: jhi                                   on 1999/10/06  17:20:34
4441         Log: Integrate with Sarathy.
4442      Branch: cfgperl
4443           !> (integrate 45 files)
4444 ____________________________________________________________________________
4445 [  4305] By: gsar                                  on 1999/10/06  16:55:45
4446         Log: some versions of mingw32 have __int64, define iff it isn't
4447      Branch: perl
4448            ! win32/win32.h
4449 ____________________________________________________________________________
4450 [  4304] By: gsar                                  on 1999/10/06  03:45:44
4451         Log: fix typos in change#4288
4452      Branch: perl
4453            ! Changes dump.c sv.c
4454 ____________________________________________________________________________
4455 [  4303] By: gsar                                  on 1999/10/06  03:22:46
4456         Log: integrate cfgperl contents into mainline
4457      Branch: perl
4458           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
4459            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
4460           !> (integrate 31 files)
4461 ____________________________________________________________________________
4462 [  4302] By: gsar                                  on 1999/10/06  02:36:53
4463         Log: make die/warn and other diagnostics go to wherever STDERR happens
4464              to point at; change places that meant Perl_debug_log rather than
4465              PerlIO_stderr()
4466      Branch: perl
4467            ! cop.h doio.c embedvar.h ext/Devel/Peek/Peek.xs
4468            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
4469            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
4470            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
4471            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
4472            ! ext/DynaLoader/dl_rhapsody.xs ext/DynaLoader/dl_vmesa.xs
4473            ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
4474            ! ext/Thread/Thread.xs ext/Thread/typemap intrpvar.h malloc.c
4475            ! mg.c objXSUB.h op.c perl.c perl.h perlio.c pp.c pp_ctl.c
4476            ! pp_hot.c regexec.c scope.c scope.h sv.c thread.h toke.c util.c
4477            ! win32/dl_win32.xs win32/win32.c win32/win32thread.c
4478 ____________________________________________________________________________
4479 [  4301] By: jhi                                   on 1999/10/05  23:03:46
4480         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4481              To: François Désarménien <desar@club-internet.fr>
4482              Cc: "perl5-porters@perl.org" <perl5-porters@perl.org>
4483              Subject: Re: Strange RE engine breakage in 5_61
4484              Date: Mon, 4 Oct 1999 19:58:03 -0400
4485              Message-ID: <19991004195803.A21760@monk.mps.ohio-state.edu>
4486              
4487              (had to apply pat.t part manually because there
4488              already were more tests than there was in _61)
4489      Branch: cfgperl
4490            ! regcomp.c regexec.c t/op/pat.t t/op/re_tests
4491 ____________________________________________________________________________
4492 [  4300] By: jhi                                   on 1999/10/04  17:03:18
4493         Log: From: Andy Dougherty <doughera@lafayette.edu>
4494              To: Jarkko Hietaniemi <jhi@iki.fi>
4495              cc: Perl Porters <perl5-porters@perl.org>, jhi@cc.hut.fi
4496              Subject: Re: [ID 19991001.005] [_61] [PATCH] tarball fine on win32, zip isn't
4497              Date: Mon, 4 Oct 1999 13:05:08 -0400 (EDT)
4498              Message-ID: <Pine.SOL.4.10.9910041302550.6502-100000@maxwell.phys.lafayette.edu>
4499      Branch: cfgperl
4500            + eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
4501            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
4502            ! MANIFEST ext/B/defsubs_h.PL
4503 ____________________________________________________________________________
4504 [  4299] By: jhi                                   on 1999/10/04  07:15:16
4505         Log: From: Michael G Schwern <schwern@pobox.com>
4506              To: perl5-porters@perl.org
4507              Subject: Re: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
4508              Date: Sun, 3 Oct 1999 17:34:17 -0400
4509              Message-ID: <19991003173417.A4351@blackrider>
4510      Branch: cfgperl
4511            ! t/lib/fields.t t/pragma/constant.t
4512 ____________________________________________________________________________
4513 [  4298] By: gsar                                  on 1999/10/04  04:57:53
4514         Log: some compatibility macros were busted
4515      Branch: perl
4516            ! embed.h embed.pl toke.c
4517 ____________________________________________________________________________
4518 [  4297] By: jhi                                   on 1999/10/03  17:50:59
4519         Log: A better version of #4296.
4520              
4521              From: Michael G Schwern <schwern@pobox.com>
4522              To: perl5-porters@perl.org
4523              Subject: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
4524              Date: Sun, 3 Oct 1999 13:54:23 -0400
4525              Message-ID: <19991003135423.A3050@blackrider>
4526      Branch: cfgperl
4527            ! av.c op.c pod/perldiag.pod
4528 ____________________________________________________________________________
4529 [  4296] By: jhi                                   on 1999/10/03  17:21:01
4530         Log: (Replaced by #4297.)
4531              
4532              From: Michael G Schwern <schwern@pobox.com>
4533              To: perl5-porters@perl.org
4534              Subject: [PATCH av.c, perldiag.pod] Added field name to "No such array field"
4535              Date: Sun, 3 Oct 1999 13:16:47 -0400
4536              Message-ID: <19991003131647.A2816@blackrider>
4537              
4538              plus changed the error message to say "No such pseudo-hash field"
4539              as discussed in the above mail message.
4540      Branch: cfgperl
4541            ! av.c pod/perldiag.pod
4542 ____________________________________________________________________________
4543 [  4295] By: gsar                                  on 1999/10/03  16:09:36
4544         Log: avoid doing irrelevant things on 'make perl'
4545      Branch: perl
4546            ! Makefile.SH
4547 ____________________________________________________________________________
4548 [  4294] By: jhi                                   on 1999/10/03  14:16:24
4549         Log: Fix a typo in #4293 spotted by Graham Barr.
4550      Branch: cfgperl
4551            ! pod/perlref.pod
4552 ____________________________________________________________________________
4553 [  4293] By: jhi                                   on 1999/10/03  11:31:22
4554         Log: From: Michael G Schwern <schwern@blackrider.aocn.com>
4555              To: perl5-porters@perl.org
4556              Subject: Re: Should keys in pseudo-hashes -always- exist? [DOC PATCH]
4557              Date: Sun, 3 Oct 1999 02:34:01 -0400
4558              Message-ID: <19991003023401.A1520@blackrider>
4559      Branch: cfgperl
4560            ! pod/perlfunc.pod pod/perlref.pod
4561 ____________________________________________________________________________
4562 [  4292] By: jhi                                   on 1999/10/03  09:23:16
4563         Log: From: Barrie Slaymaker <barries@slaysys.com>
4564              To: perl5-porters@perl.org
4565              Subject: [PATCH 5.005_61] Benchmark.pm bugfix, tweaks
4566              Date: Sun, 3 Oct 1999 00:09:51 -0400
4567              Message-Id: <199910030409.AAA18228@jester.slaysys.com>
4568      Branch: cfgperl
4569            ! lib/Benchmark.pm
4570 ____________________________________________________________________________
4571 [  4291] By: jhi                                   on 1999/10/02  23:43:53
4572         Log: Be understanding about large file systems.
4573      Branch: cfgperl
4574            ! t/lib/syslfs.t t/op/lfs.t
4575 ____________________________________________________________________________
4576 [  4290] By: jhi                                   on 1999/10/02  23:39:16
4577         Log: Configure fixfest continues.
4578      Branch: cfgperl
4579            ! Configure config_h.SH
4580      Branch: metaconfig
4581            ! U/modified/d_longdbl.U U/modified/d_longlong.U
4582            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
4583            ! U/typedefs/gidsize.U U/typedefs/pidsign.U U/typedefs/pidsize.U
4584            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
4585      Branch: metaconfig/U/perl
4586            ! i_inttypes.U io64.U
4587 ____________________________________________________________________________
4588 [  4289] By: jhi                                   on 1999/10/02  23:12:54
4589         Log: Regen Porting stuff.
4590      Branch: cfgperl
4591            ! Porting/Glossary Porting/config.sh Porting/config_H
4592 ____________________________________________________________________________
4593 [  4288] By: jhi                                   on 1999/10/02  23:05:50
4594         Log: Untangle the IV_IS_QUAD jungle by introduding
4595              macros to be used when doing formatted printing:
4596              IVdf, UVuf, UVxf, UVof.  Also introduce Uid_t_SIGN.
4597      Branch: cfgperl
4598            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4599            ! config_h.SH doio.c dump.c op.c perl.h pp_hot.c pp_sys.c
4600            ! regcomp.c sv.c taint.c toke.c util.c
4601 ____________________________________________________________________________
4602 [  4287] By: jhi                                   on 1999/10/02  22:54:18
4603         Log: metaconfig maintenance.
4604      Branch: metaconfig
4605            ! U/ebcdic/ebcdic.U U/typedefs/gidsign.U U/typedefs/gidsize.U
4606            ! U/typedefs/pidsign.U U/typedefs/pidsize.U U/typedefs/uidsign.U
4607            ! U/typedefs/uidsize.U
4608 ____________________________________________________________________________
4609 [  4286] By: nick                                  on 1999/10/02  11:11:44
4610         Log: Incremental merge of mainline
4611      Branch: utfperl
4612           +> README.Y2K hints/svr5.sh lib/Pod/Man.pm
4613           +> lib/unicode/Unicode.html t/op/args.t t/pod/multiline_items.t
4614           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
4615           +> t/pod/podselect.t t/pod/podselect.xr
4616            - lib/Pod/PlainText.pm
4617           !> (integrate 148 files)
4618 ____________________________________________________________________________
4619 [  4285] By: jhi                                   on 1999/10/02  10:16:15
4620         Log: Battle namespace pollution.
4621      Branch: cfgperl
4622            ! lib/Benchmark.pm
4623 ____________________________________________________________________________
4624 [  4284] By: jhi                                   on 1999/10/02  10:11:20
4625         Log: Regen Configure, all of xs_apiversion didn't take.
4626      Branch: cfgperl
4627            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4628            ! config_h.SH patchlevel.h
4629 ____________________________________________________________________________
4630 [  4283] By: jhi                                   on 1999/10/02  09:48:17
4631         Log: Integrate with Sarathy.
4632      Branch: cfgperl
4633           +> lib/Pod/Man.pm t/pod/multiline_items.t
4634           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
4635           +> t/pod/podselect.t t/pod/podselect.xr
4636            - lib/Pod/PlainText.pm
4637           !> (integrate 50 files)
4638 ____________________________________________________________________________
4639 [  4282] By: gsar                                  on 1999/10/02  06:39:14
4640         Log: update pod2man, pod2text and related Pod:: modules with the
4641              ones in podlators-0.07 from Russ Allbery
4642      Branch: perl
4643            + lib/Pod/Man.pm
4644            ! lib/Pod/Text.pm lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
4645            ! pod/pod2man.PL pod/pod2text.PL
4646 ____________________________________________________________________________
4647 [  4281] By: gsar                                  on 1999/10/02  06:14:44
4648         Log: fix PodParser testsuite; Pod::Text subsumes Pod::PlainText
4649      Branch: perl
4650            - lib/Pod/PlainText.pm
4651            ! MANIFEST lib/Pod/Text.pm lib/Pod/Usage.pm pod/pod2usage.PL
4652            ! pod/podchecker.PL pod/podselect.PL t/pod/emptycmd.t
4653            ! t/pod/for.t t/pod/headings.t t/pod/include.t t/pod/included.t
4654            ! t/pod/lref.t t/pod/multiline_items.t t/pod/nested_items.t
4655            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
4656            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
4657            ! t/pod/special_seqs.t t/pod/testp2pt.pl t/pod/testpchk.pl
4658 ____________________________________________________________________________
4659 [  4280] By: gsar                                  on 1999/10/02  04:39:38
4660         Log: upgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com>
4661      Branch: perl
4662            + t/pod/multiline_items.t t/pod/multiline_items.xr
4663            + t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/podselect.t
4664            + t/pod/podselect.xr
4665            ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
4666            ! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm
4667            ! lib/Pod/Usage.pm t/pod/for.xr t/pod/headings.xr
4668            ! t/pod/include.xr t/pod/included.xr t/pod/lref.xr
4669            ! t/pod/nested_items.xr t/pod/nested_seqs.xr
4670            ! t/pod/oneline_cmds.xr t/pod/poderrs.xr t/pod/special_seqs.xr
4671            ! t/pod/testp2pt.pl
4672 ____________________________________________________________________________
4673 [  4279] By: gsar                                  on 1999/10/02  03:36:41
4674         Log: make exists() work better on pseudo-hashes (reworked a patch suggested
4675              by Michael G Schwern <schwern@pobox.com>)
4676      Branch: perl
4677            ! av.c t/op/avhv.t
4678 ____________________________________________________________________________
4679 [  4278] By: gsar                                  on 1999/10/02  02:36:55
4680         Log: deprecate C<use attrs>
4681      Branch: perl
4682            ! ext/attrs/attrs.pm ext/attrs/attrs.xs t/lib/attrs.t
4683            ! t/lib/thread.t t/pragma/sub_lval.t
4684 ____________________________________________________________________________
4685 [  4277] By: gsar                                  on 1999/10/02  01:43:25
4686         Log: add notes about effect of loop control statements inside
4687              LABEL BLOCK continue BLOCK
4688      Branch: perl
4689            ! pod/perlfunc.pod
4690 ____________________________________________________________________________
4691 [  4276] By: gsar                                  on 1999/10/02  01:23:02
4692         Log: indent nested =items properly (suggested by Bill Fenner
4693              <fenner@research.att.com>)
4694      Branch: perl
4695            ! pod/pod2man.PL
4696 ____________________________________________________________________________
4697 [  4275] By: gsar                                  on 1999/10/02  01:09:16
4698         Log: updated ptags generator from Ilya Zakharevich
4699      Branch: perl
4700            ! emacs/ptags
4701 ____________________________________________________________________________
4702 [  4274] By: gsar                                  on 1999/10/01  23:08:52
4703         Log: update Changes
4704      Branch: perl
4705            ! Changes
4706 ____________________________________________________________________________
4707 [  4273] By: gsar                                  on 1999/10/01  22:58:55
4708         Log: typo, whitespace adjustments
4709      Branch: perl
4710            ! utils/h2xs.PL
4711 ____________________________________________________________________________
4712 [  4272] By: gsar                                  on 1999/10/01  22:46:06
4713         Log: remove dup hunks
4714      Branch: perl
4715            ! configure.com vms/vms.c
4716 ____________________________________________________________________________
4717 [  4271] By: gsar                                  on 1999/10/01  22:33:02
4718         Log: integrate cfgperl contents into mainline; resolve h2xs.PL conflict
4719              by declaring new globals "our" (XXX this means h2xs generated code
4720              won't run on earlier versions; a switch to generate compatible
4721              source is needed)
4722      Branch: perl
4723           !> (integrate 35 files)
4724 ____________________________________________________________________________
4725 [  4270] By: jhi                                   on 1999/10/01  12:05:56
4726         Log: Integrate with Sarathy.
4727      Branch: cfgperl
4728           !> ext/B/B/C.pm lib/ExtUtils/typemap lib/ExtUtils/xsubpp
4729           !> pod/perldiag.pod util.c
4730 ____________________________________________________________________________
4731 [  4269] By: jhi                                   on 1999/10/01  10:26:19
4732         Log: From: Piotr Klaban <makler@oryl.man.torun.pl>
4733              To: perl5-porters@perl.org
4734              Subject: [ID 19991001.001] perlguts man page error
4735              Date: Fri, 1 Oct 1999 10:23:49 +0200 (MET DST)
4736              Message-Id: <199910010823.KAA05796@oryl.man.torun.pl>
4737      Branch: cfgperl
4738            ! pod/perlguts.pod
4739 ____________________________________________________________________________
4740 [  4268] By: jhi                                   on 1999/10/01  07:32:33
4741         Log: There *is* a month called October.
4742      Branch: cfgperl
4743            ! t/op/time.t
4744 ____________________________________________________________________________
4745 [  4267] By: jhi                                   on 1999/10/01  06:58:10
4746         Log: Temp file cleanliness.
4747      Branch: cfgperl
4748            ! t/lib/filecopy.t
4749 ____________________________________________________________________________
4750 [  4266] By: jhi                                   on 1999/10/01  06:46:56
4751         Log: From: Barrie Slaymaker <barries@slaysys.com>
4752              To: perl5-porters@perl.org
4753              Subject: [PATCH 5.005_61] Benchmark.pm: Export countit(), cmpthese() by default
4754              Date: Thu, 30 Sep 1999 22:16:26 -0400
4755              Message-Id: <199910010216.WAA08309@jester.slaysys.com>
4756      Branch: cfgperl
4757            ! lib/Benchmark.pm
4758 ____________________________________________________________________________
4759 [  4265] By: jhi                                   on 1999/09/30  20:25:35
4760         Log: From: Barrie Slaymaker <barries@slaysys.com>
4761              To: perl5-porters@perl.org
4762              Subject: [PATCH 5.005_61] Benchmark tweaks, fixes, cmpthese()
4763              Date: Thu, 30 Sep 1999 15:44:00 -0400
4764              Message-Id: <199909301944.PAA07166@jester.slaysys.com>
4765              (Replaces #4175.)
4766      Branch: cfgperl
4767            ! lib/Benchmark.pm
4768 ____________________________________________________________________________
4769 [  4264] By: gsar                                  on 1999/09/30  17:59:26
4770         Log: re-add missing "Out of memory!" entry
4771      Branch: perl
4772            ! pod/perldiag.pod
4773 ____________________________________________________________________________
4774 [  4263] By: jhi                                   on 1999/09/30  17:05:43
4775         Log: Regenerate Configure.
4776      Branch: cfgperl
4777            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4778            ! config_h.SH
4779 ____________________________________________________________________________
4780 [  4261] By: jhi                                   on 1999/09/30  16:15:05
4781         Log: From: Andy Dougherty <doughera@lafayette.edu>
4782              To: Perl Porters <perl5-porters@perl.org>
4783              Subject: [PATCH 5.005_61] rand() advisory for perldelta.pod
4784              Date: Thu, 30 Sep 1999 12:24:00 -0400 (EDT)
4785              Message-ID: <Pine.SOL.4.10.9909301218390.3343-100000@maxwell.phys.lafayette.edu>
4786      Branch: cfgperl
4787            ! pod/perldelta.pod
4788 ____________________________________________________________________________
4789 [  4260] By: jhi                                   on 1999/09/30  15:48:56
4790         Log: From: Andy Dougherty <doughera@lafayette.edu>
4791              To: Jarkko Hietaniemi <jhi@iki.fi>, Gurusamy Sarathy <gsar@activestate.com>
4792              Subject: Re: Possible skeletal structure for searching multiple versions
4793              Date: Thu, 30 Sep 1999 11:52:00 -0400 (EDT)
4794              Message-ID: <Pine.SOL.4.10.9909301149090.3343-100000@maxwell.phys.lafayette.edu>
4795      Branch: metaconfig
4796            ! U/mkglossary
4797      Branch: metaconfig/U/perl
4798            + xs_apiversion.U
4799            ! patchlevel.U
4800 ____________________________________________________________________________
4801 [  4259] By: jhi                                   on 1999/09/30  15:07:16
4802         Log: Further ?idsize.U fixing.
4803      Branch: metaconfig
4804            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
4805 ____________________________________________________________________________
4806 [  4258] By: jhi                                   on 1999/09/30  15:00:14
4807         Log: Fix the ?idsi{gn,ze} units, from Andy Dougherty.
4808      Branch: metaconfig
4809            ! U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
4810            ! U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
4811 ____________________________________________________________________________
4812 [  4257] By: jhi                                   on 1999/09/30  09:48:33
4813         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
4814              To: Gurusamy Sarathy <gsar@ActiveState.com>
4815              Cc: tchrist@perl.com, Larry Wall <larry@wall.org>,
4816              The Perl Porters Mailing List <perl5-porters@perl.org>
4817              Subject: [PATCH] (Was: deprecating SIGDIE)
4818              Date: Wed, 29 Sep 1999 15:16:50 -0400
4819              Message-ID: <19990929151650.E26675@O2.chapin.edu>
4820      Branch: cfgperl
4821            ! Porting/findvars embedvar.h intrpvar.h mg.c objXSUB.h perl.c
4822 ____________________________________________________________________________
4823 [  4256] By: jhi                                   on 1999/09/30  09:45:22
4824         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4825              To: Gurusamy Sarathy <gsar@activestate.com>
4826              Cc: Barrie Slaymaker <barries@slaysys.com>, perl5-porters@perl.org
4827              Subject: Re: _58, _61 Argument "" is not numeric in sprintf
4828              Date: Wed, 29 Sep 1999 18:58:23 -0400
4829              Message-ID: <19990929185823.A22099@monk.mps.ohio-state.edu>
4830      Branch: cfgperl
4831            ! Makefile.SH opcode.pl
4832 ____________________________________________________________________________
4833 [  4255] By: gsar                                  on 1999/09/30  09:03:48
4834         Log: remove prehistoric XFree() gunk
4835      Branch: perl
4836            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
4837 ____________________________________________________________________________
4838 [  4254] By: gsar                                  on 1999/09/30  08:40:14
4839         Log: From: Vishal Bhatia <vishal@gol.com>
4840              Date: Wed, 29 Sep 1999 23:27:28 +0900 (JST)
4841              Message-ID: <Pine.LNX.4.10.9909292326280.5599-100000@localhost.localdomain>
4842              Subject: [patch _61] Minor corrections in C.pm
4843      Branch: perl
4844            ! ext/B/B/C.pm
4845 ____________________________________________________________________________
4846 [  4253] By: gsar                                  on 1999/09/30  08:36:27
4847         Log: off-by-one in fbm_compile() (spotted by John Bley
4848              <jbley@cs.cmu.edu>); whitespace adjustments
4849      Branch: perl
4850            ! util.c
4851 ____________________________________________________________________________
4852 [  4251] By: jhi                                   on 1999/09/30  08:09:13
4853         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4854              To: perl5-porters@perl.org (Mailing list Perl5)
4855              Subject: [PATCH 5.00561+]  Followup h2xs patch
4856              Date: Thu, 30 Sep 1999 04:15:52 -0400 (EDT)
4857              Message-Id: <199909300815.EAA25425@monk.mps.ohio-state.edu>
4858      Branch: cfgperl
4859            ! utils/h2xs.PL
4860 ____________________________________________________________________________
4861 [  4250] By: jhi                                   on 1999/09/29  19:11:32
4862         Log: Integrate with Sarathy.
4863      Branch: cfgperl
4864           !> djgpp/configure.bat embed.h embed.pl lib/Exporter/Heavy.pm
4865           !> lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm proto.h
4866           !> t/pragma/locale/latin1 win32/Makefile win32/makefile.mk
4867 ____________________________________________________________________________
4868 [  4249] By: bailey                                on 1999/09/29  02:21:31
4869         Log: resync with mainline
4870      Branch: vmsperl
4871           +> (branch 32 files)
4872            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
4873            - lib/unicode/blocks.txt lib/unicode/index2.txt
4874            - lib/unicode/jamo2.txt lib/unicode/names2.txt
4875            - lib/unicode/props2.txt lib/unicode/readme.txt
4876            - t/lib/bigfloatpm.t
4877           !> (integrate 240 files)
4878 ____________________________________________________________________________
4879 [  4248] By: jhi                                   on 1999/09/28  18:14:39
4880         Log: From: Andy Dougherty <doughera@lafayette.edu>
4881              To: Perl Porters <perl5-porters@perl.org>
4882              Subject: [PATCH 5.005_xx] Re: [Config 5.005_03] -DDEBUGGING
4883              Date: Tue, 28 Sep 1999 12:20:50 -0400 (EDT)
4884              Message-ID: <Pine.SOL.4.10.9909281019360.1890-100000@maxwell.phys.lafayette.edu>
4885              
4886              From: Andy Dougherty <doughera@lafayette.edu>
4887              To: Perl Porters <perl5-porters@perl.org>
4888              Subject: [ANOTHER PATCH 5.005_61] Re: [Config 5.005_03] -DDEBUGGING
4889              Date: Tue, 28 Sep 1999 13:39:49 -0400 (EDT)
4890              Message-ID: <Pine.SOL.4.10.9909281338180.2012-100000@maxwell.phys.lafayette.edu>
4891      Branch: cfgperl
4892            ! hints/README.hints hints/amigaos.sh hints/cygwin.sh
4893            ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh hints/mint.sh
4894            ! hints/mpeix.sh hints/next_3.sh hints/next_3_0.sh
4895            ! hints/next_4.sh
4896 ____________________________________________________________________________
4897 [  4247] By: gsar                                  on 1999/09/28  17:36:59
4898         Log: revert change#4115 (breaks libwww's base/date.t); could be 
4899              reworked to enable it conditional on $Time::Local::nocroak
4900              or some such
4901      Branch: perl
4902            ! lib/Time/Local.pm
4903 ____________________________________________________________________________
4904 [  4246] By: gsar                                  on 1999/09/28  17:33:14
4905         Log: tweak for win32 build
4906      Branch: perl
4907            ! win32/Makefile win32/makefile.mk
4908 ____________________________________________________________________________
4909 [  4245] By: gsar                                  on 1999/09/28  17:31:34
4910         Log: change#4236 fallout
4911      Branch: perl
4912            ! lib/ExtUtils/MM_Unix.pm
4913 ____________________________________________________________________________
4914 [  4244] By: gsar                                  on 1999/09/28  17:29:31
4915         Log: remove doubled new_xpv
4916      Branch: perl
4917            ! embed.h embed.pl proto.h
4918 ____________________________________________________________________________
4919 [  4243] By: jhi                                   on 1999/09/27  19:13:20
4920         Log: Artistic fine-tuning.
4921      Branch: cfgperl
4922            ! ext/B/defsubs_h.PL
4923 ____________________________________________________________________________
4924 [  4242] By: gsar                                  on 1999/09/27  17:05:22
4925         Log: avoid implicit split to @_ in change#4181; binary -> text file
4926              types in p4
4927      Branch: perl
4928            ! djgpp/configure.bat lib/Exporter/Heavy.pm
4929            ! t/pragma/locale/latin1
4930 ____________________________________________________________________________
4931 [  4241] By: jhi                                   on 1999/09/27  07:48:19
4932         Log: Integrate with Sarathy.
4933      Branch: cfgperl
4934           !> INSTALL embed.h embed.pl malloc.c pod/perldiag.pod pp.c
4935           !> pp_ctl.c pp_hot.c pp_sys.c win32/Makefile win32/makefile.mk
4936 ____________________________________________________________________________
4937 [  4240] By: jhi                                   on 1999/09/27  07:47:11
4938         Log: Finalize change #4232.
4939              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4940              To: Jarkko Hietaniemi <jhi@iki.fi>
4941              Cc: gsar@activestate.com, Mailing list Perl5 <perl5-porters@perl.org>
4942              Subject: Re: xsubpp change breaks B, DB_File, POSIX builds
4943              Date: Sun, 26 Sep 1999 16:52:31 -0400
4944              Message-ID: <19990926165230.A26933@monk.mps.ohio-state.edu>
4945      Branch: cfgperl
4946            ! lib/ExtUtils/xsubpp
4947 ____________________________________________________________________________
4948 [  4239] By: gsar                                  on 1999/09/27  02:48:42
4949         Log: add notes in INSTALL about Configure -Accflags=-DFOO
4950      Branch: perl
4951            ! INSTALL
4952 ____________________________________________________________________________
4953 [  4238] By: gsar                                  on 1999/09/27  02:03:48
4954         Log: PERL_POLLUTE isn't required for bincompat, so don't enable
4955              it automatically
4956      Branch: perl
4957            ! embed.h embed.pl
4958 ____________________________________________________________________________
4959 [  4237] By: gsar                                  on 1999/09/27  01:52:47
4960         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4961              Date: Fri, 24 Sep 1999 23:25:36 -0400
4962              Message-ID: <19990924232536.A16257@monk.mps.ohio-state.edu>
4963              Subject: [PATCH 5.005_61] Malloc fixes and docs
4964      Branch: perl
4965            ! malloc.c pod/perldiag.pod
4966 ____________________________________________________________________________
4967 [  4236] By: gsar                                  on 1999/09/27  01:31:32
4968         Log: avoid .exe in $Config{cc} (spotted by Vadim Konovalov
4969              <vkonovalov@lucent.com>)
4970      Branch: perl
4971            ! win32/Makefile win32/makefile.mk
4972 ____________________________________________________________________________
4973 [  4235] By: gsar                                  on 1999/09/26  17:02:03
4974         Log: fix buggy popping of subroutine contexts in the lvalue
4975              subroutines implementation (change#4081); correct the
4976              plethora of cases where DIE() was more appropriate than
4977              croak()
4978      Branch: perl
4979            ! pp.c pp_ctl.c pp_hot.c pp_sys.c
4980 ____________________________________________________________________________
4981 [  4234] By: jhi                                   on 1999/09/26  12:06:28
4982         Log: Fix #endif.
4983      Branch: cfgperl
4984            ! XSUB.h
4985 ____________________________________________________________________________
4986 [  4233] By: jhi                                   on 1999/09/26  11:59:18
4987         Log: Integrate with Sarathy. h2xs.PL had to be manually resolved,
4988              I kept my (Ilya's) version.
4989      Branch: cfgperl
4990           !> gv.c gv.h intrpvar.h keywords.h keywords.pl lib/Shell.pm op.c
4991           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
4992           !> pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
4993           !> pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
4994           !> pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
4995           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
4996 ____________________________________________________________________________
4997 [  4232] By: jhi                                   on 1999/09/26  09:53:43
4998         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4999              To: Mailing list Perl5 <perl5-porters@perl.org>
5000              Subject: [PATCH 5.005_61] teach xsubpp function pointers
5001              Date: Sun, 26 Sep 1999 01:36:09 -0400
5002              Message-ID: <19990926013609.A21148@monk.mps.ohio-state.edu>
5003              
5004              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5005              To: Mailing list Perl5 <perl5-porters@perl.org>
5006              Subject: [PATCH 5.005_61] Make h2xs -x almost bullet-proof
5007              Date: Sun, 26 Sep 1999 03:00:50 -0400
5008              Message-ID: <19990926030050.A21498@monk.mps.ohio-state.edu>
5009      Branch: cfgperl
5010            ! lib/ExtUtils/xsubpp utils/h2xs.PL
5011 ____________________________________________________________________________
5012 [  4231] By: jhi                                   on 1999/09/26  09:48:49
5013         Log: From: "Konovalov, Vadim" <vkonovalov@lucent.com>
5014              To: perl5-porters@perl.org
5015              Subject: misprint in perlguts
5016              Date: Sun, 26 Sep 1999 12:48:36 +0400
5017              Message-ID: <402099F49BEED211999700805FC7359F20D7A5@ru0028exch01.spb.lucent.com>
5018      Branch: cfgperl
5019            ! pod/perlguts.pod
5020 ____________________________________________________________________________
5021 [  4230] By: gsar                                  on 1999/09/26  00:50:08
5022         Log: add $installarchlib/CORE to default linker search path on windows
5023      Branch: perl
5024            ! win32/Makefile win32/makefile.mk
5025 ____________________________________________________________________________
5026 [  4229] By: gsar                                  on 1999/09/25  20:05:03
5027         Log: support C<use Shell> on Windows (reworked a patch suggested
5028              by Jenda Krynicky <Jenda@McCann.cz>)
5029      Branch: perl
5030            ! lib/Shell.pm
5031 ____________________________________________________________________________
5032 [  4228] By: gsar                                  on 1999/09/25  07:03:34
5033         Log: integrate cfgperl contents into mainline
5034      Branch: perl
5035           +> hints/svr5.sh
5036           !> Configure MANIFEST Makefile.SH config_h.SH hints/sco.sh
5037           !> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
5038           !> lib/unicode/mktables.PL pod/perldelta.pod pod/perlfaq9.pod
5039           !> regcomp.c regexec.c t/lib/syslfs.t t/op/lfs.t
5040 ____________________________________________________________________________
5041 [  4227] By: gsar                                  on 1999/09/25  06:44:47
5042         Log: From: Larry Wall <larry@wall.org>
5043              Date: Fri, 24 Sep 1999 21:59:37 PDT
5044              Message-Id: <199909250459.VAA27506@kiev.wall.org>
5045              Subject: Re: [PATCH 5.005_61] "our" declarations
5046      Branch: perl
5047            ! gv.c gv.h intrpvar.h keywords.h keywords.pl op.c
5048            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
5049            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
5050            ! pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
5051            ! pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
5052            ! utils/h2xs.PL
5053 ____________________________________________________________________________
5054 [  4226] By: jhi                                   on 1999/09/24  23:10:52
5055         Log: Integrate with Sarathy.
5056      Branch: cfgperl
5057           !> XSUB.h ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
5058           !> ext/POSIX/hints/linux.pl pod/perldiag.pod pod/perlfunc.pod
5059           !> pp.c t/lib/posix.t t/op/pack.t toke.c utils/perlcc.PL
5060 ____________________________________________________________________________
5061 [  4225] By: gsar                                  on 1999/09/24  18:19:54
5062         Log: avoid infinite recursive exec()s of perl.exe when shebang
5063              contains "Perl" rather than "perl" on DOSISH platforms
5064      Branch: perl
5065            ! toke.c
5066 ____________________________________________________________________________
5067 [  4224] By: gsar                                  on 1999/09/24  16:09:23
5068         Log: support cygwin and other platforms that link to import libraries
5069              rather than directly with shared libraries (from a suggestion
5070              by Lucian Cionca <Lucian.Cionca@algoritma.ro>)
5071      Branch: perl
5072            ! utils/perlcc.PL
5073 ____________________________________________________________________________
5074 [  4223] By: gsar                                  on 1999/09/24  05:05:06
5075         Log: normalize time for strftime() (without the isdst effects of
5076              mktime()) using a custom mini_mktime()
5077              From: spider-perl@Orb.Nashua.NH.US
5078              Date: Thu, 23 Sep 1999 17:54:53 -0400
5079              Message-Id: <199909232154.RAA25151@leggy.zk3.dec.com>
5080              Subject: Re: [ID 19990913.003] Possible bug using POSIX::strftime Digital UNIX Perl 5.005_03 
5081      Branch: perl
5082            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
5083            ! ext/POSIX/hints/linux.pl t/lib/posix.t
5084 ____________________________________________________________________________
5085 [  4222] By: gsar                                  on 1999/09/23  06:44:42
5086         Log: change "#" to a comment starter in pack templates; "/" now
5087              used for specifying counted types
5088              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5089              Date: Wed, 22 Sep 1999 19:41:30 -0400
5090              Message-ID: <19990922194130.A864@monk.mps.ohio-state.edu>
5091              Subject: [PATCH 5.005_61] Enable comments in pack()/unpack() templates
5092      Branch: perl
5093            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
5094 ____________________________________________________________________________
5095 [  4221] By: gsar                                  on 1999/09/23  06:26:54
5096         Log: From: Vishal Bhatia <vishal@gol.com>
5097              Date: Thu, 23 Sep 1999 12:45:19 +0900 (JST)
5098              Message-ID: <Pine.LNX.4.10.9909231218360.3428-100000@localhost.localdomain>
5099              Subject: [patch _61] perlcc changes
5100      Branch: perl
5101            ! utils/perlcc.PL
5102 ____________________________________________________________________________
5103 [  4220] By: gsar                                  on 1999/09/23  01:12:24
5104         Log: add include guard
5105      Branch: perl
5106            ! XSUB.h
5107 ____________________________________________________________________________
5108 [  4219] By: jhi                                   on 1999/09/22  20:38:15
5109         Log: Cleanup cleanup.
5110      Branch: cfgperl
5111            ! Makefile.SH t/lib/syslfs.t t/op/lfs.t
5112 ____________________________________________________________________________
5113 [  4218] By: jhi                                   on 1999/09/22  19:26:58
5114         Log: Tweak the equivalence tables once again.
5115      Branch: cfgperl
5116            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
5117            ! lib/unicode/mktables.PL
5118 ____________________________________________________________________________
5119 [  4215] By: jhi                                   on 1999/09/22  06:47:03
5120         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5121              To: Mailing list Perl5 <perl5-porters@perl.org>
5122              Subject: [PATCH 5.005_61] regfree could segfault with -Mre=debug
5123              Date: Tue, 21 Sep 1999 19:50:00 -0400
5124              Message-ID: <19990921195000.A23938@monk.mps.ohio-state.edu>
5125              
5126              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5127              To: Mailing list Perl5 <perl5-porters@perl.org>
5128              Subject: [PATCH 5.005_61] More verbose -Mre=debug
5129              Date: Tue, 21 Sep 1999 22:29:55 -0400
5130              Message-ID: <19990921222955.A25094@monk.mps.ohio-state.edu>
5131      Branch: cfgperl
5132            ! regcomp.c regexec.c
5133 ____________________________________________________________________________
5134 [  4214] By: jhi                                   on 1999/09/21  21:08:43
5135         Log: From: 0000-Admin (0000) <root@devsys0.zenez.com>
5136              Reply-To: gerberb@zenez.com
5137              To: perl5-porters@perl.org
5138              Subject: [ID 19990921.004] Changes for SCO OpenServer and UnixWare 7
5139              Date: Tue, 21 Sep 1999 11:07:46 -0600 (MDT)
5140              Message-Id: <199909211707.LAA23611@devsys0.zenez.com>
5141              
5142              (Snipped away the last lines of svr5.sh a la change #3725)
5143      Branch: cfgperl
5144            + hints/svr5.sh
5145            ! Configure MANIFEST config_h.SH hints/sco.sh
5146      Branch: metaconfig
5147            ! U/modified/Cppsym.U U/modified/Oldconfig.U
5148 ____________________________________________________________________________
5149 [  4213] By: jhi                                   on 1999/09/21  20:48:01
5150         Log: From: Kragen Sitaker <kragen@dnaco.net>
5151              To: perl5-porters@perl.org
5152              Subject: [ID 19990921.013] accidental list context in perlfaq9
5153              Date: Tue, 21 Sep 1999 16:27:53 -0400 (EDT)
5154              Reply-To: kragen@pobox.com
5155              Message-Id: <199909212027.QAA03450@kirk.dnaco.net>
5156      Branch: cfgperl
5157            ! pod/perlfaq9.pod
5158 ____________________________________________________________________________
5159 [  4212] By: jhi                                   on 1999/09/20  19:55:42
5160         Log: Integrate with Sarathy.
5161      Branch: cfgperl
5162           +> README.Y2K
5163           !> Changes MANIFEST
5164 ____________________________________________________________________________
5165 [  4211] By: jhi                                   on 1999/09/20  19:44:44
5166         Log: Rename -Duselfs to -Duselargefiles.  We don't need no stnkngbbrvtns.
5167      Branch: cfgperl
5168            ! Configure config_h.SH pod/perldelta.pod
5169      Branch: metaconfig/U/perl
5170            ! use64bits.U uselfs.U uselongdbl.U
5171 ____________________________________________________________________________
5172 [  4210] By: jhi                                   on 1999/09/20  19:38:26
5173         Log: Configure -A change: -Afoo=bar is equal to -Aappend:foo=" bar".
5174      Branch: cfgperl
5175            ! Configure config_h.SH
5176      Branch: metaconfig
5177            ! U/modified/Options.U
5178 ____________________________________________________________________________
5179 [  4209] By: gsar                                  on 1999/09/20  19:35:39
5180         Log: integrate cfgperl changes into mainline
5181      Branch: perl
5182           +> lib/unicode/Unicode.html
5183            ! Changes
5184           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
5185           !> config_h.SH doio.c perl.h pod/perldelta.pod pod/perlfunc.pod
5186 ____________________________________________________________________________
5187 [  4208] By: gsar                                  on 1999/09/20  18:28:44
5188         Log: add README.Y2K (from Dominic Dunlop <domo@vo.lu>)
5189      Branch: perl
5190            + README.Y2K
5191            ! MANIFEST
5192 ____________________________________________________________________________
5193 [  4207] By: jhi                                   on 1999/09/20  11:06:13
5194         Log: Document -Duselfs, -Duselongdouble, and -Dusemorebits.
5195      Branch: cfgperl
5196            ! pod/perldelta.pod
5197 ____________________________________________________________________________
5198 [  4206] By: jhi                                   on 1999/09/20  09:53:15
5199         Log: Do not test for gccish things in non-gccish platforms.
5200      Branch: cfgperl
5201            ! Configure config_h.SH
5202      Branch: metaconfig
5203            ! U/compline/ccflags.U
5204 ____________________________________________________________________________
5205 [  4205] By: jhi                                   on 1999/09/20  09:41:22
5206         Log: Prompt for uselfs.
5207      Branch: cfgperl
5208            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5209            ! config_h.SH
5210      Branch: metaconfig
5211            ! U/mksample
5212      Branch: metaconfig/U/perl
5213            ! use64bits.U uselfs.U
5214 ____________________________________________________________________________
5215 [  4204] By: jhi                                   on 1999/09/20  09:09:29
5216         Log: Add usemorebits and uselfs.
5217      Branch: cfgperl
5218            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5219            ! config_h.SH doio.c perl.h
5220      Branch: metaconfig/U/perl
5221            + uselfs.U usemorebits.U
5222            ! use64bits.U uselongdbl.U
5223 ____________________________________________________________________________
5224 [  4203] By: jhi                                   on 1999/09/20  07:48:48
5225         Log: Dethinko.
5226      Branch: cfgperl
5227            ! pod/perlfunc.pod
5228 ____________________________________________________________________________
5229 [  4202] By: jhi                                   on 1999/09/20  07:33:32
5230         Log: Fix a bug in the description of endianness.  Reported in
5231              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
5232              To: perl5-porters@perl.org
5233              Subject: BUG: perldoc -f pack
5234              Date: Mon, 20 Sep 1999 09:43:49 +0400
5235              Message-ID: <402099F49BEED211999700805FC7359F20D3F5@ru0028exch01.spb.lucent.com>
5236      Branch: cfgperl
5237            ! pod/perlfunc.pod
5238 ____________________________________________________________________________
5239 [  4201] By: jhi                                   on 1999/09/20  07:01:26
5240         Log: Integrate with Sarathy.
5241      Branch: cfgperl
5242           +> t/op/args.t
5243           !> (integrate 31 files)
5244 ____________________________________________________________________________
5245 [  4200] By: gsar                                  on 1999/09/20  03:45:06
5246         Log: From: Russ Allbery <rra@stanford.edu>
5247              Date: 19 Aug 1999 04:35:44 -0700
5248              Message-Id: <yl7lms9f5b.fsf@windlord.stanford.edu>
5249              Subject: [ID 19990819.002] File::Find error when pruning top-level directories
5250      Branch: perl
5251            ! lib/File/Find.pm
5252 ____________________________________________________________________________
5253 [  4199] By: gsar                                  on 1999/09/20  03:27:49
5254         Log: suppress warning (from John Tobey <jtobey@epsilondev.com>)
5255      Branch: perl
5256            ! ext/B/B/Terse.pm
5257 ____________________________________________________________________________
5258 [  4198] By: gsar                                  on 1999/09/20  03:25:25
5259         Log: add arenas for managing allocations of remaining xpv*v structures
5260              From: Vishal Bhatia <vishal@gol.com>
5261              Date: Wed, 25 Aug 1999 00:31:33 +0900 (JST)
5262              Message-ID: <Pine.LNX.4.10.9908250031000.11727-100000@localhost.localdomain>
5263              Subject: [PATCH 5.005_60] removing extra ref count (compiler) 
5264      Branch: perl
5265            ! embed.h embed.pl embedvar.h ext/B/B/C.pm intrpvar.h objXSUB.h
5266            ! proto.h sv.c
5267 ____________________________________________________________________________
5268 [  4197] By: gsar                                  on 1999/09/20  03:06:10
5269         Log: queue errors due to strictures rather than printing them as
5270              warnings; symbols that violate strictures do *not* end up in
5271              the symbol table anyway, making multiple evals of the same piece
5272              of code produce the same errors; errors indicate all locations
5273              of a global symbol rather than just the first one; these
5274              changes make compile-time failures within evals reliably
5275              visible via the return value or contents of $@, and trappable
5276              using __DIE__ hooks
5277      Branch: perl
5278            ! embed.h embed.pl embedvar.h ext/DynaLoader/dlutils.c
5279            ! ext/Thread/Thread.xs global.sym gv.c objXSUB.h op.c perl.c
5280            ! perlapi.c pp_ctl.c proto.h regcomp.c t/pragma/strict-refs
5281            ! t/pragma/strict-vars thrdvar.h toke.c util.c
5282 ____________________________________________________________________________
5283 [  4196] By: gsar                                  on 1999/09/19  22:14:29
5284         Log: control change#1914 via hints (causes problems on some platforms)
5285      Branch: perl
5286            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
5287            ! ext/POSIX/hints/linux.pl
5288 ____________________________________________________________________________
5289 [  4195] By: gsar                                  on 1999/09/19  21:30:18
5290         Log: avoid clearing @_ at all for faster subroutine calls; fix bugs
5291              in passing around references to @_, eg C<sub foo { \@_ }>; add
5292              tests for the same
5293      Branch: perl
5294            + t/op/args.t
5295            ! MANIFEST cop.h pp.c pp_ctl.c pp_hot.c
5296 ____________________________________________________________________________
5297 [  4194] By: jhi                                   on 1999/09/18  18:57:45
5298         Log: Integrate with Sarathy.
5299      Branch: cfgperl
5300           !> opcode.h opcode.pl
5301 ____________________________________________________________________________
5302 [  4193] By: nick                                  on 1999/09/18  15:24:56
5303         Log: Re-integrate mainline
5304              Basic SvUTF8 stuff in headers, no functional changes yet.
5305      Branch: utfperl
5306            + lib/byte.pm lib/byte_heavy.pl
5307           +> ext/B/defsubs_h.PL ext/DB_File/version.c jpl/JNI/Closer.java
5308           +> jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
5309           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
5310           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
5311           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL lib/unicode/ArabShap.txt
5312           +> lib/unicode/Blocks.txt lib/unicode/CompExcl.txt
5313           +> lib/unicode/EAWidth.txt lib/unicode/Index.txt
5314           +> lib/unicode/Jamo-2.txt lib/unicode/LineBrk.txt
5315           +> lib/unicode/Names.txt lib/unicode/Props.txt
5316           +> lib/unicode/ReadMe.txt lib/unicode/SpecCase.txt
5317           +> t/lib/bigfltpm.t
5318            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
5319            - lib/unicode/blocks.txt lib/unicode/index2.txt
5320            - lib/unicode/jamo2.txt lib/unicode/names2.txt
5321            - lib/unicode/props2.txt lib/unicode/readme.txt
5322            - t/lib/bigfloatpm.t
5323            ! doop.c embed.h embed.pl gv.c mg.c objXSUB.h op.c op.h perl.h
5324            ! perlapi.c pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h
5325            ! regexec.c regexp.h regnodes.h sv.c sv.h toke.c utf8.c utf8.h
5326            ! warnings.h
5327           !> (integrate 142 files)
5328 ____________________________________________________________________________
5329 [  4192] By: gsar                                  on 1999/09/18  15:11:47
5330         Log: more op description tweaks
5331      Branch: perl
5332            ! opcode.h opcode.pl
5333 ____________________________________________________________________________
5334 [  4191] By: jhi                                   on 1999/09/18  07:47:16
5335         Log: Integrate with Sarathy.
5336      Branch: cfgperl
5337           !> Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
5338           !> t/pragma/warn/op
5339 ____________________________________________________________________________
5340 [  4190] By: jhi                                   on 1999/09/18  07:35:45
5341         Log: Add description of the Unicode database files.
5342      Branch: cfgperl
5343            + lib/unicode/Unicode.html
5344 ____________________________________________________________________________
5345 [  4189] By: gsar                                  on 1999/09/18  03:14:58
5346         Log: tweak some op names in change#4177 (will any of this break code that
5347              gropes $@ ?)
5348      Branch: perl
5349            ! Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
5350            ! t/pragma/warn/op
5351 ____________________________________________________________________________
5352 [  4188] By: jhi                                   on 1999/09/17  21:30:08
5353         Log: Pick up the typo fix.
5354      Branch: cfgperl
5355           !> t/io/open.t
5356 ____________________________________________________________________________
5357 [  4187] By: gsar                                  on 1999/09/17  21:13:55
5358         Log: fix typo
5359      Branch: perl
5360            ! t/io/open.t
5361 ____________________________________________________________________________
5362 [  4186] By: gsar                                  on 1999/09/17  20:57:29
5363         Log: integrate cfgperl change
5364      Branch: perl
5365           !> vms/subconfigure.com
5366 ____________________________________________________________________________
5367 [  4185] By: jhi                                   on 1999/09/17  20:46:41
5368         Log: Re-apply applicable parts of #3993, #3994, and #3995.
5369      Branch: cfgperl
5370            ! vms/subconfigure.com
5371 ____________________________________________________________________________
5372 [  4184] By: gsar                                  on 1999/09/17  20:26:02
5373         Log: integrate cfgperl contents into mainline
5374      Branch: perl
5375           +> lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
5376           +> lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
5377           +> lib/unicode/Index.txt lib/unicode/Jamo-2.txt
5378           +> lib/unicode/LineBrk.txt lib/unicode/Names.txt
5379           +> lib/unicode/Props.txt lib/unicode/ReadMe.txt
5380           +> lib/unicode/SpecCase.txt
5381            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
5382            - lib/unicode/index2.txt lib/unicode/jamo2.txt
5383            - lib/unicode/names2.txt lib/unicode/props2.txt
5384            - lib/unicode/readme.txt
5385           !> (integrate 73 files)
5386 ____________________________________________________________________________
5387 [  4183] By: jhi                                   on 1999/09/17  20:25:51
5388         Log: Integrate with Sarathy.
5389      Branch: cfgperl
5390           !> configure.com ext/ByteLoader/byterun.h
5391           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
5392           !> lib/File/Spec/VMS.pm pod/perlhist.pod t/io/open.t
5393           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
5394           !> vms/perly_h.vms vms/subconfigure.com vms/vms.c vms/vmsish.h
5395 ____________________________________________________________________________
5396 [  4182] By: gsar                                  on 1999/09/17  20:16:28
5397         Log: integrate vmsperl contents into mainline (where VMS files conflicted,
5398              vmsperl contents have prevailed)
5399      Branch: perl
5400           !> configure.com ext/ByteLoader/byterun.h
5401           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
5402           !> lib/File/Spec/VMS.pm t/io/open.t vms/descrip_mms.template
5403           !> vms/gen_shrfls.pl vms/perly_c.vms vms/perly_h.vms
5404           !> vms/subconfigure.com vms/vms.c vms/vmsish.h
5405 ____________________________________________________________________________
5406 [  4181] By: jhi                                   on 1999/09/17  20:12:37
5407         Log: From: Michael G Schwern <schwern@pobox.com>
5408              To: perl5-porters@perl.org
5409              Subject: [PATCH 5.005_60 lib/Exporter/Heavy.pm] export_to_level()
5410              Date: Thu, 19 Aug 1999 21:30:01 -0400
5411              Message-ID: <19990819213001.A22512@athens.aocn.com>
5412      Branch: cfgperl
5413            ! lib/Exporter/Heavy.pm
5414 ____________________________________________________________________________
5415 [  4180] By: gsar                                  on 1999/09/17  20:11:00
5416         Log: perlhist additions
5417      Branch: perl
5418            ! pod/perlhist.pod
5419 ____________________________________________________________________________
5420 [  4179] By: jhi                                   on 1999/09/17  20:08:00
5421         Log: The change #4176 should've undone only the test, not the code patch.
5422      Branch: cfgperl
5423            ! doio.c
5424 ____________________________________________________________________________
5425 [  4178] By: jhi                                   on 1999/09/17  20:06:08
5426         Log: From: Ian Phillipps <ian@dial.pipex.com>
5427              To: Hans GINZEL <hgin2088@mail.kolej.mff.cuni.cz>, perl5-porters@perl.org
5428              Subject: [PATCH 5.005_59] Re: [ID 19990820.007] Small typo in perlsyn.pod
5429              Date: Sat, 21 Aug 1999 12:36:12 +0100
5430              Message-ID: <19990821123612.A9955@homer.diplex.co.uk>
5431      Branch: cfgperl
5432            ! pod/perlsyn.pod
5433 ____________________________________________________________________________
5434 [  4177] By: jhi                                   on 1999/09/17  20:00:19
5435         Log: More descriptive names for operators.
5436              
5437              From: Michael G Schwern <schwern@pobox.com>
5438              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
5439              Cc: perl5-porters@perl.org
5440              Subject: Re: [ID 19990817.009] [BUG 5.005_60 & 5.005_03] == reported as eq in
5441              Date: Tue, 17 Aug 1999 18:35:45 -0400
5442              Message-ID: <19990817183545.A23073@toldyouso.com>
5443              
5444              From: Michael G Schwern <schwern@pobox.com>
5445              To: perl5-porters@perl.org
5446              Subject: [PATCH 5.005_60 opcode.pl and friends] Improved opcode descriptions
5447              Date: Wed, 18 Aug 1999 03:53:38 -0400
5448              Message-ID: <19990818035337.A31505@athens.aocn.com>
5449      Branch: cfgperl
5450            ! opcode.h opcode.pl pp.sym pp_proto.h sv.c t/op/misc.t
5451            ! t/pragma/warn/op t/pragma/warn/sv
5452 ____________________________________________________________________________
5453 [  4176] By: jhi                                   on 1999/09/17  18:19:18
5454         Log: Take away the infamous io/dup.t #7.
5455              It seems there simply is no way to portably
5456              "flush" an input file handle.
5457      Branch: cfgperl
5458            ! doio.c t/io/dup.t
5459 ____________________________________________________________________________
5460 [  4175] By: jhi                                   on 1999/09/17  14:45:08
5461         Log: From: Barrie Slaymaker <barries@slaysys.com>
5462              To: perl5-porters@perl.org
5463              Subject: [PATCH 5.005_61] Benchmark: screwed patch format, try this instead
5464              Date: Fri, 17 Sep 1999 11:16:48 -0400
5465              Message-Id: <199909171516.LAA30887@jester.slaysys.com>
5466      Branch: cfgperl
5467            ! lib/Benchmark.pm
5468 ____________________________________________________________________________
5469 [  4174] By: jhi                                   on 1999/09/17  14:07:16
5470         Log: UNICOS does support large files but doesn't support sparse files
5471              so we cannot easily test for large file support.
5472      Branch: cfgperl
5473            ! t/lib/syslfs.t t/op/lfs.t
5474 ____________________________________________________________________________
5475 [  4173] By: jhi                                   on 1999/09/17  14:03:44
5476         Log: UNICOS has sloppy division/modulo for floating point numbers.
5477      Branch: cfgperl
5478            ! t/op/arith.t
5479 ____________________________________________________________________________
5480 [  4172] By: jhi                                   on 1999/09/17  13:47:49
5481         Log: Portable blocksize (replaces #4171).
5482      Branch: cfgperl
5483            ! t/lib/syslfs.t t/op/lfs.t
5484 ____________________________________________________________________________
5485 [  4171] By: jhi                                   on 1999/09/17  13:08:54
5486         Log: (replaced by #4172)
5487      Branch: cfgperl
5488            ! t/lib/syslfs.t t/op/lfs.t
5489 ____________________________________________________________________________
5490 [  4170] By: jhi                                   on 1999/09/17  12:59:11
5491         Log: Detypo #4169.
5492      Branch: cfgperl
5493            ! t/lib/syslfs.t t/op/lfs.t
5494 ____________________________________________________________________________
5495 [  4169] By: jhi                                   on 1999/09/17  12:16:34
5496         Log: Diagnose possible quota limits.
5497      Branch: cfgperl
5498            ! t/lib/syslfs.t t/op/lfs.t
5499 ____________________________________________________________________________
5500 [  4168] By: jhi                                   on 1999/09/17  12:10:43
5501         Log: UNICOS doesn't have getpgid().  Or, at least 9.0.1ai
5502              doesn't have one that wouldn't cause SIGSYS.  UNICOS
5503              does have getpgrp(void) so Perl getpgrp() is happy.
5504      Branch: cfgperl
5505            ! hints/unicos.sh
5506 ____________________________________________________________________________
5507 [  4167] By: jhi                                   on 1999/09/17  11:49:30
5508         Log: Filesystem quotas may stop you from using large files.
5509      Branch: cfgperl
5510            ! pod/perldelta.pod t/lib/syslfs.t t/op/lfs.t
5511 ____________________________________________________________________________
5512 [  4166] By: jhi                                   on 1999/09/17  11:36:01
5513         Log: Too strict pattern for parsing group lists.
5514      Branch: cfgperl
5515            ! t/op/groups.t
5516 ____________________________________________________________________________
5517 [  4165] By: jhi                                   on 1999/09/17  09:06:18
5518         Log: Configure maintenance. It's sigaction.sa_flags
5519              and the Glossary regen'ed.
5520      Branch: cfgperl
5521            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5522            ! config_h.SH
5523      Branch: metaconfig
5524            ! U/compline/d_sigaction.U
5525 ____________________________________________________________________________
5526 [  4164] By: jhi                                   on 1999/09/15  06:57:51
5527         Log: Integrate with Sarathy.
5528      Branch: cfgperl
5529           +> jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
5530           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
5531           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
5532           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL
5533           !> Changes MANIFEST embed.h embed.pl jpl/JNI/JNI.pm
5534           !> jpl/JNI/JNI.xs jpl/JNI/Makefile.PL jpl/JNI/test.pl
5535           !> jpl/JNI/typemap jpl/JPL/Makefile.PL
5536           !> jpl/PerlInterpreter/Makefile.PL
5537           !> jpl/PerlInterpreter/PerlInterpreter.c
5538           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
5539           !> jpl/Sample/Makefile.PL jpl/install-jpl
5540           !> lib/File/Spec/Functions.pm pod/perlhist.pod regexec.c
5541           !> t/op/pat.t
5542 ____________________________________________________________________________
5543 [  4163] By: gsar                                  on 1999/09/15  05:17:27
5544         Log: add :ALL export tag (from Chris Nandor <pudge@pobox.com>)
5545      Branch: perl
5546            ! lib/File/Spec/Functions.pm
5547 ____________________________________________________________________________
5548 [  4162] By: gsar                                  on 1999/09/15  05:09:14
5549         Log: addendum to change#4136 (from Robin Barker <rmb1@cise.npl.co.uk>)
5550      Branch: perl
5551            ! Changes embed.h embed.pl
5552 ____________________________________________________________________________
5553 [  4161] By: gsar                                  on 1999/09/15  04:08:25
5554         Log: missing perlhist dates from Jeff Okamoto
5555      Branch: perl
5556            ! pod/perlhist.pod
5557 ____________________________________________________________________________
5558 [  4160] By: gsar                                  on 1999/09/15  03:13:08
5559         Log: jpl tweak
5560      Branch: perl
5561            ! MANIFEST jpl/JNI/Makefile.PL
5562 ____________________________________________________________________________
5563 [  4159] By: gsar                                  on 1999/09/15  02:57:08
5564         Log: update to JPL snapshot v09141999, with minor tweaks (from Brian
5565              Jepson <bjepson@home.com>)
5566      Branch: perl
5567            + jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
5568            + jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
5569            + jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
5570            + jpl/JNI/typemap.win32 jpl/SETVARS.PL
5571            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
5572            ! jpl/JNI/test.pl jpl/JNI/typemap jpl/JPL/Makefile.PL
5573            ! jpl/PerlInterpreter/Makefile.PL
5574            ! jpl/PerlInterpreter/PerlInterpreter.c
5575            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
5576            ! jpl/Sample/Makefile.PL jpl/install-jpl
5577 ____________________________________________________________________________
5578 [  4158] By: gsar                                  on 1999/09/15  01:27:14
5579         Log: From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
5580              Date:    Tue, 14 Sep 1999 21:26:15 EDT
5581              Message-Id: <199909150126.VAA24720@monk.mps.ohio-state.edu>
5582              Subject: [PATCH 5.005_58+] Re: [ID 19990914.001] Perl_re_intuit_start() hangs in a loop
5583      Branch: perl
5584            ! regexec.c t/op/pat.t
5585 ____________________________________________________________________________
5586 [  4157] By: jhi                                   on 1999/09/14  21:18:09
5587         Log: config.h will define USE_64_BITS if need be.
5588      Branch: cfgperl
5589            ! hints/irix_6.sh
5590 ____________________________________________________________________________
5591 [  4156] By: jhi                                   on 1999/09/14  20:30:00
5592         Log: Change #4149 necessitates also a small code change.
5593      Branch: cfgperl
5594            ! ext/B/defsubs_h.PL
5595 ____________________________________________________________________________
5596 [  4155] By: jhi                                   on 1999/09/14  20:15:53
5597         Log: Update EPOC libdir names.
5598      Branch: cfgperl
5599            ! epoc/config.h
5600 ____________________________________________________________________________
5601 [  4154] By: jhi                                   on 1999/09/14  20:13:41
5602         Log: Obsolete epoc/config.h caused #4153 to re-introduce already
5603              deceased HAS.*DBM.*64 mumblings.
5604      Branch: cfgperl
5605            ! Configure config_h.SH epoc/config.h
5606 ____________________________________________________________________________
5607 [  4153] By: jhi                                   on 1999/09/14  20:04:53
5608         Log: Configure nits.
5609      Branch: cfgperl
5610            ! Configure config_h.SH
5611      Branch: metaconfig
5612            ! U/compline/d_sigaction.U U/threads/i_pthread.U
5613 ____________________________________________________________________________
5614 [  4152] By: jhi                                   on 1999/09/14  19:30:22
5615         Log: Integrate with Sarathy.
5616      Branch: cfgperl
5617           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
5618            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
5619           !> INSTALL MANIFEST ext/B/Makefile.PL pod/perldiag.pod
5620           !> win32/config_sh.PL
5621 ____________________________________________________________________________
5622 [  4151] By: jhi                                   on 1999/09/14  10:25:01
5623         Log: Update Unicode database and recompute the tables.
5624              Rename the .txt files to be more Unicode 3.0-like.
5625              Unihan-3.0.txt not included because it is 16 MB.
5626              syllables.txt is manually maintained.
5627              See ReadMe.txt for description of the .txt files.
5628              (not all of them are used yet)
5629      Branch: cfgperl
5630            + lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
5631            + lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
5632            + lib/unicode/Index.txt lib/unicode/Jamo-2.txt
5633            + lib/unicode/LineBrk.txt lib/unicode/Names.txt
5634            + lib/unicode/Props.txt lib/unicode/ReadMe.txt
5635            + lib/unicode/SpecCase.txt
5636            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
5637            - lib/unicode/index2.txt lib/unicode/jamo2.txt
5638            - lib/unicode/names2.txt lib/unicode/props2.txt
5639            - lib/unicode/readme.txt
5640            ! MANIFEST lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
5641            ! lib/unicode/Bidirectional.pl lib/unicode/Block.pl
5642            ! lib/unicode/Category.pl lib/unicode/CombiningClass.pl
5643            ! lib/unicode/Decomposition.pl
5644            ! lib/unicode/In/ArabicPresentationForms-B.pl
5645            ! lib/unicode/In/Specials.pl lib/unicode/In/Tibetan.pl
5646            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
5647            ! lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiL.pl
5648            ! lib/unicode/Is/BidiON.pl lib/unicode/Is/BidiWS.pl
5649            ! lib/unicode/Is/DCcompat.pl lib/unicode/Is/DecoCanon.pl
5650            ! lib/unicode/Is/DecoCompat.pl lib/unicode/Is/L.pl
5651            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lo.pl
5652            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Lu.pl
5653            ! lib/unicode/Is/Pd.pl lib/unicode/Is/Po.pl lib/unicode/Is/S.pl
5654            ! lib/unicode/Is/Sm.pl lib/unicode/Is/So.pl
5655            ! lib/unicode/Is/Upper.pl lib/unicode/Is/Word.pl
5656            ! lib/unicode/JamoShort.pl lib/unicode/UnicodeData-Latest.txt
5657            ! lib/unicode/mktables.PL
5658 ____________________________________________________________________________
5659 [  4150] By: gsar                                  on 1999/09/14  09:31:57
5660         Log: INSTALL tweak
5661      Branch: perl
5662            ! INSTALL
5663 ____________________________________________________________________________
5664 [  4149] By: gsar                                  on 1999/09/14  09:00:45
5665         Log: change some filenames to be 8.3-friendly
5666      Branch: perl
5667           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
5668            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
5669            ! MANIFEST ext/B/Makefile.PL pod/perldiag.pod
5670 ____________________________________________________________________________
5671 [  4148] By: gsar                                  on 1999/09/14  08:35:00
5672         Log: win32 config tweak (suggested by Greg Chapman <glc@well.com>)
5673      Branch: perl
5674            ! win32/config_sh.PL
5675 ____________________________________________________________________________
5676 [  4147] By: jhi                                   on 1999/09/14  08:07:49
5677         Log: Not that UVSIZE normally differs that much from IVSIZE...
5678      Branch: cfgperl
5679            ! perl.h
5680 ____________________________________________________________________________
5681 [  4146] By: jhi                                   on 1999/09/14  08:04:40
5682         Log: Integrate with Sarathy.
5683      Branch: cfgperl
5684           !> Changes ext/DB_File/DB_File.xs
5685 ____________________________________________________________________________
5686 [  4145] By: jhi                                   on 1999/09/14  07:10:02
5687         Log: I_PTHREAD was PTHREADEAD.
5688      Branch: cfgperl
5689            ! Configure config_h.SH
5690      Branch: metaconfig
5691            ! U/threads/i_pthread.U
5692 ____________________________________________________________________________
5693 [  4144] By: gsar                                  on 1999/09/14  06:46:47
5694         Log: change#4113 was missing DB_File.xs changes
5695      Branch: perl
5696            ! ext/DB_File/DB_File.xs
5697 ____________________________________________________________________________
5698 [  4143] By: jhi                                   on 1999/09/13  20:16:20
5699         Log: Small doc and whitespace edits.
5700      Branch: cfgperl
5701            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
5702            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
5703            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
5704            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
5705            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
5706            ! pod/perldelta.pod
5707 ____________________________________________________________________________
5708 [  4142] By: gsar                                  on 1999/09/13  19:32:31
5709         Log: integrate cfgperl contents into mainline, update Changes
5710      Branch: perl
5711           +> ext/DB_File/version.c
5712            ! Changes
5713           !> (integrate 44 files)
5714 ____________________________________________________________________________
5715 [  4141] By: jhi                                   on 1999/09/13  16:16:56
5716         Log: Scan for <pthread.h> always.
5717      Branch: cfgperl
5718            ! Configure config_h.SH perl.h
5719      Branch: metaconfig
5720            ! U/threads/i_pthread.U
5721 ____________________________________________________________________________
5722 [  4140] By: jhi                                   on 1999/09/13  16:00:08
5723         Log: Integrate with Sarathy.
5724      Branch: cfgperl
5725           !> (integrate 27 files)
5726 ____________________________________________________________________________
5727 [  4139] By: jhi                                   on 1999/09/13  15:35:18
5728         Log: Add -A option to Configure to diddle with variables
5729              after the hints file has been applied.
5730      Branch: cfgperl
5731            ! Configure config_h.SH
5732      Branch: metaconfig
5733            ! U/modified/Oldconfig.U U/modified/Options.U
5734 ____________________________________________________________________________
5735 [  4138] By: jhi                                   on 1999/09/13  13:42:56
5736         Log: Change #4136 edited DynaLoader.xs which is kind of fruitless.
5737      Branch: cfgperl
5738            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
5739            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
5740            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
5741            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
5742            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
5743 ____________________________________________________________________________
5744 [  4137] By: jhi                                   on 1999/09/13  13:25:31
5745         Log: Applying change #4136 manually introduced patch residue.
5746      Branch: cfgperl
5747            ! perl.h
5748 ____________________________________________________________________________
5749 [  4136] By: jhi                                   on 1999/09/13  13:23:04
5750         Log: Replace change #4100 with
5751              From: Robin Barker <rmb1@cise.npl.co.uk>
5752              To: gsar@activestate.com
5753              Cc: perl5-porters@perl.org
5754              Subject: Re: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with -Duse64bits
5755              Date: Mon, 13 Sep 1999 14:15:11 +0100 (BST)
5756              Message-Id: <199909131315.OAA24012@tempest.npl.co.uk>
5757      Branch: cfgperl
5758            ! doio.c dump.c ext/B/B.xs ext/B/typemap
5759            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
5760            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
5761            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
5762            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
5763 ____________________________________________________________________________
5764 [  4135] By: jhi                                   on 1999/09/13  10:22:31
5765         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5766              To: perl5-porters@perl.org (Mailing list Perl5)
5767              Subject: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
5768              Date: Sat, 11 Sep 1999 05:31:03 -0400 (EDT)
5769              Message-Id: <199909110931.FAA11036@monk.mps.ohio-state.edu>
5770              
5771              From: andreas.koenig@anima.de (Andreas J. Koenig)
5772              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
5773              Cc: perl5-porters@perl.org (Mailing list Perl5)
5774              Subject: Re: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
5775              Date: 11 Sep 1999 15:36:26 +0200
5776              Message-ID: <sfc906dr2n9.fsf@hohenstaufen.in-berlin.de>
5777      Branch: cfgperl
5778            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
5779 ____________________________________________________________________________
5780 [  4134] By: jhi                                   on 1999/09/13  10:20:14
5781         Log: From: Tom Phoenix <rootbeer@redcat.com>
5782              To: Perl Porters Mailing List <perl5-porters@perl.org>
5783              Subject: [DOCPATCH] Server errors and perldiag
5784              Date: Fri, 10 Sep 1999 16:45:02 -0700 (PDT)
5785              Message-ID: <Pine.GSO.4.10.9909101639490.16999-100000@user2.teleport.com>
5786      Branch: cfgperl
5787            ! pod/perldiag.pod
5788 ____________________________________________________________________________
5789 [  4133] By: gsar                                  on 1999/09/13  03:25:43
5790         Log: avoid assertion failure on C<@a'>
5791      Branch: perl
5792            ! toke.c
5793 ____________________________________________________________________________
5794 [  4132] By: gsar                                  on 1999/09/13  03:03:57
5795         Log: add -DPERL_Y2KWARN build option that will generate additional
5796              warnings on "19$yy" etc (reworked a patch suggested by
5797              Ulrich Pfeifer <upf@de.uu.net>)
5798      Branch: perl
5799            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod
5800            ! pp_hot.c sv.c t/pragma/warn/pp_hot t/pragma/warn/sv
5801 ____________________________________________________________________________
5802 [  4131] By: gsar                                  on 1999/09/12  22:06:25
5803         Log: fix DATA leaks; reword documentation about the DATA filehandle
5804      Branch: perl
5805            ! ext/Opcode/Safe.pm lib/Pod/Functions.pm pod/perldata.pod
5806 ____________________________________________________________________________
5807 [  4130] By: gsar                                  on 1999/09/12  20:08:56
5808         Log: make sprintf("%g",...) threadsafe; only taint its result iff the
5809              formatted result looks nonstandard
5810      Branch: perl
5811            ! embed.pl embedvar.h intrpvar.h objXSUB.h perl.c perlapi.c
5812            ! pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
5813            ! t/pragma/locale.t thrdvar.h
5814 ____________________________________________________________________________
5815 [  4129] By: gsar                                  on 1999/09/12  17:04:11
5816         Log: From: Doug MacEachern <dougm@cp.net>
5817              Date: Sun, 25 Jul 1999 15:49:00 -0700 (PDT)
5818              Message-ID: <Pine.LNX.4.10.9907251538380.373-100000@mojo.eng.cp.net>
5819              Subject: [PATCH 5.005_57] B::clearsym
5820      Branch: perl
5821            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/Debug.pm ext/B/B/Terse.pm
5822 ____________________________________________________________________________
5823 [  4128] By: gsar                                  on 1999/09/12  16:59:12
5824         Log: better debugger help output (from Ilya Zakharevich)
5825      Branch: perl
5826            ! lib/perl5db.pl
5827 ____________________________________________________________________________
5828 [  4127] By: jhi                                   on 1999/09/11  20:50:37
5829         Log: Integrate with Sarathy.
5830      Branch: cfgperl
5831           +> pod/perlcompile.pod t/lib/gol-basic.t t/lib/gol-compat.t
5832           +> t/lib/gol-linkage.t
5833           !> (integrate 43 files)
5834 ____________________________________________________________________________
5835 [  4126] By: nick                                  on 1999/09/10  20:44:22
5836         Log: Get resolve -at mainline
5837      Branch: utfperl
5838           +> (branch 297 files)
5839            - README.cygwin32 XSlock.h bytecode.h byterun.c byterun.h
5840            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
5841            - cygwin32/perlld ext/B/byteperl.c ext/DynaLoader/dl_cygwin32.xs
5842            - hints/cygwin32.sh interp.sym myconfig objpp.h perl_exp.SH
5843            - t/pragma/warn-1global t/pragma/warning.t thread.sym
5844            - win32/GenCAPI.pl win32/TEST win32/autosplit.pl
5845            - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
5846            - win32/genxsdef.pl win32/makedef.pl win32/makemain.pl
5847            - win32/makeperldef.pl win32/perlhost.h
5848           !> (integrate 847 files)
5849 ____________________________________________________________________________
5850 [  4125] By: gsar                                  on 1999/09/10  19:22:14
5851         Log: s/dXS_TARGET/dXSTARG/ in change#4044 (to match dARGS vs dXSARGS
5852              etc.)
5853      Branch: perl
5854            ! XSUB.h pp.h
5855 ____________________________________________________________________________
5856 [  4124] By: gsar                                  on 1999/09/10  19:14:35
5857         Log: rewrote substantive parts of patch
5858              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5859              Date: Fri, 27 Aug 1999 19:02:18 -0400
5860              Message-ID: <19990827190218.A19561@monk.mps.ohio-state.edu>
5861              Subject: [PATCH 5.005_58] REx documentation
5862      Branch: perl
5863            ! pod/perlre.pod
5864 ____________________________________________________________________________
5865 [  4123] By: gsar                                  on 1999/09/10  18:21:53
5866         Log: note about AVf_*
5867      Branch: perl
5868            ! av.h
5869 ____________________________________________________________________________
5870 [  4122] By: gsar                                  on 1999/09/10  17:55:42
5871         Log: allow 'text' in L<text|A::B/"C"> (from Martin Lichtin
5872              <lichtin@bivio.com>)
5873      Branch: perl
5874            ! lib/Pod/Html.pm
5875 ____________________________________________________________________________
5876 [  4121] By: gsar                                  on 1999/09/10  17:49:35
5877         Log: dos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
5878      Branch: perl
5879            ! AUTHORS Changes README.dos djgpp/config.over
5880            ! djgpp/configure.bat djgpp/djgpp.c djgpp/djgppsed.sh dosish.h
5881            ! lib/ExtUtils/MM_Unix.pm pod/pod2usage.PL pod/podchecker.PL
5882            ! pod/podselect.PL sv.h t/io/openpid.t util.c
5883 ____________________________________________________________________________
5884 [  4120] By: gsar                                  on 1999/09/10  12:25:01
5885         Log: add perlcompile.pod (edited content from Nathan Torkington
5886              <gnat@frii.com> and others)
5887      Branch: perl
5888            + pod/perlcompile.pod
5889            ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod pod/roffitall
5890 ____________________________________________________________________________
5891 [  4119] By: gsar                                  on 1999/09/10  11:05:13
5892         Log: avoid leaking static local_patches unless patchlevel.h is
5893              explicitly included
5894      Branch: perl
5895            ! patchlevel.h perl.c
5896 ____________________________________________________________________________
5897 [  4118] By: gsar                                  on 1999/09/10  10:44:54
5898         Log: upgrade to Getopt::Long v2.20 (from Johan Vromans
5899              <jvromans@squirrel.nl>)
5900      Branch: perl
5901            + t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
5902            ! Changes MANIFEST lib/Getopt/Long.pm
5903 ____________________________________________________________________________
5904 [  4116] By: jhi                                   on 1999/09/09  15:56:52
5905         Log: perldeltify change #4115.
5906      Branch: cfgperl
5907            ! pod/perldelta.pod
5908 ____________________________________________________________________________
5909 [  4115] By: jhi                                   on 1999/09/09  15:48:56
5910         Log: From: "John L. Allen" <allen@grumman.com> 
5911              To: perl5-porters@perl.org 
5912              Subject: [ID 19990901.003] Time::Local should not croak on "out-of-range" days
5913              Date: Wed, 1 Sep 1999 13:33:39 -0400 (EDT) 
5914              Message-Id: <199909011733.NAA17356@gateway.grumman.com> 
5915      Branch: cfgperl
5916            ! lib/Time/Local.pm
5917 ____________________________________________________________________________
5918 [  4114] By: jhi                                   on 1999/09/09  15:42:30
5919         Log: From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
5920              To: perl5-porters@perl.org
5921              Subject: [ID 19990909.003] MAXINT redefined warning on HP-UX 10.20
5922              Date: Thu, 9 Sep 1999 10:33:37 -0500 (CDT)
5923              Message-Id: <199909091533.KAA01242@www.cvm.uiuc.edu>
5924      Branch: cfgperl
5925            ! pp_sys.c
5926 ____________________________________________________________________________
5927 [  4113] By: jhi                                   on 1999/09/09  10:17:45
5928         Log: From: paul.marquess@bt.com
5929              To: gsar@ActiveState.com
5930              Cc: perl5-porters@perl.org
5931              Subject: [PATCH 5.005_61] DB_File 1.71
5932              Date: Thu, 9 Sep 1999 11:20:13 +0100
5933              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BBE@mbtlipnt02.btlabs.bt.co.uk>
5934      Branch: cfgperl
5935            + ext/DB_File/version.c
5936            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
5937            ! ext/DB_File/Makefile.PL ext/DB_File/dbinfo ext/DB_File/typemap
5938            ! t/lib/db-btree.t
5939 ____________________________________________________________________________
5940 [  4112] By: jhi                                   on 1999/09/09  09:05:32
5941         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5942              To: perl5-porters@perl.org (Mailing list Perl5)
5943              Subject: [PATCH 5.005_58] Fix interaction of (?p{}) and (?>)
5944              Date: Thu, 9 Sep 1999 04:40:11 -0400 (EDT)
5945              Message-Id: <199909090840.EAA26471@monk.mps.ohio-state.edu>
5946      Branch: cfgperl
5947            ! regexec.c t/op/pat.t
5948 ____________________________________________________________________________
5949 [  4110] By: jhi                                   on 1999/09/09  07:29:17
5950         Log: Tidy up 64-bit situation in perldelta.
5951      Branch: cfgperl
5952            ! pod/perldelta.pod
5953 ____________________________________________________________________________
5954 [  4109] By: jhi                                   on 1999/09/09  07:26:53
5955         Log: Clear up PL_regcc issues.
5956              
5957              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5958              To: perl5-porters@perl.org (Mailing list Perl5)
5959              Subject: [PATCH 5.005_60] Another regexec.c unobfuscation
5960              Date: Thu, 9 Sep 1999 02:49:49 -0400 (EDT)
5961              Message-Id: <199909090649.CAA26119@monk.mps.ohio-state.edu>
5962      Branch: cfgperl
5963            ! regexec.c
5964 ____________________________________________________________________________
5965 [  4108] By: gsar                                  on 1999/09/08  20:52:51
5966         Log: avoid ass_u_ming uppercase types are not user objects (spotted
5967              by Kurt Starsinic)
5968      Branch: perl
5969            ! ext/Data/Dumper/Dumper.pm
5970 ____________________________________________________________________________
5971 [  4107] By: gsar                                  on 1999/09/08  20:35:18
5972         Log: From: akim@epita.fr (DEMAILLE Akim)
5973              Date: Wed, 8 Sep 1999 18:18:44 +0200 (CEST)
5974              Message-Id: <m11OkQm-003A4IC@beyrouth.lrde.epita.fr>
5975              Subject: [ID 19990908.014] s2p does not quote @
5976      Branch: perl
5977            ! x2p/s2p.PL
5978 ____________________________________________________________________________
5979 [  4106] By: gsar                                  on 1999/09/08  20:25:12
5980         Log: integrate cfgperl contents into mainline
5981      Branch: perl
5982           !> (integrate 30 files)
5983 ____________________________________________________________________________
5984 [  4105] By: jhi                                   on 1999/09/08  09:02:37
5985         Log: Minor touches at the [:class:] description.
5986      Branch: cfgperl
5987            ! pod/perlre.pod
5988 ____________________________________________________________________________
5989 [  4104] By: jhi                                   on 1999/09/08  08:57:58
5990         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5991              To: Mailing list Perl5 <perl5-porters@perl.org>
5992              Subject: [PATCH 5.005_58] Fix debugging output for REx
5993              Date: Wed, 8 Sep 1999 05:02:02 -0400
5994              Message-ID: <19990908050201.A17682@monk.mps.ohio-state.edu>
5995      Branch: cfgperl
5996            ! regcomp.c
5997 ____________________________________________________________________________
5998 [  4103] By: gsar                                  on 1999/09/08  00:53:50
5999         Log: fix memory leak in C<sub f { split ' ', "a b" } f() while 1>
6000      Branch: perl
6001            ! pp.c
6002 ____________________________________________________________________________
6003 [  4102] By: gsar                                  on 1999/09/08  00:52:50
6004         Log: fix memory leak in C<sub f { @_ = 1 } f() while 1>
6005      Branch: perl
6006            ! cop.h pp_hot.c
6007 ____________________________________________________________________________
6008 [  4101] By: gsar                                  on 1999/09/07  17:25:07
6009         Log: various fixups for windows
6010      Branch: perl
6011            ! embed.h embed.pl objXSUB.h op.c perlapi.c proto.h
6012            ! win32/Makefile win32/makefile.mk xsutils.c
6013 ____________________________________________________________________________
6014 [  4100] By: jhi                                   on 1999/09/07  12:49:15
6015         Log: Fix pointer casts.
6016              
6017              From: Robin Barker <rmb1@cise.npl.co.uk>
6018              To: perl5-porters@perl.org
6019              Subject: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with
6020              -Duse64bits
6021              Date: Tue, 7 Sep 1999 12:30:18 +0100 (BST)
6022              Message-Id: <199909071130.MAA11435@tempest.npl.co.uk>
6023      Branch: cfgperl
6024            ! doio.c dump.c ext/B/B.xs ext/B/typemap
6025            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
6026            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
6027            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
6028            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
6029 ____________________________________________________________________________
6030 [  4099] By: jhi                                   on 1999/09/07  10:29:04
6031         Log: Add sig/pid/uid size and sign probes.
6032      Branch: metaconfig
6033            + U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
6034            + U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
6035 ____________________________________________________________________________
6036 [  4098] By: jhi                                   on 1999/09/07  10:27:06
6037         Log: Band-aid until we've got %{Uid_t} or something similar
6038              for sv_catpvfn().
6039      Branch: cfgperl
6040            ! taint.c
6041 ____________________________________________________________________________
6042 [  4097] By: jhi                                   on 1999/09/07  09:41:23
6043         Log: Fix a printf thinko: now quads must have the ll L q prefix.
6044              (in other words, a bare %d is an int/unsigned)
6045      Branch: cfgperl
6046            ! pp_sys.c sv.c t/op/64bit.t
6047 ____________________________________________________________________________
6048 [  4096] By: jhi                                   on 1999/09/07  07:36:17
6049         Log: HP-UX 10.20 and gcc 2.8.1 break UINT32_MAX.
6050              
6051              From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
6052              To: perl5-porters@perl.org
6053              Subject: [ID 19990906.007] Not OK: perl 5.00561 on PA-RISC1.1 10.20
6054              Date: Mon, 6 Sep 1999 21:18:12 -0500 (CDT)
6055              Message-Id: <199909070218.VAA29232@www.cvm.uiuc.edu>
6056      Branch: cfgperl
6057            ! hints/hpux.sh perl.h
6058 ____________________________________________________________________________
6059 [  4095] By: gsar                                  on 1999/09/06  20:47:02
6060         Log: applied suggested patch with suitable test to detect MSVC
6061              From: "Vishal Bhatia" <vishalb@my-deja.com>
6062              Date: Wed, 11 Aug 1999 01:43:28 -0700
6063              Message-ID: <GFCJELIOGEENAAAA@my-deja.com>
6064              Subject: compiler on  win32
6065      Branch: perl
6066            ! ext/B/B/C.pm
6067 ____________________________________________________________________________
6068 [  4094] By: jhi                                   on 1999/09/06  20:34:44
6069         Log: Integrate with Sarathy.
6070      Branch: cfgperl
6071           !> ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
6072           !> t/harness t/pragma/sub_lval.t utils/Makefile utils/perlcc.PL
6073 ____________________________________________________________________________
6074 [  4093] By: jhi                                   on 1999/09/06  20:33:43
6075         Log: Fix UV_SIZEOF to UVSIZE; change the overflow tests
6076              so that they overflow also on 64-bit platforms.
6077      Branch: cfgperl
6078            ! t/pragma/warn/toke t/pragma/warn/util toke.c util.c
6079 ____________________________________________________________________________
6080 [  4092] By: gsar                                  on 1999/09/06  20:16:58
6081         Log: support bytecode and C backends in perlcc (patch suggested
6082              by Tom Hughes <tom@compton.au>); s/-opt/-noopt/ and make the
6083              C backend the default; describe new switches in pod; introduce
6084              PERLCC_OPTS and s/COMPILE_TIMEOUT/PERLCC_TIMEOUT/;
6085              s/COMPILE_TEST/HARNESS_COMPILE_TEST/; document these %ENV
6086              entries
6087      Branch: perl
6088            ! ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
6089            ! t/harness utils/Makefile utils/perlcc.PL
6090 ____________________________________________________________________________
6091 [  4091] By: jhi                                   on 1999/09/06  19:10:41
6092         Log: Integrate with Sarathy.
6093      Branch: cfgperl
6094           +> t/pragma/sub_lval.t
6095           !> (integrate 52 files)
6096 ____________________________________________________________________________
6097 [  4090] By: gsar                                  on 1999/09/06  19:09:06
6098         Log: propagate changed error text
6099      Branch: perl
6100            ! t/pragma/sub_lval.t
6101 ____________________________________________________________________________
6102 [  4089] By: gsar                                  on 1999/09/06  18:54:43
6103         Log: sprintf doc tweak (from Ian Phillipps <ian@dial.pipex.com>)
6104      Branch: perl
6105            ! pod/perlfunc.pod
6106 ____________________________________________________________________________
6107 [  4088] By: gsar                                  on 1999/09/06  18:52:10
6108         Log: From: paul.marquess@bt.com
6109              Date: Sun, 5 Sep 1999 15:11:08 +0100 
6110              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BAB@mbtlipnt02.btlabs.bt.co.uk>
6111              Subject: [PATCH 5.005_61] Another patch for Lexical Warnings
6112      Branch: perl
6113            ! pp_sys.c t/pragma/warn/doio t/pragma/warn/op
6114            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys
6115            ! t/pragma/warn/regcomp t/pragma/warn/sv t/pragma/warn/toke
6116            ! t/pragma/warn/universal t/pragma/warn/utf8 t/pragma/warn/util
6117            ! toke.c
6118 ____________________________________________________________________________
6119 [  4087] By: gsar                                  on 1999/09/06  18:06:06
6120         Log: change#3612 is buggy when quotemeta argument matches target
6121              (hope this is the last of the optimized-OP_SASSIGN bugs)
6122              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6123              Date: Sun, 5 Sep 1999 06:07:42 -0400 (EDT)
6124              Message-Id: <199909051007.GAA06423@monk.mps.ohio-state.edu>
6125              Subject: Re: [BUG: quotemeta]
6126      Branch: perl
6127            ! Changes op.c t/op/lex_assign.t
6128 ____________________________________________________________________________
6129 [  4086] By: gsar                                  on 1999/09/06  17:57:52
6130         Log: misc tweaks
6131      Branch: perl
6132            ! bytecode.pl ext/ByteLoader/byterun.h pod/perlsyn.pod toke.c
6133 ____________________________________________________________________________
6134 [  4085] By: gsar                                  on 1999/09/06  03:54:23
6135         Log: applied patch suggested by Hans Mulder to fix problems on
6136              OPENSTEP-Mach; be more careful about PERL_POLLUTE_MALLOC
6137              when they ask for bincompat (platforms that used to default
6138              to EMBEDMYMALLOC continue to do so); disable warnings.t#192
6139              (appears unsalvageable on some platforms)
6140      Branch: perl
6141            ! embed.h embed.pl handy.h perl.h pp_sys.c t/pragma/warn/pp_hot
6142 ____________________________________________________________________________
6143 [  4084] By: bailey                                on 1999/09/06  02:39:11
6144         Log: Integrate mainline 5.05_61
6145      Branch: vmsperl
6146           +> (branch 32 files)
6147            - lib/unicode/EthiopicSyllables.txt
6148            - lib/unicode/MakeEthiopicSyllables.PL t/pragma/warning.t
6149            - warning.pl
6150            ! vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
6151            ! vms/perly_h.vms vms/vms.c
6152           !> (integrate 346 files)
6153 ____________________________________________________________________________
6154 [  4083] By: gsar                                  on 1999/09/06  00:10:40
6155         Log: optional warning on join(/foo/...) (reworked suggested patch
6156              by Mark-Jason Dominus <mjd@plover.com>)
6157      Branch: perl
6158            ! embed.h objXSUB.h op.c opcode.h opcode.pl perlapi.c
6159            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.sym
6160            ! pp_proto.h t/pragma/warn/op
6161 ____________________________________________________________________________
6162 [  4082] By: gsar                                  on 1999/09/05  22:28:57
6163         Log: fix data loss when more than one block is read from SDBM
6164              *.dir file (suggested by Uwe Ohse <uwe@ohse.de>)
6165      Branch: perl
6166            ! ext/SDBM_File/sdbm/sdbm.c
6167 ____________________________________________________________________________
6168 [  4081] By: gsar                                  on 1999/09/05  22:07:18
6169         Log: initial implementation of lvalue subroutines (slightly fixed
6170              version of patch suggested by Ilya Zakharevich, which in turn
6171              is based on the one suggested by Tuomas J. Lukka <lukka@iki.fi>)
6172      Branch: perl
6173            + t/pragma/sub_lval.t
6174            ! MANIFEST cop.h cv.h dump.c embed.h ext/Opcode/Opcode.pm
6175            ! ext/attrs/attrs.pm ext/attrs/attrs.xs global.sym objXSUB.h
6176            ! op.c op.h opcode.h opcode.pl opnames.h perlapi.c
6177            ! pod/perldiag.pod pod/perlsub.pod pp.c pp.sym pp_hot.c
6178            ! pp_proto.h proto.h t/pragma/warn/pp_ctl
6179 ____________________________________________________________________________
6180 [  4080] By: jhi                                   on 1999/09/05  22:02:18
6181         Log: Undo #4055 (related to #4079).
6182      Branch: cfgperl
6183            ! pod/perlop.pod
6184 ____________________________________________________________________________
6185 [  4079] By: jhi                                   on 1999/09/05  21:30:54
6186         Log: Time is not yet ripe.
6187      Branch: cfgperl
6188            ! pod/perldelta.pod pod/perlop.pod pp.c t/op/64bit.t t/op/misc.t
6189 ____________________________________________________________________________
6190 [  4078] By: gsar                                  on 1999/09/05  18:17:32
6191         Log: modified suggested patch to handle cross-refs and qr// objects
6192              correctly; unfollowed refs are represented as simple string
6193              value, not just the bare type; $VERSION stays the same until
6194              it is ready for prime time (avoids CPAN confustication)
6195              From:    John Nolan <jpnolan@Op.Net>
6196              Date:    Wed, 04 Aug 1999 20:21:10 EDT
6197              Message-Id: <199908050021.UAA09693@monet.op.net>
6198              Subject: [ID 19990804.006] [PATCH]5.005_60 (Data::Dumper) - implements Maxdepth setting
6199      Branch: perl
6200            ! Changes ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
6201            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo t/lib/dumper.t
6202 ____________________________________________________________________________
6203 [  4077] By: jhi                                   on 1999/09/04  21:54:42
6204         Log: timesum() wasn't @EXPORTed as promised by the documentation.
6205              Bug reported by Alex Efros <powerman@inart.kharkov.com>.
6206      Branch: cfgperl
6207            ! lib/Benchmark.pm
6208 ____________________________________________________________________________
6209 [  4076] By: gsar                                  on 1999/09/04  20:21:59
6210         Log: integrate cfgperl contents into mainline
6211      Branch: perl
6212           +> lib/attributes.pm lib/warnings.pm t/lib/attrs.t t/op/attrs.t
6213           +> t/pragma/warn/7fatal t/pragma/warn/8signal t/pragma/warnings.t
6214           +> warnings.h warnings.pl xsutils.c
6215            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
6216           !> (integrate 109 files)
6217 ____________________________________________________________________________
6218 [  4075] By: jhi                                   on 1999/09/04  18:04:47
6219         Log: use integer on the problematic subtest.
6220      Branch: cfgperl
6221            ! t/op/misc.t
6222 ____________________________________________________________________________
6223 [  4074] By: jhi                                   on 1999/09/04  17:57:40
6224         Log: Warn about numconvert.t in case somebody
6225              wants to make sv_2pv more 64-bit aware.
6226      Branch: cfgperl
6227            ! sv.c
6228 ____________________________________________________________________________
6229 [  4073] By: jhi                                   on 1999/09/04  17:54:51
6230         Log: Comment upgrading: the quad situation isn't quite as
6231              bad as it used to be.
6232      Branch: cfgperl
6233            ! perl.h
6234 ____________________________________________________________________________
6235 [  4072] By: jhi                                   on 1999/09/04  15:35:37
6236         Log: Integrate with Sarathy.
6237      Branch: cfgperl
6238           !> win32/win32.c
6239 ____________________________________________________________________________
6240 [  4071] By: jhi                                   on 1999/09/04  15:28:11
6241         Log: Fix LFS with -Duseperlio in Solaris.  Reported in
6242              
6243              From: Robin Barker <rmb1@cise.npl.co.uk>
6244              To: perl5-porters@perl.org
6245              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
6246              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
6247              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
6248              
6249              and later (in private email) found to be dependent
6250              on useperlio.
6251              
6252              Mental note: the cpp magic done in perlsdio.h (and assumedly
6253              also in perlsfio.h) may cause trouble later with lfs because
6254              both the perlio scheme by Perl and the lfs support by vendors
6255              like to play cpp games to map the stdio namespace back and forth.
6256              The problem fixed here (fseek vs fseeko, ftell vs ftello) may be
6257              just the beginning.
6258      Branch: cfgperl
6259            ! perlio.c
6260 ____________________________________________________________________________
6261 [  4070] By: jhi                                   on 1999/09/04  13:12:14
6262         Log: Enable 64-bit clean bit ops.
6263              (Disables the t/op/misc.t substest 3 in 64-bit platforms.)
6264      Branch: cfgperl
6265            ! pod/perldelta.pod pod/perlop.pod pp.c pp_hot.c t/op/64bit.t
6266            ! t/op/misc.t
6267 ____________________________________________________________________________
6268 [  4069] By: jhi                                   on 1999/09/03  21:17:30
6269         Log: Turn on USE_64_BIT_OFFSETS implicitly.
6270      Branch: cfgperl
6271            ! perl.h
6272 ____________________________________________________________________________
6273 [  4068] By: jhi                                   on 1999/09/03  08:19:59
6274         Log: Fix from Spider for the sub attributes (there was an undocumented
6275              dependency between force_word() and skipspace()).
6276      Branch: cfgperl
6277            ! toke.c
6278 ____________________________________________________________________________
6279 [  4067] By: jhi                                   on 1999/09/01  23:17:06
6280         Log: From: John Tobey <spam@john-edwin-tobey.org>
6281              To: ilya@math.ohio-state.edu
6282              CC: perl5-porters@perl.org
6283              Subject: Re: [PATCH 5.005_60] distclean forgot two
6284              Date: Mon, 23 Aug 1999 02:10:11 -0400 (EDT)
6285              Message-Id: <m11InJ5-000FPCC@feynman.localnet>
6286      Branch: cfgperl
6287            ! t/lib/dprof.t
6288 ____________________________________________________________________________
6289 [  4066] By: jhi                                   on 1999/09/01  23:14:50
6290         Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
6291              To: perl5-porters@perl.org
6292              Subject: [ID 19990821.001] [PATCH] perl5.005_60 cygwin port
6293              Date: Fri, 20 Aug 1999 15:37:27 +0100
6294              Message-Id: <8A160D637356D311BC4300600849EC8122E217@POST>
6295      Branch: cfgperl
6296            ! cygwin/Makefile.SHs ext/ByteLoader/byterun.h
6297            ! ext/SDBM_File/sdbm/sdbm.c hints/cygwin.sh perl.h pp_sys.c
6298            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t
6299 ____________________________________________________________________________
6300 [  4065] By: jhi                                   on 1999/09/01  22:06:43
6301         Log: From: Dominic Dunlop <domo@vo.lu>
6302              To: perl5-porters@perl.org
6303              Subject: [ID 19990819.001] Not OK: perl 5.00560 on powerpc-machten 4.1.1
6304              (UNINSTALLED) [PATCH]
6305              Date: Thu, 19 Aug 1999 09:48:03 +0200
6306              Message-Id: <v03110709b3e165b51dda@[212.24.192.132]>
6307              
6308              The PERL_POLLUTE_MALLOC part had to be manually applied.
6309      Branch: cfgperl
6310            ! hints/machten.sh perl.h
6311 ____________________________________________________________________________
6312 [  4064] By: jhi                                   on 1999/09/01  13:56:14
6313         Log: From: Martin Lichtin <lichtin@bivio.com>
6314              To: jhi@iki.fi
6315              CC: perl5-porters@perl.org
6316              Subject: Re: [ID 19990829.001] ExtUtils::Install.pm, minor umask problem
6317              Date: Wed, 01 Sep 1999 15:50:04 +0200
6318              Message-ID: <37CD2F0C.944BFACE@bivio.com>
6319      Branch: cfgperl
6320            ! lib/ExtUtils/Install.pm
6321 ____________________________________________________________________________
6322 [  4063] By: jhi                                   on 1999/09/01  13:16:11
6323         Log: Enhance lfs tests: check every seek and sysseek
6324              and test also that -e and -f detect largefiles.
6325      Branch: cfgperl
6326            ! t/lib/syslfs.t t/op/lfs.t
6327 ____________________________________________________________________________
6328 [  4062] By: jhi                                   on 1999/09/01  12:08:04
6329         Log: From: Colin Kuskie <ckuskie@Cadence.COM>
6330              To: Ronald J Kimball <rjk@linguist.dartmouth.edu>
6331              cc: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>,
6332              The Perl Porters Mailing List <perl5-porters@perl.org>
6333              Subject: [REPATCH 5.005_61] Re: perldiag.pod omissions
6334              Date: Tue, 31 Aug 1999 11:24:31 -0700 (PDT)
6335              Message-ID: <Pine.GSO.4.10.9908311055460.11290-100000@pdxult10a.cadence.com>
6336      Branch: cfgperl
6337            ! pod/perldiag.pod
6338 ____________________________________________________________________________
6339 [  4061] By: jhi                                   on 1999/09/01  12:03:03
6340         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6341              To: ilya@math.ohio-state.edu (Ilya Zakharevich)
6342              Cc: perl5-porters@perl.org, cloos@adamsmith.ai
6343              Subject: Re: [ID 19990830.005] Assigning value of an op on an SV to said SV
6344              Date: Wed, 1 Sep 1999 02:56:06 -0400 (EDT)
6345              Message-Id: <199909010656.CAA04478@monk.mps.ohio-state.edu>
6346      Branch: cfgperl
6347            ! op.c t/op/join.t
6348 ____________________________________________________________________________
6349 [  4060] By: jhi                                   on 1999/09/01  07:59:42
6350         Log: IV_DIG and NV_DIG fixes.
6351      Branch: cfgperl
6352            ! perl.h
6353 ____________________________________________________________________________
6354 [  4059] By: jhi                                   on 1999/08/31  14:47:18
6355         Log: \C{} -> \N{} residue.
6356      Branch: cfgperl
6357            ! toke.c
6358 ____________________________________________________________________________
6359 [  4057] By: gsar                                  on 1999/08/30  22:08:19
6360         Log: avoid hiding child process window
6361      Branch: perl
6362            ! win32/win32.c
6363 ____________________________________________________________________________
6364 [  4055] By: jhi                                   on 1999/08/30  21:20:50
6365         Log: Document the undefinedness of overshifting.
6366      Branch: cfgperl
6367            ! pod/perlop.pod
6368 ____________________________________________________________________________
6369 [  4054] By: jhi                                   on 1999/08/30  20:18:18
6370         Log: History fixes and updates.
6371      Branch: cfgperl
6372            ! pod/perlhist.pod
6373 ____________________________________________________________________________
6374 [  4053] By: jhi                                   on 1999/08/30  19:34:02
6375         Log: Shell quoting thinko broke installdirs.
6376              From: JVromans@Squirrel.nl (Johan Vromans)
6377              To: perl5-porters@perl.org
6378              Subject: [ID 19990830.001] 5.005_61 Configure does not substitute
6379              installprefix
6380              Date: Mon, 30 Aug 1999 16:10:10 +0200 (MEST)
6381              Message-Id: <14282.37058.934928.805633@plume.nl.compuware.com>
6382      Branch: cfgperl
6383            ! Configure config_h.SH
6384      Branch: metaconfig
6385            ! U/installdirs/archlib.U U/installdirs/bin.U
6386            ! U/installdirs/html1dir.U U/installdirs/html3dir.U
6387            ! U/installdirs/installprefix.U U/installdirs/man1dir.U
6388            ! U/installdirs/man3dir.U U/installdirs/privlib.U
6389            ! U/installdirs/scriptdir.U U/installdirs/sitearch.U
6390            ! U/installdirs/sitebin.U U/installdirs/sitehtml1dir.U
6391            ! U/installdirs/sitehtml3dir.U U/installdirs/sitelib.U
6392            ! U/installdirs/siteman1dir.U U/installdirs/siteman3dir.U
6393            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
6394            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
6395            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
6396            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
6397            ! U/installdirs/vendorscriptdir.U
6398 ____________________________________________________________________________
6399 [  4052] By: jhi                                   on 1999/08/30  02:57:05
6400         Log: Use \N{named characters} instead of \C.
6401              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6402              To: jhi@iki.fi
6403              Cc: larry@wall.org (Larry Wall), Tim.Bunce@ig.co.uk (Tim Bunce),
6404              perl5-porters@perl.org (Mailing list Perl5)
6405              Subject: Re: [PATCH 5.005_58] Named characters in Perl
6406              Date: Sun, 29 Aug 1999 16:46:53 -0400 (EDT)
6407              Message-Id: <199908292046.QAA05510@monk.mps.ohio-state.edu>
6408      Branch: cfgperl
6409            ! lib/charnames.pm lib/utf8.pm pod/perldiag.pod pod/perlop.pod
6410            ! pod/perlre.pod regcomp.c t/lib/charnames.t toke.c
6411 ____________________________________________________________________________
6412 [  4051] By: jhi                                   on 1999/08/30  02:54:20
6413         Log: From: Spider Boardman <spider@Orb.Nashua.NH.US>
6414              To: perl5-porters@perl.org
6415              Subject: [ID 19990829.004] Autoloaded &VERSION and UNIVERSAL::VERSION
6416              don't mix
6417              Date: Sun, 29 Aug 1999 19:04:53 -0400
6418              Message-Id: <199908292304.TAA13738@Orb.Nashua.NH.US>
6419      Branch: cfgperl
6420            ! universal.c
6421 ____________________________________________________________________________
6422 [  4050] By: jhi                                   on 1999/08/29  16:38:58
6423         Log: Conditionally socksify the LIBS of Socket.
6424      Branch: cfgperl
6425            ! ext/Socket/Makefile.PL
6426 ____________________________________________________________________________
6427 [  4049] By: jhi                                   on 1999/08/29  15:33:30
6428         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6429              To: Mailing list Perl5 <perl5-porters@perl.org>
6430              Subject: Re: [PATCH 5.005_60] fix @DB::typeahead
6431              Date: Wed, 25 Aug 1999 16:19:58 -0400
6432              Message-ID: <19990825161958.A4658@monk.mps.ohio-state.edu>
6433      Branch: cfgperl
6434            ! lib/perl5db.pl
6435 ____________________________________________________________________________
6436 [  4048] By: jhi                                   on 1999/08/29  15:31:36
6437         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
6438              To: perl5-porters@perl.org
6439              Subject: [PATCH _61] Lost arguments to simplified sort
6440              Date: Wed, 25 Aug 1999 23:22:32 -0700 (PDT)
6441              Message-ID: <14276.56616.879390.562685@metonymy.hip.berkeley.edu>
6442      Branch: cfgperl
6443            ! op.c t/op/sort.t
6444 ____________________________________________________________________________
6445 [  4047] By: jhi                                   on 1999/08/29  15:29:29
6446         Log: From: Olaf Flebbe <olaf@science-computing.de>
6447              Sender: owner-perl5-porters@perl.org
6448              To: perl5-porters@perl.org
6449              Subject: [ID 19990827.003] [PATCH]5.005_60 Patch for EPOC Support
6450              Date: Fri, 27 Aug 1999 21:50:41 +0200 (MEST)
6451      Branch: cfgperl
6452            ! README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
6453            ! epoc/perl.mmp epoc/perl.pkg
6454 ____________________________________________________________________________
6455 [  4046] By: jhi                                   on 1999/08/29  15:21:18
6456         Log: From: pvhp@forte.com (Peter Prymmer)
6457              To: perl5-porters@perl.org
6458              Subject: [PATCH: 5.005_61] an EBCDIC friendly cgi-html.t test
6459              Date: Fri, 27 Aug 99 18:51:04 PDT
6460              Message-Id: <9908280151.AA05010@forte.com>
6461      Branch: cfgperl
6462            ! t/lib/cgi-html.t
6463 ____________________________________________________________________________
6464 [  4045] By: jhi                                   on 1999/08/29  15:18:38
6465         Log: Fix scalar gmtime (and localtime) in quad environments,
6466              bug reported by Robin Parker.
6467              
6468              From: Robin Barker <rmb1@cise.npl.co.uk>
6469              To: jhi@iki.fi
6470              Cc: perl5-porters@perl.org
6471              Subject: Re: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
6472              Date: Tue, 24 Aug 1999 11:09:24 +0100 (BST)
6473              Message-Id: <199908241009.LAA24394@tempest.npl.co.uk>
6474      Branch: cfgperl
6475            ! pp_sys.c t/op/time.t
6476 ____________________________________________________________________________
6477 [  4044] By: jhi                                   on 1999/08/29  11:24:03
6478         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6479              To: perl5-porters@perl.org (Mailing list Perl5)
6480              Subject: [PATCH 5.005_60] Speeding up XSUB calls up to 66%
6481              Date: Fri, 27 Aug 1999 03:33:01 -0400 (EDT)
6482              Message-Id: <199908270733.DAA16927@monk.mps.ohio-state.edu>
6483              
6484              Addendum: it's "only" 33% speedup.
6485      Branch: cfgperl
6486            ! dump.c op.c op.h pp.h
6487 ____________________________________________________________________________
6488 [  4043] By: jhi                                   on 1999/08/29  11:10:33
6489         Log: From: spider-perl@Orb.Nashua.NH.US
6490              To: Mailing list Perl5 <perl5-porters@perl.org>
6491              Subject: [PATCH 5.005_61 CORE] sub : attrlist
6492              Date: Sun, 29 Aug 1999 03:02:11 -0400
6493              Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US>
6494      Branch: cfgperl
6495            + lib/attributes.pm t/lib/attrs.t t/op/attrs.t xsutils.c
6496            ! MANIFEST Makefile.SH embed.h embed.pl embedvar.h global.sym
6497            ! gv.c lib/AutoSplit.pm lib/SelfLoader.pm objXSUB.h op.c perl.c
6498            ! perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
6499            ! perly_c.diff pod/perldelta.pod pod/perldiag.pod
6500            ! pod/perlfunc.pod pod/perlmodlib.pod pod/perlsub.pod proto.h
6501            ! toke.c vms/perly_c.vms vms/perly_h.vms warnings.h
6502 ____________________________________________________________________________
6503 [  4042] By: jhi                                   on 1999/08/29  11:08:50
6504         Log: Turn off gcc-2.95's strict-alias optimization.
6505              This, of course, should be only temporary.
6506              From Andy Dougherty.
6507      Branch: cfgperl
6508            ! Configure config_h.SH
6509      Branch: metaconfig
6510            ! U/compline/ccflags.U U/modified/cc.U
6511 ____________________________________________________________________________
6512 [  4041] By: jhi                                   on 1999/08/29  10:47:30
6513         Log: Fix a typo in #4036.
6514      Branch: cfgperl
6515            ! mg.c
6516 ____________________________________________________________________________
6517 [  4040] By: jhi                                   on 1999/08/29  10:34:58
6518         Log: Add a missing #endif forgotten by #4035.
6519      Branch: cfgperl
6520            ! doop.c
6521 ____________________________________________________________________________
6522 [  4039] By: jhi                                   on 1999/08/29  10:31:19
6523         Log: Remove an extra #endif introduced by #4036.
6524      Branch: cfgperl
6525            ! perl.h
6526 ____________________________________________________________________________
6527 [  4038] By: jhi                                   on 1999/08/29  10:18:59
6528         Log: Rename warning to warnings, from Paul Marquess.
6529      Branch: cfgperl
6530            + lib/warnings.pm t/pragma/warn/7fatal t/pragma/warn/8signal
6531            + t/pragma/warnings.t warnings.h warnings.pl
6532            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
6533            ! MANIFEST Makefile.SH gv.c mg.c perl.h pod/perldelta.pod
6534            ! pod/perldiag.pod pod/perlfunc.pod pod/perllexwarn.pod
6535            ! pod/perlmodlib.pod pod/perlrun.pod pod/perltoc.pod
6536            ! pod/perlvar.pod t/op/64bit.t t/op/tie.t t/pragma/warn/2use
6537            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/5nolint
6538            ! t/pragma/warn/6default t/pragma/warn/doio t/pragma/warn/doop
6539            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
6540            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
6541            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
6542            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
6543            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
6544            ! t/pragma/warn/utf8 t/pragma/warn/util toke.c
6545 ____________________________________________________________________________
6546 [  4037] By: jhi                                   on 1999/08/29  10:08:47
6547         Log: Create the equivalence tables based on
6548              the real Unicode decomposition, not on
6549              the character name.
6550      Branch: cfgperl
6551            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
6552            ! lib/unicode/mktables.PL
6553 ____________________________________________________________________________
6554 [  4036] By: jhi                                   on 1999/08/29  09:29:08
6555         Log: Integrate with Sarathy.
6556      Branch: cfgperl
6557           +> lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
6558           +> lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
6559           +> lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
6560           +> lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
6561           +> lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
6562           +> lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
6563           !> (integrate 190 files)
6564 ____________________________________________________________________________
6565 [  4035] By: jhi                                   on 1999/08/29  08:56:15
6566         Log: Implement 64-bit vec().
6567      Branch: cfgperl
6568            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
6569            ! pp.h t/op/64bit.t
6570 ____________________________________________________________________________
6571 [  4034] By: gsar                                  on 1999/08/29  03:35:18
6572         Log: deadcode removal
6573      Branch: perl
6574            ! XSUB.h embed.h embed.pl global.sym mg.c op.c perl.h perlapi.h
6575            ! pp_ctl.c proto.h run.c sv.c
6576 ____________________________________________________________________________
6577 [  4033] By: jhi                                   on 1999/08/28  17:31:07
6578         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
6579              To: perl5-porters@perl.org
6580              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
6581              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
6582              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
6583      Branch: cfgperl
6584            ! perl.h
6585 ____________________________________________________________________________
6586 [  4032] By: gsar                                  on 1999/08/26  23:53:33
6587         Log: new thread should set current interp in TLS
6588      Branch: perl
6589            ! ext/Thread/Thread.xs
6590 ____________________________________________________________________________
6591 [  4031] By: bailey                                on 1999/08/23  03:40:07
6592         Log: When extension doesn't have a "main" object file to anchor linker search, pull in all objct files
6593      Branch: vmsperl
6594            ! lib/ExtUtils/MM_VMS.pm
6595 ____________________________________________________________________________
6596 [  4030] By: bailey                                on 1999/08/23  03:37:43
6597         Log: Patch up holes in realclean target
6598      Branch: vmsperl
6599            ! vms/descrip_mms.template
6600 ____________________________________________________________________________
6601 [  4029] By: bailey                                on 1999/08/23  03:36:24
6602         Log: Fix handling of PERL_POLLUTE
6603      Branch: vmsperl
6604            ! lib/ExtUtils/MM_VMS.pm
6605 ____________________________________________________________________________
6606 [  4028] By: bailey                                on 1999/08/23  03:34:08
6607         Log: Update VMS version of perly.h
6608      Branch: vmsperl
6609            ! vms/perly_h.vms
6610 ____________________________________________________________________________
6611 [  4027] By: bailey                                on 1999/08/23  03:32:45
6612         Log: Update dependencies in Descrip.MMS
6613      Branch: vmsperl
6614            ! vms/descrip_mms.template
6615 ____________________________________________________________________________
6616 [  4026] By: bailey                                on 1999/08/23  03:30:01
6617         Log: Fix prototypes in perlapi.c (64-bit?)
6618              Clear prior definition of getenv_len before defining VMS-specific macro
6619      Branch: vmsperl
6620            ! perlapi.c vms/vmsish.h
6621 ____________________________________________________________________________
6622 [  4025] By: bailey                                on 1999/08/23  03:25:51
6623         Log: Add '-m' option to Configure.com which skips the MANIFEST check
6624      Branch: vmsperl
6625            ! configure.com
6626 ____________________________________________________________________________
6627 [  4024] By: bailey                                on 1999/08/23  03:23:34
6628         Log: Skip open() tests that rely on Unix fork semantics
6629      Branch: vmsperl
6630            ! t/io/open.t
6631 ____________________________________________________________________________
6632 [  4023] By: bailey                                on 1999/08/23  03:21:46
6633         Log: Loosen conditons for recognizing a function name in perl.h to accomodate revisions
6634      Branch: vmsperl
6635            ! vms/gen_shrfls.pl
6636 ____________________________________________________________________________
6637 [  4022] By: bailey                                on 1999/08/23  03:17:33
6638         Log: update MM_VMS to use new File::Spec routines
6639      Branch: vmsperl
6640            ! lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm
6641 ____________________________________________________________________________
6642 [  4021] By: bailey                                on 1999/08/23  03:13:40
6643         Log: byteperl is now part of the ByteLoader ext
6644      Branch: vmsperl
6645            ! ext/ByteLoader/byterun.h vms/descrip_mms.template
6646 ____________________________________________________________________________
6647 [  4020] By: bailey                                on 1999/08/23  03:10:41
6648         Log: Allow option to treat barewords at start of Unix paths as simple words rather than logicals
6649      Branch: vmsperl
6650            ! vms/vms.c
6651 ____________________________________________________________________________
6652 [  4019] By: bailey                                on 1999/08/23  03:07:28
6653         Log: Update calls for new thread context handling
6654      Branch: vmsperl
6655            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
6656            ! ext/POSIX/POSIX.xs vms/vms.c vms/vmsish.h vms/writemain.pl
6657 ____________________________________________________________________________
6658 [  4018] By: bailey                                on 1999/08/23  03:01:31
6659         Log: Allow for file versions in library when looking for .bs files
6660      Branch: vmsperl
6661            ! ext/DynaLoader/DynaLoader_pm.PL
6662 ____________________________________________________________________________
6663 [  4017] By: bailey                                on 1999/08/23  02:58:55
6664         Log: Update VMS configuration procedures for 5.005_60
6665      Branch: vmsperl
6666            ! configure.com vms/subconfigure.com
6667 ____________________________________________________________________________
6668 [  4016] By: gsar                                  on 1999/08/20  22:19:56
6669         Log: update Changes
6670      Branch: perl
6671            ! Changes
6672
6673 ----------------
6674 Version 5.005_61
6675 ----------------
6676
6677 ____________________________________________________________________________
6678 [  4015] By: gsar                                  on 1999/08/20  22:17:41
6679         Log: perl_free() should use PerlMem_free()
6680      Branch: perl
6681            ! perl.c
6682 ____________________________________________________________________________
6683 [  4014] By: gsar                                  on 1999/08/20  22:10:46
6684         Log: win32 tweaks
6685      Branch: perl
6686            ! XSUB.h mg.c perl.c win32/config.bc win32/config.gc
6687            ! win32/config.vc win32/config_H.bc win32/config_H.gc
6688            ! win32/config_H.vc
6689 ____________________________________________________________________________
6690 [  4013] By: gsar                                  on 1999/08/20  22:09:56
6691         Log: DEBUG_m() adjusted to internalize dTHX
6692      Branch: perl
6693            ! malloc.c perl.h util.c
6694 ____________________________________________________________________________
6695 [  4012] By: gsar                                  on 1999/08/20  17:51:06
6696         Log: make autogenerated files writable
6697      Branch: perl
6698            ! (edit 171 files)
6699 ____________________________________________________________________________
6700 [  4011] By: gsar                                  on 1999/08/20  17:43:47
6701         Log: update Changes
6702      Branch: perl
6703            ! Changes perl.h pod/perldelta.pod pod/perlguts.pod
6704 ____________________________________________________________________________
6705 [  4010] By: gsar                                  on 1999/08/20  17:21:53
6706         Log: up patchlevel &c
6707      Branch: perl
6708            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
6709            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
6710 ____________________________________________________________________________
6711 [  4009] By: gsar                                  on 1999/08/20  16:46:26
6712         Log: add missing Is/Syl*.pl files
6713      Branch: perl
6714            + lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
6715            + lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
6716            + lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
6717            + lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
6718            + lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
6719            + lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
6720 ____________________________________________________________________________
6721 [  4008] By: gsar                                  on 1999/08/20  16:31:02
6722         Log: integrate cfgperl contents into mainline
6723      Branch: perl
6724           +> ext/ByteLoader/hints/sunos.pl lib/charnames.pm
6725           +> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
6726           +> lib/unicode/syllables.txt t/lib/charnames.t t/lib/syslfs.t
6727           +> t/op/lfs.t
6728            - lib/unicode/EthiopicSyllables.txt
6729            - lib/unicode/MakeEthiopicSyllables.PL
6730           !> (integrate 261 files)
6731 ____________________________________________________________________________
6732 [  4007] By: gsar                                  on 1999/08/20  15:24:08
6733         Log: support USE_THREADS+MULTIPLICITY; source compat tweaks for
6734              USE_THREADS and MULTIPLICITY; minor pod adjustments
6735      Branch: perl
6736            ! Porting/patching.pod Todo Todo-5.005 XSUB.h embed.pl
6737            ! embedvar.h perl.c perl.h pod/perlguts.pod util.c
6738 ____________________________________________________________________________
6739 [  4006] By: jhi                                   on 1999/08/19  19:01:41
6740         Log: Tighten the vec() code so that naughty BITS cause an error.
6741      Branch: cfgperl
6742            ! doop.c
6743 ____________________________________________________________________________
6744 [  4005] By: jhi                                   on 1999/08/19  15:55:09
6745         Log: Don't document ill-defined vec() bits cases
6746              (for which the code doesn't work right in any case)
6747      Branch: cfgperl
6748            ! pod/perldiag.pod pod/perlfunc.pod
6749 ____________________________________________________________________________
6750 [  4004] By: jhi                                   on 1999/08/19  12:49:41
6751         Log: Removed duplicated code (in pp.c and mg.c) by introducing
6752              do_vecget().  NOTE: the calling convention of do_vecset()
6753              changes, too: the `offset' that is assigned to LvTARGOFF(TARG)
6754              in pp_vec() is no more multiplied by `size' in pp_vec(),
6755              the multiplication is now done in do_vecset().
6756              
6757              Also fix a cpp thinko in change #4002.
6758      Branch: cfgperl
6759            ! doop.c embed.h embed.pl embedvar.h global.sym mg.c objXSUB.h
6760            ! perl.h perlapi.c pod/perldiag.pod pod/perlfunc.pod pp.c
6761            ! proto.h
6762 ____________________________________________________________________________
6763 [  4003] By: jhi                                   on 1999/08/18  08:27:22
6764         Log: Warn about small spherical distances.
6765      Branch: cfgperl
6766            ! lib/Math/Trig.pm
6767 ____________________________________________________________________________
6768 [  4002] By: jhi                                   on 1999/08/17  09:11:51
6769         Log: Enhance IV_FITS_IN_IV (though it's still unused).
6770      Branch: cfgperl
6771            ! perl.h
6772 ____________________________________________________________________________
6773 [  4001] By: jhi                                   on 1999/08/17  08:13:34
6774         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
6775              Message-ID: <sfcogg7ylk7.fsf@hohenstaufen.in-berlin.de>
6776              To: The Perl5 Porters Mailing List <perl5-porters@perl.org>
6777              Subject: [PATCH] overload.pm str/num confu
6778              Date: 17 Aug 1999 08:21:12 +0200
6779      Branch: cfgperl
6780            ! lib/overload.pm
6781 ____________________________________________________________________________
6782 [  4000] By: jhi                                   on 1999/08/17  07:20:23
6783         Log: From: merlyn@stonehenge.com (Randal L. Schwartz)
6784              To: perl5-porters@perl.org
6785              Subject: [ID 19990816.006] small patch to perlobj.pod from 5.005_03
6786              Date: 16 Aug 1999 14:24:28 -0700
6787              Message-Id: <m1ogg7to4z.fsf@halfdome.holdit.com>
6788      Branch: cfgperl
6789            ! pod/perlobj.pod
6790 ____________________________________________________________________________
6791 [  3999] By: jhi                                   on 1999/08/16  19:49:09
6792         Log: Integrate with Nick.
6793      Branch: cfgperl
6794           !> cop.h op.c perl.c t/op/eval.t t/pragma/warn/op util.c
6795 ____________________________________________________________________________
6796 [  3998] By: jhi                                   on 1999/08/16  19:44:29
6797         Log: Fix most of the pod2man moanings reported in
6798              
6799              From: "Larry W. Virden" <lvirden@cas.org>
6800              To: perl5-porters@perl.org
6801              Subject: [ID 19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6
6802              (UNINSTALLED)
6803              Date: Tue, 3 Aug 1999 15:35:06 -0400 (EDT)
6804              Message-Id: <199908031935.PAA27692@cas.org>
6805              
6806              Configure regen'ed.
6807      Branch: cfgperl
6808            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6809            ! config_h.SH ext/B/B/Stash.pm lib/Carp/Heavy.pm
6810            ! lib/Dumpvalue.pm lib/Exporter/Heavy.pm lib/filetest.pm
6811            ! lib/utf8.pm pod/perllexwarn.pod pod/perlxstut.pod
6812            ! utils/h2xs.PL utils/perlcc.PL
6813 ____________________________________________________________________________
6814 [  3997] By: jhi                                   on 1999/08/16  19:20:37
6815         Log: A fix of sorts for the flush-before-dup scenario.
6816      Branch: cfgperl
6817            ! doio.c
6818 ____________________________________________________________________________
6819 [  3996] By: jhi                                   on 1999/08/16  19:14:37
6820         Log: More paranoia.
6821      Branch: cfgperl
6822            ! sv.c
6823 ____________________________________________________________________________
6824 [  3995] By: jhi                                   on 1999/08/16  18:55:35
6825         Log: Batch of small 64-bit/long double/large file support tweaks:
6826              - scan for LDBL_DIG
6827              - from DBL_DIG and LDBL_DIG select NV_DIG
6828              - introduce IVSIZE, UVSIZE, NVSIZE
6829              - introduce IV_DIG
6830              - remove stdio64
6831              - AIX uses `oslevel` when others use `uname -r`
6832              - already AIX 4.2 goes 64-bit
6833              - in HP-UX require the 64-bit libc, just the directory isn't enough
6834              - group ids are not NVs
6835              - #undef USE_LONG_DOUBLE if long double is no better than double
6836              - introduce NV_WITHIN_*() and IV_FITS_IN_IV
6837              - mention large file support in perldelta
6838              - introduce quad TOPpin' and POPpin'
6839              - the svcat... buffer was tiny for printing quads in %b
6840              - fix the multiplication test in 64bit.t
6841              - try to make VMS to comply with all this removal and "introducal"
6842              of symbols
6843      Branch: cfgperl
6844            ! Configure config_h.SH dump.c hints/aix.sh hints/hpux.sh mg.c
6845            ! perl.h perlio.c pod/perldelta.pod pp.h sv.c t/lib/syslfs.t
6846            ! t/op/64bit.t t/op/lfs.t utf8.c vms/subconfigure.com
6847      Branch: metaconfig
6848            ! U/modified/d_longdbl.U
6849      Branch: metaconfig/U/perl
6850            + d_ldbl_dig.U
6851 ____________________________________________________________________________
6852 [  3994] By: jhi                                   on 1999/08/16  07:53:44
6853         Log: More Configure/subconfigure.com syncing.
6854      Branch: cfgperl
6855            ! vms/subconfigure.com
6856 ____________________________________________________________________________
6857 [  3993] By: jhi                                   on 1999/08/14  22:09:26
6858         Log: Remove from VMS what the change #3982 took away from Configure lands.
6859      Branch: cfgperl
6860            ! vms/subconfigure.com
6861 ____________________________________________________________________________
6862 [  3992] By: jhi                                   on 1999/08/14  13:29:13
6863         Log: Small test tweaks.
6864      Branch: cfgperl
6865            ! t/io/dup.t t/lib/dprof.t t/lib/odbm.t
6866 ____________________________________________________________________________
6867 [  3991] By: jhi                                   on 1999/08/14  13:08:41
6868         Log: Augment filesize limit note.
6869      Branch: cfgperl
6870            ! doio.c
6871 ____________________________________________________________________________
6872 [  3990] By: jhi                                   on 1999/08/14  13:06:12
6873         Log: Note about filesize limits.
6874      Branch: cfgperl
6875            ! doio.c pp_sys.c
6876 ____________________________________________________________________________
6877 [  3989] By: jhi                                   on 1999/08/14  11:31:58
6878         Log: Catch the case of filesize limits.
6879      Branch: cfgperl
6880            ! t/lib/syslfs.t t/op/lfs.t
6881 ____________________________________________________________________________
6882 [  3988] By: nick                                  on 1999/08/14  09:20:58
6883         Log: New lightweight Carp has a require. If Carp is used in a __DIE__ handler
6884              this causes a POPSTACK panic. The problem seems to be that although
6885              die_where() has unwound the tail of perl_vdie() top_env setjmp has been
6886              set to resume execution there. Avoiding setting CATCH_SET(TRUE) in 
6887              call_sv() avoids this. So invent a new G_NOCATCH flag to disable
6888              messing with CATCH_SET() in call_sv, use it in perl_vdie().
6889              Add test to op/eval.t which will fail (panic) if bug comes back.
6890              >>> I AM NOT CONVINCED THIS IS CORRECT LONG TERM FIX <<<
6891      Branch: perl
6892            ! cop.h perl.c t/op/eval.t util.c
6893 ____________________________________________________________________________
6894 [  3987] By: jhi                                   on 1999/08/13  23:57:52
6895         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
6896              To: perl5-porters@perl.org, vmsperl@perl.org, sarathy@activestate.com
6897              Subject: [PATCH 5.005_60] fix MM_VMS.pm for space-delimited lists
6898              Date: Fri, 13 Aug 1999 17:42:47 -0500
6899              Message-Id: <v04210105b3da3ed9599d@[172.16.246.133]>
6900      Branch: cfgperl
6901            ! lib/ExtUtils/MM_VMS.pm
6902 ____________________________________________________________________________
6903 [  3986] By: jhi                                   on 1999/08/13  23:56:44
6904         Log: Don't quit before printing out the message.
6905      Branch: cfgperl
6906            ! t/lib/syslfs.t t/op/lfs.t
6907 ____________________________________________________________________________
6908 [  3985] By: jhi                                   on 1999/08/13  23:35:49
6909         Log: Remove more t/ trash on target "clean".
6910      Branch: cfgperl
6911            ! Makefile.SH
6912 ____________________________________________________________________________
6913 [  3984] By: jhi                                   on 1999/08/13  23:02:53
6914         Log: Avoid double long double. 
6915      Branch: cfgperl
6916            ! Configure config_h.SH
6917      Branch: metaconfig/U/perl
6918            ! uselongdbl.U
6919 ____________________________________________________________________________
6920 [  3983] By: jhi                                   on 1999/08/13  22:59:56
6921         Log: BYTEORDER fix.
6922      Branch: cfgperl
6923            ! Configure config_h.SH
6924      Branch: metaconfig
6925            ! U/compline/byteorder.U
6926 ____________________________________________________________________________
6927 [  3982] By: jhi                                   on 1999/08/13  22:48:40
6928         Log: Jumbo Configure and large file support update.
6929              Remove a lot of unneeded 64-bitness cruft;
6930              re-introduce BYTEORDER; update 64-bitness hints;
6931              lfs should now work in Solaris; long doubles in AIX.
6932      Branch: cfgperl
6933            ! Configure config_h.SH doio.c hints/aix.sh hints/hpux.sh
6934            ! hints/irix_6.sh hints/solaris_2.sh iperlsys.h perl.h perlio.c
6935            ! perlsdio.h pp.h pp_sys.c
6936      Branch: metaconfig
6937            ! U/compline/byteorder.U U/compline/ccflags.U
6938      Branch: metaconfig/U/perl
6939            ! d_dlsymun.U io64.U uselongdbl.U
6940 ____________________________________________________________________________
6941 [  3980] By: jhi                                   on 1999/08/13  15:09:11
6942         Log: Introduce HAS_LLSEEK.
6943      Branch: cfgperl
6944            ! Configure config_h.SH perl.h
6945 ____________________________________________________________________________
6946 [  3979] By: jhi                                   on 1999/08/13  14:29:47
6947         Log: From: <dan@sidhe.org>
6948              To: perl5-porters@perl.org, vmsperl@perl.org, bailey@newman.upenn.edu,
6949              sarathy@activestate.com
6950              Subject: [PATCH 5.005_60]fix up VMS->unix filename translation a bit
6951              Date: Fri, 13 Aug 1999 09:00:42 -0700 (PDT)
6952              Message-ID: <Pine.LNX.4.10.9908130849390.3950-100000@tuatha.sidhe.org>
6953      Branch: cfgperl
6954            ! vms/vms.c
6955 ____________________________________________________________________________
6956 [  3978] By: jhi                                   on 1999/08/13  09:56:46
6957         Log: Make the 64-bit tests more paranoid.
6958      Branch: cfgperl
6959            ! t/op/64bit.t
6960 ____________________________________________________________________________
6961 [  3976] By: jhi                                   on 1999/08/12  21:49:16
6962         Log: IRIX64 needs more -mabi=64 with gcc.
6963      Branch: cfgperl
6964            ! hints/irix_6.sh
6965 ____________________________________________________________________________
6966 [  3975] By: jhi                                   on 1999/08/12  21:02:03
6967         Log: Reincarnate change #3967, now in more modest form.
6968      Branch: cfgperl
6969            ! hints/irix_6.sh
6970 ____________________________________________________________________________
6971 [  3974] By: jhi                                   on 1999/08/12  20:49:36
6972         Log: Remove rt from libswanted (I added it many moons ago
6973              when I thought it would be useful in Digital UNIX,
6974              I was wrong); undo the recent IRIX hints changes,
6975              getting rid of one warning brought new ones.
6976      Branch: cfgperl
6977            ! Configure config_h.SH hints/irix_6.sh
6978      Branch: metaconfig
6979            ! U/modified/Myinit.U
6980 ____________________________________________________________________________
6981 [  3973] By: jhi                                   on 1999/08/12  19:42:53
6982         Log: st_blocks is in 512 byte blocks.
6983      Branch: cfgperl
6984            ! t/lib/syslfs.t t/op/lfs.t
6985 ____________________________________________________________________________
6986 [  3972] By: jhi                                   on 1999/08/12  19:27:31
6987         Log: Don't claim defeat too early.
6988      Branch: cfgperl
6989            ! Configure config_h.SH
6990      Branch: metaconfig/U/perl
6991            ! longdblfio.U
6992 ____________________________________________________________________________
6993 [  3971] By: jhi                                   on 1999/08/12  19:24:14
6994         Log: IRIX 64-bit hint tweak. 
6995      Branch: cfgperl
6996            ! hints/irix_6.sh
6997 ____________________________________________________________________________
6998 [  3970] By: nick                                  on 1999/08/12  19:17:20
6999         Log: Turn of deprecated warnings for defined(@Sompack::ISA) type
7000              tests i.e. RV2AV and RV2HV
7001      Branch: perl
7002            ! op.c t/pragma/warn/op
7003 ____________________________________________________________________________
7004 [  3969] By: jhi                                   on 1999/08/12  19:06:17
7005         Log: Add Configure -Duselongdouble and add a missing semicolon.
7006      Branch: cfgperl
7007            ! Configure config_h.SH sv.c
7008      Branch: metaconfig/U/perl
7009            + uselongdbl.U
7010 ____________________________________________________________________________
7011 [  3968] By: jhi                                   on 1999/08/12  18:46:00
7012         Log: Simply exit() early if lfs support seems unlikely.
7013      Branch: cfgperl
7014            ! t/lib/syslfs.t t/op/lfs.t
7015 ____________________________________________________________________________
7016 [  3967] By: jhi                                   on 1999/08/12  18:44:05
7017         Log: Suffer silently for unused libraries.
7018      Branch: cfgperl
7019            ! hints/irix_6.sh
7020 ____________________________________________________________________________
7021 [  3966] By: jhi                                   on 1999/08/12  13:18:44
7022         Log: Update MANIFEST to follow change #3965.
7023      Branch: cfgperl
7024            ! MANIFEST
7025 ____________________________________________________________________________
7026 [  3965] By: jhi                                   on 1999/08/12  13:15:38
7027         Log: Regenerate Unicode tables based on new syllable lists
7028              from Daniel Yacob.
7029      Branch: cfgperl
7030            ! (edit 159 files)
7031 ____________________________________________________________________________
7032 [  3964] By: jhi                                   on 1999/08/12  10:06:24
7033         Log: Remove more spurious casting.
7034      Branch: cfgperl
7035            ! pp_sys.c
7036 ____________________________________________________________________________
7037 [  3963] By: jhi                                   on 1999/08/12  08:18:53
7038         Log: Minor niggles on the lfs tests.
7039      Branch: cfgperl
7040            ! t/lib/syslfs.t t/op/lfs.t
7041 ____________________________________________________________________________
7042 [  3962] By: jhi                                   on 1999/08/11  22:48:25
7043         Log: Don't bother with lfs testing if off_t is too small.
7044      Branch: cfgperl
7045            ! t/lib/syslfs.t t/op/lfs.t
7046 ____________________________________________________________________________
7047 [  3961] By: jhi                                   on 1999/08/11  22:22:54
7048         Log: Long double patches from Dan Sugalski.
7049      Branch: cfgperl
7050            ! sv.c
7051 ____________________________________________________________________________
7052 [  3960] By: jhi                                   on 1999/08/11  22:17:55
7053         Log: Flush buffer before duplicating file descriptor.
7054              
7055              From: Mark-Jason Dominus <mjd@plover.com>
7056              To: Graham Barr <gbarr@pobox.com>
7057              cc: Vicki Brown <vlb@cfcl.com>, perl5-porters@perl.org, mjd@plover.com
7058              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
7059              Date: Wed, 11 Aug 1999 15:56:09 -0400
7060              Message-ID: <19990811195610.5933.qmail@plover.com>
7061              
7062              From: Mark-Jason Dominus <mjd@plover.com>
7063              To: perl5-porters@perl.org
7064              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57)) 
7065              Date: Wed, 11 Aug 1999 16:05:46 -0400
7066              Message-ID: <19990811200546.6165.qmail@plover.com>
7067      Branch: cfgperl
7068            ! doio.c pod/perldelta.pod
7069 ____________________________________________________________________________
7070 [  3959] By: jhi                                   on 1999/08/11  22:11:35
7071         Log: Bypass fsync(NULL) (crashes miniperl compiled with DEC C 5.2)
7072              
7073              From: "Craig A. Berry" <craig.berry@metamor.com>
7074              Sender: owner-perl5-porters@perl.org
7075              To: vmsperl@perl.org, perl5-porters@perl.org, sarathy@activestate.com,
7076              bailey@newman.upenn.edu
7077              Subject: [PATCH 5.005_60] vms.c my_flush patch to circumvent fileno
7078              problem
7079              Date: Wed, 11 Aug 1999 14:31:11 -0500
7080              Message-Id: <4.2.0.58.19990811141007.00b8f8a0@mmtnt11.metamor.com>
7081      Branch: cfgperl
7082            ! vms/vms.c
7083 ____________________________________________________________________________
7084 [  3958] By: jhi                                   on 1999/08/11  15:35:45
7085         Log: Add a hopefully comforting message if there seems to be no LFS. 
7086              This seems to be the case with e.g. ext2fs, a somewhat popular fs.
7087              The tests will fail on lfs tests only if quad is available,
7088              if ENOQUAD, the lfs tests will be skipped.
7089      Branch: cfgperl
7090            ! t/lib/syslfs.t t/op/lfs.t
7091 ____________________________________________________________________________
7092 [  3957] By: jhi                                   on 1999/08/11  12:25:59
7093         Log: Unapply an experimental patch that accidentally escaped
7094              from the lab by piggybacking with the change #3955.
7095      Branch: cfgperl
7096            ! pp.c pp.h pp_hot.c
7097 ____________________________________________________________________________
7098 [  3956] By: jhi                                   on 1999/08/11  08:19:23
7099         Log: Add sysio large file support testing.
7100      Branch: cfgperl
7101            + t/lib/syslfs.t
7102            ! MANIFEST pod/perlfunc.pod t/op/64bit.t t/op/lfs.t
7103 ____________________________________________________________________________
7104 [  3955] By: jhi                                   on 1999/08/10  22:39:11
7105         Log: From: <dan@sidhe.org>
7106              To: vmsperl@perl.org, perl5-porters@perl.org,
7107              sarathy@activestate.com, bailey@newman.upenn.edu
7108              Subject: [PATCH 5.005_60]Patches needed to get _60 building with
7109              threads on VMS
7110              Date: Tue, 10 Aug 1999 16:34:56 -0700 (PDT)
7111              Message-ID: <Pine.LNX.4.10.9908101631030.18266-100000@tuatha.sidhe.org>
7112      Branch: cfgperl
7113            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
7114            ! ext/POSIX/POSIX.xs pp.c pp.h pp_hot.c vms/vms.c vms/vmsish.h
7115            ! vms/writemain.pl
7116 ____________________________________________________________________________
7117 [  3954] By: jhi                                   on 1999/08/10  20:37:55
7118         Log: LFS testing robustness.
7119      Branch: cfgperl
7120            ! t/op/lfs.t
7121 ____________________________________________________________________________
7122 [  3953] By: jhi                                   on 1999/08/10  19:54:50
7123         Log: From: <dan@sidhe.org>
7124              To: vmsperl@perl.org, perp5-porters@perl.org, bailey@newman.upenn.edu,
7125              sarathy@activestate.com
7126              Subject: [PATCH 5.005_60]Pathces to get _60 building on VMS
7127              Date: Tue, 10 Aug 1999 13:28:18 -0700 (PDT)
7128              Message-ID: <Pine.LNX.4.10.9908101323130.18266-100000@tuatha.sidhe.org>
7129      Branch: cfgperl
7130            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
7131            ! vms/subconfigure.com vms/vmsish.h
7132 ____________________________________________________________________________
7133 [  3952] By: jhi                                   on 1999/08/10  17:18:57
7134         Log: AIX is different, again.  Now in cc -E output.
7135      Branch: cfgperl
7136            ! Configure config_h.SH
7137      Branch: metaconfig
7138            ! U/modified/cppstdin.U
7139 ____________________________________________________________________________
7140 [  3951] By: jhi                                   on 1999/08/10  14:37:08
7141         Log: Use Pid_t on pgrp matters.
7142      Branch: cfgperl
7143            ! pp_sys.c
7144 ____________________________________________________________________________
7145 [  3950] By: jhi                                   on 1999/08/10  14:35:30
7146         Log: Use Pid_t.
7147      Branch: cfgperl
7148            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
7149            ! pp_sys.c proto.h util.c
7150 ____________________________________________________________________________
7151 [  3949] By: jhi                                   on 1999/08/10  14:11:15
7152         Log: Use Mode_t.
7153      Branch: cfgperl
7154            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
7155            ! perlapi.h pp_sys.c proto.h
7156 ____________________________________________________________________________
7157 [  3948] By: jhi                                   on 1999/08/10  13:53:19
7158         Log: Small perlbug doc tweaks from Jon Orwant.
7159      Branch: cfgperl
7160            ! utils/perlbug.PL
7161 ____________________________________________________________________________
7162 [  3947] By: jhi                                   on 1999/08/10  09:55:11
7163         Log: Large file support testing.
7164      Branch: cfgperl
7165            + t/op/lfs.t
7166            ! MANIFEST t/op/64bit.t
7167 ____________________________________________________________________________
7168 [  3946] By: jhi                                   on 1999/08/10  09:13:54
7169         Log: Remove I32 casting from time-related functions.
7170      Branch: cfgperl
7171            ! pp_sys.c
7172 ____________________________________________________________________________
7173 [  3945] By: jhi                                   on 1999/08/10  09:06:42
7174         Log: Gratuitous uid and gid casts to I32s and ints removed.
7175              There are still problem spots in printfing such ids:
7176              width (%d vs %ld) and signedness %d vs %u.
7177      Branch: cfgperl
7178            ! doio.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
7179            ! perl.c perlapi.c pp_hot.c proto.h
7180 ____________________________________________________________________________
7181 [  3944] By: jhi                                   on 1999/08/10  07:43:03
7182         Log: Remove I32 casts from pp_stat, these make stat()
7183              very broken e.g. on files larger than 2 gigabytes.
7184              Reported by
7185              From: Phil Lobbes <phil@finchcomputer.com>
7186              To: perl5-porters@perl.org
7187              Subject: [ID 19990810.001] Possible bug using stat w/large files Digital
7188              UNIX Perl 5.005_03
7189              Date: Mon, 09 Aug 1999 21:38:54 -0700
7190              Message-Id: <199908100438.VAA08292@ultra.finchcomputer.com>
7191              
7192              There are more of these I32 casts all over pp_sys.c,
7193              all of them should be checked.
7194      Branch: cfgperl
7195            ! pp_sys.c
7196 ____________________________________________________________________________
7197 [  3943] By: jhi                                   on 1999/08/10  07:38:30
7198         Log: Remove blathering.
7199      Branch: cfgperl
7200            ! lib/unicode/mktables.PL
7201 ____________________________________________________________________________
7202 [  3942] By: jhi                                   on 1999/08/09  20:35:13
7203         Log: lexwarn maintenance: new warning class unsafe
7204              subclasses 'overflow' and 'portable' created,
7205              used by the recent integer overflow warnings.
7206              Class syntax subclass 'octal' renamed to 'digit',
7207              binary and hexadecimal parsing errors also 'digit' warnings.
7208      Branch: cfgperl
7209            ! lib/warning.pm pod/perllexwarn.pod t/pragma/warn/util toke.c
7210            ! util.c warning.h warning.pl
7211 ____________________________________________________________________________
7212 [  3941] By: jhi                                   on 1999/08/09  10:40:47
7213         Log: Integrate with Nick.
7214      Branch: cfgperl
7215           +> opnames.h
7216           !> Changes MANIFEST embed.h embed.pl ext/B/B/C.pm ext/B/B/CC.pm
7217           !> global.sym opcode.h opcode.pl perl.h perlapi.c pp.c
7218 ____________________________________________________________________________
7219 [  3940] By: jhi                                   on 1999/08/09  10:32:43
7220         Log: Regenerate the Unicode tables after having updated the Unicode
7221              database (change #3939).
7222      Branch: cfgperl
7223            ! (edit 157 files)
7224 ____________________________________________________________________________
7225 [  3939] By: jhi                                   on 1999/08/09  10:27:22
7226         Log: Unicode data updated to be the latest beta of the Unicode 3.0.
7227      Branch: cfgperl
7228            ! lib/unicode/UnicodeData-Latest.txt
7229 ____________________________________________________________________________
7230 [  3938] By: jhi                                   on 1999/08/09  10:25:54
7231         Log: Ethiopic changes via private email from Daniel Yacob,
7232              <dmulholl@cs.indiana.edu>.  Ethiopic and Cherokee done,
7233              Canadian Syllabics and Yi under construction.
7234      Branch: cfgperl
7235            + lib/unicode/syllables.txt
7236            - lib/unicode/EthiopicSyllables.txt
7237            - lib/unicode/MakeEthiopicSyllables.PL
7238            ! MANIFEST lib/unicode/UnicodeData-Latest.txt
7239            ! lib/unicode/mktables.PL
7240 ____________________________________________________________________________
7241 [  3937] By: jhi                                   on 1999/08/09  10:21:51
7242         Log: Move the equivalence class creation last.
7243      Branch: cfgperl
7244            ! lib/unicode/mktables.PL
7245 ____________________________________________________________________________
7246 [  3936] By: jhi                                   on 1999/08/09  10:20:40
7247         Log: Compute equivalence classes (diacritics stripping) only
7248              for letters, not for ligatures.
7249      Branch: cfgperl
7250            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
7251            ! lib/unicode/mktables.PL
7252 ____________________________________________________________________________
7253 [  3935] By: nick                                  on 1999/08/08  13:53:57
7254         Log: Will now correctly re-call 
7255              bootstrap "Foo";
7256              if requested. This should allow build on Win32 and other
7257              platforms where you cannot link to loadables directly.
7258      Branch: perl
7259            ! ext/B/B/C.pm
7260 ____________________________________________________________________________
7261 [  3934] By: nick                                  on 1999/08/07  12:23:55
7262         Log: Vishal Bhatia <vishalb@my-deja.com>
7263              Subject: [PATCH 5.005_60] fix for some obscure bugs (compiler)
7264              Message-ID: <HLPEBPHPAKHKAAAA@my-deja.com>
7265      Branch: perl
7266            ! ext/B/B/CC.pm
7267 ____________________________________________________________________________
7268 [  3933] By: nick                                  on 1999/08/07  12:19:46
7269         Log: B::C changes to get simple Tk app. compiling again
7270      Branch: perl
7271            ! ext/B/B/C.pm
7272 ____________________________________________________________________________
7273 [  3932] By: jhi                                   on 1999/08/06  21:17:16
7274         Log: Regen Configure to include change #3915.
7275      Branch: cfgperl
7276            ! Configure config_h.SH
7277 ____________________________________________________________________________
7278 [  3931] By: jhi                                   on 1999/08/06  18:52:57
7279         Log: Todo update.
7280      Branch: cfgperl
7281            ! Todo Todo-5.005 lib/unicode/mktables.PL
7282 ____________________________________________________________________________
7283 [  3930] By: jhi                                   on 1999/08/06  13:13:05
7284         Log: Character class equivalence tables.
7285      Branch: cfgperl
7286            + lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
7287            ! MANIFEST lib/unicode/mktables.PL
7288 ____________________________________________________________________________
7289 [  3929] By: jhi                                   on 1999/08/06  11:59:11
7290         Log: More Fcntl constants.  (This process really needs
7291              to be automated, at least partly, see the Errno extension.)
7292              Now also the SEEK_ constants are available via the Fcntl.
7293              Yes, this is redundant (IO::Seekable and POSIX supply them already),
7294              but now Fcntl is a one-stop shopping mall for all your
7295              file-related constants.    
7296      Branch: cfgperl
7297            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs pod/perlfunc.pod
7298 ____________________________________________________________________________
7299 [  3928] By: jhi                                   on 1999/08/06  08:08:03
7300         Log: Protect against pack/unpack repeat count overflows,
7301              based on:
7302              
7303              From: Nathan Torkington <gnat@frii.com>
7304              To: Brian Keefer <mgomes@cwix.com>
7305              Cc: perl5-porters@perl.org
7306              Subject: Re: [ID 19990806.001] Core dump with obfuscated code
7307              Date: Thu, 5 Aug 1999 23:01:51 -0600 (MDT)
7308              Message-ID: <14250.27711.769942.100675@localhost.frii.com>
7309      Branch: cfgperl
7310            ! pod/perldiag.pod pp.c
7311 ____________________________________________________________________________
7312 [  3927] By: jhi                                   on 1999/08/06  07:32:20
7313         Log: Fix for Nathan's fix (#3920) from Guy Decoux.
7314              
7315              From: Nathan Torkington <gnat@frii.com>
7316              To: perl5-porters@perl.org
7317              Subject: Bugfix for my bugfix
7318              Date: Thu, 5 Aug 1999 21:25:47 -0600 (MDT)
7319              Message-ID: <14250.21947.765134.940583@localhost.frii.com>
7320      Branch: cfgperl
7321            ! ext/B/B/Assembler.pm
7322 ____________________________________________________________________________
7323 [  3926] By: jhi                                   on 1999/08/05  17:25:19
7324         Log: Fix regex charclass parsing so that bogus ranges
7325              like [0-\d] and [[:word:]-z] are no more allowed.
7326              The anomaly was noticed by Guy Decoux.
7327      Branch: cfgperl
7328            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
7329 ____________________________________________________________________________
7330 [  3925] By: jhi                                   on 1999/08/05  10:31:47
7331         Log: split /^/ deprecation warning should not be on by default.
7332      Branch: cfgperl
7333            ! pp.c
7334 ____________________________________________________________________________
7335 [  3923] By: jhi                                   on 1999/08/05  09:16:57
7336         Log: From: paul.marquess@bt.com
7337              To: jhi@iki.fi, paul.marquess@bt.com
7338              Cc: gsar@ActiveState.com, perl5-porters@perl.org
7339              Subject: RE: [PATCH 5.005_60] anydbm.t + DB_File + Berkeley DB >= 2.4.10
7340              Date: Thu, 5 Aug 1999 09:33:14 +0100
7341              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B26@mbtlipnt02.btlabs.bt.co.uk>
7342      Branch: cfgperl
7343            ! t/lib/anydbm.t
7344 ____________________________________________________________________________
7345 [  3921] By: jhi                                   on 1999/08/05  08:05:13
7346         Log: From: paul.marquess@bt.com
7347              To: perl5-porters@perl.org
7348              Cc: gsar@activestate.com, nik@tiuk.ti.com, jhi@iki.fi,
7349              randy@theoryx5.uwinnipeg.ca
7350              Subject:  [PATCH 5.005_60] DB_File 1.70
7351              Date: Wed, 4 Aug 1999 23:22:22 +0100
7352              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B21@mbtlipnt02.btlabs.bt.co.uk>
7353              
7354              (Replaces change #3917)
7355      Branch: cfgperl
7356            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
7357            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
7358 ____________________________________________________________________________
7359 [  3920] By: jhi                                   on 1999/08/04  19:02:58
7360         Log: From: Nathan Torkington <gnat@frii.com>
7361              To: perl5-porters@perl.org
7362              Subject: [5.005_60 PATCH] Make B::Bytecode work
7363              Date: Wed, 4 Aug 1999 11:24:56 -0600 (MDT)
7364              Message-ID: <14248.30568.769427.216092@localhost.frii.com>
7365      Branch: cfgperl
7366            ! ext/B/B/Assembler.pm
7367 ____________________________________________________________________________
7368 [  3919] By: jhi                                   on 1999/08/04  10:56:26
7369         Log: Update history records.
7370      Branch: cfgperl
7371            ! pod/perlhist.pod
7372 ____________________________________________________________________________
7373 [  3918] By: jhi                                   on 1999/08/04  09:36:13
7374         Log: Minor fixes to linux -Dusethreads -Duseperlio.
7375      Branch: cfgperl
7376            ! perlio.c
7377 ____________________________________________________________________________
7378 [  3917] By: jhi                                   on 1999/08/04  08:13:20
7379         Log: (Replaced by change #3921)
7380              From: paul.marquess@bt.com
7381              To: gsar@activestate.com
7382              Cc: perl5-porters@perl.org
7383              Subject: [PATCH 5.005_60] DB_File 1.69
7384              Date: Tue, 3 Aug 1999 22:55:00 +0100
7385              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6D04@mbtlipnt02.btlabs.bt.co.uk>
7386      Branch: cfgperl
7387            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
7388            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
7389 ____________________________________________________________________________
7390 [  3916] By: jhi                                   on 1999/08/04  07:59:05
7391         Log: Introduce the charnames pragma.
7392              
7393              Subject: [PATCH 5.005_58] Free \C (for named chars), move to \O
7394              From: Ilya Zakharevich <[9]ilya@math.ohio-state.edu>
7395              To: Chip Salzenberg <[11]chip@perlsupport.com>
7396              Cc: Mailing list Perl5 <[12]perl5-porters@perl.org>
7397              Date: Sat, 31 Jul 1999 05:44:05 -0400
7398              Message-Id: <[13]199907311407.IAA25042@localhost.frii.com>
7399              
7400              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7401              To: Mailing list Perl5 <perl5-porters@perl.org>
7402              Subject: [PATCH 5.005_58] Named characters in Perl
7403              Date: Mon, 2 Aug 1999 19:25:40 -0400
7404              Message-ID: <19990802192540.B24407@monk.mps.ohio-state.edu>
7405      Branch: cfgperl
7406            + lib/charnames.pm t/lib/charnames.t
7407            ! MAINTAIN MANIFEST lib/utf8.pm pod/perldiag.pod pod/perlop.pod
7408            ! pod/perlre.pod regcomp.c toke.c
7409 ____________________________________________________________________________
7410 [  3915] By: jhi                                   on 1999/08/03  21:18:49
7411         Log: Support Configure -Dmake=pmake.
7412              Via private email from Andy.
7413              NOTE: assumes "basename" command.
7414      Branch: metaconfig
7415            ! U/modified/Config_sh.U
7416 ____________________________________________________________________________
7417 [  3914] By: jhi                                   on 1999/08/03  21:11:11
7418         Log: The op/filetest.t failed subtest 7 if testing as root.
7419              
7420              From: =?iso-8859-1?Q?Fran=E7ois=20D=E9sarm=E9nien?= <desar@club-internet.fr>
7421              To: perl5-porters@perl.org
7422              Subject: [ID 19990727.039] Not OK: perl 5.00558 on i386-sco 3.2v5.0.4
7423              Date: Tue, 27 Jul 1999 22:54:05 +0200
7424              Message-Id: <379E1C6D.626DC765@club-internet.fr>
7425      Branch: cfgperl
7426            ! t/op/filetest.t
7427 ____________________________________________________________________________
7428 [  3911] By: jhi                                   on 1999/08/03  19:52:38
7429         Log: The "-Dusethreads -Duseperlio" combination failed.
7430              
7431              From: Spider Boardman <spider@leggy.zk3.dec.com>
7432              To: perl5-porters@perl.org
7433              Subject: [ID 19990803.007] Not OK: perl 5.00560 on alpha-dec_osf-thread
7434              4.0 (UNINSTALLED)
7435              Date: Tue, 3 Aug 1999 14:25:00 -0400
7436              Message-Id: <199908031825.OAA29254@leggy.zk3.dec.com>
7437              
7438              See also change #3912.
7439      Branch: cfgperl
7440            ! perlio.c
7441 ____________________________________________________________________________
7442 [  3910] By: jhi                                   on 1999/08/03  10:44:24
7443         Log: From: Chris Nandor <pudge@pobox.com>
7444              To: perl5-porters@perl.org
7445              Subject: [PATCH 5.005_58] perlbug.PL 1.27
7446              Date: Wed, 28 Jul 1999 23:42:49 -0400
7447              Message-Id: <v04210104b3c57ce9e3de@[152.167.11.247]>
7448      Branch: cfgperl
7449            ! utils/perlbug.PL
7450 ____________________________________________________________________________
7451 [  3909] By: jhi                                   on 1999/08/03  10:41:04
7452         Log: Hints for building ByteLoader in SunoS.  Based on
7453              From: Andy Dougherty <doughera@lafayette.edu>
7454              To: Gurusamy Sarathy <gsar@activestate.com>
7455              Cc: Perl Porters <perl5-porters@perl.org>
7456              Subject: Re: 5.005_58 Not OK SunOS 4.1.3
7457              Date: Mon, 2 Aug 1999 14:01:58 -0400 (EDT)
7458              Message-Id: <Pine.GSU.4.05.9908021357410.5873-100000@newton.phys>
7459      Branch: cfgperl
7460            + ext/ByteLoader/hints/sunos.pl
7461            ! MANIFEST ext/ByteLoader/ByteLoader.xs
7462 ____________________________________________________________________________
7463 [  3908] By: jhi                                   on 1999/08/03  09:29:22
7464         Log: Clarify RE engine code; inline a static function to a macro;
7465              make exact string nodes smaller.
7466              
7467              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7468              To: perl5-porters@perl.org (Mailing list Perl5)
7469              Subject: [PATCH 5.005_60] Cosmetic change to REx engine
7470              Date: Mon, 2 Aug 1999 21:53:36 -0400 (EDT)
7471              Message-Id: <199908030153.VAA10542@monk.mps.ohio-state.edu>
7472      Branch: cfgperl
7473            ! Makefile.SH embed.pl global.sym keywords.h lib/warning.pm
7474            ! opcode.h pp.sym pp_proto.h regcomp.c regcomp.h regexec.c
7475            ! regnodes.h warning.h
7476 ____________________________________________________________________________
7477 [  3907] By: jhi                                   on 1999/08/03  08:11:49
7478         Log: 5_59 configured with -Dd_bincompat5005 can't be made
7479              binary compatible with a 5_03 which was built with -DEMBEDMYMALLOC.
7480              
7481              From: Spider Boardman <spider@leggy.zk3.dec.com>
7482              To: perl5-porters@perl.org
7483              Subject: [ID 19990802.016] Not OK: perl 5.00559
7484              Date: Mon, 2 Aug 1999 16:11:13 -0400
7485              Message-Id: <199908022011.QAA30224@leggy.zk3.dec.com>
7486      Branch: cfgperl
7487            ! embed.pl
7488 ____________________________________________________________________________
7489 [  3906] By: jhi                                   on 1999/08/03  07:48:59
7490         Log: Change #3790 redemption: with a little additional
7491              patch from Ilya it works okay.
7492      Branch: cfgperl
7493            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
7494            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
7495 ____________________________________________________________________________
7496 [  3905] By: gsar                                  on 1999/08/02  21:03:23
7497         Log: this will be 5.005_60
7498      Branch: perl
7499            ! Changes
7500
7501 ----------------
7502 Version 5.005_60
7503 ----------------
7504
7505 ____________________________________________________________________________
7506 [  3904] By: gsar                                  on 1999/08/02  20:30:23
7507         Log: don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC is
7508              in effect (from Spider Boardman <spider@leggy.zk3.dec.com>);
7509              regen headers
7510      Branch: perl
7511            ! embed.h embed.pl global.sym opcode.h perlapi.c
7512 ____________________________________________________________________________
7513 [  3903] By: gsar                                  on 1999/08/02  20:26:07
7514         Log: native int pack/unpack fixes (from Spider Boardman
7515              <spider@leggy.zk3.dec.com>)
7516      Branch: perl
7517            ! pp.c
7518 ____________________________________________________________________________
7519 [  3902] By: gsar                                  on 1999/08/02  20:24:41
7520         Log: fix broken -DDEBUGGING_OPS (from Spider Boardman
7521              <spider@leggy.zk3.dec.com>)
7522      Branch: perl
7523            + opnames.h
7524            ! Changes MANIFEST opcode.pl perl.h
7525 ____________________________________________________________________________
7526 [  3901] By: gsar                                  on 1999/08/02  18:51:18
7527         Log: integrate cfgperl contents
7528      Branch: perl
7529           !> INSTALL README pod/perldelta.pod
7530 ____________________________________________________________________________
7531 [  3900] By: jhi                                   on 1999/08/02  18:46:21
7532         Log: Update README and INSTALL; partly based on the message
7533              
7534              From: "John L. Allen" <allen@grumman.com>
7535              To: Jarkko Hietaniemi <jhi@iki.fi>
7536              cc: perl5-porters@perl.org
7537              Subject: Re: Perl Installation Problem
7538              Date: Thu, 29 Jul 1999 14:55:05 -0400 (EDT)
7539              Message-ID: <Pine.SOL.3.91.990729144440.1035A-100000@gateway.grumman.com>
7540              
7541              and private email from Andy Dougherty.
7542      Branch: cfgperl
7543            ! INSTALL README
7544 ____________________________________________________________________________
7545 [  3899] By: jhi                                   on 1999/08/02  18:36:35
7546         Log: Integrate with Sarathy.
7547      Branch: cfgperl
7548           !> op.c
7549 ____________________________________________________________________________
7550 [  3898] By: jhi                                   on 1999/08/02  18:34:49
7551         Log: Update PERL_BINCOMPAT_5005; update 64-bitness.
7552      Branch: cfgperl
7553            ! pod/perldelta.pod
7554 ____________________________________________________________________________
7555 [  3897] By: gsar                                  on 1999/08/02  18:18:37
7556         Log: optimizations could sometimes bypass bareword check
7557      Branch: perl
7558            ! op.c
7559 ____________________________________________________________________________
7560 [  3896] By: jhi                                   on 1999/08/02  18:18:34
7561         Log: Integrate with Sarathy.
7562      Branch: cfgperl
7563           !> Changes makedef.pl patchlevel.h win32/Makefile
7564           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
7565           !> win32/makefile.mk
7566 ____________________________________________________________________________
7567 [  3895] By: gsar                                  on 1999/08/02  17:22:40
7568         Log: up patchlevel etc.
7569      Branch: perl
7570            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
7571            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
7572 ____________________________________________________________________________
7573 [  3894] By: gsar                                  on 1999/08/02  17:12:31
7574         Log: integrate change#3893, make it conditional on bincompat5005
7575      Branch: perl
7576            ! makedef.pl
7577 ____________________________________________________________________________
7578 [  3893] By: jhi                                   on 1999/08/02  16:49:08
7579         Log: PERL_BINCOMPAT_5005 symbol translation.
7580              (AIX wouldn't link neither perl nor extensions.)
7581      Branch: cfgperl
7582            ! makedef.pl
7583 ____________________________________________________________________________
7584 [  3892] By: gsar                                  on 1999/08/02  16:09:13
7585         Log: integrate cfgperl contents into mainline
7586      Branch: perl
7587           +> t/op/64bit.t
7588            ! Changes
7589           !> Configure MANIFEST config_h.SH doio.c dump.c hints/aix.sh op.c
7590           !> pod/perlfunc.pod pp_hot.c pp_sys.c regcomp.c sv.c t/io/open.t
7591           !> t/pragma/utf8.t t/pragma/warn/pp_hot toke.c util.c
7592 ____________________________________________________________________________
7593 [  3891] By: jhi                                   on 1999/08/02  14:52:40
7594         Log: AIX long long probing requires LL suffix for
7595              the ll constant.  The suffix doesn't seem
7596              to bother other ll platforms.
7597      Branch: cfgperl
7598            ! Configure config_h.SH hints/aix.sh
7599      Branch: metaconfig/U/perl
7600            ! quadfio.U
7601 ____________________________________________________________________________
7602 [  3890] By: jhi                                   on 1999/08/02  14:21:55
7603         Log: Exact path to perl for open -|.
7604      Branch: cfgperl
7605            ! t/io/open.t
7606 ____________________________________________________________________________
7607 [  3889] By: jhi                                   on 1999/08/02  14:18:03
7608         Log: Integrate with Sarathy.
7609      Branch: cfgperl
7610           !> Changes patchlevel.h pod/perlhist.pod pp_ctl.c util.c
7611           !> win32/Makefile win32/config_H.bc win32/config_H.gc
7612           !> win32/config_H.vc win32/makefile.mk win32/win32.c
7613 ____________________________________________________________________________
7614 [  3888] By: jhi                                   on 1999/08/02  14:14:29
7615         Log: AIX -Duse64bits: old AIXen do not have the getconf variables.
7616      Branch: cfgperl
7617            ! hints/aix.sh
7618 ____________________________________________________________________________
7619 [  3887] By: jhi                                   on 1999/08/02  12:53:10
7620         Log: Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
7621              emacs code indentation doesn't get wrong ideas--
7622              in other words, introduce a couple of "redundant" if:s.
7623      Branch: cfgperl
7624            ! doio.c dump.c op.c pp_hot.c pp_sys.c regcomp.c sv.c toke.c
7625            ! util.c
7626 ____________________________________________________________________________
7627 [  3886] By: jhi                                   on 1999/08/02  12:43:16
7628         Log: Mention that also *BSD systems with glibc are known to stumble.
7629      Branch: cfgperl
7630            ! t/pragma/warn/pp_hot
7631 ____________________________________________________________________________
7632 [  3885] By: jhi                                   on 1999/08/02  12:34:15
7633         Log: Allow also non-long long but still quad platforms print quads.
7634      Branch: cfgperl
7635            ! Configure config_h.SH
7636      Branch: metaconfig/U/perl
7637            ! longdblfio.U quadfio.U
7638 ____________________________________________________________________________
7639 [  3884] By: jhi                                   on 1999/08/02  11:56:14
7640         Log: Fix regclass utf8 hex ranges for quads.
7641      Branch: cfgperl
7642            ! regcomp.c
7643 ____________________________________________________________________________
7644 [  3883] By: jhi                                   on 1999/08/02  11:42:14
7645         Log: Enhance the description of how to detect quad support.
7646      Branch: cfgperl
7647            ! pod/perlfunc.pod
7648 ____________________________________________________________________________
7649 [  3882] By: jhi                                   on 1999/08/02  11:22:19
7650         Log: Fix printf %D %U %O for quads.
7651      Branch: cfgperl
7652            ! sv.c t/op/64bit.t
7653 ____________________________________________________________________________
7654 [  3881] By: jhi                                   on 1999/08/02  11:16:12
7655         Log: Document quad printing.
7656      Branch: cfgperl
7657            ! pod/perlfunc.pod
7658 ____________________________________________________________________________
7659 [  3880] By: jhi                                   on 1999/08/02  10:32:01
7660         Log: More 64-bit fixing.  One known bug of that kind
7661              remains, 32-bit platforms using long long in
7662              the test t/pragma/utf8 subtests 1-3 fail.
7663              (Update: change    #3884 fixed that one.)
7664      Branch: cfgperl
7665            + t/op/64bit.t
7666            ! Configure MANIFEST config_h.SH regcomp.c sv.c t/pragma/utf8.t
7667
7668 ----------------
7669 Version 5.005_59
7670 ----------------
7671
7672 ____________________________________________________________________________
7673 [  3879] By: gsar                                  on 1999/08/02  08:18:58
7674         Log: integrate cfgperl changes into mainline
7675      Branch: perl
7676           !> Configure config_h.SH sv.c
7677 ____________________________________________________________________________
7678 [  3878] By: gsar                                  on 1999/08/02  08:13:16
7679         Log: change#3692 had an unintentional patch leak through!
7680              (this would explain the mysterious C<next LABEL> failures
7681              people have seen)
7682      Branch: perl
7683            ! pp_ctl.c
7684 ____________________________________________________________________________
7685 [  3877] By: gsar                                  on 1999/08/02  08:00:29
7686         Log: up patchlevel to 59
7687      Branch: perl
7688            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
7689            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7690            ! win32/makefile.mk
7691 ____________________________________________________________________________
7692 [  3876] By: gsar                                  on 1999/08/02  07:51:18
7693         Log: fix coredump under usethreads+debug
7694      Branch: perl
7695            ! util.c
7696 ____________________________________________________________________________
7697 [  3875] By: jhi                                   on 1999/08/02  07:50:51
7698         Log: d_bincompat5005 could be left empty.
7699      Branch: cfgperl
7700            ! Configure config_h.SH
7701      Branch: metaconfig/U/perl
7702            ! bincompat5005.U
7703 ____________________________________________________________________________
7704 [  3874] By: jhi                                   on 1999/08/02  07:42:45
7705         Log: Fix printf %d when IV is quad.
7706      Branch: cfgperl
7707            ! sv.c
7708 ____________________________________________________________________________
7709 [  3873] By: gsar                                  on 1999/08/02  07:41:03
7710         Log: fix d_bincompat5005='' junking config.h
7711      Branch: perl
7712            ! Configure
7713 ____________________________________________________________________________
7714 [  3872] By: gsar                                  on 1999/08/02  07:38:48
7715         Log: C needs parameter list, not merely type
7716      Branch: perl
7717            ! win32/win32.c
7718 ____________________________________________________________________________
7719 [  3871] By: jhi                                   on 1999/08/02  07:20:51
7720         Log: Integrate with Sarathy.
7721      Branch: cfgperl
7722           !> Changes ext/B/B/C.pm ext/B/B/CC.pm regexec.c
7723 ____________________________________________________________________________
7724 [  3870] By: gsar                                  on 1999/08/02  07:12:18
7725         Log: integrate cfgperl changes into mainline
7726      Branch: perl
7727            ! Changes
7728           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
7729           !> Porting/config_H config_h.SH doio.c dump.c mg.c op.c perl.h
7730           !> pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c t/pragma/warn/sv
7731           !> toke.c util.c
7732 ____________________________________________________________________________
7733 [  3869] By: gsar                                  on 1999/08/02  06:59:09
7734         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
7735              Date: Sat, 31 Jul 1999 19:08:33 -0700
7736              Message-ID: <LAONLKLELDJAFAAA@my-deja.com>
7737              Subject: [PATCH 5.005_58] "use constant" in the compiler
7738      Branch: perl
7739            ! ext/B/B/C.pm ext/B/B/CC.pm
7740 ____________________________________________________________________________
7741 [  3868] By: gsar                                  on 1999/08/02  06:55:51
7742         Log: debug build tweak
7743      Branch: perl
7744            ! regexec.c
7745 ____________________________________________________________________________
7746 [  3867] By: gsar                                  on 1999/08/02  06:35:18
7747         Log: create vmsperl branch (to be owned and operated by: cbailey)
7748      Branch: vmsperl
7749           +> (branch 1476 files)
7750 ____________________________________________________________________________
7751 [  3866] By: jhi                                   on 1999/08/01  23:34:40
7752         Log: so_locations once is enough.
7753      Branch: cfgperl
7754            ! Makefile.SH
7755 ____________________________________________________________________________
7756 [  3865] By: jhi                                   on 1999/08/01  23:13:05
7757         Log: Simplicate duplicated code.
7758      Branch: cfgperl
7759            ! util.c
7760 ____________________________________________________________________________
7761 [  3864] By: jhi                                   on 1999/08/01  22:41:41
7762         Log: Integrate with Sarathy.  perl.h and util.c required manual resolving.
7763      Branch: cfgperl
7764           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
7765           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
7766            - README.cygwin32 cygwin32/Makefile.SHs
7767            - cygwin32/build-instructions.READFIRST
7768            - cygwin32/build-instructions.charles-wilson
7769            - cygwin32/build-instructions.sebastien-barre
7770            - cygwin32/build-instructions.steven-morlock
7771            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
7772            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
7773            - hints/cygwin32.sh
7774           !> (integrate 61 files)
7775 ____________________________________________________________________________
7776 [  3863] By: jhi                                   on 1999/08/01  22:36:02
7777         Log: Regen Configure and Glossary once again.
7778      Branch: cfgperl
7779            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7780            ! config_h.SH
7781 ____________________________________________________________________________
7782 [  3862] By: jhi                                   on 1999/08/01  22:26:09
7783         Log: Glossary update for #3861.
7784      Branch: cfgperl
7785            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7786            ! config_h.SH
7787 ____________________________________________________________________________
7788 [  3861] By: jhi                                   on 1999/08/01  22:22:51
7789         Log: 64-bit work.  Now 32-bit platforms get a 100% make test
7790              with -Duse64bits (using long long).
7791              Tested in Solaris 2.6 sparc  RH Linux 6.0 x86
7792              (and Digital IX 4.0D, to get a true 64-bit opinion).  Now e.g.
7793              'print unpack "q", pack "q", 12345678901'
7794              should work on such 32-bit platforms.
7795              Still a lot of printf()s behind -D which wrongly assume
7796              that %ld/%lx and (long) are a good combination.
7797              Introducing a slew of new macros intended to be used in printf()
7798              format strings: e. g. PERL_PRId64 is the string to be used
7799              when printing an IV, printf("%" PERL_PRId64 "\n", iv).
7800              The PRI... naming follows the C9X naming of <inttypes.h> macros.
7801      Branch: cfgperl
7802            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7803            ! config_h.SH doio.c dump.c mg.c op.c perl.h pp_ctl.c pp_hot.c
7804            ! pp_sys.c scope.c sv.c t/pragma/warn/sv toke.c util.c
7805      Branch: metaconfig/U/perl
7806            + atolf.U atoll.U longdblfio.U quadfio.U strtoull.U
7807 ____________________________________________________________________________
7808 [  3860] By: gsar                                  on 1999/08/01  21:23:18
7809         Log: integrate cfgperl contents into mainline
7810      Branch: perl
7811            ! toke.c
7812           !> (integrate 29 files)
7813 ____________________________________________________________________________
7814 [  3859] By: gsar                                  on 1999/08/01  21:13:09
7815         Log: From: Nathan Torkington <gnat@frii.com>
7816              Date: Sun, 1 Aug 1999 11:23:35 -0600 (MDT)
7817              Message-ID: <14244.33431.739419.806927@localhost.frii.com>
7818              Subject: [PATCH 5.005_58] ext/B/B/Disassembler.pm patch
7819      Branch: perl
7820            ! ext/B/B/Disassembler.pm
7821 ____________________________________________________________________________
7822 [  3858] By: gsar                                  on 1999/08/01  21:09:15
7823         Log: DB_File 1.68 update from Paul Marquess
7824      Branch: perl
7825            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
7826            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
7827            ! t/lib/db-recno.t
7828 ____________________________________________________________________________
7829 [  3857] By: gsar                                  on 1999/08/01  21:05:54
7830         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7831              Date: Sat, 31 Jul 1999 05:13:38 -0400
7832              Message-Id: <199907311407.IAA25038@localhost.frii.com>
7833              Subject: [PATCH 5.005_58] More optimizations to REx engine
7834      Branch: perl
7835            ! embed.pl embedvar.h ext/Thread/Thread.xs objXSUB.h perl.c
7836            ! perl.h proto.h regcomp.c regexec.c t/op/re_tests thrdvar.h
7837 ____________________________________________________________________________
7838 [  3856] By: gsar                                  on 1999/08/01  20:59:59
7839         Log: slightly modified version of suggested patch
7840              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7841              Date: Sat, 31 Jul 1999 04:45:12 -0400
7842              Message-Id: <199907311406.IAA25034@localhost.frii.com>
7843              Subject: [PATCH 5.005_58] Fix OS/2 build
7844      Branch: perl
7845            ! Makefile.SH lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
7846            ! makedef.pl os2/Makefile.SHs os2/diff.configure perl.h sv.h
7847 ____________________________________________________________________________
7848 [  3855] By: gsar                                  on 1999/08/01  20:49:06
7849         Log: cygwin update
7850              From: "Fifer, Eric" <EFifer@sanwaint.com>
7851              Date: Fri, 30 Jul 1999 18:31:48 +0100
7852              Message-Id: <71E287AB0D94D111BBD600600849EC8185EE06@POST>
7853              Subject: [ID 19990730.003] PATCH] perl5.005_58 cygwin port
7854      Branch: perl
7855            ! doio.c dosish.h lib/File/Spec/Unix.pm mg.c perl.h perlsdio.h
7856            ! pp_sys.c unixish.h util.c
7857 ____________________________________________________________________________
7858 [  3854] By: gsar                                  on 1999/08/01  20:41:53
7859         Log: fixes from Stephen McCamant that address bugs in change#3612
7860              (the optimization shouldn't be enabled in expressions where
7861              the variable is introduced), and fix Deparse to grok the
7862              optimization
7863              Date: Thu, 29 Jul 1999 21:21:49 -0500 (CDT)
7864              Message-ID: <14241.3133.979257.953396@alias-2.pr.mcs.net>
7865              Subject: [PATCH _58] Set OPpTARGET_MY more consistently
7866              --
7867              Date: Thu, 29 Jul 1999 22:31:16 -0500 (CDT)
7868              Message-ID: <14241.7300.181386.763503@alias-2.pr.mcs.net>
7869              Subject: [PATCH _58] Disable TARGET_MY-ization on variable introduction
7870              --
7871              Date: Fri, 30 Jul 1999 22:25:27 -0500 (CDT)
7872              Message-Id: <199907310326.VAA24376@localhost.frii.com>
7873              Subject: [PATCH _58, long] B::Deparse (was Re: New warning 'Useless use of...')
7874      Branch: perl
7875            ! ext/B/B/Deparse.pm op.c
7876 ____________________________________________________________________________
7877 [  3853] By: gsar                                  on 1999/08/01  20:31:32
7878         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
7879              Date: Thu, 29 Jul 1999 14:08:50 -0500 (CDT)
7880              Message-ID: <14240.42690.292893.605292@alias-2.pr.mcs.net>
7881              Subject: [PATCH _58] Two one-liner LOGOP tweaks
7882      Branch: perl
7883            ! op.c opcode.h opcode.pl
7884 ____________________________________________________________________________
7885 [  3852] By: gsar                                  on 1999/08/01  20:29:17
7886         Log: rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)
7887      Branch: perl
7888            ! AUTHORS EXTERN.h INSTALL MAINTAIN Makefile.SH Porting/patchls
7889            ! README.cygwin README.win32 XSUB.h cygwin/Makefile.SHs
7890            ! ext/DynaLoader/dl_cygwin.xs ext/POSIX/POSIX.xs
7891            ! ext/SDBM_File/sdbm/pair.c hints/cygwin.sh
7892            ! lib/ExtUtils/MM_Cygwin.pm makedepend.SH perl.h pod/perl.pod
7893            ! pod/perlport.pod pp_sys.c util.c
7894 ____________________________________________________________________________
7895 [  3851] By: gsar                                  on 1999/08/01  20:20:05
7896         Log: move files around for s/cygwin32/cygwin/ renaming
7897      Branch: perl
7898           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
7899           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
7900            - README.cygwin32 cygwin32/Makefile.SHs
7901            - cygwin32/build-instructions.READFIRST
7902            - cygwin32/build-instructions.charles-wilson
7903            - cygwin32/build-instructions.sebastien-barre
7904            - cygwin32/build-instructions.steven-morlock
7905            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
7906            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
7907            - hints/cygwin32.sh
7908            ! MANIFEST
7909 ____________________________________________________________________________
7910 [  3850] By: gsar                                  on 1999/08/01  20:05:14
7911         Log: posix-bc hints tweak (via private mail from Thomas Dorner
7912              <Thomas.Dorner@start.de>)
7913      Branch: perl
7914            ! Changes hints/posix-bc.sh
7915 ____________________________________________________________________________
7916 [  3849] By: gsar                                  on 1999/08/01  19:50:20
7917         Log: notes on PERL_IMPLICIT_CONTEXT (from a version by Nathan Torkington
7918              <gnat@frii.com>)
7919      Branch: perl
7920            ! perl.h pod/perldelta.pod pod/perlguts.pod
7921 ____________________________________________________________________________
7922 [  3848] By: gsar                                  on 1999/08/01  18:34:41
7923         Log: fix defined(@foo) encarpments
7924      Branch: perl
7925            ! ext/B/B/C.pm lib/CGI.pm lib/Dumpvalue.pm lib/dumpvar.pl
7926            ! pod/perltrap.pod
7927 ____________________________________________________________________________
7928 [  3847] By: jhi                                   on 1999/08/01  17:17:07
7929         Log: Undo #3790 and the patches that attempted to fix it
7930              (#3837, #3838, #3845).  The #3790 caused linkage failures
7931              and/or core dumps in Solaris 2.6, Digital UNIX 4.0D, and
7932              IRIX 6.5.
7933      Branch: cfgperl
7934            - ext/SDBM_File/hints/dec_osf.pl ext/SDBM_File/hints/solaris.pl
7935            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
7936            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
7937 ____________________________________________________________________________
7938 [  3846] By: jhi                                   on 1999/08/01  11:41:52
7939         Log: Reading 64-bit decimal numbers was broken because
7940              the NV was cast to an I32, not an IV.
7941      Branch: cfgperl
7942            ! toke.c
7943 ____________________________________________________________________________
7944 [  3845] By: jhi                                   on 1999/08/01  11:00:24
7945         Log: Solaris doesn't like PERL_MALLOC_OK in SDBM_File.
7946      Branch: cfgperl
7947            + ext/SDBM_File/hints/solaris.pl
7948 ____________________________________________________________________________
7949 [  3844] By: jhi                                   on 1999/08/01  10:55:44
7950         Log: Enable Solaris largefiles support only if -Duse64bits is used.
7951              (Effectively removes #3311).
7952      Branch: cfgperl
7953            ! hints/solaris_2.sh
7954 ____________________________________________________________________________
7955 [  3843] By: jhi                                   on 1999/07/31  22:44:56
7956         Log: Integer overflow iteration.
7957      Branch: cfgperl
7958            ! t/op/oct.t toke.c util.c
7959 ____________________________________________________________________________
7960 [  3842] By: jhi                                   on 1999/07/31  22:11:03
7961         Log: Remove a lot of unused regnode codes.
7962              Noticed by Ilya.
7963      Branch: cfgperl
7964            ! regcomp.c regcomp.sym regexec.c regnodes.h
7965 ____________________________________________________________________________
7966 [  3841] By: jhi                                   on 1999/07/31  21:53:54
7967         Log: Make the use64bits and usethreads friendlier/braver;
7968              they no more wimp out if the platform is unknown.
7969              On use64bits if gcc used -DUSE_LONG_LONG is added
7970              to the ccflags (this dependency on gcc caused a slightly weird
7971              reordering of Configure, but things still seem to work.)
7972      Branch: cfgperl
7973            ! Configure README.threads config_h.SH
7974      Branch: metaconfig
7975            ! U/threads/usethreads.U
7976      Branch: metaconfig/U/perl
7977            ! use64bits.U
7978 ____________________________________________________________________________
7979 [  3840] By: jhi                                   on 1999/07/31  20:26:22
7980         Log: Hack the "integer overflow" code some more.
7981      Branch: cfgperl
7982            ! perl.h toke.c util.c
7983 ____________________________________________________________________________
7984 [  3839] By: jhi                                   on 1999/07/31  20:22:00
7985         Log: Test oct() at the 2^32-1 limit.
7986      Branch: cfgperl
7987            ! t/op/oct.t
7988 ____________________________________________________________________________
7989 [  3838] By: jhi                                   on 1999/07/31  20:08:43
7990         Log: Update MANIFEST for #3837.
7991      Branch: cfgperl
7992            ! MANIFEST
7993 ____________________________________________________________________________
7994 [  3837] By: jhi                                   on 1999/07/31  20:02:40
7995         Log: Digital UNIX 4.0D doesn't like perl malloc on sdbm
7996              (a core dump with a corrput stack ensues).
7997      Branch: cfgperl
7998            + ext/SDBM_File/hints/dec_osf.pl
7999 ____________________________________________________________________________
8000 [  3836] By: jhi                                   on 1999/07/29  21:09:01
8001         Log: Allow for Configure -Ubincompat5005 override.
8002      Branch: cfgperl
8003            ! Configure config_h.SH
8004      Branch: metaconfig/U/perl
8005            ! bincompat5005.U
8006 ____________________________________________________________________________
8007 [  3835] By: jhi                                   on 1999/07/29  21:04:02
8008         Log: Make Configure support PERL_BINCOMPAT_5005.
8009      Branch: cfgperl
8010            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8011            ! config_h.SH
8012      Branch: metaconfig/U/perl
8013            + bincompat5005.U
8014 ____________________________________________________________________________
8015 [  3834] By: jhi                                   on 1999/07/29  19:25:35
8016         Log: AIX tweak, need reported by David R. Fravor <dfavor@austin.ibm.com> 
8017      Branch: cfgperl
8018            ! Makefile.SH
8019 ____________________________________________________________________________
8020 [  3833] By: jhi                                   on 1999/07/29  14:07:09
8021         Log: Integrate with Sarathy.  I overruled on perldelta
8022              and perldiag.
8023      Branch: cfgperl
8024           !> README.win32 emacs/cperl-mode.el globals.c installperl
8025           !> iperlsys.h makedef.pl perl.h pod/perldelta.pod
8026           !> pod/perldiag.pod pod/perllexwarn.pod toke.c utils/perldoc.PL
8027           !> win32/Makefile win32/bin/pl2bat.pl win32/makefile.mk
8028           !> win32/perllib.c win32/win32.c
8029 ____________________________________________________________________________
8030 [  3832] By: jhi                                   on 1999/07/29  14:02:50
8031         Log: Repent and make overly large integerish
8032              constants non-fatal.  They are now promoted
8033              to NVs, accompanied by an overflow warning that
8034              is by default on.
8035      Branch: cfgperl
8036            ! embed.pl global.sym pod/perldelta.pod pod/perldiag.pod pp.c
8037            ! proto.h t/op/oct.t t/pragma/warn/6default t/pragma/warn/util
8038            ! toke.c util.c
8039 ____________________________________________________________________________
8040 [  3831] By: jhi                                   on 1999/07/29  11:40:04
8041         Log: AIX exhibits different error on failed system().
8042              Slightly modified patch via private email from
8043              David R. Favor <dfavor@austin.ibm.com>
8044      Branch: cfgperl
8045            ! t/op/exec.t
8046 ____________________________________________________________________________
8047 [  3830] By: gsar                                  on 1999/07/29  07:46:11
8048         Log: cperl-mode.el v4.19
8049      Branch: perl
8050            ! emacs/cperl-mode.el
8051 ____________________________________________________________________________
8052 [  3829] By: gsar                                  on 1999/07/29  07:30:35
8053         Log: From: jan.dubois@ibm.net (Jan Dubois)
8054              Date: Wed, 28 Jul 1999 22:01:42 +0200
8055              Message-ID: <37aa5f9b.12941448@smtp1.ibm.net>
8056              Subject: [PATCH 5.005_58] win32/bin/pl2bat.pl doesn't work correctly
8057      Branch: perl
8058            ! win32/bin/pl2bat.pl
8059 ____________________________________________________________________________
8060 [  3828] By: gsar                                  on 1999/07/29  07:19:27
8061         Log: tweak previous change for multiple hits
8062      Branch: perl
8063            ! utils/perldoc.PL
8064 ____________________________________________________________________________
8065 [  3827] By: gsar                                  on 1999/07/29  07:10:00
8066         Log: band-aid for perldoc -t broken-ness (the new Pod::Text
8067              really needs a pod2text() compatibility function)
8068      Branch: perl
8069            ! utils/perldoc.PL
8070 ____________________________________________________________________________
8071 [  3826] By: gsar                                  on 1999/07/29  01:33:46
8072         Log: minor tweaks to pods and toke.c comments
8073      Branch: perl
8074            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod toke.c
8075 ____________________________________________________________________________
8076 [  3825] By: gsar                                  on 1999/07/29  00:12:52
8077         Log: integrate cfgperl changes into mainline
8078      Branch: perl
8079           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
8080           !> README.threads config_h.SH ext/IO/lib/IO/Handle.pm
8081           !> ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
8082           !> ext/POSIX/POSIX.xs lib/ExtUtils/Install.pm perl.h
8083           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
8084           !> pod/perllexwarn.pod pod/perlre.pod pp.c pp_sys.c
8085           !> t/lib/io_unix.t t/op/oct.t t/pragma/warn/6default
8086           !> t/pragma/warn/util toke.c util.c
8087 ____________________________________________________________________________
8088 [  3824] By: jhi                                   on 1999/07/28  21:15:04
8089         Log: Tiny patch to go over #3820 (via private mail from Lincoln).
8090      Branch: cfgperl
8091            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
8092            ! ext/IO/lib/IO/Socket/INET.pm
8093 ____________________________________________________________________________
8094 [  3823] By: jhi                                   on 1999/07/28  20:29:17
8095         Log: Continue pack() doc honing.
8096      Branch: cfgperl
8097            ! pod/perlfunc.pod
8098 ____________________________________________________________________________
8099 [  3822] By: jhi                                   on 1999/07/28  20:17:37
8100         Log: Enhance pack() doc.
8101      Branch: cfgperl
8102            ! pod/perlfunc.pod
8103 ____________________________________________________________________________
8104 [  3821] By: jhi                                   on 1999/07/28  18:34:50
8105         Log: UNIX Domain Sockets are not implemented under QNX.
8106              
8107              From: Norton Allen <allen@huarp.harvard.edu>
8108              To: perl5-porters@perl.org
8109              Subject: [ID 19990728.010] Patch:t/lib/io_unix.t _58 QNX
8110              Date: Wed, 28 Jul 1999 14:07:16 -0400 (edt)
8111              Message-Id: <199907281807.OAA13167@bottesini.harvard.edu>
8112      Branch: cfgperl
8113            ! t/lib/io_unix.t
8114 ____________________________________________________________________________
8115 [  3820] By: jhi                                   on 1999/07/28  18:13:37
8116         Log: IO::* enhancements.
8117              
8118              1) write() and syswrite() will now accept a single-argument
8119              form of the call, for consistency with Perl's syswrite().
8120              2) You can create a TCP-based IO::Socket::INET without forcing
8121              a connect attempt.  This allows you to configure its options
8122              (like making it non-blocking) and then call connect() manually.
8123              3) Fixed a bug that prevented the IO::Socket::protocol() accessor
8124              from ever returning the correct value.
8125              
8126              From: Lincoln Stein <lstein@formaggio.cshl.org>
8127              To: Graham Barr <gbarr@pobox.com>
8128              Cc: Lincoln Stein <lstein@cshl.org>, perl5-porters@perl.org
8129              Subject: Re: patch for IO::*
8130              Date: Wed, 28 Jul 1999 13:55:05 -0400 (EDT)
8131              Message-ID: <14239.17401.330408.145295@formaggio.cshl.org>
8132      Branch: cfgperl
8133            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
8134            ! ext/IO/lib/IO/Socket/INET.pm
8135 ____________________________________________________________________________
8136 [  3819] By: gsar                                  on 1999/07/28  18:08:06
8137         Log: misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
8138      Branch: perl
8139            ! README.win32 globals.c installperl iperlsys.h makedef.pl
8140            ! perl.h win32/Makefile win32/makefile.mk win32/perllib.c
8141            ! win32/win32.c
8142 ____________________________________________________________________________
8143 [  3818] By: jhi                                   on 1999/07/28  17:48:16
8144         Log: Need to add QNX to the list for DONT_DECLARE_STD.
8145              (The elimination of use of the _() macro apparently triggered
8146              an incompatability with a #define of atof)
8147              
8148              From: Norton Allen <allen@huarp.harvard.edu>
8149              To: perl5-porters@perl.org
8150              Subject: [ID 19990728.008] Patch:perl.h _58 QNX
8151              Date: Wed, 28 Jul 1999 13:06:23 -0400 (edt)
8152              Message-Id: <199907281706.NAA07617@bottesini.harvard.edu>
8153      Branch: cfgperl
8154            ! perl.h
8155 ____________________________________________________________________________
8156 [  3817] By: jhi                                   on 1999/07/28  17:46:30
8157         Log: Need to add some more conditions to deal with the case
8158              defined(HAS_GETSPNAM) && ! defined(HAS_GETSPENT)
8159              which is true for QNX4.
8160              From: Norton Allen <allen@huarp.harvard.edu>
8161              To: perl5-porters@perl.org
8162              Subject: [ID 19990728.009] Patch:pp_sys.c _58 QNX
8163              Date: Wed, 28 Jul 1999 13:08:42 -0400 (edt)
8164              Message-Id: <199907281708.NAA07947@bottesini.harvard.edu>
8165      Branch: cfgperl
8166            ! pp_sys.c
8167 ____________________________________________________________________________
8168 [  3816] By: jhi                                   on 1999/07/28  17:43:40
8169         Log: The QNX shell needs a couple more semicolons.
8170              
8171              From: Norton Allen <allen@huarp.harvard.edu>
8172              To: perl5-porters@perl.org
8173              Subject: [ID 19990728.007] Patch:Configure _58 QNX
8174              Date: Wed, 28 Jul 1999 13:03:00 -0400 (edt)
8175              Message-Id: <199907281703.NAA07363@bottesini.harvard.edu>
8176              
8177              plus silence metalint moanings on vendorprefix.
8178      Branch: cfgperl
8179            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8180            ! config_h.SH
8181 ____________________________________________________________________________
8182 [  3815] By: jhi                                   on 1999/07/28  17:31:11
8183         Log: Silence metalint on vendorprefix.U.
8184      Branch: metaconfig
8185            ! U/installdirs/vendorprefix.U
8186 ____________________________________________________________________________
8187 [  3814] By: jhi                                   on 1999/07/28  17:13:29
8188         Log: QNX shell needs more semicolons.
8189      Branch: metaconfig/U/perl
8190            ! Extensions.U
8191 ____________________________________________________________________________
8192 [  3813] By: jhi                                   on 1999/07/28  17:05:08
8193         Log: Integrate with Sarathy.
8194      Branch: cfgperl
8195           !> lib/ExtUtils/MM_Unix.pm
8196 ____________________________________________________________________________
8197 [  3812] By: jhi                                   on 1999/07/28  16:20:17
8198         Log: Fix a typo, un-shout, and reformat the installation output.
8199      Branch: cfgperl
8200            ! lib/ExtUtils/Install.pm
8201 ____________________________________________________________________________
8202 [  3811] By: gsar                                  on 1999/07/28  15:41:11
8203         Log: fix typo that caused INSTALLPRIVLIB to have doubled 'perl5'
8204      Branch: perl
8205            ! lib/ExtUtils/MM_Unix.pm
8206 ____________________________________________________________________________
8207 [  3810] By: jhi                                   on 1999/07/28  13:55:57
8208         Log: Talk more about subsecond things in perlfunc.
8209              (Yes, redundant with perlfaq8.)
8210      Branch: cfgperl
8211            ! pod/perlfunc.pod
8212 ____________________________________________________________________________
8213 [  3809] By: jhi                                   on 1999/07/28  07:23:48
8214         Log: Integrate with Sarathy.
8215      Branch: cfgperl
8216           !> configpm hints/freebsd.sh lib/Pod/Html.pm perl.h t/op/grent.t
8217           !> t/op/pwent.t
8218 ____________________________________________________________________________
8219 [  3808] By: jhi                                   on 1999/07/28  07:23:03
8220         Log: Document toke.c.
8221              From: Nathan Torkington <gnat@frii.com>
8222              To: perl5-porters@perl.org
8223              Subject: Re: toke.c patch, work in progress
8224              Date: Tue, 27 Jul 1999 23:02:09 -0600 (MDT)
8225              Message-ID: <14238.36561.979473.667842@localhost.frii.com>
8226      Branch: cfgperl
8227            ! toke.c
8228 ____________________________________________________________________________
8229 [  3807] By: jhi                                   on 1999/07/28  07:10:56
8230         Log: perlre clarification.
8231              
8232              From: Ian Phillipps <ian@dial.pipex.com>
8233              To: Perl 5 Porters <perl5-porters@perl.org>
8234              Subject: [PATCH 5.00557] Add definite article to perlre.pod
8235              Date: Tue, 27 Jul 1999 10:46:29 +0100
8236              Message-ID: <19990727104629.A10074@homer.diplex.co.uk>
8237      Branch: cfgperl
8238            ! pod/perlre.pod
8239 ____________________________________________________________________________
8240 [  3806] By: gsar                                  on 1999/07/28  07:07:46
8241         Log: fix the perl -V breakage
8242              
8243              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8244              To: Jarkko Hietaniemi <jhi@iki.fi>
8245              Cc: "John L. Allen" <allen@grumman.com>, perl5-porters@perl.org,
8246              gsar@activestate.com
8247              Subject: Re: Follow up to: _58 on AIX 431
8248              Date: Tue, 27 Jul 1999 17:42:00 -0400
8249              Message-ID: <19990727174200.A12775@monk.mps.ohio-state.edu>
8250      Branch: perl
8251            ! configpm
8252 ____________________________________________________________________________
8253 [  3805] By: gsar                                  on 1999/07/28  07:03:34
8254         Log: avoid warning (from Doug MacEachern)
8255      Branch: perl
8256            ! perl.h
8257 ____________________________________________________________________________
8258 [  3804] By: gsar                                  on 1999/07/28  06:59:30
8259         Log: Pod::Html tweak
8260              
8261              From: jan.dubois@ibm.net (Jan Dubois)
8262              To: perl5-porters@perl.org
8263              Subject: [PATCH 5.005_58] pod2html: Missing chunk for VMS filenames
8264              Date: Tue, 27 Jul 1999 22:14:12 +0200
8265              Message-ID: <37a50af0.46171380@smtp1.ibm.net>
8266      Branch: perl
8267            ! lib/Pod/Html.pm
8268 ____________________________________________________________________________
8269 [  3803] By: gsar                                  on 1999/07/28  06:56:38
8270         Log: freebsd hints update
8271              
8272              From: Anton Berezin <tobez@plab.ku.dk>
8273              To: perl5-porters@perl.org
8274              Subject: [ID 19990727.034] Not OK: perl 5.00558 on i386-freebsd-thread4.0-current (UNINSTALLED)
8275              Date: Tue, 27 Jul 1999 20:29:39 +0200 (CEST)
8276              Message-Id: <199907271829.UAA62861@lion.plab.ku.dk>
8277      Branch: perl
8278            ! hints/freebsd.sh
8279 ____________________________________________________________________________
8280 [  3802] By: gsar                                  on 1999/07/28  06:51:32
8281         Log: cosmetic testsuite patch
8282              
8283              From: Graham Barr <gbarr@ti.com>
8284              To: Perl5 Porters <perl5-porters@perl.org>
8285              Subject: 5.005_58 build
8286              Date: Tue, 27 Jul 1999 08:09:25 -0500
8287              Message-ID: <19990727080925.F4683@dal.asp.ti.com>
8288      Branch: perl
8289            ! t/op/grent.t t/op/pwent.t
8290 ____________________________________________________________________________
8291 [  3801] By: jhi                                   on 1999/07/27  13:49:39
8292         Log: Minuscule cleanup of the integer overflow patch.
8293      Branch: cfgperl
8294            ! util.c
8295 ____________________________________________________________________________
8296 [  3800] By: jhi                                   on 1999/07/27  13:37:23
8297         Log: Test hex('x...').
8298      Branch: cfgperl
8299            ! t/op/oct.t
8300 ____________________________________________________________________________
8301 [  3799] By: jhi                                   on 1999/07/27  12:45:45
8302         Log: Integrate with Sarathy (5.005_58).
8303      Branch: cfgperl
8304            - ext/B/byteperl.c
8305           !> Changes MANIFEST Porting/makerel configpm embed.h embed.pl
8306           !> ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.pm
8307           !> ext/SDBM_File/Makefile.PL lib/AutoLoader.pm
8308           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
8309           !> lib/Pod/Parser.pm lib/SelfLoader.pm os2/OS2/REXX/Makefile.PL
8310           !> perl.h pod/perldelta.pod pod/perlfaq9.pod pod/perlhist.pod
8311           !> win32/bin/pl2bat.pl win32/config_H.bc win32/config_H.gc
8312           !> win32/config_H.vc
8313 ____________________________________________________________________________
8314 [  3798] By: jhi                                   on 1999/07/27  12:42:43
8315         Log: Integer constants (0x, 0[0-7], 0b) now overflow fatally,
8316              they used to be just optional lexical warnings.
8317              Also, with warnings turned on, constants > 2**32-1
8318              trigger a non-portability warning.
8319      Branch: cfgperl
8320            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod pp.c
8321            ! t/op/oct.t t/pragma/warn/6default t/pragma/warn/util toke.c
8322            ! util.c
8323 ____________________________________________________________________________
8324 [  3797] By: gsar                                  on 1999/07/27  10:48:27
8325         Log: here lies 5.005_58
8326      Branch: perl
8327            - ext/B/byteperl.c
8328            ! Changes MANIFEST Porting/makerel pod/perldelta.pod
8329            ! pod/perlfaq9.pod pod/perlhist.pod
8330
8331 ----------------
8332 Version 5.005_58
8333 ----------------
8334
8335 ____________________________________________________________________________
8336 [  3796] By: gsar                                  on 1999/07/27  09:23:42
8337         Log: regenerate win32/config_H.?c
8338      Branch: perl
8339            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8340 ____________________________________________________________________________
8341 [  3795] By: gsar                                  on 1999/07/27  09:02:31
8342         Log: From: Tye McQueen <tye@metronet.com>
8343              Date: Mon, 26 Jul 1999 19:19:22 -0500 (CDT)
8344              Message-Id: <199907270019.AA08223@metronet.com>
8345              Subject: Patch pl2bat.pl so batch file can fail
8346      Branch: perl
8347            ! win32/bin/pl2bat.pl
8348 ____________________________________________________________________________
8349 [  3794] By: gsar                                  on 1999/07/27  08:59:58
8350         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8351              Date: Mon, 26 Jul 1999 01:09:00 -0400 (EDT)
8352              Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu>
8353              Subject: [PATCH 5.005_57] decrease memory footprint of standard modules
8354      Branch: perl
8355            ! configpm ext/POSIX/POSIX.pm lib/AutoLoader.pm
8356            ! lib/SelfLoader.pm
8357 ____________________________________________________________________________
8358 [  3793] By: gsar                                  on 1999/07/27  08:19:16
8359         Log: support -DPERL_BINCOMPAT_5005, still needs a Configure test
8360              (from Andy Dougherty)
8361      Branch: perl
8362            ! embed.h embed.pl
8363 ____________________________________________________________________________
8364 [  3792] By: gsar                                  on 1999/07/27  08:04:19
8365         Log: recognize more constructs such as C<$-> in pod (from Russ Allbery
8366              and Brad Appleton)
8367      Branch: perl
8368            ! lib/Pod/Parser.pm
8369 ____________________________________________________________________________
8370 [  3791] By: gsar                                  on 1999/07/27  07:50:54
8371         Log: cover case where CLK_TCK is a float, not integer (from
8372              alexander smishlajev <als@turnhere.com>)
8373      Branch: perl
8374            ! ext/Devel/DProf/DProf.xs
8375 ____________________________________________________________________________
8376 [  3790] By: gsar                                  on 1999/07/27  07:45:08
8377         Log: provide MakeMaker attribute PERL_MALLOC_OK that allows extensions
8378              to call Perl_malloc() as malloc() (from Ilya Zakharevich)
8379      Branch: perl
8380            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
8381            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
8382 ____________________________________________________________________________
8383 [  3789] By: jhi                                   on 1999/07/27  07:44:55
8384         Log: Integrate with Sarathy.
8385      Branch: cfgperl
8386           +> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
8387           !> MANIFEST doio.c embed.h embed.pl ext/B/B/CC.pm
8388           !> ext/SDBM_File/sdbm/sdbm.h global.sym lib/Pod/Html.pm
8389           !> lib/Pod/Text.pm objXSUB.h opcode.h opcode.pl perlapi.c
8390           !> pod/perldiag.pod pod/perlfunc.pod pod/pod2text.PL pp_sys.c
8391           !> proto.h t/comp/proto.t t/io/open.t
8392 ____________________________________________________________________________
8393 [  3788] By: gsar                                  on 1999/07/27  07:29:59
8394         Log: replace Pod::Text with Pod::SimpleText v0.01 (thanks
8395              to Russ Allbery <rra@stanford.edu>); s/Simple// and
8396              s/pod2txt/pod2text/ etc.
8397      Branch: perl
8398            + lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
8399            ! MANIFEST lib/Pod/Text.pm pod/pod2text.PL
8400 ____________________________________________________________________________
8401 [  3787] By: gsar                                  on 1999/07/27  06:48:40
8402         Log: From: Andy Dougherty <doughera@lafayette.edu>
8403              Date: Wed, 16 Jun 1999 14:40:09 -0400 (EDT)
8404              Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys>
8405              Subject: Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3
8406      Branch: perl
8407            ! ext/SDBM_File/sdbm/sdbm.h
8408 ____________________________________________________________________________
8409 [  3786] By: gsar                                  on 1999/07/27  06:30:09
8410         Log: applied suggested patch; added missing prototype changes to
8411              opcode.pl along with documentation typos (feature still needs
8412              to be described in perlopentut.pod and summarized in
8413              perldelta.pod)
8414              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8415              Date: Thu, 17 Jun 1999 00:39:34 -0400 (EDT)
8416              Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu>
8417              Subject: [PATCH 5.00557] 3-arg open
8418      Branch: perl
8419            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
8420            ! opcode.pl perlapi.c pod/perldiag.pod pod/perlfunc.pod pp_sys.c
8421            ! proto.h t/comp/proto.t t/io/open.t
8422 ____________________________________________________________________________
8423 [  3785] By: gsar                                  on 1999/07/27  04:36:39
8424         Log: don't quit if =head* wasn't found (suggested by Roland Bauer
8425              <roland.bauer@fff.at>)
8426      Branch: perl
8427            ! lib/Pod/Html.pm
8428 ____________________________________________________________________________
8429 [  3784] By: gsar                                  on 1999/07/27  03:56:17
8430         Log: change#3762 wasn't needed
8431      Branch: perl
8432            ! ext/B/B/CC.pm
8433 ____________________________________________________________________________
8434 [  3783] By: jhi                                   on 1999/07/26  19:08:21
8435         Log: Integrate with Sarathy.
8436      Branch: cfgperl
8437           !> Changes makedef.pl patchlevel.h pod/perlfunc.pod pp_ctl.c
8438           !> toke.c utils/dprofpp.PL win32/Makefile win32/config_H.bc
8439           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
8440 ____________________________________________________________________________
8441 [  3782] By: gsar                                  on 1999/07/26  18:16:50
8442         Log: update Changes, patchlevel &c.
8443      Branch: perl
8444            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
8445            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
8446 ____________________________________________________________________________
8447 [  3781] By: gsar                                  on 1999/07/26  17:54:47
8448         Log: a more correct fix for change#2744
8449              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
8450              Date: Sun, 25 Jul 1999 14:02:25 -0500 (CDT)
8451              Message-ID: <14235.24385.671437.246345@alias-2.pr.mcs.net>
8452              Subject: [PATCH _57] Re: toke.c questions 
8453      Branch: perl
8454            ! toke.c
8455 ____________________________________________________________________________
8456 [  3780] By: gsar                                  on 1999/07/26  17:37:04
8457         Log: utime() doc typo from Greg Bacon <gbacon@itsc.uah.edu>
8458      Branch: perl
8459            ! pod/perlfunc.pod
8460 ____________________________________________________________________________
8461 [  3779] By: jhi                                   on 1999/07/26  16:37:23
8462         Log: Dusting off.
8463      Branch: cfgperl
8464            ! README.threads
8465 ____________________________________________________________________________
8466 [  3778] By: gsar                                  on 1999/07/26  13:28:46
8467         Log: avoid DIVZERO
8468      Branch: perl
8469            ! utils/dprofpp.PL
8470 ____________________________________________________________________________
8471 [  3777] By: gsar                                  on 1999/07/26  13:18:53
8472         Log: warnings identified by Borland compiler
8473      Branch: perl
8474            ! makedef.pl pp_ctl.c
8475 ____________________________________________________________________________
8476 [  3776] By: jhi                                   on 1999/07/26  13:07:36
8477         Log: Integrate with Sarathy.
8478      Branch: cfgperl
8479           !> lib/Carp/Heavy.pm pp_ctl.c pp_hot.c
8480 ____________________________________________________________________________
8481 [  3775] By: gsar                                  on 1999/07/26  12:55:43
8482         Log: avoid infinite recursion when Thread.pm croaks during
8483              bootstrap
8484      Branch: perl
8485            ! lib/Carp/Heavy.pm
8486 ____________________________________________________________________________
8487 [  3774] By: gsar                                  on 1999/07/26  12:43:02
8488         Log: integrate cfgperl contents into mainline
8489      Branch: perl
8490           +> lib/Carp/Heavy.pm
8491           !> MANIFEST Makefile.SH cflags.SH configpm ext/util/make_ext
8492           !> lib/AutoSplit.pm lib/Carp.pm makedepend.SH pod/pod2html.PL
8493           !> pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
8494           !> pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
8495           !> writemain.SH x2p/Makefile.SH x2p/cflags.SH
8496 ____________________________________________________________________________
8497 [  3773] By: jhi                                   on 1999/07/26  12:40:29
8498         Log: Use long doubles only if they are useful.
8499      Branch: cfgperl
8500            ! ext/POSIX/POSIX.xs
8501 ____________________________________________________________________________
8502 [  3772] By: gsar                                  on 1999/07/26  12:33:11
8503         Log: typo in change#3768
8504      Branch: perl
8505            ! pp_hot.c
8506 ____________________________________________________________________________
8507 [  3771] By: gsar                                  on 1999/07/26  12:08:27
8508         Log: alpha-stage support for user-hooks in @INC
8509              From: Ken Fox <kfox@ford.com>
8510              Date: Mon, 19 Jul 1999 22:12:29 -0400 (EDT)
8511              Message-Id: <199907200213.WAA02816@mailfw2.ford.com>
8512              Subject: Re: loading remote modules
8513      Branch: perl
8514            ! pp_ctl.c
8515 ____________________________________________________________________________
8516 [  3770] By: jhi                                   on 1999/07/26  11:38:36
8517         Log: Back out #3735.  Needs more work.
8518      Branch: cfgperl
8519            ! Makefile.SH cflags.SH configpm ext/util/make_ext
8520            ! lib/AutoSplit.pm makedepend.SH pod/pod2html.PL
8521            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
8522            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
8523            ! writemain.SH x2p/Makefile.SH x2p/cflags.SH
8524 ____________________________________________________________________________
8525 [  3769] By: jhi                                   on 1999/07/26  11:24:45
8526         Log: Integrate with Sarathy.
8527      Branch: cfgperl
8528           !> (integrate 35 files)
8529 ____________________________________________________________________________
8530 [  3768] By: gsar                                  on 1999/07/26  11:03:07
8531         Log: optimize method name lookup
8532              From: Chip Salzenberg <chip@perlsupport.com>
8533              Date: Thu, 22 Jul 1999 13:43:36 -0400
8534              Message-ID: <19990722134336.Q391@perlsupport.com>
8535              Subject: [PATCH] OP_METHOD_NAMED
8536      Branch: perl
8537            ! dump.c embed.h embed.pl ext/Opcode/Opcode.pm objXSUB.h op.c
8538            ! opcode.h opcode.pl perlapi.c pp.sym pp_hot.c pp_proto.h
8539            ! proto.h
8540 ____________________________________________________________________________
8541 [  3767] By: gsar                                  on 1999/07/26  10:44:11
8542         Log: allow arrow omission in $foo[10]->('foo') etc. (but not in
8543              foo()->()); rework grammar to remove conflicts
8544              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
8545              Date: Fri, 23 Jul 1999 15:55:22 -0500 (CDT)
8546              Message-ID: <14232.54970.771570.548676@alias-2.pr.mcs.net>
8547              Subject: [PATCH _57, long] Re: optional arrow asymmetry
8548      Branch: perl
8549            ! Makefile.SH embed.h embed.pl global.sym objXSUB.h op.c
8550            ! perlapi.c perly.c perly.h perly.y perly_c.diff proto.h
8551            ! vms/perly_c.vms vms/perly_h.vms
8552 ____________________________________________________________________________
8553 [  3766] By: jhi                                   on 1999/07/26  10:18:56
8554         Log: Use $< instead of $*.c in *perlmain.o rules.
8555      Branch: cfgperl
8556            ! Makefile.SH
8557 ____________________________________________________________________________
8558 [  3765] By: gsar                                  on 1999/07/26  09:28:48
8559         Log: From: Ian Phillipps <ian@dial.pipex.com>
8560              Date: Fri, 23 Jul 1999 23:35:56 +0100
8561              Message-ID: <19990723233556.B2435@homer.diplex.co.uk>
8562              Subject: (Version 2) Extending unpack to deal with counted strings
8563      Branch: perl
8564            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
8565 ____________________________________________________________________________
8566 [  3764] By: jhi                                   on 1999/07/26  09:17:26
8567         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8568              To: perl5-porters@perl.org (Mailing list Perl5)
8569              Subject: [PATCH 5.005_57] Lean Carp.pm with Carp/Heavy.pm
8570              Date: Mon, 26 Jul 1999 04:05:27 -0400 (EDT)
8571              Message-Id: <199907260805.EAA26888@monk.mps.ohio-state.edu>
8572              
8573              The patch was based on 5_57 so had to re-apply lib/Carp.pm
8574              parts of changes #3498, #3696, and #3702 for the new
8575              lib/Carp/Heavy.pm.
8576      Branch: cfgperl
8577            + lib/Carp/Heavy.pm
8578            ! MANIFEST lib/Carp.pm
8579 ____________________________________________________________________________
8580 [  3763] By: gsar                                  on 1999/07/26  09:03:17
8581         Log: ~ isn't valid in VMS filenames
8582      Branch: perl
8583            ! lib/Pod/Html.pm
8584 ____________________________________________________________________________
8585 [  3762] By: gsar                                  on 1999/07/26  08:59:47
8586         Log: setstate stop-gap from Vishal Bhatia
8587      Branch: perl
8588            ! ext/B/B/CC.pm
8589 ____________________________________________________________________________
8590 [  3761] By: gsar                                  on 1999/07/26  08:06:39
8591         Log: patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;
8592              add B::OP::name() method that returns just the op_name;
8593              convert Deparse et all to use that instead of B::OP::ppaddr();
8594              add support for OP_SETSTATE in Deparse
8595      Branch: perl
8596            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
8597            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
8598            ! ext/B/B/Xref.pm opcode.h opcode.pl
8599 ____________________________________________________________________________
8600 [  3760] By: jhi                                   on 1999/07/26  07:14:43
8601         Log: Integrate with Sarathy.
8602      Branch: cfgperl
8603           !> (integrate 43 files)
8604 ____________________________________________________________________________
8605 [  3759] By: gsar                                  on 1999/07/26  05:12:24
8606         Log: add disclaimer about perl 4 libraries (modified version of
8607              patch suggested by Clinton Pierce <cpierce1@ford.com>)
8608      Branch: perl
8609            ! lib/abbrev.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
8610            ! lib/cacheout.pl lib/chat2.pl lib/complete.pl lib/ctime.pl
8611            ! lib/dotsh.pl lib/exceptions.pl lib/fastcwd.pl lib/flush.pl
8612            ! lib/ftp.pl lib/getcwd.pl lib/getopt.pl lib/getopts.pl
8613            ! lib/hostname.pl lib/look.pl lib/pwd.pl lib/termcap.pl
8614 ____________________________________________________________________________
8615 [  3758] By: gsar                                  on 1999/07/26  04:48:35
8616         Log: make reset() behave with high-bit characters
8617              From: Ian Phillipps <ian@dial.pipex.com>
8618              Date: Thu, 22 Jul 1999 22:48:59 +0100
8619              Message-ID: <19990722224859.A27987@homer.diplex.co.uk>
8620              Subject: [PATCH 5.005_57] sv_reset can cause stack corruption
8621      Branch: perl
8622            ! sv.c
8623 ____________________________________________________________________________
8624 [  3757] By: gsar                                  on 1999/07/26  04:40:32
8625         Log: update to perlport-1.44 from Chris Nandor <pudge@pobox.com>
8626      Branch: perl
8627            ! pod/perlport.pod
8628 ____________________________________________________________________________
8629 [  3756] By: gsar                                  on 1999/07/26  04:20:37
8630         Log: dprofpp pod additions from Nathan Torkington <gnat@frii.com>
8631      Branch: perl
8632            ! utils/dprofpp.PL
8633 ____________________________________________________________________________
8634 [  3755] By: gsar                                  on 1999/07/26  04:18:00
8635         Log: disable VPATH for now (breaks x2p build)
8636      Branch: perl
8637            ! x2p/Makefile.SH
8638 ____________________________________________________________________________
8639 [  3754] By: gsar                                  on 1999/07/26  03:15:33
8640         Log: INSTALL =~ s/5.006/5.6/; delay loading Errno until needed
8641              (%! has the necessary magic); misc typos
8642      Branch: perl
8643            ! INSTALL ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
8644            ! ext/GDBM_File/GDBM_File.pm gv.c jpl/JNI/JNI.pm
8645            ! lib/AutoLoader.pm lib/CPAN.pm perl.c pod/perllocale.pod
8646            ! utils/h2xs.PL
8647 ____________________________________________________________________________
8648 [  3753] By: gsar                                  on 1999/07/26  02:38:28
8649         Log: integrate cfgperl contents into mainline
8650      Branch: perl
8651           +> t/pragma/locale/latin1 t/pragma/locale/utf8
8652           !> (integrate 53 files)
8653 ____________________________________________________________________________
8654 [  3752] By: gsar                                  on 1999/07/26  02:11:31
8655         Log: ensure implicitly closed handles don't set $? or $!
8656      Branch: perl
8657            ! doio.c embed.h embed.pl perlapi.c proto.h sv.c t/io/pipe.t
8658 ____________________________________________________________________________
8659 [  3751] By: gsar                                  on 1999/07/26  01:28:34
8660         Log: change#3534 didn't preserve undef return values from caller()
8661      Branch: perl
8662            ! Changes pp_ctl.c
8663 ____________________________________________________________________________
8664 [  3750] By: jhi                                   on 1999/07/25  20:59:29
8665         Log: Back up a tiny bit from #3735.
8666              This may break builds outside the source directory
8667              but then again, they do not work that ell yet anyway.
8668      Branch: cfgperl
8669            ! Makefile.SH
8670 ____________________________________________________________________________
8671 [  3750] By: jhi                                   on 1999/07/25  20:59:29
8672         Log: Back up a tiny bit from #3735.
8673              This may break builds outside the source directory
8674              but then again, they do not work that ell yet anyway.
8675      Branch: cfgperl
8676            ! Makefile.SH
8677 ____________________________________________________________________________
8678 [  3749] By: jhi                                   on 1999/07/25  19:15:55
8679         Log: Integrate with Sarathy.
8680      Branch: cfgperl
8681           !> lib/ExtUtils/MM_Unix.pm toke.c utils/h2xs.PL
8682 ____________________________________________________________________________
8683 [  3748] By: jhi                                   on 1999/07/25  19:06:59
8684         Log: Recode locale.t so that the change in #3730
8685              is not needed and locale.t works both without
8686              and with the utf8 pragma.
8687      Branch: cfgperl
8688            + t/pragma/locale/latin1 t/pragma/locale/utf8
8689            ! MANIFEST t/pragma/locale.t
8690 ____________________________________________________________________________
8691 [  3747] By: jhi                                   on 1999/07/25  19:01:46
8692         Log: Like #3743.
8693      Branch: cfgperl
8694            ! utils/perlbug.PL
8695 ____________________________________________________________________________
8696 [  3746] By: gsar                                  on 1999/07/25  18:08:58
8697         Log: add option to omit Changes file, from Abigail <abigail@delanet.com>;
8698              append a HISTORY section to POD if option is used
8699      Branch: perl
8700            ! utils/h2xs.PL
8701 ____________________________________________________________________________
8702 [  3745] By: gsar                                  on 1999/07/25  17:40:03
8703         Log: warn rather than die when parse_version() can't cut it (from
8704              Michael G Schwern <schwern@pobox.com>)
8705      Branch: perl
8706            ! lib/ExtUtils/MM_Unix.pm
8707 ____________________________________________________________________________
8708 [  3744] By: gsar                                  on 1999/07/25  16:32:48
8709         Log: make map behave like grep wrt indirect object slot when
8710              there are parentheses; revert an experimental mod by Larry
8711              in change#2038 that failed to parse %{{qw(a b c)}} properly
8712              (this means C<map {use Foo; ...} ...> still needs a proper
8713              fix)
8714      Branch: perl
8715            ! toke.c
8716 ____________________________________________________________________________
8717 [  3743] By: jhi                                   on 1999/07/25  16:24:55
8718         Log: Fix a typo in #3725.
8719      Branch: cfgperl
8720            ! utils/perlbug.PL
8721 ____________________________________________________________________________
8722 [  3742] By: jhi                                   on 1999/07/25  16:14:39
8723         Log: Integrate with Sarathy.
8724      Branch: cfgperl
8725           !> (integrate 26 files)
8726 ____________________________________________________________________________
8727 [  3741] By: jhi                                   on 1999/07/25  16:02:28
8728         Log: Cut-and-pasto in #3737.
8729      Branch: cfgperl
8730            ! perl.c
8731 ____________________________________________________________________________
8732 [  3740] By: gsar                                  on 1999/07/25  15:59:34
8733         Log: add note about glibc bug
8734      Branch: perl
8735            ! t/pragma/warn/pp_hot
8736 ____________________________________________________________________________
8737 [  3739] By: gsar                                  on 1999/07/25  15:48:40
8738         Log: fix bug in change#3728 that might free COPs prematurely;
8739              null(op) now does more thorough scrubbing of the op, which
8740              fixes a few compile-time memory "leaks"
8741      Branch: perl
8742            ! dump.c embed.h embed.pl op.c proto.h
8743 ____________________________________________________________________________
8744 [  3738] By: jhi                                   on 1999/07/25  14:15:26
8745         Log: In accordance with #3737.
8746      Branch: metaconfig
8747            ! U/installdirs/sitelib.U U/installdirs/vendorprefix.U
8748            ! U/modified/Oldconfig.U
8749      Branch: metaconfig/U/perl
8750            ! Extensions.U
8751 ____________________________________________________________________________
8752 [  3737] By: jhi                                   on 1999/07/25  14:12:34
8753         Log: Use vendorprefixlib.
8754      Branch: cfgperl
8755            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8756            ! config_h.SH perl.c
8757 ____________________________________________________________________________
8758 [  3736] By: jhi                                   on 1999/07/25  13:10:03
8759         Log: Populate metaconfig branch.
8760      Branch: metaconfig
8761            + (add 1468 files)
8762      Branch: metaconfig/U/perl
8763            + (add 101 files)
8764 ____________________________________________________________________________
8765 [  3735] By: jhi                                   on 1999/07/25  12:27:20
8766         Log: First steps of making builds outside the source
8767              directory possible.  These should get us as far
8768              as miniperl, then building DynaLoader falls into
8769              tiny twinkling pieces as MakeMaker knows nothing
8770              of VPATH mindset.
8771      Branch: cfgperl
8772            ! Configure Makefile.SH cflags.SH config_h.SH configpm
8773            ! ext/util/make_ext lib/AutoSplit.pm makedepend.SH
8774            ! pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL
8775            ! pod/pod2text.PL pod/pod2usage.PL pod/podchecker.PL
8776            ! pod/podselect.PL writemain.SH x2p/Makefile.SH x2p/cflags.SH
8777 ____________________________________________________________________________
8778 [  3734] By: jhi                                   on 1999/07/25  11:19:28
8779         Log: Poor Glossary--are we fixed yet?
8780      Branch: cfgperl
8781            ! Porting/Glossary
8782 ____________________________________________________________________________
8783 [  3733] By: jhi                                   on 1999/07/25  11:15:06
8784         Log: Change #3732 mistakenly clobbered Glossary.
8785      Branch: cfgperl
8786            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8787            ! config_h.SH
8788 ____________________________________________________________________________
8789 [  3732] By: jhi                                   on 1999/07/25  10:46:39
8790         Log: Andy's new installation scheme (note: a lot of this
8791              leaked in already with change #3731).  The vendor*
8792              stuff is not used anywhere (in *.SH, say), so it
8793              isn't in Configure, either.
8794      Branch: cfgperl
8795            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8796            ! config_h.SH
8797 ____________________________________________________________________________
8798 [  3731] By: jhi                                   on 1999/07/25  10:12:07
8799         Log: Circumcode a strange shell(?) bug in AIX found
8800              while trying to do -Duse64bits (which I couldn't do
8801              in the end because the CPU isn't 64-bit in that box,
8802              but at least now the probing doesn't crash.)
8803      Branch: cfgperl
8804            ! Configure config_h.SH hints/aix.sh
8805 ____________________________________________________________________________
8806 [  3730] By: gsar                                  on 1999/07/25  04:56:56
8807         Log: fix little utf8 nits in testsuite; add patch from Ilya that cures
8808              a utf8 bug in one of the new RE optimizations
8809      Branch: perl
8810            ! regcomp.c regexec.c t/harness t/lib/io_udp.t t/op/re_tests
8811            ! t/pragma/locale.t
8812 ____________________________________________________________________________
8813 [  3729] By: jhi                                   on 1999/07/23  19:56:27
8814         Log: From: Andy Dougherty <doughera@lafayette.edu>
8815              To: Perl Porters <perl5-porters@perl.org>
8816              Subject: [PATCH 5.005_57] INSTALL-1.58
8817              Date: Fri, 23 Jul 1999 10:50:13 -0400 (EDT)
8818              Message-Id: <Pine.GSU.4.05.9907231033190.3555-100000@newton.phys>
8819              
8820              plus
8821              
8822              From: "Kurt D. Starsinic" <kstar@chapin.edu>
8823              To: Andy Dougherty <doughera@lafayette.edu>
8824              Cc: Perl Porters <perl5-porters@perl.org>
8825              Subject: Re: [PATCH 5.005_57] INSTALL-1.58
8826              Date: Fri, 23 Jul 1999 13:38:25 -0400
8827              Message-ID: <19990723133825.A12033@O2.chapin.edu>
8828      Branch: cfgperl
8829            ! INSTALL
8830 ____________________________________________________________________________
8831 [  3728] By: gsar                                  on 1999/07/23  17:24:42
8832         Log: applied suggested patch for tracking line numbers correctly in
8833              optimized blocks with a single statement; changed setcop to
8834              setstate and added code for -Dx dumps
8835              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8836              Date: Wed, 23 Jun 1999 17:27:42 +0100
8837              Message-Id: <199906231627.RAA24033@crypt.compulink.co.uk>
8838              Subject: [PATCH 5.005_57] Line number error in optimised else() 
8839      Branch: perl
8840            ! dump.c embed.h ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.pm
8841            ! objXSUB.h op.c opcode.h opcode.pl perlapi.c pp.sym pp_hot.c
8842            ! pp_proto.h t/op/misc.t
8843 ____________________________________________________________________________
8844 [  3727] By: gsar                                  on 1999/07/23  15:56:04
8845         Log: avoid useless use of target for pp_each(); also fixes bugs due to
8846              refcount held by the target
8847      Branch: perl
8848            ! opcode.h opcode.pl pp.c t/op/each.t
8849 ____________________________________________________________________________
8850 [  3726] By: jhi                                   on 1999/07/23  12:08:30
8851         Log: Change #3725 aftershock.
8852      Branch: cfgperl
8853            ! INSTALL jpl/JNI/JNI.pm
8854 ____________________________________________________________________________
8855 [  3725] By: jhi                                   on 1999/07/23  11:58:49
8856         Log: Introduce $Config{ldlibpthname} which contains
8857              the name of the environment variable holding the
8858              dynamic library search path, often LD_LIBRARY_PATH.
8859              Use this new feature all over.
8860              Also removed remnants of admonition "add LD_LIBRARY_PATH
8861              before running make" because Makefile.SH does this for you. 
8862      Branch: cfgperl
8863            ! Configure Makefile.SH config_h.SH
8864            ! ext/DynaLoader/DynaLoader_pm.PL hints/README.hints
8865            ! hints/aix.sh hints/beos.sh hints/cygwin32.sh hints/dgux.sh
8866            ! hints/epix.sh hints/esix4.sh hints/hpux.sh hints/next_4.sh
8867            ! hints/os2.sh hints/rhapsody.sh hints/svr4.sh jpl/JNI/JNI.pm
8868            ! jpl/install-jpl utils/perlbug.PL
8869 ____________________________________________________________________________
8870 [  3724] By: jhi                                   on 1999/07/23  08:03:36
8871         Log: From: Spider Boardman <spider@orb.nashua.nh.us>
8872              To: perl5-porters@perl.org
8873              Subject: [PATCH] Re: [ID 19990715.003] [BUG] all perl5 versions: segfault on $# 
8874              Date: Thu, 22 Jul 1999 19:58:34 -0400
8875              Message-Id: <199907222358.TAA27354@Orb.Nashua.NH.US>
8876      Branch: cfgperl
8877            ! av.c
8878 ____________________________________________________________________________
8879 [  3723] By: gsar                                  on 1999/07/23  00:01:29
8880         Log: emit warning about function calls that were encountered too early
8881              to enforce their prototype
8882      Branch: perl
8883            ! op.c op.h pod/perldiag.pod
8884 ____________________________________________________________________________
8885 [  3722] By: jhi                                   on 1999/07/22  21:19:59
8886         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
8887              To: perl5-porters@perl.org
8888              Cc: Chip Salzenberg <chip@perlsupport.com>, Gurusamy Sarathy <gsar@activestate.com>
8889              Subject: [PATCH] MakeMaker documentation
8890              Date: Wed, 21 Jul 1999 14:15:42 -0400
8891              Message-ID: <19990721141542.A1800@O2.chapin.edu>
8892      Branch: cfgperl
8893            ! lib/ExtUtils/MakeMaker.pm
8894 ____________________________________________________________________________
8895 [  3721] By: jhi                                   on 1999/07/22  21:05:19
8896         Log: From: pvhp@forte.com (Peter Prymmer)
8897              To: chip@perlsupport.com, gsar@activestate.com, perl-mvs@perl.org, perl5-porters@perl.org
8898              Subject: [PATCH: 5.005_03 && 5.005_57]os390 hints file appendix stops bad builds
8899              Date: Wed, 21 Jul 99 17:15:39 PDT
8900              Message-Id: <9907220015.AA11931@forte.com>
8901      Branch: cfgperl
8902            ! hints/os390.sh
8903 ____________________________________________________________________________
8904 [  3720] By: jhi                                   on 1999/07/22  20:51:17
8905         Log: AIX magic: ccdlflags needs to be different for
8906              Perl itself and for extra-core extensions
8907              (as used by ExtUtilss::embed::ldopts).
8908              Based on the problems described in
8909              
8910              From: Mike W Ellwood <mwe@rl.ac.uk>
8911              To: perl5-porters@perl.org
8912              Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick...
8913              Date: Thu, 22 Jul 1999 14:28:19 +0100 (BST)
8914              Reply-To: m.w.ellwood@rl.ac.uk
8915              Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk>
8916      Branch: cfgperl
8917            ! Configure Makefile.SH config_h.SH hints/aix.sh
8918 ____________________________________________________________________________
8919 [  3719] By: jhi                                   on 1999/07/22  08:23:53
8920         Log: Update history records.
8921      Branch: cfgperl
8922            ! pod/perlhist.pod
8923 ____________________________________________________________________________
8924 [  3718] By: jhi                                   on 1999/07/21  13:54:42
8925         Log: Todododobedobedo.
8926      Branch: cfgperl
8927            ! Todo
8928 ____________________________________________________________________________
8929 [  3717] By: jhi                                   on 1999/07/21  12:10:48
8930         Log: Even more Todo.
8931      Branch: cfgperl
8932            ! Todo
8933 ____________________________________________________________________________
8934 [  3716] By: jhi                                   on 1999/07/21  11:40:39
8935         Log: Use Errno more extensively so that error
8936              messages are more portable (another way
8937              would be to muck around with LC_MESSAGES).
8938              Problem reported in
8939              
8940              From: oracle@pcr8.pcr.com
8941              To: perl5-porters@perl.org
8942              Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4
8943              Date: Mon, 19 Jul 1999 18:39:13 -0400
8944              Message-Id: <9907192239.AA44990@pcr8.pcr.com>
8945      Branch: cfgperl
8946            ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
8947            ! ext/GDBM_File/GDBM_File.pm jpl/JNI/JNI.pm lib/AutoLoader.pm
8948            ! lib/CPAN.pm pod/perllocale.pod utils/h2xs.PL
8949 ____________________________________________________________________________
8950 [  3715] By: jhi                                   on 1999/07/21  11:05:36
8951         Log: Slightly modified patch.
8952              From: Sean Sheedy <seans@ncube.com>
8953              To: perl5-porters@perl.org
8954              Subject: [ID 19990720.003] Perl 5.005_3 patch: Non-standard object extensions
8955              Date: Tue, 20 Jul 1999 09:52:06 -0700
8956              Message-Id: <3794A935.1C150E54@ncube.com>
8957      Branch: cfgperl
8958            ! cflags.SH x2p/cflags.SH
8959 ____________________________________________________________________________
8960 [  3714] By: jhi                                   on 1999/07/20  21:26:19
8961         Log: More Todo.
8962      Branch: cfgperl
8963            ! Todo
8964 ____________________________________________________________________________
8965 [  3713] By: jhi                                   on 1999/07/20  18:02:45
8966         Log: Integrate with Sarathy.
8967      Branch: cfgperl
8968           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
8969           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
8970           +> ext/Devel/DProf/Todo t/lib/dprof.t t/lib/dprof/V.pm
8971           +> t/lib/dprof/test1_t t/lib/dprof/test1_v t/lib/dprof/test2_t
8972           +> t/lib/dprof/test2_v t/lib/dprof/test3_t t/lib/dprof/test3_v
8973           +> t/lib/dprof/test4_t t/lib/dprof/test4_v t/lib/dprof/test5_t
8974           +> t/lib/dprof/test5_v t/lib/dprof/test6_t t/lib/dprof/test6_v
8975           +> utils/dprofpp.PL
8976           !> INSTALL MAINTAIN MANIFEST configure.com
8977           !> ext/Devel/Peek/Makefile.PL installman installperl
8978           !> pod/roffitall utils/Makefile vms/descrip_mms.template
8979           !> win32/Makefile win32/makefile.mk win32/win32.h
8980 ____________________________________________________________________________
8981 [  3712] By: gsar                                  on 1999/07/20  15:29:01
8982         Log: DProf tweak
8983      Branch: perl
8984            ! ext/Devel/DProf/DProf.xs
8985 ____________________________________________________________________________
8986 [  3711] By: gsar                                  on 1999/07/20  07:56:19
8987         Log: another DProf build tweak
8988      Branch: perl
8989            ! utils/dprofpp.PL
8990 ____________________________________________________________________________
8991 [  3710] By: gsar                                  on 1999/07/20  07:36:36
8992         Log: move DProf things around to where they are supposed to be
8993      Branch: perl
8994            + t/lib/dprof.t t/lib/dprof/V.pm t/lib/dprof/test1_t
8995            + t/lib/dprof/test1_v t/lib/dprof/test2_t t/lib/dprof/test2_v
8996            + t/lib/dprof/test3_t t/lib/dprof/test3_v t/lib/dprof/test4_t
8997            + t/lib/dprof/test4_v t/lib/dprof/test5_t t/lib/dprof/test5_v
8998            + t/lib/dprof/test6_t t/lib/dprof/test6_v
8999           +> utils/dprofpp.PL
9000            - ext/Devel/DProf/dprofpp.PL ext/Devel/DProf/t/V.pm
9001            - ext/Devel/DProf/t/test1.pl ext/Devel/DProf/t/test1.t
9002            - ext/Devel/DProf/t/test1.v ext/Devel/DProf/t/test2.t
9003            - ext/Devel/DProf/t/test2.v ext/Devel/DProf/t/test3.t
9004            - ext/Devel/DProf/t/test3.v ext/Devel/DProf/t/test4.t
9005            - ext/Devel/DProf/t/test4.v ext/Devel/DProf/t/test5.t
9006            - ext/Devel/DProf/t/test5.v ext/Devel/DProf/t/test6.t
9007            - ext/Devel/DProf/t/test6.v ext/Devel/DProf/test.pl
9008            ! INSTALL MANIFEST ext/Devel/DProf/Makefile.PL installman
9009            ! installperl pod/roffitall utils/Makefile
9010            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
9011 ____________________________________________________________________________
9012 [  3709] By: gsar                                  on 1999/07/20  06:13:16
9013         Log: DProf fixups for PERL_IMPLICIT_CONTEXT
9014      Branch: perl
9015            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
9016            ! ext/Devel/Peek/Makefile.PL
9017 ____________________________________________________________________________
9018 [  3708] By: gsar                                  on 1999/07/20  06:01:22
9019         Log: move DProf to Devel/DProf
9020      Branch: perl
9021           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
9022           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
9023           +> ext/Devel/DProf/Todo ext/Devel/DProf/dprofpp.PL
9024           +> ext/Devel/DProf/t/V.pm ext/Devel/DProf/t/test1.pl
9025           +> ext/Devel/DProf/t/test1.t ext/Devel/DProf/t/test1.v
9026           +> ext/Devel/DProf/t/test2.t ext/Devel/DProf/t/test2.v
9027           +> ext/Devel/DProf/t/test3.t ext/Devel/DProf/t/test3.v
9028           +> ext/Devel/DProf/t/test4.t ext/Devel/DProf/t/test4.v
9029           +> ext/Devel/DProf/t/test5.t ext/Devel/DProf/t/test5.v
9030           +> ext/Devel/DProf/t/test6.t ext/Devel/DProf/t/test6.v
9031           +> ext/Devel/DProf/test.pl
9032            - ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
9033            - ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
9034            - ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
9035            - ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
9036            - ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
9037            - ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
9038            - ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
9039            ! MAINTAIN MANIFEST configure.com win32/Makefile
9040            ! win32/makefile.mk
9041 ____________________________________________________________________________
9042 [  3707] By: gsar                                  on 1999/07/20  05:39:11
9043         Log: add Devel::DProf v19990108 from CPAN, as it was
9044      Branch: perl
9045            + ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
9046            + ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
9047            + ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
9048            + ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
9049            + ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
9050            + ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
9051            + ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
9052            ! MANIFEST
9053 ____________________________________________________________________________
9054 [  3706] By: gsar                                  on 1999/07/20  04:52:25
9055         Log: C<union any> needs no PERL_OBJECT-treatment
9056      Branch: perl
9057            ! win32/win32.h
9058 ____________________________________________________________________________
9059 [  3705] By: gsar                                  on 1999/07/20  04:11:54
9060         Log: fix problem in default build
9061      Branch: perl
9062            ! win32/Makefile win32/makefile.mk
9063 ____________________________________________________________________________
9064 [  3704] By: jhi                                   on 1999/07/19  07:06:36
9065         Log: Integrate with Sarathy.
9066      Branch: cfgperl
9067           !> Changes lib/Carp.pm makedef.pl pod/perldiag.pod sv.h util.c
9068           !> win32/win32.c
9069 ____________________________________________________________________________
9070 [  3703] By: gsar                                  on 1999/07/19  05:55:57
9071         Log: win32 nits
9072      Branch: perl
9073            ! makedef.pl sv.h
9074 ____________________________________________________________________________
9075 [  3702] By: gsar                                  on 1999/07/19  04:29:34
9076         Log: don't display tid from main thread (or testsuite breaks)
9077      Branch: perl
9078            ! lib/Carp.pm util.c
9079 ____________________________________________________________________________
9080 [  3701] By: gsar                                  on 1999/07/19  00:47:52
9081         Log: remove several doubled (and tripled!) entries
9082      Branch: perl
9083            ! pod/perldiag.pod
9084 ____________________________________________________________________________
9085 [  3700] By: gsar                                  on 1999/07/19  00:42:34
9086         Log: integrate cfgperl contents into mainline
9087      Branch: perl
9088           +> makedef.pl
9089            - perl_exp.SH win32/makedef.pl
9090           !> MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
9091           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_vms.xs hints/aix.sh
9092           !> pod/perldiag.pod pp.c regexec.c t/pragma/warn/util toke.c
9093           !> utf8.c util.c win32/Makefile win32/makefile.mk
9094 ____________________________________________________________________________
9095 [  3699] By: gsar                                  on 1999/07/19  00:33:59
9096         Log: avoid bug in win32_str_os_error() (from Jan Dubois)
9097      Branch: perl
9098            ! Changes win32/win32.c
9099 ____________________________________________________________________________
9100 [  3698] By: jhi                                   on 1999/07/18  21:33:57
9101         Log: Integrate with Sarathy.
9102      Branch: cfgperl
9103           +> t/op/chars.t
9104           !> (integrate 57 files)
9105 ____________________________________________________________________________
9106 [  3697] By: gsar                                  on 1999/07/18  05:22:36
9107         Log: From: pvhp@forte.com (Peter Prymmer)
9108              Date: Thu, 1 Jul 99 19:31:24 PDT
9109              Message-Id: <9907020231.AA16942@forte.com>
9110              Subject: [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enough
9111      Branch: perl
9112            + t/op/chars.t
9113            ! MANIFEST ebcdic.c t/op/ord.t
9114 ____________________________________________________________________________
9115 [  3696] By: gsar                                  on 1999/07/18  05:11:02
9116         Log: display thread id in diagnostics (suggested by Dan Sugalski)
9117      Branch: perl
9118            ! lib/Carp.pm util.c
9119 ____________________________________________________________________________
9120 [  3695] By: gsar                                  on 1999/07/18  04:57:47
9121         Log: missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)
9122      Branch: perl
9123            ! pod/perldiag.pod
9124 ____________________________________________________________________________
9125 [  3694] By: gsar                                  on 1999/07/18  04:56:28
9126         Log: cache [NIUP]V conversions of defined READONLY values
9127              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9128              Date: Sun, 11 Jul 1999 04:39:44 -0400
9129              Message-ID: <19990711043944.A25944@monk.mps.ohio-state.edu>
9130              Subject: [PATCH 5.005_57] Allow caching of numeric/string conversion
9131      Branch: perl
9132            ! sv.c
9133 ____________________________________________________________________________
9134 [  3693] By: gsar                                  on 1999/07/18  03:53:38
9135         Log: From: jan.dubois@ibm.net (Jan Dubois)
9136              Date: Sat, 17 Jul 1999 10:58:29 +0200
9137              Message-ID: <379144ad.13616689@smtp1.ibm.net>
9138              Subject: [PATCH 5.005] Some lib/ExtUtils/Manifest.pm POD fixes
9139      Branch: perl
9140            ! lib/ExtUtils/Manifest.pm
9141 ____________________________________________________________________________
9142 [  3692] By: gsar                                  on 1999/07/18  03:51:03
9143         Log: remove spurious newSTATEOP() that causes goto to enter one too many
9144              contexts when jumping between if and elsif blocks
9145      Branch: perl
9146            ! perly.c perly.y pp_ctl.c t/op/goto.t
9147 ____________________________________________________________________________
9148 [  3691] By: gsar                                  on 1999/07/18  01:49:59
9149         Log: detypo, update Changes
9150      Branch: perl
9151            ! Changes doio.c
9152 ____________________________________________________________________________
9153 [  3690] By: gsar                                  on 1999/07/18  01:16:59
9154         Log: mention the -Minteger effect on modulus (from Nathan Torkington)
9155      Branch: perl
9156            ! lib/integer.pm
9157 ____________________________________________________________________________
9158 [  3689] By: gsar                                  on 1999/07/18  00:47:17
9159         Log: ensure __END__ appears on a line by itself in wrapped
9160              scripts (thanks to Steve Tolkin <tolkin@mediaone.net>);
9161              mention caveat about successfull kill()
9162      Branch: perl
9163            ! pod/perlfunc.pod win32/bin/pl2bat.pl
9164 ____________________________________________________________________________
9165 [  3688] By: gsar                                  on 1999/07/17  20:47:44
9166         Log: noecho noops (from Nicholas Clark <nick@flirble.org>)
9167      Branch: perl
9168            ! ext/SDBM_File/sdbm/Makefile.PL
9169 ____________________________________________________________________________
9170 [  3687] By: gsar                                  on 1999/07/17  20:43:27
9171         Log: make CC.pm use a distinct CCPP() macro rather than PP()
9172              (suggested by Vishal Bhatia <vishalb@my-deja.com>)
9173      Branch: perl
9174            ! cc_runtime.h ext/B/B/CC.pm
9175 ____________________________________________________________________________
9176 [  3686] By: gsar                                  on 1999/07/17  20:39:08
9177         Log: tiny bug in vars.pm (from John Dlugosz)
9178      Branch: perl
9179            ! lib/vars.pm
9180 ____________________________________________________________________________
9181 [  3685] By: gsar                                  on 1999/07/17  20:37:27
9182         Log: applied suggested patch, along with later tweak
9183              From: jan.dubois@ibm.net (Jan Dubois)
9184              Date: Wed, 14 Jul 1999 23:53:43 +0200
9185              Message-ID: <37a902e7.15977234@smtp1.ibm.net>
9186              Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm
9187      Branch: perl
9188            ! lib/Pod/Html.pm
9189 ____________________________________________________________________________
9190 [  3684] By: gsar                                  on 1999/07/17  20:24:32
9191         Log: avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
9192      Branch: perl
9193            ! thrdvar.h
9194 ____________________________________________________________________________
9195 [  3683] By: gsar                                  on 1999/07/17  20:21:01
9196         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9197              Date: Tue, 13 Jul 1999 05:44:28 -0400 (EDT)
9198              Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>
9199              Subject: [PATCH 5.005_57] Segfaults if $^P
9200      Branch: perl
9201            ! embed.h embed.pl global.sym mg.c objXSUB.h perl.c perlapi.c
9202            ! proto.h
9203 ____________________________________________________________________________
9204 [  3682] By: gsar                                  on 1999/07/17  20:04:17
9205         Log: use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
9206              and prefix/lib/perl5/man are ass_u_med only if those directories
9207              actually exist; else prefix/{lib,man} are used)
9208      Branch: perl
9209            ! lib/ExtUtils/MM_Unix.pm
9210 ____________________________________________________________________________
9211 [  3681] By: gsar                                  on 1999/07/17  19:12:33
9212         Log: allow $foo{$x} and $bar[$i] for (\$) prototype
9213      Branch: perl
9214            ! op.c t/comp/proto.t
9215 ____________________________________________________________________________
9216 [  3680] By: gsar                                  on 1999/07/17  18:23:55
9217         Log: fix vec() on magic values
9218              From: Ian Phillipps <ian@dial.pipex.com>
9219              Date: Mon, 12 Jul 1999 12:30:05 +0100
9220              Message-ID: <19990712123005.A11355@homer.diplex.co.uk>
9221              Subject: [PATCH 5.005_57] Re: do_vecset is broken.  Re: [ID 19990703.003].
9222      Branch: perl
9223            ! doop.c t/op/tie.t
9224 ____________________________________________________________________________
9225 [  3679] By: gsar                                  on 1999/07/17  18:10:44
9226         Log: make system() return -1 and set $! if exec of child failed
9227              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9228              Date: Fri, 9 Jul 1999 05:21:13 -0400
9229              Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
9230              Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec
9231      Branch: perl
9232            ! doio.c embed.h embed.pl global.sym objXSUB.h perlapi.c
9233            ! pod/perlfunc.pod pp_sys.c proto.h t/op/exec.t
9234 ____________________________________________________________________________
9235 [  3678] By: gsar                                  on 1999/07/17  17:54:01
9236         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9237              Date: Fri, 9 Jul 1999 04:27:51 -0400 (EDT)
9238              Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu>
9239              Subject: [PATCH 5.005_57] File descriptor leak in do_exec3
9240      Branch: perl
9241            ! util.c
9242 ____________________________________________________________________________
9243 [  3677] By: gsar                                  on 1999/07/17  17:34:38
9244         Log: a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
9245              converted Ken's documentation outline into pod
9246      Branch: perl
9247            ! x2p/find2perl.PL
9248 ____________________________________________________________________________
9249 [  3676] By: gsar                                  on 1999/07/17  16:34:09
9250         Log: pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
9251              Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
9252              Steve Lidie
9253      Branch: perl
9254            ! pod/Win32.pod pod/perldelta.pod pod/perlfaq.pod
9255            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
9256            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
9257            ! pod/perlguts.pod pod/perlhist.pod pod/perlop.pod
9258            ! pod/perlport.pod pod/perltoc.pod pod/perltodo.pod
9259            ! pod/perltoot.pod pod/perltootc.pod pod/perlvar.pod
9260 ____________________________________________________________________________
9261 [  3675] By: gsar                                  on 1999/07/17  00:16:53
9262         Log: backout redundant change#3628
9263      Branch: perl
9264            ! Changes hints/bsdos.sh
9265 ____________________________________________________________________________
9266 [  3674] By: jhi                                   on 1999/07/15  14:26:03
9267         Log: Fix the bin/oct/hex constant overflow tests for
9268              long long platforms.
9269      Branch: cfgperl
9270            ! t/pragma/warn/util
9271 ____________________________________________________________________________
9272 [  3673] By: jhi                                   on 1999/07/14  21:59:11
9273         Log: Fixed AIX dynamic loading and AIX shared Perl library.
9274              Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
9275              4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
9276              Hijacked win32/makedef.pl for more general purpose export
9277              list building, now it is used (as toplevel makedef.pl)
9278              for win32 and AIX (perl_exp.SH made unnecessary).
9279              Because the export lists are now correct in AIX, no more linker
9280              warnings about "Exported symbol not defined" should appear.
9281      Branch: cfgperl
9282            + makedef.pl
9283            - perl_exp.SH win32/makedef.pl
9284            ! MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
9285            ! ext/DynaLoader/dl_aix.xs hints/aix.sh win32/Makefile
9286            ! win32/makefile.mk
9287 ____________________________________________________________________________
9288 [  3672] By: gsar                                  on 1999/07/14  17:12:13
9289         Log: minor efficiency tweak
9290      Branch: perl
9291            ! pp_ctl.c
9292 ____________________________________________________________________________
9293 [  3671] By: jhi                                   on 1999/07/14  16:22:39
9294         Log: The regexec.c change of #3606 caused a core dump in fbm_instr()
9295              if its caller re_intuit_start() was entered with strend == strpos
9296              because end_shift ended up as -1.  The patch ain't necessarily
9297              correct but least the core dump is avoided.
9298      Branch: cfgperl
9299            ! regexec.c
9300 ____________________________________________________________________________
9301 [  3670] By: jhi                                   on 1999/07/13  07:59:09
9302         Log: Integrate with Sarathy.
9303      Branch: cfgperl
9304            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
9305            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
9306           !> (integrate 67 files)
9307 ____________________________________________________________________________
9308 [  3669] By: gsar                                  on 1999/07/12  06:14:54
9309         Log: fixups for sundry warnings about function pointers
9310      Branch: perl
9311            ! ext/re/re.xs intrpvar.h op.c perl.c perl.h pp_ctl.c scope.h
9312            ! sv.c thrdvar.h util.c win32/Makefile win32/makefile.mk
9313            ! win32/win32.c win32/win32.h
9314 ____________________________________________________________________________
9315 [  3668] By: gsar                                  on 1999/07/12  04:11:58
9316         Log: tweaks for win32/borland
9317      Branch: perl
9318            ! t/pragma/locale.t win32/makedef.pl win32/makefile.mk
9319 ____________________________________________________________________________
9320 [  3667] By: gsar                                  on 1999/07/12  01:55:15
9321         Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
9322              builds; passing the implicit context is unified among the three
9323              flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
9324              flavors (see the top of perl.h) for testing; all varargs functions
9325              foo() have a va_list-taking variant vfoo() for generating the
9326              context-free versions; the PERL_OBJECT build should now be
9327              hyper-compatible with CPAN extensions (C++ is totally out of
9328              the picture)
9329              
9330              result has only been tested on Windows
9331              
9332              TODO: write docs on the THX rationale and idiomatic usage of
9333              the Perl API
9334      Branch: perl
9335            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
9336            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
9337            ! MANIFEST XSUB.h bytecode.pl deb.c dump.c embed.h embed.pl
9338            ! embedvar.h ext/B/B.xs ext/ByteLoader/ByteLoader.xs
9339            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
9340            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ext/IO/IO.xs
9341            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
9342            ! ext/SDBM_File/SDBM_File.xs ext/Socket/Socket.xs
9343            ! ext/Thread/Thread.xs ext/attrs/attrs.xs ext/re/re.xs
9344            ! global.sym globals.c intrpvar.h iperlsys.h
9345            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
9346            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/xsubpp lib/base.pm
9347            ! lib/warning.pm malloc.c objXSUB.h perl.c perl.h perlapi.c
9348            ! perlapi.h perlio.c pp_sys.c proto.h regcomp.c regexec.c
9349            ! scope.c sv.c thrdvar.h util.c win32/Makefile win32/config_H.bc
9350            ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
9351            ! win32/dl_win32.xs win32/include/dirent.h
9352            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
9353            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
9354            ! win32/win32iop.h win32/win32sck.c
9355 ____________________________________________________________________________
9356 [  3666] By: jhi                                   on 1999/07/11  22:00:13
9357         Log: Integrate with Sarathy.
9358      Branch: cfgperl
9359           !> op.c t/op/lex_assign.t
9360 ____________________________________________________________________________
9361 [  3665] By: jhi                                   on 1999/07/11  21:59:01
9362         Log: More manual sync.
9363      Branch: cfgperl
9364            ! pod/perldelta.pod
9365 ____________________________________________________________________________
9366 [  3664] By: gsar                                  on 1999/07/11  19:11:07
9367         Log: change#3612 was buggy and failed to build Tk; applied Ilya's
9368              remedy and related tests via private mail
9369      Branch: perl
9370            ! op.c t/op/lex_assign.t
9371 ____________________________________________________________________________
9372 [  3663] By: jhi                                   on 1999/07/11  15:04:37
9373         Log: Manual synchronization with Sarathy (some files
9374              had drifted apart for no apparent reason), plus
9375              I had a typo in dl_vms.xs Sarathy had fixed.
9376      Branch: cfgperl
9377            ! ext/DynaLoader/dl_vms.xs pod/perldelta.pod pp.c pp_sys.c
9378 ____________________________________________________________________________
9379 [  3662] By: jhi                                   on 1999/07/10  12:23:21
9380         Log: Change t/pragma/warn oct()/hex() overflow tests to use %Config
9381              to adapt to the underlying platform (the binary, 0b1..., test
9382              was broken in 64-bit platforms).  Also change "hex" in the
9383              warning messages to "hexadecimal" to match "binary" and "octal".
9384      Branch: cfgperl
9385            ! pod/perldiag.pod t/pragma/warn/util util.c
9386 ____________________________________________________________________________
9387 [  3661] By: jhi                                   on 1999/07/08  21:54:55
9388         Log: Integrate with Sarathy.
9389      Branch: cfgperl
9390           +> perlapi.c perlapi.h
9391           !> (integrate 43 files)
9392 ____________________________________________________________________________
9393 [  3660] By: gsar                                  on 1999/07/08  18:47:35
9394         Log: more PERL_OBJECT cleanups (changes still untested on Unix!)
9395      Branch: perl
9396            + perlapi.c perlapi.h
9397            ! MANIFEST XSUB.h emacs/ptags embed.h embed.pl embedvar.h
9398            ! ext/Opcode/Opcode.xs global.sym globals.c intrpvar.h
9399            ! iperlsys.h mg.c miniperlmain.c objXSUB.h perl.c perl.h perly.c
9400            ! pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h regexec.c
9401            ! scope.c scope.h sv.c thrdvar.h toke.c util.c win32/GenCAPI.pl
9402            ! win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c
9403            ! win32/win32.h
9404 ____________________________________________________________________________
9405 [  3659] By: gsar                                  on 1999/07/08  18:41:45
9406         Log: sundry cleanups for clean build on windows
9407      Branch: perl
9408            ! doio.c regcomp.c regcomp.h t/io/openpid.t utf8.c
9409 ____________________________________________________________________________
9410 [  3658] By: gsar                                  on 1999/07/08  01:24:25
9411         Log: fixes for logical bugs in the lexwarn patch; other tweaks to avoid
9412              type mismatch problems
9413      Branch: perl
9414            ! doio.c gv.c op.c pp.c regcomp.c regexec.c run.c sv.c
9415            ! t/pragma/warn/op toke.c utf8.c util.c
9416 ____________________________________________________________________________
9417 [  3657] By: jhi                                   on 1999/07/07  23:01:16
9418         Log: Integrate with Sarathy.  perldiag.pod required manual editing.
9419      Branch: cfgperl
9420            ! pod/perldiag.pod
9421           !> Changes configure.com ext/B/B/Deparse.pm
9422           !> ext/ByteLoader/Makefile.PL ext/Fcntl/Fcntl.xs
9423           !> ext/IO/lib/IO/File.pm gv.c iperlsys.h lib/ExtUtils/MM_VMS.pm
9424           !> lib/File/Basename.pm lib/File/Spec/VMS.pm perlsfio.h
9425           !> t/base/rs.t t/lib/io_multihomed.t t/lib/textfill.t
9426           !> t/lib/textwrap.t t/op/filetest.t t/op/mkdir.t
9427           !> t/pragma/overload.t thread.h vms/vms.c
9428 ____________________________________________________________________________
9429 [  3656] By: gsar                                  on 1999/07/07  21:04:38
9430         Log: integrate cfgperl contents
9431      Branch: perl
9432           +> lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
9433           +> lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
9434           +> lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
9435            ! Changes
9436           !> (integrate 45 files)
9437 ____________________________________________________________________________
9438 [  3655] By: gsar                                  on 1999/07/07  18:55:45
9439         Log: filetest.t and ByteLoader build tweaks from Peter Prymmer
9440              <pvhp@forte.com>
9441      Branch: perl
9442            ! ext/ByteLoader/Makefile.PL t/op/filetest.t
9443 ____________________________________________________________________________
9444 [  3654] By: gsar                                  on 1999/07/07  18:47:03
9445         Log: change#1889 mistakenly removed F_SETLK
9446      Branch: perl
9447            ! ext/Fcntl/Fcntl.xs
9448 ____________________________________________________________________________
9449 [  3653] By: gsar                                  on 1999/07/07  18:42:42
9450         Log: B::Deparse update
9451              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
9452              Date: Mon,  5 Jul 1999 17:57:03 -0500 (CDT)
9453              Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
9454              Subject: [PATCH _57, long] B::Deparse 0.58
9455      Branch: perl
9456            ! ext/B/B/Deparse.pm
9457 ____________________________________________________________________________
9458 [  3652] By: gsar                                  on 1999/07/07  18:41:07
9459         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9460              Date: Mon, 5 Jul 1999 18:24:19 -0400 (EDT)
9461              Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>
9462              Subject: Re: [ID 19990705.001] Overloading boolean conversion
9463      Branch: perl
9464            ! gv.c t/pragma/overload.t
9465 ____________________________________________________________________________
9466 [  3651] By: gsar                                  on 1999/07/07  17:47:30
9467         Log: missing PerlIO_reopen() (suggested by sam@daemoninc.com)
9468      Branch: perl
9469            ! perlsfio.h
9470 ____________________________________________________________________________
9471 [  3650] By: gsar                                  on 1999/07/07  17:45:52
9472         Log: applied new parts of suggested patch
9473              From: Charles Bailey <BAILEY@newman.upenn.edu>
9474              Date: Fri, 02 Jul 1999 19:18:41 -0400 (EDT)
9475              Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
9476              Subject: [PATCH 5.005_57] Consolidated VMS patch
9477      Branch: perl
9478            ! configure.com ext/IO/lib/IO/File.pm iperlsys.h
9479            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm
9480            ! lib/File/Spec/VMS.pm pod/perldiag.pod t/base/rs.t
9481            ! t/lib/io_multihomed.t t/lib/textfill.t t/lib/textwrap.t
9482            ! t/op/filetest.t t/op/mkdir.t thread.h vms/vms.c
9483 ____________________________________________________________________________
9484 [  3649] By: jhi                                   on 1999/07/07  13:38:02
9485         Log: Sync regcomp warn with reality.
9486      Branch: cfgperl
9487            ! t/pragma/warn/regcomp
9488 ____________________________________________________________________________
9489 [  3648] By: jhi                                   on 1999/07/07  13:04:55
9490         Log: Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
9491              resolved manually.
9492      Branch: cfgperl
9493           +> pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
9494           +> t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
9495           +> t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
9496            - README.lexwarn
9497           !> (integrate 79 files)
9498 ____________________________________________________________________________
9499 [  3647] By: gsar                                  on 1999/07/07  10:32:03
9500         Log: From: jan.dubois@ibm.net (Jan Dubois)
9501              Date: Thu, 01 Jul 1999 11:17:53 +0200
9502              Message-ID: <377b2ca4.14467042@smtp1.ibm.net>
9503              Subject: [PATCH 5.005_57] MakeMaker support for pod2html
9504      Branch: perl
9505            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
9506            ! lib/ExtUtils/MakeMaker.pm
9507 ____________________________________________________________________________
9508 [  3646] By: gsar                                  on 1999/07/07  10:27:55
9509         Log: fix undocumented IO::Handle functions as suggested
9510              by cj10@cam.ac.uk
9511      Branch: perl
9512            ! ext/IO/lib/IO/Handle.pm
9513 ____________________________________________________________________________
9514 [  3645] By: gsar                                  on 1999/07/07  10:18:55
9515         Log: prohibit thread join()ing itself (from Dan Sugalski)
9516      Branch: perl
9517            ! ext/Thread/Thread.xs
9518 ____________________________________________________________________________
9519 [  3644] By: gsar                                  on 1999/07/07  10:14:26
9520         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
9521              Date: Wed, 30 Jun 1999 14:02:42 -0700
9522              Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
9523              Subject:  [PATCH 5.005_57] Compiler and XSUBS
9524      Branch: perl
9525            ! ext/B/B/C.pm
9526 ____________________________________________________________________________
9527 [  3643] By: gsar                                  on 1999/07/07  10:08:38
9528         Log: mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
9529              (from François Désarménien <desar@club-internet.fr>)
9530      Branch: perl
9531            ! pod/perlsyn.pod
9532 ____________________________________________________________________________
9533 [  3642] By: gsar                                  on 1999/07/07  10:03:24
9534         Log: From: Doug MacEachern <dougm@cp.net>
9535              Date: Sun, 27 Jun 1999 22:43:25 -0700 (PDT)
9536              Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
9537              Subject: [PATCH 5.005_57] add B::PV::{LEN,CUR}
9538      Branch: perl
9539            ! ext/B/B.xs
9540 ____________________________________________________________________________
9541 [  3641] By: gsar                                  on 1999/07/07  10:00:57
9542         Log: slightly modified version of suggested patch
9543              From: Steven N. Hirsch <hirschs@stargate.btv.ibm.com>
9544              Date: Mon, 28 Jun 1999 14:23:59 -0400
9545              Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
9546              Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
9547      Branch: perl
9548            ! ext/POSIX/POSIX.xs
9549 ____________________________________________________________________________
9550 [  3640] By: gsar                                  on 1999/07/07  09:45:43
9551         Log: lexical warnings update (warning.t fails one test
9552              due to leaked scalar, investigation pending)
9553              From: paul.marquess@bt.com
9554              Date: Sat, 26 Jun 1999 23:19:52 +0100
9555              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
9556              Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
9557      Branch: perl
9558            + pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
9559            + t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
9560            + t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
9561            - README.lexwarn
9562            ! Changes MANIFEST av.c djgpp/djgpp.c doio.c doop.c
9563            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
9564            ! ext/ByteLoader/byterun.h gv.c hv.c jpl/JNI/JNI.xs
9565            ! lib/warning.pm mg.c op.c os2/os2.c perl.c perlio.c
9566            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
9567            ! pod/perlmodlib.pod pod/perlrun.pod pod/perlvar.pod pp.c
9568            ! pp_ctl.c run.c sv.c t/pragma/warn/3both t/pragma/warn/doio
9569            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
9570            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
9571            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
9572            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
9573            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
9574            ! t/pragma/warn/util t/pragma/warning.t toke.c utf8.c util.c
9575            ! warning.h warning.pl win32/win32.c
9576 ____________________________________________________________________________
9577 [  3639] By: gsar                                  on 1999/07/07  08:09:30
9578         Log: From: Brian Jepson <bjepson@home.com>
9579              Date: Sat, 26 Jun 1999 10:47:45 -0500 (EST)
9580              Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>
9581              Subject: Patch to JPL example program
9582      Branch: perl
9583            ! jpl/JPL_Rolo/JPL_Rolo.jpl
9584 ____________________________________________________________________________
9585 [  3638] By: jhi                                   on 1999/07/07  08:07:58
9586         Log: Integrate with Sarathy.
9587      Branch: cfgperl
9588           !> (integrate 34 files)
9589 ____________________________________________________________________________
9590 [  3637] By: gsar                                  on 1999/07/07  08:07:49
9591         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
9592              Date: Fri, 25 Jun 1999 13:38:44 -0500 (CDT)
9593              Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
9594              Subject: [PATCH _57, long] Eliminate CONDOPs
9595      Branch: perl
9596            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm
9597            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
9598            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
9599            ! ext/B/typemap op.c op.h opcode.h opcode.pl perl.h
9600            ! pod/perltoc.pod pp_ctl.c pp_hot.c
9601 ____________________________________________________________________________
9602 [  3636] By: gsar                                  on 1999/07/07  07:50:51
9603         Log: adapted suggested patch for IO-1.20x
9604              From: ian@dial.pipex.com
9605              Date:  Fri, 25 Jun 1999 10:39:42 +0100
9606              Message-Id:  <199906250939.KAA02152@homer.diplex.co.uk>
9607              Subject: [ID 19990625.001]  Minor fixes for IO::Socket.pm
9608      Branch: perl
9609            ! ext/IO/lib/IO/Socket.pm
9610 ____________________________________________________________________________
9611 [  3635] By: gsar                                  on 1999/07/07  07:26:05
9612         Log: PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
9613      Branch: perl
9614            ! hints/powerux.sh
9615 ____________________________________________________________________________
9616 [  3634] By: gsar                                  on 1999/07/07  07:20:02
9617         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9618              Date: Wed, 23 Jun 1999 16:16:05 +0100
9619              Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
9620              Subject: [PATCH 5.005_57] memleak in optimizer
9621      Branch: perl
9622            ! embed.h embed.pl objXSUB.h op.c proto.h
9623 ____________________________________________________________________________
9624 [  3633] By: gsar                                  on 1999/07/07  07:10:52
9625         Log: add do-not-edit caveats for files generated by opcode.pl
9626              (suggested by Hugo van der Sanden)
9627      Branch: perl
9628            ! opcode.h opcode.pl pp.sym pp_proto.h
9629 ____________________________________________________________________________
9630 [  3632] By: gsar                                  on 1999/07/07  06:41:13
9631         Log: better diagnostics on read operations from write-only
9632              filehandles
9633      Branch: perl
9634            ! doio.c perl.c pod/perldelta.pod pod/perldiag.pod pp_hot.c
9635            ! pp_sys.c t/pragma/warn/pp_hot t/pragma/warn/pp_sys
9636 ____________________________________________________________________________
9637 [  3631] By: gsar                                  on 1999/07/07  02:03:34
9638         Log: make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
9639              by David Muir Sharnoff <muir@idiom.com>)
9640      Branch: perl
9641            ! lib/Sys/Hostname.pm
9642 ____________________________________________________________________________
9643 [  3630] By: gsar                                  on 1999/07/07  01:57:16
9644         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
9645              Date: Sun, 20 Jun 1999 17:17:17 -0700
9646              Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>
9647              Subject: [PATCH 5.005_57] Minor bug fix in pp_require
9648      Branch: perl
9649            ! ext/B/B/CC.pm
9650 ____________________________________________________________________________
9651 [  3629] By: gsar                                  on 1999/07/07  01:46:03
9652         Log: installperl should write normal messages to STDOUT, not STDERR
9653      Branch: perl
9654            ! installperl
9655 ____________________________________________________________________________
9656 [  3628] By: gsar                                  on 1999/07/07  01:41:25
9657         Log: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
9658      Branch: perl
9659            ! hints/bsdos.sh
9660 ____________________________________________________________________________
9661 [  3627] By: gsar                                  on 1999/07/07  00:27:10
9662         Log: make diagnostic on C<my $^I> etc., more readable
9663      Branch: perl
9664            ! op.c
9665 ____________________________________________________________________________
9666 [  3626] By: gsar                                  on 1999/07/06  23:47:27
9667         Log: From: Andy Dougherty <doughera@lafayette.edu>
9668              Date:  Thu, 17 Jun 1999 12:07:11 -0400 (EDT)
9669              Message-Id:  <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
9670              Subject: [ID 19990617.004  [PATCH 5.005_57] make distclean fixes]
9671      Branch: perl
9672            ! Makefile.SH utils/Makefile
9673 ____________________________________________________________________________
9674 [  3625] By: jhi                                   on 1999/07/06  21:50:46
9675         Log: Some new files of #3624 missing from MANIFEST.
9676      Branch: cfgperl
9677            ! MANIFEST
9678 ____________________________________________________________________________
9679 [  3624] By: jhi                                   on 1999/07/06  21:47:04
9680         Log: POSIX [[:character class:]] support for standard, locale,
9681              and utf8.  If both utf8 and locale are on, utf8 wins.
9682              I don't fully understand why so many tables changed in
9683              lib/unicode because of "make" -- maybe it was just overdue.
9684      Branch: cfgperl
9685            + lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
9686            + lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
9687            + lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
9688            ! MANIFEST Todo-5.005 embed.h embed.pl embedvar.h global.sym
9689            ! handy.h intrpvar.h lib/unicode/Bidirectional.pl
9690            ! lib/unicode/Block.pl lib/unicode/Category.pl
9691            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
9692            ! lib/unicode/Is/BidiL.pl lib/unicode/Is/Digit.pl
9693            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl
9694            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Print.pl
9695            ! lib/unicode/Is/Space.pl lib/unicode/Is/Upper.pl
9696            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Name.pl
9697            ! lib/unicode/To/Digit.pl lib/unicode/mktables.PL objXSUB.h
9698            ! pod/perldelta.pod pod/perldiag.pod pod/perlre.pod proto.h
9699            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
9700            ! t/op/pat.t t/op/re_tests t/op/regexp.t t/pragma/utf8.t
9701            ! t/pragma/warn/regcomp utf8.c
9702 ____________________________________________________________________________
9703 [  3623] By: gsar                                  on 1999/07/06  20:52:48
9704         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9705              Date: Wed, 16 Jun 1999 14:57:22 -0400
9706              Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
9707              Subject: [PATCH 5.00557] Devel::Peek
9708      Branch: perl
9709            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
9710 ____________________________________________________________________________
9711 [  3622] By: gsar                                  on 1999/07/06  20:22:59
9712         Log: applied patch after demunging headers with appropriate paths
9713              From: "Vishal Bhatia" <vishalb@my-deja.com>
9714              Date: Sat, 12 Jun 1999 08:23:59 -0700
9715              Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
9716              Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
9717      Branch: perl
9718            ! cc_runtime.h ext/B/B.xs ext/B/B/CC.pm ext/B/B/Stackobj.pm
9719            ! ext/B/defsubs.h.PL lib/ExtUtils/typemap t/harness
9720 ____________________________________________________________________________
9721 [  3621] By: gsar                                  on 1999/07/06  20:10:50
9722         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9723              Date: Thu, 10 Jun 1999 04:05:22 -0400 (EDT)
9724              Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>
9725              Subject: [PATCH 5.005_57] Optimize 2>&1 in commands
9726      Branch: perl
9727            ! doio.c
9728 ____________________________________________________________________________
9729 [  3620] By: jhi                                   on 1999/07/06  19:16:47
9730         Log: Mention EPOC and SOCKS.
9731      Branch: cfgperl
9732            ! pod/perldelta.pod
9733 ____________________________________________________________________________
9734 [  3619] By: gsar                                  on 1999/07/06  16:52:37
9735         Log: fix int vs STRLEN issue
9736      Branch: perl
9737            ! pp.c
9738 ____________________________________________________________________________
9739 [  3618] By: jhi                                   on 1999/07/06  16:52:20
9740         Log: There ain't Perl_atonv().
9741      Branch: cfgperl
9742            ! ext/ByteLoader/bytecode.h
9743 ____________________________________________________________________________
9744 [  3617] By: jhi                                   on 1999/07/06  15:55:22
9745         Log: Integrate with Sarathy.
9746      Branch: cfgperl
9747           !> Makefile.SH
9748 ____________________________________________________________________________
9749 [  3616] By: jhi                                   on 1999/07/06  15:54:09
9750         Log: Tweak for #3613.
9751      Branch: cfgperl
9752            ! Configure config_h.SH
9753 ____________________________________________________________________________
9754 [  3615] By: gsar                                  on 1999/07/06  11:00:21
9755         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
9756              Date:  Sun, 13 Jun 1999 17:46:13 -0600 (MDT)
9757              Message-Id:  <199906132346.RAA26632@xerxes.courtesan.com>
9758              Subject: [ID 19990613.003  linklibperl set incorrectly in Makefile.SH for OpenBSD]
9759      Branch: perl
9760            ! Makefile.SH
9761 ____________________________________________________________________________
9762 [  3614] By: jhi                                   on 1999/07/06  10:44:48
9763         Log: Integrate with Sarathy.
9764      Branch: cfgperl
9765           !> ext/IO/lib/IO/File.pm op.c op.h opcode.h opcode.pl perl.h pp.h
9766           !> pp.sym pp_proto.h t/base/rs.t t/pragma/warn/op
9767 ____________________________________________________________________________
9768 [  3613] By: jhi                                   on 1999/07/06  10:43:20
9769         Log: From: Nathan Kurz <nate@valleytel.net>
9770              Subject: [ID 19990612.001 compiling three deep modules within ext/]
9771              ply-To: nate@valleytel.net
9772              erl5-porters@perl.org
9773              Date: Sat, 12 Jun 1999 01:26:04 -0500
9774              Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>
9775      Branch: cfgperl
9776            ! Configure config_h.SH
9777 ____________________________________________________________________________
9778 [  3612] By: gsar                                  on 1999/07/06  10:17:52
9779         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9780              Date: Sat, 12 Jun 1999 04:49:09 -0400 (EDT)
9781              Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>
9782              Subject: [PATCH 5.005_57] Optimize away OP_SASSIGN
9783      Branch: perl
9784            ! op.c op.h opcode.h opcode.pl pp.h pp.sym pp_proto.h
9785 ____________________________________________________________________________
9786 [  3611] By: gsar                                  on 1999/07/06  09:51:20
9787         Log: From: pvhp@forte.com (Peter Prymmer)
9788              Date: Fri, 11 Jun 99 17:07:19 PDT
9789              Message-Id: <9906120007.AA13802@forte.com>
9790              Subject: [PATCH _03 && _57]portability fix for IO::File and FileHandle
9791      Branch: perl
9792            ! ext/IO/lib/IO/File.pm
9793 ____________________________________________________________________________
9794 [  3610] By: gsar                                  on 1999/07/06  09:37:37
9795         Log: fix for C<$/ = 42> setting paragraph mode (applied with small
9796              tweak)
9797              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
9798              Date: Wed, 09 Jun 1999 18:27:51 +0100
9799              Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
9800              Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32
9801      Branch: perl
9802            ! perl.h t/base/rs.t
9803 ____________________________________________________________________________
9804 [  3609] By: jhi                                   on 1999/07/06  09:28:48
9805         Log: Integrate with Sarathy.
9806      Branch: cfgperl
9807           !> (integrate 49 files)
9808 ____________________________________________________________________________
9809 [  3608] By: gsar                                  on 1999/07/06  09:28:21
9810         Log: test tweak
9811      Branch: perl
9812            ! t/pragma/warn/op
9813 ____________________________________________________________________________
9814 [  3607] By: jhi                                   on 1999/07/06  09:22:48
9815         Log: Put back the cygwin32 Configure fix of 3582 undone by 3597.
9816      Branch: cfgperl
9817            ! Configure config_h.SH
9818 ____________________________________________________________________________
9819 [  3606] By: gsar                                  on 1999/07/06  09:05:02
9820         Log: applied slightly tweaked version of suggested patch for
9821              improved RE API
9822              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9823              Date: Wed, 9 Jun 1999 18:14:27 -0400 (EDT)
9824              Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
9825              Subject: [PATCH 5.005_57] REx engine rehash
9826      Branch: perl
9827            ! Changes dump.c embed.h embed.pl embedvar.h ext/re/Makefile.PL
9828            ! ext/re/re.xs global.sym objXSUB.h perl.c perl.h pp.c pp_hot.c
9829            ! proto.h regcomp.c regcomp.h regexec.c regexp.h thrdvar.h
9830            ! util.c
9831 ____________________________________________________________________________
9832 [  3605] By: gsar                                  on 1999/07/06  08:54:03
9833         Log: bug in change#3602 (cpp conditionals not allowed inside macro args)
9834      Branch: perl
9835            ! sv.c
9836 ____________________________________________________________________________
9837 [  3604] By: gsar                                  on 1999/07/06  07:08:30
9838         Log: From: paul.marquess@bt.com
9839              Date: Tue, 8 Jun 1999 22:37:58 +0100 
9840              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>
9841              Subject: [PATCH 5.005_57] DB_File 1.67
9842      Branch: perl
9843            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
9844            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
9845 ____________________________________________________________________________
9846 [  3603] By: gsar                                  on 1999/07/06  07:04:50
9847         Log: From: paul.marquess@bt.com
9848              Date: Tue, 8 Jun 1999 22:34:01 +0100 
9849              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>
9850              Subject: [PATCH 5.005_57] DBM Filters
9851      Branch: perl
9852            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
9853            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
9854            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
9855            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
9856 ____________________________________________________________________________
9857 [  3602] By: gsar                                  on 1999/07/06  07:00:01
9858         Log: slightly tweaked version of suggested patch
9859              From: Dan Sugalski <sugalskd@ous.edu>
9860              Date: Tue, 08 Jun 1999 14:09:38 -0700
9861              Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
9862              Subject: [PATCH 5.005_57]Use NV instead of double in the core
9863      Branch: perl
9864            ! av.h bytecode.pl cv.h doio.c dump.c embed.pl
9865            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c hv.h
9866            ! intrpvar.h mg.c op.c perl.h pp.c pp.h pp_ctl.c pp_sys.c
9867            ! proto.h sv.c sv.h toke.c universal.c util.c
9868 ____________________________________________________________________________
9869 [  3601] By: gsar                                  on 1999/07/06  06:52:57
9870         Log: integrate cfgperl contents into mainline
9871      Branch: perl
9872           +> README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
9873           +> epoc/perl.mmp epoc/perl.pkg
9874           !> (integrate 30 files)
9875 ____________________________________________________________________________
9876 [  3598] By: jhi                                   on 1999/07/05  20:02:55
9877         Log: Integrate with mainperl.
9878      Branch: cfgperl
9879           +> lib/CGI/Pretty.pm
9880           !> Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
9881           !> ext/B/B/Stackobj.pm ext/GDBM_File/GDBM_File.xs mg.c op.c
9882           !> opcode.h opcode.pl pp_sys.c t/lib/io_udp.t thread.h toke.c
9883           !> vms/descrip_mms.template vms/subconfigure.com vms/vms.c
9884           !> vms/vmsish.h
9885 ____________________________________________________________________________
9886 [  3597] By: jhi                                   on 1999/07/05  19:59:48
9887         Log: Hack SOCKS support some more plus a patch from Andy Dougherty
9888              that addresses the notorious "Additional libraries" question.
9889      Branch: cfgperl
9890            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9891            ! config_h.SH doio.c ext/Socket/Socket.xs hints/aix.sh perl.c
9892            ! pp_sys.c
9893 ____________________________________________________________________________
9894 [  3596] By: gsar                                  on 1999/07/05  18:30:51
9895         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9896              Date: Tue, 8 Jun 1999 04:47:58 -0400 (EDT)
9897              Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>
9898              Subject: [PATCH 5.00557] Long-standing UDP sockets bug on OS/2
9899      Branch: perl
9900            ! pp_sys.c t/lib/io_udp.t
9901 ____________________________________________________________________________
9902 [  3595] By: gsar                                  on 1999/07/05  18:29:08
9903         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9904              Date: Tue, 8 Jun 1999 04:44:58 -0400 (EDT)
9905              Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>
9906              Subject: [PATCH 5.00557] Setting $^E wipes out $!
9907      Branch: perl
9908            ! mg.c
9909 ____________________________________________________________________________
9910 [  3594] By: gsar                                  on 1999/07/05  18:24:53
9911         Log: hand-apply whitespace mutiliated patch
9912              From: Dan Sugalski <sugalskd@osshe.edu>
9913              Date: Mon, 07 Jun 1999 14:46:42 -0700
9914              Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
9915              Subject: [PATCH 5.005_57]Updated VMS patch
9916      Branch: perl
9917            ! thread.h vms/descrip_mms.template vms/subconfigure.com
9918            ! vms/vms.c vms/vmsish.h
9919 ____________________________________________________________________________
9920 [  3593] By: gsar                                  on 1999/07/05  17:53:04
9921         Log: applied parts not duplicated by previous patches
9922              From: "Vishal Bhatia" <vishalb@my-deja.com>
9923              Date: Sat, 05 Jun 1999 08:42:17 -0700
9924              Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
9925              Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes
9926      Branch: perl
9927            ! Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
9928            ! ext/B/B/Stackobj.pm
9929 ____________________________________________________________________________
9930 [  3592] By: jhi                                   on 1999/07/05  17:17:22
9931         Log: AIX threaded build, plus few more on the side.
9932      Branch: cfgperl
9933            ! embed.h embed.pl ext/DynaLoader/dl_aix.xs
9934            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
9935            ! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
9936            ! perl_exp.SH pp_ctl.c proto.h toke.c util.c
9937 ____________________________________________________________________________
9938 [  3591] By: gsar                                  on 1999/07/05  16:52:34
9939         Log: "\e" and "\a" didn't produce right escape under EBCDIC
9940              From: pvhp@forte.com (Peter Prymmer)
9941              Date: Fri, 4 Jun 99 12:00:27 PDT
9942              Message-Id: <9906041900.AA28387@forte.com>
9943              Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
9944      Branch: perl
9945            ! toke.c
9946 ____________________________________________________________________________
9947 [  3590] By: gsar                                  on 1999/07/05  16:40:01
9948         Log: s/scalar ref constructor/single ref constructor/ (suggested
9949              by Stephen McCamant)
9950      Branch: perl
9951            ! opcode.h opcode.pl
9952 ____________________________________________________________________________
9953 [  3589] By: gsar                                  on 1999/07/05  16:34:06
9954         Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
9955      Branch: perl
9956            ! ext/GDBM_File/GDBM_File.xs
9957 ____________________________________________________________________________
9958 [  3588] By: gsar                                  on 1999/07/05  16:29:39
9959         Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
9960              is unchanged still)
9961      Branch: perl
9962            ! op.c
9963 ____________________________________________________________________________
9964 [  3587] By: jhi                                   on 1999/07/05  10:31:43
9965         Log: Make perl_exp.SH smarter about what to include and what to exclude.
9966      Branch: cfgperl
9967            ! perl_exp.SH
9968 ____________________________________________________________________________
9969 [  3586] By: jhi                                   on 1999/07/05  09:29:31
9970         Log: Remove unnecessary and extraneous my $i = 0.
9971      Branch: cfgperl
9972            ! bytecode.pl
9973 ____________________________________________________________________________
9974 [  3585] By: jhi                                   on 1999/07/05  07:28:59
9975         Log: Integrate with mainperl.
9976      Branch: cfgperl
9977           !> (integrate 30 files)
9978 ____________________________________________________________________________
9979 [  3584] By: gsar                                  on 1999/07/05  05:36:28
9980         Log: From: Vishal Bhatia <vishalb@hotmail.com>
9981              Date: Thu, 03 Jun 1999 00:57:48 PDT
9982              Message-ID: <19990603075749.86665.qmail@hotmail.com>
9983              Subject: Re: [PATCH 5.005_57] pp_sort sorted out
9984      Branch: perl
9985            ! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
9986 ____________________________________________________________________________
9987 [  3583] By: gsar                                  on 1999/07/05  05:31:19
9988         Log: suppress fancy display when in verbose mode (suggested by
9989              Paul Johnson <pjcj@transeda.com>)
9990      Branch: perl
9991            ! lib/Test/Harness.pm
9992 ____________________________________________________________________________
9993 [  3582] By: gsar                                  on 1999/07/05  05:17:12
9994         Log: cygwin32 update
9995              From: "Fifer, Eric" <EFifer@sanwaint.com>
9996              Date:  Wed, 2 Jun 1999 15:16:05 +0100
9997              Message-Id:  <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
9998              Subject:  [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
9999      Branch: perl
10000            ! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
10001            ! cygwin32/build-instructions.READFIRST
10002            ! cygwin32/build-instructions.charles-wilson
10003            ! cygwin32/build-instructions.sebastien-barre
10004            ! cygwin32/build-instructions.steven-morlock
10005            ! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
10006            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
10007            ! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
10008            ! t/op/magic.t util.c
10009 ____________________________________________________________________________
10010 [  3581] By: gsar                                  on 1999/07/05  02:46:18
10011         Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
10012      Branch: perl
10013            ! util.c
10014 ____________________________________________________________________________
10015 [  3580] By: gsar                                  on 1999/07/05  02:38:03
10016         Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
10017              Date: Mon, 31 May 1999 18:18:13 -0600
10018              Message-ID: <19990601001813.AAA17834@csgsystems.com>
10019              Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
10020      Branch: perl
10021            ! t/TEST t/UTEST t/harness utils/perlcc.PL
10022 ____________________________________________________________________________
10023 [  3579] By: gsar                                  on 1999/07/05  01:20:58
10024         Log: compatibility tweak for Class::Struct
10025      Branch: perl
10026            ! lib/Class/Struct.pm
10027 ____________________________________________________________________________
10028 [  3578] By: jhi                                   on 1999/07/04  23:26:01
10029         Log: Miscellaneus AIX fixes + SOCKS support.
10030      Branch: cfgperl
10031            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
10032            ! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
10033            ! hints/aix.sh pp_sys.c
10034 ____________________________________________________________________________
10035 [  3577] By: gsar                                  on 1999/07/04  23:07:39
10036         Log: test tweak
10037      Branch: perl
10038            ! t/io/openpid.t
10039 ____________________________________________________________________________
10040 [  3576] By: jhi                                   on 1999/07/04  22:39:23
10041         Log: Integrate with mainperl.
10042      Branch: cfgperl
10043           +> t/io/openpid.t
10044            - win32/perlhost.h
10045           !> (integrate 51 files)
10046 ____________________________________________________________________________
10047 [  3575] By: jhi                                   on 1999/07/04  22:26:48
10048         Log: Added 64-bit support for AIX 4.3 or better
10049              based on Martin H. Rusoff's observations.
10050      Branch: cfgperl
10051            ! Configure config_h.SH hints/aix.sh
10052 ____________________________________________________________________________
10053 [  3574] By: jhi                                   on 1999/07/04  21:34:47
10054         Log: Do not throw away gccvers compilation errors.
10055              From: Andy Dougherty <doughera@lafayette.edu>
10056              To: Ron Seguin <rseguin@on.bell.ca>
10057              Cc: Perl Porters <perl5-porters@perl.org>
10058              Subject: [PATCH] Re: [ID 19990625.011]  WHOA There
10059              Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
10060              Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
10061      Branch: cfgperl
10062            ! Configure config_h.SH
10063 ____________________________________________________________________________
10064 [  3573] By: gsar                                  on 1999/07/04  21:10:32
10065         Log: adapted suggested tests for addition to testsuite
10066              From: RonaldWS@aol.com
10067              Date:  Sun, 30 May 1999 16:27:28 EDT
10068              Message-Id:  <25cd799f.2482f930@aol.com>
10069              Subject: [19990530.007] Open with pipe | does not return pid under win32
10070      Branch: perl
10071            + t/io/openpid.t
10072            ! MANIFEST win32/win32.c
10073 ____________________________________________________________________________
10074 [  3572] By: gsar                                  on 1999/07/04  20:29:32
10075         Log: perl_run() should call my_exit(0) for normal completion
10076      Branch: perl
10077            ! perl.c
10078 ____________________________________________________________________________
10079 [  3571] By: jhi                                   on 1999/07/04  20:10:44
10080         Log: Add test for change #3568 plus general cleanup.
10081      Branch: cfgperl
10082            ! t/pragma/locale.t
10083 ____________________________________________________________________________
10084 [  3570] By: gsar                                  on 1999/07/04  20:03:21
10085         Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
10086              overloading
10087      Branch: perl
10088            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
10089            ! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
10090 ____________________________________________________________________________
10091 [  3569] By: gsar                                  on 1999/07/04  18:04:48
10092         Log: make AIX dynaloading work when libperl is shared (and thus under
10093              mod_perl etc.)
10094              From: Jens-Uwe Mager <jum@helios.de>
10095              Date:  Sat, 29 May 1999 17:09:52 +0200
10096              Message-Id:  <199905291509.RAA43978@ans.helios.de>
10097              Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
10098      Branch: perl
10099            ! ext/DynaLoader/dl_aix.xs
10100 ____________________________________________________________________________
10101 [  3568] By: jhi                                   on 1999/07/04  14:54:23
10102         Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
10103              This resulted for example in the 'o' magic not being cleared by
10104              magic_setcollxfrm(), which resulted in strange cmp results.
10105              The bug was reported originally in the message
10106              Subject: Bug with locale
10107              From: Jan Starzynski <jan@planet.de> 
10108              To: perlbug@perl.com 
10109              Date: Fri, 09 Apr 1999 13:23:07 +0200 
10110              Message-ID: <370DE31B.DAEE1332@planet.de> 
10111      Branch: cfgperl
10112            ! pp.c
10113 ____________________________________________________________________________
10114 [  3567] By: gsar                                  on 1999/07/04  02:38:34
10115         Log: remove misleading info on defined(&func), unclutter deprecation
10116              about defined(@array)
10117      Branch: perl
10118            ! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
10119            ! t/pragma/warn/op
10120 ____________________________________________________________________________
10121 [  3566] By: gsar                                  on 1999/07/04  01:46:31
10122         Log: From: jan.dubois@ibm.net (Jan Dubois)
10123              Date: Wed, 26 May 1999 22:07:17 +0200
10124              Message-ID: <374c53ac.10322322@smtp1.ibm.net>
10125              Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
10126      Branch: perl
10127            ! Changes win32/win32.c win32/win32.h
10128 ____________________________________________________________________________
10129 [  3565] By: gsar                                  on 1999/07/04  01:26:02
10130         Log: newer version of perlxstut from Jeff Okamoto (slightly edited
10131              for win32 issues)
10132      Branch: perl
10133            ! pod/perlxstut.pod
10134 ____________________________________________________________________________
10135 [  3564] By: gsar                                  on 1999/07/02  03:09:04
10136         Log: avoid warnings
10137      Branch: perl
10138            ! ext/Thread/Thread/Specific.pm lib/fields.pm
10139 ____________________________________________________________________________
10140 [  3563] By: gsar                                  on 1999/06/28  19:23:47
10141         Log: inc version (for CPAN.pm sanity)
10142      Branch: perl
10143            ! lib/Text/ParseWords.pm
10144 ____________________________________________________________________________
10145 [  3562] By: gsar                                  on 1999/06/28  19:19:01
10146         Log: regen perltoc
10147      Branch: perl
10148            ! pod/perltoc.pod
10149 ____________________________________________________________________________
10150 [  3561] By: gsar                                  on 1999/06/28  19:08:41
10151         Log: From: Damian Conway <damian@cs.monash.edu.au>
10152              Date: Wed, 26 May 1999 00:58:35 -0400
10153              Message-Id: <199905260458.AAA06411@defender.perl.org>
10154              Subject: [19990526.002] Misc. improvements to Class:Struct
10155      Branch: perl
10156            ! MANIFEST lib/Class/Struct.pm
10157 ____________________________________________________________________________
10158 [  3560] By: gsar                                  on 1999/06/28  18:50:52
10159         Log: remove bogus PL_optype_size
10160      Branch: perl
10161            ! bytecode.pl ext/ByteLoader/byterun.h
10162 ____________________________________________________________________________
10163 [  3559] By: gsar                                  on 1999/06/28  18:22:26
10164         Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
10165      Branch: perl
10166            + lib/CGI/Pretty.pm
10167            ! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
10168            ! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
10169            ! t/lib/cgi-html.t t/lib/cgi-request.t
10170 ____________________________________________________________________________
10171 [  3558] By: jhi                                   on 1999/06/28  07:30:21
10172         Log: Change Olaf Lebbe's email address.
10173      Branch: cfgperl
10174            ! README.epoc
10175 ____________________________________________________________________________
10176 [  3557] By: gsar                                  on 1999/06/28  00:07:33
10177         Log: make autogenerated files writable
10178      Branch: perl
10179            - win32/perlhost.h
10180            ! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
10181            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
10182            ! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
10183            ! proto.h regnodes.h warning.h win32/config_H.bc
10184            ! win32/config_H.gc win32/config_H.vc
10185 ____________________________________________________________________________
10186 [  3556] By: jhi                                   on 1999/06/27  19:22:53
10187         Log: Update MANIFEST to match #3555.
10188      Branch: cfgperl
10189            ! MANIFEST
10190 ____________________________________________________________________________
10191 [  3555] By: jhi                                   on 1999/06/27  19:16:22
10192         Log: EPOC port to Psion5.
10193              From: Olaf Flebbe <O.Flebbe@science-computing.de>
10194              To: Jarkko Hietaniemi <jhi@iki.fi>
10195              Cc: perl5-porters@perl.org
10196              Subject: Re: Psion5
10197              Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
10198              Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
10199      Branch: cfgperl
10200            + README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
10201            + epoc/perl.mmp epoc/perl.pkg
10202            ! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
10203            ! perl.h sv.c util.c
10204 ____________________________________________________________________________
10205 [  3554] By: jhi                                   on 1999/06/27  18:50:52
10206         Log: Integrate from mainperl.
10207      Branch: cfgperl
10208           !> (integrate 48 files)
10209 ____________________________________________________________________________
10210 [  3553] By: gsar                                  on 1999/06/27  14:28:49
10211         Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
10212              gone from the public API); PERL_OBJECT builds again on
10213              windows
10214              
10215              TODO: namespace-clean the typedefs in iperlsys.h and
10216              elsewhere; remove C++ remnants from public headers
10217      Branch: perl
10218            ! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
10219            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
10220            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
10221            ! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
10222            ! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
10223            ! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
10224            ! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
10225            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
10226            ! win32/config.gc win32/config.vc win32/dl_win32.xs
10227            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
10228            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
10229            ! win32/win32sck.c
10230 ____________________________________________________________________________
10231 [  3552] By: gsar                                  on 1999/06/27  13:49:31
10232         Log: integrate cfgperl changes into mainline
10233      Branch: perl
10234           !> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
10235           !> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
10236           !> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
10237           !> util.c
10238 ____________________________________________________________________________
10239 [  3551] By: gsar                                  on 1999/06/27  13:31:11
10240         Log: fix indents
10241      Branch: perl
10242            ! op.c
10243 ____________________________________________________________________________
10244 [  3550] By: gsar                                  on 1999/06/24  22:42:53
10245         Log: update Changes
10246      Branch: perl
10247            ! Changes
10248 ____________________________________________________________________________
10249 [  3549] By: gsar                                  on 1999/06/24  22:41:17
10250         Log: avoid race condition in the CAPI extension bootstrap handler
10251      Branch: perl
10252            ! lib/ExtUtils/xsubpp win32/GenCAPI.pl
10253 ____________________________________________________________________________
10254 [  3548] By: gsar                                  on 1999/06/24  22:39:53
10255         Log: sanity check to cover the case when perl is installed into the
10256              X:\ (drive root)
10257      Branch: perl
10258            ! win32/win32.c
10259 ____________________________________________________________________________
10260 [  3547] By: gsar                                  on 1999/06/22  19:30:32
10261         Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
10262      Branch: perl
10263            ! lib/Tie/RefHash.pm
10264 ____________________________________________________________________________
10265 [  3544] By: jhi                                   on 1999/06/18  19:24:28
10266         Log: Tidy up #3542 and #3543. 
10267      Branch: cfgperl
10268            ! t/pragma/locale.t util.c
10269 ____________________________________________________________________________
10270 [  3543] By: jhi                                   on 1999/06/18  10:28:45
10271         Log: Spice up locale.t.
10272      Branch: cfgperl
10273            ! t/pragma/locale.t
10274 ____________________________________________________________________________
10275 [  3542] By: jhi                                   on 1999/06/17  22:42:03
10276         Log: Fixed two long-standing locale bugs.
10277              
10278              Both problems were related to numeric locale which
10279              controls the radix character aka the decimal separator.
10280              (1) printf (and sprintf) were resetting the numeric locale to C.
10281              (2) Using locale-numerically formatted floating point
10282              numbers (e.g. "1,23") together with -w caused warnings about
10283              "isn't numeric".  The operations were working fine, though,
10284              because atof() was using the local locale.
10285              Both problems reported by Stefan Vogtner.
10286              
10287              Introduced a wrapper for atof() that attempts to convert
10288              the string both ways.  This helps Perl to understand
10289              numbers like this "4.56" even when using a local locale
10290              makes atof() understand only numbers like this "7,89".
10291              
10292              Remaining related problems, both of which existed before
10293              this patch and continue to exist after this patch:
10294              (a) The behaviour of print() is _not_ as documented by perllocale.
10295              Instead of always using the C locale, print() does use the
10296              local locale, just like the *printf() do.  This may be fixable
10297              now that switching to-and-fro between locales has been made
10298              more consistent, but fixing print() would change existing
10299              behaviour.  perllocale is not changed by this patch.
10300              (b) If a number has been stringified (say, via "$number") under
10301              a local locale, the cached string value persists even under
10302              "no locale".  This may or may not be a problem: operations
10303              work fine because the original number is still there, but
10304              that the string form keeps its locale-ish outlook may be
10305              somewhat confusing.
10306      Branch: cfgperl
10307            ! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
10308            ! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
10309            ! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
10310            ! util.c
10311 ____________________________________________________________________________
10312 [  3541] By: jhi                                   on 1999/06/17  20:00:16
10313         Log: Integrate from mainperl.
10314      Branch: cfgperl
10315           !> ext/Data/Dumper/Dumper.pm op.c
10316 ____________________________________________________________________________
10317 [  3540] By: gsar                                  on 1999/06/16  16:49:55
10318         Log: dump C<0> as such, not C<'0'>
10319      Branch: perl
10320            ! ext/Data/Dumper/Dumper.pm
10321 ____________________________________________________________________________
10322 [  3539] By: gsar                                  on 1999/06/13  04:04:40
10323         Log: fix coredumper in change#3498
10324      Branch: perl
10325            ! op.c
10326 ____________________________________________________________________________
10327 [  3538] By: jhi                                   on 1999/06/12  22:01:26
10328         Log: Integrate from mainperl.
10329      Branch: cfgperl
10330           +> lib/caller.pm
10331           !> (integrate 36 files)
10332 ____________________________________________________________________________
10333 [  3537] By: gsar                                  on 1999/06/12  06:43:03
10334         Log: EXTERN_C declarations for global arrays in various
10335              headers, so perl can be built even in C++ mode; win32
10336              build fixups; regen headers
10337      Branch: perl
10338            ! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
10339            ! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
10340 ____________________________________________________________________________
10341 [  3536] By: gsar                                  on 1999/06/12  06:38:21
10342         Log: caller.pm typos
10343      Branch: perl
10344            ! lib/caller.pm
10345 ____________________________________________________________________________
10346 [  3535] By: gsar                                  on 1999/06/11  23:13:54
10347         Log: various little tweaks; most globals are now in intrpvar.h, ninterps
10348              is temporarily gone
10349      Branch: perl
10350            ! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
10351            ! pod/perldelta.pod proto.h win32/perllib.c
10352 ____________________________________________________________________________
10353 [  3534] By: gsar                                  on 1999/06/11  20:41:51
10354         Log: implement C<use caller 'encoding'>
10355      Branch: perl
10356            + lib/caller.pm
10357            ! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
10358 ____________________________________________________________________________
10359 [  3533] By: gsar                                  on 1999/06/11  16:51:04
10360         Log: truncate() has a peculiar exemption from strict barewords, even
10361              though it has a non-filehandle prototype
10362      Branch: perl
10363            ! op.c t/io/fs.t
10364 ____________________________________________________________________________
10365 [  3532] By: gsar                                  on 1999/06/11  09:09:16
10366         Log: GDBM tweak
10367      Branch: perl
10368            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
10369 ____________________________________________________________________________
10370 [  3531] By: gsar                                  on 1999/06/10  23:34:19
10371         Log: part of the platform changes for IMPLICIT_CONTEXT
10372      Branch: perl
10373            ! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
10374            ! jpl/PerlInterpreter/PerlInterpreter.c
10375            ! jpl/PerlInterpreter/PerlInterpreter.h
10376            ! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
10377            ! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
10378 ____________________________________________________________________________
10379 [  3530] By: jhi                                   on 1999/06/10  20:55:56
10380         Log: Integrate from mainperl.
10381      Branch: cfgperl
10382           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
10383 ____________________________________________________________________________
10384 [  3529] By: gsar                                  on 1999/06/10  20:40:01
10385         Log: DB_File tweaks for IMPLICIT CONTEXT
10386      Branch: perl
10387            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
10388 ____________________________________________________________________________
10389 [  3528] By: jhi                                   on 1999/06/10  10:18:15
10390         Log: Integrate from mainperl.
10391      Branch: cfgperl
10392           !> (integrate 105 files)
10393 ____________________________________________________________________________
10394 [  3527] By: gsar                                  on 1999/06/10  09:30:35
10395         Log: most globals are now interpreter local; locale initialization
10396              was too early, defer it until interpreter is allocated and
10397              initialized; multiple interpreters should now be
10398              concurrency-safe (untested)
10399      Branch: perl
10400            ! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
10401            ! perlvars.h
10402 ____________________________________________________________________________
10403 [  3526] By: gsar                                  on 1999/06/10  08:38:00
10404         Log: fix small nits
10405      Branch: perl
10406            ! cc_runtime.h ext/B/B/CC.pm run.c
10407 ____________________________________________________________________________
10408 [  3525] By: gsar                                  on 1999/06/10  04:41:38
10409         Log: win32 build fixes
10410      Branch: perl
10411            ! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
10412            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
10413            ! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
10414            ! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
10415            ! win32/Makefile win32/config_H.bc win32/config_H.gc
10416            ! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
10417            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
10418            ! win32/win32.c win32/win32.h win32/win32sck.c
10419            ! win32/win32thread.c win32/win32thread.h
10420 ____________________________________________________________________________
10421 [  3524] By: gsar                                  on 1999/06/09  18:03:01
10422         Log: more complete support for implicit thread/interpreter pointer,
10423              enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
10424              without that enabled):
10425              - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
10426              is a noop; tests pass on Solaris; should be faster now!
10427              - MULTIPLICITY has been tested with and without
10428              PERL_IMPLICIT_CONTEXT on Solaris
10429              - improved function database now merged with embed.pl
10430              - everything except the varargs functions have foo(a,b,c) macros
10431              to provide compatibility
10432              - varargs functions default to compatibility variants that
10433              get the context pointer using dTHX
10434              - there should be almost no source compatibility issues as a
10435              result of all this
10436              - dl_foo.xs changes other than dl_dlopen.xs untested
10437              - still needs documentation, fixups for win32 etc
10438              Next step: migrate most non-mutex variables from perlvars.h
10439              to intrpvar.h
10440      Branch: perl
10441            - proto.pl
10442            ! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
10443            ! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
10444            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
10445            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
10446            ! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
10447            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
10448            ! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
10449            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
10450            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
10451            ! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
10452            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
10453            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
10454            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
10455            ! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
10456            ! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
10457            ! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
10458            ! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
10459            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
10460            ! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
10461            ! util.c win32/Makefile win32/makefile.mk writemain.SH
10462 ____________________________________________________________________________
10463 [  3523] By: gsar                                  on 1999/06/07  05:24:13
10464         Log: missed a file
10465      Branch: perl
10466            + proto.pl
10467            ! MANIFEST
10468 ____________________________________________________________________________
10469 [  3522] By: gsar                                  on 1999/06/07  05:18:34
10470         Log: initial stub implementation of implicit thread/this
10471              pointer    argument; builds/tests on Solaris, win32
10472              hasn't been fixed up yet; proto.h, global.sym and
10473              static function decls are now generated from a common
10474              database in proto.pl; some inconsistently named
10475              perl_foo() things are now Perl_foo(), compatibility
10476              #defines provided; perl_foo() (lowercase 'p') reserved
10477              for functions that take an explicit context argument;
10478              next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
10479      Branch: perl
10480            ! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
10481            ! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
10482            ! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
10483            ! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
10484            ! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
10485            ! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
10486            ! universal.c utf8.c util.c
10487 ____________________________________________________________________________
10488 [  3521] By: gsar                                  on 1999/06/04  23:00:22
10489         Log: clean up some stray "global" symbols
10490      Branch: perl
10491            ! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
10492            ! pp_proto.h proto.h
10493 ____________________________________________________________________________
10494 [  3520] By: jhi                                   on 1999/06/02  21:33:28
10495         Log: Integrate from mainperl.
10496      Branch: cfgperl
10497           !> (integrate 94 files)
10498 ____________________________________________________________________________
10499 [  3519] By: gsar                                  on 1999/06/02  07:16:10
10500         Log: avoid dereferencing null pointer from getpwent() et al
10501      Branch: perl
10502            ! pp_sys.c
10503 ____________________________________________________________________________
10504 [  3518] By: gsar                                  on 1999/06/02  04:47:10
10505         Log: remove _() non-ansism
10506      Branch: perl
10507            ! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
10508            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
10509            ! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
10510            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
10511            ! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
10512            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
10513            ! ext/re/re.xs handy.h hv.c iperlsys.h
10514            ! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
10515            ! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
10516            ! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
10517            ! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
10518            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
10519            ! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
10520            ! vms/vmsish.h vms/writemain.pl vos/config.h
10521            ! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
10522            ! win32/config_H.gc win32/config_H.vc win32/makemain.pl
10523            ! win32/perllib.c win32/runperl.c win32/win32.h
10524            ! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
10525            ! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
10526 ____________________________________________________________________________
10527 [  3517] By: gsar                                  on 1999/06/02  02:17:51
10528         Log: missed a few files
10529      Branch: perl
10530            ! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
10531 ____________________________________________________________________________
10532 [  3516] By: gsar                                  on 1999/06/02  01:37:33
10533         Log: integrate cfgperl contents into mainline
10534      Branch: perl
10535           +> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
10536           +> ext/ByteLoader/byterun.h
10537            - bytecode.h byterun.c byterun.h
10538            ! Changes
10539           !> (integrate 58 files)
10540 ____________________________________________________________________________
10541 [  3515] By: gsar                                  on 1999/06/02  00:48:50
10542         Log: remove stray K&R-isms
10543      Branch: perl
10544            ! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
10545            ! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
10546            ! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
10547            ! toke.c util.c win32/win32.c x2p/hash.c
10548 ____________________________________________________________________________
10549 [  3514] By: gsar                                  on 1999/06/01  15:55:55
10550         Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
10551              strict 'subs'
10552      Branch: perl
10553            ! op.c t/pragma/strict-subs
10554 ____________________________________________________________________________
10555 [  3513] By: jhi                                   on 1999/06/01  07:17:05
10556         Log: Patch applying of #3499 had gone awry.
10557      Branch: cfgperl
10558            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
10559 ____________________________________________________________________________
10560 [  3512] By: gsar                                  on 1999/05/31  19:21:30
10561         Log: tighter -help output
10562      Branch: perl
10563            ! perl.c
10564 ____________________________________________________________________________
10565 [  3511] By: gsar                                  on 1999/05/31  17:18:23
10566         Log: fix memory leak in C<eval 'return sub {...}'>
10567      Branch: perl
10568            ! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
10569 ____________________________________________________________________________
10570 [  3510] By: gsar                                  on 1999/05/31  14:11:46
10571         Log: tweak C++isms
10572      Branch: perl
10573            ! win32/dl_win32.xs win32/win32.c
10574 ____________________________________________________________________________
10575 [  3509] By: jhi                                   on 1999/05/30  13:02:26
10576         Log: Cleanup of #3488.
10577      Branch: cfgperl
10578            ! Configure config_h.SH
10579 ____________________________________________________________________________
10580 [  3508] By: jhi                                   on 1999/05/30  11:16:01
10581         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10582              To: Mailing list Perl5 <perl5-porters@perl.org>
10583              Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
10584              Date: Sat, 29 May 1999 20:18:13 -0400
10585              Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
10586      Branch: cfgperl
10587            ! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
10588 ____________________________________________________________________________
10589 [  3507] By: jhi                                   on 1999/05/29  20:05:40
10590         Log: From: Mark-Jason Dominus <mjd@plover.com>
10591              To: perl5-porters@perl.com
10592              Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
10593              Date: Sat, 29 May 1999 14:45:10 -0400
10594              Message-ID: <19990529184510.27557.qmail@plover.com>
10595      Branch: cfgperl
10596            ! op.h
10597 ____________________________________________________________________________
10598 [  3506] By: gsar                                  on 1999/05/29  16:49:39
10599         Log: avoid gv_check() recursive pit
10600      Branch: perl
10601            ! gv.c
10602 ____________________________________________________________________________
10603 [  3505] By: jhi                                   on 1999/05/29  11:38:16
10604         Log: From: jan.dubois@ibm.net (Jan Dubois)
10605              To: Gurusamy Sarathy <gsar@activestate.com>
10606              Cc: perl5-porters@perl.org
10607              Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
10608              Date: Sat, 29 May 1999 08:46:22 +0200
10609              Message-ID: <374f8007.2016008@smtp1.ibm.net>
10610      Branch: cfgperl
10611            ! t/op/grent.t t/op/pwent.t
10612 ____________________________________________________________________________
10613 [  3504] By: jhi                                   on 1999/05/29  11:07:10
10614         Log: QNX needs <sys/select.h> to define fd_set.
10615              
10616              From: Norton Allen <allen@huarp.harvard.edu>
10617              To: perl5-porters@perl.org
10618              Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
10619              Date:  Wed, 26 May 1999 13:51:27 -0400 (EDT)
10620              Message-Id:  <199905261751.NAA20966@bottesini.harvard.edu>
10621      Branch: cfgperl
10622            ! ext/IO/poll.c
10623 ____________________________________________________________________________
10624 [  3503] By: jhi                                   on 1999/05/29  10:53:31
10625         Log: From: jan.dubois@ibm.net (Jan Dubois)
10626              To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
10627              Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
10628              Date: Fri, 28 May 1999 20:14:35 +0200
10629              Message-ID: <3751daa4.7188847@smtp1.ibm.net>
10630      Branch: cfgperl
10631            ! lib/Math/BigFloat.pm
10632 ____________________________________________________________________________
10633 [  3502] By: jhi                                   on 1999/05/29  10:44:44
10634         Log: Make Configure support the change #3367,
10635              SysV shadow passwords.
10636      Branch: cfgperl
10637            ! Configure config_h.SH pp_sys.c
10638 ____________________________________________________________________________
10639 [  3501] By: gsar                                  on 1999/05/28  21:22:23
10640         Log: add wide versions of win32 system calls (first step in
10641              globalization); delayload winsock for performance if compiling
10642              with VC 6.0
10643      Branch: perl
10644            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
10645            ! win32/win32.c win32/win32.h
10646 ____________________________________________________________________________
10647 [  3500] By: jhi                                   on 1999/05/28  21:17:24
10648         Log: The new t/lib/io_linenum.t was using stricture
10649              before @INC was set up.
10650      Branch: cfgperl
10651            ! t/lib/io_linenum.t
10652 ____________________________________________________________________________
10653 [  3499] By: jhi                                   on 1999/05/28  17:13:23
10654         Log: From: Tom Hughes <tom@compton.nu>
10655              To: perl5-porters@perl.org
10656              Subject: [PATCH 5.005_57] ByteLoader mark 2
10657              Date: Wed, 26 May 1999 23:59:49 +0100
10658              Message-ID: <bf337a0849.tom@compton.compton.nu>
10659              
10660              plus resolve tiny conflict with #3479
10661              plus regen_headers.
10662      Branch: cfgperl
10663            + ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
10664            + ext/ByteLoader/byterun.h
10665            - bytecode.h byterun.c byterun.h
10666            ! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
10667            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
10668            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
10669            ! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
10670            ! perl.h perlvars.h proto.h util.c utils/Makefile
10671 ____________________________________________________________________________
10672 [  3498] By: jhi                                   on 1999/05/28  16:53:04
10673         Log: From: Mark-Jason Dominus <mjd@plover.com>
10674              To: perl5-porters@perl.com
10675              Subject: PATCH (5.005_57): defined(@a) now deprecated
10676              Date: Thu, 27 May 1999 16:05:44 -0400
10677              Message-ID: <19990527200544.13330.qmail@plover.com>
10678      Branch: cfgperl
10679            ! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
10680            ! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
10681 ____________________________________________________________________________
10682 [  3497] By: jhi                                   on 1999/05/28  16:50:54
10683         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10684              To: perl5-porters@perl.org (Mailing list Perl5)
10685              Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
10686              Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
10687              Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
10688      Branch: cfgperl
10689            ! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
10690            ! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
10691 ____________________________________________________________________________
10692 [  3496] By: jhi                                   on 1999/05/28  16:48:39
10693         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10694              To: perl5-porters@perl.org (Mailing list Perl5)
10695              Subject: [PATCH 5.00557] Required OS/2-related patches
10696              Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
10697              Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
10698      Branch: cfgperl
10699            ! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
10700            ! t/op/stat.t util.c
10701 ____________________________________________________________________________
10702 [  3495] By: jhi                                   on 1999/05/28  16:45:56
10703         Log: From: Paul Johnson <pjcj@transeda.com>
10704              To: perl5-porters <perl5-porters@perl.org>
10705              Subject: [PATCH 5.005_57] Provide more useful test okay percentage
10706              Date: Fri, 28 May 1999 15:13:54 +0100
10707              Message-ID: <19990528151354.B289@west-tip.transeda.com>
10708      Branch: cfgperl
10709            ! t/TEST
10710 ____________________________________________________________________________
10711 [  3494] By: jhi                                   on 1999/05/28  16:44:34
10712         Log: From: Paul Johnson <pjcj@transeda.com>
10713              To: perl5-porters <perl5-porters@perl.org>
10714              Subject: [PATCH 5.005_57] Fixes related to working local $.
10715              Date: Fri, 28 May 1999 15:11:18 +0100
10716              Message-ID: <19990528151118.A289@west-tip.transeda.com>
10717      Branch: cfgperl
10718            ! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
10719 ____________________________________________________________________________
10720 [  3493] By: gsar                                  on 1999/05/28  16:37:26
10721         Log: change#3449 wasn't doing enough
10722      Branch: perl
10723            ! op.c t/comp/proto.t
10724 ____________________________________________________________________________
10725 [  3492] By: jhi                                   on 1999/05/28  08:12:23
10726         Log: From: paul.marquess@bt.com
10727              To: doughera@lafayette.edu
10728              Cc: perl5-porters@perl.org
10729              Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
10730              Date: Thu, 27 May 1999 23:31:38 +0100
10731              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
10732              
10733              Had to be applied manually; some mailer had munged the patch slightly.
10734      Branch: cfgperl
10735            ! ext/NDBM_File/NDBM_File.xs
10736 ____________________________________________________________________________
10737 [  3491] By: jhi                                   on 1999/05/28  07:51:17
10738         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
10739              To: perl5-porters@perl.org
10740              Subject: [PATCH 5.005_57] fixing eval in the compiler
10741              Date: Thu, 27 May 1999 07:56:54 -0700
10742              Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
10743      Branch: cfgperl
10744            ! cc_runtime.h scope.h
10745 ____________________________________________________________________________
10746 [  3490] By: jhi                                   on 1999/05/28  07:47:06
10747         Log: From: Andy Dougherty <doughera@lafayette.edu>
10748              To: perlbug@perl.com
10749              Cc: Jarkko Hietaniemi <jhi@iki.fi>
10750              Subject: [PATCH] Configure updates for ISC 4.1
10751              Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
10752              Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
10753      Branch: cfgperl
10754            ! Configure config_h.SH
10755 ____________________________________________________________________________
10756 [  3489] By: jhi                                   on 1999/05/28  07:39:17
10757         Log: Integrate from mainperl.
10758      Branch: cfgperl
10759           !> malloc.c win32/makedef.pl win32/win32.c
10760 ____________________________________________________________________________
10761 [  3488] By: jhi                                   on 1999/05/27  16:57:19
10762         Log: From: Andy Dougherty <doughera@lafayette.edu>
10763              To: Perl Porters <perl5-porters@perl.org>
10764              Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
10765              Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
10766              Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
10767      Branch: cfgperl
10768            ! Configure config_h.SH hints/sunos_4_1.sh util.c
10769 ____________________________________________________________________________
10770 [  3487] By: gsar                                  on 1999/05/27  03:56:20
10771         Log: make win32_spawnvp() inherit standard handles even when they
10772              may be redirected
10773      Branch: perl
10774            ! win32/win32.c
10775 ____________________________________________________________________________
10776 [  3486] By: jhi                                   on 1999/05/26  19:55:52
10777         Log: From: Andy Dougherty <doughera@lafayette.edu>
10778              To: perl5-porters@perl.org
10779              Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
10780              Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
10781              Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
10782      Branch: cfgperl
10783            ! util.c
10784 ____________________________________________________________________________
10785 [  3485] By: chip                                  on 1999/05/26  17:19:11
10786         Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
10787      Branch: maint-5.004/perl
10788            ! Configure
10789 ____________________________________________________________________________
10790 [  3484] By: gsar                                  on 1999/05/26  01:56:28
10791         Log: fix missing exported symbol
10792      Branch: perl
10793            ! malloc.c win32/makedef.pl
10794 ____________________________________________________________________________
10795 [  3483] By: jhi                                   on 1999/05/25  23:08:07
10796         Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
10797              
10798              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
10799              To: perlbug@perl.com
10800              Subject: OpenBSD hints file update
10801              Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
10802              Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
10803      Branch: cfgperl
10804            ! hints/openbsd.sh
10805 ____________________________________________________________________________
10806 [  3482] By: jhi                                   on 1999/05/25  23:01:25
10807         Log: From: Tom Hughes <tom@compton.nu>
10808              To: perl5-porters@perl.org
10809              Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
10810              Date: Tue, 25 May 1999 23:10:23 +0100
10811              Message-ID: <1ed7f10749.tom@compton.compton.nu>
10812      Branch: cfgperl
10813            ! Configure config_h.SH
10814 ____________________________________________________________________________
10815 [  3481] By: jhi                                   on 1999/05/25  22:31:50
10816         Log: 3479, 3480, 3481 seems logical.
10817      Branch: cfgperl
10818           !> hints/aix.sh
10819 ____________________________________________________________________________
10820 [  3480] By: jhi                                   on 1999/05/25  22:13:39
10821         Log: The change #3479 wasn't perfect.
10822      Branch: perl
10823            ! hints/aix.sh
10824 ____________________________________________________________________________
10825 [  3479] By: jhi                                   on 1999/05/25  21:59:21
10826         Log: Cures for _57 in AIX 4.1.5.0.
10827              (1) The lddlflags lost its -lc by change #3660
10828              (and the politeness of change #3257).
10829              (2) optype_size must end up in perl.exp (as PL_optype_size).
10830              Added it to perlvars.h, fixed bytecode.pl,
10831              regen'ed the relevant headers.
10832      Branch: cfgperl
10833            ! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
10834            ! perlvars.h
10835      Branch: perl
10836            ! hints/aix.sh
10837 ____________________________________________________________________________
10838 [  3478] By: jhi                                   on 1999/05/25  20:13:47
10839         Log: Integrate from mainperl.
10840      Branch: cfgperl
10841           +> pod/perltootc.pod
10842           !> (integrate 101 files)
10843 ____________________________________________________________________________
10844 [  3477] By: gsar                                  on 1999/05/25  10:43:48
10845         Log: here be 5.005_57
10846      Branch: perl
10847            ! Changes MANIFEST Porting/makerel
10848           !> Changes5.005
10849
10850 ----------------
10851 Version 5.005_57
10852 ----------------
10853
10854 ____________________________________________________________________________
10855 [  3476] By: gsar                                  on 1999/05/25  09:23:43
10856         Log: up patchlevel &c
10857      Branch: perl
10858            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
10859            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10860            ! win32/makefile.mk
10861 ____________________________________________________________________________
10862 [  3475] By: gsar                                  on 1999/05/25  09:14:51
10863         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10864              Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
10865              Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
10866              Subject: [PATCH 5.005_56] REx engine improvements
10867      Branch: perl
10868            ! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
10869            ! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
10870            ! thrdvar.h util.c
10871 ____________________________________________________________________________
10872 [  3474] By: gsar                                  on 1999/05/25  08:39:56
10873         Log: test case for change#3470
10874      Branch: perl
10875            ! t/lib/bigintpm.t
10876 ____________________________________________________________________________
10877 [  3473] By: gsar                                  on 1999/05/25  08:36:52
10878         Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
10879      Branch: perl
10880            ! Changes pod/perlport.pod
10881 ____________________________________________________________________________
10882 [  3472] By: gsar                                  on 1999/05/25  08:28:57
10883         Log: assorted tweaks
10884      Branch: perl
10885            ! doio.c iperlsys.h win32/config.bc win32/config.gc
10886            ! win32/config.vc win32/config_H.bc win32/config_H.gc
10887            ! win32/config_H.vc win32/makedef.pl
10888 ____________________________________________________________________________
10889 [  3471] By: gsar                                  on 1999/05/25  06:06:04
10890         Log: perlref update from Tom Christiansen
10891      Branch: perl
10892            ! pod/perlref.pod
10893 ____________________________________________________________________________
10894 [  3470] By: gsar                                  on 1999/05/25  06:03:27
10895         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10896              Date: Mon, 24 May 1999 17:43:56 -0400
10897              Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
10898              Subject: [PATCH 5.005_*] hv.c calling negative malloc()
10899      Branch: perl
10900            ! hv.c
10901 ____________________________________________________________________________
10902 [  3469] By: gsar                                  on 1999/05/25  05:59:22
10903         Log: avoid temporary files that have a constant name (from a suggestion
10904              by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
10905      Branch: perl
10906            ! lib/ExtUtils/MM_Unix.pm
10907 ____________________________________________________________________________
10908 [  3468] By: gsar                                  on 1999/05/25  05:54:29
10909         Log: From: pvhp@forte.com (Peter Prymmer)
10910              Date: Mon, 24 May 99 11:20:25 PDT
10911              Message-Id: <9905241820.AA28071@forte.com>
10912              Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
10913      Branch: perl
10914            ! lib/Pod/Text.pm
10915 ____________________________________________________________________________
10916 [  3467] By: gsar                                  on 1999/05/25  04:08:50
10917         Log: fix glob() bug that resulted in missing symlinks that don't point
10918              anywhere
10919      Branch: perl
10920            ! pp_hot.c
10921 ____________________________________________________________________________
10922 [  3466] By: gsar                                  on 1999/05/25  03:00:00
10923         Log: avoid enumerating @INC contents in diagnostic if @INC was never
10924              searched
10925      Branch: perl
10926            ! pod/perldiag.pod pp_ctl.c
10927 ____________________________________________________________________________
10928 [  3465] By: gsar                                  on 1999/05/25  02:24:08
10929         Log: add caveat about close(PIPE) carelessness
10930      Branch: perl
10931            ! pod/perlfunc.pod
10932 ____________________________________________________________________________
10933 [  3464] By: gsar                                  on 1999/05/24  23:55:53
10934         Log: fix bogus line numbers for void context warnings
10935              (change#2548 was overeager)
10936      Branch: perl
10937            ! op.c
10938 ____________________________________________________________________________
10939 [  3463] By: gsar                                  on 1999/05/24  23:31:58
10940         Log: change#3455 had a typo
10941      Branch: perl
10942            ! pp_ctl.c
10943 ____________________________________________________________________________
10944 [  3462] By: gsar                                  on 1999/05/24  17:32:20
10945         Log: more pod updates from Tom Christiansen; regen perltoc
10946      Branch: perl
10947            ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
10948            ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
10949 ____________________________________________________________________________
10950 [  3461] By: gsar                                  on 1999/05/24  07:41:32
10951         Log: perlmod notes from Damian Conway (via Tom Christiansen)
10952      Branch: perl
10953            ! pod/perlmod.pod
10954 ____________________________________________________________________________
10955 [  3460] By: gsar                                  on 1999/05/24  07:24:11
10956         Log: major pod update from Tom Christiansen
10957      Branch: perl
10958            + pod/perltootc.pod
10959            ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
10960            ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
10961            ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
10962            ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
10963            ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
10964            ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
10965            ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
10966            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
10967            ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
10968            ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
10969            ! pod/perlxs.pod pod/pod2man.PL
10970 ____________________________________________________________________________
10971 [  3459] By: gsar                                  on 1999/05/24  06:26:48
10972         Log: perlfaq update from Tom Christiansen
10973      Branch: perl
10974            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
10975            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
10976            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
10977            ! pod/perlfaq9.pod
10978 ____________________________________________________________________________
10979 [  3458] By: gsar                                  on 1999/05/24  05:55:11
10980         Log: updated to v1.50 from CPAN
10981      Branch: perl
10982            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
10983 ____________________________________________________________________________
10984 [  3457] By: gsar                                  on 1999/05/24  05:46:20
10985         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10986              Date: Sun, 23 May 1999 16:35:07 +0100
10987              Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
10988              Subject: [PATCH 5.005_56] name PL_in_eval bits
10989      Branch: perl
10990            ! cop.h op.c perl.c pp_ctl.c toke.c util.c
10991 ____________________________________________________________________________
10992 [  3456] By: gsar                                  on 1999/05/24  05:18:06
10993         Log: make -t mode the default on emacs/dumb terminals
10994      Branch: perl
10995            ! Changes utils/perldoc.PL
10996 ____________________________________________________________________________
10997 [  3455] By: gsar                                  on 1999/05/24  05:05:19
10998         Log: return 0 rather than "" when scalar grep has nothing to iterate
10999              on (brings behavior in line with documentation)
11000      Branch: perl
11001            ! pp_ctl.c
11002 ____________________________________________________________________________
11003 [  3454] By: gsar                                  on 1999/05/24  04:52:52
11004         Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
11005              Date: Thu, 20 May 1999 13:27:02 -1000
11006              Message-Id: <E10kcDN-0007TA-00@lapaki>
11007              Subject: Problem with MM_Unix in 5.005_03
11008      Branch: perl
11009            ! lib/ExtUtils/MM_Unix.pm
11010 ____________________________________________________________________________
11011 [  3453] By: gsar                                  on 1999/05/24  04:39:49
11012         Log: avoid removing duplicates in user-generated warnings
11013              From: byron@omix.com (Byron Brummer)
11014              Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
11015              Message-Id: <199905201101.EAA91175@thrush.omix.com>
11016              Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
11017      Branch: perl
11018            ! lib/diagnostics.pm
11019 ____________________________________________________________________________
11020 [  3452] By: gsar                                  on 1999/05/24  04:23:10
11021         Log: straighten some code to avoid NeXT compiler bugs (from
11022              Geoff Kuenning <geoff@cs.hmc.edu>)
11023      Branch: perl
11024            ! pp_ctl.c
11025 ____________________________________________________________________________
11026 [  3451] By: gsar                                  on 1999/05/24  03:03:05
11027         Log: minor logic tweak for reserved word warning
11028      Branch: perl
11029            ! lib/Test/Harness.pm toke.c
11030 ____________________________________________________________________________
11031 [  3450] By: gsar                                  on 1999/05/24  02:34:20
11032         Log: oops, some files missing in change#3449
11033      Branch: perl
11034            ! op.c op.h toke.c
11035 ____________________________________________________________________________
11036 [  3449] By: gsar                                  on 1999/05/24  02:33:12
11037         Log: allow '*' prototype to autoquote even barewords that happen to be
11038              function names; parens or ampersand continue to force the other
11039              interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
11040              do the right thing, for example
11041      Branch: perl
11042            ! t/comp/proto.t
11043 ____________________________________________________________________________
11044 [  3448] By: gsar                                  on 1999/05/24  01:51:24
11045         Log: remove vestiges of PL_last_proto
11046      Branch: perl
11047            ! embedvar.h intrpvar.h objXSUB.h
11048 ____________________________________________________________________________
11049 [  3447] By: gsar                                  on 1999/05/24  01:49:20
11050         Log: redo change#2061 and parts of change#1169 with code in the
11051              parser; PL_last_proto hackery gone, strict 'subs' in now
11052              implemented in the optimizer where specifying the exceptional
11053              cases is much more robust; '*' (bareword) prototype now works
11054              reliably when used in second and subsequent arguments
11055      Branch: perl
11056            ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
11057 ____________________________________________________________________________
11058 [  3446] By: gsar                                  on 1999/05/23  05:00:55
11059         Log: remove redundant part of change#1169 superceded by change#2061;
11060              avoid "future reserved word" warning on prototypical bearwords
11061      Branch: perl
11062            ! t/lib/fatal.t toke.c
11063 ____________________________________________________________________________
11064 [  3445] By: gsar                                  on 1999/05/21  23:36:49
11065         Log: s/isspace/isSPACE/g and make sure the CRT version is always
11066              passed an unsigned char (fixes random occurrence of spaces in
11067              arguments containing high-bit chars passed to spawned children,
11068              on win32)
11069      Branch: perl
11070            ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
11071 ____________________________________________________________________________
11072 [  3444] By: gsar                                  on 1999/05/21  23:08:55
11073         Log: integrate Configure changes from cfgperl
11074      Branch: perl
11075           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
11076           !> config_h.SH
11077 ____________________________________________________________________________
11078 [  3443] By: jhi                                   on 1999/05/21  22:00:56
11079         Log: Integrate from mainperl.
11080      Branch: cfgperl
11081           !> Changes doop.c ext/SDBM_File/sdbm/dba.c
11082           !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
11083           !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
11084           !> win32/perlhost.h win32/win32.c x2p/walk.c
11085 ____________________________________________________________________________
11086 [  3442] By: jhi                                   on 1999/05/21  21:59:46
11087         Log: fflush.
11088      Branch: cfgperl
11089            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11090            ! config_h.SH
11091 ____________________________________________________________________________
11092 [  3441] By: gsar                                  on 1999/05/21  17:48:55
11093         Log: integrate cfgperl changes
11094      Branch: perl
11095           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
11096           !> config_h.SH hints/sunos_4_1.sh installperl
11097 ____________________________________________________________________________
11098 [  3440] By: gsar                                  on 1999/05/21  17:42:49
11099         Log: test tweak
11100      Branch: perl
11101            ! t/comp/proto.t
11102 ____________________________________________________________________________
11103 [  3439] By: gsar                                  on 1999/05/21  17:31:26
11104         Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
11105              (Configure fflush(NULL) detection seems broken on Solaris, which
11106              is why I hit the problem)
11107      Branch: perl
11108            ! Changes perl.h
11109 ____________________________________________________________________________
11110 [  3438] By: gsar                                  on 1999/05/20  16:41:01
11111         Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
11112      Branch: perl
11113            ! pod/perlport.pod
11114 ____________________________________________________________________________
11115 [  3437] By: jhi                                   on 1999/05/20  07:14:39
11116         Log: Patches to fflushing in SunOS 4 from Andy Dougherty
11117              (via private email).
11118      Branch: cfgperl
11119            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11120            ! config_h.SH hints/sunos_4_1.sh
11121 ____________________________________________________________________________
11122 [  3436] By: gsar                                  on 1999/05/20  05:18:26
11123         Log: various little nits
11124      Branch: perl
11125            ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
11126            ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
11127            ! win32/perlhost.h win32/win32.c x2p/walk.c
11128 ____________________________________________________________________________
11129 [  3435] By: jhi                                   on 1999/05/18  16:25:49
11130         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11131              To: perl5-porters@perl.org
11132              Subject: installperl
11133              Date: Fri, 14 May 1999 21:34:58 +0100
11134              Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
11135      Branch: cfgperl
11136            ! installperl
11137 ____________________________________________________________________________
11138 [  3434] By: jhi                                   on 1999/05/17  21:25:54
11139         Log: Integrate from mainperl.
11140      Branch: cfgperl
11141           +> lib/ExtUtils/MM_Cygwin.pm
11142            - cygwin32/impure_ptr.c
11143           !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
11144           !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
11145           !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
11146           !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
11147           !> x2p/find2perl.PL
11148 ____________________________________________________________________________
11149 [  3433] By: gsar                                  on 1999/05/17  09:49:01
11150         Log: integrate cfgperl changes into mainline
11151      Branch: perl
11152           !> Configure INSTALL config_h.SH configure.com embed.h
11153           !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
11154           !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
11155           !> util.c
11156 ____________________________________________________________________________
11157 [  3432] By: gsar                                  on 1999/05/17  09:06:45
11158         Log: emit more appropriate diagnostic for failed glob (variant
11159              of patch suggested by Graham Barr)
11160      Branch: perl
11161            ! gv.c pod/perldiag.pod pp.c pp_hot.c
11162 ____________________________________________________________________________
11163 [  3431] By: gsar                                  on 1999/05/17  08:38:09
11164         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
11165              Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
11166              Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
11167              Subject: find2perl does not grok the 'c' suffix to the -size argument
11168      Branch: perl
11169            ! x2p/find2perl.PL
11170 ____________________________________________________________________________
11171 [  3430] By: gsar                                  on 1999/05/17  08:26:21
11172         Log: additional cleanups for cygwin32 port
11173              From: "Fifer, Eric" <EFifer@sanwaint.com>
11174              Date: Wed, 12 May 1999 20:25:54 +0100
11175              Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
11176              Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
11177      Branch: perl
11178            + lib/ExtUtils/MM_Cygwin.pm
11179            - cygwin32/impure_ptr.c
11180            ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
11181            ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
11182            ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
11183            ! perl.h util.c
11184 ____________________________________________________________________________
11185 [  3429] By: gsar                                  on 1999/05/17  08:01:04
11186         Log: From: Andy Dougherty <doughera@lafayette.edu>
11187              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
11188              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
11189              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
11190      Branch: perl
11191            ! INSTALL
11192 ____________________________________________________________________________
11193 [  3428] By: jhi                                   on 1999/05/17  07:03:26
11194         Log: Integrate from mainperl modulo the Socket.xs change.
11195      Branch: cfgperl
11196           !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
11197           !> win32/win32.c win32/win32.h
11198 ____________________________________________________________________________
11199 [  3427] By: jhi                                   on 1999/05/16  22:09:11
11200         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11201              To: perl5-porters@perl.org (Mailing list Perl5)
11202              Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
11203              Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
11204              Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
11205      Branch: cfgperl
11206            ! ext/Devel/Peek/Peek.xs
11207 ____________________________________________________________________________
11208 [  3426] By: jhi                                   on 1999/05/16  22:07:11
11209         Log: From: Mark-Jason Dominus <mjd@plover.com>
11210              To: perl5-porters@perl.com
11211              Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
11212              Date: Sat, 15 May 1999 12:43:47 -0400
11213              Message-ID: <19990515164348.7313.qmail@plover.com>
11214      Branch: cfgperl
11215            ! pod/perldiag.pod
11216 ____________________________________________________________________________
11217 [  3425] By: nick                                  on 1999/05/15  15:56:10
11218         Log: Mingw32 + w32api-0.1.5 tweaks
11219              - now more like other Win32 compilers
11220      Branch: perl
11221            ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
11222            ! win32/win32.h
11223 ____________________________________________________________________________
11224 [  3424] By: nick                                  on 1999/05/14  21:04:22
11225         Log: Experimental "slab" allocator for ops.
11226              To try it -DPL_OP_SLAB_ALLOC for op.c 
11227              This is for proof of concept only, it leaks memory 
11228              (ops are not free'd) so don't use in embedded apps.
11229              If this minimalist version does not show performance 
11230              gain then whole idea is worthless. 
11231              Nick see's approx 12% speed up vs perlmalloc running
11232              perl -Ilib -MCPAN -e '' 
11233              Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
11234      Branch: perl
11235            ! op.c
11236 ____________________________________________________________________________
11237 [  3423] By: gsar                                  on 1999/05/14  19:55:04
11238         Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
11239              found (brings sitelib intuition in line with privlib)
11240      Branch: perl
11241            ! win32/win32.c
11242 ____________________________________________________________________________
11243 [  3422] By: jhi                                   on 1999/05/14  08:08:01
11244         Log: From: pvhp@forte.com (Peter Prymmer)
11245              To: perl5-porters@perl.org, vmsperl@perl.org
11246              Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
11247              Date: Thu, 13 May 99 15:29:57 PDT
11248              Message-Id: <9905132229.AA15854@forte.com>
11249      Branch: cfgperl
11250            ! configure.com
11251 ____________________________________________________________________________
11252 [  3421] By: jhi                                   on 1999/05/14  07:34:20
11253         Log: Integrate from mainperl.
11254      Branch: cfgperl
11255           !> lib/ExtUtils/MM_Unix.pm win32/win32.c
11256 ____________________________________________________________________________
11257 [  3420] By: jhi                                   on 1999/05/14  07:33:26
11258         Log: Still fflushing.
11259      Branch: cfgperl
11260            ! Configure config_h.SH util.c
11261 ____________________________________________________________________________
11262 [  3419] By: gsar                                  on 1999/05/14  03:08:29
11263         Log: mortalize string allocations by win32_get_{priv,site}lib()
11264              (fixes small memory leak in interpreter)
11265      Branch: perl
11266            ! win32/win32.c
11267 ____________________________________________________________________________
11268 [  3418] By: gsar                                  on 1999/05/14  03:06:50
11269         Log: make win32_longname() preserve kind of slashes in argument
11270      Branch: perl
11271            ! win32/win32.c
11272 ____________________________________________________________________________
11273 [  3417] By: gsar                                  on 1999/05/14  03:04:44
11274         Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
11275      Branch: perl
11276            ! lib/ExtUtils/MM_Unix.pm
11277 ____________________________________________________________________________
11278 [  3416] By: jhi                                   on 1999/05/13  21:18:06
11279         Log: Integrate from mainperl.
11280      Branch: cfgperl
11281           !> pp_ctl.c
11282 ____________________________________________________________________________
11283 [  3415] By: jhi                                   on 1999/05/13  21:16:49
11284         Log: Fixes from Andy Dougherty (via private email).
11285      Branch: cfgperl
11286            ! Configure config_h.SH
11287 ____________________________________________________________________________
11288 [  3414] By: nick                                  on 1999/05/13  20:04:26
11289         Log: valist vs va_list typo
11290      Branch: perl
11291            ! pp_ctl.c
11292 ____________________________________________________________________________
11293 [  3413] By: jhi                                   on 1999/05/13  15:04:05
11294         Log: From: Andy Dougherty <doughera@lafayette.edu>
11295              To: perlbug@perl.com
11296              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
11297              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
11298              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
11299      Branch: cfgperl
11300            ! INSTALL
11301 ____________________________________________________________________________
11302 [  3412] By: jhi                                   on 1999/05/13  14:20:17
11303         Log: Integrate from mainperl.
11304      Branch: cfgperl
11305           !> pp_ctl.c
11306 ____________________________________________________________________________
11307 [  3411] By: gsar                                  on 1999/05/13  14:16:56
11308         Log: docatch_body() declaration mismatch
11309      Branch: perl
11310            ! pp_ctl.c
11311 ____________________________________________________________________________
11312 [  3410] By: jhi                                   on 1999/05/13  13:51:44
11313         Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
11314      Branch: cfgperl
11315            ! Configure config_h.SH perl.h
11316 ____________________________________________________________________________
11317 [  3409] By: jhi                                   on 1999/05/13  13:31:53
11318         Log: Still fflushing strong.
11319      Branch: cfgperl
11320            ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
11321            ! proto.h util.c
11322 ____________________________________________________________________________
11323 [  3408] By: jhi                                   on 1999/05/12  14:30:23
11324         Log: Integrate from mainperl.
11325      Branch: cfgperl
11326           !> (integrate 30 files)
11327 ____________________________________________________________________________
11328 [  3407] By: jhi                                   on 1999/05/12  12:28:31
11329         Log: Be tidier with fflush(NULL) testing.
11330      Branch: cfgperl
11331            ! Configure config_h.SH
11332 ____________________________________________________________________________
11333 [  3406] By: gsar                                  on 1999/05/12  11:26:03
11334         Log: better range-checking on list slices, with test
11335              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11336              Date: Sun, 02 May 1999 17:02:53 +0100
11337              Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
11338              Subject: Re: List slice of undefs returns 0 items 
11339      Branch: perl
11340            ! pp.c t/op/list.t
11341 ____________________________________________________________________________
11342 [  3405] By: gsar                                  on 1999/05/12  11:22:27
11343         Log: change#3397 needs test tweak
11344      Branch: perl
11345            ! Changes t/pragma/warn/sv
11346 ____________________________________________________________________________
11347 [  3404] By: gsar                                  on 1999/05/12  11:07:44
11348         Log: typo in change#3397
11349      Branch: perl
11350            ! doop.c
11351 ____________________________________________________________________________
11352 [  3403] By: gsar                                  on 1999/05/12  10:49:01
11353         Log: From: Stephen Zander <gibreel@pobox.com>
11354              Date: 12 May 1999 01:22:31 -0700
11355              Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
11356              Subject: Re: Test::Harness runs tainted tests with wrong library path
11357      Branch: perl
11358            ! lib/Test/Harness.pm
11359 ____________________________________________________________________________
11360 [  3402] By: gsar                                  on 1999/05/12  10:42:06
11361         Log: typo in change#3400
11362      Branch: perl
11363            ! ext/B/B/Deparse.pm
11364 ____________________________________________________________________________
11365 [  3401] By: jhi                                   on 1999/05/12  10:40:42
11366         Log: A better, shinier, and possibly even correctly working
11367              reincarnation of #3398.
11368      Branch: cfgperl
11369            ! Configure config_h.SH
11370 ____________________________________________________________________________
11371 [  3400] By: gsar                                  on 1999/05/12  10:40:11
11372         Log: deparse \&func() as \(&func()) for clarity
11373              From: Albert Dvornik <bert@genscan.com>
11374              Date: 11 May 1999 13:32:04 -0400
11375              Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
11376              Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
11377      Branch: perl
11378            ! ext/B/B/Deparse.pm
11379 ____________________________________________________________________________
11380 [  3399] By: gsar                                  on 1999/05/12  10:36:02
11381         Log: more testsuite smarts (many of them courtesy Ilya)
11382      Branch: perl
11383            ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
11384            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
11385            ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
11386            ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
11387            ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
11388            ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
11389            ! t/op/pwent.t
11390 ____________________________________________________________________________
11391 [  3398] By: jhi                                   on 1999/05/12  09:33:08
11392         Log: Detect whether fflush(NULL) works as per change #3352.
11393      Branch: cfgperl
11394            ! Configure config_h.SH perl.h
11395 ____________________________________________________________________________
11396 [  3397] By: gsar                                  on 1999/05/12  08:56:03
11397         Log: From: jan.dubois@ibm.net (Jan Dubois)
11398              Date: Wed, 12 May 1999 01:01:00 +0200
11399              Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
11400              Subject: [PATCH 5.005_03] chop/chomp modify readonly values
11401      Branch: perl
11402            ! doop.c
11403 ____________________________________________________________________________
11404 [  3396] By: gsar                                  on 1999/05/12  08:23:27
11405         Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
11406              stat() behaves similarly
11407      Branch: perl
11408            ! win32/win32.c
11409 ____________________________________________________________________________
11410 [  3395] By: jhi                                   on 1999/05/11  22:21:32
11411         Log: Redo parts of #3341 and #3358 that #3394 undid.
11412      Branch: cfgperl
11413            ! Configure config_h.SH
11414 ____________________________________________________________________________
11415 [  3394] By: jhi                                   on 1999/05/11  22:03:48
11416         Log: Add I_NETINET_TCP to help change #3391.
11417      Branch: cfgperl
11418            ! Configure config_h.SH ext/Socket/Socket.xs
11419 ____________________________________________________________________________
11420 [  3393] By: jhi                                   on 1999/05/11  21:44:59
11421         Log: Integrate from mainperl.
11422      Branch: cfgperl
11423           !> (integrate 55 files)
11424 ____________________________________________________________________________
11425 [  3392] By: gsar                                  on 1999/05/11  20:56:43
11426         Log: update embedvar.h
11427      Branch: perl
11428            ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
11429 ____________________________________________________________________________
11430 [  3391] By: gsar                                  on 1999/05/11  16:32:05
11431         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
11432              Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
11433              Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
11434              Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
11435      Branch: perl
11436            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
11437 ____________________________________________________________________________
11438 [  3390] By: gsar                                  on 1999/05/11  15:27:40
11439         Log: display more frequent progress messages when STDOUT is a tty
11440      Branch: perl
11441            ! lib/Test/Harness.pm
11442 ____________________________________________________________________________
11443 [  3389] By: gsar                                  on 1999/05/11  14:40:58
11444         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11445              Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
11446              Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
11447              Subject: [PATCH 5.005_53] Explanations by Test::Harness
11448      Branch: perl
11449            ! lib/Test/Harness.pm
11450 ____________________________________________________________________________
11451 [  3388] By: gsar                                  on 1999/05/11  14:08:14
11452         Log: avoid creating spurious subroutine stubs on failed subroutine
11453              call and other places of sv_2cv() misuse; fixes problems with
11454              failed subroutine calls "hiding" later attempts to lookup methods
11455              in base classes
11456      Branch: perl
11457            ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
11458 ____________________________________________________________________________
11459 [  3387] By: gsar                                  on 1999/05/11  09:34:13
11460         Log: various fixes for clean build and test on win32; configpm broken,
11461              needed to open myconfig.SH rather than myconfig; sundry adjustments
11462              to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
11463              work under win32; getenv_sv() changed to getenv_len() since SVs
11464              aren't visible in the lower echelons; remove bogus exports from
11465              config.sym; PERL_OBJECT-ness for C++ exception support; null out
11466              IoDIRP in filter_del() or sv_free() will attempt to close it
11467      Branch: perl
11468            ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
11469            ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
11470            ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
11471            ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
11472            ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
11473            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
11474            ! win32/config.gc win32/config.vc win32/makedef.pl
11475            ! win32/makefile.mk win32/perlhost.h win32/runperl.c
11476            ! win32/win32.c win32/win32.h
11477 ____________________________________________________________________________
11478 [  3386] By: gsar                                  on 1999/05/11  02:49:07
11479         Log: gutsupport for C++ exceptions
11480              From: Chip Salzenberg <chip@perlsupport.com>
11481              Date: Tue, 9 Mar 1999 11:51:57 -0500
11482              Message-ID: <19990309115157.E7911@perlsupport.com>
11483              Subject: [PATCH 5.005] Flexible Exceptions
11484      Branch: perl
11485            ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
11486            ! scope.c scope.h thrdvar.h util.c
11487 ____________________________________________________________________________
11488 [  3385] By: gsar                                  on 1999/05/10  19:33:36
11489         Log: "weak" references internals, still needs perlguts documentation
11490              (somewhat modified version of patch suggested by Tuomas J. Lukka
11491              <lukka@fas.harvard.edu>)
11492      Branch: perl
11493            ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
11494            ! pod/perldiag.pod proto.h sv.c sv.h util.c
11495 ____________________________________________________________________________
11496 [  3384] By: jhi                                   on 1999/05/10  18:21:43
11497         Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
11498              (due to QAR 56761) (the bug has been fixed in 4.0E or better)
11499      Branch: cfgperl
11500            ! INSTALL hints/dec_osf.sh
11501 ____________________________________________________________________________
11502 [  3381] By: jhi                                   on 1999/05/10  14:39:28
11503         Log: Integrate from mainperl.
11504      Branch: cfgperl
11505           +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
11506           +> cygwin32/build-instructions.charles-wilson
11507           +> cygwin32/build-instructions.sebastien-barre
11508           +> cygwin32/build-instructions.steven-morlock
11509           +> cygwin32/build-instructions.steven-morlock2
11510           +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
11511           +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
11512           +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
11513           +> t/op/numconvert.t utils/perlbc.PL
11514            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
11515            - cygwin32/perlld
11516           !> (integrate 105 files)
11517 ____________________________________________________________________________
11518 [  3380] By: gsar                                  on 1999/05/10  12:27:14
11519         Log: regen regnodes.h
11520      Branch: perl
11521            ! Changes regnodes.h
11522 ____________________________________________________________________________
11523 [  3379] By: gsar                                  on 1999/05/10  12:17:26
11524         Log: From: jan.dubois@ibm.net (Jan Dubois)
11525              Date: Sat, 01 May 1999 22:55:36 +0200
11526              Message-ID: <373067e9.56194713@smtp1.ibm.net>
11527              Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
11528      Branch: perl
11529            ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
11530            ! win32/config_H.vc
11531 ____________________________________________________________________________
11532 [  3378] By: gsar                                  on 1999/05/10  12:07:13
11533         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11534              Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
11535              Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
11536              Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
11537      Branch: perl
11538            + t/op/numconvert.t
11539            ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
11540            ! util.c
11541 ____________________________________________________________________________
11542 [  3377] By: gsar                                  on 1999/05/10  11:39:48
11543         Log: pp_modulo comment tweak from Ilya
11544      Branch: perl
11545            ! pp.c
11546 ____________________________________________________________________________
11547 [  3376] By: gsar                                  on 1999/05/10  11:30:40
11548         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
11549              Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
11550              Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
11551              Subject: Test.pm update [PATCH _56]
11552      Branch: perl
11553            ! lib/Test.pm
11554 ____________________________________________________________________________
11555 [  3375] By: gsar                                  on 1999/05/10  11:28:30
11556         Log: From: jan.dubois@ibm.net (Jan Dubois)
11557              Date: Fri, 07 May 1999 00:59:54 +0200
11558              Message-ID: <373318ae.19292461@smtp1.ibm.net>
11559              Subject: Re: Using existing memory for an SV's PV 
11560      Branch: perl
11561            ! sv.c
11562 ____________________________________________________________________________
11563 [  3374] By: gsar                                  on 1999/05/10  11:23:44
11564         Log: From: jan.dubois@ibm.net (Jan Dubois)
11565              Date: Fri, 07 May 1999 00:59:52 +0200
11566              Message-ID: <37321800.19118320@smtp1.ibm.net>
11567              Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
11568      Branch: perl
11569            ! perl.h
11570 ____________________________________________________________________________
11571 [  3373] By: gsar                                  on 1999/05/10  11:22:10
11572         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11573              Date: Thu, 6 May 1999 18:17:28 -0400
11574              Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
11575              Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
11576      Branch: perl
11577            ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
11578            ! util.c
11579 ____________________________________________________________________________
11580 [  3372] By: gsar                                  on 1999/05/10  10:57:49
11581         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11582              Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
11583              Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
11584              Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
11585      Branch: perl
11586            ! regcomp.c regcomp.pl
11587 ____________________________________________________________________________
11588 [  3371] By: gsar                                  on 1999/05/10  10:54:01
11589         Log: From: lane@duphy4.physics.drexel.edu
11590              Date: Tue, 04 May 1999 10:19:25 -0700
11591              Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
11592              Subject: [PATCH 5.005.56] pod->html VMS fixes
11593      Branch: perl
11594            ! installhtml lib/Pod/Html.pm
11595 ____________________________________________________________________________
11596 [  3370] By: gsar                                  on 1999/05/10  10:45:52
11597         Log: testsuite nits
11598      Branch: perl
11599            ! t/lib/io_linenum.t t/op/filetest.t
11600 ____________________________________________________________________________
11601 [  3369] By: gsar                                  on 1999/05/10  10:35:22
11602         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11603              Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
11604              Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
11605              Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
11606      Branch: perl
11607            ! os2/os2ish.h os2/os2thread.h
11608 ____________________________________________________________________________
11609 [  3368] By: gsar                                  on 1999/05/10  10:00:11
11610         Log: From: Albert Dvornik <bert@genscan.com>
11611              Date: 03 May 1999 12:20:57 -0400
11612              Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
11613              Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
11614      Branch: perl
11615            ! dump.c
11616 ____________________________________________________________________________
11617 [  3367] By: gsar                                  on 1999/05/10  09:55:51
11618         Log: shadow password support for Solaris (needs Configure help to
11619              determine HAS_GETSPENT)
11620              From: "Patrick O'Brien" <pdo@cs.umd.edu>
11621              Date: Sat, 01 May 1999 19:41:17 -0400
11622              Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
11623              Subject: getpwent() under solaris
11624      Branch: perl
11625            ! pp_sys.c
11626 ____________________________________________________________________________
11627 [  3366] By: gsar                                  on 1999/05/10  09:45:58
11628         Log: From: jan.dubois@ibm.net (Jan Dubois)
11629              Date: Sat, 01 May 1999 23:45:47 +0200
11630              Message-ID: <373373fb.59284266@smtp1.ibm.net>
11631              Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
11632      Branch: perl
11633            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
11634            ! pod/perldelta.pod
11635 ____________________________________________________________________________
11636 [  3365] By: gsar                                  on 1999/05/10  09:34:22
11637         Log: test suite and fix input_line_number()
11638              From: Paul Johnson <pjcj@transeda.com>
11639              Date: Thu, 29 Apr 1999 06:28:14 +0100
11640              Message-ID: <19990429062814.A17906@west-tip.transeda.com>
11641              Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
11642      Branch: perl
11643            + t/lib/io_linenum.t
11644            ! MANIFEST ext/IO/lib/IO/Handle.pm
11645 ____________________________________________________________________________
11646 [  3364] By: gsar                                  on 1999/05/10  09:20:56
11647         Log: fix overeager [:foo:] parsing
11648              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11649              Date: Fri, 30 Apr 1999 09:26:18 +0100
11650              Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
11651              Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005 
11652      Branch: perl
11653            ! regcomp.c t/op/re_tests
11654 ____________________________________________________________________________
11655 [  3363] By: gsar                                  on 1999/05/10  09:09:21
11656         Log: documentation for Win32 builtins (somewhat modified)
11657              From: jan.dubois@ibm.net (Jan Dubois)
11658              Date: Tue, 30 Mar 1999 08:05:03 +0200
11659              Message-ID: <37006783.1926460@smtp1.ibm.net>
11660              Subject: Re: Issues with build 509 
11661      Branch: perl
11662            + pod/Win32.pod
11663            ! MANIFEST
11664 ____________________________________________________________________________
11665 [  3362] By: gsar                                  on 1999/05/10  08:22:07
11666         Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
11667      Branch: perl
11668            ! lib/File/Copy.pm win32/win32.c
11669 ____________________________________________________________________________
11670 [  3361] By: gsar                                  on 1999/05/10  08:11:29
11671         Log: escape ampersands in <pre> sections
11672      Branch: perl
11673            ! Changes lib/Pod/Html.pm
11674 ____________________________________________________________________________
11675 [  3360] By: gsar                                  on 1999/05/10  08:04:14
11676         Log: AIX hints enhancements (threads build, SOCKS support)
11677              From: "David R. Favor" <dfavor@austin.ibm.com>
11678              Date: Wed, 28 Apr 1999 08:45:28 -0500
11679              Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
11680              Subject: Working build for AIX + gcc + threading
11681      Branch: perl
11682            ! hints/aix.sh
11683 ____________________________________________________________________________
11684 [  3359] By: gsar                                  on 1999/05/10  07:49:26
11685         Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
11686              Date: Tue, 27 Apr 1999 23:47:24 PDT
11687              Message-ID: <19990428064724.95244.qmail@hotmail.com>
11688              Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
11689              --
11690              Date: Thu, 29 Apr 1999 18:21:06 -0700
11691              Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
11692              Subject: [PATCH 5.005_56] double constants ( C.pm)
11693              --
11694              Date: Mon, 03 May 1999 20:21:31 PDT
11695              Message-ID: <19990504032131.81113.qmail@hotmail.com>
11696              Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
11697              --
11698              Date: Thu, 06 May 1999 17:57:09 -0700
11699              Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
11700              Subject: Stash.pm
11701      Branch: perl
11702            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
11703            ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
11704 ____________________________________________________________________________
11705 [  3358] By: gsar                                  on 1999/05/10  04:39:15
11706         Log: cygwin32 update (untested adaptation of patch against 5.005_03)
11707              From: alexander smishlajev <als@turnhere.com>
11708              Date: Sun, 25 Apr 1999 14:58:29 +0300
11709              Message-ID: <37230365.5F68B460@turnhere.com>
11710              Subject: [PATCH]5.005_03 (CORE) cygwin32 port
11711      Branch: perl
11712            + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
11713            + cygwin32/build-instructions.charles-wilson
11714            + cygwin32/build-instructions.sebastien-barre
11715            + cygwin32/build-instructions.steven-morlock
11716            + cygwin32/build-instructions.steven-morlock2
11717            + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
11718            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
11719            - cygwin32/perlld
11720            ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
11721            ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
11722            ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
11723            ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
11724            ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
11725            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
11726 ____________________________________________________________________________
11727 [  3357] By: gsar                                  on 1999/05/10  04:07:07
11728         Log: applied suggested patch, modulo already applied parts
11729              From: Charles Bailey <BAILEY@newman.upenn.edu>
11730              Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
11731              Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
11732              Subject: [Patch 5.005_56] VMS consolidated patch #2
11733      Branch: perl
11734            ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
11735            ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
11736            ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
11737            ! vms/subconfigure.com vms/test.com vms/vms.c
11738 ____________________________________________________________________________
11739 [  3356] By: gsar                                  on 1999/05/10  03:48:08
11740         Log: applied suggested patch, with win32 and PERL_OBJECT additions
11741              From: Tom Hughes <tom@compton.nu>
11742              Date: Sat, 24 Apr 1999 18:11:59 +0100
11743              Message-ID: <609bdff748.tom@compton.compton.nu>
11744              Subject: ByteLoader patch
11745      Branch: perl
11746            + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
11747            + ext/ByteLoader/Makefile.PL utils/perlbc.PL
11748            ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
11749            ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
11750            ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
11751            ! utils/Makefile win32/Makefile win32/makefile.mk
11752 ____________________________________________________________________________
11753 [  3355] By: gsar                                  on 1999/05/10  03:22:49
11754         Log: document 'test' attribute (from Andreas Koenig)
11755      Branch: perl
11756            ! lib/ExtUtils/MakeMaker.pm
11757 ____________________________________________________________________________
11758 [  3354] By: gsar                                  on 1999/05/10  03:12:37
11759         Log: From: pmarquess@bfsec.bt.co.uk
11760              Date: Thu, 22 Apr 1999 23:12:08 +0100
11761              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
11762              Subject: PATCH for small bug in scan_bin
11763      Branch: perl
11764            ! util.c
11765 ____________________________________________________________________________
11766 [  3353] By: gsar                                  on 1999/05/10  02:39:33
11767         Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
11768              provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
11769      Branch: perl
11770            ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
11771            ! win32/win32iop.h
11772 ____________________________________________________________________________
11773 [  3352] By: gsar                                  on 1999/05/09  22:47:39
11774         Log: flush all open output buffers before fork(), exec(), system, qx//
11775              and pipe open() operations, simplifying buffering headaches faced
11776              by users; uses fflush(NULL), which may need Configure test
11777      Branch: perl
11778            ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
11779            ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
11780 ____________________________________________________________________________
11781 [  3351] By: gsar                                  on 1999/05/09  21:11:51
11782         Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
11783              Leroy <jll@skynet.be>)
11784      Branch: perl
11785            ! utils/perlcc.PL
11786 ____________________________________________________________________________
11787 [  3350] By: gsar                                  on 1999/05/09  20:39:11
11788         Log: normalize $^X to full pathname on win32
11789      Branch: perl
11790            ! win32/runperl.c
11791 ____________________________________________________________________________
11792 [  3349] By: gsar                                  on 1999/05/09  20:23:07
11793         Log: allow readline($globref), <$globref> already works
11794      Branch: perl
11795            ! pp_hot.c
11796 ____________________________________________________________________________
11797 [  3348] By: gsar                                  on 1999/05/09  20:00:09
11798         Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
11799              <lemburg@online-club.de>)
11800      Branch: perl
11801            ! utils/perldoc.PL
11802 ____________________________________________________________________________
11803 [  3347] By: gsar                                  on 1999/05/09  18:47:21
11804         Log: additions to Thread.pm docs from Tuomas J. Lukka
11805              <lukka@fas.harvard.edu>
11806      Branch: perl
11807            ! ext/Thread/Thread.pm
11808 ____________________________________________________________________________
11809 [  3346] By: gsar                                  on 1999/05/09  18:38:00
11810         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
11811              Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
11812              Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
11813              Subject: [PATCH _56] Re: pdt: Perl Development Tools? 
11814      Branch: perl
11815            ! ext/B/B/Xref.pm
11816 ____________________________________________________________________________
11817 [  3345] By: gsar                                  on 1999/05/09  18:22:43
11818         Log: work around mangled archname on win32 while finding privlib/sitelib;
11819              normalize lib paths to forward slashes internally
11820      Branch: perl
11821            ! win32/win32.c
11822 ____________________________________________________________________________
11823 [  3344] By: gsar                                  on 1999/05/09  03:20:06
11824         Log: fix typo in dbm filters that caused odbm.t to fail
11825      Branch: perl
11826            ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
11827 ____________________________________________________________________________
11828 [  3343] By: gsar                                  on 1999/05/09  02:02:59
11829         Log: tweak test totals
11830      Branch: perl
11831            ! Changes t/lib/tie-stdhandle.t
11832 ____________________________________________________________________________
11833 [  3342] By: gsar                                  on 1999/05/09  01:42:06
11834         Log: import list propagation busted (pointed out by Ton Hospel
11835              <thospel@mail.dma.be>)
11836      Branch: perl
11837            ! lib/autouse.pm
11838 ____________________________________________________________________________
11839 [  3341] By: gsar                                  on 1999/05/09  00:54:18
11840         Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
11841              (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
11842      Branch: perl
11843            ! Configure Makefile.SH
11844 ____________________________________________________________________________
11845 [  3340] By: gsar                                  on 1999/05/09  00:40:41
11846         Log: generate manpages for newly added utils
11847      Branch: perl
11848            ! installman
11849 ____________________________________________________________________________
11850 [  3339] By: gsar                                  on 1999/05/09  00:33:50
11851         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11852              Date: Sun, 02 May 1999 17:59:24 +0100
11853              Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
11854              Subject: [PATCH] Re: ptr to realloced memory in yylex
11855      Branch: perl
11856            ! toke.c
11857 ____________________________________________________________________________
11858 [  3338] By: jhi                                   on 1999/05/08  22:40:29
11859         Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
11860      Branch: cfgperl
11861            ! INSTALL
11862 ____________________________________________________________________________
11863 [  3337] By: jhi                                   on 1999/05/08  22:22:26
11864         Log: Integrate from mainperl.
11865      Branch: cfgperl
11866           +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
11867           !> (integrate 54 files)
11868 ____________________________________________________________________________
11869 [  3336] By: gsar                                  on 1999/05/08  21:48:22
11870         Log: make perldoc -f grok nested =items
11871      Branch: perl
11872            ! utils/perldoc.PL
11873 ____________________________________________________________________________
11874 [  3335] By: gsar                                  on 1999/05/08  19:48:11
11875         Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
11876      Branch: perl
11877            ! op.c t/lib/fields.t
11878 ____________________________________________________________________________
11879 [  3334] By: gsar                                  on 1999/05/08  19:09:41
11880         Log: update test totals
11881      Branch: perl
11882            ! t/lib/bigintpm.t
11883 ____________________________________________________________________________
11884 [  3333] By: gsar                                  on 1999/05/08  16:56:02
11885         Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
11886      Branch: perl
11887            ! pod/perlfunc.pod
11888 ____________________________________________________________________________
11889 [  3332] By: gsar                                  on 1999/05/08  16:46:44
11890         Log: applied suggested patch, added tests
11891              From: William Mann <wmann@avici.com>
11892              Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
11893              Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
11894              Subject: BigInt.pm extensions for logical operations
11895      Branch: perl
11896            ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
11897 ____________________________________________________________________________
11898 [  3331] By: gsar                                  on 1999/05/08  16:09:33
11899         Log: avoid temporary files named 'tmp'
11900      Branch: perl
11901            ! Makefile.SH pp.c
11902 ____________________________________________________________________________
11903 [  3330] By: nick                                  on 1999/05/08  14:16:30
11904         Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
11905              Provide Tie::StdHandle
11906              Basic update of docs.
11907      Branch: perl
11908            + t/lib/tie-stdhandle.t
11909            ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
11910 ____________________________________________________________________________
11911 [  3329] By: nick                                  on 1999/05/08  12:03:45
11912         Log: Tweaks to open(my $fh,...) stuff
11913      Branch: perl
11914            ! op.c pp.c pp_sys.c t/io/open.t
11915 ____________________________________________________________________________
11916 [  3328] By: nick                                  on 1999/05/08  11:18:42
11917         Log: Bring SDBM_File.xs into line with new typemap
11918      Branch: perl
11919            ! ext/SDBM_File/SDBM_File.xs
11920 ____________________________________________________________________________
11921 [  3327] By: gsar                                  on 1999/05/08  00:07:11
11922         Log: add test case for AUTOLOAD reentrancy fix in change#3279
11923      Branch: perl
11924            ! t/lib/autoloader.t
11925 ____________________________________________________________________________
11926 [  3326] By: nick                                  on 1999/05/07  21:24:50
11927         Log: Implement open( my $fh, ...) and similar.
11928              Set flag in op.c for "constructor ops"
11929              In pp_rv2gv, if flag is set and arg is PADSV and uninit
11930              vivify as reference to a detached GV.
11931              (Name of GV is the pad name.)
11932              This scheme should "just work" for pipe/socket etc. too.
11933              
11934              #if 0 out the open(FH,undef) for now.
11935              Change t/io/open.t to test open(my $fh,...)
11936      Branch: perl
11937            ! op.c pp.c pp_sys.c t/io/open.t
11938 ____________________________________________________________________________
11939 [  3325] By: nick                                  on 1999/05/07  21:18:42
11940         Log: Correct SvLEN vs SvCUR  which leads to odd "chunk" vs "line" in mess().
11941      Branch: perl
11942            ! util.c
11943 ____________________________________________________________________________
11944 [  3324] By: gsar                                  on 1999/05/07  20:28:31
11945         Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
11946              intervening code has to allocate SVs)
11947      Branch: perl
11948            ! util.c
11949 ____________________________________________________________________________
11950 [  3323] By: gsar                                  on 1999/05/07  19:45:08
11951         Log: allow line numbers to show in diagnostics during global destruction
11952      Branch: perl
11953            ! util.c
11954 ____________________________________________________________________________
11955 [  3322] By: gsar                                  on 1999/05/07  09:38:11
11956         Log: From: Dan Sugalski <sugalskd@ous.edu>
11957              Date: Fri, 09 Apr 1999 16:16:39 -0700
11958              Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
11959              Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
11960      Branch: perl
11961            ! lib/ExtUtils/MM_VMS.pm
11962 ____________________________________________________________________________
11963 [  3321] By: gsar                                  on 1999/05/07  09:08:23
11964         Log: From: kwzh@gnu.org (Karl Heuer)
11965              Date: Wed, 7 Apr 1999 23:58:58 -0400
11966              Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
11967              Subject: [perl-5.005.02] detect lack of /dev/tty
11968      Branch: perl
11969            ! Makefile.SH
11970 ____________________________________________________________________________
11971 [  3320] By: gsar                                  on 1999/05/07  08:52:14
11972         Log: allow distinct prefix for versioned executables
11973              From: Roderick Schertler <roderick@argon.org>
11974              Date: Wed, 07 Apr 1999 15:34:56 -0400
11975              Message-ID: <3003.923513696@eeyore.ibcinc.com>
11976              Subject: perl55.00503 -> perl5.00503 patch for installperl
11977      Branch: perl
11978            ! INSTALL installperl
11979 ____________________________________________________________________________
11980 [  3319] By: gsar                                  on 1999/05/07  08:07:02
11981         Log: From: Dan Sugalski <sugalskd@osshe.edu>
11982              Date: Mon, 05 Apr 1999 15:38:42 -0700
11983              Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
11984              Subject: Re: chomp fails with $/ in fixed-length record mode
11985              --
11986              From: Roderick Schertler <roderick@argon.org>
11987              Date: Tue, 06 Apr 1999 21:11:37 -0400
11988              Message-ID: <2795.923447497@eeyore.ibcinc.com>
11989              Subject: Re: chomp fails with $/ in fixed-length record mode
11990      Branch: perl
11991            ! doop.c pod/perlfunc.pod t/op/chop.t
11992 ____________________________________________________________________________
11993 [  3318] By: gsar                                  on 1999/05/07  07:56:35
11994         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11995              Date: Tue, 6 Apr 1999 01:40:36 -0400
11996              Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
11997              Subject: [PATCH 5.005_*] Make % use fmod()
11998      Branch: perl
11999            ! pp.c t/op/arith.t
12000 ____________________________________________________________________________
12001 [  3317] By: gsar                                  on 1999/05/07  04:18:11
12002         Log: DBM Filters (via private mail)
12003              From: pmarquess@bfsec.bt.co.uk
12004              Date: Sun, 18 Apr 1999 21:05:52 +0100
12005              Message-Id: <199904182009.NAA19152@activestate.com>
12006              Subject: DBM Filters
12007      Branch: perl
12008            + pod/perldbmfilter.pod
12009            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
12010            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
12011            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
12012            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
12013            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
12014            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
12015            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
12016            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
12017            ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
12018            ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
12019            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
12020            ! t/lib/sdbm.t
12021 ____________________________________________________________________________
12022 [  3316] By: gsar                                  on 1999/05/07  03:28:53
12023         Log: avoid negative return value from Win32::GetTickCount()
12024              From: jan.dubois@ibm.net (Jan Dubois)
12025              Date: Sat, 03 Apr 1999 19:04:18 +0200
12026              Message-ID: <37084742.22824479@smtp1.ibm.net>
12027              Subject: Re: Win32::GetTickCount
12028      Branch: perl
12029            ! win32/win32.c
12030 ____________________________________________________________________________
12031 [  3314] By: gsar                                  on 1999/05/06  08:01:23
12032         Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
12033              Date: Tue, 30 Mar 1999 23:40:34 PST
12034              Message-ID: <19990331074034.6117.qmail@hotmail.com>
12035              Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
12036              --
12037              Date: Wed, 07 Apr 1999 00:28:23 -0800
12038              Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
12039              Subject: [PATCH 5.005_56] function prototypes(B.pm)
12040              --
12041              Date: Thu, 22 Apr 1999 23:40:52 -0700
12042              Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
12043              Subject: [PATCH 5.005_56 ] discarding worthless padsvs
12044              --
12045              Date: Tue, 27 Apr 1999 01:14:49 PDT
12046              Message-ID: <19990427081449.28615.qmail@hotmail.com>
12047              Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
12048      Branch: perl
12049            ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
12050            ! t/op/ref.t
12051 ____________________________________________________________________________
12052 [  3313] By: jhi                                   on 1999/05/06  07:59:52
12053         Log: Integrate from mainperl.
12054      Branch: cfgperl
12055           !> (integrate 33 files)
12056 ____________________________________________________________________________
12057 [  3312] By: gsar                                  on 1999/05/06  07:11:50
12058         Log: add Ethiopic section to unicode master database (from Ken
12059              Whistler <kenw@sybase.com>)
12060      Branch: perl
12061            ! lib/unicode/UnicodeData-Latest.txt
12062 ____________________________________________________________________________
12063 [  3311] By: gsar                                  on 1999/05/06  05:37:55
12064         Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
12065              Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
12066              Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
12067              Subject: Largefiles for Solaris
12068      Branch: perl
12069            ! hints/solaris_2.sh
12070 ____________________________________________________________________________
12071 [  3310] By: gsar                                  on 1999/05/06  05:14:35
12072         Log: emit more accurate diagnostic for syntax errors involving <>
12073              within eval""
12074      Branch: perl
12075            ! toke.c utils/perldoc.PL
12076 ____________________________________________________________________________
12077 [  3309] By: gsar                                  on 1999/05/06  04:36:31
12078         Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
12079      Branch: perl
12080            ! t/lib/open3.t
12081 ____________________________________________________________________________
12082 [  3308] By: gsar                                  on 1999/05/06  03:19:16
12083         Log: applied first part of suggested patch (bug described cannot be
12084              reproduced any longer, so the second inconclusive part has not
12085              been applied)
12086              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12087              Date: Sun, 28 Mar 1999 04:51:34 +0100
12088              Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
12089              Subject: [PATCH 5.005_56] Re: A core dump 
12090      Branch: perl
12091            ! toke.c
12092 ____________________________________________________________________________
12093 [  3307] By: gsar                                  on 1999/05/06  01:56:06
12094         Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
12095              change#3180)
12096      Branch: perl
12097            ! op.c
12098 ____________________________________________________________________________
12099 [  3306] By: gsar                                  on 1999/05/05  17:17:34
12100         Log: applied non-conflicting parts of suggested patch
12101              From: Charles Bailey <BAILEY@newman.upenn.edu>
12102              Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
12103              Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
12104              Subject: [Patch 5.005_56] Revised VMS patch
12105      Branch: perl
12106            ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
12107            ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
12108 ____________________________________________________________________________
12109 [  3305] By: gsar                                  on 1999/05/05  16:20:19
12110         Log: make perldoc use backslashed pathnames within system() on win32
12111      Branch: perl
12112            ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
12113 ____________________________________________________________________________
12114 [  3304] By: gsar                                  on 1999/05/05  07:29:43
12115         Log: upgrade Pod::Parser to v1.081 from CPAN
12116      Branch: perl
12117            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
12118            ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
12119            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
12120 ____________________________________________________________________________
12121 [  3303] By: gsar                                  on 1999/05/05  07:02:07
12122         Log: From: Andy Dougherty <doughera@lafayette.edu>
12123              Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
12124              Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
12125              Subject: [PATCH 5.005_03-MT3] INSTALL patches
12126      Branch: perl
12127            ! INSTALL
12128 ____________________________________________________________________________
12129 [  3302] By: gsar                                  on 1999/05/05  06:55:21
12130         Log: load base packages based on nonexistent $VERSION
12131              From: andreas.koenig@anima.de (Andreas J. Koenig)
12132              Date: 19 Mar 1999 06:00:28 +0100
12133              Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
12134              Subject: Re: base.pm flaw
12135      Branch: perl
12136            ! lib/base.pm lib/locale.pm
12137 ____________________________________________________________________________
12138 [  3301] By: gsar                                  on 1999/05/04  05:41:08
12139         Log: pod2man outputs switched date and revision label (fix suggested by
12140              EthanSasiela@mede.com)
12141      Branch: perl
12142            ! pod/pod2man.PL
12143 ____________________________________________________________________________
12144 [  3300] By: gsar                                  on 1999/05/03  18:48:25
12145         Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
12146              (makes opendir(D,"c:") work reliably)
12147      Branch: perl
12148            ! win32/win32.c
12149 ____________________________________________________________________________
12150 [  3299] By: gsar                                  on 1999/05/02  19:39:55
12151         Log: add test case for change#3298
12152      Branch: perl
12153            ! sv.c t/op/readdir.t
12154 ____________________________________________________________________________
12155 [  3298] By: gsar                                  on 1999/05/02  19:24:41
12156         Log: close directory handles properly when localized
12157      Branch: perl
12158            ! sv.c
12159 ____________________________________________________________________________
12160 [  3297] By: jhi                                   on 1999/04/30  11:42:14
12161         Log: Integrate from mainperl.
12162      Branch: cfgperl
12163           !> Changes config_h.SH configure.com lib/AutoLoader.pm
12164           !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
12165           !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
12166           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
12167           !> vms/subconfigure.com win32/win32.c
12168 ____________________________________________________________________________
12169 [  3293] By: chip                                  on 1999/04/29  18:50:49
12170         Log: Fix shebang lines.
12171      Branch: maint-5.004/perl
12172            ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
12173            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
12174            ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
12175            ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
12176            ! x2p/find2perl.PL x2p/s2p.PL
12177 ____________________________________________________________________________
12178 [  3284] By: gsar                                  on 1999/04/27  00:48:42
12179         Log: integrate change#3279 from maint-5.004
12180      Branch: perl
12181            ! lib/AutoLoader.pm
12182 ____________________________________________________________________________
12183 [  3279] By: chip                                  on 1999/04/26  23:09:26
12184         Log: Make &AutoLoad::AUTOLOAD reentrant.
12185      Branch: maint-5.004/perl
12186            ! lib/AutoLoader.pm
12187 ____________________________________________________________________________
12188 [  3276] By: chip                                  on 1999/04/26  22:34:36
12189         Log: Make porting scripts executable.
12190      Branch: maint-5.004/perl
12191            ! Changes Porting/genlog Porting/makerel Porting/p4desc
12192            ! Porting/patchls
12193 ____________________________________________________________________________
12194 [  3274] By: gsar                                  on 1999/04/26  17:30:31
12195         Log: allow embedded null characters in diagnostics
12196      Branch: perl
12197            ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
12198 ____________________________________________________________________________
12199 [  3273] By: gsar                                  on 1999/04/26  08:27:22
12200         Log: hand-applied conflicting parts of suggested patch
12201              From: Charles Bailey <BAILEY@newman.upenn.edu>
12202              Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
12203              Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
12204              Subject: [PATCH 5.005_56] VMS configuration/build
12205      Branch: perl
12206            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
12207            ! vms/munchconfig.c vms/subconfigure.com
12208 ____________________________________________________________________________
12209 [  3272] By: gsar                                  on 1999/04/26  08:25:41
12210         Log: update Changes; tweak minor regressions
12211      Branch: perl
12212            ! Changes lib/AutoSplit.pm lib/File/Path.pm
12213 ____________________________________________________________________________
12214 [  3271] By: gsar                                  on 1999/04/26  07:52:51
12215         Log: integrate change#3229 from maint-5.004
12216      Branch: perl
12217            ! pp_ctl.c util.c
12218 ____________________________________________________________________________
12219 [  3270] By: gsar                                  on 1999/04/25  22:58:27
12220         Log: fix buggy reference count on refs to SVs with autoviv magic
12221              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
12222              accessing free()d memory)
12223      Branch: perl
12224            ! pp.c t/op/ref.t
12225 ____________________________________________________________________________
12226 [  3269] By: gsar                                  on 1999/04/24  17:07:55
12227         Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
12228              on win32)
12229      Branch: perl
12230            ! win32/win32.c
12231 ____________________________________________________________________________
12232 [  3268] By: gsar                                  on 1999/04/24  16:38:25
12233         Log: kill dup hunk
12234      Branch: perl
12235            ! config_h.SH
12236 ____________________________________________________________________________
12237 [  3267] By: gsar                                  on 1999/04/24  16:35:57
12238         Log: integrate cfgperl changes into mainline
12239      Branch: perl
12240           +> myconfig.SH
12241            - myconfig
12242            ! pod/perlre.pod
12243           !> (integrate 38 files)
12244 ____________________________________________________________________________
12245 [  3266] By: jhi                                   on 1999/04/23  18:42:44
12246         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
12247              To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
12248              Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
12249              Cc: Lionel Cons <lionel.cons@cern.ch>,
12250              Ilya Zakharevich <ilya@math.ohio-state.edu>,
12251              David Hayes <david@bdel.com>
12252              Subject: [PATCH] h2ph
12253              Date: Fri, 23 Apr 1999 12:37:23 -0400
12254              Message-ID: <19990423123723.A49550@O2.chapin.edu>
12255      Branch: cfgperl
12256            ! utils/h2ph.PL
12257 ____________________________________________________________________________
12258 [  3265] By: jhi                                   on 1999/04/21  18:17:12
12259         Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
12260              To: perlbug@perl.org
12261              Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
12262              Date: Wed, 21 Apr 1999 08:17:54 -0700
12263              Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
12264      Branch: cfgperl
12265            ! vms/descrip_mms.template
12266 ____________________________________________________________________________
12267 [  3264] By: jhi                                   on 1999/04/20  08:50:54
12268         Log: From: Andy Dougherty <doughera@lafayette.edu>
12269              To: The Perl Porters Mailing List <perl5-porters@perl.org>
12270              Subject: [PATCH 5.005_56] Re: 5.006 Todo
12271              Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
12272              Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
12273      Branch: cfgperl
12274            ! Porting/pumpkin.pod
12275 ____________________________________________________________________________
12276 [  3263] By: jhi                                   on 1999/04/20  08:05:01
12277         Log: From: Chip Salzenberg <chip@perlsupport.com>
12278              To: Perl 5 Porters <perl5-porters@perl.org>
12279              Subject: [PATCH 5.005_56] Configure: $sig_count
12280              Date: Sun, 18 Apr 1999 17:54:36 -0400
12281              Message-ID: <19990418175436.A27496@perlsupport.com>
12282      Branch: cfgperl
12283            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12284            ! config_h.SH
12285 ____________________________________________________________________________
12286 [  3262] By: jhi                                   on 1999/04/19  18:23:50
12287         Log: Subject: PATCH wrong faq reference in perlbook.pod
12288              From: Robin Barker <rmb1@cise.npl.co.uk>
12289              To: perlbug@perl.com
12290              Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
12291              Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
12292      Branch: cfgperl
12293            ! pod/perlbook.pod
12294 ____________________________________________________________________________
12295 [  3261] By: jhi                                   on 1999/04/15  13:59:04
12296         Log: From: Andy Dougherty <doughera@lafayette.edu>
12297              To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
12298              Cc: Perl Porters <perl5-porters@perl.org>
12299              Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
12300              Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
12301              Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
12302      Branch: cfgperl
12303            ! hints/solaris_2.sh
12304 ____________________________________________________________________________
12305 [  3260] By: jhi                                   on 1999/04/15  13:56:53
12306         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
12307              To: pumpkings@jhereg.perl.com
12308              Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
12309              Date: Thu, 15 Apr 1999 07:13:41 -0600
12310              Message-Id: <199904151313.HAA07682@jhereg.perl.com>
12311      Branch: cfgperl
12312            ! pod/perldata.pod
12313 ____________________________________________________________________________
12314 [  3259] By: jhi                                   on 1999/04/13  23:12:52
12315         Log: LDLIBPTH also on 'clean' targets.
12316      Branch: cfgperl
12317            ! Makefile.SH
12318 ____________________________________________________________________________
12319 [  3258] By: jhi                                   on 1999/04/13  21:38:46
12320         Log: Add information about the two DEC C compiler optimizer bugs
12321              (what patch levels of the compilers fix them).
12322      Branch: cfgperl
12323            ! pp.c t/op/repeat.t
12324 ____________________________________________________________________________
12325 [  3257] By: jhi                                   on 1999/04/13  14:25:08
12326         Log: Be polite about ccdlflags and lddflags, too.
12327              Avoid Perl's malloc only when threaded.
12328      Branch: cfgperl
12329            ! hints/aix.sh
12330 ____________________________________________________________________________
12331 [  3256] By: jhi                                   on 1999/04/13  10:21:33
12332         Log: Croak if no known ways to semctl() (don't assume union semun).
12333      Branch: cfgperl
12334            ! doio.c perl.h
12335 ____________________________________________________________________________
12336 [  3255] By: jhi                                   on 1999/04/13  09:10:26
12337         Log: From: Dan Sugalski <sugalskd@osshe.edu>
12338              To: perl5-porters@perl.org, vmsperl@perl.org
12339              Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
12340              Date: Mon, 12 Apr 1999 13:36:48 -0700
12341              Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
12342      Branch: cfgperl
12343            ! lib/ExtUtils/MM_VMS.pm
12344 ____________________________________________________________________________
12345 [  3254] By: jhi                                   on 1999/04/13  06:56:26
12346         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
12347              To: perlbug@perl.com
12348              Subject: Update for OpenBSD hints
12349              Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
12350              Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
12351      Branch: cfgperl
12352            ! hints/openbsd.sh
12353 ____________________________________________________________________________
12354 [  3229] By: chip                                  on 1999/04/13  04:04:14
12355         Log: Preserve errno from importunities of sfio.
12356      Branch: maint-5.004/perl
12357            ! pp_ctl.c util.c
12358 ____________________________________________________________________________
12359 [  3226] By: jhi                                   on 1999/04/11  12:52:26
12360         Log: If both ways to call semctl are broken,    skip the tests.
12361      Branch: cfgperl
12362            ! t/lib/ipc_sysv.t
12363 ____________________________________________________________________________
12364 [  3225] By: jhi                                   on 1999/04/10  22:27:28
12365         Log: From: Andy Dougherty <doughera@lafayette.edu>
12366              To: dsembr01@ox.slug.louisville.edu
12367              Cc: perlbug@perl.com
12368              Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
12369              Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
12370              Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
12371      Branch: cfgperl
12372            ! ext/POSIX/POSIX.xs
12373 ____________________________________________________________________________
12374 [  3224] By: jhi                                   on 1999/04/09  18:50:32
12375         Log: From: Andy Dougherty <doughera@lafayette.edu>
12376              To: Perl Porters <perl5-porters@perl.org>
12377              Subject: [PATCH 5.005_56] Re: prefix= in hints
12378              Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
12379              Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
12380              
12381              (Overrides change #3204 from Kurt)
12382      Branch: cfgperl
12383            ! hints/linux.sh
12384 ____________________________________________________________________________
12385 [  3223] By: jhi                                   on 1999/04/09  18:37:55
12386         Log: Understand Apollo's //node notation.
12387              
12388              From: Johann Klasek <jk@auto.tuwien.ac.at>
12389              To: jhi@iki.fi
12390              Subject: Re: DomainPerl
12391              Date: Fri, 9 Apr 1999 18:21:37 +0200
12392              Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
12393      Branch: cfgperl
12394            ! lib/Cwd.pm
12395 ____________________________________________________________________________
12396 [  3220] By: jhi                                   on 1999/04/04  16:33:49
12397         Log: Integrate from mainperl.
12398      Branch: cfgperl
12399           !> (integrate 39 files)
12400 ____________________________________________________________________________
12401 [  3219] By: gsar                                  on 1999/04/04  02:48:17
12402         Log: tweak previous change
12403      Branch: maint-5.005/perl
12404            ! win32/win32.c
12405 ____________________________________________________________________________
12406 [  3218] By: gsar                                  on 1999/04/04  02:44:47
12407         Log: be careful about extending the stack for the Win32:: builtins
12408      Branch: maint-5.005/perl
12409            ! win32/win32.c
12410 ____________________________________________________________________________
12411 [  3217] By: gsar                                  on 1999/04/04  01:59:26
12412         Log: correct places that said newSVpv() when they meant newSVpvn()
12413      Branch: perl
12414            ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
12415            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
12416            ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
12417            ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
12418            ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
12419            ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
12420            ! win32/win32.c
12421 ____________________________________________________________________________
12422 [  3216] By: gsar                                  on 1999/04/03  23:58:27
12423         Log: avoid duplicate code
12424      Branch: perl
12425            ! sv.c
12426 ____________________________________________________________________________
12427 [  3215] By: gsar                                  on 1999/04/03  23:14:34
12428         Log: grow PL_tmps_stack more efficiently; make it more amenable to
12429              STRESS_REALLOC testing
12430      Branch: perl
12431            ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
12432            ! sv.c
12433 ____________________________________________________________________________
12434 [  3214] By: gsar                                  on 1999/04/03  21:01:09
12435         Log: scrounge and save three extra branches in pp_entersub()
12436      Branch: perl
12437            ! cv.h pp_ctl.c pp_hot.c
12438 ____________________________________________________________________________
12439 [  3213] By: gsar                                  on 1999/04/03  17:43:23
12440         Log: remove duplicate code and an extra branch in sv_setsv() and
12441              other hot code by making SvTHINKFIRST() think about FAKE SVs
12442      Branch: perl
12443            ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
12444            ! proto.h scope.c sv.c sv.h
12445 ____________________________________________________________________________
12446 [  3212] By: jhi                                   on 1999/04/03  16:20:09
12447         Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
12448              
12449              From: John Bley <jbb6@acpub.duke.edu>
12450              To: perlbug@perl.org
12451              Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
12452              Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
12453              Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
12454      Branch: cfgperl
12455            ! doio.c pp_sys.c
12456 ____________________________________________________________________________
12457 [  3211] By: jhi                                   on 1999/04/03  13:27:26
12458         Log: Change #3210 was rather unportable.  This is better.
12459      Branch: cfgperl
12460            ! Configure config_h.SH
12461 ____________________________________________________________________________
12462 [  3210] By: jhi                                   on 1999/04/03  13:16:20
12463         Log: Avoid Digital UNIX' ksh.
12464              
12465              From: Jarkko Hietaniemi <jhi@iki.fi> 
12466              To: Henrik Tougaard <ht000@siberut.foa.dk> 
12467              Cc: perlbug@perl.com, ht000@foa.dk 
12468              Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
12469              Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET) 
12470              Message-ID: <13999.10289.319422.239987@alpha.hut.fi> 
12471      Branch: cfgperl
12472            ! Configure config_h.SH
12473 ____________________________________________________________________________
12474 [  3209] By: jhi                                   on 1999/04/03  12:49:04
12475         Log: Integrate from mainperl.
12476      Branch: cfgperl
12477           !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
12478 ____________________________________________________________________________
12479 [  3208] By: jhi                                   on 1999/04/03  12:27:24
12480         Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
12481              
12482              From: Lionel Cons <lionel.cons@cern.ch>
12483              To: jhi@iki.fi
12484              Cc: perlbug@perl.com, kstar@isinet.com,
12485              Philippe Defert <philippe.defert@cern.ch>
12486              Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
12487              Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
12488              Message-Id: <199904011205.OAA11380@mercury.cern.ch>
12489      Branch: cfgperl
12490            ! hints/irix_6.sh
12491 ____________________________________________________________________________
12492 [  3207] By: jhi                                   on 1999/04/03  12:20:21
12493         Log: Be polite about usemymalloc.
12494      Branch: cfgperl
12495            ! hints/aix.sh
12496 ____________________________________________________________________________
12497 [  3206] By: gsar                                  on 1999/04/02  23:31:59
12498         Log: a typo in change#3205
12499      Branch: perl
12500            ! t/lib/bigfloatpm.t
12501 ____________________________________________________________________________
12502 [  3205] By: gsar                                  on 1999/04/02  23:20:31
12503         Log: make testsuite reflect change#3157  (Math::BigFloat->new now
12504              returns NaNs faithfully)
12505      Branch: perl
12506            ! t/lib/bigfloatpm.t
12507 ____________________________________________________________________________
12508 [  3204] By: jhi                                   on 1999/04/02  22:03:23
12509         Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
12510              
12511              From: "Kurt D. Starsinic" <kstar@chapin.edu>
12512              To: perl5-porters@perl.org
12513              Subject: linux hints nit
12514              Date: Fri, 2 Apr 1999 16:49:47 -0500
12515              Message-ID: <19990402164947.E80926@O2.chapin.edu>
12516      Branch: cfgperl
12517            ! hints/linux.sh
12518 ____________________________________________________________________________
12519 [  3203] By: jhi                                   on 1999/04/02  22:00:56
12520         Log: Display exact glibc version in Linux. 
12521              
12522              From: Andy Dougherty <doughera@lafayette.edu>
12523              To: Perl Porters <perl5-porters@perl.org>
12524              Subject: Displaying glibc version on Linux
12525              Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
12526              Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
12527      Branch: cfgperl
12528            ! hints/linux.sh
12529 ____________________________________________________________________________
12530 [  3202] By: gsar                                  on 1999/04/02  21:23:18
12531         Log: various little goofs
12532      Branch: perl
12533            ! Changes Makefile.SH README installperl
12534 ____________________________________________________________________________
12535 [  3201] By: jhi                                   on 1999/04/02  13:13:39
12536         Log: Configure regen.
12537              
12538              Add llseek + offset_t probing.
12539              Change CONFIG to CONFIGDOTSH.
12540              'unset foo' is unportable, use foo=''.
12541      Branch: cfgperl
12542            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
12543            ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
12544            ! perl_exp.SH writemain.SH
12545 ____________________________________________________________________________
12546 [  3200] By: jhi                                   on 1999/04/02  12:06:22
12547         Log: Introduce myconfig.SH.
12548              
12549              From: Andy Dougherty <doughera@lafayette.edu>
12550              To: Jarkko Hietaniemi <jhi@iki.fi>
12551              Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
12552              Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
12553              Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
12554              Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
12555      Branch: cfgperl
12556            + myconfig.SH
12557            - myconfig
12558            ! MANIFEST
12559 ____________________________________________________________________________
12560 [  3195] By: jhi                                   on 1999/03/28  16:42:54
12561         Log: Update perlhist on 5_03.
12562      Branch: maint-5.005/perl
12563            ! pod/perlhist.pod
12564 ____________________________________________________________________________
12565 [  3194] By: jhi                                   on 1999/03/28  12:30:01
12566         Log: Integrate from mainperl.
12567      Branch: cfgperl
12568           +> t/op/grep.t
12569            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
12570            ! t/lib/bigintpm.t
12571           !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
12572           !> t/lib/thread.t
12573 ____________________________________________________________________________
12574 [  3189] By: gsar                                  on 1999/03/28  08:22:00
12575         Log: various pod niggles
12576      Branch: maint-5.005/perl
12577            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
12578            ! pod/perlfunc.pod pod/perlhist.pod
12579 ____________________________________________________________________________
12580 [  3187] By: gsar                                  on 1999/03/28  07:31:16
12581         Log: regularize CAPI declarations (CAPI extensions now build under
12582              the Borland compiler)
12583      Branch: maint-5.005/perl
12584            ! win32/GenCAPI.pl
12585 ____________________________________________________________________________
12586 [  3186] By: gsar                                  on 1999/03/28  07:26:33
12587         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
12588              -DPERL_CAPI
12589      Branch: maint-5.005/perl
12590            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
12591 ____________________________________________________________________________
12592 [  3183] By: gsar                                  on 1999/03/28  06:00:46
12593         Log: update p4 utility to ignore non-text files
12594      Branch: perl
12595            ! Porting/p4desc
12596 ____________________________________________________________________________
12597 [  3181] By: gsar                                  on 1999/03/28  03:37:23
12598         Log: integrate change#3179 from maint-5.005
12599      Branch: perl
12600           !> ext/Thread/Thread.xs t/lib/thread.t
12601 ____________________________________________________________________________
12602 [  3180] By: gsar                                  on 1999/03/28  02:28:20
12603         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
12604              (sometimes caused bizarreness in the BLOCK)
12605      Branch: perl
12606            + t/op/grep.t
12607            ! MANIFEST op.c
12608 ____________________________________________________________________________
12609 [  3179] By: gsar                                  on 1999/03/28  02:14:04
12610         Log: fix thread segfault when passing large number of arguments to child
12611              a la C<Thread->new($foo, 1..1000)>
12612      Branch: maint-5.005/perl
12613            ! ext/Thread/Thread.xs t/lib/thread.t
12614 ____________________________________________________________________________
12615 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
12616         Log: fix $Config{'usethreads'} typo in perlthrtut
12617              
12618              From: Ian Maloney <szhmf9@wsblob.ubs.com>
12619              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
12620              Message-Id: <199903251540.QAA02439@wsblob.>
12621              Subject: perlthrtut documentation error
12622      Branch: maint-5.005/perl
12623            ! pod/perlthrtut.pod
12624 ____________________________________________________________________________
12625 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
12626         Log: Update Test.pm to VERSION 1.122 from CPAN
12627      Branch: maint-5.005/perl
12628            ! lib/Test.pm
12629 ____________________________________________________________________________
12630 [  3171] By: jhi                                   on 1999/03/26  22:38:28
12631         Log: Integrate from mainperl.
12632      Branch: cfgperl
12633           !> (integrate 37 files)
12634 ____________________________________________________________________________
12635 [  3170] By: gsar                                  on 1999/03/26  01:30:25
12636         Log: specify type of bracket in "Unmatched bracket" diagnostic;
12637              prefer 'brace' or 'curly bracket' over 'curly brace'
12638      Branch: perl
12639            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
12640            ! t/op/misc.t t/op/re_tests toke.c
12641 ____________________________________________________________________________
12642 [  3169] By: gsar                                  on 1999/03/26  00:50:51
12643         Log: better description of "Integer overflow" diagnostic
12644      Branch: perl
12645            ! pod/perldiag.pod
12646 ____________________________________________________________________________
12647 [  3168] By: gsar                                  on 1999/03/25  11:02:46
12648         Log: applied needful parts of suggested patch
12649              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
12650              Date: Tue, 23 Mar 1999 16:21:43 -0800
12651              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
12652              Subject: [PATCH 5.005_56] pp_formline correction
12653      Branch: perl
12654            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
12655 ____________________________________________________________________________
12656 [  3167] By: gsar                                  on 1999/03/25  10:39:02
12657         Log: clarify what a "comment" means (due to Mark-Jason Dominus
12658              <mjd@plover.com>)
12659      Branch: perl
12660            ! pod/perlsyn.pod
12661 ____________________________________________________________________________
12662 [  3166] By: gsar                                  on 1999/03/25  10:33:18
12663         Log: describe current behavior on local($foo{nothere}) (suggested by
12664              Lionel Cons <lionel.cons@cern.ch>)
12665      Branch: perl
12666            ! pod/perlsub.pod
12667 ____________________________________________________________________________
12668 [  3165] By: gsar                                  on 1999/03/25  06:21:05
12669         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
12670              <vishalb@hotmail.com>)
12671      Branch: perl
12672            ! ext/B/B/C.pm
12673 ____________________________________________________________________________
12674 [  3164] By: gsar                                  on 1999/03/25  06:17:27
12675         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
12676              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
12677              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
12678              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
12679      Branch: perl
12680            ! ext/B/B.xs op.h opcode.pl
12681 ____________________________________________________________________________
12682 [  3163] By: gsar                                  on 1999/03/25  06:15:49
12683         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
12684              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
12685              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
12686              Subject: [PATCH _56] B::Deparse 0.57
12687              --
12688              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
12689              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
12690              Subject: Re: [PATCH _56] B::Deparse 0.57 
12691      Branch: perl
12692            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
12693 ____________________________________________________________________________
12694 [  3162] By: gsar                                  on 1999/03/25  06:11:46
12695         Log: fix a few places that said 'int', but meant 'STRLEN'
12696      Branch: perl
12697            ! pod/perlguts.pod proto.h sv.c
12698 ____________________________________________________________________________
12699 [  3161] By: gsar                                  on 1999/03/25  06:01:18
12700         Log: From: Russ Allbery <rra@stanford.edu>
12701              Date: 22 Mar 1999 04:26:26 -0800
12702              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
12703              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
12704      Branch: perl
12705            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
12706            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
12707            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
12708            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
12709 ____________________________________________________________________________
12710 [  3160] By: gsar                                  on 1999/03/25  02:26:31
12711         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
12712      Branch: perl
12713            ! opcode.h opcode.pl
12714 ____________________________________________________________________________
12715 [  3159] By: gsar                                  on 1999/03/25  02:18:17
12716         Log: add statement-modifier loops to :base_loop class
12717      Branch: perl
12718            ! ext/Opcode/Opcode.pm
12719 ____________________________________________________________________________
12720 [  3158] By: gsar                                  on 1999/03/25  00:36:57
12721         Log: integrate changes#3105,3130,3154 from maint-5.005
12722      Branch: perl
12723           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
12724 ____________________________________________________________________________
12725 [  3157] By: gsar                                  on 1999/03/25  00:24:17
12726         Log: remove bogus panic()
12727      Branch: perl
12728            ! Changes lib/Math/BigFloat.pm
12729 ____________________________________________________________________________
12730 [  3156] By: jhi                                   on 1999/03/24  22:43:43
12731         Log: Integrate from mainperl.
12732      Branch: cfgperl
12733           +> (branch 38 files)
12734           !> (integrate 68 files)
12735 ____________________________________________________________________________
12736 [  3155] By: jhi                                   on 1999/03/24  22:12:17
12737         Log: Configure regenerated because of changes #3130/#3154 and #3147.
12738      Branch: cfgperl
12739            ! Configure config_h.SH
12740 ____________________________________________________________________________
12741 [  3154] By: jhi                                   on 1999/03/24  21:40:51
12742         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
12743              based on suggestions from Andy Dougherty.
12744      Branch: maint-5.005/perl
12745            ! INSTALL
12746 ____________________________________________________________________________
12747 [  3153] By: gsar                                  on 1999/03/24  10:38:05
12748         Log: applied suggested patch, modulo superceded parts
12749              From: Charles Bailey <BAILEY@newman.upenn.edu>
12750              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
12751              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
12752              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
12753      Branch: perl
12754            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
12755            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
12756            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
12757            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
12758 ____________________________________________________________________________
12759 [  3152] By: gsar                                  on 1999/03/24  10:30:51
12760         Log: applied suggested patch, modulo superceded parts
12761              From: Charles Bailey <BAILEY@newman.upenn.edu>
12762              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
12763              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
12764              Subject: [PATCH 5.005_56] Miscellaneous small fixes
12765      Branch: perl
12766            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
12767            ! lib/File/Basename.pm
12768 ____________________________________________________________________________
12769 [  3151] By: gsar                                  on 1999/03/24  10:15:00
12770         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
12771      Branch: perl
12772            ! pod/perlop.pod
12773 ____________________________________________________________________________
12774 [  3150] By: gsar                                  on 1999/03/24  10:09:13
12775         Log: missing integration in previous change
12776      Branch: perl
12777           !> README.apollo
12778 ____________________________________________________________________________
12779 [  3149] By: gsar                                  on 1999/03/24  10:06:44
12780         Log: integrate changes#3116,3119 from maint-5.005
12781      Branch: perl
12782            + README.apollo
12783           +> apollo/netinet/in.h
12784           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
12785 ____________________________________________________________________________
12786 [  3148] By: gsar                                  on 1999/03/24  10:01:56
12787         Log: integrate changes#3091-3094 from maint-5.005
12788      Branch: perl
12789           !> README.hurd vms/subconfigure.com vos/config.h
12790           !> vos/config_h.SH_orig
12791 ____________________________________________________________________________
12792 [  3147] By: gsar                                  on 1999/03/24  09:31:49
12793         Log: warn about newfangled vfork() caveats
12794      Branch: perl
12795            ! Configure
12796 ____________________________________________________________________________
12797 [  3146] By: jhi                                   on 1999/03/24  09:20:14
12798         Log: Bring in changes #2808 and #2812 (from mainline perl)
12799              that enhance the perlbug checklist.
12800      Branch: maint-5.005/perl
12801            ! utils/perlbug.PL
12802 ____________________________________________________________________________
12803 [  3145] By: gsar                                  on 1999/03/24  08:37:02
12804         Log: integrate change#3115 from maint-5.005
12805      Branch: perl
12806           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
12807           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
12808 ____________________________________________________________________________
12809 [  3144] By: gsar                                  on 1999/03/24  08:33:59
12810         Log: add note about map in scalar context
12811      Branch: perl
12812            ! pod/perlfunc.pod
12813 ____________________________________________________________________________
12814 [  3143] By: gsar                                  on 1999/03/24  08:25:59
12815         Log: doc tweak
12816      Branch: perl
12817            ! lib/Time/Local.pm
12818 ____________________________________________________________________________
12819 [  3142] By: gsar                                  on 1999/03/24  08:20:37
12820         Log: applied suggested patch, modulo bogus hunk
12821              From: "Vishal Bhatia" <vishalb@hotmail.com>
12822              Date: Thu, 11 Mar 1999 07:40:27 PST
12823              Message-ID: <19990311154027.25891.qmail@hotmail.com>
12824              Subject: [PATCH 5.005_56] Minor fixes in perlcc
12825      Branch: perl
12826            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
12827 ____________________________________________________________________________
12828 [  3141] By: gsar                                  on 1999/03/24  08:06:12
12829         Log: integrate change#3104 from maint-5.005
12830      Branch: perl
12831           !> README.os390 t/lib/posix.t
12832 ____________________________________________________________________________
12833 [  3140] By: gsar                                  on 1999/03/24  06:34:56
12834         Log: fix failure of C<&locked_sub;> under -Dusethreads
12835      Branch: perl
12836            ! pp_hot.c t/lib/thread.t
12837 ____________________________________________________________________________
12838 [  3139] By: gsar                                  on 1999/03/24  05:52:00
12839         Log: debugger tweak (wasn't printing a newline after recalled commands)
12840      Branch: perl
12841            ! lib/perl5db.pl
12842 ____________________________________________________________________________
12843 [  3138] By: gsar                                  on 1999/03/24  05:33:28
12844         Log: document OO exceptions (based on a suggestion by Andreas Koenig
12845              <andreas.koenig@anima.de>)
12846      Branch: perl
12847            ! pod/perlfunc.pod
12848 ____________________________________________________________________________
12849 [  3137] By: gsar                                  on 1999/03/24  02:50:20
12850         Log: better "Illegal %s digit ignored" warnings
12851      Branch: perl
12852            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
12853            ! toke.c util.c
12854 ____________________________________________________________________________
12855 [  3136] By: gsar                                  on 1999/03/24  02:26:38
12856         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
12857      Branch: perl
12858            + t/pragma/utf8.t
12859            ! regcomp.c
12860 ____________________________________________________________________________
12861 [  3135] By: gsar                                  on 1999/03/24  01:29:09
12862         Log: flip release & version in win32_uname()
12863      Branch: perl
12864            ! win32/win32.c
12865 ____________________________________________________________________________
12866 [  3134] By: gsar                                  on 1999/03/24  01:08:33
12867         Log: support POSIX::uname() via win32_uname()
12868      Branch: perl
12869            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
12870            ! win32/config.gc win32/config.vc win32/config_H.bc
12871            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
12872            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
12873 ____________________________________________________________________________
12874 [  3133] By: gsar                                  on 1999/03/23  22:20:10
12875         Log: From: jan.dubois@ibm.net (Jan Dubois)
12876              Date: Sat, 06 Mar 1999 21:42:56 +0100
12877              Message-ID: <36e49281.50337171@smtp1.ibm.net>
12878              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
12879      Branch: perl
12880            ! pod/perldelta.pod
12881 ____________________________________________________________________________
12882 [  3132] By: gsar                                  on 1999/03/23  22:17:45
12883         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
12884              Date: Sat, 06 Mar 1999 17:50:49 +0100
12885              Message-ID: <36e25209.33833760@smtp1.ibm.net>
12886              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
12887              --
12888              Date: Sat, 06 Mar 1999 18:15:00 +0100
12889              Message-ID: <36e36222.37954195@smtp1.ibm.net>
12890              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
12891      Branch: perl
12892            + t/lib/filefunc.t
12893            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
12894            ! pod/perldelta.pod pod/perlmodlib.pod
12895 ____________________________________________________________________________
12896 [  3131] By: gsar                                  on 1999/03/23  22:07:59
12897         Log: integrate cfgperl changes into mainline
12898      Branch: perl
12899           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
12900           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
12901           !> installperl malloc.c perl.c perl.h pod/perl.pod
12902           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
12903 ____________________________________________________________________________
12904 [  3130] By: jhi                                   on 1999/03/23  22:02:23
12905         Log: Don't use config.msg to remind about the
12906              LD_LIBRARY_PATH because Makefile.SH takes
12907              care of that.
12908              
12909              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
12910              This used to be the default but in some MT or another it
12911              was dropped because of some transient error or another.
12912      Branch: maint-5.005/perl
12913            ! Configure hints/dec_osf.sh
12914 ____________________________________________________________________________
12915 [  3129] By: gsar                                  on 1999/03/23  21:38:03
12916         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
12917              to size    and better maintainability)
12918      Branch: perl
12919            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
12920            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
12921            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
12922            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
12923            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
12924            + t/pod/include.xr t/pod/included.t t/pod/included.xr
12925            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
12926            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
12927            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
12928            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
12929            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
12930            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
12931            ! win32/Makefile win32/makefile.mk win32/pod.mak
12932 ____________________________________________________________________________
12933 [  3128] By: jhi                                   on 1999/03/23  10:14:54
12934         Log: Integrate from mainperl.
12935      Branch: cfgperl
12936           !> (integrate 46 files)
12937 ____________________________________________________________________________
12938 [  3127] By: gsar                                  on 1999/03/23  06:57:30
12939         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
12940              Date: Thu, 4 Mar 1999 10:54:01 -0800
12941              Message-Id: <9903041854.AA46868@frc0000>
12942              Subject: patch for useless Math::BigInt warnings
12943      Branch: perl
12944            ! lib/Math/BigInt.pm
12945 ____________________________________________________________________________
12946 [  3126] By: gsar                                  on 1999/03/23  05:54:37
12947         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
12948              From: "Kurt D. Starsinic" <kstar@chapin.edu>
12949              Date: Fri, 19 Feb 1999 15:47:59 -0500
12950              Message-ID: <19990219154759.A32350@O2.chapin.edu>
12951              Subject: [PATCH] OSF/1 hints
12952      Branch: perl
12953            ! hints/dec_osf.sh
12954 ____________________________________________________________________________
12955 [  3125] By: gsar                                  on 1999/03/23  00:56:38
12956         Log: avoid typeglob persistence in pp_readline()
12957      Branch: perl
12958            ! sv.c t/op/gv.t
12959 ____________________________________________________________________________
12960 [  3124] By: gsar                                  on 1999/03/22  21:12:23
12961         Log: update copyright years
12962      Branch: perl
12963            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
12964            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
12965            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
12966            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
12967            ! sv.c sv.h toke.c utf8.c utf8.h util.c
12968 ____________________________________________________________________________
12969 [  3123] By: gsar                                  on 1999/03/22  07:07:06
12970         Log: implement win32_spawnvp() internally, making it return true PIDs
12971              for asynchronous spawns; fix win32_kill() to always deal with
12972              PIDs
12973      Branch: perl
12974            ! win32/win32.c win32/win32.h
12975 ____________________________________________________________________________
12976 [  3122] By: jhi                                   on 1999/03/19  21:12:14
12977         Log: Describe the new Benchmark feature in more detail.
12978      Branch: cfgperl
12979            ! pod/perldelta.pod
12980      Branch: maint-5.005/perl
12981            ! pod/perldelta.pod
12982 ____________________________________________________________________________
12983 [  3121] By: jhi                                   on 1999/03/19  08:16:12
12984         Log: AVAILABILITY tuning.
12985      Branch: cfgperl
12986            ! pod/perl.pod
12987      Branch: maint-5.005/perl
12988            ! pod/perl.pod
12989 ____________________________________________________________________________
12990 [  3120] By: jhi                                   on 1999/03/17  14:52:17
12991         Log: Rhapsody change assumed too much.
12992      Branch: cfgperl
12993            ! t/op/stat.t
12994 ____________________________________________________________________________
12995 [  3119] By: jhi                                   on 1999/03/17  14:33:43
12996         Log: More Apollo fixes.
12997      Branch: maint-5.005/perl
12998            ! README.apollo hints/apollo.sh t/lib/io_udp.t
12999 ____________________________________________________________________________
13000 [  3118] By: jhi                                   on 1999/03/16  17:23:39
13001         Log: Nada.
13002      Branch: maint-5.005/perl
13003            ! README.apollo
13004 ____________________________________________________________________________
13005 [  3117] By: jhi                                   on 1999/03/16  17:18:49
13006         Log: Apollo DomainOS AVAILABILITY.
13007      Branch: cfgperl
13008            ! pod/perl.pod
13009      Branch: maint-5.005/perl
13010            ! pod/perl.pod
13011 ____________________________________________________________________________
13012 [  3116] By: jhi                                   on 1999/03/16  17:14:00
13013         Log: Apollo DomainOS patch
13014              From: Johann Klasek <jk@auto.tuwien.ac.at>
13015              Subject: Re: DomainPerl
13016              Date: Tue, 16 Mar 1999 17:46:32 +0100
13017              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
13018      Branch: maint-5.005/perl
13019            + README.apollo apollo/netinet/in.h
13020            ! MANIFEST hints/apollo.sh
13021 ____________________________________________________________________________
13022 [  3115] By: jhi                                   on 1999/03/16  14:23:54
13023         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
13024              To: Gurusamy Sarathy <gsar@activestate.com>,
13025              Graham Barr <gbarr@pobox.com>
13026              Cc: Perl5 Porters <perl5-porters@perl.org>,
13027              "Paul.Marquess" <Paul.Marquess@btinternet.com>
13028              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
13029              Date: Sun, 14 Mar 1999 14:43:57 -0000
13030              Message-Id: <199903141841.NAA17040@defender.perl.org>
13031      Branch: maint-5.005/perl
13032            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
13033            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
13034 ____________________________________________________________________________
13035 [  3114] By: jhi                                   on 1999/03/16  12:42:20
13036         Log: Mention Rhapsody in 5.005_5X perldelta,
13037              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
13038              *planned* AVAILABILITY.
13039      Branch: cfgperl
13040            ! pod/perl.pod pod/perldelta.pod
13041      Branch: maint-5.005/perl
13042            ! pod/perl.pod
13043 ____________________________________________________________________________
13044 [  3113] By: jhi                                   on 1999/03/16  10:38:53
13045         Log: perldelta niggling.
13046      Branch: cfgperl
13047            ! pod/perldelta.pod
13048      Branch: maint-5.005/perl
13049            ! pod/perldelta.pod
13050 ____________________________________________________________________________
13051 [  3112] By: jhi                                   on 1999/03/16  10:35:21
13052         Log: Integrate from mainperl.
13053      Branch: cfgperl
13054           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
13055           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
13056 ____________________________________________________________________________
13057 [  3111] By: jhi                                   on 1999/03/16  10:28:10
13058         Log: AVAILABILITY update: still mention PowerUX,
13059              Novell Netware now has sources available.
13060      Branch: cfgperl
13061            ! pod/perl.pod
13062      Branch: maint-5.005/perl
13063            ! pod/perl.pod
13064 ____________________________________________________________________________
13065 [  3110] By: gsar                                  on 1999/03/16  04:34:23
13066         Log: sundry pod niggles
13067      Branch: perl
13068            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
13069            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
13070 ____________________________________________________________________________
13071 [  3109] By: jhi                                   on 1999/03/15  17:00:11
13072         Log: Integrate from mainperl.
13073      Branch: cfgperl
13074           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
13075           +> lib/unicode/Is/Syllable.pl
13076           +> lib/unicode/MakeEthiopicSyllables.PL
13077           +> lib/unicode/README.Ethiopic
13078           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
13079           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
13080           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
13081           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
13082           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
13083           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
13084           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
13085           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
13086 ____________________________________________________________________________
13087 [  3108] By: jhi                                   on 1999/03/15  16:58:12
13088         Log: First pass of integrating the Rhapsody port,
13089              
13090              From: Wilfredo Sanchez <wsanchez@apple.com> 
13091              Subject: Keeping the world in sync.
13092              Reply-To: wsanchez@apple.com 
13093              To: perlbug@perl.com 
13094              Date: Fri, 13 Nov 1998 17:11:30 -0800 
13095              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
13096      Branch: cfgperl
13097            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
13098            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
13099            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
13100            ! x2p/util.c
13101 ____________________________________________________________________________
13102 [  3107] By: gsar                                  on 1999/03/15  03:22:10
13103         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
13104              From: Daniel Yacob <dmulholl@cs.indiana.edu>
13105              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
13106              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
13107              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
13108      Branch: perl
13109            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
13110            + lib/unicode/Is/Syllable.pl
13111            + lib/unicode/MakeEthiopicSyllables.PL
13112            + lib/unicode/README.Ethiopic
13113            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
13114            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
13115            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
13116            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
13117            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
13118            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
13119            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
13120            ! lib/unicode/Name.pl lib/unicode/Number.pl
13121 ____________________________________________________________________________
13122 [  3106] By: gsar                                  on 1999/03/12  20:35:36
13123         Log: change#3067 failed package.t due to needless creation of $a and $b;
13124              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
13125      Branch: perl
13126            ! op.c
13127 ____________________________________________________________________________
13128 [  3105] By: jhi                                   on 1999/03/12  15:54:57
13129         Log: Recognize the NetBSD packages collection.
13130      Branch: maint-5.005/perl
13131            ! hints/netbsd.sh
13132 ____________________________________________________________________________
13133 [  3104] By: jhi                                   on 1999/03/12  09:07:04
13134         Log: From: pvhp@forte.com (Peter Prymmer)
13135              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
13136              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
13137              Date: Thu, 11 Mar 99 14:24:54 PST
13138              Message-Id: <9903112224.AA24346@forte.com>
13139      Branch: maint-5.005/perl
13140            ! README.os390 t/lib/posix.t
13141 ____________________________________________________________________________
13142 [  3103] By: jhi                                   on 1999/03/10  11:07:46
13143         Log: Integrate from mainperl.
13144      Branch: cfgperl
13145           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
13146           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
13147           !> t/pragma/warn/1global toke.c win32/makedef.pl
13148 ____________________________________________________________________________
13149 [  3102] By: jhi                                   on 1999/03/10  11:01:20
13150         Log: From: pvhp@forte.com (Peter Prymmer)
13151              To: perl5-porters@perl.org
13152              Subject: [5.005_03-MT6]Patch: time passes
13153              Date: Tue, 9 Mar 99 18:42:17 PST
13154              Message-Id: <9903100242.AA29057@forte.com>
13155      Branch: maint-5.005/perl
13156            ! perl.c
13157 ____________________________________________________________________________
13158 [  3101] By: jhi                                   on 1999/03/10  10:30:15
13159         Log: From: Mark-Jason Dominus <mjd@plover.com>
13160              To: perl5-porters@perl.com
13161              Subject: Minor fix to perlfunc.pod
13162              Date: Mon, 08 Mar 1999 20:05:53 -0500
13163              Message-ID: <19990309010553.13757.qmail@plover.com>
13164      Branch: maint-5.005/perl
13165            ! pod/perlfunc.pod
13166 ____________________________________________________________________________
13167 [  3100] By: gsar                                  on 1999/03/09  23:04:44
13168         Log: change#3060 had the wrong quotes
13169      Branch: perl
13170            ! pod/pod2man.PL
13171 ____________________________________________________________________________
13172 [  3099] By: jhi                                   on 1999/03/09  12:52:21
13173         Log: d_uname was broken (probably since _53), reported by
13174              
13175              From: Alan Burlison <Alan.Burlison@uk.sun.com>
13176              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
13177              cpan-testers@perl.org
13178              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
13179              Date: Mon, 08 Mar 1999 13:22:31 +0000
13180              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
13181              
13182              and
13183              
13184              From: lvirden@cas.org (Larry W. Virden)
13185              To: perlbug@perl.com
13186              Subject: configure not correctly identifying uname posix compatibility
13187              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
13188              Message-Id: <199903081136.GAA23682@cas.org>
13189      Branch: cfgperl
13190            ! Configure config_h.SH
13191 ____________________________________________________________________________
13192 [  3098] By: gsar                                  on 1999/03/09  03:16:07
13193         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
13194      Branch: perl
13195            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
13196 ____________________________________________________________________________
13197 [  3097] By: gsar                                  on 1999/03/09  02:50:43
13198         Log: use yyerror() instead of croak() so that compile-time failures in
13199              my(LIST) don't confuse globals with lexicals
13200      Branch: perl
13201            ! op.c toke.c
13202 ____________________________________________________________________________
13203 [  3096] By: gsar                                  on 1999/03/09  02:47:36
13204         Log: adjust testsuite for change#3067
13205      Branch: perl
13206            ! t/pragma/warn/1global
13207 ____________________________________________________________________________
13208 [  3095] By: gsar                                  on 1999/03/08  21:04:48
13209         Log: remove bogus symbols from global.sym
13210      Branch: perl
13211            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
13212            ! perl.h win32/makedef.pl
13213 ____________________________________________________________________________
13214 [  3094] By: jhi                                   on 1999/03/06  16:16:15
13215         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
13216              To: jhi@iki.fi
13217              Subject: Oops
13218              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
13219              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
13220      Branch: maint-5.005/perl
13221            ! README.hurd
13222 ____________________________________________________________________________
13223 [  3093] By: jhi                                   on 1999/03/06  15:59:46
13224         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
13225              To: jhi@iki.fi
13226              Subject: New Hurd README
13227              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
13228              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
13229      Branch: maint-5.005/perl
13230            ! README.hurd
13231 ____________________________________________________________________________
13232 [  3092] By: jhi                                   on 1999/03/06  12:52:06
13233         Log: From: Paul_Green@stratus.com
13234              To: perl5-porters@perl.org
13235              Cc: jhi@iki.fi, Paul_Green@stratus.com
13236              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
13237              Date: Fri, 5 Mar 1999 18:08:49 -0500 
13238              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
13239      Branch: maint-5.005/perl
13240            ! vos/config.h vos/config_h.SH_orig
13241 ____________________________________________________________________________
13242 [  3091] By: jhi                                   on 1999/03/06  12:42:21
13243         Log: From: Dan Sugalski <sugalskd@osshe.edu>
13244              To: perl5-porters@perl.org, vmsperl@perl.org
13245              Subject: [PATCH 5.005_03-MT6]VMS build patch
13246              Date: Fri, 05 Mar 1999 12:36:19 -0800
13247              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
13248      Branch: maint-5.005/perl
13249            ! vms/subconfigure.com
13250 ____________________________________________________________________________
13251 [  3090] By: gsar                                  on 1999/03/06  04:40:03
13252         Log: integrate change#3089 from mainline
13253              
13254              tolerate CRs after options
13255      Branch: maint-5.005/perl
13256           !> perl.c
13257 ____________________________________________________________________________
13258 [  3089] By: gsar                                  on 1999/03/06  04:30:40
13259         Log: tolerate CRs after options
13260      Branch: perl
13261            ! perl.c
13262 ____________________________________________________________________________
13263 [  3088] By: jhi                                   on 1999/03/05  12:49:01
13264         Log: Integrate from mainperl.
13265      Branch: cfgperl
13266           +> README.hurd
13267           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
13268 ____________________________________________________________________________
13269 [  3087] By: gsar                                  on 1999/03/05  06:41:16
13270         Log: adjust timeouts to accomodate slow/busy systems
13271      Branch: perl
13272            ! t/lib/io_sock.t
13273 ____________________________________________________________________________
13274 [  3083] By: gsar                                  on 1999/03/05  01:32:47
13275         Log: integrate change#3081 from maint-5.005
13276      Branch: perl
13277           !> ext/Errno/Errno_pm.PL
13278 ____________________________________________________________________________
13279 [  3082] By: gsar                                  on 1999/03/05  01:31:06
13280         Log: integrate change#2904 from maint-5.005
13281      Branch: perl
13282           +> README.hurd
13283           !> MANIFEST
13284 ____________________________________________________________________________
13285 [  3081] By: gsar                                  on 1999/03/05  00:14:33
13286         Log: protect against doubled backslashes
13287      Branch: maint-5.005/perl
13288            ! ext/Errno/Errno_pm.PL
13289 ____________________________________________________________________________
13290 [  3077] By: jhi                                   on 1999/03/04  08:10:13
13291         Log: Integrate from mainperl.
13292      Branch: cfgperl
13293           +> ext/B/B/Stash.pm
13294           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
13295           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
13296           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
13297           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
13298 ____________________________________________________________________________
13299 [  3076] By: jhi                                   on 1999/03/04  08:07:59
13300         Log: Regen config_h.SH once more because of *size, 
13301              noticed by
13302              
13303              From: Hans Mulder <hansm@icgned.icgroup.nl>
13304              To: Jarkko Hietaniemi <jhi@iki.fi>
13305              Cc: perl5-porters@perl.org
13306              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
13307              Date: Thu,  4 Mar 99 00:10:45 +0100
13308              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
13309      Branch: cfgperl
13310            ! Configure config_h.SH
13311 ____________________________________________________________________________
13312 [  3068] By: gsar                                  on 1999/03/04  05:48:03
13313         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
13314              Date: Thu,  4 Mar 99 00:10:45 +0100
13315              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
13316              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
13317      Branch: perl
13318            ! config_h.SH
13319 ____________________________________________________________________________
13320 [  3067] By: gsar                                  on 1999/03/04  05:44:32
13321         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
13322              From: Graham Barr <gbarr@ti.com>
13323              Date: Wed, 3 Mar 1999 17:23:56 -0600
13324              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
13325              Subject: Re: 'use strict' doesn't work for one-letter variables
13326      Branch: perl
13327            ! gv.c op.c
13328 ____________________________________________________________________________
13329 [  3066] By: gsar                                  on 1999/03/04  05:20:50
13330         Log: updates to compiler modules
13331              From: "Vishal Bhatia" <vishalb@hotmail.com>
13332              Date: Tue, 02 Mar 1999 23:27:25 PST
13333              Message-ID: <19990303072725.779.qmail@hotmail.com>
13334              Subject: PATCH 5.005_56 + Test procedure
13335      Branch: perl
13336            + ext/B/B/Stash.pm
13337            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
13338            ! lib/Test/Harness.pm utils/perlcc.PL
13339 ____________________________________________________________________________
13340 [  3065] By: gsar                                  on 1999/03/04  05:03:30
13341         Log: more s/s_/s!/ etc.
13342      Branch: perl
13343            ! pod/perldelta.pod pod/perlfunc.pod
13344 ____________________________________________________________________________
13345 [  3064] By: gsar                                  on 1999/03/04  04:50:45
13346         Log: integrate cfgperl contents into mainline
13347      Branch: perl
13348           !> Configure README.vms bytecode.h config_h.SH configure.com
13349           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
13350           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
13351           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
13352 ____________________________________________________________________________
13353 [  3063] By: gsar                                  on 1999/03/04  04:44:13
13354         Log: HP-UX has yet another spelling for /NaNQ?/
13355      Branch: perl
13356            ! t/lib/bigfloatpm.t
13357 ____________________________________________________________________________
13358 [  3062] By: gsar                                  on 1999/03/04  04:36:08
13359         Log: error-check for accept() test
13360      Branch: perl
13361            ! t/lib/io_sock.t
13362 ____________________________________________________________________________
13363 [  3061] By: gsar                                  on 1999/03/04  03:40:25
13364         Log: allow custom comparison function in File::Compare::compare_text()
13365              From: jan.dubois@ibm.net (Jan Dubois)
13366              Date: Fri, 26 Feb 1999 21:56:09 +0100
13367              Message-ID: <36db0838.8805651@smtp1.ibm.net>
13368              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
13369      Branch: perl
13370            ! lib/File/Compare.pm
13371 ____________________________________________________________________________
13372 [  3060] By: gsar                                  on 1999/03/04  03:37:38
13373         Log: better version of change#3038
13374              From: abigail@fnx.com
13375              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
13376              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
13377              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
13378      Branch: perl
13379            ! pod/pod2man.PL
13380 ____________________________________________________________________________
13381 [  3058] By: jhi                                   on 1999/03/03  22:30:40
13382         Log: Configure regen to
13383              (1) match maint-5.005 patches #3056 and #3057
13384              (2) better version of PHOSTNAME of #3050
13385              (3) the crosscompile/multiarch config_h.SH trouble solved for now
13386      Branch: cfgperl
13387            ! Configure config_h.SH
13388 ____________________________________________________________________________
13389 [  3054] By: jhi                                   on 1999/03/03  09:57:59
13390         Log: Change #3053 missed perldelta.
13391      Branch: cfgperl
13392            ! pod/perldelta.pod
13393 ____________________________________________________________________________
13394 [  3053] By: jhi                                   on 1999/03/03  08:29:43
13395         Log: Use '!' to mark native integer packings instead of '_'.
13396      Branch: cfgperl
13397            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
13398 ____________________________________________________________________________
13399 [  3052] By: jhi                                   on 1999/03/02  23:12:36
13400         Log: The HP-UX threads patch (change #3028) is needed also here.
13401      Branch: cfgperl
13402            ! hints/hpux.sh thread.h
13403 ____________________________________________________________________________
13404 [  3051] By: jhi                                   on 1999/03/02  08:24:52
13405         Log: From: Dan Sugalski <sugalskd@osshe.edu>
13406              To: perl5-porters@perl.org, vmsperl@perl.org
13407              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
13408              Date: Mon, 01 Mar 1999 16:10:57 -0800
13409              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
13410      Branch: cfgperl
13411            ! README.vms
13412      Branch: maint-5.005/perl
13413            ! README.vms
13414 ____________________________________________________________________________
13415 [  3050] By: jhi                                   on 1999/03/02  08:22:29
13416         Log: From: Dan Sugalski <sugalskd@osshe.edu>
13417              To: perl5-porters@perl.org, vmsperl@perl.org
13418              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
13419              Date: Mon, 01 Mar 1999 16:06:29 -0800
13420              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
13421              
13422              From: Dan Sugalski <sugalskd@osshe.edu>
13423              To: perl5-porters@perl.org, vmsperl@perl.org
13424              Subject: [PATCH 5.005_56]vmsish.pm patch
13425              Date: Mon, 01 Mar 1999 20:19:04 -0800
13426              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
13427              
13428              plus Configure regen containing a "solution" to the
13429              crosscompile/multiarch problem.
13430      Branch: cfgperl
13431            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
13432            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
13433 ____________________________________________________________________________
13434 [  3049] By: jhi                                   on 1999/03/02  07:34:21
13435         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
13436              To: perl5-porters@perl.org
13437              Subject: [PATCH] Eliminate (valid) warning in byterun.c
13438              Date: Mon, 01 Mar 1999 17:27:59 -0500
13439              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
13440      Branch: cfgperl
13441            ! bytecode.h
13442      Branch: maint-5.005/perl
13443            ! bytecode.h
13444 ____________________________________________________________________________
13445 [  3048] By: gsar                                  on 1999/03/02  06:41:21
13446         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
13447      Branch: perl
13448            ! MANIFEST README.hpux
13449 ____________________________________________________________________________
13450 [  3047] By: jhi                                   on 1999/03/01  06:34:43
13451         Log: Integrate from mainperl.
13452      Branch: cfgperl
13453           +> README.hpux lib/File/Spec/Functions.pm
13454           !> (integrate 28 files)
13455 ____________________________________________________________________________
13456 [  3046] By: gsar                                  on 1999/03/01  05:34:28
13457         Log: this is 5.005_56
13458      Branch: perl
13459            ! Changes
13460
13461 ----------------
13462 Version 5.005_56
13463 ----------------
13464
13465 ____________________________________________________________________________
13466 [  3045] By: gsar                                  on 1999/03/01  03:32:30
13467         Log: destroy PL_svref_mutex in perl_destruct()
13468      Branch: perl
13469            ! perl.c
13470 ____________________________________________________________________________
13471 [  3044] By: gsar                                  on 1999/03/01  00:38:50
13472         Log: up patchlevel &c.
13473      Branch: perl
13474            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
13475            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13476            ! win32/makefile.mk
13477 ____________________________________________________________________________
13478 [  3043] By: gsar                                  on 1999/03/01  00:14:15
13479         Log: integrate cfgperl contents into mainline
13480      Branch: perl
13481            ! pod/perldelta.pod
13482           !> Configure config_h.SH
13483 ____________________________________________________________________________
13484 [  3042] By: gsar                                  on 1999/02/28  23:55:08
13485         Log: slightly edited version of suggested patch
13486              From: jan.dubois@ibm.net (Jan Dubois)
13487              Date: Mon, 01 Mar 1999 00:32:05 +0100
13488              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
13489              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
13490      Branch: perl
13491            + lib/File/Spec/Functions.pm
13492            ! MANIFEST lib/File/Spec.pm
13493 ____________________________________________________________________________
13494 [  3041] By: gsar                                  on 1999/02/28  22:47:19
13495         Log: fix subtle bug in eval'' testsuite
13496      Branch: perl
13497            ! t/op/eval.t
13498 ____________________________________________________________________________
13499 [  3040] By: gsar                                  on 1999/02/28  22:46:24
13500         Log: avoid literal control characters in change#3039
13501      Branch: perl
13502            ! t/base/lex.t
13503 ____________________________________________________________________________
13504 [  3039] By: gsar                                  on 1999/02/28  21:47:18
13505         Log: todo item: permit extended control variables a la ${^Foo} (patch
13506              courtesy Mark-Jason Dominus <mjd@plover.com>)
13507      Branch: perl
13508            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
13509            ! t/base/lex.t toke.c
13510 ____________________________________________________________________________
13511 [  3038] By: gsar                                  on 1999/02/28  21:21:05
13512         Log: From: abigail@fnx.com
13513              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
13514              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
13515              Subject: Recognize -> and => inside [A-Z]<> sequences.
13516      Branch: perl
13517            ! pod/pod2man.PL
13518 ____________________________________________________________________________
13519 [  3037] By: gsar                                  on 1999/02/28  21:12:22
13520         Log: fix longstanding bug: searches for lexicals originating within eval''
13521              weren't stopping at the subroutine boundary correctly
13522      Branch: perl
13523            ! op.c proto.h t/op/eval.t
13524 ____________________________________________________________________________
13525 [  3036] By: gsar                                  on 1999/02/28  20:02:29
13526         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
13527              as stacked list values
13528              From: jan.dubois@ibm.net (Jan Dubois)
13529              Date: Sat, 27 Feb 1999 18:24:17 +0100
13530              Message-ID: <36e22849.36531259@smtp1.ibm.net>
13531              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
13532      Branch: perl
13533            ! win32/win32.c
13534 ____________________________________________________________________________
13535 [  3035] By: gsar                                  on 1999/02/28  19:48:54
13536         Log: remove superfluous stack_sp decl
13537      Branch: perl
13538            ! jpl/JNI/JNI.xs
13539 ____________________________________________________________________________
13540 [  3034] By: gsar                                  on 1999/02/28  19:34:58
13541         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
13542      Branch: perl
13543            ! lib/Getopt/Std.pm
13544 ____________________________________________________________________________
13545 [  3033] By: gsar                                  on 1999/02/28  19:23:41
13546         Log: add File::Compare::compare_text()
13547              From: jan.dubois@ibm.net (Jan Dubois)
13548              Date: Fri, 26 Feb 1999 00:20:41 +0100
13549              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
13550              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
13551      Branch: perl
13552            ! lib/File/Compare.pm pod/perltodo.pod
13553 ____________________________________________________________________________
13554 [  3032] By: gsar                                  on 1999/02/28  19:01:33
13555         Log: add README.hpux
13556      Branch: perl
13557            + README.hpux
13558            ! MAINTAIN MANIFEST
13559 ____________________________________________________________________________
13560 [  3031] By: gsar                                  on 1999/02/28  18:49:08
13561         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
13562              James Cromie <jcromie@fossil.uswc.uswest.com>
13563      Branch: perl
13564            ! lib/Pod/Html.pm
13565 ____________________________________________________________________________
13566 [  3030] By: gsar                                  on 1999/02/28  18:35:09
13567         Log: From: jan.dubois@ibm.net (Jan Dubois)
13568              Date: Wed, 24 Feb 1999 22:34:56 +0100
13569              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
13570              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
13571      Branch: perl
13572            ! lib/Test/Harness.pm
13573 ____________________________________________________________________________
13574 [  3029] By: gsar                                  on 1999/02/28  18:28:18
13575         Log: add note about env pollution
13576      Branch: perl
13577            ! INSTALL pod/perltodo.pod
13578 ____________________________________________________________________________
13579 [  3028] By: jhi                                   on 1999/02/26  14:40:00
13580         Log: HP-UX 11 threads.
13581              
13582              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
13583              To: perl5-porters@perl.org
13584              Cc: jhi@cc.hut.fi
13585              Subject: Maint 5 and _54 with threading on HP-UX 11.00
13586              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
13587              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
13588              
13589              NOTE from jhi: the hpux hints could still be more robust by
13590              disabling gdbm when necessary.
13591              
13592              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
13593              linking -lgdbm -lpthread creates an executable that instantly
13594              core dumps on a pthreads internal panic:
13595              
13596              ./gdpt
13597              
13598              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
13599              Return Pointer is 0xc082bf33
13600              17639 quit (core dumped)  ./gdpt
13601              
13602              You don't have to *use* either gdbm or pthreads in the executable,
13603              just linking them together is enough.  Workaround is to recompile
13604              the GDBM under HP-UX 11, that makes the problem go away.
13605      Branch: maint-5.005/perl
13606            ! hints/hpux.sh thread.h
13607 ____________________________________________________________________________
13608 [  3025] By: jhi                                   on 1999/02/25  20:41:07
13609         Log: Temporary workaround for the config_h.SH versus
13610              crosscompile and multiarch plus introduce 'rt'
13611              to $libswanted: in UNIX98 sched_yield() lives there.
13612      Branch: cfgperl
13613            ! Configure config_h.SH
13614 ____________________________________________________________________________
13615 [  3024] By: jhi                                   on 1999/02/24  12:54:59
13616         Log: Integrate from mainperl.
13617      Branch: cfgperl
13618           +> t/lib/fatal.t
13619           !> (integrate 44 files)
13620 ____________________________________________________________________________
13621 [  3023] By: gsar                                  on 1999/02/24  07:02:12
13622         Log: integrate cfgperl contents
13623      Branch: perl
13624           !> (integrate 30 files)
13625 ____________________________________________________________________________
13626 [  3022] By: gsar                                  on 1999/02/24  05:59:47
13627         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
13628              Date: 23 Feb 1999 17:53:22 -0700
13629              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
13630              Subject: [PATCH: _55] perldoc -q broken
13631      Branch: perl
13632            ! utils/perldoc.PL
13633 ____________________________________________________________________________
13634 [  3021] By: gsar                                  on 1999/02/24  05:51:53
13635         Log: ansify perlio.c, fix PerlIO-ish typos
13636      Branch: perl
13637            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
13638            ! iperlsys.h perlio.c
13639 ____________________________________________________________________________
13640 [  3020] By: gsar                                  on 1999/02/24  05:28:06
13641         Log: adjust a Perl_malloc() flag for NeXT
13642              From: Hans Mulder <hansm@icgned.icgroup.nl>
13643              Date: Tue, 23 Feb 99 00:26:25 +0100
13644              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
13645              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
13646      Branch: perl
13647            ! perl.h
13648 ____________________________________________________________________________
13649 [  3019] By: gsar                                  on 1999/02/24  05:19:42
13650         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
13651      Branch: perl
13652            ! pod/perltodo.pod
13653 ____________________________________________________________________________
13654 [  3018] By: gsar                                  on 1999/02/24  04:15:18
13655         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
13656              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
13657              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
13658              Subject: improved error message [PATCH _55] [RESEND]
13659      Branch: perl
13660            ! sv.c
13661 ____________________________________________________________________________
13662 [  3017] By: gsar                                  on 1999/02/24  03:50:34
13663         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
13664              Date: Sun, 21 Feb 1999 20:02:18 -0700
13665              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
13666              Subject: perlfunc updates (against 55)
13667      Branch: perl
13668            ! pod/perlfunc.pod
13669 ____________________________________________________________________________
13670 [  3016] By: gsar                                  on 1999/02/24  03:17:05
13671         Log: testsuite adjustments
13672              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13673              Date: Sat, 20 Feb 1999 15:24:57 +0000
13674              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
13675              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
13676      Branch: perl
13677            ! t/lib/io_sock.t t/op/lex_assign.t
13678 ____________________________________________________________________________
13679 [  3015] By: gsar                                  on 1999/02/24  02:54:47
13680         Log: avoid modifying readonly values from qw()
13681      Branch: perl
13682            ! lib/ExtUtils/MM_Unix.pm
13683 ____________________________________________________________________________
13684 [  3014] By: gsar                                  on 1999/02/24  02:49:04
13685         Log: more "correct" utbuf for utime()
13686      Branch: perl
13687            ! doio.c
13688 ____________________________________________________________________________
13689 [  3013] By: jhi                                   on 1999/02/22  19:27:44
13690         Log: Fix MacPerl version, change PowerUX to PowerMAX.
13691              
13692              From: Chris Nandor <pudge@pobox.com>
13693              To: jhi@iki.fi
13694              Cc: perl5-porters@perl.org
13695              Subject: Re: perl current availability as documented by perl.pod
13696              Date: Sun, 21 Feb 1999 11:06:03 -0500
13697              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
13698              
13699              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
13700              To: jhi@iki.fi
13701              Cc: perl5-porters@perl.org
13702              Subject: Re: perl current availability as documented by perl.pod
13703              Date: Mon, 22 Feb 1999 13:08:30 GMT
13704              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
13705      Branch: cfgperl
13706            ! pod/perl.pod
13707      Branch: maint-5.005/perl
13708            ! pod/perl.pod
13709 ____________________________________________________________________________
13710 [  3012] By: jhi                                   on 1999/02/22  10:26:11
13711         Log: Snapshot the cross-compilation/multiarchitecture stuff
13712              (currently broken in next)
13713      Branch: cfgperl
13714            ! Configure config_h.SH pp.c
13715 ____________________________________________________________________________
13716 [  3011] By: jhi                                   on 1999/02/22  10:24:51
13717         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
13718              To: gsar@activestate.com (Gurusamy Sarathy)
13719              Cc: perl5-porters@perl.org (Perl5 Porters)
13720              Subject: [PATCH 5.005_55] DB_File 1.64 patch
13721              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
13722              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
13723      Branch: cfgperl
13724            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
13725            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
13726 ____________________________________________________________________________
13727 [  3009] By: jhi                                   on 1999/02/22  09:14:26
13728         Log: Scratch #3008 and introduce $crosscompile and $multiarch
13729              also in non-Configure lands.
13730      Branch: cfgperl
13731            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
13732            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
13733            ! win32/config.gc win32/config.vc win32/config_H.bc
13734            ! win32/config_H.gc win32/config_H.vc
13735 ____________________________________________________________________________
13736 [  3008] By: jhi                                   on 1999/02/22  08:58:04
13737         Log: Add -DMULTIARCH (see change #3006).
13738      Branch: cfgperl
13739            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
13740 ____________________________________________________________________________
13741 [  3007] By: jhi                                   on 1999/02/22  08:54:06
13742         Log: Undo the references to local{lib,arch} introduced by #3006.
13743      Branch: cfgperl
13744            ! Configure config_h.SH
13745 ____________________________________________________________________________
13746 [  3006] By: jhi                                   on 1999/02/22  08:43:50
13747         Log: From: hansm@icgned.icgroup.nl
13748              To: perlbug@perl.com
13749              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
13750              Date: Sun, 21 Feb 1999 22:58:55 +0100
13751              Reply-To: hansmu@xs4all.nl
13752              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
13753              
13754              plus other Configure changes: prepare for cross-compilation/
13755              multiarchitecture builds.
13756      Branch: cfgperl
13757            ! Configure config_h.SH
13758 ____________________________________________________________________________
13759 [  3005] By: jhi                                   on 1999/02/22  08:35:30
13760         Log: Configure/Perl knew how to look for use Mach cthreads
13761              but Configure didn't let them to be used ($osname 'next').
13762      Branch: cfgperl
13763            ! Configure config_h.SH
13764      Branch: maint-5.005/perl
13765            ! Configure
13766 ____________________________________________________________________________
13767 [  3004] By: jhi                                   on 1999/02/21  15:46:02
13768         Log: Update Acorn AVAILABILITY.
13769      Branch: cfgperl
13770            ! pod/perl.pod
13771      Branch: maint-5.005/perl
13772            ! pod/perl.pod
13773 ____________________________________________________________________________
13774 [  3003] By: jhi                                   on 1999/02/21  14:50:42
13775         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
13776              To: perl5-porters@perl.org (Perl 5 Porters)
13777              Subject: PATCH: perlref.pod - symbolic ref example
13778              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
13779              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
13780      Branch: cfgperl
13781            ! pod/perlref.pod
13782      Branch: maint-5.005/perl
13783            ! pod/perlref.pod
13784 ____________________________________________________________________________
13785 [  3002] By: jhi                                   on 1999/02/21  14:35:22
13786         Log: Sync cfgperl with maint-5.005 change #3000.
13787      Branch: cfgperl
13788            ! pod/perlfunc.pod t/op/pack.t
13789 ____________________________________________________________________________
13790 [  2999] By: gsar                                  on 1999/02/20  22:48:30
13791         Log: From:    John Bley <jbb6@acpub.duke.edu>
13792              Date:    Sat, 20 Feb 1999 16:02:34 EST
13793              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
13794              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
13795      Branch: perl
13796            ! regcomp.c
13797 ____________________________________________________________________________
13798 [  2998] By: jhi                                   on 1999/02/20  14:13:06
13799         Log: Enhanced the endianness description.
13800      Branch: cfgperl
13801            ! pod/perlfunc.pod
13802 ____________________________________________________________________________
13803 [  2996] By: jhi                                   on 1999/02/20  13:55:41
13804         Log: Glossary now mostly fixed.
13805      Branch: cfgperl
13806            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13807            ! config_h.SH
13808 ____________________________________________________________________________
13809 [  2994] By: jhi                                   on 1999/02/20  11:58:33
13810         Log: Perldeltify GNU/Hurd.
13811      Branch: cfgperl
13812            ! pod/perldelta.pod
13813 ____________________________________________________________________________
13814 [  2993] By: gsar                                  on 1999/02/20  00:59:10
13815         Log: fix typo in Perl_sbrk()
13816              From: hansm@icgned.icgroup.nl
13817              Date: Fri, 19 Feb 1999 23:19:31 +0100
13818              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
13819              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
13820      Branch: perl
13821            ! malloc.c
13822 ____________________________________________________________________________
13823 [  2992] By: gsar                                  on 1999/02/20  00:51:08
13824         Log: integrate change#2980 from maint-5.005
13825      Branch: perl
13826           !> utils/h2xs.PL
13827 ____________________________________________________________________________
13828 [  2991] By: gsar                                  on 1999/02/20  00:34:01
13829         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13830              Date: Thu, 18 Feb 1999 18:51:38 +0000
13831              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
13832              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
13833      Branch: perl
13834            ! pp_hot.c t/op/pat.t
13835 ____________________________________________________________________________
13836 [  2990] By: gsar                                  on 1999/02/20  00:30:48
13837         Log: From: jan.dubois@ibm.net (Jan Dubois)
13838              Date: Thu, 18 Feb 1999 19:14:07 +0100
13839              Message-ID: <36d15809.40853323@smtp1.ibm.net>
13840              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
13841      Branch: perl
13842            ! win32/win32.c
13843 ____________________________________________________________________________
13844 [  2989] By: gsar                                  on 1999/02/20  00:27:01
13845         Log: do poll() emulation unless HAS_POLL && I_POLL
13846      Branch: perl
13847            ! ext/IO/poll.h
13848 ____________________________________________________________________________
13849 [  2988] By: gsar                                  on 1999/02/19  23:52:12
13850         Log: tweak RE for NaNQ? recognition
13851      Branch: perl
13852            ! t/lib/bigfloatpm.t
13853 ____________________________________________________________________________
13854 [  2987] By: gsar                                  on 1999/02/19  23:29:59
13855         Log: mention C<use utf8> and C<use warning> in perldelta
13856      Branch: perl
13857            ! pod/perldelta.pod
13858 ____________________________________________________________________________
13859 [  2985] By: jhi                                   on 1999/02/19  20:43:19
13860         Log: pack/unpack better in (network-)short-non-16-bits and
13861              (network-)long-non-32-bits systems such as Cray C90.
13862      Branch: cfgperl
13863            ! perl.h pp.c t/op/pack.t
13864 ____________________________________________________________________________
13865 [  2984] By: jhi                                   on 1999/02/19  20:38:54
13866         Log: Regen Configure.
13867      Branch: cfgperl
13868            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13869            ! perl.c
13870 ____________________________________________________________________________
13871 [  2982] By: jhi                                   on 1999/02/19  19:51:49
13872         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
13873              not probed for and         
13874              
13875              From: "Kurt D. Starsinic" <kstar@chapin.edu>
13876              To: Chaim Frenkel <chaimf@pobox.com>,
13877              Russ Allbery <rra@stanford.edu>,
13878              Jarkko Hietaniemi <jhi@iki.fi>,
13879              Gurusamy Sarathy <gsar@activestate.com>,
13880              Graham Barr <gbarr@pobox.com>
13881              Cc: bdensch@ameritech.net, perlbug@perl.com
13882              Subject: [PATCH] Re: Solaris 7 for Intel
13883              Message-ID: <19990219124404.A30182@O2.chapin.edu>
13884              
13885              Glossary is still missing some terms because
13886              mkglossary is misbehaving (change #2981 updated
13887              Glossary manually)
13888      Branch: cfgperl
13889            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
13890            ! Porting/config_H
13891 ____________________________________________________________________________
13892 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
13893         Log: Make result of h2xs work when user adds C<use strict>
13894      Branch: maint-5.005/perl
13895            ! utils/h2xs.PL
13896 ____________________________________________________________________________
13897 [  2979] By: gsar                                  on 1999/02/19  05:24:29
13898         Log: doc for change#2978
13899      Branch: perl
13900            ! pod/perlsub.pod
13901 ____________________________________________________________________________
13902 [  2978] By: gsar                                  on 1999/02/19  05:08:29
13903         Log: bring '*' prototype closer to how it behaves internally
13904      Branch: perl
13905            + t/lib/fatal.t
13906            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
13907 ____________________________________________________________________________
13908 [  2977] By: gsar                                  on 1999/02/19  02:50:31
13909         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
13910      Branch: perl
13911            ! perly.h
13912 ____________________________________________________________________________
13913 [  2975] By: gsar                                  on 1999/02/18  21:41:57
13914         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
13915              of lexical searches in BEGIN|INIT|END)
13916      Branch: perl
13917            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
13918            ! vms/perly_c.vms
13919 ____________________________________________________________________________
13920 [  2974] By: gsar                                  on 1999/02/18  21:03:06
13921         Log: missing PERL_POLLUTE_MALLOC
13922      Branch: perl
13923            ! ext/SDBM_File/sdbm/sdbm.h
13924 ____________________________________________________________________________
13925 [  2973] By: gsar                                  on 1999/02/18  17:10:49
13926         Log: From:    Andy Dougherty <doughera@lafayette.edu>
13927              Date:    Wed, 17 Feb 1999 17:22:50 EST
13928              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
13929              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
13930      Branch: perl
13931            ! lib/dotsh.pl
13932 ____________________________________________________________________________
13933 [  2972] By: gsar                                  on 1999/02/18  17:04:12
13934         Log: s/#defined/#define/
13935      Branch: perl
13936            ! ext/Data/Dumper/Dumper.xs
13937 ____________________________________________________________________________
13938 [  2970] By: gsar                                  on 1999/02/18  03:26:43
13939         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
13940      Branch: perl
13941            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
13942            ! ext/GDBM_File/typemap
13943 ____________________________________________________________________________
13944 [  2969] By: gsar                                  on 1999/02/17  23:30:47
13945         Log: correct slurp mode doc
13946      Branch: perl
13947            ! pod/perlfunc.pod pod/perlop.pod
13948 ____________________________________________________________________________
13949 [  2968] By: jhi                                   on 1999/02/17  23:15:49
13950         Log: Ultrix hints update.
13951              
13952              From: Spider Boardman <spider@zk3.dec.com>
13953              To: perlbug@perl.com
13954              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
13955              Date: Tue, 16 Feb 1999 23:04:28 -0500
13956              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
13957      Branch: cfgperl
13958            ! hints/ultrix_4.sh
13959 ____________________________________________________________________________
13960 [  2966] By: jhi                                   on 1999/02/17  23:09:21
13961         Log: Change #2965 wiped out some Sarathy's _55 changes.
13962              Now unwiped.
13963      Branch: cfgperl
13964            ! Configure pp.c t/op/pack.t
13965 ____________________________________________________________________________
13966 [  2965] By: jhi                                   on 1999/02/17  23:00:04
13967         Log: Configure tweaks.
13968              
13969              Fix the Unixware/SCO uname scan:
13970              
13971              From: Tom Hughes <thh@cyberscience.com>
13972              To: perlbug@perl.com
13973              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
13974              Date: 17 Feb 1999 15:34:15 +0000    
13975              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
13976              
13977              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
13978              
13979              From: Joe Buehler <jhpb@hekimian.com>
13980              To: perl5-porters@perl.org
13981              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
13982              Date: 12 Feb 1999 11:25:21 -0500
13983              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
13984              
13985              Make the pthreads joinable constant scan to output to fd 4, not 2.
13986      Branch: cfgperl
13987            ! Configure
13988 ____________________________________________________________________________
13989 [  2964] By: gsar                                  on 1999/02/17  21:30:07
13990         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
13991              Date: Wed, 17 Feb 1999 06:53:13 -0700
13992              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
13993              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
13994      Branch: perl
13995            ! lib/Pod/Functions.pm
13996 ____________________________________________________________________________
13997 [  2963] By: gsar                                  on 1999/02/17  21:18:21
13998         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
13999              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14000              Date: Wed, 17 Feb 1999 10:06:01 +0000
14001              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
14002              Subject: Re: [5.005_53] panic: pad_free curpad 
14003      Branch: perl
14004            ! regcomp.c regexec.c t/op/misc.t
14005 ____________________________________________________________________________
14006 [  2962] By: gsar                                  on 1999/02/16  21:26:28
14007         Log: NaNQ? tweak
14008      Branch: perl
14009            ! t/lib/bigfloatpm.t
14010 ____________________________________________________________________________
14011 [  2961] By: jhi                                   on 1999/02/16  19:26:38
14012         Log: Integrate from mainperl.
14013      Branch: cfgperl
14014           !> (integrate 37 files)
14015 ____________________________________________________________________________
14016 [  2960] By: gsar                                  on 1999/02/16  18:04:29
14017         Log: undo change#2465 (qw[] is a real list now)
14018      Branch: perl
14019            ! pod/perlop.pod
14020 ____________________________________________________________________________
14021 [  2959] By: gsar                                  on 1999/02/16  07:09:33
14022         Log: this was 5.005_55
14023      Branch: perl
14024            ! Changes
14025
14026 ----------------
14027 Version 5.005_55
14028 ----------------
14029
14030 ____________________________________________________________________________
14031 [  2958] By: gsar                                  on 1999/02/16  06:18:27
14032         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
14033              elide dups and non-dependents from Changes
14034      Branch: perl
14035            ! Changes pod/perlhist.pod
14036           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
14037           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
14038           !> pod/perlport.pod pp.c t/op/pack.t
14039 ____________________________________________________________________________
14040 [  2957] By: gsar                                  on 1999/02/16  04:09:47
14041         Log: propagate PERL_VERSION everywhere, add to pod
14042      Branch: perl
14043            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
14044            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
14045            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
14046            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
14047            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
14048            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
14049            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
14050            ! win32/config.gc win32/config.vc win32/config_sh.PL
14051            ! win32/win32.c x2p/a2py.c
14052 ____________________________________________________________________________
14053 [  2955] By: jhi                                   on 1999/02/15  16:15:03
14054         Log: The pack tests now better in C90 (after the packnative patches).
14055      Branch: cfgperl
14056            ! t/op/pack.t
14057 ____________________________________________________________________________
14058 [  2954] By: gsar                                  on 1999/02/15  14:11:50
14059         Log: tweak Configure to follow new PERL_VERSION etc.
14060      Branch: perl
14061            ! Configure patchlevel.h pod/perlhist.pod
14062 ____________________________________________________________________________
14063 [  2953] By: jhi                                   on 1999/02/15  14:02:21
14064         Log: Integrate from mainperl.
14065      Branch: cfgperl
14066           !> MANIFEST Porting/makerel
14067 ____________________________________________________________________________
14068 [  2952] By: jhi                                   on 1999/02/15  13:50:07
14069         Log: Enhance the packnative patch: use the packnative code
14070              only if required.  Also added hefty testing (hopefully
14071              I didn't assume too much...).  Tested on alpha, ix86, sparc.
14072      Branch: cfgperl
14073            ! pod/perlfunc.pod pp.c t/op/pack.t
14074 ____________________________________________________________________________
14075 [  2951] By: jhi                                   on 1999/02/15  13:46:56
14076         Log: AVAILABILITY from 5.005_03-tobe, will of course
14077              require updating when 5.006 comes out.
14078      Branch: cfgperl
14079            ! pod/perl.pod
14080 ____________________________________________________________________________
14081 [  2949] By: gsar                                  on 1999/02/15  13:28:51
14082         Log: will this be it for 5.005_55?
14083      Branch: perl
14084            ! MANIFEST Porting/makerel
14085 ____________________________________________________________________________
14086 [  2948] By: jhi                                   on 1999/02/15  13:23:52
14087         Log: Integrate from mainperl.
14088      Branch: cfgperl
14089           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
14090           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
14091           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
14092           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
14093           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
14094           !> win32/config.gc win32/config.vc win32/config_H.bc
14095           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
14096 ____________________________________________________________________________
14097 [  2947] By: jhi                                   on 1999/02/15  13:20:41
14098         Log: perlport.pod 1.39 from Chris.
14099      Branch: cfgperl
14100            ! pod/perlport.pod
14101 ____________________________________________________________________________
14102 [  2946] By: jhi                                   on 1999/02/15  13:09:58
14103         Log: Import Ultrix update, change #2864, 
14104              
14105              From: Spider Boardman <spider@zk3.dec.com>
14106              To: perlbug@perl.com
14107              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
14108              Date: Wed, 10 Feb 1999 23:33:31 -0500
14109              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
14110      Branch: cfgperl
14111            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
14112 ____________________________________________________________________________
14113 [  2945] By: jhi                                   on 1999/02/15  13:04:50
14114         Log: OpenBSD sparc SHMLBA.
14115      Branch: cfgperl
14116            ! ext/IPC/SysV/SysV.xs
14117 ____________________________________________________________________________
14118 [  2944] By: gsar                                  on 1999/02/15  12:09:52
14119         Log: update win32/config* stuff, Changes
14120      Branch: perl
14121            ! Changes win32/Makefile win32/config.bc win32/config.gc
14122            ! win32/config.vc win32/config_H.bc win32/config_H.gc
14123            ! win32/config_H.vc win32/makefile.mk
14124 ____________________________________________________________________________
14125 [  2943] By: gsar                                  on 1999/02/15  11:54:08
14126         Log: #include patchlevel.h by default, provide
14127              PERL_{REVISION,VERSION,SUBVERSION}
14128      Branch: perl
14129            ! patchlevel.h perl.h
14130 ____________________________________________________________________________
14131 [  2942] By: gsar                                  on 1999/02/15  10:26:59
14132         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
14133              misc fixes
14134      Branch: perl
14135            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
14136 ____________________________________________________________________________
14137 [  2941] By: gsar                                  on 1999/02/15  10:24:37
14138         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
14139              Message-ID: <19990207002851.B9185@toldyouso.com>
14140              Message-ID: <19990207212152.A9765@toldyouso.com>
14141              Message-ID: <19990207212041.A9622@toldyouso.com>
14142              Message-ID: <19990207213127.A10244@toldyouso.com>
14143              Message-ID: <19990207212559.A9950@toldyouso.com>
14144              Message-ID: <19990207212842.A9994@toldyouso.com>
14145              Message-ID: <19990207212500.A9860@toldyouso.com>
14146              Message-ID: <19990207213013.A10105@toldyouso.com>
14147      Branch: perl
14148            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
14149            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
14150            ! pod/perlmodlib.pod pod/perltoc.pod
14151 ____________________________________________________________________________
14152 [  2940] By: gsar                                  on 1999/02/15  10:07:08
14153         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
14154              of suggested patch)
14155              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
14156              Date: Mon, 08 Feb 1999 01:14:41 -0000
14157              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
14158              Subject: [PATCH 5.005_54] some pending C.pm stuff 
14159      Branch: perl
14160            ! ext/B/B/C.pm
14161 ____________________________________________________________________________
14162 [  2939] By: jhi                                   on 1999/02/15  08:40:18
14163         Log: Integrate from mainperl.
14164      Branch: cfgperl
14165           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
14166            - lib/File/PathConvert.pm
14167           !> (integrate 81 files)
14168 ____________________________________________________________________________
14169 [  2938] By: gsar                                  on 1999/02/15  06:56:39
14170         Log: change#2839 was bogus, redo
14171      Branch: perl
14172           !> t/lib/h2ph.pht
14173 ____________________________________________________________________________
14174 [  2937] By: gsar                                  on 1999/02/15  06:38:15
14175         Log: support Win32::GetFullPathName() and Win32::SetLastError()
14176              From: jan.dubois@ibm.net (Jan Dubois)
14177              Date: Tue, 09 Feb 1999 22:27:31 +0100
14178              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
14179              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
14180      Branch: perl
14181            ! win32/win32.c
14182 ____________________________________________________________________________
14183 [  2936] By: gsar                                  on 1999/02/15  06:26:39
14184         Log: support native integers, pack("L_",...) etc. (via private mail)
14185              From: Jarkko Hietaniemi <jhi@iki.fi>
14186              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
14187              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
14188              Subject: the "packnative" patch
14189      Branch: perl
14190            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
14191            ! t/lib/ipc_sysv.t t/op/pack.t
14192 ____________________________________________________________________________
14193 [  2935] By: gsar                                  on 1999/02/15  06:04:02
14194         Log: From: Michael G Schwern <schwern@pobox.com>
14195              Date: Tue, 9 Feb 1999 04:13:12 -0500
14196              Message-ID: <19990209041312.A15788@toldyouso.com>
14197              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
14198      Branch: perl
14199            ! utils/h2xs.PL
14200 ____________________________________________________________________________
14201 [  2934] By: gsar                                  on 1999/02/15  05:30:13
14202         Log: fix bugs in the handling of negative numbers, among other things
14203              From: Steven Knight <knight@theopera.baldmt.citilink.com>
14204              Date: Mon, 8 Feb 1999 01:16:24 -0600
14205              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
14206              Subject: Math::BigFloat and Math::BigInt
14207      Branch: perl
14208            + t/lib/bigfloat.t t/lib/bigfloatpm.t
14209            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
14210            ! t/lib/bigintpm.t
14211 ____________________________________________________________________________
14212 [  2933] By: gsar                                  on 1999/02/15  04:57:52
14213         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
14214              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
14215              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
14216              Subject: s2p incorrectly handles hold space commands
14217      Branch: perl
14218            ! x2p/s2p.PL
14219 ____________________________________________________________________________
14220 [  2932] By: gsar                                  on 1999/02/15  04:45:55
14221         Log: clarify what a "line" is
14222      Branch: perl
14223            ! pod/perlfunc.pod pod/perlvar.pod
14224 ____________________________________________________________________________
14225 [  2931] By: gsar                                  on 1999/02/15  04:23:29
14226         Log: backout change#2811 and add newer version based on File::Spec
14227              From: Barrie Slaymaker <rbs@telerama.com>
14228              Date: Thu, 11 Feb 1999 16:29:24 -0500
14229              Message-ID: <36C34BB4.A62090E0@telerama.com>
14230              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
14231      Branch: perl
14232            - lib/File/PathConvert.pm
14233            ! MANIFEST installhtml lib/Pod/Html.pm
14234 ____________________________________________________________________________
14235 [  2930] By: gsar                                  on 1999/02/15  04:16:25
14236         Log: From: Barrie Slaymaker <rbs@telerama.com>
14237              Date: Thu, 11 Feb 1999 19:39:48 -0500
14238              Message-ID: <36C37854.707D139@telerama.com>
14239              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
14240      Branch: perl
14241            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
14242 ____________________________________________________________________________
14243 [  2929] By: gsar                                  on 1999/02/15  04:06:50
14244         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
14245              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
14246              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
14247              Subject: [PATCH]5.005_54 (DOC) fix many typos
14248              --
14249              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
14250              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
14251              Subject: [PATCH]5.005_54 (DOC) typos
14252      Branch: perl
14253            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
14254            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
14255            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
14256            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
14257            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
14258            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
14259            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
14260            ! pod/perlvar.pod pod/perlxs.pod
14261 ____________________________________________________________________________
14262 [  2928] By: gsar                                  on 1999/02/15  03:39:53
14263         Log: allow the Carp routines to pass through exception objects
14264      Branch: perl
14265            ! lib/Carp.pm
14266 ____________________________________________________________________________
14267 [  2927] By: gsar                                  on 1999/02/15  03:22:57
14268         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
14269      Branch: perl
14270            ! pod/perlfaq8.pod
14271 ____________________________________________________________________________
14272 [  2926] By: gsar                                  on 1999/02/15  03:19:39
14273         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
14274              have done that, but didn't)
14275      Branch: perl
14276           !> utils/h2ph.PL
14277 ____________________________________________________________________________
14278 [  2925] By: gsar                                  on 1999/02/15  03:17:01
14279         Log: integrate cfgperl changes into mainline
14280      Branch: perl
14281            ! Changes
14282           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
14283           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
14284           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
14285           !> vms/subconfigure.com
14286 ____________________________________________________________________________
14287 [  2924] By: gsar                                  on 1999/02/15  03:07:08
14288         Log: add const qualifier to most char* prototypes, handle ripple effect
14289      Branch: perl
14290            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
14291            ! universal.c util.c
14292 ____________________________________________________________________________
14293 [  2923] By: gsar                                  on 1999/02/15  01:04:30
14294         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14295              Date: Thu, 04 Feb 1999 02:37:31 +0000
14296              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
14297              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
14298      Branch: perl
14299            ! pp_ctl.c t/op/range.t
14300 ____________________________________________________________________________
14301 [  2922] By: gsar                                  on 1999/02/15  00:24:34
14302         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14303              Date: Sun, 31 Jan 1999 01:50:06 +0000
14304              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
14305              Subject: [PATCH 5.005_03t4] regexp flags bug
14306      Branch: perl
14307            ! regcomp.c t/op/re_tests
14308 ____________________________________________________________________________
14309 [  2921] By: gsar                                  on 1999/02/15  00:13:02
14310         Log: use New() et al., rather than safemalloc() et al.
14311              From: jan.dubois@ibm.net (Jan Dubois)
14312              Date: Fri, 29 Jan 1999 23:27:22 +0100
14313              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
14314              Subject: [PATCH _03-MT5] POSIX.xs memory API
14315      Branch: perl
14316            ! ext/POSIX/POSIX.xs
14317 ____________________________________________________________________________
14318 [  2920] By: gsar                                  on 1999/02/15  00:05:33
14319         Log: tweak READ() docs to mention $buffer must be altered by reference
14320      Branch: perl
14321            ! pod/perltie.pod
14322 ____________________________________________________________________________
14323 [  2919] By: gsar                                  on 1999/02/14  23:50:39
14324         Log: applied suggested patch, with several language/readability tweaks
14325              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14326              Date: Fri, 29 Jan 1999 00:25:02 -0500
14327              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
14328              Subject: Re: [PATCH 5.005_*] Better parsing docs
14329      Branch: perl
14330            ! pod/perlop.pod
14331 ____________________________________________________________________________
14332 [  2918] By: gsar                                  on 1999/02/14  23:20:42
14333         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
14334              of silently returning bogus values)
14335              From: Peter Chines <pchines@nhgri.nih.gov>
14336              Date: Wed, 27 Jan 1999 16:11:31 -0500
14337              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
14338              Subject: Time::Local
14339      Branch: perl
14340            ! lib/Time/Local.pm pod/perldelta.pod
14341 ____________________________________________________________________________
14342 [  2917] By: gsar                                  on 1999/02/14  11:21:43
14343         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14344              Date: Thu, 28 Jan 1999 10:02:20 -0500
14345              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
14346              Subject: Re: [PATCH 5.005_53] Better perldoc
14347      Branch: perl
14348            ! utils/perldoc.PL
14349 ____________________________________________________________________________
14350 [  2916] By: gsar                                  on 1999/02/14  10:59:38
14351         Log: back out change#2751, apply updated version 
14352              From: jan.dubois@ibm.net (Jan Dubois)
14353              Date: Sat, 06 Feb 1999 01:06:29 +0100
14354              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
14355              Subject: [PATCH] Cleanup of File::Spec module
14356      Branch: perl
14357            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
14358            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
14359            ! lib/File/Spec/Win32.pm
14360 ____________________________________________________________________________
14361 [  2915] By: gsar                                  on 1999/02/14  10:48:01
14362         Log: tweak select() test
14363      Branch: perl
14364            ! pod/perlipc.pod t/op/fh.t
14365 ____________________________________________________________________________
14366 [  2914] By: gsar                                  on 1999/02/14  10:25:55
14367         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
14368      Branch: perl
14369            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
14370 ____________________________________________________________________________
14371 [  2913] By: gsar                                  on 1999/02/14  10:03:51
14372         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
14373              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
14374              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
14375              Subject: Re: SvOPV() or SvPV_nolen() or ...
14376      Branch: perl
14377            ! pod/perlguts.pod
14378 ____________________________________________________________________________
14379 [  2912] By: gsar                                  on 1999/02/14  09:57:29
14380         Log: provide SvPV_nolen(sv) to avoid use of PL_na
14381              From: jan.dubois@ibm.net (Jan Dubois)
14382              Date: Sun, 24 Jan 1999 02:45:32 +0100
14383              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
14384              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
14385      Branch: perl
14386            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
14387            ! sv.h
14388 ____________________________________________________________________________
14389 [  2911] By: gsar                                  on 1999/02/14  06:51:05
14390         Log: elide stray effluvium
14391      Branch: perl
14392            ! pod/perldelta.pod
14393 ____________________________________________________________________________
14394 [  2910] By: gsar                                  on 1999/02/14  05:51:56
14395         Log: slurping an empty file should return '' rather than undef, with
14396              commensurate effects on ARGV processing
14397      Branch: perl
14398            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
14399            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
14400 ____________________________________________________________________________
14401 [  2909] By: gsar                                  on 1999/02/14  00:02:11
14402         Log: perly_c.diff typo
14403      Branch: perl
14404            ! perly.c perly_c.diff vms/perly_c.vms
14405 ____________________________________________________________________________
14406 [  2908] By: gsar                                  on 1999/02/13  18:20:13
14407         Log: From: jan.dubois@ibm.net (Jan Dubois)
14408              Date: Sat, 13 Feb 1999 13:25:53 +0100
14409              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
14410              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
14411      Branch: perl
14412            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
14413 ____________________________________________________________________________
14414 [  2907] By: jhi                                   on 1999/02/13  15:07:26
14415         Log: Integrate from mainperl.
14416      Branch: cfgperl
14417           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
14418           !> (integrate 150 files)
14419 ____________________________________________________________________________
14420 [  2903] By: gsar                                  on 1999/02/12  13:25:59
14421         Log: From: jan.dubois@ibm.net (Jan Dubois)
14422              Date: Sun, 24 Jan 1999 01:12:00 +0100
14423              Message-ID: <36b66479.62756298@smtp1.ibm.net>
14424              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
14425      Branch: perl
14426            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
14427            ! proto.h sv.c sv.h
14428 ____________________________________________________________________________
14429 [  2902] By: gsar                                  on 1999/02/12  12:55:11
14430         Log: script to generate ctags from etags
14431              From: Colin Kuskie <ckuskie@cadence.com>
14432              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
14433              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
14434              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
14435      Branch: perl
14436            + emacs/e2ctags.pl
14437            ! Makefile.SH pod/perlfaq3.pod
14438 ____________________________________________________________________________
14439 [  2901] By: gsar                                  on 1999/02/12  12:40:17
14440         Log: allow boolean assign ops to be lvalues
14441              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
14442              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
14443              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
14444              --
14445              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14446              Date: Mon, 18 Jan 1999 10:04:00 +0000
14447              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
14448              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
14449      Branch: perl
14450            + t/op/lop.t
14451            ! MANIFEST op.c
14452 ____________________________________________________________________________
14453 [  2899] By: jhi                                   on 1999/02/12  12:03:48
14454         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
14455      Branch: cfgperl
14456            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14457            ! config_h.SH hints/openbsd.sh
14458 ____________________________________________________________________________
14459 [  2898] By: gsar                                  on 1999/02/12  11:49:25
14460         Log: support win32_putenv()
14461      Branch: perl
14462            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
14463            ! win32/win32.c win32/win32iop.h
14464 ____________________________________________________________________________
14465 [  2894] By: gsar                                  on 1999/02/12  11:09:27
14466         Log: add missing hunk in change#2657
14467      Branch: perl
14468            ! ext/B/B/CC.pm
14469 ____________________________________________________________________________
14470 [  2893] By: gsar                                  on 1999/02/12  11:00:13
14471         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14472              Date: Tue, 19 Jan 1999 20:13:15 -0500
14473              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
14474              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
14475      Branch: perl
14476            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
14477            ! t/pragma/subs.t t/pragma/warning.t
14478 ____________________________________________________________________________
14479 [  2892] By: gsar                                  on 1999/02/12  10:44:38
14480         Log: update change#2670 to later version
14481              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14482              Date: Sun, 31 Jan 1999 16:16:14 +0000
14483              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
14484              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
14485      Branch: perl
14486            ! t/op/subst.t toke.c
14487 ____________________________________________________________________________
14488 [  2891] By: gsar                                  on 1999/02/12  10:31:17
14489         Log: make testsuite somewhat location independent
14490      Branch: perl
14491            ! (edit 117 files)
14492 ____________________________________________________________________________
14493 [  2890] By: gsar                                  on 1999/02/12  10:00:30
14494         Log: add $AutoLoader::VERSION
14495      Branch: perl
14496            ! lib/AutoLoader.pm
14497 ____________________________________________________________________________
14498 [  2889] By: gsar                                  on 1999/02/12  09:55:48
14499         Log: tweak PERL_STRICT_CR notes
14500      Branch: perl
14501            ! pod/perl5005delta.pod
14502 ____________________________________________________________________________
14503 [  2888] By: gsar                                  on 1999/02/12  09:41:45
14504         Log: add note about test-notty target
14505      Branch: perl
14506            ! README.win32
14507 ____________________________________________________________________________
14508 [  2887] By: gsar                                  on 1999/02/12  09:37:37
14509         Log: add perltodo.pod
14510      Branch: perl
14511            + pod/perltodo.pod
14512            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
14513            ! win32/pod.mak
14514 ____________________________________________________________________________
14515 [  2886] By: jhi                                   on 1999/02/12  08:52:14
14516         Log: Integrate from mainperl.
14517      Branch: cfgperl
14518           +> t/op/fh.t
14519           !> (integrate 30 files)
14520 ____________________________________________________________________________
14521 [  2885] By: gsar                                  on 1999/02/12  08:42:10
14522         Log: note how to find REG_INFTY limit
14523      Branch: perl
14524            ! pod/perlre.pod
14525 ____________________________________________________________________________
14526 [  2884] By: jhi                                   on 1999/02/12  08:36:14
14527         Log: OpenBSD pthreads awareness, thanks to
14528              David Leonard <david.leonard@csee.uq.edu.au>
14529      Branch: maint-5.005/perl
14530            ! Configure hints/openbsd.sh
14531 ____________________________________________________________________________
14532 [  2882] By: gsar                                  on 1999/02/12  08:05:20
14533         Log: IO is maintained by p5p (per Graham Barr's wishes)
14534      Branch: perl
14535            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
14536            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
14537            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
14538            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
14539 ____________________________________________________________________________
14540 [  2881] By: gsar                                  on 1999/02/12  07:57:13
14541         Log: fh.t typo
14542      Branch: perl
14543            ! t/op/fh.t
14544 ____________________________________________________________________________
14545 [  2880] By: gsar                                  on 1999/02/12  07:38:16
14546         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
14547      Branch: perl
14548            ! perl.c pod/perlrun.pod
14549 ____________________________________________________________________________
14550 [  2879] By: gsar                                  on 1999/02/12  05:39:29
14551         Log: fix ops that are not filehandle constructors to not create GV if it
14552              doesn't already exist (avoids leaks); extend semantics of defined()
14553              so that defined(*{$foo}) works (experimental)
14554      Branch: perl
14555            + t/op/fh.t
14556            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
14557            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
14558 ____________________________________________________________________________
14559 [  2877] By: jhi                                   on 1999/02/11  20:44:00
14560         Log: From: Chris Nandor <pudge@pobox.com>
14561              To: perl5-porters@perl.org
14562              Subject: [PATCH] perlport.pod 1.39
14563              Date: Thu, 11 Feb 1999 12:28:35 -0500
14564              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
14565      Branch: cfgperl
14566            ! pod/perlport.pod
14567 ____________________________________________________________________________
14568 [  2870] By: gsar                                  on 1999/02/11  11:17:08
14569         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
14570      Branch: perl
14571            ! ext/IO/lib/IO/Pipe.pm
14572 ____________________________________________________________________________
14573 [  2869] By: gsar                                  on 1999/02/11  11:00:56
14574         Log: update win32/pod.mak
14575      Branch: perl
14576            ! win32/pod.mak
14577 ____________________________________________________________________________
14578 [  2868] By: gsar                                  on 1999/02/11  10:42:44
14579         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
14580              Date: Fri, 08 Jan 1999 14:36:53 +1100
14581              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
14582              Subject: Re: [Fwd: IO::Socket::connect and blocking]
14583      Branch: perl
14584            ! ext/IO/lib/IO/Socket.pm
14585 ____________________________________________________________________________
14586 [  2867] By: gsar                                  on 1999/02/11  09:43:03
14587         Log: av_extend() doc tweak from Jan Dubois
14588      Branch: perl
14589            ! pod/perlguts.pod
14590 ____________________________________________________________________________
14591 [  2866] By: gsar                                  on 1999/02/11  09:27:17
14592         Log: display full pathname of unreadable files
14593      Branch: perl
14594            ! utils/perldoc.PL
14595 ____________________________________________________________________________
14596 [  2865] By: gsar                                  on 1999/02/11  09:02:31
14597         Log: missing patch in change#2522
14598      Branch: perl
14599            ! lib/Pod/Text.pm
14600 ____________________________________________________________________________
14601 [  2864] By: jhi                                   on 1999/02/11  08:45:00
14602         Log: From: Spider Boardman <spider@zk3.dec.com>
14603              To: perlbug@perl.com
14604              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
14605              Date: Wed, 10 Feb 1999 23:33:31 -0500
14606              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
14607      Branch: maint-5.005/perl
14608            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
14609 ____________________________________________________________________________
14610 [  2862] By: gsar                                  on 1999/02/11  08:14:34
14611         Log: integrate changes#2738,2740 from maint-5.005
14612      Branch: perl
14613           !> lib/ExtUtils/MakeMaker.pm
14614 ____________________________________________________________________________
14615 [  2861] By: jhi                                   on 1999/02/11  08:04:25
14616         Log: Integrate from mainperl.
14617      Branch: cfgperl
14618           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
14619           !> t/op/range.t win32/config.gc
14620 ____________________________________________________________________________
14621 [  2860] By: gsar                                  on 1999/02/11  07:30:08
14622         Log: binmode() support for cygwin32 (suggested by Steven Morlock
14623              <newspost@morlock.net>)
14624      Branch: perl
14625            ! perl.h
14626 ____________________________________________________________________________
14627 [  2859] By: gsar                                  on 1999/02/11  07:14:21
14628         Log: update Changes
14629      Branch: perl
14630            ! Changes
14631           !> pod/perl5005delta.pod
14632 ____________________________________________________________________________
14633 [  2856] By: gsar                                  on 1999/02/11  07:07:39
14634         Log: integrate perldelta changes from maint-5.005
14635      Branch: perl
14636           !> pod/perl5005delta.pod
14637 ____________________________________________________________________________
14638 [  2855] By: gsar                                  on 1999/02/11  06:31:50
14639         Log: applied suggested patch; added tests
14640              From: Adam Krolnik <adamk@gypsy.cyrix.com>
14641              Date: Sat, 12 Dec 98 15:30:18 -0600
14642              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
14643              Subject: Range operation doesn't handle IV_MAX
14644      Branch: perl
14645            ! pp_ctl.c t/op/range.t
14646 ____________________________________________________________________________
14647 [  2854] By: gsar                                  on 1999/02/11  05:00:55
14648         Log: compatibility fix: magic non-propagation in foreach implicit localization
14649      Branch: perl
14650            ! pp_ctl.c t/op/local.t win32/config.gc
14651 ____________________________________________________________________________
14652 [  2852] By: gsar                                  on 1999/02/10  23:17:49
14653         Log: fair warning about -Dusethreads
14654      Branch: maint-5.005/perl
14655            ! Configure INSTALL README.threads
14656 ____________________________________________________________________________
14657 [  2847] By: jhi                                   on 1999/02/09  19:13:28
14658         Log: Integrate from mainperl.
14659      Branch: cfgperl
14660           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
14661           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
14662 ____________________________________________________________________________
14663 [  2846] By: gsar                                  on 1999/02/09  13:53:28
14664         Log: a modified version of suggested patch for pack template 'Z'; added docs
14665              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
14666              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
14667              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
14668              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
14669      Branch: perl
14670            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
14671 ____________________________________________________________________________
14672 [  2845] By: gsar                                  on 1999/02/09  00:03:26
14673         Log: clarify docs for change#2835
14674      Branch: perl
14675            ! pod/perldelta.pod pod/perlop.pod
14676 ____________________________________________________________________________
14677 [  2844] By: gsar                                  on 1999/02/08  23:40:57
14678         Log: addendum to change#2823
14679              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
14680              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
14681              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
14682              Subject: [PATCH] Docs and tests for method-call syntax
14683      Branch: perl
14684            ! pod/perlobj.pod t/op/method.t
14685 ____________________________________________________________________________
14686 [  2843] By: jhi                                   on 1999/02/08  21:06:28
14687         Log: Ultrix mmap tidbit.
14688      Branch: cfgperl
14689            ! hints/ultrix_4.sh
14690 ____________________________________________________________________________
14691 [  2842] By: jhi                                   on 1999/02/08  20:22:55
14692         Log: Integrate from mainperl.
14693      Branch: cfgperl
14694           +> t/op/subst_wamp.t
14695           !> (integrate 35 files)
14696 ____________________________________________________________________________
14697 [  2841] By: jhi                                   on 1999/02/08  18:23:26
14698         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14699              To: Mailing list Perl5 <perl5-porters@perl.org>
14700              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
14701              Date: Sun, 7 Feb 1999 17:25:22 -0500
14702              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
14703      Branch: cfgperl
14704            + t/op/subst_amp.t
14705            ! MANIFEST regcomp.c t/op/subst.t
14706 ____________________________________________________________________________
14707 [  2840] By: jhi                                   on 1999/02/08  18:16:54
14708         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14709              To: Mailing list Perl5 <perl5-porters@perl.org>
14710              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
14711              Date: Sun, 7 Feb 1999 17:00:10 -0500
14712              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
14713      Branch: cfgperl
14714            ! pp_hot.c t/op/pat.t
14715 ____________________________________________________________________________
14716 [  2839] By: jhi                                   on 1999/02/08  17:25:30
14717         Log: A require was missing.
14718      Branch: cfgperl
14719            ! t/lib/h2ph.pht
14720 ____________________________________________________________________________
14721 [  2838] By: jhi                                   on 1999/02/08  16:38:41
14722         Log: Bring in the change #2809 (the Configure part has been
14723              modified rather a lot since the #2809, though.)
14724      Branch: cfgperl
14725            ! Configure utils/h2ph.PL
14726 ____________________________________________________________________________
14727 [  2835] By: gsar                                  on 1999/02/08  14:40:23
14728         Log: make qw() into a true list at compile time (slightly modified
14729              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
14730      Branch: perl
14731            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
14732 ____________________________________________________________________________
14733 [  2834] By: gsar                                  on 1999/02/08  13:23:16
14734         Log: make safesysmalloc() etc., always available; safemalloc() et al are
14735              now macros that point to the right malloc; fix various places in
14736              sources that need to always use safesysmalloc() et al
14737      Branch: perl
14738            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
14739            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
14740 ____________________________________________________________________________
14741 [  2833] By: gsar                                  on 1999/02/08  10:56:16
14742         Log: remove spurious #endif in last change
14743      Branch: perl
14744            ! perl.h
14745 ____________________________________________________________________________
14746 [  2832] By: gsar                                  on 1999/02/08  10:34:55
14747         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
14748              them ask for insanity (untested)
14749      Branch: perl
14750            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
14751            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
14752            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
14753 ____________________________________________________________________________
14754 [  2831] By: jhi                                   on 1999/02/08  08:33:33
14755         Log: Update vms/subconfigure.com along the lines of change #2829.
14756      Branch: cfgperl
14757            ! vms/subconfigure.com
14758 ____________________________________________________________________________
14759 [  2830] By: gsar                                  on 1999/02/08  00:19:46
14760         Log: integrate cfgperl changes into mainline
14761      Branch: perl
14762           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
14763           +> lib/File/PathConvert.pm pod/perlthrtut.pod
14764            ! Changes
14765           !> (integrate 93 files)
14766 ____________________________________________________________________________
14767 [  2829] By: jhi                                   on 1999/02/07  23:49:46
14768         Log: Configure update.
14769              
14770              Probe for mmap() et alia.
14771              The *cc*symbols patch (just Configure, no h2ph).
14772      Branch: cfgperl
14773            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14774            ! config_h.SH perl.h
14775 ____________________________________________________________________________
14776 [  2828] By: gsar                                  on 1999/02/07  23:38:47
14777         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14778              Date: Sun, 7 Feb 1999 17:25:22 -0500
14779              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
14780              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
14781      Branch: perl
14782            + t/op/subst_amp.t t/op/subst_wamp.t
14783            ! MANIFEST regcomp.c t/op/subst.t
14784 ____________________________________________________________________________
14785 [  2827] By: gsar                                  on 1999/02/07  23:27:32
14786         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14787              Date: Sun, 7 Feb 1999 17:00:10 -0500
14788              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
14789              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
14790      Branch: perl
14791            ! pp_hot.c t/op/pat.t
14792 ____________________________________________________________________________
14793 [  2826] By: gsar                                  on 1999/02/07  23:26:04
14794         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
14795              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14796              Date: Sun, 7 Feb 1999 15:07:27 -0500
14797              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
14798              Subject: Re: fixing memory leaks in REx compilation
14799      Branch: perl
14800            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
14801            ! regexec.c
14802 ____________________________________________________________________________
14803 [  2825] By: jhi                                   on 1999/02/07  18:05:13
14804         Log: Integrate from mainperl.
14805      Branch: cfgperl
14806           +> lib/DB.pm t/comp/bproto.t
14807           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
14808           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
14809           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
14810           !> toke.c vms/perly_c.vms
14811 ____________________________________________________________________________
14812 [  2824] By: gsar                                  on 1999/02/07  14:21:48
14813         Log: tweak doc on bitwise ops
14814      Branch: perl
14815            ! pod/perlop.pod
14816 ____________________________________________________________________________
14817 [  2823] By: gsar                                  on 1999/02/07  13:38:31
14818         Log: applied suggested patch; regen perly* and vms/perly*
14819              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
14820              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
14821              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
14822              Subject: [PATCH] Re: Suggestion for perlobj man page
14823      Branch: perl
14824            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
14825 ____________________________________________________________________________
14826 [  2822] By: gsar                                  on 1999/02/07  12:39:09
14827         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
14828              disabled, fails tests)
14829      Branch: perl
14830            ! regcomp.h
14831 ____________________________________________________________________________
14832 [  2821] By: gsar                                  on 1999/02/07  11:09:39
14833         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
14834              <Alexander.Barilo@aexp.com>)
14835      Branch: perl
14836            ! lib/Pod/Html.pm
14837 ____________________________________________________________________________
14838 [  2820] By: gsar                                  on 1999/02/07  10:20:35
14839         Log: add draft debugging API implementation
14840      Branch: perl
14841            + lib/DB.pm
14842            ! MANIFEST
14843 ____________________________________________________________________________
14844 [  2819] By: gsar                                  on 1999/02/07  09:58:45
14845         Log: avoid garbage in db->dirbuf
14846              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
14847              Date: Sat, 05 Dec 1998 14:14:54 +0900
14848              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
14849              Subject: SDBM bug
14850      Branch: perl
14851            ! ext/SDBM_File/sdbm/sdbm.c
14852 ____________________________________________________________________________
14853 [  2818] By: gsar                                  on 1999/02/07  09:32:24
14854         Log: missing entry
14855      Branch: perl
14856            ! MANIFEST
14857 ____________________________________________________________________________
14858 [  2817] By: gsar                                  on 1999/02/07  09:30:47
14859         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
14860      Branch: perl
14861            + t/comp/bproto.t
14862            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
14863 ____________________________________________________________________________
14864 [  2816] By: gsar                                  on 1999/02/06  00:14:29
14865         Log: minor bug in dumping blessed subrefs
14866      Branch: perl
14867            ! ext/Data/Dumper/Dumper.pm
14868 ____________________________________________________________________________
14869 [  2812] By: jhi                                   on 1999/02/03  22:02:24
14870         Log: Enhance change #2808.
14871              
14872              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14873              To: perl5-porters@perl.org
14874              Subject: Re: [PATCH 5.00*]: perlbug checklist
14875              Date: Wed, 3 Feb 1999 19:02:27 +0000
14876              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
14877      Branch: cfgperl
14878            ! utils/perlbug.PL
14879 ____________________________________________________________________________
14880 [  2811] By: jhi                                   on 1999/02/03  21:53:23
14881         Log: From: Barrie Slaymaker <rbs@telerama.com>
14882              To: perl5-porters@perl.org
14883              CC: pod-people@perl.org
14884              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
14885              Date: Wed, 03 Feb 1999 10:34:18 -0500
14886              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
14887              
14888              Add File::PathConvert.pm.
14889              Fix Pod::Html and installhtml to understand relative urls.
14890      Branch: cfgperl
14891            + lib/File/PathConvert.pm
14892            ! MANIFEST installhtml lib/Pod/Html.pm
14893 ____________________________________________________________________________
14894 [  2810] By: jhi                                   on 1999/02/03  20:25:10
14895         Log: From: Francois Desarmenien <desar@club-internet.fr>
14896              To: Mailing list Perl5 <perl5-porters@perl.org>
14897              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
14898              Date: Wed, 03 Feb 1999 13:13:24 +0000
14899              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
14900              
14901              (note: this patch completely overrides Tom Wolfe's patch,
14902              change #2604)
14903      Branch: cfgperl
14904            + ext/GDBM_File/hints/sco.pl
14905            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
14906 ____________________________________________________________________________
14907 [  2809] By: jhi                                   on 1999/02/03  19:54:16
14908         Log: h2ph fixes + Configure patch to support them.
14909              
14910              From: "Kurt D. Starsinic" <kstar@chapin.edu>
14911              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
14912              Gurusamy Sarathy <gsar@engin.umich.edu>
14913              Cc: perl5-porters@perl.org
14914              Subject: [PATCH 5.00503_MT5] h2ph.PL
14915              Date: Tue, 2 Feb 1999 19:48:06 -0500
14916              Message-ID: <19990202194806.E10647@O2.chapin.edu>
14917      Branch: maint-5.005/perl
14918            ! Configure utils/h2ph.PL
14919 ____________________________________________________________________________
14920 [  2808] By: jhi                                   on 1999/02/03  16:59:55
14921         Log: Enhance the perlbug checklist.
14922      Branch: cfgperl
14923            ! utils/perlbug.PL
14924 ____________________________________________________________________________
14925 [  2807] By: jhi                                   on 1999/02/03  14:01:37
14926         Log: Document the standard strftime %formats.
14927              
14928              From: Dominic Dunlop <domo@vo.lu>
14929              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
14930              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
14931              Date: Tue, 2 Feb 1999 15:55:29 +0100
14932              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
14933      Branch: cfgperl
14934            ! ext/POSIX/POSIX.pod
14935 ____________________________________________________________________________
14936 [  2806] By: jhi                                   on 1999/02/03  13:58:00
14937         Log: Integrate from mainperl.
14938      Branch: cfgperl
14939           !> perl.h
14940 ____________________________________________________________________________
14941 [  2805] By: gsar                                  on 1999/02/03  03:32:31
14942         Log: PL_uuemap[] init needs help for sizeof()
14943      Branch: perl
14944            ! perl.h
14945 ____________________________________________________________________________
14946 [  2804] By: jhi                                   on 1999/02/02  20:44:30
14947         Log: These should've been already in #2803.
14948      Branch: cfgperl
14949            ! Configure config_h.SH vms/subconfigure.com
14950 ____________________________________________________________________________
14951 [  2803] By: jhi                                   on 1999/02/02  20:38:45
14952         Log: telldir prototype issue, from mists of time...
14953      Branch: cfgperl
14954            ! hints/netbsd.sh pp_sys.c
14955 ____________________________________________________________________________
14956 [  2801] By: jhi                                   on 1999/02/02  17:40:14
14957         Log: From: John Bley <jbb6@acpub.duke.edu>
14958              To: perlbug@perl.org
14959              Subject: [PATCH]5.005_54 (DOC) fix minor typos
14960              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
14961              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
14962      Branch: cfgperl
14963            ! pod/perlre.pod
14964 ____________________________________________________________________________
14965 [  2800] By: jhi                                   on 1999/02/02  17:26:49
14966         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
14967      Branch: cfgperl
14968            ! Todo-5.005
14969 ____________________________________________________________________________
14970 [  2799] By: jhi                                   on 1999/02/02  17:18:51
14971         Log: Update FindBin from maint-5.005.
14972      Branch: cfgperl
14973            ! lib/FindBin.pm
14974 ____________________________________________________________________________
14975 [  2798] By: jhi                                   on 1999/02/02  17:16:07
14976         Log: Fix typecasts in #2797
14977              
14978              From: "G. Del Merritt" <del@intranetics.com>
14979              Date: Fri, 29 Jan 1999 11:47:25 -0700
14980              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
14981              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
14982      Branch: cfgperl
14983            ! ext/POSIX/POSIX.xs
14984 ____________________________________________________________________________
14985 [  2797] By: jhi                                   on 1999/02/02  17:14:37
14986         Log: From: Ted Law <tedlaw@cibcwg.com>
14987              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
14988              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
14989              Subject: POSIX::strftime buffer overflow problem
14990      Branch: cfgperl
14991            ! ext/POSIX/POSIX.xs
14992 ____________________________________________________________________________
14993 [  2796] By: jhi                                   on 1999/02/02  17:13:23
14994         Log: Do not use File::Slurp.
14995      Branch: cfgperl
14996            ! t/lib/textfill.t
14997 ____________________________________________________________________________
14998 [  2795] By: jhi                                   on 1999/02/02  17:11:48
14999         Log: perlhist update from maint-5.005.
15000      Branch: cfgperl
15001            ! pod/perlhist.pod
15002 ____________________________________________________________________________
15003 [  2794] By: jhi                                   on 1999/02/02  17:10:33
15004         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
15005      Branch: cfgperl
15006            ! ext/POSIX/POSIX.pm
15007 ____________________________________________________________________________
15008 [  2793] By: jhi                                   on 1999/02/02  17:08:39
15009         Log: Missed the html test from change #2787. 
15010      Branch: cfgperl
15011            ! t/lib/cgi-html.t
15012 ____________________________________________________________________________
15013 [  2792] By: jhi                                   on 1999/02/02  17:01:24
15014         Log: Update Getopt::Long to 2.19.
15015      Branch: cfgperl
15016            ! lib/Getopt/Long.pm
15017 ____________________________________________________________________________
15018 [  2791] By: jhi                                   on 1999/02/02  16:59:13
15019         Log: overload syntax is no longer experimental
15020      Branch: cfgperl
15021            ! lib/overload.pm
15022 ____________________________________________________________________________
15023 [  2789] By: jhi                                   on 1999/02/02  16:47:50
15024         Log: Still doc fixes.
15025      Branch: cfgperl
15026            ! lib/diagnostics.pm
15027 ____________________________________________________________________________
15028 [  2788] By: jhi                                   on 1999/02/02  16:47:07
15029         Log: Doc fixes.
15030      Branch: cfgperl
15031            ! lib/CGI.pm lib/diagnostics.pm
15032 ____________________________________________________________________________
15033 [  2787] By: jhi                                   on 1999/02/02  16:38:55
15034         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
15035              where applicable).
15036      Branch: cfgperl
15037            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
15038            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
15039            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
15040            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
15041            ! eg/cgi/frameset.cgi eg/cgi/index.html
15042            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
15043            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
15044            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
15045            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
15046            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
15047            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
15048 ____________________________________________________________________________
15049 [  2786] By: jhi                                   on 1999/02/02  16:17:52
15050         Log: Update CPAN to 1.47.
15051      Branch: cfgperl
15052            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
15053 ____________________________________________________________________________
15054 [  2785] By: jhi                                   on 1999/02/02  16:09:03
15055         Log: From: Mark-Jason Dominus <mjd@plover.com>
15056              Date: Sat, 16 Jan 1999 17:22:06 -0500
15057              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
15058              Message-ID: <19990116222206.3674.qmail@plover.com>
15059      Branch: cfgperl
15060            ! pod/perlsub.pod
15061 ____________________________________________________________________________
15062 [  2784] By: jhi                                   on 1999/02/02  16:01:31
15063         Log: Fix incorrect "used only once" warnings
15064              
15065              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15066              Date: Fri, 8 Jan 1999 04:37:10 -0500
15067              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
15068              Subject: Re: change#965 flakiness
15069      Branch: cfgperl
15070            ! gv.c
15071 ____________________________________________________________________________
15072 [  2783] By: jhi                                   on 1999/02/02  15:50:38
15073         Log: perldelta updates.
15074      Branch: cfgperl
15075            ! pod/perldelta.pod
15076 ____________________________________________________________________________
15077 [  2782] By: jhi                                   on 1999/02/02  14:28:26
15078         Log: Mirror change #2781.
15079      Branch: cfgperl
15080            ! hints/linux.sh
15081 ____________________________________________________________________________
15082 [  2781] By: jhi                                   on 1999/02/02  14:27:01
15083         Log: Update the MkLinux note.
15084      Branch: maint-5.005/perl
15085            ! hints/linux.sh
15086 ____________________________________________________________________________
15087 [  2780] By: jhi                                   on 1999/02/02  14:10:59
15088         Log: Update todo.
15089      Branch: cfgperl
15090            ! Todo-5.005
15091 ____________________________________________________________________________
15092 [  2779] By: jhi                                   on 1999/02/02  14:00:25
15093         Log: Integrate from mainperl.
15094      Branch: cfgperl
15095            ! t/lib/textfill.t t/lib/textwrap.t
15096           !> (integrate 32 files)
15097 ____________________________________________________________________________
15098 [  2778] By: jhi                                   on 1999/02/02  13:56:23
15099         Log: VMS update, applicable parts of
15100              
15101              From: Dan Sugalski <sugalskd@osshe.edu>
15102              To: perl5-porters@perl.org
15103              Subject: [PATCH 5.005_03MT3]VMS configure tweak
15104              Date: Wed, 20 Jan 1999 12:05:18 -0800
15105              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
15106              
15107              From: Dan Sugalski <sugalskd@osshe.edu>
15108              To: perlbug@perl.com, vmsperl@perl.org
15109              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
15110              Date: Tue, 26 Jan 1999 14:40:38 -0800
15111              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
15112              
15113              From: Dan Sugalski <sugalskd@osshe.edu>
15114              To: perl5-porters@perl.org, vmsperl@perl.org
15115              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
15116              Date: Tue, 26 Jan 1999 14:55:29 -0800
15117              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
15118      Branch: cfgperl
15119            ! vms/ext/Stdio/test.pl vms/subconfigure.com
15120 ____________________________________________________________________________
15121 [  2777] By: jhi                                   on 1999/02/02  13:43:24
15122         Log: Synch usethreads parts from maint-5.005.
15123      Branch: cfgperl
15124            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
15125            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
15126            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
15127            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
15128 ____________________________________________________________________________
15129 [  2776] By: jhi                                   on 1999/02/02  13:17:16
15130         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
15131      Branch: cfgperl
15132            ! Makefile.SH hints/freebsd.sh
15133 ____________________________________________________________________________
15134 [  2774] By: jhi                                   on 1999/02/02  13:10:39
15135         Log: Add perlthrtut, update pod/* machinery.
15136              (a pod/Makefile.SH is sorely needed)
15137      Branch: cfgperl
15138            + pod/perlthrtut.pod
15139            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
15140 ____________________________________________________________________________
15141 [  2773] By: jhi                                   on 1999/02/02  12:54:24
15142         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15143              To: perl5-porters@perl.org
15144              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
15145              Date: Tue, 26 Jan 1999 22:25:07 +0000
15146              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
15147      Branch: cfgperl
15148            ! pod/perlguts.pod
15149 ____________________________________________________________________________
15150 [  2771] By: jhi                                   on 1999/02/02  12:47:34
15151         Log: Use perlbug instead of personal email address.
15152      Branch: cfgperl
15153            ! Configure
15154 ____________________________________________________________________________
15155 [  2770] By: jhi                                   on 1999/02/02  12:42:06
15156         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
15157              
15158              From: "G. Del Merritt" <del@intranetics.com>
15159              To: perlbug@perl.com
15160              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
15161              Date: Tue, 26 Jan 1999 12:09:09 -0700
15162              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
15163      Branch: cfgperl
15164            ! iperlsys.h
15165 ____________________________________________________________________________
15166 [  2769] By: jhi                                   on 1999/02/02  12:37:57
15167         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15168              To: Mailing list Perl5 <perl5-porters@perl.org>
15169              Subject: [PATCH 5.005_*] OS/2 threads
15170              Date: Tue, 26 Jan 1999 13:39:46 -0500
15171              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
15172      Branch: cfgperl
15173            ! os2/os2ish.h
15174 ____________________________________________________________________________
15175 [  2768] By: jhi                                   on 1999/02/02  12:36:16
15176         Log: Apply change #2711 from maint-5.005:
15177              
15178              make ok", "make okfile", and "make nok" were broken
15179              with -Duseshrplib, because of a shared typo.
15180              
15181              From: Spider Boardman <spider@web.zk3.dec.com>
15182              To: perlbug@perl.com
15183              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
15184              Date: Wed, 27 Jan 1999 12:27:15 -0500
15185              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
15186      Branch: cfgperl
15187            ! Makefile.SH
15188 ____________________________________________________________________________
15189 [  2766] By: jhi                                   on 1999/02/02  12:27:08
15190         Log: Make Configure use "int main()" instead of bare "main()".
15191              Like maint-5.005 change #2703 but now via metaconfig.
15192      Branch: cfgperl
15193            ! Configure
15194 ____________________________________________________________________________
15195 [  2765] By: jhi                                   on 1999/02/02  11:59:30
15196         Log: Undo part of change #2562.
15197      Branch: cfgperl
15198            ! Configure
15199 ____________________________________________________________________________
15200 [  2764] By: jhi                                   on 1999/02/02  11:52:39
15201         Log: NetBSD synch with maint-5.005.
15202      Branch: cfgperl
15203            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
15204 ____________________________________________________________________________
15205 [  2763] By: jhi                                   on 1999/02/02  11:44:07
15206         Log: $Config{installusrbinperl}
15207              (maint-5.005 changes #2614 and #2709)
15208      Branch: cfgperl
15209            ! Configure installperl
15210 ____________________________________________________________________________
15211 [  2762] By: jhi                                   on 1999/02/02  11:29:13
15212         Log: Errno update from maint-5.005 (changes #2583, #2710).
15213      Branch: cfgperl
15214            ! Configure ext/Errno/Errno_pm.PL
15215 ____________________________________________________________________________
15216 [  2759] By: jhi                                   on 1999/02/02  10:53:20
15217         Log: Update Trig.pm from maint-5.005.
15218      Branch: cfgperl
15219            ! lib/Math/Trig.pm
15220 ____________________________________________________________________________
15221 [  2757] By: jhi                                   on 1999/02/02  10:41:26
15222         Log: MPE/iX update (mirror maint-5.005 change #2715)
15223      Branch: cfgperl
15224            ! hints/mpeix.sh mpeix/relink
15225 ____________________________________________________________________________
15226 [  2756] By: jhi                                   on 1999/02/02  10:38:08
15227         Log: BeOS update (Mirror maint-5.005 change #2727).
15228      Branch: cfgperl
15229            + ext/DynaLoader/dl_beos.xs
15230            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
15231            ! lib/ExtUtils/MM_Unix.pm
15232 ____________________________________________________________________________
15233 [  2754] By: gsar                                  on 1999/02/02  08:52:13
15234         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
15235      Branch: perl
15236            ! Porting/pumpkin.pod Todo Todo-5.005
15237 ____________________________________________________________________________
15238 [  2753] By: gsar                                  on 1999/02/02  08:46:21
15239         Log: Todo tweaks
15240      Branch: perl
15241            ! Todo Todo-5.005
15242 ____________________________________________________________________________
15243 [  2752] By: jhi                                   on 1999/02/01  22:15:12
15244         Log: Add perlthrtut.pod.
15245              
15246              From: Dan Sugalski <sugalskd@osshe.edu>
15247              To: perl5-porters@perl.org
15248              Subject: perlthrtut.pod
15249              Date: Mon, 01 Feb 1999 10:57:11 -0800
15250              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
15251      Branch: maint-5.005/perl
15252            + pod/perlthrtut.pod
15253            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
15254            ! pod/roffitall
15255 ____________________________________________________________________________
15256 [  2751] By: gsar                                  on 1999/02/01  07:28:05
15257         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
15258      Branch: perl
15259            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
15260            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
15261 ____________________________________________________________________________
15262 [  2750] By: gsar                                  on 1999/02/01  07:09:20
15263         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15264              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
15265              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
15266              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
15267      Branch: perl
15268            ! regexec.c
15269 ____________________________________________________________________________
15270 [  2749] By: gsar                                  on 1999/02/01  07:07:59
15271         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15272              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
15273              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
15274              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
15275      Branch: perl
15276            ! regexec.c
15277 ____________________________________________________________________________
15278 [  2748] By: gsar                                  on 1999/02/01  06:47:06
15279         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
15280              Date: Thu, 3 Dec 1998 15:10:17 -0500
15281              Message-Id: <199812032010.PAA09692@jik.shore.net>
15282              Subject: sample checksum code in "perlfunc" man page is wrong
15283      Branch: perl
15284            ! pod/perlfunc.pod
15285 ____________________________________________________________________________
15286 [  2747] By: gsar                                  on 1999/02/01  06:35:13
15287         Log: typos in Pod/Text.pm
15288              From: "Greg Chapman" <glc@well.com>
15289              Date: Tue, 1 Dec 1998 10:50:18 -0800
15290              Message-Id: <199812011849.KAA08816@smtp.well.com>
15291              Subject: Glitch in Pod::Text
15292      Branch: perl
15293            ! lib/Pod/Text.pm
15294 ____________________________________________________________________________
15295 [  2746] By: gsar                                  on 1999/02/01  06:27:35
15296         Log: various win32-ish changes merged from maint-5.005
15297      Branch: perl
15298            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
15299            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
15300            ! win32/Makefile win32/config.bc win32/config.vc
15301            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
15302            ! win32/win32.c
15303 ____________________________________________________________________________
15304 [  2745] By: gsar                                  on 1999/02/01  04:51:54
15305         Log: integrate cfgperl changes into mainline
15306      Branch: perl
15307           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
15308 ____________________________________________________________________________
15309 [  2744] By: gsar                                  on 1999/02/01  04:31:09
15310         Log: improved diagnostic on syntax errors at EOL
15311      Branch: perl
15312            ! toke.c
15313 ____________________________________________________________________________
15314 [  2743] By: gsar                                  on 1999/02/01  03:59:13
15315         Log: don't attempt connect() to bogus IP addresses
15316              From:    Graham Barr <gbarr@pobox.com>
15317              Date:    Sun, 31 Jan 1999 21:50:45 CST
15318              Message-Id: <19990131215045.A633@pobox.com>
15319      Branch: perl
15320            ! t/lib/io_multihomed.t
15321 ____________________________________________________________________________
15322 [  2742] By: gsar                                  on 1999/02/01  03:08:58
15323         Log: update Changes
15324      Branch: perl
15325            ! Changes pod/perldelta.pod
15326 ____________________________________________________________________________
15327 [  2740] By: gsar                                  on 1999/02/01  02:43:07
15328         Log: CAPI inheritance tweak and doc
15329      Branch: maint-5.005/perl
15330            ! lib/ExtUtils/MakeMaker.pm
15331 ____________________________________________________________________________
15332 [  2739] By: jhi                                   on 1999/01/31  18:31:54
15333         Log: Undo changes #2730 and #2731 and replace them
15334              with an extensively tested patch from
15335              Anton Berezin <tobez@plab.ku.dk> (via private email).
15336      Branch: maint-5.005/perl
15337            ! Makefile.SH hints/freebsd.sh
15338 ____________________________________________________________________________
15339 [  2738] By: gsar                                  on 1999/01/31  05:04:32
15340         Log: fix bogus CAPI inheritance from change#2541
15341      Branch: maint-5.005/perl
15342            ! lib/ExtUtils/MakeMaker.pm
15343 ____________________________________________________________________________
15344 [  2731] By: jhi                                   on 1999/01/29  14:33:12
15345         Log: FreeBSD version numbers can be like "2.2.8-release".
15346      Branch: maint-5.005/perl
15347            ! hints/freebsd.sh
15348 ____________________________________________________________________________
15349 [  2730] By: jhi                                   on 1999/01/29  12:40:38
15350         Log: FreeBSD hints iteration (hopefully convergent).
15351              usethreads: require at least FreeBSD 2.2.8.
15352              signal type: mirror change #2429 in cfgperl.
15353      Branch: maint-5.005/perl
15354            ! hints/freebsd.sh
15355 ____________________________________________________________________________
15356 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
15357         Log: From: Tom Spindler <dogcow@isi.net>
15358              Date: Thu, 28 Jan 1999 17:15:11 -0800
15359              Message-ID: <19990128171510.A11778@isi.net>
15360              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
15361      Branch: maint-5.005/perl
15362            + ext/DynaLoader/dl_beos.xs
15363            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
15364            ! lib/ExtUtils/MM_Unix.pm
15365 ____________________________________________________________________________
15366 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
15367         Log: Remove use of File::Slurp in t/lib/textfill.t
15368      Branch: maint-5.005/perl
15369            ! t/lib/textfill.t
15370 ____________________________________________________________________________
15371 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
15372         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
15373              Date: Wed, 27 Jan 1999 23:14:33 -0800
15374              Message-Id: <199901280714.XAA10176@activestate.com>
15375              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
15376      Branch: maint-5.005/perl
15377            ! win32/Makefile win32/makefile.mk
15378 ____________________________________________________________________________
15379 [  2720] By: gsar                                  on 1999/01/27  21:54:42
15380         Log: missing space while munging CCFLAGS for PERL_CAPI
15381      Branch: perl
15382            ! lib/ExtUtils/MM_Unix.pm
15383 ____________________________________________________________________________
15384 [  2718] By: jhi                                   on 1999/01/27  19:46:04
15385         Log: io/fs.t fails test #18 (sense of tests appears to have been
15386              changed incompletely; this patch just skips the test attached,
15387              a la test #17 preceding it).
15388              
15389              From: "G. Del Merritt" <del@intranetics.com>
15390              To: perlbug@perl.com
15391              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
15392              Date: Tue, 26 Jan 1999 12:09:09 -0700
15393              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
15394      Branch: maint-5.005/perl
15395            ! t/io/fs.t
15396 ____________________________________________________________________________
15397 [  2717] By: jhi                                   on 1999/01/27  19:44:46
15398         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
15399              
15400              From: "G. Del Merritt" <del@intranetics.com>
15401              To: perlbug@perl.com
15402              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
15403              Date: Tue, 26 Jan 1999 12:09:09 -0700
15404              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
15405      Branch: maint-5.005/perl
15406            ! iperlsys.h
15407 ____________________________________________________________________________
15408 [  2715] By: jhi                                   on 1999/01/27  19:34:28
15409         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
15410              To: perl5-porters@perl.org
15411              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
15412              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
15413              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
15414      Branch: maint-5.005/perl
15415            ! hints/mpeix.sh mpeix/relink
15416 ____________________________________________________________________________
15417 [  2710] By: jhi                                   on 1999/01/27  19:22:23
15418         Log: Errno fixes:
15419              
15420              From: Spider Boardman <spider@web.zk3.dec.com>
15421              To: perlbug@perl.com
15422              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
15423              Date: Wed, 27 Jan 1999 12:27:15 -0500
15424              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
15425              
15426              From: Spider Boardman <spider@web.zk3.dec.com>
15427              To: perlbug@perl.com
15428              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
15429              Date: Wed, 27 Jan 1999 13:31:16 -0500
15430              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
15431      Branch: maint-5.005/perl
15432            ! Configure ext/Errno/Errno_pm.PL
15433 ____________________________________________________________________________
15434 [  2709] By: jhi                                   on 1999/01/27  19:17:35
15435         Log: Fix Configure installusrbinperl:
15436              
15437              From: Spider Boardman <spider@web.zk3.dec.com>
15438              To: jhi@iki.fi
15439              cc: perl5-porters@perl.org
15440              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
15441              Date: Wed, 27 Jan 1999 13:03:35 -0500
15442              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
15443      Branch: maint-5.005/perl
15444            ! Configure
15445 ____________________________________________________________________________
15446 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
15447         Log: Add redef IO::Handle::* for setv?buf()
15448      Branch: maint-5.005/perl
15449            ! ext/POSIX/POSIX.pm
15450 ____________________________________________________________________________
15451 [  2705] By: jhi                                   on 1999/01/24  15:14:30
15452         Log: Mention year-1900 and month 0..11.
15453      Branch: cfgperl
15454            ! lib/Time/Local.pm
15455 ____________________________________________________________________________
15456 [  2704] By: jhi                                   on 1999/01/24  15:13:36
15457         Log: Document Configure -Uinstallusrbinperl.
15458      Branch: cfgperl
15459            ! INSTALL pod/perldelta.pod
15460 ____________________________________________________________________________
15461 [  2698] By: jhi                                   on 1999/01/24  12:46:00
15462         Log: Use only xlc_r for usethreads.
15463      Branch: cfgperl
15464            ! hints/aix.sh
15465 ____________________________________________________________________________
15466 [  2695] By: gsar                                  on 1999/01/24  07:09:05
15467         Log: integrate cfgperl changes into mainline
15468      Branch: perl
15469           +> lib/Exporter/Heavy.pm
15470           !> (integrate 65 files)
15471 ____________________________________________________________________________
15472 [  2694] By: gsar                                  on 1999/01/24  01:28:49
15473         Log: better notes on 'make' on win32
15474      Branch: perl
15475            ! README.win32
15476 ____________________________________________________________________________
15477 [  2683] By: jhi                                   on 1999/01/22  15:41:00
15478         Log: More de-cut-and-pastos.
15479      Branch: cfgperl
15480            ! hints/irix_6.sh hints/os2.sh
15481 ____________________________________________________________________________
15482 [  2682] By: jhi                                   on 1999/01/22  15:30:51
15483         Log: usethreads.cbu cut-and-pasto.
15484      Branch: cfgperl
15485            ! hints/solaris_2.sh
15486 ____________________________________________________________________________
15487 [  2681] By: jhi                                   on 1999/01/22  14:54:55
15488         Log: Better (I hope) LANGUAGE documentation.
15489      Branch: cfgperl
15490            ! pod/perllocale.pod
15491 ____________________________________________________________________________
15492 [  2680] By: jhi                                   on 1999/01/22  09:20:29
15493         Log: From: Dan Sugalski <sugalskd@osshe.edu>
15494              To: perl5-porters@perl.org
15495              Subject: [PATCH 5.005_03MT3]VMS configure tweak
15496              Date: Wed, 20 Jan 1999 12:05:18 -0800
15497              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
15498      Branch: cfgperl
15499            ! vms/subconfigure.com
15500 ____________________________________________________________________________
15501 [  2679] By: jhi                                   on 1999/01/22  09:13:18
15502         Log: nosuid getmntent() branch.
15503      Branch: cfgperl
15504            ! perl.c perl.h
15505 ____________________________________________________________________________
15506 [  2678] By: jhi                                   on 1999/01/22  08:54:19
15507         Log: nosuid patch continued: *BSD needs <sys/param.h>.
15508      Branch: cfgperl
15509            ! Configure config_h.SH
15510 ____________________________________________________________________________
15511 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
15512         Log: Fixup FindBin to use File::Spec
15513              
15514              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
15515              Date: Wed, 20 Jan 1999 18:51:57 +0000
15516              From: Paul Johnson <pjcj@transeda.com>
15517              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
15518      Branch: maint-5.005/perl
15519            ! lib/FindBin.pm
15520 ____________________________________________________________________________
15521 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
15522         Log: Fix win32 for Borland compiler and spaces in paths
15523              
15524              From: Gurusamy Sarathy <gsar@activestate.com>
15525              Date: Mon, 18 Jan 1999 20:33:17 -0800
15526              Message-Id: <199901190433.UAA03656@activestate.com>
15527              Subject: [PATCH] 5.005_03-trial3 win32 issues
15528      Branch: maint-5.005/perl
15529            ! README.win32 win32/Makefile win32/config_sh.PL
15530            ! win32/makefile.mk win32/runperl.c
15531 ____________________________________________________________________________
15532 [  2670] By: jhi                                   on 1999/01/21  16:12:38
15533         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15534              To: perl5-porters@perl.org
15535              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
15536              Date: Thu, 21 Jan 1999 12:08:01 +0000
15537              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
15538      Branch: cfgperl
15539            ! pod/perldiag.pod t/op/subst.t toke.c
15540 ____________________________________________________________________________
15541 [  2669] By: jhi                                   on 1999/01/21  16:11:46
15542         Log: To: perl5-porters@perl.org
15543              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
15544              From: Anton Berezin <tobez@plab.ku.dk>
15545              Date: 21 Jan 1999 17:07:28 +0100
15546              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
15547      Branch: cfgperl
15548            ! hints/freebsd.sh
15549 ____________________________________________________________________________
15550 [  2668] By: jhi                                   on 1999/01/21  15:38:34
15551         Log: Add Daniel Grisinger <dgris@dimensional.com>.
15552      Branch: cfgperl
15553            ! AUTHORS MAINTAIN
15554 ____________________________________________________________________________
15555 [  2667] By: jhi                                   on 1999/01/21  15:32:28
15556         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15557              To: Mailing list Perl5 <perl5-porters@perl.org>
15558              Subject: [PATCH 5.005_53] Lean Exporter.pm
15559              Date: Thu, 21 Jan 1999 03:25:23 -0500
15560              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
15561      Branch: cfgperl
15562            + lib/Exporter/Heavy.pm
15563            ! MANIFEST lib/Exporter.pm
15564 ____________________________________________________________________________
15565 [  2666] By: jhi                                   on 1999/01/21  15:24:10
15566         Log: From: "W. Phillip Moore" <wpm@ms.com>
15567              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
15568              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
15569              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
15570              Message-ID: <13988.46383.298992.97303@zappa>
15571      Branch: cfgperl
15572            ! lib/File/Path.pm
15573 ____________________________________________________________________________
15574 [  2665] By: jhi                                   on 1999/01/21  15:20:48
15575         Log: CPAN update (CPAN-1.44_54) from Andreas and
15576              jumbo doc patch from Abigail.
15577              
15578              From: abigail@fnx.com
15579              To: perl5-porters@perl.org (Perl Porters)
15580              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
15581              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
15582              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
15583              
15584              From: abigail@fnx.com
15585              To: perl5-porters@perl.org (Perl Porters)
15586              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
15587              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
15588              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
15589              
15590              From: abigail@fnx.com
15591              To: perl5-porters@perl.org (Perl Porters)
15592              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
15593              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
15594              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
15595              
15596              From: abigail@fnx.com
15597              To: perl5-porters@perl.org (Perl Porters)
15598              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
15599              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
15600              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
15601              
15602              From: abigail@fnx.com
15603              To: perl5-porters@perl.org (Perl Porters)
15604              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
15605              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
15606              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
15607              
15608              From: abigail@fnx.com
15609              To: perl5-porters@perl.org (Perl Porters)
15610              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
15611              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
15612              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
15613              
15614              From: abigail@fnx.com
15615              To: perl5-porters@perl.org (Perl Porters)
15616              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
15617              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
15618              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
15619              
15620              From: abigail@fnx.com
15621              To: perl5-porters@perl.org (Perl Porters)
15622              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
15623              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
15624              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
15625              
15626              From: abigail@fnx.com
15627              To: perl5-porters@perl.org (Perl Porters)
15628              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
15629              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
15630              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
15631              
15632              From: abigail@fnx.com
15633              To: perl5-porters@perl.org (Perl Porters)
15634              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
15635              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
15636              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
15637              
15638              From: abigail@fnx.com
15639              To: perl5-porters@perl.org (Perl Porters)
15640              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
15641              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
15642              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
15643              
15644              From: abigail@fnx.com
15645              To: perl5-porters@perl.org (Perl Porters)
15646              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
15647              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
15648              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
15649              
15650              From: abigail@fnx.com
15651              To: perl5-porters@perl.org (Perl Porters)
15652              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
15653              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
15654              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
15655      Branch: cfgperl
15656            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
15657            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
15658            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
15659            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
15660 ____________________________________________________________________________
15661 [  2664] By: jhi                                   on 1999/01/21  14:47:43
15662         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15663              To: Mailing list Perl5 <perl5-porters@perl.org>
15664              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
15665              Date: Thu, 21 Jan 1999 03:58:29 -0500
15666              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
15667      Branch: cfgperl
15668            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
15669 ____________________________________________________________________________
15670 [  2663] By: jhi                                   on 1999/01/21  14:43:58
15671         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15672              To: Mailing list Perl5 <perl5-porters@perl.org>
15673              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
15674              Date: Thu, 21 Jan 1999 02:46:34 -0500
15675              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
15676      Branch: cfgperl
15677            ! ext/Errno/Errno_pm.PL
15678 ____________________________________________________________________________
15679 [  2662] By: jhi                                   on 1999/01/21  14:42:42
15680         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
15681              To: Francois Desarmenien <desar@club-internet.fr>
15682              Cc: Gurusamy Sarathy <gsar@activestate.com>,
15683              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
15684              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
15685              Date: 21 Jan 1999 00:17:35 -0700
15686              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
15687      Branch: cfgperl
15688            ! Porting/patching.pod
15689 ____________________________________________________________________________
15690 [  2661] By: jhi                                   on 1999/01/21  14:41:13
15691         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15692              To: Mailing list Perl5 <perl5-porters@perl.org>
15693              Subject: [PATCH 5.00*] makedepend
15694              Date: Thu, 21 Jan 1999 02:08:27 -0500
15695              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
15696      Branch: cfgperl
15697            ! makedepend.SH
15698 ____________________________________________________________________________
15699 [  2660] By: jhi                                   on 1999/01/21  14:36:45
15700         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15701              To: Mailing list Perl5 <perl5-porters@perl.org>
15702              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
15703              Date: Tue, 19 Jan 1999 20:06:45 -0500
15704              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
15705      Branch: cfgperl
15706            ! os2/Changes os2/os2.c
15707 ____________________________________________________________________________
15708 [  2657] By: jhi                                   on 1999/01/21  11:40:35
15709         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
15710              To: perl5-porters@perl.org
15711              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
15712              Date: Mon, 18 Jan 1999 01:32:31 PST
15713              Message-ID: <19990118093231.18443.qmail@hotmail.com>
15714      Branch: cfgperl
15715            ! ext/B/B/CC.pm
15716 ____________________________________________________________________________
15717 [  2656] By: jhi                                   on 1999/01/21  11:35:34
15718         Log: From: Achim Bohnet <ach@mpe.mpg.de>
15719              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
15720              Date: Wed, 20 Jan 1999 20:25:53 +0100
15721              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
15722      Branch: cfgperl
15723            ! pp.c
15724 ____________________________________________________________________________
15725 [  2655] By: jhi                                   on 1999/01/21  10:46:01
15726         Log: Handle NIS (and NetInfo) more robustly.
15727      Branch: cfgperl
15728            ! t/op/grent.t t/op/pwent.t
15729 ____________________________________________________________________________
15730 [  2654] By: jhi                                   on 1999/01/21  10:17:20
15731         Log: Two-argument eaccess() of SCO.
15732      Branch: cfgperl
15733            ! pp_sys.c
15734 ____________________________________________________________________________
15735 [  2653] By: jhi                                   on 1999/01/21  08:53:14
15736         Log: -DNO_NOSUID_CHECK for those platforms which have no way
15737              of checking for nosuid but still want suidperl.
15738      Branch: cfgperl
15739            ! perl.c
15740 ____________________________________________________________________________
15741 [  2652] By: jhi                                   on 1999/01/21  08:22:50
15742         Log: The LANGUAGE mirrors LC_ALL usage.
15743      Branch: cfgperl
15744            ! Configure config_h.SH
15745 ____________________________________________________________________________
15746 [  2651] By: jhi                                   on 1999/01/20  22:01:21
15747         Log: I_MNTENT was missing.
15748      Branch: cfgperl
15749            ! Configure config_h.SH
15750 ____________________________________________________________________________
15751 [  2650] By: jhi                                   on 1999/01/19  13:42:03
15752         Log: NetBSD update, based on patches from the NetBSD packages system.
15753      Branch: cfgperl
15754            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
15755 ____________________________________________________________________________
15756 [  2649] By: jhi                                   on 1999/01/19  12:44:02
15757         Log: Jumbo Configure update.
15758              * -Uinstallusrbinperl: disable /usr/bin/perl installation
15759              by installperl
15760              * usethreads.cbu
15761              * use64bits.cbu
15762              * "nosuid"
15763      Branch: cfgperl
15764            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
15765            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
15766            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
15767            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
15768            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
15769            ! pod/perldiag.pod
15770 ____________________________________________________________________________
15771 [  2648] By: jhi                                   on 1999/01/19  09:16:44
15772         Log: Mention /usr/share/locale.
15773      Branch: cfgperl
15774            ! pod/perllocale.pod
15775 ____________________________________________________________________________
15776 [  2647] By: jhi                                   on 1999/01/19  09:11:11
15777         Log: SHMLBA strikes back in NetBSD/sparc.
15778              
15779              From: Dave Nelson <David.Nelson@bellcow.com>
15780              To: jhi@iki.fi
15781              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
15782              Date: Mon, 18 Jan 1999 22:07:56 -0600
15783              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
15784      Branch: cfgperl
15785            ! ext/IPC/SysV/SysV.xs
15786 ____________________________________________________________________________
15787 [  2646] By: jhi                                   on 1999/01/19  08:58:17
15788         Log: Show LANGUAGE env var when needed. (Augment change #2645).
15789      Branch: cfgperl
15790            ! util.c utils/perlbug.PL
15791 ____________________________________________________________________________
15792 [  2645] By: jhi                                   on 1999/01/19  08:52:15
15793         Log: Document the GNU LANGUAGE env var.
15794      Branch: cfgperl
15795            ! pod/perllocale.pod
15796 ____________________________________________________________________________
15797 [  2644] By: jhi                                   on 1999/01/19  08:42:25
15798         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15799              To: Mailing list Perl5 <perl5-porters@perl.org>
15800              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
15801              Date: Mon, 18 Jan 1999 20:57:02 -0500
15802              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
15803      Branch: cfgperl
15804            ! pp_hot.c t/op/pat.t
15805 ____________________________________________________________________________
15806 [  2643] By: jhi                                   on 1999/01/18  11:23:41
15807         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
15808      Branch: cfgperl
15809            ! Makefile.SH
15810 ____________________________________________________________________________
15811 [  2642] By: jhi                                   on 1999/01/18  11:03:38
15812         Log: GNU libc locale system has LANGUAGE env var that partly
15813              overrides even LC_ALL.
15814      Branch: cfgperl
15815            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
15816 ____________________________________________________________________________
15817 [  2641] By: jhi                                   on 1999/01/18  10:55:04
15818         Log: Integrate from mainperl.
15819      Branch: cfgperl
15820           +> ext/B/defsubs.h.PL
15821            ! t/op/groups.t
15822           !> (integrate 38 files)
15823 ____________________________________________________________________________
15824 [  2640] By: gsar                                  on 1999/01/18  10:06:29
15825         Log: a few random cleanups
15826      Branch: perl
15827            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
15828 ____________________________________________________________________________
15829 [  2639] By: gsar                                  on 1999/01/18  05:56:21
15830         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
15831              Date:    Sun, 17 Jan 1999 16:41:10 PST
15832              Message-Id: <19990118004111.29667.qmail@hotmail.com>
15833              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
15834      Branch: perl
15835            ! ext/B/B/C.pm
15836 ____________________________________________________________________________
15837 [  2638] By: gsar                                  on 1999/01/18  05:41:21
15838         Log: From:    jan.dubois@ibm.net (Jan Dubois)
15839              Date:    Mon, 18 Jan 1999 00:37:41 +0100
15840              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
15841              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
15842      Branch: perl
15843            ! dump.c
15844 ____________________________________________________________________________
15845 [  2633] By: gsar                                  on 1999/01/17  13:39:59
15846         Log: bogus assert()
15847      Branch: perl
15848            ! pp.c t/op/groups.t
15849 ____________________________________________________________________________
15850 [  2632] By: gsar                                  on 1999/01/17  13:22:04
15851         Log: various tweaks for clean build and test on win32
15852      Branch: perl
15853            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
15854            ! op.c t/pragma/warn/doio
15855 ____________________________________________________________________________
15856 [  2631] By: gsar                                  on 1999/01/17  12:28:06
15857         Log: undo change#2336, and add clarification about subversive
15858              CPAN distributions from Andreas Koenig
15859      Branch: perl
15860            ! Porting/pumpkin.pod lib/CPAN.pm
15861 ____________________________________________________________________________
15862 [  2630] By: gsar                                  on 1999/01/17  12:04:06
15863         Log: fix silent taint failures under -U
15864      Branch: perl
15865            ! doio.c
15866 ____________________________________________________________________________
15867 [  2629] By: gsar                                  on 1999/01/17  12:00:23
15868         Log: sanity check piped opens (tweaked version of patch suggested
15869              by Mark-Jason Dominus)
15870      Branch: perl
15871            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
15872            ! t/op/taint.t t/pragma/warn/doio
15873 ____________________________________________________________________________
15874 [  2628] By: gsar                                  on 1999/01/17  11:26:21
15875         Log: regen headers
15876      Branch: perl
15877            ! embed.h embedvar.h objXSUB.h
15878 ____________________________________________________________________________
15879 [  2627] By: gsar                                  on 1999/01/17  11:23:37
15880         Log: PERL_OBJECTness for change#2595
15881      Branch: perl
15882            ! embed.pl op.c pod/perlport.pod proto.h
15883 ____________________________________________________________________________
15884 [  2626] By: gsar                                  on 1999/01/17  09:47:07
15885         Log: PERL_OBJECT tweaks for change#2426
15886      Branch: perl
15887            ! embed.pl proto.h regcomp.c
15888 ____________________________________________________________________________
15889 [  2625] By: gsar                                  on 1999/01/17  09:37:58
15890         Log: documentation in change#2596 is not quite right; fix it
15891      Branch: perl
15892            ! lib/Math/BigFloat.pm pod/perlguts.pod
15893 ____________________________________________________________________________
15894 [  2624] By: gsar                                  on 1999/01/17  09:28:34
15895         Log: undo change#2571; C<use File::Spec> instead
15896      Branch: perl
15897            ! lib/FindBin.pm
15898 ____________________________________________________________________________
15899 [  2623] By: gsar                                  on 1999/01/17  09:20:42
15900         Log: change#2572 is not applicable; undo, retaining scan_bin addition
15901              to global.sym
15902      Branch: perl
15903            ! global.sym perl.c proto.h
15904 ____________________________________________________________________________
15905 [  2622] By: gsar                                  on 1999/01/17  09:17:42
15906         Log: change#2576 is based on a wrong premise; undo it
15907      Branch: perl
15908            ! pp_ctl.c
15909 ____________________________________________________________________________
15910 [  2621] By: gsar                                  on 1999/01/17  09:12:42
15911         Log: fix change#2602 to not used hard coded constants
15912      Branch: perl
15913            ! ext/B/B/C.pm ext/B/defsubs.h.PL
15914 ____________________________________________________________________________
15915 [  2620] By: gsar                                  on 1999/01/17  09:02:07
15916         Log: integrate cfgperl changes into mainline, fix conflicts
15917      Branch: perl
15918           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
15919           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
15920           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
15921           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
15922           +> pod/perlopentut.pod
15923           !> (integrate 162 files)
15924 ____________________________________________________________________________
15925 [  2619] By: gsar                                  on 1999/01/17  08:42:04
15926         Log: a few doc typos
15927      Branch: perl
15928            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
15929 ____________________________________________________________________________
15930 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
15931         Log: Win32 changes from Jan
15932              
15933              From: jan.dubois@ibm.net (Jan Dubois)
15934              Date: Fri, 15 Jan 1999 23:38:35 +0100
15935              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
15936              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
15937              
15938              From: jan.dubois@ibm.net (Jan Dubois)
15939              Date: Sat, 16 Jan 1999 13:02:45 +0100
15940              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
15941              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
15942      Branch: maint-5.005/perl
15943            ! README.win32 win32/Makefile win32/makefile.mk
15944 ____________________________________________________________________________
15945 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
15946         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
15947              
15948              From: Gurusamy Sarathy <gsar@engin.umich.edu>
15949              Date: Thu, 07 Jan 1999 00:12:00 -0500
15950              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
15951              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
15952              
15953              From: Gurusamy Sarathy <gsar@engin.umich.edu>
15954              Date: Thu, 14 Jan 1999 19:21:46 -0500
15955              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
15956              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
15957      Branch: maint-5.005/perl
15958            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
15959            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
15960            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
15961            ! win32/makedef.pl win32/runperl.c win32/win32.c
15962 ____________________________________________________________________________
15963 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
15964         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
15965              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
15966              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
15967              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
15968              
15969              From: Jarkko Hietaniemi <jhi@iki.fi>
15970              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
15971              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
15972              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
15973              
15974              From: Jarkko Hietaniemi <jhi@iki.fi>
15975              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
15976              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
15977              Subject: the promised "installusrbinperl + NetBSD" fix
15978      Branch: maint-5.005/perl
15979            ! Configure Makefile.SH hints/netbsd.sh installperl
15980            ! makedepend.SH unixish.h
15981 ____________________________________________________________________________
15982 [  2611] By: jhi                                   on 1999/01/14  12:16:14
15983         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
15984              To: pumpkings@jhereg.perl.com
15985              Subject: perlopentut.pod
15986              Date: Sat, 09 Jan 1999 08:13:18 -0700
15987              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
15988      Branch: cfgperl
15989            + pod/perlopentut.pod
15990            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
15991 ____________________________________________________________________________
15992 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
15993         Log: Added Carp::cluck to perldelta.pod
15994      Branch: maint-5.005/perl
15995            ! pod/perldelta.pod
15996 ____________________________________________________________________________
15997 [  2605] By: jhi                                   on 1999/01/13  18:26:19
15998         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
15999              To: "'cpan@perl.org'" <cpan@perl.org>
16000              Subject: "Bug" fix for File::Find.pm
16001              Date:   Thu, 31 Dec 1998 13:01:50 -0500
16002              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
16003      Branch: cfgperl
16004            ! lib/File/Find.pm
16005 ____________________________________________________________________________
16006 [  2604] By: jhi                                   on 1999/01/13  18:08:45
16007         Log: From: Peter Wolfe <wolfe@teloseng.com>
16008              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
16009              To: perlbug@perl.com
16010              Date: 11 Jan 1999 23:00:05 +0200
16011              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
16012      Branch: cfgperl
16013            ! hints/sco.sh
16014 ____________________________________________________________________________
16015 [  2603] By: jhi                                   on 1999/01/13  18:06:56
16016         Log: From: hans@icgroup.nl (Hans Mulder)
16017              Subject: [Patch for 5.005_54] re::debugcolors dumps core
16018              To: perlbug@perl.com
16019              Cc: hansmu@xs4all.nl
16020              Date: 11 Jan 1999 22:22:45 +0200
16021              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
16022      Branch: cfgperl
16023            ! ext/re/re.pm regcomp.c
16024 ____________________________________________________________________________
16025 [  2602] By: jhi                                   on 1999/01/13  18:05:43
16026         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
16027              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
16028              Date: 11 Jan 1999 08:02:41 +0200
16029              Lines: 134
16030              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
16031      Branch: cfgperl
16032            ! ext/B/B.xs ext/B/B/C.pm
16033 ____________________________________________________________________________
16034 [  2601] By: jhi                                   on 1999/01/13  18:01:53
16035         Log: From: James FitzGibbon <james@ican.net>
16036              Subject: Trivial patch for HP-UX 11 and shared libperl
16037              To: perl5-porters@perl.org
16038              Date: 8 Jan 1999 19:13:23 +0200
16039              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
16040      Branch: cfgperl
16041            ! Makefile.SH
16042 ____________________________________________________________________________
16043 [  2600] By: jhi                                   on 1999/01/13  17:59:45
16044         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
16045              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
16046              To: perl5-porters@perl.org
16047              Date: 8 Jan 1999 12:43:36 +0200
16048              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
16049      Branch: cfgperl
16050            ! ext/B/B/CC.pm
16051 ____________________________________________________________________________
16052 [  2599] By: jhi                                   on 1999/01/13  17:50:11
16053         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
16054              Subject: PATCH to installperl
16055              To: perl5-porters@perl.org
16056              Date: 4 Jan 1999 16:15:18 +0200
16057              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
16058      Branch: cfgperl
16059            ! installperl
16060 ____________________________________________________________________________
16061 [  2598] By: jhi                                   on 1999/01/13  17:34:51
16062         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
16063              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
16064              Cc: perl5-porters@perl.org
16065              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
16066              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
16067              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
16068      Branch: cfgperl
16069            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
16070            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
16071 ____________________________________________________________________________
16072 [  2597] By: jhi                                   on 1999/01/13  17:30:33
16073         Log: From: David Dyck <dcd@tc.fluke.com>
16074              To: Perl Porters <perl5-porters@perl.org>,
16075              Gurusamy Sarathy <gsar@engin.umich.edu>
16076              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
16077              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
16078              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
16079      Branch: cfgperl
16080            ! pod/perldsc.pod
16081 ____________________________________________________________________________
16082 [  2596] By: jhi                                   on 1999/01/13  17:26:44
16083         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
16084              To: perl5-porters@perl.org
16085              Subject: [PATCH] modglobal w/ spelling fixes
16086              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
16087              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
16088      Branch: cfgperl
16089            ! pod/perlguts.pod
16090 ____________________________________________________________________________
16091 [  2595] By: jhi                                   on 1999/01/13  17:24:59
16092         Log: From: Hans Mulder <hansm@icgroup.nl>
16093              Optimize common sort routines.  Thread started by the message
16094              
16095              From: Hans Mulder <hansm@icgroup.nl>
16096              Sender: owner-perl5-porters@perl.org
16097              To: perl5-porters@perl.org
16098              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
16099              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
16100              
16101              and the patch from the message
16102              
16103              From: Hans Mulder <hans@icgroup.nl>
16104              To: jhi@iki.fi
16105              Cc: perl5-porters@perl.org
16106              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
16107              $b }
16108              Date: Wed, 13 Jan 1999 17:39:35 +0100
16109              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
16110      Branch: cfgperl
16111            ! Todo op.c op.h pp_ctl.c t/op/sort.t
16112 ____________________________________________________________________________
16113 [  2594] By: jhi                                   on 1999/01/13  16:50:17
16114         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
16115              (the diffs were based on 5.004_02).  Tested by Guido
16116              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
16117      Branch: cfgperl
16118            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
16119            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
16120            + mint/sys/time.h mint/time.h
16121            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
16122            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
16123 ____________________________________________________________________________
16124 [  2593] By: jhi                                   on 1999/01/09  16:54:26
16125         Log: Detypo.
16126      Branch: cfgperl
16127            ! hints/dec_osf.sh
16128 ____________________________________________________________________________
16129 [  2592] By: jhi                                   on 1999/01/09  16:17:13
16130         Log: Move usethreads and use64bits logic from hints to Configure.
16131      Branch: cfgperl
16132            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
16133            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
16134            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
16135            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
16136 ____________________________________________________________________________
16137 [  2591] By: jhi                                   on 1999/01/09  14:45:24
16138         Log: Missing dTHRs added.
16139      Branch: cfgperl
16140            ! regcomp.c toke.c
16141 ____________________________________________________________________________
16142 [  2590] By: jhi                                   on 1999/01/08  15:27:17
16143         Log: Finalize change #2589 and add better AIX nm scanning from:
16144              
16145              Message-Id: <m0zyNW0-00017VC@gentoo.com>
16146              From: bll@gentoo.com (Brad Lanam)
16147              Subject: Re: mailhelp returned a non-zero status
16148              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
16149              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
16150      Branch: cfgperl
16151            ! Configure hints/freebsd.sh hints/linux.sh
16152 ____________________________________________________________________________
16153 [  2589] By: jhi                                   on 1999/01/08  15:14:54
16154         Log: Undo change #2581.
16155      Branch: cfgperl
16156            ! Configure hints/freebsd.sh hints/linux.sh
16157 ____________________________________________________________________________
16158 [  2588] By: jhi                                   on 1999/01/08  11:51:52
16159         Log: FAQ jumbo patch from tchrist.
16160              
16161              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
16162              From: Tom Christiansen <tchrist@jhereg.perl.com>
16163              To: pumpkings@jhereg.perl.com
16164              Subject: newest version of perlfaq.pod
16165              Date: Thu, 7 Jan 1999 23:05:02 -0700
16166              
16167              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
16168              From: Tom Christiansen <tchrist@jhereg.perl.com>
16169              To: pumpkings@jhereg.perl.com
16170              Subject: newest version of perlfaq1.pod
16171              Date: Thu, 7 Jan 1999 23:05:02 -0700
16172              
16173              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
16174              From: Tom Christiansen <tchrist@jhereg.perl.com>
16175              To: pumpkings@jhereg.perl.com
16176              Subject: newest version of perlfaq2.pod
16177              Date: Thu, 7 Jan 1999 23:05:02 -0700
16178              
16179              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
16180              From: Tom Christiansen <tchrist@jhereg.perl.com>
16181              To: pumpkings@jhereg.perl.com
16182              Subject: newest version of perlfaq3.pod
16183              Date: Thu, 7 Jan 1999 23:05:02 -0700
16184              
16185              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
16186              From: Tom Christiansen <tchrist@jhereg.perl.com>
16187              To: pumpkings@jhereg.perl.com
16188              Subject: newest version of perlfaq4.pod
16189              Date: Thu, 7 Jan 1999 23:05:02 -0700
16190              
16191              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
16192              From: Tom Christiansen <tchrist@jhereg.perl.com>
16193              To: pumpkings@jhereg.perl.com
16194              Subject: newest version of perlfaq5.pod
16195              Date: Thu, 7 Jan 1999 23:05:02 -0700
16196              
16197              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
16198              From: Tom Christiansen <tchrist@jhereg.perl.com>
16199              To: pumpkings@jhereg.perl.com
16200              Subject: newest version of perlfaq6.pod
16201              Date: Thu, 7 Jan 1999 23:05:02 -0700
16202              
16203              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
16204              From: Tom Christiansen <tchrist@jhereg.perl.com>
16205              To: pumpkings@jhereg.perl.com
16206              Subject: newest version of perlfaq7.pod
16207              Date: Thu, 7 Jan 1999 23:05:03 -0700
16208              
16209              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
16210              From: Tom Christiansen <tchrist@jhereg.perl.com>
16211              To: pumpkings@jhereg.perl.com
16212              Subject: newest version of perlfaq8.pod
16213              Date: Thu, 7 Jan 1999 23:05:03 -0700
16214              
16215              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
16216              From: Tom Christiansen <tchrist@jhereg.perl.com>
16217              To: pumpkings@jhereg.perl.com
16218              Subject: newest version of perlfaq9.pod
16219              Date: Thu, 7 Jan 1999 23:05:03 -0700
16220      Branch: cfgperl
16221            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
16222            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
16223            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
16224            ! pod/perlfaq9.pod
16225 ____________________________________________________________________________
16226 [  2587] By: jhi                                   on 1999/01/08  11:17:43
16227         Log: More doc fixes from Abigail.
16228      Branch: cfgperl
16229            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
16230            ! lib/User/pwent.pm
16231 ____________________________________________________________________________
16232 [  2585] By: jhi                                   on 1999/01/08  08:31:02
16233         Log: Change #2584 from maint-5.005:
16234              
16235              implemented Ilya's suggested fix, and added a testcase
16236              
16237              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16238              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
16239              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
16240              Subject: Re: Text::ParseWords: regex fix
16241      Branch: cfgperl
16242            ! lib/Text/ParseWords.pm t/lib/parsewords.t
16243 ____________________________________________________________________________
16244 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
16245         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
16246              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
16247              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
16248              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
16249      Branch: maint-5.005/perl
16250            ! ext/Errno/Errno_pm.PL
16251 ____________________________________________________________________________
16252 [  2581] By: jhi                                   on 1999/01/07  16:38:03
16253         Log: Configure update:
16254              - usethreads, use64bits, and usemultiplicity
16255              are no more interactively asked by Configure
16256              - "int main()" (vs bare "main()") enforced in test programs
16257      Branch: cfgperl
16258            ! Configure hints/freebsd.sh hints/linux.sh
16259 ____________________________________________________________________________
16260 [  2580] By: jhi                                   on 1999/01/07  11:19:12
16261         Log: From: Dan Sugalski <sugalskd@osshe.edu>
16262              Date: Wed, 06 Jan 1999 13:47:34 -0800
16263              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
16264              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
16265      Branch: cfgperl
16266            ! vms/vms.c
16267 ____________________________________________________________________________
16268 [  2579] By: jhi                                   on 1999/01/07  09:08:36
16269         Log: Another set of doc patches from Abigail
16270              
16271              From: abigail@fnx.com
16272              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
16273              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
16274              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
16275              
16276              From: abigail@fnx.com
16277              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
16278              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
16279              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
16280              
16281              From: abigail@fnx.com
16282              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
16283              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
16284              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
16285              
16286              From: abigail@fnx.com
16287              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
16288              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
16289              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
16290              
16291              From: abigail@fnx.com
16292              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
16293              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
16294              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
16295              
16296              From: abigail@fnx.com
16297              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
16298              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
16299              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
16300              
16301              From: abigail@fnx.com
16302              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
16303              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
16304              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
16305              
16306              From: abigail@fnx.com
16307              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
16308              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
16309              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
16310              
16311              From: abigail@fnx.com
16312              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
16313              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
16314              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
16315              
16316              From: abigail@fnx.com
16317              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
16318              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
16319              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
16320              
16321              From: abigail@fnx.com
16322              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
16323              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
16324              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
16325              
16326              From: abigail@fnx.com
16327              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
16328              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
16329              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
16330              
16331              From: abigail@fnx.com
16332              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
16333              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
16334              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
16335              
16336              From: abigail@fnx.com
16337              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
16338              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
16339              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
16340      Branch: cfgperl
16341            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
16342            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
16343            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
16344            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
16345            ! lib/Tie/Array.pm lib/Tie/Hash.pm
16346 ____________________________________________________________________________
16347 [  2576] By: jhi                                   on 1999/01/06  17:05:20
16348         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
16349      Branch: cfgperl
16350            ! pp_ctl.c
16351 ____________________________________________________________________________
16352 [  2575] By: jhi                                   on 1999/01/06  13:18:56
16353         Log: Enhance the great_circle_distance() documentation.
16354      Branch: cfgperl
16355            ! lib/Math/Trig.pm
16356 ____________________________________________________________________________
16357 [  2574] By: jhi                                   on 1999/01/06  12:58:03
16358         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
16359              To: perlbug@perl.com
16360              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
16361              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
16362              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
16363      Branch: cfgperl
16364            ! t/op/sysio.t
16365 ____________________________________________________________________________
16366 [  2573] By: jhi                                   on 1999/01/06  12:40:19
16367         Log: From: "W. Phillip Moore" <wpm@ms.com>
16368              To: perlbug@perl.org
16369              Subject: [PATCH] POSIX getpgrp is not -w clean
16370              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
16371              Message-ID: <13970.20107.190314.549471@zappa>
16372      Branch: cfgperl
16373            ! ext/POSIX/POSIX.pm
16374 ____________________________________________________________________________
16375 [  2572] By: jhi                                   on 1999/01/06  12:25:24
16376         Log: Based on
16377              From: jan.dubois@ibm.net (Jan Dubois)
16378              To: perl5-porters@perl.org
16379              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
16380              Date: Wed, 06 Jan 1999 01:24:09 +0100
16381              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
16382              except that
16383              - objXSUB.h was already okay
16384              - embed.h patching is futile, global.sym patched instead
16385              - objpp.h does not exist
16386              - proto.h addition applied manually
16387              - win32/GenCAPI.pl was already okay
16388              - win32/makedef.pl was already okay
16389      Branch: cfgperl
16390            ! global.sym perl.c proto.h
16391 ____________________________________________________________________________
16392 [  2571] By: jhi                                   on 1999/01/06  11:25:48
16393         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
16394              To: perlbug@perl.com
16395              Subject: FindBin.pm on Win32 systems
16396              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
16397              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
16398      Branch: cfgperl
16399            ! lib/FindBin.pm
16400 ____________________________________________________________________________
16401 [  2570] By: jhi                                   on 1999/01/06  11:21:48
16402         Log: From: Dan Sugalski <sugalskd@osshe.edu>
16403              To: perl5-porters@perl.org, vmsperl@perl.org
16404              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
16405              Date: Tue, 05 Jan 1999 16:47:31 -0800
16406              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
16407              
16408              (the ext/IO/lib/IO/Socket.pm was not really changed here;
16409              it was a leftover from #2569)
16410      Branch: cfgperl
16411            ! ext/IO/lib/IO/Socket.pm taint.c
16412 ____________________________________________________________________________
16413 [  2569] By: jhi                                   on 1999/01/06  11:18:22
16414         Log: Jumbo doc patch from Abigail (almost identical to
16415              the 5.005-maint change #2562 except for the
16416              ext/IO/lib/IO/Socket.pm patch which was not
16417              applicable because the IO version of 5.005-devel
16418              is somewhat different (why?))
16419              
16420              From: abigail@fnx.com
16421              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
16422              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
16423              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
16424              
16425              From: abigail@fnx.com
16426              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
16427              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
16428              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
16429              
16430              From: abigail@fnx.com
16431              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
16432              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
16433              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
16434              
16435              From: abigail@fnx.com
16436              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
16437              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
16438              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
16439              
16440              From: abigail@fnx.com
16441              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
16442              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
16443              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
16444              
16445              From: abigail@fnx.com
16446              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
16447              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
16448              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
16449              
16450              From: abigail@fnx.com
16451              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
16452              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
16453              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
16454              
16455              From: abigail@fnx.com
16456              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
16457              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
16458              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
16459              
16460              From: abigail@fnx.com
16461              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
16462              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
16463              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
16464              
16465              From: abigail@fnx.com
16466              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
16467              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
16468              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
16469      Branch: cfgperl
16470            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
16471            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
16472            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
16473            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
16474            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
16475 ____________________________________________________________________________
16476 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
16477         Log: From: jan.dubois@ibm.net (Jan Dubois)
16478              Date: Wed, 06 Jan 1999 01:24:09 +0100
16479              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
16480              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
16481      Branch: maint-5.005/perl
16482            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
16483            ! win32/GenCAPI.pl win32/makedef.pl
16484 ____________________________________________________________________________
16485 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
16486         Log: From: "W. Phillip Moore" <wpm@ms.com>
16487              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
16488              Message-ID: <13970.20107.190314.549471@zappa>
16489              Subject: [PATCH] POSIX getpgrp is not -w clean
16490      Branch: maint-5.005/perl
16491            ! ext/POSIX/POSIX.pm
16492 ____________________________________________________________________________
16493 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
16494         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
16495              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
16496              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
16497              Subject: FindBin.pm on Win32 systems
16498      Branch: maint-5.005/perl
16499            ! lib/FindBin.pm
16500 ____________________________________________________________________________
16501 [  2561] By: jhi                                   on 1999/01/05  10:49:10
16502         Log: Reword the setlocale() 1-arg case better.
16503      Branch: cfgperl
16504            ! ext/POSIX/POSIX.pod
16505 ____________________________________________________________________________
16506 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
16507         Log: From: Blair Zajac <bzajac@geostaff.com>
16508              Date: Wed, 23 Dec 1998 17:13:32 -0800
16509              Message-ID: <3681953C.8B6A90AA@geostaff.com>
16510              Subject: Tie::SubstrHash patch
16511      Branch: maint-5.005/perl
16512            ! lib/Tie/SubstrHash.pm
16513 ____________________________________________________________________________
16514 [  2554] By: jhi                                   on 1999/01/02  14:55:06
16515         Log: Object destruction order testing.
16516      Branch: cfgperl
16517            ! t/op/misc.t
16518 ____________________________________________________________________________
16519 [  2553] By: jhi                                   on 1999/01/02  14:49:40
16520         Log: perldelta the Dumpvalue.pm of change #2513.
16521      Branch: cfgperl
16522            ! lib/Dumpvalue.pm pod/perldelta.pod
16523 ____________________________________________________________________________
16524 [  2552] By: nick                                  on 1999/01/02  14:45:38
16525         Log: Tone down Makefile.PL so it works on Win32
16526      Branch: perl
16527            ! ext/B/Makefile.PL
16528 ____________________________________________________________________________
16529 [  2551] By: nick                                  on 1999/01/02  14:06:30
16530         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
16531              Use them in various B::* rather than have local defs.
16532      Branch: perl
16533            + ext/B/defsubs.h.PL
16534            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
16535            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
16536            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
16537 ____________________________________________________________________________
16538 [  2550] By: nick                                  on 1999/01/02  10:04:02
16539         Log: Integrate ext/B changes from //depot/cfgperl
16540      Branch: perl
16541           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
16542 ____________________________________________________________________________
16543 [  2549] By: jhi                                   on 1999/01/01  13:54:16
16544         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
16545              To: perlbug@perl.com
16546              Subject: op/groups.t fails test 1 on HP-UX 10.20
16547              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
16548              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
16549      Branch: cfgperl
16550            ! t/op/groups.t
16551 ____________________________________________________________________________
16552 [  2548] By: jhi                                   on 1999/01/01  13:53:31
16553         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16554              To: perl5-porters@perl.org
16555              cc: hv@crypt0.demon.co.uk
16556              Subject: [bug 5.004_54] duplicate error message
16557              Date: Thu, 31 Dec 1998 04:05:25 +0000
16558              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
16559              
16560              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
16561              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
16562              To: hv@crypt0.demon.co.uk
16563              Cc: perl5-porters@perl.org
16564              Subject: [PATCH _54] Re: duplicate error message
16565              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
16566              
16567              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
16568              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16569              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
16570              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
16571              Subject: [TEST PATCH _54] Re: duplicate error message 
16572              Date: Fri, 01 Jan 1999 07:32:14 +0000
16573      Branch: cfgperl
16574            ! op.c t/pragma/warn/op
16575 ____________________________________________________________________________
16576 [  2547] By: jhi                                   on 1998/12/31  14:15:04
16577         Log: From: Chris Nandor <pudge@pobox.com>
16578              To: jhi@iki.fi
16579              Cc: perl5-porters@perl.org
16580              Subject: Re: [PATCH] perlport.pod 1.38
16581              Date: Thu, 31 Dec 1998 09:06:48 -0500
16582              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
16583      Branch: cfgperl
16584            ! pod/perlport.pod
16585 ____________________________________________________________________________
16586 [  2546] By: jhi                                   on 1998/12/31  11:18:17
16587         Log: From: Wilson P. Snyder II
16588              To: perl5-porters@perl.org
16589              Subject: [PATCH v5.5.53] REV2: Binary number support
16590              Date: 1998/11/30
16591              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
16592      Branch: cfgperl
16593            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
16594            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
16595            ! toke.c util.c
16596 ____________________________________________________________________________
16597 [  2545] By: jhi                                   on 1998/12/31  09:27:40
16598         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
16599              To: perlbug@perl.com
16600              Subject: "perl -T -P" dumps core on OpenBSD and Linux
16601              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
16602              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
16603      Branch: cfgperl
16604            ! taint.c
16605 ____________________________________________________________________________
16606 [  2544] By: jhi                                   on 1998/12/31  09:21:45
16607         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
16608              To: perlbug@perl.com 
16609              Subject: bug in pod2man search for perl binary [5.005_5x]
16610              Date: Sat, 12 Dec 1998 23:08:51 +0000 
16611              Message-ID: <19981212230851.A20578@ig.co.uk> 
16612      Branch: cfgperl
16613            ! pod/pod2man.PL
16614 ____________________________________________________________________________
16615 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
16616         Log: From: jan.dubois@ibm.net (Jan Dubois)
16617              Date: Wed, 23 Dec 1998 21:26:38 +0100
16618              Message-ID: <36895086.8849224@smtp1.ibm.net>
16619              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
16620      Branch: maint-5.005/perl
16621            ! lib/ExtUtils/MakeMaker.pm
16622 ____________________________________________________________________________
16623 [  2540] By: jhi                                   on 1998/12/30  08:42:04
16624         Log: Evermore AUTHORS and MAINTAIN.
16625      Branch: cfgperl
16626            ! AUTHORS MAINTAIN
16627 ____________________________________________________________________________
16628 [  2539] By: jhi                                   on 1998/12/29  15:10:34
16629         Log: More AUTHORS and MAINTAIN.
16630      Branch: cfgperl
16631            ! AUTHORS MAINTAIN
16632 ____________________________________________________________________________
16633 [  2537] By: jhi                                   on 1998/12/29  14:34:47
16634         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
16635              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
16636              Message-ID: <13942.32480.700000.640927@utensil>
16637              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
16638              (mirror change#2531 in the 5.005-maint)
16639      Branch: cfgperl
16640            ! lib/AutoSplit.pm
16641 ____________________________________________________________________________
16642 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
16643         Log: change in_pod pattern to /^=\w/ from /^=/
16644              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
16645              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
16646              Message-ID: <13942.32480.700000.640927@utensil>
16647              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
16648      Branch: maint-5.005/perl
16649            ! lib/AutoSplit.pm
16650 ____________________________________________________________________________
16651 [  2525] By: jhi                                   on 1998/12/29  13:06:26
16652         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
16653              To: perl5-porters@perl.org
16654              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
16655              Date: 16 Dec 1998 03:17:03 +0200
16656              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
16657      Branch: cfgperl
16658            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
16659 ____________________________________________________________________________
16660 [  2524] By: jhi                                   on 1998/12/29  13:00:06
16661         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
16662              To: perl5-porters@perl.org
16663              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
16664              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
16665              Date: 10 Dec 1998 08:30:02 +0200
16666              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
16667              
16668              (Nick's part was applied earlier, in change #2460)
16669      Branch: cfgperl
16670            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
16671 ____________________________________________________________________________
16672 [  2523] By: jhi                                   on 1998/12/29  12:41:31
16673         Log: From: "vishal bhatia" <vishalb@hotmail.com>
16674              To: nick@ni-s.u-net.com
16675              Cc: perl5-porters@perl.org
16676              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
16677              Date: 9 Dec 1998 06:50:30 +0200
16678              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
16679      Branch: cfgperl
16680            ! ext/B/B/CC.pm
16681 ____________________________________________________________________________
16682 [  2522] By: jhi                                   on 1998/12/29  12:15:18
16683         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
16684              To: perl5-porters@perl.org (Perl 5 Porters)
16685              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
16686              Date: 25 Dec 1998 23:02:28 +0200
16687              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
16688      Branch: cfgperl
16689            ! lib/Pod/Text.pm
16690 ____________________________________________________________________________
16691 [  2521] By: jhi                                   on 1998/12/29  12:07:54
16692         Log: Undo #2519 (breaks universal.c).
16693      Branch: cfgperl
16694            ! XSUB.h
16695 ____________________________________________________________________________
16696 [  2519] By: jhi                                   on 1998/12/29  11:41:10
16697         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
16698              To: perl5-porters@perl.org
16699              Cc: perl-xs@perl.org
16700              Subject: XSUB.h refinement [PATCH]
16701              Date: 18 Dec 1998 03:58:44 +0200
16702              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
16703      Branch: cfgperl
16704            ! XSUB.h
16705 ____________________________________________________________________________
16706 [  2518] By: jhi                                   on 1998/12/29  11:36:19
16707         Log: From: abigail@fnx.com
16708              To: perl5-porters@perl.org (Perl Porters)
16709              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
16710              Date: 28 Dec 1998 21:39:15 +0200
16711              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
16712      Branch: cfgperl
16713            ! lib/fields.pm
16714 ____________________________________________________________________________
16715 [  2517] By: jhi                                   on 1998/12/29  11:35:03
16716         Log: Document change #2516.
16717      Branch: cfgperl
16718            ! pod/perldelta.pod
16719 ____________________________________________________________________________
16720 [  2516] By: jhi                                   on 1998/12/29  11:32:26
16721         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16722              To: perl5-porters@perl.org (Mailing list Perl5)
16723              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
16724              Date: 9 Dec 1998 10:39:31 +0200
16725              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
16726      Branch: cfgperl
16727            ! pod/perldiag.pod regcomp.c toke.c
16728 ____________________________________________________________________________
16729 [  2515] By: jhi                                   on 1998/12/29  11:27:11
16730         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16731              To: perl5-porters@perl.org (Mailing list Perl5)
16732              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
16733              Date: 8 Dec 1998 09:02:04 +0200
16734              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
16735              
16736              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
16737      Branch: cfgperl
16738            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
16739 ____________________________________________________________________________
16740 [  2514] By: jhi                                   on 1998/12/29  11:21:31
16741         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16742              To: perl5-porters@perl.org (Mailing list Perl5)
16743              Subject: [PATCH 5.005_53] Regexp tests and UTF8
16744              Date: 8 Dec 1998 07:02:01 +0200
16745              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
16746      Branch: cfgperl
16747            ! regcomp.c
16748 ____________________________________________________________________________
16749 [  2513] By: jhi                                   on 1998/12/29  11:18:34
16750         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16751              Subject: [PATCH 5.005_*] Dumpvar.pm
16752              To: perl5-porters@perl.org (Mailing list Perl5)
16753              Date: 7 Dec 1998 10:17:35 +0200
16754              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
16755      Branch: cfgperl
16756            + lib/Dumpvalue.pm
16757            ! MANIFEST
16758 ____________________________________________________________________________
16759 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
16760         Log: From: jan.dubois@ibm.net (Jan Dubois)
16761              Date: Tue, 01 Dec 1998 00:07:33 +0100
16762              Message-ID: <366921b5.14512598@smtp1.ibm.net>
16763              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
16764              
16765              From: jan.dubois@ibm.net (Jan Dubois)
16766              Date: Wed, 02 Dec 1998 00:24:54 +0100
16767              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
16768              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
16769      Branch: maint-5.005/perl
16770            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
16771            ! win32/config.bc win32/config.gc win32/config.vc
16772            ! win32/config_sh.PL win32/makedef.pl
16773 ____________________________________________________________________________
16774 [  2509] By: jhi                                   on 1998/12/28  13:00:31
16775     Log: Kickstart AUTHORS and MAINTAIN.
16776  Branch: cfgperl
16777        + AUTHORS MAINTAIN
16778        ! MANIFEST
16779 ____________________________________________________________________________
16780 [  2508] By: jhi                                   on 1998/12/28  08:04:00
16781     Log: From: Nathan Torkington <gnat@frii.com>
16782          To: perlbug@perl.com
16783          Subject: [PATCH] perlxstut.pod fix
16784          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
16785          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
16786  Branch: cfgperl
16787        ! pod/perlxstut.pod
16788 ____________________________________________________________________________
16789 [  2507] By: jhi                                   on 1998/12/28  07:59:00
16790     Log: From: abigail@fnx.com
16791          To: perlbug@perl.com
16792          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
16793          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
16794          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
16795          (slightly modified, a part of the patch was rejected)
16796          (strange, I thought I had already submitted this one
16797          but Perforce disagrees with me...)
16798  Branch: cfgperl
16799        ! pod/perlop.pod
16800 ____________________________________________________________________________
16801 [  2506] By: jhi                                   on 1998/12/28  07:56:59
16802     Log: From: Artur <artur@vogon-solutions.com>
16803          To: perlbug@perl.com
16804          Subject: PATCH: perlmodlib.pod
16805          Date: Fri, 25 Dec 1998 00:48:39 +0000
16806          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
16807  Branch: cfgperl
16808        ! pod/perlmodlib.pod pod/perlop.pod
16809 ____________________________________________________________________________
16810 [  2505] By: jhi                                   on 1998/12/28  07:46:06
16811     Log: From: abigail@fnx.com
16812          To: perl5-porters@perl.org (Perl Porters)
16813          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
16814          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
16815          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
16816  Branch: cfgperl
16817        ! pod/pod2html.PL
16818 ____________________________________________________________________________
16819 [  2504] By: jhi                                   on 1998/12/28  07:44:35
16820     Log: From: Jim Avera <avera@fjst.com>
16821          To: perlbug@perl.com
16822          Subject: perlbug bug - shows dates reversed
16823          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
16824          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
16825  Branch: cfgperl
16826        ! utils/perlbug.PL
16827 ____________________________________________________________________________
16828 [  2503] By: jhi                                   on 1998/12/28  07:41:39
16829     Log: From: jan.dubois@ibm.net (Jan Dubois)
16830          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
16831          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
16832          Date: Wed, 23 Dec 1998 21:26:38 +0100
16833          Message-ID: <36895086.8849224@smtp1.ibm.net>
16834  Branch: cfgperl
16835        ! lib/ExtUtils/MakeMaker.pm
16836 ____________________________________________________________________________
16837 [  2502] By: jhi                                   on 1998/12/28  07:39:20
16838     Log: From: Blair Zajac <bzajac@geostaff.com>
16839          To: perl5-porters@perl.org
16840          Subject: Tie::SubstrHash patch
16841          Date: Wed, 23 Dec 1998 17:13:32 -0800
16842          Message-ID: <3681953C.8B6A90AA@geostaff.com>
16843  Branch: cfgperl
16844        ! lib/Tie/SubstrHash.pm
16845 ____________________________________________________________________________
16846 [  2501] By: jhi                                   on 1998/12/28  07:37:16
16847     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
16848          To: perlbug@perl.com
16849          Subject: perlfaq9 minor error
16850          Date: Wed, 23 Dec 1998 14:54:19 -0800
16851          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
16852  Branch: cfgperl
16853        ! pod/perlfaq9.pod
16854 ____________________________________________________________________________
16855 [  2500] By: jhi                                   on 1998/12/23  10:38:18
16856     Log: More porting notes about filesystems, AmigaOS, and MiNT.
16857  Branch: cfgperl
16858        ! pod/perlport.pod
16859 ____________________________________________________________________________
16860 [  2499] By: jhi                                   on 1998/12/22  09:26:49
16861     Log: Add few MSG_ and uio constants.
16862  Branch: cfgperl
16863        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
16864 ____________________________________________________________________________
16865 [  2498] By: jhi                                   on 1998/12/22  08:39:30
16866     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
16867          a Digital C compiler optimizer bug that broke the 'x'
16868          operator under certain circumstances.  See t/op/repeat.t
16869          test #20 for graphic details.  Reported in
16870          
16871          From: Gisle Aas <gisle@aas.no>
16872          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
16873          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
16874          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
16875          Date: 18 Dec 1998 14:27:40 +0100
16876          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
16877          
16878          and discussed further in the thread
16879          
16880          From: Jarkko Hietaniemi <jhi@iki.fi>
16881          To: Gisle Aas <gisle@aas.no>
16882          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
16883          cpan-testers@perl.org, perl5-porters@perl.org
16884          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
16885          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
16886          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
16887  Branch: cfgperl
16888        ! t/op/repeat.t util.c
16889 ____________________________________________________________________________
16890 [  2497] By: jhi                                   on 1998/12/21  14:18:57
16891     Log: Change #2483 update.
16892  Branch: cfgperl
16893        ! t/op/tr.t
16894 ____________________________________________________________________________
16895 [  2496] By: jhi                                   on 1998/12/21  14:07:41
16896     Log: Update on change #2493.
16897  Branch: cfgperl
16898        ! t/pragma/warn/op
16899 ____________________________________________________________________________
16900 [  2495] By: jhi                                   on 1998/12/21  13:52:00
16901     Log: Change #2487 aftershock.
16902  Branch: cfgperl
16903        ! warning.pl
16904 ____________________________________________________________________________
16905 [  2494] By: jhi                                   on 1998/12/21  12:35:00
16906     Log: From: Chris Nandor <pudge@pobox.com>
16907          To: perl5-porters@perl.org
16908          Subject: [PATCH] perlport.pod v1.37
16909          Date: Sat, 19 Dec 1998 12:54:34 -0500
16910          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
16911  Branch: cfgperl
16912        ! pod/perlport.pod
16913 ____________________________________________________________________________
16914 [  2493] By: jhi                                   on 1998/12/21  12:22:44
16915     Log: From: Mark-Jason Dominus <mjd@plover.com>
16916          To: perl5-porters@perl.com
16917          Subject: PATCH (5.005_02): Dejargonizing
16918          Date: Sun, 20 Dec 1998 14:35:20 -0500
16919          Message-ID: <19981220193520.11230.qmail@plover.com>
16920          
16921          From: Mark-Jason Dominus <mjd@plover.com>
16922          To: perl5-porters@perl.com
16923          Subject: PATCH (5.005_02): Spelling correction in warning message
16924          Date: Sun, 20 Dec 1998 13:51:30 -0500
16925          Message-ID: <19981220185130.11067.qmail@plover.com>
16926  Branch: cfgperl
16927        ! doio.c op.c
16928 ____________________________________________________________________________
16929 [  2492] By: jhi                                   on 1998/12/21  09:00:05
16930     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
16931          To: perl5-porters@perl.org
16932          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
16933          Date: Sun, 20 Dec 1998 19:03:25 PST
16934          Message-ID: <19981221030326.27660.qmail@hotmail.com>
16935          
16936          (slightly reformatted)
16937  Branch: cfgperl
16938        ! ext/B/B/CC.pm
16939 ____________________________________________________________________________
16940 [  2491] By: nick                                  on 1998/12/20  14:21:29
16941     Log: Save _all_ GV's which have SV, AV or HV set.
16942  Branch: perl
16943        ! ext/B/B/C.pm
16944 ____________________________________________________________________________
16945 [  2490] By: jhi                                   on 1998/12/18  15:13:19
16946     Log: Add idea about generalising cpp symbol probing of Errno.
16947  Branch: cfgperl
16948        ! Todo
16949 ____________________________________________________________________________
16950 [  2489] By: jhi                                   on 1998/12/18  14:47:57
16951     Log: Address some of the issues of:
16952          
16953          From: Tom Christiansen <tchrist@jhereg.perl.com>
16954          To: perl-porters-active@jhereg.perl.com
16955          Subject: Undocumentation Issues for 5.005
16956          Date: Thu, 17 Dec 1998 14:46:24 -0700
16957          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
16958  Branch: cfgperl
16959        ! pod/perl5005delta.pod
16960 ____________________________________________________________________________
16961 [  2488] By: jhi                                   on 1998/12/18  11:26:32
16962     Log: From: root <root@dubravka.in-berlin.de>
16963          To: perlbug@perl.com
16964          Cc: k@dubravka.in-berlin.de
16965          Subject: Please add no_modify to PERL_POLLUTE
16966          Date: Fri, 18 Dec 1998 10:45:52 +0100
16967          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
16968          
16969          (Really from Andreas König)
16970  Branch: cfgperl
16971        ! embed.pl
16972 ____________________________________________________________________________
16973 [  2487] By: jhi                                   on 1998/12/17  14:05:52
16974     Log: Some (by far not all) issues of the below message addressed.
16975          
16976          From: Tom Christiansen <tchrist@jhereg.perl.com>
16977          To: The Perl Porters Mailing List <perl5-porters@perl.org>
16978          Subject: important UNDOC issues for 5.005_54
16979          Date: Wed, 16 Dec 1998 21:14:53 -0700
16980          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
16981  Branch: cfgperl
16982        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
16983 ____________________________________________________________________________
16984 [  2486] By: jhi                                   on 1998/12/17  12:47:15
16985     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16986          To: domo@computer.org
16987          Cc: jhi@iki.fi, perl5-porters@perl.org
16988          Subject: Re: stuff related to malloc.c
16989          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
16990          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
16991  Branch: cfgperl
16992        ! malloc.c
16993 ____________________________________________________________________________
16994 [  2485] By: jhi                                   on 1998/12/17  12:17:19
16995     Log: More porting notes.
16996  Branch: cfgperl
16997        ! Porting/pumpkin.pod
16998 ____________________________________________________________________________
16999 [  2484] By: jhi                                   on 1998/12/15  08:38:05
17000     Log: Undo #2386 and #2205.
17001  Branch: cfgperl
17002        ! pod/perlfunc.pod
17003 ____________________________________________________________________________
17004 [  2483] By: jhi                                   on 1998/12/14  17:58:35
17005     Log: lib was missing from @INC.
17006  Branch: cfgperl
17007        ! t/op/tr.t
17008 ____________________________________________________________________________
17009 [  2482] By: jhi                                   on 1998/12/14  17:52:42
17010     Log: Was missing use Text::Wrap.
17011  Branch: cfgperl
17012        ! t/lib/textfill.t
17013 ____________________________________________________________________________
17014 [  2481] By: jhi                                   on 1998/12/14  16:00:22
17015     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
17016          
17017          From: Jonathan Roy <roy@idle.com>
17018          To: perl5-porters@perl.org
17019          Subject: nlist.h add to Configure checks?
17020          Date: Sun, 13 Dec 1998 22:22:49 -0500
17021          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
17022  Branch: cfgperl
17023        + ext/DynaLoader/hints/linux.pl
17024        ! MANIFEST
17025 ____________________________________________________________________________
17026 [  2480] By: jhi                                   on 1998/12/14  15:02:44
17027     Log: Give up completely using nm in AIX.
17028          
17029          From: "Kurt D. Starsinic" <kstar@chapin.edu>
17030          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
17031          Cc: perl5-porters@perl.org
17032          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
17033          Date: Thu, 10 Dec 1998 00:51:46 -0500
17034          Message-ID: <19981210005146.B29986@O2.chapin.edu>
17035  Branch: cfgperl
17036        ! hints/aix.sh
17037 ____________________________________________________________________________
17038 [  2479] By: jhi                                   on 1998/12/14  14:39:52
17039     Log: AIX' error messages are different.
17040          
17041          From: "Kurt D. Starsinic" <kstar@chapin.edu>
17042          To: Gurusamy Sarathy <gsar@engin.umich.edu>
17043          Cc: perl5-porters@perl.org
17044          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
17045          Date: Thu, 10 Dec 1998 00:42:36 -0500
17046          Message-ID: <19981210004236.A29986@O2.chapin.edu>
17047          
17048          From: Michael Engel <engel@nms1.cc.huji.ac.il>
17049          To: perlbug@perl.com
17050          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
17051          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
17052          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
17053  Branch: cfgperl
17054        ! t/pragma/warn/doio
17055 ____________________________________________________________________________
17056 [  2475] By: jhi                                   on 1998/12/13  12:35:55
17057     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17058          To: jhi@iki.fi
17059          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
17060          Subject: Re: stuff related to malloc.c
17061          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
17062          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
17063  Branch: cfgperl
17064        ! malloc.c
17065 ____________________________________________________________________________
17066 [  2474] By: jhi                                   on 1998/12/13  12:32:42
17067     Log: Some notes about porting issues.
17068  Branch: cfgperl
17069        ! Porting/pumpkin.pod
17070 ____________________________________________________________________________
17071 [  2473] By: jhi                                   on 1998/12/13  12:03:58
17072     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
17073          To: Perl 5 Porters <perl5-porters@perl.org>
17074          Subject: [patch 5.005_02] dos-djgpp update
17075          Date: Sun, 13 Dec 1998 00:08:44 +0100
17076          Message-ID: <19981213000844.C264@beeblebrox>
17077  Branch: cfgperl
17078        ! djgpp/config.over
17079 ____________________________________________________________________________
17080 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
17081     Log: undo changes to Exporter.pm from #2312
17082  Branch: maint-5.005/perl
17083        ! lib/Exporter.pm
17084 ____________________________________________________________________________
17085 [  2465] By: jhi                                   on 1998/12/12  12:31:21
17086     Log: Document that qw() taints.
17087          
17088          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
17089          To: perlbug@perl.com 
17090          Subject: taint problems
17091          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
17092          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
17093  Branch: cfgperl
17094        ! pod/perlop.pod
17095 ____________________________________________________________________________
17096 [  2464] By: jhi                                   on 1998/12/11  14:09:51
17097     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
17098          To: dist-users@foretune.co.jp
17099          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
17100          Date: Mon, 07 Dec 1998 20:13:04 -0400
17101          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
17102  Branch: cfgperl
17103        ! Configure
17104 ____________________________________________________________________________
17105 [  2463] By: jhi                                   on 1998/12/11  13:29:54
17106     Log: MAXPATHLEN.
17107  Branch: cfgperl
17108        ! perl.h
17109 ____________________________________________________________________________
17110 [  2462] By: jhi                                   on 1998/12/11  08:37:58
17111     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
17112          To: perl5-porters@perl.org
17113          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
17114          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
17115          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
17116  Branch: cfgperl
17117        + hints/gnu.sh
17118 ____________________________________________________________________________
17119 [  2461] By: nick                                  on 1998/12/10  21:00:50
17120     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
17121          From: Vishal Bhatia <vishalb@hotmail.com>
17122          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
17123          2. Fixes the bug  regarding return value of c-functions generated out 
17124          of perl subs. ( Just includes the patch I sent earlier)
17125          3. Incorporates the other changes that need to be done to get CC.pm
17126          use ISA search for packages and methods on the same lines as C.pm
17127          
17128          Vishal would appreciate comments about B::Stackobj changes from 
17129          someone knowing that module well.
17130  Branch: perl
17131        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
17132 ____________________________________________________________________________
17133 [  2460] By: jhi                                   on 1998/12/08  08:11:27
17134     Log: Integrate from mainperl.
17135  Branch: cfgperl
17136       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
17137       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
17138       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
17139       !> toke.c util.c
17140 ____________________________________________________________________________
17141 [  2459] By: jhi                                   on 1998/12/07  07:50:11
17142     Log: From: hansm@icgroup.nl 
17143          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
17144          Reply-To: hansmu@xs4all.nl 
17145          To: perlbug@perl.com 
17146          Date: Sun, 6 Dec 98 22:19:54 +0100 
17147          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
17148  Branch: cfgperl
17149        ! util.c
17150 ____________________________________________________________________________
17151 [  2458] By: gsar                                  on 1998/12/07  06:00:55
17152     Log: fix dup lexical
17153  Branch: perl
17154        ! ext/B/B/Deparse.pm t/lib/io_unix.t
17155 ____________________________________________________________________________
17156 [  2457] By: gsar                                  on 1998/12/06  14:38:59
17157     Log: mention limit on line numbers reported by diagnostics
17158  Branch: perl
17159        ! pod/perl.pod toke.c
17160 ____________________________________________________________________________
17161 [  2456] By: gsar                                  on 1998/12/06  13:49:02
17162     Log: branch perldelta.pod
17163  Branch: maint-5.005/perl
17164       +> pod/perldelta.pod
17165 ____________________________________________________________________________
17166 [  2455] By: gsar                                  on 1998/12/06  13:47:21
17167     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
17168  Branch: maint-5.005/perl
17169        - pod/perldelta.pod
17170 ____________________________________________________________________________
17171 [  2454] By: gsar                                  on 1998/12/06  13:35:31
17172     Log: fix outdated/incorrect info about arbitrary limits
17173  Branch: perl
17174        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
17175        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
17176 ____________________________________________________________________________
17177 [  2453] By: nick                                  on 1998/12/05  16:14:42
17178     Log: Avoid hard-coding op numbers
17179          Update CC.pm to save %INC, and to co-exist with new C.pm
17180  Branch: perl
17181        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
17182 ____________________________________________________________________________
17183 [  2452] By: nick                                  on 1998/12/05  10:44:28
17184     Log: B.xs had its own code to calculate hash() which differed from
17185          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
17186          which meant that run-time require was re-done.
17187          Removed some debug from C.pm
17188  Branch: perl
17189        ! ext/B/B.xs ext/B/B/C.pm
17190 ____________________________________________________________________________
17191 [  2451] By: nick                                  on 1998/12/04  21:58:49
17192     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
17193          well as _54, but with pre-scan for classes and save the ISA scheme.
17194  Branch: perl
17195        ! ext/B/B/C.pm
17196 ____________________________________________________________________________
17197 [  2450] By: nick                                  on 1998/12/04  17:58:44
17198     Log: Vishal Bhatia's patch as a basis.
17199  Branch: perl
17200        ! ext/B/B/C.pm ext/B/B/CC.pm
17201 ____________________________________________________________________________
17202 [  2449] By: jhi                                   on 1998/12/04  16:39:21
17203     Log: Integrate from mainperl.
17204  Branch: cfgperl
17205       !> t/op/goto.t t/op/tr.t
17206 ____________________________________________________________________________
17207 [  2448] By: gsar                                  on 1998/12/04  06:06:49
17208     Log: tweak test for UTEST
17209  Branch: perl
17210        ! t/op/tr.t
17211 ____________________________________________________________________________
17212 [  2444] By: jhi                                   on 1998/12/03  14:37:22
17213     Log: s/\bthe the\b/the/g *.pod
17214  Branch: cfgperl
17215        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
17216 ____________________________________________________________________________
17217 [  2443] By: jhi                                   on 1998/12/03  13:39:53
17218     Log: Change#2441 aftermath.
17219  Branch: cfgperl
17220        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17221        ! config_h.SH thread.h vms/subconfigure.com
17222 ____________________________________________________________________________
17223 [  2441] By: jhi                                   on 1998/12/03  08:15:13
17224     Log: From: Dan Sugalski <sugalskd@osshe.edu>
17225          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
17226          Subject: [PATCH 5.005_54]Initial VMS patches
17227          Date: 3 Dec 1998 01:05:55 +0200
17228          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
17229          
17230          The patch to config_h.SH requires more study because
17231          metaconfig needs to agree.
17232  Branch: cfgperl
17233        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
17234        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
17235        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
17236 ____________________________________________________________________________
17237 [  2440] By: gsar                                  on 1998/12/03  01:32:16
17238     Log: add failed check-in of goto.t from change#1867
17239  Branch: perl
17240        ! t/op/goto.t
17241 ____________________________________________________________________________
17242 [  2437] By: jhi                                   on 1998/12/02  18:03:51
17243     Log: Fix most of the bad L<> links of
17244          
17245          From: Tom Christiansen <tchrist@jhereg.perl.com> 
17246          Subject: bad L<> links
17247          Reply-to: tchrist@perl.com 
17248          To: perlbug@jhereg.perl.com 
17249          Date: Tue, 11 Aug 1998 10:58:07 -0500 
17250          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
17251          
17252          The ones not fixed may require darker Pod::HTML magic,
17253          for example the perlguts.html#tags should work fine, IMHO.
17254  Branch: cfgperl
17255        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
17256        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
17257        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
17258        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
17259        ! pod/perlvar.pod
17260 ____________________________________________________________________________
17261 [  2436] By: jhi                                   on 1998/12/02  16:35:04
17262     Log: One paste too many in #2345.
17263  Branch: cfgperl
17264        ! lib/Pod/Html.pm
17265 ____________________________________________________________________________
17266 [  2435] By: jhi                                   on 1998/12/02  16:32:33
17267     Log: Pod::Html and Pod::Text were not locale-savvy:
17268          for example in =head1 all non-ASCII-\w-runs were
17269          turned into underscores in NAME tags.  This could
17270          result in several NAME tags becoming identical.
17271          Reported by:
17272          
17273          From: Fyodor Krasnov <fyodor@aha.ru> 
17274          Subject: pod2html vs Russian Characters
17275          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
17276          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
17277          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
17278  Branch: cfgperl
17279        ! lib/Pod/Html.pm lib/Pod/Text.pm
17280 ____________________________________________________________________________
17281 [  2434] By: jhi                                   on 1998/12/02  10:29:00
17282     Log: The real Mc5_54 integration.
17283  Branch: cfgperl
17284       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
17285 ____________________________________________________________________________
17286 [  2433] By: jhi                                   on 1998/12/02  08:52:13
17287     Log: From: Andy Dougherty <doughera@lafayette.edu>
17288          To: Perl Porters <perl5-porters@perl.org>
17289          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
17290          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
17291          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
17292  Branch: cfgperl
17293        ! Configure
17294 ____________________________________________________________________________
17295 [  2432] By: jhi                                   on 1998/12/02  08:49:47
17296     Log: From: Andy Dougherty <doughera@lafayette.edu>
17297          To: Perl Porters <perl5-porters@perl.org>
17298          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
17299          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
17300          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
17301  Branch: cfgperl
17302        ! Configure
17303 ____________________________________________________________________________
17304 [  2431] By: jhi                                   on 1998/12/01  16:11:50
17305     Log: From: achampio@lehman.com (Alan Champion)
17306          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
17307          To: perlbug@perl.com
17308          Date: 1 Dec 1998 17:36:33 +0200
17309          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
17310          
17311          Skip NIS includes.
17312  Branch: cfgperl
17313        ! t/op/pwent.t
17314 ____________________________________________________________________________
17315 [  2430] By: gsar                                  on 1998/12/01  12:12:50
17316     Log: 5.005_54, as released
17317  Branch: perl
17318        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
17319 ____________________________________________________________________________
17320 [  2429] By: jhi                                   on 1998/12/01  11:28:39
17321     Log: From: Anton Berezin <tobez@plab.ku.dk>
17322          To: perl5-porters@perl.org
17323          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
17324          Date: 30 Nov 1998 19:46:24 +0100
17325          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
17326  Branch: cfgperl
17327        ! hints/freebsd.sh
17328 ____________________________________________________________________________
17329 [  2428] By: jhi                                   on 1998/12/01  11:08:16
17330     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
17331  Branch: cfgperl
17332       +> (branch 30 files)
17333       !> (integrate 71 files)
17334 ____________________________________________________________________________
17335 [  2427] By: jhi                                   on 1998/12/01  10:51:37
17336     Log: Default to accepting a hinted $randfunc even when $csym
17337          does not find it.  (the previous defaylt behaviour was not
17338          to accept).
17339  Branch: cfgperl
17340        ! Configure
17341 ____________________________________________________________________________
17342 [  2426] By: jhi                                   on 1998/12/01  10:13:03
17343     Log: Separated the [:foo:] parsing to its own function.
17344          Passes all tests.
17345  Branch: cfgperl
17346        ! regcomp.c
17347 ____________________________________________________________________________
17348 [  2425] By: jhi                                   on 1998/12/01  08:22:49
17349     Log: Typo in comments.
17350  Branch: cfgperl
17351        ! regexec.c
17352 ____________________________________________________________________________
17353 [  2424] By: jhi                                   on 1998/12/01  08:21:38
17354     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17355          Subject: [PATCH 5.005_*] Debugger 'v' command
17356          To: perl5-porters@perl.org (Mailing list Perl5)
17357          Date: 1 Dec 1998 07:55:11 +0200
17358          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
17359  Branch: cfgperl
17360        ! lib/perl5db.pl
17361 ____________________________________________________________________________
17362 [  2423] By: jhi                                   on 1998/12/01  08:19:08
17363     Log: From: pvhp@forte.com (Peter Prymmer)
17364          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
17365          To: perl5-porters@perl.org
17366          Date: 1 Dec 1998 07:27:11 +0200
17367          Message-ID: <MLIST_9812010508.AA07791@forte.com>
17368  Branch: cfgperl
17369        ! hints/os390.sh
17370 ____________________________________________________________________________
17371 [  2417] By: jhi                                   on 1998/11/30  08:14:00
17372     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
17373  Branch: cfgperl
17374        ! ext/Socket/Socket.xs
17375 ____________________________________________________________________________
17376 [  2416] By: jhi                                   on 1998/11/30  08:00:15
17377     Log: Undo #2395, seems more like a problem in netbsd-current.
17378  Branch: cfgperl
17379        ! util.c
17380
17381 ----------------
17382 Version 5.005_54
17383 ----------------
17384
17385 ____________________________________________________________________________
17386 [  2414] By: gsar                                  on 1998/11/30  02:23:55
17387     Log: more JPL tweaks
17388  Branch: perl
17389        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
17390        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
17391 ____________________________________________________________________________
17392 [  2413] By: gsar                                  on 1998/11/30  01:35:56
17393     Log: stub bin/jpl that just runs JPL::Compile::files()
17394  Branch: perl
17395        + jpl/bin/jpl
17396 ____________________________________________________________________________
17397 [  2412] By: gsar                                  on 1998/11/30  01:32:14
17398     Log: delete symlink
17399  Branch: perl
17400        - jpl/bin/jpl
17401 ____________________________________________________________________________
17402 [  2410] By: gsar                                  on 1998/11/30  01:30:44
17403     Log: branch jpl from perlext to perl
17404  Branch: perl
17405       +> (branch 30 files)
17406 ____________________________________________________________________________
17407 [  2407] By: gsar                                  on 1998/11/30  01:24:53
17408     Log: JPL tweaks to build with 5.005
17409  Branch: perlext
17410        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
17411        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
17412 ____________________________________________________________________________
17413 [  2406] By: gsar                                  on 1998/11/30  00:55:54
17414     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
17415  Branch: perl
17416        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
17417 ____________________________________________________________________________
17418 [  2405] By: gsar                                  on 1998/11/30  00:28:55
17419     Log: patchlevel up to 54
17420  Branch: perl
17421        ! patchlevel.h win32/Makefile win32/config_H.bc
17422        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
17423 ____________________________________________________________________________
17424 [  2403] By: gsar                                  on 1998/11/29  23:35:50
17425     Log: integrate cfgperl changes into mainline
17426  Branch: perl
17427       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
17428       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
17429 ____________________________________________________________________________
17430 [  2402] By: gsar                                  on 1998/11/29  23:08:42
17431     Log: sync Text::Wrap version number
17432  Branch: perl
17433        ! lib/Text/Wrap.pm
17434 ____________________________________________________________________________
17435 [  2401] By: gsar                                  on 1998/11/29  22:56:21
17436     Log: textfill.t tweak
17437  Branch: perl
17438        ! t/lib/textfill.t
17439 ____________________________________________________________________________
17440 [  2400] By: gsar                                  on 1998/11/29  22:50:41
17441     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
17442          <muir@idiom.com>
17443  Branch: perl
17444        + t/lib/textfill.t
17445        ! MANIFEST lib/Text/Wrap.pm
17446 ____________________________________________________________________________
17447 [  2399] By: gsar                                  on 1998/11/29  22:28:05
17448     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
17449          has happened without the authors knowledge or consent; the subversive
17450          version (which is in 5.00502) breaks one of the tests in the
17451          authors testsuite; attempts are being made to find a fix that
17452          avoids breaking code already running with the 5.005_02 version
17453          From:    David Muir Sharnoff <muir@idiom.com>
17454          Date:    Sat, 28 Nov 1998 04:34:17 PST
17455          Message-Id: <199811281234.EAA03082@idiom.com>
17456          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
17457  Branch: perl
17458        ! lib/Text/Wrap.pm t/lib/textwrap.t
17459 ____________________________________________________________________________
17460 [  2397] By: nick                                  on 1998/11/29  20:13:58
17461     Log: Update docs and English.pm for $^C
17462  Branch: perl
17463        ! lib/English.pm pod/perlvar.pod
17464 ____________________________________________________________________________
17465 [  2396] By: jhi                                   on 1998/11/29  20:13:03
17466     Log: Mirror #2384.
17467  Branch: cfgperl
17468        ! t/op/pwent.t
17469 ____________________________________________________________________________
17470 [  2395] By: jhi                                   on 1998/11/29  19:59:12
17471     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
17472  Branch: cfgperl
17473        ! util.c
17474 ____________________________________________________________________________
17475 [  2394] By: gsar                                  on 1998/11/29  19:49:08
17476     Log: updated perlreftut.pod
17477  Branch: perl
17478        ! pod/perlreftut.pod
17479 ____________________________________________________________________________
17480 [  2393] By: gsar                                  on 1998/11/29  19:31:56
17481     Log: misc tweaks
17482  Branch: perl
17483        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
17484 ____________________________________________________________________________
17485 [  2392] By: gsar                                  on 1998/11/29  19:31:18
17486     Log: notes about -DPERL_POLLUTE
17487  Branch: perl
17488        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
17489 ____________________________________________________________________________
17490 [  2391] By: gsar                                  on 1998/11/29  19:13:52
17491     Log: explain various win32 build caveats more clearly
17492  Branch: perl
17493        ! README.win32 win32/Makefile win32/makefile.mk
17494 ____________________________________________________________________________
17495 [  2390] By: gsar                                  on 1998/11/29  16:51:59
17496     Log: remove I_POLL detection (Configure will do that now)
17497  Branch: perl
17498        ! ext/IO/Makefile.PL
17499 ____________________________________________________________________________
17500 [  2389] By: jhi                                   on 1998/11/29  16:39:16
17501     Log: Add I_POLL for IO 1.20.
17502  Branch: cfgperl
17503        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17504        ! config_h.SH
17505 ____________________________________________________________________________
17506 [  2388] By: gsar                                  on 1998/11/29  16:23:30
17507     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
17508  Branch: perl
17509        + Porting/p4desc
17510        ! MANIFEST
17511 ____________________________________________________________________________
17512 [  2387] By: gsar                                  on 1998/11/29  16:08:03
17513     Log: another threads reliability fix: serialize writes to thr->threadsv
17514          avoid most uses of PL_na (which is much more inefficient than a
17515          simple local); update docs to suit; PL_na now being thr->Tna may
17516          be a minor compatibility issue for extensions--will require dTHR
17517          outside of XSUBs (those get automatic dTHR)
17518  Branch: perl
17519        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
17520        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
17521        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
17522        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
17523        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
17524        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
17525        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
17526        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
17527        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
17528 ____________________________________________________________________________
17529 [  2386] By: jhi                                   on 1998/11/29  15:40:42
17530     Log: Tune the "if" entry.
17531  Branch: cfgperl
17532        ! pod/perlfunc.pod
17533 ____________________________________________________________________________
17534 [  2385] By: gsar                                  on 1998/11/29  12:40:28
17535     Log: various fixes for race conditions under threads: mutex locks based
17536          on PL_threadnum were seriously flawed, since it means more than one
17537          thread could enter the critical region; PL_na was global instead of
17538          thread-local; child thread could finish and free thr structures
17539          before Thread->new() got around to creating the Thread object;
17540          cv_clone() needed locking, as it mucks with PL_comppad and other
17541          global data; new_struct_thread() needed to lock template-thread's
17542          mutex while copying its data
17543  Branch: perl
17544        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
17545        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
17546 ____________________________________________________________________________
17547 [  2384] By: gsar                                  on 1998/11/29  10:54:38
17548     Log: s/warn/print/ on multiply defined groups
17549  Branch: perl
17550        ! t/op/grent.t
17551 ____________________________________________________________________________
17552 [  2383] By: gsar                                  on 1998/11/29  10:48:39
17553     Log: backout change#2334
17554  Branch: perl
17555        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
17556 ____________________________________________________________________________
17557 [  2382] By: jhi                                   on 1998/11/29  10:33:40
17558     Log: Better NetInfo behaviour.
17559  Branch: cfgperl
17560        ! t/op/grent.t t/op/pwent.t
17561 ____________________________________________________________________________
17562 [  2381] By: jhi                                   on 1998/11/29  10:08:15
17563     Log: Integrate from mainperl.
17564  Branch: cfgperl
17565       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
17566       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
17567       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
17568       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
17569       +> t/lib/io_poll.t t/lib/io_unix.t
17570       !> (integrate 58 files)
17571 ____________________________________________________________________________
17572 [  2380] By: gsar                                  on 1998/11/29  08:22:49
17573     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
17574          Tim Bunce)
17575  Branch: perl
17576        ! gv.c
17577 ____________________________________________________________________________
17578 [  2379] By: gsar                                  on 1998/11/29  07:06:43
17579     Log: fix for pat.t failure under USE_THREADS
17580  Branch: perl
17581        ! pp_ctl.c regexec.c
17582 ____________________________________________________________________________
17583 [  2378] By: nick                                  on 1998/11/28  22:46:57
17584     Log: More C.pm tweaks
17585          Save globs even if we have saved cv itself before - may be imported.
17586          
17587          While we don't save "bootstrap" CV we need to provide a stub,
17588          so that if we require it later we don't fall through and attempt
17589          to DynaLoad module again.
17590          
17591          Attempt to save %INC so that "require" does not reload things
17592          we have compiled-in (does not work right yet - seems to be due
17593          to PL_incgv being created in perl_parse() current scheme setting 
17594          GvHV() is "better" than saving the glob, but still does not 
17595          work as I expect). 
17596  Branch: perl
17597        ! ext/B/B/C.pm
17598 ____________________________________________________________________________
17599 [  2377] By: gsar                                  on 1998/11/28  22:30:38
17600     Log: various tweaks; result passes all tests for normal build on Solaris;
17601          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
17602          win32 due to lack of select() that works on non-socket fds
17603  Branch: perl
17604        ! ext/IO/poll.c regcomp.c regexec.c scope.c
17605        ! t/lib/io_multihomed.t win32/makefile.mk
17606 ____________________________________________________________________________
17607 [  2376] By: gsar                                  on 1998/11/28  20:44:39
17608     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
17609  Branch: perl
17610        ! myconfig
17611 ____________________________________________________________________________
17612 [  2375] By: gsar                                  on 1998/11/28  20:42:58
17613     Log: integrate cfgperl changes into mainline
17614  Branch: perl
17615       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
17616       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
17617 ____________________________________________________________________________
17618 [  2374] By: gsar                                  on 1998/11/28  20:02:03
17619     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17620          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
17621          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
17622          Subject: [PATCH 5.00553] Yet another OS/2 patch
17623  Branch: perl
17624        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
17625 ____________________________________________________________________________
17626 [  2373] By: gsar                                  on 1998/11/28  19:30:06
17627     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17628          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
17629          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
17630          Subject: [PATCH 5.005_53] Change $#+
17631  Branch: perl
17632        ! mg.c pod/perlvar.pod t/op/pat.t
17633 ____________________________________________________________________________
17634 [  2372] By: gsar                                  on 1998/11/28  19:28:00
17635     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17636          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
17637          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
17638          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
17639  Branch: perl
17640        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
17641        ! thrdvar.h
17642 ____________________________________________________________________________
17643 [  2371] By: gsar                                  on 1998/11/28  19:23:53
17644     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17645          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
17646          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
17647          Subject: [PATCH 5.005_53] better -Mre=debugcolor
17648  Branch: perl
17649        ! embedvar.h objXSUB.h regexec.c thrdvar.h
17650 ____________________________________________________________________________
17651 [  2370] By: gsar                                  on 1998/11/28  19:21:17
17652     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17653          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
17654          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
17655          Subject: [PATCH 5.005_*] regcolors
17656  Branch: perl
17657        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
17658 ____________________________________________________________________________
17659 [  2369] By: gsar                                  on 1998/11/28  19:00:15
17660     Log: allow final period in a file (not followed by a newline) to
17661          terminate format spec
17662  Branch: perl
17663        ! toke.c
17664 ____________________________________________________________________________
17665 [  2368] By: gsar                                  on 1998/11/28  18:58:25
17666     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
17667          add C<$Config{installarchlib}/CORE> to the default locations searched
17668          on win32
17669  Branch: perl
17670        ! lib/ExtUtils/Liblist.pm
17671 ____________________________________________________________________________
17672 [  2367] By: gsar                                  on 1998/11/28  18:46:05
17673     Log: applied suggested patch with PERL_OBJECT tweaks
17674          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17675          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
17676          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
17677          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
17678  Branch: perl
17679        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
17680        ! regexec.c t/op/pat.t thrdvar.h
17681 ____________________________________________________________________________
17682 [  2366] By: gsar                                  on 1998/11/28  18:38:34
17683     Log: additional documentation for qr//
17684          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17685          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
17686          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
17687          Subject: [PATCH 5.005_*] Documentation (fwd)
17688  Branch: perl
17689        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
17690 ____________________________________________________________________________
17691 [  2365] By: gsar                                  on 1998/11/28  18:35:35
17692     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17693          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
17694          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
17695          Subject: [PATCH 5.005_*] Fix \G in REx without //g
17696  Branch: perl
17697        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
17698        ! regexp.h t/op/pat.t thrdvar.h
17699 ____________________________________________________________________________
17700 [  2364] By: gsar                                  on 1998/11/28  18:24:20
17701     Log: update Test.pm to Test-1.12; tweak 're' detection
17702  Branch: perl
17703        ! lib/Test.pm
17704 ____________________________________________________________________________
17705 [  2363] By: gsar                                  on 1998/11/28  18:12:04
17706     Log: avoid command-line quoting portability problems in lex_assign.t
17707  Branch: perl
17708        ! t/op/lex_assign.t
17709 ____________________________________________________________________________
17710 [  2362] By: gsar                                  on 1998/11/28  18:08:50
17711     Log: From: John Tobey <jtobey@channel1.com>
17712          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
17713          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
17714          Subject: PATCH: document English.pm sawampersand and thread issues
17715  Branch: perl
17716        ! lib/English.pm pod/perlvar.pod
17717 ____________________________________________________________________________
17718 [  2361] By: gsar                                  on 1998/11/28  18:03:04
17719     Log: fix uninitialized warnings
17720          From: Brian Callaghan <callagh@itginc.com>
17721          Date: Thu, 19 Nov 1998 17:49:10 -0800
17722          Message-Id: <3654CA96.B64FCAEB@itginc.com>
17723          Subject: Complete.pm patch (version 1.1)
17724  Branch: perl
17725        ! lib/Term/Complete.pm
17726 ____________________________________________________________________________
17727 [  2360] By: gsar                                  on 1998/11/28  17:59:16
17728     Log: s/Array/List/ suggested by John Tobey
17729  Branch: perl
17730        ! pod/perldata.pod
17731 ____________________________________________________________________________
17732 [  2359] By: gsar                                  on 1998/11/28  17:47:48
17733     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
17734  Branch: perl
17735        ! lib/Tie/Handle.pm pod/perlfunc.pod
17736 ____________________________________________________________________________
17737 [  2358] By: jhi                                   on 1998/11/28  17:23:15
17738     Log: Revamp the locale tests.
17739          (0) Instead of rewiring a few locales scan for them.
17740          (1) Bogus test #101 removed.
17741          (2) All the locales are checked, the lists of failed
17742          and non-failed ones are displayed.
17743          (3) The test #103 is again 'active' so that it may fail.
17744          (4) To balance (3) a hopefully pacifying message is shown
17745          if the #103 fails.
17746  Branch: cfgperl
17747        ! t/pragma/locale.t
17748 ____________________________________________________________________________
17749 [  2357] By: gsar                                  on 1998/11/28  17:21:07
17750     Log: add perlreftut.pod
17751  Branch: perl
17752        + pod/perlreftut.pod
17753        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
17754        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
17755        ! win32/pod.mak
17756 ____________________________________________________________________________
17757 [  2356] By: jhi                                   on 1998/11/28  16:58:01
17758     Log: Change #2346 fallout.
17759  Branch: cfgperl
17760        ! t/op/undef.t
17761 ____________________________________________________________________________
17762 [  2355] By: gsar                                  on 1998/11/28  16:46:43
17763     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
17764          ANSI prototypes
17765  Branch: perl
17766        ! ext/IO/IO.xs
17767 ____________________________________________________________________________
17768 [  2354] By: gsar                                  on 1998/11/28  16:08:07
17769     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
17770          keep platform hacks that aren't in the 1.20 dist; add new files
17771          to MANIFEST; hack Makefile.PL; result hasn't been tested
17772          anywhere
17773  Branch: perl
17774        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
17775        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
17776        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
17777        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
17778        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
17779        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
17780        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
17781        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
17782        ! t/lib/io_sock.t t/lib/io_udp.t
17783 ____________________________________________________________________________
17784 [  2353] By: jhi                                   on 1998/11/28  15:51:03
17785     Log: Locale collation, ctype, and numeric, were initialized wrong
17786          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
17787          as reported by
17788          
17789          From: Ilya.Sandler@etak.com (Ilya Sandler)
17790          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
17791          To: perlbug@perl.com
17792          Date: 25 Nov 1998 04:53:52 +0200
17793          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
17794  Branch: cfgperl
17795        ! util.c
17796 ____________________________________________________________________________
17797 [  2352] By: nick                                  on 1998/11/28  15:21:59
17798     Log: Implement $^C to allow perl access to -c flag - I think this 
17799          was agreed once...
17800  Branch: perl
17801        ! gv.c mg.c
17802 ____________________________________________________________________________
17803 [  2351] By: jhi                                   on 1998/11/28  15:14:24
17804     Log: Change #2251 fixup.
17805  Branch: cfgperl
17806        ! myconfig
17807 ____________________________________________________________________________
17808 [  2350] By: jhi                                   on 1998/11/28  14:58:19
17809     Log: Integrate from mainperl.
17810  Branch: cfgperl
17811       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
17812       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
17813       +> pod/perl5005delta.pod
17814       !> (integrate 49 files)
17815 ____________________________________________________________________________
17816 [  2349] By: jhi                                   on 1998/11/28  14:27:36
17817     Log: Passwd and group file groveling.
17818  Branch: cfgperl
17819        ! t/op/grent.t t/op/pwent.t
17820 ____________________________________________________________________________
17821 [  2348] By: gsar                                  on 1998/11/28  14:09:50
17822     Log: more conservative version of changes#2345,2346,2347; those break
17823          C<defined(@{"foo::ISA"})> which seems to be extensively used in
17824          the libs :-(
17825  Branch: perl
17826        ! pp.c t/op/method.t
17827 ____________________________________________________________________________
17828 [  2347] By: gsar                                  on 1998/11/28  13:36:08
17829     Log: tweak bogus test
17830  Branch: perl
17831        ! t/op/method.t
17832 ____________________________________________________________________________
17833 [  2346] By: gsar                                  on 1998/11/28  13:20:34
17834     Log: test cases for previous change
17835  Branch: perl
17836        ! t/op/undef.t
17837 ____________________________________________________________________________
17838 [  2345] By: gsar                                  on 1998/11/28  13:07:17
17839     Log: fix typo in pp_defined() causing C<defined %tied> to fail
17840  Branch: perl
17841        ! pp.c
17842 ____________________________________________________________________________
17843 [  2344] By: gsar                                  on 1998/11/28  13:03:29
17844     Log: s/comment/comment_t/ tweak (suggested by John Gorman
17845          <jgorman@webbysoft.com>)
17846  Branch: perl
17847        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
17848 ____________________________________________________________________________
17849 [  2343] By: gsar                                  on 1998/11/28  12:52:40
17850     Log: add (stub) perldelta.pod
17851  Branch: perl
17852        + pod/perldelta.pod
17853 ____________________________________________________________________________
17854 [  2342] By: gsar                                  on 1998/11/28  12:49:26
17855     Log: rename perldelta.pod to perl5005delta.pod in preparation for
17856          starting a new one
17857  Branch: perl
17858       +> pod/perl5005delta.pod
17859        - pod/perldelta.pod
17860        ! MANIFEST pod/perl.pod
17861 ____________________________________________________________________________
17862 [  2341] By: gsar                                  on 1998/11/28  12:41:55
17863     Log: fix MALLOC_LOCK #define
17864  Branch: perl
17865        ! malloc.c
17866 ____________________________________________________________________________
17867 [  2340] By: gsar                                  on 1998/11/28  12:18:23
17868     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17869          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
17870          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
17871          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
17872  Branch: perl
17873        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
17874 ____________________________________________________________________________
17875 [  2339] By: jhi                                   on 1998/11/28  11:59:01
17876     Log: Add -lm to dynix/ptx POSIX hints.
17877          From: "Martin J. Bligh" <mbligh@sequent.com>
17878          To: jhi@iki.fi
17879          Subject: Re: Making Perl work on DYNIX/ptx
17880          Date: Wed, 25 Nov 1998 10:34:41 -0800
17881          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
17882  Branch: cfgperl
17883        ! ext/POSIX/hints/dynixptx.pl
17884 ____________________________________________________________________________
17885 [  2338] By: jhi                                   on 1998/11/28  11:57:19
17886     Log: Detypo.
17887  Branch: cfgperl
17888        ! lib/filetest.pm
17889 ____________________________________________________________________________
17890 [  2337] By: jhi                                   on 1998/11/28  11:56:29
17891     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
17892  Branch: cfgperl
17893        ! Configure
17894 ____________________________________________________________________________
17895 [  2336] By: gsar                                  on 1998/11/28  11:41:14
17896     Log: teach CPAN.pm to ignore beta perl distributions when looking for
17897          modules
17898          From: root@dogberry.rutgers.edu (root)
17899          Date: Thu, 12 Nov 1998 23:08:39 -0500
17900          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
17901          Subject: recompile tries getting a perl distribution
17902  Branch: perl
17903        ! lib/CPAN.pm
17904 ____________________________________________________________________________
17905 [  2335] By: gsar                                  on 1998/11/28  11:27:46
17906     Log: make $1 et al readonly under threads; make C<undef $1> fail like
17907          C<$1 = undef> does
17908  Branch: perl
17909        ! op.c pp.c t/op/undef.t
17910 ____________________________________________________________________________
17911 [  2334] By: gsar                                  on 1998/11/28  10:24:52
17912     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
17913  Branch: perl
17914        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
17915 ____________________________________________________________________________
17916 [  2333] By: gsar                                  on 1998/11/28  09:36:40
17917     Log: document changed PERL_HASH()
17918  Branch: perl
17919        ! pod/perlfunc.pod pod/perlguts.pod
17920 ____________________________________________________________________________
17921 [  2332] By: nick                                  on 1998/11/27  21:10:27
17922     Log: Handle INIT list in C.pm
17923          1. Provide init_av() from B.xs
17924          2. Export it in B.pm
17925          3. Use it in C.pm
17926          Also disable some pruning in savecv() which seems to undo
17927          my previous patch.
17928          Experimental feature - save pathnames of .so files in easily 
17929          grep-able form for use in wrapper to feed to linker.  
17930  Branch: perl
17931        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
17932 ____________________________________________________________________________
17933 [  2327] By: gsar                                  on 1998/11/27  15:12:01
17934     Log: integrate change#2315 from maint-5.005
17935  Branch: perl
17936        ! t/op/sort.t
17937       !> op.c sv.c
17938 ____________________________________________________________________________
17939 [  2326] By: gsar                                  on 1998/11/27  15:00:42
17940     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
17941  Branch: perl
17942       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
17943       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
17944       !> lib/ExtUtils/typemap
17945 ____________________________________________________________________________
17946 [  2325] By: gsar                                  on 1998/11/27  14:46:18
17947     Log: malloc bugfix and documentation from Ilya Zakharevich
17948          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
17949          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
17950          Subject: [PATCH 5.005_*] Re: Internal coredump
17951          --
17952          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
17953          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
17954          Subject: [PATCH 5.005_*] malloc.c documentation
17955  Branch: perl
17956        ! malloc.c
17957 ____________________________________________________________________________
17958 [  2324] By: gsar                                  on 1998/11/27  14:41:38
17959     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
17960  Branch: perl
17961        ! ext/B/B/C.pm
17962 ____________________________________________________________________________
17963 [  2323] By: gsar                                  on 1998/11/27  14:33:44
17964     Log: From: maeda@src.ricoh.co.jp
17965          Date: Tue, 24 Nov 1998 10:37:45 +0900
17966          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
17967          Subject: format "..." bug
17968  Branch: perl
17969        ! pp_ctl.c t/op/write.t
17970 ____________________________________________________________________________
17971 [  2322] By: gsar                                  on 1998/11/27  14:20:12
17972     Log: add ext/Devel/Peek
17973          From: jan.dubois@ibm.net (Jan Dubois)
17974          Date: Mon, 23 Nov 1998 00:48:11 +0100
17975          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
17976          Subject: [PATCH 5.005_53] Devel::Peek integration
17977  Branch: perl
17978        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
17979        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
17980        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
17981        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
17982        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
17983 ____________________________________________________________________________
17984 [  2321] By: gsar                                  on 1998/11/27  13:03:08
17985     Log: ensure 'make regen_headers' even without perl installed
17986          (suggested by Ilya Zakharevich)
17987  Branch: perl
17988        ! bytecode.pl warning.pl
17989 ____________________________________________________________________________
17990 [  2320] By: gsar                                  on 1998/11/27  12:58:36
17991     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17992          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
17993          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
17994          Subject: [PATCH 5.005_*] Cosmetic malloc patch
17995  Branch: perl
17996        ! malloc.c
17997 ____________________________________________________________________________
17998 [  2319] By: gsar                                  on 1998/11/27  12:56:13
17999     Log: eliminate dup hunk from integration
18000  Branch: perl
18001        ! lib/filetest.pm perl.h
18002 ____________________________________________________________________________
18003 [  2318] By: gsar                                  on 1998/11/27  12:50:08
18004     Log: integrate cfgperl changes into mainline
18005  Branch: perl
18006       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
18007        ! pod/perlfaq4.pod
18008       !> (integrate 30 files)
18009 ____________________________________________________________________________
18010 [  2317] By: jhi                                   on 1998/11/27  11:38:13
18011     Log: C<-x>.
18012  Branch: cfgperl
18013        ! lib/filetest.pm
18014 ____________________________________________________________________________
18015 [  2316] By: jhi                                   on 1998/11/27  11:10:22
18016     Log: Integrate from mainperl.
18017  Branch: cfgperl
18018       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
18019       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
18020       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
18021       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
18022       !> win32/win32sck.c
18023 ____________________________________________________________________________
18024 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
18025     Log: integrate change#2246 from mainline, while still allowing
18026          C<sort $globref @foo>
18027          
18028          allow C<sort $coderef @foo>
18029  Branch: maint-5.005/perl
18030        ! op.c sv.c
18031       !> t/op/sort.t
18032 ____________________________________________________________________________
18033 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
18034     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
18035          forwarded by Jarkko Hietaniemi from Mark Bixby
18036  Branch: maint-5.005/perl
18037        ! ext/DynaLoader/dl_mpeix.xs installperl
18038 ____________________________________________________________________________
18039 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
18040     Log: Allow PL_FILES to have multiple targets from one source by allowing
18041          an array ref as the value in the hash
18042  Branch: maint-5.005/perl
18043        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
18044        ! lib/ExtUtils/MakeMaker.pm
18045 ____________________________________________________________________________
18046 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
18047     Log: fix unsigned variables to use SvUV and sv_setuv
18048  Branch: maint-5.005/perl
18049        ! lib/ExtUtils/typemap
18050 ____________________________________________________________________________
18051 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
18052     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
18053  Branch: maint-5.005/perl
18054        ! lib/ExtUtils/MM_Unix.pm
18055 ____________________________________________________________________________
18056 [  2301] By: gsar                                  on 1998/11/26  10:16:54
18057     Log: fix PL_defoutgv leak under threads
18058  Branch: perl
18059        ! ext/Thread/Thread.xs
18060 ____________________________________________________________________________
18061 [  2300] By: gsar                                  on 1998/11/26  09:04:44
18062     Log: properly free temporaries created by threads
18063  Branch: perl
18064        ! ext/Thread/Thread.xs
18065 ____________________________________________________________________________
18066 [  2299] By: gsar                                  on 1998/11/26  06:51:16
18067     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
18068          to set the package for the block properly
18069  Branch: perl
18070        ! op.c t/comp/package.t t/lib/dumper.t
18071 ____________________________________________________________________________
18072 [  2298] By: nick                                  on 1998/11/24  22:04:20
18073     Log: Part-1 of tweaks to allow Tk to be "compiled"
18074          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
18075          (May also need attention to exports etc. - to follow.)
18076  Branch: perl
18077        ! universal.c
18078 ____________________________________________________________________________
18079 [  2294] By: jhi                                   on 1998/11/23  10:44:26
18080     Log: The new socket tests need in some platforms
18081          to #include <sys/types.h>.
18082  Branch: cfgperl
18083        ! Configure
18084 ____________________________________________________________________________
18085 [  2293] By: jhi                                   on 1998/11/23  10:33:42
18086     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
18087          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
18088          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
18089          Date: Mon, 23 Nov 1998 10:07:04 +0100
18090          Message-Id: <9811230907.AA06484@AWT.nl>
18091          
18092          NeXTstep NetInfo uses nidump to get the user/group databases.
18093  Branch: cfgperl
18094        ! t/op/grent.t t/op/pwent.t
18095 ____________________________________________________________________________
18096 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
18097     Log: Updated Porting/patchls utility.
18098  Branch: maint-5.004/perl
18099        ! Porting/patchls
18100 ____________________________________________________________________________
18101 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
18102     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
18103          From:  Henrik Tougaard <ht.000@foa.dk>
18104          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
18105          Files:  lib/Sys/Syslog.pm
18106  Branch: maint-5.004/perl
18107        ! lib/Sys/Syslog.pm
18108 ____________________________________________________________________________
18109 [  2286] By: jhi                                   on 1998/11/22  19:08:42
18110     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
18111  Branch: cfgperl
18112        ! ext/Socket/Socket.xs
18113 ____________________________________________________________________________
18114 [  2285] By: jhi                                   on 1998/11/22  18:21:07
18115     Log: MSG_PROXY for GNU/Hurd (previously we believed that
18116          all GNU libc platforms have MSG_PROXY.  Untrue).
18117          In fact this ended up as a major MSG_* and SCM_*
18118          update.  The MSG_XXX known to be enums in some
18119          versions of the glibc are now probed for and respective
18120          HAS_MSG_XXX are defined.  While I was at it I noticed
18121          SCM_RIGHTS being similarly an enum.  This reminded me of
18122          an ancient discussion in perl5-porters:
18123          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
18124          The BSD socket interface has a nifty feature for passing
18125          file descriptors and credentials--via sockets.  It may be
18126          too late to add this functionality to the CORE but
18127          at least Configure now probes for the functions,
18128          structs, and includes, defining the appropriate
18129          HAS_YYY and I_ZZZ, and the Socket extension exports
18130          the constants, in case somebody wants to write an
18131          extension for this interface.
18132  Branch: cfgperl
18133        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18134        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
18135        ! iperlsys.h
18136 ____________________________________________________________________________
18137 [  2284] By: jhi                                   on 1998/11/22  18:13:21
18138     Log: perlhist.pod 1.54, containing 5_53.
18139  Branch: cfgperl
18140        ! pod/perlhist.pod
18141 ____________________________________________________________________________
18142 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
18143     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
18144  Branch: maint-5.004/perl
18145        ! doio.c
18146 ____________________________________________________________________________
18147 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
18148     Log: Improve op/die_exit.t test for implicit close changing $!
18149  Branch: maint-5.004/perl
18150        ! t/op/die_exit.t
18151 ____________________________________________________________________________
18152 [  2268] By: jhi                                   on 1998/11/22  14:44:11
18153     Log: Fix thinko.
18154  Branch: cfgperl
18155        ! hints/dynixptx.sh
18156 ____________________________________________________________________________
18157 [  2267] By: jhi                                   on 1998/11/22  13:19:41
18158     Log: Document the d_socket override.
18159  Branch: cfgperl
18160        ! hints/dynixptx.sh
18161 ____________________________________________________________________________
18162 [  2266] By: jhi                                   on 1998/11/22  12:12:29
18163     Log: From: John Tobey <jtobey@channel1.com>
18164          Subject: [PATCH] perlfaq typos
18165          To: perl5-porters@perl.com
18166          Date: 22 Nov 1998 04:25:15 +0200
18167          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
18168  Branch: cfgperl
18169        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
18170        ! pod/perlfaq7.pod pod/perlfaq8.pod
18171 ____________________________________________________________________________
18172 [  2265] By: jhi                                   on 1998/11/22  12:06:29
18173     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
18174          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
18175          Newsgroups: hut.lists.perl5-porters
18176          To: gsar@engin.umich.edu (Gurusamy Sarathy)
18177          Cc: perl5-porters@perl.org (Perl5 Porters)
18178          Date: 20 Nov 1998 12:20:41 +0200
18179  Branch: cfgperl
18180        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
18181        ! ext/DB_File/DB_File.xs
18182 ____________________________________________________________________________
18183 [  2264] By: jhi                                   on 1998/11/22  11:55:09
18184     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
18185          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
18186          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
18187          To: perlbug@perl.com
18188          Date: 20 Nov 1998 18:39:06 +0200
18189          Lines: 47
18190          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
18191  Branch: cfgperl
18192        ! t/op/grent.t t/op/pwent.t
18193 ____________________________________________________________________________
18194 [  2263] By: jhi                                   on 1998/11/22  11:42:59
18195     Log: Permission testing is tricky when we have too much power.
18196          Problem reported in
18197          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
18198          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
18199          To: perlbug@perl.com
18200          Date: 20 Nov 1998 18:39:06 +0200
18201          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
18202  Branch: cfgperl
18203        ! t/op/filetest.t
18204 ____________________________________________________________________________
18205 [  2262] By: gsar                                  on 1998/11/22  11:37:02
18206     Log: fix broken CAPI generation
18207  Branch: perl
18208        ! win32/GenCAPI.pl
18209 ____________________________________________________________________________
18210 [  2261] By: jhi                                   on 1998/11/22  11:17:00
18211     Log: -x should be C<-x>, reported by Gerben Wierda.
18212  Branch: cfgperl
18213        ! pod/perlfunc.pod
18214 ____________________________________________________________________________
18215 [  2260] By: gsar                                  on 1998/11/22  11:12:02
18216     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
18217  Branch: perl
18218        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
18219        ! proto.h
18220 ____________________________________________________________________________
18221 [  2259] By: jhi                                   on 1998/11/22  11:06:40
18222     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
18223          Subject: Re: [PATCH] Re: pod2man bug in date generated line
18224          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
18225          Cc: perlbug@perl.com
18226          Date: 20 Nov 1998 21:30:17 +0200
18227          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
18228  Branch: cfgperl
18229        ! pod/pod2man.PL
18230 ____________________________________________________________________________
18231 [  2256] By: jhi                                   on 1998/11/21  10:44:01
18232     Log: From: Thomas Bowditch <bowditch@inmet.com>
18233          Subject: Benchmark.pm suggestion
18234          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
18235          Date: Fri, 20 Nov 1998 17:43:46 -0500
18236          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
18237          
18238          Added timesum().
18239  Branch: cfgperl
18240        ! lib/Benchmark.pm
18241 ____________________________________________________________________________
18242 [  2255] By: gsar                                  on 1998/11/21  08:45:06
18243     Log: another win32 portability fix: make sysread() and syswrite()
18244          work on sockets
18245  Branch: perl
18246        ! pp_sys.c win32/win32.h
18247 ____________________________________________________________________________
18248 [  2254] By: gsar                                  on 1998/11/21  07:49:06
18249     Log: win32_recvfrom() compatibility fix
18250  Branch: perl
18251        ! win32/win32sck.c
18252 ____________________________________________________________________________
18253 [  2253] By: jhi                                   on 1998/11/20  08:22:06
18254     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
18255          To: jhi@iki.fi
18256          Subject: MPE/iX Perl 5.005_02 oops
18257          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
18258          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
18259  Branch: cfgperl
18260        ! ext/DynaLoader/dl_mpeix.xs installperl
18261 ____________________________________________________________________________
18262 [  2252] By: gsar                                  on 1998/11/19  17:38:03
18263     Log: mess_sv tweak for change#2249
18264  Branch: perl
18265        ! util.c
18266 ____________________________________________________________________________
18267 [  2251] By: jhi                                   on 1998/11/18  12:32:19
18268     Log: Display use64bits and usemultiplicity but only if necessary.
18269  Branch: cfgperl
18270        ! myconfig
18271 ____________________________________________________________________________
18272 [  2250] By: jhi                                   on 1998/11/18  12:26:50
18273     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
18274          Subject: pp.c uses 'unsigned Quad_t'
18275          To: perlbug@perl.com 
18276          Date: Sun, 15 Nov 1998 20:57:05 -0300 
18277          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
18278  Branch: cfgperl
18279        ! perl.h pp.c
18280 ____________________________________________________________________________
18281 [  2249] By: gsar                                  on 1998/11/18  05:43:11
18282     Log: use PL_mess_sv only during global destruction (fixes problems with
18283          overlapping invocations of form()/warn()/die()/croak() trampling on
18284          each other's messages)
18285  Branch: perl
18286        ! mg.c util.c
18287 ____________________________________________________________________________
18288 [  2248] By: gsar                                  on 1998/11/18  05:39:36
18289     Log: tweak change#2245 to skip previous message if any
18290  Branch: perl
18291        ! pp_ctl.c t/pragma/warn/pp_ctl
18292 ____________________________________________________________________________
18293 [  2247] By: jhi                                   on 1998/11/17  11:46:56
18294     Log: Integrate from mainperl.
18295  Branch: cfgperl
18296       !> (integrate 26 files)
18297 ____________________________________________________________________________
18298 [  2246] By: gsar                                  on 1998/11/17  09:41:10
18299     Log: allow C<sort $coderef @foo>
18300  Branch: perl
18301        ! op.c t/op/sort.t t/pragma/overload.t
18302 ____________________________________________________________________________
18303 [  2245] By: gsar                                  on 1998/11/17  08:28:26
18304     Log: propagate failures in DESTROY() as (optional) warnings
18305  Branch: perl
18306        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
18307 ____________________________________________________________________________
18308 [  2244] By: gsar                                  on 1998/11/17  07:43:08
18309     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
18310  Branch: perl
18311        ! perl.c thrdvar.h
18312 ____________________________________________________________________________
18313 [  2243] By: gsar                                  on 1998/11/17  07:40:09
18314     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
18315  Branch: perl
18316        ! lib/warning.pm warning.h warning.pl
18317 ____________________________________________________________________________
18318 [  2242] By: gsar                                  on 1998/11/17  06:32:39
18319     Log: fix skipspace() to properly account for newlines in eval''-ed
18320          strings (caused bogus line numbers in diagnostics and debugger)
18321  Branch: perl
18322        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
18323 ____________________________________________________________________________
18324 [  2241] By: gsar                                  on 1998/11/17  03:48:12
18325     Log: s/Perl_utf8skip/PL_utf8skip/g
18326  Branch: perl
18327        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
18328 ____________________________________________________________________________
18329 [  2240] By: gsar                                  on 1998/11/14  06:09:06
18330     Log: rework op/groups.t
18331  Branch: perl
18332        ! t/op/filetest.t t/op/groups.t
18333 ____________________________________________________________________________
18334 [  2235] By: gsar                                  on 1998/11/14  00:17:05
18335     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
18336  Branch: perl
18337        ! op.c
18338 ____________________________________________________________________________
18339 [  2234] By: gsar                                  on 1998/11/14  00:14:02
18340     Log: update Changes
18341  Branch: perl
18342        ! Changes win32/config.bc win32/config.gc win32/config.vc
18343 ____________________________________________________________________________
18344 [  2233] By: gsar                                  on 1998/11/13  09:43:03
18345     Log: doc tweak
18346  Branch: perl
18347        ! README.win32
18348 ____________________________________________________________________________
18349 [  2230] By: jhi                                   on 1998/11/12  17:07:45
18350     Log: Allow hints file override for d_socket
18351          (based on Sequent-induced change #2229).
18352  Branch: cfgperl
18353        ! Configure
18354 ____________________________________________________________________________
18355 [  2229] By: jhi                                   on 1998/11/12  16:32:33
18356     Log: 
18357          From: "Martin J. Bligh" <mbligh@sequent.com>
18358          To: jhi@iki.fi
18359          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
18360          Subject: Re: Making Perl work on DYNIX/ptx
18361          Date: Tue, 10 Nov 1998 16:24:26 -0800
18362          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
18363  Branch: cfgperl
18364        ! hints/dynixptx.sh
18365 ____________________________________________________________________________
18366 [  2228] By: jhi                                   on 1998/11/12  11:40:37
18367     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
18368          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
18369          To: jhi@iki.fi
18370          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
18371          Subject: Re: Making Perl work on DYNIX/ptx
18372          Date: Tue, 10 Nov 1998 18:01:10 -0800
18373  Branch: cfgperl
18374        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
18375 ____________________________________________________________________________
18376 [  2227] By: jhi                                   on 1998/11/12  11:17:42
18377     Log: Integrate from mainperl.
18378  Branch: cfgperl
18379       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
18380       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
18381       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
18382       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
18383       !> win32/win32.c x2p/s2p.PL
18384 ____________________________________________________________________________
18385 [  2226] By: gsar                                  on 1998/11/11  21:05:42
18386     Log: provide -DPERL_POLLUTE
18387  Branch: perl
18388        ! embed.pl embedvar.h
18389 ____________________________________________________________________________
18390 [  2225] By: jhi                                   on 1998/11/09  07:45:12
18391     Log: From: Hans Mulder <hansm@icgroup.nl>
18392          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
18393          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
18394          perl5-porters@perl.org
18395          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
18396          (UNINSTALLED)
18397          Date: Sun,  8 Nov 98 22:20:23 +0100
18398          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
18399  Branch: cfgperl
18400        ! malloc.c perl.h
18401 ____________________________________________________________________________
18402 [  2224] By: gsar                                  on 1998/11/09  03:13:14
18403     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
18404          Christoph <lupe@alanya.m.isar.de>)
18405  Branch: perl
18406        ! lib/Text/Wrap.pm
18407 ____________________________________________________________________________
18408 [  2223] By: gsar                                  on 1998/11/09  02:09:06
18409     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
18410          <lionel.fourquaux@wanadoo.fr>)
18411  Branch: perl
18412        ! x2p/s2p.PL
18413 ____________________________________________________________________________
18414 [  2222] By: gsar                                  on 1998/11/09  01:56:24
18415     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
18416          Date: Wed, 04 Nov 1998 12:19:44 +0000
18417          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
18418          Subject: [PATCH] Re: [5.005_53] read overflow? 
18419          --
18420          Date: Wed, 04 Nov 1998 13:15:18 +0000
18421          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
18422          Subject: [PATCH 5.005_53] perl -V fix
18423  Branch: perl
18424        ! perl.c regexec.c
18425 ____________________________________________________________________________
18426 [  2221] By: gsar                                  on 1998/11/09  01:34:56
18427     Log: From: jan.dubois@ibm.net (Jan Dubois)
18428          Date: Sun, 01 Nov 1998 00:05:01 +0100
18429          Message-ID: <364294bd.18052307@smtp1.ibm.net>
18430          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
18431  Branch: perl
18432        ! Changes win32/makedef.pl
18433 ____________________________________________________________________________
18434 [  2220] By: gsar                                  on 1998/11/08  21:13:07
18435     Log: integrate changes#2120,2168,2218 from maint-5.005;
18436          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
18437          enum; make regen_headers
18438  Branch: perl
18439        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
18440        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
18441 ____________________________________________________________________________
18442 [  2219] By: gsar                                  on 1998/11/08  19:42:57
18443     Log: integrate cfgperl changes into mainline
18444  Branch: perl
18445       +> README.vmesa
18446       !> Configure MANIFEST Porting/Glossary Porting/config.sh
18447       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
18448       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
18449       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
18450       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
18451       !> thread.h vms/subconfigure.com vos/config.h
18452 ____________________________________________________________________________
18453 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
18454     Log: From: Graham Barr <gbarr@ti.com>
18455          Date: Mon, 2 Nov 1998 07:38:52 -0600
18456          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
18457          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
18458  Branch: maint-5.005/perl
18459        ! ext/IPC/SysV/Msg.pm
18460 ____________________________________________________________________________
18461 [  2215] By: gsar                                  on 1998/11/08  02:52:52
18462     Log: set close-on-exec bit on pipe() FDs
18463  Branch: perl
18464        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
18465 ____________________________________________________________________________
18466 [  2214] By: gsar                                  on 1998/11/08  02:27:57
18467     Log: typo in newHVhv()
18468  Branch: perl
18469        ! hv.c
18470 ____________________________________________________________________________
18471 [  2211] By: jhi                                   on 1998/11/07  21:14:18
18472     Log: Finalize the Mach CThreads support.
18473          
18474          From: Hans Mulder <hansm@icgroup.nl>
18475          Date: Sat,  7 Nov 98 22:06:20 +0100
18476          To: Gurusamy Sarathy <gsar@engin.umich.edu>
18477          Cc: jhi@iki.fi, perl5-porters@perl.org
18478          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
18479          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
18480  Branch: cfgperl
18481        ! malloc.c perl.h
18482 ____________________________________________________________________________
18483 [  2210] By: gsar                                  on 1998/11/06  20:36:50
18484     Log: fix AvREALISH bogusness
18485  Branch: perl
18486        ! av.c t/op/array.t
18487 ____________________________________________________________________________
18488 [  2209] By: jhi                                   on 1998/11/06  08:05:31
18489     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
18490          ASSERT() causes problems in {NeXTStep,OpenStep}.
18491          
18492          From: Hans Mulder <hansm@icgroup.nl>
18493          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
18494          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
18495          Date: Fri,  6 Nov 98 01:27:41 +0100
18496          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
18497          
18498          and
18499          
18500          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18501          Subject: Re: ASSERT() in malloc.c
18502          To: jhi@iki.fi
18503          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
18504          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
18505  Branch: cfgperl
18506        ! malloc.c
18507 ____________________________________________________________________________
18508 [  2208] By: jhi                                   on 1998/11/06  07:55:38
18509     Log: Mach CThreads needs #include <mach/cthreads.h>.
18510  Branch: cfgperl
18511        ! perl.h
18512 ____________________________________________________________________________
18513 [  2206] By: jhi                                   on 1998/11/05  14:54:52
18514     Log: PERL_BADLANG wrongly documented.
18515          
18516          From: ts <decoux@moulon.inra.fr>
18517          To: jhi@cc.hut.fi
18518          Subject: Re: Locale warning messages
18519          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
18520          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
18521          
18522          and
18523          
18524          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18525          Subject: Re: PERL_BADLANG
18526          To: jhi@iki.fi
18527          Subject: Re: PERL_BADLANG
18528          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
18529          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
18530  Branch: cfgperl
18531        ! pod/perllocale.pod
18532 ____________________________________________________________________________
18533 [  2205] By: jhi                                   on 1998/11/05  14:24:33
18534     Log: Document all the control flow keywords in perlfunc
18535          so that "perlfunc -f while" works.
18536  Branch: cfgperl
18537        ! pod/perlfunc.pod
18538 ____________________________________________________________________________
18539 [  2204] By: jhi                                   on 1998/11/05  12:46:02
18540     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
18541          (from vos/config.h).  Update Porting/{Glossary,config*}.
18542  Branch: cfgperl
18543        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18544        ! config_h.SH vos/config.h
18545 ____________________________________________________________________________
18546 [  2203] By: jhi                                   on 1998/11/05  08:34:39
18547     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
18548  Branch: cfgperl
18549        ! hints/vmesa.sh vms/subconfigure.com
18550 ____________________________________________________________________________
18551 [  2202] By: jhi                                   on 1998/11/05  08:03:20
18552     Log: Integrate from mainperl.
18553  Branch: cfgperl
18554       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
18555       !> win32/Makefile win32/makefile.mk win32/win32.c
18556 ____________________________________________________________________________
18557 [  2201] By: gsar                                  on 1998/11/05  04:40:44
18558     Log: another POPSTACK victim
18559  Branch: perl
18560        ! cop.h sv.c
18561 ____________________________________________________________________________
18562 [  2196] By: gsar                                  on 1998/11/05  02:07:54
18563     Log: fix a location affected by change#2191, add note about POPSTACK
18564  Branch: perl
18565        ! cop.h gv.c pp_ctl.c
18566 ____________________________________________________________________________
18567 [  2195] By: gsar                                  on 1998/11/05  02:04:45
18568     Log: makefile notes
18569  Branch: perl
18570        ! win32/Makefile win32/makefile.mk
18571 ____________________________________________________________________________
18572 [  2192] By: gsar                                  on 1998/11/04  23:48:53
18573     Log: indeterminate order-of-evaluation fixes
18574  Branch: perl
18575        ! mg.c
18576 ____________________________________________________________________________
18577 [  2191] By: gsar                                  on 1998/11/04  23:02:16
18578     Log: refetch local stack pointer in POPSTACK
18579  Branch: perl
18580        ! cop.h perl.c
18581 ____________________________________________________________________________
18582 [  2190] By: jhi                                   on 1998/11/04  08:50:40
18583     Log: Configure update.
18584          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
18585          
18586          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
18587          To: Martin Bligh <mbligh@sequent.com>
18588          Cc: Jarkko Hietaniemi <jhi@iki.fi>
18589          Subject: Re: Perl 5's configure on DYNIX/ptx
18590          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
18591          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
18592          
18593          find sockets also from libsocket, not just libnet.
18594          OS390: $compile_ok instead of $compile for <inttypes.h>,
18595          
18596          From: pvhp@forte.com (Peter Prymmer)
18597          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
18598          Subject: _53 not OK on os390 but looking better than ever
18599          Date: Tue, 3 Nov 98 17:33:22 PST
18600          Message-Id: <9811040133.AA09450@forte.com>
18601  Branch: cfgperl
18602        ! Configure
18603 ____________________________________________________________________________
18604 [  2189] By: jhi                                   on 1998/11/04  07:43:58
18605     Log: sysio.t failure: fix undefined order of evaluation, from
18606          
18607          From: Spider Boardman <spider@web.zk3.dec.com>
18608          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
18609          To: perlbug@perl.com
18610          Date: 4 Nov 1998 01:22:30 +0200
18611          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
18612  Branch: cfgperl
18613        ! pp_sys.c
18614 ____________________________________________________________________________
18615 [  2188] By: gsar                                  on 1998/11/04  02:59:16
18616     Log: fix return value of win32_pclose()
18617  Branch: perl
18618        ! win32/win32.c
18619 ____________________________________________________________________________
18620 [  2187] By: gsar                                  on 1998/11/04  02:56:34
18621     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
18622  Branch: perl
18623        ! Changes doop.c gv.c util.c
18624 ____________________________________________________________________________
18625 [  2186] By: jhi                                   on 1998/11/03  08:17:52
18626     Log: Document quads in pack.
18627  Branch: cfgperl
18628        ! pod/perlfunc.pod
18629 ____________________________________________________________________________
18630 [  2185] By: jhi                                   on 1998/11/03  07:49:35
18631     Log: (IV) vs (I32) vs I_V()
18632          
18633          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
18634          From: Anton Berezin <tobez@plab.ku.dk> 
18635          To: "p5p" <perl5-porters@perl.org> 
18636          Date: 01 Nov 1998 15:09:11 +0100 
18637          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
18638          
18639          and
18640          
18641          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
18642          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
18643          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
18644  Branch: cfgperl
18645        ! sv.c
18646 ____________________________________________________________________________
18647 [  2184] By: jhi                                   on 1998/11/03  07:42:46
18648     Log: VM/ESA updates.
18649  Branch: cfgperl
18650        + README.vmesa
18651        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
18652 ____________________________________________________________________________
18653 [  2183] By: jhi                                   on 1998/11/02  12:58:13
18654     Log: The id(1)-parsing is real fun.
18655  Branch: cfgperl
18656        ! t/op/groups.t
18657 ____________________________________________________________________________
18658 [  2182] By: jhi                                   on 1998/11/02  12:07:43
18659     Log: Decommission the symlink test.
18660  Branch: cfgperl
18661        ! t/op/lex_assign.t
18662 ____________________________________________________________________________
18663 [  2181] By: jhi                                   on 1998/11/02  12:03:08
18664     Log: Replace ATTR_JOINABLE with true Configure probe
18665          for PTHREAD_CREATE_JOINABLE (or equivalent:
18666          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
18667          Remove ATTR_JOINABLE itself: Thread.xs uses
18668          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
18669          
18670          Really scan for <mach/cthreads.h> only if usethreads.
18671  Branch: cfgperl
18672        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
18673 ____________________________________________________________________________
18674 [  2180] By: jhi                                   on 1998/11/02  11:07:34
18675     Log: In HP-UX 10.X usethreads only if the required files are present.
18676  Branch: cfgperl
18677        ! hints/hpux.sh
18678 ____________________________________________________________________________
18679 [  2179] By: jhi                                   on 1998/11/02  09:10:33
18680     Log: Prefer groups(1).
18681          id -Gn can be broken.
18682          id -a can save the day.
18683  Branch: cfgperl
18684        ! t/op/groups.t
18685 ____________________________________________________________________________
18686 [  2178] By: jhi                                   on 1998/11/02  08:35:29
18687     Log: Detrail enum comma.
18688  Branch: cfgperl
18689        ! perl.h
18690 ____________________________________________________________________________
18691 [  2177] By: jhi                                   on 1998/11/02  08:24:12
18692     Log: 0**0 = 1, from
18693          
18694          From: d-lewart@uiuc.edu (Daniel S. Lewart)
18695          Subject: Math::Complex 0**0 patches
18696          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
18697          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
18698          To: jhi@iki.fi (Jarkko Hietaniemi),
18699          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
18700  Branch: cfgperl
18701        ! lib/Math/Complex.pm t/lib/complex.t
18702 ____________________________________________________________________________
18703 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
18704     Log: From: jan.dubois@ibm.net (Jan Dubois)   
18705          Date: Fri, 09 Oct 1998 23:28:31 +0200
18706          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
18707          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
18708  Branch: maint-5.005/perl
18709        ! XSUB.h
18710 ____________________________________________________________________________
18711 [  2164] By: jhi                                   on 1998/10/31  15:50:02
18712     Log: Integrate from mainperl.
18713  Branch: cfgperl
18714       +> t/op/lex_assign.t
18715       !> (integrate 45 files)
18716
18717 ----------------
18718 Version 5.005_53
18719 ----------------
18720
18721 ____________________________________________________________________________
18722 [  2163] By: gsar                                  on 1998/10/31  11:31:12
18723     Log: bump patchlevel; other minor fixes for clean build and test on
18724          Solaris and win32
18725  Branch: perl
18726        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
18727        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
18728        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
18729        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
18730        ! x2p/a2p.c
18731 ____________________________________________________________________________
18732 [  2162] By: gsar                                  on 1998/10/31  09:40:31
18733     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18734          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
18735          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
18736          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
18737  Branch: perl
18738        ! pp.h
18739 ____________________________________________________________________________
18740 [  2161] By: gsar                                  on 1998/10/31  09:39:13
18741     Log: From: Albert Dvornik <bert@genscan.com>
18742          Date: 30 Oct 1998 17:50:04 -0500
18743          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
18744          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
18745  Branch: perl
18746        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
18747 ____________________________________________________________________________
18748 [  2160] By: gsar                                  on 1998/10/31  09:35:03
18749     Log: fix for bugs in -x mode
18750          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18751          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
18752          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
18753          Subject: [PATCH 5.00552] Fix h2xs
18754  Branch: perl
18755        ! utils/h2xs.PL
18756 ____________________________________________________________________________
18757 [  2159] By: gsar                                  on 1998/10/31  09:31:36
18758     Log: Data::Dumper update
18759  Branch: perl
18760        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
18761        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
18762 ____________________________________________________________________________
18763 [  2153] By: gsar                                  on 1998/10/30  21:40:09
18764     Log: add testsuite portion of patch
18765          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18766          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
18767          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
18768          Subject: [PATCH 5.00321 ;-)] 87% speedup
18769  Branch: perl
18770        + t/op/lex_assign.t
18771        ! MANIFEST
18772 ____________________________________________________________________________
18773 [  2152] By: gsar                                  on 1998/10/30  21:08:11
18774     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
18775  Branch: perl
18776        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
18777 ____________________________________________________________________________
18778 [  2151] By: gsar                                  on 1998/10/30  20:18:09
18779     Log: From: Mark-Jason Dominus <mjd@plover.com>
18780          Date: Fri, 30 Oct 1998 14:24:23 EST
18781          Message-Id: <19981030192423.27276.qmail@plover.com>
18782          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
18783  Branch: perl
18784        ! x2p/walk.c
18785 ____________________________________________________________________________
18786 [  2150] By: gsar                                  on 1998/10/30  20:08:57
18787     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18788          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
18789          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
18790          Subject: [PATCH 5.00552] Overloaded <> and deref again
18791  Branch: perl
18792        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
18793        ! t/pragma/overload.t toke.c
18794 ____________________________________________________________________________
18795 [  2149] By: gsar                                  on 1998/10/30  19:38:15
18796     Log: From: Roderick Schertler <roderick@argon.org>
18797          Date: Thu, 29 Oct 1998 14:50:18 -0500
18798          Message-ID: <17625.909690618@eeyore.ibcinc.com>
18799          Subject: patch for daemonization docs in perlipc
18800  Branch: perl
18801        ! pod/perlipc.pod
18802 ____________________________________________________________________________
18803 [  2148] By: gsar                                  on 1998/10/30  19:36:07
18804     Log: From: Anton Berezin <tobez@plab.ku.dk>
18805          Date: 29 Oct 1998 17:06:25 +0100
18806          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
18807          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
18808  Branch: perl
18809        ! win32/win32.c
18810 ____________________________________________________________________________
18811 [  2147] By: gsar                                  on 1998/10/30  19:31:37
18812     Log: tweaked version of suggested patch
18813          From: Anton Berezin <tobez@plab.ku.dk>
18814          Date: 29 Oct 1998 14:48:54 +0100
18815          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
18816          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
18817  Branch: perl
18818        ! win32/win32.c
18819 ____________________________________________________________________________
18820 [  2146] By: gsar                                  on 1998/10/30  19:03:50
18821     Log: hand-apply whitespace-mutiliated patch
18822          From: "vishal bhatia" <vishalb@hotmail.com>
18823          Date: Wed, 28 Oct 1998 23:45:32 PST
18824          Message-ID: <19981029074534.2334.qmail@hotmail.com>
18825          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
18826  Branch: perl
18827        ! ext/B/B/C.pm ext/B/B/CC.pm
18828 ____________________________________________________________________________
18829 [  2145] By: gsar                                  on 1998/10/30  18:46:58
18830     Log: remaining PL_foo stragglers
18831  Branch: perl
18832        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
18833        ! op.h os2/os2.c vms/gen_shrfls.pl
18834 ____________________________________________________________________________
18835 [  2144] By: gsar                                  on 1998/10/30  17:38:36
18836     Log: integrate cfgperl tweaks into mainline
18837  Branch: perl
18838       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
18839       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
18840 ____________________________________________________________________________
18841 [  2143] By: jhi                                   on 1998/10/30  13:27:39
18842     Log: There can be multiple yacc/bison errors.
18843  Branch: cfgperl
18844        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
18845 ____________________________________________________________________________
18846 [  2142] By: jhi                                   on 1998/10/30  13:18:43
18847     Log: README.posix-bc update.
18848  Branch: cfgperl
18849        ! README.posix-bc
18850 ____________________________________________________________________________
18851 [  2141] By: jhi                                   on 1998/10/30  09:12:59
18852     Log: #2133 fallout.
18853  Branch: cfgperl
18854        ! doio.c ext/POSIX/POSIX.xs
18855 ____________________________________________________________________________
18856 [  2140] By: jhi                                   on 1998/10/30  08:43:18
18857     Log: Integrate from mainperl.
18858  Branch: cfgperl
18859       +> globvar.sym pp.sym
18860        - objpp.h thread.sym
18861       !> (integrate 61 files)
18862 ____________________________________________________________________________
18863 [  2133] By: gsar                                  on 1998/10/30  02:51:39
18864     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
18865          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
18866          should soon be automated also; the global variables that
18867          escaped the PL_foo conversion are now reined in; renamed
18868          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
18869          type of same name; duplicated lists of pp_things in various
18870          places is now gone; result has only been tested on win32
18871  Branch: perl
18872        + globvar.sym pp.sym
18873        - objpp.h thread.sym
18874        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
18875        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
18876        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
18877        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
18878        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
18879        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
18880        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
18881        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
18882        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
18883        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18884        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
18885 ____________________________________________________________________________
18886 [  2130] By: jhi                                   on 1998/10/29  15:31:26
18887     Log: Pure bison yylex() proto was broken.
18888  Branch: cfgperl
18889        ! proto.h
18890 ____________________________________________________________________________
18891 [  2126] By: jhi                                   on 1998/10/29  08:35:54
18892     Log: Integrate mainperl.
18893  Branch: cfgperl
18894       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
18895       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
18896       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
18897       !> t/pragma/warn/doio toke.c win32/makefile.mk
18898 ____________________________________________________________________________
18899 [  2125] By: jhi                                   on 1998/10/29  08:32:38
18900     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
18901  Branch: cfgperl
18902        ! Makefile.SH
18903 ____________________________________________________________________________
18904 [  2124] By: jhi                                   on 1998/10/29  08:06:44
18905     Log: EBCDIC Makefile.SH tuneup.
18906  Branch: cfgperl
18907        ! Makefile.SH
18908 ____________________________________________________________________________
18909 [  2119] By: gsar                                  on 1998/10/28  23:24:04
18910     Log: remove doubled hunk from integration
18911  Branch: perl
18912        ! pp.c
18913 ____________________________________________________________________________
18914 [  2118] By: gsar                                  on 1998/10/28  22:03:31
18915     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18916          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
18917          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
18918          Subject: [PATCH 5.00552] Minor debugger tweaks
18919  Branch: perl
18920        ! lib/perl5db.pl
18921 ____________________________________________________________________________
18922 [  2117] By: gsar                                  on 1998/10/28  22:02:30
18923     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18924          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
18925          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
18926          Subject: [PATCH 5.00552] Make sort respect overloading
18927  Branch: perl
18928        ! pp_ctl.c proto.h t/pragma/overload.t
18929 ____________________________________________________________________________
18930 [  2116] By: gsar                                  on 1998/10/28  21:51:11
18931     Log: MM patches from Ilya Zakharevich
18932          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
18933          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
18934          Subject: [PATCH 5.00552] Make MakeMaker more verbose
18935          --
18936          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
18937          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
18938          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
18939  Branch: perl
18940        ! lib/ExtUtils/MakeMaker.pm
18941 ____________________________________________________________________________
18942 [  2115] By: gsar                                  on 1998/10/28  21:46:19
18943     Log: add explicit references to perl source path in ld2 and gcc2
18944  Branch: perl
18945        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
18946 ____________________________________________________________________________
18947 [  2114] By: gsar                                  on 1998/10/28  21:39:56
18948     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
18949          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
18950          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
18951          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
18952  Branch: perl
18953        ! INSTALL
18954 ____________________________________________________________________________
18955 [  2113] By: gsar                                  on 1998/10/28  21:21:16
18956     Log: integrate cfgperl into mainline
18957  Branch: perl
18958       +> t/op/filetest.t
18959       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
18960       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
18961       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
18962       !> thread.h toke.c vmesa/Makefile
18963 ____________________________________________________________________________
18964 [  2112] By: gsar                                  on 1998/10/28  21:14:18
18965     Log: minor cleanup
18966  Branch: perl
18967        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
18968 ____________________________________________________________________________
18969 [  2111] By: gsar                                  on 1998/10/28  18:52:10
18970     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
18971  Branch: perl
18972        ! toke.c
18973 ____________________________________________________________________________
18974 [  2110] By: jhi                                   on 1998/10/28  15:07:54
18975     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
18976  Branch: cfgperl
18977        ! Makefile.SH
18978 ____________________________________________________________________________
18979 [  2109] By: jhi                                   on 1998/10/28  13:39:54
18980     Log: a2p.y needs to generate also y.tab.h.
18981  Branch: cfgperl
18982        ! Makefile.SH
18983 ____________________________________________________________________________
18984 [  2108] By: jhi                                   on 1998/10/28  10:33:36
18985     Log: The "parse error" must be converted to "syntax error",
18986          just matching it aint' enough.
18987  Branch: cfgperl
18988        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
18989        ! t/pragma/warning.t
18990 ____________________________________________________________________________
18991 [  2107] By: jhi                                   on 1998/10/28  10:23:05
18992     Log: Regen sig_n{ame,umber}* if slightest doubt.
18993  Branch: cfgperl
18994        ! Configure
18995 ____________________________________________________________________________
18996 [  2106] By: jhi                                   on 1998/10/28  08:44:49
18997     Log: Bison says 'parse error', not 'parser error'.
18998  Branch: cfgperl
18999        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
19000        ! t/pragma/warning.t
19001 ____________________________________________________________________________
19002 [  2105] By: jhi                                   on 1998/10/28  08:42:09
19003     Log: yylex() parametrization.
19004  Branch: cfgperl
19005        ! proto.h toke.c
19006 ____________________________________________________________________________
19007 [  2104] By: jhi                                   on 1998/10/28  08:25:09
19008     Log: Bring in #2102.
19009  Branch: cfgperl
19010        ! pp.c
19011 ____________________________________________________________________________
19012 [  2103] By: jhi                                   on 1998/10/28  08:22:04
19013     Log: From: Dominic Dunlop <domo@vo.lu>
19014          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
19015          Date: 27 Oct 1998 20:47:25 +0200
19016          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
19017  Branch: cfgperl
19018        ! t/op/groups.t
19019 ____________________________________________________________________________
19020 [  2102] By: larry                                 on 1998/10/27  18:58:55
19021     Log: utf8 change to quotemeta broke EBCDIC
19022  Branch: perl
19023        ! pp.c
19024 ____________________________________________________________________________
19025 [  2101] By: jhi                                   on 1998/10/27  12:55:34
19026     Log: $Config{sig_num_init}.
19027          Also, a new approach to the 'pthreads-created-joinable': drop
19028          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
19029          directly. (See also #2096).
19030  Branch: cfgperl
19031        ! Configure config_h.SH
19032 ____________________________________________________________________________
19033 [  2100] By: jhi                                   on 1998/10/27  10:48:55
19034     Log: Regenerated perly_c.diff.
19035  Branch: cfgperl
19036        ! perly_c.diff
19037 ____________________________________________________________________________
19038 [  2099] By: jhi                                   on 1998/10/27  08:42:25
19039     Log: First the mangler was Netscape, then it was me.
19040  Branch: cfgperl
19041        ! vmesa/Makefile
19042 ____________________________________________________________________________
19043 [  2098] By: jhi                                   on 1998/10/27  08:34:40
19044     Log: `id -Gn` might be available where `groups` is not.
19045  Branch: cfgperl
19046        ! t/op/groups.t
19047 ____________________________________________________________________________
19048 [  2097] By: jhi                                   on 1998/10/27  08:05:17
19049     Log: Netscape had mangled the tabs.
19050  Branch: cfgperl
19051        ! vmesa/Makefile
19052 ____________________________________________________________________________
19053 [  2096] By: jhi                                   on 1998/10/27  08:03:05
19054     Log: ATTR_JOINABLE logic, based on (private email)
19055          
19056          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
19057          Subject: Some little diffs
19058          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
19059          Date: Tue, 27 Oct 1998 13:44:42 +1300
19060  Branch: cfgperl
19061        ! thread.h
19062 ____________________________________________________________________________
19063 [  2095] By: jhi                                   on 1998/10/27  07:56:57
19064     Log: Mach cthreads support based on:
19065          
19066          From: brie@corp.home.net (Brian Harrison)
19067          Subject: perl5.005_02 patch for mthreads
19068          To: perl5-porters@perl.org
19069          Date: 24 Oct 1998 01:01:55 +0300
19070          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
19071          
19072          Pthread yield probe (dejavu)
19073          Cosmetic nanochange for the union semun output.
19074          Better inttypes.h probe.
19075          Undo the 'void *' $selecttype probe from #1971 because
19076          it breaks the $selectminbits test.
19077  Branch: cfgperl
19078        ! Configure config_h.SH perl.h thread.h
19079 ____________________________________________________________________________
19080 [  2094] By: jhi                                   on 1998/10/26  13:02:07
19081     Log: Also posix-bc wants to reyacc.
19082  Branch: cfgperl
19083        ! Makefile.SH
19084 ____________________________________________________________________________
19085 [  2093] By: jhi                                   on 1998/10/26  10:17:21
19086     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
19087          5_02 and really breaking things in non-ASCII worlds.
19088  Branch: cfgperl
19089        ! pp.c
19090 ____________________________________________________________________________
19091 [  2092] By: jhi                                   on 1998/10/26  09:08:00
19092     Log: More robustness.
19093  Branch: cfgperl
19094        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
19095        ! t/pragma/warning.t
19096 ____________________________________________________________________________
19097 [  2091] By: jhi                                   on 1998/10/26  08:47:32
19098     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
19099          Bison really wants YYLEX_PARAM.
19100  Branch: cfgperl
19101        ! perly.y proto.h toke.c
19102 ____________________________________________________________________________
19103 [  2090] By: jhi                                   on 1998/10/26  08:21:25
19104     Log: s/YYLEX_PARAM/YYLEXPARAM/
19105  Branch: cfgperl
19106        ! perly.y
19107 ____________________________________________________________________________
19108 [  2089] By: jhi                                   on 1998/10/26  08:17:33
19109     Log: Indicate skipped subtests.
19110  Branch: cfgperl
19111        ! t/io/pipe.t
19112 ____________________________________________________________________________
19113 [  2088] By: jhi                                   on 1998/10/26  08:11:36
19114     Log: Integrate from mainperl.
19115  Branch: cfgperl
19116       !> (integrate 54 files)
19117 ____________________________________________________________________________
19118 [  2087] By: jhi                                   on 1998/10/26  08:08:02
19119     Log: Add test for filetests.
19120  Branch: cfgperl
19121        + t/op/filetest.t
19122        ! MANIFEST
19123 ____________________________________________________________________________
19124 [  2086] By: gsar                                  on 1998/10/26  02:44:44
19125     Log: various win32 tweaks; disable new xs_cpp section (it creates
19126          ambiguous inference graph for %.xs --> %.o)
19127  Branch: perl
19128        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
19129        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
19130        ! win32/config.gc win32/config_H.gc win32/makedef.pl
19131        ! win32/makefile.mk win32/win32.h
19132 ____________________________________________________________________________
19133 [  2085] By: gsar                                  on 1998/10/26  00:50:02
19134     Log: sanity-check $Config{drand01} in rand.t
19135  Branch: perl
19136        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
19137        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19138 ____________________________________________________________________________
19139 [  2078] By: gsar                                  on 1998/10/25  10:22:04
19140     Log: update win32/config*.?c
19141  Branch: perl
19142        ! Changes win32/config.bc win32/config.gc win32/config.vc
19143        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19144 ____________________________________________________________________________
19145 [  2077] By: gsar                                  on 1998/10/25  08:39:25
19146     Log: From: Graham Barr <gbarr@pobox.com>
19147          Date: Sat, 24 Oct 1998 21:45:50 -0500
19148          Message-ID: <19981024214550.C508@pobox.com>
19149          Subject: Re: die with a reference  should use overload "" operator
19150  Branch: perl
19151        ! pp_ctl.c
19152 ____________________________________________________________________________
19153 [  2076] By: gsar                                  on 1998/10/25  08:37:49
19154     Log: From: Graham Barr <gbarr@pobox.com>
19155          Date: Sat, 24 Oct 1998 12:45:21 -0500
19156          Message-ID: <19981024124521.C512@pobox.com>
19157          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
19158  Branch: perl
19159        ! sv.c
19160 ____________________________________________________________________________
19161 [  2075] By: gsar                                  on 1998/10/25  08:24:09
19162     Log: fix C<print $n += 5;> etc.
19163  Branch: perl
19164        ! toke.c
19165 ____________________________________________________________________________
19166 [  2074] By: gsar                                  on 1998/10/25  08:12:28
19167     Log: list builtins with portability caveats
19168          From: Jarkko Hietaniemi <jhi@iki.fi>
19169          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
19170          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
19171          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
19172  Branch: perl
19173        ! pod/perlfunc.pod
19174 ____________________________________________________________________________
19175 [  2073] By: gsar                                  on 1998/10/25  07:55:43
19176     Log: fix stack overrun in file test operators
19177  Branch: perl
19178        ! pp_sys.c
19179 ____________________________________________________________________________
19180 [  2072] By: gsar                                  on 1998/10/25  07:29:45
19181     Log: implement C<goto &func> and other fixes (via private mail)
19182          From:    "vishal bhatia" <vishalb@hotmail.com>
19183          Date:    Wed, 21 Oct 1998 22:59:03 PDT
19184          Message-Id: <19981022055904.20083.qmail@hotmail.com>
19185          Subject: [PATCH 5.005_52] More fixes for B
19186  Branch: perl
19187        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
19188 ____________________________________________________________________________
19189 [  2071] By: gsar                                  on 1998/10/25  07:14:41
19190     Log: From: Graham Barr <gbarr@pobox.com>
19191          Date: Sat, 17 Oct 1998 20:42:41 -0500
19192          Message-ID: <19981017204241.G510@pobox.com>
19193          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
19194  Branch: perl
19195        ! pp_ctl.c
19196 ____________________________________________________________________________
19197 [  2070] By: gsar                                  on 1998/10/25  07:07:29
19198     Log: avoid bogus line number in XSUB redefined warnings
19199  Branch: perl
19200        ! op.c
19201 ____________________________________________________________________________
19202 [  2069] By: gsar                                  on 1998/10/25  06:59:03
19203     Log: From: Martijn Koster <mak@excitecorp.com>
19204          Date: Wed, 21 Oct 1998 13:12:03 +0100
19205          Message-ID: <19981021131203.A15661@excitecorp.com>
19206          Subject: File::Path::mkpath reports the wrong error
19207  Branch: perl
19208        ! lib/File/Path.pm
19209 ____________________________________________________________________________
19210 [  2068] By: gsar                                  on 1998/10/25  06:54:43
19211     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
19212          Date: Tue, 20 Oct 1998 20:52:20 -0500
19213          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
19214          Subject: Exporter.pm's export_to_level() argument handling buggy
19215  Branch: perl
19216        ! lib/Exporter.pm
19217 ____________________________________________________________________________
19218 [  2067] By: gsar                                  on 1998/10/25  06:50:19
19219     Log: From: jan.dubois@ibm.net (Jan Dubois)
19220          Date: Wed, 21 Oct 1998 00:55:51 +0200
19221          Message-ID: <36380269.55370608@smtp1.ibm.net>
19222          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
19223  Branch: perl
19224        ! ext/DynaLoader/DynaLoader_pm.PL
19225 ____________________________________________________________________________
19226 [  2066] By: gsar                                  on 1998/10/25  06:48:19
19227     Log: recognize '%' as a shell metachar for win32
19228          From: jan.dubois@ibm.net (Jan Dubois)
19229          Date: Tue, 20 Oct 1998 21:57:35 +0200
19230          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
19231          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
19232  Branch: perl
19233        ! win32/win32.c
19234 ____________________________________________________________________________
19235 [  2065] By: gsar                                  on 1998/10/25  06:46:30
19236     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
19237  Branch: perl
19238        ! sv.c
19239 ____________________________________________________________________________
19240 [  2064] By: gsar                                  on 1998/10/25  06:45:09
19241     Log: From: Gisle Aas <gisle@aas.no>
19242          Date: 20 Oct 1998 14:24:44 +0200
19243          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
19244          Subject: ord() and unpack("U*",...) should not be negative
19245  Branch: perl
19246        ! pp.c
19247 ____________________________________________________________________________
19248 [  2063] By: gsar                                  on 1998/10/25  06:42:29
19249     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19250          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
19251          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
19252          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
19253  Branch: perl
19254        ! os2/os2.c
19255 ____________________________________________________________________________
19256 [  2062] By: gsar                                  on 1998/10/25  06:41:26
19257     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19258          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
19259          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
19260          Subject: [PATCH 5.005_*] Speed up aassign
19261  Branch: perl
19262        ! pp_hot.c
19263 ____________________________________________________________________________
19264 [  2061] By: gsar                                  on 1998/10/25  06:39:04
19265     Log: From: Graham Barr <gbarr@pobox.com>
19266          Date: Sat, 17 Oct 1998 22:22:02 -0500
19267          Message-ID: <19981017222202.J510@pobox.com>
19268          Subject: Re: '*' prototype does not allow bareword with strict
19269  Branch: perl
19270        ! toke.c
19271 ____________________________________________________________________________
19272 [  2060] By: gsar                                  on 1998/10/25  06:37:34
19273     Log: handle '::' in section names properly
19274          From: Graham Barr <gbarr@pobox.com>
19275          Date: Sat, 17 Oct 1998 12:57:54 -0500
19276          Message-ID: <19981017125754.C510@pobox.com>
19277          Subject: Re: pod2html
19278  Branch: perl
19279        ! lib/Pod/Html.pm
19280 ____________________________________________________________________________
19281 [  2059] By: gsar                                  on 1998/10/25  06:33:43
19282     Log: integrate changes#1982,2014,2021 (from maint-5.005)
19283  Branch: perl
19284       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
19285       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
19286 ____________________________________________________________________________
19287 [  2058] By: gsar                                  on 1998/10/25  05:44:17
19288     Log: allow more win32 symbol exports (suggested by Jan Dubois)
19289  Branch: perl
19290        ! win32/makedef.pl
19291 ____________________________________________________________________________
19292 [  2057] By: gsar                                  on 1998/10/25  05:40:40
19293     Log: integrate change#2053 from maint-5.005
19294  Branch: perl
19295       !> cop.h t/cmd/while.t
19296 ____________________________________________________________________________
19297 [  2056] By: gsar                                  on 1998/10/25  05:16:41
19298     Log: commented version of a patch suggested by Drago Goricanec
19299          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
19300          Date: 16 Oct 1998 15:24:45 +0300
19301          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
19302          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
19303  Branch: perl
19304        ! pp_sys.c
19305 ____________________________________________________________________________
19306 [  2055] By: gsar                                  on 1998/10/25  05:11:03
19307     Log: include eof() in description of buffering caveats
19308          From: Anton Berezin <tobez@plab.ku.dk>
19309          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
19310          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
19311          Subject: [DOCPATCH] pod/perlfunc.pod
19312  Branch: perl
19313        ! pod/perlfunc.pod
19314 ____________________________________________________________________________
19315 [  2054] By: gsar                                  on 1998/10/25  05:07:42
19316     Log: disallow 'x' in hex numbers (except leading '0x')
19317          From: Gisle Aas <gisle@aas.no>
19318          Date: 16 Oct 1998 16:33:12 +0200
19319          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
19320          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
19321  Branch: perl
19322        ! perlvars.h t/op/oct.t util.c
19323 ____________________________________________________________________________
19324 [  2052] By: gsar                                  on 1998/10/25  04:49:04
19325     Log: avoid the circular refcnt logic in magic_mutexfree()
19326  Branch: perl
19327        ! mg.c pp.c pp_hot.c
19328 ____________________________________________________________________________
19329 [  2051] By: gsar                                  on 1998/10/25  04:35:07
19330     Log: properly restore PL_rsfp_filters after require
19331  Branch: perl
19332        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
19333        ! scope.h
19334 ____________________________________________________________________________
19335 [  2050] By: gsar                                  on 1998/10/25  02:42:32
19336     Log: integrate cfgperl changes back into mainline
19337  Branch: perl
19338       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
19339       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
19340       !> (integrate 33 files)
19341 ____________________________________________________________________________
19342 [  2049] By: gsar                                  on 1998/10/25  01:30:48
19343     Log: avoid "mysterious" compile-time failures without messages
19344  Branch: perl
19345        ! gv.c
19346 ____________________________________________________________________________
19347 [  2041] By: gsar                                  on 1998/10/23  21:11:56
19348     Log: checkin jpl under //depot/perlext/jpl/...
19349  Branch: perlext
19350        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
19351        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
19352        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
19353        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
19354        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
19355        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
19356        + jpl/PerlInterpreter/Makefile.PL
19357        + jpl/PerlInterpreter/PerlInterpreter.c
19358        + jpl/PerlInterpreter/PerlInterpreter.h
19359        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
19360        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
19361        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
19362        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
19363        + jpl/get_jdk/jdk_hosts jpl/install-jpl
19364 ____________________________________________________________________________
19365 [  2040] By: larry                                 on 1998/10/23  19:31:42
19366     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
19367  Branch: perl
19368        ! pp.c
19369 ____________________________________________________________________________
19370 [  2039] By: larry                                 on 1998/10/23  18:48:34
19371     Log: tr///d does not seem to work
19372  Branch: perl
19373        ! lib/utf8_heavy.pl
19374 ____________________________________________________________________________
19375 [  2038] By: larry                                 on 1998/10/23  18:00:41
19376     Log: Program with utf8 identifiers fails to compile
19377  Branch: perl
19378        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
19379 ____________________________________________________________________________
19380 [  2037] By: jhi                                   on 1998/10/23  14:04:51
19381     Log: Test suite portability:
19382          - posix-bc does not write to broken pipes
19383          - filehand #11 only iff we have fork
19384          - warning.t can now match $expected using regular expressions
19385  Branch: cfgperl
19386        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
19387        ! t/pragma/warning.t
19388 ____________________________________________________________________________
19389 [  2036] By: jhi                                   on 1998/10/23  12:12:07
19390     Log: yacc clarification.
19391  Branch: cfgperl
19392        ! README.posix-bc
19393 ____________________________________________________________________________
19394 [  2035] By: jhi                                   on 1998/10/23  12:09:59
19395     Log: Some C compilers get upset about 8-bit characters in /* comments. */
19396  Branch: cfgperl
19397        ! mg.c
19398 ____________________________________________________________________________
19399 [  2034] By: jhi                                   on 1998/10/22  09:11:52
19400     Log: Configure update: both for pthread_yield more robust
19401          testing (all variants of pthread_attr_getdetachstate()) --
19402          and because Configure was broken in major way! About 1000
19403          last lines were truncated.
19404  Branch: cfgperl
19405        ! Configure
19406 ____________________________________________________________________________
19407 [  2033] By: jhi                                   on 1998/10/22  07:47:10
19408     Log: DJGPP feedback for #2028.
19409  Branch: cfgperl
19410        ! thread.h
19411 ____________________________________________________________________________
19412 [  2032] By: jhi                                   on 1998/10/21  13:03:57
19413     Log: yielding, the saga continues.
19414  Branch: cfgperl
19415        ! Configure config_h.SH
19416       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
19417       !> t/op/goto.t t/pragma/constant.t
19418 ____________________________________________________________________________
19419 [  2031] By: jhi                                   on 1998/10/21  09:15:42
19420     Log: VM/ESA feedback for #2028.
19421  Branch: cfgperl
19422        ! Configure config_h.SH thread.h
19423 ____________________________________________________________________________
19424 [  2030] By: gsar                                  on 1998/10/21  04:22:53
19425     Log: fix handling of mayhaps-extended @_ in goto &sub
19426  Branch: perl
19427        ! av.c pp_ctl.c t/op/goto.t
19428 ____________________________________________________________________________
19429 [  2029] By: gsar                                  on 1998/10/21  00:54:14
19430     Log: restore sanity to "constant" references
19431  Branch: perl
19432        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
19433 ____________________________________________________________________________
19434 [  2028] By: jhi                                   on 1998/10/20  15:01:20
19435     Log: OLD_PTHREADS_API reorganizing.
19436  Branch: cfgperl
19437        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
19438        ! vmesa/vmesaish.h
19439 ____________________________________________________________________________
19440 [  2027] By: jhi                                   on 1998/10/20  14:14:51
19441     Log: #2026 fallout.
19442  Branch: cfgperl
19443        ! Makefile.SH
19444 ____________________________________________________________________________
19445 [  2026] By: jhi                                   on 1998/10/20  11:47:21
19446     Log: VM/ESA update.
19447  Branch: cfgperl
19448        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
19449 ____________________________________________________________________________
19450 [  2025] By: jhi                                   on 1998/10/20  08:20:56
19451     Log: 64-bitness, based on
19452          
19453          From: Scott Henry <scotth@sgi.com>
19454          To: perl-64bit@perl.org
19455          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
19456          Subject: Re: Configure problems/questions...
19457          Date: 19 Oct 1998 22:38:06 -0700
19458  Branch: cfgperl
19459        ! hints/irix_6.sh perl.h
19460 ____________________________________________________________________________
19461 [  2024] By: jhi                                   on 1998/10/20  08:09:07
19462     Log: Add lseeksize.
19463  Branch: cfgperl
19464        ! config_h.SH
19465 ____________________________________________________________________________
19466 [  2023] By: jhi                                   on 1998/10/20  08:08:33
19467     Log: Mumble about _yields() only when threaded.
19468  Branch: cfgperl
19469        ! Configure
19470 ____________________________________________________________________________
19471 [  2022] By: jhi                                   on 1998/10/20  07:46:26
19472     Log: Thinko at PTHREADS_CREATED_JOINABLE.
19473  Branch: cfgperl
19474        ! thread.h
19475 ____________________________________________________________________________
19476 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
19477     Log: From: Chip Salzenberg <chip@perlsupport.com>
19478          Date: Tue, 6 Oct 1998 13:33:05 -0400
19479          Message-ID: <19981006133305.A2348@perlsupport.com>
19480          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
19481  Branch: maint-5.005/perl
19482        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
19483        ! t/op/tie.t
19484 ____________________________________________________________________________
19485 [  2020] By: jhi                                   on 1998/10/19  09:15:53
19486     Log: YIELD more robustly.
19487  Branch: cfgperl
19488        ! thread.h
19489 ____________________________________________________________________________
19490 [  2019] By: jhi                                   on 1998/10/19  08:48:33
19491     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
19492          the 'new' one (just like DJGPP, it seems).
19493  Branch: cfgperl
19494        ! thread.h
19495 ____________________________________________________________________________
19496 [  2018] By: jhi                                   on 1998/10/19  07:02:44
19497     Log: vmesaish.h doesn't exclude unixish.h.
19498  Branch: cfgperl
19499        ! perl.h
19500 ____________________________________________________________________________
19501 [  2017] By: jhi                                   on 1998/10/19  06:44:19
19502     Log: 1<<$randbits is not good for randbits=48.
19503  Branch: cfgperl
19504        ! t/op/rand.t
19505 ____________________________________________________________________________
19506 [  2016] By: jhi                                   on 1998/10/19  06:39:47
19507     Log: Make #2012 glob pattern more portable.
19508  Branch: cfgperl
19509        ! Makefile.SH
19510 ____________________________________________________________________________
19511 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
19512     Log: Fix POSIX::sigprocmask not to check type of $old parameter
19513          as it is output only
19514  Branch: maint-5.005/perl
19515        ! ext/POSIX/POSIX.xs
19516 ____________________________________________________________________________
19517 [  2012] By: jhi                                   on 1998/10/17  15:04:23
19518     Log: clean numbered core dumps and t/tmp[0-9]*.
19519  Branch: cfgperl
19520        ! Makefile.SH
19521 ____________________________________________________________________________
19522 [  2011] By: jhi                                   on 1998/10/17  14:59:15
19523     Log: More robust yacc/bison failure output handling.
19524  Branch: cfgperl
19525        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
19526 ____________________________________________________________________________
19527 [  2010] By: jhi                                   on 1998/10/17  14:51:05
19528     Log: BC2000 POSIX update.
19529  Branch: cfgperl
19530        ! MANIFEST
19531 ____________________________________________________________________________
19532 [  2009] By: jhi                                   on 1998/10/17  14:49:46
19533     Log: POSIX BC2000 port from perl-mvs:
19534          
19535          Subject: Ported perl 5.005.02 to BS2000 / POSIX
19536          From: Dorner Thomas <Thomas.Dorner@start.de> 
19537          Date: Tue, 29 Sep 1998 13:29:36 +0100 
19538          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
19539  Branch: cfgperl
19540        + README.posix-bc hints/posix-bc.sh
19541        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
19542        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
19543        ! unixish.h
19544 ____________________________________________________________________________
19545 [  2008] By: jhi                                   on 1998/10/17  14:07:49
19546     Log: VM/ESA-update.
19547  Branch: cfgperl
19548        ! MANIFEST
19549 ____________________________________________________________________________
19550 [  2007] By: jhi                                   on 1998/10/17  13:55:34
19551     Log: Forgot few S_I* imports.
19552  Branch: cfgperl
19553        ! t/lib/ipc_sysv.t
19554 ____________________________________________________________________________
19555 [  2006] By: jhi                                   on 1998/10/17  13:43:54
19556     Log: The VM/ESA port essentials, based on
19557          
19558          perl-mvs:
19559          
19560          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
19561          Subject: Re: Can't find Data/Dumper.pm
19562          Date: Mon, 28 Sep 1998 07:40:49 +1300
19563          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
19564          
19565          private email:
19566          
19567          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
19568          Subject: Re: Perl thread problems in VM/ESA
19569          Date: Thu, 15 Oct 1998 07:18:35 +1300
19570          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
19571          
19572          and private email:
19573          
19574          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
19575          Subject:  perl archive
19576          Date:  Sun, 11 Oct 1998 19:28:54 EDT
19577          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
19578          which gave a pointer to
19579          
19580          http://pucc.princeton.edu/~neale/perl.tar
19581          
19582          (based on Perl 5.005_51)
19583  Branch: cfgperl
19584        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
19585        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
19586        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
19587        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
19588 ____________________________________________________________________________
19589 [  2005] By: jhi                                   on 1998/10/17  13:17:19
19590     Log: Integrate mainperl.
19591  Branch: cfgperl
19592       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
19593       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
19594       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
19595       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
19596       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
19597       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
19598       !> win32/makefile.mk
19599 ____________________________________________________________________________
19600 [  2004] By: jhi                                   on 1998/10/17  11:19:06
19601     Log: Removed an extra ' from the int64_t test.
19602  Branch: cfgperl
19603        ! Configure
19604 ____________________________________________________________________________
19605 [  2003] By: gsar                                  on 1998/10/17  04:11:40
19606     Log: silence -w noises (suggested by Greg Bacon)
19607  Branch: perl
19608        ! lib/Term/Complete.pm
19609 ____________________________________________________________________________
19610 [  2002] By: gsar                                  on 1998/10/17  04:07:48
19611     Log: From: Gisle Aas <gisle@aas.no>
19612          Date: 14 Oct 1998 15:53:14 +0200
19613          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
19614          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
19615  Branch: perl
19616        ! util.c
19617 ____________________________________________________________________________
19618 [  2001] By: gsar                                  on 1998/10/17  04:06:10
19619     Log: From: Gisle Aas <gisle@aas.no>
19620          Date: 14 Oct 1998 15:17:44 +0200
19621          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
19622          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
19623  Branch: perl
19624        ! toke.c
19625 ____________________________________________________________________________
19626 [  2000] By: gsar                                  on 1998/10/17  03:06:33
19627     Log: From: Gisle Aas <gisle@aas.no>
19628          Date: 14 Oct 1998 00:38:06 +0200
19629          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
19630          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
19631  Branch: perl
19632        ! sv.c
19633 ____________________________________________________________________________
19634 [  1999] By: gsar                                  on 1998/10/17  03:04:48
19635     Log: From: Dan Sugalski <sugalskd@osshe.edu>
19636          Date: Tue, 13 Oct 1998 15:10:57 -0700
19637          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
19638          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
19639  Branch: perl
19640        ! vms/ext/Stdio/Stdio.pm
19641 ____________________________________________________________________________
19642 [  1998] By: gsar                                  on 1998/10/17  03:00:40
19643     Log: skip readonly vars and unref references when doing a reset()
19644  Branch: perl
19645        ! sv.c
19646 ____________________________________________________________________________
19647 [  1997] By: gsar                                  on 1998/10/17  02:49:19
19648     Log: fix buggy treatment of large checksums on unicode strings
19649          From: Gisle Aas <gisle@aas.no>
19650          Date: 13 Oct 1998 21:35:39 +0200
19651          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
19652          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
19653  Branch: perl
19654        ! pp.c
19655 ____________________________________________________________________________
19656 [  1996] By: gsar                                  on 1998/10/17  02:43:22
19657     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19658          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
19659          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
19660          Subject: [PATCH 5.005_52] Memory overrun in os2.c
19661  Branch: perl
19662        ! os2/Makefile.SHs os2/os2.c
19663 ____________________________________________________________________________
19664 [  1995] By: gsar                                  on 1998/10/17  02:42:01
19665     Log: clarify section name rules for typemaps
19666  Branch: perl
19667        ! pod/perlxs.pod
19668 ____________________________________________________________________________
19669 [  1994] By: gsar                                  on 1998/10/17  02:33:02
19670     Log: whitespace-proof grent.t
19671  Branch: perl
19672        ! t/op/grent.t
19673 ____________________________________________________________________________
19674 [  1993] By: gsar                                  on 1998/10/17  02:27:29
19675     Log: fix bug in B::CC::pp_sassign()
19676          From: "vishal bhatia" <vishalb@hotmail.com>
19677          Date: Sun, 11 Oct 1998 18:41:38 PDT
19678          Message-ID: <19981012014139.19614.qmail@hotmail.com>
19679          Subject: B::CC problems with pp_sassign routine
19680  Branch: perl
19681        ! ext/B/B/CC.pm
19682 ____________________________________________________________________________
19683 [  1992] By: gsar                                  on 1998/10/17  02:17:49
19684     Log: applied suggested patch with small doc tweak
19685          From: Gisle Aas <gisle@aas.no>
19686          Date: 11 Oct 1998 12:53:13 +0200
19687          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
19688          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
19689  Branch: perl
19690        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
19691        ! t/op/tiehandle.t
19692 ____________________________________________________________________________
19693 [  1991] By: gsar                                  on 1998/10/17  02:08:30
19694     Log: apply non-conflicting parts from suggested patch
19695          From: jan.dubois@ibm.net (Jan Dubois)
19696          Date: Sat, 10 Oct 1998 13:15:45 +0200
19697          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
19698          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
19699  Branch: perl
19700        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
19701 ____________________________________________________________________________
19702 [  1990] By: gsar                                  on 1998/10/17  02:01:24
19703     Log: provide option to enable optimization with VC (suggested by Jan
19704          Dubois)
19705  Branch: perl
19706        ! win32/Makefile win32/makefile.mk
19707 ____________________________________________________________________________
19708 [  1989] By: gsar                                  on 1998/10/17  01:55:27
19709     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
19710          Dave Leppik <dleppik@gage.com>
19711  Branch: perl
19712        ! perl.h
19713 ____________________________________________________________________________
19714 [  1988] By: gsar                                  on 1998/10/17  01:49:05
19715     Log: stray typo found by Hugo van der Sanden
19716  Branch: perl
19717        ! op.c
19718 ____________________________________________________________________________
19719 [  1987] By: gsar                                  on 1998/10/17  01:45:52
19720     Log: perldoc pod update
19721          From: Daniel Grisinger <dgris@perrin.dimensional.com>
19722          Date: 06 Oct 1998 23:56:51 -0600
19723          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
19724          Subject: [PATCH _02 and _52] perldoc
19725  Branch: perl
19726        ! utils/perldoc.PL
19727 ____________________________________________________________________________
19728 [  1986] By: gsar                                  on 1998/10/17  01:41:40
19729     Log: qualify names of builtins
19730  Branch: perl
19731        ! ext/POSIX/POSIX.pm
19732 ____________________________________________________________________________
19733 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
19734     Log: From: Jochen Wiedmann <joe@ispsoft.de>
19735          Date: Thu, 17 Sep 1998 17:16:06 +0200
19736          Message-ID: <360127B6.E44564A@ispsoft.de>
19737          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
19738  Branch: maint-5.005/perl
19739        ! lib/ExtUtils/MakeMaker.pm
19740 ____________________________________________________________________________
19741 [  1978] By: gsar                                  on 1998/10/16  01:58:58
19742     Log: integrate cfgperl mods into mainline
19743  Branch: perl
19744       +> ext/DynaLoader/dl_vmesa.xs
19745        ! Porting/genlog
19746       !> Configure MANIFEST Makefile.SH config_h.SH
19747       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
19748       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
19749       !> x2p/Makefile.SH
19750 ____________________________________________________________________________
19751 [  1976] By: gsar                                  on 1998/10/16  00:10:52
19752     Log: stray tweak
19753  Branch: perl
19754        ! op.c
19755 ____________________________________________________________________________
19756 [  1975] By: gsar                                  on 1998/10/15  23:54:38
19757     Log: propagate typeness of lexicals while cloning them
19758  Branch: perl
19759        ! op.c
19760 ____________________________________________________________________________
19761 [  1974] By: gsar                                  on 1998/10/15  23:53:25
19762     Log: s/last/first/ typo in append_list()
19763  Branch: perl
19764        ! op.c
19765 ____________________________________________________________________________
19766 [  1973] By: gsar                                  on 1998/10/15  20:06:17
19767     Log: nuke confperl branch and contents
19768  Branch: confperl
19769        - (delete 1284 files)
19770 ____________________________________________________________________________
19771 [  1972] By: jhi                                   on 1998/10/15  07:07:35
19772     Log: Test #162 had been added but the "print 1..161" had not been updated.
19773  Branch: cfgperl
19774        ! t/op/pat.t
19775 ____________________________________________________________________________
19776 [  1971] By: gsar                                  on 1998/10/15  03:09:58
19777     Log: check in all confperl changes as of change#1964 into cfgperl
19778  Branch: cfgperl
19779        + ext/DynaLoader/dl_vmesa.xs
19780        ! Configure MANIFEST Makefile.SH config_h.SH
19781        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
19782        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
19783 ____________________________________________________________________________
19784 [  1970] By: gsar                                  on 1998/10/15  03:05:59
19785     Log: integrate mainline to get tr.t
19786  Branch: cfgperl
19787       +> t/op/tr.t
19788 ____________________________________________________________________________
19789 [  1969] By: gsar                                  on 1998/10/15  03:04:17
19790     Log: add missing tr.t to repository
19791  Branch: perl
19792        + t/op/tr.t
19793 ____________________________________________________________________________
19794 [  1968] By: gsar                                  on 1998/10/15  03:02:43
19795     Log: create cfgperl branch
19796  Branch: cfgperl
19797       +> (branch 1282 files)
19798 ____________________________________________________________________________
19799 [  1967] By: gsar                                  on 1998/10/15  02:46:08
19800     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
19801          (MAN3PODS cannot be set to ' '; stray stricture violation)
19802  Branch: perl
19803        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
19804        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
19805        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
19806        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
19807        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
19808        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
19809        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
19810        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
19811        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
19812        ! lib/ExtUtils/MM_Unix.pm
19813 ____________________________________________________________________________
19814 [  1966] By: gsar                                  on 1998/10/15  02:19:03
19815     Log: tweak to make fix in change#1944 behave correctly for closures
19816          created within eval''
19817  Branch: perl
19818        ! op.c t/op/eval.t
19819 ____________________________________________________________________________
19820 [  1965] By: gsar                                  on 1998/10/14  23:22:41
19821     Log: use better numbers for exitstatus test
19822  Branch: perl
19823        ! t/op/die_exit.t
19824 ____________________________________________________________________________
19825 [  1964] By: jhi                                   on 1998/10/14  17:25:41
19826     Log: Add VM/ESA dynaloading (uses <dll.h>).
19827  Branch: confperl
19828        + ext/DynaLoader/dl_vmesa.xs
19829        ! MANIFEST
19830 ____________________________________________________________________________
19831 [  1963] By: jhi                                   on 1998/10/14  17:17:10
19832     Log: Remove a2p.loadmap in 'clean' target.
19833  Branch: confperl
19834        ! x2p/Makefile.SH
19835 ____________________________________________________________________________
19836 [  1962] By: jhi                                   on 1998/10/14  17:13:11
19837     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
19838  Branch: confperl
19839        ! Makefile.SH
19840 ____________________________________________________________________________
19841 [  1961] By: jhi                                   on 1998/10/14  16:27:39
19842     Log: VM/ESA creates executable.loadmaps.
19843  Branch: confperl
19844        ! Makefile.SH
19845 ____________________________________________________________________________
19846 [  1960] By: jhi                                   on 1998/10/14  15:37:39
19847     Log: Introduce SCHED_YIELD (one of sched_yield(),
19848          pthread_yield(), or pthread_yield(NULL)).
19849          YIELD is then defined using SCHED_YIELD unless
19850          a platform-specific YIELD has already been defined.
19851          
19852          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
19853          
19854          The need for pthread_yield(NULL) and pthread_attr_setdet...
19855          introduced by (private email)
19856          
19857          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
19858          Date: Sat, 10 Oct 1998 21:08:15 +1300
19859          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
19860          Subject: Re: Perl thread problems in VM/ESA
19861          
19862          Better select() protoprobe (for AIX), from (private email)
19863          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
19864          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
19865          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
19866          Subject: AIX select (fwd)
19867          From: Lars Hecking <lhecking@nmrc.ucc.ie>
19868          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
19869          Date: Fri, 2 Oct 1998 10:40:01 +0100
19870          Subject: AIX select
19871          
19872          Linux-avoid-so.X.Y, based on
19873          From: "Kurt D. Starsinic" <kstar@chapin.edu>
19874          Date: Tue, 13 Oct 1998 15:55:07 -0400
19875          Message-ID: <19981013155507.B4004@O2.chapin.edu>
19876          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
19877  Branch: confperl
19878        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
19879        ! thread.h
19880 ____________________________________________________________________________
19881 [  1959] By: jhi                                   on 1998/10/14  12:51:26
19882     Log: Some old pthread implementations have
19883          pthread_attr_setdetachstate(pthread_attr_t*, int*).
19884  Branch: confperl
19885        ! ext/Thread/Thread.xs
19886 ____________________________________________________________________________
19887 [  1958] By: jhi                                   on 1998/10/14  12:41:11
19888     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
19889          counterparts will follow soon.
19890  Branch: confperl
19891        ! thread.h
19892 ____________________________________________________________________________
19893 [  1957] By: jhi                                   on 1998/10/14  12:38:11
19894     Log: Add tr.t (MANIFEST already knew about it, strange)
19895  Branch: confperl
19896        + t/op/tr.t
19897 ____________________________________________________________________________
19898 [  1956] By: jhi                                   on 1998/10/14  12:24:35
19899     Log: Mutexen should be initialized only once.
19900  Branch: confperl
19901        ! gv.c op.c
19902 ____________________________________________________________________________
19903 [  1955] By: jhi                                   on 1998/10/14  12:19:38
19904     Log: os390 has its own cppstdin.
19905  Branch: confperl
19906        ! hints/os390.sh
19907 ____________________________________________________________________________
19908 [  1954] By: jhi                                   on 1998/10/14  12:15:06
19909     Log: Integrate with mainperl.
19910  Branch: confperl
19911       !> (integrate 1280 files)
19912 ____________________________________________________________________________
19913 [  1953] By: jhi                                   on 1998/10/14  11:48:08
19914     Log: Removed duplicate CMA threads code for HPUX 10.X.
19915          (probably residue of patch(1) being too understanding)
19916          Enhanced 64-bit settings. (redo change#1940)
19917  Branch: confperl
19918        ! hints/hpux.sh
19919 ____________________________________________________________________________
19920 [  1952] By: jhi                                   on 1998/10/14  11:45:16
19921     Log: (redo change#1949) Detypo in the d_open64 warning about
19922          the impending WHOA.
19923  Branch: confperl
19924        ! hints/irix_6.sh
19925 ____________________________________________________________________________
19926 [  1951] By: jhi                                   on 1998/10/14  10:54:16
19927     Log: Mutexen should only be inited once, after they have been New()ed.
19928  Branch: confperl
19929        ! gv.c op.c
19930 ____________________________________________________________________________
19931 [  1950] By: jhi                                   on 1998/10/14  10:41:43
19932     Log: Own cppstdin.
19933  Branch: confperl
19934        ! hints/os390.sh
19935 ____________________________________________________________________________
19936 [  1949] By: jhi                                   on 1998/10/14  10:34:23
19937     Log: Detypo in the d_open64 warning about the impending WHOA.
19938  Branch: confperl
19939        ! hints/irix_6.sh
19940 ____________________________________________________________________________
19941 [  1948] By: gsar                                  on 1998/10/14  05:38:01
19942     Log: two typos
19943  Branch: perl
19944        ! pp_hot.c t/op/eval.t
19945 ____________________________________________________________________________
19946 [  1947] By: gsar                                  on 1998/10/14  05:37:10
19947     Log: let docatch() pass the buck when restartop turns out to be null,
19948          making exceptions in BEGIN{} propagate as expected
19949  Branch: perl
19950        ! pp_ctl.c t/op/misc.t
19951 ____________________________________________________________________________
19952 [  1946] By: gsar                                  on 1998/10/13  03:41:49
19953     Log: add missing file from change#1943
19954  Branch: perl
19955        ! proto.h
19956 ____________________________________________________________________________
19957 [  1945] By: gsar                                  on 1998/10/13  03:32:02
19958     Log: defer "deep recursion" warnings until CXt_SUB context is properly
19959          set up
19960  Branch: perl
19961        ! pp_hot.c t/pragma/warn/pp_hot
19962 ____________________________________________________________________________
19963 [  1944] By: gsar                                  on 1998/10/13  03:15:50
19964     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
19965          fixup the cop_seq value that must be seen by lexical lookups that
19966          emanate within eval''
19967  Branch: perl
19968        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
19969 ____________________________________________________________________________
19970 [  1943] By: gsar                                  on 1998/10/13  02:06:09
19971     Log: ensure recursive attempts to findlex()icals know enough about where
19972          the last eval'' context was encountered
19973  Branch: perl
19974        ! op.c t/op/eval.t
19975 ____________________________________________________________________________
19976 [  1942] By: gsar                                  on 1998/10/13  02:01:24
19977     Log: force copy of substrings when matching against temporaries
19978  Branch: perl
19979        ! pp_hot.c t/op/pat.t
19980 ____________________________________________________________________________
19981 [  1941] By: gsar                                  on 1998/10/13  01:49:16
19982     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
19983          implementation)
19984  Branch: perl
19985        ! pp_ctl.c t/op/runlevel.t
19986 ____________________________________________________________________________
19987 [  1940] By: jhi                                   on 1998/10/12  09:57:44
19988     Log: Removed duplicate CMA threads code for HPUX 10.X.
19989          (probably residue of patch(1) being too understanding)
19990          Enhanced 64-bit settings.
19991  Branch: confperl
19992        ! hints/hpux.sh
19993 ____________________________________________________________________________
19994 [  1939] By: jhi                                   on 1998/10/12  09:53:11
19995     Log: Initial sync from mainline perl.
19996  Branch: confperl
19997        + (add 1282 files)
19998 ____________________________________________________________________________
19999 [  1937] By: gsar                                  on 1998/10/06  21:16:34
20000     Log: fix $/ init for USE_THREADS
20001  Branch: perl
20002        ! perl.c
20003 ____________________________________________________________________________
20004 [  1936] By: gsar                                  on 1998/10/06  07:19:39
20005     Log: fix globals caught by change#1927; builds and tests on Solaris
20006  Branch: perl
20007        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
20008        ! warning.h warning.pl
20009 ____________________________________________________________________________
20010 [  1935] By: gsar                                  on 1998/10/06  06:50:35
20011     Log: add test for previous fix
20012  Branch: perl
20013        ! ext/Thread/create.t
20014 ____________________________________________________________________________
20015 [  1934] By: gsar                                  on 1998/10/06  06:37:36
20016     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
20017  Branch: perl
20018        ! util.c
20019 ____________________________________________________________________________
20020 [  1933] By: gsar                                  on 1998/10/06  05:04:20
20021     Log: undo bogus part of change#1903 (as pointed out by Larry)
20022  Branch: perl
20023        ! pp_ctl.c
20024 ____________________________________________________________________________
20025 [  1932] By: gsar                                  on 1998/10/06  04:21:31
20026     Log: added tweaked version of suggested patch
20027          From: jan.dubois@ibm.net (Jan Dubois)
20028          Date: Sat, 03 Oct 1998 19:04:48 +0200
20029          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
20030          Subject: [PATCH 5.005_52] More MakeMaker  patches
20031  Branch: perl
20032        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
20033        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
20034 ____________________________________________________________________________
20035 [  1931] By: gsar                                  on 1998/10/06  04:04:33
20036     Log: use cpp symbols instead of hardwired constants
20037          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
20038          Date: Mon, 05 Oct 1998 09:23:33 +0100
20039          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
20040          Subject: [PATCH 5.005_52] By the numbers (resend)
20041  Branch: perl
20042        ! op.c
20043 ____________________________________________________________________________
20044 [  1930] By: gsar                                  on 1998/10/06  04:01:55
20045     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20046          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
20047          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
20048          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
20049  Branch: perl
20050        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
20051        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
20052 ____________________________________________________________________________
20053 [  1929] By: gsar                                  on 1998/10/06  03:50:36
20054     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20055          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
20056          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
20057          Subject: [PATCH 5.00552] Minor test improvement
20058  Branch: perl
20059        ! t/op/magic.t
20060 ____________________________________________________________________________
20061 [  1928] By: gsar                                  on 1998/10/06  03:49:03
20062     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20063          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
20064          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
20065          Subject: [PATCH 5.00552] emacs/ptags inprovements
20066  Branch: perl
20067        ! emacs/ptags
20068 ____________________________________________________________________________
20069 [  1927] By: gsar                                  on 1998/10/06  03:47:44
20070     Log: disable C<#define dirty PL_dirty> et al.
20071  Branch: perl
20072        ! embed.pl embedvar.h
20073 ____________________________________________________________________________
20074 [  1926] By: gsar                                  on 1998/10/06  03:43:32
20075     Log: From: Mark-Jason Dominus <mjd@plover.com>
20076          Date: Sun, 04 Oct 1998 14:48:11 -0400
20077          Message-ID: <19981004184811.16048.qmail@plover.com>
20078          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
20079  Branch: perl
20080        ! utils/perldoc.PL
20081 ____________________________________________________________________________
20082 [  1925] By: gsar                                  on 1998/10/06  03:27:35
20083     Log: disable USE_THREADS when PERL_OBJECT is enabled
20084  Branch: perl
20085        ! win32/Makefile win32/makefile.mk
20086 ____________________________________________________________________________
20087 [  1924] By: gsar                                  on 1998/10/06  03:26:54
20088     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
20089  Branch: perl
20090        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
20091        ! vms/perly_c.vms
20092 ____________________________________________________________________________
20093 [  1923] By: gsar                                  on 1998/10/03  05:19:56
20094     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
20095          overridden
20096  Branch: perl
20097        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
20098        ! proto.h vms/perly_c.vms
20099 ____________________________________________________________________________
20100 [  1922] By: gsar                                  on 1998/10/03  03:59:50
20101     Log: suppress manifypods leak in extensions
20102  Branch: perl
20103        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
20104 ____________________________________________________________________________
20105 [  1921] By: gsar                                  on 1998/10/02  22:30:15
20106     Log: os390 fixes (suggested by Peter Prymmer)
20107  Branch: perl
20108        ! Makefile.SH regcomp.c
20109 ____________________________________________________________________________
20110 [  1920] By: gsar                                  on 1998/10/02  21:41:19
20111     Log: squelch undef warnings
20112          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
20113          Date: Fri, 02 Oct 1998 11:01:14 +0100
20114          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
20115          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
20116  Branch: perl
20117        ! Changes lib/Math/BigInt.pm
20118 ____________________________________________________________________________
20119 [  1919] By: gsar                                  on 1998/10/02  04:59:13
20120     Log: add note to INSTALL about ANSI C
20121  Branch: perl
20122        ! INSTALL
20123 ____________________________________________________________________________
20124 [  1918] By: gsar                                  on 1998/10/02  04:21:10
20125     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
20126          From: jan.dubois@ibm.net (Jan Dubois)
20127          Date: Wed, 30 Sep 1998 23:35:30 +0200
20128          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
20129          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
20130  Branch: perl
20131        ! lib/ExtUtils/xsubpp
20132 ____________________________________________________________________________
20133 [  1917] By: gsar                                  on 1998/10/02  04:16:02
20134     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
20135          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
20136          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
20137          Subject: Re: Configure test for selectbits busted
20138  Branch: perl
20139        ! Configure
20140 ____________________________________________________________________________
20141 [  1916] By: gsar                                  on 1998/10/02  04:14:17
20142     Log: From: Dan Sugalski <sugalskd@osshe.edu>
20143          Date: Wed, 30 Sep 1998 17:15:20 -0700
20144          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
20145          Subject: [PATCH 5.005_02]VMS config tweaks
20146  Branch: perl
20147        ! vms/descrip_mms.template vms/subconfigure.com
20148 ____________________________________________________________________________
20149 [  1915] By: gsar                                  on 1998/10/02  04:10:47
20150     Log: use Off_t to permit 64-bit seek()
20151          From: Scott Henry <scotth@sgi.com>
20152          Date: 29 Sep 1998 17:38:46 -0700
20153          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
20154          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
20155          --
20156          Date: 28 Sep 1998 18:55:37 -0700
20157          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
20158          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
20159  Branch: perl
20160        ! doio.c pp_sys.c proto.h sv.c
20161 ____________________________________________________________________________
20162 [  1914] By: gsar                                  on 1998/10/02  04:05:36
20163     Log: normalize tm struct passed to strftime() with mktime()
20164          From: Spider Boardman <spider@orb.nashua.nh.us>
20165          Date: Wed, 30 Sep 1998 15:12:09 -0400
20166          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
20167          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
20168  Branch: perl
20169        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
20170 ____________________________________________________________________________
20171 [  1913] By: gsar                                  on 1998/10/02  03:59:46
20172     Log: don't try to run foo_SH.orig etc.
20173  Branch: perl
20174        ! Configure
20175 ____________________________________________________________________________
20176 [  1912] By: gsar                                  on 1998/10/02  03:45:37
20177     Log: make warning about glob process failure optional
20178  Branch: perl
20179        ! pod/perldiag.pod pp_hot.c
20180 ____________________________________________________________________________
20181 [  1911] By: gsar                                  on 1998/10/02  02:52:21
20182     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
20183          From: Dominic Dunlop <domo@vo.lu>
20184          Date: Tue, 29 Sep 1998 21:06:30 +0000
20185          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
20186          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
20187          --
20188          Date: Wed, 30 Sep 1998 11:46:44 +0000
20189          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
20190          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
20191  Branch: perl
20192        ! pod/perldiag.pod regcomp.c
20193 ____________________________________________________________________________
20194 [  1910] By: gsar                                  on 1998/10/02  02:48:48
20195     Log: minor Configure tweaks (via private mail)
20196          From: Jarkko Hietaniemi <jhi@iki.fi>
20197          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
20198          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
20199          Subject: [PATCH] 5.005_52: the drizzle continues
20200  Branch: perl
20201        ! Configure config_h.SH handy.h
20202 ____________________________________________________________________________
20203 [  1909] By: gsar                                  on 1998/10/02  02:46:39
20204     Log: update SCO hints for dynamic loading
20205          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
20206          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
20207          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
20208          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
20209          --
20210          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
20211          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
20212          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
20213  Branch: perl
20214        ! hints/sco.sh
20215 ____________________________________________________________________________
20216 [  1908] By: gsar                                  on 1998/10/02  02:33:39
20217     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
20218  Branch: perl
20219        ! lib/File/Find.pm
20220 ____________________________________________________________________________
20221 [  1907] By: gsar                                  on 1998/10/02  02:21:52
20222     Log: applied patches, but retained old behavior for win32 (where compilers
20223          can't read from stdin at all)
20224          From: Graham Barr <gbarr@ti.com>
20225          Date: Mon, 28 Sep 1998 09:41:49 -0500
20226          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
20227          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
20228          --
20229          Date: Tue, 29 Sep 1998 12:35:43 -0500
20230          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
20231          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
20232  Branch: perl
20233        ! ext/Errno/Errno_pm.PL
20234 ____________________________________________________________________________
20235 [  1906] By: gsar                                  on 1998/10/02  02:02:19
20236     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
20237          Hietaniemi)
20238  Branch: perl
20239        ! t/op/grent.t
20240 ____________________________________________________________________________
20241 [  1905] By: gsar                                  on 1998/10/02  01:59:56
20242     Log: win32 caveats about truncate()
20243  Branch: perl
20244        ! pod/perlport.pod
20245 ____________________________________________________________________________
20246 [  1904] By: gsar                                  on 1998/10/02  01:53:25
20247     Log: various Configure and hints updates (prefer drand48() or random()
20248          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
20249          applied modulo SCO hints superceded by later patch
20250          From: Jarkko Hietaniemi <jhi@iki.fi>
20251          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
20252          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
20253          Subject: [PATCH] 5.005_52: Configure et al:
20254  Branch: perl
20255        + ext/IPC/SysV/hints/next_3.pl
20256        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
20257        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
20258        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
20259 ____________________________________________________________________________
20260 [  1903] By: gsar                                  on 1998/10/02  01:42:37
20261     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
20262          Date: Mon, 28 Sep 1998 17:41:49 +0100
20263          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
20264          Subject: [PATCH 5.005_52] Re: More on ?p 
20265          --
20266          Date: Thu, 01 Oct 1998 09:10:58 +0100
20267          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
20268          Subject: [PATCH 5.005_52] ?p fix
20269          --
20270          Date: Thu, 01 Oct 1998 10:45:56 +0100
20271          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
20272          Subject: [PATCH 5.005_52] more on ?p
20273  Branch: perl
20274        ! pp_ctl.c
20275 ____________________________________________________________________________
20276 [  1902] By: gsar                                  on 1998/10/02  01:36:14
20277     Log: From: Kenneth Duda <kjd@cisco.com>
20278          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
20279          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
20280          Subject: writemain dies when there are more than 4000 characters of extensions
20281  Branch: perl
20282        ! writemain.SH
20283 ____________________________________________________________________________
20284 [  1901] By: gsar                                  on 1998/10/02  01:33:16
20285     Log: tweak run_byacc recipe
20286  Branch: perl
20287        ! Makefile.SH Porting/pumpkin.pod
20288 ____________________________________________________________________________
20289 [  1900] By: gsar                                  on 1998/10/02  01:02:09
20290     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
20291  Branch: perl
20292        ! perl.h pp_ctl.c
20293 ____________________________________________________________________________
20294 [  1899] By: gsar                                  on 1998/09/28  20:46:30
20295     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
20296          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
20297          Dvornik)
20298  Branch: perl
20299        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
20300 ____________________________________________________________________________
20301 [  1898] By: gsar                                  on 1998/09/28  20:42:52
20302     Log: flush unsubmitted 5.00552 change
20303  Branch: perl
20304        ! MANIFEST
20305 ____________________________________________________________________________
20306 [  1897] By: gsar                                  on 1998/09/27  04:43:06
20307     Log: run vms_yfix.pl
20308  Branch: perl
20309        ! vms/perly_c.vms
20310 ____________________________________________________________________________
20311 [  1896] By: gsar                                  on 1998/09/27  03:38:55
20312     Log: small tweak on last change
20313  Branch: perl
20314        ! win32/win32.c
20315 ____________________________________________________________________________
20316 [  1895] By: gsar                                  on 1998/09/27  03:17:17
20317     Log: fix win32_stat() to do the right thing for share names
20318  Branch: perl
20319        ! win32/win32.c
20320 ____________________________________________________________________________
20321 [  1891] By: larry                                 on 1998/09/25  18:50:40
20322     Log: Fixed apostrophe problem from Mark Knutsen.
20323  Branch: perl
20324        ! sv.h
20325
20326 ----------------
20327 Version 5.005_52
20328 ----------------
20329
20330 ____________________________________________________________________________
20331 [  1890] By: gsar                                  on 1998/09/25  10:25:00
20332     Log: update template config.sh, add new config vars to win32 stuff
20333  Branch: perl
20334        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
20335        ! pp_sys.c proto.h win32/config.bc win32/config.gc
20336        ! win32/config.vc win32/config_H.bc win32/config_H.gc
20337        ! win32/config_H.vc win32/win32.h
20338 ____________________________________________________________________________
20339 [  1889] By: gsar                                  on 1998/09/25  07:13:13
20340     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
20341          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
20342          of full-fledged 64-bit support (including support for: fseeko/ftello,
20343          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
20344          in Fcntl)
20345          From: Jarkko Hietaniemi <jhi@iki.fi>
20346          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
20347          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
20348          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
20349          --
20350          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
20351          Date: 12 Sep 1998 09:44:25 +0300
20352          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
20353          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
20354  Branch: perl
20355        + lib/filetest.pm
20356        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
20357        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
20358        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
20359        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
20360        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
20361        ! win32/makedef.pl
20362 ____________________________________________________________________________
20363 [  1888] By: gsar                                  on 1998/09/25  06:27:12
20364     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
20365  Branch: perl
20366        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
20367        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20368        ! win32/makedef.pl win32/makefile.mk win32/win32.c
20369 ____________________________________________________________________________
20370 [  1887] By: gsar                                  on 1998/09/25  04:50:49
20371     Log: win32.c tweak
20372  Branch: perl
20373        ! win32/win32.c
20374 ____________________________________________________________________________
20375 [  1886] By: gsar                                  on 1998/09/25  04:47:32
20376     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
20377  Branch: perl
20378        ! lib/ExtUtils/MakeMaker.pm
20379 ____________________________________________________________________________
20380 [  1885] By: gsar                                  on 1998/09/25  04:05:09
20381     Log: From: Dominic Dunlop <domo@vo.lu>
20382          Date: Thu, 10 Sep 1998 11:02:46 +0000
20383          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
20384          Subject: MM_Unix::canonpath erroneously turns leading // into /
20385  Branch: perl
20386        ! lib/ExtUtils/MM_Unix.pm
20387 ____________________________________________________________________________
20388 [  1884] By: gsar                                  on 1998/09/25  03:06:10
20389     Log: temporarily disable perl malloc for a2p until we clean up
20390          conflicting malloc() declarations everywhere
20391  Branch: perl
20392        ! x2p/Makefile.SH
20393 ____________________________________________________________________________
20394 [  1883] By: gsar                                  on 1998/09/25  02:27:00
20395     Log: remove obsolete win32/bin/*.pl
20396  Branch: perl
20397        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
20398        ! Changes MANIFEST win32/Makefile win32/makefile.mk
20399 ____________________________________________________________________________
20400 [  1882] By: gsar                                  on 1998/09/25  02:04:43
20401     Log: missing file in last submit
20402  Branch: perl
20403        ! proto.h
20404 ____________________________________________________________________________
20405 [  1881] By: gsar                                  on 1998/09/25  01:56:54
20406     Log: serial access to PL_x[inpr]v_root for USE_THREADS
20407  Branch: perl
20408        ! sv.c
20409 ____________________________________________________________________________
20410 [  1880] By: gsar                                  on 1998/09/25  01:19:38
20411     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
20412          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
20413          Date: Thu, 24 Sep 1998 22:01:09 +0900
20414          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
20415          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
20416  Branch: perl
20417        ! hv.c proto.h
20418 ____________________________________________________________________________
20419 [  1879] By: gsar                                  on 1998/09/25  00:20:07
20420     Log: tweaks to enable PERL_OBJECT to build & test on win32
20421  Branch: perl
20422        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
20423        ! win32/GenCAPI.pl
20424 ____________________________________________________________________________
20425 [  1878] By: gsar                                  on 1998/09/25  00:13:36
20426     Log: fix change#1861, which breaks default boot_xxx symbol generation
20427  Branch: perl
20428        ! lib/ExtUtils/Mksymlists.pm
20429 ____________________________________________________________________________
20430 [  1877] By: gsar                                  on 1998/09/24  10:29:54
20431     Log: two tweaks for clean build and test on Solaris
20432  Branch: perl
20433        ! op.c t/op/subst.t
20434 ____________________________________________________________________________
20435 [  1876] By: gsar                                  on 1998/09/24  09:04:43
20436     Log: From: Colin Kuskie <ckuskie@cadence.com>
20437          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
20438          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
20439          Subject: [PATCH 5.005_51] perlform.pod
20440  Branch: perl
20441        ! pod/perlform.pod
20442 ____________________________________________________________________________
20443 [  1875] By: gsar                                  on 1998/09/24  08:47:47
20444     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20445          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
20446          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
20447          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
20448  Branch: perl
20449        ! regexec.c
20450 ____________________________________________________________________________
20451 [  1874] By: gsar                                  on 1998/09/24  08:44:55
20452     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20453          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
20454          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
20455          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
20456  Branch: perl
20457        ! toke.c
20458 ____________________________________________________________________________
20459 [  1873] By: gsar                                  on 1998/09/24  08:39:41
20460     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20461          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
20462          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
20463          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
20464  Branch: perl
20465        ! Changes regcomp.c
20466 ____________________________________________________________________________
20467 [  1872] By: gsar                                  on 1998/09/24  08:37:00
20468     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
20469          Date: Sun, 23 Aug 1998 23:18:38 PDT
20470          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
20471          Subject: new irix_6.sh hints file
20472  Branch: perl
20473        ! hints/irix_6.sh
20474 ____________________________________________________________________________
20475 [  1871] By: gsar                                  on 1998/09/24  07:26:37
20476     Log: correct FSF address in various places
20477  Branch: perl
20478        ! Copying README ext/B/README lib/Getopt/Long.pm
20479 ____________________________________________________________________________
20480 [  1870] By: gsar                                  on 1998/09/24  07:11:56
20481     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
20482          Date:    Fri, 14 Aug 1998 09:20:16 PDT
20483          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
20484          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
20485  Branch: perl
20486        ! configure.com
20487 ____________________________________________________________________________
20488 [  1869] By: gsar                                  on 1998/09/24  06:55:59
20489     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
20490          From:    Scott Henry <scotth@sgi.com>
20491          Date:    13 Aug 1998 09:52:15 PDT
20492          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
20493          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
20494  Branch: perl
20495        ! hints/irix_6.sh
20496 ____________________________________________________________________________
20497 [  1868] By: gsar                                  on 1998/09/24  06:51:23
20498     Log: From:    Nathan Torkington <gnat@frii.com>
20499          Date:    Thu, 13 Aug 1998 10:59:48 MDT
20500          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
20501          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
20502  Branch: perl
20503        ! pod/perlfunc.pod
20504 ____________________________________________________________________________
20505 [  1867] By: gsar                                  on 1998/09/24  06:45:13
20506     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
20507          that are autoloaded)
20508  Branch: perl
20509        ! pp_ctl.c
20510 ____________________________________________________________________________
20511 [  1866] By: gsar                                  on 1998/09/24  05:21:19
20512     Log: grandfather deprecated "$$<digit>" no more
20513  Branch: perl
20514        ! pod/perldiag.pod toke.c
20515 ____________________________________________________________________________
20516 [  1865] By: gsar                                  on 1998/09/24  04:52:48
20517     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
20518          low bits (suggested by Ilya Zakharevich)
20519  Branch: perl
20520        ! hv.h
20521 ____________________________________________________________________________
20522 [  1864] By: gsar                                  on 1998/09/24  04:29:14
20523     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
20524          perly_c.diff
20525  Branch: perl
20526        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
20527        ! perly_c.diff toke.c
20528 ____________________________________________________________________________
20529 [  1863] By: gsar                                  on 1998/09/24  03:36:30
20530     Log: provide locked access to string table for USE_THREADS
20531  Branch: perl
20532        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
20533 ____________________________________________________________________________
20534 [  1862] By: gsar                                  on 1998/09/24  03:30:32
20535     Log: remove bogus warn()
20536  Branch: perl
20537        ! embed.pl
20538 ____________________________________________________________________________
20539 [  1861] By: gsar                                  on 1998/09/24  02:58:51
20540     Log: applied suggested patch, adapted for all platforms
20541          From: jan.dubois@ibm.net (Jan Dubois)
20542          Date: Sun, 20 Sep 1998 12:56:38 +0200
20543          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
20544          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
20545  Branch: perl
20546        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
20547        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
20548        ! lib/ExtUtils/MakeMaker.pm
20549 ____________________________________________________________________________
20550 [  1860] By: gsar                                  on 1998/09/24  02:16:14
20551     Log: upgrade to CPAN-1.40
20552  Branch: perl
20553        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
20554 ____________________________________________________________________________
20555 [  1859] By: gsar                                  on 1998/09/24  02:08:59
20556     Log: use $ENV{MAKEMAKEROPT} to set default command line args
20557  Branch: perl
20558        ! lib/ExtUtils/MakeMaker.pm
20559 ____________________________________________________________________________
20560 [  1857] By: gsar                                  on 1998/09/23  10:58:36
20561     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20562          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
20563          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
20564          Subject: More verbose Test::Harness [PATCH]
20565  Branch: perl
20566        ! lib/Test/Harness.pm
20567 ____________________________________________________________________________
20568 [  1856] By: gsar                                  on 1998/09/23  10:56:24
20569     Log: update hints for OPENSTEP 4.2 on i386
20570          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
20571          Date: Sun, 20 Sep 1998 01:03:18 +0200
20572          Message-Id: <9809192303.AA29190@Spike>
20573          Subject: Perl 5.005_02 compilation problems
20574  Branch: perl
20575        ! hints/next_4.sh
20576 ____________________________________________________________________________
20577 [  1855] By: gsar                                  on 1998/09/23  10:52:27
20578     Log: reset errno after C<require> search (as suggested by Larry)
20579  Branch: perl
20580        ! pp_ctl.c
20581 ____________________________________________________________________________
20582 [  1854] By: gsar                                  on 1998/09/23  10:50:26
20583     Log: misc pod tweaks
20584  Branch: perl
20585        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
20586 ____________________________________________________________________________
20587 [  1853] By: gsar                                  on 1998/09/23  10:46:06
20588     Log: make Pod/Html.pm handle the --title option properly (as suggested
20589          by gml4410@ggr.co.uk)
20590  Branch: perl
20591        ! lib/Pod/Html.pm
20592 ____________________________________________________________________________
20593 [  1852] By: gsar                                  on 1998/09/23  10:41:39
20594     Log: SSNEW() API for allocating memory on the savestack
20595          From: Albert Dvornik <bert@genscan.com>
20596          Date: 17 Sep 1998 19:23:07 -0400
20597          Message-Id: <tqemtae338.fsf@puma.genscan.com>
20598          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
20599  Branch: perl
20600        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
20601        ! perl.h proto.h scope.c scope.h t/io/tell.t
20602 ____________________________________________________________________________
20603 [  1851] By: gsar                                  on 1998/09/23  10:37:05
20604     Log: From: Jochen Wiedmann <joe@ispsoft.de>
20605          Date: Thu, 17 Sep 1998 17:16:06 +0200
20606          Message-ID: <360127B6.E44564A@ispsoft.de>
20607          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
20608  Branch: perl
20609        ! lib/ExtUtils/MakeMaker.pm
20610 ____________________________________________________________________________
20611 [  1850] By: gsar                                  on 1998/09/23  10:33:05
20612     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
20613          Date: 15 Sep 1998 01:32:31 +0200
20614          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
20615          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
20616  Branch: perl
20617        ! lib/ExtUtils/MM_Unix.pm
20618 ____________________________________________________________________________
20619 [  1849] By: gsar                                  on 1998/09/23  10:29:04
20620     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
20621          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
20622          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
20623          Subject: Re: extralibs.ld problem in MM_VMS.pm
20624  Branch: perl
20625        ! lib/ExtUtils/MM_VMS.pm
20626 ____________________________________________________________________________
20627 [  1848] By: gsar                                  on 1998/09/23  10:25:24
20628     Log: From: Roderick Schertler <roderick@argon.org>
20629          Date: 11 Sep 1998 16:19:21 -0400
20630          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
20631          Subject: Re: Open2 and memory leaks
20632  Branch: perl
20633        ! lib/IPC/Open3.pm
20634 ____________________________________________________________________________
20635 [  1847] By: gsar                                  on 1998/09/23  10:18:31
20636     Log: From: Roderick Schertler <roderick@argon.org>
20637          Date: Wed, 09 Sep 1998 23:52:48 -0400
20638          Message-ID: <20567.905399568@eeyore.ibcinc.com>
20639          Subject: seed srand from /dev/urandom when possible
20640  Branch: perl
20641        ! pod/perlfunc.pod pp.c
20642 ____________________________________________________________________________
20643 [  1846] By: gsar                                  on 1998/09/23  10:12:22
20644     Log: From: Roderick Schertler <roderick@argon.org>
20645          Date: Thu, 10 Sep 1998 00:32:17 -0400
20646          Message-ID: <21142.905401937@eeyore.ibcinc.com>
20647          Subject: doc update for crypt()'s salt
20648  Branch: perl
20649        ! pod/perlfunc.pod
20650 ____________________________________________________________________________
20651 [  1845] By: gsar                                  on 1998/09/23  10:09:23
20652     Log: fix h2ph handling of C<#error "foo">
20653          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
20654          Date: Thu, 10 Sep 1998 09:59:33 +0900
20655          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
20656          Subject: [5.005_02] h2ph problem
20657  Branch: perl
20658        ! utils/h2ph.PL
20659 ____________________________________________________________________________
20660 [  1844] By: gsar                                  on 1998/09/23  10:06:13
20661     Log: plug strictly private function leaks in API listing
20662  Branch: perl
20663        ! pod/perlguts.pod
20664 ____________________________________________________________________________
20665 [  1843] By: gsar                                  on 1998/09/23  10:02:57
20666     Log: hide symbol for static build
20667          From: Dominic Dunlop <domo@vo.lu>
20668          Date: Tue, 8 Sep 1998 21:40:46 +0000
20669          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
20670          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
20671  Branch: perl
20672        ! regcomp.c
20673 ____________________________________________________________________________
20674 [  1842] By: gsar                                  on 1998/09/23  09:52:46
20675     Log: define PUT_svindex(), PUT_opindex()
20676  Branch: perl
20677        ! ext/B/B/Assembler.pm
20678 ____________________________________________________________________________
20679 [  1841] By: gsar                                  on 1998/09/23  09:44:25
20680     Log: From: Dominic Dunlop <domo@vo.lu>
20681          Date: Tue, 8 Sep 1998 15:34:53 +0000
20682          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
20683          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
20684  Branch: perl
20685        ! t/pragma/warn/regexec
20686 ____________________________________________________________________________
20687 [  1840] By: gsar                                  on 1998/09/23  09:42:17
20688     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
20689  Branch: perl
20690        ! win32/bin/pl2bat.pl
20691 ____________________________________________________________________________
20692 [  1839] By: gsar                                  on 1998/09/23  09:38:18
20693     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
20694          Date: Mon, 7 Sep 1998 17:36:09 +0900
20695          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
20696          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
20697  Branch: perl
20698        ! ext/Thread/Thread.xs
20699 ____________________________________________________________________________
20700 [  1838] By: gsar                                  on 1998/09/23  09:21:11
20701     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
20702          Date: Thu, 10 Sep 1998 00:02:07 -0400
20703          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
20704          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
20705  Branch: perl
20706        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
20707        + vos/config.h vos/config_h.SH_orig vos/perl.bind
20708        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
20709        ! MANIFEST perl.c perl.h pod/perlport.pod
20710 ____________________________________________________________________________
20711 [  1837] By: gsar                                  on 1998/09/23  08:45:58
20712     Log: (via private mail)
20713          From: Charles Bailey <BAILEY@newman.upenn.edu>
20714          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
20715          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
20716          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
20717  Branch: perl
20718        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
20719        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
20720        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
20721        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
20722        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
20723        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
20724        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
20725        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
20726        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
20727        ! vms/writemain.pl
20728 ____________________________________________________________________________
20729 [  1836] By: gsar                                  on 1998/09/23  08:17:42
20730     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20731          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
20732          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
20733          Subject: [PATCH 5.005_*] OS/2 spawning typos
20734  Branch: perl
20735        ! os2/os2.c
20736 ____________________________________________________________________________
20737 [  1835] By: gsar                                  on 1998/09/23  08:09:55
20738     Log: warn on C<my($foo,$foo)>
20739  Branch: perl
20740        ! op.c pod/perldiag.pod
20741 ____________________________________________________________________________
20742 [  1834] By: gsar                                  on 1998/09/23  07:35:56
20743     Log: From: pvhp@forte.com (Peter Prymmer)
20744          Date: Fri, 4 Sep 98 13:27:41 PDT
20745          Message-Id: <9809042027.AA04463@forte.com>
20746          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
20747  Branch: perl
20748        ! README.vms
20749 ____________________________________________________________________________
20750 [  1833] By: gsar                                  on 1998/09/23  07:27:34
20751     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
20752          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
20753          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
20754          Subject: PATCH: 5.005_02 hint/hpux.sh
20755  Branch: perl
20756        ! hints/hpux.sh
20757 ____________________________________________________________________________
20758 [  1832] By: gsar                                  on 1998/09/23  07:22:40
20759     Log: fix (some) installhtml bugs
20760          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
20761          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
20762          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
20763          Subject: installhtml script needs work
20764  Branch: perl
20765        ! installhtml
20766 ____________________________________________________________________________
20767 [  1831] By: gsar                                  on 1998/09/23  07:19:30
20768     Log: document 'U' magic with examples
20769          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
20770          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
20771          Message-Id: <199809011455.PAA00631@sale-wts>
20772          Subject: Re: Looking for some XS MAGIC examples...
20773  Branch: perl
20774        ! pod/perlguts.pod
20775 ____________________________________________________________________________
20776 [  1830] By: gsar                                  on 1998/09/23  07:16:43
20777     Log: From: pvhp@forte.com (Peter Prymmer)
20778          Date: Mon, 31 Aug 98 17:13:49 PDT
20779          Message-Id: <9809010013.AA06737@forte.com>
20780          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
20781  Branch: perl
20782        ! README.os390
20783 ____________________________________________________________________________
20784 [  1829] By: gsar                                  on 1998/09/23  07:15:08
20785     Log: fix problematic typecast in filter_del()
20786          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
20787          Date: Mon, 31 Aug 1998 21:13:11 GMT
20788          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
20789          Subject: perl5.005_02 does not build on Cray T90
20790  Branch: perl
20791        ! toke.c
20792 ____________________________________________________________________________
20793 [  1828] By: gsar                                  on 1998/09/23  07:11:34
20794     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20795          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
20796          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
20797          Subject: [PATCH 5.005_5*] (?>) broken in RE
20798  Branch: perl
20799        ! regexec.c t/op/re_tests
20800 ____________________________________________________________________________
20801 [  1827] By: gsar                                  on 1998/09/23  07:09:50
20802     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
20803  Branch: perl
20804        ! t/op/grent.t t/op/groups.t
20805 ____________________________________________________________________________
20806 [  1826] By: gsar                                  on 1998/09/23  07:03:16
20807     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
20808          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
20809          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
20810          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
20811  Branch: perl
20812        - interp.sym
20813        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
20814 ____________________________________________________________________________
20815 [  1825] By: gsar                                  on 1998/09/23  06:56:40
20816     Log: re-introduce change#1703
20817  Branch: perl
20818        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
20819 ____________________________________________________________________________
20820 [  1824] By: gsar                                  on 1998/09/23  06:44:19
20821     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20822          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
20823          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
20824          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
20825  Branch: perl
20826        ! lib/perl5db.pl
20827 ____________________________________________________________________________
20828 [  1823] By: gsar                                  on 1998/09/23  06:41:34
20829         Log: From: Joe Buehler <jhpb@hekimian.com>
20830              Date: 29 Aug 1998 17:13:28 -0400
20831              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
20832              Subject: patches for perl 5.005_51 under U/WIN
20833      Branch: perl
20834            + hints/uwin.sh
20835            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
20836            ! t/lib/posix.t
20837 ____________________________________________________________________________
20838 [  1822] By: gsar                                  on 1998/09/23  06:36:59
20839         Log: add missing C<no utf8;> tweak from Larry
20840      Branch: perl
20841            ! t/op/subst.t
20842 ____________________________________________________________________________
20843 [  1821] By: gsar                                  on 1998/09/23  06:27:51
20844         Log: s/runops/CALLRUNOPS/
20845      Branch: perl
20846            ! cc_runtime.h
20847 ____________________________________________________________________________
20848 [  1820] By: gsar                                  on 1998/09/23  06:24:49
20849         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
20850      Branch: perl
20851           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
20852           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
20853           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
20854           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
20855           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
20856           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
20857           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
20858           +> t/pragma/warn/util
20859            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
20860            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
20861            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
20862            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
20863            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
20864            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
20865            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
20866            - t/pragma/warn-util
20867            ! MANIFEST t/pragma/warning.t
20868 ____________________________________________________________________________
20869 [  1819] By: gsar                                  on 1998/09/23  06:08:46
20870         Log: make \(%foo) return refs to values (not copies of values)
20871              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
20872              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
20873              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
20874              --
20875              From: Roderick Schertler <roderick@argon.org>
20876              Date: Sat, 29 Aug 1998 00:58:33 -0400
20877              Message-ID: <29894.904366713@eeyore.ibcinc.com>
20878              Subject: Re: \(%x) problems
20879      Branch: perl
20880            ! doop.c pod/perlref.pod
20881 ____________________________________________________________________________
20882 [  1818] By: gsar                                  on 1998/09/23  06:05:08
20883         Log: make h2xs generate ANSI prototypes
20884      Branch: perl
20885            ! utils/h2xs.PL
20886 ____________________________________________________________________________
20887 [  1817] By: gsar                                  on 1998/09/23  05:57:16
20888         Log: updated usethreads hints for hpux 10.X
20889              From: Matthew T Harden <mthard@mthard1.monsanto.com>
20890              Date: Fri, 28 Aug 1998 14:10:42 GMT
20891              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
20892              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
20893      Branch: perl
20894            ! hints/hpux.sh perl.h
20895 ____________________________________________________________________________
20896 [  1816] By: gsar                                  on 1998/09/23  05:53:31
20897         Log: don't create empty directories in installperl
20898              From: Robin Barker <rmb1@cise.npl.co.uk>
20899              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
20900              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
20901              Subject: [PATCH 5.005_02] install: empty dirs
20902      Branch: perl
20903            ! installperl
20904 ____________________________________________________________________________
20905 [  1815] By: gsar                                  on 1998/09/23  05:50:36
20906         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
20907              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20908              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
20909              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
20910              Subject: Re: your mail
20911      Branch: perl
20912            ! regexec.c t/op/re_tests
20913 ____________________________________________________________________________
20914 [  1814] By: gsar                                  on 1998/09/23  05:45:17
20915         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
20916              Date: Thu, 20 Aug 1998 20:59:03 -0400
20917              Message-ID: <19980820205903.A12908@O2.chapin.edu>
20918              Subject: [PATCH] h2ph misquotes #error directives
20919      Branch: perl
20920            ! t/lib/h2ph.pht utils/h2ph.PL
20921 ____________________________________________________________________________
20922 [  1813] By: gsar                                  on 1998/09/23  05:42:41
20923         Log: patch to support computed regular subexpressions
20924              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20925              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
20926              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
20927              Subject: [5.005_5* PATCH] Postponed RE - now!
20928      Branch: perl
20929            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
20930            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
20931 ____________________________________________________________________________
20932 [  1812] By: gsar                                  on 1998/09/23  05:26:26
20933         Log: better CR-handling on shebang line and in formats (fixed variant of
20934              patch suggested by Igor Sysoev <igor@nitek.ru>)
20935      Branch: perl
20936            ! perl.c toke.c
20937 ____________________________________________________________________________
20938 [  1811] By: gsar                                  on 1998/09/23  04:35:46
20939         Log: document non-loopish blocks better
20940              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
20941              Date: Tue, 18 Aug 1998 12:28:36 +0100
20942              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
20943              Subject: Re: next in do {} while block gives error message
20944      Branch: perl
20945            ! pod/perlfunc.pod
20946 ____________________________________________________________________________
20947 [  1810] By: gsar                                  on 1998/09/23  04:12:05
20948         Log: fix bogus integerization of pop()'s return value
20949              From: Gurusamy Sarathy <gsar@engin.umich.edu>
20950              Date: Sat, 15 Aug 1998 23:27:54 -0400
20951              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
20952              Subject: Re: Complex expression does integer arithmetic 
20953      Branch: perl
20954            ! opcode.h opcode.pl
20955 ____________________________________________________________________________
20956 [  1809] By: gsar                                  on 1998/09/23  04:09:43
20957         Log: tweak README.win32
20958      Branch: perl
20959            ! README.win32
20960 ____________________________________________________________________________
20961 [  1808] By: gsar                                  on 1998/09/23  03:40:57
20962         Log: better diagnostic for do{} used as lvalue
20963      Branch: perl
20964            ! op.c pod/perlport.pod
20965 ____________________________________________________________________________
20966 [  1807] By: gsar                                  on 1998/09/23  03:38:30
20967         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
20968              From: hansm@icgroup.nl
20969              Date: Tue, 11 Aug 98 21:08:51 +0200
20970              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
20971              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
20972      Branch: perl
20973            ! malloc.c
20974 ____________________________________________________________________________
20975 [  1806] By: gsar                                  on 1998/09/23  03:36:08
20976         Log: support make written in perl (aka "pmake") on win32
20977      Branch: perl
20978            ! lib/ExtUtils/MM_Win32.pm
20979 ____________________________________________________________________________
20980 [  1805] By: gsar                                  on 1998/09/23  03:30:07
20981         Log: fix mismatched UV/U32 types for to_utf8_*()
20982      Branch: perl
20983            ! utf8.c
20984 ____________________________________________________________________________
20985 [  1804] By: gsar                                  on 1998/09/23  03:22:22
20986         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
20987              Date: Sun, 9 Aug 1998 22:38:23 +0200
20988              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
20989              Subject: [PATCH 5.5002] dos-djgpp update
20990      Branch: perl
20991            ! t/io/fs.t
20992 ____________________________________________________________________________
20993 [  1803] By: gsar                                  on 1998/09/23  03:20:13
20994         Log: apply minimal variant of patch (sent via private mail)
20995              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
20996              Date: Wed, 12 Aug 1998 15:42:35 +0300
20997              Message-Id: <199808121242.PAA29761@comanche.spices>
20998              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
20999      Branch: perl
21000            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
21001            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
21002 ____________________________________________________________________________
21003 [  1802] By: gsar                                  on 1998/09/23  03:03:39
21004         Log: adjust searchdict.t for EBCDIC (still needs documenting)
21005              From: pvhp@forte.com (Peter Prymmer)
21006              Date: Thu, 6 Aug 98 18:09:39 PDT
21007              Message-Id: <9808070109.AA06158@forte.com>
21008              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
21009      Branch: perl
21010            ! README.os390 t/lib/searchdict.t
21011 ____________________________________________________________________________
21012 [  1801] By: gsar                                  on 1998/09/23  02:54:15
21013         Log: silence redefined warning for XS(INIT) {}
21014      Branch: perl
21015            ! op.c
21016 ____________________________________________________________________________
21017 [  1800] By: gsar                                  on 1998/09/23  02:42:23
21018         Log: support match indices via special variables @- and @+
21019              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21020              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
21021              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
21022              Subject: [PATCH 5.004_76] @- and @+
21023      Branch: perl
21024            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
21025            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
21026 ____________________________________________________________________________
21027 [  1799] By: gsar                                  on 1998/09/23  01:44:31
21028         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21029              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
21030              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
21031              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
21032      Branch: perl
21033            ! regcomp.c t/op/re_tests
21034 ____________________________________________________________________________
21035 [  1798] By: gsar                                  on 1998/09/23  01:39:23
21036         Log: integrate maint-5.005 changes (except conflicting change#1794)
21037      Branch: perl
21038            ! Changes
21039           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
21040           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
21041           !> win32/win32.h
21042 ____________________________________________________________________________
21043 [  1797] By: gsar                                  on 1998/09/23  01:32:36
21044         Log: add note to win32/Makefile about setting CCHOME
21045      Branch: perl
21046            ! win32/Makefile win32/makefile.mk
21047 ____________________________________________________________________________
21048 [  1796] By: gsar                                  on 1998/09/23  01:31:32
21049         Log: perl.pod tweak
21050      Branch: perl
21051            ! pod/perl.pod
21052 ____________________________________________________________________________
21053 [  1795] By: gsar                                  on 1998/09/21  20:34:10
21054         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
21055      Branch: perl
21056            ! lib/ExtUtils/xsubpp
21057 ____________________________________________________________________________
21058 [  1789] By: gsar                                  on 1998/09/18  18:01:37
21059         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
21060      Branch: perl
21061            ! cop.h t/cmd/for.t
21062 ____________________________________________________________________________
21063 [  1788] By: gsar                                  on 1998/09/17  02:19:11
21064         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
21065      Branch: perl
21066            ! win32/config.bc win32/config.gc win32/config.vc
21067 ____________________________________________________________________________
21068 [  1787] By: gsar                                  on 1998/09/17  01:45:14
21069         Log: suppress bogus warning on C<sub x {} x()>
21070      Branch: perl
21071            ! toke.c
21072 ____________________________________________________________________________
21073 [  1786] By: gsar                                  on 1998/09/17  01:42:51
21074         Log: ntohl typo in objXSUB.h
21075      Branch: perl
21076            ! objXSUB.h
21077 ____________________________________________________________________________
21078 [  1785] By: gsar                                  on 1998/09/17  01:41:48
21079         Log: fill gaps in sig_* entries in win32/config.?c
21080      Branch: perl
21081            ! win32/config.bc win32/config.gc win32/config.vc
21082 ____________________________________________________________________________
21083 [  1781] By: larry                                 on 1998/09/05  23:48:24
21084         Log: tr/// logic was hosed under utf8
21085      Branch: perl
21086            ! doop.c op.c op.h pp.c proto.h
21087 ____________________________________________________________________________
21088 [  1780] By: larry                                 on 1998/09/05  23:44:16
21089         Log: several new tests needed tweaking to work under utf8
21090      Branch: perl
21091            ! t/comp/require.t t/op/pack.t t/op/substr.t
21092 ____________________________________________________________________________
21093 [  1779] By: larry                                 on 1998/09/05  23:41:42
21094         Log: index() applied BM optimization to wrong argument
21095      Branch: perl
21096            ! op.c util.c
21097 ____________________________________________________________________________
21098 [  1778] By: larry                                 on 1998/09/05  23:38:29
21099         Log: Implicit require during compile reset line numbering
21100      Branch: perl
21101            ! pp_ctl.c
21102
21103 ----------------
21104 Version 5.005_51
21105 ----------------
21106
21107 ____________________________________________________________________________
21108 [  1777] By: gsar                                  on 1998/08/10  07:02:38
21109         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
21110              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
21111              lexical warning testsuite for win32
21112      Branch: perl
21113            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
21114            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
21115            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
21116            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
21117            ! win32/Makefile win32/makefile.mk
21118 ____________________________________________________________________________
21119 [  1776] By: gsar                                  on 1998/08/09  17:53:48
21120         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
21121      Branch: perl
21122            ! Changes MANIFEST perl.c pod/perlhist.pod
21123 ____________________________________________________________________________
21124 [  1775] By: gsar                                  on 1998/08/09  14:35:33
21125         Log: tweak warning test
21126      Branch: perl
21127            ! t/pragma/warn-toke
21128 ____________________________________________________________________________
21129 [  1774] By: gsar                                  on 1998/08/09  14:13:46
21130         Log: add missing dTHR; notes for test failures due to small stacksize
21131      Branch: perl
21132            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
21133            ! toke.c universal.c util.c
21134 ____________________________________________________________________________
21135 [  1773] By: gsar                                  on 1998/08/09  11:31:53
21136         Log: lexical warnings; tweaks to places that didn't apply correctly
21137              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
21138              Date:    Wed, 29 Jul 1998 09:28:45 BST
21139              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
21140              Subject: lexical warnings patch for 5.005_50
21141      Branch: perl
21142            + README.lexwarn lib/warning.pm t/pragma/warn-2use
21143            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
21144            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
21145            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
21146            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
21147            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
21148            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
21149            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
21150            + warning.h warning.pl
21151            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
21152            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
21153            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
21154            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
21155            ! universal.c util.c
21156 ____________________________________________________________________________
21157 [  1772] By: gsar                                  on 1998/08/08  23:06:00
21158         Log: bump patchlevel to 5.005_51
21159      Branch: perl
21160            ! patchlevel.h win32/Makefile win32/config_H.bc
21161            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
21162 ____________________________________________________________________________
21163 [  1771] By: gsar                                  on 1998/08/08  23:01:57
21164         Log: fix bogus warning on "\x{123}"
21165              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
21166              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
21167              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
21168              Subject: [5.005_50 PATCH] Some unicode problems
21169      Branch: perl
21170            ! regcomp.c toke.c
21171 ____________________________________________________________________________
21172 [  1770] By: gsar                                  on 1998/08/08  22:56:55
21173         Log: hide dup symbol for static build of ext/re
21174              From: Dominic Dunlop <domo@ppp72.vo.lu>
21175              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
21176              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
21177              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
21178      Branch: perl
21179            ! regcomp.c
21180 ____________________________________________________________________________
21181 [  1769] By: gsar                                  on 1998/08/08  22:45:06
21182         Log: fix double free on -Mutf8 -e '$b=uc("")'
21183              From: larry@wall.org (Larry Wall)
21184              Date: Fri, 7 Aug 1998 14:42:43 -0700
21185              Message-Id: <199808072142.OAA14920@wall.org>
21186              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
21187      Branch: perl
21188            ! pp.c
21189 ____________________________________________________________________________
21190 [  1768] By: gsar                                  on 1998/08/08  22:42:29
21191         Log: substr() assumes utf8 without say-so
21192              From: larry@wall.org (Larry Wall)
21193              Date: Fri, 7 Aug 1998 12:25:12 -0700
21194              Message-Id: <199808071925.MAA13436@wall.org>
21195              Subject: [PATCH 5.005_50] substr bug?
21196      Branch: perl
21197            ! pp.c
21198 ____________________________________________________________________________
21199 [  1767] By: gsar                                  on 1998/08/08  22:38:25
21200         Log: fix intolerance of SWASHes for blank lines
21201              From: Gisle Aas <aas@sn.no>
21202              Date: 06 Aug 1998 23:28:57 +0200
21203              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
21204              Subject: Re: Re[2]: another joyride begins
21205      Branch: perl
21206            ! lib/utf8_heavy.pl
21207 ____________________________________________________________________________
21208 [  1766] By: gsar                                  on 1998/08/08  22:33:10
21209         Log: utf8 doc tweak
21210              From: Gisle Aas <aas@sn.no>
21211              Date: 05 Aug 1998 00:41:04 +0200
21212              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
21213              Subject: Matching clumps
21214      Branch: perl
21215            ! lib/utf8.pm
21216 ____________________________________________________________________________
21217 [  1765] By: gsar                                  on 1998/08/08  22:31:37
21218         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
21219              From: Gisle Aas <aas@sn.no>
21220              Date: 04 Aug 1998 22:56:11 +0200
21221              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
21222              Subject: Re: another joyride begins
21223      Branch: perl
21224            ! lib/utf8_heavy.pl
21225 ____________________________________________________________________________
21226 [  1764] By: gsar                                  on 1998/08/08  22:28:43
21227         Log: From: larry@wall.org (Larry Wall)
21228              Date: Tue, 4 Aug 1998 17:04:51 -0700
21229              Message-Id: <199808050004.RAA22592@wall.org>
21230              Subject: [PATCH 5.005_50] \pX not implemented!
21231      Branch: perl
21232            ! regcomp.c
21233 ____________________________________________________________________________
21234 [  1763] By: gsar                                  on 1998/08/08  22:27:15
21235         Log: From: Stephen McCamant <alias@mcs.com>
21236              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
21237              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
21238              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
21239      Branch: perl
21240            ! op.c
21241 ____________________________________________________________________________
21242 [  1762] By: gsar                                  on 1998/08/08  22:26:09
21243         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
21244              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
21245              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
21246              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
21247      Branch: perl
21248            + t/op/grent.t t/op/pwent.t
21249            ! MANIFEST
21250 ____________________________________________________________________________
21251 [  1761] By: gsar                                  on 1998/08/08  22:21:52
21252         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21253              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
21254              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
21255              Subject: [5.005_50 PATCH] misprint in RE engine
21256      Branch: perl
21257            ! regexec.c t/op/re_tests
21258 ____________________________________________________________________________
21259 [  1760] By: gsar                                  on 1998/08/08  22:18:54
21260         Log: integrate maint-5.005 changes into mainline
21261      Branch: perl
21262           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
21263           !> (integrate 138 files)
21264 ____________________________________________________________________________
21265 [  1672] By: gsar                                  on 1998/07/27  18:35:28
21266         Log: create new Changes
21267      Branch: perl
21268            + Changes
21269            ! Changes5.005 MANIFEST
21270 ____________________________________________________________________________
21271 [  1671] By: gsar                                  on 1998/07/27  18:30:57
21272         Log: rename Changes --> Changes5.005
21273      Branch: perl
21274           +> Changes5.005
21275            - Changes
21276 ____________________________________________________________________________
21277 [  1670] By: gsar                                  on 1998/07/27  18:10:14
21278         Log: integrate 5.005_01 changes from maint
21279      Branch: perl
21280            ! Changes
21281           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
21282           !> win32/win32.c
21283 ____________________________________________________________________________
21284 [  1667] By: nick                                  on 1998/07/26  14:31:01
21285         Log: Add dTHR so that it compiles miniperl in threaded mode
21286      Branch: perl
21287            ! doop.c mg.c regcomp.c regexec.c
21288 ____________________________________________________________________________
21289 [  1666] By: nick                                  on 1998/07/26  13:01:10
21290         Log: Resolve ansiperl against mainline (@1648?)
21291              Unclear that change number has "taken".
21292      Branch: ansiperl
21293           +> (branch 169 files)
21294            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
21295           !> (integrate 131 files)
21296
21297 ----------------
21298 Version 5.005_50
21299 ----------------
21300
21301 ____________________________________________________________________________
21302 [  1665] By: gsar                                  on 1998/07/26  05:38:48
21303         Log: add trailing newline to file
21304      Branch: perl
21305            ! Changes lib/unicode/blocks.txt
21306 ____________________________________________________________________________
21307 [  1664] By: gsar                                  on 1998/07/26  05:08:48
21308         Log: integrate proto.h additions from maint-5.005
21309      Branch: perl
21310           !> pod/perlhist.pod proto.h
21311 ____________________________________________________________________________
21312 [  1663] By: gsar                                  on 1998/07/26  05:07:05
21313         Log: add new files to MANIFEST; add missing prototypes to proto.h;
21314              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
21315              add typecasts to silence warnings; tweaks for win32 builds
21316      Branch: perl
21317            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
21318            ! win32/Makefile win32/makefile.mk
21319 ____________________________________________________________________________
21320 [  1662] By: gsar                                  on 1998/07/26  05:01:52
21321         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
21322      Branch: maint-5.005/perl
21323            ! pod/perlhist.pod proto.h
21324 ____________________________________________________________________________
21325 [  1661] By: gsar                                  on 1998/07/26  02:52:48
21326         Log: up patchlevel to 5.005_50
21327      Branch: perl
21328            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
21329            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
21330 ____________________________________________________________________________
21331 [  1660] By: gsar                                  on 1998/07/26  02:43:57
21332         Log: integrate utfperl
21333      Branch: perl
21334           +> (branch 162 files)
21335           !> (integrate 29 files)
21336 ____________________________________________________________________________
21337 [  1659] By: gsar                                  on 1998/07/26  02:38:22
21338         Log: integrate maint-5.005 changes
21339      Branch: perl
21340           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
21341           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
21342           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
21343           !> vms/descrip_mms.template vms/subconfigure.com
21344 ____________________________________________________________________________
21345 [  1658] By: gsar                                  on 1998/07/26  02:23:46
21346         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
21347              Date: Fri, 24 Jul 1998 11:38:25 -0700
21348              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
21349              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
21350              --
21351              Date: Fri, 24 Jul 1998 12:30:36 -0700
21352              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
21353              Subject: [PATCH 5.005]Tweaks to README.vms
21354              --
21355              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
21356              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
21357              Subject: [PATCH 5.005] Final build cleanup patch
21358      Branch: maint-5.005/perl
21359            ! README.vms vms/descrip_mms.template vms/subconfigure.com
21360 ____________________________________________________________________________
21361 [  1657] By: gsar                                  on 1998/07/26  02:19:50
21362         Log: another platform where pp_sselect() needs a whole fd_set buffer
21363              From: Lupe Christoph <lupe@alanya.m.isar.de>
21364              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
21365              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
21366              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
21367      Branch: maint-5.005/perl
21368            ! pp_sys.c
21369 ____________________________________________________________________________
21370 [  1656] By: gsar                                  on 1998/07/26  02:12:46
21371         Log: fix problem building modules on dos-djgpp
21372              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
21373              Date: Sat, 25 Jul 1998 00:53:39 +0200
21374              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
21375              Subject: [PATCH 5.005] dos-djgpp and modules problem
21376      Branch: maint-5.005/perl
21377            ! djgpp/fixpmain
21378 ____________________________________________________________________________
21379 [  1655] By: gsar                                  on 1998/07/26  02:11:09
21380         Log: From: Tom Spindler <dogcow@home.merit.edu>
21381              Date: Wed, 22 Jul 1998 16:11:07 -0400
21382              Message-ID: <19980722161107.A16813@home.merit.edu>
21383              Subject: [PATCH 5.005] BeOS tweak
21384      Branch: maint-5.005/perl
21385            ! hints/beos.sh
21386 ____________________________________________________________________________
21387 [  1654] By: gsar                                  on 1998/07/26  02:09:29
21388         Log: various pod tweaks
21389      Branch: maint-5.005/perl
21390            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
21391            ! pod/perltoc.pod
21392 ____________________________________________________________________________
21393 [  1653] By: gsar                                  on 1998/07/26  02:05:46
21394         Log: fix emacs/ptags for PL_* changes
21395              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21396              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
21397              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
21398              Subject: [PATCH 5.004_76] Yet better ptags
21399      Branch: maint-5.005/perl
21400            ! emacs/ptags
21401 ____________________________________________________________________________
21402 [  1652] By: gsar                                  on 1998/07/26  02:03:01
21403         Log: fix behavior of <=> on bigints
21404              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21405              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
21406              Date: Fri, 24 Jul 1998 18:29:53 +0100
21407              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
21408      Branch: maint-5.005/perl
21409            ! lib/Math/BigInt.pm t/lib/bigintpm.t
21410 ____________________________________________________________________________
21411 [  1651] By: larry                                 on 1998/07/24  05:44:33
21412         Log: Here are the long-expected Unicode/UTF-8 modifications.
21413      Branch: utfperl
21414            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
21415            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
21416            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
21417            + lib/unicode/Decomposition.pl
21418            + lib/unicode/In/AlphabeticPresentationForms.pl
21419            + lib/unicode/In/Arabic.pl
21420            + lib/unicode/In/ArabicPresentationForms-A.pl
21421            + lib/unicode/In/ArabicPresentationForms-B.pl
21422            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
21423            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
21424            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
21425            + lib/unicode/In/BoxDrawing.pl
21426            + lib/unicode/In/CJKCompatibility.pl
21427            + lib/unicode/In/CJKCompatibilityForms.pl
21428            + lib/unicode/In/CJKCompatibilityIdeographs.pl
21429            + lib/unicode/In/CJKSymbolsandPunctuation.pl
21430            + lib/unicode/In/CJKUnifiedIdeographs.pl
21431            + lib/unicode/In/CombiningDiacriticalMarks.pl
21432            + lib/unicode/In/CombiningHalfMarks.pl
21433            + lib/unicode/In/CombiningMarksforSymbols.pl
21434            + lib/unicode/In/ControlPictures.pl
21435            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
21436            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
21437            + lib/unicode/In/EnclosedAlphanumerics.pl
21438            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
21439            + lib/unicode/In/GeneralPunctuation.pl
21440            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
21441            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
21442            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
21443            + lib/unicode/In/HalfwidthandFullwidthForms.pl
21444            + lib/unicode/In/HangulCompatibilityJamo.pl
21445            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
21446            + lib/unicode/In/Hebrew.pl
21447            + lib/unicode/In/HighPrivateUseSurrogates.pl
21448            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
21449            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
21450            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
21451            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
21452            + lib/unicode/In/LatinExtended-A.pl
21453            + lib/unicode/In/LatinExtended-B.pl
21454            + lib/unicode/In/LatinExtendedAdditional.pl
21455            + lib/unicode/In/LetterlikeSymbols.pl
21456            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
21457            + lib/unicode/In/MathematicalOperators.pl
21458            + lib/unicode/In/MiscellaneousSymbols.pl
21459            + lib/unicode/In/MiscellaneousTechnical.pl
21460            + lib/unicode/In/NumberForms.pl
21461            + lib/unicode/In/OpticalCharacterRecognition.pl
21462            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
21463            + lib/unicode/In/SmallFormVariants.pl
21464            + lib/unicode/In/SpacingModifierLetters.pl
21465            + lib/unicode/In/Specials.pl
21466            + lib/unicode/In/SuperscriptsandSubscripts.pl
21467            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
21468            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
21469            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
21470            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
21471            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
21472            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
21473            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
21474            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
21475            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
21476            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
21477            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
21478            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
21479            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
21480            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
21481            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
21482            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
21483            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
21484            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
21485            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
21486            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
21487            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
21488            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
21489            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
21490            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
21491            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
21492            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
21493            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
21494            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
21495            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
21496            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
21497            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
21498            + lib/unicode/JamoShort.pl lib/unicode/Makefile
21499            + lib/unicode/Name.pl lib/unicode/Number.pl
21500            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
21501            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
21502            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
21503            + lib/unicode/blocks.txt lib/unicode/index2.txt
21504            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
21505            + lib/unicode/names2.txt lib/unicode/props2.txt
21506            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
21507            + utf8.c utf8.h
21508            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
21509            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
21510            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
21511            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
21512            ! t/op/vec.t toke.c util.c vms/vmsish.h
21513 ____________________________________________________________________________
21514 [  1650] By: gsar                                  on 1998/07/24  04:06:48
21515         Log: create utfperl branch
21516      Branch: utfperl
21517           +> (branch 1079 files)
21518 ____________________________________________________________________________
21519 [  1649] By: gsar                                  on 1998/07/24  03:56:56
21520         Log: create maint-5.005 branch
21521      Branch: maint-5.005/perl
21522           +> (branch 1079 files)
21523 ____________________________________________________________________________
21524 [  1648] By: gsar                                  on 1998/07/24  03:36:35
21525         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
21526      Branch: perl
21527            ! Changes
21528