document what chdir() without an argument does (from Mark-Jason
[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 [  4921] By: gsar                                  on 2000/01/28  15:49:04
83         Log: alias realpath() to abs_path() (from Tom Christiansen)
84      Branch: perl
85            ! lib/Cwd.pm
86 ____________________________________________________________________________
87 [  4920] By: jhi                                   on 2000/01/28  09:52:47
88         Log: Cppsym fixup from Andy.
89      Branch: cfgperl
90            ! Configure config_h.SH
91      Branch: metaconfig
92            ! U/modified/Cppsym.U
93 ____________________________________________________________________________
94 [  4919] By: jhi                                   on 2000/01/28  09:52:22
95         Log: In HP-UX no largefiles if no 64 bits.
96      Branch: cfgperl
97            ! hints/hpux.sh
98 ____________________________________________________________________________
99 [  4918] By: jhi                                   on 2000/01/28  09:03:37
100         Log: The #4880 was too eager, the $n test is useful too.
101      Branch: cfgperl
102            ! lib/Benchmark.pm
103 ____________________________________________________________________________
104 [  4917] By: jhi                                   on 2000/01/28  06:27:50
105         Log: Integrate with Sarathy.
106      Branch: cfgperl
107           +> pod/perlapi.pod pod/perlintern.pod
108           !> (integrate 39 files)
109 ____________________________________________________________________________
110 [  4916] By: gsar                                  on 2000/01/28  05:29:37
111         Log: more exported symbols needed for build on windows
112      Branch: perl
113            ! embed.pl global.sym objXSUB.h perlapi.c pod/perlapi.pod
114            ! pod/perlintern.pod t/lib/thread.t win32/win32.c
115 ____________________________________________________________________________
116 [  4915] By: gsar                                  on 2000/01/28  03:43:52
117         Log: autogenerate API listing from comments in the source (from Benjamin
118              Stuhl <sho_pi@hotmail.com>); fix the markup format to be more
119              flexible for better readability; add missing docs in sv.c; regenerate
120              perltoc
121      Branch: perl
122            + pod/perlapi.pod pod/perlintern.pod
123            ! MANIFEST XSUB.h av.c av.h cop.h cv.h embed.pl global.sym gv.c
124            ! gv.h handy.h hv.c hv.h intrpvar.h makedef.pl mg.c objXSUB.h
125            ! op.c op.h perl.c perlapi.c pod/Makefile pod/buildtoc
126            ! pod/perl.pod pod/perldelta.pod pod/perlguts.pod
127            ! pod/perltoc.pod pod/roffitall pp.h scope.h sv.c sv.h thrdvar.h
128            ! universal.c util.c
129 ____________________________________________________________________________
130 [  4914] By: gsar                                  on 2000/01/27  19:43:35
131         Log: document unimplemented status of forking pipe open() on windows
132      Branch: perl
133            ! pod/perlfork.pod t/op/fork.t
134 ____________________________________________________________________________
135 [  4913] By: jhi                                   on 2000/01/27  11:18:51
136         Log: Integrate with Sarathy.
137      Branch: cfgperl
138           !> (integrate 51 files)
139 ____________________________________________________________________________
140 [  4912] By: jhi                                   on 2000/01/27  10:35:48
141         Log: Cppsym update continues.
142      Branch: cfgperl
143            ! Configure config_h.SH
144      Branch: metaconfig
145            ! U/modified/Cppsym.U
146 ____________________________________________________________________________
147 [  4911] By: gsar                                  on 2000/01/27  08:04:17
148         Log: add missing flag in change#4892
149      Branch: perl
150            ! win32/win32.c
151 ____________________________________________________________________________
152 [  4910] By: gsar                                  on 2000/01/27  03:56:48
153         Log: various pod nits identified by installhtml (all fixed except
154              unresolved links)
155      Branch: perl
156            ! ext/B/B/C.pm ext/Devel/Peek/Peek.pm ext/File/Glob/Glob.pm
157            ! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/SysV.pm
158            ! ext/Thread/Thread.pm lib/Class/Struct.pm lib/File/Find.pm
159            ! lib/File/Spec/VMS.pm lib/Pod/Html.pm lib/UNIVERSAL.pm
160            ! pod/buildtoc pod/perlcompile.pod pod/perlfork.pod
161            ! pod/perlre.pod pod/perltoc.pod pod/perltodo.pod
162 ____________________________________________________________________________
163 [  4909] By: gsar                                  on 2000/01/26  22:45:28
164         Log: typo
165      Branch: perl
166            ! Porting/p4desc
167 ____________________________________________________________________________
168 [  4908] By: gsar                                  on 2000/01/26  22:41:18
169         Log: update p4 tool
170      Branch: perl
171            ! Porting/p4desc
172 ____________________________________________________________________________
173 [  4907] By: gsar                                  on 2000/01/26  21:45:41
174         Log: revised attribute syntax: C<my $foo :a :b :c>, C<my $foo : a b c>
175              and C<my $foo : a : b : c> are all valid (from Spider Boardman)
176      Branch: perl
177            ! lib/AutoSplit.pm lib/SelfLoader.pm lib/attributes.pm
178            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
179            ! t/op/attrs.t toke.c
180 ____________________________________________________________________________
181 [  4906] By: gsar                                  on 2000/01/26  20:16:39
182         Log: pod typos and warnings (from Abigail <abigail@delanet.com>)
183      Branch: perl
184            ! README.win32 ext/B/B/Deparse.pm lib/Class/Struct.pm
185 ____________________________________________________________________________
186 [  4905] By: gsar                                  on 2000/01/26  19:10:26
187         Log: s/STOP/CHECK/ blocks
188      Branch: perl
189            ! embedvar.h ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm intrpvar.h
190            ! keywords.h keywords.pl lib/constant.pm op.c perl.c perlapi.h
191            ! perly.c perly.y pod/perldelta.pod pod/perldiag.pod
192            ! pod/perlfunc.pod pod/perlmod.pod pod/perlrun.pod
193            ! pod/perlsub.pod pod/perltodo.pod sv.c t/op/misc.t toke.c
194            ! vms/perly_c.vms
195 ____________________________________________________________________________
196 [  4904] By: jhi                                   on 2000/01/26  13:58:18
197         Log: In UNICOS and UNICOS/mk after a successful fcntl F_SETFL
198              of O_NONBLOCK a subsequent fcntl F_GETFL will return O_NDELAY.
199      Branch: cfgperl
200            ! ext/IO/IO.xs
201 ____________________________________________________________________________
202 [  4903] By: jhi                                   on 2000/01/26  11:16:34
203         Log: Continue cpp symbol update.
204      Branch: cfgperl
205            ! Configure config_h.SH
206      Branch: metaconfig
207            ! U/modified/Cppsym.U
208 ____________________________________________________________________________
209 [  4902] By: gsar                                  on 2000/01/26  09:28:37
210         Log: tweak exports list on Windows
211      Branch: perl
212            ! makedef.pl t/op/fork.t win32/win32.h
213 ____________________________________________________________________________
214 [  4901] By: jhi                                   on 2000/01/26  08:05:57
215         Log: Integrate with Sarathy.
216      Branch: cfgperl
217           !> Changes README.win32 lib/File/Path.pm lib/Getopt/Std.pm op.c
218           !> pod/perldelta.pod pod/perldiag.pod t/op/grep.t
219           !> t/pragma/strict-vars toke.c win32/Makefile win32/makefile.mk
220           !> win32/win32.c win32/win32.h
221 ____________________________________________________________________________
222 [  4900] By: jhi                                   on 2000/01/26  07:59:05
223         Log: s/d_nvpresuv/d_nv_preserves_uv/;
224              plus cosmetic change for #4899.
225      Branch: cfgperl
226            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
227            ! config_h.SH
228      Branch: metaconfig
229            ! U/modified/Cppsym.U
230      Branch: metaconfig/U/perl
231            ! perlxv.U
232 ____________________________________________________________________________
233 [  4899] By: jhi                                   on 2000/01/26  07:46:56
234         Log: Update the scan of the cpp symbols.
235      Branch: cfgperl
236            ! Configure config_h.SH
237      Branch: metaconfig
238            ! U/modified/Cppsym.U
239 ____________________________________________________________________________
240 [  4898] By: gsar                                  on 2000/01/26  04:49:45
241         Log: allow '--' to terminate argument processing (suggested by
242              Marc Espie <espie@schutzenberger.liafa.jussieu.fr>)
243      Branch: perl
244            ! lib/Getopt/Std.pm
245 ____________________________________________________________________________
246 [  4897] By: gsar                                  on 2000/01/26  02:42:38
247         Log: change#3744 should have made grep more like map instead of the
248              other way around
249      Branch: perl
250            ! t/op/grep.t toke.c
251 ____________________________________________________________________________
252 [  4896] By: gsar                                  on 2000/01/26  00:56:14
253         Log: integrate cfgperl contents into mainline
254      Branch: perl
255           +> vos/config.def vos/config.pl
256            ! Changes
257           !> Configure MANIFEST config_h.SH hints/unicosmk.sh
258           !> lib/Benchmark.pm pod/perldelta.pod pod/perlhist.pod pp.c
259           !> vos/config.h vos/config_h.SH_orig
260 ____________________________________________________________________________
261 [  4895] By: gsar                                  on 2000/01/26  00:45:45
262         Log: fix parse failure of (my $foo : bar) and similar (from Spider
263              Boardman)
264      Branch: perl
265            ! toke.c
266 ____________________________________________________________________________
267 [  4894] By: gsar                                  on 2000/01/26  00:33:53
268         Log: avoid failure if directories already read by rmtree() are
269              deleted by another process
270      Branch: perl
271            ! lib/File/Path.pm
272 ____________________________________________________________________________
273 [  4893] By: gsar                                  on 2000/01/25  23:19:18
274         Log: typo in change#4892
275      Branch: perl
276            ! win32/win32.c
277 ____________________________________________________________________________
278 [  4892] By: gsar                                  on 2000/01/25  22:16:19
279         Log: eliminate need for perl95.exe on Windows 9x by working around CRT
280              bug internally (from Benjamin Stuhl <sho_pi@hotmail.com>); modified
281              to call the fixed version of open_osfhandle() only on Windows 9x;
282              updated the makefiles and README.win32 to suit
283      Branch: perl
284            ! README.win32 win32/Makefile win32/makefile.mk win32/win32.c
285            ! win32/win32.h
286 ____________________________________________________________________________
287 [  4891] By: gsar                                  on 2000/01/25  20:22:01
288         Log: produce redeclaration warning on C<our $foo; { our $foo; ... }>
289      Branch: perl
290            ! op.c pod/perldelta.pod pod/perldiag.pod t/pragma/strict-vars
291 ____________________________________________________________________________
292 [  4890] By: gsar                                  on 2000/01/25  19:21:17
293         Log: update Makefile notes on the now deprecated USE_5005THREADS and
294              USE_OBJECT
295      Branch: perl
296            ! win32/Makefile win32/makefile.mk
297 ____________________________________________________________________________
298 [  4889] By: jhi                                   on 2000/01/25  14:44:55
299         Log: Misedit in #4888.
300      Branch: cfgperl
301            ! pp.c
302 ____________________________________________________________________________
303 [  4888] By: jhi                                   on 2000/01/25  14:38:59
304         Log: UNICOS/mk patches.  Removing the _CRAYMPP test may be
305              rash but it's the best move I can think of right now.
306              UNICOS/mk doesn't anymore (2.0.4.82) define _CRAYMPP,
307              but I think it did in the past.
308              Removing the _CRAYMPP test fixes a legion of pack/unpack
309              failures (hint: SHORTSIZE=4,INTSIZE=8,LONGSIZE=8).
310              One subtest, t/lib/io_sock.t #14, is still failing.
311      Branch: cfgperl
312            ! Configure config_h.SH hints/unicosmk.sh pp.c
313      Branch: metaconfig
314            ! U/modified/Oldconfig.U
315 ____________________________________________________________________________
316 [  4887] By: jhi                                   on 2000/01/25  06:13:14
317         Log: Integrate with Sarathy.
318      Branch: cfgperl
319           !> Changes Makefile.SH XSUB.h cflags.SH embed.pl globals.c
320           !> installperl lib/Pod/Html.pm makedef.pl mg.c objXSUB.h perl.h
321           !> perlapi.c perlapi.h pod/perldelta.pod pod/perldiag.pod
322           !> t/io/fs.t win32/Makefile win32/makefile.mk win32/perlhost.h
323           !> win32/perllib.c win32/win32.c win32/win32.h
324 ____________________________________________________________________________
325 [  4886] By: gsar                                  on 2000/01/25  02:54:00
326         Log: consistently use MAX_PATH+1 buffer sizes
327      Branch: perl
328            ! win32/win32.c
329 ____________________________________________________________________________
330 [  4885] By: gsar                                  on 2000/01/25  02:51:35
331         Log: workaround for rename('x','X') bug in Windows NT
332      Branch: perl
333            ! t/io/fs.t win32/win32.c
334 ____________________________________________________________________________
335 [  4884] By: gsar                                  on 2000/01/25  01:32:57
336         Log: windows build fixups from uniform DLL name change to perl56.dll
337      Branch: perl
338            ! installperl makedef.pl win32/perllib.c
339 ____________________________________________________________________________
340 [  4883] By: gsar                                  on 2000/01/25  01:31:27
341         Log: more fixes for warnings from change#4840
342      Branch: perl
343            ! lib/Pod/Html.pm
344 ____________________________________________________________________________
345 [  4882] By: gsar                                  on 2000/01/24  15:35:12
346         Log: assorted little nits
347      Branch: perl
348            ! mg.c win32/Makefile win32/makefile.mk win32/perlhost.h
349            ! win32/win32.c
350 ____________________________________________________________________________
351 [  4881] By: gsar                                  on 2000/01/24  14:32:31
352         Log: add new warnings to perldelta
353      Branch: perl
354            ! Changes pod/perldelta.pod pod/perldiag.pod
355 ____________________________________________________________________________
356 [  4880] By: jhi                                   on 2000/01/24  14:14:23
357         Log: From: Stephane Payrard <properler@freesurf.fr>
358              To: Gurusamy Sarathy <gsar@ActiveState.com>
359              Cc: perl5-porters@perl.org
360              Subject: <patch> avoid division by 0 in Benchmark.pm
361              Date: Mon, 24 Jan 2000 16:15:38 +0100
362              Message-ID: <20000124161538.A995@freesurf.fr>
363      Branch: cfgperl
364            ! lib/Benchmark.pm
365 ____________________________________________________________________________
366 [  4879] By: gsar                                  on 2000/01/24  14:14:20
367         Log: force linkage of the function wrappers for globals in change#4878
368      Branch: perl
369            ! embed.pl globals.c perlapi.h win32/win32.h
370 ____________________________________________________________________________
371 [  4878] By: gsar                                  on 2000/01/24  13:04:45
372         Log: enable function wrappers for access to globals under MULTIPLICITY
373              (provides binary compatibility in the face of changes in interpreter
374              structure)
375      Branch: perl
376            ! Makefile.SH XSUB.h cflags.SH embed.pl makedef.pl objXSUB.h
377            ! perl.h perlapi.c perlapi.h win32/Makefile win32/makefile.mk
378 ____________________________________________________________________________
379 [  4877] By: jhi                                   on 2000/01/24  11:41:57
380         Log: perlhist update.
381      Branch: cfgperl
382            ! pod/perlhist.pod
383 ____________________________________________________________________________
384 [  4876] By: jhi                                   on 2000/01/24  11:32:07
385         Log: Updates on the large file support status.
386      Branch: cfgperl
387            ! pod/perldelta.pod
388 ____________________________________________________________________________
389 [  4875] By: jhi                                   on 2000/01/24  11:23:16
390         Log: Integrate with Sarathy.
391      Branch: cfgperl
392           !> ext/DB_File/Makefile.PL ext/NDBM_File/NDBM_File.pm
393           !> ext/ODBM_File/ODBM_File.pm lib/AutoSplit.pm
394           !> lib/Math/Complex.pm lib/Math/Trig.pm lib/Shell.pm
395 ____________________________________________________________________________
396 [  4874] By: gsar                                  on 2000/01/24  10:43:03
397         Log: fix typos; avoid use constant for lowercase constants (produces
398              warnings now)
399      Branch: perl
400            ! ext/DB_File/Makefile.PL lib/Math/Complex.pm lib/Math/Trig.pm
401            ! lib/Shell.pm
402 ____________________________________________________________________________
403 [  4873] By: gsar                                  on 2000/01/24  09:40:24
404         Log: avoid warnings when there's no subs to autosplit
405      Branch: perl
406            ! lib/AutoSplit.pm
407 ____________________________________________________________________________
408 [  4872] By: jhi                                   on 2000/01/24  09:39:01
409         Log: Create a tool for converting a config_h.SH into a VOS config.h.
410      Branch: cfgperl
411            + vos/config.def vos/config.pl
412            ! MANIFEST vos/config.h vos/config_h.SH_orig
413 ____________________________________________________________________________
414 [  4871] By: gsar                                  on 2000/01/24  09:15:20
415         Log: typos in change#4623
416      Branch: perl
417            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
418 ____________________________________________________________________________
419 [  4870] By: jhi                                   on 2000/01/24  06:43:19
420         Log: Sync metaconfig units to comply with the typo fixes of #4869. 
421      Branch: cfgperl
422            ! Configure config_h.SH
423      Branch: metaconfig
424            + U/modified/cf_email.U U/modified/so.U
425      Branch: metaconfig/U/perl
426            ! dlsrc.U
427 ____________________________________________________________________________
428 [  4869] By: jhi                                   on 2000/01/24  06:04:31
429         Log: Integrate with Sarathy.
430      Branch: cfgperl
431           +> t/pragma/diagnostics.t
432           !> (integrate 120 files)
433 ____________________________________________________________________________
434 [  4868] By: gsar                                  on 2000/01/23  21:49:28
435         Log: on windows, set seek position to end for files opened in append mode
436              (improves compatibility with Unix, avoids buffering issues)
437      Branch: perl
438            ! win32/win32.c
439 ____________________________________________________________________________
440 [  4867] By: gsar                                  on 2000/01/23  21:19:31
441         Log: change#4866 was flawed; revert and add better fix for warning
442      Branch: perl
443            ! op.c op.h
444 ____________________________________________________________________________
445 [  4866] By: gsar                                  on 2000/01/23  20:43:56
446         Log: optimize away runtime code for our($foo) (also avoid warnings)
447      Branch: perl
448            ! op.c
449 ____________________________________________________________________________
450 [  4865] By: gsar                                  on 2000/01/23  13:17:18
451         Log: DB_File 1.72 update from Paul Marquess <paul.marquess@bt.com>
452      Branch: perl
453            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
454            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
455 ____________________________________________________________________________
456 [  4864] By: gsar                                  on 2000/01/23  13:12:31
457         Log: system('VAR123=foo cmd') wasn't invoking shell (de-locale-ized patch
458              suggested by Dominic Dunlop <domo@computer.org>)
459      Branch: perl
460            ! doio.c
461 ____________________________________________________________________________
462 [  4863] By: gsar                                  on 2000/01/23  13:01:35
463         Log: fix misclassified warnings
464      Branch: perl
465            ! pod/perldiag.pod
466 ____________________________________________________________________________
467 [  4862] By: gsar                                  on 2000/01/23  12:52:12
468         Log: document bareword prototype incompatibility
469      Branch: perl
470            ! pod/perldelta.pod pod/perlsub.pod
471 ____________________________________________________________________________
472 [  4861] By: gsar                                  on 2000/01/23  12:32:25
473         Log: faulty edit
474      Branch: perl
475            ! lib/File/stat.pm
476 ____________________________________________________________________________
477 [  4860] By: gsar                                  on 2000/01/23  12:23:48
478         Log: s/use vars/our/g modules that aren't independently maintained on CPAN
479      Branch: perl
480            ! ext/B/B/Asmdata.pm ext/Data/Dumper/Dumper.pm
481            ! ext/Devel/DProf/DProf.pm ext/Fcntl/Fcntl.pm
482            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm
483            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/File.pm
484            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
485            ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Seekable.pm
486            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
487            ! ext/IO/lib/IO/Socket/UNIX.pm ext/NDBM_File/NDBM_File.pm
488            ! ext/ODBM_File/ODBM_File.pm ext/Opcode/Opcode.pm
489            ! ext/Opcode/Safe.pm ext/POSIX/POSIX.pm
490            ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
491            ! ext/Thread/Thread.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
492            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Dumpvalue.pm
493            ! lib/ExtUtils/Command.pm lib/ExtUtils/Install.pm
494            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Liblist.pm
495            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Mksymlists.pm
496            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
497            ! lib/File/Compare.pm lib/File/Copy.pm lib/File/Find.pm
498            ! lib/File/Path.pm lib/File/stat.pm lib/FileHandle.pm
499            ! lib/Math/Complex.pm lib/Math/Trig.pm lib/Net/Ping.pm
500            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
501            ! lib/Net/servent.pm lib/Shell.pm lib/Test.pm
502            ! lib/Test/Harness.pm lib/Tie/Array.pm lib/Tie/Handle.pm
503            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
504            ! lib/User/pwent.pm lib/base.pm lib/caller.pm lib/constant.pm
505            ! lib/diagnostics.pm lib/fields.pm lib/lib.pm lib/strict.pm
506 ____________________________________________________________________________
507 [  4859] By: gsar                                  on 2000/01/23  11:29:22
508         Log: fix diagnostics to report "our" vs "my" correctly
509      Branch: perl
510            ! op.c pod/perldiag.pod
511 ____________________________________________________________________________
512 [  4858] By: gsar                                  on 2000/01/23  10:14:46
513         Log: set api_version to 5.5.0 (binary compatibility needs to get tested
514              more widely)
515      Branch: perl
516            ! patchlevel.h
517 ____________________________________________________________________________
518 [  4857] By: gsar                                  on 2000/01/23  10:04:03
519         Log: disallow our($foo::bar)
520      Branch: perl
521            ! pod/perldiag.pod toke.c
522 ____________________________________________________________________________
523 [  4856] By: gsar                                  on 2000/01/23  09:50:54
524         Log: dprofpp can't find Devel::DProf::VERSION due to change#4852
525      Branch: perl
526            ! utils/dprofpp.PL
527 ____________________________________________________________________________
528 [  4855] By: gsar                                  on 2000/01/23  09:36:51
529         Log: new test (from Michael G Schwern <schwern@pobox.com>)
530      Branch: perl
531            + t/pragma/diagnostics.t
532            ! MANIFEST
533 ____________________________________________________________________________
534 [  4854] By: gsar                                  on 2000/01/23  09:24:40
535         Log: add PREREQ_PM to default template (suggested by Michael G Schwern
536              <schwern@pobox.com>)
537      Branch: perl
538            ! utils/h2xs.PL
539 ____________________________________________________________________________
540 [  4853] By: gsar                                  on 2000/01/23  09:08:30
541         Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
542      Branch: perl
543            ! cygwin/Makefile.SHs hints/cygwin.sh t/io/tell.t
544 ____________________________________________________________________________
545 [  4852] By: gsar                                  on 2000/01/23  08:52:44
546         Log: mark some extensions as "special versions" to avoid CPAN indexer
547              confusion (from Ilya Zakharevich)
548      Branch: perl
549            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
550 ____________________________________________________________________________
551 [  4851] By: gsar                                  on 2000/01/23  08:48:46
552         Log: prefer POSIX::uname() rather than syscalls, which require attempting
553              to load syscall.ph (from David Huggins-Daines <dhd@eradicator.org>)
554      Branch: perl
555            ! lib/Sys/Hostname.pm
556 ____________________________________________________________________________
557 [  4850] By: gsar                                  on 2000/01/23  08:36:43
558         Log: integrate cfgperl contents into mainline
559      Branch: perl
560           !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
561           !> Porting/config_H config_h.SH perl.h
562 ____________________________________________________________________________
563 [  4849] By: gsar                                  on 2000/01/23  08:17:30
564         Log: fix localization in while BLOCK when there is a continue BLOCK
565              by introducing an explicit scope (c.f. change#4848)
566      Branch: perl
567            ! op.c pp_ctl.c t/cmd/while.t
568 ____________________________________________________________________________
569 [  4848] By: gsar                                  on 2000/01/23  06:43:51
570         Log: fix scope cleanup when next jumps to a continue block; this is rather
571              in the nature of a kludge; it doesn't fix the longstanding bug that
572              makes C<while (!$x++) { local $x = 7 } continue { print $x }> print "7"
573              instead of "1")
574      Branch: perl
575            ! pp_ctl.c t/cmd/while.t
576 ____________________________________________________________________________
577 [  4847] By: gsar                                  on 2000/01/23  04:47:25
578         Log: don't warn about masked lexical in C<if (my $x = 1) { my $x; }>,
579              C<while (my $x = foo()) { my $x = bar(); }> etc.
580      Branch: perl
581            ! op.c
582 ____________________________________________________________________________
583 [  4846] By: gsar                                  on 2000/01/23  04:44:17
584         Log: avoid warnings in change#4839
585      Branch: perl
586            ! lib/Carp/Heavy.pm
587 ____________________________________________________________________________
588 [  4845] By: gsar                                  on 2000/01/22  13:12:38
589         Log: Configure typos (from Ray Phillips <r.phillips@mailbox.uq.edu.au>)
590      Branch: perl
591            ! Changes Configure
592 ____________________________________________________________________________
593 [  4844] By: gsar                                  on 2000/01/22  12:46:26
594         Log: wrong category for exec() warning
595      Branch: perl
596            ! op.c pod/perlop.pod
597 ____________________________________________________________________________
598 [  4843] By: gsar                                  on 2000/01/22  12:42:40
599         Log: fix line continuations in argument lists (from Helmut Jarausch)
600      Branch: perl
601            ! lib/ExtUtils/xsubpp
602 ____________________________________________________________________________
603 [  4842] By: gsar                                  on 2000/01/22  12:34:39
604         Log: CGI.pm upgraded to v2.56 from CPAN
605      Branch: perl
606            ! eg/cgi/index.html lib/CGI.pm lib/CGI/Apache.pm
607            ! lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Switch.pm
608            ! t/lib/cgi-html.t
609 ____________________________________________________________________________
610 [  4841] By: gsar                                  on 2000/01/22  12:07:23
611         Log: avoid warnings due to lack of forward declarations
612      Branch: perl
613            ! lib/Pod/Html.pm
614 ____________________________________________________________________________
615 [  4840] By: gsar                                  on 2000/01/22  12:04:30
616         Log: heavy cleanup of Pod::Html bug fixes (from Wolfgang Laun
617              <wolfgang.laun@alcatel.at>)
618      Branch: perl
619            ! lib/Pod/Html.pm
620 ____________________________________________________________________________
621 [  4839] By: gsar                                  on 2000/01/22  11:57:24
622         Log: better Carp reporting within subclassed modules (from Wolfgang Laun
623              <wolfgang.laun@alcatel.at>)
624      Branch: perl
625            ! lib/Carp/Heavy.pm pod/perldelta.pod
626 ____________________________________________________________________________
627 [  4838] By: gsar                                  on 2000/01/22  10:53:06
628         Log: truncate(FH) flushes FH before truncating it
629      Branch: perl
630            ! pp_sys.c t/io/fs.t
631 ____________________________________________________________________________
632 [  4837] By: gsar                                  on 2000/01/22  10:37:16
633         Log: #line directives without a filename leave the file name as it was
634              instead of setting it to the script name (from Andrew Pimlott
635              <andrew@pimlott.ne.mediaone.net>)
636      Branch: perl
637            ! toke.c
638 ____________________________________________________________________________
639 [  4836] By: gsar                                  on 2000/01/22  10:06:53
640         Log: add patch for printf-style format typechecks (from Robin Barker
641              <rmb1@cise.npl.co.uk>); fixes for problems so identified
642      Branch: perl
643            ! XSUB.h doio.c dump.c embed.pl gv.c op.c perl.c perl.h pp_ctl.c
644            ! pp_hot.c pp_sys.c proto.h regcomp.c sv.c toke.c
645 ____________________________________________________________________________
646 [  4835] By: gsar                                  on 2000/01/22  08:42:52
647         Log: From: John Tobey <jtobey@isay.com>
648              Date: Thu, 16 Dec 1999 20:20:38 -0500
649              Message-Id: <E11ym4U-0000c7-00@einstein.localnet>
650              Subject: [ID 19991216.006] [PATCH 5.005_63] Reloading modules that use 'fields'
651      Branch: perl
652            ! lib/base.pm lib/fields.pm t/lib/fields.t
653 ____________________________________________________________________________
654 [  4834] By: gsar                                  on 2000/01/22  08:08:08
655         Log: fix deeply nested closures that have no references to lexical in
656              intervening subs
657      Branch: perl
658            ! embed.h embed.pl op.c proto.h t/op/closure.t
659 ____________________________________________________________________________
660 [  4833] By: gsar                                  on 2000/01/21  17:04:21
661         Log: add $VERSION
662      Branch: perl
663            ! lib/Text/Soundex.pm lib/Tie/Handle.pm
664 ____________________________________________________________________________
665 [  4832] By: gsar                                  on 2000/01/21  16:49:09
666         Log: fix bug in dumping self-referential scalars
667      Branch: perl
668            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
669            ! t/lib/dumper.t
670 ____________________________________________________________________________
671 [  4831] By: jhi                                   on 2000/01/21  09:16:07
672         Log: Integrate with Sarathy.
673      Branch: cfgperl
674           +> t/op/exists_sub.t
675           !> INSTALL MANIFEST embed.h embed.pl global.sym objXSUB.h op.c
676           !> op.h perlapi.c pod/perldelta.pod pod/perldiag.pod
677           !> pod/perlfunc.pod pod/perlop.pod pod/perlvar.pod pp.c pp_hot.c
678           !> pp_sys.c proto.h sv.c sv.h t/pragma/warn/pp_hot
679           !> t/pragma/warn/pp_sys util.c utils/h2xs.PL
680 ____________________________________________________________________________
681 [  4830] By: gsar                                  on 2000/01/21  04:28:08
682         Log: patch to report warnings on bogus filehandles passed to flock(),
683              more consistent warnings, from Greg Bacon <gbacon@itsc.uah.edu>
684              (slightly modified)
685      Branch: perl
686            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
687            ! pod/perldiag.pod pp_hot.c pp_sys.c proto.h
688            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
689 ____________________________________________________________________________
690 [  4829] By: gsar                                  on 2000/01/21  03:43:46
691         Log: typo fix
692      Branch: perl
693            ! pod/perlop.pod
694 ____________________________________________________________________________
695 [  4828] By: gsar                                  on 2000/01/21  03:32:31
696         Log: notes about $^H and %^H from Ilya Zakharevich; substantial
697              fixups of faulty facts and prose
698      Branch: perl
699            ! pod/perlvar.pod
700 ____________________________________________________________________________
701 [  4827] By: gsar                                  on 2000/01/21  01:45:51
702         Log: support for C<exists &func> (from Spider Boardman)
703      Branch: perl
704            + t/op/exists_sub.t
705            ! MANIFEST op.c op.h pod/perldelta.pod pod/perldiag.pod
706            ! pod/perlfunc.pod pp.c
707 ____________________________________________________________________________
708 [  4826] By: gsar                                  on 2000/01/21  01:35:46
709         Log: mention the fact that open(my $foo, ...) covers all handle
710              constructors
711      Branch: perl
712            ! pod/perldelta.pod
713 ____________________________________________________________________________
714 [  4825] By: gsar                                  on 2000/01/21  01:03:34
715         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
716              Date: Wed, 19 Jan 2000 15:05:11 -0500
717              Message-ID: <20000119150511.A22859@monk.mps.ohio-state.edu>
718              Subject: [PATCH 5.005_63] h2xs goof and a depessimization
719      Branch: perl
720            ! utils/h2xs.PL
721 ____________________________________________________________________________
722 [  4824] By: gsar                                  on 2000/01/20  19:14:26
723         Log: INSTALL updates from Andy Dougherty
724      Branch: perl
725            ! INSTALL
726 ____________________________________________________________________________
727 [  4823] By: gsar                                  on 2000/01/20  08:40:13
728         Log: sv_true() has a superfluous test
729      Branch: perl
730            ! sv.c sv.h
731 ____________________________________________________________________________
732 [  4822] By: bailey                                on 2000/01/20  02:03:35
733         Log: Minor cosmetic updates
734      Branch: vmsperl
735            ! configure.com
736 ____________________________________________________________________________
737 [  4821] By: bailey                                on 2000/01/20  00:25:30
738         Log: Quick integration of mainline changes to date
739      Branch: vmsperl
740           +> (branch 74 files)
741            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu epoc/config.h
742            - epoc/perl.mmp epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
743            - lib/Pod/PlainText.pm lib/unicode/Eq/Latin1
744            - lib/unicode/Eq/Unicode lib/unicode/Jamo-2.txt
745            - lib/unicode/Unicode.html lib/unicode/UnicodeData-Latest.txt
746            - lib/warning.pm os2/POSIX.mkfifo warning.h
747           !> (integrate 462 files)
748 ____________________________________________________________________________
749 [  4820] By: jhi                                   on 2000/01/19  22:46:42
750         Log: More robust inc_version_list from Andy.
751      Branch: cfgperl
752            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
753            ! config_h.SH
754      Branch: metaconfig
755            ! U/installdirs/inc_version_list.U
756 ____________________________________________________________________________
757 [  4819] By: jhi                                   on 2000/01/19  17:36:56
758         Log: Add NV_PRESERVES_UV.
759      Branch: cfgperl
760            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
761            ! config_h.SH perl.h
762      Branch: metaconfig
763            ! U/protos/selecttype.U
764      Branch: metaconfig/U/perl
765            - nvpresuv.U
766            ! perlxv.U
767 ____________________________________________________________________________
768 [  4818] By: jhi                                   on 2000/01/19  08:13:05
769         Log: Integrate with Sarathy.
770      Branch: cfgperl
771           !> Changes Configure win32/config.bc win32/config.gc
772           !> win32/config.vc win32/config_H.bc win32/config_H.gc
773           !> win32/config_H.vc
774 ____________________________________________________________________________
775 [  4817] By: gsar                                  on 2000/01/19  05:25:43
776         Log: regen win32/config*
777      Branch: perl
778            ! Configure win32/config.bc win32/config.gc win32/config.vc
779            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
780 ____________________________________________________________________________
781 [  4816] By: jhi                                   on 2000/01/18  21:19:10
782         Log: Policy patch from Andy for installation directories,
783              removing the $apiversion.
784      Branch: cfgperl
785            ! Policy_sh.SH
786 ____________________________________________________________________________
787 [  4815] By: jhi                                   on 2000/01/18  21:11:03
788         Log: Move _GNU_SOURCE into config_h.SH awaay from Configure
789              as suggested by Andy.
790      Branch: cfgperl
791            ! Configure config_h.SH
792      Branch: metaconfig
793            ! U/compline/d_gnulibc.U U/modified/cc.U
794 ____________________________________________________________________________
795 [  4814] By: gsar                                  on 2000/01/18  20:48:10
796         Log: integrate cfgperl changes into mainline
797      Branch: perl
798            ! Changes
799           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
800           !> Porting/pumpkin.pod config_h.SH doop.c patchlevel.h perl.c
801           !> perl.h t/lib/posix.t t/op/pack.t utf8.c
802 ____________________________________________________________________________
803 [  4813] By: jhi                                   on 2000/01/18  19:41:33
804         Log: metaconfig todo note from Andy.
805      Branch: cfgperl
806            ! Configure config_h.SH
807      Branch: metaconfig
808            ! U/installdirs/inc_version_list.U
809 ____________________________________________________________________________
810 [  4812] By: jhi                                   on 2000/01/18  15:02:55
811         Log: More -V.
812      Branch: cfgperl
813            ! perl.c
814 ____________________________________________________________________________
815 [  4811] By: jhi                                   on 2000/01/18  10:35:30
816         Log: More compile-time options shown with -V.
817      Branch: cfgperl
818            ! perl.c
819 ____________________________________________________________________________
820 [  4810] By: jhi                                   on 2000/01/17  08:35:49
821         Log: Add -D_GNU_SOURCE into ccflags for gcc (for now to expose
822              the strtold() and qgcvt() prototypes for long doubles, but
823              it should be okay in any case); fix bad assumptions in the
824              test suite about string->float conversions; though the out
825              parameter of strtold() (and strtoll()) is unused, it is nicer
826              to have it in correct type.
827      Branch: cfgperl
828            ! Configure config_h.SH perl.h t/lib/posix.t t/op/pack.t
829      Branch: metaconfig
830            ! U/modified/cc.U
831 ____________________________________________________________________________
832 [  4809] By: jhi                                   on 2000/01/16  19:21:18
833         Log: strtoll works better ternary.
834      Branch: cfgperl
835            ! perl.h
836 ____________________________________________________________________________
837 [  4808] By: jhi                                   on 2000/01/16  19:12:58
838         Log: Know strtoll.
839      Branch: cfgperl
840            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
841            ! config_h.SH perl.h
842 ____________________________________________________________________________
843 [  4807] By: jhi                                   on 2000/01/16  17:57:03
844         Log: Integrate with Sarathy.
845      Branch: cfgperl
846           !> dump.c gv.c gv.h lib/vars.pm op.c op.h perl.h pod/perlfunc.pod
847           !> sv.c sv.h t/pragma/strict-vars toke.c util.c
848 ____________________________________________________________________________
849 [  4806] By: jhi                                   on 2000/01/16  16:37:47
850         Log: Continue qgcvt work; closer now but not yet there.
851      Branch: cfgperl
852            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
853            ! config_h.SH doop.c utf8.c
854      Branch: metaconfig
855            ! U/compline/d_gconvert.U
856      Branch: metaconfig/U/perl
857            ! d_qgcvt.U
858 ____________________________________________________________________________
859 [  4805] By: jhi                                   on 2000/01/15  22:26:16
860         Log: Metaconfig and Porting patches from Andy; start using the new
861              long long and long double thingies from #4804; regen Configure.
862      Branch: cfgperl
863            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
864            ! Porting/pumpkin.pod config_h.SH patchlevel.h perl.h util.c
865      Branch: metaconfig
866            + U/dist_patches/dist-p70a U/dist_patches/dist-p70b
867            + U/dist_patches/dist-p70c U/installdirs/inc_version_list.U
868            + U/modified/myhostname.U U/modified/nis.U U/nullified/fpu.U
869            + U/nullified/lib.U
870            ! U/README U/compline/d_gconvert.U U/installdirs/sitearch.U
871            ! U/installdirs/sitelib.U U/installdirs/vendorarch.U
872            ! U/installdirs/vendorlib.U U/modified/Cppsym.U U/modified/Loc.U
873            ! U/modified/Oldconfig.U U/modified/Signal.U
874            ! U/modified/sig_name.U U/threads/usethreads.U
875      Branch: metaconfig/U/perl
876            ! d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
877            ! d_strtouq.U dlsrc.U i_db.U libperl.U patchlevel.U
878            ! usemultiplicity.U
879      Branch: perl
880            ! perl.h util.c
881 ____________________________________________________________________________
882 [  4804] By: jhi                                   on 2000/01/14  14:22:24
883         Log: Add more quad/long long/long double sciency.
884      Branch: metaconfig/U/perl
885            + d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
886            + d_strtouq.U
887 ____________________________________________________________________________
888 [  4803] By: gsar                                  on 2000/01/14  04:40:49
889         Log: minor optimization (avoid double sv_upgrade() for "our Foo $bar;")
890      Branch: perl
891            ! op.c
892 ____________________________________________________________________________
893 [  4802] By: gsar                                  on 2000/01/14  04:35:55
894         Log: add note about "our"
895      Branch: perl
896            ! lib/vars.pm
897 ____________________________________________________________________________
898 [  4801] By: gsar                                  on 2000/01/14  04:16:51
899         Log: nailed "our" declarations, and better warnings on duplicate
900              "our" declarations
901      Branch: perl
902            ! dump.c gv.c gv.h op.c pod/perlfunc.pod sv.c sv.h
903            ! t/pragma/strict-vars toke.c
904 ____________________________________________________________________________
905 [  4800] By: gsar                                  on 2000/01/14  01:27:13
906         Log: avoid spurious "Useless use of variable" warning on C<our $foo;>
907      Branch: perl
908            ! dump.c op.c op.h
909 ____________________________________________________________________________
910 [  4799] By: gsar                                  on 2000/01/14  01:17:15
911         Log: doc typo
912      Branch: perl
913            ! pod/perlfunc.pod
914 ____________________________________________________________________________
915 [  4798] By: jhi                                   on 2000/01/13  16:31:34
916         Log: Integrate with Sarathy.
917      Branch: cfgperl
918           +> epoc/config.sh epoc/epocish.c epoc/link.pl
919           +> ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/hints/openbsd.pl
920           +> ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
921           +> ext/ODBM_File/hints/cygwin.pl lib/byte.pm lib/byte_heavy.pl
922           +> lib/unicode/Unicode.300 pod/perlfork.pod t/lib/glob-case.t
923           +> win32/perlhost.h win32/vdir.h win32/vmem.h
924            - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
925            - epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
926            - lib/unicode/UnicodeData-Latest.txt os2/POSIX.mkfifo
927           !> (integrate 282 files)
928 ____________________________________________________________________________
929 [  4797] By: gsar                                  on 2000/01/13  08:12:56
930         Log: clearer docs for change#4796; faster av_exists()
931      Branch: perl
932            ! av.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
933 ____________________________________________________________________________
934 [  4796] By: gsar                                  on 2000/01/13  06:49:03
935         Log: support delete() and exists() on array, tied array, and pseudo-hash
936              elements or slices
937      Branch: perl
938            ! av.c embed.h embed.pl global.sym lib/Tie/Array.pm
939            ! lib/Tie/Hash.pm objXSUB.h op.c perlapi.c pod/perldelta.pod
940            ! pod/perlfunc.pod pod/perlref.pod pod/perltie.pod pp.c proto.h
941            ! t/op/avhv.t t/op/delete.t
942 ____________________________________________________________________________
943 [  4795] By: gsar                                  on 2000/01/11  20:52:30
944         Log: extend site_perl changes change#4773 to vendor_perl as well
945      Branch: perl
946            ! Configure
947 ____________________________________________________________________________
948 [  4794] By: gsar                                  on 2000/01/11  19:18:50
949         Log: rework INSTALL to reflect new logic for versioning sitelibs
950      Branch: perl
951            ! INSTALL
952 ____________________________________________________________________________
953 [  4793] By: gsar                                  on 2000/01/11  01:44:00
954         Log: test for change#4792
955      Branch: perl
956            ! t/op/fork.t
957 ____________________________________________________________________________
958 [  4792] By: gsar                                  on 2000/01/11  01:22:36
959         Log: pseudo forked children inherit environment correctly
960      Branch: perl
961            ! win32/perlhost.h
962 ____________________________________________________________________________
963 [  4791] By: gsar                                  on 2000/01/10  19:14:03
964         Log: test tweak
965      Branch: perl
966            ! t/op/fork.t
967 ____________________________________________________________________________
968 [  4790] By: gsar                                  on 2000/01/10  18:56:16
969         Log: check for USE_ITHREADS sanity was too restrictive
970      Branch: perl
971            ! perl.h
972 ____________________________________________________________________________
973 [  4789] By: gsar                                  on 2000/01/10  18:30:24
974         Log: add workaround for textmode read() bug in MSVCRT; make chdir() do
975              a real SetCurrentDirectory() in toplevel host
976      Branch: perl
977            ! README.win32 win32/Makefile win32/makefile.mk win32/perlhost.h
978            ! win32/vdir.h win32/win32.c
979 ____________________________________________________________________________
980 [  4782] By: gsar                                  on 2000/01/10  05:27:03
981         Log: EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)
982      Branch: perl
983            + epoc/config.sh epoc/epocish.c epoc/link.pl
984            - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
985            - epoc/perl.pkg
986            ! MANIFEST README.epoc epoc/createpkg.pl epoc/epoc.c
987            ! epoc/epoc_stubs.c epoc/epocish.h ext/IO/lib/IO/Socket.pm
988            ! lib/Sys/Hostname.pm
989 ____________________________________________________________________________
990 [  4781] By: gsar                                  on 2000/01/10  05:11:03
991         Log: pod typos (from Abigail <abigail@delanet.com>)
992      Branch: perl
993            ! pod/perl.pod pod/perllexwarn.pod pod/perlxstut.pod
994 ____________________________________________________________________________
995 [  4780] By: gsar                                  on 2000/01/10  05:07:35
996         Log: failing RE test added (from Robert Cunningham <rkc@ll.mit.edu>)
997      Branch: perl
998            ! t/lib/thread.t
999 ____________________________________________________________________________
1000 [  4779] By: gsar                                  on 2000/01/10  05:06:16
1001         Log: terminate -s switch processing only on C<-->, not on C<--foo>
1002      Branch: perl
1003            ! perl.c
1004 ____________________________________________________________________________
1005 [  4778] By: gsar                                  on 2000/01/10  04:38:45
1006         Log: useithreads needs usemultiplicity
1007      Branch: perl
1008            ! Configure perl.h
1009 ____________________________________________________________________________
1010 [  4777] By: gsar                                  on 2000/01/10  01:18:04
1011         Log: use $Config{version} rather than $] where appropriate
1012      Branch: perl
1013            ! lib/CPAN.pm lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Unix.pm
1014            ! lib/ExtUtils/Mksymlists.pm lib/Pod/Man.pm lib/diagnostics.pm
1015            ! lib/lib.pm
1016 ____________________________________________________________________________
1017 [  4776] By: gsar                                  on 2000/01/10  00:11:34
1018         Log: enable fork.t on windows
1019      Branch: perl
1020            ! t/op/fork.t
1021 ____________________________________________________________________________
1022 [  4775] By: gsar                                  on 2000/01/10  00:07:29
1023         Log: broken test for use5005threads
1024      Branch: perl
1025            ! t/lib/safe2.t
1026 ____________________________________________________________________________
1027 [  4774] By: gsar                                  on 2000/01/09  23:56:37
1028         Log: more windows build tweaks
1029      Branch: perl
1030            ! installperl makedef.pl win32/Makefile win32/config_H.bc
1031            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
1032            ! win32/makefile.mk
1033 ____________________________________________________________________________
1034 [  4773] By: gsar                                  on 2000/01/09  22:27:19
1035         Log: more changes for new-style version numbers (versions numbers on
1036              the filesystem look like 5.5.640, except on DOS-DJGPP and VMS where
1037              they look like 5_5_640; delete @Config{pm_apiversion,xs_apiversion};
1038              split $Config{apiversion} into three, @Config{apirevision,apiversion,
1039              apisubversion} for CPP friendliness; $Config{sitelib} now defaults
1040              to .../site_perl/$version, just like $Config{privlib}, making sitelib
1041              completely independent across versions and substantially eliminating
1042              chances of breaking older installations by overwriting newly built
1043              extensions; all this means compatibility inclusions for @INC will need
1044              to take into account older sitelib versions (this still TODO)
1045              
1046              windows, vms, dos tweaks for the above
1047      Branch: perl
1048            ! Changes Configure INSTALL Porting/config.sh Porting/config_H
1049            ! config_h.SH configure.com dosish.h installman installperl
1050            ! patchlevel.h perl.c perl.h vms/vmsish.h win32/Makefile
1051            ! win32/config.bc win32/config.gc win32/config.vc
1052            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1053            ! win32/config_h.PL win32/config_sh.PL win32/makefile.mk
1054            ! win32/win32.c
1055 ____________________________________________________________________________
1056 [  4772] By: gsar                                  on 2000/01/09  19:05:33
1057         Log: s/usethreads/use5005threads/g
1058      Branch: perl
1059            ! myconfig.SH t/lib/english.t t/lib/thread.t t/op/nothread.t
1060 ____________________________________________________________________________
1061 [  4771] By: gsar                                  on 2000/01/09  18:51:50
1062         Log: Configure changes for new-style version numbers (from Andy Dougherty,
1063              slightly altered)
1064      Branch: perl
1065            ! Configure INSTALL Porting/Glossary Porting/config.sh
1066            ! Porting/config_H config_h.SH perl.h win32/Makefile
1067            ! win32/config.bc win32/config.gc win32/config.vc
1068            ! win32/makefile.mk
1069 ____________________________________________________________________________
1070 [  4770] By: gsar                                  on 2000/01/07  22:18:54
1071         Log: fix for 'make utest' failures (from Ilya Zakharevich)
1072      Branch: perl
1073            ! regexec.c
1074 ____________________________________________________________________________
1075 [  4769] By: gsar                                  on 2000/01/07  18:23:16
1076         Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
1077      Branch: perl
1078            + ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
1079            + ext/ODBM_File/hints/cygwin.pl
1080            ! Configure INSTALL MANIFEST ext/POSIX/Makefile.PL
1081            ! hints/cygwin.sh installman installperl lib/Cwd.pm
1082            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec/Unix.pm lib/perl5db.pl
1083            ! perlsdio.h t/op/magic.t t/op/stat.t utils/perlcc.PL
1084 ____________________________________________________________________________
1085 [  4768] By: gsar                                  on 2000/01/07  18:12:15
1086         Log: typo on h2xs.PL (from Helmut Jarausch)
1087      Branch: perl
1088            ! utils/h2xs.PL
1089 ____________________________________________________________________________
1090 [  4767] By: gsar                                  on 2000/01/07  17:58:45
1091         Log: VMS update (from Peter Prymmer <pvhp@forte.com>)
1092      Branch: perl
1093            ! README.vms configure.com vms/subconfigure.com
1094 ____________________________________________________________________________
1095 [  4766] By: gsar                                  on 2000/01/07  17:54:05
1096         Log: os2/POSIX.mkfifo not needed (from Yitzchak Scott-Thoennes
1097              <sthoenna@efn.org>)
1098      Branch: perl
1099            - os2/POSIX.mkfifo
1100            ! MANIFEST README.os2
1101 ____________________________________________________________________________
1102 [  4765] By: gsar                                  on 2000/01/06  20:11:46
1103         Log: add workaround for dlopen() bug on OpenBSD (relative paths that
1104              match /^lib/ won't load properly)
1105      Branch: perl
1106            + ext/DynaLoader/hints/openbsd.pl
1107            ! Changes MANIFEST ext/DynaLoader/dl_dlopen.xs
1108 ____________________________________________________________________________
1109 [  4764] By: gsar                                  on 2000/01/06  19:51:08
1110         Log: add undocumented globals for compatibility--find.pl, and find2perl
1111              generated code need them (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
1112      Branch: perl
1113            ! lib/File/Find.pm
1114 ____________________________________________________________________________
1115 [  4763] By: gsar                                  on 2000/01/06  10:51:07
1116         Log: fix various C-backend shenanigans
1117      Branch: perl
1118            ! ext/B/B/C.pm
1119 ____________________________________________________________________________
1120 [  4762] By: gsar                                  on 2000/01/06  04:09:00
1121         Log: tweak test in change#4757 for Windows
1122      Branch: perl
1123            ! t/io/open.t
1124 ____________________________________________________________________________
1125 [  4761] By: gsar                                  on 2000/01/06  02:55:30
1126         Log: USE_ITHREADS tweak (reused pad values could be SvREADONLY if
1127              they belonged to freed OP_CONSTs)
1128      Branch: perl
1129            ! op.c
1130 ____________________________________________________________________________
1131 [  4760] By: gsar                                  on 2000/01/06  00:22:40
1132         Log: constant ranges could escape bareword check in list context
1133      Branch: perl
1134            ! op.c t/pragma/strict-subs
1135 ____________________________________________________________________________
1136 [  4759] By: gsar                                  on 2000/01/05  20:52:50
1137         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1138              Date: Wed, 05 Jan 2000 15:23:18 EST
1139              Message-Id: <20000105152318.A7400@monk.mps.ohio-state.edu>
1140              Subject: Re: minimal m//g matches appear busted
1141      Branch: perl
1142            ! regexec.c t/op/pat.t
1143 ____________________________________________________________________________
1144 [  4758] By: gsar                                  on 2000/01/05  12:49:40
1145         Log: various nits identified by warnings unmasked by recent changes
1146      Branch: perl
1147            ! ext/B/Makefile.PL lib/ExtUtils/Install.pm pod/perlfunc.pod
1148 ____________________________________________________________________________
1149 [  4757] By: gsar                                  on 2000/01/05  12:48:10
1150         Log: severe bugs in change#3786 fixed
1151      Branch: perl
1152            ! doio.c t/io/open.t
1153 ____________________________________________________________________________
1154 [  4756] By: gsar                                  on 2000/01/05  11:25:10
1155         Log: tweak change#4745 to make ebcdic output match for chars <= 037
1156      Branch: perl
1157            ! ext/Data/Dumper/Dumper.pm
1158 ____________________________________________________________________________
1159 [  4755] By: gsar                                  on 2000/01/05  06:56:05
1160         Log: cygwin support tweaks (from Eric Fifer <EFifer@sanwaint.com>)
1161      Branch: perl
1162            ! Configure util.c utils/perlcc.PL
1163 ____________________________________________________________________________
1164 [  4754] By: gsar                                  on 2000/01/05  06:52:25
1165         Log: avoid expensive Version_check (from Andreas Koenig)
1166      Branch: perl
1167            ! Changes lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
1168            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
1169 ____________________________________________________________________________
1170 [  4753] By: gsar                                  on 2000/01/05  06:48:22
1171         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
1172              Date: 03 Jan 2000 21:56:02 +0100
1173              Message-ID: <sfcvh5azxgd.fsf@hohenstaufen.in-berlin.de>
1174              Subject: Reloading File::Copy
1175      Branch: perl
1176            ! Changes lib/File/Copy.pm t/lib/filecopy.t
1177 ____________________________________________________________________________
1178 [  4752] By: gsar                                  on 2000/01/04  01:19:20
1179         Log: s/USE_TEXTMODE_SCRIPTS/PERL_TEXTMODE_SCRIPTS/g
1180      Branch: perl
1181            ! win32/Makefile win32/makefile.mk win32/win32.h
1182 ____________________________________________________________________________
1183 [  4751] By: gsar                                  on 2000/01/03  18:26:08
1184         Log: avoid using (custom) autoloader in MakeMaker (from Andreas Koenig)
1185      Branch: perl
1186            ! lib/ExtUtils/MakeMaker.pm
1187 ____________________________________________________________________________
1188 [  4750] By: gsar                                  on 2000/01/02  21:58:02
1189         Log: make DProf look at $ENV{PERL_DPROF_OUT_FILE_NAME} to make it possible
1190              to write to a file other than tmon.out (suggested by Haakon Alstadheim
1191              <Haakon.Alstadheim@sds.no>)
1192      Branch: perl
1193            ! ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.xs
1194 ____________________________________________________________________________
1195 [  4749] By: gsar                                  on 2000/01/02  21:37:29
1196         Log: disable optimization in change#3612 for join() and quotemeta()--this
1197              removes all the gross hacks for the special cases in that change; fix
1198              pp_concat() for when TARG == arg (modified version of patch suggested
1199              by Ilya Zakharevich)
1200      Branch: perl
1201            ! op.c opcode.h opcode.pl pp_hot.c sv.c t/op/lex_assign.t
1202 ____________________________________________________________________________
1203 [  4748] By: gsar                                  on 2000/01/02  20:26:06
1204         Log: MakeMaker should attempt to "require" rather than "use" prerequisites
1205              to avoid imports (from Michael G Schwern <schwern@pobox.com>)
1206      Branch: perl
1207            ! lib/ExtUtils/MakeMaker.pm
1208 ____________________________________________________________________________
1209 [  4747] By: gsar                                  on 2000/01/02  20:17:36
1210         Log: fix 4-arg substr() when used as argument to subroutine
1211      Branch: perl
1212            ! pp.c t/op/substr.t
1213 ____________________________________________________________________________
1214 [  4746] By: gsar                                  on 2000/01/02  18:45:58
1215         Log: usethreads build fixups for NeXTstep (as suggested by Hans Mulder)
1216      Branch: perl
1217            ! embed.h embed.pl ext/DynaLoader/dl_beos.xs
1218            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
1219            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
1220            ! perlapi.c proto.h thread.h util.c
1221 ____________________________________________________________________________
1222 [  4745] By: gsar                                  on 2000/01/02  18:15:44
1223         Log: ebcdic fix for Data::Dumper from Peter Prymmer
1224      Branch: perl
1225            ! ext/Data/Dumper/Dumper.pm regcomp.c
1226 ____________________________________________________________________________
1227 [  4744] By: gsar                                  on 1999/12/31  22:42:23
1228         Log: missing files in previous submit
1229      Branch: perl
1230            ! embed.h embed.pl ext/Devel/DProf/DProf.xs globals.c
1231            ! lib/ExtUtils/MM_Unix.pm objXSUB.h perlapi.c proto.h
1232 ____________________________________________________________________________
1233 [  4743] By: gsar                                  on 1999/12/31  06:47:18
1234         Log: various Windows build tweaks
1235      Branch: perl
1236            ! win32/win32.h
1237 ____________________________________________________________________________
1238 [  4742] By: gsar                                  on 1999/12/30  21:32:36
1239         Log: change#4705 breaks code that interpolates $], so leave string value
1240              of $] as it was for compatibility (and perhaps introduce $^V or similar
1241              for the utf8 representation, maybe?)
1242      Branch: perl
1243            ! configpm gv.c
1244 ____________________________________________________________________________
1245 [  4741] By: gsar                                  on 1999/12/30  19:36:21
1246         Log: avoid CRLF in byteloadable files created by perlcc
1247      Branch: perl
1248            ! utils/perlcc.PL
1249 ____________________________________________________________________________
1250 [  4740] By: gsar                                  on 1999/12/30  19:35:07
1251         Log: leave DATA open in binmode if __END__ line doesn't have CRLF
1252      Branch: perl
1253            ! pod/perldelta.pod toke.c
1254 ____________________________________________________________________________
1255 [  4739] By: gsar                                  on 1999/12/30  05:44:21
1256         Log: enable the PERL_BINMODE_SCRIPTS behavior by default on Windows
1257              to allow ByteLoader to work; the DATA filehandles continue to
1258              be left open in text mode for compatibility
1259      Branch: perl
1260            ! embed.h embed.pl objXSUB.h pod/perldelta.pod proto.h sv.c
1261            ! toke.c win32/Makefile win32/makefile.mk win32/win32.c
1262            ! win32/win32.h
1263 ____________________________________________________________________________
1264 [  4738] By: gsar                                  on 1999/12/30  04:36:12
1265         Log: CR-LF support broken for formats
1266      Branch: perl
1267            ! toke.c
1268 ____________________________________________________________________________
1269 [  4737] By: gsar                                  on 1999/12/29  22:30:52
1270         Log: make DProf functional under pseudo-fork()
1271      Branch: perl
1272            ! ext/Devel/DProf/DProf.xs
1273 ____________________________________________________________________________
1274 [  4736] By: gsar                                  on 1999/12/29  21:04:59
1275         Log: slurp mode fix in change#2910 wasn't quite right (spotted by Hans
1276              Mulder)
1277      Branch: perl
1278            ! doio.c pp_hot.c t/io/argv.t
1279 ____________________________________________________________________________
1280 [  4735] By: gsar                                  on 1999/12/29  18:12:40
1281         Log: re.pm is needed earlier, xsubpp now uses it (spotted by Andreas
1282              Koenig)
1283      Branch: perl
1284            ! Makefile.SH
1285 ____________________________________________________________________________
1286 [  4734] By: gsar                                  on 1999/12/28  21:10:37
1287         Log: Windows build tweaks
1288      Branch: perl
1289            ! INTERN.h sv.c
1290 ____________________________________________________________________________
1291 [  4733] By: gsar                                  on 1999/12/28  20:45:15
1292         Log: remove never-taken branch for making getc() operate on ARGV (spotted 
1293              by Ralph Corderoy <ralph@inputplus.demon.co.uk>)
1294      Branch: perl
1295            ! pp_sys.c
1296 ____________________________________________________________________________
1297 [  4732] By: gsar                                  on 1999/12/28  20:42:13
1298         Log: tests for change#4642 and pod fixups suggested by Ralph Corderoy
1299              <ralph@inputplus.demon.co.uk>
1300      Branch: perl
1301            ! pod/perldelta.pod pod/perlfunc.pod pod/perlre.pod t/io/argv.t
1302 ____________________________________________________________________________
1303 [  4731] By: gsar                                  on 1999/12/28  20:23:17
1304         Log: optimize XSUBs to use targets if the -nooptimize xsubpp option is
1305              not supplied (variant of patch suggested by Ilya Zakharevich)
1306      Branch: perl
1307            ! XSUB.h lib/ExtUtils/xsubpp
1308 ____________________________________________________________________________
1309 [  4730] By: gsar                                  on 1999/12/28  19:55:56
1310         Log: range operator does magical string increment iff both operands
1311              are non-numbers, from Tom Phoenix <rootbeer@redcat.com>; fixed
1312              the "foreach (RANGE)" case as well
1313      Branch: perl
1314            ! pp_ctl.c t/op/range.t
1315 ____________________________________________________________________________
1316 [  4729] By: gsar                                  on 1999/12/28  18:40:19
1317         Log: Win9x + GCC update from Benjamin Stuhl <sho_pi@hotmail.com>
1318      Branch: perl
1319            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
1320            ! EXTERN.h INTERN.h MANIFEST README.win32 iperlsys.h
1321            ! lib/ExtUtils/MM_Win32.pm makedef.pl win32/Makefile
1322            ! win32/config.gc win32/genmk95.pl win32/makefile.mk
1323            ! win32/perlhost.h win32/perllib.c win32/runperl.c win32/win32.c
1324            ! win32/win32.h
1325 ____________________________________________________________________________
1326 [  4728] By: gsar                                  on 1999/12/28  07:44:19
1327         Log: typecasts needed
1328      Branch: perl
1329            ! toke.c
1330 ____________________________________________________________________________
1331 [  4727] By: gsar                                  on 1999/12/28  06:23:08
1332         Log: change#4721 needed line number adjustments
1333      Branch: perl
1334            ! MANIFEST global.sym proto.h t/pragma/warn/doop
1335            ! t/pragma/warn/pp t/pragma/warn/regcomp t/pragma/warn/sv
1336            ! t/pragma/warn/toke t/pragma/warn/utf8
1337 ____________________________________________________________________________
1338 [  4726] By: gsar                                  on 1999/12/28  04:18:15
1339         Log: integrate utfperl contents into mainline
1340      Branch: perl
1341           +> lib/byte.pm lib/byte_heavy.pl
1342           !> configpm embed.h embed.pl embedvar.h gv.c intrpvar.h objXSUB.h
1343           !> patchlevel.h perl.c perl.h perlapi.c pp_ctl.c pp_hot.c proto.h
1344           !> regnodes.h sv.c sv.h t/comp/require.t toke.c utf8.h
1345 ____________________________________________________________________________
1346 [  4725] By: gsar                                  on 1999/12/28  04:08:09
1347         Log: integrate mainline contents
1348      Branch: utfperl
1349            - ext/DynaLoader/dl_cygwin.xs lib/unicode/Eq/Latin1
1350            - lib/unicode/Eq/Unicode
1351           !> (integrate 60 files)
1352 ____________________________________________________________________________
1353 [  4724] By: gsar                                  on 1999/12/28  03:44:10
1354         Log: fix for /(^|a)b/ breakage from Ilya Zakharevich
1355      Branch: perl
1356            ! regcomp.c t/op/re_tests
1357 ____________________________________________________________________________
1358 [  4723] By: gsar                                  on 1999/12/28  03:28:39
1359         Log: more ebcdic testsuite fixups (from Peter Prymmer)
1360      Branch: perl
1361            ! Changes lib/bigfloat.pl t/lib/charnames.t t/lib/dumper.t
1362            ! t/pragma/overload.t t/pragma/utf8.t
1363 ____________________________________________________________________________
1364 [  4722] By: gsar                                  on 1999/12/28  03:14:48
1365         Log: avoid "used once" warning
1366      Branch: perl
1367            ! lib/diagnostics.pm
1368 ____________________________________________________________________________
1369 [  4721] By: gsar                                  on 1999/12/28  03:10:32
1370         Log: ebcdic tweaks for tests from Peter Prymmer
1371      Branch: perl
1372            ! t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/regcomp
1373            ! t/pragma/warn/sv t/pragma/warn/toke t/pragma/warn/utf8
1374 ____________________________________________________________________________
1375 [  4720] By: gsar                                  on 1999/12/28  03:08:39
1376         Log: pod nits from Simon Cozens <simon@brecon.co.uk> and others
1377      Branch: perl
1378            ! README.os2 lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
1379            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
1380            ! lib/ExtUtils/Mkbootstrap.pm pod/perlop.pod
1381 ____________________________________________________________________________
1382 [  4719] By: gsar                                  on 1999/12/28  03:01:04
1383         Log: perlport v1.45 from Chris Nandor
1384      Branch: perl
1385            ! pod/perlport.pod
1386 ____________________________________________________________________________
1387 [  4718] By: gsar                                  on 1999/12/28  02:59:16
1388         Log: newer version of constant.pm from Tom Phoenix; added Tom's notes to
1389              perldelta; added STOP, DESTROY and AUTOLOAD to specials list
1390      Branch: perl
1391            ! lib/constant.pm pod/perldelta.pod pod/perlvar.pod
1392            ! t/pragma/constant.t
1393 ____________________________________________________________________________
1394 [  4717] By: gsar                                  on 1999/12/28  02:47:04
1395         Log: cygwin update from Eric Fifer <EFifer@sanwaint.com>
1396      Branch: perl
1397            - ext/DynaLoader/dl_cygwin.xs
1398            ! MAINTAIN MANIFEST ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/pair.c
1399            ! hints/cygwin.sh installperl mg.c pod/perlfaq3.pod t/op/stat.t
1400            ! util.c
1401 ____________________________________________________________________________
1402 [  4716] By: gsar                                  on 1999/12/28  02:40:51
1403         Log: tweak to show up db-linked-with-libpthread-but-not-perl problem
1404              (from Andy Dougherty)
1405      Branch: perl
1406            ! Configure
1407 ____________________________________________________________________________
1408 [  4715] By: gsar                                  on 1999/12/28  02:38:44
1409         Log: better variant of change#4644 (from Andy Dougherty)
1410      Branch: perl
1411            ! Configure
1412 ____________________________________________________________________________
1413 [  4714] By: gsar                                  on 1999/12/28  02:36:40
1414         Log: be defensive about setting {host,group,pass}cat (from Andy Dougherty)
1415      Branch: perl
1416            ! Configure
1417 ____________________________________________________________________________
1418 [  4713] By: gsar                                  on 1999/12/28  02:35:15
1419         Log: $sitelib should be $prefix/lib/perl5/site_perl, as documented in
1420              INSTALL (from Andy Dougherty)
1421      Branch: perl
1422            ! Configure
1423 ____________________________________________________________________________
1424 [  4712] By: gsar                                  on 1999/12/28  02:30:55
1425         Log: avoid creating new files during make install
1426      Branch: perl
1427            ! Makefile.SH
1428 ____________________________________________________________________________
1429 [  4711] By: gsar                                  on 1999/12/28  02:24:44
1430         Log: pod edits from Paul Marquess and Mark-Jason Dominus
1431      Branch: perl
1432            ! AUTHORS Changes ext/DynaLoader/dl_aix.xs
1433            ! ext/DynaLoader/dl_dlopen.xs lib/Net/Ping.pm pod/perlcall.pod
1434            ! pod/perldelta.pod
1435 ____________________________________________________________________________
1436 [  4710] By: gsar                                  on 1999/12/28  02:05:23
1437         Log: miniperl build fixes for os2 (from Yitzchak Scott-Thoennes
1438              <sthoenna@efn.org>); add explicit target for opmini.o
1439      Branch: perl
1440            ! Makefile.SH cygwin/Makefile.SHs os2/Makefile.SHs
1441 ____________________________________________________________________________
1442 [  4709] By: gsar                                  on 1999/12/28  01:20:39
1443         Log: partly fix perldiag regressions identified by Tom Christiansen
1444      Branch: perl
1445            ! doio.c lib/diagnostics.pm pod/perldiag.pod pp_hot.c pp_sys.c
1446            ! t/pragma/warn/4lint t/pragma/warn/doio t/pragma/warn/pp_hot
1447            ! t/pragma/warn/pp_sys
1448 ____________________________________________________________________________
1449 [  4708] By: gsar                                  on 1999/12/27  23:33:24
1450         Log: update perldiag for change#4707
1451      Branch: perl
1452            ! perl.c pod/perldiag.pod
1453 ____________________________________________________________________________
1454 [  4707] By: gsar                                  on 1999/12/27  23:23:39
1455         Log: allow spaces in -I switch argument
1456      Branch: perl
1457            ! perl.c
1458 ____________________________________________________________________________
1459 [  4706] By: gsar                                  on 1999/12/26  23:44:53
1460         Log: fix typos
1461      Branch: utfperl
1462            ! sv.h toke.c
1463 ____________________________________________________________________________
1464 [  4705] By: gsar                                  on 1999/12/24  04:02:35
1465         Log: support for v5.5.640 style version numbers
1466      Branch: utfperl
1467            ! configpm embedvar.h gv.c intrpvar.h objXSUB.h patchlevel.h
1468            ! perl.c perl.h pp_ctl.c sv.c sv.h t/comp/require.t toke.c
1469 ____________________________________________________________________________
1470 [  4704] By: gsar                                  on 1999/12/23  08:54:27
1471         Log: bring in basic threads stuff under USE_ITHREADS
1472      Branch: perl
1473            ! makedef.pl op.c perl.c perl.h perlvars.h pp_sys.c thread.h
1474            ! util.c
1475 ____________________________________________________________________________
1476 [  4703] By: gsar                                  on 1999/12/23  00:10:06
1477         Log: integrate mainline contents into utfperl
1478      Branch: utfperl
1479           !> (integrate 33 files)
1480 ____________________________________________________________________________
1481 [  4702] By: gsar                                  on 1999/12/20  17:18:23
1482         Log: virtual directory handling broken on paths with trailing slash
1483      Branch: perl
1484            ! win32/Makefile win32/makefile.mk win32/vdir.h
1485 ____________________________________________________________________________
1486 [  4701] By: gsar                                  on 1999/12/20  17:09:55
1487         Log: revert optimization in change#4700 (it appears OPpRUNTIME flag
1488              isn't set for all m/$foo/o)
1489      Branch: perl
1490            ! pp_ctl.c
1491 ____________________________________________________________________________
1492 [  4700] By: gsar                                  on 1999/12/20  16:28:51
1493         Log: avoid pp_regcomp() changing optree at run time under USE_*THREADS (or
1494              we have a race on our hands)
1495      Branch: perl
1496            ! pp_ctl.c
1497 ____________________________________________________________________________
1498 [  4699] By: gsar                                  on 1999/12/20  16:19:00
1499         Log: pod tweaks
1500      Branch: perl
1501            ! pod/perldelta.pod pod/perlfilter.pod pod/perlopentut.pod
1502 ____________________________________________________________________________
1503 [  4698] By: gsar                                  on 1999/12/20  07:55:07
1504         Log: uv_to_utf8() could lose 37th bit on HAS_QUAD platforms
1505      Branch: perl
1506            ! utf8.c
1507 ____________________________________________________________________________
1508 [  4697] By: gsar                                  on 1999/12/18  01:35:50
1509         Log: fix from Larry for parsing C<{ 0x1 => 'foo'}> as an
1510              anon hash rather than a block; test case for the same
1511      Branch: perl
1512            ! t/comp/term.t toke.c
1513 ____________________________________________________________________________
1514 [  4696] By: gsar                                  on 1999/12/17  19:55:03
1515         Log: leak in change#4694 spotted by Larry
1516      Branch: perl
1517            ! hv.c
1518 ____________________________________________________________________________
1519 [  4695] By: gsar                                  on 1999/12/17  18:14:11
1520         Log: test case for change#4694
1521      Branch: perl
1522            ! t/op/delete.t
1523 ____________________________________________________________________________
1524 [  4694] By: gsar                                  on 1999/12/17  18:09:08
1525         Log: delete() should return the value as is, not a copy thereof
1526      Branch: perl
1527            ! hv.c pod/perldelta.pod
1528 ____________________________________________________________________________
1529 [  4693] By: gsar                                  on 1999/12/17  17:45:58
1530         Log: fix for C<"\nx\taa\n" =~ /^\S\s+aa$/m> (from Ilya Zakharevich)
1531      Branch: perl
1532            ! regexec.c t/op/re_tests
1533 ____________________________________________________________________________
1534 [  4692] By: gsar                                  on 1999/12/17  17:41:10
1535         Log: credits tweak
1536      Branch: perl
1537            ! lib/File/Spec.pm
1538 ____________________________________________________________________________
1539 [  4691] By: gsar                                  on 1999/12/17  07:12:53
1540         Log: DynaLoader doesn't build properly when $(DLSRC) changes
1541              (fix suggested by Hans Mulder)
1542      Branch: perl
1543            ! ext/DynaLoader/Makefile.PL
1544 ____________________________________________________________________________
1545 [  4690] By: gsar                                  on 1999/12/17  06:26:34
1546         Log: add missing new ops
1547      Branch: perl
1548            ! ext/B/ramblings/runtime.porting
1549 ____________________________________________________________________________
1550 [  4689] By: gsar                                  on 1999/12/17  06:16:49
1551         Log: test harness tweak from Hans Mulder
1552      Branch: perl
1553            ! t/TEST
1554 ____________________________________________________________________________
1555 [  4688] By: gsar                                  on 1999/12/17  06:14:23
1556         Log: miniperl build fixes for NeXTstep and cygwin (from Hans Mulder
1557              and Lucian CIONCA <Lucian.Cionca@algoritma.ro>)
1558      Branch: perl
1559            ! Makefile.SH cygwin/Makefile.SHs
1560 ____________________________________________________________________________
1561 [  4687] By: gsar                                  on 1999/12/17  06:06:46
1562         Log: applied suggested patch with whitespace adjustments
1563              From: Helmut Jarausch <jarausch@numa1.igpm.rwth-aachen.de>
1564              Date: Thu, 16 Dec 1999 08:57:55 +0100
1565              Message-id: <38589B82.C4668E10@numa1.igpm.rwth-aachen.de>
1566              Subject: Re: [ID 19991215.001] patch 5.005_63: Find::Fill cannot handle /
1567      Branch: perl
1568            ! lib/File/Find.pm
1569 ____________________________________________________________________________
1570 [  4686] By: gsar                                  on 1999/12/17  05:48:53
1571         Log: avoid warnings due to symbols unintroduced by XSLoader (spotted
1572              by Hans Mulder)
1573      Branch: perl
1574            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
1575            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
1576            ! ext/DynaLoader/dl_rhapsody.xs
1577 ____________________________________________________________________________
1578 [  4685] By: gsar                                  on 1999/12/17  05:37:51
1579         Log: fix bug when one of the operands is +0E+0 (from Ronald J Kimball
1580              <rjk@linguist.dartmouth.edu>)
1581      Branch: perl
1582            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
1583 ____________________________________________________________________________
1584 [  4684] By: gsar                                  on 1999/12/16  09:32:48
1585         Log: spell out how to get 4-digit year (from Micheal G Schwern
1586              <schwern@pobox.com>)
1587      Branch: perl
1588            ! pod/perlfunc.pod
1589 ____________________________________________________________________________
1590 [  4683] By: gsar                                  on 1999/12/16  09:26:53
1591         Log: type mismatch for %c format argument (spotted by Robin Barker
1592              <rmb1@cise.npl.co.uk>)
1593      Branch: perl
1594            ! regcomp.c
1595 ____________________________________________________________________________
1596 [  4682] By: gsar                                  on 1999/12/16  08:33:28
1597         Log: mingw32 doesn't have anonymous union (from Benjamin Stuhl
1598              <sho_pi@hotmail.com>)
1599      Branch: perl
1600            ! win32/win32.c
1601 ____________________________________________________________________________
1602 [  4681] By: gsar                                  on 1999/12/16  08:31:15
1603         Log: missing backslash (spotted by Johan Vromans)
1604      Branch: perl
1605            ! perl.c
1606 ____________________________________________________________________________
1607 [  4680] By: gsar                                  on 1999/12/16  08:26:00
1608         Log: avoid coredump on diagnostics when STDERR is closed
1609      Branch: perl
1610            ! perl.h
1611 ____________________________________________________________________________
1612 [  4679] By: gsar                                  on 1999/12/12  18:09:41
1613         Log: integrate mainline changes
1614      Branch: utfperl
1615           +> (branch 39 files)
1616            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
1617            - lib/unicode/UnicodeData-Latest.txt
1618           !> (integrate 447 files)
1619 ____________________________________________________________________________
1620 [  4678] By: gsar                                  on 1999/12/10  01:39:13
1621         Log: interpreter structure should be nulled under -DMULTIPLICITY
1622      Branch: perl
1623            ! perl.c
1624 ____________________________________________________________________________
1625 [  4677] By: gsar                                  on 1999/12/09  11:10:27
1626         Log: update Changes
1627      Branch: perl
1628            ! Changes
1629
1630 ----------------
1631 Version 5.005_63
1632 ----------------
1633
1634 ____________________________________________________________________________
1635 [  4676] By: gsar                                  on 1999/12/09  10:51:43
1636         Log: fix File::Find testsuite bugs in symlink-less places
1637      Branch: perl
1638            ! t/lib/filefind.t
1639 ____________________________________________________________________________
1640 [  4675] By: gsar                                  on 1999/12/09  10:22:31
1641         Log: USE_ITHREADS tweaks and notes
1642      Branch: perl
1643            ! op.c pod/perldelta.pod sv.c
1644 ____________________________________________________________________________
1645 [  4674] By: gsar                                  on 1999/12/09  10:21:53
1646         Log: allow new style sort subs to work under usethreads
1647      Branch: perl
1648            ! pp_ctl.c
1649 ____________________________________________________________________________
1650 [  4673] By: gsar                                  on 1999/12/09  04:00:23
1651         Log: document compatibility issue with literal list slices and NOTOP
1652              (C<not (1,2,3)[0]> is now a syntax error)
1653      Branch: perl
1654            ! pod/perldelta.pod
1655 ____________________________________________________________________________
1656 [  4672] By: gsar                                  on 1999/12/09  01:14:46
1657         Log: avoid mismatched expectation <-> int types for C++ builds
1658      Branch: perl
1659            ! embed.pl intrpvar.h proto.h toke.c
1660 ____________________________________________________________________________
1661 [  4671] By: gsar                                  on 1999/12/09  00:36:24
1662         Log: newer version of File::Find with support for following symlinks and
1663              other features, from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>
1664      Branch: perl
1665            ! lib/File/Find.pm pod/perldelta.pod t/lib/filefind.t
1666 ____________________________________________________________________________
1667 [  4670] By: gsar                                  on 1999/12/09  00:13:06
1668         Log: avoid initializing GvCV slot for autovivified filehandles
1669      Branch: perl
1670            ! pp.c
1671 ____________________________________________________________________________
1672 [  4669] By: gsar                                  on 1999/12/08  19:09:27
1673         Log: apply change#4618 again along with Ilya's patch to fix bugs
1674              in it (see change#4622)
1675      Branch: perl
1676            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h regexec.c
1677            ! t/op/re_tests t/op/subst.t
1678 ____________________________________________________________________________
1679 [  4668] By: gsar                                  on 1999/12/08  18:56:53
1680         Log: patch to fix parser bug in C<${h{${a[0]}}} = 13>
1681              From: Larry Wall <larry@wall.org>
1682              Date: Tue, 7 Dec 1999 12:39:30 -0800 (PST)
1683              Message-Id: <199912072039.MAA13257@kiev.wall.org>
1684              Subject: Re: [ID 19991204.002] Inconsistency of ${hash{key}}
1685      Branch: perl
1686            ! embedvar.h intrpvar.h objXSUB.h sv.c toke.c
1687 ____________________________________________________________________________
1688 [  4667] By: gsar                                  on 1999/12/08  18:47:37
1689         Log: patch to fix aix hints from ortmann@vnet.ibm.com
1690      Branch: perl
1691            ! hints/aix.sh
1692 ____________________________________________________________________________
1693 [  4666] By: gsar                                  on 1999/12/08  18:29:02
1694         Log: documentation tweaks from M. J. T. Guy, Micheal Schwern, and
1695              Tim Meadowcroft
1696      Branch: perl
1697            ! Changes lib/Benchmark.pm pod/perlipc.pod pod/perlre.pod
1698 ____________________________________________________________________________
1699 [  4665] By: gsar                                  on 1999/12/08  02:22:31
1700         Log: introduce save_I8() for saving byte values
1701      Branch: perl
1702            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
1703            ! regcomp.c regexec.c scope.c scope.h sv.c
1704 ____________________________________________________________________________
1705 [  4664] By: gsar                                  on 1999/12/08  02:02:33
1706         Log: use SAVEINT() rather than SAVEDESTRUCTOR() for saving PL_expect etc.
1707      Branch: perl
1708            ! toke.c
1709 ____________________________________________________________________________
1710 [  4663] By: gsar                                  on 1999/12/08  01:11:44
1711         Log: longstanding typo in lexer: PL_lex_expect was not properly
1712              saved on reentry
1713      Branch: perl
1714            ! toke.c
1715 ____________________________________________________________________________
1716 [  4662] By: gsar                                  on 1999/12/07  23:16:21
1717         Log: typos in change#4546
1718      Branch: perl
1719            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm sv.c
1720 ____________________________________________________________________________
1721 [  4661] By: gsar                                  on 1999/12/07  09:33:50
1722         Log: typos in change#4660
1723      Branch: perl
1724            ! embed.h embed.pl objXSUB.h perl.h perlapi.c pp_sys.c proto.h
1725 ____________________________________________________________________________
1726 [  4660] By: gsar                                  on 1999/12/06  23:42:55
1727         Log: tweaks for building with -DUSE_ITHREADS on !WIN32 platforms;
1728              fix bug where lc($readonly) could result in bogus errors
1729      Branch: perl
1730            ! embed.h embed.pl iperlsys.h makedef.pl objXSUB.h perlapi.c
1731            ! pp.c pp_sys.c proto.h sv.c
1732 ____________________________________________________________________________
1733 [  4659] By: gsar                                  on 1999/12/06  15:24:31
1734         Log: allow IRIX 6.5 to build perl (from Helmut Jarausch
1735              <jarausch@igpm.rwth-aachen.de>)
1736      Branch: perl
1737            ! perl.h
1738 ____________________________________________________________________________
1739 [  4658] By: gsar                                  on 1999/12/06  15:18:30
1740         Log: fix for -Dp via $^D (suggested by Stephane Payrard
1741              <stef@adnaccess.com>)
1742      Branch: perl
1743            ! mg.c
1744 ____________________________________________________________________________
1745 [  4657] By: gsar                                  on 1999/12/06  06:50:01
1746         Log: change#4641 needs perldiag.pod edit
1747      Branch: perl
1748            - lib/unicode/UnicodeData-Latest.txt
1749            ! pod/perldiag.pod
1750 ____________________________________________________________________________
1751 [  4656] By: gsar                                  on 1999/12/06  01:36:56
1752         Log: Makefile tweak for change#4649
1753      Branch: perl
1754            ! Makefile.SH
1755 ____________________________________________________________________________
1756 [  4655] By: gsar                                  on 1999/12/05  17:23:57
1757         Log: change#4653 was missing a patch reject
1758      Branch: perl
1759            ! win32/makefile.mk
1760 ____________________________________________________________________________
1761 [  4654] By: gsar                                  on 1999/12/05  11:41:04
1762         Log: windows build tweaks for Borland compiler
1763      Branch: perl
1764            ! win32/makefile.mk win32/perlhost.h win32/win32.c win32/win32.h
1765 ____________________________________________________________________________
1766 [  4653] By: gsar                                  on 1999/12/05  11:07:37
1767         Log: applied somewhat modified version of suggested patch
1768              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
1769              Date: Thu, 18 Nov 1999 18:45:27 PST
1770              Message-ID: <19991119024527.72749.qmail@hotmail.com>
1771              Subject: [PATCH 5.005_62] Perl on Win95, Mark IIB
1772      Branch: perl
1773            + win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
1774            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
1775            ! lib/ExtUtils/MM_Win32.pm win32/config_sh.PL win32/genmk95.pl
1776            ! win32/makefile.mk win32/win32.h
1777 ____________________________________________________________________________
1778 [  4652] By: gsar                                  on 1999/12/05  09:24:45
1779         Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
1780              Date: Thu, 4 Nov 1999 16:34:23 -0800 (PST)
1781              Message-Id: <199911050034.QAA06499@scoot.pdev.sco.com>
1782              Subject: [ID 19991104.005] modified hints file for UnixWare7 ( svr5)
1783      Branch: perl
1784            ! Changes hints/svr5.sh
1785 ____________________________________________________________________________
1786 [  4651] By: gsar                                  on 1999/12/05  09:01:19
1787         Log: on dosish platforms, avoid infinite recursion in File::Path::mkpath()
1788              when given non-existent drive names
1789      Branch: perl
1790            ! lib/File/Path.pm
1791 ____________________________________________________________________________
1792 [  4650] By: gsar                                  on 1999/12/05  08:47:11
1793         Log: windows build tweaks for change#4649
1794      Branch: perl
1795            ! win32/Makefile win32/makefile.mk
1796 ____________________________________________________________________________
1797 [  4649] By: gsar                                  on 1999/12/05  07:49:28
1798         Log: make File::Glob::glob() the default for CORE::glob()
1799              (old csh glob can still be had with -DPERL_EXTERNAL_GLOB)
1800      Branch: perl
1801            ! Makefile.SH op.c pod/perldelta.pod win32/Makefile
1802            ! win32/makefile.mk
1803 ____________________________________________________________________________
1804 [  4648] By: gsar                                  on 1999/12/05  00:33:34
1805         Log: fix bug in processing L<> tags (from j.vavruska@post.cz)
1806      Branch: perl
1807            ! lib/Pod/Html.pm
1808 ____________________________________________________________________________
1809 [  4647] By: gsar                                  on 1999/12/05  00:14:01
1810         Log: remove outdated entry
1811      Branch: perl
1812            ! pod/perltrap.pod
1813 ____________________________________________________________________________
1814 [  4646] By: gsar                                  on 1999/12/04  22:48:51
1815         Log: s/block/loop block/ in diagnostics about next, last, redo
1816      Branch: perl
1817            ! pod/perldiag.pod pp_ctl.c t/op/runlevel.t t/pragma/warn/pp_ctl
1818 ____________________________________________________________________________
1819 [  4645] By: gsar                                  on 1999/12/04  22:25:32
1820         Log: readability tweak suggested by GRommel@sears.com
1821      Branch: perl
1822            ! pp.c
1823 ____________________________________________________________________________
1824 [  4644] By: gsar                                  on 1999/12/04  22:05:00
1825         Log: Configure tweak from Peter Prymmer
1826      Branch: perl
1827            ! Configure
1828 ____________________________________________________________________________
1829 [  4643] By: gsar                                  on 1999/12/04  21:55:27
1830         Log: make weak keyword check look for defined(&lock), not
1831              merely defined(*lock)
1832      Branch: perl
1833            ! toke.c
1834 ____________________________________________________________________________
1835 [  4642] By: gsar                                  on 1999/12/04  21:11:51
1836         Log: make eof() open ARGV if it isn't open already; also fixes bug
1837              where eof() would operate on any last-read filehandle, not
1838              just ARGV
1839      Branch: perl
1840            ! pp_sys.c
1841 ____________________________________________________________________________
1842 [  4641] By: gsar                                  on 1999/12/04  04:42:25
1843         Log: make uninitialized value warnings report opcode
1844      Branch: perl
1845            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
1846            ! opcode.pl perl.h perlapi.c pp.c pp_hot.c proto.h sv.c
1847            ! t/op/misc.t t/pragma/warn/1global t/pragma/warn/2use
1848            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/7fatal
1849            ! t/pragma/warn/doio t/pragma/warn/pp t/pragma/warn/pp_hot
1850            ! t/pragma/warn/sv
1851 ____________________________________________________________________________
1852 [  4640] By: gsar                                  on 1999/12/04  02:40:44
1853         Log: provide explicit functions timegm_nocheck() and timelocal_nocheck()
1854              that don't do range checking
1855      Branch: perl
1856            ! lib/Time/Local.pm
1857 ____________________________________________________________________________
1858 [  4639] By: gsar                                  on 1999/12/04  01:00:49
1859         Log: better implementation of change#3326; open(local $foo,...) now
1860              allowed in addition to any uninitialized variable, for consistency
1861              with how autovivification works elsewhere; add code to use the
1862              variable name as the name of the handle for simple variables, so
1863              that diagnostics report the handle: "... at - line 1, <$foo> line 10."
1864      Branch: perl
1865            ! op.c pod/perldelta.pod pp.c t/io/open.t
1866 ____________________________________________________________________________
1867 [  4638] By: gsar                                  on 1999/12/03  21:20:00
1868         Log: pod nits
1869      Branch: perl
1870            ! pod/perlfunc.pod pod/perlrun.pod
1871 ____________________________________________________________________________
1872 [  4637] By: gsar                                  on 1999/12/03  08:59:04
1873         Log: change#4431 was flawed
1874      Branch: perl
1875            ! Makefile.SH
1876 ____________________________________________________________________________
1877 [  4636] By: gsar                                  on 1999/12/03  07:59:52
1878         Log: pod embellishments from Nathan Torkington
1879      Branch: perl
1880            ! pod/perlfaq2.pod pod/perlhack.pod
1881 ____________________________________________________________________________
1882 [  4635] By: gsar                                  on 1999/12/03  07:56:04
1883         Log: perlfaq4 typo (from Jeff Pinyan <jeffp@crusoe.net>)
1884      Branch: perl
1885            ! pod/perlfaq4.pod
1886 ____________________________________________________________________________
1887 [  4634] By: gsar                                  on 1999/12/03  07:47:47
1888         Log: test tweak for VMS (from Craig A. Berry)
1889      Branch: perl
1890            ! t/io/nargv.t
1891 ____________________________________________________________________________
1892 [  4633] By: gsar                                  on 1999/12/03  07:44:52
1893         Log: patchls tweak from Andreas Koenig
1894      Branch: perl
1895            ! Porting/patchls
1896 ____________________________________________________________________________
1897 [  4632] By: gsar                                  on 1999/12/03  07:42:23
1898         Log: don't mess with the umask()
1899      Branch: perl
1900            ! installhtml installman installperl lib/ExtUtils/Install.pm
1901            ! lib/ExtUtils/Manifest.pm
1902 ____________________________________________________________________________
1903 [  4631] By: gsar                                  on 1999/12/03  06:52:50
1904         Log: support -a switch to append bytecode to an existing file and make
1905              perlcc use it (from Tom Hughes <tom@compton.nu>)
1906      Branch: perl
1907            ! ext/B/B/Bytecode.pm utils/perlcc.PL
1908 ____________________________________________________________________________
1909 [  4630] By: gsar                                  on 1999/12/03  06:46:16
1910         Log: document incompatible perl4 vec() vs bitwise ops interaction trap
1911              (from Tom Phoenix)
1912      Branch: perl
1913            ! pod/perltrap.pod
1914 ____________________________________________________________________________
1915 [  4629] By: gsar                                  on 1999/12/03  06:40:15
1916         Log: use PerlIO abstraction rather than straight stdio (from
1917              Chip Salzenberg)
1918      Branch: perl
1919            ! ext/ByteLoader/ByteLoader.xs
1920 ____________________________________________________________________________
1921 [  4628] By: gsar                                  on 1999/12/03  06:15:54
1922         Log: avoid warning in IO::Select::exists() if socket doesn't exist
1923      Branch: perl
1924            ! ext/IO/lib/IO/Select.pm
1925 ____________________________________________________________________________
1926 [  4627] By: gsar                                  on 1999/12/03  06:05:19
1927         Log: two small patches from Peter Prymmer <pvhp@forte.com>
1928      Branch: perl
1929            ! makedepend.SH win32/Makefile win32/makefile.mk
1930 ____________________________________________________________________________
1931 [  4626] By: gsar                                  on 1999/12/03  05:36:38
1932         Log: From: Peter Prymmer <pvhp@forte.com>
1933              Date: Thu, 25 Nov 1999 21:06:19 -0800 (PST)
1934              Message-Id: <199911260506.VAA17230@brio.forte.com>
1935              Subject: [PATCH: 5.005_62] implement /[:ascii:]/ on ebcdic machines
1936      Branch: perl
1937            ! regcomp.c
1938 ____________________________________________________________________________
1939 [  4625] By: gsar                                  on 1999/12/03  05:20:21
1940         Log: Windows build tweaks due to change#4623
1941      Branch: perl
1942            ! win32/Makefile win32/makefile.mk win32/perlhost.h
1943 ____________________________________________________________________________
1944 [  4624] By: gsar                                  on 1999/12/03  04:58:30
1945         Log: add missing file
1946      Branch: perl
1947            + ext/DynaLoader/XSLoader_pm.PL
1948 ____________________________________________________________________________
1949 [  4623] By: gsar                                  on 1999/12/03  04:47:03
1950         Log: applied suggested patch; removed $VERSION = $VERSION hack
1951              (change#4043 fixed the need for that)
1952              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1953              Date: Tue, 16 Nov 1999 01:50:31 EST
1954              Message-Id: <199911160650.BAA18874@monk.mps.ohio-state.edu>
1955              Subject: [PATCH 5.005_62] XSLoader.pm
1956      Branch: perl
1957            ! MANIFEST ext/B/B.pm ext/ByteLoader/ByteLoader.pm
1958            ! ext/DB_File/DB_File.pm ext/Data/Dumper/Dumper.pm
1959            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
1960            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/Makefile.PL
1961            ! ext/DynaLoader/dlutils.c ext/Fcntl/Fcntl.pm
1962            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm ext/IO/IO.pm
1963            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
1964            ! ext/Opcode/Opcode.pm ext/POSIX/POSIX.pm
1965            ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
1966            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
1967            ! lib/AutoLoader.pm lib/FindBin.pm lib/Getopt/Std.pm
1968 ____________________________________________________________________________
1969 [  4622] By: gsar                                  on 1999/12/03  04:02:39
1970         Log: revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:/x/>)
1971      Branch: perl
1972            ! Changes embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
1973 ____________________________________________________________________________
1974 [  4621] By: gsar                                  on 1999/12/02  22:24:53
1975         Log: caveat about thread-safety of extensions
1976      Branch: perl
1977            ! pod/perlfork.pod
1978 ____________________________________________________________________________
1979 [  4620] By: gsar                                  on 1999/12/02  20:31:02
1980         Log: XS documentation patches suggested by Ilya, severally adjusted
1981      Branch: perl
1982            ! pod/perlxs.pod pod/perlxstut.pod
1983 ____________________________________________________________________________
1984 [  4619] By: gsar                                  on 1999/12/02  17:52:50
1985         Log: re-add missing Unicode database master
1986      Branch: perl
1987            + lib/unicode/Unicode.300
1988 ____________________________________________________________________________
1989 [  4618] By: gsar                                  on 1999/12/02  06:56:18
1990         Log: applied suggested patch with prototype changes
1991              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
1992              Date:    Tue, 23 Nov 1999 22:55:55 EST
1993              Message-Id: <199911240355.WAA23033@monk.mps.ohio-state.edu>
1994              Subject: [PATCH 5.005_62] First char cognizance
1995      Branch: perl
1996            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
1997 ____________________________________________________________________________
1998 [  4617] By: gsar                                  on 1999/12/02  06:04:57
1999         Log: fixes for bugs in change#4586 and OS/2 pod tweak, from Ilya
2000      Branch: perl
2001            ! os2/OS2/REXX/REXX.pm regexec.c t/op/re_tests
2002 ____________________________________________________________________________
2003 [  4616] By: gsar                                  on 1999/12/02  04:30:22
2004         Log: various documentation tweaks suggested by M. J. T. Guy
2005      Branch: perl
2006            ! INSTALL lib/strict.pm pod/perlfunc.pod pod/perlsyn.pod
2007 ____________________________________________________________________________
2008 [  4615] By: gsar                                  on 1999/12/02  04:17:43
2009         Log: various File::Glob fixes for DOSISH platforms
2010              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
2011              Date: Tue, 02 Nov 1999 11:11:25 GMT
2012              Message-Id: <714DFA46B9BBD0119CD000805FC1F53BDC38E3@UKRUX002.rundc.uk.origin-it.com>
2013              Subject: File::Glob again. Final patch, honest!
2014      Branch: perl
2015            + t/lib/glob-case.t
2016            ! MANIFEST ext/File/Glob/Changes ext/File/Glob/Glob.pm
2017            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
2018            ! ext/File/Glob/bsd_glob.h op.c t/lib/glob-global.t
2019 ____________________________________________________________________________
2020 [  4614] By: gsar                                  on 1999/12/02  03:42:55
2021         Log: allow XSUBs and prototyped subroutines to be used with sort() (tweaked
2022              variant of patch suggested by Peter Haworth <pmh@edison.ioppublishing.com>)
2023      Branch: perl
2024            ! pod/perldelta.pod pod/perlfunc.pod pp_ctl.c t/op/sort.t
2025 ____________________________________________________________________________
2026 [  4613] By: gsar                                  on 1999/12/02  01:59:19
2027         Log: ignore yet another known scalar leak
2028      Branch: perl
2029            ! t/pragma/warn/regcomp
2030 ____________________________________________________________________________
2031 [  4612] By: gsar                                  on 1999/12/02  01:15:02
2032         Log: avoid potential stack extension bug in pp_unpack() (spotted by Ilya)
2033      Branch: perl
2034            ! pp.c
2035 ____________________________________________________________________________
2036 [  4611] By: gsar                                  on 1999/12/02  00:31:43
2037         Log: a somewhat tweaked version of suggested patch
2038              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2039              Date: Wed, 27 Oct 1999 18:57:41 -0400 (EDT)
2040              Message-Id: <199910272257.SAA29928@monk.mps.ohio-state.edu>
2041              Subject: [PATCH 5.005_62] Another round of pack/vec docs patches
2042      Branch: perl
2043            ! pod/perlfunc.pod
2044 ____________________________________________________________________________
2045 [  4610] By: gsar                                  on 1999/12/01  19:09:31
2046         Log: more accurate require() pseudocode (from James P. Williams
2047              <James.P.Williams@USAHQ.UnitedSpaceAlliance.com>)
2048      Branch: perl
2049            ! pod/perlfunc.pod
2050 ____________________________________________________________________________
2051 [  4609] By: gsar                                  on 1999/12/01  18:43:49
2052         Log: avoid "Callback called exit" error on intentional exit()
2053      Branch: perl
2054            ! embedvar.h intrpvar.h objXSUB.h perl.c perl.h pp_ctl.c
2055 ____________________________________________________________________________
2056 [  4608] By: gsar                                  on 1999/12/01  18:42:38
2057         Log: find_byclass() prototype was incoherent
2058      Branch: perl
2059            ! regexec.c
2060 ____________________________________________________________________________
2061 [  4607] By: gsar                                  on 1999/12/01  05:45:10
2062         Log: better documentation for goto &NAME (from M. J. T. Guy)
2063      Branch: perl
2064            ! pod/perlfunc.pod
2065 ____________________________________________________________________________
2066 [  4606] By: gsar                                  on 1999/12/01  05:33:14
2067         Log: integrate cfgperl contents into mainline
2068      Branch: perl
2069           +> lib/unicode/Jamo.txt lib/unicode/NamesList.html
2070           +> lib/unicode/UCD300.html lib/unicode/Unicode3.html
2071            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
2072            ! Changes
2073           !> (integrate 210 files)
2074 ____________________________________________________________________________
2075 [  4605] By: gsar                                  on 1999/12/01  05:15:27
2076         Log: avoid PTR->IV cast warnings
2077      Branch: perl
2078            ! mg.c op.c scope.h
2079 ____________________________________________________________________________
2080 [  4604] By: gsar                                  on 1999/12/01  03:59:56
2081         Log: email address changes
2082      Branch: perl
2083            ! AUTHORS Changes Porting/genlog Porting/p4d2p Porting/p4desc
2084            ! README.win32 ext/Data/Dumper/Dumper.pm lib/DB.pm
2085            ! lib/File/DosGlob.pm lib/Math/Complex.pm lib/Math/Trig.pm
2086            ! pod/perl5005delta.pod pod/perlport.pod t/op/runlevel.t
2087            ! utils/perlbug.PL utils/perldoc.PL win32/bin/perlglob.pl
2088 ____________________________________________________________________________
2089 [  4603] By: gsar                                  on 1999/12/01  03:45:13
2090         Log: minor USE_ITHREADS tweaks
2091      Branch: perl
2092            ! doio.c op.c op.h pp_hot.c pp_sys.c run.c win32/Makefile
2093            ! win32/perllib.c win32/win32.h
2094 ____________________________________________________________________________
2095 [  4602] By: gsar                                  on 1999/12/01  01:00:09
2096         Log: more complete pseudo-fork() support for Windows
2097      Branch: perl
2098            + pod/perlfork.pod win32/perlhost.h win32/vdir.h win32/vmem.h
2099            ! MANIFEST XSUB.h cop.h dump.c embed.h embed.pl embedvar.h
2100            ! ext/B/B/CC.pm ext/Opcode/Opcode.xs global.sym globals.c
2101            ! globvar.sym gv.c hv.c intrpvar.h iperlsys.h makedef.pl mg.c
2102            ! mpeix/mpeixish.h objXSUB.h op.c op.h os2/os2ish.h perl.c
2103            ! perl.h perlapi.c plan9/plan9ish.h pod/Makefile pod/buildtoc
2104            ! pod/perl.pod pod/roffitall pp.c pp_ctl.c pp_hot.c pp_sys.c
2105            ! proto.h regcomp.c run.c scope.c scope.h sv.c t/op/fork.t
2106            ! toke.c unixish.h util.c vos/vosish.h win32/Makefile
2107            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
2108            ! win32/win32iop.h win32/win32thread.h
2109 ____________________________________________________________________________
2110 [  4601] By: gsar                                  on 1999/12/01  00:45:38
2111         Log: rudimentary support for remote debugging, from aeons ago (somewhat
2112              modified)
2113              From: Graham TerMarsch <grahamt@ActiveState.com>
2114              Date: Sat, 12 Sep 1998 10:46:55 -0700
2115              Message-ID: <35FAB38F.EA9AAC50@activestate.com>
2116              Subject: Re: Patches to perl5db.pl to allow for remote debugging
2117      Branch: perl
2118            ! lib/perl5db.pl
2119 ____________________________________________________________________________
2120 [  4600] By: chip                                  on 1999/11/19  21:16:00
2121         Log: Document known limitations of fdopen() on some systems,
2122              as they apply to open() and sysopen().
2123      Branch: perl
2124            ! pod/perlfunc.pod
2125 ____________________________________________________________________________
2126 [  4599] By: chip                                  on 1999/11/19  17:20:19
2127         Log: Undef printf before redirecting it to PerlIO_stdoutf.
2128              (Avoids an irritating warning when compiling with PerlIO.)
2129      Branch: perl
2130            ! perl.h
2131 ____________________________________________________________________________
2132 [  4598] By: jhi                                   on 1999/11/22  21:30:17
2133         Log: Small VMS nits from Craig A. Berry, <craig.berry@metamor.com>.
2134      Branch: cfgperl
2135            ! README.vms t/io/open.t
2136 ____________________________________________________________________________
2137 [  4597] By: jhi                                   on 1999/11/21  16:21:21
2138         Log: Replace #4596 with the change done in 5.005_03.
2139      Branch: cfgperl
2140            ! ext/Errno/Errno_pm.PL
2141 ____________________________________________________________________________
2142 [  4596] By: jhi                                   on 1999/11/21  16:07:20
2143         Log: Skip processing a file if the file to be opened is '-'
2144              (can happen in UNICOS)
2145      Branch: cfgperl
2146            ! ext/Errno/Errno_pm.PL
2147 ____________________________________________________________________________
2148 [  4595] By: jhi                                   on 1999/11/21  14:05:10
2149         Log: VMS patches from Peter Prymmer.
2150      Branch: cfgperl
2151            ! doio.c mg.c taint.c vms/subconfigure.com vms/vms.c
2152 ____________________________________________________________________________
2153 [  4594] By: jhi                                   on 1999/11/18  17:07:14
2154         Log: The find_byclass prototype is already in proto.h. 
2155      Branch: cfgperl
2156            ! regexec.c
2157 ____________________________________________________________________________
2158 [  4593] By: gsar                                  on 1999/11/16  21:25:21
2159         Log: typo in flag checks
2160      Branch: utfperl
2161            ! sv.h
2162 ____________________________________________________________________________
2163 [  4592] By: jhi                                   on 1999/11/16  21:17:25
2164         Log: Regen Configure.
2165      Branch: cfgperl
2166            ! Configure config_h.SH pp.c pp.h vms/subconfigure.com
2167      Branch: metaconfig
2168            ! U/a_dvisory/quadtype.U
2169 ____________________________________________________________________________
2170 [  4591] By: jhi                                   on 1999/11/16  14:53:19
2171         Log: Integrate with Sarathy.
2172      Branch: cfgperl
2173           !> cop.h deb.c embed.h embed.pl global.sym lib/Pod/Checker.pm
2174           !> lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Select.pm
2175           !> lib/Pod/Usage.pm makedef.pl objXSUB.h perl.c perlapi.c
2176           !> pod/podchecker.PL pp_sys.c proto.h sv.c t/pod/poderrs.t
2177           !> t/pod/poderrs.xr
2178 ____________________________________________________________________________
2179 [  4590] By: gsar                                  on 1999/11/16  05:57:56
2180         Log: Pod::Parser updates (v1.091) from Brad Appleton <bradapp@enteract.com>
2181      Branch: perl
2182            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
2183            ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/podchecker.PL
2184            ! t/pod/poderrs.t t/pod/poderrs.xr
2185 ____________________________________________________________________________
2186 [  4589] By: gsar                                  on 1999/11/15  18:47:34
2187         Log: add a synchronous stub fork() for USE_ITHREADS to prove that a simple
2188              C<if (fork()) { print "parent" } else { print "child" }> works on
2189              Windows (incidentally running a cloned^2 interpreter :)
2190      Branch: perl
2191            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perlapi.c
2192            ! pp_sys.c proto.h sv.c
2193 ____________________________________________________________________________
2194 [  4588] By: gsar                                  on 1999/11/15  14:34:36
2195         Log: cloning the stack (part 1)
2196      Branch: perl
2197            ! cop.h deb.c perl.c sv.c
2198 ____________________________________________________________________________
2199 [  4587] By: jhi                                   on 1999/11/15  00:22:20
2200         Log: Integrate with Sarathy.
2201      Branch: cfgperl
2202           !> Changes embed.h embed.pl embedvar.h global.sym intrpvar.h
2203           !> makedef.pl objXSUB.h op.c perl.h perlapi.c proto.h run.c sv.c
2204           !> win32/perllib.c
2205 ____________________________________________________________________________
2206 [  4586] By: jhi                                   on 1999/11/14  21:17:26
2207         Log: Ilya's "hopscotch" patch, reworked by Ilya to fit.
2208      Branch: cfgperl
2209            ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
2210 ____________________________________________________________________________
2211 [  4585] By: gsar                                  on 1999/11/14  20:01:45
2212         Log: tweak for win32 build
2213      Branch: perl
2214            ! embed.h embed.pl op.c proto.h
2215 ____________________________________________________________________________
2216 [  4584] By: gsar                                  on 1999/11/14  19:46:25
2217         Log: cosmetic tweaks
2218      Branch: perl
2219            ! embed.h embed.pl embedvar.h global.sym intrpvar.h makedef.pl
2220            ! objXSUB.h perl.h perlapi.c proto.h sv.c win32/perllib.c
2221 ____________________________________________________________________________
2222 [  4583] By: gsar                                  on 1999/11/14  17:38:32
2223         Log: fix problem pointer casts
2224      Branch: perl
2225            ! Changes run.c sv.c
2226 ____________________________________________________________________________
2227 [  4582] By: jhi                                   on 1999/11/14  17:10:01
2228         Log: Integrate with Sarathy.
2229      Branch: cfgperl
2230           !> cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c perly.c
2231           !> perly.y pp_ctl.c pp_sys.c sv.c t/op/misc.t toke.c util.c
2232           !> vms/perly_c.vms win32/perllib.c
2233 ____________________________________________________________________________
2234 [  4581] By: jhi                                   on 1999/11/14  17:08:23
2235         Log: The separation of 64-bitness and largefileness continues
2236              (with a setback, see hpux.sh).
2237      Branch: cfgperl
2238            ! Configure MANIFEST config_h.SH hints/aix.sh hints/hpux.sh
2239            ! hints/solaris_2.sh
2240      Branch: metaconfig
2241            ! U/threads/archname.U U/typedefs/lseektype.U
2242      Branch: metaconfig/U/perl
2243            ! fpossize.U use64bits.U uselfs.U
2244 ____________________________________________________________________________
2245 [  4580] By: jhi                                   on 1999/11/14  13:26:41
2246         Log: Another Unicode update.
2247      Branch: cfgperl
2248            + lib/unicode/Jamo.txt lib/unicode/NamesList.html
2249            + lib/unicode/UCD300.html lib/unicode/Unicode3.html
2250            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
2251            ! (edit 189 files)
2252 ____________________________________________________________________________
2253 [  4579] By: gsar                                  on 1999/11/14  10:21:49
2254         Log: sundry cleanups for cloned interpreters (only known failure mode
2255              is due to regexps keeping non-constant data in their compiled
2256              structures)
2257      Branch: perl
2258            ! cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c pp_ctl.c
2259            ! pp_sys.c sv.c toke.c util.c win32/perllib.c
2260 ____________________________________________________________________________
2261 [  4578] By: gsar                                  on 1999/11/14  03:37:37
2262         Log: fix bug in change#4515 (STOP blocks now see @ARGV like the rest)
2263      Branch: perl
2264            ! perly.c perly.y t/op/misc.t vms/perly_c.vms
2265 ____________________________________________________________________________
2266 [  4577] By: jhi                                   on 1999/11/13  19:50:24
2267         Log: Change #4576 accidentally leaked also parts of
2268              Ilya's patch that won't apply cleanly anymore.
2269      Branch: cfgperl
2270            ! regexec.c t/op/re_tests
2271 ____________________________________________________________________________
2272 [  4576] By: jhi                                   on 1999/11/13  19:43:37
2273         Log: Integrate with Sarathy.
2274      Branch: cfgperl
2275            ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
2276           !> ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm t/lib/dumper.t
2277           !> t/op/regexp.t t/pragma/overload.t
2278 ____________________________________________________________________________
2279 [  4575] By: gsar                                  on 1999/11/13  19:41:46
2280         Log: typos in change#4561 and change#4565
2281      Branch: perl
2282            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm
2283 ____________________________________________________________________________
2284 [  4574] By: gsar                                  on 1999/11/13  19:31:19
2285         Log: revert non-kosher parts of change#4562 (sort order problems
2286              should be ignored (on ebcdic) by fixing dumper.t/T() to sort
2287              result and expected lines; /[:ascii:]/ not working should be
2288              fixed, not ignored in regexp.t; result from sort should be
2289              fixed to be ascii portable on ebcdic, not ebcdic-specific)
2290      Branch: perl
2291            ! t/lib/dumper.t t/op/regexp.t t/pragma/overload.t
2292 ____________________________________________________________________________
2293 [  4573] By: gsar                                  on 1999/11/13  19:13:04
2294         Log: integrate cfgperl changes into mainline
2295      Branch: perl
2296           +> lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
2297           +> lib/unicode/In/BopomofoExtended.pl
2298           +> lib/unicode/In/BraillePatterns.pl
2299           +> lib/unicode/In/CJKRadicalsSupplement.pl
2300           +> lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
2301           +> lib/unicode/In/Cherokee.pl
2302           +> lib/unicode/In/IdeographicDescriptionCharacters.pl
2303           +> lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
2304           +> lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
2305           +> lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
2306           +> lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
2307           +> lib/unicode/In/Thaana.pl
2308           +> lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
2309           +> lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
2310            - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
2311           !> (integrate 213 files)
2312 ____________________________________________________________________________
2313 [  4572] By: jhi                                   on 1999/11/13  18:44:50
2314         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
2315              To: perl5-porters@perl.org, VMSPERL@perl.org
2316              Subject: [PATCH 5.005_03 and 5.005_62] updates to README.vms
2317              Date: Wed, 27 Oct 1999 11:02:54 -0500
2318              Message-Id: <4.2.0.58.19991027105257.00addc10@mmtnt11.metamor.com>
2319      Branch: cfgperl
2320            ! README.vms
2321 ____________________________________________________________________________
2322 [  4571] By: jhi                                   on 1999/11/13  18:33:39
2323         Log: From: jand@activestate.com (Jan Dubois)
2324              To: perl5-porters@perl.org, Perl-Win32-Porters@activestate.com
2325              Cc: Douglas Lankshear <dougl@activestate.com>,
2326              Gurusamy Sarathy <gsar@activestate.com>
2327              Subject: [5.005_62 PATCH] support link() on WinNT and NTFS
2328              Date: Tue, 09 Nov 1999 00:38:33 +0100
2329              Message-ID: <382b5d24.10899522@smtprelay.t-online.de>
2330      Branch: cfgperl
2331            ! XSUB.h iperlsys.h pp_sys.c t/io/fs.t win32/config.bc
2332            ! win32/config.gc win32/config.vc win32/config_H.bc
2333            ! win32/config_H.gc win32/config_H.vc win32/perllib.c
2334            ! win32/win32.c win32/win32iop.h
2335 ____________________________________________________________________________
2336 [  4570] By: jhi                                   on 1999/11/13  18:30:37
2337         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2338              To: perl5-porters@perl.org (Mailing list Perl5)
2339              Subject: [PATCH 5.005_62] makedef.pl goof
2340              Date: Mon, 8 Nov 1999 23:55:21 -0500 (EST)
2341              Message-Id: <199911090455.XAA25627@monk.mps.ohio-state.edu>
2342      Branch: cfgperl
2343            ! makedef.pl
2344 ____________________________________________________________________________
2345 [  4569] By: jhi                                   on 1999/11/13  18:06:54
2346         Log: From: Michael G Schwern <schwern@pobox.com>
2347              To: perl5-porters@perl.org, pod-people@perl.org
2348              Cc: tchrist@mox.perl.com, gnat@frii.com
2349              Subject: [DOCPATCH 5.005_62 perlfaq9.pod] Mention HTML::FormatText
2350              Date: Wed, 10 Nov 1999 17:21:46 -0500
2351              Message-ID: <19991110172146.A23527@athens.aocn.com>
2352      Branch: cfgperl
2353            ! pod/perlfaq9.pod
2354 ____________________________________________________________________________
2355 [  4568] By: jhi                                   on 1999/11/13  18:05:33
2356         Log: From: "Paul Moore" <gustav@morpheus.demon.co.uk>
2357              To: <perl5-porters@perl.org>
2358              Subject: DynaLoader_pm.PL patch (backslashes in strings)
2359              Date: Wed, 10 Nov 1999 22:52:02 -0000
2360              Message-ID: <LPBBIIMJKJMPNOGHGLLCMEBFCAAA.gustav@morpheus.demon.co.uk>
2361      Branch: cfgperl
2362            ! ext/DynaLoader/DynaLoader_pm.PL
2363 ____________________________________________________________________________
2364 [  4567] By: jhi                                   on 1999/11/13  18:03:52
2365         Log: From: JD Laub <jdl@access-health.com>
2366              To: perl5-porters@perl.org
2367              Subject: [ID 19991112.002] patch: Exporter.pm not reporting path
2368              Date: Fri, 12 Nov 1999 08:58:28 -0700 (MST)
2369              Message-Id: <199911121558.IAA08915@mocha.iasi.com>
2370      Branch: cfgperl
2371            ! lib/Exporter/Heavy.pm
2372 ____________________________________________________________________________
2373 [  4566] By: jhi                                   on 1999/11/13  18:01:24
2374         Log: From: Bernard Quatermass <bernard@quatermass.co.uk>
2375              To: perl5-porters@perl.org
2376              Subject: small patch for perldoc
2377              Date: Fri, 12 Nov 1999 23:11:43 GMT
2378              Message-Id: <VA.0000001c.00d1e05a@quatermass.co.uk>
2379      Branch: cfgperl
2380            ! utils/perldoc.PL
2381 ____________________________________________________________________________
2382 [  4565] By: jhi                                   on 1999/11/13  17:58:54
2383         Log: From: Scott Gifford <sgifford@tir.com>
2384              To: perl5-porters@perl.org
2385              Cc: gbarr@pobox.com
2386              Subject: [ID 19991112.004] Bug in IO::Socket (patch included)
2387              Date: 12 Nov 1999 18:55:30 -0500
2388              Message-Id: <m3emdvw9hp.fsf@sgifford.tir.com>
2389      Branch: cfgperl
2390            ! ext/IO/lib/IO/Socket.pm
2391 ____________________________________________________________________________
2392 [  4564] By: jhi                                   on 1999/11/13  17:45:39
2393         Log: Applied manually:
2394              From: "Craig A. Berry" <craig.berry@metamor.com>
2395              To: perl5-porters@perl.org, VMSPERL@perl.org
2396              Subject: [PATCH 5.005_62] patches required to build on VMS
2397              Date: Tue, 09 Nov 1999 18:16:14 -0600
2398              Message-Id: <4.2.2.19991109173839.00d12630@mmtnt11.metamor.com>
2399      Branch: cfgperl
2400            ! configure.com vms/descrip_mms.template vms/subconfigure.com
2401            ! vms/vms.c vms/vmsish.h
2402 ____________________________________________________________________________
2403 [  4563] By: jhi                                   on 1999/11/13  17:18:41
2404         Log: Regen Unicode tables to include a warning:
2405              Thou Shalt Not Edit Them By Hand; add missing
2406              (Unicode 2.0 -introduced) tables to MANIFEST;
2407              convert the equivalence tables to be valid Perl code.
2408      Branch: cfgperl
2409            + lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
2410            + lib/unicode/In/BopomofoExtended.pl
2411            + lib/unicode/In/BraillePatterns.pl
2412            + lib/unicode/In/CJKRadicalsSupplement.pl
2413            + lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
2414            + lib/unicode/In/Cherokee.pl
2415            + lib/unicode/In/IdeographicDescriptionCharacters.pl
2416            + lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
2417            + lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
2418            + lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
2419            + lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
2420            + lib/unicode/In/Thaana.pl
2421            + lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
2422            + lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
2423            - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
2424            ! (edit 169 files)
2425 ____________________________________________________________________________
2426 [  4562] By: jhi                                   on 1999/11/13  16:53:00
2427         Log: From: Peter Prymmer <pvhp@forte.com>
2428              To: gsar@activestate.com, perl-mvs@perl.org, perlbug@perl.com
2429              Subject: [PATCH: 5.005_62]was Re: [ID 19991102.003] perl on os390
2430              Date: Wed, 10 Nov 1999 14:34:36 -0800 (PST)
2431              Message-Id: <199911102234.OAA01018@brio.forte.com>
2432      Branch: cfgperl
2433            ! t/lib/dumper.t t/op/pack.t t/op/regexp.t t/pragma/locale.t
2434            ! t/pragma/overload.t
2435 ____________________________________________________________________________
2436 [  4561] By: jhi                                   on 1999/11/13  16:29:37
2437         Log: $Config{myarchname} is not a good architecture identifier
2438              because it may contain host/node identification like
2439              CPU serial numbers.
2440      Branch: cfgperl
2441            ! ext/Errno/Errno_pm.PL
2442 ____________________________________________________________________________
2443 [  4560] By: jhi                                   on 1999/11/13  16:26:13
2444         Log: Continue largefileness separation from quadness;
2445              move nv-preserving test out of perl.h into Configure;
2446              use HAS_SETVBUF in IO.
2447      Branch: cfgperl
2448            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2449            ! config_h.SH ext/IO/IO.xs hints/solaris_2.sh perl.h pp_sys.c
2450      Branch: metaconfig
2451            ! U/a_dvisory/quadtype.U
2452      Branch: metaconfig/U/perl
2453            + nvpresuv.U
2454            ! d_fseeko.U d_ftello.U io64.U perlxv.U
2455 ____________________________________________________________________________
2456 [  4559] By: jhi                                   on 1999/11/13  13:46:38
2457         Log: Try to fix largefileness so that it "works" without a quad IV.
2458      Branch: cfgperl
2459            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2460            ! config_h.SH perl.h pp_sys.c t/lib/syslfs.t t/op/lfs.t
2461      Branch: metaconfig
2462            ! U/a_dvisory/quadtype.U U/typedefs/lseektype.U
2463      Branch: metaconfig/U/perl
2464            ! io64.U
2465 ____________________________________________________________________________
2466 [  4558] By: jhi                                   on 1999/11/13  11:36:19
2467         Log: Undo drift from mainline.
2468      Branch: cfgperl
2469            ! regcomp.c util.c utils/h2xs.PL
2470 ____________________________________________________________________________
2471 [  4557] By: gsar                                  on 1999/11/13  10:54:46
2472         Log: typo
2473      Branch: perl
2474            ! util.c
2475 ____________________________________________________________________________
2476 [  4556] By: gsar                                  on 1999/11/13  10:53:41
2477         Log: integrate cfgperl contents (op.[ch] needed manual resolve)
2478      Branch: perl
2479           +> epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
2480           +> epoc/epoc_stubs.c
2481           !> (integrate 48 files)
2482 ____________________________________________________________________________
2483 [  4555] By: jhi                                   on 1999/11/13  10:05:54
2484         Log: Integrate with Sarathy.
2485      Branch: cfgperl
2486           !> dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
2487           !> sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
2488 ____________________________________________________________________________
2489 [  4554] By: jhi                                   on 1999/11/13  10:03:07
2490         Log: s/_SIGN$/_sign/g;
2491      Branch: metaconfig
2492            ! U/typedefs/gidsign.U U/typedefs/pidsign.U U/typedefs/uidsign.U
2493 ____________________________________________________________________________
2494 [  4553] By: gsar                                  on 1999/11/13  02:17:53
2495         Log: cloned interpreters now actually run and pass all but 55/10386
2496              subtests; various subtle bugs, new and old, observed when running
2497              cloned interpreters have been fixed
2498              
2499              still to do:
2500              |  * dup psig_ptr table
2501              |  * merge PADOP GVs support with "our" SVs (existing PADOPs are too
2502              |    simple-minded and grab one pad entry each, heavily bloating
2503              |    the pad by not avoiding dups)
2504              |  * overloaded constants are not really immutable--they need to
2505              |    be PADOPs
2506              |  * allocator for constants and OPs need to be spelled differently
2507              |    (shared vs interpreter-local allocations)
2508              |  * optree refcounting is still missing locking (macros are in place)
2509              |  * curstackinfo, {mark,scope,save,ret}stack need to be cloned so
2510              |    perl_clone() can be called from within runops*()
2511      Branch: perl
2512            ! dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
2513            ! sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
2514 ____________________________________________________________________________
2515 [  4552] By: jhi                                   on 1999/11/11  23:17:43
2516         Log: Turn on largefileness always if available and
2517              continue 64-bit fixes.
2518      Branch: cfgperl
2519            ! Configure config_h.SH handy.h hints/aix.sh hints/dec_osf.sh
2520            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh perl.h pp.c
2521            ! sv.c t/lib/syslfs.t t/op/lfs.t utf8.c
2522 ____________________________________________________________________________
2523 [  4551] By: jhi                                   on 1999/11/11  23:16:15
2524         Log: Split int64type from i_inttypes, rename quadcase into quadkind.
2525      Branch: metaconfig
2526            ! U/a_dvisory/quadtype.U
2527      Branch: metaconfig/U/perl
2528            + d_int64t.U
2529            ! i_inttypes.U io64.U
2530 ____________________________________________________________________________
2531 [  4550] By: jhi                                   on 1999/11/11  20:24:55
2532         Log: Fix a thinko in 4548.
2533      Branch: cfgperl
2534            ! pp_sys.c
2535 ____________________________________________________________________________
2536 [  4549] By: jhi                                   on 1999/11/11  19:48:21
2537         Log: Integrate with Sarathy.
2538      Branch: cfgperl
2539           !> (integrate 56 files)
2540 ____________________________________________________________________________
2541 [  4548] By: jhi                                   on 1999/11/11  19:41:56
2542         Log: Try to do something if st_size, st_uid, st_gid are too big for an IV;
2543              regen Configure.
2544      Branch: cfgperl
2545            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2546            ! config_h.SH pp_sys.c
2547 ____________________________________________________________________________
2548 [  4547] By: jhi                                   on 1999/11/11  19:40:38
2549         Log: s/_SIZE$/_size/g; add sizesize and ssizesize.
2550      Branch: metaconfig
2551            + U/typedefs/sizesize.U U/typedefs/ssizesize.U
2552            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
2553 ____________________________________________________________________________
2554 [  4546] By: gsar                                  on 1999/11/11  10:32:54
2555         Log: avoid stash pointers in optree under USE_ITHREADS
2556      Branch: perl
2557            ! bytecode.pl cop.h ext/B/B.xs ext/B/B/Asmdata.pm
2558            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
2559            ! ext/B/B/Deparse.pm ext/ByteLoader/bytecode.h
2560            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
2561            ! ext/Opcode/Opcode.xs gv.c op.c perl.c pp.c pp_ctl.c pp_hot.c
2562            ! scope.h sv.c
2563 ____________________________________________________________________________
2564 [  4545] By: gsar                                  on 1999/11/11  06:04:20
2565         Log: another change towards a shareable optree: avoid pointer to filegv
2566              in COP; revert parts of change#4485 and s/xcv_filegv/xcv_file/
2567              (CvFILE() may yet come in handy somewhere); adjust compiler doodads
2568              to suit
2569      Branch: perl
2570            ! bytecode.pl cop.h cv.h dump.c ext/B/B.pm ext/B/B.xs
2571            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
2572            ! ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
2573            ! ext/B/B/Lint.pm ext/B/B/Xref.pm ext/ByteLoader/bytecode.h
2574            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
2575            ! ext/Devel/Peek/Peek.pm gv.c gv.h op.c perl.c pp.c pp_ctl.c
2576            ! pp_sys.c scope.c scope.h sv.c sv.h toke.c util.c util.h
2577            ! win32/perllib.c
2578 ____________________________________________________________________________
2579 [  4544] By: gsar                                  on 1999/11/10  18:19:12
2580         Log: more cleanups for change#4539
2581      Branch: perl
2582            ! gv.h op.c op.h pp_ctl.c pp_hot.c
2583 ____________________________________________________________________________
2584 [  4543] By: gsar                                  on 1999/11/10  01:52:22
2585         Log: remove dead branch/infinite looper in change#3612
2586      Branch: perl
2587            ! op.c
2588 ____________________________________________________________________________
2589 [  4542] By: gsar                                  on 1999/11/09  20:05:47
2590         Log: IoDIRP may be fake when used in source filters, mark as such
2591      Branch: perl
2592            ! sv.c sv.h toke.c
2593 ____________________________________________________________________________
2594 [  4541] By: gsar                                  on 1999/11/09  05:47:53
2595         Log: small nits in changes#4538,4539
2596      Branch: perl
2597            ! op.c sv.c
2598 ____________________________________________________________________________
2599 [  4540] By: gsar                                  on 1999/11/08  20:30:58
2600         Log: win32 symbol export tweak
2601      Branch: perl
2602            ! makedef.pl win32/win32.c win32/win32iop.h
2603 ____________________________________________________________________________
2604 [  4539] By: gsar                                  on 1999/11/08  18:50:40
2605         Log: preliminary support for GVOP indirection via pad
2606      Branch: perl
2607            ! doio.c dump.c embed.h embed.pl global.sym objXSUB.h op.c op.h
2608            ! opcode.pl perlapi.c pp_hot.c pp_sys.c proto.h run.c
2609 ____________________________________________________________________________
2610 [  4538] By: gsar                                  on 1999/11/08  11:25:49
2611         Log: preliminary support for perl_clone() (still needs work in
2612              the following areas: SVOPs must indirect via pad; context
2613              stack, scope stack, and runlevels must be cloned; must
2614              hook up the virtualized pseudo-process support provided by
2615              "host"; ...)
2616      Branch: perl
2617            ! av.h embed.h embed.pl embedvar.h global.sym hv.c hv.h
2618            ! intrpvar.h makedef.pl objXSUB.h perl.h perlapi.c proto.h sv.c
2619            ! win32/perllib.c win32/win32.c
2620 ____________________________________________________________________________
2621 [  4537] By: gsar                                  on 1999/11/08  11:19:18
2622         Log: more thorough cleanup in perl_destroy()
2623      Branch: perl
2624            ! perl.c util.c
2625 ____________________________________________________________________________
2626 [  4536] By: gsar                                  on 1999/11/08  07:16:10
2627         Log: win32 internal data must be interpreter-local
2628      Branch: perl
2629            ! win32/win32.c win32/win32.h win32/win32sck.c
2630 ____________________________________________________________________________
2631 [  4535] By: gsar                                  on 1999/11/08  04:17:28
2632         Log: tweak change#4502
2633      Branch: perl
2634            ! doio.c perl.c
2635 ____________________________________________________________________________
2636 [  4534] By: jhi                                   on 1999/11/07  13:17:03
2637         Log: Four special class subs, not three.
2638      Branch: cfgperl
2639            ! pod/perlmod.pod
2640 ____________________________________________________________________________
2641 [  4533] By: jhi                                   on 1999/11/07  13:13:15
2642         Log: Integrate with Sarathy.
2643      Branch: cfgperl
2644           !> mg.c t/io/print.t
2645 ____________________________________________________________________________
2646 [  4532] By: jhi                                   on 1999/11/07  12:36:10
2647         Log: More test program maintenance.
2648      Branch: cfgperl
2649            ! Configure config_h.SH
2650      Branch: metaconfig
2651            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
2652            ! U/compline/charsize.U U/compline/d_sigaction.U
2653            ! U/compline/doublesize.U U/compline/floatsize.U
2654            ! U/compline/nblock_io.U U/compline/ptrsize.U
2655            ! U/modified/Signal.U U/typedefs/gidsize.U U/typedefs/pidsize.U
2656            ! U/typedefs/uidsize.U
2657      Branch: metaconfig/U/perl
2658            ! fpossize.U
2659 ____________________________________________________________________________
2660 [  4531] By: jhi                                   on 1999/11/07  00:34:09
2661         Log: Tidy up the metaconfig test programs.
2662      Branch: cfgperl
2663            ! Configure config_h.SH
2664      Branch: metaconfig
2665            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
2666            ! U/compline/charsize.U U/compline/doublesize.U
2667            ! U/compline/nblock_io.U U/compline/ptrsize.U
2668            ! U/modified/d_longlong.U U/typedefs/gidsize.U
2669            ! U/typedefs/lseektype.U U/typedefs/pidsize.U
2670            ! U/typedefs/uidsize.U
2671      Branch: metaconfig/U/perl
2672            ! fpossize.U
2673 ____________________________________________________________________________
2674 [  4530] By: jhi                                   on 1999/11/06  23:51:34
2675         Log: So many printfs, so little time.
2676      Branch: cfgperl
2677            ! op.c perl.c regcomp.c scope.c util.c
2678 ____________________________________________________________________________
2679 [  4529] By: jhi                                   on 1999/11/06  23:27:35
2680         Log: Replace the explicit zeros with NOOPs.
2681      Branch: cfgperl
2682            ! perl.h
2683 ____________________________________________________________________________
2684 [  4528] By: jhi                                   on 1999/11/06  23:10:54
2685         Log: From: jand@activestate.com (Jan Dubois)
2686              To: perl5-porters@perl.org
2687              Cc: Mike Blazer <blazer@mail.nevalink.ru>,
2688              Mark Borgerding <mborgerding@acm.org>
2689              Subject: [5.005_62 PATCH] binmode and locale support for -T and -B filetest operators
2690              Date: Sat, 06 Nov 1999 22:16:43 +0100
2691              Message-ID: <38279207.46448719@smtprelay.t-online.de>
2692      Branch: cfgperl
2693            ! op.c op.h
2694 ____________________________________________________________________________
2695 [  4527] By: jhi                                   on 1999/11/06  20:22:14
2696         Log: ...and fewer.
2697      Branch: cfgperl
2698            ! dump.c
2699 ____________________________________________________________________________
2700 [  4526] By: jhi                                   on 1999/11/06  20:19:04
2701         Log: ...and they are getting fewer.
2702      Branch: cfgperl
2703            ! dump.c op.c util.c
2704 ____________________________________________________________________________
2705 [  4525] By: jhi                                   on 1999/11/06  19:59:59
2706         Log: More printf miscasts flushed out.
2707      Branch: cfgperl
2708            ! dump.c ext/B/B.xs ext/Data/Dumper/Dumper.xs regcomp.c
2709            ! regexec.c
2710 ____________________________________________________________________________
2711 [  4524] By: jhi                                   on 1999/11/06  15:39:05
2712         Log: Crushing the remaining %ld guerillas.
2713      Branch: cfgperl
2714            ! ext/Devel/DProf/DProf.xs
2715 ____________________________________________________________________________
2716 [  4523] By: jhi                                   on 1999/11/06  15:11:38
2717         Log: Update CPAN sites list.
2718      Branch: cfgperl
2719            ! pod/perlmodlib.pod
2720 ____________________________________________________________________________
2721 [  4522] By: jhi                                   on 1999/11/05  19:50:46
2722         Log: The -n32 is normally part of $cc, not $ccflags.
2723      Branch: cfgperl
2724            ! hints/irix_6.sh
2725 ____________________________________________________________________________
2726 [  4521] By: gsar                                  on 1999/11/05  04:35:30
2727         Log: allow $\ to work right when set to a string with embedded nulls
2728      Branch: perl
2729            ! mg.c t/io/print.t
2730 ____________________________________________________________________________
2731 [  4520] By: jhi                                   on 1999/11/04  23:30:09
2732         Log: Integrate with Sarathy.
2733      Branch: cfgperl
2734           !> embedvar.h ext/B/B/Bytecode.pm ext/B/B/Lint.pm
2735           !> ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm ext/File/Glob/Glob.pm
2736           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h intrpvar.h
2737           !> keywords.h keywords.pl objXSUB.h op.c perl.c pod/perldelta.pod
2738           !> pod/perldiag.pod pod/perlfunc.pod pod/perlmod.pod
2739           !> pod/perlrun.pod pod/perlsub.pod pod/perltodo.pod toke.c
2740 ____________________________________________________________________________
2741 [  4519] By: jhi                                   on 1999/11/04  23:09:25
2742         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2743              To: perl5-porters@perl.org (Mailing list Perl5)
2744              Subject: [PATCH 5.005_62] ref to non-lvalue method
2745              Date: Wed, 3 Nov 1999 03:52:48 -0500 (EST)
2746              Message-Id: <199911030852.DAA06563@monk.mps.ohio-state.edu>
2747      Branch: cfgperl
2748            ! op.c
2749 ____________________________________________________________________________
2750 [  4518] By: jhi                                   on 1999/11/04  23:07:27
2751         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2752              To: perl5-porters@perl.org (Mailing list Perl5)
2753              Subject: [PATCH 5.005_62] xsubpp dependency
2754              Date: Wed, 3 Nov 1999 02:57:23 -0500 (EST)
2755              Message-Id: <199911030757.CAA06325@monk.mps.ohio-state.edu>
2756      Branch: cfgperl
2757            ! lib/ExtUtils/MM_Unix.pm
2758 ____________________________________________________________________________
2759 [  4517] By: jhi                                   on 1999/11/04  23:05:59
2760         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2761              To: perl5-porters@perl.org (Mailing list Perl5)
2762              Subject: [PATCH 5.005_62] regexp.h
2763              Date: Wed, 3 Nov 1999 02:55:21 -0500 (EST)
2764              Message-Id: <199911030755.CAA06311@monk.mps.ohio-state.edu>
2765      Branch: cfgperl
2766            ! regexp.h
2767 ____________________________________________________________________________
2768 [  4516] By: gsar                                  on 1999/11/04  18:25:45
2769         Log: change#4485 didn't do the right thing for B::Bytecode
2770      Branch: perl
2771            ! ext/B/B/Bytecode.pm
2772 ____________________________________________________________________________
2773 [  4515] By: gsar                                  on 1999/11/04  17:28:29
2774         Log: implement STOP blocks and fix compiler to use them (minimally
2775              tested)
2776      Branch: perl
2777            ! embedvar.h ext/B/B/Lint.pm ext/B/B/Stash.pm ext/B/NOTES
2778            ! ext/B/O.pm intrpvar.h keywords.h keywords.pl objXSUB.h op.c
2779            ! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
2780            ! pod/perlmod.pod pod/perlrun.pod pod/perlsub.pod
2781            ! pod/perltodo.pod toke.c
2782 ____________________________________________________________________________
2783 [  4514] By: gsar                                  on 1999/11/04  15:59:46
2784         Log: display BSD license in Glob.pm (for clause #2 conformity)
2785      Branch: perl
2786            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
2787            ! ext/File/Glob/bsd_glob.h
2788 ____________________________________________________________________________
2789 [  4513] By: jhi                                   on 1999/11/04  08:26:19
2790         Log: Integrate with Sarathy.
2791      Branch: cfgperl
2792           +> t/io/nargv.t
2793           !> (integrate 34 files)
2794 ____________________________________________________________________________
2795 [  4512] By: jhi                                   on 1999/11/04  08:01:25
2796         Log: Incremental Mac integration from Matthias.
2797      Branch: cfgperl
2798            ! perl.c perl.h pp_ctl.c pp_hot.c run.c sv.c t/pod/testpchk.pl
2799            ! toke.c util.c
2800 ____________________________________________________________________________
2801 [  4511] By: gsar                                  on 1999/11/04  02:53:37
2802         Log: remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
2803      Branch: perl
2804            ! dosish.h embed.pl mg.c os2/os2ish.h perl.c perl.h perly.c
2805            ! perly_c.diff pp_ctl.c proto.h regcomp.c regexec.c sv.c toke.c
2806            ! universal.c vms/perly_c.vms vms/vmsish.h win32/win32.h
2807            ! xsutils.c
2808 ____________________________________________________________________________
2809 [  4510] By: jhi                                   on 1999/11/02  22:12:29
2810         Log: S_init_interp is a better place to diddle with PL_opargs
2811              than perl_construct.
2812      Branch: cfgperl
2813            ! perl.c
2814 ____________________________________________________________________________
2815 [  4509] By: jhi                                   on 1999/11/02  21:30:02
2816         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2817              To: ben@mucus.advanced.org, perl5-porters@perl.org
2818              Subject: Re: [ID 19991102.002] unpack('N', pack('N', -1)) not idempotent
2819              Date: Tue, 02 Nov 1999 21:36:00 +0000
2820              Message-Id: <E11ilay-00020o-00@taurus.cus.cam.ac.uk>
2821      Branch: cfgperl
2822            ! pod/perlfunc.pod
2823 ____________________________________________________________________________
2824 [  4508] By: jhi                                   on 1999/11/02  20:46:27
2825         Log: Initial integration of the MacPerl changes form Matthias.
2826      Branch: cfgperl
2827            ! doio.c ext/DynaLoader/DynaLoader_pm.PL ext/Fcntl/Fcntl.pm
2828            ! ext/Fcntl/Fcntl.xs gv.c mg.c opcode.pl perl.c perl.h pp_ctl.c
2829            ! pp_hot.c pp_sys.c run.c sv.c toke.c util.c
2830 ____________________________________________________________________________
2831 [  4507] By: jhi                                   on 1999/11/01  23:05:07
2832         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2833              To: lvirden@cas.org (Larry W. Virden)
2834              Cc: perl5-porters@perl.org, lvirden@cas.org
2835              Subject: Re: [ID 19991026.001] perl segmentation fault report
2836              Date: Mon, 1 Nov 1999 18:14:16 -0500 (EST)
2837              Message-Id: <199911012314.SAA22664@monk.mps.ohio-state.edu>
2838      Branch: cfgperl
2839            ! regexec.c t/op/pat.t
2840 ____________________________________________________________________________
2841 [  4506] By: jhi                                   on 1999/11/01  19:56:28
2842         Log: From: Olaf Flebbe <olaf@science-computing.de>
2843              To: perl5-porters@perl.org
2844              Subject: [PATCH: 5.005_62] Patch for EPOC Support
2845              Date: Mon, 1 Nov 1999 20:46:54 +0100 (MET)
2846              Message-ID: <Pine.LNX.4.10.9911012045190.411-100000@dragon.science-computing.de>
2847      Branch: cfgperl
2848            + epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
2849            + epoc/epoc_stubs.c
2850            ! MANIFEST README.epoc epoc/epocish.h epoc/perl.mmp
2851            ! epoc/perl.pkg
2852 ____________________________________________________________________________
2853 [  4505] By: gsar                                  on 1999/11/01  17:09:44
2854         Log: macros for COP.cop_filegv access
2855      Branch: perl
2856            ! cop.h deb.c gv.c op.c perl.c pp_ctl.c pp_sys.c scope.c toke.c
2857            ! util.c
2858 ____________________________________________________________________________
2859 [  4504] By: gsar                                  on 1999/11/01  17:08:28
2860         Log: enable better Win32::DomainName() by demand loading netapi32.dll
2861              (from Jan Dubois)
2862      Branch: perl
2863            ! pod/Win32.pod win32/win32.c
2864 ____________________________________________________________________________
2865 [  4503] By: gsar                                  on 1999/10/31  20:56:06
2866         Log: change#4502 was missing a file
2867      Branch: perl
2868            + t/io/nargv.t
2869 ____________________________________________________________________________
2870 [  4502] By: gsar                                  on 1999/10/31  20:46:02
2871         Log: make nested ARGV/$^I loops work correctly; fixes several bugs
2872              in the way ARGV state was handled in readline(); writing a
2873              subroutine to do inplace edits is now possible, provided *ARGV,
2874              *ARGVOUT, $^I and $_ are localized where needed
2875      Branch: perl
2876            ! MANIFEST doio.c embedvar.h intrpvar.h objXSUB.h perl.c
2877            ! pp_hot.c scope.c
2878 ____________________________________________________________________________
2879 [  4501] By: jhi                                   on 1999/10/31  12:43:54
2880         Log: Integrate with Sarathy.
2881      Branch: cfgperl
2882           !> perl.h win32/config.bc win32/config.gc win32/config.vc
2883           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
2884 ____________________________________________________________________________
2885 [  4500] By: gsar                                  on 1999/10/31  10:01:17
2886         Log: updated windows config* files
2887      Branch: perl
2888            ! win32/config.bc win32/config.gc win32/config.vc
2889            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2890 ____________________________________________________________________________
2891 [  4499] By: gsar                                  on 1999/10/31  09:15:17
2892         Log: integrate cfgperl contents into mainline
2893      Branch: perl
2894           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
2895           !> config_h.SH perl.h
2896 ____________________________________________________________________________
2897 [  4498] By: gsar                                  on 1999/10/31  09:13:41
2898         Log: remove unused struct Outrec
2899      Branch: perl
2900            ! perl.h
2901 ____________________________________________________________________________
2902 [  4497] By: jhi                                   on 1999/10/30  12:41:50
2903         Log: Add HAS_QUAD ($Config{d_quad}); use it.
2904      Branch: cfgperl
2905            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2906            ! config_h.SH perl.h
2907      Branch: metaconfig
2908            ! U/a_dvisory/quadtype.U U/compline/charsize.U U/typedefs/gidf.U
2909            ! U/typedefs/uidf.U
2910      Branch: metaconfig/U/perl
2911            ! perlxv.U
2912 ____________________________________________________________________________
2913 [  4496] By: gsar                                  on 1999/10/30  00:28:32
2914         Log: integrate cfgperl contents into mainline
2915      Branch: perl
2916           !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
2917           !> Porting/config_H README.hurd config_h.SH doop.c handy.h
2918           !> hints/aix.sh hints/irix_6.sh hints/solaris_2.sh mg.c perl.c
2919           !> perl.h pp.c pp.h regexec.c sv.c taint.c
2920 ____________________________________________________________________________
2921 [  4495] By: jhi                                   on 1999/10/29  23:36:19
2922         Log: Continue what #4494 started; introduce uid and gid formats.
2923      Branch: cfgperl
2924            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2925            ! config_h.SH handy.h perl.h
2926      Branch: metaconfig
2927            + U/a_dvisory/quadtype.U U/typedefs/gidf.U U/typedefs/uidf.U
2928            - U/typedefs/quadtype.U
2929      Branch: metaconfig/U/perl
2930            ! perlxv.U
2931 ____________________________________________________________________________
2932 [  4494] By: jhi                                   on 1999/10/29  22:09:01
2933         Log: Move the IV, UV, I8, U8, ..., and NV to metaconfig
2934              from perl.h and handy.h.
2935      Branch: cfgperl
2936            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2937            ! config_h.SH handy.h perl.h
2938      Branch: metaconfig/U/perl
2939            + perlxv.U perlxvf.U
2940 ____________________________________________________________________________
2941 [  4493] By: jhi                                   on 1999/10/29  22:08:06
2942         Log: Finetuning the output continues along the lines of #4490 and #4491.
2943      Branch: metaconfig
2944            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
2945            ! U/typedefs/fpostype.U
2946      Branch: metaconfig/U/perl
2947            + fpossize.U
2948            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
2949            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
2950 ____________________________________________________________________________
2951 [  4492] By: jhi                                   on 1999/10/29  21:14:53
2952         Log: Hurd update from Mark Kettenis.
2953      Branch: cfgperl
2954            ! README.hurd
2955 ____________________________________________________________________________
2956 [  4491] By: jhi                                   on 1999/10/29  20:37:02
2957         Log: A new try at what #4490 tried to accomplish.
2958      Branch: metaconfig
2959            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
2960      Branch: metaconfig/U/perl
2961            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
2962            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
2963 ____________________________________________________________________________
2964 [  4490] By: jhi                                   on 1999/10/29  20:19:41
2965         Log: metaconfig nits.
2966      Branch: metaconfig
2967            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
2968      Branch: metaconfig/U/perl
2969            + d_iovec_s.U
2970            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
2971            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
2972 ____________________________________________________________________________
2973 [  4489] By: jhi                                   on 1999/10/29  16:08:43
2974         Log: Integrate with Sarathy.
2975      Branch: cfgperl
2976           !> (integrate 31 files)
2977 ____________________________________________________________________________
2978 [  4488] By: jhi                                   on 1999/10/29  15:30:30
2979         Log: Regen Configure and Glossary.
2980      Branch: cfgperl
2981            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2982            ! config_h.SH
2983 ____________________________________________________________________________
2984 [  4487] By: jhi                                   on 1999/10/29  15:24:13
2985         Log: Remove quad logic from perl.h; regen Configure;
2986              add -DUSE_LONG_LONG to ccflags if not already there.
2987      Branch: cfgperl
2988            ! Configure config_h.SH doop.c hints/aix.sh hints/irix_6.sh
2989            ! hints/solaris_2.sh perl.h pp.c pp.h regexec.c sv.c
2990 ____________________________________________________________________________
2991 [  4486] By: jhi                                   on 1999/10/29  15:22:38
2992         Log: metaconfig: moved quad logic from perl.h to Configure (quadtype.U);
2993              fixed the use*.U to define their stuff only iff not already defined
2994              (so that ccflags can have any -DUSE_* it wants);
2995              uselonglong.U added; various small nits fixed.
2996      Branch: metaconfig
2997            + U/typedefs/quadtype.U
2998            ! U/modified/d_longdbl.U U/modified/d_longlong.U
2999            ! U/modified/d_statblks.U U/modified/usenm.U
3000            ! U/threads/usethreads.U
3001      Branch: metaconfig/U/perl
3002            + uselonglong.U
3003            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
3004            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U i_inttypes.U
3005            ! quadfio.U use64bits.U uselfs.U uselongdbl.U usemorebits.U
3006            ! usemultiplicity.U useperlio.U usesocks.U
3007 ____________________________________________________________________________
3008 [  4485] By: gsar                                  on 1999/10/29  06:08:50
3009         Log: more cleanup: avoid unused knowledge of "file GV" notion in CV and GV
3010      Branch: perl
3011            ! bytecode.pl cv.h dump.c ext/B/B.pm ext/B/B.xs
3012            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
3013            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/ByteLoader/byterun.c
3014            ! ext/ByteLoader/byterun.h ext/Devel/Peek/Peek.pm gv.c gv.h op.c
3015            ! sv.h
3016 ____________________________________________________________________________
3017 [  4484] By: gsar                                  on 1999/10/29  03:00:21
3018         Log: usurp GVOP slot for new PADOP (one small step to making optree
3019              shareable across interpreters)
3020      Branch: perl
3021            ! bytecode.pl doio.c dump.c ext/B/B.pm ext/B/B.xs
3022            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
3023            ! ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
3024            ! ext/B/B/Terse.pm ext/B/typemap ext/ByteLoader/byterun.c
3025            ! ext/ByteLoader/byterun.h op.c op.h opcode.h opcode.pl perl.h
3026            ! pp_hot.c pp_sys.c regexec.c run.c
3027 ____________________________________________________________________________
3028 [  4483] By: jhi                                   on 1999/10/28  22:01:12
3029         Log: Regen Configure.
3030      Branch: cfgperl
3031            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3032            ! config_h.SH
3033 ____________________________________________________________________________
3034 [  4482] By: jhi                                   on 1999/10/28  21:45:26
3035         Log: Installdirs patches from Andy.
3036      Branch: metaconfig
3037            ! U/installdirs/sitearch.U U/installdirs/sitebin.U
3038            ! U/installdirs/sitehtml1dir.U U/installdirs/sitehtml3dir.U
3039            ! U/installdirs/sitelib.U U/installdirs/siteman1dir.U
3040            ! U/installdirs/siteman3dir.U U/installdirs/siteprefix.U
3041            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
3042            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
3043            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
3044            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
3045            ! U/installdirs/vendorprefix.U U/installdirs/vendorscriptdir.U
3046 ____________________________________________________________________________
3047 [  4481] By: gsar                                  on 1999/10/28  17:33:49
3048         Log: remove C<use Time::Local 'no_range_check'> misfeature (global
3049              can still be directly set)
3050      Branch: perl
3051            ! lib/Time/Local.pm
3052 ____________________________________________________________________________
3053 [  4480] By: jhi                                   on 1999/10/28  13:49:26
3054         Log: Fix printing of uids and gids; regen Configure.
3055      Branch: cfgperl
3056            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3057            ! config_h.SH mg.c perl.c perl.h taint.c
3058 ____________________________________________________________________________
3059 [  4479] By: jhi                                   on 1999/10/28  11:53:57
3060         Log: Fix typo.
3061      Branch: metaconfig
3062            ! U/typedefs/gidsize.U
3063 ____________________________________________________________________________
3064 [  4478] By: jhi                                   on 1999/10/28  06:50:02
3065         Log: Integrate with Sarathy.
3066      Branch: cfgperl
3067           !> Changes iperlsys.h makedef.pl patchlevel.h perl.h
3068           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
3069           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3070           !> win32/config_sh.PL win32/makefile.mk win32/win32.h
3071 ____________________________________________________________________________
3072 [  4477] By: jhi                                   on 1999/10/28  06:40:54
3073         Log: (Slightly) better comments for Policy_sh.SH from Andy.
3074      Branch: cfgperl
3075            ! Policy_sh.SH
3076 ____________________________________________________________________________
3077 [  4476] By: gsar                                  on 1999/10/27  23:54:36
3078         Log: regen config* stuff for windows
3079      Branch: perl
3080            ! Changes patchlevel.h win32/Makefile win32/config.bc
3081            ! win32/config.gc win32/config.vc win32/config_H.bc
3082            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
3083            ! win32/makefile.mk
3084 ____________________________________________________________________________
3085 [  4475] By: gsar                                  on 1999/10/27  21:32:30
3086         Log: integrate cfgperl contents into mainline; merge conflicts
3087      Branch: perl
3088           !> (integrate 46 files)
3089 ____________________________________________________________________________
3090 [  4474] By: gsar                                  on 1999/10/27  21:15:07
3091         Log: patch up egcs-1.1.2-mingw32 build (builds a working miniperl, but not
3092              perl; stdout/stderr redirects seem broken as well)
3093      Branch: perl
3094            ! iperlsys.h makedef.pl perl.h win32/makefile.mk win32/win32.h
3095 ____________________________________________________________________________
3096 [  4473] By: jhi                                   on 1999/10/27  21:11:11
3097         Log: Do not block if no message queues available.
3098      Branch: cfgperl
3099            ! t/lib/ipc_sysv.t
3100 ____________________________________________________________________________
3101 [  4472] By: jhi                                   on 1999/10/27  18:27:40
3102         Log: Remove unused "squatter" symbols; regen Configure.
3103      Branch: cfgperl
3104            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
3105            ! Porting/config_H config_h.SH epoc/config.h iperlsys.h perl.h
3106            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3107 ____________________________________________________________________________
3108 [  4471] By: jhi                                   on 1999/10/27  18:26:55
3109         Log: metaconfig; split socket; fix output.
3110      Branch: metaconfig
3111            ! U/modified/d_socket.U U/modified/d_statblks.U
3112      Branch: metaconfig/U/perl
3113            + d_cmsghdr_s.U d_msghdr_s.U d_recvmsg.U d_sendmsg.U
3114            ! i_sysstatfs.U i_sysvfs.U
3115 ____________________________________________________________________________
3116 [  4470] By: jhi                                   on 1999/10/27  17:19:06
3117         Log: Regen Configure.
3118      Branch: cfgperl
3119            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3120            ! config_h.SH perl.c perl.h
3121 ____________________________________________________________________________
3122 [  4469] By: jhi                                   on 1999/10/27  17:18:41
3123         Log: metaconfig; split statfs.
3124      Branch: metaconfig/U/perl
3125            + d_fs_data_s.U d_statfs_f_flags.U d_statfs_s.U
3126            ! d_statfs.U
3127 ____________________________________________________________________________
3128 [  4468] By: jhi                                   on 1999/10/27  14:06:44
3129         Log: Integrate with Sarathy; manual resolve on regcomp.c conflicts
3130              (Ilya's changes won).
3131      Branch: cfgperl
3132           +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
3133           +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
3134           +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
3135           !> (integrate 65 files)
3136 ____________________________________________________________________________
3137 [  4467] By: jhi                                   on 1999/10/27  13:38:41
3138         Log: Regen Configure.
3139      Branch: cfgperl
3140            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3141            ! config_h.SH
3142 ____________________________________________________________________________
3143 [  4466] By: jhi                                   on 1999/10/27  13:18:06
3144         Log: metaconfig fixes from Andy.
3145      Branch: metaconfig
3146            + U/modified/libnlist.U U/modified/usrinc.U
3147            ! U/Glossary.patch U/mkglossary U/modified/libpth.U
3148 ____________________________________________________________________________
3149 [  4465] By: jhi                                   on 1999/10/27  13:06:27
3150         Log: Nosuid checking for statfs() people.
3151      Branch: cfgperl
3152            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3153            ! config_h.SH perl.c perl.h pod/perldiag.pod
3154 ____________________________________________________________________________
3155 [  4464] By: jhi                                   on 1999/10/27  13:04:20
3156         Log: metaconfig maintenance; fix Hasfield, statfs;
3157              add Hasstruct, statfs3, statfs4, ustat, sysvfs;
3158              split fstatfs away from statfs.
3159      Branch: metaconfig
3160            + U/protos/Hasstruct.U
3161            ! U/protos/Hasfield.U
3162      Branch: metaconfig/U/perl
3163            + d_fstatfs.U d_statfs3.U d_statfs4.U d_ustat.U i_sysvfs.U
3164            + i_ustat.U
3165            ! d_statfs.U
3166 ____________________________________________________________________________
3167 [  4463] By: jhi                                   on 1999/10/27  07:55:53
3168         Log: We need cc to be able to test for cc -v.
3169      Branch: cfgperl
3170            ! hints/dec_osf.sh
3171 ____________________________________________________________________________
3172 [  4462] By: gsar                                  on 1999/10/27  01:31:41
3173         Log: more GCC v2.95 induced adjustments
3174      Branch: perl
3175            ! globals.c mg.c opcode.h opcode.pl perl.h sv.c
3176            ! win32/makefile.mk win32/win32.c x2p/walk.c
3177 ____________________________________________________________________________
3178 [  4461] By: gsar                                  on 1999/10/26  21:42:59
3179         Log: warnings and const violations identified by compiling in C++ mode
3180              with GCC v2.95
3181      Branch: perl
3182            ! doio.c embed.pl mg.c op.c perl.c perlapi.c proto.h regcomp.c
3183            ! sv.c taint.c toke.c win32/win32.c
3184 ____________________________________________________________________________
3185 [  4459] By: jhi                                   on 1999/10/26  10:15:58
3186         Log: Regen Configure.
3187      Branch: cfgperl
3188            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3189            ! config_h.SH
3190 ____________________________________________________________________________
3191 [  4458] By: jhi                                   on 1999/10/26  09:48:37
3192         Log: Minor rewordings.
3193      Branch: metaconfig/U/perl
3194            ! d_getmnt.U d_getmntent.U d_statfs.U d_statvfs.U
3195 ____________________________________________________________________________
3196 [  4456] By: jhi                                   on 1999/10/26  09:11:49
3197         Log: Fix d_statfsflags; add d_getmnt.
3198      Branch: metaconfig/U/perl
3199            + d_getmnt.U
3200            ! d_statfs.U
3201 ____________________________________________________________________________
3202 [  4455] By: jhi                                   on 1999/10/26  08:12:27
3203         Log: Massive multitypo in #4446.
3204      Branch: cfgperl
3205            ! hints/dec_osf.sh
3206 ____________________________________________________________________________
3207 [  4454] By: jhi                                   on 1999/10/25  08:28:45
3208         Log: From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
3209              To: Perl 5 Porters <perl5-porters@perl.org>
3210              Subject: [PATCH 5.005_62] dos-djgpp update
3211              Date: Mon, 25 Oct 1999 10:11:30 +0200
3212              Message-ID: <19991025101130.K459@crater.eth.ericsson.se>
3213      Branch: cfgperl
3214            ! djgpp/config.over djgpp/configure.bat djgpp/djgppsed.sh
3215            ! pod/perldelta.pod t/lib/io_unix.t
3216 ____________________________________________________________________________
3217 [  4453] By: jhi                                   on 1999/10/25  08:25:50
3218         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3219              To: perl5-porters@perl.org (Mailing list Perl5)
3220              Subject: [PATCH 5.005_62] Remove the last regnode<==>char*
3221              Date: Mon, 25 Oct 1999 03:06:21 -0400 (EDT)
3222              Message-Id: <199910250706.DAA16825@monk.mps.ohio-state.edu>
3223      Branch: cfgperl
3224            ! embed.h embed.pl proto.h regcomp.c regcomp.h regexec.c
3225 ____________________________________________________________________________
3226 [  4452] By: jhi                                   on 1999/10/25  08:16:55
3227         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3228              To: perl5-porters@perl.org (Mailing list Perl5)
3229              Subject: [PATCH 5.005_62] Missing REx engine patch
3230              Date: Sun, 24 Oct 1999 23:47:45 -0400 (EDT)
3231              Message-Id: <199910250347.XAA16094@monk.mps.ohio-state.edu>
3232      Branch: cfgperl
3233            ! pod/perldiag.pod regcomp.c regexec.c
3234 ____________________________________________________________________________
3235 [  4451] By: jhi                                   on 1999/10/25  08:13:06
3236         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3237              To: perl5-porters@perl.org (Mailing list Perl5)
3238              Subject: [PATCH 5.005_62] charnames and UTEST
3239              Date: Sun, 24 Oct 1999 23:39:49 -0400 (EDT)
3240              Message-Id: <199910250339.XAA16058@monk.mps.ohio-state.edu>
3241      Branch: cfgperl
3242            ! t/lib/charnames.t
3243 ____________________________________________________________________________
3244 [  4450] By: gsar                                  on 1999/10/25  07:38:15
3245         Log: win32 tweak
3246      Branch: perl
3247            ! win32/perllib.c
3248 ____________________________________________________________________________
3249 [  4449] By: gsar                                  on 1999/10/24  23:20:10
3250         Log: remove inconsistent tainting behavior of sprintf("%e",...)
3251              (all bets are off is "C" locale is compromised)
3252      Branch: perl
3253            ! pod/perlfunc.pod pod/perllocale.pod sv.c
3254 ____________________________________________________________________________
3255 [  4448] By: gsar                                  on 1999/10/24  22:20:42
3256         Log: remove unused interpreter globals
3257      Branch: perl
3258            ! deb.c dump.c embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs
3259            ! global.sym gv.c gv.h intrpvar.h objXSUB.h perl.c perlapi.c
3260            ! proto.h toke.c
3261 ____________________________________________________________________________
3262 [  4447] By: jhi                                   on 1999/10/24  21:49:52
3263         Log: Another hints tweak.
3264      Branch: cfgperl
3265            ! hints/aix.sh
3266 ____________________________________________________________________________
3267 [  4446] By: jhi                                   on 1999/10/24  21:48:02
3268         Log: Hints tweak.
3269      Branch: cfgperl
3270            ! hints/dec_osf.sh
3271 ____________________________________________________________________________
3272 [  4445] By: nick                                  on 1999/10/24  21:03:28
3273         Log: Integrate own changes to mainline.
3274      Branch: utfperl
3275           !> installperl pp.c
3276 ____________________________________________________________________________
3277 [  4444] By: nick                                  on 1999/10/24  20:54:06
3278         Log: Avoid creating GV with NULL name when vivifying nameless scalars.
3279              (Fix/workround for [ID19991024.001])
3280      Branch: perl
3281            ! pp.c
3282 ____________________________________________________________________________
3283 [  4443] By: nick                                  on 1999/10/24  15:09:51
3284         Log: Follow that camel ... another sync.
3285      Branch: utfperl
3286           +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
3287           +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
3288           +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
3289           !> (integrate 36 files)
3290 ____________________________________________________________________________
3291 [  4442] By: gsar                                  on 1999/10/24  14:40:01
3292         Log: typo in installperl (from Paul Moore <gustav@morpheus.demon.co.uk>)
3293      Branch: perl
3294            ! installperl
3295 ____________________________________________________________________________
3296 [  4441] By: gsar                                  on 1999/10/24  14:33:11
3297         Log: test in change#4428 needs strict interpretation of C modulus
3298      Branch: perl
3299            ! t/op/int.t
3300 ____________________________________________________________________________
3301 [  4440] By: gsar                                  on 1999/10/24  13:47:17
3302         Log: don't allow SIGCHLD to be ignored at startup, or wait*() and
3303              $? break
3304      Branch: perl
3305            ! perl.c pod/perldelta.pod pod/perldiag.pod
3306 ____________________________________________________________________________
3307 [  4439] By: jhi                                   on 1999/10/24  13:19:17
3308         Log: test for #2835 (yeah, better later than never)
3309      Branch: cfgperl
3310            ! t/op/array.t
3311 ____________________________________________________________________________
3312 [  4438] By: gsar                                  on 1999/10/24  12:59:12
3313         Log: typo, doc tweak
3314      Branch: perl
3315            ! lib/attributes.pm pod/perlop.pod
3316 ____________________________________________________________________________
3317 [  4437] By: gsar                                  on 1999/10/24  11:59:55
3318         Log: allow get() and reftype() functions to be imported (from
3319              Spider Boardman)
3320      Branch: perl
3321            ! lib/attributes.pm
3322 ____________________________________________________________________________
3323 [  4436] By: gsar                                  on 1999/10/24  11:52:53
3324         Log: suppress scalar leak messages for known leaks (from
3325              Robin Barker <rmb1@cise.npl.co.uk>)
3326      Branch: perl
3327            ! Changes t/op/lex_assign.t t/pragma/warn/op
3328 ____________________________________________________________________________
3329 [  4435] By: gsar                                  on 1999/10/24  11:39:42
3330         Log: VMS tweak (suggested by Craig A. Berry <craig.berry@metamor.com>)
3331      Branch: perl
3332            ! ext/B/defsubs_h.PL
3333 ____________________________________________________________________________
3334 [  4434] By: gsar                                  on 1999/10/24  11:36:08
3335         Log: relax range checking if they ask for it (from John L. Allen
3336              <allen@grumman.com>)
3337      Branch: perl
3338            ! lib/Time/Local.pm
3339 ____________________________________________________________________________
3340 [  4433] By: gsar                                  on 1999/10/24  11:25:51
3341         Log: README nits pointed out by Chris Nandor <pudge@pobox.com>
3342      Branch: perl
3343            ! README lib/File/Path.pm
3344 ____________________________________________________________________________
3345 [  4432] By: gsar                                  on 1999/10/24  11:11:02
3346         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3347              Date: Sun, 24 Oct 1999 03:24:28 -0400 (EDT)
3348              Message-Id: <199910240724.DAA12230@monk.mps.ohio-state.edu>
3349              Subject: Re: [PATCH 5.005_62] OS/2 improvements
3350      Branch: perl
3351            + os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
3352            + os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
3353            + os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
3354            ! MANIFEST hints/os2.sh mg.c miniperlmain.c os2/Changes
3355            ! os2/OS2/REXX/Changes os2/OS2/REXX/Makefile.PL
3356            ! os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
3357            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
3358            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
3359            ! os2/OS2/REXX/t/rx_vrexx.t os2/dl_os2.c os2/os2.c os2/os2ish.h
3360            ! perl.c perl.h t/io/fs.t t/op/magic.t
3361 ____________________________________________________________________________
3362 [  4431] By: gsar                                  on 1999/10/24  10:50:14
3363         Log: install all README.foo with pod content as podfoo.pod
3364      Branch: perl
3365            ! Makefile.SH installman
3366 ____________________________________________________________________________
3367 [  4430] By: gsar                                  on 1999/10/24  09:28:24
3368         Log: @INC needs ../lib
3369      Branch: perl
3370            ! t/op/int.t
3371 ____________________________________________________________________________
3372 [  4429] By: jhi                                   on 1999/10/23  21:47:49
3373         Log: More printf-fixes (see also #4426).
3374      Branch: cfgperl
3375            ! deb.c dump.c ext/Data/Dumper/Dumper.xs
3376            ! ext/Devel/DProf/DProf.xs malloc.c mg.c op.c perl.c pp.c
3377            ! pp_ctl.c regcomp.c regexec.c run.c scope.c sv.c util.c
3378 ____________________________________________________________________________
3379 [  4428] By: gsar                                  on 1999/10/23  20:28:56
3380         Log: fix accidental C modulo semantics on integer-valued operations
3381              (e.g. caused C<length("abc") % -10> to return 3 rather than -7)
3382      Branch: perl
3383            ! op.c t/op/int.t
3384 ____________________________________________________________________________
3385 [  4427] By: jhi                                   on 1999/10/23  16:10:10
3386         Log: Integrate with Sarathy.
3387      Branch: cfgperl
3388           !> sv.c win32/win32.c
3389 ____________________________________________________________________________
3390 [  4426] By: jhi                                   on 1999/10/23  16:04:02
3391         Log: Fix the printfing nits pointed out by using gcc -Wall and
3392              Configure -Duse64bits -Dccflags=-DDEBUGGING in Solaris,
3393              plus few other warnings in Dumper.xs.
3394      Branch: cfgperl
3395            ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
3396            ! ext/Devel/Peek/Peek.xs regcomp.c regexec.c sv.c util.c
3397 ____________________________________________________________________________
3398 [  4425] By: jhi                                   on 1999/10/23  15:16:41
3399         Log: Configure regen to pick up the new installation directories
3400              from Policy_sh.SH.  The explanations of "public add-ons" and
3401              "vendor-supplied" could do with more work.
3402      Branch: cfgperl
3403            ! Configure config_h.SH
3404 ____________________________________________________________________________
3405 [  4424] By: nick                                  on 1999/10/23  00:46:22
3406         Log: Resolve mainline before possible hacking operertunity this weekend
3407      Branch: utfperl
3408           +> pod/perlfilter.pod
3409           !> (integrate 32 files)
3410 ____________________________________________________________________________
3411 [  4423] By: jhi                                   on 1999/10/22  22:53:17
3412         Log: Update Policy_sh.SH to handle the newer installation directives.
3413              From: Andy Dougherty <doughera@lafayette.edu>
3414              To: Perl Porters <perl5-porters@perl.org>
3415              Subject: [PATCH 5.005_62] Policy_sh.SH update
3416              Date: Fri, 22 Oct 1999 16:47:34 -0400 (EDT)
3417              Message-ID: <Pine.SOL.4.10.9910221645470.15232-100000@maxwell.phys.lafayette.edu>
3418      Branch: cfgperl
3419            ! Policy_sh.SH
3420 ____________________________________________________________________________
3421 [  4422] By: jhi                                   on 1999/10/22  22:44:44
3422         Log: so back to 'so', from Stephanie Beals <bealzy@us.ibm.com>
3423      Branch: cfgperl
3424            ! hints/aix.sh
3425 ____________________________________________________________________________
3426 [  4421] By: gsar                                  on 1999/10/22  21:16:44
3427         Log: sv_vcatpvfn() bug: fell through to assuming intsize of 'q' for
3428              C<"%ld", long_val>
3429      Branch: perl
3430            ! sv.c
3431 ____________________________________________________________________________
3432 [  4420] By: gsar                                  on 1999/10/22  16:36:46
3433         Log: win32_utime() on directories should use localtime() rather
3434              than gmtime() (from Jan Dubois)
3435      Branch: perl
3436            ! win32/win32.c
3437 ____________________________________________________________________________
3438 [  4419] By: jhi                                   on 1999/10/21  10:31:41
3439         Log: Integrate with Sarathy.
3440      Branch: cfgperl
3441           !> Makefile.SH lib/CPAN/FirstTime.pm op.c opcode.h opcode.pl
3442           !> t/lib/glob-basic.t t/op/sort.t
3443 ____________________________________________________________________________
3444 [  4418] By: gsar                                  on 1999/10/20  23:49:47
3445         Log: add test for change#4417
3446      Branch: perl
3447            ! t/op/sort.t
3448 ____________________________________________________________________________
3449 [  4417] By: gsar                                  on 1999/10/20  23:45:03
3450         Log: avoid coredump on C<sort { my $c; return $a cmp $b } ...>
3451      Branch: perl
3452            ! op.c
3453 ____________________________________________________________________________
3454 [  4416] By: gsar                                  on 1999/10/20  01:00:50
3455         Log: fix prototype mismatch (from Hans Mulder <hansm@xs4all.nl>)
3456      Branch: perl
3457            ! lib/CPAN/FirstTime.pm
3458 ____________________________________________________________________________
3459 [  4415] By: gsar                                  on 1999/10/20  00:52:34
3460         Log: disable optimizing troublesome ops in change#3612
3461              (from Ilya Zakharevich)
3462      Branch: perl
3463            ! Makefile.SH opcode.h opcode.pl
3464 ____________________________________________________________________________
3465 [  4414] By: gsar                                  on 1999/10/20  00:37:46
3466         Log: skip unreadable directory test when running as root
3467      Branch: perl
3468            ! t/lib/glob-basic.t
3469 ____________________________________________________________________________
3470 [  4413] By: jhi                                   on 1999/10/19  09:26:52
3471         Log: Avoid GNU ar if HP cc is being used.
3472      Branch: cfgperl
3473            ! hints/hpux.sh
3474 ____________________________________________________________________________
3475 [  4412] By: jhi                                   on 1999/10/19  07:24:29
3476         Log: Integrate with Sarathy.
3477      Branch: cfgperl
3478           !> perlvars.h
3479 ____________________________________________________________________________
3480 [  4411] By: jhi                                   on 1999/10/19  07:22:34
3481         Log: Long double support: sqrtl et al are not available everywhere,
3482              e.g. not in Solaris, even when long doubles are.
3483      Branch: cfgperl
3484            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3485            ! config_h.SH perl.h
3486 ____________________________________________________________________________
3487 [  4410] By: jhi                                   on 1999/10/19  07:21:42
3488         Log: Add sqrtl probe, add echo dependencies.
3489      Branch: metaconfig
3490            ! U/threads/d_pthreadj.U
3491      Branch: metaconfig/U/perl
3492            + d_sqrtl.U
3493            ! i_inttypes.U io64.U
3494 ____________________________________________________________________________
3495 [  4409] By: gsar                                  on 1999/10/19  02:18:54
3496         Log: perl_mutex n/a if !USE_THREADS
3497      Branch: perl
3498            ! perlvars.h
3499 ____________________________________________________________________________
3500 [  4408] By: jhi                                   on 1999/10/18  20:13:02
3501         Log: Forgotten s/warning/warnings/.
3502      Branch: cfgperl
3503            ! Makefile.SH
3504 ____________________________________________________________________________
3505 [  4407] By: jhi                                   on 1999/10/18  20:02:12
3506         Log: Integrate with Sarathy.
3507      Branch: cfgperl
3508           +> pod/perlfilter.pod
3509           !> (integrate 30 files)
3510 ____________________________________________________________________________
3511 [  4406] By: gsar                                  on 1999/10/18  16:32:10
3512         Log: added intro to source filters from Paul Marquess
3513      Branch: perl
3514            + pod/perlfilter.pod
3515            ! MANIFEST pod/perldelta.pod
3516 ____________________________________________________________________________
3517 [  4405] By: gsar                                  on 1999/10/18  05:53:06
3518         Log: missing manpages
3519      Branch: perl
3520            ! installman
3521 ____________________________________________________________________________
3522 [  4404] By: gsar                                  on 1999/10/18  05:09:22
3523         Log: pod updates from Tom Christiansen
3524      Branch: perl
3525            ! lib/Pod/Man.pm pod/perldelta.pod pod/perlmodlib.pod
3526 ____________________________________________________________________________
3527 [  4403] By: gsar                                  on 1999/10/17  23:43:59
3528         Log: PL_malloc_mutex needs to be global, not per-interpreter
3529              (malloc.c has static data)
3530      Branch: perl
3531            ! embedvar.h intrpvar.h objXSUB.h perl.c perlvars.h
3532 ____________________________________________________________________________
3533 [  4402] By: gsar                                  on 1999/10/17  22:30:30
3534         Log: support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
3535              windows
3536      Branch: perl
3537            ! XSUB.h ext/POSIX/POSIX.xs intrpvar.h makedef.pl malloc.c
3538            ! perl.c perl.h perlio.c win32/perllib.c win32/win32.c
3539            ! win32/win32.h
3540 ____________________________________________________________________________
3541 [  4401] By: gsar                                  on 1999/10/17  20:33:42
3542         Log: serious bug introduced by G_VOID changes in 5.003_96: scalar
3543              eval"" did not pop stack correctly; C<$a = eval "(1,2)x1">
3544              is one symptom of the problem
3545      Branch: perl
3546            ! pp_ctl.c t/op/eval.t
3547 ____________________________________________________________________________
3548 [  4400] By: gsar                                  on 1999/10/17  18:36:46
3549         Log: remove FileHandle from list of PodParser dependencies (the
3550              difference is 20 files vs 6 files loaded!)
3551      Branch: perl
3552            ! lib/Pod/Parser.pm lib/Pod/Select.pm pod/perldelta.pod
3553            ! t/pod/testcmp.pl
3554 ____________________________________________________________________________
3555 [  4399] By: nick                                  on 1999/10/17  14:51:35
3556         Log: Pre-trip resolve
3557      Branch: utfperl
3558           !> installperl lib/Text/Tabs.pm perl.c pp_hot.c
3559 ____________________________________________________________________________
3560 [  4398] By: gsar                                  on 1999/10/17  09:19:24
3561         Log: make installperl ignore RCS files (from Michael G Schwern
3562              <schwern@pobox.com>)
3563      Branch: perl
3564            ! installperl lib/Text/Tabs.pm
3565 ____________________________________________________________________________
3566 [  4397] By: gsar                                  on 1999/10/16  18:30:14
3567         Log: another bug in change#3386 (CATCH_SET wasn't reverted correctly)
3568      Branch: perl
3569            ! perl.c
3570 ____________________________________________________________________________
3571 [  4396] By: jhi                                   on 1999/10/16  17:44:39
3572         Log: Missing comma.
3573      Branch: cfgperl
3574            ! lib/diagnostics.pm
3575 ____________________________________________________________________________
3576 [  4395] By: gsar                                  on 1999/10/16  17:18:36
3577         Log: assumption about @_ always being non-REAL doesn't hold when
3578              debugger is running; DB::sub() can call arbitrary stuff
3579              that modifies @_ at will
3580      Branch: perl
3581            ! pp_hot.c
3582 ____________________________________________________________________________
3583 [  4394] By: nick                                  on 1999/10/16  09:35:20
3584         Log: Resolve utfperl branch against mainline as of _62
3585      Branch: utfperl
3586           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
3587           +> ext/DB_File/hints/sco.pl ext/DynaLoader/hints/aix.pl
3588           +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
3589           +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
3590           +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
3591           +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
3592           +> pod/perlhack.pod t/lib/glob-basic.t t/lib/glob-global.t
3593           +> t/lib/glob-taint.t win32/genmk95.pl
3594            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
3595           !> (integrate 144 files)
3596 ____________________________________________________________________________
3597 [  4393] By: gsar                                  on 1999/10/16  04:07:02
3598         Log: OS/2 support bits (from Ilya Zakharevich)
3599      Branch: perl
3600            ! hints/os2.sh makedef.pl os2/Makefile.SHs t/lib/glob-basic.t
3601 ____________________________________________________________________________
3602 [  4392] By: jhi                                   on 1999/10/15  10:28:09
3603         Log: Integrate with Sarathy.
3604      Branch: cfgperl
3605           !> Changes MANIFEST Makefile.SH Porting/makerel lib/Pod/Man.pm
3606           !> lib/Pod/Parser.pm op.c pod/perldelta.pod pod/perlopentut.pod
3607           !> win32/Makefile win32/makefile.mk
3608
3609 ----------------
3610 Version 5.005_62
3611 ----------------
3612
3613 ____________________________________________________________________________
3614 [  4391] By: gsar                                  on 1999/10/15  10:12:42
3615         Log: here be 5.005_62
3616      Branch: perl
3617            ! Changes MANIFEST Porting/makerel
3618 ____________________________________________________________________________
3619 [  4390] By: gsar                                  on 1999/10/15  09:45:51
3620         Log: lvalue subs patch (change#4081) breaks C<\(Foo->Bar())>;
3621              avoid tickling it in Pod::Man for now; other nits in
3622              Pod::*
3623      Branch: perl
3624            ! lib/Pod/Man.pm lib/Pod/Parser.pm pod/perldelta.pod
3625            ! pod/perlopentut.pod
3626 ____________________________________________________________________________
3627 [  4389] By: gsar                                  on 1999/10/15  08:55:01
3628         Log: disable internal globbing for miniperl (or build breaks out
3629              in a rash of failed dependencies)
3630      Branch: perl
3631            ! Makefile.SH op.c win32/Makefile win32/makefile.mk
3632 ____________________________________________________________________________
3633 [  4388] By: jhi                                   on 1999/10/15  08:07:49
3634         Log: Integrate with Sarathy.
3635      Branch: cfgperl
3636           !> Changes ext/POSIX/POSIX.xs lib/Benchmark.pm pod/perldelta.pod
3637           !> pod/perlfaq2.pod win32/include/dirent.h win32/win32.c
3638 ____________________________________________________________________________
3639 [  4387] By: gsar                                  on 1999/10/15  07:46:24
3640         Log: integrate cfgperl contents into mainline
3641      Branch: perl
3642            ! Changes
3643           !> pod/perldelta.pod pod/perldiag.pod regcomp.c
3644           !> t/pragma/warn/regcomp
3645 ____________________________________________________________________________
3646 [  4386] By: gsar                                  on 1999/10/15  05:45:36
3647         Log: various little goofs in change#4385
3648      Branch: perl
3649            ! win32/include/dirent.h win32/win32.c
3650 ____________________________________________________________________________
3651 [  4385] By: gsar                                  on 1999/10/15  04:49:09
3652         Log: win32_*dir() cleanup; win32_readdir() iterates as necessary
3653              rather than win32_opendir() reading all files up front (untested)
3654      Branch: perl
3655            ! win32/include/dirent.h win32/win32.c
3656 ____________________________________________________________________________
3657 [  4384] By: gsar                                  on 1999/10/15  01:34:09
3658         Log: Benchmark notes (from Barrie Slaymaker <barries@slaysys.com>)
3659      Branch: perl
3660            ! lib/Benchmark.pm pod/perldelta.pod
3661 ____________________________________________________________________________
3662 [  4383] By: gsar                                  on 1999/10/15  01:22:32
3663         Log: include info about Perl Mongers in perlfaq2 (from David H. Adler
3664              <dha@panix.com>)
3665      Branch: perl
3666            ! pod/perlfaq2.pod
3667 ____________________________________________________________________________
3668 [  4382] By: gsar                                  on 1999/10/15  01:14:22
3669         Log: From: jand@ActiveState.com (Jan Dubois)
3670              Date: Fri, 15 Oct 1999 01:14:23 +0200
3671              Message-ID: <380f61ae.18202914@smtprelay.t-online.de>
3672              Subject: [PATCH 5.005_61] Prevent "Out of memory" error in POSIX's strftime()
3673      Branch: perl
3674            ! ext/POSIX/POSIX.xs
3675 ____________________________________________________________________________
3676 [  4381] By: jhi                                   on 1999/10/14  22:11:36
3677         Log: Integrate with Sarathy.
3678      Branch: cfgperl
3679           !> XSUB.h cop.h embed.h embed.pl ext/File/Glob/bsd_glob.c
3680           !> lib/Time/Local.pm perl.c perlapi.c pod/perlop.pod pp_ctl.c
3681           !> proto.h scope.c scope.h t/op/runlevel.t util.c win32/Makefile
3682           !> win32/makefile.mk
3683 ____________________________________________________________________________
3684 [  4380] By: jhi                                   on 1999/10/14  22:08:22
3685         Log: Warn inside character classes about unknown backslash escapes
3686              (that are not caught earlier because of being completely unknown,
3687              such as \m), such as \z (because they make do sense inside regexen,
3688              but not inside character classes).
3689      Branch: cfgperl
3690            ! pod/perldelta.pod pod/perldiag.pod regcomp.c
3691            ! t/pragma/warn/regcomp
3692 ____________________________________________________________________________
3693 [  4379] By: gsar                                  on 1999/10/14  18:26:56
3694         Log: clarify significance of parens for "x" (from M.J.T. Guy
3695              <mjtg@cus.cam.ac.uk>)
3696      Branch: perl
3697            ! pod/perlop.pod
3698 ____________________________________________________________________________
3699 [  4378] By: gsar                                  on 1999/10/14  18:25:20
3700         Log: make timelocal work better when time is close to the epoch
3701              east of GMT (from Keiki SATOH <kki@wakusei.ne.jp>)
3702      Branch: perl
3703            ! lib/Time/Local.pm
3704 ____________________________________________________________________________
3705 [  4377] By: gsar                                  on 1999/10/14  18:15:11
3706         Log: integrate cfgperl contents into mainline
3707      Branch: perl
3708           +> ext/DB_File/hints/sco.pl
3709           !> MANIFEST hints/aix.sh hints/linux.sh hints/svr5.sh
3710           !> pod/perldelta.pod pod/perldiag.pod pod/perlop.pod
3711           !> pod/perlre.pod regcomp.c t/op/re_tests t/pragma/warn/regcomp
3712 ____________________________________________________________________________
3713 [  4376] By: gsar                                  on 1999/10/14  17:47:35
3714         Log: fix POPSTACK panics that ensued from bad interaction between
3715              runlevels and stack of stacks (change#3988 done right);
3716              basically, we pop the runlevel if the stacklevel is not the
3717              same one we started the runlevel with
3718      Branch: perl
3719            ! cop.h perl.c pp_ctl.c t/op/runlevel.t util.c
3720 ____________________________________________________________________________
3721 [  4375] By: gsar                                  on 1999/10/14  15:54:48
3722         Log: avoid warnings
3723      Branch: perl
3724            ! ext/File/Glob/bsd_glob.c
3725 ____________________________________________________________________________
3726 [  4374] By: jhi                                   on 1999/10/14  10:08:44
3727         Log: Warn about false ranges like \d-\w (see the change #4355).
3728              The invalid ranges (b-a) warning message also enhanced.
3729      Branch: cfgperl
3730            ! pod/perldelta.pod pod/perldiag.pod regcomp.c t/op/re_tests
3731            ! t/pragma/warn/regcomp
3732 ____________________________________________________________________________
3733 [  4373] By: gsar                                  on 1999/10/14  03:49:54
3734         Log: File::Glob fixes for Windows
3735      Branch: perl
3736            ! XSUB.h ext/File/Glob/bsd_glob.c win32/Makefile
3737            ! win32/makefile.mk
3738 ____________________________________________________________________________
3739 [  4372] By: gsar                                  on 1999/10/14  02:21:31
3740         Log: avoid inefficiency in change#3386 (every longjmp() was followed
3741              by an avoidable call to setjmp())
3742      Branch: perl
3743            ! embed.h embed.pl perl.c perlapi.c pod/perldelta.pod pp_ctl.c
3744            ! proto.h scope.c scope.h
3745 ____________________________________________________________________________
3746 [  4371] By: jhi                                   on 1999/10/13  21:17:17
3747         Log: Integrate with Sarathy.
3748      Branch: cfgperl
3749           !> op.c pod/perldelta.pod
3750 ____________________________________________________________________________
3751 [  4370] By: gsar                                  on 1999/10/13  18:08:45
3752         Log: misc tweaks
3753      Branch: perl
3754            ! op.c pod/perldelta.pod
3755 ____________________________________________________________________________
3756 [  4369] By: jhi                                   on 1999/10/13  16:18:58
3757         Log: Integrate with Sarathy.
3758      Branch: cfgperl
3759           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
3760 ____________________________________________________________________________
3761 [  4368] By: gsar                                  on 1999/10/13  16:14:16
3762         Log: pod nits from various perl porters
3763      Branch: perl
3764            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
3765 ____________________________________________________________________________
3766 [  4367] By: jhi                                   on 1999/10/13  12:10:30
3767         Log: From: Vlad Harchev <hvv@hippo.ru>
3768              To: perl5-porters@perl.org
3769              Subject: [ID 19991013.002] fix for 'perlop.pod' shipped with perl5.00503
3770              Date: Wed, 13 Oct 1999 15:48:59 +0500 (SAMST)
3771              Message-Id: <Pine.LNX.4.10.9910131546580.3542-100000@localhost.localdomain>
3772      Branch: cfgperl
3773            ! pod/perlop.pod
3774 ____________________________________________________________________________
3775 [  4366] By: gsar                                  on 1999/10/13  08:11:11
3776         Log: typos and language goofs pointed out by Hugo van der Sanden
3777              <hv@crypt.compulink.co.uk>
3778      Branch: perl
3779            ! pod/perldelta.pod pod/perldiag.pod
3780 ____________________________________________________________________________
3781 [  4365] By: jhi                                   on 1999/10/13  07:27:44
3782         Log: Integrate with Sarathy.
3783      Branch: cfgperl
3784           +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
3785           +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
3786           +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
3787           +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
3788           +> t/lib/glob-basic.t t/lib/glob-global.t t/lib/glob-taint.t
3789           !> Changes MANIFEST README.win32 ext/ODBM_File/hints/sco.pl
3790           !> lib/perl5db.pl op.c pod/perldelta.pod pod/perlfaq8.pod
3791           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod t/op/glob.t
3792           !> t/op/readdir.t t/op/taint.t t/pragma/overload.t util.c
3793 ____________________________________________________________________________
3794 [  4364] By: gsar                                  on 1999/10/13  07:06:04
3795         Log: debugger tweak (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
3796      Branch: perl
3797            ! lib/perl5db.pl
3798 ____________________________________________________________________________
3799 [  4363] By: jhi                                   on 1999/10/13  07:03:43
3800         Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
3801              To: perl5-porters@perl.org
3802              Subject: [ID 19991012.002] Latest UnixWare7 (svr5.sh) hints file
3803              Date: Tue, 12 Oct 1999 19:48:11 -0700 (PDT)
3804              Message-Id: <199910130248.TAA14636@scoot.pdev.sco.com>
3805      Branch: cfgperl
3806            ! hints/svr5.sh
3807 ____________________________________________________________________________
3808 [  4362] By: jhi                                   on 1999/10/13  06:57:16
3809         Log: Add DB_File hint for SCO ODT.
3810              From: hops@sco.com
3811              To: perl5-porters@perl.org
3812              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
3813              Date: Tue, 12 Oct 1999 20:16:04 PDT
3814              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
3815      Branch: cfgperl
3816            + ext/DB_File/hints/sco.pl
3817            ! MANIFEST
3818 ____________________________________________________________________________
3819 [  4361] By: gsar                                  on 1999/10/13  06:56:08
3820         Log: PL_numeric_radix used without being defined (from Ilya
3821              Zakharevich)
3822      Branch: perl
3823            ! util.c
3824 ____________________________________________________________________________
3825 [  4360] By: gsar                                  on 1999/10/13  06:43:03
3826         Log: use libdbm.nfs.a if available (libdbm.a is missing dbmclose())
3827              From: hops@sco.com
3828              Date: Tue, 12 Oct 1999 20:16:04 PDT
3829              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
3830              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
3831      Branch: perl
3832            + ext/NDBM_File/hints/sco.pl
3833            ! MANIFEST ext/ODBM_File/hints/sco.pl
3834 ____________________________________________________________________________
3835 [  4359] By: gsar                                  on 1999/10/13  06:34:53
3836         Log: various pod tweaks (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
3837      Branch: perl
3838            ! README.win32 pod/perlfaq8.pod pod/perlfunc.pod pod/perlop.pod
3839            ! pod/perlport.pod
3840 ____________________________________________________________________________
3841 [  4358] By: gsar                                  on 1999/10/12  19:10:27
3842         Log: perldelta updates
3843      Branch: perl
3844            ! pod/perldelta.pod
3845 ____________________________________________________________________________
3846 [  4357] By: gsar                                  on 1999/10/12  17:11:18
3847         Log: update perldelta for change#4356
3848      Branch: perl
3849            ! Changes pod/perldelta.pod
3850 ____________________________________________________________________________
3851 [  4356] By: gsar                                  on 1999/10/12  16:53:31
3852         Log: add File::BSDGlob as File::Glob and load it at compile-time
3853              if perl was built with -DPERL_INTERNAL_GLOB
3854              
3855              TODO: we currently get a compile-time failure if File/Glob.pm
3856              can't be found; such failure needs to be made to emit a warning
3857              and use the csh implementation instead
3858      Branch: perl
3859            + ext/File/Glob/Changes ext/File/Glob/Glob.pm
3860            + ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
3861            + ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
3862            + ext/File/Glob/bsd_glob.h t/lib/glob-basic.t
3863            + t/lib/glob-global.t t/lib/glob-taint.t
3864            ! MANIFEST op.c t/op/glob.t t/op/readdir.t t/op/taint.t
3865            ! t/pragma/overload.t
3866 ____________________________________________________________________________
3867 [  4355] By: jhi                                   on 1999/10/12  15:30:05
3868         Log: Revert the parts of #3926 that outlawed character ranges
3869              that have character classes such as \w as either endpoint.
3870              This change re-establishes the old behavior which meant that
3871              such ranges weren't really ranges, the "-" was literal.
3872              Moreover, this change also fixes the old behavior to be
3873              more consistent: [\w-.] and [\s-\w] worked, but [.-\w] didn't.
3874              Now they all do work as described above.  The #3926 outlawed
3875              all of those.
3876      Branch: cfgperl
3877            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
3878 ____________________________________________________________________________
3879 [  4354] By: jhi                                   on 1999/10/12  09:58:59
3880         Log: Integrate with Sarathy.
3881      Branch: cfgperl
3882           !> (integrate 33 files)
3883 ____________________________________________________________________________
3884 [  4353] By: gsar                                  on 1999/10/12  05:53:40
3885         Log: apply parts of LynxOS patches from Alan Johnson
3886              <johnson@alonn.gemse.fr>
3887      Branch: perl
3888            ! Changes hints/lynxos.sh pod/perldelta.pod t/lib/safe2.t
3889            ! t/op/groups.t
3890 ____________________________________________________________________________
3891 [  4352] By: gsar                                  on 1999/10/12  05:24:39
3892         Log: allow any unpack specifier to take a count via '/'
3893              (from Ilya Zakharevich)
3894      Branch: perl
3895            ! pp.c t/op/pack.t
3896 ____________________________________________________________________________
3897 [  4351] By: gsar                                  on 1999/10/12  05:02:35
3898         Log: avoid warnings
3899      Branch: perl
3900            ! malloc.c
3901 ____________________________________________________________________________
3902 [  4350] By: gsar                                  on 1999/10/12  04:50:52
3903         Log: various cleanups
3904      Branch: perl
3905            ! ext/Devel/DProf/DProf.xs op.c perl.c perly.c perly.y
3906            ! perly_c.diff pp_hot.c toke.c vms/perly_c.vms win32/config.bc
3907            ! win32/config.gc win32/config.vc win32/config_H.bc
3908            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
3909 ____________________________________________________________________________
3910 [  4349] By: gsar                                  on 1999/10/12  00:23:11
3911         Log: update Changes, patchlevel etc.
3912      Branch: perl
3913            ! Changes Porting/findvars patchlevel.h win32/Makefile
3914            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3915            ! win32/makefile.mk
3916 ____________________________________________________________________________
3917 [  4348] By: gsar                                  on 1999/10/11  23:11:57
3918         Log: add vec() example from Chaim Frenkel <chaimf@pobox.com>
3919      Branch: perl
3920            ! pod/perlfunc.pod
3921 ____________________________________________________________________________
3922 [  4347] By: jhi                                   on 1999/10/11  21:25:03
3923         Log: Sparc Linux -Duseshrplib fix.
3924              
3925              From: Brian Jepson <bjepson@home.com>
3926              To: Nick Ing-Simmons <nick@ing-simmons.net>
3927              cc: perl5-porters@perl.org
3928              Subject: Re: [ID 19990813.002] Can't build Perl 5.005_60 on SPARC/Linux with -Duseshrplib
3929              Date: Fri, 20 Aug 1999 11:25:17 -0500 (EST)
3930              Message-ID: <Pine.LNX.4.10.9908201123570.5116-100000@cx384756-a.sking1.ri.home.com>
3931      Branch: cfgperl
3932            ! hints/linux.sh
3933 ____________________________________________________________________________
3934 [  4346] By: gsar                                  on 1999/10/11  20:28:32
3935         Log: more pack/unpack documentation (from Ilya Zakharevich); changed
3936              the behavior of 'Z*' and 'Z3' to always pack a trailing
3937              null byte; changed documentation to suit; added test
3938      Branch: perl
3939            ! pod/perlfunc.pod pp.c t/op/pack.t
3940 ____________________________________________________________________________
3941 [  4345] By: gsar                                  on 1999/10/11  19:15:46
3942         Log: writing to perllocal.pod fails if it was never created;
3943              tweak pseudo-hash example (both suggested by Michael G Schwern
3944              <schwern@pobox.com>)
3945      Branch: perl
3946            ! lib/ExtUtils/MM_Unix.pm pod/perlref.pod
3947 ____________________________________________________________________________
3948 [  4344] By: gsar                                  on 1999/10/11  17:57:31
3949         Log: slightly edited variant of suggested patch
3950              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3951              Date: Thu, 9 Sep 1999 18:35:37 -0400
3952              Message-ID: <19990909183537.A28682@monk.mps.ohio-state.edu>
3953              Subject: [PATCH 5.005_58] How RExen match?
3954      Branch: perl
3955            ! pod/perlre.pod
3956 ____________________________________________________________________________
3957 [  4343] By: gsar                                  on 1999/10/11  16:55:48
3958         Log: change#4327 was inefficient
3959      Branch: perl
3960            ! lib/lib.pm
3961 ____________________________________________________________________________
3962 [  4342] By: jhi                                   on 1999/10/11  07:01:46
3963         Log: Integrate with Sarathy.
3964      Branch: cfgperl
3965           +> pod/perlhack.pod
3966           !> (integrate 28 files)
3967 ____________________________________________________________________________
3968 [  4341] By: jhi                                   on 1999/10/11  06:37:47
3969         Log: The 2.5th cut at the AIX C++ extension problems.
3970      Branch: cfgperl
3971            ! hints/aix.sh
3972 ____________________________________________________________________________
3973 [  4340] By: gsar                                  on 1999/10/10  23:48:07
3974         Log: add perlhack.pod from Nathan Torkington <gnat@frii.com>
3975      Branch: perl
3976            + pod/perlhack.pod
3977            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
3978 ____________________________________________________________________________
3979 [  4339] By: gsar                                  on 1999/10/10  20:42:40
3980         Log: revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source
3981              compatibility; introduce SAVEDESTRUCTOR_X() that accepts
3982              void(*)(pTHX_ void*)
3983      Branch: perl
3984            ! embed.h embed.pl ext/Devel/DProf/DProf.xs global.sym mg.c
3985            ! objXSUB.h perl.h perlapi.c perly.c perly.y perly_c.diff
3986            ! pod/perlguts.pod pod/perltoc.pod pp.c pp_hot.c proto.h
3987            ! regcomp.h regexec.c scope.c scope.h toke.c vms/perly_c.vms
3988 ____________________________________________________________________________
3989 [  4338] By: gsar                                  on 1999/10/10  20:38:59
3990         Log: add missing new diagnostics to perldelta
3991      Branch: perl
3992            ! pod/perldelta.pod
3993 ____________________________________________________________________________
3994 [  4337] By: gsar                                  on 1999/10/10  17:40:13
3995         Log: update perldelta for change#3406
3996      Branch: perl
3997            ! embed.pl pod/perldata.pod pod/perldelta.pod
3998 ____________________________________________________________________________
3999 [  4336] By: gsar                                  on 1999/10/10  16:33:14
4000         Log: integrate cfgperl contents into mainline
4001      Branch: perl
4002           +> ext/DynaLoader/hints/aix.pl
4003           !> MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh hints/irix_6.sh
4004           !> makedef.pl perl.h pod/perldelta.pod
4005 ____________________________________________________________________________
4006 [  4335] By: jhi                                   on 1999/10/10  11:09:48
4007         Log: Update perldelta.
4008      Branch: cfgperl
4009            ! pod/perldelta.pod
4010 ____________________________________________________________________________
4011 [  4334] By: jhi                                   on 1999/10/10  10:31:46
4012         Log: Integrate with Sarathy.
4013      Branch: cfgperl
4014           +> win32/genmk95.pl
4015           !> Changes MANIFEST README.win32 cop.h ext/Thread/Thread.pm
4016           !> ext/Thread/Thread.xs ext/Thread/Thread/Queue.pm
4017           !> ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
4018           !> ext/Thread/sync.t ext/Thread/sync2.t installperl
4019           !> lib/Exporter.pm lib/ExtUtils/MM_Unix.pm
4020           !> lib/ExtUtils/MM_Win32.pm lib/diagnostics.pm lib/lib.pm perl.c
4021           !> pod/perldelta.pod pod/perlfunc.pod pp_ctl.c pp_hot.c pp_sys.c
4022           !> utils/perldoc.PL win32/makefile.mk
4023 ____________________________________________________________________________
4024 [  4333] By: gsar                                  on 1999/10/10  06:33:15
4025         Log: install pods to 'pods' rather than 'pod' on cygwin (modified
4026              a patch suggested by cwilson@cc865179-c.chmbl1.ga.home.com)
4027      Branch: perl
4028            ! installperl lib/diagnostics.pm utils/perldoc.PL
4029 ____________________________________________________________________________
4030 [  4332] By: gsar                                  on 1999/10/10  05:15:26
4031         Log: add $VERSION
4032      Branch: perl
4033            ! lib/Exporter.pm
4034 ____________________________________________________________________________
4035 [  4331] By: gsar                                  on 1999/10/10  05:10:22
4036         Log: describe what can go in an export list (from Anno Siegel
4037              <anno4000@lublin.zrz.tu-berlin.de>)
4038      Branch: perl
4039            ! lib/Exporter.pm
4040 ____________________________________________________________________________
4041 [  4330] By: gsar                                  on 1999/10/10  04:50:43
4042         Log: more basic support for building modules under Windows 95/98
4043              (applied relevant parts from a patch suggested by
4044              Jochen Wiedmann <joe@ispsoft.de>)
4045      Branch: perl
4046            ! lib/ExtUtils/MM_Unix.pm
4047 ____________________________________________________________________________
4048 [  4329] By: gsar                                  on 1999/10/10  04:28:38
4049         Log: rudimentary support for building under Windows 95/98 (from
4050              Benjamin Stuhl <sho_pi@hotmail.com>)
4051      Branch: perl
4052            + win32/genmk95.pl
4053            ! MANIFEST README.win32 lib/ExtUtils/MM_Win32.pm
4054            ! win32/makefile.mk
4055 ____________________________________________________________________________
4056 [  4328] By: gsar                                  on 1999/10/10  03:37:21
4057         Log: fix two leaks in Thread.xs (from Eugene Alterman
4058              <Eugene.Alterman@bremer-inc.com>); convert places with
4059              'use attrs' to new attributes syntax
4060      Branch: perl
4061            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
4062            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
4063            ! ext/Thread/Thread/Specific.pm ext/Thread/sync.t
4064            ! ext/Thread/sync2.t
4065 ____________________________________________________________________________
4066 [  4327] By: gsar                                  on 1999/10/10  02:23:52
4067         Log: avoid duplicates in @INC, they cause leaks in mod_perl etc
4068              (suggested by Tod Irwin <irwin@stockmaster.com>)
4069      Branch: perl
4070            ! lib/lib.pm
4071 ____________________________________________________________________________
4072 [  4326] By: gsar                                  on 1999/10/10  00:51:48
4073         Log: better documentation for recv() (from Anton Berezin
4074              <tobez@plab.ku.dk>)
4075      Branch: perl
4076            ! pod/perlfunc.pod
4077 ____________________________________________________________________________
4078 [  4325] By: gsar                                  on 1999/10/09  22:46:23
4079         Log: perldelta updates (see TODO markers)
4080      Branch: perl
4081            ! Changes pod/perldelta.pod pp_sys.c
4082 ____________________________________________________________________________
4083 [  4324] By: gsar                                  on 1999/10/09  19:43:10
4084         Log: fix Exporter::export_to_level() documentation
4085      Branch: perl
4086            ! lib/Exporter.pm
4087 ____________________________________________________________________________
4088 [  4323] By: gsar                                  on 1999/10/09  18:48:31
4089         Log: don't run END blocks when running under -c switch (older,
4090              rarely useful behavior may still be obtained by putting
4091              BEGIN { $^C = 0; exit; } at the end of the script)
4092      Branch: perl
4093            ! perl.c
4094 ____________________________________________________________________________
4095 [  4322] By: jhi                                   on 1999/10/09  05:31:26
4096         Log: While awaiting a good test program to detect the broken gcc.
4097              From: Thomas Conté <tom@fr.uu.net>
4098              To: <jhi@iki.fi>
4099              Cc: <perl5-porters@perl.org>
4100              Subject: Re: [ID 19990825.007] test t/lib/ipc_sysv.t failing under irix 6.4
4101              Date: Wed, 6 Oct 1999 19:56:29 +0200
4102              Message-ID: <000a01bf1024$1d938f20$252ad0d4@eng.iway.fr>
4103      Branch: cfgperl
4104            ! hints/irix_6.sh perl.h
4105 ____________________________________________________________________________
4106 [  4321] By: gsar                                  on 1999/10/09  00:41:02
4107         Log: POPSUB() gave up the refcount to the CV before LEAVE had a chance to
4108              clear entries in the CV's pad, leading to coredumps when CV had no
4109              other references to it; this is a slightly edited version of the
4110              patch suggested by Russel O'Connor <roconnor@world.std.com>
4111      Branch: perl
4112            ! cop.h pp_ctl.c pp_hot.c
4113 ____________________________________________________________________________
4114 [  4320] By: gsar                                  on 1999/10/08  22:50:51
4115         Log: revert POP{SUB,LOOP}{1,2} logic to the simpler pre-5.003_24
4116              situation (assumptions about cx invalidation are not valid
4117              anymore)
4118      Branch: perl
4119            ! cop.h pp_ctl.c pp_hot.c
4120 ____________________________________________________________________________
4121 [  4319] By: jhi                                   on 1999/10/08  14:33:31
4122         Log: Integrate with Sarathy.
4123      Branch: cfgperl
4124           !> cop.h ext/Thread/Thread.xs op.c opcode.h perl.c perl.h perly.c
4125           !> perly.y pod/perldiag.pod pod/perlfunc.pod pp_ctl.c pp_sys.c
4126           !> t/comp/bproto.t thrdvar.h toke.c util.c
4127 ____________________________________________________________________________
4128 [  4318] By: jhi                                   on 1999/10/08  13:51:34
4129         Log: The second cut at AIX C++ extension troubles.
4130      Branch: cfgperl
4131            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
4132            ! hints/aix.sh
4133 ____________________________________________________________________________
4134 [  4317] By: jhi                                   on 1999/10/08  10:44:13
4135         Log: The first cut at fixing Perl extensions written in C++ in AIX,
4136              statics don't get initialized right.  This patch at least
4137              doesn't seem to break the build in my AIX, but unfortunately
4138              I don't have the IBM C++ to do further testing.
4139              
4140              Problem reported by Stephanie Beals in
4141              From: bealzy@us.ibm.com
4142              To: perl5-porters@perl.org
4143              Subject: [ID 19991007.005] DynaLoader/dl_aix.xs problem using load and unload on AIX
4144              Date: Thu, 7 Oct 1999 15:05:54 -0400
4145              Message-Id: <85256803.0068E70D.00@D51MTA03.pok.ibm.com>
4146      Branch: cfgperl
4147            + ext/DynaLoader/hints/aix.pl
4148            ! MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh
4149 ____________________________________________________________________________
4150 [  4316] By: gsar                                  on 1999/10/08  10:26:15
4151         Log: remove kludgey duplicate background error avoidance (caused
4152              "leaks"; %@ wasn't even user-visible under -Dusethreads);
4153              only repeats of most recent error are now avoided
4154      Branch: perl
4155            ! ext/Thread/Thread.xs perl.c perl.h pp_ctl.c thrdvar.h util.c
4156 ____________________________________________________________________________
4157 [  4315] By: jhi                                   on 1999/10/08  09:48:59
4158         Log: Fix omission.
4159      Branch: cfgperl
4160            ! makedef.pl
4161 ____________________________________________________________________________
4162 [  4314] By: gsar                                  on 1999/10/08  07:17:01
4163         Log: extend change#2299 to C<use> (fixes scoping problems in
4164              C<if (...) { use foo; ... }>)
4165      Branch: perl
4166            ! op.c
4167 ____________________________________________________________________________
4168 [  4313] By: gsar                                  on 1999/10/08  04:52:19
4169         Log: small tweak for change#4309
4170      Branch: perl
4171            ! op.c
4172 ____________________________________________________________________________
4173 [  4312] By: gsar                                  on 1999/10/08  02:31:13
4174         Log: add suggested patch =~ s/NOTOP/OP_NOT/ with tests
4175              From: Larry Wall <larry@wall.org>
4176              Date: Wed, 6 Oct 1999 09:55:57 -0700 (PDT)
4177              Message-Id: <199910061655.JAA11333@kiev.wall.org>
4178              Subject: Re: [ID 19991001.004] apparent parsing error with not(arg)
4179      Branch: perl
4180            ! opcode.h t/comp/bproto.t toke.c
4181 ____________________________________________________________________________
4182 [  4311] By: gsar                                  on 1999/10/08  00:58:19
4183         Log: typo
4184      Branch: perl
4185            ! pp_sys.c
4186 ____________________________________________________________________________
4187 [  4310] By: gsar                                  on 1999/10/07  23:51:38
4188         Log: fix setpgrp vs getpgrp and POSIX vs BSD confusion (spotted by
4189              Brian Mitchell <brian@chele.cais.net>)
4190      Branch: perl
4191            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
4192 ____________________________________________________________________________
4193 [  4309] By: gsar                                  on 1999/10/07  22:57:52
4194         Log: change#3728 was flawed (loop contexts saw the wrong statement
4195              info, causing loop control constructs to not find the label);
4196              disable OP_SETSTATE entirely and add a fix that is specifically
4197              targetted at disabling the OP_LINESEQ optimization in else BLOCK,
4198              which was what the original patch was supposed to fix
4199              
4200              TODO: remove the remainder of the setstate logic if it can't
4201              be used anywhere else (it isn't used anywhere now)
4202      Branch: perl
4203            ! cop.h op.c perly.c perly.y
4204 ____________________________________________________________________________
4205 [  4308] By: jhi                                   on 1999/10/07  19:21:27
4206         Log: Integrate with Sarathy.
4207      Branch: cfgperl
4208           !> lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
4209 ____________________________________________________________________________
4210 [  4307] By: gsar                                  on 1999/10/07  15:12:24
4211         Log: update to podlators-0.08 from Russ Allbery
4212      Branch: perl
4213            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
4214 ____________________________________________________________________________
4215 [  4306] By: jhi                                   on 1999/10/06  17:20:34
4216         Log: Integrate with Sarathy.
4217      Branch: cfgperl
4218           !> (integrate 45 files)
4219 ____________________________________________________________________________
4220 [  4305] By: gsar                                  on 1999/10/06  16:55:45
4221         Log: some versions of mingw32 have __int64, define iff it isn't
4222      Branch: perl
4223            ! win32/win32.h
4224 ____________________________________________________________________________
4225 [  4304] By: gsar                                  on 1999/10/06  03:45:44
4226         Log: fix typos in change#4288
4227      Branch: perl
4228            ! Changes dump.c sv.c
4229 ____________________________________________________________________________
4230 [  4303] By: gsar                                  on 1999/10/06  03:22:46
4231         Log: integrate cfgperl contents into mainline
4232      Branch: perl
4233           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
4234            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
4235           !> (integrate 31 files)
4236 ____________________________________________________________________________
4237 [  4302] By: gsar                                  on 1999/10/06  02:36:53
4238         Log: make die/warn and other diagnostics go to wherever STDERR happens
4239              to point at; change places that meant Perl_debug_log rather than
4240              PerlIO_stderr()
4241      Branch: perl
4242            ! cop.h doio.c embedvar.h ext/Devel/Peek/Peek.xs
4243            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
4244            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
4245            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
4246            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
4247            ! ext/DynaLoader/dl_rhapsody.xs ext/DynaLoader/dl_vmesa.xs
4248            ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
4249            ! ext/Thread/Thread.xs ext/Thread/typemap intrpvar.h malloc.c
4250            ! mg.c objXSUB.h op.c perl.c perl.h perlio.c pp.c pp_ctl.c
4251            ! pp_hot.c regexec.c scope.c scope.h sv.c thread.h toke.c util.c
4252            ! win32/dl_win32.xs win32/win32.c win32/win32thread.c
4253 ____________________________________________________________________________
4254 [  4301] By: jhi                                   on 1999/10/05  23:03:46
4255         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4256              To: François Désarménien <desar@club-internet.fr>
4257              Cc: "perl5-porters@perl.org" <perl5-porters@perl.org>
4258              Subject: Re: Strange RE engine breakage in 5_61
4259              Date: Mon, 4 Oct 1999 19:58:03 -0400
4260              Message-ID: <19991004195803.A21760@monk.mps.ohio-state.edu>
4261              
4262              (had to apply pat.t part manually because there
4263              already were more tests than there was in _61)
4264      Branch: cfgperl
4265            ! regcomp.c regexec.c t/op/pat.t t/op/re_tests
4266 ____________________________________________________________________________
4267 [  4300] By: jhi                                   on 1999/10/04  17:03:18
4268         Log: From: Andy Dougherty <doughera@lafayette.edu>
4269              To: Jarkko Hietaniemi <jhi@iki.fi>
4270              cc: Perl Porters <perl5-porters@perl.org>, jhi@cc.hut.fi
4271              Subject: Re: [ID 19991001.005] [_61] [PATCH] tarball fine on win32, zip isn't
4272              Date: Mon, 4 Oct 1999 13:05:08 -0400 (EDT)
4273              Message-ID: <Pine.SOL.4.10.9910041302550.6502-100000@maxwell.phys.lafayette.edu>
4274      Branch: cfgperl
4275            + eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
4276            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
4277            ! MANIFEST ext/B/defsubs_h.PL
4278 ____________________________________________________________________________
4279 [  4299] By: jhi                                   on 1999/10/04  07:15:16
4280         Log: From: Michael G Schwern <schwern@pobox.com>
4281              To: perl5-porters@perl.org
4282              Subject: Re: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
4283              Date: Sun, 3 Oct 1999 17:34:17 -0400
4284              Message-ID: <19991003173417.A4351@blackrider>
4285      Branch: cfgperl
4286            ! t/lib/fields.t t/pragma/constant.t
4287 ____________________________________________________________________________
4288 [  4298] By: gsar                                  on 1999/10/04  04:57:53
4289         Log: some compatibility macros were busted
4290      Branch: perl
4291            ! embed.h embed.pl toke.c
4292 ____________________________________________________________________________
4293 [  4297] By: jhi                                   on 1999/10/03  17:50:59
4294         Log: A better version of #4296.
4295              
4296              From: Michael G Schwern <schwern@pobox.com>
4297              To: perl5-porters@perl.org
4298              Subject: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
4299              Date: Sun, 3 Oct 1999 13:54:23 -0400
4300              Message-ID: <19991003135423.A3050@blackrider>
4301      Branch: cfgperl
4302            ! av.c op.c pod/perldiag.pod
4303 ____________________________________________________________________________
4304 [  4296] By: jhi                                   on 1999/10/03  17:21:01
4305         Log: (Replaced by #4297.)
4306              
4307              From: Michael G Schwern <schwern@pobox.com>
4308              To: perl5-porters@perl.org
4309              Subject: [PATCH av.c, perldiag.pod] Added field name to "No such array field"
4310              Date: Sun, 3 Oct 1999 13:16:47 -0400
4311              Message-ID: <19991003131647.A2816@blackrider>
4312              
4313              plus changed the error message to say "No such pseudo-hash field"
4314              as discussed in the above mail message.
4315      Branch: cfgperl
4316            ! av.c pod/perldiag.pod
4317 ____________________________________________________________________________
4318 [  4295] By: gsar                                  on 1999/10/03  16:09:36
4319         Log: avoid doing irrelevant things on 'make perl'
4320      Branch: perl
4321            ! Makefile.SH
4322 ____________________________________________________________________________
4323 [  4294] By: jhi                                   on 1999/10/03  14:16:24
4324         Log: Fix a typo in #4293 spotted by Graham Barr.
4325      Branch: cfgperl
4326            ! pod/perlref.pod
4327 ____________________________________________________________________________
4328 [  4293] By: jhi                                   on 1999/10/03  11:31:22
4329         Log: From: Michael G Schwern <schwern@blackrider.aocn.com>
4330              To: perl5-porters@perl.org
4331              Subject: Re: Should keys in pseudo-hashes -always- exist? [DOC PATCH]
4332              Date: Sun, 3 Oct 1999 02:34:01 -0400
4333              Message-ID: <19991003023401.A1520@blackrider>
4334      Branch: cfgperl
4335            ! pod/perlfunc.pod pod/perlref.pod
4336 ____________________________________________________________________________
4337 [  4292] By: jhi                                   on 1999/10/03  09:23:16
4338         Log: From: Barrie Slaymaker <barries@slaysys.com>
4339              To: perl5-porters@perl.org
4340              Subject: [PATCH 5.005_61] Benchmark.pm bugfix, tweaks
4341              Date: Sun, 3 Oct 1999 00:09:51 -0400
4342              Message-Id: <199910030409.AAA18228@jester.slaysys.com>
4343      Branch: cfgperl
4344            ! lib/Benchmark.pm
4345 ____________________________________________________________________________
4346 [  4291] By: jhi                                   on 1999/10/02  23:43:53
4347         Log: Be understanding about large file systems.
4348      Branch: cfgperl
4349            ! t/lib/syslfs.t t/op/lfs.t
4350 ____________________________________________________________________________
4351 [  4290] By: jhi                                   on 1999/10/02  23:39:16
4352         Log: Configure fixfest continues.
4353      Branch: cfgperl
4354            ! Configure config_h.SH
4355      Branch: metaconfig
4356            ! U/modified/d_longdbl.U U/modified/d_longlong.U
4357            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
4358            ! U/typedefs/gidsize.U U/typedefs/pidsign.U U/typedefs/pidsize.U
4359            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
4360      Branch: metaconfig/U/perl
4361            ! i_inttypes.U io64.U
4362 ____________________________________________________________________________
4363 [  4289] By: jhi                                   on 1999/10/02  23:12:54
4364         Log: Regen Porting stuff.
4365      Branch: cfgperl
4366            ! Porting/Glossary Porting/config.sh Porting/config_H
4367 ____________________________________________________________________________
4368 [  4288] By: jhi                                   on 1999/10/02  23:05:50
4369         Log: Untangle the IV_IS_QUAD jungle by introduding
4370              macros to be used when doing formatted printing:
4371              IVdf, UVuf, UVxf, UVof.  Also introduce Uid_t_SIGN.
4372      Branch: cfgperl
4373            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4374            ! config_h.SH doio.c dump.c op.c perl.h pp_hot.c pp_sys.c
4375            ! regcomp.c sv.c taint.c toke.c util.c
4376 ____________________________________________________________________________
4377 [  4287] By: jhi                                   on 1999/10/02  22:54:18
4378         Log: metaconfig maintenance.
4379      Branch: metaconfig
4380            ! U/ebcdic/ebcdic.U U/typedefs/gidsign.U U/typedefs/gidsize.U
4381            ! U/typedefs/pidsign.U U/typedefs/pidsize.U U/typedefs/uidsign.U
4382            ! U/typedefs/uidsize.U
4383 ____________________________________________________________________________
4384 [  4286] By: nick                                  on 1999/10/02  11:11:44
4385         Log: Incremental merge of mainline
4386      Branch: utfperl
4387           +> README.Y2K hints/svr5.sh lib/Pod/Man.pm
4388           +> lib/unicode/Unicode.html t/op/args.t t/pod/multiline_items.t
4389           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
4390           +> t/pod/podselect.t t/pod/podselect.xr
4391            - lib/Pod/PlainText.pm
4392           !> (integrate 148 files)
4393 ____________________________________________________________________________
4394 [  4285] By: jhi                                   on 1999/10/02  10:16:15
4395         Log: Battle namespace pollution.
4396      Branch: cfgperl
4397            ! lib/Benchmark.pm
4398 ____________________________________________________________________________
4399 [  4284] By: jhi                                   on 1999/10/02  10:11:20
4400         Log: Regen Configure, all of xs_apiversion didn't take.
4401      Branch: cfgperl
4402            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4403            ! config_h.SH patchlevel.h
4404 ____________________________________________________________________________
4405 [  4283] By: jhi                                   on 1999/10/02  09:48:17
4406         Log: Integrate with Sarathy.
4407      Branch: cfgperl
4408           +> lib/Pod/Man.pm t/pod/multiline_items.t
4409           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
4410           +> t/pod/podselect.t t/pod/podselect.xr
4411            - lib/Pod/PlainText.pm
4412           !> (integrate 50 files)
4413 ____________________________________________________________________________
4414 [  4282] By: gsar                                  on 1999/10/02  06:39:14
4415         Log: update pod2man, pod2text and related Pod:: modules with the
4416              ones in podlators-0.07 from Russ Allbery
4417      Branch: perl
4418            + lib/Pod/Man.pm
4419            ! lib/Pod/Text.pm lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
4420            ! pod/pod2man.PL pod/pod2text.PL
4421 ____________________________________________________________________________
4422 [  4281] By: gsar                                  on 1999/10/02  06:14:44
4423         Log: fix PodParser testsuite; Pod::Text subsumes Pod::PlainText
4424      Branch: perl
4425            - lib/Pod/PlainText.pm
4426            ! MANIFEST lib/Pod/Text.pm lib/Pod/Usage.pm pod/pod2usage.PL
4427            ! pod/podchecker.PL pod/podselect.PL t/pod/emptycmd.t
4428            ! t/pod/for.t t/pod/headings.t t/pod/include.t t/pod/included.t
4429            ! t/pod/lref.t t/pod/multiline_items.t t/pod/nested_items.t
4430            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
4431            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
4432            ! t/pod/special_seqs.t t/pod/testp2pt.pl t/pod/testpchk.pl
4433 ____________________________________________________________________________
4434 [  4280] By: gsar                                  on 1999/10/02  04:39:38
4435         Log: upgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com>
4436      Branch: perl
4437            + t/pod/multiline_items.t t/pod/multiline_items.xr
4438            + t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/podselect.t
4439            + t/pod/podselect.xr
4440            ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
4441            ! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm
4442            ! lib/Pod/Usage.pm t/pod/for.xr t/pod/headings.xr
4443            ! t/pod/include.xr t/pod/included.xr t/pod/lref.xr
4444            ! t/pod/nested_items.xr t/pod/nested_seqs.xr
4445            ! t/pod/oneline_cmds.xr t/pod/poderrs.xr t/pod/special_seqs.xr
4446            ! t/pod/testp2pt.pl
4447 ____________________________________________________________________________
4448 [  4279] By: gsar                                  on 1999/10/02  03:36:41
4449         Log: make exists() work better on pseudo-hashes (reworked a patch suggested
4450              by Michael G Schwern <schwern@pobox.com>)
4451      Branch: perl
4452            ! av.c t/op/avhv.t
4453 ____________________________________________________________________________
4454 [  4278] By: gsar                                  on 1999/10/02  02:36:55
4455         Log: deprecate C<use attrs>
4456      Branch: perl
4457            ! ext/attrs/attrs.pm ext/attrs/attrs.xs t/lib/attrs.t
4458            ! t/lib/thread.t t/pragma/sub_lval.t
4459 ____________________________________________________________________________
4460 [  4277] By: gsar                                  on 1999/10/02  01:43:25
4461         Log: add notes about effect of loop control statements inside
4462              LABEL BLOCK continue BLOCK
4463      Branch: perl
4464            ! pod/perlfunc.pod
4465 ____________________________________________________________________________
4466 [  4276] By: gsar                                  on 1999/10/02  01:23:02
4467         Log: indent nested =items properly (suggested by Bill Fenner
4468              <fenner@research.att.com>)
4469      Branch: perl
4470            ! pod/pod2man.PL
4471 ____________________________________________________________________________
4472 [  4275] By: gsar                                  on 1999/10/02  01:09:16
4473         Log: updated ptags generator from Ilya Zakharevich
4474      Branch: perl
4475            ! emacs/ptags
4476 ____________________________________________________________________________
4477 [  4274] By: gsar                                  on 1999/10/01  23:08:52
4478         Log: update Changes
4479      Branch: perl
4480            ! Changes
4481 ____________________________________________________________________________
4482 [  4273] By: gsar                                  on 1999/10/01  22:58:55
4483         Log: typo, whitespace adjustments
4484      Branch: perl
4485            ! utils/h2xs.PL
4486 ____________________________________________________________________________
4487 [  4272] By: gsar                                  on 1999/10/01  22:46:06
4488         Log: remove dup hunks
4489      Branch: perl
4490            ! configure.com vms/vms.c
4491 ____________________________________________________________________________
4492 [  4271] By: gsar                                  on 1999/10/01  22:33:02
4493         Log: integrate cfgperl contents into mainline; resolve h2xs.PL conflict
4494              by declaring new globals "our" (XXX this means h2xs generated code
4495              won't run on earlier versions; a switch to generate compatible
4496              source is needed)
4497      Branch: perl
4498           !> (integrate 35 files)
4499 ____________________________________________________________________________
4500 [  4270] By: jhi                                   on 1999/10/01  12:05:56
4501         Log: Integrate with Sarathy.
4502      Branch: cfgperl
4503           !> ext/B/B/C.pm lib/ExtUtils/typemap lib/ExtUtils/xsubpp
4504           !> pod/perldiag.pod util.c
4505 ____________________________________________________________________________
4506 [  4269] By: jhi                                   on 1999/10/01  10:26:19
4507         Log: From: Piotr Klaban <makler@oryl.man.torun.pl>
4508              To: perl5-porters@perl.org
4509              Subject: [ID 19991001.001] perlguts man page error
4510              Date: Fri, 1 Oct 1999 10:23:49 +0200 (MET DST)
4511              Message-Id: <199910010823.KAA05796@oryl.man.torun.pl>
4512      Branch: cfgperl
4513            ! pod/perlguts.pod
4514 ____________________________________________________________________________
4515 [  4268] By: jhi                                   on 1999/10/01  07:32:33
4516         Log: There *is* a month called October.
4517      Branch: cfgperl
4518            ! t/op/time.t
4519 ____________________________________________________________________________
4520 [  4267] By: jhi                                   on 1999/10/01  06:58:10
4521         Log: Temp file cleanliness.
4522      Branch: cfgperl
4523            ! t/lib/filecopy.t
4524 ____________________________________________________________________________
4525 [  4266] By: jhi                                   on 1999/10/01  06:46:56
4526         Log: From: Barrie Slaymaker <barries@slaysys.com>
4527              To: perl5-porters@perl.org
4528              Subject: [PATCH 5.005_61] Benchmark.pm: Export countit(), cmpthese() by default
4529              Date: Thu, 30 Sep 1999 22:16:26 -0400
4530              Message-Id: <199910010216.WAA08309@jester.slaysys.com>
4531      Branch: cfgperl
4532            ! lib/Benchmark.pm
4533 ____________________________________________________________________________
4534 [  4265] By: jhi                                   on 1999/09/30  20:25:35
4535         Log: From: Barrie Slaymaker <barries@slaysys.com>
4536              To: perl5-porters@perl.org
4537              Subject: [PATCH 5.005_61] Benchmark tweaks, fixes, cmpthese()
4538              Date: Thu, 30 Sep 1999 15:44:00 -0400
4539              Message-Id: <199909301944.PAA07166@jester.slaysys.com>
4540              (Replaces #4175.)
4541      Branch: cfgperl
4542            ! lib/Benchmark.pm
4543 ____________________________________________________________________________
4544 [  4264] By: gsar                                  on 1999/09/30  17:59:26
4545         Log: re-add missing "Out of memory!" entry
4546      Branch: perl
4547            ! pod/perldiag.pod
4548 ____________________________________________________________________________
4549 [  4263] By: jhi                                   on 1999/09/30  17:05:43
4550         Log: Regenerate Configure.
4551      Branch: cfgperl
4552            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4553            ! config_h.SH
4554 ____________________________________________________________________________
4555 [  4261] By: jhi                                   on 1999/09/30  16:15:05
4556         Log: From: Andy Dougherty <doughera@lafayette.edu>
4557              To: Perl Porters <perl5-porters@perl.org>
4558              Subject: [PATCH 5.005_61] rand() advisory for perldelta.pod
4559              Date: Thu, 30 Sep 1999 12:24:00 -0400 (EDT)
4560              Message-ID: <Pine.SOL.4.10.9909301218390.3343-100000@maxwell.phys.lafayette.edu>
4561      Branch: cfgperl
4562            ! pod/perldelta.pod
4563 ____________________________________________________________________________
4564 [  4260] By: jhi                                   on 1999/09/30  15:48:56
4565         Log: From: Andy Dougherty <doughera@lafayette.edu>
4566              To: Jarkko Hietaniemi <jhi@iki.fi>, Gurusamy Sarathy <gsar@activestate.com>
4567              Subject: Re: Possible skeletal structure for searching multiple versions
4568              Date: Thu, 30 Sep 1999 11:52:00 -0400 (EDT)
4569              Message-ID: <Pine.SOL.4.10.9909301149090.3343-100000@maxwell.phys.lafayette.edu>
4570      Branch: metaconfig
4571            ! U/mkglossary
4572      Branch: metaconfig/U/perl
4573            + xs_apiversion.U
4574            ! patchlevel.U
4575 ____________________________________________________________________________
4576 [  4259] By: jhi                                   on 1999/09/30  15:07:16
4577         Log: Further ?idsize.U fixing.
4578      Branch: metaconfig
4579            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
4580 ____________________________________________________________________________
4581 [  4258] By: jhi                                   on 1999/09/30  15:00:14
4582         Log: Fix the ?idsi{gn,ze} units, from Andy Dougherty.
4583      Branch: metaconfig
4584            ! U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
4585            ! U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
4586 ____________________________________________________________________________
4587 [  4257] By: jhi                                   on 1999/09/30  09:48:33
4588         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
4589              To: Gurusamy Sarathy <gsar@ActiveState.com>
4590              Cc: tchrist@perl.com, Larry Wall <larry@wall.org>,
4591              The Perl Porters Mailing List <perl5-porters@perl.org>
4592              Subject: [PATCH] (Was: deprecating SIGDIE)
4593              Date: Wed, 29 Sep 1999 15:16:50 -0400
4594              Message-ID: <19990929151650.E26675@O2.chapin.edu>
4595      Branch: cfgperl
4596            ! Porting/findvars embedvar.h intrpvar.h mg.c objXSUB.h perl.c
4597 ____________________________________________________________________________
4598 [  4256] By: jhi                                   on 1999/09/30  09:45:22
4599         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4600              To: Gurusamy Sarathy <gsar@activestate.com>
4601              Cc: Barrie Slaymaker <barries@slaysys.com>, perl5-porters@perl.org
4602              Subject: Re: _58, _61 Argument "" is not numeric in sprintf
4603              Date: Wed, 29 Sep 1999 18:58:23 -0400
4604              Message-ID: <19990929185823.A22099@monk.mps.ohio-state.edu>
4605      Branch: cfgperl
4606            ! Makefile.SH opcode.pl
4607 ____________________________________________________________________________
4608 [  4255] By: gsar                                  on 1999/09/30  09:03:48
4609         Log: remove prehistoric XFree() gunk
4610      Branch: perl
4611            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
4612 ____________________________________________________________________________
4613 [  4254] By: gsar                                  on 1999/09/30  08:40:14
4614         Log: From: Vishal Bhatia <vishal@gol.com>
4615              Date: Wed, 29 Sep 1999 23:27:28 +0900 (JST)
4616              Message-ID: <Pine.LNX.4.10.9909292326280.5599-100000@localhost.localdomain>
4617              Subject: [patch _61] Minor corrections in C.pm
4618      Branch: perl
4619            ! ext/B/B/C.pm
4620 ____________________________________________________________________________
4621 [  4253] By: gsar                                  on 1999/09/30  08:36:27
4622         Log: off-by-one in fbm_compile() (spotted by John Bley
4623              <jbley@cs.cmu.edu>); whitespace adjustments
4624      Branch: perl
4625            ! util.c
4626 ____________________________________________________________________________
4627 [  4251] By: jhi                                   on 1999/09/30  08:09:13
4628         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4629              To: perl5-porters@perl.org (Mailing list Perl5)
4630              Subject: [PATCH 5.00561+]  Followup h2xs patch
4631              Date: Thu, 30 Sep 1999 04:15:52 -0400 (EDT)
4632              Message-Id: <199909300815.EAA25425@monk.mps.ohio-state.edu>
4633      Branch: cfgperl
4634            ! utils/h2xs.PL
4635 ____________________________________________________________________________
4636 [  4250] By: jhi                                   on 1999/09/29  19:11:32
4637         Log: Integrate with Sarathy.
4638      Branch: cfgperl
4639           !> djgpp/configure.bat embed.h embed.pl lib/Exporter/Heavy.pm
4640           !> lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm proto.h
4641           !> t/pragma/locale/latin1 win32/Makefile win32/makefile.mk
4642 ____________________________________________________________________________
4643 [  4249] By: bailey                                on 1999/09/29  02:21:31
4644         Log: resync with mainline
4645      Branch: vmsperl
4646           +> (branch 32 files)
4647            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
4648            - lib/unicode/blocks.txt lib/unicode/index2.txt
4649            - lib/unicode/jamo2.txt lib/unicode/names2.txt
4650            - lib/unicode/props2.txt lib/unicode/readme.txt
4651            - t/lib/bigfloatpm.t
4652           !> (integrate 240 files)
4653 ____________________________________________________________________________
4654 [  4248] By: jhi                                   on 1999/09/28  18:14:39
4655         Log: From: Andy Dougherty <doughera@lafayette.edu>
4656              To: Perl Porters <perl5-porters@perl.org>
4657              Subject: [PATCH 5.005_xx] Re: [Config 5.005_03] -DDEBUGGING
4658              Date: Tue, 28 Sep 1999 12:20:50 -0400 (EDT)
4659              Message-ID: <Pine.SOL.4.10.9909281019360.1890-100000@maxwell.phys.lafayette.edu>
4660              
4661              From: Andy Dougherty <doughera@lafayette.edu>
4662              To: Perl Porters <perl5-porters@perl.org>
4663              Subject: [ANOTHER PATCH 5.005_61] Re: [Config 5.005_03] -DDEBUGGING
4664              Date: Tue, 28 Sep 1999 13:39:49 -0400 (EDT)
4665              Message-ID: <Pine.SOL.4.10.9909281338180.2012-100000@maxwell.phys.lafayette.edu>
4666      Branch: cfgperl
4667            ! hints/README.hints hints/amigaos.sh hints/cygwin.sh
4668            ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh hints/mint.sh
4669            ! hints/mpeix.sh hints/next_3.sh hints/next_3_0.sh
4670            ! hints/next_4.sh
4671 ____________________________________________________________________________
4672 [  4247] By: gsar                                  on 1999/09/28  17:36:59
4673         Log: revert change#4115 (breaks libwww's base/date.t); could be 
4674              reworked to enable it conditional on $Time::Local::nocroak
4675              or some such
4676      Branch: perl
4677            ! lib/Time/Local.pm
4678 ____________________________________________________________________________
4679 [  4246] By: gsar                                  on 1999/09/28  17:33:14
4680         Log: tweak for win32 build
4681      Branch: perl
4682            ! win32/Makefile win32/makefile.mk
4683 ____________________________________________________________________________
4684 [  4245] By: gsar                                  on 1999/09/28  17:31:34
4685         Log: change#4236 fallout
4686      Branch: perl
4687            ! lib/ExtUtils/MM_Unix.pm
4688 ____________________________________________________________________________
4689 [  4244] By: gsar                                  on 1999/09/28  17:29:31
4690         Log: remove doubled new_xpv
4691      Branch: perl
4692            ! embed.h embed.pl proto.h
4693 ____________________________________________________________________________
4694 [  4243] By: jhi                                   on 1999/09/27  19:13:20
4695         Log: Artistic fine-tuning.
4696      Branch: cfgperl
4697            ! ext/B/defsubs_h.PL
4698 ____________________________________________________________________________
4699 [  4242] By: gsar                                  on 1999/09/27  17:05:22
4700         Log: avoid implicit split to @_ in change#4181; binary -> text file
4701              types in p4
4702      Branch: perl
4703            ! djgpp/configure.bat lib/Exporter/Heavy.pm
4704            ! t/pragma/locale/latin1
4705 ____________________________________________________________________________
4706 [  4241] By: jhi                                   on 1999/09/27  07:48:19
4707         Log: Integrate with Sarathy.
4708      Branch: cfgperl
4709           !> INSTALL embed.h embed.pl malloc.c pod/perldiag.pod pp.c
4710           !> pp_ctl.c pp_hot.c pp_sys.c win32/Makefile win32/makefile.mk
4711 ____________________________________________________________________________
4712 [  4240] By: jhi                                   on 1999/09/27  07:47:11
4713         Log: Finalize change #4232.
4714              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4715              To: Jarkko Hietaniemi <jhi@iki.fi>
4716              Cc: gsar@activestate.com, Mailing list Perl5 <perl5-porters@perl.org>
4717              Subject: Re: xsubpp change breaks B, DB_File, POSIX builds
4718              Date: Sun, 26 Sep 1999 16:52:31 -0400
4719              Message-ID: <19990926165230.A26933@monk.mps.ohio-state.edu>
4720      Branch: cfgperl
4721            ! lib/ExtUtils/xsubpp
4722 ____________________________________________________________________________
4723 [  4239] By: gsar                                  on 1999/09/27  02:48:42
4724         Log: add notes in INSTALL about Configure -Accflags=-DFOO
4725      Branch: perl
4726            ! INSTALL
4727 ____________________________________________________________________________
4728 [  4238] By: gsar                                  on 1999/09/27  02:03:48
4729         Log: PERL_POLLUTE isn't required for bincompat, so don't enable
4730              it automatically
4731      Branch: perl
4732            ! embed.h embed.pl
4733 ____________________________________________________________________________
4734 [  4237] By: gsar                                  on 1999/09/27  01:52:47
4735         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4736              Date: Fri, 24 Sep 1999 23:25:36 -0400
4737              Message-ID: <19990924232536.A16257@monk.mps.ohio-state.edu>
4738              Subject: [PATCH 5.005_61] Malloc fixes and docs
4739      Branch: perl
4740            ! malloc.c pod/perldiag.pod
4741 ____________________________________________________________________________
4742 [  4236] By: gsar                                  on 1999/09/27  01:31:32
4743         Log: avoid .exe in $Config{cc} (spotted by Vadim Konovalov
4744              <vkonovalov@lucent.com>)
4745      Branch: perl
4746            ! win32/Makefile win32/makefile.mk
4747 ____________________________________________________________________________
4748 [  4235] By: gsar                                  on 1999/09/26  17:02:03
4749         Log: fix buggy popping of subroutine contexts in the lvalue
4750              subroutines implementation (change#4081); correct the
4751              plethora of cases where DIE() was more appropriate than
4752              croak()
4753      Branch: perl
4754            ! pp.c pp_ctl.c pp_hot.c pp_sys.c
4755 ____________________________________________________________________________
4756 [  4234] By: jhi                                   on 1999/09/26  12:06:28
4757         Log: Fix #endif.
4758      Branch: cfgperl
4759            ! XSUB.h
4760 ____________________________________________________________________________
4761 [  4233] By: jhi                                   on 1999/09/26  11:59:18
4762         Log: Integrate with Sarathy. h2xs.PL had to be manually resolved,
4763              I kept my (Ilya's) version.
4764      Branch: cfgperl
4765           !> gv.c gv.h intrpvar.h keywords.h keywords.pl lib/Shell.pm op.c
4766           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
4767           !> pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
4768           !> pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
4769           !> pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
4770           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
4771 ____________________________________________________________________________
4772 [  4232] By: jhi                                   on 1999/09/26  09:53:43
4773         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4774              To: Mailing list Perl5 <perl5-porters@perl.org>
4775              Subject: [PATCH 5.005_61] teach xsubpp function pointers
4776              Date: Sun, 26 Sep 1999 01:36:09 -0400
4777              Message-ID: <19990926013609.A21148@monk.mps.ohio-state.edu>
4778              
4779              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4780              To: Mailing list Perl5 <perl5-porters@perl.org>
4781              Subject: [PATCH 5.005_61] Make h2xs -x almost bullet-proof
4782              Date: Sun, 26 Sep 1999 03:00:50 -0400
4783              Message-ID: <19990926030050.A21498@monk.mps.ohio-state.edu>
4784      Branch: cfgperl
4785            ! lib/ExtUtils/xsubpp utils/h2xs.PL
4786 ____________________________________________________________________________
4787 [  4231] By: jhi                                   on 1999/09/26  09:48:49
4788         Log: From: "Konovalov, Vadim" <vkonovalov@lucent.com>
4789              To: perl5-porters@perl.org
4790              Subject: misprint in perlguts
4791              Date: Sun, 26 Sep 1999 12:48:36 +0400
4792              Message-ID: <402099F49BEED211999700805FC7359F20D7A5@ru0028exch01.spb.lucent.com>
4793      Branch: cfgperl
4794            ! pod/perlguts.pod
4795 ____________________________________________________________________________
4796 [  4230] By: gsar                                  on 1999/09/26  00:50:08
4797         Log: add $installarchlib/CORE to default linker search path on windows
4798      Branch: perl
4799            ! win32/Makefile win32/makefile.mk
4800 ____________________________________________________________________________
4801 [  4229] By: gsar                                  on 1999/09/25  20:05:03
4802         Log: support C<use Shell> on Windows (reworked a patch suggested
4803              by Jenda Krynicky <Jenda@McCann.cz>)
4804      Branch: perl
4805            ! lib/Shell.pm
4806 ____________________________________________________________________________
4807 [  4228] By: gsar                                  on 1999/09/25  07:03:34
4808         Log: integrate cfgperl contents into mainline
4809      Branch: perl
4810           +> hints/svr5.sh
4811           !> Configure MANIFEST Makefile.SH config_h.SH hints/sco.sh
4812           !> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
4813           !> lib/unicode/mktables.PL pod/perldelta.pod pod/perlfaq9.pod
4814           !> regcomp.c regexec.c t/lib/syslfs.t t/op/lfs.t
4815 ____________________________________________________________________________
4816 [  4227] By: gsar                                  on 1999/09/25  06:44:47
4817         Log: From: Larry Wall <larry@wall.org>
4818              Date: Fri, 24 Sep 1999 21:59:37 PDT
4819              Message-Id: <199909250459.VAA27506@kiev.wall.org>
4820              Subject: Re: [PATCH 5.005_61] "our" declarations
4821      Branch: perl
4822            ! gv.c gv.h intrpvar.h keywords.h keywords.pl op.c
4823            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
4824            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
4825            ! pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
4826            ! pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
4827            ! utils/h2xs.PL
4828 ____________________________________________________________________________
4829 [  4226] By: jhi                                   on 1999/09/24  23:10:52
4830         Log: Integrate with Sarathy.
4831      Branch: cfgperl
4832           !> XSUB.h ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
4833           !> ext/POSIX/hints/linux.pl pod/perldiag.pod pod/perlfunc.pod
4834           !> pp.c t/lib/posix.t t/op/pack.t toke.c utils/perlcc.PL
4835 ____________________________________________________________________________
4836 [  4225] By: gsar                                  on 1999/09/24  18:19:54
4837         Log: avoid infinite recursive exec()s of perl.exe when shebang
4838              contains "Perl" rather than "perl" on DOSISH platforms
4839      Branch: perl
4840            ! toke.c
4841 ____________________________________________________________________________
4842 [  4224] By: gsar                                  on 1999/09/24  16:09:23
4843         Log: support cygwin and other platforms that link to import libraries
4844              rather than directly with shared libraries (from a suggestion
4845              by Lucian Cionca <Lucian.Cionca@algoritma.ro>)
4846      Branch: perl
4847            ! utils/perlcc.PL
4848 ____________________________________________________________________________
4849 [  4223] By: gsar                                  on 1999/09/24  05:05:06
4850         Log: normalize time for strftime() (without the isdst effects of
4851              mktime()) using a custom mini_mktime()
4852              From: spider-perl@Orb.Nashua.NH.US
4853              Date: Thu, 23 Sep 1999 17:54:53 -0400
4854              Message-Id: <199909232154.RAA25151@leggy.zk3.dec.com>
4855              Subject: Re: [ID 19990913.003] Possible bug using POSIX::strftime Digital UNIX Perl 5.005_03 
4856      Branch: perl
4857            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
4858            ! ext/POSIX/hints/linux.pl t/lib/posix.t
4859 ____________________________________________________________________________
4860 [  4222] By: gsar                                  on 1999/09/23  06:44:42
4861         Log: change "#" to a comment starter in pack templates; "/" now
4862              used for specifying counted types
4863              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4864              Date: Wed, 22 Sep 1999 19:41:30 -0400
4865              Message-ID: <19990922194130.A864@monk.mps.ohio-state.edu>
4866              Subject: [PATCH 5.005_61] Enable comments in pack()/unpack() templates
4867      Branch: perl
4868            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
4869 ____________________________________________________________________________
4870 [  4221] By: gsar                                  on 1999/09/23  06:26:54
4871         Log: From: Vishal Bhatia <vishal@gol.com>
4872              Date: Thu, 23 Sep 1999 12:45:19 +0900 (JST)
4873              Message-ID: <Pine.LNX.4.10.9909231218360.3428-100000@localhost.localdomain>
4874              Subject: [patch _61] perlcc changes
4875      Branch: perl
4876            ! utils/perlcc.PL
4877 ____________________________________________________________________________
4878 [  4220] By: gsar                                  on 1999/09/23  01:12:24
4879         Log: add include guard
4880      Branch: perl
4881            ! XSUB.h
4882 ____________________________________________________________________________
4883 [  4219] By: jhi                                   on 1999/09/22  20:38:15
4884         Log: Cleanup cleanup.
4885      Branch: cfgperl
4886            ! Makefile.SH t/lib/syslfs.t t/op/lfs.t
4887 ____________________________________________________________________________
4888 [  4218] By: jhi                                   on 1999/09/22  19:26:58
4889         Log: Tweak the equivalence tables once again.
4890      Branch: cfgperl
4891            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
4892            ! lib/unicode/mktables.PL
4893 ____________________________________________________________________________
4894 [  4215] By: jhi                                   on 1999/09/22  06:47:03
4895         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4896              To: Mailing list Perl5 <perl5-porters@perl.org>
4897              Subject: [PATCH 5.005_61] regfree could segfault with -Mre=debug
4898              Date: Tue, 21 Sep 1999 19:50:00 -0400
4899              Message-ID: <19990921195000.A23938@monk.mps.ohio-state.edu>
4900              
4901              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4902              To: Mailing list Perl5 <perl5-porters@perl.org>
4903              Subject: [PATCH 5.005_61] More verbose -Mre=debug
4904              Date: Tue, 21 Sep 1999 22:29:55 -0400
4905              Message-ID: <19990921222955.A25094@monk.mps.ohio-state.edu>
4906      Branch: cfgperl
4907            ! regcomp.c regexec.c
4908 ____________________________________________________________________________
4909 [  4214] By: jhi                                   on 1999/09/21  21:08:43
4910         Log: From: 0000-Admin (0000) <root@devsys0.zenez.com>
4911              Reply-To: gerberb@zenez.com
4912              To: perl5-porters@perl.org
4913              Subject: [ID 19990921.004] Changes for SCO OpenServer and UnixWare 7
4914              Date: Tue, 21 Sep 1999 11:07:46 -0600 (MDT)
4915              Message-Id: <199909211707.LAA23611@devsys0.zenez.com>
4916              
4917              (Snipped away the last lines of svr5.sh a la change #3725)
4918      Branch: cfgperl
4919            + hints/svr5.sh
4920            ! Configure MANIFEST config_h.SH hints/sco.sh
4921      Branch: metaconfig
4922            ! U/modified/Cppsym.U U/modified/Oldconfig.U
4923 ____________________________________________________________________________
4924 [  4213] By: jhi                                   on 1999/09/21  20:48:01
4925         Log: From: Kragen Sitaker <kragen@dnaco.net>
4926              To: perl5-porters@perl.org
4927              Subject: [ID 19990921.013] accidental list context in perlfaq9
4928              Date: Tue, 21 Sep 1999 16:27:53 -0400 (EDT)
4929              Reply-To: kragen@pobox.com
4930              Message-Id: <199909212027.QAA03450@kirk.dnaco.net>
4931      Branch: cfgperl
4932            ! pod/perlfaq9.pod
4933 ____________________________________________________________________________
4934 [  4212] By: jhi                                   on 1999/09/20  19:55:42
4935         Log: Integrate with Sarathy.
4936      Branch: cfgperl
4937           +> README.Y2K
4938           !> Changes MANIFEST
4939 ____________________________________________________________________________
4940 [  4211] By: jhi                                   on 1999/09/20  19:44:44
4941         Log: Rename -Duselfs to -Duselargefiles.  We don't need no stnkngbbrvtns.
4942      Branch: cfgperl
4943            ! Configure config_h.SH pod/perldelta.pod
4944      Branch: metaconfig/U/perl
4945            ! use64bits.U uselfs.U uselongdbl.U
4946 ____________________________________________________________________________
4947 [  4210] By: jhi                                   on 1999/09/20  19:38:26
4948         Log: Configure -A change: -Afoo=bar is equal to -Aappend:foo=" bar".
4949      Branch: cfgperl
4950            ! Configure config_h.SH
4951      Branch: metaconfig
4952            ! U/modified/Options.U
4953 ____________________________________________________________________________
4954 [  4209] By: gsar                                  on 1999/09/20  19:35:39
4955         Log: integrate cfgperl changes into mainline
4956      Branch: perl
4957           +> lib/unicode/Unicode.html
4958            ! Changes
4959           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
4960           !> config_h.SH doio.c perl.h pod/perldelta.pod pod/perlfunc.pod
4961 ____________________________________________________________________________
4962 [  4208] By: gsar                                  on 1999/09/20  18:28:44
4963         Log: add README.Y2K (from Dominic Dunlop <domo@vo.lu>)
4964      Branch: perl
4965            + README.Y2K
4966            ! MANIFEST
4967 ____________________________________________________________________________
4968 [  4207] By: jhi                                   on 1999/09/20  11:06:13
4969         Log: Document -Duselfs, -Duselongdouble, and -Dusemorebits.
4970      Branch: cfgperl
4971            ! pod/perldelta.pod
4972 ____________________________________________________________________________
4973 [  4206] By: jhi                                   on 1999/09/20  09:53:15
4974         Log: Do not test for gccish things in non-gccish platforms.
4975      Branch: cfgperl
4976            ! Configure config_h.SH
4977      Branch: metaconfig
4978            ! U/compline/ccflags.U
4979 ____________________________________________________________________________
4980 [  4205] By: jhi                                   on 1999/09/20  09:41:22
4981         Log: Prompt for uselfs.
4982      Branch: cfgperl
4983            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4984            ! config_h.SH
4985      Branch: metaconfig
4986            ! U/mksample
4987      Branch: metaconfig/U/perl
4988            ! use64bits.U uselfs.U
4989 ____________________________________________________________________________
4990 [  4204] By: jhi                                   on 1999/09/20  09:09:29
4991         Log: Add usemorebits and uselfs.
4992      Branch: cfgperl
4993            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4994            ! config_h.SH doio.c perl.h
4995      Branch: metaconfig/U/perl
4996            + uselfs.U usemorebits.U
4997            ! use64bits.U uselongdbl.U
4998 ____________________________________________________________________________
4999 [  4203] By: jhi                                   on 1999/09/20  07:48:48
5000         Log: Dethinko.
5001      Branch: cfgperl
5002            ! pod/perlfunc.pod
5003 ____________________________________________________________________________
5004 [  4202] By: jhi                                   on 1999/09/20  07:33:32
5005         Log: Fix a bug in the description of endianness.  Reported in
5006              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
5007              To: perl5-porters@perl.org
5008              Subject: BUG: perldoc -f pack
5009              Date: Mon, 20 Sep 1999 09:43:49 +0400
5010              Message-ID: <402099F49BEED211999700805FC7359F20D3F5@ru0028exch01.spb.lucent.com>
5011      Branch: cfgperl
5012            ! pod/perlfunc.pod
5013 ____________________________________________________________________________
5014 [  4201] By: jhi                                   on 1999/09/20  07:01:26
5015         Log: Integrate with Sarathy.
5016      Branch: cfgperl
5017           +> t/op/args.t
5018           !> (integrate 31 files)
5019 ____________________________________________________________________________
5020 [  4200] By: gsar                                  on 1999/09/20  03:45:06
5021         Log: From: Russ Allbery <rra@stanford.edu>
5022              Date: 19 Aug 1999 04:35:44 -0700
5023              Message-Id: <yl7lms9f5b.fsf@windlord.stanford.edu>
5024              Subject: [ID 19990819.002] File::Find error when pruning top-level directories
5025      Branch: perl
5026            ! lib/File/Find.pm
5027 ____________________________________________________________________________
5028 [  4199] By: gsar                                  on 1999/09/20  03:27:49
5029         Log: suppress warning (from John Tobey <jtobey@epsilondev.com>)
5030      Branch: perl
5031            ! ext/B/B/Terse.pm
5032 ____________________________________________________________________________
5033 [  4198] By: gsar                                  on 1999/09/20  03:25:25
5034         Log: add arenas for managing allocations of remaining xpv*v structures
5035              From: Vishal Bhatia <vishal@gol.com>
5036              Date: Wed, 25 Aug 1999 00:31:33 +0900 (JST)
5037              Message-ID: <Pine.LNX.4.10.9908250031000.11727-100000@localhost.localdomain>
5038              Subject: [PATCH 5.005_60] removing extra ref count (compiler) 
5039      Branch: perl
5040            ! embed.h embed.pl embedvar.h ext/B/B/C.pm intrpvar.h objXSUB.h
5041            ! proto.h sv.c
5042 ____________________________________________________________________________
5043 [  4197] By: gsar                                  on 1999/09/20  03:06:10
5044         Log: queue errors due to strictures rather than printing them as
5045              warnings; symbols that violate strictures do *not* end up in
5046              the symbol table anyway, making multiple evals of the same piece
5047              of code produce the same errors; errors indicate all locations
5048              of a global symbol rather than just the first one; these
5049              changes make compile-time failures within evals reliably
5050              visible via the return value or contents of $@, and trappable
5051              using __DIE__ hooks
5052      Branch: perl
5053            ! embed.h embed.pl embedvar.h ext/DynaLoader/dlutils.c
5054            ! ext/Thread/Thread.xs global.sym gv.c objXSUB.h op.c perl.c
5055            ! perlapi.c pp_ctl.c proto.h regcomp.c t/pragma/strict-refs
5056            ! t/pragma/strict-vars thrdvar.h toke.c util.c
5057 ____________________________________________________________________________
5058 [  4196] By: gsar                                  on 1999/09/19  22:14:29
5059         Log: control change#1914 via hints (causes problems on some platforms)
5060      Branch: perl
5061            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
5062            ! ext/POSIX/hints/linux.pl
5063 ____________________________________________________________________________
5064 [  4195] By: gsar                                  on 1999/09/19  21:30:18
5065         Log: avoid clearing @_ at all for faster subroutine calls; fix bugs
5066              in passing around references to @_, eg C<sub foo { \@_ }>; add
5067              tests for the same
5068      Branch: perl
5069            + t/op/args.t
5070            ! MANIFEST cop.h pp.c pp_ctl.c pp_hot.c
5071 ____________________________________________________________________________
5072 [  4194] By: jhi                                   on 1999/09/18  18:57:45
5073         Log: Integrate with Sarathy.
5074      Branch: cfgperl
5075           !> opcode.h opcode.pl
5076 ____________________________________________________________________________
5077 [  4193] By: nick                                  on 1999/09/18  15:24:56
5078         Log: Re-integrate mainline
5079              Basic SvUTF8 stuff in headers, no functional changes yet.
5080      Branch: utfperl
5081            + lib/byte.pm lib/byte_heavy.pl
5082           +> ext/B/defsubs_h.PL ext/DB_File/version.c jpl/JNI/Closer.java
5083           +> jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
5084           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
5085           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
5086           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL lib/unicode/ArabShap.txt
5087           +> lib/unicode/Blocks.txt lib/unicode/CompExcl.txt
5088           +> lib/unicode/EAWidth.txt lib/unicode/Index.txt
5089           +> lib/unicode/Jamo-2.txt lib/unicode/LineBrk.txt
5090           +> lib/unicode/Names.txt lib/unicode/Props.txt
5091           +> lib/unicode/ReadMe.txt lib/unicode/SpecCase.txt
5092           +> t/lib/bigfltpm.t
5093            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
5094            - lib/unicode/blocks.txt lib/unicode/index2.txt
5095            - lib/unicode/jamo2.txt lib/unicode/names2.txt
5096            - lib/unicode/props2.txt lib/unicode/readme.txt
5097            - t/lib/bigfloatpm.t
5098            ! doop.c embed.h embed.pl gv.c mg.c objXSUB.h op.c op.h perl.h
5099            ! perlapi.c pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h
5100            ! regexec.c regexp.h regnodes.h sv.c sv.h toke.c utf8.c utf8.h
5101            ! warnings.h
5102           !> (integrate 142 files)
5103 ____________________________________________________________________________
5104 [  4192] By: gsar                                  on 1999/09/18  15:11:47
5105         Log: more op description tweaks
5106      Branch: perl
5107            ! opcode.h opcode.pl
5108 ____________________________________________________________________________
5109 [  4191] By: jhi                                   on 1999/09/18  07:47:16
5110         Log: Integrate with Sarathy.
5111      Branch: cfgperl
5112           !> Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
5113           !> t/pragma/warn/op
5114 ____________________________________________________________________________
5115 [  4190] By: jhi                                   on 1999/09/18  07:35:45
5116         Log: Add description of the Unicode database files.
5117      Branch: cfgperl
5118            + lib/unicode/Unicode.html
5119 ____________________________________________________________________________
5120 [  4189] By: gsar                                  on 1999/09/18  03:14:58
5121         Log: tweak some op names in change#4177 (will any of this break code that
5122              gropes $@ ?)
5123      Branch: perl
5124            ! Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
5125            ! t/pragma/warn/op
5126 ____________________________________________________________________________
5127 [  4188] By: jhi                                   on 1999/09/17  21:30:08
5128         Log: Pick up the typo fix.
5129      Branch: cfgperl
5130           !> t/io/open.t
5131 ____________________________________________________________________________
5132 [  4187] By: gsar                                  on 1999/09/17  21:13:55
5133         Log: fix typo
5134      Branch: perl
5135            ! t/io/open.t
5136 ____________________________________________________________________________
5137 [  4186] By: gsar                                  on 1999/09/17  20:57:29
5138         Log: integrate cfgperl change
5139      Branch: perl
5140           !> vms/subconfigure.com
5141 ____________________________________________________________________________
5142 [  4185] By: jhi                                   on 1999/09/17  20:46:41
5143         Log: Re-apply applicable parts of #3993, #3994, and #3995.
5144      Branch: cfgperl
5145            ! vms/subconfigure.com
5146 ____________________________________________________________________________
5147 [  4184] By: gsar                                  on 1999/09/17  20:26:02
5148         Log: integrate cfgperl contents into mainline
5149      Branch: perl
5150           +> lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
5151           +> lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
5152           +> lib/unicode/Index.txt lib/unicode/Jamo-2.txt
5153           +> lib/unicode/LineBrk.txt lib/unicode/Names.txt
5154           +> lib/unicode/Props.txt lib/unicode/ReadMe.txt
5155           +> lib/unicode/SpecCase.txt
5156            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
5157            - lib/unicode/index2.txt lib/unicode/jamo2.txt
5158            - lib/unicode/names2.txt lib/unicode/props2.txt
5159            - lib/unicode/readme.txt
5160           !> (integrate 73 files)
5161 ____________________________________________________________________________
5162 [  4183] By: jhi                                   on 1999/09/17  20:25:51
5163         Log: Integrate with Sarathy.
5164      Branch: cfgperl
5165           !> configure.com ext/ByteLoader/byterun.h
5166           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
5167           !> lib/File/Spec/VMS.pm pod/perlhist.pod t/io/open.t
5168           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
5169           !> vms/perly_h.vms vms/subconfigure.com vms/vms.c vms/vmsish.h
5170 ____________________________________________________________________________
5171 [  4182] By: gsar                                  on 1999/09/17  20:16:28
5172         Log: integrate vmsperl contents into mainline (where VMS files conflicted,
5173              vmsperl contents have prevailed)
5174      Branch: perl
5175           !> configure.com ext/ByteLoader/byterun.h
5176           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
5177           !> lib/File/Spec/VMS.pm t/io/open.t vms/descrip_mms.template
5178           !> vms/gen_shrfls.pl vms/perly_c.vms vms/perly_h.vms
5179           !> vms/subconfigure.com vms/vms.c vms/vmsish.h
5180 ____________________________________________________________________________
5181 [  4181] By: jhi                                   on 1999/09/17  20:12:37
5182         Log: From: Michael G Schwern <schwern@pobox.com>
5183              To: perl5-porters@perl.org
5184              Subject: [PATCH 5.005_60 lib/Exporter/Heavy.pm] export_to_level()
5185              Date: Thu, 19 Aug 1999 21:30:01 -0400
5186              Message-ID: <19990819213001.A22512@athens.aocn.com>
5187      Branch: cfgperl
5188            ! lib/Exporter/Heavy.pm
5189 ____________________________________________________________________________
5190 [  4180] By: gsar                                  on 1999/09/17  20:11:00
5191         Log: perlhist additions
5192      Branch: perl
5193            ! pod/perlhist.pod
5194 ____________________________________________________________________________
5195 [  4179] By: jhi                                   on 1999/09/17  20:08:00
5196         Log: The change #4176 should've undone only the test, not the code patch.
5197      Branch: cfgperl
5198            ! doio.c
5199 ____________________________________________________________________________
5200 [  4178] By: jhi                                   on 1999/09/17  20:06:08
5201         Log: From: Ian Phillipps <ian@dial.pipex.com>
5202              To: Hans GINZEL <hgin2088@mail.kolej.mff.cuni.cz>, perl5-porters@perl.org
5203              Subject: [PATCH 5.005_59] Re: [ID 19990820.007] Small typo in perlsyn.pod
5204              Date: Sat, 21 Aug 1999 12:36:12 +0100
5205              Message-ID: <19990821123612.A9955@homer.diplex.co.uk>
5206      Branch: cfgperl
5207            ! pod/perlsyn.pod
5208 ____________________________________________________________________________
5209 [  4177] By: jhi                                   on 1999/09/17  20:00:19
5210         Log: More descriptive names for operators.
5211              
5212              From: Michael G Schwern <schwern@pobox.com>
5213              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
5214              Cc: perl5-porters@perl.org
5215              Subject: Re: [ID 19990817.009] [BUG 5.005_60 & 5.005_03] == reported as eq in
5216              Date: Tue, 17 Aug 1999 18:35:45 -0400
5217              Message-ID: <19990817183545.A23073@toldyouso.com>
5218              
5219              From: Michael G Schwern <schwern@pobox.com>
5220              To: perl5-porters@perl.org
5221              Subject: [PATCH 5.005_60 opcode.pl and friends] Improved opcode descriptions
5222              Date: Wed, 18 Aug 1999 03:53:38 -0400
5223              Message-ID: <19990818035337.A31505@athens.aocn.com>
5224      Branch: cfgperl
5225            ! opcode.h opcode.pl pp.sym pp_proto.h sv.c t/op/misc.t
5226            ! t/pragma/warn/op t/pragma/warn/sv
5227 ____________________________________________________________________________
5228 [  4176] By: jhi                                   on 1999/09/17  18:19:18
5229         Log: Take away the infamous io/dup.t #7.
5230              It seems there simply is no way to portably
5231              "flush" an input file handle.
5232      Branch: cfgperl
5233            ! doio.c t/io/dup.t
5234 ____________________________________________________________________________
5235 [  4175] By: jhi                                   on 1999/09/17  14:45:08
5236         Log: From: Barrie Slaymaker <barries@slaysys.com>
5237              To: perl5-porters@perl.org
5238              Subject: [PATCH 5.005_61] Benchmark: screwed patch format, try this instead
5239              Date: Fri, 17 Sep 1999 11:16:48 -0400
5240              Message-Id: <199909171516.LAA30887@jester.slaysys.com>
5241      Branch: cfgperl
5242            ! lib/Benchmark.pm
5243 ____________________________________________________________________________
5244 [  4174] By: jhi                                   on 1999/09/17  14:07:16
5245         Log: UNICOS does support large files but doesn't support sparse files
5246              so we cannot easily test for large file support.
5247      Branch: cfgperl
5248            ! t/lib/syslfs.t t/op/lfs.t
5249 ____________________________________________________________________________
5250 [  4173] By: jhi                                   on 1999/09/17  14:03:44
5251         Log: UNICOS has sloppy division/modulo for floating point numbers.
5252      Branch: cfgperl
5253            ! t/op/arith.t
5254 ____________________________________________________________________________
5255 [  4172] By: jhi                                   on 1999/09/17  13:47:49
5256         Log: Portable blocksize (replaces #4171).
5257      Branch: cfgperl
5258            ! t/lib/syslfs.t t/op/lfs.t
5259 ____________________________________________________________________________
5260 [  4171] By: jhi                                   on 1999/09/17  13:08:54
5261         Log: (replaced by #4172)
5262      Branch: cfgperl
5263            ! t/lib/syslfs.t t/op/lfs.t
5264 ____________________________________________________________________________
5265 [  4170] By: jhi                                   on 1999/09/17  12:59:11
5266         Log: Detypo #4169.
5267      Branch: cfgperl
5268            ! t/lib/syslfs.t t/op/lfs.t
5269 ____________________________________________________________________________
5270 [  4169] By: jhi                                   on 1999/09/17  12:16:34
5271         Log: Diagnose possible quota limits.
5272      Branch: cfgperl
5273            ! t/lib/syslfs.t t/op/lfs.t
5274 ____________________________________________________________________________
5275 [  4168] By: jhi                                   on 1999/09/17  12:10:43
5276         Log: UNICOS doesn't have getpgid().  Or, at least 9.0.1ai
5277              doesn't have one that wouldn't cause SIGSYS.  UNICOS
5278              does have getpgrp(void) so Perl getpgrp() is happy.
5279      Branch: cfgperl
5280            ! hints/unicos.sh
5281 ____________________________________________________________________________
5282 [  4167] By: jhi                                   on 1999/09/17  11:49:30
5283         Log: Filesystem quotas may stop you from using large files.
5284      Branch: cfgperl
5285            ! pod/perldelta.pod t/lib/syslfs.t t/op/lfs.t
5286 ____________________________________________________________________________
5287 [  4166] By: jhi                                   on 1999/09/17  11:36:01
5288         Log: Too strict pattern for parsing group lists.
5289      Branch: cfgperl
5290            ! t/op/groups.t
5291 ____________________________________________________________________________
5292 [  4165] By: jhi                                   on 1999/09/17  09:06:18
5293         Log: Configure maintenance. It's sigaction.sa_flags
5294              and the Glossary regen'ed.
5295      Branch: cfgperl
5296            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5297            ! config_h.SH
5298      Branch: metaconfig
5299            ! U/compline/d_sigaction.U
5300 ____________________________________________________________________________
5301 [  4164] By: jhi                                   on 1999/09/15  06:57:51
5302         Log: Integrate with Sarathy.
5303      Branch: cfgperl
5304           +> jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
5305           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
5306           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
5307           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL
5308           !> Changes MANIFEST embed.h embed.pl jpl/JNI/JNI.pm
5309           !> jpl/JNI/JNI.xs jpl/JNI/Makefile.PL jpl/JNI/test.pl
5310           !> jpl/JNI/typemap jpl/JPL/Makefile.PL
5311           !> jpl/PerlInterpreter/Makefile.PL
5312           !> jpl/PerlInterpreter/PerlInterpreter.c
5313           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
5314           !> jpl/Sample/Makefile.PL jpl/install-jpl
5315           !> lib/File/Spec/Functions.pm pod/perlhist.pod regexec.c
5316           !> t/op/pat.t
5317 ____________________________________________________________________________
5318 [  4163] By: gsar                                  on 1999/09/15  05:17:27
5319         Log: add :ALL export tag (from Chris Nandor <pudge@pobox.com>)
5320      Branch: perl
5321            ! lib/File/Spec/Functions.pm
5322 ____________________________________________________________________________
5323 [  4162] By: gsar                                  on 1999/09/15  05:09:14
5324         Log: addendum to change#4136 (from Robin Barker <rmb1@cise.npl.co.uk>)
5325      Branch: perl
5326            ! Changes embed.h embed.pl
5327 ____________________________________________________________________________
5328 [  4161] By: gsar                                  on 1999/09/15  04:08:25
5329         Log: missing perlhist dates from Jeff Okamoto
5330      Branch: perl
5331            ! pod/perlhist.pod
5332 ____________________________________________________________________________
5333 [  4160] By: gsar                                  on 1999/09/15  03:13:08
5334         Log: jpl tweak
5335      Branch: perl
5336            ! MANIFEST jpl/JNI/Makefile.PL
5337 ____________________________________________________________________________
5338 [  4159] By: gsar                                  on 1999/09/15  02:57:08
5339         Log: update to JPL snapshot v09141999, with minor tweaks (from Brian
5340              Jepson <bjepson@home.com>)
5341      Branch: perl
5342            + jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
5343            + jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
5344            + jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
5345            + jpl/JNI/typemap.win32 jpl/SETVARS.PL
5346            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
5347            ! jpl/JNI/test.pl jpl/JNI/typemap jpl/JPL/Makefile.PL
5348            ! jpl/PerlInterpreter/Makefile.PL
5349            ! jpl/PerlInterpreter/PerlInterpreter.c
5350            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
5351            ! jpl/Sample/Makefile.PL jpl/install-jpl
5352 ____________________________________________________________________________
5353 [  4158] By: gsar                                  on 1999/09/15  01:27:14
5354         Log: From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
5355              Date:    Tue, 14 Sep 1999 21:26:15 EDT
5356              Message-Id: <199909150126.VAA24720@monk.mps.ohio-state.edu>
5357              Subject: [PATCH 5.005_58+] Re: [ID 19990914.001] Perl_re_intuit_start() hangs in a loop
5358      Branch: perl
5359            ! regexec.c t/op/pat.t
5360 ____________________________________________________________________________
5361 [  4157] By: jhi                                   on 1999/09/14  21:18:09
5362         Log: config.h will define USE_64_BITS if need be.
5363      Branch: cfgperl
5364            ! hints/irix_6.sh
5365 ____________________________________________________________________________
5366 [  4156] By: jhi                                   on 1999/09/14  20:30:00
5367         Log: Change #4149 necessitates also a small code change.
5368      Branch: cfgperl
5369            ! ext/B/defsubs_h.PL
5370 ____________________________________________________________________________
5371 [  4155] By: jhi                                   on 1999/09/14  20:15:53
5372         Log: Update EPOC libdir names.
5373      Branch: cfgperl
5374            ! epoc/config.h
5375 ____________________________________________________________________________
5376 [  4154] By: jhi                                   on 1999/09/14  20:13:41
5377         Log: Obsolete epoc/config.h caused #4153 to re-introduce already
5378              deceased HAS.*DBM.*64 mumblings.
5379      Branch: cfgperl
5380            ! Configure config_h.SH epoc/config.h
5381 ____________________________________________________________________________
5382 [  4153] By: jhi                                   on 1999/09/14  20:04:53
5383         Log: Configure nits.
5384      Branch: cfgperl
5385            ! Configure config_h.SH
5386      Branch: metaconfig
5387            ! U/compline/d_sigaction.U U/threads/i_pthread.U
5388 ____________________________________________________________________________
5389 [  4152] By: jhi                                   on 1999/09/14  19:30:22
5390         Log: Integrate with Sarathy.
5391      Branch: cfgperl
5392           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
5393            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
5394           !> INSTALL MANIFEST ext/B/Makefile.PL pod/perldiag.pod
5395           !> win32/config_sh.PL
5396 ____________________________________________________________________________
5397 [  4151] By: jhi                                   on 1999/09/14  10:25:01
5398         Log: Update Unicode database and recompute the tables.
5399              Rename the .txt files to be more Unicode 3.0-like.
5400              Unihan-3.0.txt not included because it is 16 MB.
5401              syllables.txt is manually maintained.
5402              See ReadMe.txt for description of the .txt files.
5403              (not all of them are used yet)
5404      Branch: cfgperl
5405            + lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
5406            + lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
5407            + lib/unicode/Index.txt lib/unicode/Jamo-2.txt
5408            + lib/unicode/LineBrk.txt lib/unicode/Names.txt
5409            + lib/unicode/Props.txt lib/unicode/ReadMe.txt
5410            + lib/unicode/SpecCase.txt
5411            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
5412            - lib/unicode/index2.txt lib/unicode/jamo2.txt
5413            - lib/unicode/names2.txt lib/unicode/props2.txt
5414            - lib/unicode/readme.txt
5415            ! MANIFEST lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
5416            ! lib/unicode/Bidirectional.pl lib/unicode/Block.pl
5417            ! lib/unicode/Category.pl lib/unicode/CombiningClass.pl
5418            ! lib/unicode/Decomposition.pl
5419            ! lib/unicode/In/ArabicPresentationForms-B.pl
5420            ! lib/unicode/In/Specials.pl lib/unicode/In/Tibetan.pl
5421            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
5422            ! lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiL.pl
5423            ! lib/unicode/Is/BidiON.pl lib/unicode/Is/BidiWS.pl
5424            ! lib/unicode/Is/DCcompat.pl lib/unicode/Is/DecoCanon.pl
5425            ! lib/unicode/Is/DecoCompat.pl lib/unicode/Is/L.pl
5426            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lo.pl
5427            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Lu.pl
5428            ! lib/unicode/Is/Pd.pl lib/unicode/Is/Po.pl lib/unicode/Is/S.pl
5429            ! lib/unicode/Is/Sm.pl lib/unicode/Is/So.pl
5430            ! lib/unicode/Is/Upper.pl lib/unicode/Is/Word.pl
5431            ! lib/unicode/JamoShort.pl lib/unicode/UnicodeData-Latest.txt
5432            ! lib/unicode/mktables.PL
5433 ____________________________________________________________________________
5434 [  4150] By: gsar                                  on 1999/09/14  09:31:57
5435         Log: INSTALL tweak
5436      Branch: perl
5437            ! INSTALL
5438 ____________________________________________________________________________
5439 [  4149] By: gsar                                  on 1999/09/14  09:00:45
5440         Log: change some filenames to be 8.3-friendly
5441      Branch: perl
5442           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
5443            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
5444            ! MANIFEST ext/B/Makefile.PL pod/perldiag.pod
5445 ____________________________________________________________________________
5446 [  4148] By: gsar                                  on 1999/09/14  08:35:00
5447         Log: win32 config tweak (suggested by Greg Chapman <glc@well.com>)
5448      Branch: perl
5449            ! win32/config_sh.PL
5450 ____________________________________________________________________________
5451 [  4147] By: jhi                                   on 1999/09/14  08:07:49
5452         Log: Not that UVSIZE normally differs that much from IVSIZE...
5453      Branch: cfgperl
5454            ! perl.h
5455 ____________________________________________________________________________
5456 [  4146] By: jhi                                   on 1999/09/14  08:04:40
5457         Log: Integrate with Sarathy.
5458      Branch: cfgperl
5459           !> Changes ext/DB_File/DB_File.xs
5460 ____________________________________________________________________________
5461 [  4145] By: jhi                                   on 1999/09/14  07:10:02
5462         Log: I_PTHREAD was PTHREADEAD.
5463      Branch: cfgperl
5464            ! Configure config_h.SH
5465      Branch: metaconfig
5466            ! U/threads/i_pthread.U
5467 ____________________________________________________________________________
5468 [  4144] By: gsar                                  on 1999/09/14  06:46:47
5469         Log: change#4113 was missing DB_File.xs changes
5470      Branch: perl
5471            ! ext/DB_File/DB_File.xs
5472 ____________________________________________________________________________
5473 [  4143] By: jhi                                   on 1999/09/13  20:16:20
5474         Log: Small doc and whitespace edits.
5475      Branch: cfgperl
5476            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
5477            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
5478            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
5479            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
5480            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
5481            ! pod/perldelta.pod
5482 ____________________________________________________________________________
5483 [  4142] By: gsar                                  on 1999/09/13  19:32:31
5484         Log: integrate cfgperl contents into mainline, update Changes
5485      Branch: perl
5486           +> ext/DB_File/version.c
5487            ! Changes
5488           !> (integrate 44 files)
5489 ____________________________________________________________________________
5490 [  4141] By: jhi                                   on 1999/09/13  16:16:56
5491         Log: Scan for <pthread.h> always.
5492      Branch: cfgperl
5493            ! Configure config_h.SH perl.h
5494      Branch: metaconfig
5495            ! U/threads/i_pthread.U
5496 ____________________________________________________________________________
5497 [  4140] By: jhi                                   on 1999/09/13  16:00:08
5498         Log: Integrate with Sarathy.
5499      Branch: cfgperl
5500           !> (integrate 27 files)
5501 ____________________________________________________________________________
5502 [  4139] By: jhi                                   on 1999/09/13  15:35:18
5503         Log: Add -A option to Configure to diddle with variables
5504              after the hints file has been applied.
5505      Branch: cfgperl
5506            ! Configure config_h.SH
5507      Branch: metaconfig
5508            ! U/modified/Oldconfig.U U/modified/Options.U
5509 ____________________________________________________________________________
5510 [  4138] By: jhi                                   on 1999/09/13  13:42:56
5511         Log: Change #4136 edited DynaLoader.xs which is kind of fruitless.
5512      Branch: cfgperl
5513            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
5514            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
5515            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
5516            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
5517            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
5518 ____________________________________________________________________________
5519 [  4137] By: jhi                                   on 1999/09/13  13:25:31
5520         Log: Applying change #4136 manually introduced patch residue.
5521      Branch: cfgperl
5522            ! perl.h
5523 ____________________________________________________________________________
5524 [  4136] By: jhi                                   on 1999/09/13  13:23:04
5525         Log: Replace change #4100 with
5526              From: Robin Barker <rmb1@cise.npl.co.uk>
5527              To: gsar@activestate.com
5528              Cc: perl5-porters@perl.org
5529              Subject: Re: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with -Duse64bits
5530              Date: Mon, 13 Sep 1999 14:15:11 +0100 (BST)
5531              Message-Id: <199909131315.OAA24012@tempest.npl.co.uk>
5532      Branch: cfgperl
5533            ! doio.c dump.c ext/B/B.xs ext/B/typemap
5534            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
5535            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
5536            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
5537            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
5538 ____________________________________________________________________________
5539 [  4135] By: jhi                                   on 1999/09/13  10:22:31
5540         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5541              To: perl5-porters@perl.org (Mailing list Perl5)
5542              Subject: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
5543              Date: Sat, 11 Sep 1999 05:31:03 -0400 (EDT)
5544              Message-Id: <199909110931.FAA11036@monk.mps.ohio-state.edu>
5545              
5546              From: andreas.koenig@anima.de (Andreas J. Koenig)
5547              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
5548              Cc: perl5-porters@perl.org (Mailing list Perl5)
5549              Subject: Re: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
5550              Date: 11 Sep 1999 15:36:26 +0200
5551              Message-ID: <sfc906dr2n9.fsf@hohenstaufen.in-berlin.de>
5552      Branch: cfgperl
5553            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
5554 ____________________________________________________________________________
5555 [  4134] By: jhi                                   on 1999/09/13  10:20:14
5556         Log: From: Tom Phoenix <rootbeer@redcat.com>
5557              To: Perl Porters Mailing List <perl5-porters@perl.org>
5558              Subject: [DOCPATCH] Server errors and perldiag
5559              Date: Fri, 10 Sep 1999 16:45:02 -0700 (PDT)
5560              Message-ID: <Pine.GSO.4.10.9909101639490.16999-100000@user2.teleport.com>
5561      Branch: cfgperl
5562            ! pod/perldiag.pod
5563 ____________________________________________________________________________
5564 [  4133] By: gsar                                  on 1999/09/13  03:25:43
5565         Log: avoid assertion failure on C<@a'>
5566      Branch: perl
5567            ! toke.c
5568 ____________________________________________________________________________
5569 [  4132] By: gsar                                  on 1999/09/13  03:03:57
5570         Log: add -DPERL_Y2KWARN build option that will generate additional
5571              warnings on "19$yy" etc (reworked a patch suggested by
5572              Ulrich Pfeifer <upf@de.uu.net>)
5573      Branch: perl
5574            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod
5575            ! pp_hot.c sv.c t/pragma/warn/pp_hot t/pragma/warn/sv
5576 ____________________________________________________________________________
5577 [  4131] By: gsar                                  on 1999/09/12  22:06:25
5578         Log: fix DATA leaks; reword documentation about the DATA filehandle
5579      Branch: perl
5580            ! ext/Opcode/Safe.pm lib/Pod/Functions.pm pod/perldata.pod
5581 ____________________________________________________________________________
5582 [  4130] By: gsar                                  on 1999/09/12  20:08:56
5583         Log: make sprintf("%g",...) threadsafe; only taint its result iff the
5584              formatted result looks nonstandard
5585      Branch: perl
5586            ! embed.pl embedvar.h intrpvar.h objXSUB.h perl.c perlapi.c
5587            ! pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
5588            ! t/pragma/locale.t thrdvar.h
5589 ____________________________________________________________________________
5590 [  4129] By: gsar                                  on 1999/09/12  17:04:11
5591         Log: From: Doug MacEachern <dougm@cp.net>
5592              Date: Sun, 25 Jul 1999 15:49:00 -0700 (PDT)
5593              Message-ID: <Pine.LNX.4.10.9907251538380.373-100000@mojo.eng.cp.net>
5594              Subject: [PATCH 5.005_57] B::clearsym
5595      Branch: perl
5596            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/Debug.pm ext/B/B/Terse.pm
5597 ____________________________________________________________________________
5598 [  4128] By: gsar                                  on 1999/09/12  16:59:12
5599         Log: better debugger help output (from Ilya Zakharevich)
5600      Branch: perl
5601            ! lib/perl5db.pl
5602 ____________________________________________________________________________
5603 [  4127] By: jhi                                   on 1999/09/11  20:50:37
5604         Log: Integrate with Sarathy.
5605      Branch: cfgperl
5606           +> pod/perlcompile.pod t/lib/gol-basic.t t/lib/gol-compat.t
5607           +> t/lib/gol-linkage.t
5608           !> (integrate 43 files)
5609 ____________________________________________________________________________
5610 [  4126] By: nick                                  on 1999/09/10  20:44:22
5611         Log: Get resolve -at mainline
5612      Branch: utfperl
5613           +> (branch 297 files)
5614            - README.cygwin32 XSlock.h bytecode.h byterun.c byterun.h
5615            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
5616            - cygwin32/perlld ext/B/byteperl.c ext/DynaLoader/dl_cygwin32.xs
5617            - hints/cygwin32.sh interp.sym myconfig objpp.h perl_exp.SH
5618            - t/pragma/warn-1global t/pragma/warning.t thread.sym
5619            - win32/GenCAPI.pl win32/TEST win32/autosplit.pl
5620            - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
5621            - win32/genxsdef.pl win32/makedef.pl win32/makemain.pl
5622            - win32/makeperldef.pl win32/perlhost.h
5623           !> (integrate 847 files)
5624 ____________________________________________________________________________
5625 [  4125] By: gsar                                  on 1999/09/10  19:22:14
5626         Log: s/dXS_TARGET/dXSTARG/ in change#4044 (to match dARGS vs dXSARGS
5627              etc.)
5628      Branch: perl
5629            ! XSUB.h pp.h
5630 ____________________________________________________________________________
5631 [  4124] By: gsar                                  on 1999/09/10  19:14:35
5632         Log: rewrote substantive parts of patch
5633              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5634              Date: Fri, 27 Aug 1999 19:02:18 -0400
5635              Message-ID: <19990827190218.A19561@monk.mps.ohio-state.edu>
5636              Subject: [PATCH 5.005_58] REx documentation
5637      Branch: perl
5638            ! pod/perlre.pod
5639 ____________________________________________________________________________
5640 [  4123] By: gsar                                  on 1999/09/10  18:21:53
5641         Log: note about AVf_*
5642      Branch: perl
5643            ! av.h
5644 ____________________________________________________________________________
5645 [  4122] By: gsar                                  on 1999/09/10  17:55:42
5646         Log: allow 'text' in L<text|A::B/"C"> (from Martin Lichtin
5647              <lichtin@bivio.com>)
5648      Branch: perl
5649            ! lib/Pod/Html.pm
5650 ____________________________________________________________________________
5651 [  4121] By: gsar                                  on 1999/09/10  17:49:35
5652         Log: dos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
5653      Branch: perl
5654            ! AUTHORS Changes README.dos djgpp/config.over
5655            ! djgpp/configure.bat djgpp/djgpp.c djgpp/djgppsed.sh dosish.h
5656            ! lib/ExtUtils/MM_Unix.pm pod/pod2usage.PL pod/podchecker.PL
5657            ! pod/podselect.PL sv.h t/io/openpid.t util.c
5658 ____________________________________________________________________________
5659 [  4120] By: gsar                                  on 1999/09/10  12:25:01
5660         Log: add perlcompile.pod (edited content from Nathan Torkington
5661              <gnat@frii.com> and others)
5662      Branch: perl
5663            + pod/perlcompile.pod
5664            ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod pod/roffitall
5665 ____________________________________________________________________________
5666 [  4119] By: gsar                                  on 1999/09/10  11:05:13
5667         Log: avoid leaking static local_patches unless patchlevel.h is
5668              explicitly included
5669      Branch: perl
5670            ! patchlevel.h perl.c
5671 ____________________________________________________________________________
5672 [  4118] By: gsar                                  on 1999/09/10  10:44:54
5673         Log: upgrade to Getopt::Long v2.20 (from Johan Vromans
5674              <jvromans@squirrel.nl>)
5675      Branch: perl
5676            + t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
5677            ! Changes MANIFEST lib/Getopt/Long.pm
5678 ____________________________________________________________________________
5679 [  4116] By: jhi                                   on 1999/09/09  15:56:52
5680         Log: perldeltify change #4115.
5681      Branch: cfgperl
5682            ! pod/perldelta.pod
5683 ____________________________________________________________________________
5684 [  4115] By: jhi                                   on 1999/09/09  15:48:56
5685         Log: From: "John L. Allen" <allen@grumman.com> 
5686              To: perl5-porters@perl.org 
5687              Subject: [ID 19990901.003] Time::Local should not croak on "out-of-range" days
5688              Date: Wed, 1 Sep 1999 13:33:39 -0400 (EDT) 
5689              Message-Id: <199909011733.NAA17356@gateway.grumman.com> 
5690      Branch: cfgperl
5691            ! lib/Time/Local.pm
5692 ____________________________________________________________________________
5693 [  4114] By: jhi                                   on 1999/09/09  15:42:30
5694         Log: From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
5695              To: perl5-porters@perl.org
5696              Subject: [ID 19990909.003] MAXINT redefined warning on HP-UX 10.20
5697              Date: Thu, 9 Sep 1999 10:33:37 -0500 (CDT)
5698              Message-Id: <199909091533.KAA01242@www.cvm.uiuc.edu>
5699      Branch: cfgperl
5700            ! pp_sys.c
5701 ____________________________________________________________________________
5702 [  4113] By: jhi                                   on 1999/09/09  10:17:45
5703         Log: From: paul.marquess@bt.com
5704              To: gsar@ActiveState.com
5705              Cc: perl5-porters@perl.org
5706              Subject: [PATCH 5.005_61] DB_File 1.71
5707              Date: Thu, 9 Sep 1999 11:20:13 +0100
5708              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BBE@mbtlipnt02.btlabs.bt.co.uk>
5709      Branch: cfgperl
5710            + ext/DB_File/version.c
5711            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
5712            ! ext/DB_File/Makefile.PL ext/DB_File/dbinfo ext/DB_File/typemap
5713            ! t/lib/db-btree.t
5714 ____________________________________________________________________________
5715 [  4112] By: jhi                                   on 1999/09/09  09:05:32
5716         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5717              To: perl5-porters@perl.org (Mailing list Perl5)
5718              Subject: [PATCH 5.005_58] Fix interaction of (?p{}) and (?>)
5719              Date: Thu, 9 Sep 1999 04:40:11 -0400 (EDT)
5720              Message-Id: <199909090840.EAA26471@monk.mps.ohio-state.edu>
5721      Branch: cfgperl
5722            ! regexec.c t/op/pat.t
5723 ____________________________________________________________________________
5724 [  4110] By: jhi                                   on 1999/09/09  07:29:17
5725         Log: Tidy up 64-bit situation in perldelta.
5726      Branch: cfgperl
5727            ! pod/perldelta.pod
5728 ____________________________________________________________________________
5729 [  4109] By: jhi                                   on 1999/09/09  07:26:53
5730         Log: Clear up PL_regcc issues.
5731              
5732              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5733              To: perl5-porters@perl.org (Mailing list Perl5)
5734              Subject: [PATCH 5.005_60] Another regexec.c unobfuscation
5735              Date: Thu, 9 Sep 1999 02:49:49 -0400 (EDT)
5736              Message-Id: <199909090649.CAA26119@monk.mps.ohio-state.edu>
5737      Branch: cfgperl
5738            ! regexec.c
5739 ____________________________________________________________________________
5740 [  4108] By: gsar                                  on 1999/09/08  20:52:51
5741         Log: avoid ass_u_ming uppercase types are not user objects (spotted
5742              by Kurt Starsinic)
5743      Branch: perl
5744            ! ext/Data/Dumper/Dumper.pm
5745 ____________________________________________________________________________
5746 [  4107] By: gsar                                  on 1999/09/08  20:35:18
5747         Log: From: akim@epita.fr (DEMAILLE Akim)
5748              Date: Wed, 8 Sep 1999 18:18:44 +0200 (CEST)
5749              Message-Id: <m11OkQm-003A4IC@beyrouth.lrde.epita.fr>
5750              Subject: [ID 19990908.014] s2p does not quote @
5751      Branch: perl
5752            ! x2p/s2p.PL
5753 ____________________________________________________________________________
5754 [  4106] By: gsar                                  on 1999/09/08  20:25:12
5755         Log: integrate cfgperl contents into mainline
5756      Branch: perl
5757           !> (integrate 30 files)
5758 ____________________________________________________________________________
5759 [  4105] By: jhi                                   on 1999/09/08  09:02:37
5760         Log: Minor touches at the [:class:] description.
5761      Branch: cfgperl
5762            ! pod/perlre.pod
5763 ____________________________________________________________________________
5764 [  4104] By: jhi                                   on 1999/09/08  08:57:58
5765         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5766              To: Mailing list Perl5 <perl5-porters@perl.org>
5767              Subject: [PATCH 5.005_58] Fix debugging output for REx
5768              Date: Wed, 8 Sep 1999 05:02:02 -0400
5769              Message-ID: <19990908050201.A17682@monk.mps.ohio-state.edu>
5770      Branch: cfgperl
5771            ! regcomp.c
5772 ____________________________________________________________________________
5773 [  4103] By: gsar                                  on 1999/09/08  00:53:50
5774         Log: fix memory leak in C<sub f { split ' ', "a b" } f() while 1>
5775      Branch: perl
5776            ! pp.c
5777 ____________________________________________________________________________
5778 [  4102] By: gsar                                  on 1999/09/08  00:52:50
5779         Log: fix memory leak in C<sub f { @_ = 1 } f() while 1>
5780      Branch: perl
5781            ! cop.h pp_hot.c
5782 ____________________________________________________________________________
5783 [  4101] By: gsar                                  on 1999/09/07  17:25:07
5784         Log: various fixups for windows
5785      Branch: perl
5786            ! embed.h embed.pl objXSUB.h op.c perlapi.c proto.h
5787            ! win32/Makefile win32/makefile.mk xsutils.c
5788 ____________________________________________________________________________
5789 [  4100] By: jhi                                   on 1999/09/07  12:49:15
5790         Log: Fix pointer casts.
5791              
5792              From: Robin Barker <rmb1@cise.npl.co.uk>
5793              To: perl5-porters@perl.org
5794              Subject: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with
5795              -Duse64bits
5796              Date: Tue, 7 Sep 1999 12:30:18 +0100 (BST)
5797              Message-Id: <199909071130.MAA11435@tempest.npl.co.uk>
5798      Branch: cfgperl
5799            ! doio.c dump.c ext/B/B.xs ext/B/typemap
5800            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
5801            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
5802            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
5803            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
5804 ____________________________________________________________________________
5805 [  4099] By: jhi                                   on 1999/09/07  10:29:04
5806         Log: Add sig/pid/uid size and sign probes.
5807      Branch: metaconfig
5808            + U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
5809            + U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
5810 ____________________________________________________________________________
5811 [  4098] By: jhi                                   on 1999/09/07  10:27:06
5812         Log: Band-aid until we've got %{Uid_t} or something similar
5813              for sv_catpvfn().
5814      Branch: cfgperl
5815            ! taint.c
5816 ____________________________________________________________________________
5817 [  4097] By: jhi                                   on 1999/09/07  09:41:23
5818         Log: Fix a printf thinko: now quads must have the ll L q prefix.
5819              (in other words, a bare %d is an int/unsigned)
5820      Branch: cfgperl
5821            ! pp_sys.c sv.c t/op/64bit.t
5822 ____________________________________________________________________________
5823 [  4096] By: jhi                                   on 1999/09/07  07:36:17
5824         Log: HP-UX 10.20 and gcc 2.8.1 break UINT32_MAX.
5825              
5826              From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
5827              To: perl5-porters@perl.org
5828              Subject: [ID 19990906.007] Not OK: perl 5.00561 on PA-RISC1.1 10.20
5829              Date: Mon, 6 Sep 1999 21:18:12 -0500 (CDT)
5830              Message-Id: <199909070218.VAA29232@www.cvm.uiuc.edu>
5831      Branch: cfgperl
5832            ! hints/hpux.sh perl.h
5833 ____________________________________________________________________________
5834 [  4095] By: gsar                                  on 1999/09/06  20:47:02
5835         Log: applied suggested patch with suitable test to detect MSVC
5836              From: "Vishal Bhatia" <vishalb@my-deja.com>
5837              Date: Wed, 11 Aug 1999 01:43:28 -0700
5838              Message-ID: <GFCJELIOGEENAAAA@my-deja.com>
5839              Subject: compiler on  win32
5840      Branch: perl
5841            ! ext/B/B/C.pm
5842 ____________________________________________________________________________
5843 [  4094] By: jhi                                   on 1999/09/06  20:34:44
5844         Log: Integrate with Sarathy.
5845      Branch: cfgperl
5846           !> ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
5847           !> t/harness t/pragma/sub_lval.t utils/Makefile utils/perlcc.PL
5848 ____________________________________________________________________________
5849 [  4093] By: jhi                                   on 1999/09/06  20:33:43
5850         Log: Fix UV_SIZEOF to UVSIZE; change the overflow tests
5851              so that they overflow also on 64-bit platforms.
5852      Branch: cfgperl
5853            ! t/pragma/warn/toke t/pragma/warn/util toke.c util.c
5854 ____________________________________________________________________________
5855 [  4092] By: gsar                                  on 1999/09/06  20:16:58
5856         Log: support bytecode and C backends in perlcc (patch suggested
5857              by Tom Hughes <tom@compton.au>); s/-opt/-noopt/ and make the
5858              C backend the default; describe new switches in pod; introduce
5859              PERLCC_OPTS and s/COMPILE_TIMEOUT/PERLCC_TIMEOUT/;
5860              s/COMPILE_TEST/HARNESS_COMPILE_TEST/; document these %ENV
5861              entries
5862      Branch: perl
5863            ! ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
5864            ! t/harness utils/Makefile utils/perlcc.PL
5865 ____________________________________________________________________________
5866 [  4091] By: jhi                                   on 1999/09/06  19:10:41
5867         Log: Integrate with Sarathy.
5868      Branch: cfgperl
5869           +> t/pragma/sub_lval.t
5870           !> (integrate 52 files)
5871 ____________________________________________________________________________
5872 [  4090] By: gsar                                  on 1999/09/06  19:09:06
5873         Log: propagate changed error text
5874      Branch: perl
5875            ! t/pragma/sub_lval.t
5876 ____________________________________________________________________________
5877 [  4089] By: gsar                                  on 1999/09/06  18:54:43
5878         Log: sprintf doc tweak (from Ian Phillipps <ian@dial.pipex.com>)
5879      Branch: perl
5880            ! pod/perlfunc.pod
5881 ____________________________________________________________________________
5882 [  4088] By: gsar                                  on 1999/09/06  18:52:10
5883         Log: From: paul.marquess@bt.com
5884              Date: Sun, 5 Sep 1999 15:11:08 +0100 
5885              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BAB@mbtlipnt02.btlabs.bt.co.uk>
5886              Subject: [PATCH 5.005_61] Another patch for Lexical Warnings
5887      Branch: perl
5888            ! pp_sys.c t/pragma/warn/doio t/pragma/warn/op
5889            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys
5890            ! t/pragma/warn/regcomp t/pragma/warn/sv t/pragma/warn/toke
5891            ! t/pragma/warn/universal t/pragma/warn/utf8 t/pragma/warn/util
5892            ! toke.c
5893 ____________________________________________________________________________
5894 [  4087] By: gsar                                  on 1999/09/06  18:06:06
5895         Log: change#3612 is buggy when quotemeta argument matches target
5896              (hope this is the last of the optimized-OP_SASSIGN bugs)
5897              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5898              Date: Sun, 5 Sep 1999 06:07:42 -0400 (EDT)
5899              Message-Id: <199909051007.GAA06423@monk.mps.ohio-state.edu>
5900              Subject: Re: [BUG: quotemeta]
5901      Branch: perl
5902            ! Changes op.c t/op/lex_assign.t
5903 ____________________________________________________________________________
5904 [  4086] By: gsar                                  on 1999/09/06  17:57:52
5905         Log: misc tweaks
5906      Branch: perl
5907            ! bytecode.pl ext/ByteLoader/byterun.h pod/perlsyn.pod toke.c
5908 ____________________________________________________________________________
5909 [  4085] By: gsar                                  on 1999/09/06  03:54:23
5910         Log: applied patch suggested by Hans Mulder to fix problems on
5911              OPENSTEP-Mach; be more careful about PERL_POLLUTE_MALLOC
5912              when they ask for bincompat (platforms that used to default
5913              to EMBEDMYMALLOC continue to do so); disable warnings.t#192
5914              (appears unsalvageable on some platforms)
5915      Branch: perl
5916            ! embed.h embed.pl handy.h perl.h pp_sys.c t/pragma/warn/pp_hot
5917 ____________________________________________________________________________
5918 [  4084] By: bailey                                on 1999/09/06  02:39:11
5919         Log: Integrate mainline 5.05_61
5920      Branch: vmsperl
5921           +> (branch 32 files)
5922            - lib/unicode/EthiopicSyllables.txt
5923            - lib/unicode/MakeEthiopicSyllables.PL t/pragma/warning.t
5924            - warning.pl
5925            ! vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
5926            ! vms/perly_h.vms vms/vms.c
5927           !> (integrate 346 files)
5928 ____________________________________________________________________________
5929 [  4083] By: gsar                                  on 1999/09/06  00:10:40
5930         Log: optional warning on join(/foo/...) (reworked suggested patch
5931              by Mark-Jason Dominus <mjd@plover.com>)
5932      Branch: perl
5933            ! embed.h objXSUB.h op.c opcode.h opcode.pl perlapi.c
5934            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.sym
5935            ! pp_proto.h t/pragma/warn/op
5936 ____________________________________________________________________________
5937 [  4082] By: gsar                                  on 1999/09/05  22:28:57
5938         Log: fix data loss when more than one block is read from SDBM
5939              *.dir file (suggested by Uwe Ohse <uwe@ohse.de>)
5940      Branch: perl
5941            ! ext/SDBM_File/sdbm/sdbm.c
5942 ____________________________________________________________________________
5943 [  4081] By: gsar                                  on 1999/09/05  22:07:18
5944         Log: initial implementation of lvalue subroutines (slightly fixed
5945              version of patch suggested by Ilya Zakharevich, which in turn
5946              is based on the one suggested by Tuomas J. Lukka <lukka@iki.fi>)
5947      Branch: perl
5948            + t/pragma/sub_lval.t
5949            ! MANIFEST cop.h cv.h dump.c embed.h ext/Opcode/Opcode.pm
5950            ! ext/attrs/attrs.pm ext/attrs/attrs.xs global.sym objXSUB.h
5951            ! op.c op.h opcode.h opcode.pl opnames.h perlapi.c
5952            ! pod/perldiag.pod pod/perlsub.pod pp.c pp.sym pp_hot.c
5953            ! pp_proto.h proto.h t/pragma/warn/pp_ctl
5954 ____________________________________________________________________________
5955 [  4080] By: jhi                                   on 1999/09/05  22:02:18
5956         Log: Undo #4055 (related to #4079).
5957      Branch: cfgperl
5958            ! pod/perlop.pod
5959 ____________________________________________________________________________
5960 [  4079] By: jhi                                   on 1999/09/05  21:30:54
5961         Log: Time is not yet ripe.
5962      Branch: cfgperl
5963            ! pod/perldelta.pod pod/perlop.pod pp.c t/op/64bit.t t/op/misc.t
5964 ____________________________________________________________________________
5965 [  4078] By: gsar                                  on 1999/09/05  18:17:32
5966         Log: modified suggested patch to handle cross-refs and qr// objects
5967              correctly; unfollowed refs are represented as simple string
5968              value, not just the bare type; $VERSION stays the same until
5969              it is ready for prime time (avoids CPAN confustication)
5970              From:    John Nolan <jpnolan@Op.Net>
5971              Date:    Wed, 04 Aug 1999 20:21:10 EDT
5972              Message-Id: <199908050021.UAA09693@monet.op.net>
5973              Subject: [ID 19990804.006] [PATCH]5.005_60 (Data::Dumper) - implements Maxdepth setting
5974      Branch: perl
5975            ! Changes ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
5976            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo t/lib/dumper.t
5977 ____________________________________________________________________________
5978 [  4077] By: jhi                                   on 1999/09/04  21:54:42
5979         Log: timesum() wasn't @EXPORTed as promised by the documentation.
5980              Bug reported by Alex Efros <powerman@inart.kharkov.com>.
5981      Branch: cfgperl
5982            ! lib/Benchmark.pm
5983 ____________________________________________________________________________
5984 [  4076] By: gsar                                  on 1999/09/04  20:21:59
5985         Log: integrate cfgperl contents into mainline
5986      Branch: perl
5987           +> lib/attributes.pm lib/warnings.pm t/lib/attrs.t t/op/attrs.t
5988           +> t/pragma/warn/7fatal t/pragma/warn/8signal t/pragma/warnings.t
5989           +> warnings.h warnings.pl xsutils.c
5990            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
5991           !> (integrate 109 files)
5992 ____________________________________________________________________________
5993 [  4075] By: jhi                                   on 1999/09/04  18:04:47
5994         Log: use integer on the problematic subtest.
5995      Branch: cfgperl
5996            ! t/op/misc.t
5997 ____________________________________________________________________________
5998 [  4074] By: jhi                                   on 1999/09/04  17:57:40
5999         Log: Warn about numconvert.t in case somebody
6000              wants to make sv_2pv more 64-bit aware.
6001      Branch: cfgperl
6002            ! sv.c
6003 ____________________________________________________________________________
6004 [  4073] By: jhi                                   on 1999/09/04  17:54:51
6005         Log: Comment upgrading: the quad situation isn't quite as
6006              bad as it used to be.
6007      Branch: cfgperl
6008            ! perl.h
6009 ____________________________________________________________________________
6010 [  4072] By: jhi                                   on 1999/09/04  15:35:37
6011         Log: Integrate with Sarathy.
6012      Branch: cfgperl
6013           !> win32/win32.c
6014 ____________________________________________________________________________
6015 [  4071] By: jhi                                   on 1999/09/04  15:28:11
6016         Log: Fix LFS with -Duseperlio in Solaris.  Reported in
6017              
6018              From: Robin Barker <rmb1@cise.npl.co.uk>
6019              To: perl5-porters@perl.org
6020              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
6021              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
6022              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
6023              
6024              and later (in private email) found to be dependent
6025              on useperlio.
6026              
6027              Mental note: the cpp magic done in perlsdio.h (and assumedly
6028              also in perlsfio.h) may cause trouble later with lfs because
6029              both the perlio scheme by Perl and the lfs support by vendors
6030              like to play cpp games to map the stdio namespace back and forth.
6031              The problem fixed here (fseek vs fseeko, ftell vs ftello) may be
6032              just the beginning.
6033      Branch: cfgperl
6034            ! perlio.c
6035 ____________________________________________________________________________
6036 [  4070] By: jhi                                   on 1999/09/04  13:12:14
6037         Log: Enable 64-bit clean bit ops.
6038              (Disables the t/op/misc.t substest 3 in 64-bit platforms.)
6039      Branch: cfgperl
6040            ! pod/perldelta.pod pod/perlop.pod pp.c pp_hot.c t/op/64bit.t
6041            ! t/op/misc.t
6042 ____________________________________________________________________________
6043 [  4069] By: jhi                                   on 1999/09/03  21:17:30
6044         Log: Turn on USE_64_BIT_OFFSETS implicitly.
6045      Branch: cfgperl
6046            ! perl.h
6047 ____________________________________________________________________________
6048 [  4068] By: jhi                                   on 1999/09/03  08:19:59
6049         Log: Fix from Spider for the sub attributes (there was an undocumented
6050              dependency between force_word() and skipspace()).
6051      Branch: cfgperl
6052            ! toke.c
6053 ____________________________________________________________________________
6054 [  4067] By: jhi                                   on 1999/09/01  23:17:06
6055         Log: From: John Tobey <spam@john-edwin-tobey.org>
6056              To: ilya@math.ohio-state.edu
6057              CC: perl5-porters@perl.org
6058              Subject: Re: [PATCH 5.005_60] distclean forgot two
6059              Date: Mon, 23 Aug 1999 02:10:11 -0400 (EDT)
6060              Message-Id: <m11InJ5-000FPCC@feynman.localnet>
6061      Branch: cfgperl
6062            ! t/lib/dprof.t
6063 ____________________________________________________________________________
6064 [  4066] By: jhi                                   on 1999/09/01  23:14:50
6065         Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
6066              To: perl5-porters@perl.org
6067              Subject: [ID 19990821.001] [PATCH] perl5.005_60 cygwin port
6068              Date: Fri, 20 Aug 1999 15:37:27 +0100
6069              Message-Id: <8A160D637356D311BC4300600849EC8122E217@POST>
6070      Branch: cfgperl
6071            ! cygwin/Makefile.SHs ext/ByteLoader/byterun.h
6072            ! ext/SDBM_File/sdbm/sdbm.c hints/cygwin.sh perl.h pp_sys.c
6073            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t
6074 ____________________________________________________________________________
6075 [  4065] By: jhi                                   on 1999/09/01  22:06:43
6076         Log: From: Dominic Dunlop <domo@vo.lu>
6077              To: perl5-porters@perl.org
6078              Subject: [ID 19990819.001] Not OK: perl 5.00560 on powerpc-machten 4.1.1
6079              (UNINSTALLED) [PATCH]
6080              Date: Thu, 19 Aug 1999 09:48:03 +0200
6081              Message-Id: <v03110709b3e165b51dda@[212.24.192.132]>
6082              
6083              The PERL_POLLUTE_MALLOC part had to be manually applied.
6084      Branch: cfgperl
6085            ! hints/machten.sh perl.h
6086 ____________________________________________________________________________
6087 [  4064] By: jhi                                   on 1999/09/01  13:56:14
6088         Log: From: Martin Lichtin <lichtin@bivio.com>
6089              To: jhi@iki.fi
6090              CC: perl5-porters@perl.org
6091              Subject: Re: [ID 19990829.001] ExtUtils::Install.pm, minor umask problem
6092              Date: Wed, 01 Sep 1999 15:50:04 +0200
6093              Message-ID: <37CD2F0C.944BFACE@bivio.com>
6094      Branch: cfgperl
6095            ! lib/ExtUtils/Install.pm
6096 ____________________________________________________________________________
6097 [  4063] By: jhi                                   on 1999/09/01  13:16:11
6098         Log: Enhance lfs tests: check every seek and sysseek
6099              and test also that -e and -f detect largefiles.
6100      Branch: cfgperl
6101            ! t/lib/syslfs.t t/op/lfs.t
6102 ____________________________________________________________________________
6103 [  4062] By: jhi                                   on 1999/09/01  12:08:04
6104         Log: From: Colin Kuskie <ckuskie@Cadence.COM>
6105              To: Ronald J Kimball <rjk@linguist.dartmouth.edu>
6106              cc: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>,
6107              The Perl Porters Mailing List <perl5-porters@perl.org>
6108              Subject: [REPATCH 5.005_61] Re: perldiag.pod omissions
6109              Date: Tue, 31 Aug 1999 11:24:31 -0700 (PDT)
6110              Message-ID: <Pine.GSO.4.10.9908311055460.11290-100000@pdxult10a.cadence.com>
6111      Branch: cfgperl
6112            ! pod/perldiag.pod
6113 ____________________________________________________________________________
6114 [  4061] By: jhi                                   on 1999/09/01  12:03:03
6115         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6116              To: ilya@math.ohio-state.edu (Ilya Zakharevich)
6117              Cc: perl5-porters@perl.org, cloos@adamsmith.ai
6118              Subject: Re: [ID 19990830.005] Assigning value of an op on an SV to said SV
6119              Date: Wed, 1 Sep 1999 02:56:06 -0400 (EDT)
6120              Message-Id: <199909010656.CAA04478@monk.mps.ohio-state.edu>
6121      Branch: cfgperl
6122            ! op.c t/op/join.t
6123 ____________________________________________________________________________
6124 [  4060] By: jhi                                   on 1999/09/01  07:59:42
6125         Log: IV_DIG and NV_DIG fixes.
6126      Branch: cfgperl
6127            ! perl.h
6128 ____________________________________________________________________________
6129 [  4059] By: jhi                                   on 1999/08/31  14:47:18
6130         Log: \C{} -> \N{} residue.
6131      Branch: cfgperl
6132            ! toke.c
6133 ____________________________________________________________________________
6134 [  4057] By: gsar                                  on 1999/08/30  22:08:19
6135         Log: avoid hiding child process window
6136      Branch: perl
6137            ! win32/win32.c
6138 ____________________________________________________________________________
6139 [  4055] By: jhi                                   on 1999/08/30  21:20:50
6140         Log: Document the undefinedness of overshifting.
6141      Branch: cfgperl
6142            ! pod/perlop.pod
6143 ____________________________________________________________________________
6144 [  4054] By: jhi                                   on 1999/08/30  20:18:18
6145         Log: History fixes and updates.
6146      Branch: cfgperl
6147            ! pod/perlhist.pod
6148 ____________________________________________________________________________
6149 [  4053] By: jhi                                   on 1999/08/30  19:34:02
6150         Log: Shell quoting thinko broke installdirs.
6151              From: JVromans@Squirrel.nl (Johan Vromans)
6152              To: perl5-porters@perl.org
6153              Subject: [ID 19990830.001] 5.005_61 Configure does not substitute
6154              installprefix
6155              Date: Mon, 30 Aug 1999 16:10:10 +0200 (MEST)
6156              Message-Id: <14282.37058.934928.805633@plume.nl.compuware.com>
6157      Branch: cfgperl
6158            ! Configure config_h.SH
6159      Branch: metaconfig
6160            ! U/installdirs/archlib.U U/installdirs/bin.U
6161            ! U/installdirs/html1dir.U U/installdirs/html3dir.U
6162            ! U/installdirs/installprefix.U U/installdirs/man1dir.U
6163            ! U/installdirs/man3dir.U U/installdirs/privlib.U
6164            ! U/installdirs/scriptdir.U U/installdirs/sitearch.U
6165            ! U/installdirs/sitebin.U U/installdirs/sitehtml1dir.U
6166            ! U/installdirs/sitehtml3dir.U U/installdirs/sitelib.U
6167            ! U/installdirs/siteman1dir.U U/installdirs/siteman3dir.U
6168            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
6169            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
6170            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
6171            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
6172            ! U/installdirs/vendorscriptdir.U
6173 ____________________________________________________________________________
6174 [  4052] By: jhi                                   on 1999/08/30  02:57:05
6175         Log: Use \N{named characters} instead of \C.
6176              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6177              To: jhi@iki.fi
6178              Cc: larry@wall.org (Larry Wall), Tim.Bunce@ig.co.uk (Tim Bunce),
6179              perl5-porters@perl.org (Mailing list Perl5)
6180              Subject: Re: [PATCH 5.005_58] Named characters in Perl
6181              Date: Sun, 29 Aug 1999 16:46:53 -0400 (EDT)
6182              Message-Id: <199908292046.QAA05510@monk.mps.ohio-state.edu>
6183      Branch: cfgperl
6184            ! lib/charnames.pm lib/utf8.pm pod/perldiag.pod pod/perlop.pod
6185            ! pod/perlre.pod regcomp.c t/lib/charnames.t toke.c
6186 ____________________________________________________________________________
6187 [  4051] By: jhi                                   on 1999/08/30  02:54:20
6188         Log: From: Spider Boardman <spider@Orb.Nashua.NH.US>
6189              To: perl5-porters@perl.org
6190              Subject: [ID 19990829.004] Autoloaded &VERSION and UNIVERSAL::VERSION
6191              don't mix
6192              Date: Sun, 29 Aug 1999 19:04:53 -0400
6193              Message-Id: <199908292304.TAA13738@Orb.Nashua.NH.US>
6194      Branch: cfgperl
6195            ! universal.c
6196 ____________________________________________________________________________
6197 [  4050] By: jhi                                   on 1999/08/29  16:38:58
6198         Log: Conditionally socksify the LIBS of Socket.
6199      Branch: cfgperl
6200            ! ext/Socket/Makefile.PL
6201 ____________________________________________________________________________
6202 [  4049] By: jhi                                   on 1999/08/29  15:33:30
6203         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6204              To: Mailing list Perl5 <perl5-porters@perl.org>
6205              Subject: Re: [PATCH 5.005_60] fix @DB::typeahead
6206              Date: Wed, 25 Aug 1999 16:19:58 -0400
6207              Message-ID: <19990825161958.A4658@monk.mps.ohio-state.edu>
6208      Branch: cfgperl
6209            ! lib/perl5db.pl
6210 ____________________________________________________________________________
6211 [  4048] By: jhi                                   on 1999/08/29  15:31:36
6212         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
6213              To: perl5-porters@perl.org
6214              Subject: [PATCH _61] Lost arguments to simplified sort
6215              Date: Wed, 25 Aug 1999 23:22:32 -0700 (PDT)
6216              Message-ID: <14276.56616.879390.562685@metonymy.hip.berkeley.edu>
6217      Branch: cfgperl
6218            ! op.c t/op/sort.t
6219 ____________________________________________________________________________
6220 [  4047] By: jhi                                   on 1999/08/29  15:29:29
6221         Log: From: Olaf Flebbe <olaf@science-computing.de>
6222              Sender: owner-perl5-porters@perl.org
6223              To: perl5-porters@perl.org
6224              Subject: [ID 19990827.003] [PATCH]5.005_60 Patch for EPOC Support
6225              Date: Fri, 27 Aug 1999 21:50:41 +0200 (MEST)
6226      Branch: cfgperl
6227            ! README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
6228            ! epoc/perl.mmp epoc/perl.pkg
6229 ____________________________________________________________________________
6230 [  4046] By: jhi                                   on 1999/08/29  15:21:18
6231         Log: From: pvhp@forte.com (Peter Prymmer)
6232              To: perl5-porters@perl.org
6233              Subject: [PATCH: 5.005_61] an EBCDIC friendly cgi-html.t test
6234              Date: Fri, 27 Aug 99 18:51:04 PDT
6235              Message-Id: <9908280151.AA05010@forte.com>
6236      Branch: cfgperl
6237            ! t/lib/cgi-html.t
6238 ____________________________________________________________________________
6239 [  4045] By: jhi                                   on 1999/08/29  15:18:38
6240         Log: Fix scalar gmtime (and localtime) in quad environments,
6241              bug reported by Robin Parker.
6242              
6243              From: Robin Barker <rmb1@cise.npl.co.uk>
6244              To: jhi@iki.fi
6245              Cc: perl5-porters@perl.org
6246              Subject: Re: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
6247              Date: Tue, 24 Aug 1999 11:09:24 +0100 (BST)
6248              Message-Id: <199908241009.LAA24394@tempest.npl.co.uk>
6249      Branch: cfgperl
6250            ! pp_sys.c t/op/time.t
6251 ____________________________________________________________________________
6252 [  4044] By: jhi                                   on 1999/08/29  11:24:03
6253         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6254              To: perl5-porters@perl.org (Mailing list Perl5)
6255              Subject: [PATCH 5.005_60] Speeding up XSUB calls up to 66%
6256              Date: Fri, 27 Aug 1999 03:33:01 -0400 (EDT)
6257              Message-Id: <199908270733.DAA16927@monk.mps.ohio-state.edu>
6258              
6259              Addendum: it's "only" 33% speedup.
6260      Branch: cfgperl
6261            ! dump.c op.c op.h pp.h
6262 ____________________________________________________________________________
6263 [  4043] By: jhi                                   on 1999/08/29  11:10:33
6264         Log: From: spider-perl@Orb.Nashua.NH.US
6265              To: Mailing list Perl5 <perl5-porters@perl.org>
6266              Subject: [PATCH 5.005_61 CORE] sub : attrlist
6267              Date: Sun, 29 Aug 1999 03:02:11 -0400
6268              Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US>
6269      Branch: cfgperl
6270            + lib/attributes.pm t/lib/attrs.t t/op/attrs.t xsutils.c
6271            ! MANIFEST Makefile.SH embed.h embed.pl embedvar.h global.sym
6272            ! gv.c lib/AutoSplit.pm lib/SelfLoader.pm objXSUB.h op.c perl.c
6273            ! perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
6274            ! perly_c.diff pod/perldelta.pod pod/perldiag.pod
6275            ! pod/perlfunc.pod pod/perlmodlib.pod pod/perlsub.pod proto.h
6276            ! toke.c vms/perly_c.vms vms/perly_h.vms warnings.h
6277 ____________________________________________________________________________
6278 [  4042] By: jhi                                   on 1999/08/29  11:08:50
6279         Log: Turn off gcc-2.95's strict-alias optimization.
6280              This, of course, should be only temporary.
6281              From Andy Dougherty.
6282      Branch: cfgperl
6283            ! Configure config_h.SH
6284      Branch: metaconfig
6285            ! U/compline/ccflags.U U/modified/cc.U
6286 ____________________________________________________________________________
6287 [  4041] By: jhi                                   on 1999/08/29  10:47:30
6288         Log: Fix a typo in #4036.
6289      Branch: cfgperl
6290            ! mg.c
6291 ____________________________________________________________________________
6292 [  4040] By: jhi                                   on 1999/08/29  10:34:58
6293         Log: Add a missing #endif forgotten by #4035.
6294      Branch: cfgperl
6295            ! doop.c
6296 ____________________________________________________________________________
6297 [  4039] By: jhi                                   on 1999/08/29  10:31:19
6298         Log: Remove an extra #endif introduced by #4036.
6299      Branch: cfgperl
6300            ! perl.h
6301 ____________________________________________________________________________
6302 [  4038] By: jhi                                   on 1999/08/29  10:18:59
6303         Log: Rename warning to warnings, from Paul Marquess.
6304      Branch: cfgperl
6305            + lib/warnings.pm t/pragma/warn/7fatal t/pragma/warn/8signal
6306            + t/pragma/warnings.t warnings.h warnings.pl
6307            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
6308            ! MANIFEST Makefile.SH gv.c mg.c perl.h pod/perldelta.pod
6309            ! pod/perldiag.pod pod/perlfunc.pod pod/perllexwarn.pod
6310            ! pod/perlmodlib.pod pod/perlrun.pod pod/perltoc.pod
6311            ! pod/perlvar.pod t/op/64bit.t t/op/tie.t t/pragma/warn/2use
6312            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/5nolint
6313            ! t/pragma/warn/6default t/pragma/warn/doio t/pragma/warn/doop
6314            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
6315            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
6316            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
6317            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
6318            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
6319            ! t/pragma/warn/utf8 t/pragma/warn/util toke.c
6320 ____________________________________________________________________________
6321 [  4037] By: jhi                                   on 1999/08/29  10:08:47
6322         Log: Create the equivalence tables based on
6323              the real Unicode decomposition, not on
6324              the character name.
6325      Branch: cfgperl
6326            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
6327            ! lib/unicode/mktables.PL
6328 ____________________________________________________________________________
6329 [  4036] By: jhi                                   on 1999/08/29  09:29:08
6330         Log: Integrate with Sarathy.
6331      Branch: cfgperl
6332           +> lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
6333           +> lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
6334           +> lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
6335           +> lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
6336           +> lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
6337           +> lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
6338           !> (integrate 190 files)
6339 ____________________________________________________________________________
6340 [  4035] By: jhi                                   on 1999/08/29  08:56:15
6341         Log: Implement 64-bit vec().
6342      Branch: cfgperl
6343            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
6344            ! pp.h t/op/64bit.t
6345 ____________________________________________________________________________
6346 [  4034] By: gsar                                  on 1999/08/29  03:35:18
6347         Log: deadcode removal
6348      Branch: perl
6349            ! XSUB.h embed.h embed.pl global.sym mg.c op.c perl.h perlapi.h
6350            ! pp_ctl.c proto.h run.c sv.c
6351 ____________________________________________________________________________
6352 [  4033] By: jhi                                   on 1999/08/28  17:31:07
6353         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
6354              To: perl5-porters@perl.org
6355              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
6356              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
6357              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
6358      Branch: cfgperl
6359            ! perl.h
6360 ____________________________________________________________________________
6361 [  4032] By: gsar                                  on 1999/08/26  23:53:33
6362         Log: new thread should set current interp in TLS
6363      Branch: perl
6364            ! ext/Thread/Thread.xs
6365 ____________________________________________________________________________
6366 [  4031] By: bailey                                on 1999/08/23  03:40:07
6367         Log: When extension doesn't have a "main" object file to anchor linker search, pull in all objct files
6368      Branch: vmsperl
6369            ! lib/ExtUtils/MM_VMS.pm
6370 ____________________________________________________________________________
6371 [  4030] By: bailey                                on 1999/08/23  03:37:43
6372         Log: Patch up holes in realclean target
6373      Branch: vmsperl
6374            ! vms/descrip_mms.template
6375 ____________________________________________________________________________
6376 [  4029] By: bailey                                on 1999/08/23  03:36:24
6377         Log: Fix handling of PERL_POLLUTE
6378      Branch: vmsperl
6379            ! lib/ExtUtils/MM_VMS.pm
6380 ____________________________________________________________________________
6381 [  4028] By: bailey                                on 1999/08/23  03:34:08
6382         Log: Update VMS version of perly.h
6383      Branch: vmsperl
6384            ! vms/perly_h.vms
6385 ____________________________________________________________________________
6386 [  4027] By: bailey                                on 1999/08/23  03:32:45
6387         Log: Update dependencies in Descrip.MMS
6388      Branch: vmsperl
6389            ! vms/descrip_mms.template
6390 ____________________________________________________________________________
6391 [  4026] By: bailey                                on 1999/08/23  03:30:01
6392         Log: Fix prototypes in perlapi.c (64-bit?)
6393              Clear prior definition of getenv_len before defining VMS-specific macro
6394      Branch: vmsperl
6395            ! perlapi.c vms/vmsish.h
6396 ____________________________________________________________________________
6397 [  4025] By: bailey                                on 1999/08/23  03:25:51
6398         Log: Add '-m' option to Configure.com which skips the MANIFEST check
6399      Branch: vmsperl
6400            ! configure.com
6401 ____________________________________________________________________________
6402 [  4024] By: bailey                                on 1999/08/23  03:23:34
6403         Log: Skip open() tests that rely on Unix fork semantics
6404      Branch: vmsperl
6405            ! t/io/open.t
6406 ____________________________________________________________________________
6407 [  4023] By: bailey                                on 1999/08/23  03:21:46
6408         Log: Loosen conditons for recognizing a function name in perl.h to accomodate revisions
6409      Branch: vmsperl
6410            ! vms/gen_shrfls.pl
6411 ____________________________________________________________________________
6412 [  4022] By: bailey                                on 1999/08/23  03:17:33
6413         Log: update MM_VMS to use new File::Spec routines
6414      Branch: vmsperl
6415            ! lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm
6416 ____________________________________________________________________________
6417 [  4021] By: bailey                                on 1999/08/23  03:13:40
6418         Log: byteperl is now part of the ByteLoader ext
6419      Branch: vmsperl
6420            ! ext/ByteLoader/byterun.h vms/descrip_mms.template
6421 ____________________________________________________________________________
6422 [  4020] By: bailey                                on 1999/08/23  03:10:41
6423         Log: Allow option to treat barewords at start of Unix paths as simple words rather than logicals
6424      Branch: vmsperl
6425            ! vms/vms.c
6426 ____________________________________________________________________________
6427 [  4019] By: bailey                                on 1999/08/23  03:07:28
6428         Log: Update calls for new thread context handling
6429      Branch: vmsperl
6430            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
6431            ! ext/POSIX/POSIX.xs vms/vms.c vms/vmsish.h vms/writemain.pl
6432 ____________________________________________________________________________
6433 [  4018] By: bailey                                on 1999/08/23  03:01:31
6434         Log: Allow for file versions in library when looking for .bs files
6435      Branch: vmsperl
6436            ! ext/DynaLoader/DynaLoader_pm.PL
6437 ____________________________________________________________________________
6438 [  4017] By: bailey                                on 1999/08/23  02:58:55
6439         Log: Update VMS configuration procedures for 5.005_60
6440      Branch: vmsperl
6441            ! configure.com vms/subconfigure.com
6442 ____________________________________________________________________________
6443 [  4016] By: gsar                                  on 1999/08/20  22:19:56
6444         Log: update Changes
6445      Branch: perl
6446            ! Changes
6447
6448 ----------------
6449 Version 5.005_61
6450 ----------------
6451
6452 ____________________________________________________________________________
6453 [  4015] By: gsar                                  on 1999/08/20  22:17:41
6454         Log: perl_free() should use PerlMem_free()
6455      Branch: perl
6456            ! perl.c
6457 ____________________________________________________________________________
6458 [  4014] By: gsar                                  on 1999/08/20  22:10:46
6459         Log: win32 tweaks
6460      Branch: perl
6461            ! XSUB.h mg.c perl.c win32/config.bc win32/config.gc
6462            ! win32/config.vc win32/config_H.bc win32/config_H.gc
6463            ! win32/config_H.vc
6464 ____________________________________________________________________________
6465 [  4013] By: gsar                                  on 1999/08/20  22:09:56
6466         Log: DEBUG_m() adjusted to internalize dTHX
6467      Branch: perl
6468            ! malloc.c perl.h util.c
6469 ____________________________________________________________________________
6470 [  4012] By: gsar                                  on 1999/08/20  17:51:06
6471         Log: make autogenerated files writable
6472      Branch: perl
6473            ! (edit 171 files)
6474 ____________________________________________________________________________
6475 [  4011] By: gsar                                  on 1999/08/20  17:43:47
6476         Log: update Changes
6477      Branch: perl
6478            ! Changes perl.h pod/perldelta.pod pod/perlguts.pod
6479 ____________________________________________________________________________
6480 [  4010] By: gsar                                  on 1999/08/20  17:21:53
6481         Log: up patchlevel &c
6482      Branch: perl
6483            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
6484            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
6485 ____________________________________________________________________________
6486 [  4009] By: gsar                                  on 1999/08/20  16:46:26
6487         Log: add missing Is/Syl*.pl files
6488      Branch: perl
6489            + lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
6490            + lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
6491            + lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
6492            + lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
6493            + lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
6494            + lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
6495 ____________________________________________________________________________
6496 [  4008] By: gsar                                  on 1999/08/20  16:31:02
6497         Log: integrate cfgperl contents into mainline
6498      Branch: perl
6499           +> ext/ByteLoader/hints/sunos.pl lib/charnames.pm
6500           +> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
6501           +> lib/unicode/syllables.txt t/lib/charnames.t t/lib/syslfs.t
6502           +> t/op/lfs.t
6503            - lib/unicode/EthiopicSyllables.txt
6504            - lib/unicode/MakeEthiopicSyllables.PL
6505           !> (integrate 261 files)
6506 ____________________________________________________________________________
6507 [  4007] By: gsar                                  on 1999/08/20  15:24:08
6508         Log: support USE_THREADS+MULTIPLICITY; source compat tweaks for
6509              USE_THREADS and MULTIPLICITY; minor pod adjustments
6510      Branch: perl
6511            ! Porting/patching.pod Todo Todo-5.005 XSUB.h embed.pl
6512            ! embedvar.h perl.c perl.h pod/perlguts.pod util.c
6513 ____________________________________________________________________________
6514 [  4006] By: jhi                                   on 1999/08/19  19:01:41
6515         Log: Tighten the vec() code so that naughty BITS cause an error.
6516      Branch: cfgperl
6517            ! doop.c
6518 ____________________________________________________________________________
6519 [  4005] By: jhi                                   on 1999/08/19  15:55:09
6520         Log: Don't document ill-defined vec() bits cases
6521              (for which the code doesn't work right in any case)
6522      Branch: cfgperl
6523            ! pod/perldiag.pod pod/perlfunc.pod
6524 ____________________________________________________________________________
6525 [  4004] By: jhi                                   on 1999/08/19  12:49:41
6526         Log: Removed duplicated code (in pp.c and mg.c) by introducing
6527              do_vecget().  NOTE: the calling convention of do_vecset()
6528              changes, too: the `offset' that is assigned to LvTARGOFF(TARG)
6529              in pp_vec() is no more multiplied by `size' in pp_vec(),
6530              the multiplication is now done in do_vecset().
6531              
6532              Also fix a cpp thinko in change #4002.
6533      Branch: cfgperl
6534            ! doop.c embed.h embed.pl embedvar.h global.sym mg.c objXSUB.h
6535            ! perl.h perlapi.c pod/perldiag.pod pod/perlfunc.pod pp.c
6536            ! proto.h
6537 ____________________________________________________________________________
6538 [  4003] By: jhi                                   on 1999/08/18  08:27:22
6539         Log: Warn about small spherical distances.
6540      Branch: cfgperl
6541            ! lib/Math/Trig.pm
6542 ____________________________________________________________________________
6543 [  4002] By: jhi                                   on 1999/08/17  09:11:51
6544         Log: Enhance IV_FITS_IN_IV (though it's still unused).
6545      Branch: cfgperl
6546            ! perl.h
6547 ____________________________________________________________________________
6548 [  4001] By: jhi                                   on 1999/08/17  08:13:34
6549         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
6550              Message-ID: <sfcogg7ylk7.fsf@hohenstaufen.in-berlin.de>
6551              To: The Perl5 Porters Mailing List <perl5-porters@perl.org>
6552              Subject: [PATCH] overload.pm str/num confu
6553              Date: 17 Aug 1999 08:21:12 +0200
6554      Branch: cfgperl
6555            ! lib/overload.pm
6556 ____________________________________________________________________________
6557 [  4000] By: jhi                                   on 1999/08/17  07:20:23
6558         Log: From: merlyn@stonehenge.com (Randal L. Schwartz)
6559              To: perl5-porters@perl.org
6560              Subject: [ID 19990816.006] small patch to perlobj.pod from 5.005_03
6561              Date: 16 Aug 1999 14:24:28 -0700
6562              Message-Id: <m1ogg7to4z.fsf@halfdome.holdit.com>
6563      Branch: cfgperl
6564            ! pod/perlobj.pod
6565 ____________________________________________________________________________
6566 [  3999] By: jhi                                   on 1999/08/16  19:49:09
6567         Log: Integrate with Nick.
6568      Branch: cfgperl
6569           !> cop.h op.c perl.c t/op/eval.t t/pragma/warn/op util.c
6570 ____________________________________________________________________________
6571 [  3998] By: jhi                                   on 1999/08/16  19:44:29
6572         Log: Fix most of the pod2man moanings reported in
6573              
6574              From: "Larry W. Virden" <lvirden@cas.org>
6575              To: perl5-porters@perl.org
6576              Subject: [ID 19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6
6577              (UNINSTALLED)
6578              Date: Tue, 3 Aug 1999 15:35:06 -0400 (EDT)
6579              Message-Id: <199908031935.PAA27692@cas.org>
6580              
6581              Configure regen'ed.
6582      Branch: cfgperl
6583            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6584            ! config_h.SH ext/B/B/Stash.pm lib/Carp/Heavy.pm
6585            ! lib/Dumpvalue.pm lib/Exporter/Heavy.pm lib/filetest.pm
6586            ! lib/utf8.pm pod/perllexwarn.pod pod/perlxstut.pod
6587            ! utils/h2xs.PL utils/perlcc.PL
6588 ____________________________________________________________________________
6589 [  3997] By: jhi                                   on 1999/08/16  19:20:37
6590         Log: A fix of sorts for the flush-before-dup scenario.
6591      Branch: cfgperl
6592            ! doio.c
6593 ____________________________________________________________________________
6594 [  3996] By: jhi                                   on 1999/08/16  19:14:37
6595         Log: More paranoia.
6596      Branch: cfgperl
6597            ! sv.c
6598 ____________________________________________________________________________
6599 [  3995] By: jhi                                   on 1999/08/16  18:55:35
6600         Log: Batch of small 64-bit/long double/large file support tweaks:
6601              - scan for LDBL_DIG
6602              - from DBL_DIG and LDBL_DIG select NV_DIG
6603              - introduce IVSIZE, UVSIZE, NVSIZE
6604              - introduce IV_DIG
6605              - remove stdio64
6606              - AIX uses `oslevel` when others use `uname -r`
6607              - already AIX 4.2 goes 64-bit
6608              - in HP-UX require the 64-bit libc, just the directory isn't enough
6609              - group ids are not NVs
6610              - #undef USE_LONG_DOUBLE if long double is no better than double
6611              - introduce NV_WITHIN_*() and IV_FITS_IN_IV
6612              - mention large file support in perldelta
6613              - introduce quad TOPpin' and POPpin'
6614              - the svcat... buffer was tiny for printing quads in %b
6615              - fix the multiplication test in 64bit.t
6616              - try to make VMS to comply with all this removal and "introducal"
6617              of symbols
6618      Branch: cfgperl
6619            ! Configure config_h.SH dump.c hints/aix.sh hints/hpux.sh mg.c
6620            ! perl.h perlio.c pod/perldelta.pod pp.h sv.c t/lib/syslfs.t
6621            ! t/op/64bit.t t/op/lfs.t utf8.c vms/subconfigure.com
6622      Branch: metaconfig
6623            ! U/modified/d_longdbl.U
6624      Branch: metaconfig/U/perl
6625            + d_ldbl_dig.U
6626 ____________________________________________________________________________
6627 [  3994] By: jhi                                   on 1999/08/16  07:53:44
6628         Log: More Configure/subconfigure.com syncing.
6629      Branch: cfgperl
6630            ! vms/subconfigure.com
6631 ____________________________________________________________________________
6632 [  3993] By: jhi                                   on 1999/08/14  22:09:26
6633         Log: Remove from VMS what the change #3982 took away from Configure lands.
6634      Branch: cfgperl
6635            ! vms/subconfigure.com
6636 ____________________________________________________________________________
6637 [  3992] By: jhi                                   on 1999/08/14  13:29:13
6638         Log: Small test tweaks.
6639      Branch: cfgperl
6640            ! t/io/dup.t t/lib/dprof.t t/lib/odbm.t
6641 ____________________________________________________________________________
6642 [  3991] By: jhi                                   on 1999/08/14  13:08:41
6643         Log: Augment filesize limit note.
6644      Branch: cfgperl
6645            ! doio.c
6646 ____________________________________________________________________________
6647 [  3990] By: jhi                                   on 1999/08/14  13:06:12
6648         Log: Note about filesize limits.
6649      Branch: cfgperl
6650            ! doio.c pp_sys.c
6651 ____________________________________________________________________________
6652 [  3989] By: jhi                                   on 1999/08/14  11:31:58
6653         Log: Catch the case of filesize limits.
6654      Branch: cfgperl
6655            ! t/lib/syslfs.t t/op/lfs.t
6656 ____________________________________________________________________________
6657 [  3988] By: nick                                  on 1999/08/14  09:20:58
6658         Log: New lightweight Carp has a require. If Carp is used in a __DIE__ handler
6659              this causes a POPSTACK panic. The problem seems to be that although
6660              die_where() has unwound the tail of perl_vdie() top_env setjmp has been
6661              set to resume execution there. Avoiding setting CATCH_SET(TRUE) in 
6662              call_sv() avoids this. So invent a new G_NOCATCH flag to disable
6663              messing with CATCH_SET() in call_sv, use it in perl_vdie().
6664              Add test to op/eval.t which will fail (panic) if bug comes back.
6665              >>> I AM NOT CONVINCED THIS IS CORRECT LONG TERM FIX <<<
6666      Branch: perl
6667            ! cop.h perl.c t/op/eval.t util.c
6668 ____________________________________________________________________________
6669 [  3987] By: jhi                                   on 1999/08/13  23:57:52
6670         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
6671              To: perl5-porters@perl.org, vmsperl@perl.org, sarathy@activestate.com
6672              Subject: [PATCH 5.005_60] fix MM_VMS.pm for space-delimited lists
6673              Date: Fri, 13 Aug 1999 17:42:47 -0500
6674              Message-Id: <v04210105b3da3ed9599d@[172.16.246.133]>
6675      Branch: cfgperl
6676            ! lib/ExtUtils/MM_VMS.pm
6677 ____________________________________________________________________________
6678 [  3986] By: jhi                                   on 1999/08/13  23:56:44
6679         Log: Don't quit before printing out the message.
6680      Branch: cfgperl
6681            ! t/lib/syslfs.t t/op/lfs.t
6682 ____________________________________________________________________________
6683 [  3985] By: jhi                                   on 1999/08/13  23:35:49
6684         Log: Remove more t/ trash on target "clean".
6685      Branch: cfgperl
6686            ! Makefile.SH
6687 ____________________________________________________________________________
6688 [  3984] By: jhi                                   on 1999/08/13  23:02:53
6689         Log: Avoid double long double. 
6690      Branch: cfgperl
6691            ! Configure config_h.SH
6692      Branch: metaconfig/U/perl
6693            ! uselongdbl.U
6694 ____________________________________________________________________________
6695 [  3983] By: jhi                                   on 1999/08/13  22:59:56
6696         Log: BYTEORDER fix.
6697      Branch: cfgperl
6698            ! Configure config_h.SH
6699      Branch: metaconfig
6700            ! U/compline/byteorder.U
6701 ____________________________________________________________________________
6702 [  3982] By: jhi                                   on 1999/08/13  22:48:40
6703         Log: Jumbo Configure and large file support update.
6704              Remove a lot of unneeded 64-bitness cruft;
6705              re-introduce BYTEORDER; update 64-bitness hints;
6706              lfs should now work in Solaris; long doubles in AIX.
6707      Branch: cfgperl
6708            ! Configure config_h.SH doio.c hints/aix.sh hints/hpux.sh
6709            ! hints/irix_6.sh hints/solaris_2.sh iperlsys.h perl.h perlio.c
6710            ! perlsdio.h pp.h pp_sys.c
6711      Branch: metaconfig
6712            ! U/compline/byteorder.U U/compline/ccflags.U
6713      Branch: metaconfig/U/perl
6714            ! d_dlsymun.U io64.U uselongdbl.U
6715 ____________________________________________________________________________
6716 [  3980] By: jhi                                   on 1999/08/13  15:09:11
6717         Log: Introduce HAS_LLSEEK.
6718      Branch: cfgperl
6719            ! Configure config_h.SH perl.h
6720 ____________________________________________________________________________
6721 [  3979] By: jhi                                   on 1999/08/13  14:29:47
6722         Log: From: <dan@sidhe.org>
6723              To: perl5-porters@perl.org, vmsperl@perl.org, bailey@newman.upenn.edu,
6724              sarathy@activestate.com
6725              Subject: [PATCH 5.005_60]fix up VMS->unix filename translation a bit
6726              Date: Fri, 13 Aug 1999 09:00:42 -0700 (PDT)
6727              Message-ID: <Pine.LNX.4.10.9908130849390.3950-100000@tuatha.sidhe.org>
6728      Branch: cfgperl
6729            ! vms/vms.c
6730 ____________________________________________________________________________
6731 [  3978] By: jhi                                   on 1999/08/13  09:56:46
6732         Log: Make the 64-bit tests more paranoid.
6733      Branch: cfgperl
6734            ! t/op/64bit.t
6735 ____________________________________________________________________________
6736 [  3976] By: jhi                                   on 1999/08/12  21:49:16
6737         Log: IRIX64 needs more -mabi=64 with gcc.
6738      Branch: cfgperl
6739            ! hints/irix_6.sh
6740 ____________________________________________________________________________
6741 [  3975] By: jhi                                   on 1999/08/12  21:02:03
6742         Log: Reincarnate change #3967, now in more modest form.
6743      Branch: cfgperl
6744            ! hints/irix_6.sh
6745 ____________________________________________________________________________
6746 [  3974] By: jhi                                   on 1999/08/12  20:49:36
6747         Log: Remove rt from libswanted (I added it many moons ago
6748              when I thought it would be useful in Digital UNIX,
6749              I was wrong); undo the recent IRIX hints changes,
6750              getting rid of one warning brought new ones.
6751      Branch: cfgperl
6752            ! Configure config_h.SH hints/irix_6.sh
6753      Branch: metaconfig
6754            ! U/modified/Myinit.U
6755 ____________________________________________________________________________
6756 [  3973] By: jhi                                   on 1999/08/12  19:42:53
6757         Log: st_blocks is in 512 byte blocks.
6758      Branch: cfgperl
6759            ! t/lib/syslfs.t t/op/lfs.t
6760 ____________________________________________________________________________
6761 [  3972] By: jhi                                   on 1999/08/12  19:27:31
6762         Log: Don't claim defeat too early.
6763      Branch: cfgperl
6764            ! Configure config_h.SH
6765      Branch: metaconfig/U/perl
6766            ! longdblfio.U
6767 ____________________________________________________________________________
6768 [  3971] By: jhi                                   on 1999/08/12  19:24:14
6769         Log: IRIX 64-bit hint tweak. 
6770      Branch: cfgperl
6771            ! hints/irix_6.sh
6772 ____________________________________________________________________________
6773 [  3970] By: nick                                  on 1999/08/12  19:17:20
6774         Log: Turn of deprecated warnings for defined(@Sompack::ISA) type
6775              tests i.e. RV2AV and RV2HV
6776      Branch: perl
6777            ! op.c t/pragma/warn/op
6778 ____________________________________________________________________________
6779 [  3969] By: jhi                                   on 1999/08/12  19:06:17
6780         Log: Add Configure -Duselongdouble and add a missing semicolon.
6781      Branch: cfgperl
6782            ! Configure config_h.SH sv.c
6783      Branch: metaconfig/U/perl
6784            + uselongdbl.U
6785 ____________________________________________________________________________
6786 [  3968] By: jhi                                   on 1999/08/12  18:46:00
6787         Log: Simply exit() early if lfs support seems unlikely.
6788      Branch: cfgperl
6789            ! t/lib/syslfs.t t/op/lfs.t
6790 ____________________________________________________________________________
6791 [  3967] By: jhi                                   on 1999/08/12  18:44:05
6792         Log: Suffer silently for unused libraries.
6793      Branch: cfgperl
6794            ! hints/irix_6.sh
6795 ____________________________________________________________________________
6796 [  3966] By: jhi                                   on 1999/08/12  13:18:44
6797         Log: Update MANIFEST to follow change #3965.
6798      Branch: cfgperl
6799            ! MANIFEST
6800 ____________________________________________________________________________
6801 [  3965] By: jhi                                   on 1999/08/12  13:15:38
6802         Log: Regenerate Unicode tables based on new syllable lists
6803              from Daniel Yacob.
6804      Branch: cfgperl
6805            ! (edit 159 files)
6806 ____________________________________________________________________________
6807 [  3964] By: jhi                                   on 1999/08/12  10:06:24
6808         Log: Remove more spurious casting.
6809      Branch: cfgperl
6810            ! pp_sys.c
6811 ____________________________________________________________________________
6812 [  3963] By: jhi                                   on 1999/08/12  08:18:53
6813         Log: Minor niggles on the lfs tests.
6814      Branch: cfgperl
6815            ! t/lib/syslfs.t t/op/lfs.t
6816 ____________________________________________________________________________
6817 [  3962] By: jhi                                   on 1999/08/11  22:48:25
6818         Log: Don't bother with lfs testing if off_t is too small.
6819      Branch: cfgperl
6820            ! t/lib/syslfs.t t/op/lfs.t
6821 ____________________________________________________________________________
6822 [  3961] By: jhi                                   on 1999/08/11  22:22:54
6823         Log: Long double patches from Dan Sugalski.
6824      Branch: cfgperl
6825            ! sv.c
6826 ____________________________________________________________________________
6827 [  3960] By: jhi                                   on 1999/08/11  22:17:55
6828         Log: Flush buffer before duplicating file descriptor.
6829              
6830              From: Mark-Jason Dominus <mjd@plover.com>
6831              To: Graham Barr <gbarr@pobox.com>
6832              cc: Vicki Brown <vlb@cfcl.com>, perl5-porters@perl.org, mjd@plover.com
6833              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
6834              Date: Wed, 11 Aug 1999 15:56:09 -0400
6835              Message-ID: <19990811195610.5933.qmail@plover.com>
6836              
6837              From: Mark-Jason Dominus <mjd@plover.com>
6838              To: perl5-porters@perl.org
6839              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57)) 
6840              Date: Wed, 11 Aug 1999 16:05:46 -0400
6841              Message-ID: <19990811200546.6165.qmail@plover.com>
6842      Branch: cfgperl
6843            ! doio.c pod/perldelta.pod
6844 ____________________________________________________________________________
6845 [  3959] By: jhi                                   on 1999/08/11  22:11:35
6846         Log: Bypass fsync(NULL) (crashes miniperl compiled with DEC C 5.2)
6847              
6848              From: "Craig A. Berry" <craig.berry@metamor.com>
6849              Sender: owner-perl5-porters@perl.org
6850              To: vmsperl@perl.org, perl5-porters@perl.org, sarathy@activestate.com,
6851              bailey@newman.upenn.edu
6852              Subject: [PATCH 5.005_60] vms.c my_flush patch to circumvent fileno
6853              problem
6854              Date: Wed, 11 Aug 1999 14:31:11 -0500
6855              Message-Id: <4.2.0.58.19990811141007.00b8f8a0@mmtnt11.metamor.com>
6856      Branch: cfgperl
6857            ! vms/vms.c
6858 ____________________________________________________________________________
6859 [  3958] By: jhi                                   on 1999/08/11  15:35:45
6860         Log: Add a hopefully comforting message if there seems to be no LFS. 
6861              This seems to be the case with e.g. ext2fs, a somewhat popular fs.
6862              The tests will fail on lfs tests only if quad is available,
6863              if ENOQUAD, the lfs tests will be skipped.
6864      Branch: cfgperl
6865            ! t/lib/syslfs.t t/op/lfs.t
6866 ____________________________________________________________________________
6867 [  3957] By: jhi                                   on 1999/08/11  12:25:59
6868         Log: Unapply an experimental patch that accidentally escaped
6869              from the lab by piggybacking with the change #3955.
6870      Branch: cfgperl
6871            ! pp.c pp.h pp_hot.c
6872 ____________________________________________________________________________
6873 [  3956] By: jhi                                   on 1999/08/11  08:19:23
6874         Log: Add sysio large file support testing.
6875      Branch: cfgperl
6876            + t/lib/syslfs.t
6877            ! MANIFEST pod/perlfunc.pod t/op/64bit.t t/op/lfs.t
6878 ____________________________________________________________________________
6879 [  3955] By: jhi                                   on 1999/08/10  22:39:11
6880         Log: From: <dan@sidhe.org>
6881              To: vmsperl@perl.org, perl5-porters@perl.org,
6882              sarathy@activestate.com, bailey@newman.upenn.edu
6883              Subject: [PATCH 5.005_60]Patches needed to get _60 building with
6884              threads on VMS
6885              Date: Tue, 10 Aug 1999 16:34:56 -0700 (PDT)
6886              Message-ID: <Pine.LNX.4.10.9908101631030.18266-100000@tuatha.sidhe.org>
6887      Branch: cfgperl
6888            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
6889            ! ext/POSIX/POSIX.xs pp.c pp.h pp_hot.c vms/vms.c vms/vmsish.h
6890            ! vms/writemain.pl
6891 ____________________________________________________________________________
6892 [  3954] By: jhi                                   on 1999/08/10  20:37:55
6893         Log: LFS testing robustness.
6894      Branch: cfgperl
6895            ! t/op/lfs.t
6896 ____________________________________________________________________________
6897 [  3953] By: jhi                                   on 1999/08/10  19:54:50
6898         Log: From: <dan@sidhe.org>
6899              To: vmsperl@perl.org, perp5-porters@perl.org, bailey@newman.upenn.edu,
6900              sarathy@activestate.com
6901              Subject: [PATCH 5.005_60]Pathces to get _60 building on VMS
6902              Date: Tue, 10 Aug 1999 13:28:18 -0700 (PDT)
6903              Message-ID: <Pine.LNX.4.10.9908101323130.18266-100000@tuatha.sidhe.org>
6904      Branch: cfgperl
6905            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
6906            ! vms/subconfigure.com vms/vmsish.h
6907 ____________________________________________________________________________
6908 [  3952] By: jhi                                   on 1999/08/10  17:18:57
6909         Log: AIX is different, again.  Now in cc -E output.
6910      Branch: cfgperl
6911            ! Configure config_h.SH
6912      Branch: metaconfig
6913            ! U/modified/cppstdin.U
6914 ____________________________________________________________________________
6915 [  3951] By: jhi                                   on 1999/08/10  14:37:08
6916         Log: Use Pid_t on pgrp matters.
6917      Branch: cfgperl
6918            ! pp_sys.c
6919 ____________________________________________________________________________
6920 [  3950] By: jhi                                   on 1999/08/10  14:35:30
6921         Log: Use Pid_t.
6922      Branch: cfgperl
6923            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
6924            ! pp_sys.c proto.h util.c
6925 ____________________________________________________________________________
6926 [  3949] By: jhi                                   on 1999/08/10  14:11:15
6927         Log: Use Mode_t.
6928      Branch: cfgperl
6929            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
6930            ! perlapi.h pp_sys.c proto.h
6931 ____________________________________________________________________________
6932 [  3948] By: jhi                                   on 1999/08/10  13:53:19
6933         Log: Small perlbug doc tweaks from Jon Orwant.
6934      Branch: cfgperl
6935            ! utils/perlbug.PL
6936 ____________________________________________________________________________
6937 [  3947] By: jhi                                   on 1999/08/10  09:55:11
6938         Log: Large file support testing.
6939      Branch: cfgperl
6940            + t/op/lfs.t
6941            ! MANIFEST t/op/64bit.t
6942 ____________________________________________________________________________
6943 [  3946] By: jhi                                   on 1999/08/10  09:13:54
6944         Log: Remove I32 casting from time-related functions.
6945      Branch: cfgperl
6946            ! pp_sys.c
6947 ____________________________________________________________________________
6948 [  3945] By: jhi                                   on 1999/08/10  09:06:42
6949         Log: Gratuitous uid and gid casts to I32s and ints removed.
6950              There are still problem spots in printfing such ids:
6951              width (%d vs %ld) and signedness %d vs %u.
6952      Branch: cfgperl
6953            ! doio.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
6954            ! perl.c perlapi.c pp_hot.c proto.h
6955 ____________________________________________________________________________
6956 [  3944] By: jhi                                   on 1999/08/10  07:43:03
6957         Log: Remove I32 casts from pp_stat, these make stat()
6958              very broken e.g. on files larger than 2 gigabytes.
6959              Reported by
6960              From: Phil Lobbes <phil@finchcomputer.com>
6961              To: perl5-porters@perl.org
6962              Subject: [ID 19990810.001] Possible bug using stat w/large files Digital
6963              UNIX Perl 5.005_03
6964              Date: Mon, 09 Aug 1999 21:38:54 -0700
6965              Message-Id: <199908100438.VAA08292@ultra.finchcomputer.com>
6966              
6967              There are more of these I32 casts all over pp_sys.c,
6968              all of them should be checked.
6969      Branch: cfgperl
6970            ! pp_sys.c
6971 ____________________________________________________________________________
6972 [  3943] By: jhi                                   on 1999/08/10  07:38:30
6973         Log: Remove blathering.
6974      Branch: cfgperl
6975            ! lib/unicode/mktables.PL
6976 ____________________________________________________________________________
6977 [  3942] By: jhi                                   on 1999/08/09  20:35:13
6978         Log: lexwarn maintenance: new warning class unsafe
6979              subclasses 'overflow' and 'portable' created,
6980              used by the recent integer overflow warnings.
6981              Class syntax subclass 'octal' renamed to 'digit',
6982              binary and hexadecimal parsing errors also 'digit' warnings.
6983      Branch: cfgperl
6984            ! lib/warning.pm pod/perllexwarn.pod t/pragma/warn/util toke.c
6985            ! util.c warning.h warning.pl
6986 ____________________________________________________________________________
6987 [  3941] By: jhi                                   on 1999/08/09  10:40:47
6988         Log: Integrate with Nick.
6989      Branch: cfgperl
6990           +> opnames.h
6991           !> Changes MANIFEST embed.h embed.pl ext/B/B/C.pm ext/B/B/CC.pm
6992           !> global.sym opcode.h opcode.pl perl.h perlapi.c pp.c
6993 ____________________________________________________________________________
6994 [  3940] By: jhi                                   on 1999/08/09  10:32:43
6995         Log: Regenerate the Unicode tables after having updated the Unicode
6996              database (change #3939).
6997      Branch: cfgperl
6998            ! (edit 157 files)
6999 ____________________________________________________________________________
7000 [  3939] By: jhi                                   on 1999/08/09  10:27:22
7001         Log: Unicode data updated to be the latest beta of the Unicode 3.0.
7002      Branch: cfgperl
7003            ! lib/unicode/UnicodeData-Latest.txt
7004 ____________________________________________________________________________
7005 [  3938] By: jhi                                   on 1999/08/09  10:25:54
7006         Log: Ethiopic changes via private email from Daniel Yacob,
7007              <dmulholl@cs.indiana.edu>.  Ethiopic and Cherokee done,
7008              Canadian Syllabics and Yi under construction.
7009      Branch: cfgperl
7010            + lib/unicode/syllables.txt
7011            - lib/unicode/EthiopicSyllables.txt
7012            - lib/unicode/MakeEthiopicSyllables.PL
7013            ! MANIFEST lib/unicode/UnicodeData-Latest.txt
7014            ! lib/unicode/mktables.PL
7015 ____________________________________________________________________________
7016 [  3937] By: jhi                                   on 1999/08/09  10:21:51
7017         Log: Move the equivalence class creation last.
7018      Branch: cfgperl
7019            ! lib/unicode/mktables.PL
7020 ____________________________________________________________________________
7021 [  3936] By: jhi                                   on 1999/08/09  10:20:40
7022         Log: Compute equivalence classes (diacritics stripping) only
7023              for letters, not for ligatures.
7024      Branch: cfgperl
7025            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
7026            ! lib/unicode/mktables.PL
7027 ____________________________________________________________________________
7028 [  3935] By: nick                                  on 1999/08/08  13:53:57
7029         Log: Will now correctly re-call 
7030              bootstrap "Foo";
7031              if requested. This should allow build on Win32 and other
7032              platforms where you cannot link to loadables directly.
7033      Branch: perl
7034            ! ext/B/B/C.pm
7035 ____________________________________________________________________________
7036 [  3934] By: nick                                  on 1999/08/07  12:23:55
7037         Log: Vishal Bhatia <vishalb@my-deja.com>
7038              Subject: [PATCH 5.005_60] fix for some obscure bugs (compiler)
7039              Message-ID: <HLPEBPHPAKHKAAAA@my-deja.com>
7040      Branch: perl
7041            ! ext/B/B/CC.pm
7042 ____________________________________________________________________________
7043 [  3933] By: nick                                  on 1999/08/07  12:19:46
7044         Log: B::C changes to get simple Tk app. compiling again
7045      Branch: perl
7046            ! ext/B/B/C.pm
7047 ____________________________________________________________________________
7048 [  3932] By: jhi                                   on 1999/08/06  21:17:16
7049         Log: Regen Configure to include change #3915.
7050      Branch: cfgperl
7051            ! Configure config_h.SH
7052 ____________________________________________________________________________
7053 [  3931] By: jhi                                   on 1999/08/06  18:52:57
7054         Log: Todo update.
7055      Branch: cfgperl
7056            ! Todo Todo-5.005 lib/unicode/mktables.PL
7057 ____________________________________________________________________________
7058 [  3930] By: jhi                                   on 1999/08/06  13:13:05
7059         Log: Character class equivalence tables.
7060      Branch: cfgperl
7061            + lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
7062            ! MANIFEST lib/unicode/mktables.PL
7063 ____________________________________________________________________________
7064 [  3929] By: jhi                                   on 1999/08/06  11:59:11
7065         Log: More Fcntl constants.  (This process really needs
7066              to be automated, at least partly, see the Errno extension.)
7067              Now also the SEEK_ constants are available via the Fcntl.
7068              Yes, this is redundant (IO::Seekable and POSIX supply them already),
7069              but now Fcntl is a one-stop shopping mall for all your
7070              file-related constants.    
7071      Branch: cfgperl
7072            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs pod/perlfunc.pod
7073 ____________________________________________________________________________
7074 [  3928] By: jhi                                   on 1999/08/06  08:08:03
7075         Log: Protect against pack/unpack repeat count overflows,
7076              based on:
7077              
7078              From: Nathan Torkington <gnat@frii.com>
7079              To: Brian Keefer <mgomes@cwix.com>
7080              Cc: perl5-porters@perl.org
7081              Subject: Re: [ID 19990806.001] Core dump with obfuscated code
7082              Date: Thu, 5 Aug 1999 23:01:51 -0600 (MDT)
7083              Message-ID: <14250.27711.769942.100675@localhost.frii.com>
7084      Branch: cfgperl
7085            ! pod/perldiag.pod pp.c
7086 ____________________________________________________________________________
7087 [  3927] By: jhi                                   on 1999/08/06  07:32:20
7088         Log: Fix for Nathan's fix (#3920) from Guy Decoux.
7089              
7090              From: Nathan Torkington <gnat@frii.com>
7091              To: perl5-porters@perl.org
7092              Subject: Bugfix for my bugfix
7093              Date: Thu, 5 Aug 1999 21:25:47 -0600 (MDT)
7094              Message-ID: <14250.21947.765134.940583@localhost.frii.com>
7095      Branch: cfgperl
7096            ! ext/B/B/Assembler.pm
7097 ____________________________________________________________________________
7098 [  3926] By: jhi                                   on 1999/08/05  17:25:19
7099         Log: Fix regex charclass parsing so that bogus ranges
7100              like [0-\d] and [[:word:]-z] are no more allowed.
7101              The anomaly was noticed by Guy Decoux.
7102      Branch: cfgperl
7103            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
7104 ____________________________________________________________________________
7105 [  3925] By: jhi                                   on 1999/08/05  10:31:47
7106         Log: split /^/ deprecation warning should not be on by default.
7107      Branch: cfgperl
7108            ! pp.c
7109 ____________________________________________________________________________
7110 [  3923] By: jhi                                   on 1999/08/05  09:16:57
7111         Log: From: paul.marquess@bt.com
7112              To: jhi@iki.fi, paul.marquess@bt.com
7113              Cc: gsar@ActiveState.com, perl5-porters@perl.org
7114              Subject: RE: [PATCH 5.005_60] anydbm.t + DB_File + Berkeley DB >= 2.4.10
7115              Date: Thu, 5 Aug 1999 09:33:14 +0100
7116              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B26@mbtlipnt02.btlabs.bt.co.uk>
7117      Branch: cfgperl
7118            ! t/lib/anydbm.t
7119 ____________________________________________________________________________
7120 [  3921] By: jhi                                   on 1999/08/05  08:05:13
7121         Log: From: paul.marquess@bt.com
7122              To: perl5-porters@perl.org
7123              Cc: gsar@activestate.com, nik@tiuk.ti.com, jhi@iki.fi,
7124              randy@theoryx5.uwinnipeg.ca
7125              Subject:  [PATCH 5.005_60] DB_File 1.70
7126              Date: Wed, 4 Aug 1999 23:22:22 +0100
7127              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B21@mbtlipnt02.btlabs.bt.co.uk>
7128              
7129              (Replaces change #3917)
7130      Branch: cfgperl
7131            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
7132            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
7133 ____________________________________________________________________________
7134 [  3920] By: jhi                                   on 1999/08/04  19:02:58
7135         Log: From: Nathan Torkington <gnat@frii.com>
7136              To: perl5-porters@perl.org
7137              Subject: [5.005_60 PATCH] Make B::Bytecode work
7138              Date: Wed, 4 Aug 1999 11:24:56 -0600 (MDT)
7139              Message-ID: <14248.30568.769427.216092@localhost.frii.com>
7140      Branch: cfgperl
7141            ! ext/B/B/Assembler.pm
7142 ____________________________________________________________________________
7143 [  3919] By: jhi                                   on 1999/08/04  10:56:26
7144         Log: Update history records.
7145      Branch: cfgperl
7146            ! pod/perlhist.pod
7147 ____________________________________________________________________________
7148 [  3918] By: jhi                                   on 1999/08/04  09:36:13
7149         Log: Minor fixes to linux -Dusethreads -Duseperlio.
7150      Branch: cfgperl
7151            ! perlio.c
7152 ____________________________________________________________________________
7153 [  3917] By: jhi                                   on 1999/08/04  08:13:20
7154         Log: (Replaced by change #3921)
7155              From: paul.marquess@bt.com
7156              To: gsar@activestate.com
7157              Cc: perl5-porters@perl.org
7158              Subject: [PATCH 5.005_60] DB_File 1.69
7159              Date: Tue, 3 Aug 1999 22:55:00 +0100
7160              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6D04@mbtlipnt02.btlabs.bt.co.uk>
7161      Branch: cfgperl
7162            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
7163            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
7164 ____________________________________________________________________________
7165 [  3916] By: jhi                                   on 1999/08/04  07:59:05
7166         Log: Introduce the charnames pragma.
7167              
7168              Subject: [PATCH 5.005_58] Free \C (for named chars), move to \O
7169              From: Ilya Zakharevich <[9]ilya@math.ohio-state.edu>
7170              To: Chip Salzenberg <[11]chip@perlsupport.com>
7171              Cc: Mailing list Perl5 <[12]perl5-porters@perl.org>
7172              Date: Sat, 31 Jul 1999 05:44:05 -0400
7173              Message-Id: <[13]199907311407.IAA25042@localhost.frii.com>
7174              
7175              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7176              To: Mailing list Perl5 <perl5-porters@perl.org>
7177              Subject: [PATCH 5.005_58] Named characters in Perl
7178              Date: Mon, 2 Aug 1999 19:25:40 -0400
7179              Message-ID: <19990802192540.B24407@monk.mps.ohio-state.edu>
7180      Branch: cfgperl
7181            + lib/charnames.pm t/lib/charnames.t
7182            ! MAINTAIN MANIFEST lib/utf8.pm pod/perldiag.pod pod/perlop.pod
7183            ! pod/perlre.pod regcomp.c toke.c
7184 ____________________________________________________________________________
7185 [  3915] By: jhi                                   on 1999/08/03  21:18:49
7186         Log: Support Configure -Dmake=pmake.
7187              Via private email from Andy.
7188              NOTE: assumes "basename" command.
7189      Branch: metaconfig
7190            ! U/modified/Config_sh.U
7191 ____________________________________________________________________________
7192 [  3914] By: jhi                                   on 1999/08/03  21:11:11
7193         Log: The op/filetest.t failed subtest 7 if testing as root.
7194              
7195              From: =?iso-8859-1?Q?Fran=E7ois=20D=E9sarm=E9nien?= <desar@club-internet.fr>
7196              To: perl5-porters@perl.org
7197              Subject: [ID 19990727.039] Not OK: perl 5.00558 on i386-sco 3.2v5.0.4
7198              Date: Tue, 27 Jul 1999 22:54:05 +0200
7199              Message-Id: <379E1C6D.626DC765@club-internet.fr>
7200      Branch: cfgperl
7201            ! t/op/filetest.t
7202 ____________________________________________________________________________
7203 [  3911] By: jhi                                   on 1999/08/03  19:52:38
7204         Log: The "-Dusethreads -Duseperlio" combination failed.
7205              
7206              From: Spider Boardman <spider@leggy.zk3.dec.com>
7207              To: perl5-porters@perl.org
7208              Subject: [ID 19990803.007] Not OK: perl 5.00560 on alpha-dec_osf-thread
7209              4.0 (UNINSTALLED)
7210              Date: Tue, 3 Aug 1999 14:25:00 -0400
7211              Message-Id: <199908031825.OAA29254@leggy.zk3.dec.com>
7212              
7213              See also change #3912.
7214      Branch: cfgperl
7215            ! perlio.c
7216 ____________________________________________________________________________
7217 [  3910] By: jhi                                   on 1999/08/03  10:44:24
7218         Log: From: Chris Nandor <pudge@pobox.com>
7219              To: perl5-porters@perl.org
7220              Subject: [PATCH 5.005_58] perlbug.PL 1.27
7221              Date: Wed, 28 Jul 1999 23:42:49 -0400
7222              Message-Id: <v04210104b3c57ce9e3de@[152.167.11.247]>
7223      Branch: cfgperl
7224            ! utils/perlbug.PL
7225 ____________________________________________________________________________
7226 [  3909] By: jhi                                   on 1999/08/03  10:41:04
7227         Log: Hints for building ByteLoader in SunoS.  Based on
7228              From: Andy Dougherty <doughera@lafayette.edu>
7229              To: Gurusamy Sarathy <gsar@activestate.com>
7230              Cc: Perl Porters <perl5-porters@perl.org>
7231              Subject: Re: 5.005_58 Not OK SunOS 4.1.3
7232              Date: Mon, 2 Aug 1999 14:01:58 -0400 (EDT)
7233              Message-Id: <Pine.GSU.4.05.9908021357410.5873-100000@newton.phys>
7234      Branch: cfgperl
7235            + ext/ByteLoader/hints/sunos.pl
7236            ! MANIFEST ext/ByteLoader/ByteLoader.xs
7237 ____________________________________________________________________________
7238 [  3908] By: jhi                                   on 1999/08/03  09:29:22
7239         Log: Clarify RE engine code; inline a static function to a macro;
7240              make exact string nodes smaller.
7241              
7242              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7243              To: perl5-porters@perl.org (Mailing list Perl5)
7244              Subject: [PATCH 5.005_60] Cosmetic change to REx engine
7245              Date: Mon, 2 Aug 1999 21:53:36 -0400 (EDT)
7246              Message-Id: <199908030153.VAA10542@monk.mps.ohio-state.edu>
7247      Branch: cfgperl
7248            ! Makefile.SH embed.pl global.sym keywords.h lib/warning.pm
7249            ! opcode.h pp.sym pp_proto.h regcomp.c regcomp.h regexec.c
7250            ! regnodes.h warning.h
7251 ____________________________________________________________________________
7252 [  3907] By: jhi                                   on 1999/08/03  08:11:49
7253         Log: 5_59 configured with -Dd_bincompat5005 can't be made
7254              binary compatible with a 5_03 which was built with -DEMBEDMYMALLOC.
7255              
7256              From: Spider Boardman <spider@leggy.zk3.dec.com>
7257              To: perl5-porters@perl.org
7258              Subject: [ID 19990802.016] Not OK: perl 5.00559
7259              Date: Mon, 2 Aug 1999 16:11:13 -0400
7260              Message-Id: <199908022011.QAA30224@leggy.zk3.dec.com>
7261      Branch: cfgperl
7262            ! embed.pl
7263 ____________________________________________________________________________
7264 [  3906] By: jhi                                   on 1999/08/03  07:48:59
7265         Log: Change #3790 redemption: with a little additional
7266              patch from Ilya it works okay.
7267      Branch: cfgperl
7268            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
7269            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
7270 ____________________________________________________________________________
7271 [  3905] By: gsar                                  on 1999/08/02  21:03:23
7272         Log: this will be 5.005_60
7273      Branch: perl
7274            ! Changes
7275
7276 ----------------
7277 Version 5.005_60
7278 ----------------
7279
7280 ____________________________________________________________________________
7281 [  3904] By: gsar                                  on 1999/08/02  20:30:23
7282         Log: don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC is
7283              in effect (from Spider Boardman <spider@leggy.zk3.dec.com>);
7284              regen headers
7285      Branch: perl
7286            ! embed.h embed.pl global.sym opcode.h perlapi.c
7287 ____________________________________________________________________________
7288 [  3903] By: gsar                                  on 1999/08/02  20:26:07
7289         Log: native int pack/unpack fixes (from Spider Boardman
7290              <spider@leggy.zk3.dec.com>)
7291      Branch: perl
7292            ! pp.c
7293 ____________________________________________________________________________
7294 [  3902] By: gsar                                  on 1999/08/02  20:24:41
7295         Log: fix broken -DDEBUGGING_OPS (from Spider Boardman
7296              <spider@leggy.zk3.dec.com>)
7297      Branch: perl
7298            + opnames.h
7299            ! Changes MANIFEST opcode.pl perl.h
7300 ____________________________________________________________________________
7301 [  3901] By: gsar                                  on 1999/08/02  18:51:18
7302         Log: integrate cfgperl contents
7303      Branch: perl
7304           !> INSTALL README pod/perldelta.pod
7305 ____________________________________________________________________________
7306 [  3900] By: jhi                                   on 1999/08/02  18:46:21
7307         Log: Update README and INSTALL; partly based on the message
7308              
7309              From: "John L. Allen" <allen@grumman.com>
7310              To: Jarkko Hietaniemi <jhi@iki.fi>
7311              cc: perl5-porters@perl.org
7312              Subject: Re: Perl Installation Problem
7313              Date: Thu, 29 Jul 1999 14:55:05 -0400 (EDT)
7314              Message-ID: <Pine.SOL.3.91.990729144440.1035A-100000@gateway.grumman.com>
7315              
7316              and private email from Andy Dougherty.
7317      Branch: cfgperl
7318            ! INSTALL README
7319 ____________________________________________________________________________
7320 [  3899] By: jhi                                   on 1999/08/02  18:36:35
7321         Log: Integrate with Sarathy.
7322      Branch: cfgperl
7323           !> op.c
7324 ____________________________________________________________________________
7325 [  3898] By: jhi                                   on 1999/08/02  18:34:49
7326         Log: Update PERL_BINCOMPAT_5005; update 64-bitness.
7327      Branch: cfgperl
7328            ! pod/perldelta.pod
7329 ____________________________________________________________________________
7330 [  3897] By: gsar                                  on 1999/08/02  18:18:37
7331         Log: optimizations could sometimes bypass bareword check
7332      Branch: perl
7333            ! op.c
7334 ____________________________________________________________________________
7335 [  3896] By: jhi                                   on 1999/08/02  18:18:34
7336         Log: Integrate with Sarathy.
7337      Branch: cfgperl
7338           !> Changes makedef.pl patchlevel.h win32/Makefile
7339           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
7340           !> win32/makefile.mk
7341 ____________________________________________________________________________
7342 [  3895] By: gsar                                  on 1999/08/02  17:22:40
7343         Log: up patchlevel etc.
7344      Branch: perl
7345            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
7346            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
7347 ____________________________________________________________________________
7348 [  3894] By: gsar                                  on 1999/08/02  17:12:31
7349         Log: integrate change#3893, make it conditional on bincompat5005
7350      Branch: perl
7351            ! makedef.pl
7352 ____________________________________________________________________________
7353 [  3893] By: jhi                                   on 1999/08/02  16:49:08
7354         Log: PERL_BINCOMPAT_5005 symbol translation.
7355              (AIX wouldn't link neither perl nor extensions.)
7356      Branch: cfgperl
7357            ! makedef.pl
7358 ____________________________________________________________________________
7359 [  3892] By: gsar                                  on 1999/08/02  16:09:13
7360         Log: integrate cfgperl contents into mainline
7361      Branch: perl
7362           +> t/op/64bit.t
7363            ! Changes
7364           !> Configure MANIFEST config_h.SH doio.c dump.c hints/aix.sh op.c
7365           !> pod/perlfunc.pod pp_hot.c pp_sys.c regcomp.c sv.c t/io/open.t
7366           !> t/pragma/utf8.t t/pragma/warn/pp_hot toke.c util.c
7367 ____________________________________________________________________________
7368 [  3891] By: jhi                                   on 1999/08/02  14:52:40
7369         Log: AIX long long probing requires LL suffix for
7370              the ll constant.  The suffix doesn't seem
7371              to bother other ll platforms.
7372      Branch: cfgperl
7373            ! Configure config_h.SH hints/aix.sh
7374      Branch: metaconfig/U/perl
7375            ! quadfio.U
7376 ____________________________________________________________________________
7377 [  3890] By: jhi                                   on 1999/08/02  14:21:55
7378         Log: Exact path to perl for open -|.
7379      Branch: cfgperl
7380            ! t/io/open.t
7381 ____________________________________________________________________________
7382 [  3889] By: jhi                                   on 1999/08/02  14:18:03
7383         Log: Integrate with Sarathy.
7384      Branch: cfgperl
7385           !> Changes patchlevel.h pod/perlhist.pod pp_ctl.c util.c
7386           !> win32/Makefile win32/config_H.bc win32/config_H.gc
7387           !> win32/config_H.vc win32/makefile.mk win32/win32.c
7388 ____________________________________________________________________________
7389 [  3888] By: jhi                                   on 1999/08/02  14:14:29
7390         Log: AIX -Duse64bits: old AIXen do not have the getconf variables.
7391      Branch: cfgperl
7392            ! hints/aix.sh
7393 ____________________________________________________________________________
7394 [  3887] By: jhi                                   on 1999/08/02  12:53:10
7395         Log: Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
7396              emacs code indentation doesn't get wrong ideas--
7397              in other words, introduce a couple of "redundant" if:s.
7398      Branch: cfgperl
7399            ! doio.c dump.c op.c pp_hot.c pp_sys.c regcomp.c sv.c toke.c
7400            ! util.c
7401 ____________________________________________________________________________
7402 [  3886] By: jhi                                   on 1999/08/02  12:43:16
7403         Log: Mention that also *BSD systems with glibc are known to stumble.
7404      Branch: cfgperl
7405            ! t/pragma/warn/pp_hot
7406 ____________________________________________________________________________
7407 [  3885] By: jhi                                   on 1999/08/02  12:34:15
7408         Log: Allow also non-long long but still quad platforms print quads.
7409      Branch: cfgperl
7410            ! Configure config_h.SH
7411      Branch: metaconfig/U/perl
7412            ! longdblfio.U quadfio.U
7413 ____________________________________________________________________________
7414 [  3884] By: jhi                                   on 1999/08/02  11:56:14
7415         Log: Fix regclass utf8 hex ranges for quads.
7416      Branch: cfgperl
7417            ! regcomp.c
7418 ____________________________________________________________________________
7419 [  3883] By: jhi                                   on 1999/08/02  11:42:14
7420         Log: Enhance the description of how to detect quad support.
7421      Branch: cfgperl
7422            ! pod/perlfunc.pod
7423 ____________________________________________________________________________
7424 [  3882] By: jhi                                   on 1999/08/02  11:22:19
7425         Log: Fix printf %D %U %O for quads.
7426      Branch: cfgperl
7427            ! sv.c t/op/64bit.t
7428 ____________________________________________________________________________
7429 [  3881] By: jhi                                   on 1999/08/02  11:16:12
7430         Log: Document quad printing.
7431      Branch: cfgperl
7432            ! pod/perlfunc.pod
7433 ____________________________________________________________________________
7434 [  3880] By: jhi                                   on 1999/08/02  10:32:01
7435         Log: More 64-bit fixing.  One known bug of that kind
7436              remains, 32-bit platforms using long long in
7437              the test t/pragma/utf8 subtests 1-3 fail.
7438              (Update: change    #3884 fixed that one.)
7439      Branch: cfgperl
7440            + t/op/64bit.t
7441            ! Configure MANIFEST config_h.SH regcomp.c sv.c t/pragma/utf8.t
7442
7443 ----------------
7444 Version 5.005_59
7445 ----------------
7446
7447 ____________________________________________________________________________
7448 [  3879] By: gsar                                  on 1999/08/02  08:18:58
7449         Log: integrate cfgperl changes into mainline
7450      Branch: perl
7451           !> Configure config_h.SH sv.c
7452 ____________________________________________________________________________
7453 [  3878] By: gsar                                  on 1999/08/02  08:13:16
7454         Log: change#3692 had an unintentional patch leak through!
7455              (this would explain the mysterious C<next LABEL> failures
7456              people have seen)
7457      Branch: perl
7458            ! pp_ctl.c
7459 ____________________________________________________________________________
7460 [  3877] By: gsar                                  on 1999/08/02  08:00:29
7461         Log: up patchlevel to 59
7462      Branch: perl
7463            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
7464            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7465            ! win32/makefile.mk
7466 ____________________________________________________________________________
7467 [  3876] By: gsar                                  on 1999/08/02  07:51:18
7468         Log: fix coredump under usethreads+debug
7469      Branch: perl
7470            ! util.c
7471 ____________________________________________________________________________
7472 [  3875] By: jhi                                   on 1999/08/02  07:50:51
7473         Log: d_bincompat5005 could be left empty.
7474      Branch: cfgperl
7475            ! Configure config_h.SH
7476      Branch: metaconfig/U/perl
7477            ! bincompat5005.U
7478 ____________________________________________________________________________
7479 [  3874] By: jhi                                   on 1999/08/02  07:42:45
7480         Log: Fix printf %d when IV is quad.
7481      Branch: cfgperl
7482            ! sv.c
7483 ____________________________________________________________________________
7484 [  3873] By: gsar                                  on 1999/08/02  07:41:03
7485         Log: fix d_bincompat5005='' junking config.h
7486      Branch: perl
7487            ! Configure
7488 ____________________________________________________________________________
7489 [  3872] By: gsar                                  on 1999/08/02  07:38:48
7490         Log: C needs parameter list, not merely type
7491      Branch: perl
7492            ! win32/win32.c
7493 ____________________________________________________________________________
7494 [  3871] By: jhi                                   on 1999/08/02  07:20:51
7495         Log: Integrate with Sarathy.
7496      Branch: cfgperl
7497           !> Changes ext/B/B/C.pm ext/B/B/CC.pm regexec.c
7498 ____________________________________________________________________________
7499 [  3870] By: gsar                                  on 1999/08/02  07:12:18
7500         Log: integrate cfgperl changes into mainline
7501      Branch: perl
7502            ! Changes
7503           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
7504           !> Porting/config_H config_h.SH doio.c dump.c mg.c op.c perl.h
7505           !> pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c t/pragma/warn/sv
7506           !> toke.c util.c
7507 ____________________________________________________________________________
7508 [  3869] By: gsar                                  on 1999/08/02  06:59:09
7509         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
7510              Date: Sat, 31 Jul 1999 19:08:33 -0700
7511              Message-ID: <LAONLKLELDJAFAAA@my-deja.com>
7512              Subject: [PATCH 5.005_58] "use constant" in the compiler
7513      Branch: perl
7514            ! ext/B/B/C.pm ext/B/B/CC.pm
7515 ____________________________________________________________________________
7516 [  3868] By: gsar                                  on 1999/08/02  06:55:51
7517         Log: debug build tweak
7518      Branch: perl
7519            ! regexec.c
7520 ____________________________________________________________________________
7521 [  3867] By: gsar                                  on 1999/08/02  06:35:18
7522         Log: create vmsperl branch (to be owned and operated by: cbailey)
7523      Branch: vmsperl
7524           +> (branch 1476 files)
7525 ____________________________________________________________________________
7526 [  3866] By: jhi                                   on 1999/08/01  23:34:40
7527         Log: so_locations once is enough.
7528      Branch: cfgperl
7529            ! Makefile.SH
7530 ____________________________________________________________________________
7531 [  3865] By: jhi                                   on 1999/08/01  23:13:05
7532         Log: Simplicate duplicated code.
7533      Branch: cfgperl
7534            ! util.c
7535 ____________________________________________________________________________
7536 [  3864] By: jhi                                   on 1999/08/01  22:41:41
7537         Log: Integrate with Sarathy.  perl.h and util.c required manual resolving.
7538      Branch: cfgperl
7539           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
7540           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
7541            - README.cygwin32 cygwin32/Makefile.SHs
7542            - cygwin32/build-instructions.READFIRST
7543            - cygwin32/build-instructions.charles-wilson
7544            - cygwin32/build-instructions.sebastien-barre
7545            - cygwin32/build-instructions.steven-morlock
7546            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
7547            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
7548            - hints/cygwin32.sh
7549           !> (integrate 61 files)
7550 ____________________________________________________________________________
7551 [  3863] By: jhi                                   on 1999/08/01  22:36:02
7552         Log: Regen Configure and Glossary once again.
7553      Branch: cfgperl
7554            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7555            ! config_h.SH
7556 ____________________________________________________________________________
7557 [  3862] By: jhi                                   on 1999/08/01  22:26:09
7558         Log: Glossary update for #3861.
7559      Branch: cfgperl
7560            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7561            ! config_h.SH
7562 ____________________________________________________________________________
7563 [  3861] By: jhi                                   on 1999/08/01  22:22:51
7564         Log: 64-bit work.  Now 32-bit platforms get a 100% make test
7565              with -Duse64bits (using long long).
7566              Tested in Solaris 2.6 sparc  RH Linux 6.0 x86
7567              (and Digital IX 4.0D, to get a true 64-bit opinion).  Now e.g.
7568              'print unpack "q", pack "q", 12345678901'
7569              should work on such 32-bit platforms.
7570              Still a lot of printf()s behind -D which wrongly assume
7571              that %ld/%lx and (long) are a good combination.
7572              Introducing a slew of new macros intended to be used in printf()
7573              format strings: e. g. PERL_PRId64 is the string to be used
7574              when printing an IV, printf("%" PERL_PRId64 "\n", iv).
7575              The PRI... naming follows the C9X naming of <inttypes.h> macros.
7576      Branch: cfgperl
7577            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7578            ! config_h.SH doio.c dump.c mg.c op.c perl.h pp_ctl.c pp_hot.c
7579            ! pp_sys.c scope.c sv.c t/pragma/warn/sv toke.c util.c
7580      Branch: metaconfig/U/perl
7581            + atolf.U atoll.U longdblfio.U quadfio.U strtoull.U
7582 ____________________________________________________________________________
7583 [  3860] By: gsar                                  on 1999/08/01  21:23:18
7584         Log: integrate cfgperl contents into mainline
7585      Branch: perl
7586            ! toke.c
7587           !> (integrate 29 files)
7588 ____________________________________________________________________________
7589 [  3859] By: gsar                                  on 1999/08/01  21:13:09
7590         Log: From: Nathan Torkington <gnat@frii.com>
7591              Date: Sun, 1 Aug 1999 11:23:35 -0600 (MDT)
7592              Message-ID: <14244.33431.739419.806927@localhost.frii.com>
7593              Subject: [PATCH 5.005_58] ext/B/B/Disassembler.pm patch
7594      Branch: perl
7595            ! ext/B/B/Disassembler.pm
7596 ____________________________________________________________________________
7597 [  3858] By: gsar                                  on 1999/08/01  21:09:15
7598         Log: DB_File 1.68 update from Paul Marquess
7599      Branch: perl
7600            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
7601            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
7602            ! t/lib/db-recno.t
7603 ____________________________________________________________________________
7604 [  3857] By: gsar                                  on 1999/08/01  21:05:54
7605         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7606              Date: Sat, 31 Jul 1999 05:13:38 -0400
7607              Message-Id: <199907311407.IAA25038@localhost.frii.com>
7608              Subject: [PATCH 5.005_58] More optimizations to REx engine
7609      Branch: perl
7610            ! embed.pl embedvar.h ext/Thread/Thread.xs objXSUB.h perl.c
7611            ! perl.h proto.h regcomp.c regexec.c t/op/re_tests thrdvar.h
7612 ____________________________________________________________________________
7613 [  3856] By: gsar                                  on 1999/08/01  20:59:59
7614         Log: slightly modified version of suggested patch
7615              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7616              Date: Sat, 31 Jul 1999 04:45:12 -0400
7617              Message-Id: <199907311406.IAA25034@localhost.frii.com>
7618              Subject: [PATCH 5.005_58] Fix OS/2 build
7619      Branch: perl
7620            ! Makefile.SH lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
7621            ! makedef.pl os2/Makefile.SHs os2/diff.configure perl.h sv.h
7622 ____________________________________________________________________________
7623 [  3855] By: gsar                                  on 1999/08/01  20:49:06
7624         Log: cygwin update
7625              From: "Fifer, Eric" <EFifer@sanwaint.com>
7626              Date: Fri, 30 Jul 1999 18:31:48 +0100
7627              Message-Id: <71E287AB0D94D111BBD600600849EC8185EE06@POST>
7628              Subject: [ID 19990730.003] PATCH] perl5.005_58 cygwin port
7629      Branch: perl
7630            ! doio.c dosish.h lib/File/Spec/Unix.pm mg.c perl.h perlsdio.h
7631            ! pp_sys.c unixish.h util.c
7632 ____________________________________________________________________________
7633 [  3854] By: gsar                                  on 1999/08/01  20:41:53
7634         Log: fixes from Stephen McCamant that address bugs in change#3612
7635              (the optimization shouldn't be enabled in expressions where
7636              the variable is introduced), and fix Deparse to grok the
7637              optimization
7638              Date: Thu, 29 Jul 1999 21:21:49 -0500 (CDT)
7639              Message-ID: <14241.3133.979257.953396@alias-2.pr.mcs.net>
7640              Subject: [PATCH _58] Set OPpTARGET_MY more consistently
7641              --
7642              Date: Thu, 29 Jul 1999 22:31:16 -0500 (CDT)
7643              Message-ID: <14241.7300.181386.763503@alias-2.pr.mcs.net>
7644              Subject: [PATCH _58] Disable TARGET_MY-ization on variable introduction
7645              --
7646              Date: Fri, 30 Jul 1999 22:25:27 -0500 (CDT)
7647              Message-Id: <199907310326.VAA24376@localhost.frii.com>
7648              Subject: [PATCH _58, long] B::Deparse (was Re: New warning 'Useless use of...')
7649      Branch: perl
7650            ! ext/B/B/Deparse.pm op.c
7651 ____________________________________________________________________________
7652 [  3853] By: gsar                                  on 1999/08/01  20:31:32
7653         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
7654              Date: Thu, 29 Jul 1999 14:08:50 -0500 (CDT)
7655              Message-ID: <14240.42690.292893.605292@alias-2.pr.mcs.net>
7656              Subject: [PATCH _58] Two one-liner LOGOP tweaks
7657      Branch: perl
7658            ! op.c opcode.h opcode.pl
7659 ____________________________________________________________________________
7660 [  3852] By: gsar                                  on 1999/08/01  20:29:17
7661         Log: rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)
7662      Branch: perl
7663            ! AUTHORS EXTERN.h INSTALL MAINTAIN Makefile.SH Porting/patchls
7664            ! README.cygwin README.win32 XSUB.h cygwin/Makefile.SHs
7665            ! ext/DynaLoader/dl_cygwin.xs ext/POSIX/POSIX.xs
7666            ! ext/SDBM_File/sdbm/pair.c hints/cygwin.sh
7667            ! lib/ExtUtils/MM_Cygwin.pm makedepend.SH perl.h pod/perl.pod
7668            ! pod/perlport.pod pp_sys.c util.c
7669 ____________________________________________________________________________
7670 [  3851] By: gsar                                  on 1999/08/01  20:20:05
7671         Log: move files around for s/cygwin32/cygwin/ renaming
7672      Branch: perl
7673           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
7674           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
7675            - README.cygwin32 cygwin32/Makefile.SHs
7676            - cygwin32/build-instructions.READFIRST
7677            - cygwin32/build-instructions.charles-wilson
7678            - cygwin32/build-instructions.sebastien-barre
7679            - cygwin32/build-instructions.steven-morlock
7680            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
7681            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
7682            - hints/cygwin32.sh
7683            ! MANIFEST
7684 ____________________________________________________________________________
7685 [  3850] By: gsar                                  on 1999/08/01  20:05:14
7686         Log: posix-bc hints tweak (via private mail from Thomas Dorner
7687              <Thomas.Dorner@start.de>)
7688      Branch: perl
7689            ! Changes hints/posix-bc.sh
7690 ____________________________________________________________________________
7691 [  3849] By: gsar                                  on 1999/08/01  19:50:20
7692         Log: notes on PERL_IMPLICIT_CONTEXT (from a version by Nathan Torkington
7693              <gnat@frii.com>)
7694      Branch: perl
7695            ! perl.h pod/perldelta.pod pod/perlguts.pod
7696 ____________________________________________________________________________
7697 [  3848] By: gsar                                  on 1999/08/01  18:34:41
7698         Log: fix defined(@foo) encarpments
7699      Branch: perl
7700            ! ext/B/B/C.pm lib/CGI.pm lib/Dumpvalue.pm lib/dumpvar.pl
7701            ! pod/perltrap.pod
7702 ____________________________________________________________________________
7703 [  3847] By: jhi                                   on 1999/08/01  17:17:07
7704         Log: Undo #3790 and the patches that attempted to fix it
7705              (#3837, #3838, #3845).  The #3790 caused linkage failures
7706              and/or core dumps in Solaris 2.6, Digital UNIX 4.0D, and
7707              IRIX 6.5.
7708      Branch: cfgperl
7709            - ext/SDBM_File/hints/dec_osf.pl ext/SDBM_File/hints/solaris.pl
7710            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
7711            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
7712 ____________________________________________________________________________
7713 [  3846] By: jhi                                   on 1999/08/01  11:41:52
7714         Log: Reading 64-bit decimal numbers was broken because
7715              the NV was cast to an I32, not an IV.
7716      Branch: cfgperl
7717            ! toke.c
7718 ____________________________________________________________________________
7719 [  3845] By: jhi                                   on 1999/08/01  11:00:24
7720         Log: Solaris doesn't like PERL_MALLOC_OK in SDBM_File.
7721      Branch: cfgperl
7722            + ext/SDBM_File/hints/solaris.pl
7723 ____________________________________________________________________________
7724 [  3844] By: jhi                                   on 1999/08/01  10:55:44
7725         Log: Enable Solaris largefiles support only if -Duse64bits is used.
7726              (Effectively removes #3311).
7727      Branch: cfgperl
7728            ! hints/solaris_2.sh
7729 ____________________________________________________________________________
7730 [  3843] By: jhi                                   on 1999/07/31  22:44:56
7731         Log: Integer overflow iteration.
7732      Branch: cfgperl
7733            ! t/op/oct.t toke.c util.c
7734 ____________________________________________________________________________
7735 [  3842] By: jhi                                   on 1999/07/31  22:11:03
7736         Log: Remove a lot of unused regnode codes.
7737              Noticed by Ilya.
7738      Branch: cfgperl
7739            ! regcomp.c regcomp.sym regexec.c regnodes.h
7740 ____________________________________________________________________________
7741 [  3841] By: jhi                                   on 1999/07/31  21:53:54
7742         Log: Make the use64bits and usethreads friendlier/braver;
7743              they no more wimp out if the platform is unknown.
7744              On use64bits if gcc used -DUSE_LONG_LONG is added
7745              to the ccflags (this dependency on gcc caused a slightly weird
7746              reordering of Configure, but things still seem to work.)
7747      Branch: cfgperl
7748            ! Configure README.threads config_h.SH
7749      Branch: metaconfig
7750            ! U/threads/usethreads.U
7751      Branch: metaconfig/U/perl
7752            ! use64bits.U
7753 ____________________________________________________________________________
7754 [  3840] By: jhi                                   on 1999/07/31  20:26:22
7755         Log: Hack the "integer overflow" code some more.
7756      Branch: cfgperl
7757            ! perl.h toke.c util.c
7758 ____________________________________________________________________________
7759 [  3839] By: jhi                                   on 1999/07/31  20:22:00
7760         Log: Test oct() at the 2^32-1 limit.
7761      Branch: cfgperl
7762            ! t/op/oct.t
7763 ____________________________________________________________________________
7764 [  3838] By: jhi                                   on 1999/07/31  20:08:43
7765         Log: Update MANIFEST for #3837.
7766      Branch: cfgperl
7767            ! MANIFEST
7768 ____________________________________________________________________________
7769 [  3837] By: jhi                                   on 1999/07/31  20:02:40
7770         Log: Digital UNIX 4.0D doesn't like perl malloc on sdbm
7771              (a core dump with a corrput stack ensues).
7772      Branch: cfgperl
7773            + ext/SDBM_File/hints/dec_osf.pl
7774 ____________________________________________________________________________
7775 [  3836] By: jhi                                   on 1999/07/29  21:09:01
7776         Log: Allow for Configure -Ubincompat5005 override.
7777      Branch: cfgperl
7778            ! Configure config_h.SH
7779      Branch: metaconfig/U/perl
7780            ! bincompat5005.U
7781 ____________________________________________________________________________
7782 [  3835] By: jhi                                   on 1999/07/29  21:04:02
7783         Log: Make Configure support PERL_BINCOMPAT_5005.
7784      Branch: cfgperl
7785            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7786            ! config_h.SH
7787      Branch: metaconfig/U/perl
7788            + bincompat5005.U
7789 ____________________________________________________________________________
7790 [  3834] By: jhi                                   on 1999/07/29  19:25:35
7791         Log: AIX tweak, need reported by David R. Fravor <dfavor@austin.ibm.com> 
7792      Branch: cfgperl
7793            ! Makefile.SH
7794 ____________________________________________________________________________
7795 [  3833] By: jhi                                   on 1999/07/29  14:07:09
7796         Log: Integrate with Sarathy.  I overruled on perldelta
7797              and perldiag.
7798      Branch: cfgperl
7799           !> README.win32 emacs/cperl-mode.el globals.c installperl
7800           !> iperlsys.h makedef.pl perl.h pod/perldelta.pod
7801           !> pod/perldiag.pod pod/perllexwarn.pod toke.c utils/perldoc.PL
7802           !> win32/Makefile win32/bin/pl2bat.pl win32/makefile.mk
7803           !> win32/perllib.c win32/win32.c
7804 ____________________________________________________________________________
7805 [  3832] By: jhi                                   on 1999/07/29  14:02:50
7806         Log: Repent and make overly large integerish
7807              constants non-fatal.  They are now promoted
7808              to NVs, accompanied by an overflow warning that
7809              is by default on.
7810      Branch: cfgperl
7811            ! embed.pl global.sym pod/perldelta.pod pod/perldiag.pod pp.c
7812            ! proto.h t/op/oct.t t/pragma/warn/6default t/pragma/warn/util
7813            ! toke.c util.c
7814 ____________________________________________________________________________
7815 [  3831] By: jhi                                   on 1999/07/29  11:40:04
7816         Log: AIX exhibits different error on failed system().
7817              Slightly modified patch via private email from
7818              David R. Favor <dfavor@austin.ibm.com>
7819      Branch: cfgperl
7820            ! t/op/exec.t
7821 ____________________________________________________________________________
7822 [  3830] By: gsar                                  on 1999/07/29  07:46:11
7823         Log: cperl-mode.el v4.19
7824      Branch: perl
7825            ! emacs/cperl-mode.el
7826 ____________________________________________________________________________
7827 [  3829] By: gsar                                  on 1999/07/29  07:30:35
7828         Log: From: jan.dubois@ibm.net (Jan Dubois)
7829              Date: Wed, 28 Jul 1999 22:01:42 +0200
7830              Message-ID: <37aa5f9b.12941448@smtp1.ibm.net>
7831              Subject: [PATCH 5.005_58] win32/bin/pl2bat.pl doesn't work correctly
7832      Branch: perl
7833            ! win32/bin/pl2bat.pl
7834 ____________________________________________________________________________
7835 [  3828] By: gsar                                  on 1999/07/29  07:19:27
7836         Log: tweak previous change for multiple hits
7837      Branch: perl
7838            ! utils/perldoc.PL
7839 ____________________________________________________________________________
7840 [  3827] By: gsar                                  on 1999/07/29  07:10:00
7841         Log: band-aid for perldoc -t broken-ness (the new Pod::Text
7842              really needs a pod2text() compatibility function)
7843      Branch: perl
7844            ! utils/perldoc.PL
7845 ____________________________________________________________________________
7846 [  3826] By: gsar                                  on 1999/07/29  01:33:46
7847         Log: minor tweaks to pods and toke.c comments
7848      Branch: perl
7849            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod toke.c
7850 ____________________________________________________________________________
7851 [  3825] By: gsar                                  on 1999/07/29  00:12:52
7852         Log: integrate cfgperl changes into mainline
7853      Branch: perl
7854           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
7855           !> README.threads config_h.SH ext/IO/lib/IO/Handle.pm
7856           !> ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
7857           !> ext/POSIX/POSIX.xs lib/ExtUtils/Install.pm perl.h
7858           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
7859           !> pod/perllexwarn.pod pod/perlre.pod pp.c pp_sys.c
7860           !> t/lib/io_unix.t t/op/oct.t t/pragma/warn/6default
7861           !> t/pragma/warn/util toke.c util.c
7862 ____________________________________________________________________________
7863 [  3824] By: jhi                                   on 1999/07/28  21:15:04
7864         Log: Tiny patch to go over #3820 (via private mail from Lincoln).
7865      Branch: cfgperl
7866            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
7867            ! ext/IO/lib/IO/Socket/INET.pm
7868 ____________________________________________________________________________
7869 [  3823] By: jhi                                   on 1999/07/28  20:29:17
7870         Log: Continue pack() doc honing.
7871      Branch: cfgperl
7872            ! pod/perlfunc.pod
7873 ____________________________________________________________________________
7874 [  3822] By: jhi                                   on 1999/07/28  20:17:37
7875         Log: Enhance pack() doc.
7876      Branch: cfgperl
7877            ! pod/perlfunc.pod
7878 ____________________________________________________________________________
7879 [  3821] By: jhi                                   on 1999/07/28  18:34:50
7880         Log: UNIX Domain Sockets are not implemented under QNX.
7881              
7882              From: Norton Allen <allen@huarp.harvard.edu>
7883              To: perl5-porters@perl.org
7884              Subject: [ID 19990728.010] Patch:t/lib/io_unix.t _58 QNX
7885              Date: Wed, 28 Jul 1999 14:07:16 -0400 (edt)
7886              Message-Id: <199907281807.OAA13167@bottesini.harvard.edu>
7887      Branch: cfgperl
7888            ! t/lib/io_unix.t
7889 ____________________________________________________________________________
7890 [  3820] By: jhi                                   on 1999/07/28  18:13:37
7891         Log: IO::* enhancements.
7892              
7893              1) write() and syswrite() will now accept a single-argument
7894              form of the call, for consistency with Perl's syswrite().
7895              2) You can create a TCP-based IO::Socket::INET without forcing
7896              a connect attempt.  This allows you to configure its options
7897              (like making it non-blocking) and then call connect() manually.
7898              3) Fixed a bug that prevented the IO::Socket::protocol() accessor
7899              from ever returning the correct value.
7900              
7901              From: Lincoln Stein <lstein@formaggio.cshl.org>
7902              To: Graham Barr <gbarr@pobox.com>
7903              Cc: Lincoln Stein <lstein@cshl.org>, perl5-porters@perl.org
7904              Subject: Re: patch for IO::*
7905              Date: Wed, 28 Jul 1999 13:55:05 -0400 (EDT)
7906              Message-ID: <14239.17401.330408.145295@formaggio.cshl.org>
7907      Branch: cfgperl
7908            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
7909            ! ext/IO/lib/IO/Socket/INET.pm
7910 ____________________________________________________________________________
7911 [  3819] By: gsar                                  on 1999/07/28  18:08:06
7912         Log: misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
7913      Branch: perl
7914            ! README.win32 globals.c installperl iperlsys.h makedef.pl
7915            ! perl.h win32/Makefile win32/makefile.mk win32/perllib.c
7916            ! win32/win32.c
7917 ____________________________________________________________________________
7918 [  3818] By: jhi                                   on 1999/07/28  17:48:16
7919         Log: Need to add QNX to the list for DONT_DECLARE_STD.
7920              (The elimination of use of the _() macro apparently triggered
7921              an incompatability with a #define of atof)
7922              
7923              From: Norton Allen <allen@huarp.harvard.edu>
7924              To: perl5-porters@perl.org
7925              Subject: [ID 19990728.008] Patch:perl.h _58 QNX
7926              Date: Wed, 28 Jul 1999 13:06:23 -0400 (edt)
7927              Message-Id: <199907281706.NAA07617@bottesini.harvard.edu>
7928      Branch: cfgperl
7929            ! perl.h
7930 ____________________________________________________________________________
7931 [  3817] By: jhi                                   on 1999/07/28  17:46:30
7932         Log: Need to add some more conditions to deal with the case
7933              defined(HAS_GETSPNAM) && ! defined(HAS_GETSPENT)
7934              which is true for QNX4.
7935              From: Norton Allen <allen@huarp.harvard.edu>
7936              To: perl5-porters@perl.org
7937              Subject: [ID 19990728.009] Patch:pp_sys.c _58 QNX
7938              Date: Wed, 28 Jul 1999 13:08:42 -0400 (edt)
7939              Message-Id: <199907281708.NAA07947@bottesini.harvard.edu>
7940      Branch: cfgperl
7941            ! pp_sys.c
7942 ____________________________________________________________________________
7943 [  3816] By: jhi                                   on 1999/07/28  17:43:40
7944         Log: The QNX shell needs a couple more semicolons.
7945              
7946              From: Norton Allen <allen@huarp.harvard.edu>
7947              To: perl5-porters@perl.org
7948              Subject: [ID 19990728.007] Patch:Configure _58 QNX
7949              Date: Wed, 28 Jul 1999 13:03:00 -0400 (edt)
7950              Message-Id: <199907281703.NAA07363@bottesini.harvard.edu>
7951              
7952              plus silence metalint moanings on vendorprefix.
7953      Branch: cfgperl
7954            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7955            ! config_h.SH
7956 ____________________________________________________________________________
7957 [  3815] By: jhi                                   on 1999/07/28  17:31:11
7958         Log: Silence metalint on vendorprefix.U.
7959      Branch: metaconfig
7960            ! U/installdirs/vendorprefix.U
7961 ____________________________________________________________________________
7962 [  3814] By: jhi                                   on 1999/07/28  17:13:29
7963         Log: QNX shell needs more semicolons.
7964      Branch: metaconfig/U/perl
7965            ! Extensions.U
7966 ____________________________________________________________________________
7967 [  3813] By: jhi                                   on 1999/07/28  17:05:08
7968         Log: Integrate with Sarathy.
7969      Branch: cfgperl
7970           !> lib/ExtUtils/MM_Unix.pm
7971 ____________________________________________________________________________
7972 [  3812] By: jhi                                   on 1999/07/28  16:20:17
7973         Log: Fix a typo, un-shout, and reformat the installation output.
7974      Branch: cfgperl
7975            ! lib/ExtUtils/Install.pm
7976 ____________________________________________________________________________
7977 [  3811] By: gsar                                  on 1999/07/28  15:41:11
7978         Log: fix typo that caused INSTALLPRIVLIB to have doubled 'perl5'
7979      Branch: perl
7980            ! lib/ExtUtils/MM_Unix.pm
7981 ____________________________________________________________________________
7982 [  3810] By: jhi                                   on 1999/07/28  13:55:57
7983         Log: Talk more about subsecond things in perlfunc.
7984              (Yes, redundant with perlfaq8.)
7985      Branch: cfgperl
7986            ! pod/perlfunc.pod
7987 ____________________________________________________________________________
7988 [  3809] By: jhi                                   on 1999/07/28  07:23:48
7989         Log: Integrate with Sarathy.
7990      Branch: cfgperl
7991           !> configpm hints/freebsd.sh lib/Pod/Html.pm perl.h t/op/grent.t
7992           !> t/op/pwent.t
7993 ____________________________________________________________________________
7994 [  3808] By: jhi                                   on 1999/07/28  07:23:03
7995         Log: Document toke.c.
7996              From: Nathan Torkington <gnat@frii.com>
7997              To: perl5-porters@perl.org
7998              Subject: Re: toke.c patch, work in progress
7999              Date: Tue, 27 Jul 1999 23:02:09 -0600 (MDT)
8000              Message-ID: <14238.36561.979473.667842@localhost.frii.com>
8001      Branch: cfgperl
8002            ! toke.c
8003 ____________________________________________________________________________
8004 [  3807] By: jhi                                   on 1999/07/28  07:10:56
8005         Log: perlre clarification.
8006              
8007              From: Ian Phillipps <ian@dial.pipex.com>
8008              To: Perl 5 Porters <perl5-porters@perl.org>
8009              Subject: [PATCH 5.00557] Add definite article to perlre.pod
8010              Date: Tue, 27 Jul 1999 10:46:29 +0100
8011              Message-ID: <19990727104629.A10074@homer.diplex.co.uk>
8012      Branch: cfgperl
8013            ! pod/perlre.pod
8014 ____________________________________________________________________________
8015 [  3806] By: gsar                                  on 1999/07/28  07:07:46
8016         Log: fix the perl -V breakage
8017              
8018              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8019              To: Jarkko Hietaniemi <jhi@iki.fi>
8020              Cc: "John L. Allen" <allen@grumman.com>, perl5-porters@perl.org,
8021              gsar@activestate.com
8022              Subject: Re: Follow up to: _58 on AIX 431
8023              Date: Tue, 27 Jul 1999 17:42:00 -0400
8024              Message-ID: <19990727174200.A12775@monk.mps.ohio-state.edu>
8025      Branch: perl
8026            ! configpm
8027 ____________________________________________________________________________
8028 [  3805] By: gsar                                  on 1999/07/28  07:03:34
8029         Log: avoid warning (from Doug MacEachern)
8030      Branch: perl
8031            ! perl.h
8032 ____________________________________________________________________________
8033 [  3804] By: gsar                                  on 1999/07/28  06:59:30
8034         Log: Pod::Html tweak
8035              
8036              From: jan.dubois@ibm.net (Jan Dubois)
8037              To: perl5-porters@perl.org
8038              Subject: [PATCH 5.005_58] pod2html: Missing chunk for VMS filenames
8039              Date: Tue, 27 Jul 1999 22:14:12 +0200
8040              Message-ID: <37a50af0.46171380@smtp1.ibm.net>
8041      Branch: perl
8042            ! lib/Pod/Html.pm
8043 ____________________________________________________________________________
8044 [  3803] By: gsar                                  on 1999/07/28  06:56:38
8045         Log: freebsd hints update
8046              
8047              From: Anton Berezin <tobez@plab.ku.dk>
8048              To: perl5-porters@perl.org
8049              Subject: [ID 19990727.034] Not OK: perl 5.00558 on i386-freebsd-thread4.0-current (UNINSTALLED)
8050              Date: Tue, 27 Jul 1999 20:29:39 +0200 (CEST)
8051              Message-Id: <199907271829.UAA62861@lion.plab.ku.dk>
8052      Branch: perl
8053            ! hints/freebsd.sh
8054 ____________________________________________________________________________
8055 [  3802] By: gsar                                  on 1999/07/28  06:51:32
8056         Log: cosmetic testsuite patch
8057              
8058              From: Graham Barr <gbarr@ti.com>
8059              To: Perl5 Porters <perl5-porters@perl.org>
8060              Subject: 5.005_58 build
8061              Date: Tue, 27 Jul 1999 08:09:25 -0500
8062              Message-ID: <19990727080925.F4683@dal.asp.ti.com>
8063      Branch: perl
8064            ! t/op/grent.t t/op/pwent.t
8065 ____________________________________________________________________________
8066 [  3801] By: jhi                                   on 1999/07/27  13:49:39
8067         Log: Minuscule cleanup of the integer overflow patch.
8068      Branch: cfgperl
8069            ! util.c
8070 ____________________________________________________________________________
8071 [  3800] By: jhi                                   on 1999/07/27  13:37:23
8072         Log: Test hex('x...').
8073      Branch: cfgperl
8074            ! t/op/oct.t
8075 ____________________________________________________________________________
8076 [  3799] By: jhi                                   on 1999/07/27  12:45:45
8077         Log: Integrate with Sarathy (5.005_58).
8078      Branch: cfgperl
8079            - ext/B/byteperl.c
8080           !> Changes MANIFEST Porting/makerel configpm embed.h embed.pl
8081           !> ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.pm
8082           !> ext/SDBM_File/Makefile.PL lib/AutoLoader.pm
8083           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
8084           !> lib/Pod/Parser.pm lib/SelfLoader.pm os2/OS2/REXX/Makefile.PL
8085           !> perl.h pod/perldelta.pod pod/perlfaq9.pod pod/perlhist.pod
8086           !> win32/bin/pl2bat.pl win32/config_H.bc win32/config_H.gc
8087           !> win32/config_H.vc
8088 ____________________________________________________________________________
8089 [  3798] By: jhi                                   on 1999/07/27  12:42:43
8090         Log: Integer constants (0x, 0[0-7], 0b) now overflow fatally,
8091              they used to be just optional lexical warnings.
8092              Also, with warnings turned on, constants > 2**32-1
8093              trigger a non-portability warning.
8094      Branch: cfgperl
8095            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod pp.c
8096            ! t/op/oct.t t/pragma/warn/6default t/pragma/warn/util toke.c
8097            ! util.c
8098 ____________________________________________________________________________
8099 [  3797] By: gsar                                  on 1999/07/27  10:48:27
8100         Log: here lies 5.005_58
8101      Branch: perl
8102            - ext/B/byteperl.c
8103            ! Changes MANIFEST Porting/makerel pod/perldelta.pod
8104            ! pod/perlfaq9.pod pod/perlhist.pod
8105
8106 ----------------
8107 Version 5.005_58
8108 ----------------
8109
8110 ____________________________________________________________________________
8111 [  3796] By: gsar                                  on 1999/07/27  09:23:42
8112         Log: regenerate win32/config_H.?c
8113      Branch: perl
8114            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8115 ____________________________________________________________________________
8116 [  3795] By: gsar                                  on 1999/07/27  09:02:31
8117         Log: From: Tye McQueen <tye@metronet.com>
8118              Date: Mon, 26 Jul 1999 19:19:22 -0500 (CDT)
8119              Message-Id: <199907270019.AA08223@metronet.com>
8120              Subject: Patch pl2bat.pl so batch file can fail
8121      Branch: perl
8122            ! win32/bin/pl2bat.pl
8123 ____________________________________________________________________________
8124 [  3794] By: gsar                                  on 1999/07/27  08:59:58
8125         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8126              Date: Mon, 26 Jul 1999 01:09:00 -0400 (EDT)
8127              Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu>
8128              Subject: [PATCH 5.005_57] decrease memory footprint of standard modules
8129      Branch: perl
8130            ! configpm ext/POSIX/POSIX.pm lib/AutoLoader.pm
8131            ! lib/SelfLoader.pm
8132 ____________________________________________________________________________
8133 [  3793] By: gsar                                  on 1999/07/27  08:19:16
8134         Log: support -DPERL_BINCOMPAT_5005, still needs a Configure test
8135              (from Andy Dougherty)
8136      Branch: perl
8137            ! embed.h embed.pl
8138 ____________________________________________________________________________
8139 [  3792] By: gsar                                  on 1999/07/27  08:04:19
8140         Log: recognize more constructs such as C<$-> in pod (from Russ Allbery
8141              and Brad Appleton)
8142      Branch: perl
8143            ! lib/Pod/Parser.pm
8144 ____________________________________________________________________________
8145 [  3791] By: gsar                                  on 1999/07/27  07:50:54
8146         Log: cover case where CLK_TCK is a float, not integer (from
8147              alexander smishlajev <als@turnhere.com>)
8148      Branch: perl
8149            ! ext/Devel/DProf/DProf.xs
8150 ____________________________________________________________________________
8151 [  3790] By: gsar                                  on 1999/07/27  07:45:08
8152         Log: provide MakeMaker attribute PERL_MALLOC_OK that allows extensions
8153              to call Perl_malloc() as malloc() (from Ilya Zakharevich)
8154      Branch: perl
8155            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
8156            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
8157 ____________________________________________________________________________
8158 [  3789] By: jhi                                   on 1999/07/27  07:44:55
8159         Log: Integrate with Sarathy.
8160      Branch: cfgperl
8161           +> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
8162           !> MANIFEST doio.c embed.h embed.pl ext/B/B/CC.pm
8163           !> ext/SDBM_File/sdbm/sdbm.h global.sym lib/Pod/Html.pm
8164           !> lib/Pod/Text.pm objXSUB.h opcode.h opcode.pl perlapi.c
8165           !> pod/perldiag.pod pod/perlfunc.pod pod/pod2text.PL pp_sys.c
8166           !> proto.h t/comp/proto.t t/io/open.t
8167 ____________________________________________________________________________
8168 [  3788] By: gsar                                  on 1999/07/27  07:29:59
8169         Log: replace Pod::Text with Pod::SimpleText v0.01 (thanks
8170              to Russ Allbery <rra@stanford.edu>); s/Simple// and
8171              s/pod2txt/pod2text/ etc.
8172      Branch: perl
8173            + lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
8174            ! MANIFEST lib/Pod/Text.pm pod/pod2text.PL
8175 ____________________________________________________________________________
8176 [  3787] By: gsar                                  on 1999/07/27  06:48:40
8177         Log: From: Andy Dougherty <doughera@lafayette.edu>
8178              Date: Wed, 16 Jun 1999 14:40:09 -0400 (EDT)
8179              Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys>
8180              Subject: Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3
8181      Branch: perl
8182            ! ext/SDBM_File/sdbm/sdbm.h
8183 ____________________________________________________________________________
8184 [  3786] By: gsar                                  on 1999/07/27  06:30:09
8185         Log: applied suggested patch; added missing prototype changes to
8186              opcode.pl along with documentation typos (feature still needs
8187              to be described in perlopentut.pod and summarized in
8188              perldelta.pod)
8189              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8190              Date: Thu, 17 Jun 1999 00:39:34 -0400 (EDT)
8191              Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu>
8192              Subject: [PATCH 5.00557] 3-arg open
8193      Branch: perl
8194            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
8195            ! opcode.pl perlapi.c pod/perldiag.pod pod/perlfunc.pod pp_sys.c
8196            ! proto.h t/comp/proto.t t/io/open.t
8197 ____________________________________________________________________________
8198 [  3785] By: gsar                                  on 1999/07/27  04:36:39
8199         Log: don't quit if =head* wasn't found (suggested by Roland Bauer
8200              <roland.bauer@fff.at>)
8201      Branch: perl
8202            ! lib/Pod/Html.pm
8203 ____________________________________________________________________________
8204 [  3784] By: gsar                                  on 1999/07/27  03:56:17
8205         Log: change#3762 wasn't needed
8206      Branch: perl
8207            ! ext/B/B/CC.pm
8208 ____________________________________________________________________________
8209 [  3783] By: jhi                                   on 1999/07/26  19:08:21
8210         Log: Integrate with Sarathy.
8211      Branch: cfgperl
8212           !> Changes makedef.pl patchlevel.h pod/perlfunc.pod pp_ctl.c
8213           !> toke.c utils/dprofpp.PL win32/Makefile win32/config_H.bc
8214           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
8215 ____________________________________________________________________________
8216 [  3782] By: gsar                                  on 1999/07/26  18:16:50
8217         Log: update Changes, patchlevel &c.
8218      Branch: perl
8219            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
8220            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
8221 ____________________________________________________________________________
8222 [  3781] By: gsar                                  on 1999/07/26  17:54:47
8223         Log: a more correct fix for change#2744
8224              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
8225              Date: Sun, 25 Jul 1999 14:02:25 -0500 (CDT)
8226              Message-ID: <14235.24385.671437.246345@alias-2.pr.mcs.net>
8227              Subject: [PATCH _57] Re: toke.c questions 
8228      Branch: perl
8229            ! toke.c
8230 ____________________________________________________________________________
8231 [  3780] By: gsar                                  on 1999/07/26  17:37:04
8232         Log: utime() doc typo from Greg Bacon <gbacon@itsc.uah.edu>
8233      Branch: perl
8234            ! pod/perlfunc.pod
8235 ____________________________________________________________________________
8236 [  3779] By: jhi                                   on 1999/07/26  16:37:23
8237         Log: Dusting off.
8238      Branch: cfgperl
8239            ! README.threads
8240 ____________________________________________________________________________
8241 [  3778] By: gsar                                  on 1999/07/26  13:28:46
8242         Log: avoid DIVZERO
8243      Branch: perl
8244            ! utils/dprofpp.PL
8245 ____________________________________________________________________________
8246 [  3777] By: gsar                                  on 1999/07/26  13:18:53
8247         Log: warnings identified by Borland compiler
8248      Branch: perl
8249            ! makedef.pl pp_ctl.c
8250 ____________________________________________________________________________
8251 [  3776] By: jhi                                   on 1999/07/26  13:07:36
8252         Log: Integrate with Sarathy.
8253      Branch: cfgperl
8254           !> lib/Carp/Heavy.pm pp_ctl.c pp_hot.c
8255 ____________________________________________________________________________
8256 [  3775] By: gsar                                  on 1999/07/26  12:55:43
8257         Log: avoid infinite recursion when Thread.pm croaks during
8258              bootstrap
8259      Branch: perl
8260            ! lib/Carp/Heavy.pm
8261 ____________________________________________________________________________
8262 [  3774] By: gsar                                  on 1999/07/26  12:43:02
8263         Log: integrate cfgperl contents into mainline
8264      Branch: perl
8265           +> lib/Carp/Heavy.pm
8266           !> MANIFEST Makefile.SH cflags.SH configpm ext/util/make_ext
8267           !> lib/AutoSplit.pm lib/Carp.pm makedepend.SH pod/pod2html.PL
8268           !> pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
8269           !> pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
8270           !> writemain.SH x2p/Makefile.SH x2p/cflags.SH
8271 ____________________________________________________________________________
8272 [  3773] By: jhi                                   on 1999/07/26  12:40:29
8273         Log: Use long doubles only if they are useful.
8274      Branch: cfgperl
8275            ! ext/POSIX/POSIX.xs
8276 ____________________________________________________________________________
8277 [  3772] By: gsar                                  on 1999/07/26  12:33:11
8278         Log: typo in change#3768
8279      Branch: perl
8280            ! pp_hot.c
8281 ____________________________________________________________________________
8282 [  3771] By: gsar                                  on 1999/07/26  12:08:27
8283         Log: alpha-stage support for user-hooks in @INC
8284              From: Ken Fox <kfox@ford.com>
8285              Date: Mon, 19 Jul 1999 22:12:29 -0400 (EDT)
8286              Message-Id: <199907200213.WAA02816@mailfw2.ford.com>
8287              Subject: Re: loading remote modules
8288      Branch: perl
8289            ! pp_ctl.c
8290 ____________________________________________________________________________
8291 [  3770] By: jhi                                   on 1999/07/26  11:38:36
8292         Log: Back out #3735.  Needs more work.
8293      Branch: cfgperl
8294            ! Makefile.SH cflags.SH configpm ext/util/make_ext
8295            ! lib/AutoSplit.pm makedepend.SH pod/pod2html.PL
8296            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
8297            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
8298            ! writemain.SH x2p/Makefile.SH x2p/cflags.SH
8299 ____________________________________________________________________________
8300 [  3769] By: jhi                                   on 1999/07/26  11:24:45
8301         Log: Integrate with Sarathy.
8302      Branch: cfgperl
8303           !> (integrate 35 files)
8304 ____________________________________________________________________________
8305 [  3768] By: gsar                                  on 1999/07/26  11:03:07
8306         Log: optimize method name lookup
8307              From: Chip Salzenberg <chip@perlsupport.com>
8308              Date: Thu, 22 Jul 1999 13:43:36 -0400
8309              Message-ID: <19990722134336.Q391@perlsupport.com>
8310              Subject: [PATCH] OP_METHOD_NAMED
8311      Branch: perl
8312            ! dump.c embed.h embed.pl ext/Opcode/Opcode.pm objXSUB.h op.c
8313            ! opcode.h opcode.pl perlapi.c pp.sym pp_hot.c pp_proto.h
8314            ! proto.h
8315 ____________________________________________________________________________
8316 [  3767] By: gsar                                  on 1999/07/26  10:44:11
8317         Log: allow arrow omission in $foo[10]->('foo') etc. (but not in
8318              foo()->()); rework grammar to remove conflicts
8319              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
8320              Date: Fri, 23 Jul 1999 15:55:22 -0500 (CDT)
8321              Message-ID: <14232.54970.771570.548676@alias-2.pr.mcs.net>
8322              Subject: [PATCH _57, long] Re: optional arrow asymmetry
8323      Branch: perl
8324            ! Makefile.SH embed.h embed.pl global.sym objXSUB.h op.c
8325            ! perlapi.c perly.c perly.h perly.y perly_c.diff proto.h
8326            ! vms/perly_c.vms vms/perly_h.vms
8327 ____________________________________________________________________________
8328 [  3766] By: jhi                                   on 1999/07/26  10:18:56
8329         Log: Use $< instead of $*.c in *perlmain.o rules.
8330      Branch: cfgperl
8331            ! Makefile.SH
8332 ____________________________________________________________________________
8333 [  3765] By: gsar                                  on 1999/07/26  09:28:48
8334         Log: From: Ian Phillipps <ian@dial.pipex.com>
8335              Date: Fri, 23 Jul 1999 23:35:56 +0100
8336              Message-ID: <19990723233556.B2435@homer.diplex.co.uk>
8337              Subject: (Version 2) Extending unpack to deal with counted strings
8338      Branch: perl
8339            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
8340 ____________________________________________________________________________
8341 [  3764] By: jhi                                   on 1999/07/26  09:17:26
8342         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8343              To: perl5-porters@perl.org (Mailing list Perl5)
8344              Subject: [PATCH 5.005_57] Lean Carp.pm with Carp/Heavy.pm
8345              Date: Mon, 26 Jul 1999 04:05:27 -0400 (EDT)
8346              Message-Id: <199907260805.EAA26888@monk.mps.ohio-state.edu>
8347              
8348              The patch was based on 5_57 so had to re-apply lib/Carp.pm
8349              parts of changes #3498, #3696, and #3702 for the new
8350              lib/Carp/Heavy.pm.
8351      Branch: cfgperl
8352            + lib/Carp/Heavy.pm
8353            ! MANIFEST lib/Carp.pm
8354 ____________________________________________________________________________
8355 [  3763] By: gsar                                  on 1999/07/26  09:03:17
8356         Log: ~ isn't valid in VMS filenames
8357      Branch: perl
8358            ! lib/Pod/Html.pm
8359 ____________________________________________________________________________
8360 [  3762] By: gsar                                  on 1999/07/26  08:59:47
8361         Log: setstate stop-gap from Vishal Bhatia
8362      Branch: perl
8363            ! ext/B/B/CC.pm
8364 ____________________________________________________________________________
8365 [  3761] By: gsar                                  on 1999/07/26  08:06:39
8366         Log: patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;
8367              add B::OP::name() method that returns just the op_name;
8368              convert Deparse et all to use that instead of B::OP::ppaddr();
8369              add support for OP_SETSTATE in Deparse
8370      Branch: perl
8371            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
8372            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
8373            ! ext/B/B/Xref.pm opcode.h opcode.pl
8374 ____________________________________________________________________________
8375 [  3760] By: jhi                                   on 1999/07/26  07:14:43
8376         Log: Integrate with Sarathy.
8377      Branch: cfgperl
8378           !> (integrate 43 files)
8379 ____________________________________________________________________________
8380 [  3759] By: gsar                                  on 1999/07/26  05:12:24
8381         Log: add disclaimer about perl 4 libraries (modified version of
8382              patch suggested by Clinton Pierce <cpierce1@ford.com>)
8383      Branch: perl
8384            ! lib/abbrev.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
8385            ! lib/cacheout.pl lib/chat2.pl lib/complete.pl lib/ctime.pl
8386            ! lib/dotsh.pl lib/exceptions.pl lib/fastcwd.pl lib/flush.pl
8387            ! lib/ftp.pl lib/getcwd.pl lib/getopt.pl lib/getopts.pl
8388            ! lib/hostname.pl lib/look.pl lib/pwd.pl lib/termcap.pl
8389 ____________________________________________________________________________
8390 [  3758] By: gsar                                  on 1999/07/26  04:48:35
8391         Log: make reset() behave with high-bit characters
8392              From: Ian Phillipps <ian@dial.pipex.com>
8393              Date: Thu, 22 Jul 1999 22:48:59 +0100
8394              Message-ID: <19990722224859.A27987@homer.diplex.co.uk>
8395              Subject: [PATCH 5.005_57] sv_reset can cause stack corruption
8396      Branch: perl
8397            ! sv.c
8398 ____________________________________________________________________________
8399 [  3757] By: gsar                                  on 1999/07/26  04:40:32
8400         Log: update to perlport-1.44 from Chris Nandor <pudge@pobox.com>
8401      Branch: perl
8402            ! pod/perlport.pod
8403 ____________________________________________________________________________
8404 [  3756] By: gsar                                  on 1999/07/26  04:20:37
8405         Log: dprofpp pod additions from Nathan Torkington <gnat@frii.com>
8406      Branch: perl
8407            ! utils/dprofpp.PL
8408 ____________________________________________________________________________
8409 [  3755] By: gsar                                  on 1999/07/26  04:18:00
8410         Log: disable VPATH for now (breaks x2p build)
8411      Branch: perl
8412            ! x2p/Makefile.SH
8413 ____________________________________________________________________________
8414 [  3754] By: gsar                                  on 1999/07/26  03:15:33
8415         Log: INSTALL =~ s/5.006/5.6/; delay loading Errno until needed
8416              (%! has the necessary magic); misc typos
8417      Branch: perl
8418            ! INSTALL ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
8419            ! ext/GDBM_File/GDBM_File.pm gv.c jpl/JNI/JNI.pm
8420            ! lib/AutoLoader.pm lib/CPAN.pm perl.c pod/perllocale.pod
8421            ! utils/h2xs.PL
8422 ____________________________________________________________________________
8423 [  3753] By: gsar                                  on 1999/07/26  02:38:28
8424         Log: integrate cfgperl contents into mainline
8425      Branch: perl
8426           +> t/pragma/locale/latin1 t/pragma/locale/utf8
8427           !> (integrate 53 files)
8428 ____________________________________________________________________________
8429 [  3752] By: gsar                                  on 1999/07/26  02:11:31
8430         Log: ensure implicitly closed handles don't set $? or $!
8431      Branch: perl
8432            ! doio.c embed.h embed.pl perlapi.c proto.h sv.c t/io/pipe.t
8433 ____________________________________________________________________________
8434 [  3751] By: gsar                                  on 1999/07/26  01:28:34
8435         Log: change#3534 didn't preserve undef return values from caller()
8436      Branch: perl
8437            ! Changes pp_ctl.c
8438 ____________________________________________________________________________
8439 [  3750] By: jhi                                   on 1999/07/25  20:59:29
8440         Log: Back up a tiny bit from #3735.
8441              This may break builds outside the source directory
8442              but then again, they do not work that ell yet anyway.
8443      Branch: cfgperl
8444            ! Makefile.SH
8445 ____________________________________________________________________________
8446 [  3750] By: jhi                                   on 1999/07/25  20:59:29
8447         Log: Back up a tiny bit from #3735.
8448              This may break builds outside the source directory
8449              but then again, they do not work that ell yet anyway.
8450      Branch: cfgperl
8451            ! Makefile.SH
8452 ____________________________________________________________________________
8453 [  3749] By: jhi                                   on 1999/07/25  19:15:55
8454         Log: Integrate with Sarathy.
8455      Branch: cfgperl
8456           !> lib/ExtUtils/MM_Unix.pm toke.c utils/h2xs.PL
8457 ____________________________________________________________________________
8458 [  3748] By: jhi                                   on 1999/07/25  19:06:59
8459         Log: Recode locale.t so that the change in #3730
8460              is not needed and locale.t works both without
8461              and with the utf8 pragma.
8462      Branch: cfgperl
8463            + t/pragma/locale/latin1 t/pragma/locale/utf8
8464            ! MANIFEST t/pragma/locale.t
8465 ____________________________________________________________________________
8466 [  3747] By: jhi                                   on 1999/07/25  19:01:46
8467         Log: Like #3743.
8468      Branch: cfgperl
8469            ! utils/perlbug.PL
8470 ____________________________________________________________________________
8471 [  3746] By: gsar                                  on 1999/07/25  18:08:58
8472         Log: add option to omit Changes file, from Abigail <abigail@delanet.com>;
8473              append a HISTORY section to POD if option is used
8474      Branch: perl
8475            ! utils/h2xs.PL
8476 ____________________________________________________________________________
8477 [  3745] By: gsar                                  on 1999/07/25  17:40:03
8478         Log: warn rather than die when parse_version() can't cut it (from
8479              Michael G Schwern <schwern@pobox.com>)
8480      Branch: perl
8481            ! lib/ExtUtils/MM_Unix.pm
8482 ____________________________________________________________________________
8483 [  3744] By: gsar                                  on 1999/07/25  16:32:48
8484         Log: make map behave like grep wrt indirect object slot when
8485              there are parentheses; revert an experimental mod by Larry
8486              in change#2038 that failed to parse %{{qw(a b c)}} properly
8487              (this means C<map {use Foo; ...} ...> still needs a proper
8488              fix)
8489      Branch: perl
8490            ! toke.c
8491 ____________________________________________________________________________
8492 [  3743] By: jhi                                   on 1999/07/25  16:24:55
8493         Log: Fix a typo in #3725.
8494      Branch: cfgperl
8495            ! utils/perlbug.PL
8496 ____________________________________________________________________________
8497 [  3742] By: jhi                                   on 1999/07/25  16:14:39
8498         Log: Integrate with Sarathy.
8499      Branch: cfgperl
8500           !> (integrate 26 files)
8501 ____________________________________________________________________________
8502 [  3741] By: jhi                                   on 1999/07/25  16:02:28
8503         Log: Cut-and-pasto in #3737.
8504      Branch: cfgperl
8505            ! perl.c
8506 ____________________________________________________________________________
8507 [  3740] By: gsar                                  on 1999/07/25  15:59:34
8508         Log: add note about glibc bug
8509      Branch: perl
8510            ! t/pragma/warn/pp_hot
8511 ____________________________________________________________________________
8512 [  3739] By: gsar                                  on 1999/07/25  15:48:40
8513         Log: fix bug in change#3728 that might free COPs prematurely;
8514              null(op) now does more thorough scrubbing of the op, which
8515              fixes a few compile-time memory "leaks"
8516      Branch: perl
8517            ! dump.c embed.h embed.pl op.c proto.h
8518 ____________________________________________________________________________
8519 [  3738] By: jhi                                   on 1999/07/25  14:15:26
8520         Log: In accordance with #3737.
8521      Branch: metaconfig
8522            ! U/installdirs/sitelib.U U/installdirs/vendorprefix.U
8523            ! U/modified/Oldconfig.U
8524      Branch: metaconfig/U/perl
8525            ! Extensions.U
8526 ____________________________________________________________________________
8527 [  3737] By: jhi                                   on 1999/07/25  14:12:34
8528         Log: Use vendorprefixlib.
8529      Branch: cfgperl
8530            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8531            ! config_h.SH perl.c
8532 ____________________________________________________________________________
8533 [  3736] By: jhi                                   on 1999/07/25  13:10:03
8534         Log: Populate metaconfig branch.
8535      Branch: metaconfig
8536            + (add 1468 files)
8537      Branch: metaconfig/U/perl
8538            + (add 101 files)
8539 ____________________________________________________________________________
8540 [  3735] By: jhi                                   on 1999/07/25  12:27:20
8541         Log: First steps of making builds outside the source
8542              directory possible.  These should get us as far
8543              as miniperl, then building DynaLoader falls into
8544              tiny twinkling pieces as MakeMaker knows nothing
8545              of VPATH mindset.
8546      Branch: cfgperl
8547            ! Configure Makefile.SH cflags.SH config_h.SH configpm
8548            ! ext/util/make_ext lib/AutoSplit.pm makedepend.SH
8549            ! pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL
8550            ! pod/pod2text.PL pod/pod2usage.PL pod/podchecker.PL
8551            ! pod/podselect.PL writemain.SH x2p/Makefile.SH x2p/cflags.SH
8552 ____________________________________________________________________________
8553 [  3734] By: jhi                                   on 1999/07/25  11:19:28
8554         Log: Poor Glossary--are we fixed yet?
8555      Branch: cfgperl
8556            ! Porting/Glossary
8557 ____________________________________________________________________________
8558 [  3733] By: jhi                                   on 1999/07/25  11:15:06
8559         Log: Change #3732 mistakenly clobbered Glossary.
8560      Branch: cfgperl
8561            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8562            ! config_h.SH
8563 ____________________________________________________________________________
8564 [  3732] By: jhi                                   on 1999/07/25  10:46:39
8565         Log: Andy's new installation scheme (note: a lot of this
8566              leaked in already with change #3731).  The vendor*
8567              stuff is not used anywhere (in *.SH, say), so it
8568              isn't in Configure, either.
8569      Branch: cfgperl
8570            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8571            ! config_h.SH
8572 ____________________________________________________________________________
8573 [  3731] By: jhi                                   on 1999/07/25  10:12:07
8574         Log: Circumcode a strange shell(?) bug in AIX found
8575              while trying to do -Duse64bits (which I couldn't do
8576              in the end because the CPU isn't 64-bit in that box,
8577              but at least now the probing doesn't crash.)
8578      Branch: cfgperl
8579            ! Configure config_h.SH hints/aix.sh
8580 ____________________________________________________________________________
8581 [  3730] By: gsar                                  on 1999/07/25  04:56:56
8582         Log: fix little utf8 nits in testsuite; add patch from Ilya that cures
8583              a utf8 bug in one of the new RE optimizations
8584      Branch: perl
8585            ! regcomp.c regexec.c t/harness t/lib/io_udp.t t/op/re_tests
8586            ! t/pragma/locale.t
8587 ____________________________________________________________________________
8588 [  3729] By: jhi                                   on 1999/07/23  19:56:27
8589         Log: From: Andy Dougherty <doughera@lafayette.edu>
8590              To: Perl Porters <perl5-porters@perl.org>
8591              Subject: [PATCH 5.005_57] INSTALL-1.58
8592              Date: Fri, 23 Jul 1999 10:50:13 -0400 (EDT)
8593              Message-Id: <Pine.GSU.4.05.9907231033190.3555-100000@newton.phys>
8594              
8595              plus
8596              
8597              From: "Kurt D. Starsinic" <kstar@chapin.edu>
8598              To: Andy Dougherty <doughera@lafayette.edu>
8599              Cc: Perl Porters <perl5-porters@perl.org>
8600              Subject: Re: [PATCH 5.005_57] INSTALL-1.58
8601              Date: Fri, 23 Jul 1999 13:38:25 -0400
8602              Message-ID: <19990723133825.A12033@O2.chapin.edu>
8603      Branch: cfgperl
8604            ! INSTALL
8605 ____________________________________________________________________________
8606 [  3728] By: gsar                                  on 1999/07/23  17:24:42
8607         Log: applied suggested patch for tracking line numbers correctly in
8608              optimized blocks with a single statement; changed setcop to
8609              setstate and added code for -Dx dumps
8610              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8611              Date: Wed, 23 Jun 1999 17:27:42 +0100
8612              Message-Id: <199906231627.RAA24033@crypt.compulink.co.uk>
8613              Subject: [PATCH 5.005_57] Line number error in optimised else() 
8614      Branch: perl
8615            ! dump.c embed.h ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.pm
8616            ! objXSUB.h op.c opcode.h opcode.pl perlapi.c pp.sym pp_hot.c
8617            ! pp_proto.h t/op/misc.t
8618 ____________________________________________________________________________
8619 [  3727] By: gsar                                  on 1999/07/23  15:56:04
8620         Log: avoid useless use of target for pp_each(); also fixes bugs due to
8621              refcount held by the target
8622      Branch: perl
8623            ! opcode.h opcode.pl pp.c t/op/each.t
8624 ____________________________________________________________________________
8625 [  3726] By: jhi                                   on 1999/07/23  12:08:30
8626         Log: Change #3725 aftershock.
8627      Branch: cfgperl
8628            ! INSTALL jpl/JNI/JNI.pm
8629 ____________________________________________________________________________
8630 [  3725] By: jhi                                   on 1999/07/23  11:58:49
8631         Log: Introduce $Config{ldlibpthname} which contains
8632              the name of the environment variable holding the
8633              dynamic library search path, often LD_LIBRARY_PATH.
8634              Use this new feature all over.
8635              Also removed remnants of admonition "add LD_LIBRARY_PATH
8636              before running make" because Makefile.SH does this for you. 
8637      Branch: cfgperl
8638            ! Configure Makefile.SH config_h.SH
8639            ! ext/DynaLoader/DynaLoader_pm.PL hints/README.hints
8640            ! hints/aix.sh hints/beos.sh hints/cygwin32.sh hints/dgux.sh
8641            ! hints/epix.sh hints/esix4.sh hints/hpux.sh hints/next_4.sh
8642            ! hints/os2.sh hints/rhapsody.sh hints/svr4.sh jpl/JNI/JNI.pm
8643            ! jpl/install-jpl utils/perlbug.PL
8644 ____________________________________________________________________________
8645 [  3724] By: jhi                                   on 1999/07/23  08:03:36
8646         Log: From: Spider Boardman <spider@orb.nashua.nh.us>
8647              To: perl5-porters@perl.org
8648              Subject: [PATCH] Re: [ID 19990715.003] [BUG] all perl5 versions: segfault on $# 
8649              Date: Thu, 22 Jul 1999 19:58:34 -0400
8650              Message-Id: <199907222358.TAA27354@Orb.Nashua.NH.US>
8651      Branch: cfgperl
8652            ! av.c
8653 ____________________________________________________________________________
8654 [  3723] By: gsar                                  on 1999/07/23  00:01:29
8655         Log: emit warning about function calls that were encountered too early
8656              to enforce their prototype
8657      Branch: perl
8658            ! op.c op.h pod/perldiag.pod
8659 ____________________________________________________________________________
8660 [  3722] By: jhi                                   on 1999/07/22  21:19:59
8661         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
8662              To: perl5-porters@perl.org
8663              Cc: Chip Salzenberg <chip@perlsupport.com>, Gurusamy Sarathy <gsar@activestate.com>
8664              Subject: [PATCH] MakeMaker documentation
8665              Date: Wed, 21 Jul 1999 14:15:42 -0400
8666              Message-ID: <19990721141542.A1800@O2.chapin.edu>
8667      Branch: cfgperl
8668            ! lib/ExtUtils/MakeMaker.pm
8669 ____________________________________________________________________________
8670 [  3721] By: jhi                                   on 1999/07/22  21:05:19
8671         Log: From: pvhp@forte.com (Peter Prymmer)
8672              To: chip@perlsupport.com, gsar@activestate.com, perl-mvs@perl.org, perl5-porters@perl.org
8673              Subject: [PATCH: 5.005_03 && 5.005_57]os390 hints file appendix stops bad builds
8674              Date: Wed, 21 Jul 99 17:15:39 PDT
8675              Message-Id: <9907220015.AA11931@forte.com>
8676      Branch: cfgperl
8677            ! hints/os390.sh
8678 ____________________________________________________________________________
8679 [  3720] By: jhi                                   on 1999/07/22  20:51:17
8680         Log: AIX magic: ccdlflags needs to be different for
8681              Perl itself and for extra-core extensions
8682              (as used by ExtUtilss::embed::ldopts).
8683              Based on the problems described in
8684              
8685              From: Mike W Ellwood <mwe@rl.ac.uk>
8686              To: perl5-porters@perl.org
8687              Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick...
8688              Date: Thu, 22 Jul 1999 14:28:19 +0100 (BST)
8689              Reply-To: m.w.ellwood@rl.ac.uk
8690              Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk>
8691      Branch: cfgperl
8692            ! Configure Makefile.SH config_h.SH hints/aix.sh
8693 ____________________________________________________________________________
8694 [  3719] By: jhi                                   on 1999/07/22  08:23:53
8695         Log: Update history records.
8696      Branch: cfgperl
8697            ! pod/perlhist.pod
8698 ____________________________________________________________________________
8699 [  3718] By: jhi                                   on 1999/07/21  13:54:42
8700         Log: Todododobedobedo.
8701      Branch: cfgperl
8702            ! Todo
8703 ____________________________________________________________________________
8704 [  3717] By: jhi                                   on 1999/07/21  12:10:48
8705         Log: Even more Todo.
8706      Branch: cfgperl
8707            ! Todo
8708 ____________________________________________________________________________
8709 [  3716] By: jhi                                   on 1999/07/21  11:40:39
8710         Log: Use Errno more extensively so that error
8711              messages are more portable (another way
8712              would be to muck around with LC_MESSAGES).
8713              Problem reported in
8714              
8715              From: oracle@pcr8.pcr.com
8716              To: perl5-porters@perl.org
8717              Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4
8718              Date: Mon, 19 Jul 1999 18:39:13 -0400
8719              Message-Id: <9907192239.AA44990@pcr8.pcr.com>
8720      Branch: cfgperl
8721            ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
8722            ! ext/GDBM_File/GDBM_File.pm jpl/JNI/JNI.pm lib/AutoLoader.pm
8723            ! lib/CPAN.pm pod/perllocale.pod utils/h2xs.PL
8724 ____________________________________________________________________________
8725 [  3715] By: jhi                                   on 1999/07/21  11:05:36
8726         Log: Slightly modified patch.
8727              From: Sean Sheedy <seans@ncube.com>
8728              To: perl5-porters@perl.org
8729              Subject: [ID 19990720.003] Perl 5.005_3 patch: Non-standard object extensions
8730              Date: Tue, 20 Jul 1999 09:52:06 -0700
8731              Message-Id: <3794A935.1C150E54@ncube.com>
8732      Branch: cfgperl
8733            ! cflags.SH x2p/cflags.SH
8734 ____________________________________________________________________________
8735 [  3714] By: jhi                                   on 1999/07/20  21:26:19
8736         Log: More Todo.
8737      Branch: cfgperl
8738            ! Todo
8739 ____________________________________________________________________________
8740 [  3713] By: jhi                                   on 1999/07/20  18:02:45
8741         Log: Integrate with Sarathy.
8742      Branch: cfgperl
8743           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
8744           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
8745           +> ext/Devel/DProf/Todo t/lib/dprof.t t/lib/dprof/V.pm
8746           +> t/lib/dprof/test1_t t/lib/dprof/test1_v t/lib/dprof/test2_t
8747           +> t/lib/dprof/test2_v t/lib/dprof/test3_t t/lib/dprof/test3_v
8748           +> t/lib/dprof/test4_t t/lib/dprof/test4_v t/lib/dprof/test5_t
8749           +> t/lib/dprof/test5_v t/lib/dprof/test6_t t/lib/dprof/test6_v
8750           +> utils/dprofpp.PL
8751           !> INSTALL MAINTAIN MANIFEST configure.com
8752           !> ext/Devel/Peek/Makefile.PL installman installperl
8753           !> pod/roffitall utils/Makefile vms/descrip_mms.template
8754           !> win32/Makefile win32/makefile.mk win32/win32.h
8755 ____________________________________________________________________________
8756 [  3712] By: gsar                                  on 1999/07/20  15:29:01
8757         Log: DProf tweak
8758      Branch: perl
8759            ! ext/Devel/DProf/DProf.xs
8760 ____________________________________________________________________________
8761 [  3711] By: gsar                                  on 1999/07/20  07:56:19
8762         Log: another DProf build tweak
8763      Branch: perl
8764            ! utils/dprofpp.PL
8765 ____________________________________________________________________________
8766 [  3710] By: gsar                                  on 1999/07/20  07:36:36
8767         Log: move DProf things around to where they are supposed to be
8768      Branch: perl
8769            + t/lib/dprof.t t/lib/dprof/V.pm t/lib/dprof/test1_t
8770            + t/lib/dprof/test1_v t/lib/dprof/test2_t t/lib/dprof/test2_v
8771            + t/lib/dprof/test3_t t/lib/dprof/test3_v t/lib/dprof/test4_t
8772            + t/lib/dprof/test4_v t/lib/dprof/test5_t t/lib/dprof/test5_v
8773            + t/lib/dprof/test6_t t/lib/dprof/test6_v
8774           +> utils/dprofpp.PL
8775            - ext/Devel/DProf/dprofpp.PL ext/Devel/DProf/t/V.pm
8776            - ext/Devel/DProf/t/test1.pl ext/Devel/DProf/t/test1.t
8777            - ext/Devel/DProf/t/test1.v ext/Devel/DProf/t/test2.t
8778            - ext/Devel/DProf/t/test2.v ext/Devel/DProf/t/test3.t
8779            - ext/Devel/DProf/t/test3.v ext/Devel/DProf/t/test4.t
8780            - ext/Devel/DProf/t/test4.v ext/Devel/DProf/t/test5.t
8781            - ext/Devel/DProf/t/test5.v ext/Devel/DProf/t/test6.t
8782            - ext/Devel/DProf/t/test6.v ext/Devel/DProf/test.pl
8783            ! INSTALL MANIFEST ext/Devel/DProf/Makefile.PL installman
8784            ! installperl pod/roffitall utils/Makefile
8785            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
8786 ____________________________________________________________________________
8787 [  3709] By: gsar                                  on 1999/07/20  06:13:16
8788         Log: DProf fixups for PERL_IMPLICIT_CONTEXT
8789      Branch: perl
8790            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
8791            ! ext/Devel/Peek/Makefile.PL
8792 ____________________________________________________________________________
8793 [  3708] By: gsar                                  on 1999/07/20  06:01:22
8794         Log: move DProf to Devel/DProf
8795      Branch: perl
8796           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
8797           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
8798           +> ext/Devel/DProf/Todo ext/Devel/DProf/dprofpp.PL
8799           +> ext/Devel/DProf/t/V.pm ext/Devel/DProf/t/test1.pl
8800           +> ext/Devel/DProf/t/test1.t ext/Devel/DProf/t/test1.v
8801           +> ext/Devel/DProf/t/test2.t ext/Devel/DProf/t/test2.v
8802           +> ext/Devel/DProf/t/test3.t ext/Devel/DProf/t/test3.v
8803           +> ext/Devel/DProf/t/test4.t ext/Devel/DProf/t/test4.v
8804           +> ext/Devel/DProf/t/test5.t ext/Devel/DProf/t/test5.v
8805           +> ext/Devel/DProf/t/test6.t ext/Devel/DProf/t/test6.v
8806           +> ext/Devel/DProf/test.pl
8807            - ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
8808            - ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
8809            - ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
8810            - ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
8811            - ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
8812            - ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
8813            - ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
8814            ! MAINTAIN MANIFEST configure.com win32/Makefile
8815            ! win32/makefile.mk
8816 ____________________________________________________________________________
8817 [  3707] By: gsar                                  on 1999/07/20  05:39:11
8818         Log: add Devel::DProf v19990108 from CPAN, as it was
8819      Branch: perl
8820            + ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
8821            + ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
8822            + ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
8823            + ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
8824            + ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
8825            + ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
8826            + ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
8827            ! MANIFEST
8828 ____________________________________________________________________________
8829 [  3706] By: gsar                                  on 1999/07/20  04:52:25
8830         Log: C<union any> needs no PERL_OBJECT-treatment
8831      Branch: perl
8832            ! win32/win32.h
8833 ____________________________________________________________________________
8834 [  3705] By: gsar                                  on 1999/07/20  04:11:54
8835         Log: fix problem in default build
8836      Branch: perl
8837            ! win32/Makefile win32/makefile.mk
8838 ____________________________________________________________________________
8839 [  3704] By: jhi                                   on 1999/07/19  07:06:36
8840         Log: Integrate with Sarathy.
8841      Branch: cfgperl
8842           !> Changes lib/Carp.pm makedef.pl pod/perldiag.pod sv.h util.c
8843           !> win32/win32.c
8844 ____________________________________________________________________________
8845 [  3703] By: gsar                                  on 1999/07/19  05:55:57
8846         Log: win32 nits
8847      Branch: perl
8848            ! makedef.pl sv.h
8849 ____________________________________________________________________________
8850 [  3702] By: gsar                                  on 1999/07/19  04:29:34
8851         Log: don't display tid from main thread (or testsuite breaks)
8852      Branch: perl
8853            ! lib/Carp.pm util.c
8854 ____________________________________________________________________________
8855 [  3701] By: gsar                                  on 1999/07/19  00:47:52
8856         Log: remove several doubled (and tripled!) entries
8857      Branch: perl
8858            ! pod/perldiag.pod
8859 ____________________________________________________________________________
8860 [  3700] By: gsar                                  on 1999/07/19  00:42:34
8861         Log: integrate cfgperl contents into mainline
8862      Branch: perl
8863           +> makedef.pl
8864            - perl_exp.SH win32/makedef.pl
8865           !> MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
8866           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_vms.xs hints/aix.sh
8867           !> pod/perldiag.pod pp.c regexec.c t/pragma/warn/util toke.c
8868           !> utf8.c util.c win32/Makefile win32/makefile.mk
8869 ____________________________________________________________________________
8870 [  3699] By: gsar                                  on 1999/07/19  00:33:59
8871         Log: avoid bug in win32_str_os_error() (from Jan Dubois)
8872      Branch: perl
8873            ! Changes win32/win32.c
8874 ____________________________________________________________________________
8875 [  3698] By: jhi                                   on 1999/07/18  21:33:57
8876         Log: Integrate with Sarathy.
8877      Branch: cfgperl
8878           +> t/op/chars.t
8879           !> (integrate 57 files)
8880 ____________________________________________________________________________
8881 [  3697] By: gsar                                  on 1999/07/18  05:22:36
8882         Log: From: pvhp@forte.com (Peter Prymmer)
8883              Date: Thu, 1 Jul 99 19:31:24 PDT
8884              Message-Id: <9907020231.AA16942@forte.com>
8885              Subject: [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enough
8886      Branch: perl
8887            + t/op/chars.t
8888            ! MANIFEST ebcdic.c t/op/ord.t
8889 ____________________________________________________________________________
8890 [  3696] By: gsar                                  on 1999/07/18  05:11:02
8891         Log: display thread id in diagnostics (suggested by Dan Sugalski)
8892      Branch: perl
8893            ! lib/Carp.pm util.c
8894 ____________________________________________________________________________
8895 [  3695] By: gsar                                  on 1999/07/18  04:57:47
8896         Log: missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)
8897      Branch: perl
8898            ! pod/perldiag.pod
8899 ____________________________________________________________________________
8900 [  3694] By: gsar                                  on 1999/07/18  04:56:28
8901         Log: cache [NIUP]V conversions of defined READONLY values
8902              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8903              Date: Sun, 11 Jul 1999 04:39:44 -0400
8904              Message-ID: <19990711043944.A25944@monk.mps.ohio-state.edu>
8905              Subject: [PATCH 5.005_57] Allow caching of numeric/string conversion
8906      Branch: perl
8907            ! sv.c
8908 ____________________________________________________________________________
8909 [  3693] By: gsar                                  on 1999/07/18  03:53:38
8910         Log: From: jan.dubois@ibm.net (Jan Dubois)
8911              Date: Sat, 17 Jul 1999 10:58:29 +0200
8912              Message-ID: <379144ad.13616689@smtp1.ibm.net>
8913              Subject: [PATCH 5.005] Some lib/ExtUtils/Manifest.pm POD fixes
8914      Branch: perl
8915            ! lib/ExtUtils/Manifest.pm
8916 ____________________________________________________________________________
8917 [  3692] By: gsar                                  on 1999/07/18  03:51:03
8918         Log: remove spurious newSTATEOP() that causes goto to enter one too many
8919              contexts when jumping between if and elsif blocks
8920      Branch: perl
8921            ! perly.c perly.y pp_ctl.c t/op/goto.t
8922 ____________________________________________________________________________
8923 [  3691] By: gsar                                  on 1999/07/18  01:49:59
8924         Log: detypo, update Changes
8925      Branch: perl
8926            ! Changes doio.c
8927 ____________________________________________________________________________
8928 [  3690] By: gsar                                  on 1999/07/18  01:16:59
8929         Log: mention the -Minteger effect on modulus (from Nathan Torkington)
8930      Branch: perl
8931            ! lib/integer.pm
8932 ____________________________________________________________________________
8933 [  3689] By: gsar                                  on 1999/07/18  00:47:17
8934         Log: ensure __END__ appears on a line by itself in wrapped
8935              scripts (thanks to Steve Tolkin <tolkin@mediaone.net>);
8936              mention caveat about successfull kill()
8937      Branch: perl
8938            ! pod/perlfunc.pod win32/bin/pl2bat.pl
8939 ____________________________________________________________________________
8940 [  3688] By: gsar                                  on 1999/07/17  20:47:44
8941         Log: noecho noops (from Nicholas Clark <nick@flirble.org>)
8942      Branch: perl
8943            ! ext/SDBM_File/sdbm/Makefile.PL
8944 ____________________________________________________________________________
8945 [  3687] By: gsar                                  on 1999/07/17  20:43:27
8946         Log: make CC.pm use a distinct CCPP() macro rather than PP()
8947              (suggested by Vishal Bhatia <vishalb@my-deja.com>)
8948      Branch: perl
8949            ! cc_runtime.h ext/B/B/CC.pm
8950 ____________________________________________________________________________
8951 [  3686] By: gsar                                  on 1999/07/17  20:39:08
8952         Log: tiny bug in vars.pm (from John Dlugosz)
8953      Branch: perl
8954            ! lib/vars.pm
8955 ____________________________________________________________________________
8956 [  3685] By: gsar                                  on 1999/07/17  20:37:27
8957         Log: applied suggested patch, along with later tweak
8958              From: jan.dubois@ibm.net (Jan Dubois)
8959              Date: Wed, 14 Jul 1999 23:53:43 +0200
8960              Message-ID: <37a902e7.15977234@smtp1.ibm.net>
8961              Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm
8962      Branch: perl
8963            ! lib/Pod/Html.pm
8964 ____________________________________________________________________________
8965 [  3684] By: gsar                                  on 1999/07/17  20:24:32
8966         Log: avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
8967      Branch: perl
8968            ! thrdvar.h
8969 ____________________________________________________________________________
8970 [  3683] By: gsar                                  on 1999/07/17  20:21:01
8971         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8972              Date: Tue, 13 Jul 1999 05:44:28 -0400 (EDT)
8973              Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>
8974              Subject: [PATCH 5.005_57] Segfaults if $^P
8975      Branch: perl
8976            ! embed.h embed.pl global.sym mg.c objXSUB.h perl.c perlapi.c
8977            ! proto.h
8978 ____________________________________________________________________________
8979 [  3682] By: gsar                                  on 1999/07/17  20:04:17
8980         Log: use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
8981              and prefix/lib/perl5/man are ass_u_med only if those directories
8982              actually exist; else prefix/{lib,man} are used)
8983      Branch: perl
8984            ! lib/ExtUtils/MM_Unix.pm
8985 ____________________________________________________________________________
8986 [  3681] By: gsar                                  on 1999/07/17  19:12:33
8987         Log: allow $foo{$x} and $bar[$i] for (\$) prototype
8988      Branch: perl
8989            ! op.c t/comp/proto.t
8990 ____________________________________________________________________________
8991 [  3680] By: gsar                                  on 1999/07/17  18:23:55
8992         Log: fix vec() on magic values
8993              From: Ian Phillipps <ian@dial.pipex.com>
8994              Date: Mon, 12 Jul 1999 12:30:05 +0100
8995              Message-ID: <19990712123005.A11355@homer.diplex.co.uk>
8996              Subject: [PATCH 5.005_57] Re: do_vecset is broken.  Re: [ID 19990703.003].
8997      Branch: perl
8998            ! doop.c t/op/tie.t
8999 ____________________________________________________________________________
9000 [  3679] By: gsar                                  on 1999/07/17  18:10:44
9001         Log: make system() return -1 and set $! if exec of child failed
9002              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9003              Date: Fri, 9 Jul 1999 05:21:13 -0400
9004              Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
9005              Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec
9006      Branch: perl
9007            ! doio.c embed.h embed.pl global.sym objXSUB.h perlapi.c
9008            ! pod/perlfunc.pod pp_sys.c proto.h t/op/exec.t
9009 ____________________________________________________________________________
9010 [  3678] By: gsar                                  on 1999/07/17  17:54:01
9011         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9012              Date: Fri, 9 Jul 1999 04:27:51 -0400 (EDT)
9013              Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu>
9014              Subject: [PATCH 5.005_57] File descriptor leak in do_exec3
9015      Branch: perl
9016            ! util.c
9017 ____________________________________________________________________________
9018 [  3677] By: gsar                                  on 1999/07/17  17:34:38
9019         Log: a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
9020              converted Ken's documentation outline into pod
9021      Branch: perl
9022            ! x2p/find2perl.PL
9023 ____________________________________________________________________________
9024 [  3676] By: gsar                                  on 1999/07/17  16:34:09
9025         Log: pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
9026              Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
9027              Steve Lidie
9028      Branch: perl
9029            ! pod/Win32.pod pod/perldelta.pod pod/perlfaq.pod
9030            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
9031            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
9032            ! pod/perlguts.pod pod/perlhist.pod pod/perlop.pod
9033            ! pod/perlport.pod pod/perltoc.pod pod/perltodo.pod
9034            ! pod/perltoot.pod pod/perltootc.pod pod/perlvar.pod
9035 ____________________________________________________________________________
9036 [  3675] By: gsar                                  on 1999/07/17  00:16:53
9037         Log: backout redundant change#3628
9038      Branch: perl
9039            ! Changes hints/bsdos.sh
9040 ____________________________________________________________________________
9041 [  3674] By: jhi                                   on 1999/07/15  14:26:03
9042         Log: Fix the bin/oct/hex constant overflow tests for
9043              long long platforms.
9044      Branch: cfgperl
9045            ! t/pragma/warn/util
9046 ____________________________________________________________________________
9047 [  3673] By: jhi                                   on 1999/07/14  21:59:11
9048         Log: Fixed AIX dynamic loading and AIX shared Perl library.
9049              Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
9050              4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
9051              Hijacked win32/makedef.pl for more general purpose export
9052              list building, now it is used (as toplevel makedef.pl)
9053              for win32 and AIX (perl_exp.SH made unnecessary).
9054              Because the export lists are now correct in AIX, no more linker
9055              warnings about "Exported symbol not defined" should appear.
9056      Branch: cfgperl
9057            + makedef.pl
9058            - perl_exp.SH win32/makedef.pl
9059            ! MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
9060            ! ext/DynaLoader/dl_aix.xs hints/aix.sh win32/Makefile
9061            ! win32/makefile.mk
9062 ____________________________________________________________________________
9063 [  3672] By: gsar                                  on 1999/07/14  17:12:13
9064         Log: minor efficiency tweak
9065      Branch: perl
9066            ! pp_ctl.c
9067 ____________________________________________________________________________
9068 [  3671] By: jhi                                   on 1999/07/14  16:22:39
9069         Log: The regexec.c change of #3606 caused a core dump in fbm_instr()
9070              if its caller re_intuit_start() was entered with strend == strpos
9071              because end_shift ended up as -1.  The patch ain't necessarily
9072              correct but least the core dump is avoided.
9073      Branch: cfgperl
9074            ! regexec.c
9075 ____________________________________________________________________________
9076 [  3670] By: jhi                                   on 1999/07/13  07:59:09
9077         Log: Integrate with Sarathy.
9078      Branch: cfgperl
9079            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
9080            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
9081           !> (integrate 67 files)
9082 ____________________________________________________________________________
9083 [  3669] By: gsar                                  on 1999/07/12  06:14:54
9084         Log: fixups for sundry warnings about function pointers
9085      Branch: perl
9086            ! ext/re/re.xs intrpvar.h op.c perl.c perl.h pp_ctl.c scope.h
9087            ! sv.c thrdvar.h util.c win32/Makefile win32/makefile.mk
9088            ! win32/win32.c win32/win32.h
9089 ____________________________________________________________________________
9090 [  3668] By: gsar                                  on 1999/07/12  04:11:58
9091         Log: tweaks for win32/borland
9092      Branch: perl
9093            ! t/pragma/locale.t win32/makedef.pl win32/makefile.mk
9094 ____________________________________________________________________________
9095 [  3667] By: gsar                                  on 1999/07/12  01:55:15
9096         Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
9097              builds; passing the implicit context is unified among the three
9098              flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
9099              flavors (see the top of perl.h) for testing; all varargs functions
9100              foo() have a va_list-taking variant vfoo() for generating the
9101              context-free versions; the PERL_OBJECT build should now be
9102              hyper-compatible with CPAN extensions (C++ is totally out of
9103              the picture)
9104              
9105              result has only been tested on Windows
9106              
9107              TODO: write docs on the THX rationale and idiomatic usage of
9108              the Perl API
9109      Branch: perl
9110            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
9111            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
9112            ! MANIFEST XSUB.h bytecode.pl deb.c dump.c embed.h embed.pl
9113            ! embedvar.h ext/B/B.xs ext/ByteLoader/ByteLoader.xs
9114            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
9115            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ext/IO/IO.xs
9116            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
9117            ! ext/SDBM_File/SDBM_File.xs ext/Socket/Socket.xs
9118            ! ext/Thread/Thread.xs ext/attrs/attrs.xs ext/re/re.xs
9119            ! global.sym globals.c intrpvar.h iperlsys.h
9120            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
9121            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/xsubpp lib/base.pm
9122            ! lib/warning.pm malloc.c objXSUB.h perl.c perl.h perlapi.c
9123            ! perlapi.h perlio.c pp_sys.c proto.h regcomp.c regexec.c
9124            ! scope.c sv.c thrdvar.h util.c win32/Makefile win32/config_H.bc
9125            ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
9126            ! win32/dl_win32.xs win32/include/dirent.h
9127            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
9128            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
9129            ! win32/win32iop.h win32/win32sck.c
9130 ____________________________________________________________________________
9131 [  3666] By: jhi                                   on 1999/07/11  22:00:13
9132         Log: Integrate with Sarathy.
9133      Branch: cfgperl
9134           !> op.c t/op/lex_assign.t
9135 ____________________________________________________________________________
9136 [  3665] By: jhi                                   on 1999/07/11  21:59:01
9137         Log: More manual sync.
9138      Branch: cfgperl
9139            ! pod/perldelta.pod
9140 ____________________________________________________________________________
9141 [  3664] By: gsar                                  on 1999/07/11  19:11:07
9142         Log: change#3612 was buggy and failed to build Tk; applied Ilya's
9143              remedy and related tests via private mail
9144      Branch: perl
9145            ! op.c t/op/lex_assign.t
9146 ____________________________________________________________________________
9147 [  3663] By: jhi                                   on 1999/07/11  15:04:37
9148         Log: Manual synchronization with Sarathy (some files
9149              had drifted apart for no apparent reason), plus
9150              I had a typo in dl_vms.xs Sarathy had fixed.
9151      Branch: cfgperl
9152            ! ext/DynaLoader/dl_vms.xs pod/perldelta.pod pp.c pp_sys.c
9153 ____________________________________________________________________________
9154 [  3662] By: jhi                                   on 1999/07/10  12:23:21
9155         Log: Change t/pragma/warn oct()/hex() overflow tests to use %Config
9156              to adapt to the underlying platform (the binary, 0b1..., test
9157              was broken in 64-bit platforms).  Also change "hex" in the
9158              warning messages to "hexadecimal" to match "binary" and "octal".
9159      Branch: cfgperl
9160            ! pod/perldiag.pod t/pragma/warn/util util.c
9161 ____________________________________________________________________________
9162 [  3661] By: jhi                                   on 1999/07/08  21:54:55
9163         Log: Integrate with Sarathy.
9164      Branch: cfgperl
9165           +> perlapi.c perlapi.h
9166           !> (integrate 43 files)
9167 ____________________________________________________________________________
9168 [  3660] By: gsar                                  on 1999/07/08  18:47:35
9169         Log: more PERL_OBJECT cleanups (changes still untested on Unix!)
9170      Branch: perl
9171            + perlapi.c perlapi.h
9172            ! MANIFEST XSUB.h emacs/ptags embed.h embed.pl embedvar.h
9173            ! ext/Opcode/Opcode.xs global.sym globals.c intrpvar.h
9174            ! iperlsys.h mg.c miniperlmain.c objXSUB.h perl.c perl.h perly.c
9175            ! pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h regexec.c
9176            ! scope.c scope.h sv.c thrdvar.h toke.c util.c win32/GenCAPI.pl
9177            ! win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c
9178            ! win32/win32.h
9179 ____________________________________________________________________________
9180 [  3659] By: gsar                                  on 1999/07/08  18:41:45
9181         Log: sundry cleanups for clean build on windows
9182      Branch: perl
9183            ! doio.c regcomp.c regcomp.h t/io/openpid.t utf8.c
9184 ____________________________________________________________________________
9185 [  3658] By: gsar                                  on 1999/07/08  01:24:25
9186         Log: fixes for logical bugs in the lexwarn patch; other tweaks to avoid
9187              type mismatch problems
9188      Branch: perl
9189            ! doio.c gv.c op.c pp.c regcomp.c regexec.c run.c sv.c
9190            ! t/pragma/warn/op toke.c utf8.c util.c
9191 ____________________________________________________________________________
9192 [  3657] By: jhi                                   on 1999/07/07  23:01:16
9193         Log: Integrate with Sarathy.  perldiag.pod required manual editing.
9194      Branch: cfgperl
9195            ! pod/perldiag.pod
9196           !> Changes configure.com ext/B/B/Deparse.pm
9197           !> ext/ByteLoader/Makefile.PL ext/Fcntl/Fcntl.xs
9198           !> ext/IO/lib/IO/File.pm gv.c iperlsys.h lib/ExtUtils/MM_VMS.pm
9199           !> lib/File/Basename.pm lib/File/Spec/VMS.pm perlsfio.h
9200           !> t/base/rs.t t/lib/io_multihomed.t t/lib/textfill.t
9201           !> t/lib/textwrap.t t/op/filetest.t t/op/mkdir.t
9202           !> t/pragma/overload.t thread.h vms/vms.c
9203 ____________________________________________________________________________
9204 [  3656] By: gsar                                  on 1999/07/07  21:04:38
9205         Log: integrate cfgperl contents
9206      Branch: perl
9207           +> lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
9208           +> lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
9209           +> lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
9210            ! Changes
9211           !> (integrate 45 files)
9212 ____________________________________________________________________________
9213 [  3655] By: gsar                                  on 1999/07/07  18:55:45
9214         Log: filetest.t and ByteLoader build tweaks from Peter Prymmer
9215              <pvhp@forte.com>
9216      Branch: perl
9217            ! ext/ByteLoader/Makefile.PL t/op/filetest.t
9218 ____________________________________________________________________________
9219 [  3654] By: gsar                                  on 1999/07/07  18:47:03
9220         Log: change#1889 mistakenly removed F_SETLK
9221      Branch: perl
9222            ! ext/Fcntl/Fcntl.xs
9223 ____________________________________________________________________________
9224 [  3653] By: gsar                                  on 1999/07/07  18:42:42
9225         Log: B::Deparse update
9226              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
9227              Date: Mon,  5 Jul 1999 17:57:03 -0500 (CDT)
9228              Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
9229              Subject: [PATCH _57, long] B::Deparse 0.58
9230      Branch: perl
9231            ! ext/B/B/Deparse.pm
9232 ____________________________________________________________________________
9233 [  3652] By: gsar                                  on 1999/07/07  18:41:07
9234         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9235              Date: Mon, 5 Jul 1999 18:24:19 -0400 (EDT)
9236              Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>
9237              Subject: Re: [ID 19990705.001] Overloading boolean conversion
9238      Branch: perl
9239            ! gv.c t/pragma/overload.t
9240 ____________________________________________________________________________
9241 [  3651] By: gsar                                  on 1999/07/07  17:47:30
9242         Log: missing PerlIO_reopen() (suggested by sam@daemoninc.com)
9243      Branch: perl
9244            ! perlsfio.h
9245 ____________________________________________________________________________
9246 [  3650] By: gsar                                  on 1999/07/07  17:45:52
9247         Log: applied new parts of suggested patch
9248              From: Charles Bailey <BAILEY@newman.upenn.edu>
9249              Date: Fri, 02 Jul 1999 19:18:41 -0400 (EDT)
9250              Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
9251              Subject: [PATCH 5.005_57] Consolidated VMS patch
9252      Branch: perl
9253            ! configure.com ext/IO/lib/IO/File.pm iperlsys.h
9254            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm
9255            ! lib/File/Spec/VMS.pm pod/perldiag.pod t/base/rs.t
9256            ! t/lib/io_multihomed.t t/lib/textfill.t t/lib/textwrap.t
9257            ! t/op/filetest.t t/op/mkdir.t thread.h vms/vms.c
9258 ____________________________________________________________________________
9259 [  3649] By: jhi                                   on 1999/07/07  13:38:02
9260         Log: Sync regcomp warn with reality.
9261      Branch: cfgperl
9262            ! t/pragma/warn/regcomp
9263 ____________________________________________________________________________
9264 [  3648] By: jhi                                   on 1999/07/07  13:04:55
9265         Log: Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
9266              resolved manually.
9267      Branch: cfgperl
9268           +> pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
9269           +> t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
9270           +> t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
9271            - README.lexwarn
9272           !> (integrate 79 files)
9273 ____________________________________________________________________________
9274 [  3647] By: gsar                                  on 1999/07/07  10:32:03
9275         Log: From: jan.dubois@ibm.net (Jan Dubois)
9276              Date: Thu, 01 Jul 1999 11:17:53 +0200
9277              Message-ID: <377b2ca4.14467042@smtp1.ibm.net>
9278              Subject: [PATCH 5.005_57] MakeMaker support for pod2html
9279      Branch: perl
9280            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
9281            ! lib/ExtUtils/MakeMaker.pm
9282 ____________________________________________________________________________
9283 [  3646] By: gsar                                  on 1999/07/07  10:27:55
9284         Log: fix undocumented IO::Handle functions as suggested
9285              by cj10@cam.ac.uk
9286      Branch: perl
9287            ! ext/IO/lib/IO/Handle.pm
9288 ____________________________________________________________________________
9289 [  3645] By: gsar                                  on 1999/07/07  10:18:55
9290         Log: prohibit thread join()ing itself (from Dan Sugalski)
9291      Branch: perl
9292            ! ext/Thread/Thread.xs
9293 ____________________________________________________________________________
9294 [  3644] By: gsar                                  on 1999/07/07  10:14:26
9295         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
9296              Date: Wed, 30 Jun 1999 14:02:42 -0700
9297              Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
9298              Subject:  [PATCH 5.005_57] Compiler and XSUBS
9299      Branch: perl
9300            ! ext/B/B/C.pm
9301 ____________________________________________________________________________
9302 [  3643] By: gsar                                  on 1999/07/07  10:08:38
9303         Log: mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
9304              (from François Désarménien <desar@club-internet.fr>)
9305      Branch: perl
9306            ! pod/perlsyn.pod
9307 ____________________________________________________________________________
9308 [  3642] By: gsar                                  on 1999/07/07  10:03:24
9309         Log: From: Doug MacEachern <dougm@cp.net>
9310              Date: Sun, 27 Jun 1999 22:43:25 -0700 (PDT)
9311              Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
9312              Subject: [PATCH 5.005_57] add B::PV::{LEN,CUR}
9313      Branch: perl
9314            ! ext/B/B.xs
9315 ____________________________________________________________________________
9316 [  3641] By: gsar                                  on 1999/07/07  10:00:57
9317         Log: slightly modified version of suggested patch
9318              From: Steven N. Hirsch <hirschs@stargate.btv.ibm.com>
9319              Date: Mon, 28 Jun 1999 14:23:59 -0400
9320              Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
9321              Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
9322      Branch: perl
9323            ! ext/POSIX/POSIX.xs
9324 ____________________________________________________________________________
9325 [  3640] By: gsar                                  on 1999/07/07  09:45:43
9326         Log: lexical warnings update (warning.t fails one test
9327              due to leaked scalar, investigation pending)
9328              From: paul.marquess@bt.com
9329              Date: Sat, 26 Jun 1999 23:19:52 +0100
9330              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
9331              Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
9332      Branch: perl
9333            + pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
9334            + t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
9335            + t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
9336            - README.lexwarn
9337            ! Changes MANIFEST av.c djgpp/djgpp.c doio.c doop.c
9338            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
9339            ! ext/ByteLoader/byterun.h gv.c hv.c jpl/JNI/JNI.xs
9340            ! lib/warning.pm mg.c op.c os2/os2.c perl.c perlio.c
9341            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
9342            ! pod/perlmodlib.pod pod/perlrun.pod pod/perlvar.pod pp.c
9343            ! pp_ctl.c run.c sv.c t/pragma/warn/3both t/pragma/warn/doio
9344            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
9345            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
9346            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
9347            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
9348            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
9349            ! t/pragma/warn/util t/pragma/warning.t toke.c utf8.c util.c
9350            ! warning.h warning.pl win32/win32.c
9351 ____________________________________________________________________________
9352 [  3639] By: gsar                                  on 1999/07/07  08:09:30
9353         Log: From: Brian Jepson <bjepson@home.com>
9354              Date: Sat, 26 Jun 1999 10:47:45 -0500 (EST)
9355              Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>
9356              Subject: Patch to JPL example program
9357      Branch: perl
9358            ! jpl/JPL_Rolo/JPL_Rolo.jpl
9359 ____________________________________________________________________________
9360 [  3638] By: jhi                                   on 1999/07/07  08:07:58
9361         Log: Integrate with Sarathy.
9362      Branch: cfgperl
9363           !> (integrate 34 files)
9364 ____________________________________________________________________________
9365 [  3637] By: gsar                                  on 1999/07/07  08:07:49
9366         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
9367              Date: Fri, 25 Jun 1999 13:38:44 -0500 (CDT)
9368              Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
9369              Subject: [PATCH _57, long] Eliminate CONDOPs
9370      Branch: perl
9371            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm
9372            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
9373            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
9374            ! ext/B/typemap op.c op.h opcode.h opcode.pl perl.h
9375            ! pod/perltoc.pod pp_ctl.c pp_hot.c
9376 ____________________________________________________________________________
9377 [  3636] By: gsar                                  on 1999/07/07  07:50:51
9378         Log: adapted suggested patch for IO-1.20x
9379              From: ian@dial.pipex.com
9380              Date:  Fri, 25 Jun 1999 10:39:42 +0100
9381              Message-Id:  <199906250939.KAA02152@homer.diplex.co.uk>
9382              Subject: [ID 19990625.001]  Minor fixes for IO::Socket.pm
9383      Branch: perl
9384            ! ext/IO/lib/IO/Socket.pm
9385 ____________________________________________________________________________
9386 [  3635] By: gsar                                  on 1999/07/07  07:26:05
9387         Log: PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
9388      Branch: perl
9389            ! hints/powerux.sh
9390 ____________________________________________________________________________
9391 [  3634] By: gsar                                  on 1999/07/07  07:20:02
9392         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9393              Date: Wed, 23 Jun 1999 16:16:05 +0100
9394              Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
9395              Subject: [PATCH 5.005_57] memleak in optimizer
9396      Branch: perl
9397            ! embed.h embed.pl objXSUB.h op.c proto.h
9398 ____________________________________________________________________________
9399 [  3633] By: gsar                                  on 1999/07/07  07:10:52
9400         Log: add do-not-edit caveats for files generated by opcode.pl
9401              (suggested by Hugo van der Sanden)
9402      Branch: perl
9403            ! opcode.h opcode.pl pp.sym pp_proto.h
9404 ____________________________________________________________________________
9405 [  3632] By: gsar                                  on 1999/07/07  06:41:13
9406         Log: better diagnostics on read operations from write-only
9407              filehandles
9408      Branch: perl
9409            ! doio.c perl.c pod/perldelta.pod pod/perldiag.pod pp_hot.c
9410            ! pp_sys.c t/pragma/warn/pp_hot t/pragma/warn/pp_sys
9411 ____________________________________________________________________________
9412 [  3631] By: gsar                                  on 1999/07/07  02:03:34
9413         Log: make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
9414              by David Muir Sharnoff <muir@idiom.com>)
9415      Branch: perl
9416            ! lib/Sys/Hostname.pm
9417 ____________________________________________________________________________
9418 [  3630] By: gsar                                  on 1999/07/07  01:57:16
9419         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
9420              Date: Sun, 20 Jun 1999 17:17:17 -0700
9421              Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>
9422              Subject: [PATCH 5.005_57] Minor bug fix in pp_require
9423      Branch: perl
9424            ! ext/B/B/CC.pm
9425 ____________________________________________________________________________
9426 [  3629] By: gsar                                  on 1999/07/07  01:46:03
9427         Log: installperl should write normal messages to STDOUT, not STDERR
9428      Branch: perl
9429            ! installperl
9430 ____________________________________________________________________________
9431 [  3628] By: gsar                                  on 1999/07/07  01:41:25
9432         Log: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
9433      Branch: perl
9434            ! hints/bsdos.sh
9435 ____________________________________________________________________________
9436 [  3627] By: gsar                                  on 1999/07/07  00:27:10
9437         Log: make diagnostic on C<my $^I> etc., more readable
9438      Branch: perl
9439            ! op.c
9440 ____________________________________________________________________________
9441 [  3626] By: gsar                                  on 1999/07/06  23:47:27
9442         Log: From: Andy Dougherty <doughera@lafayette.edu>
9443              Date:  Thu, 17 Jun 1999 12:07:11 -0400 (EDT)
9444              Message-Id:  <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
9445              Subject: [ID 19990617.004  [PATCH 5.005_57] make distclean fixes]
9446      Branch: perl
9447            ! Makefile.SH utils/Makefile
9448 ____________________________________________________________________________
9449 [  3625] By: jhi                                   on 1999/07/06  21:50:46
9450         Log: Some new files of #3624 missing from MANIFEST.
9451      Branch: cfgperl
9452            ! MANIFEST
9453 ____________________________________________________________________________
9454 [  3624] By: jhi                                   on 1999/07/06  21:47:04
9455         Log: POSIX [[:character class:]] support for standard, locale,
9456              and utf8.  If both utf8 and locale are on, utf8 wins.
9457              I don't fully understand why so many tables changed in
9458              lib/unicode because of "make" -- maybe it was just overdue.
9459      Branch: cfgperl
9460            + lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
9461            + lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
9462            + lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
9463            ! MANIFEST Todo-5.005 embed.h embed.pl embedvar.h global.sym
9464            ! handy.h intrpvar.h lib/unicode/Bidirectional.pl
9465            ! lib/unicode/Block.pl lib/unicode/Category.pl
9466            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
9467            ! lib/unicode/Is/BidiL.pl lib/unicode/Is/Digit.pl
9468            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl
9469            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Print.pl
9470            ! lib/unicode/Is/Space.pl lib/unicode/Is/Upper.pl
9471            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Name.pl
9472            ! lib/unicode/To/Digit.pl lib/unicode/mktables.PL objXSUB.h
9473            ! pod/perldelta.pod pod/perldiag.pod pod/perlre.pod proto.h
9474            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
9475            ! t/op/pat.t t/op/re_tests t/op/regexp.t t/pragma/utf8.t
9476            ! t/pragma/warn/regcomp utf8.c
9477 ____________________________________________________________________________
9478 [  3623] By: gsar                                  on 1999/07/06  20:52:48
9479         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9480              Date: Wed, 16 Jun 1999 14:57:22 -0400
9481              Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
9482              Subject: [PATCH 5.00557] Devel::Peek
9483      Branch: perl
9484            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
9485 ____________________________________________________________________________
9486 [  3622] By: gsar                                  on 1999/07/06  20:22:59
9487         Log: applied patch after demunging headers with appropriate paths
9488              From: "Vishal Bhatia" <vishalb@my-deja.com>
9489              Date: Sat, 12 Jun 1999 08:23:59 -0700
9490              Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
9491              Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
9492      Branch: perl
9493            ! cc_runtime.h ext/B/B.xs ext/B/B/CC.pm ext/B/B/Stackobj.pm
9494            ! ext/B/defsubs.h.PL lib/ExtUtils/typemap t/harness
9495 ____________________________________________________________________________
9496 [  3621] By: gsar                                  on 1999/07/06  20:10:50
9497         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9498              Date: Thu, 10 Jun 1999 04:05:22 -0400 (EDT)
9499              Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>
9500              Subject: [PATCH 5.005_57] Optimize 2>&1 in commands
9501      Branch: perl
9502            ! doio.c
9503 ____________________________________________________________________________
9504 [  3620] By: jhi                                   on 1999/07/06  19:16:47
9505         Log: Mention EPOC and SOCKS.
9506      Branch: cfgperl
9507            ! pod/perldelta.pod
9508 ____________________________________________________________________________
9509 [  3619] By: gsar                                  on 1999/07/06  16:52:37
9510         Log: fix int vs STRLEN issue
9511      Branch: perl
9512            ! pp.c
9513 ____________________________________________________________________________
9514 [  3618] By: jhi                                   on 1999/07/06  16:52:20
9515         Log: There ain't Perl_atonv().
9516      Branch: cfgperl
9517            ! ext/ByteLoader/bytecode.h
9518 ____________________________________________________________________________
9519 [  3617] By: jhi                                   on 1999/07/06  15:55:22
9520         Log: Integrate with Sarathy.
9521      Branch: cfgperl
9522           !> Makefile.SH
9523 ____________________________________________________________________________
9524 [  3616] By: jhi                                   on 1999/07/06  15:54:09
9525         Log: Tweak for #3613.
9526      Branch: cfgperl
9527            ! Configure config_h.SH
9528 ____________________________________________________________________________
9529 [  3615] By: gsar                                  on 1999/07/06  11:00:21
9530         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
9531              Date:  Sun, 13 Jun 1999 17:46:13 -0600 (MDT)
9532              Message-Id:  <199906132346.RAA26632@xerxes.courtesan.com>
9533              Subject: [ID 19990613.003  linklibperl set incorrectly in Makefile.SH for OpenBSD]
9534      Branch: perl
9535            ! Makefile.SH
9536 ____________________________________________________________________________
9537 [  3614] By: jhi                                   on 1999/07/06  10:44:48
9538         Log: Integrate with Sarathy.
9539      Branch: cfgperl
9540           !> ext/IO/lib/IO/File.pm op.c op.h opcode.h opcode.pl perl.h pp.h
9541           !> pp.sym pp_proto.h t/base/rs.t t/pragma/warn/op
9542 ____________________________________________________________________________
9543 [  3613] By: jhi                                   on 1999/07/06  10:43:20
9544         Log: From: Nathan Kurz <nate@valleytel.net>
9545              Subject: [ID 19990612.001 compiling three deep modules within ext/]
9546              ply-To: nate@valleytel.net
9547              erl5-porters@perl.org
9548              Date: Sat, 12 Jun 1999 01:26:04 -0500
9549              Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>
9550      Branch: cfgperl
9551            ! Configure config_h.SH
9552 ____________________________________________________________________________
9553 [  3612] By: gsar                                  on 1999/07/06  10:17:52
9554         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9555              Date: Sat, 12 Jun 1999 04:49:09 -0400 (EDT)
9556              Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>
9557              Subject: [PATCH 5.005_57] Optimize away OP_SASSIGN
9558      Branch: perl
9559            ! op.c op.h opcode.h opcode.pl pp.h pp.sym pp_proto.h
9560 ____________________________________________________________________________
9561 [  3611] By: gsar                                  on 1999/07/06  09:51:20
9562         Log: From: pvhp@forte.com (Peter Prymmer)
9563              Date: Fri, 11 Jun 99 17:07:19 PDT
9564              Message-Id: <9906120007.AA13802@forte.com>
9565              Subject: [PATCH _03 && _57]portability fix for IO::File and FileHandle
9566      Branch: perl
9567            ! ext/IO/lib/IO/File.pm
9568 ____________________________________________________________________________
9569 [  3610] By: gsar                                  on 1999/07/06  09:37:37
9570         Log: fix for C<$/ = 42> setting paragraph mode (applied with small
9571              tweak)
9572              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
9573              Date: Wed, 09 Jun 1999 18:27:51 +0100
9574              Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
9575              Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32
9576      Branch: perl
9577            ! perl.h t/base/rs.t
9578 ____________________________________________________________________________
9579 [  3609] By: jhi                                   on 1999/07/06  09:28:48
9580         Log: Integrate with Sarathy.
9581      Branch: cfgperl
9582           !> (integrate 49 files)
9583 ____________________________________________________________________________
9584 [  3608] By: gsar                                  on 1999/07/06  09:28:21
9585         Log: test tweak
9586      Branch: perl
9587            ! t/pragma/warn/op
9588 ____________________________________________________________________________
9589 [  3607] By: jhi                                   on 1999/07/06  09:22:48
9590         Log: Put back the cygwin32 Configure fix of 3582 undone by 3597.
9591      Branch: cfgperl
9592            ! Configure config_h.SH
9593 ____________________________________________________________________________
9594 [  3606] By: gsar                                  on 1999/07/06  09:05:02
9595         Log: applied slightly tweaked version of suggested patch for
9596              improved RE API
9597              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9598              Date: Wed, 9 Jun 1999 18:14:27 -0400 (EDT)
9599              Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
9600              Subject: [PATCH 5.005_57] REx engine rehash
9601      Branch: perl
9602            ! Changes dump.c embed.h embed.pl embedvar.h ext/re/Makefile.PL
9603            ! ext/re/re.xs global.sym objXSUB.h perl.c perl.h pp.c pp_hot.c
9604            ! proto.h regcomp.c regcomp.h regexec.c regexp.h thrdvar.h
9605            ! util.c
9606 ____________________________________________________________________________
9607 [  3605] By: gsar                                  on 1999/07/06  08:54:03
9608         Log: bug in change#3602 (cpp conditionals not allowed inside macro args)
9609      Branch: perl
9610            ! sv.c
9611 ____________________________________________________________________________
9612 [  3604] By: gsar                                  on 1999/07/06  07:08:30
9613         Log: From: paul.marquess@bt.com
9614              Date: Tue, 8 Jun 1999 22:37:58 +0100 
9615              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>
9616              Subject: [PATCH 5.005_57] DB_File 1.67
9617      Branch: perl
9618            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
9619            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
9620 ____________________________________________________________________________
9621 [  3603] By: gsar                                  on 1999/07/06  07:04:50
9622         Log: From: paul.marquess@bt.com
9623              Date: Tue, 8 Jun 1999 22:34:01 +0100 
9624              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>
9625              Subject: [PATCH 5.005_57] DBM Filters
9626      Branch: perl
9627            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
9628            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
9629            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
9630            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
9631 ____________________________________________________________________________
9632 [  3602] By: gsar                                  on 1999/07/06  07:00:01
9633         Log: slightly tweaked version of suggested patch
9634              From: Dan Sugalski <sugalskd@ous.edu>
9635              Date: Tue, 08 Jun 1999 14:09:38 -0700
9636              Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
9637              Subject: [PATCH 5.005_57]Use NV instead of double in the core
9638      Branch: perl
9639            ! av.h bytecode.pl cv.h doio.c dump.c embed.pl
9640            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c hv.h
9641            ! intrpvar.h mg.c op.c perl.h pp.c pp.h pp_ctl.c pp_sys.c
9642            ! proto.h sv.c sv.h toke.c universal.c util.c
9643 ____________________________________________________________________________
9644 [  3601] By: gsar                                  on 1999/07/06  06:52:57
9645         Log: integrate cfgperl contents into mainline
9646      Branch: perl
9647           +> README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
9648           +> epoc/perl.mmp epoc/perl.pkg
9649           !> (integrate 30 files)
9650 ____________________________________________________________________________
9651 [  3598] By: jhi                                   on 1999/07/05  20:02:55
9652         Log: Integrate with mainperl.
9653      Branch: cfgperl
9654           +> lib/CGI/Pretty.pm
9655           !> Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
9656           !> ext/B/B/Stackobj.pm ext/GDBM_File/GDBM_File.xs mg.c op.c
9657           !> opcode.h opcode.pl pp_sys.c t/lib/io_udp.t thread.h toke.c
9658           !> vms/descrip_mms.template vms/subconfigure.com vms/vms.c
9659           !> vms/vmsish.h
9660 ____________________________________________________________________________
9661 [  3597] By: jhi                                   on 1999/07/05  19:59:48
9662         Log: Hack SOCKS support some more plus a patch from Andy Dougherty
9663              that addresses the notorious "Additional libraries" question.
9664      Branch: cfgperl
9665            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9666            ! config_h.SH doio.c ext/Socket/Socket.xs hints/aix.sh perl.c
9667            ! pp_sys.c
9668 ____________________________________________________________________________
9669 [  3596] By: gsar                                  on 1999/07/05  18:30:51
9670         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9671              Date: Tue, 8 Jun 1999 04:47:58 -0400 (EDT)
9672              Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>
9673              Subject: [PATCH 5.00557] Long-standing UDP sockets bug on OS/2
9674      Branch: perl
9675            ! pp_sys.c t/lib/io_udp.t
9676 ____________________________________________________________________________
9677 [  3595] By: gsar                                  on 1999/07/05  18:29:08
9678         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9679              Date: Tue, 8 Jun 1999 04:44:58 -0400 (EDT)
9680              Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>
9681              Subject: [PATCH 5.00557] Setting $^E wipes out $!
9682      Branch: perl
9683            ! mg.c
9684 ____________________________________________________________________________
9685 [  3594] By: gsar                                  on 1999/07/05  18:24:53
9686         Log: hand-apply whitespace mutiliated patch
9687              From: Dan Sugalski <sugalskd@osshe.edu>
9688              Date: Mon, 07 Jun 1999 14:46:42 -0700
9689              Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
9690              Subject: [PATCH 5.005_57]Updated VMS patch
9691      Branch: perl
9692            ! thread.h vms/descrip_mms.template vms/subconfigure.com
9693            ! vms/vms.c vms/vmsish.h
9694 ____________________________________________________________________________
9695 [  3593] By: gsar                                  on 1999/07/05  17:53:04
9696         Log: applied parts not duplicated by previous patches
9697              From: "Vishal Bhatia" <vishalb@my-deja.com>
9698              Date: Sat, 05 Jun 1999 08:42:17 -0700
9699              Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
9700              Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes
9701      Branch: perl
9702            ! Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
9703            ! ext/B/B/Stackobj.pm
9704 ____________________________________________________________________________
9705 [  3592] By: jhi                                   on 1999/07/05  17:17:22
9706         Log: AIX threaded build, plus few more on the side.
9707      Branch: cfgperl
9708            ! embed.h embed.pl ext/DynaLoader/dl_aix.xs
9709            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
9710            ! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
9711            ! perl_exp.SH pp_ctl.c proto.h toke.c util.c
9712 ____________________________________________________________________________
9713 [  3591] By: gsar                                  on 1999/07/05  16:52:34
9714         Log: "\e" and "\a" didn't produce right escape under EBCDIC
9715              From: pvhp@forte.com (Peter Prymmer)
9716              Date: Fri, 4 Jun 99 12:00:27 PDT
9717              Message-Id: <9906041900.AA28387@forte.com>
9718              Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
9719      Branch: perl
9720            ! toke.c
9721 ____________________________________________________________________________
9722 [  3590] By: gsar                                  on 1999/07/05  16:40:01
9723         Log: s/scalar ref constructor/single ref constructor/ (suggested
9724              by Stephen McCamant)
9725      Branch: perl
9726            ! opcode.h opcode.pl
9727 ____________________________________________________________________________
9728 [  3589] By: gsar                                  on 1999/07/05  16:34:06
9729         Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
9730      Branch: perl
9731            ! ext/GDBM_File/GDBM_File.xs
9732 ____________________________________________________________________________
9733 [  3588] By: gsar                                  on 1999/07/05  16:29:39
9734         Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
9735              is unchanged still)
9736      Branch: perl
9737            ! op.c
9738 ____________________________________________________________________________
9739 [  3587] By: jhi                                   on 1999/07/05  10:31:43
9740         Log: Make perl_exp.SH smarter about what to include and what to exclude.
9741      Branch: cfgperl
9742            ! perl_exp.SH
9743 ____________________________________________________________________________
9744 [  3586] By: jhi                                   on 1999/07/05  09:29:31
9745         Log: Remove unnecessary and extraneous my $i = 0.
9746      Branch: cfgperl
9747            ! bytecode.pl
9748 ____________________________________________________________________________
9749 [  3585] By: jhi                                   on 1999/07/05  07:28:59
9750         Log: Integrate with mainperl.
9751      Branch: cfgperl
9752           !> (integrate 30 files)
9753 ____________________________________________________________________________
9754 [  3584] By: gsar                                  on 1999/07/05  05:36:28
9755         Log: From: Vishal Bhatia <vishalb@hotmail.com>
9756              Date: Thu, 03 Jun 1999 00:57:48 PDT
9757              Message-ID: <19990603075749.86665.qmail@hotmail.com>
9758              Subject: Re: [PATCH 5.005_57] pp_sort sorted out
9759      Branch: perl
9760            ! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
9761 ____________________________________________________________________________
9762 [  3583] By: gsar                                  on 1999/07/05  05:31:19
9763         Log: suppress fancy display when in verbose mode (suggested by
9764              Paul Johnson <pjcj@transeda.com>)
9765      Branch: perl
9766            ! lib/Test/Harness.pm
9767 ____________________________________________________________________________
9768 [  3582] By: gsar                                  on 1999/07/05  05:17:12
9769         Log: cygwin32 update
9770              From: "Fifer, Eric" <EFifer@sanwaint.com>
9771              Date:  Wed, 2 Jun 1999 15:16:05 +0100
9772              Message-Id:  <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
9773              Subject:  [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
9774      Branch: perl
9775            ! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
9776            ! cygwin32/build-instructions.READFIRST
9777            ! cygwin32/build-instructions.charles-wilson
9778            ! cygwin32/build-instructions.sebastien-barre
9779            ! cygwin32/build-instructions.steven-morlock
9780            ! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
9781            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
9782            ! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
9783            ! t/op/magic.t util.c
9784 ____________________________________________________________________________
9785 [  3581] By: gsar                                  on 1999/07/05  02:46:18
9786         Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
9787      Branch: perl
9788            ! util.c
9789 ____________________________________________________________________________
9790 [  3580] By: gsar                                  on 1999/07/05  02:38:03
9791         Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
9792              Date: Mon, 31 May 1999 18:18:13 -0600
9793              Message-ID: <19990601001813.AAA17834@csgsystems.com>
9794              Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
9795      Branch: perl
9796            ! t/TEST t/UTEST t/harness utils/perlcc.PL
9797 ____________________________________________________________________________
9798 [  3579] By: gsar                                  on 1999/07/05  01:20:58
9799         Log: compatibility tweak for Class::Struct
9800      Branch: perl
9801            ! lib/Class/Struct.pm
9802 ____________________________________________________________________________
9803 [  3578] By: jhi                                   on 1999/07/04  23:26:01
9804         Log: Miscellaneus AIX fixes + SOCKS support.
9805      Branch: cfgperl
9806            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
9807            ! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
9808            ! hints/aix.sh pp_sys.c
9809 ____________________________________________________________________________
9810 [  3577] By: gsar                                  on 1999/07/04  23:07:39
9811         Log: test tweak
9812      Branch: perl
9813            ! t/io/openpid.t
9814 ____________________________________________________________________________
9815 [  3576] By: jhi                                   on 1999/07/04  22:39:23
9816         Log: Integrate with mainperl.
9817      Branch: cfgperl
9818           +> t/io/openpid.t
9819            - win32/perlhost.h
9820           !> (integrate 51 files)
9821 ____________________________________________________________________________
9822 [  3575] By: jhi                                   on 1999/07/04  22:26:48
9823         Log: Added 64-bit support for AIX 4.3 or better
9824              based on Martin H. Rusoff's observations.
9825      Branch: cfgperl
9826            ! Configure config_h.SH hints/aix.sh
9827 ____________________________________________________________________________
9828 [  3574] By: jhi                                   on 1999/07/04  21:34:47
9829         Log: Do not throw away gccvers compilation errors.
9830              From: Andy Dougherty <doughera@lafayette.edu>
9831              To: Ron Seguin <rseguin@on.bell.ca>
9832              Cc: Perl Porters <perl5-porters@perl.org>
9833              Subject: [PATCH] Re: [ID 19990625.011]  WHOA There
9834              Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
9835              Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
9836      Branch: cfgperl
9837            ! Configure config_h.SH
9838 ____________________________________________________________________________
9839 [  3573] By: gsar                                  on 1999/07/04  21:10:32
9840         Log: adapted suggested tests for addition to testsuite
9841              From: RonaldWS@aol.com
9842              Date:  Sun, 30 May 1999 16:27:28 EDT
9843              Message-Id:  <25cd799f.2482f930@aol.com>
9844              Subject: [19990530.007] Open with pipe | does not return pid under win32
9845      Branch: perl
9846            + t/io/openpid.t
9847            ! MANIFEST win32/win32.c
9848 ____________________________________________________________________________
9849 [  3572] By: gsar                                  on 1999/07/04  20:29:32
9850         Log: perl_run() should call my_exit(0) for normal completion
9851      Branch: perl
9852            ! perl.c
9853 ____________________________________________________________________________
9854 [  3571] By: jhi                                   on 1999/07/04  20:10:44
9855         Log: Add test for change #3568 plus general cleanup.
9856      Branch: cfgperl
9857            ! t/pragma/locale.t
9858 ____________________________________________________________________________
9859 [  3570] By: gsar                                  on 1999/07/04  20:03:21
9860         Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
9861              overloading
9862      Branch: perl
9863            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
9864            ! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
9865 ____________________________________________________________________________
9866 [  3569] By: gsar                                  on 1999/07/04  18:04:48
9867         Log: make AIX dynaloading work when libperl is shared (and thus under
9868              mod_perl etc.)
9869              From: Jens-Uwe Mager <jum@helios.de>
9870              Date:  Sat, 29 May 1999 17:09:52 +0200
9871              Message-Id:  <199905291509.RAA43978@ans.helios.de>
9872              Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
9873      Branch: perl
9874            ! ext/DynaLoader/dl_aix.xs
9875 ____________________________________________________________________________
9876 [  3568] By: jhi                                   on 1999/07/04  14:54:23
9877         Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
9878              This resulted for example in the 'o' magic not being cleared by
9879              magic_setcollxfrm(), which resulted in strange cmp results.
9880              The bug was reported originally in the message
9881              Subject: Bug with locale
9882              From: Jan Starzynski <jan@planet.de> 
9883              To: perlbug@perl.com 
9884              Date: Fri, 09 Apr 1999 13:23:07 +0200 
9885              Message-ID: <370DE31B.DAEE1332@planet.de> 
9886      Branch: cfgperl
9887            ! pp.c
9888 ____________________________________________________________________________
9889 [  3567] By: gsar                                  on 1999/07/04  02:38:34
9890         Log: remove misleading info on defined(&func), unclutter deprecation
9891              about defined(@array)
9892      Branch: perl
9893            ! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
9894            ! t/pragma/warn/op
9895 ____________________________________________________________________________
9896 [  3566] By: gsar                                  on 1999/07/04  01:46:31
9897         Log: From: jan.dubois@ibm.net (Jan Dubois)
9898              Date: Wed, 26 May 1999 22:07:17 +0200
9899              Message-ID: <374c53ac.10322322@smtp1.ibm.net>
9900              Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
9901      Branch: perl
9902            ! Changes win32/win32.c win32/win32.h
9903 ____________________________________________________________________________
9904 [  3565] By: gsar                                  on 1999/07/04  01:26:02
9905         Log: newer version of perlxstut from Jeff Okamoto (slightly edited
9906              for win32 issues)
9907      Branch: perl
9908            ! pod/perlxstut.pod
9909 ____________________________________________________________________________
9910 [  3564] By: gsar                                  on 1999/07/02  03:09:04
9911         Log: avoid warnings
9912      Branch: perl
9913            ! ext/Thread/Thread/Specific.pm lib/fields.pm
9914 ____________________________________________________________________________
9915 [  3563] By: gsar                                  on 1999/06/28  19:23:47
9916         Log: inc version (for CPAN.pm sanity)
9917      Branch: perl
9918            ! lib/Text/ParseWords.pm
9919 ____________________________________________________________________________
9920 [  3562] By: gsar                                  on 1999/06/28  19:19:01
9921         Log: regen perltoc
9922      Branch: perl
9923            ! pod/perltoc.pod
9924 ____________________________________________________________________________
9925 [  3561] By: gsar                                  on 1999/06/28  19:08:41
9926         Log: From: Damian Conway <damian@cs.monash.edu.au>
9927              Date: Wed, 26 May 1999 00:58:35 -0400
9928              Message-Id: <199905260458.AAA06411@defender.perl.org>
9929              Subject: [19990526.002] Misc. improvements to Class:Struct
9930      Branch: perl
9931            ! MANIFEST lib/Class/Struct.pm
9932 ____________________________________________________________________________
9933 [  3560] By: gsar                                  on 1999/06/28  18:50:52
9934         Log: remove bogus PL_optype_size
9935      Branch: perl
9936            ! bytecode.pl ext/ByteLoader/byterun.h
9937 ____________________________________________________________________________
9938 [  3559] By: gsar                                  on 1999/06/28  18:22:26
9939         Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
9940      Branch: perl
9941            + lib/CGI/Pretty.pm
9942            ! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
9943            ! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
9944            ! t/lib/cgi-html.t t/lib/cgi-request.t
9945 ____________________________________________________________________________
9946 [  3558] By: jhi                                   on 1999/06/28  07:30:21
9947         Log: Change Olaf Lebbe's email address.
9948      Branch: cfgperl
9949            ! README.epoc
9950 ____________________________________________________________________________
9951 [  3557] By: gsar                                  on 1999/06/28  00:07:33
9952         Log: make autogenerated files writable
9953      Branch: perl
9954            - win32/perlhost.h
9955            ! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
9956            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
9957            ! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
9958            ! proto.h regnodes.h warning.h win32/config_H.bc
9959            ! win32/config_H.gc win32/config_H.vc
9960 ____________________________________________________________________________
9961 [  3556] By: jhi                                   on 1999/06/27  19:22:53
9962         Log: Update MANIFEST to match #3555.
9963      Branch: cfgperl
9964            ! MANIFEST
9965 ____________________________________________________________________________
9966 [  3555] By: jhi                                   on 1999/06/27  19:16:22
9967         Log: EPOC port to Psion5.
9968              From: Olaf Flebbe <O.Flebbe@science-computing.de>
9969              To: Jarkko Hietaniemi <jhi@iki.fi>
9970              Cc: perl5-porters@perl.org
9971              Subject: Re: Psion5
9972              Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
9973              Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
9974      Branch: cfgperl
9975            + README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
9976            + epoc/perl.mmp epoc/perl.pkg
9977            ! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
9978            ! perl.h sv.c util.c
9979 ____________________________________________________________________________
9980 [  3554] By: jhi                                   on 1999/06/27  18:50:52
9981         Log: Integrate from mainperl.
9982      Branch: cfgperl
9983           !> (integrate 48 files)
9984 ____________________________________________________________________________
9985 [  3553] By: gsar                                  on 1999/06/27  14:28:49
9986         Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
9987              gone from the public API); PERL_OBJECT builds again on
9988              windows
9989              
9990              TODO: namespace-clean the typedefs in iperlsys.h and
9991              elsewhere; remove C++ remnants from public headers
9992      Branch: perl
9993            ! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
9994            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
9995            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
9996            ! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
9997            ! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
9998            ! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
9999            ! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
10000            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
10001            ! win32/config.gc win32/config.vc win32/dl_win32.xs
10002            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
10003            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
10004            ! win32/win32sck.c
10005 ____________________________________________________________________________
10006 [  3552] By: gsar                                  on 1999/06/27  13:49:31
10007         Log: integrate cfgperl changes into mainline
10008      Branch: perl
10009           !> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
10010           !> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
10011           !> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
10012           !> util.c
10013 ____________________________________________________________________________
10014 [  3551] By: gsar                                  on 1999/06/27  13:31:11
10015         Log: fix indents
10016      Branch: perl
10017            ! op.c
10018 ____________________________________________________________________________
10019 [  3550] By: gsar                                  on 1999/06/24  22:42:53
10020         Log: update Changes
10021      Branch: perl
10022            ! Changes
10023 ____________________________________________________________________________
10024 [  3549] By: gsar                                  on 1999/06/24  22:41:17
10025         Log: avoid race condition in the CAPI extension bootstrap handler
10026      Branch: perl
10027            ! lib/ExtUtils/xsubpp win32/GenCAPI.pl
10028 ____________________________________________________________________________
10029 [  3548] By: gsar                                  on 1999/06/24  22:39:53
10030         Log: sanity check to cover the case when perl is installed into the
10031              X:\ (drive root)
10032      Branch: perl
10033            ! win32/win32.c
10034 ____________________________________________________________________________
10035 [  3547] By: gsar                                  on 1999/06/22  19:30:32
10036         Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
10037      Branch: perl
10038            ! lib/Tie/RefHash.pm
10039 ____________________________________________________________________________
10040 [  3544] By: jhi                                   on 1999/06/18  19:24:28
10041         Log: Tidy up #3542 and #3543. 
10042      Branch: cfgperl
10043            ! t/pragma/locale.t util.c
10044 ____________________________________________________________________________
10045 [  3543] By: jhi                                   on 1999/06/18  10:28:45
10046         Log: Spice up locale.t.
10047      Branch: cfgperl
10048            ! t/pragma/locale.t
10049 ____________________________________________________________________________
10050 [  3542] By: jhi                                   on 1999/06/17  22:42:03
10051         Log: Fixed two long-standing locale bugs.
10052              
10053              Both problems were related to numeric locale which
10054              controls the radix character aka the decimal separator.
10055              (1) printf (and sprintf) were resetting the numeric locale to C.
10056              (2) Using locale-numerically formatted floating point
10057              numbers (e.g. "1,23") together with -w caused warnings about
10058              "isn't numeric".  The operations were working fine, though,
10059              because atof() was using the local locale.
10060              Both problems reported by Stefan Vogtner.
10061              
10062              Introduced a wrapper for atof() that attempts to convert
10063              the string both ways.  This helps Perl to understand
10064              numbers like this "4.56" even when using a local locale
10065              makes atof() understand only numbers like this "7,89".
10066              
10067              Remaining related problems, both of which existed before
10068              this patch and continue to exist after this patch:
10069              (a) The behaviour of print() is _not_ as documented by perllocale.
10070              Instead of always using the C locale, print() does use the
10071              local locale, just like the *printf() do.  This may be fixable
10072              now that switching to-and-fro between locales has been made
10073              more consistent, but fixing print() would change existing
10074              behaviour.  perllocale is not changed by this patch.
10075              (b) If a number has been stringified (say, via "$number") under
10076              a local locale, the cached string value persists even under
10077              "no locale".  This may or may not be a problem: operations
10078              work fine because the original number is still there, but
10079              that the string form keeps its locale-ish outlook may be
10080              somewhat confusing.
10081      Branch: cfgperl
10082            ! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
10083            ! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
10084            ! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
10085            ! util.c
10086 ____________________________________________________________________________
10087 [  3541] By: jhi                                   on 1999/06/17  20:00:16
10088         Log: Integrate from mainperl.
10089      Branch: cfgperl
10090           !> ext/Data/Dumper/Dumper.pm op.c
10091 ____________________________________________________________________________
10092 [  3540] By: gsar                                  on 1999/06/16  16:49:55
10093         Log: dump C<0> as such, not C<'0'>
10094      Branch: perl
10095            ! ext/Data/Dumper/Dumper.pm
10096 ____________________________________________________________________________
10097 [  3539] By: gsar                                  on 1999/06/13  04:04:40
10098         Log: fix coredumper in change#3498
10099      Branch: perl
10100            ! op.c
10101 ____________________________________________________________________________
10102 [  3538] By: jhi                                   on 1999/06/12  22:01:26
10103         Log: Integrate from mainperl.
10104      Branch: cfgperl
10105           +> lib/caller.pm
10106           !> (integrate 36 files)
10107 ____________________________________________________________________________
10108 [  3537] By: gsar                                  on 1999/06/12  06:43:03
10109         Log: EXTERN_C declarations for global arrays in various
10110              headers, so perl can be built even in C++ mode; win32
10111              build fixups; regen headers
10112      Branch: perl
10113            ! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
10114            ! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
10115 ____________________________________________________________________________
10116 [  3536] By: gsar                                  on 1999/06/12  06:38:21
10117         Log: caller.pm typos
10118      Branch: perl
10119            ! lib/caller.pm
10120 ____________________________________________________________________________
10121 [  3535] By: gsar                                  on 1999/06/11  23:13:54
10122         Log: various little tweaks; most globals are now in intrpvar.h, ninterps
10123              is temporarily gone
10124      Branch: perl
10125            ! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
10126            ! pod/perldelta.pod proto.h win32/perllib.c
10127 ____________________________________________________________________________
10128 [  3534] By: gsar                                  on 1999/06/11  20:41:51
10129         Log: implement C<use caller 'encoding'>
10130      Branch: perl
10131            + lib/caller.pm
10132            ! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
10133 ____________________________________________________________________________
10134 [  3533] By: gsar                                  on 1999/06/11  16:51:04
10135         Log: truncate() has a peculiar exemption from strict barewords, even
10136              though it has a non-filehandle prototype
10137      Branch: perl
10138            ! op.c t/io/fs.t
10139 ____________________________________________________________________________
10140 [  3532] By: gsar                                  on 1999/06/11  09:09:16
10141         Log: GDBM tweak
10142      Branch: perl
10143            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
10144 ____________________________________________________________________________
10145 [  3531] By: gsar                                  on 1999/06/10  23:34:19
10146         Log: part of the platform changes for IMPLICIT_CONTEXT
10147      Branch: perl
10148            ! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
10149            ! jpl/PerlInterpreter/PerlInterpreter.c
10150            ! jpl/PerlInterpreter/PerlInterpreter.h
10151            ! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
10152            ! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
10153 ____________________________________________________________________________
10154 [  3530] By: jhi                                   on 1999/06/10  20:55:56
10155         Log: Integrate from mainperl.
10156      Branch: cfgperl
10157           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
10158 ____________________________________________________________________________
10159 [  3529] By: gsar                                  on 1999/06/10  20:40:01
10160         Log: DB_File tweaks for IMPLICIT CONTEXT
10161      Branch: perl
10162            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
10163 ____________________________________________________________________________
10164 [  3528] By: jhi                                   on 1999/06/10  10:18:15
10165         Log: Integrate from mainperl.
10166      Branch: cfgperl
10167           !> (integrate 105 files)
10168 ____________________________________________________________________________
10169 [  3527] By: gsar                                  on 1999/06/10  09:30:35
10170         Log: most globals are now interpreter local; locale initialization
10171              was too early, defer it until interpreter is allocated and
10172              initialized; multiple interpreters should now be
10173              concurrency-safe (untested)
10174      Branch: perl
10175            ! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
10176            ! perlvars.h
10177 ____________________________________________________________________________
10178 [  3526] By: gsar                                  on 1999/06/10  08:38:00
10179         Log: fix small nits
10180      Branch: perl
10181            ! cc_runtime.h ext/B/B/CC.pm run.c
10182 ____________________________________________________________________________
10183 [  3525] By: gsar                                  on 1999/06/10  04:41:38
10184         Log: win32 build fixes
10185      Branch: perl
10186            ! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
10187            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
10188            ! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
10189            ! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
10190            ! win32/Makefile win32/config_H.bc win32/config_H.gc
10191            ! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
10192            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
10193            ! win32/win32.c win32/win32.h win32/win32sck.c
10194            ! win32/win32thread.c win32/win32thread.h
10195 ____________________________________________________________________________
10196 [  3524] By: gsar                                  on 1999/06/09  18:03:01
10197         Log: more complete support for implicit thread/interpreter pointer,
10198              enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
10199              without that enabled):
10200              - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
10201              is a noop; tests pass on Solaris; should be faster now!
10202              - MULTIPLICITY has been tested with and without
10203              PERL_IMPLICIT_CONTEXT on Solaris
10204              - improved function database now merged with embed.pl
10205              - everything except the varargs functions have foo(a,b,c) macros
10206              to provide compatibility
10207              - varargs functions default to compatibility variants that
10208              get the context pointer using dTHX
10209              - there should be almost no source compatibility issues as a
10210              result of all this
10211              - dl_foo.xs changes other than dl_dlopen.xs untested
10212              - still needs documentation, fixups for win32 etc
10213              Next step: migrate most non-mutex variables from perlvars.h
10214              to intrpvar.h
10215      Branch: perl
10216            - proto.pl
10217            ! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
10218            ! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
10219            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
10220            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
10221            ! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
10222            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
10223            ! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
10224            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
10225            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
10226            ! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
10227            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
10228            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
10229            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
10230            ! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
10231            ! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
10232            ! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
10233            ! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
10234            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
10235            ! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
10236            ! util.c win32/Makefile win32/makefile.mk writemain.SH
10237 ____________________________________________________________________________
10238 [  3523] By: gsar                                  on 1999/06/07  05:24:13
10239         Log: missed a file
10240      Branch: perl
10241            + proto.pl
10242            ! MANIFEST
10243 ____________________________________________________________________________
10244 [  3522] By: gsar                                  on 1999/06/07  05:18:34
10245         Log: initial stub implementation of implicit thread/this
10246              pointer    argument; builds/tests on Solaris, win32
10247              hasn't been fixed up yet; proto.h, global.sym and
10248              static function decls are now generated from a common
10249              database in proto.pl; some inconsistently named
10250              perl_foo() things are now Perl_foo(), compatibility
10251              #defines provided; perl_foo() (lowercase 'p') reserved
10252              for functions that take an explicit context argument;
10253              next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
10254      Branch: perl
10255            ! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
10256            ! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
10257            ! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
10258            ! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
10259            ! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
10260            ! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
10261            ! universal.c utf8.c util.c
10262 ____________________________________________________________________________
10263 [  3521] By: gsar                                  on 1999/06/04  23:00:22
10264         Log: clean up some stray "global" symbols
10265      Branch: perl
10266            ! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
10267            ! pp_proto.h proto.h
10268 ____________________________________________________________________________
10269 [  3520] By: jhi                                   on 1999/06/02  21:33:28
10270         Log: Integrate from mainperl.
10271      Branch: cfgperl
10272           !> (integrate 94 files)
10273 ____________________________________________________________________________
10274 [  3519] By: gsar                                  on 1999/06/02  07:16:10
10275         Log: avoid dereferencing null pointer from getpwent() et al
10276      Branch: perl
10277            ! pp_sys.c
10278 ____________________________________________________________________________
10279 [  3518] By: gsar                                  on 1999/06/02  04:47:10
10280         Log: remove _() non-ansism
10281      Branch: perl
10282            ! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
10283            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
10284            ! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
10285            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
10286            ! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
10287            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
10288            ! ext/re/re.xs handy.h hv.c iperlsys.h
10289            ! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
10290            ! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
10291            ! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
10292            ! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
10293            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
10294            ! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
10295            ! vms/vmsish.h vms/writemain.pl vos/config.h
10296            ! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
10297            ! win32/config_H.gc win32/config_H.vc win32/makemain.pl
10298            ! win32/perllib.c win32/runperl.c win32/win32.h
10299            ! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
10300            ! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
10301 ____________________________________________________________________________
10302 [  3517] By: gsar                                  on 1999/06/02  02:17:51
10303         Log: missed a few files
10304      Branch: perl
10305            ! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
10306 ____________________________________________________________________________
10307 [  3516] By: gsar                                  on 1999/06/02  01:37:33
10308         Log: integrate cfgperl contents into mainline
10309      Branch: perl
10310           +> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
10311           +> ext/ByteLoader/byterun.h
10312            - bytecode.h byterun.c byterun.h
10313            ! Changes
10314           !> (integrate 58 files)
10315 ____________________________________________________________________________
10316 [  3515] By: gsar                                  on 1999/06/02  00:48:50
10317         Log: remove stray K&R-isms
10318      Branch: perl
10319            ! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
10320            ! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
10321            ! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
10322            ! toke.c util.c win32/win32.c x2p/hash.c
10323 ____________________________________________________________________________
10324 [  3514] By: gsar                                  on 1999/06/01  15:55:55
10325         Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
10326              strict 'subs'
10327      Branch: perl
10328            ! op.c t/pragma/strict-subs
10329 ____________________________________________________________________________
10330 [  3513] By: jhi                                   on 1999/06/01  07:17:05
10331         Log: Patch applying of #3499 had gone awry.
10332      Branch: cfgperl
10333            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
10334 ____________________________________________________________________________
10335 [  3512] By: gsar                                  on 1999/05/31  19:21:30
10336         Log: tighter -help output
10337      Branch: perl
10338            ! perl.c
10339 ____________________________________________________________________________
10340 [  3511] By: gsar                                  on 1999/05/31  17:18:23
10341         Log: fix memory leak in C<eval 'return sub {...}'>
10342      Branch: perl
10343            ! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
10344 ____________________________________________________________________________
10345 [  3510] By: gsar                                  on 1999/05/31  14:11:46
10346         Log: tweak C++isms
10347      Branch: perl
10348            ! win32/dl_win32.xs win32/win32.c
10349 ____________________________________________________________________________
10350 [  3509] By: jhi                                   on 1999/05/30  13:02:26
10351         Log: Cleanup of #3488.
10352      Branch: cfgperl
10353            ! Configure config_h.SH
10354 ____________________________________________________________________________
10355 [  3508] By: jhi                                   on 1999/05/30  11:16:01
10356         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10357              To: Mailing list Perl5 <perl5-porters@perl.org>
10358              Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
10359              Date: Sat, 29 May 1999 20:18:13 -0400
10360              Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
10361      Branch: cfgperl
10362            ! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
10363 ____________________________________________________________________________
10364 [  3507] By: jhi                                   on 1999/05/29  20:05:40
10365         Log: From: Mark-Jason Dominus <mjd@plover.com>
10366              To: perl5-porters@perl.com
10367              Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
10368              Date: Sat, 29 May 1999 14:45:10 -0400
10369              Message-ID: <19990529184510.27557.qmail@plover.com>
10370      Branch: cfgperl
10371            ! op.h
10372 ____________________________________________________________________________
10373 [  3506] By: gsar                                  on 1999/05/29  16:49:39
10374         Log: avoid gv_check() recursive pit
10375      Branch: perl
10376            ! gv.c
10377 ____________________________________________________________________________
10378 [  3505] By: jhi                                   on 1999/05/29  11:38:16
10379         Log: From: jan.dubois@ibm.net (Jan Dubois)
10380              To: Gurusamy Sarathy <gsar@activestate.com>
10381              Cc: perl5-porters@perl.org
10382              Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
10383              Date: Sat, 29 May 1999 08:46:22 +0200
10384              Message-ID: <374f8007.2016008@smtp1.ibm.net>
10385      Branch: cfgperl
10386            ! t/op/grent.t t/op/pwent.t
10387 ____________________________________________________________________________
10388 [  3504] By: jhi                                   on 1999/05/29  11:07:10
10389         Log: QNX needs <sys/select.h> to define fd_set.
10390              
10391              From: Norton Allen <allen@huarp.harvard.edu>
10392              To: perl5-porters@perl.org
10393              Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
10394              Date:  Wed, 26 May 1999 13:51:27 -0400 (EDT)
10395              Message-Id:  <199905261751.NAA20966@bottesini.harvard.edu>
10396      Branch: cfgperl
10397            ! ext/IO/poll.c
10398 ____________________________________________________________________________
10399 [  3503] By: jhi                                   on 1999/05/29  10:53:31
10400         Log: From: jan.dubois@ibm.net (Jan Dubois)
10401              To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
10402              Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
10403              Date: Fri, 28 May 1999 20:14:35 +0200
10404              Message-ID: <3751daa4.7188847@smtp1.ibm.net>
10405      Branch: cfgperl
10406            ! lib/Math/BigFloat.pm
10407 ____________________________________________________________________________
10408 [  3502] By: jhi                                   on 1999/05/29  10:44:44
10409         Log: Make Configure support the change #3367,
10410              SysV shadow passwords.
10411      Branch: cfgperl
10412            ! Configure config_h.SH pp_sys.c
10413 ____________________________________________________________________________
10414 [  3501] By: gsar                                  on 1999/05/28  21:22:23
10415         Log: add wide versions of win32 system calls (first step in
10416              globalization); delayload winsock for performance if compiling
10417              with VC 6.0
10418      Branch: perl
10419            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
10420            ! win32/win32.c win32/win32.h
10421 ____________________________________________________________________________
10422 [  3500] By: jhi                                   on 1999/05/28  21:17:24
10423         Log: The new t/lib/io_linenum.t was using stricture
10424              before @INC was set up.
10425      Branch: cfgperl
10426            ! t/lib/io_linenum.t
10427 ____________________________________________________________________________
10428 [  3499] By: jhi                                   on 1999/05/28  17:13:23
10429         Log: From: Tom Hughes <tom@compton.nu>
10430              To: perl5-porters@perl.org
10431              Subject: [PATCH 5.005_57] ByteLoader mark 2
10432              Date: Wed, 26 May 1999 23:59:49 +0100
10433              Message-ID: <bf337a0849.tom@compton.compton.nu>
10434              
10435              plus resolve tiny conflict with #3479
10436              plus regen_headers.
10437      Branch: cfgperl
10438            + ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
10439            + ext/ByteLoader/byterun.h
10440            - bytecode.h byterun.c byterun.h
10441            ! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
10442            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
10443            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
10444            ! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
10445            ! perl.h perlvars.h proto.h util.c utils/Makefile
10446 ____________________________________________________________________________
10447 [  3498] By: jhi                                   on 1999/05/28  16:53:04
10448         Log: From: Mark-Jason Dominus <mjd@plover.com>
10449              To: perl5-porters@perl.com
10450              Subject: PATCH (5.005_57): defined(@a) now deprecated
10451              Date: Thu, 27 May 1999 16:05:44 -0400
10452              Message-ID: <19990527200544.13330.qmail@plover.com>
10453      Branch: cfgperl
10454            ! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
10455            ! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
10456 ____________________________________________________________________________
10457 [  3497] By: jhi                                   on 1999/05/28  16:50:54
10458         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10459              To: perl5-porters@perl.org (Mailing list Perl5)
10460              Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
10461              Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
10462              Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
10463      Branch: cfgperl
10464            ! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
10465            ! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
10466 ____________________________________________________________________________
10467 [  3496] By: jhi                                   on 1999/05/28  16:48:39
10468         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10469              To: perl5-porters@perl.org (Mailing list Perl5)
10470              Subject: [PATCH 5.00557] Required OS/2-related patches
10471              Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
10472              Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
10473      Branch: cfgperl
10474            ! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
10475            ! t/op/stat.t util.c
10476 ____________________________________________________________________________
10477 [  3495] By: jhi                                   on 1999/05/28  16:45:56
10478         Log: From: Paul Johnson <pjcj@transeda.com>
10479              To: perl5-porters <perl5-porters@perl.org>
10480              Subject: [PATCH 5.005_57] Provide more useful test okay percentage
10481              Date: Fri, 28 May 1999 15:13:54 +0100
10482              Message-ID: <19990528151354.B289@west-tip.transeda.com>
10483      Branch: cfgperl
10484            ! t/TEST
10485 ____________________________________________________________________________
10486 [  3494] By: jhi                                   on 1999/05/28  16:44:34
10487         Log: From: Paul Johnson <pjcj@transeda.com>
10488              To: perl5-porters <perl5-porters@perl.org>
10489              Subject: [PATCH 5.005_57] Fixes related to working local $.
10490              Date: Fri, 28 May 1999 15:11:18 +0100
10491              Message-ID: <19990528151118.A289@west-tip.transeda.com>
10492      Branch: cfgperl
10493            ! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
10494 ____________________________________________________________________________
10495 [  3493] By: gsar                                  on 1999/05/28  16:37:26
10496         Log: change#3449 wasn't doing enough
10497      Branch: perl
10498            ! op.c t/comp/proto.t
10499 ____________________________________________________________________________
10500 [  3492] By: jhi                                   on 1999/05/28  08:12:23
10501         Log: From: paul.marquess@bt.com
10502              To: doughera@lafayette.edu
10503              Cc: perl5-porters@perl.org
10504              Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
10505              Date: Thu, 27 May 1999 23:31:38 +0100
10506              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
10507              
10508              Had to be applied manually; some mailer had munged the patch slightly.
10509      Branch: cfgperl
10510            ! ext/NDBM_File/NDBM_File.xs
10511 ____________________________________________________________________________
10512 [  3491] By: jhi                                   on 1999/05/28  07:51:17
10513         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
10514              To: perl5-porters@perl.org
10515              Subject: [PATCH 5.005_57] fixing eval in the compiler
10516              Date: Thu, 27 May 1999 07:56:54 -0700
10517              Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
10518      Branch: cfgperl
10519            ! cc_runtime.h scope.h
10520 ____________________________________________________________________________
10521 [  3490] By: jhi                                   on 1999/05/28  07:47:06
10522         Log: From: Andy Dougherty <doughera@lafayette.edu>
10523              To: perlbug@perl.com
10524              Cc: Jarkko Hietaniemi <jhi@iki.fi>
10525              Subject: [PATCH] Configure updates for ISC 4.1
10526              Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
10527              Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
10528      Branch: cfgperl
10529            ! Configure config_h.SH
10530 ____________________________________________________________________________
10531 [  3489] By: jhi                                   on 1999/05/28  07:39:17
10532         Log: Integrate from mainperl.
10533      Branch: cfgperl
10534           !> malloc.c win32/makedef.pl win32/win32.c
10535 ____________________________________________________________________________
10536 [  3488] By: jhi                                   on 1999/05/27  16:57:19
10537         Log: From: Andy Dougherty <doughera@lafayette.edu>
10538              To: Perl Porters <perl5-porters@perl.org>
10539              Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
10540              Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
10541              Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
10542      Branch: cfgperl
10543            ! Configure config_h.SH hints/sunos_4_1.sh util.c
10544 ____________________________________________________________________________
10545 [  3487] By: gsar                                  on 1999/05/27  03:56:20
10546         Log: make win32_spawnvp() inherit standard handles even when they
10547              may be redirected
10548      Branch: perl
10549            ! win32/win32.c
10550 ____________________________________________________________________________
10551 [  3486] By: jhi                                   on 1999/05/26  19:55:52
10552         Log: From: Andy Dougherty <doughera@lafayette.edu>
10553              To: perl5-porters@perl.org
10554              Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
10555              Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
10556              Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
10557      Branch: cfgperl
10558            ! util.c
10559 ____________________________________________________________________________
10560 [  3485] By: chip                                  on 1999/05/26  17:19:11
10561         Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
10562      Branch: maint-5.004/perl
10563            ! Configure
10564 ____________________________________________________________________________
10565 [  3484] By: gsar                                  on 1999/05/26  01:56:28
10566         Log: fix missing exported symbol
10567      Branch: perl
10568            ! malloc.c win32/makedef.pl
10569 ____________________________________________________________________________
10570 [  3483] By: jhi                                   on 1999/05/25  23:08:07
10571         Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
10572              
10573              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
10574              To: perlbug@perl.com
10575              Subject: OpenBSD hints file update
10576              Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
10577              Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
10578      Branch: cfgperl
10579            ! hints/openbsd.sh
10580 ____________________________________________________________________________
10581 [  3482] By: jhi                                   on 1999/05/25  23:01:25
10582         Log: From: Tom Hughes <tom@compton.nu>
10583              To: perl5-porters@perl.org
10584              Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
10585              Date: Tue, 25 May 1999 23:10:23 +0100
10586              Message-ID: <1ed7f10749.tom@compton.compton.nu>
10587      Branch: cfgperl
10588            ! Configure config_h.SH
10589 ____________________________________________________________________________
10590 [  3481] By: jhi                                   on 1999/05/25  22:31:50
10591         Log: 3479, 3480, 3481 seems logical.
10592      Branch: cfgperl
10593           !> hints/aix.sh
10594 ____________________________________________________________________________
10595 [  3480] By: jhi                                   on 1999/05/25  22:13:39
10596         Log: The change #3479 wasn't perfect.
10597      Branch: perl
10598            ! hints/aix.sh
10599 ____________________________________________________________________________
10600 [  3479] By: jhi                                   on 1999/05/25  21:59:21
10601         Log: Cures for _57 in AIX 4.1.5.0.
10602              (1) The lddlflags lost its -lc by change #3660
10603              (and the politeness of change #3257).
10604              (2) optype_size must end up in perl.exp (as PL_optype_size).
10605              Added it to perlvars.h, fixed bytecode.pl,
10606              regen'ed the relevant headers.
10607      Branch: cfgperl
10608            ! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
10609            ! perlvars.h
10610      Branch: perl
10611            ! hints/aix.sh
10612 ____________________________________________________________________________
10613 [  3478] By: jhi                                   on 1999/05/25  20:13:47
10614         Log: Integrate from mainperl.
10615      Branch: cfgperl
10616           +> pod/perltootc.pod
10617           !> (integrate 101 files)
10618 ____________________________________________________________________________
10619 [  3477] By: gsar                                  on 1999/05/25  10:43:48
10620         Log: here be 5.005_57
10621      Branch: perl
10622            ! Changes MANIFEST Porting/makerel
10623           !> Changes5.005
10624
10625 ----------------
10626 Version 5.005_57
10627 ----------------
10628
10629 ____________________________________________________________________________
10630 [  3476] By: gsar                                  on 1999/05/25  09:23:43
10631         Log: up patchlevel &c
10632      Branch: perl
10633            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
10634            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10635            ! win32/makefile.mk
10636 ____________________________________________________________________________
10637 [  3475] By: gsar                                  on 1999/05/25  09:14:51
10638         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10639              Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
10640              Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
10641              Subject: [PATCH 5.005_56] REx engine improvements
10642      Branch: perl
10643            ! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
10644            ! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
10645            ! thrdvar.h util.c
10646 ____________________________________________________________________________
10647 [  3474] By: gsar                                  on 1999/05/25  08:39:56
10648         Log: test case for change#3470
10649      Branch: perl
10650            ! t/lib/bigintpm.t
10651 ____________________________________________________________________________
10652 [  3473] By: gsar                                  on 1999/05/25  08:36:52
10653         Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
10654      Branch: perl
10655            ! Changes pod/perlport.pod
10656 ____________________________________________________________________________
10657 [  3472] By: gsar                                  on 1999/05/25  08:28:57
10658         Log: assorted tweaks
10659      Branch: perl
10660            ! doio.c iperlsys.h win32/config.bc win32/config.gc
10661            ! win32/config.vc win32/config_H.bc win32/config_H.gc
10662            ! win32/config_H.vc win32/makedef.pl
10663 ____________________________________________________________________________
10664 [  3471] By: gsar                                  on 1999/05/25  06:06:04
10665         Log: perlref update from Tom Christiansen
10666      Branch: perl
10667            ! pod/perlref.pod
10668 ____________________________________________________________________________
10669 [  3470] By: gsar                                  on 1999/05/25  06:03:27
10670         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10671              Date: Mon, 24 May 1999 17:43:56 -0400
10672              Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
10673              Subject: [PATCH 5.005_*] hv.c calling negative malloc()
10674      Branch: perl
10675            ! hv.c
10676 ____________________________________________________________________________
10677 [  3469] By: gsar                                  on 1999/05/25  05:59:22
10678         Log: avoid temporary files that have a constant name (from a suggestion
10679              by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
10680      Branch: perl
10681            ! lib/ExtUtils/MM_Unix.pm
10682 ____________________________________________________________________________
10683 [  3468] By: gsar                                  on 1999/05/25  05:54:29
10684         Log: From: pvhp@forte.com (Peter Prymmer)
10685              Date: Mon, 24 May 99 11:20:25 PDT
10686              Message-Id: <9905241820.AA28071@forte.com>
10687              Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
10688      Branch: perl
10689            ! lib/Pod/Text.pm
10690 ____________________________________________________________________________
10691 [  3467] By: gsar                                  on 1999/05/25  04:08:50
10692         Log: fix glob() bug that resulted in missing symlinks that don't point
10693              anywhere
10694      Branch: perl
10695            ! pp_hot.c
10696 ____________________________________________________________________________
10697 [  3466] By: gsar                                  on 1999/05/25  03:00:00
10698         Log: avoid enumerating @INC contents in diagnostic if @INC was never
10699              searched
10700      Branch: perl
10701            ! pod/perldiag.pod pp_ctl.c
10702 ____________________________________________________________________________
10703 [  3465] By: gsar                                  on 1999/05/25  02:24:08
10704         Log: add caveat about close(PIPE) carelessness
10705      Branch: perl
10706            ! pod/perlfunc.pod
10707 ____________________________________________________________________________
10708 [  3464] By: gsar                                  on 1999/05/24  23:55:53
10709         Log: fix bogus line numbers for void context warnings
10710              (change#2548 was overeager)
10711      Branch: perl
10712            ! op.c
10713 ____________________________________________________________________________
10714 [  3463] By: gsar                                  on 1999/05/24  23:31:58
10715         Log: change#3455 had a typo
10716      Branch: perl
10717            ! pp_ctl.c
10718 ____________________________________________________________________________
10719 [  3462] By: gsar                                  on 1999/05/24  17:32:20
10720         Log: more pod updates from Tom Christiansen; regen perltoc
10721      Branch: perl
10722            ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
10723            ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
10724 ____________________________________________________________________________
10725 [  3461] By: gsar                                  on 1999/05/24  07:41:32
10726         Log: perlmod notes from Damian Conway (via Tom Christiansen)
10727      Branch: perl
10728            ! pod/perlmod.pod
10729 ____________________________________________________________________________
10730 [  3460] By: gsar                                  on 1999/05/24  07:24:11
10731         Log: major pod update from Tom Christiansen
10732      Branch: perl
10733            + pod/perltootc.pod
10734            ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
10735            ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
10736            ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
10737            ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
10738            ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
10739            ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
10740            ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
10741            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
10742            ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
10743            ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
10744            ! pod/perlxs.pod pod/pod2man.PL
10745 ____________________________________________________________________________
10746 [  3459] By: gsar                                  on 1999/05/24  06:26:48
10747         Log: perlfaq update from Tom Christiansen
10748      Branch: perl
10749            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
10750            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
10751            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
10752            ! pod/perlfaq9.pod
10753 ____________________________________________________________________________
10754 [  3458] By: gsar                                  on 1999/05/24  05:55:11
10755         Log: updated to v1.50 from CPAN
10756      Branch: perl
10757            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
10758 ____________________________________________________________________________
10759 [  3457] By: gsar                                  on 1999/05/24  05:46:20
10760         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10761              Date: Sun, 23 May 1999 16:35:07 +0100
10762              Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
10763              Subject: [PATCH 5.005_56] name PL_in_eval bits
10764      Branch: perl
10765            ! cop.h op.c perl.c pp_ctl.c toke.c util.c
10766 ____________________________________________________________________________
10767 [  3456] By: gsar                                  on 1999/05/24  05:18:06
10768         Log: make -t mode the default on emacs/dumb terminals
10769      Branch: perl
10770            ! Changes utils/perldoc.PL
10771 ____________________________________________________________________________
10772 [  3455] By: gsar                                  on 1999/05/24  05:05:19
10773         Log: return 0 rather than "" when scalar grep has nothing to iterate
10774              on (brings behavior in line with documentation)
10775      Branch: perl
10776            ! pp_ctl.c
10777 ____________________________________________________________________________
10778 [  3454] By: gsar                                  on 1999/05/24  04:52:52
10779         Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
10780              Date: Thu, 20 May 1999 13:27:02 -1000
10781              Message-Id: <E10kcDN-0007TA-00@lapaki>
10782              Subject: Problem with MM_Unix in 5.005_03
10783      Branch: perl
10784            ! lib/ExtUtils/MM_Unix.pm
10785 ____________________________________________________________________________
10786 [  3453] By: gsar                                  on 1999/05/24  04:39:49
10787         Log: avoid removing duplicates in user-generated warnings
10788              From: byron@omix.com (Byron Brummer)
10789              Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
10790              Message-Id: <199905201101.EAA91175@thrush.omix.com>
10791              Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
10792      Branch: perl
10793            ! lib/diagnostics.pm
10794 ____________________________________________________________________________
10795 [  3452] By: gsar                                  on 1999/05/24  04:23:10
10796         Log: straighten some code to avoid NeXT compiler bugs (from
10797              Geoff Kuenning <geoff@cs.hmc.edu>)
10798      Branch: perl
10799            ! pp_ctl.c
10800 ____________________________________________________________________________
10801 [  3451] By: gsar                                  on 1999/05/24  03:03:05
10802         Log: minor logic tweak for reserved word warning
10803      Branch: perl
10804            ! lib/Test/Harness.pm toke.c
10805 ____________________________________________________________________________
10806 [  3450] By: gsar                                  on 1999/05/24  02:34:20
10807         Log: oops, some files missing in change#3449
10808      Branch: perl
10809            ! op.c op.h toke.c
10810 ____________________________________________________________________________
10811 [  3449] By: gsar                                  on 1999/05/24  02:33:12
10812         Log: allow '*' prototype to autoquote even barewords that happen to be
10813              function names; parens or ampersand continue to force the other
10814              interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
10815              do the right thing, for example
10816      Branch: perl
10817            ! t/comp/proto.t
10818 ____________________________________________________________________________
10819 [  3448] By: gsar                                  on 1999/05/24  01:51:24
10820         Log: remove vestiges of PL_last_proto
10821      Branch: perl
10822            ! embedvar.h intrpvar.h objXSUB.h
10823 ____________________________________________________________________________
10824 [  3447] By: gsar                                  on 1999/05/24  01:49:20
10825         Log: redo change#2061 and parts of change#1169 with code in the
10826              parser; PL_last_proto hackery gone, strict 'subs' in now
10827              implemented in the optimizer where specifying the exceptional
10828              cases is much more robust; '*' (bareword) prototype now works
10829              reliably when used in second and subsequent arguments
10830      Branch: perl
10831            ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
10832 ____________________________________________________________________________
10833 [  3446] By: gsar                                  on 1999/05/23  05:00:55
10834         Log: remove redundant part of change#1169 superceded by change#2061;
10835              avoid "future reserved word" warning on prototypical bearwords
10836      Branch: perl
10837            ! t/lib/fatal.t toke.c
10838 ____________________________________________________________________________
10839 [  3445] By: gsar                                  on 1999/05/21  23:36:49
10840         Log: s/isspace/isSPACE/g and make sure the CRT version is always
10841              passed an unsigned char (fixes random occurrence of spaces in
10842              arguments containing high-bit chars passed to spawned children,
10843              on win32)
10844      Branch: perl
10845            ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
10846 ____________________________________________________________________________
10847 [  3444] By: gsar                                  on 1999/05/21  23:08:55
10848         Log: integrate Configure changes from cfgperl
10849      Branch: perl
10850           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
10851           !> config_h.SH
10852 ____________________________________________________________________________
10853 [  3443] By: jhi                                   on 1999/05/21  22:00:56
10854         Log: Integrate from mainperl.
10855      Branch: cfgperl
10856           !> Changes doop.c ext/SDBM_File/sdbm/dba.c
10857           !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
10858           !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
10859           !> win32/perlhost.h win32/win32.c x2p/walk.c
10860 ____________________________________________________________________________
10861 [  3442] By: jhi                                   on 1999/05/21  21:59:46
10862         Log: fflush.
10863      Branch: cfgperl
10864            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10865            ! config_h.SH
10866 ____________________________________________________________________________
10867 [  3441] By: gsar                                  on 1999/05/21  17:48:55
10868         Log: integrate cfgperl changes
10869      Branch: perl
10870           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
10871           !> config_h.SH hints/sunos_4_1.sh installperl
10872 ____________________________________________________________________________
10873 [  3440] By: gsar                                  on 1999/05/21  17:42:49
10874         Log: test tweak
10875      Branch: perl
10876            ! t/comp/proto.t
10877 ____________________________________________________________________________
10878 [  3439] By: gsar                                  on 1999/05/21  17:31:26
10879         Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
10880              (Configure fflush(NULL) detection seems broken on Solaris, which
10881              is why I hit the problem)
10882      Branch: perl
10883            ! Changes perl.h
10884 ____________________________________________________________________________
10885 [  3438] By: gsar                                  on 1999/05/20  16:41:01
10886         Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
10887      Branch: perl
10888            ! pod/perlport.pod
10889 ____________________________________________________________________________
10890 [  3437] By: jhi                                   on 1999/05/20  07:14:39
10891         Log: Patches to fflushing in SunOS 4 from Andy Dougherty
10892              (via private email).
10893      Branch: cfgperl
10894            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10895            ! config_h.SH hints/sunos_4_1.sh
10896 ____________________________________________________________________________
10897 [  3436] By: gsar                                  on 1999/05/20  05:18:26
10898         Log: various little nits
10899      Branch: perl
10900            ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
10901            ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
10902            ! win32/perlhost.h win32/win32.c x2p/walk.c
10903 ____________________________________________________________________________
10904 [  3435] By: jhi                                   on 1999/05/18  16:25:49
10905         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10906              To: perl5-porters@perl.org
10907              Subject: installperl
10908              Date: Fri, 14 May 1999 21:34:58 +0100
10909              Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
10910      Branch: cfgperl
10911            ! installperl
10912 ____________________________________________________________________________
10913 [  3434] By: jhi                                   on 1999/05/17  21:25:54
10914         Log: Integrate from mainperl.
10915      Branch: cfgperl
10916           +> lib/ExtUtils/MM_Cygwin.pm
10917            - cygwin32/impure_ptr.c
10918           !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
10919           !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
10920           !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
10921           !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
10922           !> x2p/find2perl.PL
10923 ____________________________________________________________________________
10924 [  3433] By: gsar                                  on 1999/05/17  09:49:01
10925         Log: integrate cfgperl changes into mainline
10926      Branch: perl
10927           !> Configure INSTALL config_h.SH configure.com embed.h
10928           !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
10929           !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
10930           !> util.c
10931 ____________________________________________________________________________
10932 [  3432] By: gsar                                  on 1999/05/17  09:06:45
10933         Log: emit more appropriate diagnostic for failed glob (variant
10934              of patch suggested by Graham Barr)
10935      Branch: perl
10936            ! gv.c pod/perldiag.pod pp.c pp_hot.c
10937 ____________________________________________________________________________
10938 [  3431] By: gsar                                  on 1999/05/17  08:38:09
10939         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
10940              Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
10941              Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
10942              Subject: find2perl does not grok the 'c' suffix to the -size argument
10943      Branch: perl
10944            ! x2p/find2perl.PL
10945 ____________________________________________________________________________
10946 [  3430] By: gsar                                  on 1999/05/17  08:26:21
10947         Log: additional cleanups for cygwin32 port
10948              From: "Fifer, Eric" <EFifer@sanwaint.com>
10949              Date: Wed, 12 May 1999 20:25:54 +0100
10950              Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
10951              Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
10952      Branch: perl
10953            + lib/ExtUtils/MM_Cygwin.pm
10954            - cygwin32/impure_ptr.c
10955            ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
10956            ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
10957            ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
10958            ! perl.h util.c
10959 ____________________________________________________________________________
10960 [  3429] By: gsar                                  on 1999/05/17  08:01:04
10961         Log: From: Andy Dougherty <doughera@lafayette.edu>
10962              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
10963              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
10964              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
10965      Branch: perl
10966            ! INSTALL
10967 ____________________________________________________________________________
10968 [  3428] By: jhi                                   on 1999/05/17  07:03:26
10969         Log: Integrate from mainperl modulo the Socket.xs change.
10970      Branch: cfgperl
10971           !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
10972           !> win32/win32.c win32/win32.h
10973 ____________________________________________________________________________
10974 [  3427] By: jhi                                   on 1999/05/16  22:09:11
10975         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10976              To: perl5-porters@perl.org (Mailing list Perl5)
10977              Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
10978              Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
10979              Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
10980      Branch: cfgperl
10981            ! ext/Devel/Peek/Peek.xs
10982 ____________________________________________________________________________
10983 [  3426] By: jhi                                   on 1999/05/16  22:07:11
10984         Log: From: Mark-Jason Dominus <mjd@plover.com>
10985              To: perl5-porters@perl.com
10986              Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
10987              Date: Sat, 15 May 1999 12:43:47 -0400
10988              Message-ID: <19990515164348.7313.qmail@plover.com>
10989      Branch: cfgperl
10990            ! pod/perldiag.pod
10991 ____________________________________________________________________________
10992 [  3425] By: nick                                  on 1999/05/15  15:56:10
10993         Log: Mingw32 + w32api-0.1.5 tweaks
10994              - now more like other Win32 compilers
10995      Branch: perl
10996            ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
10997            ! win32/win32.h
10998 ____________________________________________________________________________
10999 [  3424] By: nick                                  on 1999/05/14  21:04:22
11000         Log: Experimental "slab" allocator for ops.
11001              To try it -DPL_OP_SLAB_ALLOC for op.c 
11002              This is for proof of concept only, it leaks memory 
11003              (ops are not free'd) so don't use in embedded apps.
11004              If this minimalist version does not show performance 
11005              gain then whole idea is worthless. 
11006              Nick see's approx 12% speed up vs perlmalloc running
11007              perl -Ilib -MCPAN -e '' 
11008              Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
11009      Branch: perl
11010            ! op.c
11011 ____________________________________________________________________________
11012 [  3423] By: gsar                                  on 1999/05/14  19:55:04
11013         Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
11014              found (brings sitelib intuition in line with privlib)
11015      Branch: perl
11016            ! win32/win32.c
11017 ____________________________________________________________________________
11018 [  3422] By: jhi                                   on 1999/05/14  08:08:01
11019         Log: From: pvhp@forte.com (Peter Prymmer)
11020              To: perl5-porters@perl.org, vmsperl@perl.org
11021              Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
11022              Date: Thu, 13 May 99 15:29:57 PDT
11023              Message-Id: <9905132229.AA15854@forte.com>
11024      Branch: cfgperl
11025            ! configure.com
11026 ____________________________________________________________________________
11027 [  3421] By: jhi                                   on 1999/05/14  07:34:20
11028         Log: Integrate from mainperl.
11029      Branch: cfgperl
11030           !> lib/ExtUtils/MM_Unix.pm win32/win32.c
11031 ____________________________________________________________________________
11032 [  3420] By: jhi                                   on 1999/05/14  07:33:26
11033         Log: Still fflushing.
11034      Branch: cfgperl
11035            ! Configure config_h.SH util.c
11036 ____________________________________________________________________________
11037 [  3419] By: gsar                                  on 1999/05/14  03:08:29
11038         Log: mortalize string allocations by win32_get_{priv,site}lib()
11039              (fixes small memory leak in interpreter)
11040      Branch: perl
11041            ! win32/win32.c
11042 ____________________________________________________________________________
11043 [  3418] By: gsar                                  on 1999/05/14  03:06:50
11044         Log: make win32_longname() preserve kind of slashes in argument
11045      Branch: perl
11046            ! win32/win32.c
11047 ____________________________________________________________________________
11048 [  3417] By: gsar                                  on 1999/05/14  03:04:44
11049         Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
11050      Branch: perl
11051            ! lib/ExtUtils/MM_Unix.pm
11052 ____________________________________________________________________________
11053 [  3416] By: jhi                                   on 1999/05/13  21:18:06
11054         Log: Integrate from mainperl.
11055      Branch: cfgperl
11056           !> pp_ctl.c
11057 ____________________________________________________________________________
11058 [  3415] By: jhi                                   on 1999/05/13  21:16:49
11059         Log: Fixes from Andy Dougherty (via private email).
11060      Branch: cfgperl
11061            ! Configure config_h.SH
11062 ____________________________________________________________________________
11063 [  3414] By: nick                                  on 1999/05/13  20:04:26
11064         Log: valist vs va_list typo
11065      Branch: perl
11066            ! pp_ctl.c
11067 ____________________________________________________________________________
11068 [  3413] By: jhi                                   on 1999/05/13  15:04:05
11069         Log: From: Andy Dougherty <doughera@lafayette.edu>
11070              To: perlbug@perl.com
11071              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
11072              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
11073              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
11074      Branch: cfgperl
11075            ! INSTALL
11076 ____________________________________________________________________________
11077 [  3412] By: jhi                                   on 1999/05/13  14:20:17
11078         Log: Integrate from mainperl.
11079      Branch: cfgperl
11080           !> pp_ctl.c
11081 ____________________________________________________________________________
11082 [  3411] By: gsar                                  on 1999/05/13  14:16:56
11083         Log: docatch_body() declaration mismatch
11084      Branch: perl
11085            ! pp_ctl.c
11086 ____________________________________________________________________________
11087 [  3410] By: jhi                                   on 1999/05/13  13:51:44
11088         Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
11089      Branch: cfgperl
11090            ! Configure config_h.SH perl.h
11091 ____________________________________________________________________________
11092 [  3409] By: jhi                                   on 1999/05/13  13:31:53
11093         Log: Still fflushing strong.
11094      Branch: cfgperl
11095            ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
11096            ! proto.h util.c
11097 ____________________________________________________________________________
11098 [  3408] By: jhi                                   on 1999/05/12  14:30:23
11099         Log: Integrate from mainperl.
11100      Branch: cfgperl
11101           !> (integrate 30 files)
11102 ____________________________________________________________________________
11103 [  3407] By: jhi                                   on 1999/05/12  12:28:31
11104         Log: Be tidier with fflush(NULL) testing.
11105      Branch: cfgperl
11106            ! Configure config_h.SH
11107 ____________________________________________________________________________
11108 [  3406] By: gsar                                  on 1999/05/12  11:26:03
11109         Log: better range-checking on list slices, with test
11110              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11111              Date: Sun, 02 May 1999 17:02:53 +0100
11112              Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
11113              Subject: Re: List slice of undefs returns 0 items 
11114      Branch: perl
11115            ! pp.c t/op/list.t
11116 ____________________________________________________________________________
11117 [  3405] By: gsar                                  on 1999/05/12  11:22:27
11118         Log: change#3397 needs test tweak
11119      Branch: perl
11120            ! Changes t/pragma/warn/sv
11121 ____________________________________________________________________________
11122 [  3404] By: gsar                                  on 1999/05/12  11:07:44
11123         Log: typo in change#3397
11124      Branch: perl
11125            ! doop.c
11126 ____________________________________________________________________________
11127 [  3403] By: gsar                                  on 1999/05/12  10:49:01
11128         Log: From: Stephen Zander <gibreel@pobox.com>
11129              Date: 12 May 1999 01:22:31 -0700
11130              Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
11131              Subject: Re: Test::Harness runs tainted tests with wrong library path
11132      Branch: perl
11133            ! lib/Test/Harness.pm
11134 ____________________________________________________________________________
11135 [  3402] By: gsar                                  on 1999/05/12  10:42:06
11136         Log: typo in change#3400
11137      Branch: perl
11138            ! ext/B/B/Deparse.pm
11139 ____________________________________________________________________________
11140 [  3401] By: jhi                                   on 1999/05/12  10:40:42
11141         Log: A better, shinier, and possibly even correctly working
11142              reincarnation of #3398.
11143      Branch: cfgperl
11144            ! Configure config_h.SH
11145 ____________________________________________________________________________
11146 [  3400] By: gsar                                  on 1999/05/12  10:40:11
11147         Log: deparse \&func() as \(&func()) for clarity
11148              From: Albert Dvornik <bert@genscan.com>
11149              Date: 11 May 1999 13:32:04 -0400
11150              Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
11151              Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
11152      Branch: perl
11153            ! ext/B/B/Deparse.pm
11154 ____________________________________________________________________________
11155 [  3399] By: gsar                                  on 1999/05/12  10:36:02
11156         Log: more testsuite smarts (many of them courtesy Ilya)
11157      Branch: perl
11158            ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
11159            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
11160            ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
11161            ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
11162            ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
11163            ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
11164            ! t/op/pwent.t
11165 ____________________________________________________________________________
11166 [  3398] By: jhi                                   on 1999/05/12  09:33:08
11167         Log: Detect whether fflush(NULL) works as per change #3352.
11168      Branch: cfgperl
11169            ! Configure config_h.SH perl.h
11170 ____________________________________________________________________________
11171 [  3397] By: gsar                                  on 1999/05/12  08:56:03
11172         Log: From: jan.dubois@ibm.net (Jan Dubois)
11173              Date: Wed, 12 May 1999 01:01:00 +0200
11174              Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
11175              Subject: [PATCH 5.005_03] chop/chomp modify readonly values
11176      Branch: perl
11177            ! doop.c
11178 ____________________________________________________________________________
11179 [  3396] By: gsar                                  on 1999/05/12  08:23:27
11180         Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
11181              stat() behaves similarly
11182      Branch: perl
11183            ! win32/win32.c
11184 ____________________________________________________________________________
11185 [  3395] By: jhi                                   on 1999/05/11  22:21:32
11186         Log: Redo parts of #3341 and #3358 that #3394 undid.
11187      Branch: cfgperl
11188            ! Configure config_h.SH
11189 ____________________________________________________________________________
11190 [  3394] By: jhi                                   on 1999/05/11  22:03:48
11191         Log: Add I_NETINET_TCP to help change #3391.
11192      Branch: cfgperl
11193            ! Configure config_h.SH ext/Socket/Socket.xs
11194 ____________________________________________________________________________
11195 [  3393] By: jhi                                   on 1999/05/11  21:44:59
11196         Log: Integrate from mainperl.
11197      Branch: cfgperl
11198           !> (integrate 55 files)
11199 ____________________________________________________________________________
11200 [  3392] By: gsar                                  on 1999/05/11  20:56:43
11201         Log: update embedvar.h
11202      Branch: perl
11203            ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
11204 ____________________________________________________________________________
11205 [  3391] By: gsar                                  on 1999/05/11  16:32:05
11206         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
11207              Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
11208              Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
11209              Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
11210      Branch: perl
11211            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
11212 ____________________________________________________________________________
11213 [  3390] By: gsar                                  on 1999/05/11  15:27:40
11214         Log: display more frequent progress messages when STDOUT is a tty
11215      Branch: perl
11216            ! lib/Test/Harness.pm
11217 ____________________________________________________________________________
11218 [  3389] By: gsar                                  on 1999/05/11  14:40:58
11219         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11220              Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
11221              Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
11222              Subject: [PATCH 5.005_53] Explanations by Test::Harness
11223      Branch: perl
11224            ! lib/Test/Harness.pm
11225 ____________________________________________________________________________
11226 [  3388] By: gsar                                  on 1999/05/11  14:08:14
11227         Log: avoid creating spurious subroutine stubs on failed subroutine
11228              call and other places of sv_2cv() misuse; fixes problems with
11229              failed subroutine calls "hiding" later attempts to lookup methods
11230              in base classes
11231      Branch: perl
11232            ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
11233 ____________________________________________________________________________
11234 [  3387] By: gsar                                  on 1999/05/11  09:34:13
11235         Log: various fixes for clean build and test on win32; configpm broken,
11236              needed to open myconfig.SH rather than myconfig; sundry adjustments
11237              to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
11238              work under win32; getenv_sv() changed to getenv_len() since SVs
11239              aren't visible in the lower echelons; remove bogus exports from
11240              config.sym; PERL_OBJECT-ness for C++ exception support; null out
11241              IoDIRP in filter_del() or sv_free() will attempt to close it
11242      Branch: perl
11243            ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
11244            ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
11245            ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
11246            ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
11247            ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
11248            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
11249            ! win32/config.gc win32/config.vc win32/makedef.pl
11250            ! win32/makefile.mk win32/perlhost.h win32/runperl.c
11251            ! win32/win32.c win32/win32.h
11252 ____________________________________________________________________________
11253 [  3386] By: gsar                                  on 1999/05/11  02:49:07
11254         Log: gutsupport for C++ exceptions
11255              From: Chip Salzenberg <chip@perlsupport.com>
11256              Date: Tue, 9 Mar 1999 11:51:57 -0500
11257              Message-ID: <19990309115157.E7911@perlsupport.com>
11258              Subject: [PATCH 5.005] Flexible Exceptions
11259      Branch: perl
11260            ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
11261            ! scope.c scope.h thrdvar.h util.c
11262 ____________________________________________________________________________
11263 [  3385] By: gsar                                  on 1999/05/10  19:33:36
11264         Log: "weak" references internals, still needs perlguts documentation
11265              (somewhat modified version of patch suggested by Tuomas J. Lukka
11266              <lukka@fas.harvard.edu>)
11267      Branch: perl
11268            ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
11269            ! pod/perldiag.pod proto.h sv.c sv.h util.c
11270 ____________________________________________________________________________
11271 [  3384] By: jhi                                   on 1999/05/10  18:21:43
11272         Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
11273              (due to QAR 56761) (the bug has been fixed in 4.0E or better)
11274      Branch: cfgperl
11275            ! INSTALL hints/dec_osf.sh
11276 ____________________________________________________________________________
11277 [  3381] By: jhi                                   on 1999/05/10  14:39:28
11278         Log: Integrate from mainperl.
11279      Branch: cfgperl
11280           +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
11281           +> cygwin32/build-instructions.charles-wilson
11282           +> cygwin32/build-instructions.sebastien-barre
11283           +> cygwin32/build-instructions.steven-morlock
11284           +> cygwin32/build-instructions.steven-morlock2
11285           +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
11286           +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
11287           +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
11288           +> t/op/numconvert.t utils/perlbc.PL
11289            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
11290            - cygwin32/perlld
11291           !> (integrate 105 files)
11292 ____________________________________________________________________________
11293 [  3380] By: gsar                                  on 1999/05/10  12:27:14
11294         Log: regen regnodes.h
11295      Branch: perl
11296            ! Changes regnodes.h
11297 ____________________________________________________________________________
11298 [  3379] By: gsar                                  on 1999/05/10  12:17:26
11299         Log: From: jan.dubois@ibm.net (Jan Dubois)
11300              Date: Sat, 01 May 1999 22:55:36 +0200
11301              Message-ID: <373067e9.56194713@smtp1.ibm.net>
11302              Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
11303      Branch: perl
11304            ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
11305            ! win32/config_H.vc
11306 ____________________________________________________________________________
11307 [  3378] By: gsar                                  on 1999/05/10  12:07:13
11308         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11309              Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
11310              Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
11311              Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
11312      Branch: perl
11313            + t/op/numconvert.t
11314            ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
11315            ! util.c
11316 ____________________________________________________________________________
11317 [  3377] By: gsar                                  on 1999/05/10  11:39:48
11318         Log: pp_modulo comment tweak from Ilya
11319      Branch: perl
11320            ! pp.c
11321 ____________________________________________________________________________
11322 [  3376] By: gsar                                  on 1999/05/10  11:30:40
11323         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
11324              Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
11325              Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
11326              Subject: Test.pm update [PATCH _56]
11327      Branch: perl
11328            ! lib/Test.pm
11329 ____________________________________________________________________________
11330 [  3375] By: gsar                                  on 1999/05/10  11:28:30
11331         Log: From: jan.dubois@ibm.net (Jan Dubois)
11332              Date: Fri, 07 May 1999 00:59:54 +0200
11333              Message-ID: <373318ae.19292461@smtp1.ibm.net>
11334              Subject: Re: Using existing memory for an SV's PV 
11335      Branch: perl
11336            ! sv.c
11337 ____________________________________________________________________________
11338 [  3374] By: gsar                                  on 1999/05/10  11:23:44
11339         Log: From: jan.dubois@ibm.net (Jan Dubois)
11340              Date: Fri, 07 May 1999 00:59:52 +0200
11341              Message-ID: <37321800.19118320@smtp1.ibm.net>
11342              Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
11343      Branch: perl
11344            ! perl.h
11345 ____________________________________________________________________________
11346 [  3373] By: gsar                                  on 1999/05/10  11:22:10
11347         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11348              Date: Thu, 6 May 1999 18:17:28 -0400
11349              Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
11350              Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
11351      Branch: perl
11352            ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
11353            ! util.c
11354 ____________________________________________________________________________
11355 [  3372] By: gsar                                  on 1999/05/10  10:57:49
11356         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11357              Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
11358              Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
11359              Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
11360      Branch: perl
11361            ! regcomp.c regcomp.pl
11362 ____________________________________________________________________________
11363 [  3371] By: gsar                                  on 1999/05/10  10:54:01
11364         Log: From: lane@duphy4.physics.drexel.edu
11365              Date: Tue, 04 May 1999 10:19:25 -0700
11366              Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
11367              Subject: [PATCH 5.005.56] pod->html VMS fixes
11368      Branch: perl
11369            ! installhtml lib/Pod/Html.pm
11370 ____________________________________________________________________________
11371 [  3370] By: gsar                                  on 1999/05/10  10:45:52
11372         Log: testsuite nits
11373      Branch: perl
11374            ! t/lib/io_linenum.t t/op/filetest.t
11375 ____________________________________________________________________________
11376 [  3369] By: gsar                                  on 1999/05/10  10:35:22
11377         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11378              Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
11379              Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
11380              Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
11381      Branch: perl
11382            ! os2/os2ish.h os2/os2thread.h
11383 ____________________________________________________________________________
11384 [  3368] By: gsar                                  on 1999/05/10  10:00:11
11385         Log: From: Albert Dvornik <bert@genscan.com>
11386              Date: 03 May 1999 12:20:57 -0400
11387              Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
11388              Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
11389      Branch: perl
11390            ! dump.c
11391 ____________________________________________________________________________
11392 [  3367] By: gsar                                  on 1999/05/10  09:55:51
11393         Log: shadow password support for Solaris (needs Configure help to
11394              determine HAS_GETSPENT)
11395              From: "Patrick O'Brien" <pdo@cs.umd.edu>
11396              Date: Sat, 01 May 1999 19:41:17 -0400
11397              Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
11398              Subject: getpwent() under solaris
11399      Branch: perl
11400            ! pp_sys.c
11401 ____________________________________________________________________________
11402 [  3366] By: gsar                                  on 1999/05/10  09:45:58
11403         Log: From: jan.dubois@ibm.net (Jan Dubois)
11404              Date: Sat, 01 May 1999 23:45:47 +0200
11405              Message-ID: <373373fb.59284266@smtp1.ibm.net>
11406              Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
11407      Branch: perl
11408            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
11409            ! pod/perldelta.pod
11410 ____________________________________________________________________________
11411 [  3365] By: gsar                                  on 1999/05/10  09:34:22
11412         Log: test suite and fix input_line_number()
11413              From: Paul Johnson <pjcj@transeda.com>
11414              Date: Thu, 29 Apr 1999 06:28:14 +0100
11415              Message-ID: <19990429062814.A17906@west-tip.transeda.com>
11416              Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
11417      Branch: perl
11418            + t/lib/io_linenum.t
11419            ! MANIFEST ext/IO/lib/IO/Handle.pm
11420 ____________________________________________________________________________
11421 [  3364] By: gsar                                  on 1999/05/10  09:20:56
11422         Log: fix overeager [:foo:] parsing
11423              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11424              Date: Fri, 30 Apr 1999 09:26:18 +0100
11425              Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
11426              Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005 
11427      Branch: perl
11428            ! regcomp.c t/op/re_tests
11429 ____________________________________________________________________________
11430 [  3363] By: gsar                                  on 1999/05/10  09:09:21
11431         Log: documentation for Win32 builtins (somewhat modified)
11432              From: jan.dubois@ibm.net (Jan Dubois)
11433              Date: Tue, 30 Mar 1999 08:05:03 +0200
11434              Message-ID: <37006783.1926460@smtp1.ibm.net>
11435              Subject: Re: Issues with build 509 
11436      Branch: perl
11437            + pod/Win32.pod
11438            ! MANIFEST
11439 ____________________________________________________________________________
11440 [  3362] By: gsar                                  on 1999/05/10  08:22:07
11441         Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
11442      Branch: perl
11443            ! lib/File/Copy.pm win32/win32.c
11444 ____________________________________________________________________________
11445 [  3361] By: gsar                                  on 1999/05/10  08:11:29
11446         Log: escape ampersands in <pre> sections
11447      Branch: perl
11448            ! Changes lib/Pod/Html.pm
11449 ____________________________________________________________________________
11450 [  3360] By: gsar                                  on 1999/05/10  08:04:14
11451         Log: AIX hints enhancements (threads build, SOCKS support)
11452              From: "David R. Favor" <dfavor@austin.ibm.com>
11453              Date: Wed, 28 Apr 1999 08:45:28 -0500
11454              Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
11455              Subject: Working build for AIX + gcc + threading
11456      Branch: perl
11457            ! hints/aix.sh
11458 ____________________________________________________________________________
11459 [  3359] By: gsar                                  on 1999/05/10  07:49:26
11460         Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
11461              Date: Tue, 27 Apr 1999 23:47:24 PDT
11462              Message-ID: <19990428064724.95244.qmail@hotmail.com>
11463              Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
11464              --
11465              Date: Thu, 29 Apr 1999 18:21:06 -0700
11466              Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
11467              Subject: [PATCH 5.005_56] double constants ( C.pm)
11468              --
11469              Date: Mon, 03 May 1999 20:21:31 PDT
11470              Message-ID: <19990504032131.81113.qmail@hotmail.com>
11471              Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
11472              --
11473              Date: Thu, 06 May 1999 17:57:09 -0700
11474              Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
11475              Subject: Stash.pm
11476      Branch: perl
11477            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
11478            ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
11479 ____________________________________________________________________________
11480 [  3358] By: gsar                                  on 1999/05/10  04:39:15
11481         Log: cygwin32 update (untested adaptation of patch against 5.005_03)
11482              From: alexander smishlajev <als@turnhere.com>
11483              Date: Sun, 25 Apr 1999 14:58:29 +0300
11484              Message-ID: <37230365.5F68B460@turnhere.com>
11485              Subject: [PATCH]5.005_03 (CORE) cygwin32 port
11486      Branch: perl
11487            + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
11488            + cygwin32/build-instructions.charles-wilson
11489            + cygwin32/build-instructions.sebastien-barre
11490            + cygwin32/build-instructions.steven-morlock
11491            + cygwin32/build-instructions.steven-morlock2
11492            + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
11493            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
11494            - cygwin32/perlld
11495            ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
11496            ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
11497            ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
11498            ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
11499            ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
11500            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
11501 ____________________________________________________________________________
11502 [  3357] By: gsar                                  on 1999/05/10  04:07:07
11503         Log: applied suggested patch, modulo already applied parts
11504              From: Charles Bailey <BAILEY@newman.upenn.edu>
11505              Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
11506              Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
11507              Subject: [Patch 5.005_56] VMS consolidated patch #2
11508      Branch: perl
11509            ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
11510            ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
11511            ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
11512            ! vms/subconfigure.com vms/test.com vms/vms.c
11513 ____________________________________________________________________________
11514 [  3356] By: gsar                                  on 1999/05/10  03:48:08
11515         Log: applied suggested patch, with win32 and PERL_OBJECT additions
11516              From: Tom Hughes <tom@compton.nu>
11517              Date: Sat, 24 Apr 1999 18:11:59 +0100
11518              Message-ID: <609bdff748.tom@compton.compton.nu>
11519              Subject: ByteLoader patch
11520      Branch: perl
11521            + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
11522            + ext/ByteLoader/Makefile.PL utils/perlbc.PL
11523            ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
11524            ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
11525            ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
11526            ! utils/Makefile win32/Makefile win32/makefile.mk
11527 ____________________________________________________________________________
11528 [  3355] By: gsar                                  on 1999/05/10  03:22:49
11529         Log: document 'test' attribute (from Andreas Koenig)
11530      Branch: perl
11531            ! lib/ExtUtils/MakeMaker.pm
11532 ____________________________________________________________________________
11533 [  3354] By: gsar                                  on 1999/05/10  03:12:37
11534         Log: From: pmarquess@bfsec.bt.co.uk
11535              Date: Thu, 22 Apr 1999 23:12:08 +0100
11536              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
11537              Subject: PATCH for small bug in scan_bin
11538      Branch: perl
11539            ! util.c
11540 ____________________________________________________________________________
11541 [  3353] By: gsar                                  on 1999/05/10  02:39:33
11542         Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
11543              provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
11544      Branch: perl
11545            ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
11546            ! win32/win32iop.h
11547 ____________________________________________________________________________
11548 [  3352] By: gsar                                  on 1999/05/09  22:47:39
11549         Log: flush all open output buffers before fork(), exec(), system, qx//
11550              and pipe open() operations, simplifying buffering headaches faced
11551              by users; uses fflush(NULL), which may need Configure test
11552      Branch: perl
11553            ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
11554            ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
11555 ____________________________________________________________________________
11556 [  3351] By: gsar                                  on 1999/05/09  21:11:51
11557         Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
11558              Leroy <jll@skynet.be>)
11559      Branch: perl
11560            ! utils/perlcc.PL
11561 ____________________________________________________________________________
11562 [  3350] By: gsar                                  on 1999/05/09  20:39:11
11563         Log: normalize $^X to full pathname on win32
11564      Branch: perl
11565            ! win32/runperl.c
11566 ____________________________________________________________________________
11567 [  3349] By: gsar                                  on 1999/05/09  20:23:07
11568         Log: allow readline($globref), <$globref> already works
11569      Branch: perl
11570            ! pp_hot.c
11571 ____________________________________________________________________________
11572 [  3348] By: gsar                                  on 1999/05/09  20:00:09
11573         Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
11574              <lemburg@online-club.de>)
11575      Branch: perl
11576            ! utils/perldoc.PL
11577 ____________________________________________________________________________
11578 [  3347] By: gsar                                  on 1999/05/09  18:47:21
11579         Log: additions to Thread.pm docs from Tuomas J. Lukka
11580              <lukka@fas.harvard.edu>
11581      Branch: perl
11582            ! ext/Thread/Thread.pm
11583 ____________________________________________________________________________
11584 [  3346] By: gsar                                  on 1999/05/09  18:38:00
11585         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
11586              Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
11587              Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
11588              Subject: [PATCH _56] Re: pdt: Perl Development Tools? 
11589      Branch: perl
11590            ! ext/B/B/Xref.pm
11591 ____________________________________________________________________________
11592 [  3345] By: gsar                                  on 1999/05/09  18:22:43
11593         Log: work around mangled archname on win32 while finding privlib/sitelib;
11594              normalize lib paths to forward slashes internally
11595      Branch: perl
11596            ! win32/win32.c
11597 ____________________________________________________________________________
11598 [  3344] By: gsar                                  on 1999/05/09  03:20:06
11599         Log: fix typo in dbm filters that caused odbm.t to fail
11600      Branch: perl
11601            ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
11602 ____________________________________________________________________________
11603 [  3343] By: gsar                                  on 1999/05/09  02:02:59
11604         Log: tweak test totals
11605      Branch: perl
11606            ! Changes t/lib/tie-stdhandle.t
11607 ____________________________________________________________________________
11608 [  3342] By: gsar                                  on 1999/05/09  01:42:06
11609         Log: import list propagation busted (pointed out by Ton Hospel
11610              <thospel@mail.dma.be>)
11611      Branch: perl
11612            ! lib/autouse.pm
11613 ____________________________________________________________________________
11614 [  3341] By: gsar                                  on 1999/05/09  00:54:18
11615         Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
11616              (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
11617      Branch: perl
11618            ! Configure Makefile.SH
11619 ____________________________________________________________________________
11620 [  3340] By: gsar                                  on 1999/05/09  00:40:41
11621         Log: generate manpages for newly added utils
11622      Branch: perl
11623            ! installman
11624 ____________________________________________________________________________
11625 [  3339] By: gsar                                  on 1999/05/09  00:33:50
11626         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11627              Date: Sun, 02 May 1999 17:59:24 +0100
11628              Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
11629              Subject: [PATCH] Re: ptr to realloced memory in yylex
11630      Branch: perl
11631            ! toke.c
11632 ____________________________________________________________________________
11633 [  3338] By: jhi                                   on 1999/05/08  22:40:29
11634         Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
11635      Branch: cfgperl
11636            ! INSTALL
11637 ____________________________________________________________________________
11638 [  3337] By: jhi                                   on 1999/05/08  22:22:26
11639         Log: Integrate from mainperl.
11640      Branch: cfgperl
11641           +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
11642           !> (integrate 54 files)
11643 ____________________________________________________________________________
11644 [  3336] By: gsar                                  on 1999/05/08  21:48:22
11645         Log: make perldoc -f grok nested =items
11646      Branch: perl
11647            ! utils/perldoc.PL
11648 ____________________________________________________________________________
11649 [  3335] By: gsar                                  on 1999/05/08  19:48:11
11650         Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
11651      Branch: perl
11652            ! op.c t/lib/fields.t
11653 ____________________________________________________________________________
11654 [  3334] By: gsar                                  on 1999/05/08  19:09:41
11655         Log: update test totals
11656      Branch: perl
11657            ! t/lib/bigintpm.t
11658 ____________________________________________________________________________
11659 [  3333] By: gsar                                  on 1999/05/08  16:56:02
11660         Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
11661      Branch: perl
11662            ! pod/perlfunc.pod
11663 ____________________________________________________________________________
11664 [  3332] By: gsar                                  on 1999/05/08  16:46:44
11665         Log: applied suggested patch, added tests
11666              From: William Mann <wmann@avici.com>
11667              Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
11668              Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
11669              Subject: BigInt.pm extensions for logical operations
11670      Branch: perl
11671            ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
11672 ____________________________________________________________________________
11673 [  3331] By: gsar                                  on 1999/05/08  16:09:33
11674         Log: avoid temporary files named 'tmp'
11675      Branch: perl
11676            ! Makefile.SH pp.c
11677 ____________________________________________________________________________
11678 [  3330] By: nick                                  on 1999/05/08  14:16:30
11679         Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
11680              Provide Tie::StdHandle
11681              Basic update of docs.
11682      Branch: perl
11683            + t/lib/tie-stdhandle.t
11684            ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
11685 ____________________________________________________________________________
11686 [  3329] By: nick                                  on 1999/05/08  12:03:45
11687         Log: Tweaks to open(my $fh,...) stuff
11688      Branch: perl
11689            ! op.c pp.c pp_sys.c t/io/open.t
11690 ____________________________________________________________________________
11691 [  3328] By: nick                                  on 1999/05/08  11:18:42
11692         Log: Bring SDBM_File.xs into line with new typemap
11693      Branch: perl
11694            ! ext/SDBM_File/SDBM_File.xs
11695 ____________________________________________________________________________
11696 [  3327] By: gsar                                  on 1999/05/08  00:07:11
11697         Log: add test case for AUTOLOAD reentrancy fix in change#3279
11698      Branch: perl
11699            ! t/lib/autoloader.t
11700 ____________________________________________________________________________
11701 [  3326] By: nick                                  on 1999/05/07  21:24:50
11702         Log: Implement open( my $fh, ...) and similar.
11703              Set flag in op.c for "constructor ops"
11704              In pp_rv2gv, if flag is set and arg is PADSV and uninit
11705              vivify as reference to a detached GV.
11706              (Name of GV is the pad name.)
11707              This scheme should "just work" for pipe/socket etc. too.
11708              
11709              #if 0 out the open(FH,undef) for now.
11710              Change t/io/open.t to test open(my $fh,...)
11711      Branch: perl
11712            ! op.c pp.c pp_sys.c t/io/open.t
11713 ____________________________________________________________________________
11714 [  3325] By: nick                                  on 1999/05/07  21:18:42
11715         Log: Correct SvLEN vs SvCUR  which leads to odd "chunk" vs "line" in mess().
11716      Branch: perl
11717            ! util.c
11718 ____________________________________________________________________________
11719 [  3324] By: gsar                                  on 1999/05/07  20:28:31
11720         Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
11721              intervening code has to allocate SVs)
11722      Branch: perl
11723            ! util.c
11724 ____________________________________________________________________________
11725 [  3323] By: gsar                                  on 1999/05/07  19:45:08
11726         Log: allow line numbers to show in diagnostics during global destruction
11727      Branch: perl
11728            ! util.c
11729 ____________________________________________________________________________
11730 [  3322] By: gsar                                  on 1999/05/07  09:38:11
11731         Log: From: Dan Sugalski <sugalskd@ous.edu>
11732              Date: Fri, 09 Apr 1999 16:16:39 -0700
11733              Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
11734              Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
11735      Branch: perl
11736            ! lib/ExtUtils/MM_VMS.pm
11737 ____________________________________________________________________________
11738 [  3321] By: gsar                                  on 1999/05/07  09:08:23
11739         Log: From: kwzh@gnu.org (Karl Heuer)
11740              Date: Wed, 7 Apr 1999 23:58:58 -0400
11741              Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
11742              Subject: [perl-5.005.02] detect lack of /dev/tty
11743      Branch: perl
11744            ! Makefile.SH
11745 ____________________________________________________________________________
11746 [  3320] By: gsar                                  on 1999/05/07  08:52:14
11747         Log: allow distinct prefix for versioned executables
11748              From: Roderick Schertler <roderick@argon.org>
11749              Date: Wed, 07 Apr 1999 15:34:56 -0400
11750              Message-ID: <3003.923513696@eeyore.ibcinc.com>
11751              Subject: perl55.00503 -> perl5.00503 patch for installperl
11752      Branch: perl
11753            ! INSTALL installperl
11754 ____________________________________________________________________________
11755 [  3319] By: gsar                                  on 1999/05/07  08:07:02
11756         Log: From: Dan Sugalski <sugalskd@osshe.edu>
11757              Date: Mon, 05 Apr 1999 15:38:42 -0700
11758              Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
11759              Subject: Re: chomp fails with $/ in fixed-length record mode
11760              --
11761              From: Roderick Schertler <roderick@argon.org>
11762              Date: Tue, 06 Apr 1999 21:11:37 -0400
11763              Message-ID: <2795.923447497@eeyore.ibcinc.com>
11764              Subject: Re: chomp fails with $/ in fixed-length record mode
11765      Branch: perl
11766            ! doop.c pod/perlfunc.pod t/op/chop.t
11767 ____________________________________________________________________________
11768 [  3318] By: gsar                                  on 1999/05/07  07:56:35
11769         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11770              Date: Tue, 6 Apr 1999 01:40:36 -0400
11771              Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
11772              Subject: [PATCH 5.005_*] Make % use fmod()
11773      Branch: perl
11774            ! pp.c t/op/arith.t
11775 ____________________________________________________________________________
11776 [  3317] By: gsar                                  on 1999/05/07  04:18:11
11777         Log: DBM Filters (via private mail)
11778              From: pmarquess@bfsec.bt.co.uk
11779              Date: Sun, 18 Apr 1999 21:05:52 +0100
11780              Message-Id: <199904182009.NAA19152@activestate.com>
11781              Subject: DBM Filters
11782      Branch: perl
11783            + pod/perldbmfilter.pod
11784            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
11785            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
11786            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
11787            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
11788            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
11789            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
11790            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
11791            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
11792            ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
11793            ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
11794            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
11795            ! t/lib/sdbm.t
11796 ____________________________________________________________________________
11797 [  3316] By: gsar                                  on 1999/05/07  03:28:53
11798         Log: avoid negative return value from Win32::GetTickCount()
11799              From: jan.dubois@ibm.net (Jan Dubois)
11800              Date: Sat, 03 Apr 1999 19:04:18 +0200
11801              Message-ID: <37084742.22824479@smtp1.ibm.net>
11802              Subject: Re: Win32::GetTickCount
11803      Branch: perl
11804            ! win32/win32.c
11805 ____________________________________________________________________________
11806 [  3314] By: gsar                                  on 1999/05/06  08:01:23
11807         Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
11808              Date: Tue, 30 Mar 1999 23:40:34 PST
11809              Message-ID: <19990331074034.6117.qmail@hotmail.com>
11810              Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
11811              --
11812              Date: Wed, 07 Apr 1999 00:28:23 -0800
11813              Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
11814              Subject: [PATCH 5.005_56] function prototypes(B.pm)
11815              --
11816              Date: Thu, 22 Apr 1999 23:40:52 -0700
11817              Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
11818              Subject: [PATCH 5.005_56 ] discarding worthless padsvs
11819              --
11820              Date: Tue, 27 Apr 1999 01:14:49 PDT
11821              Message-ID: <19990427081449.28615.qmail@hotmail.com>
11822              Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
11823      Branch: perl
11824            ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
11825            ! t/op/ref.t
11826 ____________________________________________________________________________
11827 [  3313] By: jhi                                   on 1999/05/06  07:59:52
11828         Log: Integrate from mainperl.
11829      Branch: cfgperl
11830           !> (integrate 33 files)
11831 ____________________________________________________________________________
11832 [  3312] By: gsar                                  on 1999/05/06  07:11:50
11833         Log: add Ethiopic section to unicode master database (from Ken
11834              Whistler <kenw@sybase.com>)
11835      Branch: perl
11836            ! lib/unicode/UnicodeData-Latest.txt
11837 ____________________________________________________________________________
11838 [  3311] By: gsar                                  on 1999/05/06  05:37:55
11839         Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
11840              Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
11841              Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
11842              Subject: Largefiles for Solaris
11843      Branch: perl
11844            ! hints/solaris_2.sh
11845 ____________________________________________________________________________
11846 [  3310] By: gsar                                  on 1999/05/06  05:14:35
11847         Log: emit more accurate diagnostic for syntax errors involving <>
11848              within eval""
11849      Branch: perl
11850            ! toke.c utils/perldoc.PL
11851 ____________________________________________________________________________
11852 [  3309] By: gsar                                  on 1999/05/06  04:36:31
11853         Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
11854      Branch: perl
11855            ! t/lib/open3.t
11856 ____________________________________________________________________________
11857 [  3308] By: gsar                                  on 1999/05/06  03:19:16
11858         Log: applied first part of suggested patch (bug described cannot be
11859              reproduced any longer, so the second inconclusive part has not
11860              been applied)
11861              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11862              Date: Sun, 28 Mar 1999 04:51:34 +0100
11863              Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
11864              Subject: [PATCH 5.005_56] Re: A core dump 
11865      Branch: perl
11866            ! toke.c
11867 ____________________________________________________________________________
11868 [  3307] By: gsar                                  on 1999/05/06  01:56:06
11869         Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
11870              change#3180)
11871      Branch: perl
11872            ! op.c
11873 ____________________________________________________________________________
11874 [  3306] By: gsar                                  on 1999/05/05  17:17:34
11875         Log: applied non-conflicting parts of suggested patch
11876              From: Charles Bailey <BAILEY@newman.upenn.edu>
11877              Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
11878              Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
11879              Subject: [Patch 5.005_56] Revised VMS patch
11880      Branch: perl
11881            ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
11882            ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
11883 ____________________________________________________________________________
11884 [  3305] By: gsar                                  on 1999/05/05  16:20:19
11885         Log: make perldoc use backslashed pathnames within system() on win32
11886      Branch: perl
11887            ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
11888 ____________________________________________________________________________
11889 [  3304] By: gsar                                  on 1999/05/05  07:29:43
11890         Log: upgrade Pod::Parser to v1.081 from CPAN
11891      Branch: perl
11892            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
11893            ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
11894            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
11895 ____________________________________________________________________________
11896 [  3303] By: gsar                                  on 1999/05/05  07:02:07
11897         Log: From: Andy Dougherty <doughera@lafayette.edu>
11898              Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
11899              Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
11900              Subject: [PATCH 5.005_03-MT3] INSTALL patches
11901      Branch: perl
11902            ! INSTALL
11903 ____________________________________________________________________________
11904 [  3302] By: gsar                                  on 1999/05/05  06:55:21
11905         Log: load base packages based on nonexistent $VERSION
11906              From: andreas.koenig@anima.de (Andreas J. Koenig)
11907              Date: 19 Mar 1999 06:00:28 +0100
11908              Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
11909              Subject: Re: base.pm flaw
11910      Branch: perl
11911            ! lib/base.pm lib/locale.pm
11912 ____________________________________________________________________________
11913 [  3301] By: gsar                                  on 1999/05/04  05:41:08
11914         Log: pod2man outputs switched date and revision label (fix suggested by
11915              EthanSasiela@mede.com)
11916      Branch: perl
11917            ! pod/pod2man.PL
11918 ____________________________________________________________________________
11919 [  3300] By: gsar                                  on 1999/05/03  18:48:25
11920         Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
11921              (makes opendir(D,"c:") work reliably)
11922      Branch: perl
11923            ! win32/win32.c
11924 ____________________________________________________________________________
11925 [  3299] By: gsar                                  on 1999/05/02  19:39:55
11926         Log: add test case for change#3298
11927      Branch: perl
11928            ! sv.c t/op/readdir.t
11929 ____________________________________________________________________________
11930 [  3298] By: gsar                                  on 1999/05/02  19:24:41
11931         Log: close directory handles properly when localized
11932      Branch: perl
11933            ! sv.c
11934 ____________________________________________________________________________
11935 [  3297] By: jhi                                   on 1999/04/30  11:42:14
11936         Log: Integrate from mainperl.
11937      Branch: cfgperl
11938           !> Changes config_h.SH configure.com lib/AutoLoader.pm
11939           !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
11940           !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
11941           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
11942           !> vms/subconfigure.com win32/win32.c
11943 ____________________________________________________________________________
11944 [  3293] By: chip                                  on 1999/04/29  18:50:49
11945         Log: Fix shebang lines.
11946      Branch: maint-5.004/perl
11947            ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
11948            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
11949            ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
11950            ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
11951            ! x2p/find2perl.PL x2p/s2p.PL
11952 ____________________________________________________________________________
11953 [  3284] By: gsar                                  on 1999/04/27  00:48:42
11954         Log: integrate change#3279 from maint-5.004
11955      Branch: perl
11956            ! lib/AutoLoader.pm
11957 ____________________________________________________________________________
11958 [  3279] By: chip                                  on 1999/04/26  23:09:26
11959         Log: Make &AutoLoad::AUTOLOAD reentrant.
11960      Branch: maint-5.004/perl
11961            ! lib/AutoLoader.pm
11962 ____________________________________________________________________________
11963 [  3276] By: chip                                  on 1999/04/26  22:34:36
11964         Log: Make porting scripts executable.
11965      Branch: maint-5.004/perl
11966            ! Changes Porting/genlog Porting/makerel Porting/p4desc
11967            ! Porting/patchls
11968 ____________________________________________________________________________
11969 [  3274] By: gsar                                  on 1999/04/26  17:30:31
11970         Log: allow embedded null characters in diagnostics
11971      Branch: perl
11972            ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
11973 ____________________________________________________________________________
11974 [  3273] By: gsar                                  on 1999/04/26  08:27:22
11975         Log: hand-applied conflicting parts of suggested patch
11976              From: Charles Bailey <BAILEY@newman.upenn.edu>
11977              Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
11978              Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
11979              Subject: [PATCH 5.005_56] VMS configuration/build
11980      Branch: perl
11981            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
11982            ! vms/munchconfig.c vms/subconfigure.com
11983 ____________________________________________________________________________
11984 [  3272] By: gsar                                  on 1999/04/26  08:25:41
11985         Log: update Changes; tweak minor regressions
11986      Branch: perl
11987            ! Changes lib/AutoSplit.pm lib/File/Path.pm
11988 ____________________________________________________________________________
11989 [  3271] By: gsar                                  on 1999/04/26  07:52:51
11990         Log: integrate change#3229 from maint-5.004
11991      Branch: perl
11992            ! pp_ctl.c util.c
11993 ____________________________________________________________________________
11994 [  3270] By: gsar                                  on 1999/04/25  22:58:27
11995         Log: fix buggy reference count on refs to SVs with autoviv magic
11996              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
11997              accessing free()d memory)
11998      Branch: perl
11999            ! pp.c t/op/ref.t
12000 ____________________________________________________________________________
12001 [  3269] By: gsar                                  on 1999/04/24  17:07:55
12002         Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
12003              on win32)
12004      Branch: perl
12005            ! win32/win32.c
12006 ____________________________________________________________________________
12007 [  3268] By: gsar                                  on 1999/04/24  16:38:25
12008         Log: kill dup hunk
12009      Branch: perl
12010            ! config_h.SH
12011 ____________________________________________________________________________
12012 [  3267] By: gsar                                  on 1999/04/24  16:35:57
12013         Log: integrate cfgperl changes into mainline
12014      Branch: perl
12015           +> myconfig.SH
12016            - myconfig
12017            ! pod/perlre.pod
12018           !> (integrate 38 files)
12019 ____________________________________________________________________________
12020 [  3266] By: jhi                                   on 1999/04/23  18:42:44
12021         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
12022              To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
12023              Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
12024              Cc: Lionel Cons <lionel.cons@cern.ch>,
12025              Ilya Zakharevich <ilya@math.ohio-state.edu>,
12026              David Hayes <david@bdel.com>
12027              Subject: [PATCH] h2ph
12028              Date: Fri, 23 Apr 1999 12:37:23 -0400
12029              Message-ID: <19990423123723.A49550@O2.chapin.edu>
12030      Branch: cfgperl
12031            ! utils/h2ph.PL
12032 ____________________________________________________________________________
12033 [  3265] By: jhi                                   on 1999/04/21  18:17:12
12034         Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
12035              To: perlbug@perl.org
12036              Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
12037              Date: Wed, 21 Apr 1999 08:17:54 -0700
12038              Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
12039      Branch: cfgperl
12040            ! vms/descrip_mms.template
12041 ____________________________________________________________________________
12042 [  3264] By: jhi                                   on 1999/04/20  08:50:54
12043         Log: From: Andy Dougherty <doughera@lafayette.edu>
12044              To: The Perl Porters Mailing List <perl5-porters@perl.org>
12045              Subject: [PATCH 5.005_56] Re: 5.006 Todo
12046              Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
12047              Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
12048      Branch: cfgperl
12049            ! Porting/pumpkin.pod
12050 ____________________________________________________________________________
12051 [  3263] By: jhi                                   on 1999/04/20  08:05:01
12052         Log: From: Chip Salzenberg <chip@perlsupport.com>
12053              To: Perl 5 Porters <perl5-porters@perl.org>
12054              Subject: [PATCH 5.005_56] Configure: $sig_count
12055              Date: Sun, 18 Apr 1999 17:54:36 -0400
12056              Message-ID: <19990418175436.A27496@perlsupport.com>
12057      Branch: cfgperl
12058            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12059            ! config_h.SH
12060 ____________________________________________________________________________
12061 [  3262] By: jhi                                   on 1999/04/19  18:23:50
12062         Log: Subject: PATCH wrong faq reference in perlbook.pod
12063              From: Robin Barker <rmb1@cise.npl.co.uk>
12064              To: perlbug@perl.com
12065              Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
12066              Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
12067      Branch: cfgperl
12068            ! pod/perlbook.pod
12069 ____________________________________________________________________________
12070 [  3261] By: jhi                                   on 1999/04/15  13:59:04
12071         Log: From: Andy Dougherty <doughera@lafayette.edu>
12072              To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
12073              Cc: Perl Porters <perl5-porters@perl.org>
12074              Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
12075              Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
12076              Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
12077      Branch: cfgperl
12078            ! hints/solaris_2.sh
12079 ____________________________________________________________________________
12080 [  3260] By: jhi                                   on 1999/04/15  13:56:53
12081         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
12082              To: pumpkings@jhereg.perl.com
12083              Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
12084              Date: Thu, 15 Apr 1999 07:13:41 -0600
12085              Message-Id: <199904151313.HAA07682@jhereg.perl.com>
12086      Branch: cfgperl
12087            ! pod/perldata.pod
12088 ____________________________________________________________________________
12089 [  3259] By: jhi                                   on 1999/04/13  23:12:52
12090         Log: LDLIBPTH also on 'clean' targets.
12091      Branch: cfgperl
12092            ! Makefile.SH
12093 ____________________________________________________________________________
12094 [  3258] By: jhi                                   on 1999/04/13  21:38:46
12095         Log: Add information about the two DEC C compiler optimizer bugs
12096              (what patch levels of the compilers fix them).
12097      Branch: cfgperl
12098            ! pp.c t/op/repeat.t
12099 ____________________________________________________________________________
12100 [  3257] By: jhi                                   on 1999/04/13  14:25:08
12101         Log: Be polite about ccdlflags and lddflags, too.
12102              Avoid Perl's malloc only when threaded.
12103      Branch: cfgperl
12104            ! hints/aix.sh
12105 ____________________________________________________________________________
12106 [  3256] By: jhi                                   on 1999/04/13  10:21:33
12107         Log: Croak if no known ways to semctl() (don't assume union semun).
12108      Branch: cfgperl
12109            ! doio.c perl.h
12110 ____________________________________________________________________________
12111 [  3255] By: jhi                                   on 1999/04/13  09:10:26
12112         Log: From: Dan Sugalski <sugalskd@osshe.edu>
12113              To: perl5-porters@perl.org, vmsperl@perl.org
12114              Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
12115              Date: Mon, 12 Apr 1999 13:36:48 -0700
12116              Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
12117      Branch: cfgperl
12118            ! lib/ExtUtils/MM_VMS.pm
12119 ____________________________________________________________________________
12120 [  3254] By: jhi                                   on 1999/04/13  06:56:26
12121         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
12122              To: perlbug@perl.com
12123              Subject: Update for OpenBSD hints
12124              Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
12125              Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
12126      Branch: cfgperl
12127            ! hints/openbsd.sh
12128 ____________________________________________________________________________
12129 [  3229] By: chip                                  on 1999/04/13  04:04:14
12130         Log: Preserve errno from importunities of sfio.
12131      Branch: maint-5.004/perl
12132            ! pp_ctl.c util.c
12133 ____________________________________________________________________________
12134 [  3226] By: jhi                                   on 1999/04/11  12:52:26
12135         Log: If both ways to call semctl are broken,    skip the tests.
12136      Branch: cfgperl
12137            ! t/lib/ipc_sysv.t
12138 ____________________________________________________________________________
12139 [  3225] By: jhi                                   on 1999/04/10  22:27:28
12140         Log: From: Andy Dougherty <doughera@lafayette.edu>
12141              To: dsembr01@ox.slug.louisville.edu
12142              Cc: perlbug@perl.com
12143              Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
12144              Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
12145              Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
12146      Branch: cfgperl
12147            ! ext/POSIX/POSIX.xs
12148 ____________________________________________________________________________
12149 [  3224] By: jhi                                   on 1999/04/09  18:50:32
12150         Log: From: Andy Dougherty <doughera@lafayette.edu>
12151              To: Perl Porters <perl5-porters@perl.org>
12152              Subject: [PATCH 5.005_56] Re: prefix= in hints
12153              Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
12154              Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
12155              
12156              (Overrides change #3204 from Kurt)
12157      Branch: cfgperl
12158            ! hints/linux.sh
12159 ____________________________________________________________________________
12160 [  3223] By: jhi                                   on 1999/04/09  18:37:55
12161         Log: Understand Apollo's //node notation.
12162              
12163              From: Johann Klasek <jk@auto.tuwien.ac.at>
12164              To: jhi@iki.fi
12165              Subject: Re: DomainPerl
12166              Date: Fri, 9 Apr 1999 18:21:37 +0200
12167              Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
12168      Branch: cfgperl
12169            ! lib/Cwd.pm
12170 ____________________________________________________________________________
12171 [  3220] By: jhi                                   on 1999/04/04  16:33:49
12172         Log: Integrate from mainperl.
12173      Branch: cfgperl
12174           !> (integrate 39 files)
12175 ____________________________________________________________________________
12176 [  3219] By: gsar                                  on 1999/04/04  02:48:17
12177         Log: tweak previous change
12178      Branch: maint-5.005/perl
12179            ! win32/win32.c
12180 ____________________________________________________________________________
12181 [  3218] By: gsar                                  on 1999/04/04  02:44:47
12182         Log: be careful about extending the stack for the Win32:: builtins
12183      Branch: maint-5.005/perl
12184            ! win32/win32.c
12185 ____________________________________________________________________________
12186 [  3217] By: gsar                                  on 1999/04/04  01:59:26
12187         Log: correct places that said newSVpv() when they meant newSVpvn()
12188      Branch: perl
12189            ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
12190            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
12191            ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
12192            ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
12193            ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
12194            ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
12195            ! win32/win32.c
12196 ____________________________________________________________________________
12197 [  3216] By: gsar                                  on 1999/04/03  23:58:27
12198         Log: avoid duplicate code
12199      Branch: perl
12200            ! sv.c
12201 ____________________________________________________________________________
12202 [  3215] By: gsar                                  on 1999/04/03  23:14:34
12203         Log: grow PL_tmps_stack more efficiently; make it more amenable to
12204              STRESS_REALLOC testing
12205      Branch: perl
12206            ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
12207            ! sv.c
12208 ____________________________________________________________________________
12209 [  3214] By: gsar                                  on 1999/04/03  21:01:09
12210         Log: scrounge and save three extra branches in pp_entersub()
12211      Branch: perl
12212            ! cv.h pp_ctl.c pp_hot.c
12213 ____________________________________________________________________________
12214 [  3213] By: gsar                                  on 1999/04/03  17:43:23
12215         Log: remove duplicate code and an extra branch in sv_setsv() and
12216              other hot code by making SvTHINKFIRST() think about FAKE SVs
12217      Branch: perl
12218            ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
12219            ! proto.h scope.c sv.c sv.h
12220 ____________________________________________________________________________
12221 [  3212] By: jhi                                   on 1999/04/03  16:20:09
12222         Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
12223              
12224              From: John Bley <jbb6@acpub.duke.edu>
12225              To: perlbug@perl.org
12226              Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
12227              Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
12228              Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
12229      Branch: cfgperl
12230            ! doio.c pp_sys.c
12231 ____________________________________________________________________________
12232 [  3211] By: jhi                                   on 1999/04/03  13:27:26
12233         Log: Change #3210 was rather unportable.  This is better.
12234      Branch: cfgperl
12235            ! Configure config_h.SH
12236 ____________________________________________________________________________
12237 [  3210] By: jhi                                   on 1999/04/03  13:16:20
12238         Log: Avoid Digital UNIX' ksh.
12239              
12240              From: Jarkko Hietaniemi <jhi@iki.fi> 
12241              To: Henrik Tougaard <ht000@siberut.foa.dk> 
12242              Cc: perlbug@perl.com, ht000@foa.dk 
12243              Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
12244              Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET) 
12245              Message-ID: <13999.10289.319422.239987@alpha.hut.fi> 
12246      Branch: cfgperl
12247            ! Configure config_h.SH
12248 ____________________________________________________________________________
12249 [  3209] By: jhi                                   on 1999/04/03  12:49:04
12250         Log: Integrate from mainperl.
12251      Branch: cfgperl
12252           !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
12253 ____________________________________________________________________________
12254 [  3208] By: jhi                                   on 1999/04/03  12:27:24
12255         Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
12256              
12257              From: Lionel Cons <lionel.cons@cern.ch>
12258              To: jhi@iki.fi
12259              Cc: perlbug@perl.com, kstar@isinet.com,
12260              Philippe Defert <philippe.defert@cern.ch>
12261              Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
12262              Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
12263              Message-Id: <199904011205.OAA11380@mercury.cern.ch>
12264      Branch: cfgperl
12265            ! hints/irix_6.sh
12266 ____________________________________________________________________________
12267 [  3207] By: jhi                                   on 1999/04/03  12:20:21
12268         Log: Be polite about usemymalloc.
12269      Branch: cfgperl
12270            ! hints/aix.sh
12271 ____________________________________________________________________________
12272 [  3206] By: gsar                                  on 1999/04/02  23:31:59
12273         Log: a typo in change#3205
12274      Branch: perl
12275            ! t/lib/bigfloatpm.t
12276 ____________________________________________________________________________
12277 [  3205] By: gsar                                  on 1999/04/02  23:20:31
12278         Log: make testsuite reflect change#3157  (Math::BigFloat->new now
12279              returns NaNs faithfully)
12280      Branch: perl
12281            ! t/lib/bigfloatpm.t
12282 ____________________________________________________________________________
12283 [  3204] By: jhi                                   on 1999/04/02  22:03:23
12284         Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
12285              
12286              From: "Kurt D. Starsinic" <kstar@chapin.edu>
12287              To: perl5-porters@perl.org
12288              Subject: linux hints nit
12289              Date: Fri, 2 Apr 1999 16:49:47 -0500
12290              Message-ID: <19990402164947.E80926@O2.chapin.edu>
12291      Branch: cfgperl
12292            ! hints/linux.sh
12293 ____________________________________________________________________________
12294 [  3203] By: jhi                                   on 1999/04/02  22:00:56
12295         Log: Display exact glibc version in Linux. 
12296              
12297              From: Andy Dougherty <doughera@lafayette.edu>
12298              To: Perl Porters <perl5-porters@perl.org>
12299              Subject: Displaying glibc version on Linux
12300              Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
12301              Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
12302      Branch: cfgperl
12303            ! hints/linux.sh
12304 ____________________________________________________________________________
12305 [  3202] By: gsar                                  on 1999/04/02  21:23:18
12306         Log: various little goofs
12307      Branch: perl
12308            ! Changes Makefile.SH README installperl
12309 ____________________________________________________________________________
12310 [  3201] By: jhi                                   on 1999/04/02  13:13:39
12311         Log: Configure regen.
12312              
12313              Add llseek + offset_t probing.
12314              Change CONFIG to CONFIGDOTSH.
12315              'unset foo' is unportable, use foo=''.
12316      Branch: cfgperl
12317            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
12318            ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
12319            ! perl_exp.SH writemain.SH
12320 ____________________________________________________________________________
12321 [  3200] By: jhi                                   on 1999/04/02  12:06:22
12322         Log: Introduce myconfig.SH.
12323              
12324              From: Andy Dougherty <doughera@lafayette.edu>
12325              To: Jarkko Hietaniemi <jhi@iki.fi>
12326              Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
12327              Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
12328              Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
12329              Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
12330      Branch: cfgperl
12331            + myconfig.SH
12332            - myconfig
12333            ! MANIFEST
12334 ____________________________________________________________________________
12335 [  3195] By: jhi                                   on 1999/03/28  16:42:54
12336         Log: Update perlhist on 5_03.
12337      Branch: maint-5.005/perl
12338            ! pod/perlhist.pod
12339 ____________________________________________________________________________
12340 [  3194] By: jhi                                   on 1999/03/28  12:30:01
12341         Log: Integrate from mainperl.
12342      Branch: cfgperl
12343           +> t/op/grep.t
12344            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
12345            ! t/lib/bigintpm.t
12346           !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
12347           !> t/lib/thread.t
12348 ____________________________________________________________________________
12349 [  3189] By: gsar                                  on 1999/03/28  08:22:00
12350         Log: various pod niggles
12351      Branch: maint-5.005/perl
12352            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
12353            ! pod/perlfunc.pod pod/perlhist.pod
12354 ____________________________________________________________________________
12355 [  3187] By: gsar                                  on 1999/03/28  07:31:16
12356         Log: regularize CAPI declarations (CAPI extensions now build under
12357              the Borland compiler)
12358      Branch: maint-5.005/perl
12359            ! win32/GenCAPI.pl
12360 ____________________________________________________________________________
12361 [  3186] By: gsar                                  on 1999/03/28  07:26:33
12362         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
12363              -DPERL_CAPI
12364      Branch: maint-5.005/perl
12365            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
12366 ____________________________________________________________________________
12367 [  3183] By: gsar                                  on 1999/03/28  06:00:46
12368         Log: update p4 utility to ignore non-text files
12369      Branch: perl
12370            ! Porting/p4desc
12371 ____________________________________________________________________________
12372 [  3181] By: gsar                                  on 1999/03/28  03:37:23
12373         Log: integrate change#3179 from maint-5.005
12374      Branch: perl
12375           !> ext/Thread/Thread.xs t/lib/thread.t
12376 ____________________________________________________________________________
12377 [  3180] By: gsar                                  on 1999/03/28  02:28:20
12378         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
12379              (sometimes caused bizarreness in the BLOCK)
12380      Branch: perl
12381            + t/op/grep.t
12382            ! MANIFEST op.c
12383 ____________________________________________________________________________
12384 [  3179] By: gsar                                  on 1999/03/28  02:14:04
12385         Log: fix thread segfault when passing large number of arguments to child
12386              a la C<Thread->new($foo, 1..1000)>
12387      Branch: maint-5.005/perl
12388            ! ext/Thread/Thread.xs t/lib/thread.t
12389 ____________________________________________________________________________
12390 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
12391         Log: fix $Config{'usethreads'} typo in perlthrtut
12392              
12393              From: Ian Maloney <szhmf9@wsblob.ubs.com>
12394              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
12395              Message-Id: <199903251540.QAA02439@wsblob.>
12396              Subject: perlthrtut documentation error
12397      Branch: maint-5.005/perl
12398            ! pod/perlthrtut.pod
12399 ____________________________________________________________________________
12400 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
12401         Log: Update Test.pm to VERSION 1.122 from CPAN
12402      Branch: maint-5.005/perl
12403            ! lib/Test.pm
12404 ____________________________________________________________________________
12405 [  3171] By: jhi                                   on 1999/03/26  22:38:28
12406         Log: Integrate from mainperl.
12407      Branch: cfgperl
12408           !> (integrate 37 files)
12409 ____________________________________________________________________________
12410 [  3170] By: gsar                                  on 1999/03/26  01:30:25
12411         Log: specify type of bracket in "Unmatched bracket" diagnostic;
12412              prefer 'brace' or 'curly bracket' over 'curly brace'
12413      Branch: perl
12414            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
12415            ! t/op/misc.t t/op/re_tests toke.c
12416 ____________________________________________________________________________
12417 [  3169] By: gsar                                  on 1999/03/26  00:50:51
12418         Log: better description of "Integer overflow" diagnostic
12419      Branch: perl
12420            ! pod/perldiag.pod
12421 ____________________________________________________________________________
12422 [  3168] By: gsar                                  on 1999/03/25  11:02:46
12423         Log: applied needful parts of suggested patch
12424              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
12425              Date: Tue, 23 Mar 1999 16:21:43 -0800
12426              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
12427              Subject: [PATCH 5.005_56] pp_formline correction
12428      Branch: perl
12429            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
12430 ____________________________________________________________________________
12431 [  3167] By: gsar                                  on 1999/03/25  10:39:02
12432         Log: clarify what a "comment" means (due to Mark-Jason Dominus
12433              <mjd@plover.com>)
12434      Branch: perl
12435            ! pod/perlsyn.pod
12436 ____________________________________________________________________________
12437 [  3166] By: gsar                                  on 1999/03/25  10:33:18
12438         Log: describe current behavior on local($foo{nothere}) (suggested by
12439              Lionel Cons <lionel.cons@cern.ch>)
12440      Branch: perl
12441            ! pod/perlsub.pod
12442 ____________________________________________________________________________
12443 [  3165] By: gsar                                  on 1999/03/25  06:21:05
12444         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
12445              <vishalb@hotmail.com>)
12446      Branch: perl
12447            ! ext/B/B/C.pm
12448 ____________________________________________________________________________
12449 [  3164] By: gsar                                  on 1999/03/25  06:17:27
12450         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
12451              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
12452              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
12453              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
12454      Branch: perl
12455            ! ext/B/B.xs op.h opcode.pl
12456 ____________________________________________________________________________
12457 [  3163] By: gsar                                  on 1999/03/25  06:15:49
12458         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
12459              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
12460              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
12461              Subject: [PATCH _56] B::Deparse 0.57
12462              --
12463              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
12464              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
12465              Subject: Re: [PATCH _56] B::Deparse 0.57 
12466      Branch: perl
12467            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
12468 ____________________________________________________________________________
12469 [  3162] By: gsar                                  on 1999/03/25  06:11:46
12470         Log: fix a few places that said 'int', but meant 'STRLEN'
12471      Branch: perl
12472            ! pod/perlguts.pod proto.h sv.c
12473 ____________________________________________________________________________
12474 [  3161] By: gsar                                  on 1999/03/25  06:01:18
12475         Log: From: Russ Allbery <rra@stanford.edu>
12476              Date: 22 Mar 1999 04:26:26 -0800
12477              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
12478              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
12479      Branch: perl
12480            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
12481            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
12482            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
12483            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
12484 ____________________________________________________________________________
12485 [  3160] By: gsar                                  on 1999/03/25  02:26:31
12486         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
12487      Branch: perl
12488            ! opcode.h opcode.pl
12489 ____________________________________________________________________________
12490 [  3159] By: gsar                                  on 1999/03/25  02:18:17
12491         Log: add statement-modifier loops to :base_loop class
12492      Branch: perl
12493            ! ext/Opcode/Opcode.pm
12494 ____________________________________________________________________________
12495 [  3158] By: gsar                                  on 1999/03/25  00:36:57
12496         Log: integrate changes#3105,3130,3154 from maint-5.005
12497      Branch: perl
12498           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
12499 ____________________________________________________________________________
12500 [  3157] By: gsar                                  on 1999/03/25  00:24:17
12501         Log: remove bogus panic()
12502      Branch: perl
12503            ! Changes lib/Math/BigFloat.pm
12504 ____________________________________________________________________________
12505 [  3156] By: jhi                                   on 1999/03/24  22:43:43
12506         Log: Integrate from mainperl.
12507      Branch: cfgperl
12508           +> (branch 38 files)
12509           !> (integrate 68 files)
12510 ____________________________________________________________________________
12511 [  3155] By: jhi                                   on 1999/03/24  22:12:17
12512         Log: Configure regenerated because of changes #3130/#3154 and #3147.
12513      Branch: cfgperl
12514            ! Configure config_h.SH
12515 ____________________________________________________________________________
12516 [  3154] By: jhi                                   on 1999/03/24  21:40:51
12517         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
12518              based on suggestions from Andy Dougherty.
12519      Branch: maint-5.005/perl
12520            ! INSTALL
12521 ____________________________________________________________________________
12522 [  3153] By: gsar                                  on 1999/03/24  10:38:05
12523         Log: applied suggested patch, modulo superceded parts
12524              From: Charles Bailey <BAILEY@newman.upenn.edu>
12525              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
12526              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
12527              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
12528      Branch: perl
12529            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
12530            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
12531            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
12532            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
12533 ____________________________________________________________________________
12534 [  3152] By: gsar                                  on 1999/03/24  10:30:51
12535         Log: applied suggested patch, modulo superceded parts
12536              From: Charles Bailey <BAILEY@newman.upenn.edu>
12537              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
12538              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
12539              Subject: [PATCH 5.005_56] Miscellaneous small fixes
12540      Branch: perl
12541            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
12542            ! lib/File/Basename.pm
12543 ____________________________________________________________________________
12544 [  3151] By: gsar                                  on 1999/03/24  10:15:00
12545         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
12546      Branch: perl
12547            ! pod/perlop.pod
12548 ____________________________________________________________________________
12549 [  3150] By: gsar                                  on 1999/03/24  10:09:13
12550         Log: missing integration in previous change
12551      Branch: perl
12552           !> README.apollo
12553 ____________________________________________________________________________
12554 [  3149] By: gsar                                  on 1999/03/24  10:06:44
12555         Log: integrate changes#3116,3119 from maint-5.005
12556      Branch: perl
12557            + README.apollo
12558           +> apollo/netinet/in.h
12559           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
12560 ____________________________________________________________________________
12561 [  3148] By: gsar                                  on 1999/03/24  10:01:56
12562         Log: integrate changes#3091-3094 from maint-5.005
12563      Branch: perl
12564           !> README.hurd vms/subconfigure.com vos/config.h
12565           !> vos/config_h.SH_orig
12566 ____________________________________________________________________________
12567 [  3147] By: gsar                                  on 1999/03/24  09:31:49
12568         Log: warn about newfangled vfork() caveats
12569      Branch: perl
12570            ! Configure
12571 ____________________________________________________________________________
12572 [  3146] By: jhi                                   on 1999/03/24  09:20:14
12573         Log: Bring in changes #2808 and #2812 (from mainline perl)
12574              that enhance the perlbug checklist.
12575      Branch: maint-5.005/perl
12576            ! utils/perlbug.PL
12577 ____________________________________________________________________________
12578 [  3145] By: gsar                                  on 1999/03/24  08:37:02
12579         Log: integrate change#3115 from maint-5.005
12580      Branch: perl
12581           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
12582           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
12583 ____________________________________________________________________________
12584 [  3144] By: gsar                                  on 1999/03/24  08:33:59
12585         Log: add note about map in scalar context
12586      Branch: perl
12587            ! pod/perlfunc.pod
12588 ____________________________________________________________________________
12589 [  3143] By: gsar                                  on 1999/03/24  08:25:59
12590         Log: doc tweak
12591      Branch: perl
12592            ! lib/Time/Local.pm
12593 ____________________________________________________________________________
12594 [  3142] By: gsar                                  on 1999/03/24  08:20:37
12595         Log: applied suggested patch, modulo bogus hunk
12596              From: "Vishal Bhatia" <vishalb@hotmail.com>
12597              Date: Thu, 11 Mar 1999 07:40:27 PST
12598              Message-ID: <19990311154027.25891.qmail@hotmail.com>
12599              Subject: [PATCH 5.005_56] Minor fixes in perlcc
12600      Branch: perl
12601            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
12602 ____________________________________________________________________________
12603 [  3141] By: gsar                                  on 1999/03/24  08:06:12
12604         Log: integrate change#3104 from maint-5.005
12605      Branch: perl
12606           !> README.os390 t/lib/posix.t
12607 ____________________________________________________________________________
12608 [  3140] By: gsar                                  on 1999/03/24  06:34:56
12609         Log: fix failure of C<&locked_sub;> under -Dusethreads
12610      Branch: perl
12611            ! pp_hot.c t/lib/thread.t
12612 ____________________________________________________________________________
12613 [  3139] By: gsar                                  on 1999/03/24  05:52:00
12614         Log: debugger tweak (wasn't printing a newline after recalled commands)
12615      Branch: perl
12616            ! lib/perl5db.pl
12617 ____________________________________________________________________________
12618 [  3138] By: gsar                                  on 1999/03/24  05:33:28
12619         Log: document OO exceptions (based on a suggestion by Andreas Koenig
12620              <andreas.koenig@anima.de>)
12621      Branch: perl
12622            ! pod/perlfunc.pod
12623 ____________________________________________________________________________
12624 [  3137] By: gsar                                  on 1999/03/24  02:50:20
12625         Log: better "Illegal %s digit ignored" warnings
12626      Branch: perl
12627            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
12628            ! toke.c util.c
12629 ____________________________________________________________________________
12630 [  3136] By: gsar                                  on 1999/03/24  02:26:38
12631         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
12632      Branch: perl
12633            + t/pragma/utf8.t
12634            ! regcomp.c
12635 ____________________________________________________________________________
12636 [  3135] By: gsar                                  on 1999/03/24  01:29:09
12637         Log: flip release & version in win32_uname()
12638      Branch: perl
12639            ! win32/win32.c
12640 ____________________________________________________________________________
12641 [  3134] By: gsar                                  on 1999/03/24  01:08:33
12642         Log: support POSIX::uname() via win32_uname()
12643      Branch: perl
12644            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
12645            ! win32/config.gc win32/config.vc win32/config_H.bc
12646            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
12647            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
12648 ____________________________________________________________________________
12649 [  3133] By: gsar                                  on 1999/03/23  22:20:10
12650         Log: From: jan.dubois@ibm.net (Jan Dubois)
12651              Date: Sat, 06 Mar 1999 21:42:56 +0100
12652              Message-ID: <36e49281.50337171@smtp1.ibm.net>
12653              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
12654      Branch: perl
12655            ! pod/perldelta.pod
12656 ____________________________________________________________________________
12657 [  3132] By: gsar                                  on 1999/03/23  22:17:45
12658         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
12659              Date: Sat, 06 Mar 1999 17:50:49 +0100
12660              Message-ID: <36e25209.33833760@smtp1.ibm.net>
12661              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
12662              --
12663              Date: Sat, 06 Mar 1999 18:15:00 +0100
12664              Message-ID: <36e36222.37954195@smtp1.ibm.net>
12665              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
12666      Branch: perl
12667            + t/lib/filefunc.t
12668            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
12669            ! pod/perldelta.pod pod/perlmodlib.pod
12670 ____________________________________________________________________________
12671 [  3131] By: gsar                                  on 1999/03/23  22:07:59
12672         Log: integrate cfgperl changes into mainline
12673      Branch: perl
12674           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
12675           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
12676           !> installperl malloc.c perl.c perl.h pod/perl.pod
12677           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
12678 ____________________________________________________________________________
12679 [  3130] By: jhi                                   on 1999/03/23  22:02:23
12680         Log: Don't use config.msg to remind about the
12681              LD_LIBRARY_PATH because Makefile.SH takes
12682              care of that.
12683              
12684              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
12685              This used to be the default but in some MT or another it
12686              was dropped because of some transient error or another.
12687      Branch: maint-5.005/perl
12688            ! Configure hints/dec_osf.sh
12689 ____________________________________________________________________________
12690 [  3129] By: gsar                                  on 1999/03/23  21:38:03
12691         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
12692              to size    and better maintainability)
12693      Branch: perl
12694            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
12695            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
12696            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
12697            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
12698            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
12699            + t/pod/include.xr t/pod/included.t t/pod/included.xr
12700            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
12701            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
12702            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
12703            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
12704            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
12705            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
12706            ! win32/Makefile win32/makefile.mk win32/pod.mak
12707 ____________________________________________________________________________
12708 [  3128] By: jhi                                   on 1999/03/23  10:14:54
12709         Log: Integrate from mainperl.
12710      Branch: cfgperl
12711           !> (integrate 46 files)
12712 ____________________________________________________________________________
12713 [  3127] By: gsar                                  on 1999/03/23  06:57:30
12714         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
12715              Date: Thu, 4 Mar 1999 10:54:01 -0800
12716              Message-Id: <9903041854.AA46868@frc0000>
12717              Subject: patch for useless Math::BigInt warnings
12718      Branch: perl
12719            ! lib/Math/BigInt.pm
12720 ____________________________________________________________________________
12721 [  3126] By: gsar                                  on 1999/03/23  05:54:37
12722         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
12723              From: "Kurt D. Starsinic" <kstar@chapin.edu>
12724              Date: Fri, 19 Feb 1999 15:47:59 -0500
12725              Message-ID: <19990219154759.A32350@O2.chapin.edu>
12726              Subject: [PATCH] OSF/1 hints
12727      Branch: perl
12728            ! hints/dec_osf.sh
12729 ____________________________________________________________________________
12730 [  3125] By: gsar                                  on 1999/03/23  00:56:38
12731         Log: avoid typeglob persistence in pp_readline()
12732      Branch: perl
12733            ! sv.c t/op/gv.t
12734 ____________________________________________________________________________
12735 [  3124] By: gsar                                  on 1999/03/22  21:12:23
12736         Log: update copyright years
12737      Branch: perl
12738            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
12739            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
12740            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
12741            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
12742            ! sv.c sv.h toke.c utf8.c utf8.h util.c
12743 ____________________________________________________________________________
12744 [  3123] By: gsar                                  on 1999/03/22  07:07:06
12745         Log: implement win32_spawnvp() internally, making it return true PIDs
12746              for asynchronous spawns; fix win32_kill() to always deal with
12747              PIDs
12748      Branch: perl
12749            ! win32/win32.c win32/win32.h
12750 ____________________________________________________________________________
12751 [  3122] By: jhi                                   on 1999/03/19  21:12:14
12752         Log: Describe the new Benchmark feature in more detail.
12753      Branch: cfgperl
12754            ! pod/perldelta.pod
12755      Branch: maint-5.005/perl
12756            ! pod/perldelta.pod
12757 ____________________________________________________________________________
12758 [  3121] By: jhi                                   on 1999/03/19  08:16:12
12759         Log: AVAILABILITY tuning.
12760      Branch: cfgperl
12761            ! pod/perl.pod
12762      Branch: maint-5.005/perl
12763            ! pod/perl.pod
12764 ____________________________________________________________________________
12765 [  3120] By: jhi                                   on 1999/03/17  14:52:17
12766         Log: Rhapsody change assumed too much.
12767      Branch: cfgperl
12768            ! t/op/stat.t
12769 ____________________________________________________________________________
12770 [  3119] By: jhi                                   on 1999/03/17  14:33:43
12771         Log: More Apollo fixes.
12772      Branch: maint-5.005/perl
12773            ! README.apollo hints/apollo.sh t/lib/io_udp.t
12774 ____________________________________________________________________________
12775 [  3118] By: jhi                                   on 1999/03/16  17:23:39
12776         Log: Nada.
12777      Branch: maint-5.005/perl
12778            ! README.apollo
12779 ____________________________________________________________________________
12780 [  3117] By: jhi                                   on 1999/03/16  17:18:49
12781         Log: Apollo DomainOS AVAILABILITY.
12782      Branch: cfgperl
12783            ! pod/perl.pod
12784      Branch: maint-5.005/perl
12785            ! pod/perl.pod
12786 ____________________________________________________________________________
12787 [  3116] By: jhi                                   on 1999/03/16  17:14:00
12788         Log: Apollo DomainOS patch
12789              From: Johann Klasek <jk@auto.tuwien.ac.at>
12790              Subject: Re: DomainPerl
12791              Date: Tue, 16 Mar 1999 17:46:32 +0100
12792              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
12793      Branch: maint-5.005/perl
12794            + README.apollo apollo/netinet/in.h
12795            ! MANIFEST hints/apollo.sh
12796 ____________________________________________________________________________
12797 [  3115] By: jhi                                   on 1999/03/16  14:23:54
12798         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
12799              To: Gurusamy Sarathy <gsar@activestate.com>,
12800              Graham Barr <gbarr@pobox.com>
12801              Cc: Perl5 Porters <perl5-porters@perl.org>,
12802              "Paul.Marquess" <Paul.Marquess@btinternet.com>
12803              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
12804              Date: Sun, 14 Mar 1999 14:43:57 -0000
12805              Message-Id: <199903141841.NAA17040@defender.perl.org>
12806      Branch: maint-5.005/perl
12807            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
12808            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
12809 ____________________________________________________________________________
12810 [  3114] By: jhi                                   on 1999/03/16  12:42:20
12811         Log: Mention Rhapsody in 5.005_5X perldelta,
12812              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
12813              *planned* AVAILABILITY.
12814      Branch: cfgperl
12815            ! pod/perl.pod pod/perldelta.pod
12816      Branch: maint-5.005/perl
12817            ! pod/perl.pod
12818 ____________________________________________________________________________
12819 [  3113] By: jhi                                   on 1999/03/16  10:38:53
12820         Log: perldelta niggling.
12821      Branch: cfgperl
12822            ! pod/perldelta.pod
12823      Branch: maint-5.005/perl
12824            ! pod/perldelta.pod
12825 ____________________________________________________________________________
12826 [  3112] By: jhi                                   on 1999/03/16  10:35:21
12827         Log: Integrate from mainperl.
12828      Branch: cfgperl
12829           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
12830           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
12831 ____________________________________________________________________________
12832 [  3111] By: jhi                                   on 1999/03/16  10:28:10
12833         Log: AVAILABILITY update: still mention PowerUX,
12834              Novell Netware now has sources available.
12835      Branch: cfgperl
12836            ! pod/perl.pod
12837      Branch: maint-5.005/perl
12838            ! pod/perl.pod
12839 ____________________________________________________________________________
12840 [  3110] By: gsar                                  on 1999/03/16  04:34:23
12841         Log: sundry pod niggles
12842      Branch: perl
12843            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
12844            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
12845 ____________________________________________________________________________
12846 [  3109] By: jhi                                   on 1999/03/15  17:00:11
12847         Log: Integrate from mainperl.
12848      Branch: cfgperl
12849           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
12850           +> lib/unicode/Is/Syllable.pl
12851           +> lib/unicode/MakeEthiopicSyllables.PL
12852           +> lib/unicode/README.Ethiopic
12853           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
12854           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
12855           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
12856           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
12857           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
12858           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
12859           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
12860           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
12861 ____________________________________________________________________________
12862 [  3108] By: jhi                                   on 1999/03/15  16:58:12
12863         Log: First pass of integrating the Rhapsody port,
12864              
12865              From: Wilfredo Sanchez <wsanchez@apple.com> 
12866              Subject: Keeping the world in sync.
12867              Reply-To: wsanchez@apple.com 
12868              To: perlbug@perl.com 
12869              Date: Fri, 13 Nov 1998 17:11:30 -0800 
12870              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
12871      Branch: cfgperl
12872            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
12873            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
12874            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
12875            ! x2p/util.c
12876 ____________________________________________________________________________
12877 [  3107] By: gsar                                  on 1999/03/15  03:22:10
12878         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
12879              From: Daniel Yacob <dmulholl@cs.indiana.edu>
12880              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
12881              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
12882              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
12883      Branch: perl
12884            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
12885            + lib/unicode/Is/Syllable.pl
12886            + lib/unicode/MakeEthiopicSyllables.PL
12887            + lib/unicode/README.Ethiopic
12888            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
12889            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
12890            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
12891            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
12892            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
12893            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
12894            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
12895            ! lib/unicode/Name.pl lib/unicode/Number.pl
12896 ____________________________________________________________________________
12897 [  3106] By: gsar                                  on 1999/03/12  20:35:36
12898         Log: change#3067 failed package.t due to needless creation of $a and $b;
12899              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
12900      Branch: perl
12901            ! op.c
12902 ____________________________________________________________________________
12903 [  3105] By: jhi                                   on 1999/03/12  15:54:57
12904         Log: Recognize the NetBSD packages collection.
12905      Branch: maint-5.005/perl
12906            ! hints/netbsd.sh
12907 ____________________________________________________________________________
12908 [  3104] By: jhi                                   on 1999/03/12  09:07:04
12909         Log: From: pvhp@forte.com (Peter Prymmer)
12910              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
12911              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
12912              Date: Thu, 11 Mar 99 14:24:54 PST
12913              Message-Id: <9903112224.AA24346@forte.com>
12914      Branch: maint-5.005/perl
12915            ! README.os390 t/lib/posix.t
12916 ____________________________________________________________________________
12917 [  3103] By: jhi                                   on 1999/03/10  11:07:46
12918         Log: Integrate from mainperl.
12919      Branch: cfgperl
12920           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
12921           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
12922           !> t/pragma/warn/1global toke.c win32/makedef.pl
12923 ____________________________________________________________________________
12924 [  3102] By: jhi                                   on 1999/03/10  11:01:20
12925         Log: From: pvhp@forte.com (Peter Prymmer)
12926              To: perl5-porters@perl.org
12927              Subject: [5.005_03-MT6]Patch: time passes
12928              Date: Tue, 9 Mar 99 18:42:17 PST
12929              Message-Id: <9903100242.AA29057@forte.com>
12930      Branch: maint-5.005/perl
12931            ! perl.c
12932 ____________________________________________________________________________
12933 [  3101] By: jhi                                   on 1999/03/10  10:30:15
12934         Log: From: Mark-Jason Dominus <mjd@plover.com>
12935              To: perl5-porters@perl.com
12936              Subject: Minor fix to perlfunc.pod
12937              Date: Mon, 08 Mar 1999 20:05:53 -0500
12938              Message-ID: <19990309010553.13757.qmail@plover.com>
12939      Branch: maint-5.005/perl
12940            ! pod/perlfunc.pod
12941 ____________________________________________________________________________
12942 [  3100] By: gsar                                  on 1999/03/09  23:04:44
12943         Log: change#3060 had the wrong quotes
12944      Branch: perl
12945            ! pod/pod2man.PL
12946 ____________________________________________________________________________
12947 [  3099] By: jhi                                   on 1999/03/09  12:52:21
12948         Log: d_uname was broken (probably since _53), reported by
12949              
12950              From: Alan Burlison <Alan.Burlison@uk.sun.com>
12951              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
12952              cpan-testers@perl.org
12953              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
12954              Date: Mon, 08 Mar 1999 13:22:31 +0000
12955              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
12956              
12957              and
12958              
12959              From: lvirden@cas.org (Larry W. Virden)
12960              To: perlbug@perl.com
12961              Subject: configure not correctly identifying uname posix compatibility
12962              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
12963              Message-Id: <199903081136.GAA23682@cas.org>
12964      Branch: cfgperl
12965            ! Configure config_h.SH
12966 ____________________________________________________________________________
12967 [  3098] By: gsar                                  on 1999/03/09  03:16:07
12968         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
12969      Branch: perl
12970            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
12971 ____________________________________________________________________________
12972 [  3097] By: gsar                                  on 1999/03/09  02:50:43
12973         Log: use yyerror() instead of croak() so that compile-time failures in
12974              my(LIST) don't confuse globals with lexicals
12975      Branch: perl
12976            ! op.c toke.c
12977 ____________________________________________________________________________
12978 [  3096] By: gsar                                  on 1999/03/09  02:47:36
12979         Log: adjust testsuite for change#3067
12980      Branch: perl
12981            ! t/pragma/warn/1global
12982 ____________________________________________________________________________
12983 [  3095] By: gsar                                  on 1999/03/08  21:04:48
12984         Log: remove bogus symbols from global.sym
12985      Branch: perl
12986            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
12987            ! perl.h win32/makedef.pl
12988 ____________________________________________________________________________
12989 [  3094] By: jhi                                   on 1999/03/06  16:16:15
12990         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
12991              To: jhi@iki.fi
12992              Subject: Oops
12993              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
12994              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
12995      Branch: maint-5.005/perl
12996            ! README.hurd
12997 ____________________________________________________________________________
12998 [  3093] By: jhi                                   on 1999/03/06  15:59:46
12999         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
13000              To: jhi@iki.fi
13001              Subject: New Hurd README
13002              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
13003              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
13004      Branch: maint-5.005/perl
13005            ! README.hurd
13006 ____________________________________________________________________________
13007 [  3092] By: jhi                                   on 1999/03/06  12:52:06
13008         Log: From: Paul_Green@stratus.com
13009              To: perl5-porters@perl.org
13010              Cc: jhi@iki.fi, Paul_Green@stratus.com
13011              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
13012              Date: Fri, 5 Mar 1999 18:08:49 -0500 
13013              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
13014      Branch: maint-5.005/perl
13015            ! vos/config.h vos/config_h.SH_orig
13016 ____________________________________________________________________________
13017 [  3091] By: jhi                                   on 1999/03/06  12:42:21
13018         Log: From: Dan Sugalski <sugalskd@osshe.edu>
13019              To: perl5-porters@perl.org, vmsperl@perl.org
13020              Subject: [PATCH 5.005_03-MT6]VMS build patch
13021              Date: Fri, 05 Mar 1999 12:36:19 -0800
13022              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
13023      Branch: maint-5.005/perl
13024            ! vms/subconfigure.com
13025 ____________________________________________________________________________
13026 [  3090] By: gsar                                  on 1999/03/06  04:40:03
13027         Log: integrate change#3089 from mainline
13028              
13029              tolerate CRs after options
13030      Branch: maint-5.005/perl
13031           !> perl.c
13032 ____________________________________________________________________________
13033 [  3089] By: gsar                                  on 1999/03/06  04:30:40
13034         Log: tolerate CRs after options
13035      Branch: perl
13036            ! perl.c
13037 ____________________________________________________________________________
13038 [  3088] By: jhi                                   on 1999/03/05  12:49:01
13039         Log: Integrate from mainperl.
13040      Branch: cfgperl
13041           +> README.hurd
13042           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
13043 ____________________________________________________________________________
13044 [  3087] By: gsar                                  on 1999/03/05  06:41:16
13045         Log: adjust timeouts to accomodate slow/busy systems
13046      Branch: perl
13047            ! t/lib/io_sock.t
13048 ____________________________________________________________________________
13049 [  3083] By: gsar                                  on 1999/03/05  01:32:47
13050         Log: integrate change#3081 from maint-5.005
13051      Branch: perl
13052           !> ext/Errno/Errno_pm.PL
13053 ____________________________________________________________________________
13054 [  3082] By: gsar                                  on 1999/03/05  01:31:06
13055         Log: integrate change#2904 from maint-5.005
13056      Branch: perl
13057           +> README.hurd
13058           !> MANIFEST
13059 ____________________________________________________________________________
13060 [  3081] By: gsar                                  on 1999/03/05  00:14:33
13061         Log: protect against doubled backslashes
13062      Branch: maint-5.005/perl
13063            ! ext/Errno/Errno_pm.PL
13064 ____________________________________________________________________________
13065 [  3077] By: jhi                                   on 1999/03/04  08:10:13
13066         Log: Integrate from mainperl.
13067      Branch: cfgperl
13068           +> ext/B/B/Stash.pm
13069           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
13070           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
13071           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
13072           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
13073 ____________________________________________________________________________
13074 [  3076] By: jhi                                   on 1999/03/04  08:07:59
13075         Log: Regen config_h.SH once more because of *size, 
13076              noticed by
13077              
13078              From: Hans Mulder <hansm@icgned.icgroup.nl>
13079              To: Jarkko Hietaniemi <jhi@iki.fi>
13080              Cc: perl5-porters@perl.org
13081              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
13082              Date: Thu,  4 Mar 99 00:10:45 +0100
13083              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
13084      Branch: cfgperl
13085            ! Configure config_h.SH
13086 ____________________________________________________________________________
13087 [  3068] By: gsar                                  on 1999/03/04  05:48:03
13088         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
13089              Date: Thu,  4 Mar 99 00:10:45 +0100
13090              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
13091              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
13092      Branch: perl
13093            ! config_h.SH
13094 ____________________________________________________________________________
13095 [  3067] By: gsar                                  on 1999/03/04  05:44:32
13096         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
13097              From: Graham Barr <gbarr@ti.com>
13098              Date: Wed, 3 Mar 1999 17:23:56 -0600
13099              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
13100              Subject: Re: 'use strict' doesn't work for one-letter variables
13101      Branch: perl
13102            ! gv.c op.c
13103 ____________________________________________________________________________
13104 [  3066] By: gsar                                  on 1999/03/04  05:20:50
13105         Log: updates to compiler modules
13106              From: "Vishal Bhatia" <vishalb@hotmail.com>
13107              Date: Tue, 02 Mar 1999 23:27:25 PST
13108              Message-ID: <19990303072725.779.qmail@hotmail.com>
13109              Subject: PATCH 5.005_56 + Test procedure
13110      Branch: perl
13111            + ext/B/B/Stash.pm
13112            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
13113            ! lib/Test/Harness.pm utils/perlcc.PL
13114 ____________________________________________________________________________
13115 [  3065] By: gsar                                  on 1999/03/04  05:03:30
13116         Log: more s/s_/s!/ etc.
13117      Branch: perl
13118            ! pod/perldelta.pod pod/perlfunc.pod
13119 ____________________________________________________________________________
13120 [  3064] By: gsar                                  on 1999/03/04  04:50:45
13121         Log: integrate cfgperl contents into mainline
13122      Branch: perl
13123           !> Configure README.vms bytecode.h config_h.SH configure.com
13124           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
13125           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
13126           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
13127 ____________________________________________________________________________
13128 [  3063] By: gsar                                  on 1999/03/04  04:44:13
13129         Log: HP-UX has yet another spelling for /NaNQ?/
13130      Branch: perl
13131            ! t/lib/bigfloatpm.t
13132 ____________________________________________________________________________
13133 [  3062] By: gsar                                  on 1999/03/04  04:36:08
13134         Log: error-check for accept() test
13135      Branch: perl
13136            ! t/lib/io_sock.t
13137 ____________________________________________________________________________
13138 [  3061] By: gsar                                  on 1999/03/04  03:40:25
13139         Log: allow custom comparison function in File::Compare::compare_text()
13140              From: jan.dubois@ibm.net (Jan Dubois)
13141              Date: Fri, 26 Feb 1999 21:56:09 +0100
13142              Message-ID: <36db0838.8805651@smtp1.ibm.net>
13143              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
13144      Branch: perl
13145            ! lib/File/Compare.pm
13146 ____________________________________________________________________________
13147 [  3060] By: gsar                                  on 1999/03/04  03:37:38
13148         Log: better version of change#3038
13149              From: abigail@fnx.com
13150              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
13151              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
13152              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
13153      Branch: perl
13154            ! pod/pod2man.PL
13155 ____________________________________________________________________________
13156 [  3058] By: jhi                                   on 1999/03/03  22:30:40
13157         Log: Configure regen to
13158              (1) match maint-5.005 patches #3056 and #3057
13159              (2) better version of PHOSTNAME of #3050
13160              (3) the crosscompile/multiarch config_h.SH trouble solved for now
13161      Branch: cfgperl
13162            ! Configure config_h.SH
13163 ____________________________________________________________________________
13164 [  3054] By: jhi                                   on 1999/03/03  09:57:59
13165         Log: Change #3053 missed perldelta.
13166      Branch: cfgperl
13167            ! pod/perldelta.pod
13168 ____________________________________________________________________________
13169 [  3053] By: jhi                                   on 1999/03/03  08:29:43
13170         Log: Use '!' to mark native integer packings instead of '_'.
13171      Branch: cfgperl
13172            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
13173 ____________________________________________________________________________
13174 [  3052] By: jhi                                   on 1999/03/02  23:12:36
13175         Log: The HP-UX threads patch (change #3028) is needed also here.
13176      Branch: cfgperl
13177            ! hints/hpux.sh thread.h
13178 ____________________________________________________________________________
13179 [  3051] By: jhi                                   on 1999/03/02  08:24:52
13180         Log: From: Dan Sugalski <sugalskd@osshe.edu>
13181              To: perl5-porters@perl.org, vmsperl@perl.org
13182              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
13183              Date: Mon, 01 Mar 1999 16:10:57 -0800
13184              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
13185      Branch: cfgperl
13186            ! README.vms
13187      Branch: maint-5.005/perl
13188            ! README.vms
13189 ____________________________________________________________________________
13190 [  3050] By: jhi                                   on 1999/03/02  08:22:29
13191         Log: From: Dan Sugalski <sugalskd@osshe.edu>
13192              To: perl5-porters@perl.org, vmsperl@perl.org
13193              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
13194              Date: Mon, 01 Mar 1999 16:06:29 -0800
13195              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
13196              
13197              From: Dan Sugalski <sugalskd@osshe.edu>
13198              To: perl5-porters@perl.org, vmsperl@perl.org
13199              Subject: [PATCH 5.005_56]vmsish.pm patch
13200              Date: Mon, 01 Mar 1999 20:19:04 -0800
13201              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
13202              
13203              plus Configure regen containing a "solution" to the
13204              crosscompile/multiarch problem.
13205      Branch: cfgperl
13206            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
13207            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
13208 ____________________________________________________________________________
13209 [  3049] By: jhi                                   on 1999/03/02  07:34:21
13210         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
13211              To: perl5-porters@perl.org
13212              Subject: [PATCH] Eliminate (valid) warning in byterun.c
13213              Date: Mon, 01 Mar 1999 17:27:59 -0500
13214              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
13215      Branch: cfgperl
13216            ! bytecode.h
13217      Branch: maint-5.005/perl
13218            ! bytecode.h
13219 ____________________________________________________________________________
13220 [  3048] By: gsar                                  on 1999/03/02  06:41:21
13221         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
13222      Branch: perl
13223            ! MANIFEST README.hpux
13224 ____________________________________________________________________________
13225 [  3047] By: jhi                                   on 1999/03/01  06:34:43
13226         Log: Integrate from mainperl.
13227      Branch: cfgperl
13228           +> README.hpux lib/File/Spec/Functions.pm
13229           !> (integrate 28 files)
13230 ____________________________________________________________________________
13231 [  3046] By: gsar                                  on 1999/03/01  05:34:28
13232         Log: this is 5.005_56
13233      Branch: perl
13234            ! Changes
13235
13236 ----------------
13237 Version 5.005_56
13238 ----------------
13239
13240 ____________________________________________________________________________
13241 [  3045] By: gsar                                  on 1999/03/01  03:32:30
13242         Log: destroy PL_svref_mutex in perl_destruct()
13243      Branch: perl
13244            ! perl.c
13245 ____________________________________________________________________________
13246 [  3044] By: gsar                                  on 1999/03/01  00:38:50
13247         Log: up patchlevel &c.
13248      Branch: perl
13249            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
13250            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13251            ! win32/makefile.mk
13252 ____________________________________________________________________________
13253 [  3043] By: gsar                                  on 1999/03/01  00:14:15
13254         Log: integrate cfgperl contents into mainline
13255      Branch: perl
13256            ! pod/perldelta.pod
13257           !> Configure config_h.SH
13258 ____________________________________________________________________________
13259 [  3042] By: gsar                                  on 1999/02/28  23:55:08
13260         Log: slightly edited version of suggested patch
13261              From: jan.dubois@ibm.net (Jan Dubois)
13262              Date: Mon, 01 Mar 1999 00:32:05 +0100
13263              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
13264              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
13265      Branch: perl
13266            + lib/File/Spec/Functions.pm
13267            ! MANIFEST lib/File/Spec.pm
13268 ____________________________________________________________________________
13269 [  3041] By: gsar                                  on 1999/02/28  22:47:19
13270         Log: fix subtle bug in eval'' testsuite
13271      Branch: perl
13272            ! t/op/eval.t
13273 ____________________________________________________________________________
13274 [  3040] By: gsar                                  on 1999/02/28  22:46:24
13275         Log: avoid literal control characters in change#3039
13276      Branch: perl
13277            ! t/base/lex.t
13278 ____________________________________________________________________________
13279 [  3039] By: gsar                                  on 1999/02/28  21:47:18
13280         Log: todo item: permit extended control variables a la ${^Foo} (patch
13281              courtesy Mark-Jason Dominus <mjd@plover.com>)
13282      Branch: perl
13283            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
13284            ! t/base/lex.t toke.c
13285 ____________________________________________________________________________
13286 [  3038] By: gsar                                  on 1999/02/28  21:21:05
13287         Log: From: abigail@fnx.com
13288              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
13289              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
13290              Subject: Recognize -> and => inside [A-Z]<> sequences.
13291      Branch: perl
13292            ! pod/pod2man.PL
13293 ____________________________________________________________________________
13294 [  3037] By: gsar                                  on 1999/02/28  21:12:22
13295         Log: fix longstanding bug: searches for lexicals originating within eval''
13296              weren't stopping at the subroutine boundary correctly
13297      Branch: perl
13298            ! op.c proto.h t/op/eval.t
13299 ____________________________________________________________________________
13300 [  3036] By: gsar                                  on 1999/02/28  20:02:29
13301         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
13302              as stacked list values
13303              From: jan.dubois@ibm.net (Jan Dubois)
13304              Date: Sat, 27 Feb 1999 18:24:17 +0100
13305              Message-ID: <36e22849.36531259@smtp1.ibm.net>
13306              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
13307      Branch: perl
13308            ! win32/win32.c
13309 ____________________________________________________________________________
13310 [  3035] By: gsar                                  on 1999/02/28  19:48:54
13311         Log: remove superfluous stack_sp decl
13312      Branch: perl
13313            ! jpl/JNI/JNI.xs
13314 ____________________________________________________________________________
13315 [  3034] By: gsar                                  on 1999/02/28  19:34:58
13316         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
13317      Branch: perl
13318            ! lib/Getopt/Std.pm
13319 ____________________________________________________________________________
13320 [  3033] By: gsar                                  on 1999/02/28  19:23:41
13321         Log: add File::Compare::compare_text()
13322              From: jan.dubois@ibm.net (Jan Dubois)
13323              Date: Fri, 26 Feb 1999 00:20:41 +0100
13324              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
13325              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
13326      Branch: perl
13327            ! lib/File/Compare.pm pod/perltodo.pod
13328 ____________________________________________________________________________
13329 [  3032] By: gsar                                  on 1999/02/28  19:01:33
13330         Log: add README.hpux
13331      Branch: perl
13332            + README.hpux
13333            ! MAINTAIN MANIFEST
13334 ____________________________________________________________________________
13335 [  3031] By: gsar                                  on 1999/02/28  18:49:08
13336         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
13337              James Cromie <jcromie@fossil.uswc.uswest.com>
13338      Branch: perl
13339            ! lib/Pod/Html.pm
13340 ____________________________________________________________________________
13341 [  3030] By: gsar                                  on 1999/02/28  18:35:09
13342         Log: From: jan.dubois@ibm.net (Jan Dubois)
13343              Date: Wed, 24 Feb 1999 22:34:56 +0100
13344              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
13345              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
13346      Branch: perl
13347            ! lib/Test/Harness.pm
13348 ____________________________________________________________________________
13349 [  3029] By: gsar                                  on 1999/02/28  18:28:18
13350         Log: add note about env pollution
13351      Branch: perl
13352            ! INSTALL pod/perltodo.pod
13353 ____________________________________________________________________________
13354 [  3028] By: jhi                                   on 1999/02/26  14:40:00
13355         Log: HP-UX 11 threads.
13356              
13357              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
13358              To: perl5-porters@perl.org
13359              Cc: jhi@cc.hut.fi
13360              Subject: Maint 5 and _54 with threading on HP-UX 11.00
13361              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
13362              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
13363              
13364              NOTE from jhi: the hpux hints could still be more robust by
13365              disabling gdbm when necessary.
13366              
13367              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
13368              linking -lgdbm -lpthread creates an executable that instantly
13369              core dumps on a pthreads internal panic:
13370              
13371              ./gdpt
13372              
13373              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
13374              Return Pointer is 0xc082bf33
13375              17639 quit (core dumped)  ./gdpt
13376              
13377              You don't have to *use* either gdbm or pthreads in the executable,
13378              just linking them together is enough.  Workaround is to recompile
13379              the GDBM under HP-UX 11, that makes the problem go away.
13380      Branch: maint-5.005/perl
13381            ! hints/hpux.sh thread.h
13382 ____________________________________________________________________________
13383 [  3025] By: jhi                                   on 1999/02/25  20:41:07
13384         Log: Temporary workaround for the config_h.SH versus
13385              crosscompile and multiarch plus introduce 'rt'
13386              to $libswanted: in UNIX98 sched_yield() lives there.
13387      Branch: cfgperl
13388            ! Configure config_h.SH
13389 ____________________________________________________________________________
13390 [  3024] By: jhi                                   on 1999/02/24  12:54:59
13391         Log: Integrate from mainperl.
13392      Branch: cfgperl
13393           +> t/lib/fatal.t
13394           !> (integrate 44 files)
13395 ____________________________________________________________________________
13396 [  3023] By: gsar                                  on 1999/02/24  07:02:12
13397         Log: integrate cfgperl contents
13398      Branch: perl
13399           !> (integrate 30 files)
13400 ____________________________________________________________________________
13401 [  3022] By: gsar                                  on 1999/02/24  05:59:47
13402         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
13403              Date: 23 Feb 1999 17:53:22 -0700
13404              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
13405              Subject: [PATCH: _55] perldoc -q broken
13406      Branch: perl
13407            ! utils/perldoc.PL
13408 ____________________________________________________________________________
13409 [  3021] By: gsar                                  on 1999/02/24  05:51:53
13410         Log: ansify perlio.c, fix PerlIO-ish typos
13411      Branch: perl
13412            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
13413            ! iperlsys.h perlio.c
13414 ____________________________________________________________________________
13415 [  3020] By: gsar                                  on 1999/02/24  05:28:06
13416         Log: adjust a Perl_malloc() flag for NeXT
13417              From: Hans Mulder <hansm@icgned.icgroup.nl>
13418              Date: Tue, 23 Feb 99 00:26:25 +0100
13419              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
13420              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
13421      Branch: perl
13422            ! perl.h
13423 ____________________________________________________________________________
13424 [  3019] By: gsar                                  on 1999/02/24  05:19:42
13425         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
13426      Branch: perl
13427            ! pod/perltodo.pod
13428 ____________________________________________________________________________
13429 [  3018] By: gsar                                  on 1999/02/24  04:15:18
13430         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
13431              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
13432              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
13433              Subject: improved error message [PATCH _55] [RESEND]
13434      Branch: perl
13435            ! sv.c
13436 ____________________________________________________________________________
13437 [  3017] By: gsar                                  on 1999/02/24  03:50:34
13438         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
13439              Date: Sun, 21 Feb 1999 20:02:18 -0700
13440              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
13441              Subject: perlfunc updates (against 55)
13442      Branch: perl
13443            ! pod/perlfunc.pod
13444 ____________________________________________________________________________
13445 [  3016] By: gsar                                  on 1999/02/24  03:17:05
13446         Log: testsuite adjustments
13447              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13448              Date: Sat, 20 Feb 1999 15:24:57 +0000
13449              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
13450              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
13451      Branch: perl
13452            ! t/lib/io_sock.t t/op/lex_assign.t
13453 ____________________________________________________________________________
13454 [  3015] By: gsar                                  on 1999/02/24  02:54:47
13455         Log: avoid modifying readonly values from qw()
13456      Branch: perl
13457            ! lib/ExtUtils/MM_Unix.pm
13458 ____________________________________________________________________________
13459 [  3014] By: gsar                                  on 1999/02/24  02:49:04
13460         Log: more "correct" utbuf for utime()
13461      Branch: perl
13462            ! doio.c
13463 ____________________________________________________________________________
13464 [  3013] By: jhi                                   on 1999/02/22  19:27:44
13465         Log: Fix MacPerl version, change PowerUX to PowerMAX.
13466              
13467              From: Chris Nandor <pudge@pobox.com>
13468              To: jhi@iki.fi
13469              Cc: perl5-porters@perl.org
13470              Subject: Re: perl current availability as documented by perl.pod
13471              Date: Sun, 21 Feb 1999 11:06:03 -0500
13472              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
13473              
13474              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
13475              To: jhi@iki.fi
13476              Cc: perl5-porters@perl.org
13477              Subject: Re: perl current availability as documented by perl.pod
13478              Date: Mon, 22 Feb 1999 13:08:30 GMT
13479              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
13480      Branch: cfgperl
13481            ! pod/perl.pod
13482      Branch: maint-5.005/perl
13483            ! pod/perl.pod
13484 ____________________________________________________________________________
13485 [  3012] By: jhi                                   on 1999/02/22  10:26:11
13486         Log: Snapshot the cross-compilation/multiarchitecture stuff
13487              (currently broken in next)
13488      Branch: cfgperl
13489            ! Configure config_h.SH pp.c
13490 ____________________________________________________________________________
13491 [  3011] By: jhi                                   on 1999/02/22  10:24:51
13492         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
13493              To: gsar@activestate.com (Gurusamy Sarathy)
13494              Cc: perl5-porters@perl.org (Perl5 Porters)
13495              Subject: [PATCH 5.005_55] DB_File 1.64 patch
13496              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
13497              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
13498      Branch: cfgperl
13499            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
13500            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
13501 ____________________________________________________________________________
13502 [  3009] By: jhi                                   on 1999/02/22  09:14:26
13503         Log: Scratch #3008 and introduce $crosscompile and $multiarch
13504              also in non-Configure lands.
13505      Branch: cfgperl
13506            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
13507            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
13508            ! win32/config.gc win32/config.vc win32/config_H.bc
13509            ! win32/config_H.gc win32/config_H.vc
13510 ____________________________________________________________________________
13511 [  3008] By: jhi                                   on 1999/02/22  08:58:04
13512         Log: Add -DMULTIARCH (see change #3006).
13513      Branch: cfgperl
13514            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
13515 ____________________________________________________________________________
13516 [  3007] By: jhi                                   on 1999/02/22  08:54:06
13517         Log: Undo the references to local{lib,arch} introduced by #3006.
13518      Branch: cfgperl
13519            ! Configure config_h.SH
13520 ____________________________________________________________________________
13521 [  3006] By: jhi                                   on 1999/02/22  08:43:50
13522         Log: From: hansm@icgned.icgroup.nl
13523              To: perlbug@perl.com
13524              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
13525              Date: Sun, 21 Feb 1999 22:58:55 +0100
13526              Reply-To: hansmu@xs4all.nl
13527              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
13528              
13529              plus other Configure changes: prepare for cross-compilation/
13530              multiarchitecture builds.
13531      Branch: cfgperl
13532            ! Configure config_h.SH
13533 ____________________________________________________________________________
13534 [  3005] By: jhi                                   on 1999/02/22  08:35:30
13535         Log: Configure/Perl knew how to look for use Mach cthreads
13536              but Configure didn't let them to be used ($osname 'next').
13537      Branch: cfgperl
13538            ! Configure config_h.SH
13539      Branch: maint-5.005/perl
13540            ! Configure
13541 ____________________________________________________________________________
13542 [  3004] By: jhi                                   on 1999/02/21  15:46:02
13543         Log: Update Acorn AVAILABILITY.
13544      Branch: cfgperl
13545            ! pod/perl.pod
13546      Branch: maint-5.005/perl
13547            ! pod/perl.pod
13548 ____________________________________________________________________________
13549 [  3003] By: jhi                                   on 1999/02/21  14:50:42
13550         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
13551              To: perl5-porters@perl.org (Perl 5 Porters)
13552              Subject: PATCH: perlref.pod - symbolic ref example
13553              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
13554              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
13555      Branch: cfgperl
13556            ! pod/perlref.pod
13557      Branch: maint-5.005/perl
13558            ! pod/perlref.pod
13559 ____________________________________________________________________________
13560 [  3002] By: jhi                                   on 1999/02/21  14:35:22
13561         Log: Sync cfgperl with maint-5.005 change #3000.
13562      Branch: cfgperl
13563            ! pod/perlfunc.pod t/op/pack.t
13564 ____________________________________________________________________________
13565 [  2999] By: gsar                                  on 1999/02/20  22:48:30
13566         Log: From:    John Bley <jbb6@acpub.duke.edu>
13567              Date:    Sat, 20 Feb 1999 16:02:34 EST
13568              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
13569              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
13570      Branch: perl
13571            ! regcomp.c
13572 ____________________________________________________________________________
13573 [  2998] By: jhi                                   on 1999/02/20  14:13:06
13574         Log: Enhanced the endianness description.
13575      Branch: cfgperl
13576            ! pod/perlfunc.pod
13577 ____________________________________________________________________________
13578 [  2996] By: jhi                                   on 1999/02/20  13:55:41
13579         Log: Glossary now mostly fixed.
13580      Branch: cfgperl
13581            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13582            ! config_h.SH
13583 ____________________________________________________________________________
13584 [  2994] By: jhi                                   on 1999/02/20  11:58:33
13585         Log: Perldeltify GNU/Hurd.
13586      Branch: cfgperl
13587            ! pod/perldelta.pod
13588 ____________________________________________________________________________
13589 [  2993] By: gsar                                  on 1999/02/20  00:59:10
13590         Log: fix typo in Perl_sbrk()
13591              From: hansm@icgned.icgroup.nl
13592              Date: Fri, 19 Feb 1999 23:19:31 +0100
13593              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
13594              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
13595      Branch: perl
13596            ! malloc.c
13597 ____________________________________________________________________________
13598 [  2992] By: gsar                                  on 1999/02/20  00:51:08
13599         Log: integrate change#2980 from maint-5.005
13600      Branch: perl
13601           !> utils/h2xs.PL
13602 ____________________________________________________________________________
13603 [  2991] By: gsar                                  on 1999/02/20  00:34:01
13604         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13605              Date: Thu, 18 Feb 1999 18:51:38 +0000
13606              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
13607              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
13608      Branch: perl
13609            ! pp_hot.c t/op/pat.t
13610 ____________________________________________________________________________
13611 [  2990] By: gsar                                  on 1999/02/20  00:30:48
13612         Log: From: jan.dubois@ibm.net (Jan Dubois)
13613              Date: Thu, 18 Feb 1999 19:14:07 +0100
13614              Message-ID: <36d15809.40853323@smtp1.ibm.net>
13615              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
13616      Branch: perl
13617            ! win32/win32.c
13618 ____________________________________________________________________________
13619 [  2989] By: gsar                                  on 1999/02/20  00:27:01
13620         Log: do poll() emulation unless HAS_POLL && I_POLL
13621      Branch: perl
13622            ! ext/IO/poll.h
13623 ____________________________________________________________________________
13624 [  2988] By: gsar                                  on 1999/02/19  23:52:12
13625         Log: tweak RE for NaNQ? recognition
13626      Branch: perl
13627            ! t/lib/bigfloatpm.t
13628 ____________________________________________________________________________
13629 [  2987] By: gsar                                  on 1999/02/19  23:29:59
13630         Log: mention C<use utf8> and C<use warning> in perldelta
13631      Branch: perl
13632            ! pod/perldelta.pod
13633 ____________________________________________________________________________
13634 [  2985] By: jhi                                   on 1999/02/19  20:43:19
13635         Log: pack/unpack better in (network-)short-non-16-bits and
13636              (network-)long-non-32-bits systems such as Cray C90.
13637      Branch: cfgperl
13638            ! perl.h pp.c t/op/pack.t
13639 ____________________________________________________________________________
13640 [  2984] By: jhi                                   on 1999/02/19  20:38:54
13641         Log: Regen Configure.
13642      Branch: cfgperl
13643            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13644            ! perl.c
13645 ____________________________________________________________________________
13646 [  2982] By: jhi                                   on 1999/02/19  19:51:49
13647         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
13648              not probed for and         
13649              
13650              From: "Kurt D. Starsinic" <kstar@chapin.edu>
13651              To: Chaim Frenkel <chaimf@pobox.com>,
13652              Russ Allbery <rra@stanford.edu>,
13653              Jarkko Hietaniemi <jhi@iki.fi>,
13654              Gurusamy Sarathy <gsar@activestate.com>,
13655              Graham Barr <gbarr@pobox.com>
13656              Cc: bdensch@ameritech.net, perlbug@perl.com
13657              Subject: [PATCH] Re: Solaris 7 for Intel
13658              Message-ID: <19990219124404.A30182@O2.chapin.edu>
13659              
13660              Glossary is still missing some terms because
13661              mkglossary is misbehaving (change #2981 updated
13662              Glossary manually)
13663      Branch: cfgperl
13664            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
13665            ! Porting/config_H
13666 ____________________________________________________________________________
13667 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
13668         Log: Make result of h2xs work when user adds C<use strict>
13669      Branch: maint-5.005/perl
13670            ! utils/h2xs.PL
13671 ____________________________________________________________________________
13672 [  2979] By: gsar                                  on 1999/02/19  05:24:29
13673         Log: doc for change#2978
13674      Branch: perl
13675            ! pod/perlsub.pod
13676 ____________________________________________________________________________
13677 [  2978] By: gsar                                  on 1999/02/19  05:08:29
13678         Log: bring '*' prototype closer to how it behaves internally
13679      Branch: perl
13680            + t/lib/fatal.t
13681            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
13682 ____________________________________________________________________________
13683 [  2977] By: gsar                                  on 1999/02/19  02:50:31
13684         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
13685      Branch: perl
13686            ! perly.h
13687 ____________________________________________________________________________
13688 [  2975] By: gsar                                  on 1999/02/18  21:41:57
13689         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
13690              of lexical searches in BEGIN|INIT|END)
13691      Branch: perl
13692            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
13693            ! vms/perly_c.vms
13694 ____________________________________________________________________________
13695 [  2974] By: gsar                                  on 1999/02/18  21:03:06
13696         Log: missing PERL_POLLUTE_MALLOC
13697      Branch: perl
13698            ! ext/SDBM_File/sdbm/sdbm.h
13699 ____________________________________________________________________________
13700 [  2973] By: gsar                                  on 1999/02/18  17:10:49
13701         Log: From:    Andy Dougherty <doughera@lafayette.edu>
13702              Date:    Wed, 17 Feb 1999 17:22:50 EST
13703              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
13704              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
13705      Branch: perl
13706            ! lib/dotsh.pl
13707 ____________________________________________________________________________
13708 [  2972] By: gsar                                  on 1999/02/18  17:04:12
13709         Log: s/#defined/#define/
13710      Branch: perl
13711            ! ext/Data/Dumper/Dumper.xs
13712 ____________________________________________________________________________
13713 [  2970] By: gsar                                  on 1999/02/18  03:26:43
13714         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
13715      Branch: perl
13716            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
13717            ! ext/GDBM_File/typemap
13718 ____________________________________________________________________________
13719 [  2969] By: gsar                                  on 1999/02/17  23:30:47
13720         Log: correct slurp mode doc
13721      Branch: perl
13722            ! pod/perlfunc.pod pod/perlop.pod
13723 ____________________________________________________________________________
13724 [  2968] By: jhi                                   on 1999/02/17  23:15:49
13725         Log: Ultrix hints update.
13726              
13727              From: Spider Boardman <spider@zk3.dec.com>
13728              To: perlbug@perl.com
13729              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
13730              Date: Tue, 16 Feb 1999 23:04:28 -0500
13731              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
13732      Branch: cfgperl
13733            ! hints/ultrix_4.sh
13734 ____________________________________________________________________________
13735 [  2966] By: jhi                                   on 1999/02/17  23:09:21
13736         Log: Change #2965 wiped out some Sarathy's _55 changes.
13737              Now unwiped.
13738      Branch: cfgperl
13739            ! Configure pp.c t/op/pack.t
13740 ____________________________________________________________________________
13741 [  2965] By: jhi                                   on 1999/02/17  23:00:04
13742         Log: Configure tweaks.
13743              
13744              Fix the Unixware/SCO uname scan:
13745              
13746              From: Tom Hughes <thh@cyberscience.com>
13747              To: perlbug@perl.com
13748              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
13749              Date: 17 Feb 1999 15:34:15 +0000    
13750              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
13751              
13752              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
13753              
13754              From: Joe Buehler <jhpb@hekimian.com>
13755              To: perl5-porters@perl.org
13756              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
13757              Date: 12 Feb 1999 11:25:21 -0500
13758              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
13759              
13760              Make the pthreads joinable constant scan to output to fd 4, not 2.
13761      Branch: cfgperl
13762            ! Configure
13763 ____________________________________________________________________________
13764 [  2964] By: gsar                                  on 1999/02/17  21:30:07
13765         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
13766              Date: Wed, 17 Feb 1999 06:53:13 -0700
13767              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
13768              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
13769      Branch: perl
13770            ! lib/Pod/Functions.pm
13771 ____________________________________________________________________________
13772 [  2963] By: gsar                                  on 1999/02/17  21:18:21
13773         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
13774              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13775              Date: Wed, 17 Feb 1999 10:06:01 +0000
13776              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
13777              Subject: Re: [5.005_53] panic: pad_free curpad 
13778      Branch: perl
13779            ! regcomp.c regexec.c t/op/misc.t
13780 ____________________________________________________________________________
13781 [  2962] By: gsar                                  on 1999/02/16  21:26:28
13782         Log: NaNQ? tweak
13783      Branch: perl
13784            ! t/lib/bigfloatpm.t
13785 ____________________________________________________________________________
13786 [  2961] By: jhi                                   on 1999/02/16  19:26:38
13787         Log: Integrate from mainperl.
13788      Branch: cfgperl
13789           !> (integrate 37 files)
13790 ____________________________________________________________________________
13791 [  2960] By: gsar                                  on 1999/02/16  18:04:29
13792         Log: undo change#2465 (qw[] is a real list now)
13793      Branch: perl
13794            ! pod/perlop.pod
13795 ____________________________________________________________________________
13796 [  2959] By: gsar                                  on 1999/02/16  07:09:33
13797         Log: this was 5.005_55
13798      Branch: perl
13799            ! Changes
13800
13801 ----------------
13802 Version 5.005_55
13803 ----------------
13804
13805 ____________________________________________________________________________
13806 [  2958] By: gsar                                  on 1999/02/16  06:18:27
13807         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
13808              elide dups and non-dependents from Changes
13809      Branch: perl
13810            ! Changes pod/perlhist.pod
13811           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
13812           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
13813           !> pod/perlport.pod pp.c t/op/pack.t
13814 ____________________________________________________________________________
13815 [  2957] By: gsar                                  on 1999/02/16  04:09:47
13816         Log: propagate PERL_VERSION everywhere, add to pod
13817      Branch: perl
13818            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
13819            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
13820            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
13821            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
13822            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
13823            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
13824            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
13825            ! win32/config.gc win32/config.vc win32/config_sh.PL
13826            ! win32/win32.c x2p/a2py.c
13827 ____________________________________________________________________________
13828 [  2955] By: jhi                                   on 1999/02/15  16:15:03
13829         Log: The pack tests now better in C90 (after the packnative patches).
13830      Branch: cfgperl
13831            ! t/op/pack.t
13832 ____________________________________________________________________________
13833 [  2954] By: gsar                                  on 1999/02/15  14:11:50
13834         Log: tweak Configure to follow new PERL_VERSION etc.
13835      Branch: perl
13836            ! Configure patchlevel.h pod/perlhist.pod
13837 ____________________________________________________________________________
13838 [  2953] By: jhi                                   on 1999/02/15  14:02:21
13839         Log: Integrate from mainperl.
13840      Branch: cfgperl
13841           !> MANIFEST Porting/makerel
13842 ____________________________________________________________________________
13843 [  2952] By: jhi                                   on 1999/02/15  13:50:07
13844         Log: Enhance the packnative patch: use the packnative code
13845              only if required.  Also added hefty testing (hopefully
13846              I didn't assume too much...).  Tested on alpha, ix86, sparc.
13847      Branch: cfgperl
13848            ! pod/perlfunc.pod pp.c t/op/pack.t
13849 ____________________________________________________________________________
13850 [  2951] By: jhi                                   on 1999/02/15  13:46:56
13851         Log: AVAILABILITY from 5.005_03-tobe, will of course
13852              require updating when 5.006 comes out.
13853      Branch: cfgperl
13854            ! pod/perl.pod
13855 ____________________________________________________________________________
13856 [  2949] By: gsar                                  on 1999/02/15  13:28:51
13857         Log: will this be it for 5.005_55?
13858      Branch: perl
13859            ! MANIFEST Porting/makerel
13860 ____________________________________________________________________________
13861 [  2948] By: jhi                                   on 1999/02/15  13:23:52
13862         Log: Integrate from mainperl.
13863      Branch: cfgperl
13864           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
13865           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
13866           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
13867           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
13868           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
13869           !> win32/config.gc win32/config.vc win32/config_H.bc
13870           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
13871 ____________________________________________________________________________
13872 [  2947] By: jhi                                   on 1999/02/15  13:20:41
13873         Log: perlport.pod 1.39 from Chris.
13874      Branch: cfgperl
13875            ! pod/perlport.pod
13876 ____________________________________________________________________________
13877 [  2946] By: jhi                                   on 1999/02/15  13:09:58
13878         Log: Import Ultrix update, change #2864, 
13879              
13880              From: Spider Boardman <spider@zk3.dec.com>
13881              To: perlbug@perl.com
13882              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
13883              Date: Wed, 10 Feb 1999 23:33:31 -0500
13884              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
13885      Branch: cfgperl
13886            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
13887 ____________________________________________________________________________
13888 [  2945] By: jhi                                   on 1999/02/15  13:04:50
13889         Log: OpenBSD sparc SHMLBA.
13890      Branch: cfgperl
13891            ! ext/IPC/SysV/SysV.xs
13892 ____________________________________________________________________________
13893 [  2944] By: gsar                                  on 1999/02/15  12:09:52
13894         Log: update win32/config* stuff, Changes
13895      Branch: perl
13896            ! Changes win32/Makefile win32/config.bc win32/config.gc
13897            ! win32/config.vc win32/config_H.bc win32/config_H.gc
13898            ! win32/config_H.vc win32/makefile.mk
13899 ____________________________________________________________________________
13900 [  2943] By: gsar                                  on 1999/02/15  11:54:08
13901         Log: #include patchlevel.h by default, provide
13902              PERL_{REVISION,VERSION,SUBVERSION}
13903      Branch: perl
13904            ! patchlevel.h perl.h
13905 ____________________________________________________________________________
13906 [  2942] By: gsar                                  on 1999/02/15  10:26:59
13907         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
13908              misc fixes
13909      Branch: perl
13910            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
13911 ____________________________________________________________________________
13912 [  2941] By: gsar                                  on 1999/02/15  10:24:37
13913         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
13914              Message-ID: <19990207002851.B9185@toldyouso.com>
13915              Message-ID: <19990207212152.A9765@toldyouso.com>
13916              Message-ID: <19990207212041.A9622@toldyouso.com>
13917              Message-ID: <19990207213127.A10244@toldyouso.com>
13918              Message-ID: <19990207212559.A9950@toldyouso.com>
13919              Message-ID: <19990207212842.A9994@toldyouso.com>
13920              Message-ID: <19990207212500.A9860@toldyouso.com>
13921              Message-ID: <19990207213013.A10105@toldyouso.com>
13922      Branch: perl
13923            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
13924            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
13925            ! pod/perlmodlib.pod pod/perltoc.pod
13926 ____________________________________________________________________________
13927 [  2940] By: gsar                                  on 1999/02/15  10:07:08
13928         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
13929              of suggested patch)
13930              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
13931              Date: Mon, 08 Feb 1999 01:14:41 -0000
13932              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
13933              Subject: [PATCH 5.005_54] some pending C.pm stuff 
13934      Branch: perl
13935            ! ext/B/B/C.pm
13936 ____________________________________________________________________________
13937 [  2939] By: jhi                                   on 1999/02/15  08:40:18
13938         Log: Integrate from mainperl.
13939      Branch: cfgperl
13940           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
13941            - lib/File/PathConvert.pm
13942           !> (integrate 81 files)
13943 ____________________________________________________________________________
13944 [  2938] By: gsar                                  on 1999/02/15  06:56:39
13945         Log: change#2839 was bogus, redo
13946      Branch: perl
13947           !> t/lib/h2ph.pht
13948 ____________________________________________________________________________
13949 [  2937] By: gsar                                  on 1999/02/15  06:38:15
13950         Log: support Win32::GetFullPathName() and Win32::SetLastError()
13951              From: jan.dubois@ibm.net (Jan Dubois)
13952              Date: Tue, 09 Feb 1999 22:27:31 +0100
13953              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
13954              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
13955      Branch: perl
13956            ! win32/win32.c
13957 ____________________________________________________________________________
13958 [  2936] By: gsar                                  on 1999/02/15  06:26:39
13959         Log: support native integers, pack("L_",...) etc. (via private mail)
13960              From: Jarkko Hietaniemi <jhi@iki.fi>
13961              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
13962              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
13963              Subject: the "packnative" patch
13964      Branch: perl
13965            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
13966            ! t/lib/ipc_sysv.t t/op/pack.t
13967 ____________________________________________________________________________
13968 [  2935] By: gsar                                  on 1999/02/15  06:04:02
13969         Log: From: Michael G Schwern <schwern@pobox.com>
13970              Date: Tue, 9 Feb 1999 04:13:12 -0500
13971              Message-ID: <19990209041312.A15788@toldyouso.com>
13972              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
13973      Branch: perl
13974            ! utils/h2xs.PL
13975 ____________________________________________________________________________
13976 [  2934] By: gsar                                  on 1999/02/15  05:30:13
13977         Log: fix bugs in the handling of negative numbers, among other things
13978              From: Steven Knight <knight@theopera.baldmt.citilink.com>
13979              Date: Mon, 8 Feb 1999 01:16:24 -0600
13980              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
13981              Subject: Math::BigFloat and Math::BigInt
13982      Branch: perl
13983            + t/lib/bigfloat.t t/lib/bigfloatpm.t
13984            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
13985            ! t/lib/bigintpm.t
13986 ____________________________________________________________________________
13987 [  2933] By: gsar                                  on 1999/02/15  04:57:52
13988         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
13989              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
13990              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
13991              Subject: s2p incorrectly handles hold space commands
13992      Branch: perl
13993            ! x2p/s2p.PL
13994 ____________________________________________________________________________
13995 [  2932] By: gsar                                  on 1999/02/15  04:45:55
13996         Log: clarify what a "line" is
13997      Branch: perl
13998            ! pod/perlfunc.pod pod/perlvar.pod
13999 ____________________________________________________________________________
14000 [  2931] By: gsar                                  on 1999/02/15  04:23:29
14001         Log: backout change#2811 and add newer version based on File::Spec
14002              From: Barrie Slaymaker <rbs@telerama.com>
14003              Date: Thu, 11 Feb 1999 16:29:24 -0500
14004              Message-ID: <36C34BB4.A62090E0@telerama.com>
14005              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
14006      Branch: perl
14007            - lib/File/PathConvert.pm
14008            ! MANIFEST installhtml lib/Pod/Html.pm
14009 ____________________________________________________________________________
14010 [  2930] By: gsar                                  on 1999/02/15  04:16:25
14011         Log: From: Barrie Slaymaker <rbs@telerama.com>
14012              Date: Thu, 11 Feb 1999 19:39:48 -0500
14013              Message-ID: <36C37854.707D139@telerama.com>
14014              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
14015      Branch: perl
14016            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
14017 ____________________________________________________________________________
14018 [  2929] By: gsar                                  on 1999/02/15  04:06:50
14019         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
14020              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
14021              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
14022              Subject: [PATCH]5.005_54 (DOC) fix many typos
14023              --
14024              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
14025              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
14026              Subject: [PATCH]5.005_54 (DOC) typos
14027      Branch: perl
14028            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
14029            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
14030            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
14031            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
14032            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
14033            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
14034            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
14035            ! pod/perlvar.pod pod/perlxs.pod
14036 ____________________________________________________________________________
14037 [  2928] By: gsar                                  on 1999/02/15  03:39:53
14038         Log: allow the Carp routines to pass through exception objects
14039      Branch: perl
14040            ! lib/Carp.pm
14041 ____________________________________________________________________________
14042 [  2927] By: gsar                                  on 1999/02/15  03:22:57
14043         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
14044      Branch: perl
14045            ! pod/perlfaq8.pod
14046 ____________________________________________________________________________
14047 [  2926] By: gsar                                  on 1999/02/15  03:19:39
14048         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
14049              have done that, but didn't)
14050      Branch: perl
14051           !> utils/h2ph.PL
14052 ____________________________________________________________________________
14053 [  2925] By: gsar                                  on 1999/02/15  03:17:01
14054         Log: integrate cfgperl changes into mainline
14055      Branch: perl
14056            ! Changes
14057           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
14058           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
14059           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
14060           !> vms/subconfigure.com
14061 ____________________________________________________________________________
14062 [  2924] By: gsar                                  on 1999/02/15  03:07:08
14063         Log: add const qualifier to most char* prototypes, handle ripple effect
14064      Branch: perl
14065            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
14066            ! universal.c util.c
14067 ____________________________________________________________________________
14068 [  2923] By: gsar                                  on 1999/02/15  01:04:30
14069         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14070              Date: Thu, 04 Feb 1999 02:37:31 +0000
14071              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
14072              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
14073      Branch: perl
14074            ! pp_ctl.c t/op/range.t
14075 ____________________________________________________________________________
14076 [  2922] By: gsar                                  on 1999/02/15  00:24:34
14077         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14078              Date: Sun, 31 Jan 1999 01:50:06 +0000
14079              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
14080              Subject: [PATCH 5.005_03t4] regexp flags bug
14081      Branch: perl
14082            ! regcomp.c t/op/re_tests
14083 ____________________________________________________________________________
14084 [  2921] By: gsar                                  on 1999/02/15  00:13:02
14085         Log: use New() et al., rather than safemalloc() et al.
14086              From: jan.dubois@ibm.net (Jan Dubois)
14087              Date: Fri, 29 Jan 1999 23:27:22 +0100
14088              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
14089              Subject: [PATCH _03-MT5] POSIX.xs memory API
14090      Branch: perl
14091            ! ext/POSIX/POSIX.xs
14092 ____________________________________________________________________________
14093 [  2920] By: gsar                                  on 1999/02/15  00:05:33
14094         Log: tweak READ() docs to mention $buffer must be altered by reference
14095      Branch: perl
14096            ! pod/perltie.pod
14097 ____________________________________________________________________________
14098 [  2919] By: gsar                                  on 1999/02/14  23:50:39
14099         Log: applied suggested patch, with several language/readability tweaks
14100              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14101              Date: Fri, 29 Jan 1999 00:25:02 -0500
14102              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
14103              Subject: Re: [PATCH 5.005_*] Better parsing docs
14104      Branch: perl
14105            ! pod/perlop.pod
14106 ____________________________________________________________________________
14107 [  2918] By: gsar                                  on 1999/02/14  23:20:42
14108         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
14109              of silently returning bogus values)
14110              From: Peter Chines <pchines@nhgri.nih.gov>
14111              Date: Wed, 27 Jan 1999 16:11:31 -0500
14112              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
14113              Subject: Time::Local
14114      Branch: perl
14115            ! lib/Time/Local.pm pod/perldelta.pod
14116 ____________________________________________________________________________
14117 [  2917] By: gsar                                  on 1999/02/14  11:21:43
14118         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14119              Date: Thu, 28 Jan 1999 10:02:20 -0500
14120              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
14121              Subject: Re: [PATCH 5.005_53] Better perldoc
14122      Branch: perl
14123            ! utils/perldoc.PL
14124 ____________________________________________________________________________
14125 [  2916] By: gsar                                  on 1999/02/14  10:59:38
14126         Log: back out change#2751, apply updated version 
14127              From: jan.dubois@ibm.net (Jan Dubois)
14128              Date: Sat, 06 Feb 1999 01:06:29 +0100
14129              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
14130              Subject: [PATCH] Cleanup of File::Spec module
14131      Branch: perl
14132            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
14133            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
14134            ! lib/File/Spec/Win32.pm
14135 ____________________________________________________________________________
14136 [  2915] By: gsar                                  on 1999/02/14  10:48:01
14137         Log: tweak select() test
14138      Branch: perl
14139            ! pod/perlipc.pod t/op/fh.t
14140 ____________________________________________________________________________
14141 [  2914] By: gsar                                  on 1999/02/14  10:25:55
14142         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
14143      Branch: perl
14144            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
14145 ____________________________________________________________________________
14146 [  2913] By: gsar                                  on 1999/02/14  10:03:51
14147         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
14148              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
14149              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
14150              Subject: Re: SvOPV() or SvPV_nolen() or ...
14151      Branch: perl
14152            ! pod/perlguts.pod
14153 ____________________________________________________________________________
14154 [  2912] By: gsar                                  on 1999/02/14  09:57:29
14155         Log: provide SvPV_nolen(sv) to avoid use of PL_na
14156              From: jan.dubois@ibm.net (Jan Dubois)
14157              Date: Sun, 24 Jan 1999 02:45:32 +0100
14158              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
14159              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
14160      Branch: perl
14161            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
14162            ! sv.h
14163 ____________________________________________________________________________
14164 [  2911] By: gsar                                  on 1999/02/14  06:51:05
14165         Log: elide stray effluvium
14166      Branch: perl
14167            ! pod/perldelta.pod
14168 ____________________________________________________________________________
14169 [  2910] By: gsar                                  on 1999/02/14  05:51:56
14170         Log: slurping an empty file should return '' rather than undef, with
14171              commensurate effects on ARGV processing
14172      Branch: perl
14173            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
14174            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
14175 ____________________________________________________________________________
14176 [  2909] By: gsar                                  on 1999/02/14  00:02:11
14177         Log: perly_c.diff typo
14178      Branch: perl
14179            ! perly.c perly_c.diff vms/perly_c.vms
14180 ____________________________________________________________________________
14181 [  2908] By: gsar                                  on 1999/02/13  18:20:13
14182         Log: From: jan.dubois@ibm.net (Jan Dubois)
14183              Date: Sat, 13 Feb 1999 13:25:53 +0100
14184              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
14185              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
14186      Branch: perl
14187            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
14188 ____________________________________________________________________________
14189 [  2907] By: jhi                                   on 1999/02/13  15:07:26
14190         Log: Integrate from mainperl.
14191      Branch: cfgperl
14192           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
14193           !> (integrate 150 files)
14194 ____________________________________________________________________________
14195 [  2903] By: gsar                                  on 1999/02/12  13:25:59
14196         Log: From: jan.dubois@ibm.net (Jan Dubois)
14197              Date: Sun, 24 Jan 1999 01:12:00 +0100
14198              Message-ID: <36b66479.62756298@smtp1.ibm.net>
14199              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
14200      Branch: perl
14201            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
14202            ! proto.h sv.c sv.h
14203 ____________________________________________________________________________
14204 [  2902] By: gsar                                  on 1999/02/12  12:55:11
14205         Log: script to generate ctags from etags
14206              From: Colin Kuskie <ckuskie@cadence.com>
14207              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
14208              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
14209              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
14210      Branch: perl
14211            + emacs/e2ctags.pl
14212            ! Makefile.SH pod/perlfaq3.pod
14213 ____________________________________________________________________________
14214 [  2901] By: gsar                                  on 1999/02/12  12:40:17
14215         Log: allow boolean assign ops to be lvalues
14216              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
14217              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
14218              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
14219              --
14220              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14221              Date: Mon, 18 Jan 1999 10:04:00 +0000
14222              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
14223              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
14224      Branch: perl
14225            + t/op/lop.t
14226            ! MANIFEST op.c
14227 ____________________________________________________________________________
14228 [  2899] By: jhi                                   on 1999/02/12  12:03:48
14229         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
14230      Branch: cfgperl
14231            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14232            ! config_h.SH hints/openbsd.sh
14233 ____________________________________________________________________________
14234 [  2898] By: gsar                                  on 1999/02/12  11:49:25
14235         Log: support win32_putenv()
14236      Branch: perl
14237            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
14238            ! win32/win32.c win32/win32iop.h
14239 ____________________________________________________________________________
14240 [  2894] By: gsar                                  on 1999/02/12  11:09:27
14241         Log: add missing hunk in change#2657
14242      Branch: perl
14243            ! ext/B/B/CC.pm
14244 ____________________________________________________________________________
14245 [  2893] By: gsar                                  on 1999/02/12  11:00:13
14246         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14247              Date: Tue, 19 Jan 1999 20:13:15 -0500
14248              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
14249              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
14250      Branch: perl
14251            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
14252            ! t/pragma/subs.t t/pragma/warning.t
14253 ____________________________________________________________________________
14254 [  2892] By: gsar                                  on 1999/02/12  10:44:38
14255         Log: update change#2670 to later version
14256              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14257              Date: Sun, 31 Jan 1999 16:16:14 +0000
14258              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
14259              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
14260      Branch: perl
14261            ! t/op/subst.t toke.c
14262 ____________________________________________________________________________
14263 [  2891] By: gsar                                  on 1999/02/12  10:31:17
14264         Log: make testsuite somewhat location independent
14265      Branch: perl
14266            ! (edit 117 files)
14267 ____________________________________________________________________________
14268 [  2890] By: gsar                                  on 1999/02/12  10:00:30
14269         Log: add $AutoLoader::VERSION
14270      Branch: perl
14271            ! lib/AutoLoader.pm
14272 ____________________________________________________________________________
14273 [  2889] By: gsar                                  on 1999/02/12  09:55:48
14274         Log: tweak PERL_STRICT_CR notes
14275      Branch: perl
14276            ! pod/perl5005delta.pod
14277 ____________________________________________________________________________
14278 [  2888] By: gsar                                  on 1999/02/12  09:41:45
14279         Log: add note about test-notty target
14280      Branch: perl
14281            ! README.win32
14282 ____________________________________________________________________________
14283 [  2887] By: gsar                                  on 1999/02/12  09:37:37
14284         Log: add perltodo.pod
14285      Branch: perl
14286            + pod/perltodo.pod
14287            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
14288            ! win32/pod.mak
14289 ____________________________________________________________________________
14290 [  2886] By: jhi                                   on 1999/02/12  08:52:14
14291         Log: Integrate from mainperl.
14292      Branch: cfgperl
14293           +> t/op/fh.t
14294           !> (integrate 30 files)
14295 ____________________________________________________________________________
14296 [  2885] By: gsar                                  on 1999/02/12  08:42:10
14297         Log: note how to find REG_INFTY limit
14298      Branch: perl
14299            ! pod/perlre.pod
14300 ____________________________________________________________________________
14301 [  2884] By: jhi                                   on 1999/02/12  08:36:14
14302         Log: OpenBSD pthreads awareness, thanks to
14303              David Leonard <david.leonard@csee.uq.edu.au>
14304      Branch: maint-5.005/perl
14305            ! Configure hints/openbsd.sh
14306 ____________________________________________________________________________
14307 [  2882] By: gsar                                  on 1999/02/12  08:05:20
14308         Log: IO is maintained by p5p (per Graham Barr's wishes)
14309      Branch: perl
14310            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
14311            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
14312            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
14313            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
14314 ____________________________________________________________________________
14315 [  2881] By: gsar                                  on 1999/02/12  07:57:13
14316         Log: fh.t typo
14317      Branch: perl
14318            ! t/op/fh.t
14319 ____________________________________________________________________________
14320 [  2880] By: gsar                                  on 1999/02/12  07:38:16
14321         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
14322      Branch: perl
14323            ! perl.c pod/perlrun.pod
14324 ____________________________________________________________________________
14325 [  2879] By: gsar                                  on 1999/02/12  05:39:29
14326         Log: fix ops that are not filehandle constructors to not create GV if it
14327              doesn't already exist (avoids leaks); extend semantics of defined()
14328              so that defined(*{$foo}) works (experimental)
14329      Branch: perl
14330            + t/op/fh.t
14331            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
14332            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
14333 ____________________________________________________________________________
14334 [  2877] By: jhi                                   on 1999/02/11  20:44:00
14335         Log: From: Chris Nandor <pudge@pobox.com>
14336              To: perl5-porters@perl.org
14337              Subject: [PATCH] perlport.pod 1.39
14338              Date: Thu, 11 Feb 1999 12:28:35 -0500
14339              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
14340      Branch: cfgperl
14341            ! pod/perlport.pod
14342 ____________________________________________________________________________
14343 [  2870] By: gsar                                  on 1999/02/11  11:17:08
14344         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
14345      Branch: perl
14346            ! ext/IO/lib/IO/Pipe.pm
14347 ____________________________________________________________________________
14348 [  2869] By: gsar                                  on 1999/02/11  11:00:56
14349         Log: update win32/pod.mak
14350      Branch: perl
14351            ! win32/pod.mak
14352 ____________________________________________________________________________
14353 [  2868] By: gsar                                  on 1999/02/11  10:42:44
14354         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
14355              Date: Fri, 08 Jan 1999 14:36:53 +1100
14356              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
14357              Subject: Re: [Fwd: IO::Socket::connect and blocking]
14358      Branch: perl
14359            ! ext/IO/lib/IO/Socket.pm
14360 ____________________________________________________________________________
14361 [  2867] By: gsar                                  on 1999/02/11  09:43:03
14362         Log: av_extend() doc tweak from Jan Dubois
14363      Branch: perl
14364            ! pod/perlguts.pod
14365 ____________________________________________________________________________
14366 [  2866] By: gsar                                  on 1999/02/11  09:27:17
14367         Log: display full pathname of unreadable files
14368      Branch: perl
14369            ! utils/perldoc.PL
14370 ____________________________________________________________________________
14371 [  2865] By: gsar                                  on 1999/02/11  09:02:31
14372         Log: missing patch in change#2522
14373      Branch: perl
14374            ! lib/Pod/Text.pm
14375 ____________________________________________________________________________
14376 [  2864] By: jhi                                   on 1999/02/11  08:45:00
14377         Log: From: Spider Boardman <spider@zk3.dec.com>
14378              To: perlbug@perl.com
14379              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
14380              Date: Wed, 10 Feb 1999 23:33:31 -0500
14381              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
14382      Branch: maint-5.005/perl
14383            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
14384 ____________________________________________________________________________
14385 [  2862] By: gsar                                  on 1999/02/11  08:14:34
14386         Log: integrate changes#2738,2740 from maint-5.005
14387      Branch: perl
14388           !> lib/ExtUtils/MakeMaker.pm
14389 ____________________________________________________________________________
14390 [  2861] By: jhi                                   on 1999/02/11  08:04:25
14391         Log: Integrate from mainperl.
14392      Branch: cfgperl
14393           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
14394           !> t/op/range.t win32/config.gc
14395 ____________________________________________________________________________
14396 [  2860] By: gsar                                  on 1999/02/11  07:30:08
14397         Log: binmode() support for cygwin32 (suggested by Steven Morlock
14398              <newspost@morlock.net>)
14399      Branch: perl
14400            ! perl.h
14401 ____________________________________________________________________________
14402 [  2859] By: gsar                                  on 1999/02/11  07:14:21
14403         Log: update Changes
14404      Branch: perl
14405            ! Changes
14406           !> pod/perl5005delta.pod
14407 ____________________________________________________________________________
14408 [  2856] By: gsar                                  on 1999/02/11  07:07:39
14409         Log: integrate perldelta changes from maint-5.005
14410      Branch: perl
14411           !> pod/perl5005delta.pod
14412 ____________________________________________________________________________
14413 [  2855] By: gsar                                  on 1999/02/11  06:31:50
14414         Log: applied suggested patch; added tests
14415              From: Adam Krolnik <adamk@gypsy.cyrix.com>
14416              Date: Sat, 12 Dec 98 15:30:18 -0600
14417              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
14418              Subject: Range operation doesn't handle IV_MAX
14419      Branch: perl
14420            ! pp_ctl.c t/op/range.t
14421 ____________________________________________________________________________
14422 [  2854] By: gsar                                  on 1999/02/11  05:00:55
14423         Log: compatibility fix: magic non-propagation in foreach implicit localization
14424      Branch: perl
14425            ! pp_ctl.c t/op/local.t win32/config.gc
14426 ____________________________________________________________________________
14427 [  2852] By: gsar                                  on 1999/02/10  23:17:49
14428         Log: fair warning about -Dusethreads
14429      Branch: maint-5.005/perl
14430            ! Configure INSTALL README.threads
14431 ____________________________________________________________________________
14432 [  2847] By: jhi                                   on 1999/02/09  19:13:28
14433         Log: Integrate from mainperl.
14434      Branch: cfgperl
14435           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
14436           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
14437 ____________________________________________________________________________
14438 [  2846] By: gsar                                  on 1999/02/09  13:53:28
14439         Log: a modified version of suggested patch for pack template 'Z'; added docs
14440              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
14441              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
14442              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
14443              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
14444      Branch: perl
14445            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
14446 ____________________________________________________________________________
14447 [  2845] By: gsar                                  on 1999/02/09  00:03:26
14448         Log: clarify docs for change#2835
14449      Branch: perl
14450            ! pod/perldelta.pod pod/perlop.pod
14451 ____________________________________________________________________________
14452 [  2844] By: gsar                                  on 1999/02/08  23:40:57
14453         Log: addendum to change#2823
14454              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
14455              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
14456              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
14457              Subject: [PATCH] Docs and tests for method-call syntax
14458      Branch: perl
14459            ! pod/perlobj.pod t/op/method.t
14460 ____________________________________________________________________________
14461 [  2843] By: jhi                                   on 1999/02/08  21:06:28
14462         Log: Ultrix mmap tidbit.
14463      Branch: cfgperl
14464            ! hints/ultrix_4.sh
14465 ____________________________________________________________________________
14466 [  2842] By: jhi                                   on 1999/02/08  20:22:55
14467         Log: Integrate from mainperl.
14468      Branch: cfgperl
14469           +> t/op/subst_wamp.t
14470           !> (integrate 35 files)
14471 ____________________________________________________________________________
14472 [  2841] By: jhi                                   on 1999/02/08  18:23:26
14473         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14474              To: Mailing list Perl5 <perl5-porters@perl.org>
14475              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
14476              Date: Sun, 7 Feb 1999 17:25:22 -0500
14477              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
14478      Branch: cfgperl
14479            + t/op/subst_amp.t
14480            ! MANIFEST regcomp.c t/op/subst.t
14481 ____________________________________________________________________________
14482 [  2840] By: jhi                                   on 1999/02/08  18:16:54
14483         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14484              To: Mailing list Perl5 <perl5-porters@perl.org>
14485              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
14486              Date: Sun, 7 Feb 1999 17:00:10 -0500
14487              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
14488      Branch: cfgperl
14489            ! pp_hot.c t/op/pat.t
14490 ____________________________________________________________________________
14491 [  2839] By: jhi                                   on 1999/02/08  17:25:30
14492         Log: A require was missing.
14493      Branch: cfgperl
14494            ! t/lib/h2ph.pht
14495 ____________________________________________________________________________
14496 [  2838] By: jhi                                   on 1999/02/08  16:38:41
14497         Log: Bring in the change #2809 (the Configure part has been
14498              modified rather a lot since the #2809, though.)
14499      Branch: cfgperl
14500            ! Configure utils/h2ph.PL
14501 ____________________________________________________________________________
14502 [  2835] By: gsar                                  on 1999/02/08  14:40:23
14503         Log: make qw() into a true list at compile time (slightly modified
14504              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
14505      Branch: perl
14506            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
14507 ____________________________________________________________________________
14508 [  2834] By: gsar                                  on 1999/02/08  13:23:16
14509         Log: make safesysmalloc() etc., always available; safemalloc() et al are
14510              now macros that point to the right malloc; fix various places in
14511              sources that need to always use safesysmalloc() et al
14512      Branch: perl
14513            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
14514            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
14515 ____________________________________________________________________________
14516 [  2833] By: gsar                                  on 1999/02/08  10:56:16
14517         Log: remove spurious #endif in last change
14518      Branch: perl
14519            ! perl.h
14520 ____________________________________________________________________________
14521 [  2832] By: gsar                                  on 1999/02/08  10:34:55
14522         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
14523              them ask for insanity (untested)
14524      Branch: perl
14525            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
14526            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
14527            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
14528 ____________________________________________________________________________
14529 [  2831] By: jhi                                   on 1999/02/08  08:33:33
14530         Log: Update vms/subconfigure.com along the lines of change #2829.
14531      Branch: cfgperl
14532            ! vms/subconfigure.com
14533 ____________________________________________________________________________
14534 [  2830] By: gsar                                  on 1999/02/08  00:19:46
14535         Log: integrate cfgperl changes into mainline
14536      Branch: perl
14537           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
14538           +> lib/File/PathConvert.pm pod/perlthrtut.pod
14539            ! Changes
14540           !> (integrate 93 files)
14541 ____________________________________________________________________________
14542 [  2829] By: jhi                                   on 1999/02/07  23:49:46
14543         Log: Configure update.
14544              
14545              Probe for mmap() et alia.
14546              The *cc*symbols patch (just Configure, no h2ph).
14547      Branch: cfgperl
14548            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14549            ! config_h.SH perl.h
14550 ____________________________________________________________________________
14551 [  2828] By: gsar                                  on 1999/02/07  23:38:47
14552         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14553              Date: Sun, 7 Feb 1999 17:25:22 -0500
14554              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
14555              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
14556      Branch: perl
14557            + t/op/subst_amp.t t/op/subst_wamp.t
14558            ! MANIFEST regcomp.c t/op/subst.t
14559 ____________________________________________________________________________
14560 [  2827] By: gsar                                  on 1999/02/07  23:27:32
14561         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14562              Date: Sun, 7 Feb 1999 17:00:10 -0500
14563              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
14564              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
14565      Branch: perl
14566            ! pp_hot.c t/op/pat.t
14567 ____________________________________________________________________________
14568 [  2826] By: gsar                                  on 1999/02/07  23:26:04
14569         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
14570              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14571              Date: Sun, 7 Feb 1999 15:07:27 -0500
14572              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
14573              Subject: Re: fixing memory leaks in REx compilation
14574      Branch: perl
14575            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
14576            ! regexec.c
14577 ____________________________________________________________________________
14578 [  2825] By: jhi                                   on 1999/02/07  18:05:13
14579         Log: Integrate from mainperl.
14580      Branch: cfgperl
14581           +> lib/DB.pm t/comp/bproto.t
14582           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
14583           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
14584           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
14585           !> toke.c vms/perly_c.vms
14586 ____________________________________________________________________________
14587 [  2824] By: gsar                                  on 1999/02/07  14:21:48
14588         Log: tweak doc on bitwise ops
14589      Branch: perl
14590            ! pod/perlop.pod
14591 ____________________________________________________________________________
14592 [  2823] By: gsar                                  on 1999/02/07  13:38:31
14593         Log: applied suggested patch; regen perly* and vms/perly*
14594              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
14595              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
14596              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
14597              Subject: [PATCH] Re: Suggestion for perlobj man page
14598      Branch: perl
14599            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
14600 ____________________________________________________________________________
14601 [  2822] By: gsar                                  on 1999/02/07  12:39:09
14602         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
14603              disabled, fails tests)
14604      Branch: perl
14605            ! regcomp.h
14606 ____________________________________________________________________________
14607 [  2821] By: gsar                                  on 1999/02/07  11:09:39
14608         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
14609              <Alexander.Barilo@aexp.com>)
14610      Branch: perl
14611            ! lib/Pod/Html.pm
14612 ____________________________________________________________________________
14613 [  2820] By: gsar                                  on 1999/02/07  10:20:35
14614         Log: add draft debugging API implementation
14615      Branch: perl
14616            + lib/DB.pm
14617            ! MANIFEST
14618 ____________________________________________________________________________
14619 [  2819] By: gsar                                  on 1999/02/07  09:58:45
14620         Log: avoid garbage in db->dirbuf
14621              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
14622              Date: Sat, 05 Dec 1998 14:14:54 +0900
14623              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
14624              Subject: SDBM bug
14625      Branch: perl
14626            ! ext/SDBM_File/sdbm/sdbm.c
14627 ____________________________________________________________________________
14628 [  2818] By: gsar                                  on 1999/02/07  09:32:24
14629         Log: missing entry
14630      Branch: perl
14631            ! MANIFEST
14632 ____________________________________________________________________________
14633 [  2817] By: gsar                                  on 1999/02/07  09:30:47
14634         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
14635      Branch: perl
14636            + t/comp/bproto.t
14637            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
14638 ____________________________________________________________________________
14639 [  2816] By: gsar                                  on 1999/02/06  00:14:29
14640         Log: minor bug in dumping blessed subrefs
14641      Branch: perl
14642            ! ext/Data/Dumper/Dumper.pm
14643 ____________________________________________________________________________
14644 [  2812] By: jhi                                   on 1999/02/03  22:02:24
14645         Log: Enhance change #2808.
14646              
14647              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14648              To: perl5-porters@perl.org
14649              Subject: Re: [PATCH 5.00*]: perlbug checklist
14650              Date: Wed, 3 Feb 1999 19:02:27 +0000
14651              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
14652      Branch: cfgperl
14653            ! utils/perlbug.PL
14654 ____________________________________________________________________________
14655 [  2811] By: jhi                                   on 1999/02/03  21:53:23
14656         Log: From: Barrie Slaymaker <rbs@telerama.com>
14657              To: perl5-porters@perl.org
14658              CC: pod-people@perl.org
14659              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
14660              Date: Wed, 03 Feb 1999 10:34:18 -0500
14661              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
14662              
14663              Add File::PathConvert.pm.
14664              Fix Pod::Html and installhtml to understand relative urls.
14665      Branch: cfgperl
14666            + lib/File/PathConvert.pm
14667            ! MANIFEST installhtml lib/Pod/Html.pm
14668 ____________________________________________________________________________
14669 [  2810] By: jhi                                   on 1999/02/03  20:25:10
14670         Log: From: Francois Desarmenien <desar@club-internet.fr>
14671              To: Mailing list Perl5 <perl5-porters@perl.org>
14672              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
14673              Date: Wed, 03 Feb 1999 13:13:24 +0000
14674              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
14675              
14676              (note: this patch completely overrides Tom Wolfe's patch,
14677              change #2604)
14678      Branch: cfgperl
14679            + ext/GDBM_File/hints/sco.pl
14680            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
14681 ____________________________________________________________________________
14682 [  2809] By: jhi                                   on 1999/02/03  19:54:16
14683         Log: h2ph fixes + Configure patch to support them.
14684              
14685              From: "Kurt D. Starsinic" <kstar@chapin.edu>
14686              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
14687              Gurusamy Sarathy <gsar@engin.umich.edu>
14688              Cc: perl5-porters@perl.org
14689              Subject: [PATCH 5.00503_MT5] h2ph.PL
14690              Date: Tue, 2 Feb 1999 19:48:06 -0500
14691              Message-ID: <19990202194806.E10647@O2.chapin.edu>
14692      Branch: maint-5.005/perl
14693            ! Configure utils/h2ph.PL
14694 ____________________________________________________________________________
14695 [  2808] By: jhi                                   on 1999/02/03  16:59:55
14696         Log: Enhance the perlbug checklist.
14697      Branch: cfgperl
14698            ! utils/perlbug.PL
14699 ____________________________________________________________________________
14700 [  2807] By: jhi                                   on 1999/02/03  14:01:37
14701         Log: Document the standard strftime %formats.
14702              
14703              From: Dominic Dunlop <domo@vo.lu>
14704              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
14705              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
14706              Date: Tue, 2 Feb 1999 15:55:29 +0100
14707              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
14708      Branch: cfgperl
14709            ! ext/POSIX/POSIX.pod
14710 ____________________________________________________________________________
14711 [  2806] By: jhi                                   on 1999/02/03  13:58:00
14712         Log: Integrate from mainperl.
14713      Branch: cfgperl
14714           !> perl.h
14715 ____________________________________________________________________________
14716 [  2805] By: gsar                                  on 1999/02/03  03:32:31
14717         Log: PL_uuemap[] init needs help for sizeof()
14718      Branch: perl
14719            ! perl.h
14720 ____________________________________________________________________________
14721 [  2804] By: jhi                                   on 1999/02/02  20:44:30
14722         Log: These should've been already in #2803.
14723      Branch: cfgperl
14724            ! Configure config_h.SH vms/subconfigure.com
14725 ____________________________________________________________________________
14726 [  2803] By: jhi                                   on 1999/02/02  20:38:45
14727         Log: telldir prototype issue, from mists of time...
14728      Branch: cfgperl
14729            ! hints/netbsd.sh pp_sys.c
14730 ____________________________________________________________________________
14731 [  2801] By: jhi                                   on 1999/02/02  17:40:14
14732         Log: From: John Bley <jbb6@acpub.duke.edu>
14733              To: perlbug@perl.org
14734              Subject: [PATCH]5.005_54 (DOC) fix minor typos
14735              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
14736              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
14737      Branch: cfgperl
14738            ! pod/perlre.pod
14739 ____________________________________________________________________________
14740 [  2800] By: jhi                                   on 1999/02/02  17:26:49
14741         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
14742      Branch: cfgperl
14743            ! Todo-5.005
14744 ____________________________________________________________________________
14745 [  2799] By: jhi                                   on 1999/02/02  17:18:51
14746         Log: Update FindBin from maint-5.005.
14747      Branch: cfgperl
14748            ! lib/FindBin.pm
14749 ____________________________________________________________________________
14750 [  2798] By: jhi                                   on 1999/02/02  17:16:07
14751         Log: Fix typecasts in #2797
14752              
14753              From: "G. Del Merritt" <del@intranetics.com>
14754              Date: Fri, 29 Jan 1999 11:47:25 -0700
14755              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
14756              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
14757      Branch: cfgperl
14758            ! ext/POSIX/POSIX.xs
14759 ____________________________________________________________________________
14760 [  2797] By: jhi                                   on 1999/02/02  17:14:37
14761         Log: From: Ted Law <tedlaw@cibcwg.com>
14762              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
14763              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
14764              Subject: POSIX::strftime buffer overflow problem
14765      Branch: cfgperl
14766            ! ext/POSIX/POSIX.xs
14767 ____________________________________________________________________________
14768 [  2796] By: jhi                                   on 1999/02/02  17:13:23
14769         Log: Do not use File::Slurp.
14770      Branch: cfgperl
14771            ! t/lib/textfill.t
14772 ____________________________________________________________________________
14773 [  2795] By: jhi                                   on 1999/02/02  17:11:48
14774         Log: perlhist update from maint-5.005.
14775      Branch: cfgperl
14776            ! pod/perlhist.pod
14777 ____________________________________________________________________________
14778 [  2794] By: jhi                                   on 1999/02/02  17:10:33
14779         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
14780      Branch: cfgperl
14781            ! ext/POSIX/POSIX.pm
14782 ____________________________________________________________________________
14783 [  2793] By: jhi                                   on 1999/02/02  17:08:39
14784         Log: Missed the html test from change #2787. 
14785      Branch: cfgperl
14786            ! t/lib/cgi-html.t
14787 ____________________________________________________________________________
14788 [  2792] By: jhi                                   on 1999/02/02  17:01:24
14789         Log: Update Getopt::Long to 2.19.
14790      Branch: cfgperl
14791            ! lib/Getopt/Long.pm
14792 ____________________________________________________________________________
14793 [  2791] By: jhi                                   on 1999/02/02  16:59:13
14794         Log: overload syntax is no longer experimental
14795      Branch: cfgperl
14796            ! lib/overload.pm
14797 ____________________________________________________________________________
14798 [  2789] By: jhi                                   on 1999/02/02  16:47:50
14799         Log: Still doc fixes.
14800      Branch: cfgperl
14801            ! lib/diagnostics.pm
14802 ____________________________________________________________________________
14803 [  2788] By: jhi                                   on 1999/02/02  16:47:07
14804         Log: Doc fixes.
14805      Branch: cfgperl
14806            ! lib/CGI.pm lib/diagnostics.pm
14807 ____________________________________________________________________________
14808 [  2787] By: jhi                                   on 1999/02/02  16:38:55
14809         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
14810              where applicable).
14811      Branch: cfgperl
14812            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
14813            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
14814            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
14815            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
14816            ! eg/cgi/frameset.cgi eg/cgi/index.html
14817            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
14818            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
14819            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
14820            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
14821            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
14822            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
14823 ____________________________________________________________________________
14824 [  2786] By: jhi                                   on 1999/02/02  16:17:52
14825         Log: Update CPAN to 1.47.
14826      Branch: cfgperl
14827            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
14828 ____________________________________________________________________________
14829 [  2785] By: jhi                                   on 1999/02/02  16:09:03
14830         Log: From: Mark-Jason Dominus <mjd@plover.com>
14831              Date: Sat, 16 Jan 1999 17:22:06 -0500
14832              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
14833              Message-ID: <19990116222206.3674.qmail@plover.com>
14834      Branch: cfgperl
14835            ! pod/perlsub.pod
14836 ____________________________________________________________________________
14837 [  2784] By: jhi                                   on 1999/02/02  16:01:31
14838         Log: Fix incorrect "used only once" warnings
14839              
14840              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14841              Date: Fri, 8 Jan 1999 04:37:10 -0500
14842              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
14843              Subject: Re: change#965 flakiness
14844      Branch: cfgperl
14845            ! gv.c
14846 ____________________________________________________________________________
14847 [  2783] By: jhi                                   on 1999/02/02  15:50:38
14848         Log: perldelta updates.
14849      Branch: cfgperl
14850            ! pod/perldelta.pod
14851 ____________________________________________________________________________
14852 [  2782] By: jhi                                   on 1999/02/02  14:28:26
14853         Log: Mirror change #2781.
14854      Branch: cfgperl
14855            ! hints/linux.sh
14856 ____________________________________________________________________________
14857 [  2781] By: jhi                                   on 1999/02/02  14:27:01
14858         Log: Update the MkLinux note.
14859      Branch: maint-5.005/perl
14860            ! hints/linux.sh
14861 ____________________________________________________________________________
14862 [  2780] By: jhi                                   on 1999/02/02  14:10:59
14863         Log: Update todo.
14864      Branch: cfgperl
14865            ! Todo-5.005
14866 ____________________________________________________________________________
14867 [  2779] By: jhi                                   on 1999/02/02  14:00:25
14868         Log: Integrate from mainperl.
14869      Branch: cfgperl
14870            ! t/lib/textfill.t t/lib/textwrap.t
14871           !> (integrate 32 files)
14872 ____________________________________________________________________________
14873 [  2778] By: jhi                                   on 1999/02/02  13:56:23
14874         Log: VMS update, applicable parts of
14875              
14876              From: Dan Sugalski <sugalskd@osshe.edu>
14877              To: perl5-porters@perl.org
14878              Subject: [PATCH 5.005_03MT3]VMS configure tweak
14879              Date: Wed, 20 Jan 1999 12:05:18 -0800
14880              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
14881              
14882              From: Dan Sugalski <sugalskd@osshe.edu>
14883              To: perlbug@perl.com, vmsperl@perl.org
14884              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
14885              Date: Tue, 26 Jan 1999 14:40:38 -0800
14886              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
14887              
14888              From: Dan Sugalski <sugalskd@osshe.edu>
14889              To: perl5-porters@perl.org, vmsperl@perl.org
14890              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
14891              Date: Tue, 26 Jan 1999 14:55:29 -0800
14892              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
14893      Branch: cfgperl
14894            ! vms/ext/Stdio/test.pl vms/subconfigure.com
14895 ____________________________________________________________________________
14896 [  2777] By: jhi                                   on 1999/02/02  13:43:24
14897         Log: Synch usethreads parts from maint-5.005.
14898      Branch: cfgperl
14899            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
14900            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
14901            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
14902            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
14903 ____________________________________________________________________________
14904 [  2776] By: jhi                                   on 1999/02/02  13:17:16
14905         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
14906      Branch: cfgperl
14907            ! Makefile.SH hints/freebsd.sh
14908 ____________________________________________________________________________
14909 [  2774] By: jhi                                   on 1999/02/02  13:10:39
14910         Log: Add perlthrtut, update pod/* machinery.
14911              (a pod/Makefile.SH is sorely needed)
14912      Branch: cfgperl
14913            + pod/perlthrtut.pod
14914            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
14915 ____________________________________________________________________________
14916 [  2773] By: jhi                                   on 1999/02/02  12:54:24
14917         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14918              To: perl5-porters@perl.org
14919              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
14920              Date: Tue, 26 Jan 1999 22:25:07 +0000
14921              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
14922      Branch: cfgperl
14923            ! pod/perlguts.pod
14924 ____________________________________________________________________________
14925 [  2771] By: jhi                                   on 1999/02/02  12:47:34
14926         Log: Use perlbug instead of personal email address.
14927      Branch: cfgperl
14928            ! Configure
14929 ____________________________________________________________________________
14930 [  2770] By: jhi                                   on 1999/02/02  12:42:06
14931         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
14932              
14933              From: "G. Del Merritt" <del@intranetics.com>
14934              To: perlbug@perl.com
14935              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
14936              Date: Tue, 26 Jan 1999 12:09:09 -0700
14937              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
14938      Branch: cfgperl
14939            ! iperlsys.h
14940 ____________________________________________________________________________
14941 [  2769] By: jhi                                   on 1999/02/02  12:37:57
14942         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14943              To: Mailing list Perl5 <perl5-porters@perl.org>
14944              Subject: [PATCH 5.005_*] OS/2 threads
14945              Date: Tue, 26 Jan 1999 13:39:46 -0500
14946              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
14947      Branch: cfgperl
14948            ! os2/os2ish.h
14949 ____________________________________________________________________________
14950 [  2768] By: jhi                                   on 1999/02/02  12:36:16
14951         Log: Apply change #2711 from maint-5.005:
14952              
14953              make ok", "make okfile", and "make nok" were broken
14954              with -Duseshrplib, because of a shared typo.
14955              
14956              From: Spider Boardman <spider@web.zk3.dec.com>
14957              To: perlbug@perl.com
14958              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
14959              Date: Wed, 27 Jan 1999 12:27:15 -0500
14960              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
14961      Branch: cfgperl
14962            ! Makefile.SH
14963 ____________________________________________________________________________
14964 [  2766] By: jhi                                   on 1999/02/02  12:27:08
14965         Log: Make Configure use "int main()" instead of bare "main()".
14966              Like maint-5.005 change #2703 but now via metaconfig.
14967      Branch: cfgperl
14968            ! Configure
14969 ____________________________________________________________________________
14970 [  2765] By: jhi                                   on 1999/02/02  11:59:30
14971         Log: Undo part of change #2562.
14972      Branch: cfgperl
14973            ! Configure
14974 ____________________________________________________________________________
14975 [  2764] By: jhi                                   on 1999/02/02  11:52:39
14976         Log: NetBSD synch with maint-5.005.
14977      Branch: cfgperl
14978            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
14979 ____________________________________________________________________________
14980 [  2763] By: jhi                                   on 1999/02/02  11:44:07
14981         Log: $Config{installusrbinperl}
14982              (maint-5.005 changes #2614 and #2709)
14983      Branch: cfgperl
14984            ! Configure installperl
14985 ____________________________________________________________________________
14986 [  2762] By: jhi                                   on 1999/02/02  11:29:13
14987         Log: Errno update from maint-5.005 (changes #2583, #2710).
14988      Branch: cfgperl
14989            ! Configure ext/Errno/Errno_pm.PL
14990 ____________________________________________________________________________
14991 [  2759] By: jhi                                   on 1999/02/02  10:53:20
14992         Log: Update Trig.pm from maint-5.005.
14993      Branch: cfgperl
14994            ! lib/Math/Trig.pm
14995 ____________________________________________________________________________
14996 [  2757] By: jhi                                   on 1999/02/02  10:41:26
14997         Log: MPE/iX update (mirror maint-5.005 change #2715)
14998      Branch: cfgperl
14999            ! hints/mpeix.sh mpeix/relink
15000 ____________________________________________________________________________
15001 [  2756] By: jhi                                   on 1999/02/02  10:38:08
15002         Log: BeOS update (Mirror maint-5.005 change #2727).
15003      Branch: cfgperl
15004            + ext/DynaLoader/dl_beos.xs
15005            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
15006            ! lib/ExtUtils/MM_Unix.pm
15007 ____________________________________________________________________________
15008 [  2754] By: gsar                                  on 1999/02/02  08:52:13
15009         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
15010      Branch: perl
15011            ! Porting/pumpkin.pod Todo Todo-5.005
15012 ____________________________________________________________________________
15013 [  2753] By: gsar                                  on 1999/02/02  08:46:21
15014         Log: Todo tweaks
15015      Branch: perl
15016            ! Todo Todo-5.005
15017 ____________________________________________________________________________
15018 [  2752] By: jhi                                   on 1999/02/01  22:15:12
15019         Log: Add perlthrtut.pod.
15020              
15021              From: Dan Sugalski <sugalskd@osshe.edu>
15022              To: perl5-porters@perl.org
15023              Subject: perlthrtut.pod
15024              Date: Mon, 01 Feb 1999 10:57:11 -0800
15025              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
15026      Branch: maint-5.005/perl
15027            + pod/perlthrtut.pod
15028            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
15029            ! pod/roffitall
15030 ____________________________________________________________________________
15031 [  2751] By: gsar                                  on 1999/02/01  07:28:05
15032         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
15033      Branch: perl
15034            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
15035            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
15036 ____________________________________________________________________________
15037 [  2750] By: gsar                                  on 1999/02/01  07:09:20
15038         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15039              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
15040              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
15041              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
15042      Branch: perl
15043            ! regexec.c
15044 ____________________________________________________________________________
15045 [  2749] By: gsar                                  on 1999/02/01  07:07:59
15046         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15047              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
15048              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
15049              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
15050      Branch: perl
15051            ! regexec.c
15052 ____________________________________________________________________________
15053 [  2748] By: gsar                                  on 1999/02/01  06:47:06
15054         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
15055              Date: Thu, 3 Dec 1998 15:10:17 -0500
15056              Message-Id: <199812032010.PAA09692@jik.shore.net>
15057              Subject: sample checksum code in "perlfunc" man page is wrong
15058      Branch: perl
15059            ! pod/perlfunc.pod
15060 ____________________________________________________________________________
15061 [  2747] By: gsar                                  on 1999/02/01  06:35:13
15062         Log: typos in Pod/Text.pm
15063              From: "Greg Chapman" <glc@well.com>
15064              Date: Tue, 1 Dec 1998 10:50:18 -0800
15065              Message-Id: <199812011849.KAA08816@smtp.well.com>
15066              Subject: Glitch in Pod::Text
15067      Branch: perl
15068            ! lib/Pod/Text.pm
15069 ____________________________________________________________________________
15070 [  2746] By: gsar                                  on 1999/02/01  06:27:35
15071         Log: various win32-ish changes merged from maint-5.005
15072      Branch: perl
15073            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
15074            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
15075            ! win32/Makefile win32/config.bc win32/config.vc
15076            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
15077            ! win32/win32.c
15078 ____________________________________________________________________________
15079 [  2745] By: gsar                                  on 1999/02/01  04:51:54
15080         Log: integrate cfgperl changes into mainline
15081      Branch: perl
15082           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
15083 ____________________________________________________________________________
15084 [  2744] By: gsar                                  on 1999/02/01  04:31:09
15085         Log: improved diagnostic on syntax errors at EOL
15086      Branch: perl
15087            ! toke.c
15088 ____________________________________________________________________________
15089 [  2743] By: gsar                                  on 1999/02/01  03:59:13
15090         Log: don't attempt connect() to bogus IP addresses
15091              From:    Graham Barr <gbarr@pobox.com>
15092              Date:    Sun, 31 Jan 1999 21:50:45 CST
15093              Message-Id: <19990131215045.A633@pobox.com>
15094      Branch: perl
15095            ! t/lib/io_multihomed.t
15096 ____________________________________________________________________________
15097 [  2742] By: gsar                                  on 1999/02/01  03:08:58
15098         Log: update Changes
15099      Branch: perl
15100            ! Changes pod/perldelta.pod
15101 ____________________________________________________________________________
15102 [  2740] By: gsar                                  on 1999/02/01  02:43:07
15103         Log: CAPI inheritance tweak and doc
15104      Branch: maint-5.005/perl
15105            ! lib/ExtUtils/MakeMaker.pm
15106 ____________________________________________________________________________
15107 [  2739] By: jhi                                   on 1999/01/31  18:31:54
15108         Log: Undo changes #2730 and #2731 and replace them
15109              with an extensively tested patch from
15110              Anton Berezin <tobez@plab.ku.dk> (via private email).
15111      Branch: maint-5.005/perl
15112            ! Makefile.SH hints/freebsd.sh
15113 ____________________________________________________________________________
15114 [  2738] By: gsar                                  on 1999/01/31  05:04:32
15115         Log: fix bogus CAPI inheritance from change#2541
15116      Branch: maint-5.005/perl
15117            ! lib/ExtUtils/MakeMaker.pm
15118 ____________________________________________________________________________
15119 [  2731] By: jhi                                   on 1999/01/29  14:33:12
15120         Log: FreeBSD version numbers can be like "2.2.8-release".
15121      Branch: maint-5.005/perl
15122            ! hints/freebsd.sh
15123 ____________________________________________________________________________
15124 [  2730] By: jhi                                   on 1999/01/29  12:40:38
15125         Log: FreeBSD hints iteration (hopefully convergent).
15126              usethreads: require at least FreeBSD 2.2.8.
15127              signal type: mirror change #2429 in cfgperl.
15128      Branch: maint-5.005/perl
15129            ! hints/freebsd.sh
15130 ____________________________________________________________________________
15131 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
15132         Log: From: Tom Spindler <dogcow@isi.net>
15133              Date: Thu, 28 Jan 1999 17:15:11 -0800
15134              Message-ID: <19990128171510.A11778@isi.net>
15135              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
15136      Branch: maint-5.005/perl
15137            + ext/DynaLoader/dl_beos.xs
15138            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
15139            ! lib/ExtUtils/MM_Unix.pm
15140 ____________________________________________________________________________
15141 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
15142         Log: Remove use of File::Slurp in t/lib/textfill.t
15143      Branch: maint-5.005/perl
15144            ! t/lib/textfill.t
15145 ____________________________________________________________________________
15146 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
15147         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
15148              Date: Wed, 27 Jan 1999 23:14:33 -0800
15149              Message-Id: <199901280714.XAA10176@activestate.com>
15150              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
15151      Branch: maint-5.005/perl
15152            ! win32/Makefile win32/makefile.mk
15153 ____________________________________________________________________________
15154 [  2720] By: gsar                                  on 1999/01/27  21:54:42
15155         Log: missing space while munging CCFLAGS for PERL_CAPI
15156      Branch: perl
15157            ! lib/ExtUtils/MM_Unix.pm
15158 ____________________________________________________________________________
15159 [  2718] By: jhi                                   on 1999/01/27  19:46:04
15160         Log: io/fs.t fails test #18 (sense of tests appears to have been
15161              changed incompletely; this patch just skips the test attached,
15162              a la test #17 preceding it).
15163              
15164              From: "G. Del Merritt" <del@intranetics.com>
15165              To: perlbug@perl.com
15166              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
15167              Date: Tue, 26 Jan 1999 12:09:09 -0700
15168              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
15169      Branch: maint-5.005/perl
15170            ! t/io/fs.t
15171 ____________________________________________________________________________
15172 [  2717] By: jhi                                   on 1999/01/27  19:44:46
15173         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
15174              
15175              From: "G. Del Merritt" <del@intranetics.com>
15176              To: perlbug@perl.com
15177              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
15178              Date: Tue, 26 Jan 1999 12:09:09 -0700
15179              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
15180      Branch: maint-5.005/perl
15181            ! iperlsys.h
15182 ____________________________________________________________________________
15183 [  2715] By: jhi                                   on 1999/01/27  19:34:28
15184         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
15185              To: perl5-porters@perl.org
15186              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
15187              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
15188              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
15189      Branch: maint-5.005/perl
15190            ! hints/mpeix.sh mpeix/relink
15191 ____________________________________________________________________________
15192 [  2710] By: jhi                                   on 1999/01/27  19:22:23
15193         Log: Errno fixes:
15194              
15195              From: Spider Boardman <spider@web.zk3.dec.com>
15196              To: perlbug@perl.com
15197              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
15198              Date: Wed, 27 Jan 1999 12:27:15 -0500
15199              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
15200              
15201              From: Spider Boardman <spider@web.zk3.dec.com>
15202              To: perlbug@perl.com
15203              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
15204              Date: Wed, 27 Jan 1999 13:31:16 -0500
15205              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
15206      Branch: maint-5.005/perl
15207            ! Configure ext/Errno/Errno_pm.PL
15208 ____________________________________________________________________________
15209 [  2709] By: jhi                                   on 1999/01/27  19:17:35
15210         Log: Fix Configure installusrbinperl:
15211              
15212              From: Spider Boardman <spider@web.zk3.dec.com>
15213              To: jhi@iki.fi
15214              cc: perl5-porters@perl.org
15215              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
15216              Date: Wed, 27 Jan 1999 13:03:35 -0500
15217              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
15218      Branch: maint-5.005/perl
15219            ! Configure
15220 ____________________________________________________________________________
15221 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
15222         Log: Add redef IO::Handle::* for setv?buf()
15223      Branch: maint-5.005/perl
15224            ! ext/POSIX/POSIX.pm
15225 ____________________________________________________________________________
15226 [  2705] By: jhi                                   on 1999/01/24  15:14:30
15227         Log: Mention year-1900 and month 0..11.
15228      Branch: cfgperl
15229            ! lib/Time/Local.pm
15230 ____________________________________________________________________________
15231 [  2704] By: jhi                                   on 1999/01/24  15:13:36
15232         Log: Document Configure -Uinstallusrbinperl.
15233      Branch: cfgperl
15234            ! INSTALL pod/perldelta.pod
15235 ____________________________________________________________________________
15236 [  2698] By: jhi                                   on 1999/01/24  12:46:00
15237         Log: Use only xlc_r for usethreads.
15238      Branch: cfgperl
15239            ! hints/aix.sh
15240 ____________________________________________________________________________
15241 [  2695] By: gsar                                  on 1999/01/24  07:09:05
15242         Log: integrate cfgperl changes into mainline
15243      Branch: perl
15244           +> lib/Exporter/Heavy.pm
15245           !> (integrate 65 files)
15246 ____________________________________________________________________________
15247 [  2694] By: gsar                                  on 1999/01/24  01:28:49
15248         Log: better notes on 'make' on win32
15249      Branch: perl
15250            ! README.win32
15251 ____________________________________________________________________________
15252 [  2683] By: jhi                                   on 1999/01/22  15:41:00
15253         Log: More de-cut-and-pastos.
15254      Branch: cfgperl
15255            ! hints/irix_6.sh hints/os2.sh
15256 ____________________________________________________________________________
15257 [  2682] By: jhi                                   on 1999/01/22  15:30:51
15258         Log: usethreads.cbu cut-and-pasto.
15259      Branch: cfgperl
15260            ! hints/solaris_2.sh
15261 ____________________________________________________________________________
15262 [  2681] By: jhi                                   on 1999/01/22  14:54:55
15263         Log: Better (I hope) LANGUAGE documentation.
15264      Branch: cfgperl
15265            ! pod/perllocale.pod
15266 ____________________________________________________________________________
15267 [  2680] By: jhi                                   on 1999/01/22  09:20:29
15268         Log: From: Dan Sugalski <sugalskd@osshe.edu>
15269              To: perl5-porters@perl.org
15270              Subject: [PATCH 5.005_03MT3]VMS configure tweak
15271              Date: Wed, 20 Jan 1999 12:05:18 -0800
15272              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
15273      Branch: cfgperl
15274            ! vms/subconfigure.com
15275 ____________________________________________________________________________
15276 [  2679] By: jhi                                   on 1999/01/22  09:13:18
15277         Log: nosuid getmntent() branch.
15278      Branch: cfgperl
15279            ! perl.c perl.h
15280 ____________________________________________________________________________
15281 [  2678] By: jhi                                   on 1999/01/22  08:54:19
15282         Log: nosuid patch continued: *BSD needs <sys/param.h>.
15283      Branch: cfgperl
15284            ! Configure config_h.SH
15285 ____________________________________________________________________________
15286 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
15287         Log: Fixup FindBin to use File::Spec
15288              
15289              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
15290              Date: Wed, 20 Jan 1999 18:51:57 +0000
15291              From: Paul Johnson <pjcj@transeda.com>
15292              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
15293      Branch: maint-5.005/perl
15294            ! lib/FindBin.pm
15295 ____________________________________________________________________________
15296 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
15297         Log: Fix win32 for Borland compiler and spaces in paths
15298              
15299              From: Gurusamy Sarathy <gsar@activestate.com>
15300              Date: Mon, 18 Jan 1999 20:33:17 -0800
15301              Message-Id: <199901190433.UAA03656@activestate.com>
15302              Subject: [PATCH] 5.005_03-trial3 win32 issues
15303      Branch: maint-5.005/perl
15304            ! README.win32 win32/Makefile win32/config_sh.PL
15305            ! win32/makefile.mk win32/runperl.c
15306 ____________________________________________________________________________
15307 [  2670] By: jhi                                   on 1999/01/21  16:12:38
15308         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15309              To: perl5-porters@perl.org
15310              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
15311              Date: Thu, 21 Jan 1999 12:08:01 +0000
15312              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
15313      Branch: cfgperl
15314            ! pod/perldiag.pod t/op/subst.t toke.c
15315 ____________________________________________________________________________
15316 [  2669] By: jhi                                   on 1999/01/21  16:11:46
15317         Log: To: perl5-porters@perl.org
15318              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
15319              From: Anton Berezin <tobez@plab.ku.dk>
15320              Date: 21 Jan 1999 17:07:28 +0100
15321              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
15322      Branch: cfgperl
15323            ! hints/freebsd.sh
15324 ____________________________________________________________________________
15325 [  2668] By: jhi                                   on 1999/01/21  15:38:34
15326         Log: Add Daniel Grisinger <dgris@dimensional.com>.
15327      Branch: cfgperl
15328            ! AUTHORS MAINTAIN
15329 ____________________________________________________________________________
15330 [  2667] By: jhi                                   on 1999/01/21  15:32:28
15331         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15332              To: Mailing list Perl5 <perl5-porters@perl.org>
15333              Subject: [PATCH 5.005_53] Lean Exporter.pm
15334              Date: Thu, 21 Jan 1999 03:25:23 -0500
15335              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
15336      Branch: cfgperl
15337            + lib/Exporter/Heavy.pm
15338            ! MANIFEST lib/Exporter.pm
15339 ____________________________________________________________________________
15340 [  2666] By: jhi                                   on 1999/01/21  15:24:10
15341         Log: From: "W. Phillip Moore" <wpm@ms.com>
15342              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
15343              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
15344              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
15345              Message-ID: <13988.46383.298992.97303@zappa>
15346      Branch: cfgperl
15347            ! lib/File/Path.pm
15348 ____________________________________________________________________________
15349 [  2665] By: jhi                                   on 1999/01/21  15:20:48
15350         Log: CPAN update (CPAN-1.44_54) from Andreas and
15351              jumbo doc patch from Abigail.
15352              
15353              From: abigail@fnx.com
15354              To: perl5-porters@perl.org (Perl Porters)
15355              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
15356              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
15357              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
15358              
15359              From: abigail@fnx.com
15360              To: perl5-porters@perl.org (Perl Porters)
15361              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
15362              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
15363              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
15364              
15365              From: abigail@fnx.com
15366              To: perl5-porters@perl.org (Perl Porters)
15367              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
15368              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
15369              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
15370              
15371              From: abigail@fnx.com
15372              To: perl5-porters@perl.org (Perl Porters)
15373              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
15374              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
15375              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
15376              
15377              From: abigail@fnx.com
15378              To: perl5-porters@perl.org (Perl Porters)
15379              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
15380              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
15381              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
15382              
15383              From: abigail@fnx.com
15384              To: perl5-porters@perl.org (Perl Porters)
15385              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
15386              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
15387              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
15388              
15389              From: abigail@fnx.com
15390              To: perl5-porters@perl.org (Perl Porters)
15391              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
15392              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
15393              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
15394              
15395              From: abigail@fnx.com
15396              To: perl5-porters@perl.org (Perl Porters)
15397              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
15398              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
15399              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
15400              
15401              From: abigail@fnx.com
15402              To: perl5-porters@perl.org (Perl Porters)
15403              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
15404              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
15405              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
15406              
15407              From: abigail@fnx.com
15408              To: perl5-porters@perl.org (Perl Porters)
15409              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
15410              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
15411              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
15412              
15413              From: abigail@fnx.com
15414              To: perl5-porters@perl.org (Perl Porters)
15415              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
15416              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
15417              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
15418              
15419              From: abigail@fnx.com
15420              To: perl5-porters@perl.org (Perl Porters)
15421              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
15422              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
15423              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
15424              
15425              From: abigail@fnx.com
15426              To: perl5-porters@perl.org (Perl Porters)
15427              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
15428              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
15429              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
15430      Branch: cfgperl
15431            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
15432            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
15433            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
15434            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
15435 ____________________________________________________________________________
15436 [  2664] By: jhi                                   on 1999/01/21  14:47:43
15437         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15438              To: Mailing list Perl5 <perl5-porters@perl.org>
15439              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
15440              Date: Thu, 21 Jan 1999 03:58:29 -0500
15441              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
15442      Branch: cfgperl
15443            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
15444 ____________________________________________________________________________
15445 [  2663] By: jhi                                   on 1999/01/21  14:43:58
15446         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15447              To: Mailing list Perl5 <perl5-porters@perl.org>
15448              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
15449              Date: Thu, 21 Jan 1999 02:46:34 -0500
15450              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
15451      Branch: cfgperl
15452            ! ext/Errno/Errno_pm.PL
15453 ____________________________________________________________________________
15454 [  2662] By: jhi                                   on 1999/01/21  14:42:42
15455         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
15456              To: Francois Desarmenien <desar@club-internet.fr>
15457              Cc: Gurusamy Sarathy <gsar@activestate.com>,
15458              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
15459              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
15460              Date: 21 Jan 1999 00:17:35 -0700
15461              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
15462      Branch: cfgperl
15463            ! Porting/patching.pod
15464 ____________________________________________________________________________
15465 [  2661] By: jhi                                   on 1999/01/21  14:41:13
15466         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15467              To: Mailing list Perl5 <perl5-porters@perl.org>
15468              Subject: [PATCH 5.00*] makedepend
15469              Date: Thu, 21 Jan 1999 02:08:27 -0500
15470              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
15471      Branch: cfgperl
15472            ! makedepend.SH
15473 ____________________________________________________________________________
15474 [  2660] By: jhi                                   on 1999/01/21  14:36:45
15475         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15476              To: Mailing list Perl5 <perl5-porters@perl.org>
15477              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
15478              Date: Tue, 19 Jan 1999 20:06:45 -0500
15479              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
15480      Branch: cfgperl
15481            ! os2/Changes os2/os2.c
15482 ____________________________________________________________________________
15483 [  2657] By: jhi                                   on 1999/01/21  11:40:35
15484         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
15485              To: perl5-porters@perl.org
15486              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
15487              Date: Mon, 18 Jan 1999 01:32:31 PST
15488              Message-ID: <19990118093231.18443.qmail@hotmail.com>
15489      Branch: cfgperl
15490            ! ext/B/B/CC.pm
15491 ____________________________________________________________________________
15492 [  2656] By: jhi                                   on 1999/01/21  11:35:34
15493         Log: From: Achim Bohnet <ach@mpe.mpg.de>
15494              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
15495              Date: Wed, 20 Jan 1999 20:25:53 +0100
15496              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
15497      Branch: cfgperl
15498            ! pp.c
15499 ____________________________________________________________________________
15500 [  2655] By: jhi                                   on 1999/01/21  10:46:01
15501         Log: Handle NIS (and NetInfo) more robustly.
15502      Branch: cfgperl
15503            ! t/op/grent.t t/op/pwent.t
15504 ____________________________________________________________________________
15505 [  2654] By: jhi                                   on 1999/01/21  10:17:20
15506         Log: Two-argument eaccess() of SCO.
15507      Branch: cfgperl
15508            ! pp_sys.c
15509 ____________________________________________________________________________
15510 [  2653] By: jhi                                   on 1999/01/21  08:53:14
15511         Log: -DNO_NOSUID_CHECK for those platforms which have no way
15512              of checking for nosuid but still want suidperl.
15513      Branch: cfgperl
15514            ! perl.c
15515 ____________________________________________________________________________
15516 [  2652] By: jhi                                   on 1999/01/21  08:22:50
15517         Log: The LANGUAGE mirrors LC_ALL usage.
15518      Branch: cfgperl
15519            ! Configure config_h.SH
15520 ____________________________________________________________________________
15521 [  2651] By: jhi                                   on 1999/01/20  22:01:21
15522         Log: I_MNTENT was missing.
15523      Branch: cfgperl
15524            ! Configure config_h.SH
15525 ____________________________________________________________________________
15526 [  2650] By: jhi                                   on 1999/01/19  13:42:03
15527         Log: NetBSD update, based on patches from the NetBSD packages system.
15528      Branch: cfgperl
15529            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
15530 ____________________________________________________________________________
15531 [  2649] By: jhi                                   on 1999/01/19  12:44:02
15532         Log: Jumbo Configure update.
15533              * -Uinstallusrbinperl: disable /usr/bin/perl installation
15534              by installperl
15535              * usethreads.cbu
15536              * use64bits.cbu
15537              * "nosuid"
15538      Branch: cfgperl
15539            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
15540            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
15541            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
15542            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
15543            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
15544            ! pod/perldiag.pod
15545 ____________________________________________________________________________
15546 [  2648] By: jhi                                   on 1999/01/19  09:16:44
15547         Log: Mention /usr/share/locale.
15548      Branch: cfgperl
15549            ! pod/perllocale.pod
15550 ____________________________________________________________________________
15551 [  2647] By: jhi                                   on 1999/01/19  09:11:11
15552         Log: SHMLBA strikes back in NetBSD/sparc.
15553              
15554              From: Dave Nelson <David.Nelson@bellcow.com>
15555              To: jhi@iki.fi
15556              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
15557              Date: Mon, 18 Jan 1999 22:07:56 -0600
15558              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
15559      Branch: cfgperl
15560            ! ext/IPC/SysV/SysV.xs
15561 ____________________________________________________________________________
15562 [  2646] By: jhi                                   on 1999/01/19  08:58:17
15563         Log: Show LANGUAGE env var when needed. (Augment change #2645).
15564      Branch: cfgperl
15565            ! util.c utils/perlbug.PL
15566 ____________________________________________________________________________
15567 [  2645] By: jhi                                   on 1999/01/19  08:52:15
15568         Log: Document the GNU LANGUAGE env var.
15569      Branch: cfgperl
15570            ! pod/perllocale.pod
15571 ____________________________________________________________________________
15572 [  2644] By: jhi                                   on 1999/01/19  08:42:25
15573         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15574              To: Mailing list Perl5 <perl5-porters@perl.org>
15575              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
15576              Date: Mon, 18 Jan 1999 20:57:02 -0500
15577              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
15578      Branch: cfgperl
15579            ! pp_hot.c t/op/pat.t
15580 ____________________________________________________________________________
15581 [  2643] By: jhi                                   on 1999/01/18  11:23:41
15582         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
15583      Branch: cfgperl
15584            ! Makefile.SH
15585 ____________________________________________________________________________
15586 [  2642] By: jhi                                   on 1999/01/18  11:03:38
15587         Log: GNU libc locale system has LANGUAGE env var that partly
15588              overrides even LC_ALL.
15589      Branch: cfgperl
15590            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
15591 ____________________________________________________________________________
15592 [  2641] By: jhi                                   on 1999/01/18  10:55:04
15593         Log: Integrate from mainperl.
15594      Branch: cfgperl
15595           +> ext/B/defsubs.h.PL
15596            ! t/op/groups.t
15597           !> (integrate 38 files)
15598 ____________________________________________________________________________
15599 [  2640] By: gsar                                  on 1999/01/18  10:06:29
15600         Log: a few random cleanups
15601      Branch: perl
15602            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
15603 ____________________________________________________________________________
15604 [  2639] By: gsar                                  on 1999/01/18  05:56:21
15605         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
15606              Date:    Sun, 17 Jan 1999 16:41:10 PST
15607              Message-Id: <19990118004111.29667.qmail@hotmail.com>
15608              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
15609      Branch: perl
15610            ! ext/B/B/C.pm
15611 ____________________________________________________________________________
15612 [  2638] By: gsar                                  on 1999/01/18  05:41:21
15613         Log: From:    jan.dubois@ibm.net (Jan Dubois)
15614              Date:    Mon, 18 Jan 1999 00:37:41 +0100
15615              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
15616              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
15617      Branch: perl
15618            ! dump.c
15619 ____________________________________________________________________________
15620 [  2633] By: gsar                                  on 1999/01/17  13:39:59
15621         Log: bogus assert()
15622      Branch: perl
15623            ! pp.c t/op/groups.t
15624 ____________________________________________________________________________
15625 [  2632] By: gsar                                  on 1999/01/17  13:22:04
15626         Log: various tweaks for clean build and test on win32
15627      Branch: perl
15628            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
15629            ! op.c t/pragma/warn/doio
15630 ____________________________________________________________________________
15631 [  2631] By: gsar                                  on 1999/01/17  12:28:06
15632         Log: undo change#2336, and add clarification about subversive
15633              CPAN distributions from Andreas Koenig
15634      Branch: perl
15635            ! Porting/pumpkin.pod lib/CPAN.pm
15636 ____________________________________________________________________________
15637 [  2630] By: gsar                                  on 1999/01/17  12:04:06
15638         Log: fix silent taint failures under -U
15639      Branch: perl
15640            ! doio.c
15641 ____________________________________________________________________________
15642 [  2629] By: gsar                                  on 1999/01/17  12:00:23
15643         Log: sanity check piped opens (tweaked version of patch suggested
15644              by Mark-Jason Dominus)
15645      Branch: perl
15646            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
15647            ! t/op/taint.t t/pragma/warn/doio
15648 ____________________________________________________________________________
15649 [  2628] By: gsar                                  on 1999/01/17  11:26:21
15650         Log: regen headers
15651      Branch: perl
15652            ! embed.h embedvar.h objXSUB.h
15653 ____________________________________________________________________________
15654 [  2627] By: gsar                                  on 1999/01/17  11:23:37
15655         Log: PERL_OBJECTness for change#2595
15656      Branch: perl
15657            ! embed.pl op.c pod/perlport.pod proto.h
15658 ____________________________________________________________________________
15659 [  2626] By: gsar                                  on 1999/01/17  09:47:07
15660         Log: PERL_OBJECT tweaks for change#2426
15661      Branch: perl
15662            ! embed.pl proto.h regcomp.c
15663 ____________________________________________________________________________
15664 [  2625] By: gsar                                  on 1999/01/17  09:37:58
15665         Log: documentation in change#2596 is not quite right; fix it
15666      Branch: perl
15667            ! lib/Math/BigFloat.pm pod/perlguts.pod
15668 ____________________________________________________________________________
15669 [  2624] By: gsar                                  on 1999/01/17  09:28:34
15670         Log: undo change#2571; C<use File::Spec> instead
15671      Branch: perl
15672            ! lib/FindBin.pm
15673 ____________________________________________________________________________
15674 [  2623] By: gsar                                  on 1999/01/17  09:20:42
15675         Log: change#2572 is not applicable; undo, retaining scan_bin addition
15676              to global.sym
15677      Branch: perl
15678            ! global.sym perl.c proto.h
15679 ____________________________________________________________________________
15680 [  2622] By: gsar                                  on 1999/01/17  09:17:42
15681         Log: change#2576 is based on a wrong premise; undo it
15682      Branch: perl
15683            ! pp_ctl.c
15684 ____________________________________________________________________________
15685 [  2621] By: gsar                                  on 1999/01/17  09:12:42
15686         Log: fix change#2602 to not used hard coded constants
15687      Branch: perl
15688            ! ext/B/B/C.pm ext/B/defsubs.h.PL
15689 ____________________________________________________________________________
15690 [  2620] By: gsar                                  on 1999/01/17  09:02:07
15691         Log: integrate cfgperl changes into mainline, fix conflicts
15692      Branch: perl
15693           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
15694           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
15695           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
15696           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
15697           +> pod/perlopentut.pod
15698           !> (integrate 162 files)
15699 ____________________________________________________________________________
15700 [  2619] By: gsar                                  on 1999/01/17  08:42:04
15701         Log: a few doc typos
15702      Branch: perl
15703            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
15704 ____________________________________________________________________________
15705 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
15706         Log: Win32 changes from Jan
15707              
15708              From: jan.dubois@ibm.net (Jan Dubois)
15709              Date: Fri, 15 Jan 1999 23:38:35 +0100
15710              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
15711              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
15712              
15713              From: jan.dubois@ibm.net (Jan Dubois)
15714              Date: Sat, 16 Jan 1999 13:02:45 +0100
15715              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
15716              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
15717      Branch: maint-5.005/perl
15718            ! README.win32 win32/Makefile win32/makefile.mk
15719 ____________________________________________________________________________
15720 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
15721         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
15722              
15723              From: Gurusamy Sarathy <gsar@engin.umich.edu>
15724              Date: Thu, 07 Jan 1999 00:12:00 -0500
15725              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
15726              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
15727              
15728              From: Gurusamy Sarathy <gsar@engin.umich.edu>
15729              Date: Thu, 14 Jan 1999 19:21:46 -0500
15730              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
15731              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
15732      Branch: maint-5.005/perl
15733            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
15734            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
15735            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
15736            ! win32/makedef.pl win32/runperl.c win32/win32.c
15737 ____________________________________________________________________________
15738 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
15739         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
15740              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
15741              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
15742              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
15743              
15744              From: Jarkko Hietaniemi <jhi@iki.fi>
15745              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
15746              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
15747              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
15748              
15749              From: Jarkko Hietaniemi <jhi@iki.fi>
15750              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
15751              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
15752              Subject: the promised "installusrbinperl + NetBSD" fix
15753      Branch: maint-5.005/perl
15754            ! Configure Makefile.SH hints/netbsd.sh installperl
15755            ! makedepend.SH unixish.h
15756 ____________________________________________________________________________
15757 [  2611] By: jhi                                   on 1999/01/14  12:16:14
15758         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
15759              To: pumpkings@jhereg.perl.com
15760              Subject: perlopentut.pod
15761              Date: Sat, 09 Jan 1999 08:13:18 -0700
15762              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
15763      Branch: cfgperl
15764            + pod/perlopentut.pod
15765            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
15766 ____________________________________________________________________________
15767 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
15768         Log: Added Carp::cluck to perldelta.pod
15769      Branch: maint-5.005/perl
15770            ! pod/perldelta.pod
15771 ____________________________________________________________________________
15772 [  2605] By: jhi                                   on 1999/01/13  18:26:19
15773         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
15774              To: "'cpan@perl.org'" <cpan@perl.org>
15775              Subject: "Bug" fix for File::Find.pm
15776              Date:   Thu, 31 Dec 1998 13:01:50 -0500
15777              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
15778      Branch: cfgperl
15779            ! lib/File/Find.pm
15780 ____________________________________________________________________________
15781 [  2604] By: jhi                                   on 1999/01/13  18:08:45
15782         Log: From: Peter Wolfe <wolfe@teloseng.com>
15783              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
15784              To: perlbug@perl.com
15785              Date: 11 Jan 1999 23:00:05 +0200
15786              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
15787      Branch: cfgperl
15788            ! hints/sco.sh
15789 ____________________________________________________________________________
15790 [  2603] By: jhi                                   on 1999/01/13  18:06:56
15791         Log: From: hans@icgroup.nl (Hans Mulder)
15792              Subject: [Patch for 5.005_54] re::debugcolors dumps core
15793              To: perlbug@perl.com
15794              Cc: hansmu@xs4all.nl
15795              Date: 11 Jan 1999 22:22:45 +0200
15796              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
15797      Branch: cfgperl
15798            ! ext/re/re.pm regcomp.c
15799 ____________________________________________________________________________
15800 [  2602] By: jhi                                   on 1999/01/13  18:05:43
15801         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
15802              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
15803              Date: 11 Jan 1999 08:02:41 +0200
15804              Lines: 134
15805              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
15806      Branch: cfgperl
15807            ! ext/B/B.xs ext/B/B/C.pm
15808 ____________________________________________________________________________
15809 [  2601] By: jhi                                   on 1999/01/13  18:01:53
15810         Log: From: James FitzGibbon <james@ican.net>
15811              Subject: Trivial patch for HP-UX 11 and shared libperl
15812              To: perl5-porters@perl.org
15813              Date: 8 Jan 1999 19:13:23 +0200
15814              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
15815      Branch: cfgperl
15816            ! Makefile.SH
15817 ____________________________________________________________________________
15818 [  2600] By: jhi                                   on 1999/01/13  17:59:45
15819         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
15820              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
15821              To: perl5-porters@perl.org
15822              Date: 8 Jan 1999 12:43:36 +0200
15823              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
15824      Branch: cfgperl
15825            ! ext/B/B/CC.pm
15826 ____________________________________________________________________________
15827 [  2599] By: jhi                                   on 1999/01/13  17:50:11
15828         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
15829              Subject: PATCH to installperl
15830              To: perl5-porters@perl.org
15831              Date: 4 Jan 1999 16:15:18 +0200
15832              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
15833      Branch: cfgperl
15834            ! installperl
15835 ____________________________________________________________________________
15836 [  2598] By: jhi                                   on 1999/01/13  17:34:51
15837         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
15838              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
15839              Cc: perl5-porters@perl.org
15840              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
15841              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
15842              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
15843      Branch: cfgperl
15844            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
15845            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
15846 ____________________________________________________________________________
15847 [  2597] By: jhi                                   on 1999/01/13  17:30:33
15848         Log: From: David Dyck <dcd@tc.fluke.com>
15849              To: Perl Porters <perl5-porters@perl.org>,
15850              Gurusamy Sarathy <gsar@engin.umich.edu>
15851              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
15852              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
15853              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
15854      Branch: cfgperl
15855            ! pod/perldsc.pod
15856 ____________________________________________________________________________
15857 [  2596] By: jhi                                   on 1999/01/13  17:26:44
15858         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
15859              To: perl5-porters@perl.org
15860              Subject: [PATCH] modglobal w/ spelling fixes
15861              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
15862              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
15863      Branch: cfgperl
15864            ! pod/perlguts.pod
15865 ____________________________________________________________________________
15866 [  2595] By: jhi                                   on 1999/01/13  17:24:59
15867         Log: From: Hans Mulder <hansm@icgroup.nl>
15868              Optimize common sort routines.  Thread started by the message
15869              
15870              From: Hans Mulder <hansm@icgroup.nl>
15871              Sender: owner-perl5-porters@perl.org
15872              To: perl5-porters@perl.org
15873              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
15874              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
15875              
15876              and the patch from the message
15877              
15878              From: Hans Mulder <hans@icgroup.nl>
15879              To: jhi@iki.fi
15880              Cc: perl5-porters@perl.org
15881              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
15882              $b }
15883              Date: Wed, 13 Jan 1999 17:39:35 +0100
15884              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
15885      Branch: cfgperl
15886            ! Todo op.c op.h pp_ctl.c t/op/sort.t
15887 ____________________________________________________________________________
15888 [  2594] By: jhi                                   on 1999/01/13  16:50:17
15889         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
15890              (the diffs were based on 5.004_02).  Tested by Guido
15891              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
15892      Branch: cfgperl
15893            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
15894            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
15895            + mint/sys/time.h mint/time.h
15896            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
15897            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
15898 ____________________________________________________________________________
15899 [  2593] By: jhi                                   on 1999/01/09  16:54:26
15900         Log: Detypo.
15901      Branch: cfgperl
15902            ! hints/dec_osf.sh
15903 ____________________________________________________________________________
15904 [  2592] By: jhi                                   on 1999/01/09  16:17:13
15905         Log: Move usethreads and use64bits logic from hints to Configure.
15906      Branch: cfgperl
15907            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
15908            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
15909            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
15910            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
15911 ____________________________________________________________________________
15912 [  2591] By: jhi                                   on 1999/01/09  14:45:24
15913         Log: Missing dTHRs added.
15914      Branch: cfgperl
15915            ! regcomp.c toke.c
15916 ____________________________________________________________________________
15917 [  2590] By: jhi                                   on 1999/01/08  15:27:17
15918         Log: Finalize change #2589 and add better AIX nm scanning from:
15919              
15920              Message-Id: <m0zyNW0-00017VC@gentoo.com>
15921              From: bll@gentoo.com (Brad Lanam)
15922              Subject: Re: mailhelp returned a non-zero status
15923              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
15924              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
15925      Branch: cfgperl
15926            ! Configure hints/freebsd.sh hints/linux.sh
15927 ____________________________________________________________________________
15928 [  2589] By: jhi                                   on 1999/01/08  15:14:54
15929         Log: Undo change #2581.
15930      Branch: cfgperl
15931            ! Configure hints/freebsd.sh hints/linux.sh
15932 ____________________________________________________________________________
15933 [  2588] By: jhi                                   on 1999/01/08  11:51:52
15934         Log: FAQ jumbo patch from tchrist.
15935              
15936              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
15937              From: Tom Christiansen <tchrist@jhereg.perl.com>
15938              To: pumpkings@jhereg.perl.com
15939              Subject: newest version of perlfaq.pod
15940              Date: Thu, 7 Jan 1999 23:05:02 -0700
15941              
15942              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
15943              From: Tom Christiansen <tchrist@jhereg.perl.com>
15944              To: pumpkings@jhereg.perl.com
15945              Subject: newest version of perlfaq1.pod
15946              Date: Thu, 7 Jan 1999 23:05:02 -0700
15947              
15948              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
15949              From: Tom Christiansen <tchrist@jhereg.perl.com>
15950              To: pumpkings@jhereg.perl.com
15951              Subject: newest version of perlfaq2.pod
15952              Date: Thu, 7 Jan 1999 23:05:02 -0700
15953              
15954              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
15955              From: Tom Christiansen <tchrist@jhereg.perl.com>
15956              To: pumpkings@jhereg.perl.com
15957              Subject: newest version of perlfaq3.pod
15958              Date: Thu, 7 Jan 1999 23:05:02 -0700
15959              
15960              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
15961              From: Tom Christiansen <tchrist@jhereg.perl.com>
15962              To: pumpkings@jhereg.perl.com
15963              Subject: newest version of perlfaq4.pod
15964              Date: Thu, 7 Jan 1999 23:05:02 -0700
15965              
15966              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
15967              From: Tom Christiansen <tchrist@jhereg.perl.com>
15968              To: pumpkings@jhereg.perl.com
15969              Subject: newest version of perlfaq5.pod
15970              Date: Thu, 7 Jan 1999 23:05:02 -0700
15971              
15972              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
15973              From: Tom Christiansen <tchrist@jhereg.perl.com>
15974              To: pumpkings@jhereg.perl.com
15975              Subject: newest version of perlfaq6.pod
15976              Date: Thu, 7 Jan 1999 23:05:02 -0700
15977              
15978              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
15979              From: Tom Christiansen <tchrist@jhereg.perl.com>
15980              To: pumpkings@jhereg.perl.com
15981              Subject: newest version of perlfaq7.pod
15982              Date: Thu, 7 Jan 1999 23:05:03 -0700
15983              
15984              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
15985              From: Tom Christiansen <tchrist@jhereg.perl.com>
15986              To: pumpkings@jhereg.perl.com
15987              Subject: newest version of perlfaq8.pod
15988              Date: Thu, 7 Jan 1999 23:05:03 -0700
15989              
15990              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
15991              From: Tom Christiansen <tchrist@jhereg.perl.com>
15992              To: pumpkings@jhereg.perl.com
15993              Subject: newest version of perlfaq9.pod
15994              Date: Thu, 7 Jan 1999 23:05:03 -0700
15995      Branch: cfgperl
15996            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
15997            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
15998            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
15999            ! pod/perlfaq9.pod
16000 ____________________________________________________________________________
16001 [  2587] By: jhi                                   on 1999/01/08  11:17:43
16002         Log: More doc fixes from Abigail.
16003      Branch: cfgperl
16004            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
16005            ! lib/User/pwent.pm
16006 ____________________________________________________________________________
16007 [  2585] By: jhi                                   on 1999/01/08  08:31:02
16008         Log: Change #2584 from maint-5.005:
16009              
16010              implemented Ilya's suggested fix, and added a testcase
16011              
16012              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16013              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
16014              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
16015              Subject: Re: Text::ParseWords: regex fix
16016      Branch: cfgperl
16017            ! lib/Text/ParseWords.pm t/lib/parsewords.t
16018 ____________________________________________________________________________
16019 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
16020         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
16021              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
16022              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
16023              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
16024      Branch: maint-5.005/perl
16025            ! ext/Errno/Errno_pm.PL
16026 ____________________________________________________________________________
16027 [  2581] By: jhi                                   on 1999/01/07  16:38:03
16028         Log: Configure update:
16029              - usethreads, use64bits, and usemultiplicity
16030              are no more interactively asked by Configure
16031              - "int main()" (vs bare "main()") enforced in test programs
16032      Branch: cfgperl
16033            ! Configure hints/freebsd.sh hints/linux.sh
16034 ____________________________________________________________________________
16035 [  2580] By: jhi                                   on 1999/01/07  11:19:12
16036         Log: From: Dan Sugalski <sugalskd@osshe.edu>
16037              Date: Wed, 06 Jan 1999 13:47:34 -0800
16038              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
16039              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
16040      Branch: cfgperl
16041            ! vms/vms.c
16042 ____________________________________________________________________________
16043 [  2579] By: jhi                                   on 1999/01/07  09:08:36
16044         Log: Another set of doc patches from Abigail
16045              
16046              From: abigail@fnx.com
16047              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
16048              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
16049              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
16050              
16051              From: abigail@fnx.com
16052              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
16053              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
16054              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
16055              
16056              From: abigail@fnx.com
16057              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
16058              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
16059              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
16060              
16061              From: abigail@fnx.com
16062              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
16063              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
16064              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
16065              
16066              From: abigail@fnx.com
16067              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
16068              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
16069              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
16070              
16071              From: abigail@fnx.com
16072              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
16073              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
16074              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
16075              
16076              From: abigail@fnx.com
16077              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
16078              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
16079              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
16080              
16081              From: abigail@fnx.com
16082              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
16083              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
16084              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
16085              
16086              From: abigail@fnx.com
16087              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
16088              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
16089              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
16090              
16091              From: abigail@fnx.com
16092              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
16093              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
16094              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
16095              
16096              From: abigail@fnx.com
16097              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
16098              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
16099              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
16100              
16101              From: abigail@fnx.com
16102              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
16103              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
16104              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
16105              
16106              From: abigail@fnx.com
16107              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
16108              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
16109              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
16110              
16111              From: abigail@fnx.com
16112              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
16113              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
16114              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
16115      Branch: cfgperl
16116            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
16117            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
16118            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
16119            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
16120            ! lib/Tie/Array.pm lib/Tie/Hash.pm
16121 ____________________________________________________________________________
16122 [  2576] By: jhi                                   on 1999/01/06  17:05:20
16123         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
16124      Branch: cfgperl
16125            ! pp_ctl.c
16126 ____________________________________________________________________________
16127 [  2575] By: jhi                                   on 1999/01/06  13:18:56
16128         Log: Enhance the great_circle_distance() documentation.
16129      Branch: cfgperl
16130            ! lib/Math/Trig.pm
16131 ____________________________________________________________________________
16132 [  2574] By: jhi                                   on 1999/01/06  12:58:03
16133         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
16134              To: perlbug@perl.com
16135              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
16136              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
16137              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
16138      Branch: cfgperl
16139            ! t/op/sysio.t
16140 ____________________________________________________________________________
16141 [  2573] By: jhi                                   on 1999/01/06  12:40:19
16142         Log: From: "W. Phillip Moore" <wpm@ms.com>
16143              To: perlbug@perl.org
16144              Subject: [PATCH] POSIX getpgrp is not -w clean
16145              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
16146              Message-ID: <13970.20107.190314.549471@zappa>
16147      Branch: cfgperl
16148            ! ext/POSIX/POSIX.pm
16149 ____________________________________________________________________________
16150 [  2572] By: jhi                                   on 1999/01/06  12:25:24
16151         Log: Based on
16152              From: jan.dubois@ibm.net (Jan Dubois)
16153              To: perl5-porters@perl.org
16154              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
16155              Date: Wed, 06 Jan 1999 01:24:09 +0100
16156              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
16157              except that
16158              - objXSUB.h was already okay
16159              - embed.h patching is futile, global.sym patched instead
16160              - objpp.h does not exist
16161              - proto.h addition applied manually
16162              - win32/GenCAPI.pl was already okay
16163              - win32/makedef.pl was already okay
16164      Branch: cfgperl
16165            ! global.sym perl.c proto.h
16166 ____________________________________________________________________________
16167 [  2571] By: jhi                                   on 1999/01/06  11:25:48
16168         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
16169              To: perlbug@perl.com
16170              Subject: FindBin.pm on Win32 systems
16171              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
16172              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
16173      Branch: cfgperl
16174            ! lib/FindBin.pm
16175 ____________________________________________________________________________
16176 [  2570] By: jhi                                   on 1999/01/06  11:21:48
16177         Log: From: Dan Sugalski <sugalskd@osshe.edu>
16178              To: perl5-porters@perl.org, vmsperl@perl.org
16179              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
16180              Date: Tue, 05 Jan 1999 16:47:31 -0800
16181              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
16182              
16183              (the ext/IO/lib/IO/Socket.pm was not really changed here;
16184              it was a leftover from #2569)
16185      Branch: cfgperl
16186            ! ext/IO/lib/IO/Socket.pm taint.c
16187 ____________________________________________________________________________
16188 [  2569] By: jhi                                   on 1999/01/06  11:18:22
16189         Log: Jumbo doc patch from Abigail (almost identical to
16190              the 5.005-maint change #2562 except for the
16191              ext/IO/lib/IO/Socket.pm patch which was not
16192              applicable because the IO version of 5.005-devel
16193              is somewhat different (why?))
16194              
16195              From: abigail@fnx.com
16196              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
16197              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
16198              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
16199              
16200              From: abigail@fnx.com
16201              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
16202              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
16203              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
16204              
16205              From: abigail@fnx.com
16206              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
16207              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
16208              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
16209              
16210              From: abigail@fnx.com
16211              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
16212              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
16213              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
16214              
16215              From: abigail@fnx.com
16216              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
16217              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
16218              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
16219              
16220              From: abigail@fnx.com
16221              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
16222              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
16223              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
16224              
16225              From: abigail@fnx.com
16226              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
16227              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
16228              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
16229              
16230              From: abigail@fnx.com
16231              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
16232              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
16233              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
16234              
16235              From: abigail@fnx.com
16236              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
16237              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
16238              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
16239              
16240              From: abigail@fnx.com
16241              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
16242              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
16243              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
16244      Branch: cfgperl
16245            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
16246            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
16247            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
16248            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
16249            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
16250 ____________________________________________________________________________
16251 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
16252         Log: From: jan.dubois@ibm.net (Jan Dubois)
16253              Date: Wed, 06 Jan 1999 01:24:09 +0100
16254              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
16255              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
16256      Branch: maint-5.005/perl
16257            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
16258            ! win32/GenCAPI.pl win32/makedef.pl
16259 ____________________________________________________________________________
16260 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
16261         Log: From: "W. Phillip Moore" <wpm@ms.com>
16262              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
16263              Message-ID: <13970.20107.190314.549471@zappa>
16264              Subject: [PATCH] POSIX getpgrp is not -w clean
16265      Branch: maint-5.005/perl
16266            ! ext/POSIX/POSIX.pm
16267 ____________________________________________________________________________
16268 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
16269         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
16270              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
16271              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
16272              Subject: FindBin.pm on Win32 systems
16273      Branch: maint-5.005/perl
16274            ! lib/FindBin.pm
16275 ____________________________________________________________________________
16276 [  2561] By: jhi                                   on 1999/01/05  10:49:10
16277         Log: Reword the setlocale() 1-arg case better.
16278      Branch: cfgperl
16279            ! ext/POSIX/POSIX.pod
16280 ____________________________________________________________________________
16281 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
16282         Log: From: Blair Zajac <bzajac@geostaff.com>
16283              Date: Wed, 23 Dec 1998 17:13:32 -0800
16284              Message-ID: <3681953C.8B6A90AA@geostaff.com>
16285              Subject: Tie::SubstrHash patch
16286      Branch: maint-5.005/perl
16287            ! lib/Tie/SubstrHash.pm
16288 ____________________________________________________________________________
16289 [  2554] By: jhi                                   on 1999/01/02  14:55:06
16290         Log: Object destruction order testing.
16291      Branch: cfgperl
16292            ! t/op/misc.t
16293 ____________________________________________________________________________
16294 [  2553] By: jhi                                   on 1999/01/02  14:49:40
16295         Log: perldelta the Dumpvalue.pm of change #2513.
16296      Branch: cfgperl
16297            ! lib/Dumpvalue.pm pod/perldelta.pod
16298 ____________________________________________________________________________
16299 [  2552] By: nick                                  on 1999/01/02  14:45:38
16300         Log: Tone down Makefile.PL so it works on Win32
16301      Branch: perl
16302            ! ext/B/Makefile.PL
16303 ____________________________________________________________________________
16304 [  2551] By: nick                                  on 1999/01/02  14:06:30
16305         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
16306              Use them in various B::* rather than have local defs.
16307      Branch: perl
16308            + ext/B/defsubs.h.PL
16309            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
16310            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
16311            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
16312 ____________________________________________________________________________
16313 [  2550] By: nick                                  on 1999/01/02  10:04:02
16314         Log: Integrate ext/B changes from //depot/cfgperl
16315      Branch: perl
16316           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
16317 ____________________________________________________________________________
16318 [  2549] By: jhi                                   on 1999/01/01  13:54:16
16319         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
16320              To: perlbug@perl.com
16321              Subject: op/groups.t fails test 1 on HP-UX 10.20
16322              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
16323              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
16324      Branch: cfgperl
16325            ! t/op/groups.t
16326 ____________________________________________________________________________
16327 [  2548] By: jhi                                   on 1999/01/01  13:53:31
16328         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16329              To: perl5-porters@perl.org
16330              cc: hv@crypt0.demon.co.uk
16331              Subject: [bug 5.004_54] duplicate error message
16332              Date: Thu, 31 Dec 1998 04:05:25 +0000
16333              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
16334              
16335              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
16336              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
16337              To: hv@crypt0.demon.co.uk
16338              Cc: perl5-porters@perl.org
16339              Subject: [PATCH _54] Re: duplicate error message
16340              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
16341              
16342              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
16343              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16344              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
16345              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
16346              Subject: [TEST PATCH _54] Re: duplicate error message 
16347              Date: Fri, 01 Jan 1999 07:32:14 +0000
16348      Branch: cfgperl
16349            ! op.c t/pragma/warn/op
16350 ____________________________________________________________________________
16351 [  2547] By: jhi                                   on 1998/12/31  14:15:04
16352         Log: From: Chris Nandor <pudge@pobox.com>
16353              To: jhi@iki.fi
16354              Cc: perl5-porters@perl.org
16355              Subject: Re: [PATCH] perlport.pod 1.38
16356              Date: Thu, 31 Dec 1998 09:06:48 -0500
16357              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
16358      Branch: cfgperl
16359            ! pod/perlport.pod
16360 ____________________________________________________________________________
16361 [  2546] By: jhi                                   on 1998/12/31  11:18:17
16362         Log: From: Wilson P. Snyder II
16363              To: perl5-porters@perl.org
16364              Subject: [PATCH v5.5.53] REV2: Binary number support
16365              Date: 1998/11/30
16366              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
16367      Branch: cfgperl
16368            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
16369            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
16370            ! toke.c util.c
16371 ____________________________________________________________________________
16372 [  2545] By: jhi                                   on 1998/12/31  09:27:40
16373         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
16374              To: perlbug@perl.com
16375              Subject: "perl -T -P" dumps core on OpenBSD and Linux
16376              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
16377              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
16378      Branch: cfgperl
16379            ! taint.c
16380 ____________________________________________________________________________
16381 [  2544] By: jhi                                   on 1998/12/31  09:21:45
16382         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
16383              To: perlbug@perl.com 
16384              Subject: bug in pod2man search for perl binary [5.005_5x]
16385              Date: Sat, 12 Dec 1998 23:08:51 +0000 
16386              Message-ID: <19981212230851.A20578@ig.co.uk> 
16387      Branch: cfgperl
16388            ! pod/pod2man.PL
16389 ____________________________________________________________________________
16390 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
16391         Log: From: jan.dubois@ibm.net (Jan Dubois)
16392              Date: Wed, 23 Dec 1998 21:26:38 +0100
16393              Message-ID: <36895086.8849224@smtp1.ibm.net>
16394              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
16395      Branch: maint-5.005/perl
16396            ! lib/ExtUtils/MakeMaker.pm
16397 ____________________________________________________________________________
16398 [  2540] By: jhi                                   on 1998/12/30  08:42:04
16399         Log: Evermore AUTHORS and MAINTAIN.
16400      Branch: cfgperl
16401            ! AUTHORS MAINTAIN
16402 ____________________________________________________________________________
16403 [  2539] By: jhi                                   on 1998/12/29  15:10:34
16404         Log: More AUTHORS and MAINTAIN.
16405      Branch: cfgperl
16406            ! AUTHORS MAINTAIN
16407 ____________________________________________________________________________
16408 [  2537] By: jhi                                   on 1998/12/29  14:34:47
16409         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
16410              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
16411              Message-ID: <13942.32480.700000.640927@utensil>
16412              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
16413              (mirror change#2531 in the 5.005-maint)
16414      Branch: cfgperl
16415            ! lib/AutoSplit.pm
16416 ____________________________________________________________________________
16417 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
16418         Log: change in_pod pattern to /^=\w/ from /^=/
16419              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
16420              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
16421              Message-ID: <13942.32480.700000.640927@utensil>
16422              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
16423      Branch: maint-5.005/perl
16424            ! lib/AutoSplit.pm
16425 ____________________________________________________________________________
16426 [  2525] By: jhi                                   on 1998/12/29  13:06:26
16427         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
16428              To: perl5-porters@perl.org
16429              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
16430              Date: 16 Dec 1998 03:17:03 +0200
16431              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
16432      Branch: cfgperl
16433            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
16434 ____________________________________________________________________________
16435 [  2524] By: jhi                                   on 1998/12/29  13:00:06
16436         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
16437              To: perl5-porters@perl.org
16438              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
16439              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
16440              Date: 10 Dec 1998 08:30:02 +0200
16441              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
16442              
16443              (Nick's part was applied earlier, in change #2460)
16444      Branch: cfgperl
16445            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
16446 ____________________________________________________________________________
16447 [  2523] By: jhi                                   on 1998/12/29  12:41:31
16448         Log: From: "vishal bhatia" <vishalb@hotmail.com>
16449              To: nick@ni-s.u-net.com
16450              Cc: perl5-porters@perl.org
16451              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
16452              Date: 9 Dec 1998 06:50:30 +0200
16453              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
16454      Branch: cfgperl
16455            ! ext/B/B/CC.pm
16456 ____________________________________________________________________________
16457 [  2522] By: jhi                                   on 1998/12/29  12:15:18
16458         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
16459              To: perl5-porters@perl.org (Perl 5 Porters)
16460              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
16461              Date: 25 Dec 1998 23:02:28 +0200
16462              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
16463      Branch: cfgperl
16464            ! lib/Pod/Text.pm
16465 ____________________________________________________________________________
16466 [  2521] By: jhi                                   on 1998/12/29  12:07:54
16467         Log: Undo #2519 (breaks universal.c).
16468      Branch: cfgperl
16469            ! XSUB.h
16470 ____________________________________________________________________________
16471 [  2519] By: jhi                                   on 1998/12/29  11:41:10
16472         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
16473              To: perl5-porters@perl.org
16474              Cc: perl-xs@perl.org
16475              Subject: XSUB.h refinement [PATCH]
16476              Date: 18 Dec 1998 03:58:44 +0200
16477              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
16478      Branch: cfgperl
16479            ! XSUB.h
16480 ____________________________________________________________________________
16481 [  2518] By: jhi                                   on 1998/12/29  11:36:19
16482         Log: From: abigail@fnx.com
16483              To: perl5-porters@perl.org (Perl Porters)
16484              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
16485              Date: 28 Dec 1998 21:39:15 +0200
16486              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
16487      Branch: cfgperl
16488            ! lib/fields.pm
16489 ____________________________________________________________________________
16490 [  2517] By: jhi                                   on 1998/12/29  11:35:03
16491         Log: Document change #2516.
16492      Branch: cfgperl
16493            ! pod/perldelta.pod
16494 ____________________________________________________________________________
16495 [  2516] By: jhi                                   on 1998/12/29  11:32:26
16496         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16497              To: perl5-porters@perl.org (Mailing list Perl5)
16498              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
16499              Date: 9 Dec 1998 10:39:31 +0200
16500              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
16501      Branch: cfgperl
16502            ! pod/perldiag.pod regcomp.c toke.c
16503 ____________________________________________________________________________
16504 [  2515] By: jhi                                   on 1998/12/29  11:27:11
16505         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16506              To: perl5-porters@perl.org (Mailing list Perl5)
16507              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
16508              Date: 8 Dec 1998 09:02:04 +0200
16509              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
16510              
16511              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
16512      Branch: cfgperl
16513            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
16514 ____________________________________________________________________________
16515 [  2514] By: jhi                                   on 1998/12/29  11:21:31
16516         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16517              To: perl5-porters@perl.org (Mailing list Perl5)
16518              Subject: [PATCH 5.005_53] Regexp tests and UTF8
16519              Date: 8 Dec 1998 07:02:01 +0200
16520              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
16521      Branch: cfgperl
16522            ! regcomp.c
16523 ____________________________________________________________________________
16524 [  2513] By: jhi                                   on 1998/12/29  11:18:34
16525         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16526              Subject: [PATCH 5.005_*] Dumpvar.pm
16527              To: perl5-porters@perl.org (Mailing list Perl5)
16528              Date: 7 Dec 1998 10:17:35 +0200
16529              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
16530      Branch: cfgperl
16531            + lib/Dumpvalue.pm
16532            ! MANIFEST
16533 ____________________________________________________________________________
16534 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
16535         Log: From: jan.dubois@ibm.net (Jan Dubois)
16536              Date: Tue, 01 Dec 1998 00:07:33 +0100
16537              Message-ID: <366921b5.14512598@smtp1.ibm.net>
16538              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
16539              
16540              From: jan.dubois@ibm.net (Jan Dubois)
16541              Date: Wed, 02 Dec 1998 00:24:54 +0100
16542              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
16543              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
16544      Branch: maint-5.005/perl
16545            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
16546            ! win32/config.bc win32/config.gc win32/config.vc
16547            ! win32/config_sh.PL win32/makedef.pl
16548 ____________________________________________________________________________
16549 [  2509] By: jhi                                   on 1998/12/28  13:00:31
16550     Log: Kickstart AUTHORS and MAINTAIN.
16551  Branch: cfgperl
16552        + AUTHORS MAINTAIN
16553        ! MANIFEST
16554 ____________________________________________________________________________
16555 [  2508] By: jhi                                   on 1998/12/28  08:04:00
16556     Log: From: Nathan Torkington <gnat@frii.com>
16557          To: perlbug@perl.com
16558          Subject: [PATCH] perlxstut.pod fix
16559          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
16560          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
16561  Branch: cfgperl
16562        ! pod/perlxstut.pod
16563 ____________________________________________________________________________
16564 [  2507] By: jhi                                   on 1998/12/28  07:59:00
16565     Log: From: abigail@fnx.com
16566          To: perlbug@perl.com
16567          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
16568          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
16569          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
16570          (slightly modified, a part of the patch was rejected)
16571          (strange, I thought I had already submitted this one
16572          but Perforce disagrees with me...)
16573  Branch: cfgperl
16574        ! pod/perlop.pod
16575 ____________________________________________________________________________
16576 [  2506] By: jhi                                   on 1998/12/28  07:56:59
16577     Log: From: Artur <artur@vogon-solutions.com>
16578          To: perlbug@perl.com
16579          Subject: PATCH: perlmodlib.pod
16580          Date: Fri, 25 Dec 1998 00:48:39 +0000
16581          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
16582  Branch: cfgperl
16583        ! pod/perlmodlib.pod pod/perlop.pod
16584 ____________________________________________________________________________
16585 [  2505] By: jhi                                   on 1998/12/28  07:46:06
16586     Log: From: abigail@fnx.com
16587          To: perl5-porters@perl.org (Perl Porters)
16588          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
16589          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
16590          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
16591  Branch: cfgperl
16592        ! pod/pod2html.PL
16593 ____________________________________________________________________________
16594 [  2504] By: jhi                                   on 1998/12/28  07:44:35
16595     Log: From: Jim Avera <avera@fjst.com>
16596          To: perlbug@perl.com
16597          Subject: perlbug bug - shows dates reversed
16598          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
16599          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
16600  Branch: cfgperl
16601        ! utils/perlbug.PL
16602 ____________________________________________________________________________
16603 [  2503] By: jhi                                   on 1998/12/28  07:41:39
16604     Log: From: jan.dubois@ibm.net (Jan Dubois)
16605          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
16606          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
16607          Date: Wed, 23 Dec 1998 21:26:38 +0100
16608          Message-ID: <36895086.8849224@smtp1.ibm.net>
16609  Branch: cfgperl
16610        ! lib/ExtUtils/MakeMaker.pm
16611 ____________________________________________________________________________
16612 [  2502] By: jhi                                   on 1998/12/28  07:39:20
16613     Log: From: Blair Zajac <bzajac@geostaff.com>
16614          To: perl5-porters@perl.org
16615          Subject: Tie::SubstrHash patch
16616          Date: Wed, 23 Dec 1998 17:13:32 -0800
16617          Message-ID: <3681953C.8B6A90AA@geostaff.com>
16618  Branch: cfgperl
16619        ! lib/Tie/SubstrHash.pm
16620 ____________________________________________________________________________
16621 [  2501] By: jhi                                   on 1998/12/28  07:37:16
16622     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
16623          To: perlbug@perl.com
16624          Subject: perlfaq9 minor error
16625          Date: Wed, 23 Dec 1998 14:54:19 -0800
16626          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
16627  Branch: cfgperl
16628        ! pod/perlfaq9.pod
16629 ____________________________________________________________________________
16630 [  2500] By: jhi                                   on 1998/12/23  10:38:18
16631     Log: More porting notes about filesystems, AmigaOS, and MiNT.
16632  Branch: cfgperl
16633        ! pod/perlport.pod
16634 ____________________________________________________________________________
16635 [  2499] By: jhi                                   on 1998/12/22  09:26:49
16636     Log: Add few MSG_ and uio constants.
16637  Branch: cfgperl
16638        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
16639 ____________________________________________________________________________
16640 [  2498] By: jhi                                   on 1998/12/22  08:39:30
16641     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
16642          a Digital C compiler optimizer bug that broke the 'x'
16643          operator under certain circumstances.  See t/op/repeat.t
16644          test #20 for graphic details.  Reported in
16645          
16646          From: Gisle Aas <gisle@aas.no>
16647          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
16648          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
16649          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
16650          Date: 18 Dec 1998 14:27:40 +0100
16651          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
16652          
16653          and discussed further in the thread
16654          
16655          From: Jarkko Hietaniemi <jhi@iki.fi>
16656          To: Gisle Aas <gisle@aas.no>
16657          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
16658          cpan-testers@perl.org, perl5-porters@perl.org
16659          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
16660          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
16661          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
16662  Branch: cfgperl
16663        ! t/op/repeat.t util.c
16664 ____________________________________________________________________________
16665 [  2497] By: jhi                                   on 1998/12/21  14:18:57
16666     Log: Change #2483 update.
16667  Branch: cfgperl
16668        ! t/op/tr.t
16669 ____________________________________________________________________________
16670 [  2496] By: jhi                                   on 1998/12/21  14:07:41
16671     Log: Update on change #2493.
16672  Branch: cfgperl
16673        ! t/pragma/warn/op
16674 ____________________________________________________________________________
16675 [  2495] By: jhi                                   on 1998/12/21  13:52:00
16676     Log: Change #2487 aftershock.
16677  Branch: cfgperl
16678        ! warning.pl
16679 ____________________________________________________________________________
16680 [  2494] By: jhi                                   on 1998/12/21  12:35:00
16681     Log: From: Chris Nandor <pudge@pobox.com>
16682          To: perl5-porters@perl.org
16683          Subject: [PATCH] perlport.pod v1.37
16684          Date: Sat, 19 Dec 1998 12:54:34 -0500
16685          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
16686  Branch: cfgperl
16687        ! pod/perlport.pod
16688 ____________________________________________________________________________
16689 [  2493] By: jhi                                   on 1998/12/21  12:22:44
16690     Log: From: Mark-Jason Dominus <mjd@plover.com>
16691          To: perl5-porters@perl.com
16692          Subject: PATCH (5.005_02): Dejargonizing
16693          Date: Sun, 20 Dec 1998 14:35:20 -0500
16694          Message-ID: <19981220193520.11230.qmail@plover.com>
16695          
16696          From: Mark-Jason Dominus <mjd@plover.com>
16697          To: perl5-porters@perl.com
16698          Subject: PATCH (5.005_02): Spelling correction in warning message
16699          Date: Sun, 20 Dec 1998 13:51:30 -0500
16700          Message-ID: <19981220185130.11067.qmail@plover.com>
16701  Branch: cfgperl
16702        ! doio.c op.c
16703 ____________________________________________________________________________
16704 [  2492] By: jhi                                   on 1998/12/21  09:00:05
16705     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
16706          To: perl5-porters@perl.org
16707          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
16708          Date: Sun, 20 Dec 1998 19:03:25 PST
16709          Message-ID: <19981221030326.27660.qmail@hotmail.com>
16710          
16711          (slightly reformatted)
16712  Branch: cfgperl
16713        ! ext/B/B/CC.pm
16714 ____________________________________________________________________________
16715 [  2491] By: nick                                  on 1998/12/20  14:21:29
16716     Log: Save _all_ GV's which have SV, AV or HV set.
16717  Branch: perl
16718        ! ext/B/B/C.pm
16719 ____________________________________________________________________________
16720 [  2490] By: jhi                                   on 1998/12/18  15:13:19
16721     Log: Add idea about generalising cpp symbol probing of Errno.
16722  Branch: cfgperl
16723        ! Todo
16724 ____________________________________________________________________________
16725 [  2489] By: jhi                                   on 1998/12/18  14:47:57
16726     Log: Address some of the issues of:
16727          
16728          From: Tom Christiansen <tchrist@jhereg.perl.com>
16729          To: perl-porters-active@jhereg.perl.com
16730          Subject: Undocumentation Issues for 5.005
16731          Date: Thu, 17 Dec 1998 14:46:24 -0700
16732          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
16733  Branch: cfgperl
16734        ! pod/perl5005delta.pod
16735 ____________________________________________________________________________
16736 [  2488] By: jhi                                   on 1998/12/18  11:26:32
16737     Log: From: root <root@dubravka.in-berlin.de>
16738          To: perlbug@perl.com
16739          Cc: k@dubravka.in-berlin.de
16740          Subject: Please add no_modify to PERL_POLLUTE
16741          Date: Fri, 18 Dec 1998 10:45:52 +0100
16742          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
16743          
16744          (Really from Andreas König)
16745  Branch: cfgperl
16746        ! embed.pl
16747 ____________________________________________________________________________
16748 [  2487] By: jhi                                   on 1998/12/17  14:05:52
16749     Log: Some (by far not all) issues of the below message addressed.
16750          
16751          From: Tom Christiansen <tchrist@jhereg.perl.com>
16752          To: The Perl Porters Mailing List <perl5-porters@perl.org>
16753          Subject: important UNDOC issues for 5.005_54
16754          Date: Wed, 16 Dec 1998 21:14:53 -0700
16755          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
16756  Branch: cfgperl
16757        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
16758 ____________________________________________________________________________
16759 [  2486] By: jhi                                   on 1998/12/17  12:47:15
16760     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16761          To: domo@computer.org
16762          Cc: jhi@iki.fi, perl5-porters@perl.org
16763          Subject: Re: stuff related to malloc.c
16764          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
16765          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
16766  Branch: cfgperl
16767        ! malloc.c
16768 ____________________________________________________________________________
16769 [  2485] By: jhi                                   on 1998/12/17  12:17:19
16770     Log: More porting notes.
16771  Branch: cfgperl
16772        ! Porting/pumpkin.pod
16773 ____________________________________________________________________________
16774 [  2484] By: jhi                                   on 1998/12/15  08:38:05
16775     Log: Undo #2386 and #2205.
16776  Branch: cfgperl
16777        ! pod/perlfunc.pod
16778 ____________________________________________________________________________
16779 [  2483] By: jhi                                   on 1998/12/14  17:58:35
16780     Log: lib was missing from @INC.
16781  Branch: cfgperl
16782        ! t/op/tr.t
16783 ____________________________________________________________________________
16784 [  2482] By: jhi                                   on 1998/12/14  17:52:42
16785     Log: Was missing use Text::Wrap.
16786  Branch: cfgperl
16787        ! t/lib/textfill.t
16788 ____________________________________________________________________________
16789 [  2481] By: jhi                                   on 1998/12/14  16:00:22
16790     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
16791          
16792          From: Jonathan Roy <roy@idle.com>
16793          To: perl5-porters@perl.org
16794          Subject: nlist.h add to Configure checks?
16795          Date: Sun, 13 Dec 1998 22:22:49 -0500
16796          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
16797  Branch: cfgperl
16798        + ext/DynaLoader/hints/linux.pl
16799        ! MANIFEST
16800 ____________________________________________________________________________
16801 [  2480] By: jhi                                   on 1998/12/14  15:02:44
16802     Log: Give up completely using nm in AIX.
16803          
16804          From: "Kurt D. Starsinic" <kstar@chapin.edu>
16805          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
16806          Cc: perl5-porters@perl.org
16807          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
16808          Date: Thu, 10 Dec 1998 00:51:46 -0500
16809          Message-ID: <19981210005146.B29986@O2.chapin.edu>
16810  Branch: cfgperl
16811        ! hints/aix.sh
16812 ____________________________________________________________________________
16813 [  2479] By: jhi                                   on 1998/12/14  14:39:52
16814     Log: AIX' error messages are different.
16815          
16816          From: "Kurt D. Starsinic" <kstar@chapin.edu>
16817          To: Gurusamy Sarathy <gsar@engin.umich.edu>
16818          Cc: perl5-porters@perl.org
16819          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
16820          Date: Thu, 10 Dec 1998 00:42:36 -0500
16821          Message-ID: <19981210004236.A29986@O2.chapin.edu>
16822          
16823          From: Michael Engel <engel@nms1.cc.huji.ac.il>
16824          To: perlbug@perl.com
16825          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
16826          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
16827          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
16828  Branch: cfgperl
16829        ! t/pragma/warn/doio
16830 ____________________________________________________________________________
16831 [  2475] By: jhi                                   on 1998/12/13  12:35:55
16832     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16833          To: jhi@iki.fi
16834          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
16835          Subject: Re: stuff related to malloc.c
16836          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
16837          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
16838  Branch: cfgperl
16839        ! malloc.c
16840 ____________________________________________________________________________
16841 [  2474] By: jhi                                   on 1998/12/13  12:32:42
16842     Log: Some notes about porting issues.
16843  Branch: cfgperl
16844        ! Porting/pumpkin.pod
16845 ____________________________________________________________________________
16846 [  2473] By: jhi                                   on 1998/12/13  12:03:58
16847     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
16848          To: Perl 5 Porters <perl5-porters@perl.org>
16849          Subject: [patch 5.005_02] dos-djgpp update
16850          Date: Sun, 13 Dec 1998 00:08:44 +0100
16851          Message-ID: <19981213000844.C264@beeblebrox>
16852  Branch: cfgperl
16853        ! djgpp/config.over
16854 ____________________________________________________________________________
16855 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
16856     Log: undo changes to Exporter.pm from #2312
16857  Branch: maint-5.005/perl
16858        ! lib/Exporter.pm
16859 ____________________________________________________________________________
16860 [  2465] By: jhi                                   on 1998/12/12  12:31:21
16861     Log: Document that qw() taints.
16862          
16863          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
16864          To: perlbug@perl.com 
16865          Subject: taint problems
16866          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
16867          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
16868  Branch: cfgperl
16869        ! pod/perlop.pod
16870 ____________________________________________________________________________
16871 [  2464] By: jhi                                   on 1998/12/11  14:09:51
16872     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
16873          To: dist-users@foretune.co.jp
16874          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
16875          Date: Mon, 07 Dec 1998 20:13:04 -0400
16876          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
16877  Branch: cfgperl
16878        ! Configure
16879 ____________________________________________________________________________
16880 [  2463] By: jhi                                   on 1998/12/11  13:29:54
16881     Log: MAXPATHLEN.
16882  Branch: cfgperl
16883        ! perl.h
16884 ____________________________________________________________________________
16885 [  2462] By: jhi                                   on 1998/12/11  08:37:58
16886     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
16887          To: perl5-porters@perl.org
16888          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
16889          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
16890          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
16891  Branch: cfgperl
16892        + hints/gnu.sh
16893 ____________________________________________________________________________
16894 [  2461] By: nick                                  on 1998/12/10  21:00:50
16895     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
16896          From: Vishal Bhatia <vishalb@hotmail.com>
16897          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
16898          2. Fixes the bug  regarding return value of c-functions generated out 
16899          of perl subs. ( Just includes the patch I sent earlier)
16900          3. Incorporates the other changes that need to be done to get CC.pm
16901          use ISA search for packages and methods on the same lines as C.pm
16902          
16903          Vishal would appreciate comments about B::Stackobj changes from 
16904          someone knowing that module well.
16905  Branch: perl
16906        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
16907 ____________________________________________________________________________
16908 [  2460] By: jhi                                   on 1998/12/08  08:11:27
16909     Log: Integrate from mainperl.
16910  Branch: cfgperl
16911       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
16912       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
16913       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
16914       !> toke.c util.c
16915 ____________________________________________________________________________
16916 [  2459] By: jhi                                   on 1998/12/07  07:50:11
16917     Log: From: hansm@icgroup.nl 
16918          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
16919          Reply-To: hansmu@xs4all.nl 
16920          To: perlbug@perl.com 
16921          Date: Sun, 6 Dec 98 22:19:54 +0100 
16922          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
16923  Branch: cfgperl
16924        ! util.c
16925 ____________________________________________________________________________
16926 [  2458] By: gsar                                  on 1998/12/07  06:00:55
16927     Log: fix dup lexical
16928  Branch: perl
16929        ! ext/B/B/Deparse.pm t/lib/io_unix.t
16930 ____________________________________________________________________________
16931 [  2457] By: gsar                                  on 1998/12/06  14:38:59
16932     Log: mention limit on line numbers reported by diagnostics
16933  Branch: perl
16934        ! pod/perl.pod toke.c
16935 ____________________________________________________________________________
16936 [  2456] By: gsar                                  on 1998/12/06  13:49:02
16937     Log: branch perldelta.pod
16938  Branch: maint-5.005/perl
16939       +> pod/perldelta.pod
16940 ____________________________________________________________________________
16941 [  2455] By: gsar                                  on 1998/12/06  13:47:21
16942     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
16943  Branch: maint-5.005/perl
16944        - pod/perldelta.pod
16945 ____________________________________________________________________________
16946 [  2454] By: gsar                                  on 1998/12/06  13:35:31
16947     Log: fix outdated/incorrect info about arbitrary limits
16948  Branch: perl
16949        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
16950        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
16951 ____________________________________________________________________________
16952 [  2453] By: nick                                  on 1998/12/05  16:14:42
16953     Log: Avoid hard-coding op numbers
16954          Update CC.pm to save %INC, and to co-exist with new C.pm
16955  Branch: perl
16956        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
16957 ____________________________________________________________________________
16958 [  2452] By: nick                                  on 1998/12/05  10:44:28
16959     Log: B.xs had its own code to calculate hash() which differed from
16960          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
16961          which meant that run-time require was re-done.
16962          Removed some debug from C.pm
16963  Branch: perl
16964        ! ext/B/B.xs ext/B/B/C.pm
16965 ____________________________________________________________________________
16966 [  2451] By: nick                                  on 1998/12/04  21:58:49
16967     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
16968          well as _54, but with pre-scan for classes and save the ISA scheme.
16969  Branch: perl
16970        ! ext/B/B/C.pm
16971 ____________________________________________________________________________
16972 [  2450] By: nick                                  on 1998/12/04  17:58:44
16973     Log: Vishal Bhatia's patch as a basis.
16974  Branch: perl
16975        ! ext/B/B/C.pm ext/B/B/CC.pm
16976 ____________________________________________________________________________
16977 [  2449] By: jhi                                   on 1998/12/04  16:39:21
16978     Log: Integrate from mainperl.
16979  Branch: cfgperl
16980       !> t/op/goto.t t/op/tr.t
16981 ____________________________________________________________________________
16982 [  2448] By: gsar                                  on 1998/12/04  06:06:49
16983     Log: tweak test for UTEST
16984  Branch: perl
16985        ! t/op/tr.t
16986 ____________________________________________________________________________
16987 [  2444] By: jhi                                   on 1998/12/03  14:37:22
16988     Log: s/\bthe the\b/the/g *.pod
16989  Branch: cfgperl
16990        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
16991 ____________________________________________________________________________
16992 [  2443] By: jhi                                   on 1998/12/03  13:39:53
16993     Log: Change#2441 aftermath.
16994  Branch: cfgperl
16995        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16996        ! config_h.SH thread.h vms/subconfigure.com
16997 ____________________________________________________________________________
16998 [  2441] By: jhi                                   on 1998/12/03  08:15:13
16999     Log: From: Dan Sugalski <sugalskd@osshe.edu>
17000          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
17001          Subject: [PATCH 5.005_54]Initial VMS patches
17002          Date: 3 Dec 1998 01:05:55 +0200
17003          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
17004          
17005          The patch to config_h.SH requires more study because
17006          metaconfig needs to agree.
17007  Branch: cfgperl
17008        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
17009        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
17010        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
17011 ____________________________________________________________________________
17012 [  2440] By: gsar                                  on 1998/12/03  01:32:16
17013     Log: add failed check-in of goto.t from change#1867
17014  Branch: perl
17015        ! t/op/goto.t
17016 ____________________________________________________________________________
17017 [  2437] By: jhi                                   on 1998/12/02  18:03:51
17018     Log: Fix most of the bad L<> links of
17019          
17020          From: Tom Christiansen <tchrist@jhereg.perl.com> 
17021          Subject: bad L<> links
17022          Reply-to: tchrist@perl.com 
17023          To: perlbug@jhereg.perl.com 
17024          Date: Tue, 11 Aug 1998 10:58:07 -0500 
17025          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
17026          
17027          The ones not fixed may require darker Pod::HTML magic,
17028          for example the perlguts.html#tags should work fine, IMHO.
17029  Branch: cfgperl
17030        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
17031        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
17032        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
17033        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
17034        ! pod/perlvar.pod
17035 ____________________________________________________________________________
17036 [  2436] By: jhi                                   on 1998/12/02  16:35:04
17037     Log: One paste too many in #2345.
17038  Branch: cfgperl
17039        ! lib/Pod/Html.pm
17040 ____________________________________________________________________________
17041 [  2435] By: jhi                                   on 1998/12/02  16:32:33
17042     Log: Pod::Html and Pod::Text were not locale-savvy:
17043          for example in =head1 all non-ASCII-\w-runs were
17044          turned into underscores in NAME tags.  This could
17045          result in several NAME tags becoming identical.
17046          Reported by:
17047          
17048          From: Fyodor Krasnov <fyodor@aha.ru> 
17049          Subject: pod2html vs Russian Characters
17050          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
17051          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
17052          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
17053  Branch: cfgperl
17054        ! lib/Pod/Html.pm lib/Pod/Text.pm
17055 ____________________________________________________________________________
17056 [  2434] By: jhi                                   on 1998/12/02  10:29:00
17057     Log: The real Mc5_54 integration.
17058  Branch: cfgperl
17059       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
17060 ____________________________________________________________________________
17061 [  2433] By: jhi                                   on 1998/12/02  08:52:13
17062     Log: From: Andy Dougherty <doughera@lafayette.edu>
17063          To: Perl Porters <perl5-porters@perl.org>
17064          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
17065          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
17066          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
17067  Branch: cfgperl
17068        ! Configure
17069 ____________________________________________________________________________
17070 [  2432] By: jhi                                   on 1998/12/02  08:49:47
17071     Log: From: Andy Dougherty <doughera@lafayette.edu>
17072          To: Perl Porters <perl5-porters@perl.org>
17073          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
17074          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
17075          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
17076  Branch: cfgperl
17077        ! Configure
17078 ____________________________________________________________________________
17079 [  2431] By: jhi                                   on 1998/12/01  16:11:50
17080     Log: From: achampio@lehman.com (Alan Champion)
17081          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
17082          To: perlbug@perl.com
17083          Date: 1 Dec 1998 17:36:33 +0200
17084          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
17085          
17086          Skip NIS includes.
17087  Branch: cfgperl
17088        ! t/op/pwent.t
17089 ____________________________________________________________________________
17090 [  2430] By: gsar                                  on 1998/12/01  12:12:50
17091     Log: 5.005_54, as released
17092  Branch: perl
17093        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
17094 ____________________________________________________________________________
17095 [  2429] By: jhi                                   on 1998/12/01  11:28:39
17096     Log: From: Anton Berezin <tobez@plab.ku.dk>
17097          To: perl5-porters@perl.org
17098          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
17099          Date: 30 Nov 1998 19:46:24 +0100
17100          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
17101  Branch: cfgperl
17102        ! hints/freebsd.sh
17103 ____________________________________________________________________________
17104 [  2428] By: jhi                                   on 1998/12/01  11:08:16
17105     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
17106  Branch: cfgperl
17107       +> (branch 30 files)
17108       !> (integrate 71 files)
17109 ____________________________________________________________________________
17110 [  2427] By: jhi                                   on 1998/12/01  10:51:37
17111     Log: Default to accepting a hinted $randfunc even when $csym
17112          does not find it.  (the previous defaylt behaviour was not
17113          to accept).
17114  Branch: cfgperl
17115        ! Configure
17116 ____________________________________________________________________________
17117 [  2426] By: jhi                                   on 1998/12/01  10:13:03
17118     Log: Separated the [:foo:] parsing to its own function.
17119          Passes all tests.
17120  Branch: cfgperl
17121        ! regcomp.c
17122 ____________________________________________________________________________
17123 [  2425] By: jhi                                   on 1998/12/01  08:22:49
17124     Log: Typo in comments.
17125  Branch: cfgperl
17126        ! regexec.c
17127 ____________________________________________________________________________
17128 [  2424] By: jhi                                   on 1998/12/01  08:21:38
17129     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17130          Subject: [PATCH 5.005_*] Debugger 'v' command
17131          To: perl5-porters@perl.org (Mailing list Perl5)
17132          Date: 1 Dec 1998 07:55:11 +0200
17133          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
17134  Branch: cfgperl
17135        ! lib/perl5db.pl
17136 ____________________________________________________________________________
17137 [  2423] By: jhi                                   on 1998/12/01  08:19:08
17138     Log: From: pvhp@forte.com (Peter Prymmer)
17139          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
17140          To: perl5-porters@perl.org
17141          Date: 1 Dec 1998 07:27:11 +0200
17142          Message-ID: <MLIST_9812010508.AA07791@forte.com>
17143  Branch: cfgperl
17144        ! hints/os390.sh
17145 ____________________________________________________________________________
17146 [  2417] By: jhi                                   on 1998/11/30  08:14:00
17147     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
17148  Branch: cfgperl
17149        ! ext/Socket/Socket.xs
17150 ____________________________________________________________________________
17151 [  2416] By: jhi                                   on 1998/11/30  08:00:15
17152     Log: Undo #2395, seems more like a problem in netbsd-current.
17153  Branch: cfgperl
17154        ! util.c
17155
17156 ----------------
17157 Version 5.005_54
17158 ----------------
17159
17160 ____________________________________________________________________________
17161 [  2414] By: gsar                                  on 1998/11/30  02:23:55
17162     Log: more JPL tweaks
17163  Branch: perl
17164        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
17165        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
17166 ____________________________________________________________________________
17167 [  2413] By: gsar                                  on 1998/11/30  01:35:56
17168     Log: stub bin/jpl that just runs JPL::Compile::files()
17169  Branch: perl
17170        + jpl/bin/jpl
17171 ____________________________________________________________________________
17172 [  2412] By: gsar                                  on 1998/11/30  01:32:14
17173     Log: delete symlink
17174  Branch: perl
17175        - jpl/bin/jpl
17176 ____________________________________________________________________________
17177 [  2410] By: gsar                                  on 1998/11/30  01:30:44
17178     Log: branch jpl from perlext to perl
17179  Branch: perl
17180       +> (branch 30 files)
17181 ____________________________________________________________________________
17182 [  2407] By: gsar                                  on 1998/11/30  01:24:53
17183     Log: JPL tweaks to build with 5.005
17184  Branch: perlext
17185        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
17186        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
17187 ____________________________________________________________________________
17188 [  2406] By: gsar                                  on 1998/11/30  00:55:54
17189     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
17190  Branch: perl
17191        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
17192 ____________________________________________________________________________
17193 [  2405] By: gsar                                  on 1998/11/30  00:28:55
17194     Log: patchlevel up to 54
17195  Branch: perl
17196        ! patchlevel.h win32/Makefile win32/config_H.bc
17197        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
17198 ____________________________________________________________________________
17199 [  2403] By: gsar                                  on 1998/11/29  23:35:50
17200     Log: integrate cfgperl changes into mainline
17201  Branch: perl
17202       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
17203       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
17204 ____________________________________________________________________________
17205 [  2402] By: gsar                                  on 1998/11/29  23:08:42
17206     Log: sync Text::Wrap version number
17207  Branch: perl
17208        ! lib/Text/Wrap.pm
17209 ____________________________________________________________________________
17210 [  2401] By: gsar                                  on 1998/11/29  22:56:21
17211     Log: textfill.t tweak
17212  Branch: perl
17213        ! t/lib/textfill.t
17214 ____________________________________________________________________________
17215 [  2400] By: gsar                                  on 1998/11/29  22:50:41
17216     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
17217          <muir@idiom.com>
17218  Branch: perl
17219        + t/lib/textfill.t
17220        ! MANIFEST lib/Text/Wrap.pm
17221 ____________________________________________________________________________
17222 [  2399] By: gsar                                  on 1998/11/29  22:28:05
17223     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
17224          has happened without the authors knowledge or consent; the subversive
17225          version (which is in 5.00502) breaks one of the tests in the
17226          authors testsuite; attempts are being made to find a fix that
17227          avoids breaking code already running with the 5.005_02 version
17228          From:    David Muir Sharnoff <muir@idiom.com>
17229          Date:    Sat, 28 Nov 1998 04:34:17 PST
17230          Message-Id: <199811281234.EAA03082@idiom.com>
17231          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
17232  Branch: perl
17233        ! lib/Text/Wrap.pm t/lib/textwrap.t
17234 ____________________________________________________________________________
17235 [  2397] By: nick                                  on 1998/11/29  20:13:58
17236     Log: Update docs and English.pm for $^C
17237  Branch: perl
17238        ! lib/English.pm pod/perlvar.pod
17239 ____________________________________________________________________________
17240 [  2396] By: jhi                                   on 1998/11/29  20:13:03
17241     Log: Mirror #2384.
17242  Branch: cfgperl
17243        ! t/op/pwent.t
17244 ____________________________________________________________________________
17245 [  2395] By: jhi                                   on 1998/11/29  19:59:12
17246     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
17247  Branch: cfgperl
17248        ! util.c
17249 ____________________________________________________________________________
17250 [  2394] By: gsar                                  on 1998/11/29  19:49:08
17251     Log: updated perlreftut.pod
17252  Branch: perl
17253        ! pod/perlreftut.pod
17254 ____________________________________________________________________________
17255 [  2393] By: gsar                                  on 1998/11/29  19:31:56
17256     Log: misc tweaks
17257  Branch: perl
17258        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
17259 ____________________________________________________________________________
17260 [  2392] By: gsar                                  on 1998/11/29  19:31:18
17261     Log: notes about -DPERL_POLLUTE
17262  Branch: perl
17263        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
17264 ____________________________________________________________________________
17265 [  2391] By: gsar                                  on 1998/11/29  19:13:52
17266     Log: explain various win32 build caveats more clearly
17267  Branch: perl
17268        ! README.win32 win32/Makefile win32/makefile.mk
17269 ____________________________________________________________________________
17270 [  2390] By: gsar                                  on 1998/11/29  16:51:59
17271     Log: remove I_POLL detection (Configure will do that now)
17272  Branch: perl
17273        ! ext/IO/Makefile.PL
17274 ____________________________________________________________________________
17275 [  2389] By: jhi                                   on 1998/11/29  16:39:16
17276     Log: Add I_POLL for IO 1.20.
17277  Branch: cfgperl
17278        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17279        ! config_h.SH
17280 ____________________________________________________________________________
17281 [  2388] By: gsar                                  on 1998/11/29  16:23:30
17282     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
17283  Branch: perl
17284        + Porting/p4desc
17285        ! MANIFEST
17286 ____________________________________________________________________________
17287 [  2387] By: gsar                                  on 1998/11/29  16:08:03
17288     Log: another threads reliability fix: serialize writes to thr->threadsv
17289          avoid most uses of PL_na (which is much more inefficient than a
17290          simple local); update docs to suit; PL_na now being thr->Tna may
17291          be a minor compatibility issue for extensions--will require dTHR
17292          outside of XSUBs (those get automatic dTHR)
17293  Branch: perl
17294        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
17295        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
17296        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
17297        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
17298        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
17299        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
17300        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
17301        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
17302        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
17303 ____________________________________________________________________________
17304 [  2386] By: jhi                                   on 1998/11/29  15:40:42
17305     Log: Tune the "if" entry.
17306  Branch: cfgperl
17307        ! pod/perlfunc.pod
17308 ____________________________________________________________________________
17309 [  2385] By: gsar                                  on 1998/11/29  12:40:28
17310     Log: various fixes for race conditions under threads: mutex locks based
17311          on PL_threadnum were seriously flawed, since it means more than one
17312          thread could enter the critical region; PL_na was global instead of
17313          thread-local; child thread could finish and free thr structures
17314          before Thread->new() got around to creating the Thread object;
17315          cv_clone() needed locking, as it mucks with PL_comppad and other
17316          global data; new_struct_thread() needed to lock template-thread's
17317          mutex while copying its data
17318  Branch: perl
17319        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
17320        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
17321 ____________________________________________________________________________
17322 [  2384] By: gsar                                  on 1998/11/29  10:54:38
17323     Log: s/warn/print/ on multiply defined groups
17324  Branch: perl
17325        ! t/op/grent.t
17326 ____________________________________________________________________________
17327 [  2383] By: gsar                                  on 1998/11/29  10:48:39
17328     Log: backout change#2334
17329  Branch: perl
17330        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
17331 ____________________________________________________________________________
17332 [  2382] By: jhi                                   on 1998/11/29  10:33:40
17333     Log: Better NetInfo behaviour.
17334  Branch: cfgperl
17335        ! t/op/grent.t t/op/pwent.t
17336 ____________________________________________________________________________
17337 [  2381] By: jhi                                   on 1998/11/29  10:08:15
17338     Log: Integrate from mainperl.
17339  Branch: cfgperl
17340       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
17341       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
17342       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
17343       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
17344       +> t/lib/io_poll.t t/lib/io_unix.t
17345       !> (integrate 58 files)
17346 ____________________________________________________________________________
17347 [  2380] By: gsar                                  on 1998/11/29  08:22:49
17348     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
17349          Tim Bunce)
17350  Branch: perl
17351        ! gv.c
17352 ____________________________________________________________________________
17353 [  2379] By: gsar                                  on 1998/11/29  07:06:43
17354     Log: fix for pat.t failure under USE_THREADS
17355  Branch: perl
17356        ! pp_ctl.c regexec.c
17357 ____________________________________________________________________________
17358 [  2378] By: nick                                  on 1998/11/28  22:46:57
17359     Log: More C.pm tweaks
17360          Save globs even if we have saved cv itself before - may be imported.
17361          
17362          While we don't save "bootstrap" CV we need to provide a stub,
17363          so that if we require it later we don't fall through and attempt
17364          to DynaLoad module again.
17365          
17366          Attempt to save %INC so that "require" does not reload things
17367          we have compiled-in (does not work right yet - seems to be due
17368          to PL_incgv being created in perl_parse() current scheme setting 
17369          GvHV() is "better" than saving the glob, but still does not 
17370          work as I expect). 
17371  Branch: perl
17372        ! ext/B/B/C.pm
17373 ____________________________________________________________________________
17374 [  2377] By: gsar                                  on 1998/11/28  22:30:38
17375     Log: various tweaks; result passes all tests for normal build on Solaris;
17376          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
17377          win32 due to lack of select() that works on non-socket fds
17378  Branch: perl
17379        ! ext/IO/poll.c regcomp.c regexec.c scope.c
17380        ! t/lib/io_multihomed.t win32/makefile.mk
17381 ____________________________________________________________________________
17382 [  2376] By: gsar                                  on 1998/11/28  20:44:39
17383     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
17384  Branch: perl
17385        ! myconfig
17386 ____________________________________________________________________________
17387 [  2375] By: gsar                                  on 1998/11/28  20:42:58
17388     Log: integrate cfgperl changes into mainline
17389  Branch: perl
17390       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
17391       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
17392 ____________________________________________________________________________
17393 [  2374] By: gsar                                  on 1998/11/28  20:02:03
17394     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17395          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
17396          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
17397          Subject: [PATCH 5.00553] Yet another OS/2 patch
17398  Branch: perl
17399        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
17400 ____________________________________________________________________________
17401 [  2373] By: gsar                                  on 1998/11/28  19:30:06
17402     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17403          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
17404          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
17405          Subject: [PATCH 5.005_53] Change $#+
17406  Branch: perl
17407        ! mg.c pod/perlvar.pod t/op/pat.t
17408 ____________________________________________________________________________
17409 [  2372] By: gsar                                  on 1998/11/28  19:28:00
17410     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17411          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
17412          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
17413          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
17414  Branch: perl
17415        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
17416        ! thrdvar.h
17417 ____________________________________________________________________________
17418 [  2371] By: gsar                                  on 1998/11/28  19:23:53
17419     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17420          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
17421          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
17422          Subject: [PATCH 5.005_53] better -Mre=debugcolor
17423  Branch: perl
17424        ! embedvar.h objXSUB.h regexec.c thrdvar.h
17425 ____________________________________________________________________________
17426 [  2370] By: gsar                                  on 1998/11/28  19:21:17
17427     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17428          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
17429          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
17430          Subject: [PATCH 5.005_*] regcolors
17431  Branch: perl
17432        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
17433 ____________________________________________________________________________
17434 [  2369] By: gsar                                  on 1998/11/28  19:00:15
17435     Log: allow final period in a file (not followed by a newline) to
17436          terminate format spec
17437  Branch: perl
17438        ! toke.c
17439 ____________________________________________________________________________
17440 [  2368] By: gsar                                  on 1998/11/28  18:58:25
17441     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
17442          add C<$Config{installarchlib}/CORE> to the default locations searched
17443          on win32
17444  Branch: perl
17445        ! lib/ExtUtils/Liblist.pm
17446 ____________________________________________________________________________
17447 [  2367] By: gsar                                  on 1998/11/28  18:46:05
17448     Log: applied suggested patch with PERL_OBJECT tweaks
17449          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17450          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
17451          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
17452          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
17453  Branch: perl
17454        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
17455        ! regexec.c t/op/pat.t thrdvar.h
17456 ____________________________________________________________________________
17457 [  2366] By: gsar                                  on 1998/11/28  18:38:34
17458     Log: additional documentation for qr//
17459          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17460          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
17461          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
17462          Subject: [PATCH 5.005_*] Documentation (fwd)
17463  Branch: perl
17464        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
17465 ____________________________________________________________________________
17466 [  2365] By: gsar                                  on 1998/11/28  18:35:35
17467     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17468          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
17469          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
17470          Subject: [PATCH 5.005_*] Fix \G in REx without //g
17471  Branch: perl
17472        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
17473        ! regexp.h t/op/pat.t thrdvar.h
17474 ____________________________________________________________________________
17475 [  2364] By: gsar                                  on 1998/11/28  18:24:20
17476     Log: update Test.pm to Test-1.12; tweak 're' detection
17477  Branch: perl
17478        ! lib/Test.pm
17479 ____________________________________________________________________________
17480 [  2363] By: gsar                                  on 1998/11/28  18:12:04
17481     Log: avoid command-line quoting portability problems in lex_assign.t
17482  Branch: perl
17483        ! t/op/lex_assign.t
17484 ____________________________________________________________________________
17485 [  2362] By: gsar                                  on 1998/11/28  18:08:50
17486     Log: From: John Tobey <jtobey@channel1.com>
17487          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
17488          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
17489          Subject: PATCH: document English.pm sawampersand and thread issues
17490  Branch: perl
17491        ! lib/English.pm pod/perlvar.pod
17492 ____________________________________________________________________________
17493 [  2361] By: gsar                                  on 1998/11/28  18:03:04
17494     Log: fix uninitialized warnings
17495          From: Brian Callaghan <callagh@itginc.com>
17496          Date: Thu, 19 Nov 1998 17:49:10 -0800
17497          Message-Id: <3654CA96.B64FCAEB@itginc.com>
17498          Subject: Complete.pm patch (version 1.1)
17499  Branch: perl
17500        ! lib/Term/Complete.pm
17501 ____________________________________________________________________________
17502 [  2360] By: gsar                                  on 1998/11/28  17:59:16
17503     Log: s/Array/List/ suggested by John Tobey
17504  Branch: perl
17505        ! pod/perldata.pod
17506 ____________________________________________________________________________
17507 [  2359] By: gsar                                  on 1998/11/28  17:47:48
17508     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
17509  Branch: perl
17510        ! lib/Tie/Handle.pm pod/perlfunc.pod
17511 ____________________________________________________________________________
17512 [  2358] By: jhi                                   on 1998/11/28  17:23:15
17513     Log: Revamp the locale tests.
17514          (0) Instead of rewiring a few locales scan for them.
17515          (1) Bogus test #101 removed.
17516          (2) All the locales are checked, the lists of failed
17517          and non-failed ones are displayed.
17518          (3) The test #103 is again 'active' so that it may fail.
17519          (4) To balance (3) a hopefully pacifying message is shown
17520          if the #103 fails.
17521  Branch: cfgperl
17522        ! t/pragma/locale.t
17523 ____________________________________________________________________________
17524 [  2357] By: gsar                                  on 1998/11/28  17:21:07
17525     Log: add perlreftut.pod
17526  Branch: perl
17527        + pod/perlreftut.pod
17528        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
17529        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
17530        ! win32/pod.mak
17531 ____________________________________________________________________________
17532 [  2356] By: jhi                                   on 1998/11/28  16:58:01
17533     Log: Change #2346 fallout.
17534  Branch: cfgperl
17535        ! t/op/undef.t
17536 ____________________________________________________________________________
17537 [  2355] By: gsar                                  on 1998/11/28  16:46:43
17538     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
17539          ANSI prototypes
17540  Branch: perl
17541        ! ext/IO/IO.xs
17542 ____________________________________________________________________________
17543 [  2354] By: gsar                                  on 1998/11/28  16:08:07
17544     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
17545          keep platform hacks that aren't in the 1.20 dist; add new files
17546          to MANIFEST; hack Makefile.PL; result hasn't been tested
17547          anywhere
17548  Branch: perl
17549        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
17550        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
17551        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
17552        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
17553        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
17554        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
17555        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
17556        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
17557        ! t/lib/io_sock.t t/lib/io_udp.t
17558 ____________________________________________________________________________
17559 [  2353] By: jhi                                   on 1998/11/28  15:51:03
17560     Log: Locale collation, ctype, and numeric, were initialized wrong
17561          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
17562          as reported by
17563          
17564          From: Ilya.Sandler@etak.com (Ilya Sandler)
17565          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
17566          To: perlbug@perl.com
17567          Date: 25 Nov 1998 04:53:52 +0200
17568          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
17569  Branch: cfgperl
17570        ! util.c
17571 ____________________________________________________________________________
17572 [  2352] By: nick                                  on 1998/11/28  15:21:59
17573     Log: Implement $^C to allow perl access to -c flag - I think this 
17574          was agreed once...
17575  Branch: perl
17576        ! gv.c mg.c
17577 ____________________________________________________________________________
17578 [  2351] By: jhi                                   on 1998/11/28  15:14:24
17579     Log: Change #2251 fixup.
17580  Branch: cfgperl
17581        ! myconfig
17582 ____________________________________________________________________________
17583 [  2350] By: jhi                                   on 1998/11/28  14:58:19
17584     Log: Integrate from mainperl.
17585  Branch: cfgperl
17586       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
17587       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
17588       +> pod/perl5005delta.pod
17589       !> (integrate 49 files)
17590 ____________________________________________________________________________
17591 [  2349] By: jhi                                   on 1998/11/28  14:27:36
17592     Log: Passwd and group file groveling.
17593  Branch: cfgperl
17594        ! t/op/grent.t t/op/pwent.t
17595 ____________________________________________________________________________
17596 [  2348] By: gsar                                  on 1998/11/28  14:09:50
17597     Log: more conservative version of changes#2345,2346,2347; those break
17598          C<defined(@{"foo::ISA"})> which seems to be extensively used in
17599          the libs :-(
17600  Branch: perl
17601        ! pp.c t/op/method.t
17602 ____________________________________________________________________________
17603 [  2347] By: gsar                                  on 1998/11/28  13:36:08
17604     Log: tweak bogus test
17605  Branch: perl
17606        ! t/op/method.t
17607 ____________________________________________________________________________
17608 [  2346] By: gsar                                  on 1998/11/28  13:20:34
17609     Log: test cases for previous change
17610  Branch: perl
17611        ! t/op/undef.t
17612 ____________________________________________________________________________
17613 [  2345] By: gsar                                  on 1998/11/28  13:07:17
17614     Log: fix typo in pp_defined() causing C<defined %tied> to fail
17615  Branch: perl
17616        ! pp.c
17617 ____________________________________________________________________________
17618 [  2344] By: gsar                                  on 1998/11/28  13:03:29
17619     Log: s/comment/comment_t/ tweak (suggested by John Gorman
17620          <jgorman@webbysoft.com>)
17621  Branch: perl
17622        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
17623 ____________________________________________________________________________
17624 [  2343] By: gsar                                  on 1998/11/28  12:52:40
17625     Log: add (stub) perldelta.pod
17626  Branch: perl
17627        + pod/perldelta.pod
17628 ____________________________________________________________________________
17629 [  2342] By: gsar                                  on 1998/11/28  12:49:26
17630     Log: rename perldelta.pod to perl5005delta.pod in preparation for
17631          starting a new one
17632  Branch: perl
17633       +> pod/perl5005delta.pod
17634        - pod/perldelta.pod
17635        ! MANIFEST pod/perl.pod
17636 ____________________________________________________________________________
17637 [  2341] By: gsar                                  on 1998/11/28  12:41:55
17638     Log: fix MALLOC_LOCK #define
17639  Branch: perl
17640        ! malloc.c
17641 ____________________________________________________________________________
17642 [  2340] By: gsar                                  on 1998/11/28  12:18:23
17643     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17644          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
17645          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
17646          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
17647  Branch: perl
17648        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
17649 ____________________________________________________________________________
17650 [  2339] By: jhi                                   on 1998/11/28  11:59:01
17651     Log: Add -lm to dynix/ptx POSIX hints.
17652          From: "Martin J. Bligh" <mbligh@sequent.com>
17653          To: jhi@iki.fi
17654          Subject: Re: Making Perl work on DYNIX/ptx
17655          Date: Wed, 25 Nov 1998 10:34:41 -0800
17656          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
17657  Branch: cfgperl
17658        ! ext/POSIX/hints/dynixptx.pl
17659 ____________________________________________________________________________
17660 [  2338] By: jhi                                   on 1998/11/28  11:57:19
17661     Log: Detypo.
17662  Branch: cfgperl
17663        ! lib/filetest.pm
17664 ____________________________________________________________________________
17665 [  2337] By: jhi                                   on 1998/11/28  11:56:29
17666     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
17667  Branch: cfgperl
17668        ! Configure
17669 ____________________________________________________________________________
17670 [  2336] By: gsar                                  on 1998/11/28  11:41:14
17671     Log: teach CPAN.pm to ignore beta perl distributions when looking for
17672          modules
17673          From: root@dogberry.rutgers.edu (root)
17674          Date: Thu, 12 Nov 1998 23:08:39 -0500
17675          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
17676          Subject: recompile tries getting a perl distribution
17677  Branch: perl
17678        ! lib/CPAN.pm
17679 ____________________________________________________________________________
17680 [  2335] By: gsar                                  on 1998/11/28  11:27:46
17681     Log: make $1 et al readonly under threads; make C<undef $1> fail like
17682          C<$1 = undef> does
17683  Branch: perl
17684        ! op.c pp.c t/op/undef.t
17685 ____________________________________________________________________________
17686 [  2334] By: gsar                                  on 1998/11/28  10:24:52
17687     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
17688  Branch: perl
17689        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
17690 ____________________________________________________________________________
17691 [  2333] By: gsar                                  on 1998/11/28  09:36:40
17692     Log: document changed PERL_HASH()
17693  Branch: perl
17694        ! pod/perlfunc.pod pod/perlguts.pod
17695 ____________________________________________________________________________
17696 [  2332] By: nick                                  on 1998/11/27  21:10:27
17697     Log: Handle INIT list in C.pm
17698          1. Provide init_av() from B.xs
17699          2. Export it in B.pm
17700          3. Use it in C.pm
17701          Also disable some pruning in savecv() which seems to undo
17702          my previous patch.
17703          Experimental feature - save pathnames of .so files in easily 
17704          grep-able form for use in wrapper to feed to linker.  
17705  Branch: perl
17706        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
17707 ____________________________________________________________________________
17708 [  2327] By: gsar                                  on 1998/11/27  15:12:01
17709     Log: integrate change#2315 from maint-5.005
17710  Branch: perl
17711        ! t/op/sort.t
17712       !> op.c sv.c
17713 ____________________________________________________________________________
17714 [  2326] By: gsar                                  on 1998/11/27  15:00:42
17715     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
17716  Branch: perl
17717       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
17718       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
17719       !> lib/ExtUtils/typemap
17720 ____________________________________________________________________________
17721 [  2325] By: gsar                                  on 1998/11/27  14:46:18
17722     Log: malloc bugfix and documentation from Ilya Zakharevich
17723          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
17724          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
17725          Subject: [PATCH 5.005_*] Re: Internal coredump
17726          --
17727          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
17728          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
17729          Subject: [PATCH 5.005_*] malloc.c documentation
17730  Branch: perl
17731        ! malloc.c
17732 ____________________________________________________________________________
17733 [  2324] By: gsar                                  on 1998/11/27  14:41:38
17734     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
17735  Branch: perl
17736        ! ext/B/B/C.pm
17737 ____________________________________________________________________________
17738 [  2323] By: gsar                                  on 1998/11/27  14:33:44
17739     Log: From: maeda@src.ricoh.co.jp
17740          Date: Tue, 24 Nov 1998 10:37:45 +0900
17741          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
17742          Subject: format "..." bug
17743  Branch: perl
17744        ! pp_ctl.c t/op/write.t
17745 ____________________________________________________________________________
17746 [  2322] By: gsar                                  on 1998/11/27  14:20:12
17747     Log: add ext/Devel/Peek
17748          From: jan.dubois@ibm.net (Jan Dubois)
17749          Date: Mon, 23 Nov 1998 00:48:11 +0100
17750          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
17751          Subject: [PATCH 5.005_53] Devel::Peek integration
17752  Branch: perl
17753        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
17754        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
17755        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
17756        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
17757        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
17758 ____________________________________________________________________________
17759 [  2321] By: gsar                                  on 1998/11/27  13:03:08
17760     Log: ensure 'make regen_headers' even without perl installed
17761          (suggested by Ilya Zakharevich)
17762  Branch: perl
17763        ! bytecode.pl warning.pl
17764 ____________________________________________________________________________
17765 [  2320] By: gsar                                  on 1998/11/27  12:58:36
17766     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17767          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
17768          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
17769          Subject: [PATCH 5.005_*] Cosmetic malloc patch
17770  Branch: perl
17771        ! malloc.c
17772 ____________________________________________________________________________
17773 [  2319] By: gsar                                  on 1998/11/27  12:56:13
17774     Log: eliminate dup hunk from integration
17775  Branch: perl
17776        ! lib/filetest.pm perl.h
17777 ____________________________________________________________________________
17778 [  2318] By: gsar                                  on 1998/11/27  12:50:08
17779     Log: integrate cfgperl changes into mainline
17780  Branch: perl
17781       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
17782        ! pod/perlfaq4.pod
17783       !> (integrate 30 files)
17784 ____________________________________________________________________________
17785 [  2317] By: jhi                                   on 1998/11/27  11:38:13
17786     Log: C<-x>.
17787  Branch: cfgperl
17788        ! lib/filetest.pm
17789 ____________________________________________________________________________
17790 [  2316] By: jhi                                   on 1998/11/27  11:10:22
17791     Log: Integrate from mainperl.
17792  Branch: cfgperl
17793       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
17794       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
17795       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
17796       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
17797       !> win32/win32sck.c
17798 ____________________________________________________________________________
17799 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
17800     Log: integrate change#2246 from mainline, while still allowing
17801          C<sort $globref @foo>
17802          
17803          allow C<sort $coderef @foo>
17804  Branch: maint-5.005/perl
17805        ! op.c sv.c
17806       !> t/op/sort.t
17807 ____________________________________________________________________________
17808 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
17809     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
17810          forwarded by Jarkko Hietaniemi from Mark Bixby
17811  Branch: maint-5.005/perl
17812        ! ext/DynaLoader/dl_mpeix.xs installperl
17813 ____________________________________________________________________________
17814 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
17815     Log: Allow PL_FILES to have multiple targets from one source by allowing
17816          an array ref as the value in the hash
17817  Branch: maint-5.005/perl
17818        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
17819        ! lib/ExtUtils/MakeMaker.pm
17820 ____________________________________________________________________________
17821 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
17822     Log: fix unsigned variables to use SvUV and sv_setuv
17823  Branch: maint-5.005/perl
17824        ! lib/ExtUtils/typemap
17825 ____________________________________________________________________________
17826 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
17827     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
17828  Branch: maint-5.005/perl
17829        ! lib/ExtUtils/MM_Unix.pm
17830 ____________________________________________________________________________
17831 [  2301] By: gsar                                  on 1998/11/26  10:16:54
17832     Log: fix PL_defoutgv leak under threads
17833  Branch: perl
17834        ! ext/Thread/Thread.xs
17835 ____________________________________________________________________________
17836 [  2300] By: gsar                                  on 1998/11/26  09:04:44
17837     Log: properly free temporaries created by threads
17838  Branch: perl
17839        ! ext/Thread/Thread.xs
17840 ____________________________________________________________________________
17841 [  2299] By: gsar                                  on 1998/11/26  06:51:16
17842     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
17843          to set the package for the block properly
17844  Branch: perl
17845        ! op.c t/comp/package.t t/lib/dumper.t
17846 ____________________________________________________________________________
17847 [  2298] By: nick                                  on 1998/11/24  22:04:20
17848     Log: Part-1 of tweaks to allow Tk to be "compiled"
17849          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
17850          (May also need attention to exports etc. - to follow.)
17851  Branch: perl
17852        ! universal.c
17853 ____________________________________________________________________________
17854 [  2294] By: jhi                                   on 1998/11/23  10:44:26
17855     Log: The new socket tests need in some platforms
17856          to #include <sys/types.h>.
17857  Branch: cfgperl
17858        ! Configure
17859 ____________________________________________________________________________
17860 [  2293] By: jhi                                   on 1998/11/23  10:33:42
17861     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
17862          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
17863          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
17864          Date: Mon, 23 Nov 1998 10:07:04 +0100
17865          Message-Id: <9811230907.AA06484@AWT.nl>
17866          
17867          NeXTstep NetInfo uses nidump to get the user/group databases.
17868  Branch: cfgperl
17869        ! t/op/grent.t t/op/pwent.t
17870 ____________________________________________________________________________
17871 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
17872     Log: Updated Porting/patchls utility.
17873  Branch: maint-5.004/perl
17874        ! Porting/patchls
17875 ____________________________________________________________________________
17876 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
17877     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
17878          From:  Henrik Tougaard <ht.000@foa.dk>
17879          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
17880          Files:  lib/Sys/Syslog.pm
17881  Branch: maint-5.004/perl
17882        ! lib/Sys/Syslog.pm
17883 ____________________________________________________________________________
17884 [  2286] By: jhi                                   on 1998/11/22  19:08:42
17885     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
17886  Branch: cfgperl
17887        ! ext/Socket/Socket.xs
17888 ____________________________________________________________________________
17889 [  2285] By: jhi                                   on 1998/11/22  18:21:07
17890     Log: MSG_PROXY for GNU/Hurd (previously we believed that
17891          all GNU libc platforms have MSG_PROXY.  Untrue).
17892          In fact this ended up as a major MSG_* and SCM_*
17893          update.  The MSG_XXX known to be enums in some
17894          versions of the glibc are now probed for and respective
17895          HAS_MSG_XXX are defined.  While I was at it I noticed
17896          SCM_RIGHTS being similarly an enum.  This reminded me of
17897          an ancient discussion in perl5-porters:
17898          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
17899          The BSD socket interface has a nifty feature for passing
17900          file descriptors and credentials--via sockets.  It may be
17901          too late to add this functionality to the CORE but
17902          at least Configure now probes for the functions,
17903          structs, and includes, defining the appropriate
17904          HAS_YYY and I_ZZZ, and the Socket extension exports
17905          the constants, in case somebody wants to write an
17906          extension for this interface.
17907  Branch: cfgperl
17908        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17909        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
17910        ! iperlsys.h
17911 ____________________________________________________________________________
17912 [  2284] By: jhi                                   on 1998/11/22  18:13:21
17913     Log: perlhist.pod 1.54, containing 5_53.
17914  Branch: cfgperl
17915        ! pod/perlhist.pod
17916 ____________________________________________________________________________
17917 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
17918     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
17919  Branch: maint-5.004/perl
17920        ! doio.c
17921 ____________________________________________________________________________
17922 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
17923     Log: Improve op/die_exit.t test for implicit close changing $!
17924  Branch: maint-5.004/perl
17925        ! t/op/die_exit.t
17926 ____________________________________________________________________________
17927 [  2268] By: jhi                                   on 1998/11/22  14:44:11
17928     Log: Fix thinko.
17929  Branch: cfgperl
17930        ! hints/dynixptx.sh
17931 ____________________________________________________________________________
17932 [  2267] By: jhi                                   on 1998/11/22  13:19:41
17933     Log: Document the d_socket override.
17934  Branch: cfgperl
17935        ! hints/dynixptx.sh
17936 ____________________________________________________________________________
17937 [  2266] By: jhi                                   on 1998/11/22  12:12:29
17938     Log: From: John Tobey <jtobey@channel1.com>
17939          Subject: [PATCH] perlfaq typos
17940          To: perl5-porters@perl.com
17941          Date: 22 Nov 1998 04:25:15 +0200
17942          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
17943  Branch: cfgperl
17944        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
17945        ! pod/perlfaq7.pod pod/perlfaq8.pod
17946 ____________________________________________________________________________
17947 [  2265] By: jhi                                   on 1998/11/22  12:06:29
17948     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
17949          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
17950          Newsgroups: hut.lists.perl5-porters
17951          To: gsar@engin.umich.edu (Gurusamy Sarathy)
17952          Cc: perl5-porters@perl.org (Perl5 Porters)
17953          Date: 20 Nov 1998 12:20:41 +0200
17954  Branch: cfgperl
17955        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
17956        ! ext/DB_File/DB_File.xs
17957 ____________________________________________________________________________
17958 [  2264] By: jhi                                   on 1998/11/22  11:55:09
17959     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
17960          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
17961          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
17962          To: perlbug@perl.com
17963          Date: 20 Nov 1998 18:39:06 +0200
17964          Lines: 47
17965          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
17966  Branch: cfgperl
17967        ! t/op/grent.t t/op/pwent.t
17968 ____________________________________________________________________________
17969 [  2263] By: jhi                                   on 1998/11/22  11:42:59
17970     Log: Permission testing is tricky when we have too much power.
17971          Problem reported in
17972          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
17973          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
17974          To: perlbug@perl.com
17975          Date: 20 Nov 1998 18:39:06 +0200
17976          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
17977  Branch: cfgperl
17978        ! t/op/filetest.t
17979 ____________________________________________________________________________
17980 [  2262] By: gsar                                  on 1998/11/22  11:37:02
17981     Log: fix broken CAPI generation
17982  Branch: perl
17983        ! win32/GenCAPI.pl
17984 ____________________________________________________________________________
17985 [  2261] By: jhi                                   on 1998/11/22  11:17:00
17986     Log: -x should be C<-x>, reported by Gerben Wierda.
17987  Branch: cfgperl
17988        ! pod/perlfunc.pod
17989 ____________________________________________________________________________
17990 [  2260] By: gsar                                  on 1998/11/22  11:12:02
17991     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
17992  Branch: perl
17993        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
17994        ! proto.h
17995 ____________________________________________________________________________
17996 [  2259] By: jhi                                   on 1998/11/22  11:06:40
17997     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
17998          Subject: Re: [PATCH] Re: pod2man bug in date generated line
17999          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
18000          Cc: perlbug@perl.com
18001          Date: 20 Nov 1998 21:30:17 +0200
18002          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
18003  Branch: cfgperl
18004        ! pod/pod2man.PL
18005 ____________________________________________________________________________
18006 [  2256] By: jhi                                   on 1998/11/21  10:44:01
18007     Log: From: Thomas Bowditch <bowditch@inmet.com>
18008          Subject: Benchmark.pm suggestion
18009          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
18010          Date: Fri, 20 Nov 1998 17:43:46 -0500
18011          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
18012          
18013          Added timesum().
18014  Branch: cfgperl
18015        ! lib/Benchmark.pm
18016 ____________________________________________________________________________
18017 [  2255] By: gsar                                  on 1998/11/21  08:45:06
18018     Log: another win32 portability fix: make sysread() and syswrite()
18019          work on sockets
18020  Branch: perl
18021        ! pp_sys.c win32/win32.h
18022 ____________________________________________________________________________
18023 [  2254] By: gsar                                  on 1998/11/21  07:49:06
18024     Log: win32_recvfrom() compatibility fix
18025  Branch: perl
18026        ! win32/win32sck.c
18027 ____________________________________________________________________________
18028 [  2253] By: jhi                                   on 1998/11/20  08:22:06
18029     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
18030          To: jhi@iki.fi
18031          Subject: MPE/iX Perl 5.005_02 oops
18032          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
18033          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
18034  Branch: cfgperl
18035        ! ext/DynaLoader/dl_mpeix.xs installperl
18036 ____________________________________________________________________________
18037 [  2252] By: gsar                                  on 1998/11/19  17:38:03
18038     Log: mess_sv tweak for change#2249
18039  Branch: perl
18040        ! util.c
18041 ____________________________________________________________________________
18042 [  2251] By: jhi                                   on 1998/11/18  12:32:19
18043     Log: Display use64bits and usemultiplicity but only if necessary.
18044  Branch: cfgperl
18045        ! myconfig
18046 ____________________________________________________________________________
18047 [  2250] By: jhi                                   on 1998/11/18  12:26:50
18048     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
18049          Subject: pp.c uses 'unsigned Quad_t'
18050          To: perlbug@perl.com 
18051          Date: Sun, 15 Nov 1998 20:57:05 -0300 
18052          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
18053  Branch: cfgperl
18054        ! perl.h pp.c
18055 ____________________________________________________________________________
18056 [  2249] By: gsar                                  on 1998/11/18  05:43:11
18057     Log: use PL_mess_sv only during global destruction (fixes problems with
18058          overlapping invocations of form()/warn()/die()/croak() trampling on
18059          each other's messages)
18060  Branch: perl
18061        ! mg.c util.c
18062 ____________________________________________________________________________
18063 [  2248] By: gsar                                  on 1998/11/18  05:39:36
18064     Log: tweak change#2245 to skip previous message if any
18065  Branch: perl
18066        ! pp_ctl.c t/pragma/warn/pp_ctl
18067 ____________________________________________________________________________
18068 [  2247] By: jhi                                   on 1998/11/17  11:46:56
18069     Log: Integrate from mainperl.
18070  Branch: cfgperl
18071       !> (integrate 26 files)
18072 ____________________________________________________________________________
18073 [  2246] By: gsar                                  on 1998/11/17  09:41:10
18074     Log: allow C<sort $coderef @foo>
18075  Branch: perl
18076        ! op.c t/op/sort.t t/pragma/overload.t
18077 ____________________________________________________________________________
18078 [  2245] By: gsar                                  on 1998/11/17  08:28:26
18079     Log: propagate failures in DESTROY() as (optional) warnings
18080  Branch: perl
18081        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
18082 ____________________________________________________________________________
18083 [  2244] By: gsar                                  on 1998/11/17  07:43:08
18084     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
18085  Branch: perl
18086        ! perl.c thrdvar.h
18087 ____________________________________________________________________________
18088 [  2243] By: gsar                                  on 1998/11/17  07:40:09
18089     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
18090  Branch: perl
18091        ! lib/warning.pm warning.h warning.pl
18092 ____________________________________________________________________________
18093 [  2242] By: gsar                                  on 1998/11/17  06:32:39
18094     Log: fix skipspace() to properly account for newlines in eval''-ed
18095          strings (caused bogus line numbers in diagnostics and debugger)
18096  Branch: perl
18097        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
18098 ____________________________________________________________________________
18099 [  2241] By: gsar                                  on 1998/11/17  03:48:12
18100     Log: s/Perl_utf8skip/PL_utf8skip/g
18101  Branch: perl
18102        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
18103 ____________________________________________________________________________
18104 [  2240] By: gsar                                  on 1998/11/14  06:09:06
18105     Log: rework op/groups.t
18106  Branch: perl
18107        ! t/op/filetest.t t/op/groups.t
18108 ____________________________________________________________________________
18109 [  2235] By: gsar                                  on 1998/11/14  00:17:05
18110     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
18111  Branch: perl
18112        ! op.c
18113 ____________________________________________________________________________
18114 [  2234] By: gsar                                  on 1998/11/14  00:14:02
18115     Log: update Changes
18116  Branch: perl
18117        ! Changes win32/config.bc win32/config.gc win32/config.vc
18118 ____________________________________________________________________________
18119 [  2233] By: gsar                                  on 1998/11/13  09:43:03
18120     Log: doc tweak
18121  Branch: perl
18122        ! README.win32
18123 ____________________________________________________________________________
18124 [  2230] By: jhi                                   on 1998/11/12  17:07:45
18125     Log: Allow hints file override for d_socket
18126          (based on Sequent-induced change #2229).
18127  Branch: cfgperl
18128        ! Configure
18129 ____________________________________________________________________________
18130 [  2229] By: jhi                                   on 1998/11/12  16:32:33
18131     Log: 
18132          From: "Martin J. Bligh" <mbligh@sequent.com>
18133          To: jhi@iki.fi
18134          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
18135          Subject: Re: Making Perl work on DYNIX/ptx
18136          Date: Tue, 10 Nov 1998 16:24:26 -0800
18137          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
18138  Branch: cfgperl
18139        ! hints/dynixptx.sh
18140 ____________________________________________________________________________
18141 [  2228] By: jhi                                   on 1998/11/12  11:40:37
18142     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
18143          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
18144          To: jhi@iki.fi
18145          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
18146          Subject: Re: Making Perl work on DYNIX/ptx
18147          Date: Tue, 10 Nov 1998 18:01:10 -0800
18148  Branch: cfgperl
18149        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
18150 ____________________________________________________________________________
18151 [  2227] By: jhi                                   on 1998/11/12  11:17:42
18152     Log: Integrate from mainperl.
18153  Branch: cfgperl
18154       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
18155       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
18156       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
18157       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
18158       !> win32/win32.c x2p/s2p.PL
18159 ____________________________________________________________________________
18160 [  2226] By: gsar                                  on 1998/11/11  21:05:42
18161     Log: provide -DPERL_POLLUTE
18162  Branch: perl
18163        ! embed.pl embedvar.h
18164 ____________________________________________________________________________
18165 [  2225] By: jhi                                   on 1998/11/09  07:45:12
18166     Log: From: Hans Mulder <hansm@icgroup.nl>
18167          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
18168          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
18169          perl5-porters@perl.org
18170          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
18171          (UNINSTALLED)
18172          Date: Sun,  8 Nov 98 22:20:23 +0100
18173          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
18174  Branch: cfgperl
18175        ! malloc.c perl.h
18176 ____________________________________________________________________________
18177 [  2224] By: gsar                                  on 1998/11/09  03:13:14
18178     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
18179          Christoph <lupe@alanya.m.isar.de>)
18180  Branch: perl
18181        ! lib/Text/Wrap.pm
18182 ____________________________________________________________________________
18183 [  2223] By: gsar                                  on 1998/11/09  02:09:06
18184     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
18185          <lionel.fourquaux@wanadoo.fr>)
18186  Branch: perl
18187        ! x2p/s2p.PL
18188 ____________________________________________________________________________
18189 [  2222] By: gsar                                  on 1998/11/09  01:56:24
18190     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
18191          Date: Wed, 04 Nov 1998 12:19:44 +0000
18192          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
18193          Subject: [PATCH] Re: [5.005_53] read overflow? 
18194          --
18195          Date: Wed, 04 Nov 1998 13:15:18 +0000
18196          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
18197          Subject: [PATCH 5.005_53] perl -V fix
18198  Branch: perl
18199        ! perl.c regexec.c
18200 ____________________________________________________________________________
18201 [  2221] By: gsar                                  on 1998/11/09  01:34:56
18202     Log: From: jan.dubois@ibm.net (Jan Dubois)
18203          Date: Sun, 01 Nov 1998 00:05:01 +0100
18204          Message-ID: <364294bd.18052307@smtp1.ibm.net>
18205          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
18206  Branch: perl
18207        ! Changes win32/makedef.pl
18208 ____________________________________________________________________________
18209 [  2220] By: gsar                                  on 1998/11/08  21:13:07
18210     Log: integrate changes#2120,2168,2218 from maint-5.005;
18211          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
18212          enum; make regen_headers
18213  Branch: perl
18214        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
18215        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
18216 ____________________________________________________________________________
18217 [  2219] By: gsar                                  on 1998/11/08  19:42:57
18218     Log: integrate cfgperl changes into mainline
18219  Branch: perl
18220       +> README.vmesa
18221       !> Configure MANIFEST Porting/Glossary Porting/config.sh
18222       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
18223       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
18224       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
18225       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
18226       !> thread.h vms/subconfigure.com vos/config.h
18227 ____________________________________________________________________________
18228 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
18229     Log: From: Graham Barr <gbarr@ti.com>
18230          Date: Mon, 2 Nov 1998 07:38:52 -0600
18231          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
18232          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
18233  Branch: maint-5.005/perl
18234        ! ext/IPC/SysV/Msg.pm
18235 ____________________________________________________________________________
18236 [  2215] By: gsar                                  on 1998/11/08  02:52:52
18237     Log: set close-on-exec bit on pipe() FDs
18238  Branch: perl
18239        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
18240 ____________________________________________________________________________
18241 [  2214] By: gsar                                  on 1998/11/08  02:27:57
18242     Log: typo in newHVhv()
18243  Branch: perl
18244        ! hv.c
18245 ____________________________________________________________________________
18246 [  2211] By: jhi                                   on 1998/11/07  21:14:18
18247     Log: Finalize the Mach CThreads support.
18248          
18249          From: Hans Mulder <hansm@icgroup.nl>
18250          Date: Sat,  7 Nov 98 22:06:20 +0100
18251          To: Gurusamy Sarathy <gsar@engin.umich.edu>
18252          Cc: jhi@iki.fi, perl5-porters@perl.org
18253          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
18254          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
18255  Branch: cfgperl
18256        ! malloc.c perl.h
18257 ____________________________________________________________________________
18258 [  2210] By: gsar                                  on 1998/11/06  20:36:50
18259     Log: fix AvREALISH bogusness
18260  Branch: perl
18261        ! av.c t/op/array.t
18262 ____________________________________________________________________________
18263 [  2209] By: jhi                                   on 1998/11/06  08:05:31
18264     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
18265          ASSERT() causes problems in {NeXTStep,OpenStep}.
18266          
18267          From: Hans Mulder <hansm@icgroup.nl>
18268          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
18269          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
18270          Date: Fri,  6 Nov 98 01:27:41 +0100
18271          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
18272          
18273          and
18274          
18275          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18276          Subject: Re: ASSERT() in malloc.c
18277          To: jhi@iki.fi
18278          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
18279          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
18280  Branch: cfgperl
18281        ! malloc.c
18282 ____________________________________________________________________________
18283 [  2208] By: jhi                                   on 1998/11/06  07:55:38
18284     Log: Mach CThreads needs #include <mach/cthreads.h>.
18285  Branch: cfgperl
18286        ! perl.h
18287 ____________________________________________________________________________
18288 [  2206] By: jhi                                   on 1998/11/05  14:54:52
18289     Log: PERL_BADLANG wrongly documented.
18290          
18291          From: ts <decoux@moulon.inra.fr>
18292          To: jhi@cc.hut.fi
18293          Subject: Re: Locale warning messages
18294          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
18295          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
18296          
18297          and
18298          
18299          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18300          Subject: Re: PERL_BADLANG
18301          To: jhi@iki.fi
18302          Subject: Re: PERL_BADLANG
18303          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
18304          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
18305  Branch: cfgperl
18306        ! pod/perllocale.pod
18307 ____________________________________________________________________________
18308 [  2205] By: jhi                                   on 1998/11/05  14:24:33
18309     Log: Document all the control flow keywords in perlfunc
18310          so that "perlfunc -f while" works.
18311  Branch: cfgperl
18312        ! pod/perlfunc.pod
18313 ____________________________________________________________________________
18314 [  2204] By: jhi                                   on 1998/11/05  12:46:02
18315     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
18316          (from vos/config.h).  Update Porting/{Glossary,config*}.
18317  Branch: cfgperl
18318        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18319        ! config_h.SH vos/config.h
18320 ____________________________________________________________________________
18321 [  2203] By: jhi                                   on 1998/11/05  08:34:39
18322     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
18323  Branch: cfgperl
18324        ! hints/vmesa.sh vms/subconfigure.com
18325 ____________________________________________________________________________
18326 [  2202] By: jhi                                   on 1998/11/05  08:03:20
18327     Log: Integrate from mainperl.
18328  Branch: cfgperl
18329       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
18330       !> win32/Makefile win32/makefile.mk win32/win32.c
18331 ____________________________________________________________________________
18332 [  2201] By: gsar                                  on 1998/11/05  04:40:44
18333     Log: another POPSTACK victim
18334  Branch: perl
18335        ! cop.h sv.c
18336 ____________________________________________________________________________
18337 [  2196] By: gsar                                  on 1998/11/05  02:07:54
18338     Log: fix a location affected by change#2191, add note about POPSTACK
18339  Branch: perl
18340        ! cop.h gv.c pp_ctl.c
18341 ____________________________________________________________________________
18342 [  2195] By: gsar                                  on 1998/11/05  02:04:45
18343     Log: makefile notes
18344  Branch: perl
18345        ! win32/Makefile win32/makefile.mk
18346 ____________________________________________________________________________
18347 [  2192] By: gsar                                  on 1998/11/04  23:48:53
18348     Log: indeterminate order-of-evaluation fixes
18349  Branch: perl
18350        ! mg.c
18351 ____________________________________________________________________________
18352 [  2191] By: gsar                                  on 1998/11/04  23:02:16
18353     Log: refetch local stack pointer in POPSTACK
18354  Branch: perl
18355        ! cop.h perl.c
18356 ____________________________________________________________________________
18357 [  2190] By: jhi                                   on 1998/11/04  08:50:40
18358     Log: Configure update.
18359          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
18360          
18361          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
18362          To: Martin Bligh <mbligh@sequent.com>
18363          Cc: Jarkko Hietaniemi <jhi@iki.fi>
18364          Subject: Re: Perl 5's configure on DYNIX/ptx
18365          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
18366          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
18367          
18368          find sockets also from libsocket, not just libnet.
18369          OS390: $compile_ok instead of $compile for <inttypes.h>,
18370          
18371          From: pvhp@forte.com (Peter Prymmer)
18372          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
18373          Subject: _53 not OK on os390 but looking better than ever
18374          Date: Tue, 3 Nov 98 17:33:22 PST
18375          Message-Id: <9811040133.AA09450@forte.com>
18376  Branch: cfgperl
18377        ! Configure
18378 ____________________________________________________________________________
18379 [  2189] By: jhi                                   on 1998/11/04  07:43:58
18380     Log: sysio.t failure: fix undefined order of evaluation, from
18381          
18382          From: Spider Boardman <spider@web.zk3.dec.com>
18383          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
18384          To: perlbug@perl.com
18385          Date: 4 Nov 1998 01:22:30 +0200
18386          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
18387  Branch: cfgperl
18388        ! pp_sys.c
18389 ____________________________________________________________________________
18390 [  2188] By: gsar                                  on 1998/11/04  02:59:16
18391     Log: fix return value of win32_pclose()
18392  Branch: perl
18393        ! win32/win32.c
18394 ____________________________________________________________________________
18395 [  2187] By: gsar                                  on 1998/11/04  02:56:34
18396     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
18397  Branch: perl
18398        ! Changes doop.c gv.c util.c
18399 ____________________________________________________________________________
18400 [  2186] By: jhi                                   on 1998/11/03  08:17:52
18401     Log: Document quads in pack.
18402  Branch: cfgperl
18403        ! pod/perlfunc.pod
18404 ____________________________________________________________________________
18405 [  2185] By: jhi                                   on 1998/11/03  07:49:35
18406     Log: (IV) vs (I32) vs I_V()
18407          
18408          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
18409          From: Anton Berezin <tobez@plab.ku.dk> 
18410          To: "p5p" <perl5-porters@perl.org> 
18411          Date: 01 Nov 1998 15:09:11 +0100 
18412          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
18413          
18414          and
18415          
18416          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
18417          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
18418          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
18419  Branch: cfgperl
18420        ! sv.c
18421 ____________________________________________________________________________
18422 [  2184] By: jhi                                   on 1998/11/03  07:42:46
18423     Log: VM/ESA updates.
18424  Branch: cfgperl
18425        + README.vmesa
18426        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
18427 ____________________________________________________________________________
18428 [  2183] By: jhi                                   on 1998/11/02  12:58:13
18429     Log: The id(1)-parsing is real fun.
18430  Branch: cfgperl
18431        ! t/op/groups.t
18432 ____________________________________________________________________________
18433 [  2182] By: jhi                                   on 1998/11/02  12:07:43
18434     Log: Decommission the symlink test.
18435  Branch: cfgperl
18436        ! t/op/lex_assign.t
18437 ____________________________________________________________________________
18438 [  2181] By: jhi                                   on 1998/11/02  12:03:08
18439     Log: Replace ATTR_JOINABLE with true Configure probe
18440          for PTHREAD_CREATE_JOINABLE (or equivalent:
18441          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
18442          Remove ATTR_JOINABLE itself: Thread.xs uses
18443          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
18444          
18445          Really scan for <mach/cthreads.h> only if usethreads.
18446  Branch: cfgperl
18447        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
18448 ____________________________________________________________________________
18449 [  2180] By: jhi                                   on 1998/11/02  11:07:34
18450     Log: In HP-UX 10.X usethreads only if the required files are present.
18451  Branch: cfgperl
18452        ! hints/hpux.sh
18453 ____________________________________________________________________________
18454 [  2179] By: jhi                                   on 1998/11/02  09:10:33
18455     Log: Prefer groups(1).
18456          id -Gn can be broken.
18457          id -a can save the day.
18458  Branch: cfgperl
18459        ! t/op/groups.t
18460 ____________________________________________________________________________
18461 [  2178] By: jhi                                   on 1998/11/02  08:35:29
18462     Log: Detrail enum comma.
18463  Branch: cfgperl
18464        ! perl.h
18465 ____________________________________________________________________________
18466 [  2177] By: jhi                                   on 1998/11/02  08:24:12
18467     Log: 0**0 = 1, from
18468          
18469          From: d-lewart@uiuc.edu (Daniel S. Lewart)
18470          Subject: Math::Complex 0**0 patches
18471          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
18472          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
18473          To: jhi@iki.fi (Jarkko Hietaniemi),
18474          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
18475  Branch: cfgperl
18476        ! lib/Math/Complex.pm t/lib/complex.t
18477 ____________________________________________________________________________
18478 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
18479     Log: From: jan.dubois@ibm.net (Jan Dubois)   
18480          Date: Fri, 09 Oct 1998 23:28:31 +0200
18481          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
18482          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
18483  Branch: maint-5.005/perl
18484        ! XSUB.h
18485 ____________________________________________________________________________
18486 [  2164] By: jhi                                   on 1998/10/31  15:50:02
18487     Log: Integrate from mainperl.
18488  Branch: cfgperl
18489       +> t/op/lex_assign.t
18490       !> (integrate 45 files)
18491
18492 ----------------
18493 Version 5.005_53
18494 ----------------
18495
18496 ____________________________________________________________________________
18497 [  2163] By: gsar                                  on 1998/10/31  11:31:12
18498     Log: bump patchlevel; other minor fixes for clean build and test on
18499          Solaris and win32
18500  Branch: perl
18501        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
18502        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
18503        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
18504        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
18505        ! x2p/a2p.c
18506 ____________________________________________________________________________
18507 [  2162] By: gsar                                  on 1998/10/31  09:40:31
18508     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18509          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
18510          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
18511          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
18512  Branch: perl
18513        ! pp.h
18514 ____________________________________________________________________________
18515 [  2161] By: gsar                                  on 1998/10/31  09:39:13
18516     Log: From: Albert Dvornik <bert@genscan.com>
18517          Date: 30 Oct 1998 17:50:04 -0500
18518          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
18519          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
18520  Branch: perl
18521        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
18522 ____________________________________________________________________________
18523 [  2160] By: gsar                                  on 1998/10/31  09:35:03
18524     Log: fix for bugs in -x mode
18525          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18526          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
18527          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
18528          Subject: [PATCH 5.00552] Fix h2xs
18529  Branch: perl
18530        ! utils/h2xs.PL
18531 ____________________________________________________________________________
18532 [  2159] By: gsar                                  on 1998/10/31  09:31:36
18533     Log: Data::Dumper update
18534  Branch: perl
18535        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
18536        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
18537 ____________________________________________________________________________
18538 [  2153] By: gsar                                  on 1998/10/30  21:40:09
18539     Log: add testsuite portion of patch
18540          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18541          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
18542          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
18543          Subject: [PATCH 5.00321 ;-)] 87% speedup
18544  Branch: perl
18545        + t/op/lex_assign.t
18546        ! MANIFEST
18547 ____________________________________________________________________________
18548 [  2152] By: gsar                                  on 1998/10/30  21:08:11
18549     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
18550  Branch: perl
18551        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
18552 ____________________________________________________________________________
18553 [  2151] By: gsar                                  on 1998/10/30  20:18:09
18554     Log: From: Mark-Jason Dominus <mjd@plover.com>
18555          Date: Fri, 30 Oct 1998 14:24:23 EST
18556          Message-Id: <19981030192423.27276.qmail@plover.com>
18557          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
18558  Branch: perl
18559        ! x2p/walk.c
18560 ____________________________________________________________________________
18561 [  2150] By: gsar                                  on 1998/10/30  20:08:57
18562     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18563          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
18564          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
18565          Subject: [PATCH 5.00552] Overloaded <> and deref again
18566  Branch: perl
18567        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
18568        ! t/pragma/overload.t toke.c
18569 ____________________________________________________________________________
18570 [  2149] By: gsar                                  on 1998/10/30  19:38:15
18571     Log: From: Roderick Schertler <roderick@argon.org>
18572          Date: Thu, 29 Oct 1998 14:50:18 -0500
18573          Message-ID: <17625.909690618@eeyore.ibcinc.com>
18574          Subject: patch for daemonization docs in perlipc
18575  Branch: perl
18576        ! pod/perlipc.pod
18577 ____________________________________________________________________________
18578 [  2148] By: gsar                                  on 1998/10/30  19:36:07
18579     Log: From: Anton Berezin <tobez@plab.ku.dk>
18580          Date: 29 Oct 1998 17:06:25 +0100
18581          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
18582          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
18583  Branch: perl
18584        ! win32/win32.c
18585 ____________________________________________________________________________
18586 [  2147] By: gsar                                  on 1998/10/30  19:31:37
18587     Log: tweaked version of suggested patch
18588          From: Anton Berezin <tobez@plab.ku.dk>
18589          Date: 29 Oct 1998 14:48:54 +0100
18590          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
18591          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
18592  Branch: perl
18593        ! win32/win32.c
18594 ____________________________________________________________________________
18595 [  2146] By: gsar                                  on 1998/10/30  19:03:50
18596     Log: hand-apply whitespace-mutiliated patch
18597          From: "vishal bhatia" <vishalb@hotmail.com>
18598          Date: Wed, 28 Oct 1998 23:45:32 PST
18599          Message-ID: <19981029074534.2334.qmail@hotmail.com>
18600          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
18601  Branch: perl
18602        ! ext/B/B/C.pm ext/B/B/CC.pm
18603 ____________________________________________________________________________
18604 [  2145] By: gsar                                  on 1998/10/30  18:46:58
18605     Log: remaining PL_foo stragglers
18606  Branch: perl
18607        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
18608        ! op.h os2/os2.c vms/gen_shrfls.pl
18609 ____________________________________________________________________________
18610 [  2144] By: gsar                                  on 1998/10/30  17:38:36
18611     Log: integrate cfgperl tweaks into mainline
18612  Branch: perl
18613       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
18614       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
18615 ____________________________________________________________________________
18616 [  2143] By: jhi                                   on 1998/10/30  13:27:39
18617     Log: There can be multiple yacc/bison errors.
18618  Branch: cfgperl
18619        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
18620 ____________________________________________________________________________
18621 [  2142] By: jhi                                   on 1998/10/30  13:18:43
18622     Log: README.posix-bc update.
18623  Branch: cfgperl
18624        ! README.posix-bc
18625 ____________________________________________________________________________
18626 [  2141] By: jhi                                   on 1998/10/30  09:12:59
18627     Log: #2133 fallout.
18628  Branch: cfgperl
18629        ! doio.c ext/POSIX/POSIX.xs
18630 ____________________________________________________________________________
18631 [  2140] By: jhi                                   on 1998/10/30  08:43:18
18632     Log: Integrate from mainperl.
18633  Branch: cfgperl
18634       +> globvar.sym pp.sym
18635        - objpp.h thread.sym
18636       !> (integrate 61 files)
18637 ____________________________________________________________________________
18638 [  2133] By: gsar                                  on 1998/10/30  02:51:39
18639     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
18640          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
18641          should soon be automated also; the global variables that
18642          escaped the PL_foo conversion are now reined in; renamed
18643          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
18644          type of same name; duplicated lists of pp_things in various
18645          places is now gone; result has only been tested on win32
18646  Branch: perl
18647        + globvar.sym pp.sym
18648        - objpp.h thread.sym
18649        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
18650        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
18651        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
18652        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
18653        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
18654        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
18655        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
18656        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
18657        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
18658        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18659        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
18660 ____________________________________________________________________________
18661 [  2130] By: jhi                                   on 1998/10/29  15:31:26
18662     Log: Pure bison yylex() proto was broken.
18663  Branch: cfgperl
18664        ! proto.h
18665 ____________________________________________________________________________
18666 [  2126] By: jhi                                   on 1998/10/29  08:35:54
18667     Log: Integrate mainperl.
18668  Branch: cfgperl
18669       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
18670       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
18671       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
18672       !> t/pragma/warn/doio toke.c win32/makefile.mk
18673 ____________________________________________________________________________
18674 [  2125] By: jhi                                   on 1998/10/29  08:32:38
18675     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
18676  Branch: cfgperl
18677        ! Makefile.SH
18678 ____________________________________________________________________________
18679 [  2124] By: jhi                                   on 1998/10/29  08:06:44
18680     Log: EBCDIC Makefile.SH tuneup.
18681  Branch: cfgperl
18682        ! Makefile.SH
18683 ____________________________________________________________________________
18684 [  2119] By: gsar                                  on 1998/10/28  23:24:04
18685     Log: remove doubled hunk from integration
18686  Branch: perl
18687        ! pp.c
18688 ____________________________________________________________________________
18689 [  2118] By: gsar                                  on 1998/10/28  22:03:31
18690     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18691          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
18692          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
18693          Subject: [PATCH 5.00552] Minor debugger tweaks
18694  Branch: perl
18695        ! lib/perl5db.pl
18696 ____________________________________________________________________________
18697 [  2117] By: gsar                                  on 1998/10/28  22:02:30
18698     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18699          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
18700          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
18701          Subject: [PATCH 5.00552] Make sort respect overloading
18702  Branch: perl
18703        ! pp_ctl.c proto.h t/pragma/overload.t
18704 ____________________________________________________________________________
18705 [  2116] By: gsar                                  on 1998/10/28  21:51:11
18706     Log: MM patches from Ilya Zakharevich
18707          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
18708          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
18709          Subject: [PATCH 5.00552] Make MakeMaker more verbose
18710          --
18711          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
18712          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
18713          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
18714  Branch: perl
18715        ! lib/ExtUtils/MakeMaker.pm
18716 ____________________________________________________________________________
18717 [  2115] By: gsar                                  on 1998/10/28  21:46:19
18718     Log: add explicit references to perl source path in ld2 and gcc2
18719  Branch: perl
18720        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
18721 ____________________________________________________________________________
18722 [  2114] By: gsar                                  on 1998/10/28  21:39:56
18723     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
18724          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
18725          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
18726          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
18727  Branch: perl
18728        ! INSTALL
18729 ____________________________________________________________________________
18730 [  2113] By: gsar                                  on 1998/10/28  21:21:16
18731     Log: integrate cfgperl into mainline
18732  Branch: perl
18733       +> t/op/filetest.t
18734       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
18735       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
18736       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
18737       !> thread.h toke.c vmesa/Makefile
18738 ____________________________________________________________________________
18739 [  2112] By: gsar                                  on 1998/10/28  21:14:18
18740     Log: minor cleanup
18741  Branch: perl
18742        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
18743 ____________________________________________________________________________
18744 [  2111] By: gsar                                  on 1998/10/28  18:52:10
18745     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
18746  Branch: perl
18747        ! toke.c
18748 ____________________________________________________________________________
18749 [  2110] By: jhi                                   on 1998/10/28  15:07:54
18750     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
18751  Branch: cfgperl
18752        ! Makefile.SH
18753 ____________________________________________________________________________
18754 [  2109] By: jhi                                   on 1998/10/28  13:39:54
18755     Log: a2p.y needs to generate also y.tab.h.
18756  Branch: cfgperl
18757        ! Makefile.SH
18758 ____________________________________________________________________________
18759 [  2108] By: jhi                                   on 1998/10/28  10:33:36
18760     Log: The "parse error" must be converted to "syntax error",
18761          just matching it aint' enough.
18762  Branch: cfgperl
18763        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
18764        ! t/pragma/warning.t
18765 ____________________________________________________________________________
18766 [  2107] By: jhi                                   on 1998/10/28  10:23:05
18767     Log: Regen sig_n{ame,umber}* if slightest doubt.
18768  Branch: cfgperl
18769        ! Configure
18770 ____________________________________________________________________________
18771 [  2106] By: jhi                                   on 1998/10/28  08:44:49
18772     Log: Bison says 'parse error', not 'parser error'.
18773  Branch: cfgperl
18774        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
18775        ! t/pragma/warning.t
18776 ____________________________________________________________________________
18777 [  2105] By: jhi                                   on 1998/10/28  08:42:09
18778     Log: yylex() parametrization.
18779  Branch: cfgperl
18780        ! proto.h toke.c
18781 ____________________________________________________________________________
18782 [  2104] By: jhi                                   on 1998/10/28  08:25:09
18783     Log: Bring in #2102.
18784  Branch: cfgperl
18785        ! pp.c
18786 ____________________________________________________________________________
18787 [  2103] By: jhi                                   on 1998/10/28  08:22:04
18788     Log: From: Dominic Dunlop <domo@vo.lu>
18789          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
18790          Date: 27 Oct 1998 20:47:25 +0200
18791          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
18792  Branch: cfgperl
18793        ! t/op/groups.t
18794 ____________________________________________________________________________
18795 [  2102] By: larry                                 on 1998/10/27  18:58:55
18796     Log: utf8 change to quotemeta broke EBCDIC
18797  Branch: perl
18798        ! pp.c
18799 ____________________________________________________________________________
18800 [  2101] By: jhi                                   on 1998/10/27  12:55:34
18801     Log: $Config{sig_num_init}.
18802          Also, a new approach to the 'pthreads-created-joinable': drop
18803          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
18804          directly. (See also #2096).
18805  Branch: cfgperl
18806        ! Configure config_h.SH
18807 ____________________________________________________________________________
18808 [  2100] By: jhi                                   on 1998/10/27  10:48:55
18809     Log: Regenerated perly_c.diff.
18810  Branch: cfgperl
18811        ! perly_c.diff
18812 ____________________________________________________________________________
18813 [  2099] By: jhi                                   on 1998/10/27  08:42:25
18814     Log: First the mangler was Netscape, then it was me.
18815  Branch: cfgperl
18816        ! vmesa/Makefile
18817 ____________________________________________________________________________
18818 [  2098] By: jhi                                   on 1998/10/27  08:34:40
18819     Log: `id -Gn` might be available where `groups` is not.
18820  Branch: cfgperl
18821        ! t/op/groups.t
18822 ____________________________________________________________________________
18823 [  2097] By: jhi                                   on 1998/10/27  08:05:17
18824     Log: Netscape had mangled the tabs.
18825  Branch: cfgperl
18826        ! vmesa/Makefile
18827 ____________________________________________________________________________
18828 [  2096] By: jhi                                   on 1998/10/27  08:03:05
18829     Log: ATTR_JOINABLE logic, based on (private email)
18830          
18831          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
18832          Subject: Some little diffs
18833          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
18834          Date: Tue, 27 Oct 1998 13:44:42 +1300
18835  Branch: cfgperl
18836        ! thread.h
18837 ____________________________________________________________________________
18838 [  2095] By: jhi                                   on 1998/10/27  07:56:57
18839     Log: Mach cthreads support based on:
18840          
18841          From: brie@corp.home.net (Brian Harrison)
18842          Subject: perl5.005_02 patch for mthreads
18843          To: perl5-porters@perl.org
18844          Date: 24 Oct 1998 01:01:55 +0300
18845          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
18846          
18847          Pthread yield probe (dejavu)
18848          Cosmetic nanochange for the union semun output.
18849          Better inttypes.h probe.
18850          Undo the 'void *' $selecttype probe from #1971 because
18851          it breaks the $selectminbits test.
18852  Branch: cfgperl
18853        ! Configure config_h.SH perl.h thread.h
18854 ____________________________________________________________________________
18855 [  2094] By: jhi                                   on 1998/10/26  13:02:07
18856     Log: Also posix-bc wants to reyacc.
18857  Branch: cfgperl
18858        ! Makefile.SH
18859 ____________________________________________________________________________
18860 [  2093] By: jhi                                   on 1998/10/26  10:17:21
18861     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
18862          5_02 and really breaking things in non-ASCII worlds.
18863  Branch: cfgperl
18864        ! pp.c
18865 ____________________________________________________________________________
18866 [  2092] By: jhi                                   on 1998/10/26  09:08:00
18867     Log: More robustness.
18868  Branch: cfgperl
18869        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
18870        ! t/pragma/warning.t
18871 ____________________________________________________________________________
18872 [  2091] By: jhi                                   on 1998/10/26  08:47:32
18873     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
18874          Bison really wants YYLEX_PARAM.
18875  Branch: cfgperl
18876        ! perly.y proto.h toke.c
18877 ____________________________________________________________________________
18878 [  2090] By: jhi                                   on 1998/10/26  08:21:25
18879     Log: s/YYLEX_PARAM/YYLEXPARAM/
18880  Branch: cfgperl
18881        ! perly.y
18882 ____________________________________________________________________________
18883 [  2089] By: jhi                                   on 1998/10/26  08:17:33
18884     Log: Indicate skipped subtests.
18885  Branch: cfgperl
18886        ! t/io/pipe.t
18887 ____________________________________________________________________________
18888 [  2088] By: jhi                                   on 1998/10/26  08:11:36
18889     Log: Integrate from mainperl.
18890  Branch: cfgperl
18891       !> (integrate 54 files)
18892 ____________________________________________________________________________
18893 [  2087] By: jhi                                   on 1998/10/26  08:08:02
18894     Log: Add test for filetests.
18895  Branch: cfgperl
18896        + t/op/filetest.t
18897        ! MANIFEST
18898 ____________________________________________________________________________
18899 [  2086] By: gsar                                  on 1998/10/26  02:44:44
18900     Log: various win32 tweaks; disable new xs_cpp section (it creates
18901          ambiguous inference graph for %.xs --> %.o)
18902  Branch: perl
18903        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
18904        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
18905        ! win32/config.gc win32/config_H.gc win32/makedef.pl
18906        ! win32/makefile.mk win32/win32.h
18907 ____________________________________________________________________________
18908 [  2085] By: gsar                                  on 1998/10/26  00:50:02
18909     Log: sanity-check $Config{drand01} in rand.t
18910  Branch: perl
18911        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
18912        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18913 ____________________________________________________________________________
18914 [  2078] By: gsar                                  on 1998/10/25  10:22:04
18915     Log: update win32/config*.?c
18916  Branch: perl
18917        ! Changes win32/config.bc win32/config.gc win32/config.vc
18918        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18919 ____________________________________________________________________________
18920 [  2077] By: gsar                                  on 1998/10/25  08:39:25
18921     Log: From: Graham Barr <gbarr@pobox.com>
18922          Date: Sat, 24 Oct 1998 21:45:50 -0500
18923          Message-ID: <19981024214550.C508@pobox.com>
18924          Subject: Re: die with a reference  should use overload "" operator
18925  Branch: perl
18926        ! pp_ctl.c
18927 ____________________________________________________________________________
18928 [  2076] By: gsar                                  on 1998/10/25  08:37:49
18929     Log: From: Graham Barr <gbarr@pobox.com>
18930          Date: Sat, 24 Oct 1998 12:45:21 -0500
18931          Message-ID: <19981024124521.C512@pobox.com>
18932          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
18933  Branch: perl
18934        ! sv.c
18935 ____________________________________________________________________________
18936 [  2075] By: gsar                                  on 1998/10/25  08:24:09
18937     Log: fix C<print $n += 5;> etc.
18938  Branch: perl
18939        ! toke.c
18940 ____________________________________________________________________________
18941 [  2074] By: gsar                                  on 1998/10/25  08:12:28
18942     Log: list builtins with portability caveats
18943          From: Jarkko Hietaniemi <jhi@iki.fi>
18944          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
18945          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
18946          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
18947  Branch: perl
18948        ! pod/perlfunc.pod
18949 ____________________________________________________________________________
18950 [  2073] By: gsar                                  on 1998/10/25  07:55:43
18951     Log: fix stack overrun in file test operators
18952  Branch: perl
18953        ! pp_sys.c
18954 ____________________________________________________________________________
18955 [  2072] By: gsar                                  on 1998/10/25  07:29:45
18956     Log: implement C<goto &func> and other fixes (via private mail)
18957          From:    "vishal bhatia" <vishalb@hotmail.com>
18958          Date:    Wed, 21 Oct 1998 22:59:03 PDT
18959          Message-Id: <19981022055904.20083.qmail@hotmail.com>
18960          Subject: [PATCH 5.005_52] More fixes for B
18961  Branch: perl
18962        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
18963 ____________________________________________________________________________
18964 [  2071] By: gsar                                  on 1998/10/25  07:14:41
18965     Log: From: Graham Barr <gbarr@pobox.com>
18966          Date: Sat, 17 Oct 1998 20:42:41 -0500
18967          Message-ID: <19981017204241.G510@pobox.com>
18968          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
18969  Branch: perl
18970        ! pp_ctl.c
18971 ____________________________________________________________________________
18972 [  2070] By: gsar                                  on 1998/10/25  07:07:29
18973     Log: avoid bogus line number in XSUB redefined warnings
18974  Branch: perl
18975        ! op.c
18976 ____________________________________________________________________________
18977 [  2069] By: gsar                                  on 1998/10/25  06:59:03
18978     Log: From: Martijn Koster <mak@excitecorp.com>
18979          Date: Wed, 21 Oct 1998 13:12:03 +0100
18980          Message-ID: <19981021131203.A15661@excitecorp.com>
18981          Subject: File::Path::mkpath reports the wrong error
18982  Branch: perl
18983        ! lib/File/Path.pm
18984 ____________________________________________________________________________
18985 [  2068] By: gsar                                  on 1998/10/25  06:54:43
18986     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
18987          Date: Tue, 20 Oct 1998 20:52:20 -0500
18988          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
18989          Subject: Exporter.pm's export_to_level() argument handling buggy
18990  Branch: perl
18991        ! lib/Exporter.pm
18992 ____________________________________________________________________________
18993 [  2067] By: gsar                                  on 1998/10/25  06:50:19
18994     Log: From: jan.dubois@ibm.net (Jan Dubois)
18995          Date: Wed, 21 Oct 1998 00:55:51 +0200
18996          Message-ID: <36380269.55370608@smtp1.ibm.net>
18997          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
18998  Branch: perl
18999        ! ext/DynaLoader/DynaLoader_pm.PL
19000 ____________________________________________________________________________
19001 [  2066] By: gsar                                  on 1998/10/25  06:48:19
19002     Log: recognize '%' as a shell metachar for win32
19003          From: jan.dubois@ibm.net (Jan Dubois)
19004          Date: Tue, 20 Oct 1998 21:57:35 +0200
19005          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
19006          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
19007  Branch: perl
19008        ! win32/win32.c
19009 ____________________________________________________________________________
19010 [  2065] By: gsar                                  on 1998/10/25  06:46:30
19011     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
19012  Branch: perl
19013        ! sv.c
19014 ____________________________________________________________________________
19015 [  2064] By: gsar                                  on 1998/10/25  06:45:09
19016     Log: From: Gisle Aas <gisle@aas.no>
19017          Date: 20 Oct 1998 14:24:44 +0200
19018          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
19019          Subject: ord() and unpack("U*",...) should not be negative
19020  Branch: perl
19021        ! pp.c
19022 ____________________________________________________________________________
19023 [  2063] By: gsar                                  on 1998/10/25  06:42:29
19024     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19025          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
19026          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
19027          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
19028  Branch: perl
19029        ! os2/os2.c
19030 ____________________________________________________________________________
19031 [  2062] By: gsar                                  on 1998/10/25  06:41:26
19032     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19033          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
19034          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
19035          Subject: [PATCH 5.005_*] Speed up aassign
19036  Branch: perl
19037        ! pp_hot.c
19038 ____________________________________________________________________________
19039 [  2061] By: gsar                                  on 1998/10/25  06:39:04
19040     Log: From: Graham Barr <gbarr@pobox.com>
19041          Date: Sat, 17 Oct 1998 22:22:02 -0500
19042          Message-ID: <19981017222202.J510@pobox.com>
19043          Subject: Re: '*' prototype does not allow bareword with strict
19044  Branch: perl
19045        ! toke.c
19046 ____________________________________________________________________________
19047 [  2060] By: gsar                                  on 1998/10/25  06:37:34
19048     Log: handle '::' in section names properly
19049          From: Graham Barr <gbarr@pobox.com>
19050          Date: Sat, 17 Oct 1998 12:57:54 -0500
19051          Message-ID: <19981017125754.C510@pobox.com>
19052          Subject: Re: pod2html
19053  Branch: perl
19054        ! lib/Pod/Html.pm
19055 ____________________________________________________________________________
19056 [  2059] By: gsar                                  on 1998/10/25  06:33:43
19057     Log: integrate changes#1982,2014,2021 (from maint-5.005)
19058  Branch: perl
19059       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
19060       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
19061 ____________________________________________________________________________
19062 [  2058] By: gsar                                  on 1998/10/25  05:44:17
19063     Log: allow more win32 symbol exports (suggested by Jan Dubois)
19064  Branch: perl
19065        ! win32/makedef.pl
19066 ____________________________________________________________________________
19067 [  2057] By: gsar                                  on 1998/10/25  05:40:40
19068     Log: integrate change#2053 from maint-5.005
19069  Branch: perl
19070       !> cop.h t/cmd/while.t
19071 ____________________________________________________________________________
19072 [  2056] By: gsar                                  on 1998/10/25  05:16:41
19073     Log: commented version of a patch suggested by Drago Goricanec
19074          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
19075          Date: 16 Oct 1998 15:24:45 +0300
19076          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
19077          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
19078  Branch: perl
19079        ! pp_sys.c
19080 ____________________________________________________________________________
19081 [  2055] By: gsar                                  on 1998/10/25  05:11:03
19082     Log: include eof() in description of buffering caveats
19083          From: Anton Berezin <tobez@plab.ku.dk>
19084          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
19085          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
19086          Subject: [DOCPATCH] pod/perlfunc.pod
19087  Branch: perl
19088        ! pod/perlfunc.pod
19089 ____________________________________________________________________________
19090 [  2054] By: gsar                                  on 1998/10/25  05:07:42
19091     Log: disallow 'x' in hex numbers (except leading '0x')
19092          From: Gisle Aas <gisle@aas.no>
19093          Date: 16 Oct 1998 16:33:12 +0200
19094          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
19095          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
19096  Branch: perl
19097        ! perlvars.h t/op/oct.t util.c
19098 ____________________________________________________________________________
19099 [  2052] By: gsar                                  on 1998/10/25  04:49:04
19100     Log: avoid the circular refcnt logic in magic_mutexfree()
19101  Branch: perl
19102        ! mg.c pp.c pp_hot.c
19103 ____________________________________________________________________________
19104 [  2051] By: gsar                                  on 1998/10/25  04:35:07
19105     Log: properly restore PL_rsfp_filters after require
19106  Branch: perl
19107        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
19108        ! scope.h
19109 ____________________________________________________________________________
19110 [  2050] By: gsar                                  on 1998/10/25  02:42:32
19111     Log: integrate cfgperl changes back into mainline
19112  Branch: perl
19113       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
19114       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
19115       !> (integrate 33 files)
19116 ____________________________________________________________________________
19117 [  2049] By: gsar                                  on 1998/10/25  01:30:48
19118     Log: avoid "mysterious" compile-time failures without messages
19119  Branch: perl
19120        ! gv.c
19121 ____________________________________________________________________________
19122 [  2041] By: gsar                                  on 1998/10/23  21:11:56
19123     Log: checkin jpl under //depot/perlext/jpl/...
19124  Branch: perlext
19125        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
19126        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
19127        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
19128        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
19129        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
19130        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
19131        + jpl/PerlInterpreter/Makefile.PL
19132        + jpl/PerlInterpreter/PerlInterpreter.c
19133        + jpl/PerlInterpreter/PerlInterpreter.h
19134        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
19135        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
19136        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
19137        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
19138        + jpl/get_jdk/jdk_hosts jpl/install-jpl
19139 ____________________________________________________________________________
19140 [  2040] By: larry                                 on 1998/10/23  19:31:42
19141     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
19142  Branch: perl
19143        ! pp.c
19144 ____________________________________________________________________________
19145 [  2039] By: larry                                 on 1998/10/23  18:48:34
19146     Log: tr///d does not seem to work
19147  Branch: perl
19148        ! lib/utf8_heavy.pl
19149 ____________________________________________________________________________
19150 [  2038] By: larry                                 on 1998/10/23  18:00:41
19151     Log: Program with utf8 identifiers fails to compile
19152  Branch: perl
19153        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
19154 ____________________________________________________________________________
19155 [  2037] By: jhi                                   on 1998/10/23  14:04:51
19156     Log: Test suite portability:
19157          - posix-bc does not write to broken pipes
19158          - filehand #11 only iff we have fork
19159          - warning.t can now match $expected using regular expressions
19160  Branch: cfgperl
19161        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
19162        ! t/pragma/warning.t
19163 ____________________________________________________________________________
19164 [  2036] By: jhi                                   on 1998/10/23  12:12:07
19165     Log: yacc clarification.
19166  Branch: cfgperl
19167        ! README.posix-bc
19168 ____________________________________________________________________________
19169 [  2035] By: jhi                                   on 1998/10/23  12:09:59
19170     Log: Some C compilers get upset about 8-bit characters in /* comments. */
19171  Branch: cfgperl
19172        ! mg.c
19173 ____________________________________________________________________________
19174 [  2034] By: jhi                                   on 1998/10/22  09:11:52
19175     Log: Configure update: both for pthread_yield more robust
19176          testing (all variants of pthread_attr_getdetachstate()) --
19177          and because Configure was broken in major way! About 1000
19178          last lines were truncated.
19179  Branch: cfgperl
19180        ! Configure
19181 ____________________________________________________________________________
19182 [  2033] By: jhi                                   on 1998/10/22  07:47:10
19183     Log: DJGPP feedback for #2028.
19184  Branch: cfgperl
19185        ! thread.h
19186 ____________________________________________________________________________
19187 [  2032] By: jhi                                   on 1998/10/21  13:03:57
19188     Log: yielding, the saga continues.
19189  Branch: cfgperl
19190        ! Configure config_h.SH
19191       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
19192       !> t/op/goto.t t/pragma/constant.t
19193 ____________________________________________________________________________
19194 [  2031] By: jhi                                   on 1998/10/21  09:15:42
19195     Log: VM/ESA feedback for #2028.
19196  Branch: cfgperl
19197        ! Configure config_h.SH thread.h
19198 ____________________________________________________________________________
19199 [  2030] By: gsar                                  on 1998/10/21  04:22:53
19200     Log: fix handling of mayhaps-extended @_ in goto &sub
19201  Branch: perl
19202        ! av.c pp_ctl.c t/op/goto.t
19203 ____________________________________________________________________________
19204 [  2029] By: gsar                                  on 1998/10/21  00:54:14
19205     Log: restore sanity to "constant" references
19206  Branch: perl
19207        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
19208 ____________________________________________________________________________
19209 [  2028] By: jhi                                   on 1998/10/20  15:01:20
19210     Log: OLD_PTHREADS_API reorganizing.
19211  Branch: cfgperl
19212        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
19213        ! vmesa/vmesaish.h
19214 ____________________________________________________________________________
19215 [  2027] By: jhi                                   on 1998/10/20  14:14:51
19216     Log: #2026 fallout.
19217  Branch: cfgperl
19218        ! Makefile.SH
19219 ____________________________________________________________________________
19220 [  2026] By: jhi                                   on 1998/10/20  11:47:21
19221     Log: VM/ESA update.
19222  Branch: cfgperl
19223        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
19224 ____________________________________________________________________________
19225 [  2025] By: jhi                                   on 1998/10/20  08:20:56
19226     Log: 64-bitness, based on
19227          
19228          From: Scott Henry <scotth@sgi.com>
19229          To: perl-64bit@perl.org
19230          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
19231          Subject: Re: Configure problems/questions...
19232          Date: 19 Oct 1998 22:38:06 -0700
19233  Branch: cfgperl
19234        ! hints/irix_6.sh perl.h
19235 ____________________________________________________________________________
19236 [  2024] By: jhi                                   on 1998/10/20  08:09:07
19237     Log: Add lseeksize.
19238  Branch: cfgperl
19239        ! config_h.SH
19240 ____________________________________________________________________________
19241 [  2023] By: jhi                                   on 1998/10/20  08:08:33
19242     Log: Mumble about _yields() only when threaded.
19243  Branch: cfgperl
19244        ! Configure
19245 ____________________________________________________________________________
19246 [  2022] By: jhi                                   on 1998/10/20  07:46:26
19247     Log: Thinko at PTHREADS_CREATED_JOINABLE.
19248  Branch: cfgperl
19249        ! thread.h
19250 ____________________________________________________________________________
19251 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
19252     Log: From: Chip Salzenberg <chip@perlsupport.com>
19253          Date: Tue, 6 Oct 1998 13:33:05 -0400
19254          Message-ID: <19981006133305.A2348@perlsupport.com>
19255          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
19256  Branch: maint-5.005/perl
19257        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
19258        ! t/op/tie.t
19259 ____________________________________________________________________________
19260 [  2020] By: jhi                                   on 1998/10/19  09:15:53
19261     Log: YIELD more robustly.
19262  Branch: cfgperl
19263        ! thread.h
19264 ____________________________________________________________________________
19265 [  2019] By: jhi                                   on 1998/10/19  08:48:33
19266     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
19267          the 'new' one (just like DJGPP, it seems).
19268  Branch: cfgperl
19269        ! thread.h
19270 ____________________________________________________________________________
19271 [  2018] By: jhi                                   on 1998/10/19  07:02:44
19272     Log: vmesaish.h doesn't exclude unixish.h.
19273  Branch: cfgperl
19274        ! perl.h
19275 ____________________________________________________________________________
19276 [  2017] By: jhi                                   on 1998/10/19  06:44:19
19277     Log: 1<<$randbits is not good for randbits=48.
19278  Branch: cfgperl
19279        ! t/op/rand.t
19280 ____________________________________________________________________________
19281 [  2016] By: jhi                                   on 1998/10/19  06:39:47
19282     Log: Make #2012 glob pattern more portable.
19283  Branch: cfgperl
19284        ! Makefile.SH
19285 ____________________________________________________________________________
19286 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
19287     Log: Fix POSIX::sigprocmask not to check type of $old parameter
19288          as it is output only
19289  Branch: maint-5.005/perl
19290        ! ext/POSIX/POSIX.xs
19291 ____________________________________________________________________________
19292 [  2012] By: jhi                                   on 1998/10/17  15:04:23
19293     Log: clean numbered core dumps and t/tmp[0-9]*.
19294  Branch: cfgperl
19295        ! Makefile.SH
19296 ____________________________________________________________________________
19297 [  2011] By: jhi                                   on 1998/10/17  14:59:15
19298     Log: More robust yacc/bison failure output handling.
19299  Branch: cfgperl
19300        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
19301 ____________________________________________________________________________
19302 [  2010] By: jhi                                   on 1998/10/17  14:51:05
19303     Log: BC2000 POSIX update.
19304  Branch: cfgperl
19305        ! MANIFEST
19306 ____________________________________________________________________________
19307 [  2009] By: jhi                                   on 1998/10/17  14:49:46
19308     Log: POSIX BC2000 port from perl-mvs:
19309          
19310          Subject: Ported perl 5.005.02 to BS2000 / POSIX
19311          From: Dorner Thomas <Thomas.Dorner@start.de> 
19312          Date: Tue, 29 Sep 1998 13:29:36 +0100 
19313          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
19314  Branch: cfgperl
19315        + README.posix-bc hints/posix-bc.sh
19316        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
19317        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
19318        ! unixish.h
19319 ____________________________________________________________________________
19320 [  2008] By: jhi                                   on 1998/10/17  14:07:49
19321     Log: VM/ESA-update.
19322  Branch: cfgperl
19323        ! MANIFEST
19324 ____________________________________________________________________________
19325 [  2007] By: jhi                                   on 1998/10/17  13:55:34
19326     Log: Forgot few S_I* imports.
19327  Branch: cfgperl
19328        ! t/lib/ipc_sysv.t
19329 ____________________________________________________________________________
19330 [  2006] By: jhi                                   on 1998/10/17  13:43:54
19331     Log: The VM/ESA port essentials, based on
19332          
19333          perl-mvs:
19334          
19335          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
19336          Subject: Re: Can't find Data/Dumper.pm
19337          Date: Mon, 28 Sep 1998 07:40:49 +1300
19338          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
19339          
19340          private email:
19341          
19342          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
19343          Subject: Re: Perl thread problems in VM/ESA
19344          Date: Thu, 15 Oct 1998 07:18:35 +1300
19345          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
19346          
19347          and private email:
19348          
19349          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
19350          Subject:  perl archive
19351          Date:  Sun, 11 Oct 1998 19:28:54 EDT
19352          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
19353          which gave a pointer to
19354          
19355          http://pucc.princeton.edu/~neale/perl.tar
19356          
19357          (based on Perl 5.005_51)
19358  Branch: cfgperl
19359        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
19360        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
19361        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
19362        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
19363 ____________________________________________________________________________
19364 [  2005] By: jhi                                   on 1998/10/17  13:17:19
19365     Log: Integrate mainperl.
19366  Branch: cfgperl
19367       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
19368       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
19369       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
19370       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
19371       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
19372       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
19373       !> win32/makefile.mk
19374 ____________________________________________________________________________
19375 [  2004] By: jhi                                   on 1998/10/17  11:19:06
19376     Log: Removed an extra ' from the int64_t test.
19377  Branch: cfgperl
19378        ! Configure
19379 ____________________________________________________________________________
19380 [  2003] By: gsar                                  on 1998/10/17  04:11:40
19381     Log: silence -w noises (suggested by Greg Bacon)
19382  Branch: perl
19383        ! lib/Term/Complete.pm
19384 ____________________________________________________________________________
19385 [  2002] By: gsar                                  on 1998/10/17  04:07:48
19386     Log: From: Gisle Aas <gisle@aas.no>
19387          Date: 14 Oct 1998 15:53:14 +0200
19388          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
19389          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
19390  Branch: perl
19391        ! util.c
19392 ____________________________________________________________________________
19393 [  2001] By: gsar                                  on 1998/10/17  04:06:10
19394     Log: From: Gisle Aas <gisle@aas.no>
19395          Date: 14 Oct 1998 15:17:44 +0200
19396          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
19397          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
19398  Branch: perl
19399        ! toke.c
19400 ____________________________________________________________________________
19401 [  2000] By: gsar                                  on 1998/10/17  03:06:33
19402     Log: From: Gisle Aas <gisle@aas.no>
19403          Date: 14 Oct 1998 00:38:06 +0200
19404          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
19405          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
19406  Branch: perl
19407        ! sv.c
19408 ____________________________________________________________________________
19409 [  1999] By: gsar                                  on 1998/10/17  03:04:48
19410     Log: From: Dan Sugalski <sugalskd@osshe.edu>
19411          Date: Tue, 13 Oct 1998 15:10:57 -0700
19412          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
19413          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
19414  Branch: perl
19415        ! vms/ext/Stdio/Stdio.pm
19416 ____________________________________________________________________________
19417 [  1998] By: gsar                                  on 1998/10/17  03:00:40
19418     Log: skip readonly vars and unref references when doing a reset()
19419  Branch: perl
19420        ! sv.c
19421 ____________________________________________________________________________
19422 [  1997] By: gsar                                  on 1998/10/17  02:49:19
19423     Log: fix buggy treatment of large checksums on unicode strings
19424          From: Gisle Aas <gisle@aas.no>
19425          Date: 13 Oct 1998 21:35:39 +0200
19426          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
19427          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
19428  Branch: perl
19429        ! pp.c
19430 ____________________________________________________________________________
19431 [  1996] By: gsar                                  on 1998/10/17  02:43:22
19432     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19433          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
19434          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
19435          Subject: [PATCH 5.005_52] Memory overrun in os2.c
19436  Branch: perl
19437        ! os2/Makefile.SHs os2/os2.c
19438 ____________________________________________________________________________
19439 [  1995] By: gsar                                  on 1998/10/17  02:42:01
19440     Log: clarify section name rules for typemaps
19441  Branch: perl
19442        ! pod/perlxs.pod
19443 ____________________________________________________________________________
19444 [  1994] By: gsar                                  on 1998/10/17  02:33:02
19445     Log: whitespace-proof grent.t
19446  Branch: perl
19447        ! t/op/grent.t
19448 ____________________________________________________________________________
19449 [  1993] By: gsar                                  on 1998/10/17  02:27:29
19450     Log: fix bug in B::CC::pp_sassign()
19451          From: "vishal bhatia" <vishalb@hotmail.com>
19452          Date: Sun, 11 Oct 1998 18:41:38 PDT
19453          Message-ID: <19981012014139.19614.qmail@hotmail.com>
19454          Subject: B::CC problems with pp_sassign routine
19455  Branch: perl
19456        ! ext/B/B/CC.pm
19457 ____________________________________________________________________________
19458 [  1992] By: gsar                                  on 1998/10/17  02:17:49
19459     Log: applied suggested patch with small doc tweak
19460          From: Gisle Aas <gisle@aas.no>
19461          Date: 11 Oct 1998 12:53:13 +0200
19462          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
19463          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
19464  Branch: perl
19465        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
19466        ! t/op/tiehandle.t
19467 ____________________________________________________________________________
19468 [  1991] By: gsar                                  on 1998/10/17  02:08:30
19469     Log: apply non-conflicting parts from suggested patch
19470          From: jan.dubois@ibm.net (Jan Dubois)
19471          Date: Sat, 10 Oct 1998 13:15:45 +0200
19472          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
19473          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
19474  Branch: perl
19475        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
19476 ____________________________________________________________________________
19477 [  1990] By: gsar                                  on 1998/10/17  02:01:24
19478     Log: provide option to enable optimization with VC (suggested by Jan
19479          Dubois)
19480  Branch: perl
19481        ! win32/Makefile win32/makefile.mk
19482 ____________________________________________________________________________
19483 [  1989] By: gsar                                  on 1998/10/17  01:55:27
19484     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
19485          Dave Leppik <dleppik@gage.com>
19486  Branch: perl
19487        ! perl.h
19488 ____________________________________________________________________________
19489 [  1988] By: gsar                                  on 1998/10/17  01:49:05
19490     Log: stray typo found by Hugo van der Sanden
19491  Branch: perl
19492        ! op.c
19493 ____________________________________________________________________________
19494 [  1987] By: gsar                                  on 1998/10/17  01:45:52
19495     Log: perldoc pod update
19496          From: Daniel Grisinger <dgris@perrin.dimensional.com>
19497          Date: 06 Oct 1998 23:56:51 -0600
19498          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
19499          Subject: [PATCH _02 and _52] perldoc
19500  Branch: perl
19501        ! utils/perldoc.PL
19502 ____________________________________________________________________________
19503 [  1986] By: gsar                                  on 1998/10/17  01:41:40
19504     Log: qualify names of builtins
19505  Branch: perl
19506        ! ext/POSIX/POSIX.pm
19507 ____________________________________________________________________________
19508 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
19509     Log: From: Jochen Wiedmann <joe@ispsoft.de>
19510          Date: Thu, 17 Sep 1998 17:16:06 +0200
19511          Message-ID: <360127B6.E44564A@ispsoft.de>
19512          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
19513  Branch: maint-5.005/perl
19514        ! lib/ExtUtils/MakeMaker.pm
19515 ____________________________________________________________________________
19516 [  1978] By: gsar                                  on 1998/10/16  01:58:58
19517     Log: integrate cfgperl mods into mainline
19518  Branch: perl
19519       +> ext/DynaLoader/dl_vmesa.xs
19520        ! Porting/genlog
19521       !> Configure MANIFEST Makefile.SH config_h.SH
19522       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
19523       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
19524       !> x2p/Makefile.SH
19525 ____________________________________________________________________________
19526 [  1976] By: gsar                                  on 1998/10/16  00:10:52
19527     Log: stray tweak
19528  Branch: perl
19529        ! op.c
19530 ____________________________________________________________________________
19531 [  1975] By: gsar                                  on 1998/10/15  23:54:38
19532     Log: propagate typeness of lexicals while cloning them
19533  Branch: perl
19534        ! op.c
19535 ____________________________________________________________________________
19536 [  1974] By: gsar                                  on 1998/10/15  23:53:25
19537     Log: s/last/first/ typo in append_list()
19538  Branch: perl
19539        ! op.c
19540 ____________________________________________________________________________
19541 [  1973] By: gsar                                  on 1998/10/15  20:06:17
19542     Log: nuke confperl branch and contents
19543  Branch: confperl
19544        - (delete 1284 files)
19545 ____________________________________________________________________________
19546 [  1972] By: jhi                                   on 1998/10/15  07:07:35
19547     Log: Test #162 had been added but the "print 1..161" had not been updated.
19548  Branch: cfgperl
19549        ! t/op/pat.t
19550 ____________________________________________________________________________
19551 [  1971] By: gsar                                  on 1998/10/15  03:09:58
19552     Log: check in all confperl changes as of change#1964 into cfgperl
19553  Branch: cfgperl
19554        + ext/DynaLoader/dl_vmesa.xs
19555        ! Configure MANIFEST Makefile.SH config_h.SH
19556        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
19557        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
19558 ____________________________________________________________________________
19559 [  1970] By: gsar                                  on 1998/10/15  03:05:59
19560     Log: integrate mainline to get tr.t
19561  Branch: cfgperl
19562       +> t/op/tr.t
19563 ____________________________________________________________________________
19564 [  1969] By: gsar                                  on 1998/10/15  03:04:17
19565     Log: add missing tr.t to repository
19566  Branch: perl
19567        + t/op/tr.t
19568 ____________________________________________________________________________
19569 [  1968] By: gsar                                  on 1998/10/15  03:02:43
19570     Log: create cfgperl branch
19571  Branch: cfgperl
19572       +> (branch 1282 files)
19573 ____________________________________________________________________________
19574 [  1967] By: gsar                                  on 1998/10/15  02:46:08
19575     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
19576          (MAN3PODS cannot be set to ' '; stray stricture violation)
19577  Branch: perl
19578        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
19579        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
19580        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
19581        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
19582        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
19583        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
19584        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
19585        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
19586        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
19587        ! lib/ExtUtils/MM_Unix.pm
19588 ____________________________________________________________________________
19589 [  1966] By: gsar                                  on 1998/10/15  02:19:03
19590     Log: tweak to make fix in change#1944 behave correctly for closures
19591          created within eval''
19592  Branch: perl
19593        ! op.c t/op/eval.t
19594 ____________________________________________________________________________
19595 [  1965] By: gsar                                  on 1998/10/14  23:22:41
19596     Log: use better numbers for exitstatus test
19597  Branch: perl
19598        ! t/op/die_exit.t
19599 ____________________________________________________________________________
19600 [  1964] By: jhi                                   on 1998/10/14  17:25:41
19601     Log: Add VM/ESA dynaloading (uses <dll.h>).
19602  Branch: confperl
19603        + ext/DynaLoader/dl_vmesa.xs
19604        ! MANIFEST
19605 ____________________________________________________________________________
19606 [  1963] By: jhi                                   on 1998/10/14  17:17:10
19607     Log: Remove a2p.loadmap in 'clean' target.
19608  Branch: confperl
19609        ! x2p/Makefile.SH
19610 ____________________________________________________________________________
19611 [  1962] By: jhi                                   on 1998/10/14  17:13:11
19612     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
19613  Branch: confperl
19614        ! Makefile.SH
19615 ____________________________________________________________________________
19616 [  1961] By: jhi                                   on 1998/10/14  16:27:39
19617     Log: VM/ESA creates executable.loadmaps.
19618  Branch: confperl
19619        ! Makefile.SH
19620 ____________________________________________________________________________
19621 [  1960] By: jhi                                   on 1998/10/14  15:37:39
19622     Log: Introduce SCHED_YIELD (one of sched_yield(),
19623          pthread_yield(), or pthread_yield(NULL)).
19624          YIELD is then defined using SCHED_YIELD unless
19625          a platform-specific YIELD has already been defined.
19626          
19627          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
19628          
19629          The need for pthread_yield(NULL) and pthread_attr_setdet...
19630          introduced by (private email)
19631          
19632          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
19633          Date: Sat, 10 Oct 1998 21:08:15 +1300
19634          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
19635          Subject: Re: Perl thread problems in VM/ESA
19636          
19637          Better select() protoprobe (for AIX), from (private email)
19638          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
19639          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
19640          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
19641          Subject: AIX select (fwd)
19642          From: Lars Hecking <lhecking@nmrc.ucc.ie>
19643          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
19644          Date: Fri, 2 Oct 1998 10:40:01 +0100
19645          Subject: AIX select
19646          
19647          Linux-avoid-so.X.Y, based on
19648          From: "Kurt D. Starsinic" <kstar@chapin.edu>
19649          Date: Tue, 13 Oct 1998 15:55:07 -0400
19650          Message-ID: <19981013155507.B4004@O2.chapin.edu>
19651          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
19652  Branch: confperl
19653        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
19654        ! thread.h
19655 ____________________________________________________________________________
19656 [  1959] By: jhi                                   on 1998/10/14  12:51:26
19657     Log: Some old pthread implementations have
19658          pthread_attr_setdetachstate(pthread_attr_t*, int*).
19659  Branch: confperl
19660        ! ext/Thread/Thread.xs
19661 ____________________________________________________________________________
19662 [  1958] By: jhi                                   on 1998/10/14  12:41:11
19663     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
19664          counterparts will follow soon.
19665  Branch: confperl
19666        ! thread.h
19667 ____________________________________________________________________________
19668 [  1957] By: jhi                                   on 1998/10/14  12:38:11
19669     Log: Add tr.t (MANIFEST already knew about it, strange)
19670  Branch: confperl
19671        + t/op/tr.t
19672 ____________________________________________________________________________
19673 [  1956] By: jhi                                   on 1998/10/14  12:24:35
19674     Log: Mutexen should be initialized only once.
19675  Branch: confperl
19676        ! gv.c op.c
19677 ____________________________________________________________________________
19678 [  1955] By: jhi                                   on 1998/10/14  12:19:38
19679     Log: os390 has its own cppstdin.
19680  Branch: confperl
19681        ! hints/os390.sh
19682 ____________________________________________________________________________
19683 [  1954] By: jhi                                   on 1998/10/14  12:15:06
19684     Log: Integrate with mainperl.
19685  Branch: confperl
19686       !> (integrate 1280 files)
19687 ____________________________________________________________________________
19688 [  1953] By: jhi                                   on 1998/10/14  11:48:08
19689     Log: Removed duplicate CMA threads code for HPUX 10.X.
19690          (probably residue of patch(1) being too understanding)
19691          Enhanced 64-bit settings. (redo change#1940)
19692  Branch: confperl
19693        ! hints/hpux.sh
19694 ____________________________________________________________________________
19695 [  1952] By: jhi                                   on 1998/10/14  11:45:16
19696     Log: (redo change#1949) Detypo in the d_open64 warning about
19697          the impending WHOA.
19698  Branch: confperl
19699        ! hints/irix_6.sh
19700 ____________________________________________________________________________
19701 [  1951] By: jhi                                   on 1998/10/14  10:54:16
19702     Log: Mutexen should only be inited once, after they have been New()ed.
19703  Branch: confperl
19704        ! gv.c op.c
19705 ____________________________________________________________________________
19706 [  1950] By: jhi                                   on 1998/10/14  10:41:43
19707     Log: Own cppstdin.
19708  Branch: confperl
19709        ! hints/os390.sh
19710 ____________________________________________________________________________
19711 [  1949] By: jhi                                   on 1998/10/14  10:34:23
19712     Log: Detypo in the d_open64 warning about the impending WHOA.
19713  Branch: confperl
19714        ! hints/irix_6.sh
19715 ____________________________________________________________________________
19716 [  1948] By: gsar                                  on 1998/10/14  05:38:01
19717     Log: two typos
19718  Branch: perl
19719        ! pp_hot.c t/op/eval.t
19720 ____________________________________________________________________________
19721 [  1947] By: gsar                                  on 1998/10/14  05:37:10
19722     Log: let docatch() pass the buck when restartop turns out to be null,
19723          making exceptions in BEGIN{} propagate as expected
19724  Branch: perl
19725        ! pp_ctl.c t/op/misc.t
19726 ____________________________________________________________________________
19727 [  1946] By: gsar                                  on 1998/10/13  03:41:49
19728     Log: add missing file from change#1943
19729  Branch: perl
19730        ! proto.h
19731 ____________________________________________________________________________
19732 [  1945] By: gsar                                  on 1998/10/13  03:32:02
19733     Log: defer "deep recursion" warnings until CXt_SUB context is properly
19734          set up
19735  Branch: perl
19736        ! pp_hot.c t/pragma/warn/pp_hot
19737 ____________________________________________________________________________
19738 [  1944] By: gsar                                  on 1998/10/13  03:15:50
19739     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
19740          fixup the cop_seq value that must be seen by lexical lookups that
19741          emanate within eval''
19742  Branch: perl
19743        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
19744 ____________________________________________________________________________
19745 [  1943] By: gsar                                  on 1998/10/13  02:06:09
19746     Log: ensure recursive attempts to findlex()icals know enough about where
19747          the last eval'' context was encountered
19748  Branch: perl
19749        ! op.c t/op/eval.t
19750 ____________________________________________________________________________
19751 [  1942] By: gsar                                  on 1998/10/13  02:01:24
19752     Log: force copy of substrings when matching against temporaries
19753  Branch: perl
19754        ! pp_hot.c t/op/pat.t
19755 ____________________________________________________________________________
19756 [  1941] By: gsar                                  on 1998/10/13  01:49:16
19757     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
19758          implementation)
19759  Branch: perl
19760        ! pp_ctl.c t/op/runlevel.t
19761 ____________________________________________________________________________
19762 [  1940] By: jhi                                   on 1998/10/12  09:57:44
19763     Log: Removed duplicate CMA threads code for HPUX 10.X.
19764          (probably residue of patch(1) being too understanding)
19765          Enhanced 64-bit settings.
19766  Branch: confperl
19767        ! hints/hpux.sh
19768 ____________________________________________________________________________
19769 [  1939] By: jhi                                   on 1998/10/12  09:53:11
19770     Log: Initial sync from mainline perl.
19771  Branch: confperl
19772        + (add 1282 files)
19773 ____________________________________________________________________________
19774 [  1937] By: gsar                                  on 1998/10/06  21:16:34
19775     Log: fix $/ init for USE_THREADS
19776  Branch: perl
19777        ! perl.c
19778 ____________________________________________________________________________
19779 [  1936] By: gsar                                  on 1998/10/06  07:19:39
19780     Log: fix globals caught by change#1927; builds and tests on Solaris
19781  Branch: perl
19782        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
19783        ! warning.h warning.pl
19784 ____________________________________________________________________________
19785 [  1935] By: gsar                                  on 1998/10/06  06:50:35
19786     Log: add test for previous fix
19787  Branch: perl
19788        ! ext/Thread/create.t
19789 ____________________________________________________________________________
19790 [  1934] By: gsar                                  on 1998/10/06  06:37:36
19791     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
19792  Branch: perl
19793        ! util.c
19794 ____________________________________________________________________________
19795 [  1933] By: gsar                                  on 1998/10/06  05:04:20
19796     Log: undo bogus part of change#1903 (as pointed out by Larry)
19797  Branch: perl
19798        ! pp_ctl.c
19799 ____________________________________________________________________________
19800 [  1932] By: gsar                                  on 1998/10/06  04:21:31
19801     Log: added tweaked version of suggested patch
19802          From: jan.dubois@ibm.net (Jan Dubois)
19803          Date: Sat, 03 Oct 1998 19:04:48 +0200
19804          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
19805          Subject: [PATCH 5.005_52] More MakeMaker  patches
19806  Branch: perl
19807        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
19808        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
19809 ____________________________________________________________________________
19810 [  1931] By: gsar                                  on 1998/10/06  04:04:33
19811     Log: use cpp symbols instead of hardwired constants
19812          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19813          Date: Mon, 05 Oct 1998 09:23:33 +0100
19814          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
19815          Subject: [PATCH 5.005_52] By the numbers (resend)
19816  Branch: perl
19817        ! op.c
19818 ____________________________________________________________________________
19819 [  1930] By: gsar                                  on 1998/10/06  04:01:55
19820     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19821          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
19822          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
19823          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
19824  Branch: perl
19825        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
19826        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
19827 ____________________________________________________________________________
19828 [  1929] By: gsar                                  on 1998/10/06  03:50:36
19829     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19830          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
19831          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
19832          Subject: [PATCH 5.00552] Minor test improvement
19833  Branch: perl
19834        ! t/op/magic.t
19835 ____________________________________________________________________________
19836 [  1928] By: gsar                                  on 1998/10/06  03:49:03
19837     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19838          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
19839          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
19840          Subject: [PATCH 5.00552] emacs/ptags inprovements
19841  Branch: perl
19842        ! emacs/ptags
19843 ____________________________________________________________________________
19844 [  1927] By: gsar                                  on 1998/10/06  03:47:44
19845     Log: disable C<#define dirty PL_dirty> et al.
19846  Branch: perl
19847        ! embed.pl embedvar.h
19848 ____________________________________________________________________________
19849 [  1926] By: gsar                                  on 1998/10/06  03:43:32
19850     Log: From: Mark-Jason Dominus <mjd@plover.com>
19851          Date: Sun, 04 Oct 1998 14:48:11 -0400
19852          Message-ID: <19981004184811.16048.qmail@plover.com>
19853          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
19854  Branch: perl
19855        ! utils/perldoc.PL
19856 ____________________________________________________________________________
19857 [  1925] By: gsar                                  on 1998/10/06  03:27:35
19858     Log: disable USE_THREADS when PERL_OBJECT is enabled
19859  Branch: perl
19860        ! win32/Makefile win32/makefile.mk
19861 ____________________________________________________________________________
19862 [  1924] By: gsar                                  on 1998/10/06  03:26:54
19863     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
19864  Branch: perl
19865        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
19866        ! vms/perly_c.vms
19867 ____________________________________________________________________________
19868 [  1923] By: gsar                                  on 1998/10/03  05:19:56
19869     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
19870          overridden
19871  Branch: perl
19872        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
19873        ! proto.h vms/perly_c.vms
19874 ____________________________________________________________________________
19875 [  1922] By: gsar                                  on 1998/10/03  03:59:50
19876     Log: suppress manifypods leak in extensions
19877  Branch: perl
19878        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
19879 ____________________________________________________________________________
19880 [  1921] By: gsar                                  on 1998/10/02  22:30:15
19881     Log: os390 fixes (suggested by Peter Prymmer)
19882  Branch: perl
19883        ! Makefile.SH regcomp.c
19884 ____________________________________________________________________________
19885 [  1920] By: gsar                                  on 1998/10/02  21:41:19
19886     Log: squelch undef warnings
19887          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19888          Date: Fri, 02 Oct 1998 11:01:14 +0100
19889          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
19890          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
19891  Branch: perl
19892        ! Changes lib/Math/BigInt.pm
19893 ____________________________________________________________________________
19894 [  1919] By: gsar                                  on 1998/10/02  04:59:13
19895     Log: add note to INSTALL about ANSI C
19896  Branch: perl
19897        ! INSTALL
19898 ____________________________________________________________________________
19899 [  1918] By: gsar                                  on 1998/10/02  04:21:10
19900     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
19901          From: jan.dubois@ibm.net (Jan Dubois)
19902          Date: Wed, 30 Sep 1998 23:35:30 +0200
19903          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
19904          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
19905  Branch: perl
19906        ! lib/ExtUtils/xsubpp
19907 ____________________________________________________________________________
19908 [  1917] By: gsar                                  on 1998/10/02  04:16:02
19909     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
19910          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
19911          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
19912          Subject: Re: Configure test for selectbits busted
19913  Branch: perl
19914        ! Configure
19915 ____________________________________________________________________________
19916 [  1916] By: gsar                                  on 1998/10/02  04:14:17
19917     Log: From: Dan Sugalski <sugalskd@osshe.edu>
19918          Date: Wed, 30 Sep 1998 17:15:20 -0700
19919          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
19920          Subject: [PATCH 5.005_02]VMS config tweaks
19921  Branch: perl
19922        ! vms/descrip_mms.template vms/subconfigure.com
19923 ____________________________________________________________________________
19924 [  1915] By: gsar                                  on 1998/10/02  04:10:47
19925     Log: use Off_t to permit 64-bit seek()
19926          From: Scott Henry <scotth@sgi.com>
19927          Date: 29 Sep 1998 17:38:46 -0700
19928          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
19929          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
19930          --
19931          Date: 28 Sep 1998 18:55:37 -0700
19932          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
19933          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
19934  Branch: perl
19935        ! doio.c pp_sys.c proto.h sv.c
19936 ____________________________________________________________________________
19937 [  1914] By: gsar                                  on 1998/10/02  04:05:36
19938     Log: normalize tm struct passed to strftime() with mktime()
19939          From: Spider Boardman <spider@orb.nashua.nh.us>
19940          Date: Wed, 30 Sep 1998 15:12:09 -0400
19941          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
19942          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
19943  Branch: perl
19944        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
19945 ____________________________________________________________________________
19946 [  1913] By: gsar                                  on 1998/10/02  03:59:46
19947     Log: don't try to run foo_SH.orig etc.
19948  Branch: perl
19949        ! Configure
19950 ____________________________________________________________________________
19951 [  1912] By: gsar                                  on 1998/10/02  03:45:37
19952     Log: make warning about glob process failure optional
19953  Branch: perl
19954        ! pod/perldiag.pod pp_hot.c
19955 ____________________________________________________________________________
19956 [  1911] By: gsar                                  on 1998/10/02  02:52:21
19957     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
19958          From: Dominic Dunlop <domo@vo.lu>
19959          Date: Tue, 29 Sep 1998 21:06:30 +0000
19960          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
19961          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
19962          --
19963          Date: Wed, 30 Sep 1998 11:46:44 +0000
19964          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
19965          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
19966  Branch: perl
19967        ! pod/perldiag.pod regcomp.c
19968 ____________________________________________________________________________
19969 [  1910] By: gsar                                  on 1998/10/02  02:48:48
19970     Log: minor Configure tweaks (via private mail)
19971          From: Jarkko Hietaniemi <jhi@iki.fi>
19972          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
19973          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
19974          Subject: [PATCH] 5.005_52: the drizzle continues
19975  Branch: perl
19976        ! Configure config_h.SH handy.h
19977 ____________________________________________________________________________
19978 [  1909] By: gsar                                  on 1998/10/02  02:46:39
19979     Log: update SCO hints for dynamic loading
19980          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
19981          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
19982          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
19983          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
19984          --
19985          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
19986          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
19987          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
19988  Branch: perl
19989        ! hints/sco.sh
19990 ____________________________________________________________________________
19991 [  1908] By: gsar                                  on 1998/10/02  02:33:39
19992     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
19993  Branch: perl
19994        ! lib/File/Find.pm
19995 ____________________________________________________________________________
19996 [  1907] By: gsar                                  on 1998/10/02  02:21:52
19997     Log: applied patches, but retained old behavior for win32 (where compilers
19998          can't read from stdin at all)
19999          From: Graham Barr <gbarr@ti.com>
20000          Date: Mon, 28 Sep 1998 09:41:49 -0500
20001          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
20002          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
20003          --
20004          Date: Tue, 29 Sep 1998 12:35:43 -0500
20005          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
20006          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
20007  Branch: perl
20008        ! ext/Errno/Errno_pm.PL
20009 ____________________________________________________________________________
20010 [  1906] By: gsar                                  on 1998/10/02  02:02:19
20011     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
20012          Hietaniemi)
20013  Branch: perl
20014        ! t/op/grent.t
20015 ____________________________________________________________________________
20016 [  1905] By: gsar                                  on 1998/10/02  01:59:56
20017     Log: win32 caveats about truncate()
20018  Branch: perl
20019        ! pod/perlport.pod
20020 ____________________________________________________________________________
20021 [  1904] By: gsar                                  on 1998/10/02  01:53:25
20022     Log: various Configure and hints updates (prefer drand48() or random()
20023          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
20024          applied modulo SCO hints superceded by later patch
20025          From: Jarkko Hietaniemi <jhi@iki.fi>
20026          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
20027          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
20028          Subject: [PATCH] 5.005_52: Configure et al:
20029  Branch: perl
20030        + ext/IPC/SysV/hints/next_3.pl
20031        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
20032        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
20033        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
20034 ____________________________________________________________________________
20035 [  1903] By: gsar                                  on 1998/10/02  01:42:37
20036     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
20037          Date: Mon, 28 Sep 1998 17:41:49 +0100
20038          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
20039          Subject: [PATCH 5.005_52] Re: More on ?p 
20040          --
20041          Date: Thu, 01 Oct 1998 09:10:58 +0100
20042          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
20043          Subject: [PATCH 5.005_52] ?p fix
20044          --
20045          Date: Thu, 01 Oct 1998 10:45:56 +0100
20046          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
20047          Subject: [PATCH 5.005_52] more on ?p
20048  Branch: perl
20049        ! pp_ctl.c
20050 ____________________________________________________________________________
20051 [  1902] By: gsar                                  on 1998/10/02  01:36:14
20052     Log: From: Kenneth Duda <kjd@cisco.com>
20053          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
20054          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
20055          Subject: writemain dies when there are more than 4000 characters of extensions
20056  Branch: perl
20057        ! writemain.SH
20058 ____________________________________________________________________________
20059 [  1901] By: gsar                                  on 1998/10/02  01:33:16
20060     Log: tweak run_byacc recipe
20061  Branch: perl
20062        ! Makefile.SH Porting/pumpkin.pod
20063 ____________________________________________________________________________
20064 [  1900] By: gsar                                  on 1998/10/02  01:02:09
20065     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
20066  Branch: perl
20067        ! perl.h pp_ctl.c
20068 ____________________________________________________________________________
20069 [  1899] By: gsar                                  on 1998/09/28  20:46:30
20070     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
20071          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
20072          Dvornik)
20073  Branch: perl
20074        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
20075 ____________________________________________________________________________
20076 [  1898] By: gsar                                  on 1998/09/28  20:42:52
20077     Log: flush unsubmitted 5.00552 change
20078  Branch: perl
20079        ! MANIFEST
20080 ____________________________________________________________________________
20081 [  1897] By: gsar                                  on 1998/09/27  04:43:06
20082     Log: run vms_yfix.pl
20083  Branch: perl
20084        ! vms/perly_c.vms
20085 ____________________________________________________________________________
20086 [  1896] By: gsar                                  on 1998/09/27  03:38:55
20087     Log: small tweak on last change
20088  Branch: perl
20089        ! win32/win32.c
20090 ____________________________________________________________________________
20091 [  1895] By: gsar                                  on 1998/09/27  03:17:17
20092     Log: fix win32_stat() to do the right thing for share names
20093  Branch: perl
20094        ! win32/win32.c
20095 ____________________________________________________________________________
20096 [  1891] By: larry                                 on 1998/09/25  18:50:40
20097     Log: Fixed apostrophe problem from Mark Knutsen.
20098  Branch: perl
20099        ! sv.h
20100
20101 ----------------
20102 Version 5.005_52
20103 ----------------
20104
20105 ____________________________________________________________________________
20106 [  1890] By: gsar                                  on 1998/09/25  10:25:00
20107     Log: update template config.sh, add new config vars to win32 stuff
20108  Branch: perl
20109        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
20110        ! pp_sys.c proto.h win32/config.bc win32/config.gc
20111        ! win32/config.vc win32/config_H.bc win32/config_H.gc
20112        ! win32/config_H.vc win32/win32.h
20113 ____________________________________________________________________________
20114 [  1889] By: gsar                                  on 1998/09/25  07:13:13
20115     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
20116          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
20117          of full-fledged 64-bit support (including support for: fseeko/ftello,
20118          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
20119          in Fcntl)
20120          From: Jarkko Hietaniemi <jhi@iki.fi>
20121          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
20122          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
20123          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
20124          --
20125          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
20126          Date: 12 Sep 1998 09:44:25 +0300
20127          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
20128          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
20129  Branch: perl
20130        + lib/filetest.pm
20131        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
20132        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
20133        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
20134        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
20135        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
20136        ! win32/makedef.pl
20137 ____________________________________________________________________________
20138 [  1888] By: gsar                                  on 1998/09/25  06:27:12
20139     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
20140  Branch: perl
20141        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
20142        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20143        ! win32/makedef.pl win32/makefile.mk win32/win32.c
20144 ____________________________________________________________________________
20145 [  1887] By: gsar                                  on 1998/09/25  04:50:49
20146     Log: win32.c tweak
20147  Branch: perl
20148        ! win32/win32.c
20149 ____________________________________________________________________________
20150 [  1886] By: gsar                                  on 1998/09/25  04:47:32
20151     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
20152  Branch: perl
20153        ! lib/ExtUtils/MakeMaker.pm
20154 ____________________________________________________________________________
20155 [  1885] By: gsar                                  on 1998/09/25  04:05:09
20156     Log: From: Dominic Dunlop <domo@vo.lu>
20157          Date: Thu, 10 Sep 1998 11:02:46 +0000
20158          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
20159          Subject: MM_Unix::canonpath erroneously turns leading // into /
20160  Branch: perl
20161        ! lib/ExtUtils/MM_Unix.pm
20162 ____________________________________________________________________________
20163 [  1884] By: gsar                                  on 1998/09/25  03:06:10
20164     Log: temporarily disable perl malloc for a2p until we clean up
20165          conflicting malloc() declarations everywhere
20166  Branch: perl
20167        ! x2p/Makefile.SH
20168 ____________________________________________________________________________
20169 [  1883] By: gsar                                  on 1998/09/25  02:27:00
20170     Log: remove obsolete win32/bin/*.pl
20171  Branch: perl
20172        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
20173        ! Changes MANIFEST win32/Makefile win32/makefile.mk
20174 ____________________________________________________________________________
20175 [  1882] By: gsar                                  on 1998/09/25  02:04:43
20176     Log: missing file in last submit
20177  Branch: perl
20178        ! proto.h
20179 ____________________________________________________________________________
20180 [  1881] By: gsar                                  on 1998/09/25  01:56:54
20181     Log: serial access to PL_x[inpr]v_root for USE_THREADS
20182  Branch: perl
20183        ! sv.c
20184 ____________________________________________________________________________
20185 [  1880] By: gsar                                  on 1998/09/25  01:19:38
20186     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
20187          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
20188          Date: Thu, 24 Sep 1998 22:01:09 +0900
20189          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
20190          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
20191  Branch: perl
20192        ! hv.c proto.h
20193 ____________________________________________________________________________
20194 [  1879] By: gsar                                  on 1998/09/25  00:20:07
20195     Log: tweaks to enable PERL_OBJECT to build & test on win32
20196  Branch: perl
20197        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
20198        ! win32/GenCAPI.pl
20199 ____________________________________________________________________________
20200 [  1878] By: gsar                                  on 1998/09/25  00:13:36
20201     Log: fix change#1861, which breaks default boot_xxx symbol generation
20202  Branch: perl
20203        ! lib/ExtUtils/Mksymlists.pm
20204 ____________________________________________________________________________
20205 [  1877] By: gsar                                  on 1998/09/24  10:29:54
20206     Log: two tweaks for clean build and test on Solaris
20207  Branch: perl
20208        ! op.c t/op/subst.t
20209 ____________________________________________________________________________
20210 [  1876] By: gsar                                  on 1998/09/24  09:04:43
20211     Log: From: Colin Kuskie <ckuskie@cadence.com>
20212          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
20213          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
20214          Subject: [PATCH 5.005_51] perlform.pod
20215  Branch: perl
20216        ! pod/perlform.pod
20217 ____________________________________________________________________________
20218 [  1875] By: gsar                                  on 1998/09/24  08:47:47
20219     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20220          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
20221          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
20222          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
20223  Branch: perl
20224        ! regexec.c
20225 ____________________________________________________________________________
20226 [  1874] By: gsar                                  on 1998/09/24  08:44:55
20227     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20228          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
20229          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
20230          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
20231  Branch: perl
20232        ! toke.c
20233 ____________________________________________________________________________
20234 [  1873] By: gsar                                  on 1998/09/24  08:39:41
20235     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20236          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
20237          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
20238          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
20239  Branch: perl
20240        ! Changes regcomp.c
20241 ____________________________________________________________________________
20242 [  1872] By: gsar                                  on 1998/09/24  08:37:00
20243     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
20244          Date: Sun, 23 Aug 1998 23:18:38 PDT
20245          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
20246          Subject: new irix_6.sh hints file
20247  Branch: perl
20248        ! hints/irix_6.sh
20249 ____________________________________________________________________________
20250 [  1871] By: gsar                                  on 1998/09/24  07:26:37
20251     Log: correct FSF address in various places
20252  Branch: perl
20253        ! Copying README ext/B/README lib/Getopt/Long.pm
20254 ____________________________________________________________________________
20255 [  1870] By: gsar                                  on 1998/09/24  07:11:56
20256     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
20257          Date:    Fri, 14 Aug 1998 09:20:16 PDT
20258          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
20259          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
20260  Branch: perl
20261        ! configure.com
20262 ____________________________________________________________________________
20263 [  1869] By: gsar                                  on 1998/09/24  06:55:59
20264     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
20265          From:    Scott Henry <scotth@sgi.com>
20266          Date:    13 Aug 1998 09:52:15 PDT
20267          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
20268          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
20269  Branch: perl
20270        ! hints/irix_6.sh
20271 ____________________________________________________________________________
20272 [  1868] By: gsar                                  on 1998/09/24  06:51:23
20273     Log: From:    Nathan Torkington <gnat@frii.com>
20274          Date:    Thu, 13 Aug 1998 10:59:48 MDT
20275          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
20276          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
20277  Branch: perl
20278        ! pod/perlfunc.pod
20279 ____________________________________________________________________________
20280 [  1867] By: gsar                                  on 1998/09/24  06:45:13
20281     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
20282          that are autoloaded)
20283  Branch: perl
20284        ! pp_ctl.c
20285 ____________________________________________________________________________
20286 [  1866] By: gsar                                  on 1998/09/24  05:21:19
20287     Log: grandfather deprecated "$$<digit>" no more
20288  Branch: perl
20289        ! pod/perldiag.pod toke.c
20290 ____________________________________________________________________________
20291 [  1865] By: gsar                                  on 1998/09/24  04:52:48
20292     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
20293          low bits (suggested by Ilya Zakharevich)
20294  Branch: perl
20295        ! hv.h
20296 ____________________________________________________________________________
20297 [  1864] By: gsar                                  on 1998/09/24  04:29:14
20298     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
20299          perly_c.diff
20300  Branch: perl
20301        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
20302        ! perly_c.diff toke.c
20303 ____________________________________________________________________________
20304 [  1863] By: gsar                                  on 1998/09/24  03:36:30
20305     Log: provide locked access to string table for USE_THREADS
20306  Branch: perl
20307        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
20308 ____________________________________________________________________________
20309 [  1862] By: gsar                                  on 1998/09/24  03:30:32
20310     Log: remove bogus warn()
20311  Branch: perl
20312        ! embed.pl
20313 ____________________________________________________________________________
20314 [  1861] By: gsar                                  on 1998/09/24  02:58:51
20315     Log: applied suggested patch, adapted for all platforms
20316          From: jan.dubois@ibm.net (Jan Dubois)
20317          Date: Sun, 20 Sep 1998 12:56:38 +0200
20318          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
20319          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
20320  Branch: perl
20321        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
20322        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
20323        ! lib/ExtUtils/MakeMaker.pm
20324 ____________________________________________________________________________
20325 [  1860] By: gsar                                  on 1998/09/24  02:16:14
20326     Log: upgrade to CPAN-1.40
20327  Branch: perl
20328        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
20329 ____________________________________________________________________________
20330 [  1859] By: gsar                                  on 1998/09/24  02:08:59
20331     Log: use $ENV{MAKEMAKEROPT} to set default command line args
20332  Branch: perl
20333        ! lib/ExtUtils/MakeMaker.pm
20334 ____________________________________________________________________________
20335 [  1857] By: gsar                                  on 1998/09/23  10:58:36
20336     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20337          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
20338          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
20339          Subject: More verbose Test::Harness [PATCH]
20340  Branch: perl
20341        ! lib/Test/Harness.pm
20342 ____________________________________________________________________________
20343 [  1856] By: gsar                                  on 1998/09/23  10:56:24
20344     Log: update hints for OPENSTEP 4.2 on i386
20345          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
20346          Date: Sun, 20 Sep 1998 01:03:18 +0200
20347          Message-Id: <9809192303.AA29190@Spike>
20348          Subject: Perl 5.005_02 compilation problems
20349  Branch: perl
20350        ! hints/next_4.sh
20351 ____________________________________________________________________________
20352 [  1855] By: gsar                                  on 1998/09/23  10:52:27
20353     Log: reset errno after C<require> search (as suggested by Larry)
20354  Branch: perl
20355        ! pp_ctl.c
20356 ____________________________________________________________________________
20357 [  1854] By: gsar                                  on 1998/09/23  10:50:26
20358     Log: misc pod tweaks
20359  Branch: perl
20360        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
20361 ____________________________________________________________________________
20362 [  1853] By: gsar                                  on 1998/09/23  10:46:06
20363     Log: make Pod/Html.pm handle the --title option properly (as suggested
20364          by gml4410@ggr.co.uk)
20365  Branch: perl
20366        ! lib/Pod/Html.pm
20367 ____________________________________________________________________________
20368 [  1852] By: gsar                                  on 1998/09/23  10:41:39
20369     Log: SSNEW() API for allocating memory on the savestack
20370          From: Albert Dvornik <bert@genscan.com>
20371          Date: 17 Sep 1998 19:23:07 -0400
20372          Message-Id: <tqemtae338.fsf@puma.genscan.com>
20373          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
20374  Branch: perl
20375        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
20376        ! perl.h proto.h scope.c scope.h t/io/tell.t
20377 ____________________________________________________________________________
20378 [  1851] By: gsar                                  on 1998/09/23  10:37:05
20379     Log: From: Jochen Wiedmann <joe@ispsoft.de>
20380          Date: Thu, 17 Sep 1998 17:16:06 +0200
20381          Message-ID: <360127B6.E44564A@ispsoft.de>
20382          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
20383  Branch: perl
20384        ! lib/ExtUtils/MakeMaker.pm
20385 ____________________________________________________________________________
20386 [  1850] By: gsar                                  on 1998/09/23  10:33:05
20387     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
20388          Date: 15 Sep 1998 01:32:31 +0200
20389          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
20390          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
20391  Branch: perl
20392        ! lib/ExtUtils/MM_Unix.pm
20393 ____________________________________________________________________________
20394 [  1849] By: gsar                                  on 1998/09/23  10:29:04
20395     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
20396          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
20397          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
20398          Subject: Re: extralibs.ld problem in MM_VMS.pm
20399  Branch: perl
20400        ! lib/ExtUtils/MM_VMS.pm
20401 ____________________________________________________________________________
20402 [  1848] By: gsar                                  on 1998/09/23  10:25:24
20403     Log: From: Roderick Schertler <roderick@argon.org>
20404          Date: 11 Sep 1998 16:19:21 -0400
20405          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
20406          Subject: Re: Open2 and memory leaks
20407  Branch: perl
20408        ! lib/IPC/Open3.pm
20409 ____________________________________________________________________________
20410 [  1847] By: gsar                                  on 1998/09/23  10:18:31
20411     Log: From: Roderick Schertler <roderick@argon.org>
20412          Date: Wed, 09 Sep 1998 23:52:48 -0400
20413          Message-ID: <20567.905399568@eeyore.ibcinc.com>
20414          Subject: seed srand from /dev/urandom when possible
20415  Branch: perl
20416        ! pod/perlfunc.pod pp.c
20417 ____________________________________________________________________________
20418 [  1846] By: gsar                                  on 1998/09/23  10:12:22
20419     Log: From: Roderick Schertler <roderick@argon.org>
20420          Date: Thu, 10 Sep 1998 00:32:17 -0400
20421          Message-ID: <21142.905401937@eeyore.ibcinc.com>
20422          Subject: doc update for crypt()'s salt
20423  Branch: perl
20424        ! pod/perlfunc.pod
20425 ____________________________________________________________________________
20426 [  1845] By: gsar                                  on 1998/09/23  10:09:23
20427     Log: fix h2ph handling of C<#error "foo">
20428          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
20429          Date: Thu, 10 Sep 1998 09:59:33 +0900
20430          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
20431          Subject: [5.005_02] h2ph problem
20432  Branch: perl
20433        ! utils/h2ph.PL
20434 ____________________________________________________________________________
20435 [  1844] By: gsar                                  on 1998/09/23  10:06:13
20436     Log: plug strictly private function leaks in API listing
20437  Branch: perl
20438        ! pod/perlguts.pod
20439 ____________________________________________________________________________
20440 [  1843] By: gsar                                  on 1998/09/23  10:02:57
20441     Log: hide symbol for static build
20442          From: Dominic Dunlop <domo@vo.lu>
20443          Date: Tue, 8 Sep 1998 21:40:46 +0000
20444          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
20445          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
20446  Branch: perl
20447        ! regcomp.c
20448 ____________________________________________________________________________
20449 [  1842] By: gsar                                  on 1998/09/23  09:52:46
20450     Log: define PUT_svindex(), PUT_opindex()
20451  Branch: perl
20452        ! ext/B/B/Assembler.pm
20453 ____________________________________________________________________________
20454 [  1841] By: gsar                                  on 1998/09/23  09:44:25
20455     Log: From: Dominic Dunlop <domo@vo.lu>
20456          Date: Tue, 8 Sep 1998 15:34:53 +0000
20457          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
20458          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
20459  Branch: perl
20460        ! t/pragma/warn/regexec
20461 ____________________________________________________________________________
20462 [  1840] By: gsar                                  on 1998/09/23  09:42:17
20463     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
20464  Branch: perl
20465        ! win32/bin/pl2bat.pl
20466 ____________________________________________________________________________
20467 [  1839] By: gsar                                  on 1998/09/23  09:38:18
20468     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
20469          Date: Mon, 7 Sep 1998 17:36:09 +0900
20470          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
20471          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
20472  Branch: perl
20473        ! ext/Thread/Thread.xs
20474 ____________________________________________________________________________
20475 [  1838] By: gsar                                  on 1998/09/23  09:21:11
20476     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
20477          Date: Thu, 10 Sep 1998 00:02:07 -0400
20478          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
20479          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
20480  Branch: perl
20481        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
20482        + vos/config.h vos/config_h.SH_orig vos/perl.bind
20483        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
20484        ! MANIFEST perl.c perl.h pod/perlport.pod
20485 ____________________________________________________________________________
20486 [  1837] By: gsar                                  on 1998/09/23  08:45:58
20487     Log: (via private mail)
20488          From: Charles Bailey <BAILEY@newman.upenn.edu>
20489          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
20490          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
20491          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
20492  Branch: perl
20493        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
20494        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
20495        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
20496        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
20497        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
20498        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
20499        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
20500        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
20501        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
20502        ! vms/writemain.pl
20503 ____________________________________________________________________________
20504 [  1836] By: gsar                                  on 1998/09/23  08:17:42
20505     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20506          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
20507          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
20508          Subject: [PATCH 5.005_*] OS/2 spawning typos
20509  Branch: perl
20510        ! os2/os2.c
20511 ____________________________________________________________________________
20512 [  1835] By: gsar                                  on 1998/09/23  08:09:55
20513     Log: warn on C<my($foo,$foo)>
20514  Branch: perl
20515        ! op.c pod/perldiag.pod
20516 ____________________________________________________________________________
20517 [  1834] By: gsar                                  on 1998/09/23  07:35:56
20518     Log: From: pvhp@forte.com (Peter Prymmer)
20519          Date: Fri, 4 Sep 98 13:27:41 PDT
20520          Message-Id: <9809042027.AA04463@forte.com>
20521          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
20522  Branch: perl
20523        ! README.vms
20524 ____________________________________________________________________________
20525 [  1833] By: gsar                                  on 1998/09/23  07:27:34
20526     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
20527          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
20528          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
20529          Subject: PATCH: 5.005_02 hint/hpux.sh
20530  Branch: perl
20531        ! hints/hpux.sh
20532 ____________________________________________________________________________
20533 [  1832] By: gsar                                  on 1998/09/23  07:22:40
20534     Log: fix (some) installhtml bugs
20535          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
20536          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
20537          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
20538          Subject: installhtml script needs work
20539  Branch: perl
20540        ! installhtml
20541 ____________________________________________________________________________
20542 [  1831] By: gsar                                  on 1998/09/23  07:19:30
20543     Log: document 'U' magic with examples
20544          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
20545          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
20546          Message-Id: <199809011455.PAA00631@sale-wts>
20547          Subject: Re: Looking for some XS MAGIC examples...
20548  Branch: perl
20549        ! pod/perlguts.pod
20550 ____________________________________________________________________________
20551 [  1830] By: gsar                                  on 1998/09/23  07:16:43
20552     Log: From: pvhp@forte.com (Peter Prymmer)
20553          Date: Mon, 31 Aug 98 17:13:49 PDT
20554          Message-Id: <9809010013.AA06737@forte.com>
20555          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
20556  Branch: perl
20557        ! README.os390
20558 ____________________________________________________________________________
20559 [  1829] By: gsar                                  on 1998/09/23  07:15:08
20560     Log: fix problematic typecast in filter_del()
20561          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
20562          Date: Mon, 31 Aug 1998 21:13:11 GMT
20563          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
20564          Subject: perl5.005_02 does not build on Cray T90
20565  Branch: perl
20566        ! toke.c
20567 ____________________________________________________________________________
20568 [  1828] By: gsar                                  on 1998/09/23  07:11:34
20569     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20570          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
20571          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
20572          Subject: [PATCH 5.005_5*] (?>) broken in RE
20573  Branch: perl
20574        ! regexec.c t/op/re_tests
20575 ____________________________________________________________________________
20576 [  1827] By: gsar                                  on 1998/09/23  07:09:50
20577     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
20578  Branch: perl
20579        ! t/op/grent.t t/op/groups.t
20580 ____________________________________________________________________________
20581 [  1826] By: gsar                                  on 1998/09/23  07:03:16
20582     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
20583          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
20584          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
20585          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
20586  Branch: perl
20587        - interp.sym
20588        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
20589 ____________________________________________________________________________
20590 [  1825] By: gsar                                  on 1998/09/23  06:56:40
20591     Log: re-introduce change#1703
20592  Branch: perl
20593        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
20594 ____________________________________________________________________________
20595 [  1824] By: gsar                                  on 1998/09/23  06:44:19
20596     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20597          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
20598          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
20599          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
20600  Branch: perl
20601        ! lib/perl5db.pl
20602 ____________________________________________________________________________
20603 [  1823] By: gsar                                  on 1998/09/23  06:41:34
20604         Log: From: Joe Buehler <jhpb@hekimian.com>
20605              Date: 29 Aug 1998 17:13:28 -0400
20606              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
20607              Subject: patches for perl 5.005_51 under U/WIN
20608      Branch: perl
20609            + hints/uwin.sh
20610            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
20611            ! t/lib/posix.t
20612 ____________________________________________________________________________
20613 [  1822] By: gsar                                  on 1998/09/23  06:36:59
20614         Log: add missing C<no utf8;> tweak from Larry
20615      Branch: perl
20616            ! t/op/subst.t
20617 ____________________________________________________________________________
20618 [  1821] By: gsar                                  on 1998/09/23  06:27:51
20619         Log: s/runops/CALLRUNOPS/
20620      Branch: perl
20621            ! cc_runtime.h
20622 ____________________________________________________________________________
20623 [  1820] By: gsar                                  on 1998/09/23  06:24:49
20624         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
20625      Branch: perl
20626           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
20627           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
20628           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
20629           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
20630           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
20631           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
20632           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
20633           +> t/pragma/warn/util
20634            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
20635            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
20636            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
20637            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
20638            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
20639            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
20640            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
20641            - t/pragma/warn-util
20642            ! MANIFEST t/pragma/warning.t
20643 ____________________________________________________________________________
20644 [  1819] By: gsar                                  on 1998/09/23  06:08:46
20645         Log: make \(%foo) return refs to values (not copies of values)
20646              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
20647              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
20648              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
20649              --
20650              From: Roderick Schertler <roderick@argon.org>
20651              Date: Sat, 29 Aug 1998 00:58:33 -0400
20652              Message-ID: <29894.904366713@eeyore.ibcinc.com>
20653              Subject: Re: \(%x) problems
20654      Branch: perl
20655            ! doop.c pod/perlref.pod
20656 ____________________________________________________________________________
20657 [  1818] By: gsar                                  on 1998/09/23  06:05:08
20658         Log: make h2xs generate ANSI prototypes
20659      Branch: perl
20660            ! utils/h2xs.PL
20661 ____________________________________________________________________________
20662 [  1817] By: gsar                                  on 1998/09/23  05:57:16
20663         Log: updated usethreads hints for hpux 10.X
20664              From: Matthew T Harden <mthard@mthard1.monsanto.com>
20665              Date: Fri, 28 Aug 1998 14:10:42 GMT
20666              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
20667              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
20668      Branch: perl
20669            ! hints/hpux.sh perl.h
20670 ____________________________________________________________________________
20671 [  1816] By: gsar                                  on 1998/09/23  05:53:31
20672         Log: don't create empty directories in installperl
20673              From: Robin Barker <rmb1@cise.npl.co.uk>
20674              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
20675              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
20676              Subject: [PATCH 5.005_02] install: empty dirs
20677      Branch: perl
20678            ! installperl
20679 ____________________________________________________________________________
20680 [  1815] By: gsar                                  on 1998/09/23  05:50:36
20681         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
20682              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20683              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
20684              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
20685              Subject: Re: your mail
20686      Branch: perl
20687            ! regexec.c t/op/re_tests
20688 ____________________________________________________________________________
20689 [  1814] By: gsar                                  on 1998/09/23  05:45:17
20690         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
20691              Date: Thu, 20 Aug 1998 20:59:03 -0400
20692              Message-ID: <19980820205903.A12908@O2.chapin.edu>
20693              Subject: [PATCH] h2ph misquotes #error directives
20694      Branch: perl
20695            ! t/lib/h2ph.pht utils/h2ph.PL
20696 ____________________________________________________________________________
20697 [  1813] By: gsar                                  on 1998/09/23  05:42:41
20698         Log: patch to support computed regular subexpressions
20699              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20700              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
20701              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
20702              Subject: [5.005_5* PATCH] Postponed RE - now!
20703      Branch: perl
20704            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
20705            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
20706 ____________________________________________________________________________
20707 [  1812] By: gsar                                  on 1998/09/23  05:26:26
20708         Log: better CR-handling on shebang line and in formats (fixed variant of
20709              patch suggested by Igor Sysoev <igor@nitek.ru>)
20710      Branch: perl
20711            ! perl.c toke.c
20712 ____________________________________________________________________________
20713 [  1811] By: gsar                                  on 1998/09/23  04:35:46
20714         Log: document non-loopish blocks better
20715              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
20716              Date: Tue, 18 Aug 1998 12:28:36 +0100
20717              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
20718              Subject: Re: next in do {} while block gives error message
20719      Branch: perl
20720            ! pod/perlfunc.pod
20721 ____________________________________________________________________________
20722 [  1810] By: gsar                                  on 1998/09/23  04:12:05
20723         Log: fix bogus integerization of pop()'s return value
20724              From: Gurusamy Sarathy <gsar@engin.umich.edu>
20725              Date: Sat, 15 Aug 1998 23:27:54 -0400
20726              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
20727              Subject: Re: Complex expression does integer arithmetic 
20728      Branch: perl
20729            ! opcode.h opcode.pl
20730 ____________________________________________________________________________
20731 [  1809] By: gsar                                  on 1998/09/23  04:09:43
20732         Log: tweak README.win32
20733      Branch: perl
20734            ! README.win32
20735 ____________________________________________________________________________
20736 [  1808] By: gsar                                  on 1998/09/23  03:40:57
20737         Log: better diagnostic for do{} used as lvalue
20738      Branch: perl
20739            ! op.c pod/perlport.pod
20740 ____________________________________________________________________________
20741 [  1807] By: gsar                                  on 1998/09/23  03:38:30
20742         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
20743              From: hansm@icgroup.nl
20744              Date: Tue, 11 Aug 98 21:08:51 +0200
20745              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
20746              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
20747      Branch: perl
20748            ! malloc.c
20749 ____________________________________________________________________________
20750 [  1806] By: gsar                                  on 1998/09/23  03:36:08
20751         Log: support make written in perl (aka "pmake") on win32
20752      Branch: perl
20753            ! lib/ExtUtils/MM_Win32.pm
20754 ____________________________________________________________________________
20755 [  1805] By: gsar                                  on 1998/09/23  03:30:07
20756         Log: fix mismatched UV/U32 types for to_utf8_*()
20757      Branch: perl
20758            ! utf8.c
20759 ____________________________________________________________________________
20760 [  1804] By: gsar                                  on 1998/09/23  03:22:22
20761         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
20762              Date: Sun, 9 Aug 1998 22:38:23 +0200
20763              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
20764              Subject: [PATCH 5.5002] dos-djgpp update
20765      Branch: perl
20766            ! t/io/fs.t
20767 ____________________________________________________________________________
20768 [  1803] By: gsar                                  on 1998/09/23  03:20:13
20769         Log: apply minimal variant of patch (sent via private mail)
20770              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
20771              Date: Wed, 12 Aug 1998 15:42:35 +0300
20772              Message-Id: <199808121242.PAA29761@comanche.spices>
20773              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
20774      Branch: perl
20775            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
20776            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
20777 ____________________________________________________________________________
20778 [  1802] By: gsar                                  on 1998/09/23  03:03:39
20779         Log: adjust searchdict.t for EBCDIC (still needs documenting)
20780              From: pvhp@forte.com (Peter Prymmer)
20781              Date: Thu, 6 Aug 98 18:09:39 PDT
20782              Message-Id: <9808070109.AA06158@forte.com>
20783              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
20784      Branch: perl
20785            ! README.os390 t/lib/searchdict.t
20786 ____________________________________________________________________________
20787 [  1801] By: gsar                                  on 1998/09/23  02:54:15
20788         Log: silence redefined warning for XS(INIT) {}
20789      Branch: perl
20790            ! op.c
20791 ____________________________________________________________________________
20792 [  1800] By: gsar                                  on 1998/09/23  02:42:23
20793         Log: support match indices via special variables @- and @+
20794              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20795              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
20796              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
20797              Subject: [PATCH 5.004_76] @- and @+
20798      Branch: perl
20799            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
20800            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
20801 ____________________________________________________________________________
20802 [  1799] By: gsar                                  on 1998/09/23  01:44:31
20803         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20804              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
20805              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
20806              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
20807      Branch: perl
20808            ! regcomp.c t/op/re_tests
20809 ____________________________________________________________________________
20810 [  1798] By: gsar                                  on 1998/09/23  01:39:23
20811         Log: integrate maint-5.005 changes (except conflicting change#1794)
20812      Branch: perl
20813            ! Changes
20814           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
20815           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
20816           !> win32/win32.h
20817 ____________________________________________________________________________
20818 [  1797] By: gsar                                  on 1998/09/23  01:32:36
20819         Log: add note to win32/Makefile about setting CCHOME
20820      Branch: perl
20821            ! win32/Makefile win32/makefile.mk
20822 ____________________________________________________________________________
20823 [  1796] By: gsar                                  on 1998/09/23  01:31:32
20824         Log: perl.pod tweak
20825      Branch: perl
20826            ! pod/perl.pod
20827 ____________________________________________________________________________
20828 [  1795] By: gsar                                  on 1998/09/21  20:34:10
20829         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
20830      Branch: perl
20831            ! lib/ExtUtils/xsubpp
20832 ____________________________________________________________________________
20833 [  1789] By: gsar                                  on 1998/09/18  18:01:37
20834         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
20835      Branch: perl
20836            ! cop.h t/cmd/for.t
20837 ____________________________________________________________________________
20838 [  1788] By: gsar                                  on 1998/09/17  02:19:11
20839         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
20840      Branch: perl
20841            ! win32/config.bc win32/config.gc win32/config.vc
20842 ____________________________________________________________________________
20843 [  1787] By: gsar                                  on 1998/09/17  01:45:14
20844         Log: suppress bogus warning on C<sub x {} x()>
20845      Branch: perl
20846            ! toke.c
20847 ____________________________________________________________________________
20848 [  1786] By: gsar                                  on 1998/09/17  01:42:51
20849         Log: ntohl typo in objXSUB.h
20850      Branch: perl
20851            ! objXSUB.h
20852 ____________________________________________________________________________
20853 [  1785] By: gsar                                  on 1998/09/17  01:41:48
20854         Log: fill gaps in sig_* entries in win32/config.?c
20855      Branch: perl
20856            ! win32/config.bc win32/config.gc win32/config.vc
20857 ____________________________________________________________________________
20858 [  1781] By: larry                                 on 1998/09/05  23:48:24
20859         Log: tr/// logic was hosed under utf8
20860      Branch: perl
20861            ! doop.c op.c op.h pp.c proto.h
20862 ____________________________________________________________________________
20863 [  1780] By: larry                                 on 1998/09/05  23:44:16
20864         Log: several new tests needed tweaking to work under utf8
20865      Branch: perl
20866            ! t/comp/require.t t/op/pack.t t/op/substr.t
20867 ____________________________________________________________________________
20868 [  1779] By: larry                                 on 1998/09/05  23:41:42
20869         Log: index() applied BM optimization to wrong argument
20870      Branch: perl
20871            ! op.c util.c
20872 ____________________________________________________________________________
20873 [  1778] By: larry                                 on 1998/09/05  23:38:29
20874         Log: Implicit require during compile reset line numbering
20875      Branch: perl
20876            ! pp_ctl.c
20877
20878 ----------------
20879 Version 5.005_51
20880 ----------------
20881
20882 ____________________________________________________________________________
20883 [  1777] By: gsar                                  on 1998/08/10  07:02:38
20884         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
20885              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
20886              lexical warning testsuite for win32
20887      Branch: perl
20888            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
20889            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
20890            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
20891            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
20892            ! win32/Makefile win32/makefile.mk
20893 ____________________________________________________________________________
20894 [  1776] By: gsar                                  on 1998/08/09  17:53:48
20895         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
20896      Branch: perl
20897            ! Changes MANIFEST perl.c pod/perlhist.pod
20898 ____________________________________________________________________________
20899 [  1775] By: gsar                                  on 1998/08/09  14:35:33
20900         Log: tweak warning test
20901      Branch: perl
20902            ! t/pragma/warn-toke
20903 ____________________________________________________________________________
20904 [  1774] By: gsar                                  on 1998/08/09  14:13:46
20905         Log: add missing dTHR; notes for test failures due to small stacksize
20906      Branch: perl
20907            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
20908            ! toke.c universal.c util.c
20909 ____________________________________________________________________________
20910 [  1773] By: gsar                                  on 1998/08/09  11:31:53
20911         Log: lexical warnings; tweaks to places that didn't apply correctly
20912              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
20913              Date:    Wed, 29 Jul 1998 09:28:45 BST
20914              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
20915              Subject: lexical warnings patch for 5.005_50
20916      Branch: perl
20917            + README.lexwarn lib/warning.pm t/pragma/warn-2use
20918            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
20919            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
20920            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
20921            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
20922            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
20923            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
20924            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
20925            + warning.h warning.pl
20926            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
20927            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
20928            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
20929            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
20930            ! universal.c util.c
20931 ____________________________________________________________________________
20932 [  1772] By: gsar                                  on 1998/08/08  23:06:00
20933         Log: bump patchlevel to 5.005_51
20934      Branch: perl
20935            ! patchlevel.h win32/Makefile win32/config_H.bc
20936            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
20937 ____________________________________________________________________________
20938 [  1771] By: gsar                                  on 1998/08/08  23:01:57
20939         Log: fix bogus warning on "\x{123}"
20940              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
20941              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
20942              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
20943              Subject: [5.005_50 PATCH] Some unicode problems
20944      Branch: perl
20945            ! regcomp.c toke.c
20946 ____________________________________________________________________________
20947 [  1770] By: gsar                                  on 1998/08/08  22:56:55
20948         Log: hide dup symbol for static build of ext/re
20949              From: Dominic Dunlop <domo@ppp72.vo.lu>
20950              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
20951              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
20952              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
20953      Branch: perl
20954            ! regcomp.c
20955 ____________________________________________________________________________
20956 [  1769] By: gsar                                  on 1998/08/08  22:45:06
20957         Log: fix double free on -Mutf8 -e '$b=uc("")'
20958              From: larry@wall.org (Larry Wall)
20959              Date: Fri, 7 Aug 1998 14:42:43 -0700
20960              Message-Id: <199808072142.OAA14920@wall.org>
20961              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
20962      Branch: perl
20963            ! pp.c
20964 ____________________________________________________________________________
20965 [  1768] By: gsar                                  on 1998/08/08  22:42:29
20966         Log: substr() assumes utf8 without say-so
20967              From: larry@wall.org (Larry Wall)
20968              Date: Fri, 7 Aug 1998 12:25:12 -0700
20969              Message-Id: <199808071925.MAA13436@wall.org>
20970              Subject: [PATCH 5.005_50] substr bug?
20971      Branch: perl
20972            ! pp.c
20973 ____________________________________________________________________________
20974 [  1767] By: gsar                                  on 1998/08/08  22:38:25
20975         Log: fix intolerance of SWASHes for blank lines
20976              From: Gisle Aas <aas@sn.no>
20977              Date: 06 Aug 1998 23:28:57 +0200
20978              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
20979              Subject: Re: Re[2]: another joyride begins
20980      Branch: perl
20981            ! lib/utf8_heavy.pl
20982 ____________________________________________________________________________
20983 [  1766] By: gsar                                  on 1998/08/08  22:33:10
20984         Log: utf8 doc tweak
20985              From: Gisle Aas <aas@sn.no>
20986              Date: 05 Aug 1998 00:41:04 +0200
20987              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
20988              Subject: Matching clumps
20989      Branch: perl
20990            ! lib/utf8.pm
20991 ____________________________________________________________________________
20992 [  1765] By: gsar                                  on 1998/08/08  22:31:37
20993         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
20994              From: Gisle Aas <aas@sn.no>
20995              Date: 04 Aug 1998 22:56:11 +0200
20996              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
20997              Subject: Re: another joyride begins
20998      Branch: perl
20999            ! lib/utf8_heavy.pl
21000 ____________________________________________________________________________
21001 [  1764] By: gsar                                  on 1998/08/08  22:28:43
21002         Log: From: larry@wall.org (Larry Wall)
21003              Date: Tue, 4 Aug 1998 17:04:51 -0700
21004              Message-Id: <199808050004.RAA22592@wall.org>
21005              Subject: [PATCH 5.005_50] \pX not implemented!
21006      Branch: perl
21007            ! regcomp.c
21008 ____________________________________________________________________________
21009 [  1763] By: gsar                                  on 1998/08/08  22:27:15
21010         Log: From: Stephen McCamant <alias@mcs.com>
21011              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
21012              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
21013              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
21014      Branch: perl
21015            ! op.c
21016 ____________________________________________________________________________
21017 [  1762] By: gsar                                  on 1998/08/08  22:26:09
21018         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
21019              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
21020              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
21021              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
21022      Branch: perl
21023            + t/op/grent.t t/op/pwent.t
21024            ! MANIFEST
21025 ____________________________________________________________________________
21026 [  1761] By: gsar                                  on 1998/08/08  22:21:52
21027         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21028              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
21029              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
21030              Subject: [5.005_50 PATCH] misprint in RE engine
21031      Branch: perl
21032            ! regexec.c t/op/re_tests
21033 ____________________________________________________________________________
21034 [  1760] By: gsar                                  on 1998/08/08  22:18:54
21035         Log: integrate maint-5.005 changes into mainline
21036      Branch: perl
21037           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
21038           !> (integrate 138 files)
21039 ____________________________________________________________________________
21040 [  1672] By: gsar                                  on 1998/07/27  18:35:28
21041         Log: create new Changes
21042      Branch: perl
21043            + Changes
21044            ! Changes5.005 MANIFEST
21045 ____________________________________________________________________________
21046 [  1671] By: gsar                                  on 1998/07/27  18:30:57
21047         Log: rename Changes --> Changes5.005
21048      Branch: perl
21049           +> Changes5.005
21050            - Changes
21051 ____________________________________________________________________________
21052 [  1670] By: gsar                                  on 1998/07/27  18:10:14
21053         Log: integrate 5.005_01 changes from maint
21054      Branch: perl
21055            ! Changes
21056           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
21057           !> win32/win32.c
21058 ____________________________________________________________________________
21059 [  1667] By: nick                                  on 1998/07/26  14:31:01
21060         Log: Add dTHR so that it compiles miniperl in threaded mode
21061      Branch: perl
21062            ! doop.c mg.c regcomp.c regexec.c
21063 ____________________________________________________________________________
21064 [  1666] By: nick                                  on 1998/07/26  13:01:10
21065         Log: Resolve ansiperl against mainline (@1648?)
21066              Unclear that change number has "taken".
21067      Branch: ansiperl
21068           +> (branch 169 files)
21069            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
21070           !> (integrate 131 files)
21071
21072 ----------------
21073 Version 5.005_50
21074 ----------------
21075
21076 ____________________________________________________________________________
21077 [  1665] By: gsar                                  on 1998/07/26  05:38:48
21078         Log: add trailing newline to file
21079      Branch: perl
21080            ! Changes lib/unicode/blocks.txt
21081 ____________________________________________________________________________
21082 [  1664] By: gsar                                  on 1998/07/26  05:08:48
21083         Log: integrate proto.h additions from maint-5.005
21084      Branch: perl
21085           !> pod/perlhist.pod proto.h
21086 ____________________________________________________________________________
21087 [  1663] By: gsar                                  on 1998/07/26  05:07:05
21088         Log: add new files to MANIFEST; add missing prototypes to proto.h;
21089              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
21090              add typecasts to silence warnings; tweaks for win32 builds
21091      Branch: perl
21092            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
21093            ! win32/Makefile win32/makefile.mk
21094 ____________________________________________________________________________
21095 [  1662] By: gsar                                  on 1998/07/26  05:01:52
21096         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
21097      Branch: maint-5.005/perl
21098            ! pod/perlhist.pod proto.h
21099 ____________________________________________________________________________
21100 [  1661] By: gsar                                  on 1998/07/26  02:52:48
21101         Log: up patchlevel to 5.005_50
21102      Branch: perl
21103            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
21104            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
21105 ____________________________________________________________________________
21106 [  1660] By: gsar                                  on 1998/07/26  02:43:57
21107         Log: integrate utfperl
21108      Branch: perl
21109           +> (branch 162 files)
21110           !> (integrate 29 files)
21111 ____________________________________________________________________________
21112 [  1659] By: gsar                                  on 1998/07/26  02:38:22
21113         Log: integrate maint-5.005 changes
21114      Branch: perl
21115           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
21116           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
21117           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
21118           !> vms/descrip_mms.template vms/subconfigure.com
21119 ____________________________________________________________________________
21120 [  1658] By: gsar                                  on 1998/07/26  02:23:46
21121         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
21122              Date: Fri, 24 Jul 1998 11:38:25 -0700
21123              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
21124              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
21125              --
21126              Date: Fri, 24 Jul 1998 12:30:36 -0700
21127              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
21128              Subject: [PATCH 5.005]Tweaks to README.vms
21129              --
21130              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
21131              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
21132              Subject: [PATCH 5.005] Final build cleanup patch
21133      Branch: maint-5.005/perl
21134            ! README.vms vms/descrip_mms.template vms/subconfigure.com
21135 ____________________________________________________________________________
21136 [  1657] By: gsar                                  on 1998/07/26  02:19:50
21137         Log: another platform where pp_sselect() needs a whole fd_set buffer
21138              From: Lupe Christoph <lupe@alanya.m.isar.de>
21139              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
21140              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
21141              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
21142      Branch: maint-5.005/perl
21143            ! pp_sys.c
21144 ____________________________________________________________________________
21145 [  1656] By: gsar                                  on 1998/07/26  02:12:46
21146         Log: fix problem building modules on dos-djgpp
21147              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
21148              Date: Sat, 25 Jul 1998 00:53:39 +0200
21149              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
21150              Subject: [PATCH 5.005] dos-djgpp and modules problem
21151      Branch: maint-5.005/perl
21152            ! djgpp/fixpmain
21153 ____________________________________________________________________________
21154 [  1655] By: gsar                                  on 1998/07/26  02:11:09
21155         Log: From: Tom Spindler <dogcow@home.merit.edu>
21156              Date: Wed, 22 Jul 1998 16:11:07 -0400
21157              Message-ID: <19980722161107.A16813@home.merit.edu>
21158              Subject: [PATCH 5.005] BeOS tweak
21159      Branch: maint-5.005/perl
21160            ! hints/beos.sh
21161 ____________________________________________________________________________
21162 [  1654] By: gsar                                  on 1998/07/26  02:09:29
21163         Log: various pod tweaks
21164      Branch: maint-5.005/perl
21165            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
21166            ! pod/perltoc.pod
21167 ____________________________________________________________________________
21168 [  1653] By: gsar                                  on 1998/07/26  02:05:46
21169         Log: fix emacs/ptags for PL_* changes
21170              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21171              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
21172              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
21173              Subject: [PATCH 5.004_76] Yet better ptags
21174      Branch: maint-5.005/perl
21175            ! emacs/ptags
21176 ____________________________________________________________________________
21177 [  1652] By: gsar                                  on 1998/07/26  02:03:01
21178         Log: fix behavior of <=> on bigints
21179              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21180              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
21181              Date: Fri, 24 Jul 1998 18:29:53 +0100
21182              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
21183      Branch: maint-5.005/perl
21184            ! lib/Math/BigInt.pm t/lib/bigintpm.t
21185 ____________________________________________________________________________
21186 [  1651] By: larry                                 on 1998/07/24  05:44:33
21187         Log: Here are the long-expected Unicode/UTF-8 modifications.
21188      Branch: utfperl
21189            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
21190            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
21191            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
21192            + lib/unicode/Decomposition.pl
21193            + lib/unicode/In/AlphabeticPresentationForms.pl
21194            + lib/unicode/In/Arabic.pl
21195            + lib/unicode/In/ArabicPresentationForms-A.pl
21196            + lib/unicode/In/ArabicPresentationForms-B.pl
21197            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
21198            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
21199            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
21200            + lib/unicode/In/BoxDrawing.pl
21201            + lib/unicode/In/CJKCompatibility.pl
21202            + lib/unicode/In/CJKCompatibilityForms.pl
21203            + lib/unicode/In/CJKCompatibilityIdeographs.pl
21204            + lib/unicode/In/CJKSymbolsandPunctuation.pl
21205            + lib/unicode/In/CJKUnifiedIdeographs.pl
21206            + lib/unicode/In/CombiningDiacriticalMarks.pl
21207            + lib/unicode/In/CombiningHalfMarks.pl
21208            + lib/unicode/In/CombiningMarksforSymbols.pl
21209            + lib/unicode/In/ControlPictures.pl
21210            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
21211            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
21212            + lib/unicode/In/EnclosedAlphanumerics.pl
21213            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
21214            + lib/unicode/In/GeneralPunctuation.pl
21215            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
21216            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
21217            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
21218            + lib/unicode/In/HalfwidthandFullwidthForms.pl
21219            + lib/unicode/In/HangulCompatibilityJamo.pl
21220            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
21221            + lib/unicode/In/Hebrew.pl
21222            + lib/unicode/In/HighPrivateUseSurrogates.pl
21223            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
21224            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
21225            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
21226            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
21227            + lib/unicode/In/LatinExtended-A.pl
21228            + lib/unicode/In/LatinExtended-B.pl
21229            + lib/unicode/In/LatinExtendedAdditional.pl
21230            + lib/unicode/In/LetterlikeSymbols.pl
21231            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
21232            + lib/unicode/In/MathematicalOperators.pl
21233            + lib/unicode/In/MiscellaneousSymbols.pl
21234            + lib/unicode/In/MiscellaneousTechnical.pl
21235            + lib/unicode/In/NumberForms.pl
21236            + lib/unicode/In/OpticalCharacterRecognition.pl
21237            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
21238            + lib/unicode/In/SmallFormVariants.pl
21239            + lib/unicode/In/SpacingModifierLetters.pl
21240            + lib/unicode/In/Specials.pl
21241            + lib/unicode/In/SuperscriptsandSubscripts.pl
21242            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
21243            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
21244            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
21245            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
21246            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
21247            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
21248            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
21249            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
21250            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
21251            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
21252            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
21253            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
21254            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
21255            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
21256            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
21257            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
21258            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
21259            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
21260            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
21261            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
21262            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
21263            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
21264            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
21265            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
21266            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
21267            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
21268            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
21269            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
21270            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
21271            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
21272            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
21273            + lib/unicode/JamoShort.pl lib/unicode/Makefile
21274            + lib/unicode/Name.pl lib/unicode/Number.pl
21275            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
21276            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
21277            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
21278            + lib/unicode/blocks.txt lib/unicode/index2.txt
21279            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
21280            + lib/unicode/names2.txt lib/unicode/props2.txt
21281            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
21282            + utf8.c utf8.h
21283            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
21284            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
21285            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
21286            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
21287            ! t/op/vec.t toke.c util.c vms/vmsish.h
21288 ____________________________________________________________________________
21289 [  1650] By: gsar                                  on 1998/07/24  04:06:48
21290         Log: create utfperl branch
21291      Branch: utfperl
21292           +> (branch 1079 files)
21293 ____________________________________________________________________________
21294 [  1649] By: gsar                                  on 1998/07/24  03:56:56
21295         Log: create maint-5.005 branch
21296      Branch: maint-5.005/perl
21297           +> (branch 1079 files)
21298 ____________________________________________________________________________
21299 [  1648] By: gsar                                  on 1998/07/24  03:36:35
21300         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
21301      Branch: perl
21302            ! Changes
21303